body {
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 1.2;
margin: 0;
overflow-x: hidden;
color: #3F3931;
background-color: #f5f5f3;
}



/* Text */

h1 {
font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 3rem;
line-height: 1.2;
margin-bottom: 2rem;
color: #ffffff;
}

h2 {
font-family: "roboto", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 2rem;
line-height: 1.2;
}

h3 {
font-family: "roboto", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.7rem;
line-height: 1.2;
color: #E95112;
}


h6 {
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.2rem;
line-height: 1.3;

}

p {
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 1.4;
}

h1 span, .section-title h2, .section-text p strong  {
    color: #E95112;
}

strong {
font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
color: inherit;
}

small {
font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
color: #E95112;
font-size: .8rem;
}

.section-text a {
  font-family: "roboto", sans-serif;
font-weight: 600;
font-style: normal;
color: #E95112;
font-size: 1rem;
}


/* Slider */

.slick-slider {
    margin: 0 -20px;
}

.slick-slide {
    padding: 20px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 9;
}

.slider-wrapper .arrow img {
    height: 40px;
}

.slider-wrapper .arrow-right {
    right: 0px;
}

.slider-wrapper .arrow-left {
    left: 0px;
}

.testimonials .slick-dots {
    text-align: left;
    bottom: -25px;
}

.testimonials .slick-dots li button:before,
.slick-dots li.slick-active button:before,
.slick-dots li button {
    color: #3f3931;
    opacity: 1;
}

.testimonials {
    margin-top: 40px;
}

.testimonial-frame {
    position: relative;
    padding: 10px 60px;
}

.testimonial-frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-top: 5px solid #E95112;
    border-left: 5px solid #E95112;
}

.testimonial-frame:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-bottom: 5px solid #E95112;
    border-right: 5px solid #E95112;
}

.testimonial-slide blockquote {
    font-family: "roboto", sans-serif;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #707070;
    font-style: italic;
    border: none;
    padding: 0;
    margin: 0 0 30px;
}

.testimonial-slide cite {
    display: block;
    font-family: "roboto", sans-serif;
    font-size: 1rem;
    color: #E95112;
    font-style: normal;
    font-weight: 500;
    text-align: right;
}

.testimonial-slide cite:before {
    content: "";
}


/* Navbar */
.nav {
  width: 100%;
  padding: 40px 0;
  /* height: 110px; */
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav div.main_list {
  float: right;
  margin-top: 15px;
}

.nav div.main_list .top-nav li {
  width: 33.333%;
  text-align: right;
}

.nav div.main_list .navLinks {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0px
}

.nav div.main_list ul li {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: unset
}

.nav div.main_list ul li a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
font-family: "roboto", sans-serif;
font-weight: 400;
  font-style: normal;
  line-height: 1.4;

}

.nav div.main_list ul li a.delegates {
    color: #E95112;
}

.nav div.main_list ul li a:hover {
  text-decoration: none;
}

.dropdown.menu .submenu li a {
  padding: .35rem 1rem;
    font-size: .9rem;
}
.nav div.main_list ul li ul li {
  text-align: left;
  margin: 0;
}


nav .logo {
  width: 180px;
  transition: all 0.3s ease;
}

nav.affix .logo {
  width: 160px;
}

.is-dropdown-submenu {
   background: #000000;
  border: none;
  display: none;
  padding: .5rem 0;
}

.affix {
  background-color: #000000;
  opacity: 1;
  z-index: 9999;
  box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
  transition: all 0.3s ease;
  padding: 25px 0 25px 0;
}

.affix .is-dropdown-submenu {
  background: #000000;
  padding: .5rem 0;
}

.is-dropdown-submenu li a {
  text-align: left;
  font-size: .8rem;

}

.dropdown.menu li a {
  padding: .5rem 1rem;
}

.dropdown.menu>li.is-active>a{
  color: #E95112;
  /* text-decoration: underline;
  text-underline-offset: 4px; */
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #E95112 transparent transparent;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  width: 400px;
}

.nav div.main_list ul li a img {
  height: 30px;
  margin-top: -10px;
}

.nav div.main_list ul li a:hover,
.nav div.main_list ul li a.active, .nav .main_list .header-top a:hover {
color: #E95112;
}

.navTrigger.active i {
  background-color: #fff
}

.navTrigger {
  display: none;
}

.show_logo {
  display: none;
  position: relative;
  z-index: 9;
}


@media screen and (min-width:1024px) and (max-width:1300px) {
  .dropdown.menu li a {
    padding: 0.45rem;

  }
}

