@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600);

@font-face {
  font-family: ESAFont;
  /* src:url('../fonts/NotesEsaReg.otf'); */
  src: url('../fonts/NotesEsaRegular/NotesEsaReg.eot');
  src:
    url('../fonts/NotesEsaRegular/NotesEsaReg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotesEsaRegular/NotesEsaReg.ttf') format('truetype'),
    url('../fonts/NotesEsaRegular/NotesEsaReg.svg#NotesEsaReg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ESAStyleFont;
  /* src:url('../fonts/NotesStyle-RegularTf.otf'); */
  src: url('../fonts/NotesStyleRegular/notesstyle-regulartf-webfont.eot');
  src:
    url('../fonts/NotesStyleRegular/notesstyle-regulartf-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotesStyleRegular/notesstyle-regulartf-webfont.ttf') format('truetype'),
    url('../fonts/NotesStyleRegular/notesstyle-regulartf-webfont.svg#NotesStyle-RegularTfRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
    font-family:ESAFontIE;
    src:url('../fonts/NotesEsaReg.otf');
} */

@font-face {
  font-family: ESAFontBold;
  /* src:url('../fonts/NotesEsaBol.otf'); */
  src: url('../fonts/NotesEsaBold/NotesEsaBol.eot');
  src:
    url('../fonts/NotesEsaBold/NotesEsaBol.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotesEsaBold/NotesEsaBol.ttf') format('truetype'),
    url('../fonts/NotesEsaBold/notesesabol-webfont.svg#NotesEsaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ESAStyleFontBold;
  /* src:url('../fonts/NotesStyle-Bold-updatedTf.otf'); */
  src: url('../fonts/NotesStyleBold/notesstyle-boldtf-webfont.eot');
  src:
    url('../fonts/NotesStyleBold/notesstyle-boldtf-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotesStyleBold/notesstyle-boldtf-webfont.ttf') format('truetype'),
    url('../fonts/NotesStyleBold/notesstyle-boldtf-webfont.svg#NotesStyle-BoldTfRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  background-color: #DDDDDF;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  line-height: 1.5em;
}

body {
  transition: none;
}

a,
.btn-link {
  color: #00ae9d;
  text-decoration: none;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'ESAFontBold', sans-serif;
  color: #003247;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'ESAFontBold', sans-serif;
}

h5 {
  color: #252525;
  font-size: 30px;
}

h6 {
  color: #252525;
  font-size: 16px;
}

.bg-gray {
  background-color: #4d4f53;
}

/**
 * Header
**/

#title-container h1 {
  font-family: ESAStyleFontBold;
  letter-spacing: 1px;
}

#title-container h5 {
  font-family: ESAStyleFont;
}

.navbar-brand {
  font-family: ESAStyleFontBold;
  font-size: 20px;
  font-weight: normal;
}

.navbar-inverse {
  background-color: #4d4f53;
  border-color: #4d4f53;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #4d4f53;
}

.navbar .navbar-nav>li {
  text-transform: uppercase;
}

#navbar-sticky .navbar .navbar-nav>li {
  padding: 0;
}

#navbar-sticky .navbar .navbar-nav>li a {
  font-size: 15px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #4d4f53;
}

.main-header {
  padding: 15px 0;
}

.main-header .logo {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  /* width: 100%; */
  /* display: block; */

  background-color: #4d4f53;
}

.main-header .logo img {
  height: 30px;
}

@media (min-width: 769px) {
  .main-header .logo {
    float: right;
    width: 160px;
    height: 50px;
    line-height: 50px;
  }

  .main-header .logo img {
    height: 40px;
  }
}

.main-header .navbar {
  border-bottom: 0;
  margin-bottom: 0;
}

.main-header .navbar-inverse .navbar-brand {
  color: #fff;
}


.sticky {
  position: fixed;
  top: 80px;
  width: 100%;
  transition: none;
}

@media (min-width: 769px) {

  .sticky {
    top: 80px;
  }
}

.sticky+.navbar {
  padding-top: 60px;
}

/**
 * Footer
**/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 80px;
  background-color: #f5f5f5;
  padding: 10px 0;
}

.footer-logo {
  height: 40px;
  margin-bottom: 10px;
}

.footer p {
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'EsaFont';
  color: #4d4f53;
}

.footer h4 {
  text-transform: lowercase;
  color: #4d4f53;
  margin-bottom: 0;
}

/**
 * Main layout
**/
.starter-template {
  background: #fff;
  margin: 20px;
  padding: 20px 15px 40px;
  text-align: center;


  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}


.section_day {
  margin-top: 85px;
}

.programme-wrapper .day-title {
  margin-bottom: 25px;
}

.programme-wrapper .single-session {
  margin-bottom: 18px;
}

.programme-wrapper .single-session ul {
  list-style: none;
  padding-left: 0;
}


