body {
  font-family: Arial, Helvetica, sans-serif;
  background: rgb(190,52,85);
  background: linear-gradient(270deg, rgba(190,52,85,1) 0%, rgba(190,52,85,1) 31%, rgba(107,28,89,1) 100%);
  color: #ffffff;
}

a {
  color: #ff9eb5;
  text-decoration: none;
}

a:hover {
  color: #ff9eb5;
  text-decoration: underline;
}

#agenda {
  
}

.home-img-container{
  background: rgb(170,16,63);
  background: linear-gradient(90deg, rgba(170,16,63,1) 49%, rgba(1,93,119,1) 50%);
  position: relative;
}

#home .header-img {
  max-width: 1024px;;
  display: block;
  width: 100%;
  margin: 0 auto;
}


.hero-block{
  position: relative;

  background: rgb(81,34,86);
  background: linear-gradient(90deg, rgba(81,34,86) 0%, rgba(123,46,84,1) 31%, rgba(139,51,83,1) 100%);
}

.hero-block .blue-overlay{

  position: absolute; /* Sit on top of the page content */

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22,49,80,0.3);
  z-index: 2;
}

.link-overlay{

  position: absolute; /* Sit on top of the page content */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.hero-block .abstract-lines{
  position: absolute; /* Sit on top of the page content */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;

  background-image: url("images/abstract_lines.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position:left bottom;

}



.hero-block .hero-content{
  position: relative;
  z-index: 4;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0px;
  color: #ffffff;
  z-index: 4;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}


.hero-column{
  flex-basis: 100%;
  flex: 1;
}

.hero-text{

  font-size: 14px;
  line-height: 21px;
  padding: 0 30px;
  margin-top: 60px;
 
}


.hero-heading{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  padding: 0 50px;
}

.hero-heading-title{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 300px;
  text-align: center;
}


.speaker-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}

.glass-button{
  background-color: rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 16px 60px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  transition: .2s ease;
  text-decoration: none;
}

.glass-button:hover{
  background-color: rgba(255,255,255,0.3);
  color: #ffffff;
  text-decoration: none;
}


.glass-button.learn-more{
  background: none;
  border: 1px solid #ffffff;
}


.glass-button.learn-more:hover{
  background-color: rgba(255,255,255,0.1);
}

.footer{
  background-color: rgba(255,255,255,0.1);
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.footer-container{
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  padding: 24px 20px;
}

.footer-container div{
}


.footer-fixed{
  position: fixed;
   bottom: 0;
   width: 100%;
}

.home-speakers{
  margin: 70px 0px 50px;
}

.highlight {
  color: #91faff;
}

.speaker-profiles {
  max-width: 1024px;
  width: 100%;
}

.speaker-disclaimer{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  color: #efacc8;
}
.content {
  display: none;
  opacity: 0;
  transition: all 1s;
}

.content.show {
  display: block;
  opacity: 1;
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page {
}

.menu-bar-container{
  background: rgb(190,52,85);
  background: linear-gradient(90deg, rgba(190,52,85,1) 0%, rgba(190,52,85,1) 31%, rgba(107,28,89,1) 100%);
  display: flex;
  justify-content: center;
}

.menu-bar {
  padding: 0px;
  display: none;
}

.menu-bar.opened {
  display: block;
  width: 100%;
}

.menu-bar .menu-item {
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 8px;
}

.menu-bar .menu-item div {
  pointer-events: none;
}

.menu-bar .menu-item.active {
  color: #ffffff;
  background-color: rgba(255,255,255,0.15);
  font-weight: bold;
}

.menu-bar .menu-item:hover {
  color: #ffffff;
  background-color: rgba(22,49,80,0.2);
}

.header {
  /* background-color: #2b3341;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px; */
}

.page-header {
  position: relative;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
}

.page-header .text {
  max-width: 1024px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

#venue-info .map-btn{
  margin: 36px 0px 36px 0px;
}

#venue-info .map-btn img {
  max-width: 350px;
  width: 100%;
}

#venue-info .map-btn a img{
  transition: .5s ease;
  backface-visibility: hidden;
}

#venue-info .map-btn a img:hover{
  opacity: 0.5;
}