@media screen and (max-width:1023px) {


  .sub-accordion .sub-accordion-title {
    color: #FFF;
    background: transparent url(../images/accordion-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 30%;
    position: relative;
    display: block;
    font-size: 1.1rem;

  }


  .sub-accordion .is-active .sub-accordion-title {
    background: transparent url(../images/accordion-arrow-up.png);
    background-repeat: no-repeat;
    background-position: 30%;
  }

  .sub-accordion .is-active .sub-accordion-title.no-arrow,
  .sub-accordion .sub-accordion-title.no-arrow {
    background: none
  }

  .sub-accordion .accordion-content {
    border: none;
    background: none;

  }

  .sub-accordion .accordion-content a {
    color: #fff
  }

  .nav {
    padding: 40px 0;
  }

  .navTrigger {
    display: block;
  }

  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 00px;

  }

  .nav div.show_list {
    height: auto;
    display: none;
    position: fixed;
    left: 0px;

  }

  .nav div.main_list .navlinks {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 550px;
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    list-style: none;
    margin: 0;

  }

  .nav div.main_list ul li {
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding: .5rem 0
  }

  .nav div.main_list ul li a {
    width: 100%;
    font-size: 1.6rem;
    color: white;
    line-height: 1.3;
  }

  .nav .accordion-content ul {
    list-style: none;
    margin: 0;
  }

  .nav .accordion-content {
    padding: 0;
  }
}

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 55px;
  z-index: 9
}

.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-9px) rotate(0deg);
  }

  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}



/* Colour */
.white {
    color: #ffffff!important;
}

.orange {
    color: #E95112;
}

.purple {
  color: #836484!important;
}


/* Background */

.buff-bg {
    background-color: #DED2BC;
}

.khaki-bg {
    background-color: #697265;
}

.dark-khaki-bg {
    background-color: #575D54;
}


.parallax-bg {
    position: relative;
    background-image: url('../images/LC-Pattern-02.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/* section */ 

.relative {
    position: relative;
    height: auto;
}

.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

/* Padding and Margin */

.pad-left-small {
    padding-left: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top80 {
    margin-top: 80px;
}


/* Image */

img {
    width: 100%;
}

.half-width-img img{
    width: 50%;
    float: right;
}

/* Card */


/* Button */

.button.primary {
    background: rgba(105, 114, 101, 1);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    font-style: normal;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    position: relative;
    color: #ffffff;
    max-width: 150px;
    border-radius: 0;
    padding: .65rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button.long {
  max-width: 250px
}

.button.primary:hover {
  background-color: #E95112;
}

.button.orange-bg {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    font-style: normal;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    position: relative;
    color: #ffffff;
    max-width: 150px;
    border-radius: 0;
    padding: .65rem;
    background-color: #E95112;
}

.button.orange-bg:hover {
  background-color: #836484;
}


/* Banner */



/* Landing */

.landing {
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 700px;
}

#pages .landing {
  height: 480px;
  min-height: 480px;
}

.landing video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #054045;
}

.landing .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.66);
    z-index: 2;
}

#pages .landing .bottom-text {
  top: 80%;
  transform: translateY(-80%);
}

#pages .landing h1 {
  margin-bottom: .5rem;
}

.landing .bottom-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.landing .info-bar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    z-index: 3;
    background: rgba(105, 114, 101, 0.8);
    padding: 20px;
}

.landing .info-bar .icon-group img {
    width: 56px;
    margin-right: 15px;
}

.landing .info-bar .icon-group p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.landing .info-bar .icon-group p a {
    color: #FFF;
}

.landing .info-bar .icon-group p a:hover {
    color: #E95112;
    text-decoration: underline;
}


.landing .info-bar.fixed-icons {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: auto;
    max-width: none;
    padding: 15px 12px;
    z-index: 999;
}

.landing .info-bar.fixed-icons .grid-container,
.landing .info-bar.fixed-icons .grid-x {
    width: auto;
    display: block;
}

.landing .info-bar.fixed-icons .cell {
    width: auto;
    display: block;
    padding: 0;
    margin-bottom: 15px;
}

.landing .info-bar.fixed-icons .cell:last-child {
    margin-bottom: 0;
}

.landing .info-bar.fixed-icons .icon-group p a {
    font-size: 0;
    display: block;
}

.landing .info-bar.fixed-icons .icon-group img {
    width: 42px;
    margin-right: 0;
}

/* =========================================
   PARALLAX
========================================= */

@property --lc-sky-drift {
  syntax: '<length>';
  inherits: true;
  initial-value: 0px;
}

.lc-scroll-scene {
  position: relative;
  height: 195vh;
  min-height: 1850px;
  background: #f5f5f3;
}

