.container-header {
  /*background-color: rgb(245, 245, 245);*/
  /*border-bottom: 3px solid rgb(155, 155, 223);*/
  left: 0;
  /*padding: 0 10px;*/
  position: fixed !important;
  right: 0;
  top: 0;
}

.container-header > .container-below-top > .nav {
  flex-wrap: nowrap;
  width: 100%;
}

.container-header > .container-below-top > .nav > .nav-item {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1292px) {

  .container-header > .container-below-top > .nav > .nav-item + .nav-item {
    margin-left: 1em;
  }

}


/*._container-header > .container-below-top > .nav > .nav-item > a {
  color: #555;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 110%;
  font-weight: 400;
  text-transform: uppercase;
}*/

/*._container-header > .container-below-top > .mod-list > li.active > a, .container-banner > .mod-list > li > a:hover {
    text-decoration: none;
}*/

.container-banner {
  margin-top: 48px;
}


/* mobile menu size */

@media (max-width: 991px) {

  .container-banner {
    margin-top: 45px;
  }

  .mod-menu.nav {
    font-size: 0;
    height: 29px;
  }

  .mod-menu.nav.open {
    display: block;
    font-size: 1rem;
    height: auto;
  }

  .container-header > .container-below-top > .nav > .nav-item + .nav-item {
    margin-left: 0;
  }

}

/* ------------------------ */

.card {
  border: 0;
}

.card > .card-header {
  background-color: transparent;
  border-bottom: 3px solid yellowgreen; /* rgb(24, 169, 134) */
}

/*.card > .card-header:before {
  border-color: transparent transparent transparent rgb(24, 169, 134);
  border-style: solid;
  border-width: 10px 0 10px 10px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 10px;
  width: 0;
}*/

/* -------------------- */