.programme-wrapper .single-session ul li hr {

  margin-top: 3px;
}

.well p {
  font-size: 13px;
  line-height: 1.7em;
}

.btn-link {
  padding: 0;
  margin-bottom: 15px;
}

.btn-primary {
  font-family: 'ESAFontBold';
  color: #fff;
  background-color: #00ae9d;
  border-color: #00ae9d;
}

.btn-primary:hover {
  background-color: #025149;
  border-color: #025149;
}

.social-link {
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.social-link i {

  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  margin-left: 8px;
}

.social-link:hover {
  color: #fff;
}


/* Facebook */
.footer .fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.footer .fa-twitter {
  background: #55ACEE;
  color: white;
}

.bg-color-black45 {
  background-color: #9A9B9C;
  border-color: #9A9B9C;
}

.navbar-scrollspy {
  z-index: 10;
  min-height: 30px;
  margin-bottom: 0;
  border: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#navbar-sticky {
  z-index: 10;
}

.bg-blue {
  background-color: #003247;
  color: #fff;
}

.navbar-scrollspy .navbar-nav {
  float: none;
  margin: 0;
}

.navbar-scrollspy .navbar-nav li {
  width: 25%;
  text-align: center;
  float: left;
  display: inline-block !important;
}

.navbar-scrollspy .navbar-nav li:first-child {
  border-right: 1px solid #fff;
}

.navbar-scrollspy .navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.navbar-scrollspy .navbar-nav li.active a {
  background-color: #235e9c;
}


.navbar-scrollspy .navbar-nav>.active>a,
.navbar-scrollspy .navbar-nav>.active>a:focus,
.navbar-scrollspy .navbar-nav>.active>a:hover,
.navbar-scrollspy .navbar-nav>li>a:focus,
.navbar-scrollspy .navbar-nav>li>a:hover,
.navbar-inverse.navbar-scrollspy .navbar-nav>li>a:focus,
.navbar-inverse.navbar-scrollspy .navbar-nav>li>a:hover {
  background-color: #235e9c;
}

/* BANNER EVENT */
#event_banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-image: url('../images/mobile-agenda-header.jpg');
  background-position: center;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* min-height: 280px; */
  display: block;

  /*text-shadow: 1px 1px #2a2a2a;*/
}

/* #event_banner:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
} */

.heading-block {
  padding: 70px 0;
}

.heading-block h1 {
  color: #fff;
  text-transform: lowercase;
  font-size: 27px;
  line-height: 27px;
  margin: 0 0 8px;
}

@media (min-width: 440px) {
  .heading-block h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.heading-block h5 {
  font-size: 22px;
}

.heading-block p {
  font-size: 18px;
}

.heading-block h5,
.heading-block p {
  color: #fff;
  font-family: ESAFont, 'Open Sans', sans-serif;
}

#title-container {
  width: auto;
  text-align: left;
  padding: 0 15px;
}

@media (min-width: 700px) {
  #title-container {
    width: 692px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
}

.nav-tabs>li>a {
  font-size: 12px;
  padding: 10px 10px;
}

@media (min-width: 768px) {
  .nav-tabs>li>a {
    padding: 10px 15px;
  }
}

.navbar-nav li a {
  font-family: ESAFont, 'Open Sans', sans-serif;
  font-size: 15px;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding: 0 15px;
    border-left: 1px solid rgba(191, 191, 191, 0.45);
  }

  .navbar-nav>li {
    padding: 15px 0;
  }

  .navbar-nav>li>a:hover {
    text-decoration: underline;
  }

  .navbar-nav li:first-child>a {
    border-left: 0;
  }
}

.navbar-toggle {
  float: left;
}

.header-social {
  background-color: #00ae9d;
  color: #fff;
  font-family: 'ESAFontBold';
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0 10px;
}

.header-social p {
  margin: 0;
}

.header-social span {
  margin-right: 15px;
}

.header-social a {
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header-social a.social-twitter:hover {
  color: #55acee;
}

.header-social a.social-facebook:hover {
  color: #3e5d99;
}

/* 
Programme table
*/
.text-alt {
  color: #9A9B9C;
  line-height: 29px;
  font-weight: 400;
  font-size: 15px;
}

.schedule {
  margin-bottom: 50px;
  text-align: left;
  background-color: #ffffff;
}

.schedule .tab-content .nav-current {
  background-color: #eff1f5;
  border-color: #e9e9e9;
}

.nav.nav-schedule {
  display: table;
  width: 100%;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e9e9e9;
  z-index: 10;
}

.nav.nav-schedule>li {
  -webkit-transition: background 0.2s ease, border 0.2s ease;
  -moz-transition: background 0.2s ease, border 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease;
  position: relative;
  display: table-cell;
  font-size: 15px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #e9e9e9;
  margin-bottom: 0px;
}

.nav.nav-schedule>li:after {
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 7px 10px 0 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
  z-index: 1;
  color: #00ae9d;
}

.nav.nav-schedule>li>a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
  text-decoration: none;
  padding: 20px 15px 12px;
  text-align: center;
}