.lc-scroll-scene__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 980px;
  overflow: hidden;
  background: #f5f5f3;
}

/* soft blend into overview */
.lc-scroll-scene__sticky::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;

  height: 360px;
  z-index: 80;
  pointer-events: none;

content: "";
  position: absolute;
  left: 0;
  right: 0;

  bottom: -2px;
  height: 460px;

  z-index: 80;
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(245,245,243,0) 0%,
    rgba(245,245,243,0.04) 18%,
    rgba(245,245,243,0.18) 38%,
    rgba(245,245,243,0.48) 62%,
    rgba(245,245,243,0.82) 82%,
    #f5f5f3 100%
  );
}

.lc-scene-layer {
  position: absolute;
  left: 50%;
  max-width: none;
  pointer-events: none;
  will-change: transform;
}

.lc-scene-city,
.lc-scene-wind,
.lc-scene-ground {
  min-width: 1800px;
}

/* =========================================
   SKY
========================================= */

.lc-scene-sky {
  left: -10%;
  top: -50%;

  width: 130%;
  height: 100%;

  object-fit: cover;
  object-position: center top;

  z-index: 1;

  transform:
    translate3d(calc((var(--lc-progress, 0) * -28px) + var(--lc-sky-drift, 0px)), 0, 0)
    scale(1.04);

  animation: lcSkyDrift 9s ease-in-out infinite alternate;
}

@keyframes lcSkyDrift {
  from {
    --lc-sky-drift: 0px;
  }

  to {
    --lc-sky-drift: -24px;
  }
}

/* =========================================
   PARALLAX LAYERS
========================================= */

.lc-scene-city {
  width: 108%;
  bottom: 260px;
  z-index: 2;

  transform:
    translate3d(-50%, calc(var(--lc-progress, 0) * 70px), 0)
    scale(calc(1 + (var(--lc-progress, 0) * 0.015)));
}

.lc-scene-wind {
  width: 112%;
  bottom: 10%;
  z-index: 3;

  transform:
    translate3d(-50%, calc(var(--lc-progress, 0) * 55px), 0)
    scale(calc(1 + (var(--lc-progress, 0) * 0.018)));
}

.lc-scene-ground {
  width: 100%;
  bottom: -12%;
  z-index: 5;

  transform:
    translate3d(-50%, calc(var(--lc-progress, 0) * -55px), 0)
    scale(calc(1 + (var(--lc-progress, 0) * 0.015)));
}

/* =========================================
   POPUPS
========================================= */