.escconf-mobile-menu-toggle {
  color: white;
  cursor: pointer;
  display: none;
  font-size: 1.4rem;
  padding: 6px 14px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media (max-width: 991px) {

  .escconf-mobile-menu-toggle {
    display: block;
  }

}

.escconf-second-menu-holder {
  background-color: rgb(55, 84, 165);
  border-top: 1px solid #999999;
}

.escconf-second-menu {
  flex-wrap: wrap;
  font-size: 0;
}

.escconf-second-menuitem {
  color: white;
  display: inline-block;
  font-size: 1rem;
  padding: 12px 14px;
  text-decoration: none;
}

.escconf-second-menuitem:hover, .escconf-second-menuitem:active, .escconf-second-menuitem:focus, .escconf-second-menuitem:visited {
  color: white;
}

.escconf-cover {
  background-image: url('/images/escconf2022/cover-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 625px; /* 735px */
  max-height: 70vh;
  position: relative;
  width: 100%;
}

.container-banner .escconf-logo-and-title-holder {
  font-size: 0;
  left: 50px;
  position: absolute;
  top: 55px;
  width: 50%;
}

.container-banner .escconf-logo-link {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: middle;
}

.container-banner .escconf-logo {
  display: block;
  margin: 0;
  pointer-events: none;
  width: 190px;
}

.container-banner .escconf-title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: middle;
  width: calc(100% - 240px);
}

.container-banner .escconf-subtitle {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 10px;
}

@media (max-width: 1024px) {

  .container-banner .escconf-logo-and-title-holder {
    left: 30px;
    top: 25px;
  }

  .container-banner .escconf-logo-link {
    display: block;
  }

  .container-banner .escconf-logo {
    width: 130px;
  }

  .container-banner .escconf-title {
    display: block;
    font-size: 1.4rem;
    margin-top: 25px;
    width: 100%;
  }

  .container-banner .escconf-subtitle {
    font-size: 1rem;
    margin-top: 4px;
  }

}

/* --------------------------- */

.escconf-bg-green {
  background-color: rgb(140, 191, 36) !important;
}

.escconf-content-subtitle {
  color: rgb(15, 134, 204);
  margin-bottom: 20px;
  margin-top: 25px;
}

.escconf-textbox {
  border-radius: 20px;
  padding: 24px 26px;
}

.escconf-anchor {
  position: relative;
  top: -150px;
}

.escconf-button {
  background-color: rgb(15, 134, 204); /*#164da0*/
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  max-width: 100%;
  overflow-x: hidden;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.escconf-button:hover {
  color: #fff;
  opacity: 0.85;
}

.escconf-button:active, .escconf-button:focus, .escconf-button:visited {
  color: #fff;
}

.escconf-image-holder > img {
  pointer-events: none;
}

.escconf-rounded, .escconf-rounded > img {
  border-radius: 20px;
}

.escconf-inline-block {
  display: inline-block;
}

.escconf-vertical-align-top {
  vertical-align: top;
}

/* -------------------- */

.escconf-venue-textbox {
  display: inline-block;
  font-size: 0.95rem;
  vertical-align: top;
  width: 35%;
}

.escconf-venue-slide {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 5px solid white;
  border-radius: 0 20px 20px 0;
  display: inline-block;
  height: 640px;
  vertical-align: top;
  width: 65%;
}

.escconf-venue-preload {
  height: 0;
  width: 0;
}

@media (max-width: 940px) {

  .escconf-venue-textbox {
    width: auto;
  }

  .escconf-venue-slide {
    border-left: 0;
    border-radius: 0 0 20px 20px;
    border-top: 5px solid white;
    height: 400px;
    width: 100%;
  }

}

/* -------------------- */

.escconf-teacher {
  font-size: 0;
  margin-top: 30px;
}

.escconf-teacher-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 7px solid rgb(145, 43, 59);
  border-radius: 0 20px 20px 0;
  display: inline-block;
  height: 242px;
  vertical-align: top;
  width: 242px;
}

.escconf-teacher-text {
  display: inline-block;
  font-size: 1rem;
  padding-left: 44px;
  vertical-align: top;
  width: calc(100% - 242px);
}

.escconf-teacher-name {
  font-size: 1.05rem;
  font-weight: bold;
}

.escconf-teacher-info {
  color: #666666;
  font-size: 0.95rem;
}

.escconf-teacher-shortbio, .escconf-teacher-fullbio {
  margin-top: 16px;
  text-align: justify;
}

.escconf-teacher-fullbio-link, .escconf-teacher-shortbio-link {
  cursor: pointer;
  display: block;
  margin-top: 10px;
}

@media (max-width: 640px) {

  .escconf-teacher-text {
    display: block;
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }

}

/* -------------------- */

.escconf-organizers-holder {
  font-size: 0;
  margin: 0 -16px;
  text-align: left;
}

.escconf-organizer {
  display: inline-block;
  margin: 16px 16px;
  vertical-align: top;
  width: 232px;
}

.escconf-organizer-photo {
  border-color: rgb(145, 43, 59) rgb(255, 153, 0) rgb(145, 43, 59) rgb(145, 43, 59);
  border-style: solid;
  border-width: 7px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 232px;
  width: 100%;
}

.escconf-organizer-name {
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

.escconf-organizer-info {
  color: #666666;
  font-size: 0.95rem;
  text-align: center;
}

.escconf-organizers-secretary-block {
  margin-left: 100px;
}

@media (max-width: 956px) {

  .escconf-organizers-secretary-block {
    display: block;
    margin-left: 0;
  }

}

/* -------------------- */

.escconf-events-holder {
  font-size: 0;
  margin: 20px -16px;
  text-align: left;
}

.escconf-event {
  display: inline-block;
  margin: 16px 16px;
  vertical-align: top;
  width: 232px;
}

.escconf-event-map {
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 232px;
  width: 100%;
}

.escconf-event-info {
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

/* -------------------- */

.escconf-promobox {
  background-color: antiquewhite;
  border-radius: 15px;
  bottom: 20px;
  box-shadow: 0 0 10px 0 #550000;
  position: fixed;
  right: 20px;
  z-index: 1000;
}

.escconf-promobox-content {
  max-height: calc(100vh - 85px);
  max-width: calc(100vw - 40px);
  overflow-y: auto;
  padding: 35px 40px 25px 32px;
  width: 600px;
}

.escconf-promobox-content > p:last-child {
  margin-bottom: 0;
}

.escconf-promobox-close {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 10px;
}

/* -------------------- */

.escconf-go-to-top {
  background-color: rgb(55, 84, 165);
  border: 1px solid #999999;
  border-radius: 15px;
  bottom: 20px;
  color: white;
  cursor: pointer;
  padding: 12px;
  position: fixed;
  right: 20px;
  z-index: 500;
}

.escconf-go-to-top > a {
  font-size: 0;
  text-decoration: none;
}

.escconf-go-to-top > a:before {
  font-size: 1.6rem;
}