.agenda-block {

  display: flex;
  align-items: center;
    flex-direction: column;
}

.venue-info-block{
  padding: 0px 10px 10px 30px;
}

.library-block{
  padding: 0px 10px 10px 30px;
}


.library-block .content-available{
  font-size: 14px;
  color: #90fbfe;
}

.library-block .content-coming-soon{
  font-size: 14px;
  color: #727b8a;
}

.library-block .slot-speaker{
  margin-bottom: 15px;
}

.agenda-table {
  color: #ffffff;
  background-color: rgba(255,255,255,0.05);
  border-collapse: separate;
  border-spacing: 0 20px;
  max-width: 1024px;
  width: 100%;
}

.agenda-table .time-slot,
.agenda-table .time-slot-content {
  vertical-align: top;
}

.agenda-table .time-slot {
  width: 90px;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
  font-size: 14px;
}

.agenda-table .time-slot-content .slot-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.agenda-table .time-slot-content .slot-speaker {
  font-size: 14px;
  display: inline-block;
  color: #ff9eb5;
}

.agenda-table .time-slot-content .slot-details {
  font-size: 14px;
  padding-right: 20px;
  padding-bottom: 10px;

}

a.speaker{
  color: #ff9eb5;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
}

a.speaker-link {
  color: #ff9eb5;
  text-decoration: underline;
}

a.speaker-link:hover {
  cursor: pointer;
  color: #ffb9c9;
  text-decoration: underline;
}

.borderered-slot td {
  /* border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #90fbfe; */
  background-color: rgba(255,255,255,0.1);
  padding: 12px 0px;
  /* border-bottom: 16px solid #2b3340; */
}

.date-block{
  background-color: rgba(22,49,80,0.3);
  font-size: 18px;
  max-width: 1024px;
  width: 100%;
}

.date-text{
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;

}

.agenda-table .borderered-slot .time-slot-content .slot-title {
  margin-bottom: 0px;
}

.agenda-table .borderered-slot .time-slot {
  padding: 12px 20px;
}

.footer img {
  max-width: 1024px;
  display: none;
  width: 100%;
}

.footer img.show {
  display: block;
}

.speaker-question-block {
  /* padding: 50px 56px 80px 56px; */
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.speaker-question-block .sub-heading {
  color: #ff9eb5;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 0px 30px 0px 30px;
}

.speaker-question-block #form {
  padding: 0px 30px 0px 30px;
}


.speaker-question-block button{
  /* background-color: #90fbfe; */
  border: none;
  padding: 10px 26px;
  /* color: #2b3340; */
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

#form label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

#form select,
#form input,
#form textarea {
  box-sizing: border-box;
  border: none;
  background-color: rgba(255,255,255,0.1);
  color: #ffffff;
  padding: 6px 8px;
  margin-bottom: 25px;
  width: 100%;
}

#form textarea {
  margin-bottom: 10px;
}

#form .character-limit{
  margin-bottom: 25px;
  color: #ff9eb5;
}

#form .character-limit span{
  color: #fff;
  font-weight: bold;
}

#form select:focus,
#form input:focus,
#form textarea:focus {
  background-color: #b23056;
  outline: none;
}


#form-errors button, #form-success button {

    border: none;
    padding: 10px 26px;

    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;

}

#form-errors-content div{
    color: #ffffff;
}

#form-success-content div {
    color: #ffffff;
}

#form-posting-content div {
    color: #ffffff;
}

.contact-info-block {
    padding: 50px 56px 80px 56px;
    color: #fff;
    font-size: 16px;
}



.cpd-points-block {
  padding: 50px 56px 80px 56px;
  color: #fff;
  font-size: 16px;
}