.nav.nav-schedule>li>a *:first-child {
  margin-top: 0;
}

.nav.nav-schedule>li>a *:last-child {
  margin-bottom: 0;
}

.nav.nav-schedule>li>a:hover,
.nav.nav-schedule>li>a:focus {
  background-color: transparent;
}

.nav.nav-schedule>li>a h1:first-child,
.nav.nav-schedule>li>a h2:first-child,
.nav.nav-schedule>li>a h3:first-child,
.nav.nav-schedule>li>a h4:first-child,
.nav.nav-schedule>li>a h5:first-child,
.nav.nav-schedule>li>a h6:first-child {
  margin: 0 0 -2px;
}

.nav.nav-schedule>li.active:after {
  opacity: 1;
  color: #00ae9d;
}

.nav.nav-schedule>li.active,
.nav.nav-schedule>li.active:hover,
.nav.nav-schedule>li.active:active {
  cursor: default;
  pointer-events: none;
  background-color: #00ae9d;
}

.nav.nav-schedule>li.active a,
.nav.nav-schedule>li.active a:hover,
.nav.nav-schedule>li.active a:focus,
.nav.nav-schedule>li.active a *,
.nav.nav-schedule>li.active a:hover *,
.nav.nav-schedule>li.active a:focus * {
  color: #ffffff;
}

.schedule .tab-content {
  padding: 0;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: transparent #e9e9e9 #e9e9e9;
}

.schedule .tab-content .img-responsive {
  margin: 0;
}

.schedule .tab-content .nav.nav-schedule {
  display: inline-block;
  background-color: #DDDDDF;
  border: none;
}

.schedule .tab-content .nav.nav-schedule>li {
  display: inline-block;
  border-width: 0 0 1px;
}

.schedule .tab-content .nav.nav-schedule>li:not(.active) {
  border-color: transparent;
}

.schedule .tab-content .nav.nav-schedule>li:after {
  display: none;
}

.schedule .tab-content .nav.nav-schedule>li>a {
  margin: 0;
  padding: 16px 8px 14px;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.schedule .tab-content .nav.nav-schedule>li>a:not(:hover):not(:active) {
  color: #51545b;
}

.schedule .tab-content .nav.nav-schedule>li.active {
  background-color: transparent;
  border-color: #00ae9d;
  border-bottom-width: 2px;
}

.schedule .tab-content-schedule {
  position: relative;
  border: none;
  padding: 40px 100px 80px 80px;
}

.schedule .tab-content-schedule:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 104px;
  width: 0;
  display: block;
  content: "";
  border-right: 1px solid #eff1f5;
}

.schedule .tab-content-schedule .panel-group {
  margin-bottom: 0;
}

.schedule .tab-content-schedule .panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}

.schedule .tab-content-schedule .panel-group .panel .description {
  font-weight: 400;
  color: #51545b;
  line-height: 1.75;
  font-size: 13px;
}

.schedule .tab-content-schedule .schedule-item {
  position: relative;
  margin-bottom: 22px;
  min-height: 65px;
  padding: 0 0 0 104px;
  background-color: transparent;
}

.schedule .tab-content-schedule .schedule-item:last-child {
  margin-bottom: 0;
}

.schedule .schedule-item+.schedule-item {
  margin-top: 0;
}

.schedule .schedule-item .lecture-icon-wrapper {
  position: absolute;
  vertical-align: middle;
  top: 5px;
  left: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  overflow: hidden;
}

.schedule .schedule-item .schedule-item-toggle {
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  color: #000000;
}

.schedule .schedule-item .time {
  margin-bottom: 10px;
  font-size: 15px;
}

.schedule .schedule-item .time .icon {
  margin-right: 8px;
  vertical-align: middle;
  color: #babfcc;
}

.schedule .schedule-item .title {
  position: relative;
  margin: 0;
  padding: 10px 15px 11px 0;
  border-bottom: 1px solid #eff1f5;
}

.schedule .schedule-item .title .pull-right {
  margin-right: -20px;
}

.schedule .schedule-item .title .icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 10px;
  bottom: 11px;
  font-size: 13px;
  color: #51545b;
}

.schedule .schedule-item .schedule-item-body {
  margin-top: 0;
  /*font-size: @font-size-small;*/
}

.schedule .schedule-item .schedule-item-body .speaker-wrapper {
  margin-bottom: 0;
}

.schedule .schedule-item .schedule-item-body>article,
.schedule .schedule-item .schedule-item-body>div {
  margin: 0;
  padding: 11px 0;
}