.lc-scene-popups {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.lc-scene-popup {
  position: absolute;
  top: 20%;

  width: 200px;
  height: 100px;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  background: rgba(87, 96, 84, 0.88);
  color: #fff;
  text-align: center;

  box-shadow: 0 20px 45px rgba(0,0,0,0.28);

  opacity: 0;
  transform: translateX(-50%) translateY(16px);

  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.lc-scene-popup.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.lc-scene-popup img {
 width: 40px;
  margin-bottom: 1rem;
}

.lc-scene-popup span {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.lc-scene-popup:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;

  width: 2px;
  height: 250px;

  background: #e95112;
  transform: translateX(-50%);
}

.popup-1 { left: 23%; }
.popup-2 { left: 40%; }
.popup-3 { left: 57%; }
.popup-4 { left: 74%; }




@media (min-width: 1800px) {

  .lc-scroll-scene {
    background: none;
  }

  .lc-scroll-scene .lc-scroll-scene__sticky {
    max-width: 100rem;
    margin: 0 auto;
  }

  .lc-scene-popup {
    top: 24%;
  }

}

@media (max-width: 1024px) {

  .lc-scroll-scene {
    height: 175vh;
    min-height: 1500px;
  }

  .lc-scroll-scene__sticky {
    min-height: 760px;
  }

  .lc-scroll-scene__sticky::after {
    bottom: -2px;
    height: 300px;
    min-height: 300px;
  }

  .lc-scene-sky {
    left: -18%;
    top: -18%;
    width: 140%;
    height: 120%;
  }

  .lc-scene-city,
  .lc-scene-wind,
  .lc-scene-ground {
    min-width: 0;
  }

  .lc-scene-city {
    width: 150%;
    bottom: 30%;
  }

  .lc-scene-wind {
    width: 155%;
    bottom: 18%;
  }

  .lc-scene-ground {
    width: 150%;
    bottom: -3%;
  }

  .lc-scene-popup {
    width: 170px;
    height: 120px;
    padding: 20px;
    top: 30%;
  }

  .lc-scene-popup img {
    width: 25px;
    margin-bottom: 0.7rem;
  }

  .lc-scene-popup span {
    font-size: 0.95rem;
  }

  .lc-scene-popup:after {
    height: 180px;
  }

  .popup-1 { left: 17%; }
  .popup-2 { left: 38%; }
  .popup-3 { left: 59%; }
  .popup-4 { left: 80%; }
}



@media (max-width: 768px) {

  .lc-scroll-scene {
    height: auto;
    min-height: 0;
    background: #f5f5f3;
  }

  .lc-scroll-scene__sticky {
    position: relative;
   
  height: 72vh;
  min-height: 520px;
  max-height: 760px;
    background: #f5f5f3;
  }

  .lc-scroll-scene__sticky::after {
    bottom: -2px;
    height: 150px;
    min-height: 150px;
  }

  .lc-scene-sky {
    left: -20%;
    top: -8%;
    width: 145%;
    height: 105%;
  }

  .lc-scene-city {
    width: 185%;
    min-width: 0;
    bottom: 43%;
  }

  .lc-scene-wind {
    width: 185%;
    min-width: 0;
    bottom: 31%;
  }

  .lc-scene-ground {
    width: 175%;
    min-width: 0;
    bottom: 5%;

    transform:
      translate3d(-50%, 0, 0)
      scale(1);
  }

  .lc-scene-popups {
    display: none;
  }
}

@media (max-width: 480px) {

  .lc-scroll-scene__sticky {
    height: 470px;
  }

  .lc-scene-sky {
    left: -28%;
    top: -6%;
    width: 165%;
  }

  .lc-scene-city {
    width: 215%;
    bottom: 45%;
  }

  .lc-scene-wind {
    width: 215%;
    bottom: 33%;
  }

  .lc-scene-ground {
    width: 205%;
    bottom: 7%;
  }
}


@media (max-width: 480px) {

  .lc-scroll-scene__sticky {
    height: 540px;
  }

  .lc-scene-sky {
    left: -34%;
    top: -4%;
    width: 170%;
    height: 105%;
  }

  .lc-scene-city {
    width: 245%;
    bottom: 38%;
  }

  .lc-scene-wind {
    width: 250%;
    bottom: 26%;
  }

  .lc-scene-ground {
    width: 245%;
    bottom: 1%;
  }

  .lc-scroll-scene__sticky::after {
    height: 190px;
    min-height: 190px;
  }
}

#overview {
 position: relative;
  z-index: 4;
  background: #f5f5f3;
  margin-bottom:80px;
   margin-top: -1px;
}


.buff-bg .overlap-next {
    position: relative;
    margin-top: -160px;
    z-index: 10;
}

.buff-bg .overlap-next img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

#speakers .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    mix-blend-mode: multiply;
    z-index: 2;
}

#speakers .grid-container {
    position: relative;
    z-index: 3;
}

#speakers .block-content {

}

#speakers .speaker-photo-box {
    background: #CDC9BD;
        margin-top: 40px;

}

#speakers .block-content .speaker-photo-box img {
    margin: 0 auto;
}

#speakers .speaker-details-box {
    position: relative;
    height: 100%;
    padding-top: 80px;
}


#speakers .speaker-details-box .arrow-btn {
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.card {
    border: none;
    background: transparent;
    margin-top: 40px;
}

.card .background-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;

}


.card.archive {
  position: relative;
  border-bottom: none;
  margin-top: 0;
}

.card.archive::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: calc(100% - 30px);
  border-bottom: 1px solid #CDC9BD;
}

.people.card .background-wrapper {
      background: #CDC9BD;
}

.card .background-wrapper .people-photo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform-origin: center center;
    background-position: center center;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.card .background-wrapper:hover .people-photo{
    transform: scale(1.05);
}

.card .people-details {
    margin-top: 30px;
    position: relative;
}

.card .people-details p {
    margin-bottom: 40px;
}

.card .people-details img {
    position: relative;
    float: right;
    width: 30px;
}

.card.archive .people-details h6 {
  font-weight: 600;
}

.card.archive .people-details p {
  color: #DED2BC;
}

#programme .item-block {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #836484!important;
  background-color: #ffffff;
}

#programme .item-block .times{
  background: rgba(233, 81, 18, 0.2);
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

#programme .item-block .times p {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}

#programme .item-block .content {
  padding: 20px 30px;
  position: relative;
}

#programme .item-block.basic .content {
  background: rgba(233, 81, 18, 0.3);
  height: 100%;
}

#programme .item-block .content h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

#programme .content .btn-readmore {
  width: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#programme .content .readmore {
  display: none;
  margin-top: 30px;

}

#programme .content .btn-readmore.active {
  transform: rotate(180deg);
}

#programme .content p.purple {
  margin-bottom: .5rem;
}