.cpd-points-block .sub-heading {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.cpd-points-block .cpd-heading {
  color: #90fbfe;
  font-weight: bold;
  font-size: 16px;
}

.cpd-points-block ul li {
  padding-bottom: 10px;
}

.cpd-points-block .cpd-note {
  color: #2b3341;
}

.mobile-menu {
  display: flex;
  justify-content: flex-start;
  padding: 8px 0px 8px 10px;
}

.menu-toggle img {
  width: 30px;
}

.menu-toggle .burger-icon {
  display: inline-block;
}

.menu-toggle .close-icon {
  display: none;
}

.menu-toggle.opened .burger-icon {
  display: none;
}

.menu-toggle.opened .close-icon {
  display: inline-block;
}

button:focus-visible,
[type="button"]:focus-visible,
[type="reset"]:focus-visible,
[type="submit"]:focus-visible {
  outline: none;
}

.speaker-profiles-block {
  padding: 30px 50px 10px 50px;
  display: flex;
  justify-content: center;
}

.speaker-profile {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.speaker-profile.hidden {
  display: none;
}

.speaker-profile .img-container {
  width: 250px;
  flex-shrink: 0;
  margin: 0px 0px 20px 0px;
  align-self: center;
}

.speaker-profile .img-container .image-wrap {
  /* padding: 10px;
    background-color: #eee; */
    padding: 10px;
    background-color: rgba(22,49,80,0.3);
}

.speaker-profile .img-container .image-wrap.no-img {
  padding: 24px;
}
.speaker-profile .img-container .logo-wrap {
  padding: 20px 40px 10px 40px;
  text-align: center;
  display: none;
}

.speaker-profile .img-container .logo-wrap img {
  max-width: 200px;
  width: 100%;
}

.speaker-profile .img-container img {
  width: 100%;
  display: block;
}

.speaker-profile .profile-bio {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.speaker-profile .profile-bio .logo-mobile {
  margin-top: 30px;
  display: block;
}

.speaker-profile .profile-bio .logo-mobile img {
}

.speaker-profile .profile-bio .profile-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}

.speaker-profile .profile-bio .profile-title span{
  font-weight: normal;
  font-size: 14px;
}

.speaker-profile .profile-overview {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
}

.speaker-profile .profile-bio-content {
  line-height: 21px;
  font-size: 14px;
  color: #efacc8;
  text-align: left;
  /* text-align: justify; */
}

.speaker-profile .profile-bio-content .medium {
  font-size: 18px;
}

.pagetrigger{
  cursor: pointer;
}

img.pagetrigger{
  transition: .5s ease;
  backface-visibility: hidden;
}

img.pagetrigger:hover{
  opacity: 0.5;
}

span.pagetrigger:hover{
  text-decoration: underline;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {

}

/* Handle */
::-webkit-scrollbar-thumb {

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 
}

/* Responsiveness */
@media (min-width: 660px) {

  .hero-text{
    padding: 0 50px;
  }
}

/* Responsiveness */
@media (min-width: 760px) {
  #venue-info .map-btn img {
    max-width: 450px;
  }

  .hero-heading{
    align-items: center;
  }

  .hero-heading-title {
    width: 600px;
    
  }

  .page-header {
    background: rgb(81,34,86);
  background: linear-gradient(90deg, rgba(81,34,86) 0%, rgba(123,46,84,1) 31%, rgba(139,51,83,1) 100%);
  }



  .speaker-profile .profile-bio {
    text-align: left;
  }

  .speaker-profile {
    flex-direction: row;
    align-items: left;
    justify-content: left;
  }

  .speaker-profile .img-container {
    width: 200px;
    align-self: flex-start;
    margin: 0px 40px 0px 0px;
  }

  .speaker-profile .profile-bio .profile-title {
    margin-bottom: 20px;
    font-size: 16px;

    letter-spacing: 1px;
  }

  .speaker-profile .profile-overview {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }

  .speaker-profile .profile-bio-content {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }

  .speaker-profile .img-container .logo-wrap {
    padding: 20px 10px 0px 10px;
    text-align: center;
    display: block;
  }
}

/* Responsiveness */
@media (min-width: 960px) {
  .speaker-profile .img-container {
    width: 240px;
    margin: 0px 70px 0px 0px;
  }


}

/* Responsiveness */
@media (min-width: 1024px) {

  .footer-container{
    padding: 24px 10px;
  }
  .hero-heading{
    align-items: flex-start;
  }

  .hero-text{
    padding: 0 30px;
  }

  .hero-heading-title {
    width: 300px;
    text-align: left;
  }
  .hero-block .hero-content{
    flex-direction: row;
  }

  .menu {
    display: none;
  }

  .venue-info-block{
    padding: 0px 10px 10px 50px;
  }

  .agenda-block {
    
  }

  .library-block{
    padding: 0px 10px 10px 50px;
  }

  .page-header {
    padding: 20px 50px;
  }

  .page-header .text {
    font-size: 18px;
  }

  .header {
    /* display: flex;
        justify-content: space-between;
        align-items: center;
        height: 170px; */
  }


  .menu-bar,
  .menu-bar.opened {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    width: initial;
  }

  .menu-bar .menu-item {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding: 15px 0px;
    flex-grow: 1;
    width: 128px;
  }

  .menu-bar .menu-item div {
    text-align: center;
    /* border-left: 1px solid #2b3340; */
    pointer-events: none;
  }

  .menu-bar .menu-item:first-child div {
    border-left: none;
  }

  .menu-bar .menu-item.active + .menu-item div {
    border-left: none;
  }

  .mobile-menu {
    display: none;
  }

  .agenda-table .time-slot {
    width: 120px;
    font-size: 16px;
  }

  .agenda-table .time-slot-content .slot-title {
    font-size: 16px;
  }
  .agenda-table .time-slot-content .slot-speaker {
    font-size: 16px;
  }

}

.carousel-container{
  background-color: rgba(22,49,80,0.3);
  padding: 20px 20px 0px 20px;
}

.carousel-wrap {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
}

.carousel-item{
  cursor: pointer;

}

.carousel-item img{
    display: block;
}

.carousel-item .carousel-title{
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 3px 10px 3px 10px;
  color: #fff;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.carousel {
  left: -25%;
  transform: translateX(25%);
}

/* @media (min-width: 440px) {
    .carousel {
      left: -50%;
      transform: translateX(50%);
    }
  }

@media (min-width: 660px) {
  .carousel {
    left: -33.33333%;
    transform: translateX(33.33333%);
  }
}

@media (min-width: 960px) {
  .carousel {
    left: -25%;
    transform: translateX(25%);
  }
} */

.carousel.is-reversing {
  transform: translateX(-100%);
}

.carousel.is-reversing {
  transform: translateX(-25%);
}

/* @media (min-width: 440px) {
    .carousel.is-reversing {
      transform: translateX(-50%);
    }
  }

@media (min-width: 660px) {
  .carousel.is-reversing {
    transform: translateX(-33.33333%);
  }
}

@media (min-width: 960px) {
  .carousel.is-reversing {
    transform: translateX(-25%);
  }
} */

.carousel.is-set {
  transform: none;
  transition: transform 0.4s ease-in-out;
}

.carousel-seat {
  flex: 1 0 100%;
  order: 2;
  flex-basis: 25%;
}

/* @media (min-width: 440px) {
    .carousel-seat {
      flex-basis: 50%;
    }
  }


@media (min-width: 660px) {
  .carousel-seat {
    flex-basis: 33.33333%;
  }
}

@media (min-width: 960px) {
  .carousel-seat {
    flex-basis: 25%;
  }
} */

.carousel-seat.is-ref {
  order: 1;
}


.controls {
  padding: 1em;
  text-align: center;
}

.controls button {
  background-color: rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 8px 12px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  border: none;
  cursor: pointer;
  line-height: 16px;
  transition: .2s ease;

}

.controls button:hover {
  background-color: rgba(255,255,255,0.3);
}

.controls button img{
  width: 16px;
}