.schedule .schedule-item .schedule-item-body .speaker-name {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}

.download-schedule-btn {
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 220px;
  padding: 15px 25px 15px 90px;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
  border: 1px solid #babfcc;
}

.download-schedule-btn:hover,
.download-schedule-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.download-schedule-btn .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -20px;
  font-size: 50px;
  color: inherit;
}

.schedule.schedule-light {
  margin-bottom: 30px;
}

.schedule.schedule-light .nav-current {
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #262627;
}

.schedule.schedule-light .nav.nav-schedule {
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
}

.schedule.schedule-light .nav.nav-schedule>li {
  border-width: 0 1px;
  border-color: transparent #ffffff;
}

.schedule.schedule-light .nav.nav-schedule>li:first-child {
  border-left-color: transparent;
}

.schedule.schedule-light .nav.nav-schedule>li:last-child {
  border-right-color: transparent;
}

.schedule.schedule-light .nav.nav-schedule>li:after {
  display: none;
}

.schedule.schedule-light .nav.nav-schedule>li>a {
  padding: 24px 15px 19px;
  font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.schedule.schedule-light .nav.nav-schedule>li.active {
  background-color: #ffffff;
}

.schedule.schedule-light .tab-content {
  padding: 60px;
}

.schedule.schedule-light .schedule-item {
  margin-bottom: 40px;
  overflow: visible;
}

.schedule.schedule-light .schedule-item .schedule-item-toggle {
  position: relative;
  margin-bottom: 0;
  display: block;
  font-size: 0;
  text-decoration: none;
  color: #000000;
}

.schedule.schedule-light .schedule-item .time {
  vertical-align: top;
  margin: 0 20.5% 0 0;
  width: 26.5%;
  text-align: right;
}

.schedule.schedule-light .schedule-item .lecture-icon-wrapper {
  margin: 0 40px;
  position: absolute;
  top: -8px;
  left: 26.5%;
  display: inline-block;
  line-height: 38px;
  border: none;
}

.schedule.schedule-light .schedule-item .lecture-icon-wrapper * {
  color: #ffffff;
}

.schedule.schedule-light .schedule-item .title {
  display: inline-block;
  width: 53%;
  padding: 0;
  border: none;
}

.schedule.schedule-light .schedule-item .schedule-item-body {
  margin: 0 0 0 47%;
}

.schedule.schedule-light .schedule-item .schedule-item-body .speaker-name {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

@media (max-width: 991px) {
  .schedule .tab-content .img-responsive {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .schedule .tab-content {
    border: none;
  }

  .schedule .tab-content-schedule {
    padding: 35px 20px;
  }

  .schedule .tab-content-schedule:before {
    display: none;
  }

  .schedule .tab-content-schedule .schedule-item {
    margin-bottom: 30px;
    padding-left: 70px;
  }

  .schedule.schedule-light .nav.nav-schedule {
    border-color: #e9e9e9;
  }

  .schedule.schedule-light .nav.nav-schedule>li {
    background-color: transparent;
  }

  .schedule.schedule-light .nav.nav-schedule>li>a {
    color: #51545b;
  }

  .schedule.schedule-light .tab-content {
    padding: 10px 20px 30px;
  }

  .schedule.schedule-light .schedule-item {
    margin-bottom: 40px;
    overflow: visible;
  }

  .schedule.schedule-light .schedule-item .time {
    margin: 0 0 15px;
    width: 100%;
    text-align: left;
  }

  .schedule.schedule-light .schedule-item .lecture-icon-wrapper {
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
  }

  .schedule.schedule-light .schedule-item .title {
    margin: 0 0 20px;
    vertical-align: top;
    width: auto;
    padding-left: 50px;
  }

  .schedule.schedule-light .schedule-item .schedule-item-body {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .schedule .tab-content-schedule {
    padding: 35px 0;
  }

  .schedule .tab-content-schedule .schedule-item {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper {
    top: 4px;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  @media screen and (min-width: 756px) {
    .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper {
      top: 27px;
    }
  }

  .schedule .tab-content-schedule .schedule-item .title {
    padding-left: 40px;
  }

  .schedule .tab-content-schedule .speaker-name {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-photo-wrapper {
    display: none;
  }

  .schedule.schedule-light .tab-content {
    padding: 10px 5px 20px;
  }

  .schedule.schedule-light .schedule-item .lecture-icon-wrapper {
    top: 32px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .schedule.schedule-light .schedule-item .title {
    padding-left: 35px;
  }
}

.title-speaker-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: ESAFont;
  display: block;
}

.title-speaker-name.title-keynote {
  color: #00ae9d;
  font-weight: 700;
  font-size: 15px;
}

/**
mobile schedule 
**/
/* ----------------------------------------------------------------------------
    Navs
---------------------------------------------------------------------------- */
.nav-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.nav-wrapper .nav-current {
  position: relative;
  margin: 0;
  display: none;
  width: auto;
  height: auto;
  padding: 15px 55px 10px 15px;
  border-radius: 0;
  z-index: auto;
  cursor: pointer;
}

.nav-wrapper .nav-current * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-wrapper .nav-current *:last-child {
  margin-bottom: 0;
}

.nav-wrapper .nav-current:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5px 0 0;
  display: inline-block;
  width: 24px;
  height: 11px;
  content: "";
  background: transparent url("../images/down-arrow.png") center no-repeat;
  border: none;
}

.nav.nav-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 50px;
  padding: 0 40px 13px;
  font-size: 0;
  text-align: justify;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: transparent transparent #e9e9e9;
}

.nav.nav-tabs:after {
  display: inline-block;
  width: 100%;
  content: "";
}

.nav.nav-tabs>li {
  float: none;
  position: relative;
  margin: 0;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  font-size: 15px;
}

.nav.nav-tabs>li:first-child {
  margin-left: 0;
}

.nav.nav-tabs>li:before,
.nav.nav-tabs>li:after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
}

.nav.nav-tabs>li:before {
  margin: 0 0 -2px -1px;
  border-width: 11px 15px 0 15px;
  border-color: #e9e9e9 transparent transparent transparent;
}

.nav.nav-tabs>li:after {
  border-width: 10px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
}

.nav.nav-tabs>li:not(.active)>a:not(:hover):not(:focus) {
  color: #000000;
}

.nav.nav-tabs>li .fa {
  margin-right: 5px;
  vertical-align: text-bottom;
  font-size: 20px;
}

.nav.nav-tabs>li>a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  border: none;
}

.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
  background-color: transparent;
}

.nav.nav-tabs>li>a .fa {
  color: inherit;
}

.nav.nav-tabs>li>a h1,
.nav.nav-tabs>li>a h2,
.nav.nav-tabs>li>a h3,
.nav.nav-tabs>li>a h4,
.nav.nav-tabs>li>a h5,
.nav.nav-tabs>li>a h6,
.nav.nav-tabs>li>a .h7,
.nav.nav-tabs>li>a .h8 {
  color: inherit;
}

.nav.nav-tabs>li.active:before,
.nav.nav-tabs>li.active:after {
  opacity: 1;
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus {
  background-color: transparent;
  border: none;
  pointer-events: none;
}

.tab-content,
.tab-pane {
  zoom: 1;
}

.tab-content:before,
.tab-pane:before,
.tab-content:after,
.tab-pane:after {
  content: "";
  display: table;
}

.tab-content:after,
.tab-pane:after {
  clear: both;
}

.tab-content {
  padding-bottom: 50px;
}

.tab-content .img-responsive {
  margin: 0 auto;
}

.tabs-vertical {
  zoom: 1;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

.tabs-vertical:before,
.tabs-vertical:after {
  content: "";
  display: table;
}

.tabs-vertical:after {
  clear: both;
}

.tabs-vertical .nav.nav-tabs {
  float: left;
  position: relative;
  margin: 0;
  width: 26.7%;
  padding: 0;
  text-align: left;
  z-index: 1;
}

.tabs-vertical .nav.nav-tabs:before {
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #e9e9e9;
  z-index: -1;
}

.tabs-vertical .nav.nav-tabs>li {
  margin: 0;
  width: 100%;
}

.tabs-vertical .nav.nav-tabs>li:before,
.tabs-vertical .nav.nav-tabs>li:after {
  display: none;
}

.tabs-vertical .nav.nav-tabs>li:not(.active) a {
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  -moz-transition: color 0.25s ease, background 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
  color: #ffffff;
}

.tabs-vertical .nav.nav-tabs>li:not(.active) a * {
  color: #ffffff;
}

.tabs-vertical .nav.nav-tabs>li a {
  border-radius: 0;
}

.tabs-vertical .nav.nav-tabs>li.active a {
  border-top: 1px solid #e9e9e9;
  border-right-color: transparent;
}

.tabs-vertical .nav.nav-tabs>li.active+li a {
  border-top-color: #e9e9e9;
}

.tabs-vertical .nav.nav-tabs>li:first-child a {
  border-top-color: transparent;
}

.tabs-vertical .nav.nav-tabs>li a {
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  width: 100%;
  padding: 48px 35px 32px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #e9e9e9;
}

.tabs-vertical .nav.nav-tabs>li p {
  margin-top: 5px;
  line-height: 1.6;
}

.tabs-vertical .tab-content {
  float: right;
  width: 73.3%;
  padding: 70px 50px 60px 60px;
}

@media (max-width: 991px) {
  .tabs-vertical .nav.nav-tabs>li a {
    padding: 30px 20px 20px;
  }

  .tabs-vertical .tab-content {
    padding: 35px 15px 20px;
  }
}

@media (max-width: 768px) {
  .schedule .nav.nav-schedule h5 {
    font-size: 20px;
    margin: 0;
  }

  .nav,
  .nav.nav-tabs,
  .nav.nav-schedule,
  .schedule .tab-content .nav.nav-schedule,
  .tabs-vertical .nav.nav-tabs {
    -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
    box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    display: none;
    padding: 0;
    height: auto;
    width: auto;
    max-height: 200px;
    text-align: left;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav:before,
  .nav.nav-tabs:before,
  .nav.nav-schedule:before,
  .schedule .tab-content .nav.nav-schedule:before,
  .tabs-vertical .nav.nav-tabs:before,
  .nav:after,
  .nav.nav-tabs:after,
  .nav.nav-schedule:after,
  .schedule .tab-content .nav.nav-schedule:after,
  .tabs-vertical .nav.nav-tabs:after {
    display: none;
  }

  .nav>li,
  .nav.nav-tabs>li,
  .nav.nav-schedule>li,
  .schedule .tab-content .nav.nav-schedule>li,
  .tabs-vertical .nav.nav-tabs>li {
    display: inline-block;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  .nav>li:before,
  .nav.nav-tabs>li:before,
  .nav.nav-schedule>li:before,
  .schedule .tab-content .nav.nav-schedule>li:before,
  .tabs-vertical .nav.nav-tabs>li:before,
  .nav>li:after,
  .nav.nav-tabs>li:after,
  .nav.nav-schedule>li:after,
  .schedule .tab-content .nav.nav-schedule>li:after,
  .tabs-vertical .nav.nav-tabs>li:after {
    display: none;
  }

  .nav>li.active,
  .nav.nav-tabs>li.active,
  .nav.nav-schedule>li.active,
  .schedule .tab-content .nav.nav-schedule>li.active,
  .tabs-vertical .nav.nav-tabs>li.active {
    border: none;
    background-color: transparent;
  }

  .nav>li.active>a,
  .nav.nav-tabs>li.active>a,
  .nav.nav-schedule>li.active>a,
  .schedule .tab-content .nav.nav-schedule>li.active>a,
  .tabs-vertical .nav.nav-tabs>li.active>a,
  .nav>li.active>a:hover,
  .nav.nav-tabs>li.active>a:hover,
  .nav.nav-schedule>li.active>a:hover,
  .schedule .tab-content .nav.nav-schedule>li.active>a:hover,
  .tabs-vertical .nav.nav-tabs>li.active>a:hover,
  .nav>li.active>a:focus,
  .nav.nav-tabs>li.active>a:focus,
  .nav.nav-schedule>li.active>a:focus,
  .schedule .tab-content .nav.nav-schedule>li.active>a:focus,
  .tabs-vertical .nav.nav-tabs>li.active>a:focus {
    background-color: inherit;
    color: #00ae9d;
    border: none;
    opacity: 1;
  }

  .nav>li.active>a *,
  .nav.nav-tabs>li.active>a *,
  .nav.nav-schedule>li.active>a *,
  .schedule .tab-content .nav.nav-schedule>li.active>a *,
  .tabs-vertical .nav.nav-tabs>li.active>a *,
  .nav>li.active>a:hover *,
  .nav.nav-tabs>li.active>a:hover *,
  .nav.nav-schedule>li.active>a:hover *,
  .schedule .tab-content .nav.nav-schedule>li.active>a:hover *,
  .tabs-vertical .nav.nav-tabs>li.active>a:hover *,
  .nav>li.active>a:focus *,
  .nav.nav-tabs>li.active>a:focus *,
  .nav.nav-schedule>li.active>a:focus *,
  .schedule .tab-content .nav.nav-schedule>li.active>a:focus *,
  .tabs-vertical .nav.nav-tabs>li.active>a:focus * {
    color: inherit;
  }

  .nav>li>a,
  .nav.nav-tabs>li>a,
  .nav.nav-schedule>li>a,
  .schedule .tab-content .nav.nav-schedule>li>a,
  .tabs-vertical .nav.nav-tabs>li>a,
  .nav>li:not(.active)>a,
  .nav.nav-tabs>li:not(.active)>a,
  .nav.nav-schedule>li:not(.active)>a,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    background-color: inherit;
    border: inherit;
    color: inherit;
  }

  .nav>li>a:before,
  .nav.nav-tabs>li>a:before,
  .nav.nav-schedule>li>a:before,
  .schedule .tab-content .nav.nav-schedule>li>a:before,
  .tabs-vertical .nav.nav-tabs>li>a:before,
  .nav>li:not(.active)>a:before,
  .nav.nav-tabs>li:not(.active)>a:before,
  .nav.nav-schedule>li:not(.active)>a:before,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:before,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a:before,
  .nav>li>a:after,
  .nav.nav-tabs>li>a:after,
  .nav.nav-schedule>li>a:after,
  .schedule .tab-content .nav.nav-schedule>li>a:after,
  .tabs-vertical .nav.nav-tabs>li>a:after,
  .nav>li:not(.active)>a:after,
  .nav.nav-tabs>li:not(.active)>a:after,
  .nav.nav-schedule>li:not(.active)>a:after,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:after,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a:after {
    display: none;
  }

  .nav>li>a:hover,
  .nav.nav-tabs>li>a:hover,
  .nav.nav-schedule>li>a:hover,
  .schedule .tab-content .nav.nav-schedule>li>a:hover,
  .tabs-vertical .nav.nav-tabs>li>a:hover,
  .nav>li:not(.active)>a:hover,
  .nav.nav-tabs>li:not(.active)>a:hover,
  .nav.nav-schedule>li:not(.active)>a:hover,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:hover,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a:hover,
  .nav>li>a:focus,
  .nav.nav-tabs>li>a:focus,
  .nav.nav-schedule>li>a:focus,
  .schedule .tab-content .nav.nav-schedule>li>a:focus,
  .tabs-vertical .nav.nav-tabs>li>a:focus,
  .nav>li:not(.active)>a:focus,
  .nav.nav-tabs>li:not(.active)>a:focus,
  .nav.nav-schedule>li:not(.active)>a:focus,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:focus,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a:focus,
  .nav>li>a:active,
  .nav.nav-tabs>li>a:active,
  .nav.nav-schedule>li>a:active,
  .schedule .tab-content .nav.nav-schedule>li>a:active,
  .tabs-vertical .nav.nav-tabs>li>a:active,
  .nav>li:not(.active)>a:active,
  .nav.nav-tabs>li:not(.active)>a:active,
  .nav.nav-schedule>li:not(.active)>a:active,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:active,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a:active {
    color: inherit;
    background-color: rgba(239, 241, 245, 0.4);
  }

  .nav>li>a *,
  .nav.nav-tabs>li>a *,
  .nav.nav-schedule>li>a *,
  .schedule .tab-content .nav.nav-schedule>li>a *,
  .tabs-vertical .nav.nav-tabs>li>a *,
  .nav>li:not(.active)>a *,
  .nav.nav-tabs>li:not(.active)>a *,
  .nav.nav-schedule>li:not(.active)>a *,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a *,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a * {
    color: inherit;
  }

  .nav>li>a *:last-child,
  .nav.nav-tabs>li>a *:last-child,
  .nav.nav-schedule>li>a *:last-child,
  .schedule .tab-content .nav.nav-schedule>li>a *:last-child,
  .tabs-vertical .nav.nav-tabs>li>a *:last-child,
  .nav>li:not(.active)>a *:last-child,
  .nav.nav-tabs>li:not(.active)>a *:last-child,
  .nav.nav-schedule>li:not(.active)>a *:last-child,
  .schedule .tab-content .nav.nav-schedule>li:not(.active)>a *:last-child,
  .tabs-vertical .nav.nav-tabs>li:not(.active)>a *:last-child {
    margin-bottom: 0;
  }

  .nav-wrapper {
    margin-bottom: 20px;
  }

  .nav-wrapper .nav-current {
    display: block;
  }

  .tabs-vertical {
    overflow: visible;
    border: none;
  }

  .tabs-vertical .tab-content {
    float: none;
    width: auto;
    padding: 20px 0 30px;
  }
}

.nav-current {
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  position: relative;
  margin: 0 0 15px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 39px;
  padding: 0 32px 0 10px;
  font-size: 13px;
  color: #8d93a0;
  line-height: 35px;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-current:hover {
  color: #51545b;
}

.nav-current:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #babfcc transparent transparent transparent;
}

.nav-wrapper .nav-current {
  border-color: #00ae9d;
}

.logo-mobile-header {
  margin-top: 10px;
}

/* 
Search
*/
#menu-btn-search {
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
}

#menu-btn-search:hover {
  color: #025149;
}

.search-wrap {
  opacity: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  z-index: -10
}

.search-wrap .search-form-wrap {
  display: none;
  height: 0;
  position: relative;
  width: 0
}

.search-wrap .search_form {
  display: inline-block;
  position: relative
}

.search-wrap.opened {
  opacity: 1;
  visibility: visible;
  z-index: 1035
}

.search-wrap.opened .search-form-wrap {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1035
}

.search-wrap.opened .search-form-wrap .search-form-container {
  display: block;
  font-size: 1em;
  left: 10%;
  position: relative;
  top: 20%;
  width: 80%
}

@media (min-width:768px) {
  .search-wrap.opened .search-form-wrap .search-form-container {
    left: 50%;
    max-width: 590px;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 590px
  }
}

.search-wrap.opened .search-form-wrap .search-suggestions {
  margin-top: 20px
}

.search-wrap.opened .search-form-wrap .search-suggestions p {
  margin-bottom: 0
}

.search-wrap.opened .search-form-wrap .search-suggestions span {
  background-color: #00ae9d;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: .85em;
  margin-right: 3px;
  margin-top: 8px;
  padding: 3px 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.search-wrap.opened .search-form-wrap .search-suggestions span:hover {
  background-color: #00549f
}

.search-wrap.opened .search-form-wrap .search_form {
  display: block;
  font-size: 1em;
  position: relative;
  width: 100%
}

.search-wrap.opened .search-form-wrap .search_form .search_field {
  background-color: transparent !important;
  border: none !important;
  display: block;
  font-size: 26px !important;
  font-weight: 400 !important;
  height: 84px;
  letter-spacing: .2px;
  line-height: 31px !important;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 0 0 1.5em !important;
  resize: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: visible;
  white-space: pre-wrap;
  width: 100%;
  word-wrap: break-word;
  border-bottom: 1px solid #00ae9d !important;
}

.search-wrap.opened .search-form-wrap .search_form .search_submit {
  background-color: transparent;
  border: 0 !important;
  bottom: 0;
  color: #00ae9d;
  cursor: pointer;
  font-size: 1.5em;
  left: 0 !important;
  margin-left: 0;
  outline: none;
  padding-left: 0;
  position: absolute;
  text-align: left;
  top: 36%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 35px;
  z-index: 1
}

.search-wrap.opened .search-form-wrap .search_form .search_submit i {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  width: 35px
}

.search-wrap.opened .search-form-wrap .search_form .search-close {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 4rem;
  font-weight: 300;
  outline: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: -1.3em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1
}

@media (min-width:992px) {
  .search-wrap.opened .search-form-wrap .search_form .search-close {
    right: -4.3em;
    top: -1.3em;
  }
}

.search-wrap .filter-type {
  margin-top: 10px;
}

.search-results-list .time {
  font-family: 'ESAFontBold';
  color: #00ae9d;
  font-size: 16px;
}

.search-results-list h6 {
  color: #003247;
  margin-bottom: 5px;
}

.search-results-list .title-speaker-name {
  color: #252525;
  font-weight: 700;
}

.search-results-list p {
  font-size: 17px;
  margin-bottom: 5px;
  font-family: ESAFont;
}

.search-results-list p small {
  font-size: 14px;
}

/* Loader */
.loader-container {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}

.loader {
  z-index: 99999;
  -webkit-perspective: 600;
  perspective: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  position: relative;
  height: 100%;
}

.loader svg {
  width: 240px;
  height: 240px;
  margin-top: -50px;
}

.schedule .tab-content-schedule .open-science-title {
  margin-bottom: 0;
  min-height: 0;
}

.open-science-title h1 {
  margin-bottom: 0;
}

a.anchor {
  position: absolute;
  left: 0px;
  top: -90px;
}

/**
* Programme overview section
*/

.table-overview {
  margin-left: 98px;
}

.table-overview>thead>tr>th {
  text-align: center;
  font-family: 'ESAFontBold', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.table-overview tr>td:first-child,
.table-overview tr>th:first-child {
  width: 100px;
  position: absolute;
  left: 15px;
  top: auto;
  /* border-right: 0; */
  background: #fff;
}

@media(min-width: 480px) {

  .table-overview {
    margin-left: 0;
  }

  .table-overview tr>td:first-child,
  .table-overview tr>th:first-child {
    position: relative;
    left: auto;
    background: transparent;
  }
}

#site-header .nav {
  position: relative;
  background: transparent;
  top: 0;
  left: 0;
  display: block;
  max-height: 1000px;
  border: 0;
  box-shadow: none;
}

.starter-index {
  padding-top: 3em;
  padding-bottom: 3em;
}

.starter-index a {
  text-decoration: none;
}

.starter-index h2 {
  font-size: 24px;
}

@media(min-width: 480px) {
  .starter-index h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.phiweek-map img {
  max-width: 100%;
}

.phidin {
  font-family: Helvetica;
  text-transform: uppercase;
  font-weight: 600;
}

b,
strong {
  font-weight: 500;
}

#modal-results-wrapper h6 {
  font-size: 18px;
  line-height: 1.45;
}

#modal-results-wrapper .title-speaker-name {
  font-size: 16px;
}

.schedule .tab-content-schedule .schedule-item.poster-group-topic {
  min-height: auto;
  margin-bottom: 0;
}

.session_abstract, .session_abstract > * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #777;
  font-family: 'ESAFontBold', sans-serif;
}