#programme .content ul {
  margin-left: 1rem;
}


#programme .same-time-wrapper.item-block {
  background: transparent;
}

#programme .same-time-wrapper .medium-2 {
  background: #fff;
}

#programme .same-time-wrapper .medium-10 {
  background: transparent;
}

#programme .same-time-sessions {
  background: transparent;
}

#programme .same-time-sessions .cell {
  display: flex;
}

#programme .same-time-sessions .content {
  background: #fff;
  width: 100%;
  height: 100%;
}

#programme .same-time-wrapper .times {
  background: rgba(233, 81, 18, 0.2);
  width: 100%;
  height: 100%;
}

/* #programme .same-time-sessions {
  margin-right: -12px;
  margin-left: -12px;
}

#programme .same-time-sessions > .cell {
  padding-right: 12px;
  padding-left: 12px;
} */


.member-form {
  margin-top: 40px;
}

.member-form label {
    margin-bottom: .5rem;
    font-weight: 600;
    font-style: normal;
    color: #3F3931;
    line-height: 1.4;
    font-family: "roboto", sans-serif;
font-size: 1rem;
}

.member-form input, .member-form textarea,
 .member-form [type=text]:focus,
  .member-form [type=email]:focus,
  .member-form [type=password]:focus,
   .member-form textarea:focus {
    border: none;
    box-shadow: none;
    background: rgba(222, 210, 188, 0.3);
    line-height: 1.4;
    font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
 color: #3F3931;

   }

.member-form a {
  color: #E95112;
  font-weight: .9rem;
}

.member-form img {
  max-width: 200px;
}
.member-form .error {
  color: #E95112;
  margin-top: .5rem;
  font-weight: 600;
}

.relative {
  position: relative;
}

.password-wrapper p {
  font-size: .85rem;
  color:#E95112;
  margin-bottom:.5rem
}

.password-wrapper input {
  padding-right: 55px;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 10px;

  background: transparent;
  border: 0;
  cursor: pointer;
  color: #666;
  z-index: 5;
}

.toggle-password:focus {
  outline: none;
}

#ticket-pricing-box {
  background: #E5B7A4;
  padding: 30px 30px 0px 30px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
}

#ticket-pricing-box ul {
  margin-top: 1rem
}
#ticket-pricing-box ul li {
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: 1.1rem;
}

#ticket-pricing-box ul li strong {
  color: #E95112;
}

/* Footer */

footer {
    position: relative;
   background-color: #000000;
   padding-top: 30px;
   padding-bottom: 20px;
}

footer .footer-logo img {
  width: 160px;
}

footer .footer-logo {
  margin-bottom: 50px;
}

footer .info-box img {
  width: 20px;
  margin-right: 10px;
}

footer .info-box p{
  font-size: .85rem;
  line-height: 1.8;
}

footer .info-box p a {
  color: #ffffff;
  font-weight: 600;
}


@media screen and (max-width:1200px) {
    .grid-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .info-bar.fixed-icons .grid-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .landing .info-bar.fixed-icons .icon-group img {
        width: 30px;
    }

    .lc-scene-popup {
      width: 155px;
    }


}

@media screen and (max-width:1023px) {

 

  #ticket-pricing-box {
    position: relative;
    margin-top: 30px;
    bottom: unset;
    left: unset;
    right: unset;
     width: auto;
  }

  .landing .info-bar .icon-group {
    margin-bottom: 20px;
  }

  .pad-left-small {
    padding-left: 0;
    margin-top: 30px;
  }
  .buff-bg .overlap-next {
    margin-bottom: 40px;
  }
  #speakers .speaker-details-box {
    padding-top: 0;
    margin-top: 30px;
  }
  .text-right {
    text-align: left;
    margin-top: 30px;
  }
       .lc-scene-popup {
      width: 130px;
      height: 100px;
    }

    .lc-scene-popup span {
      font-size: .9rem;
    }


}

@media screen and (max-width:768px) {
  .landing .info-bar.fixed-icons {
    padding: 10px 0;
  }



  .testimonial-frame {
    padding: 10px 30px;
  }
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .landing .info-bar {
    padding: 15px 0 10px;
  }

  .landing .info-bar .icon-group img {
    width: 45px;
  }

  .landing .info-bar .icon-group p {
    font-size: .9rem;
  }
  .lc-parallax {
    min-height: unset;
    height: 720px;
  }
  .parallax-bg {
    background-attachment: unset;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width:500px) {
    /* h1 {
    font-size: 2.25rem;
  } */

  /* .landing .bottom-text {
    top: 35%;
    transform: translateY(-35%);
  } */
}