/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 13px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fp-banner {
  background: #285847;
  color: #fff;
}

.fp-banner, .advise-banner {
  padding: 80px 0;
}
.fp-banner__inner, .advise-banner__inner {
  max-width: 500px;
}
.fp-banner__text, .advise-banner__text {
  max-width: 440px;
}
.fp-banner__event, .advise-banner__event {
  color: #FBCA69;
}
@media (max-width: 992px) {
  .fp-banner__image, .advise-banner__image {
    margin-bottom: 40px;
  }
}

.ad-ai-why {
  padding-top: 70px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ad-ai-why {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .fp-body .jiffy-video {
    margin-bottom: 30px;
  }
}

.fp-wrapper {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fp-wrapper {
    padding: 0 30px;
  }
}

.fp-wrapper-2 {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .fp-wrapper-2 {
    padding: 0 30px;
  }
}

.hover-box {
  max-width: 347px;
  margin: 0 auto 50px;
}

.fp-body .jfy-list > li {
  margin-bottom: 5px;
}
.fp-body .jfy-list > li::marker {
  color: #BB8C32;
}

.fp-featured, .fp-hosts {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .fp-featured, .fp-hosts {
    padding-bottom: 40px;
  }
}

.fp-featured img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.fp-featured figcaption {
  font-weight: 600;
  line-height: 30px;
}

.fp-hosts .speakerbox {
  display: block;
  background: #fff;
  margin: 0 20px 40px;
}
@media (max-width: 992px) {
  .fp-hosts .speakerbox {
    margin: 0 auto 40px;
  }
}
.fp-hosts .speakerbox__headshot {
  padding: 20px 0 0 20px;
}
.fp-hosts .speakerbox:hover {
  background: #FFF8E7;
  -webkit-box-shadow: 0px 15px 20px 3px rgba(190, 190, 190, 0.9);
          box-shadow: 0px 15px 20px 3px rgba(190, 190, 190, 0.9);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 992px) {
  .fp-why {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .fp-registration {
    margin-bottom: 0 !important;
  }
}

/* =====| Form Styles |===== */
.fp-formbox {
  background: #285847;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .fp-formbox {
    padding: 40px 30px;
    border-radius: 0;
  }
}
.fp-formbox .jiffy-form__disclaimer {
  color: #fff;
}

.fp-form {
  margin-bottom: 40px;
}
.fp-form [type=color], .fp-form [type=date], .fp-form [type=datetime], .fp-form [type=datetime-local], .fp-form [type=email], .fp-form [type=month], .fp-form [type=number], .fp-form [type=password], .fp-form [type=search], .fp-form [type=tel], .fp-form [type=text], .fp-form [type=time], .fp-form [type=url], .fp-form [type=week], .fp-form input:not([type]), .fp-form textarea, .fp-form [type=color]:active, .fp-form [type=date]:active, .fp-form [type=datetime]:active, .fp-form [type=datetime-local]:active, .fp-form [type=email]:active, .fp-form [type=month]:active, .fp-form [type=number]:active, .fp-form [type=password]:active, .fp-form [type=search]:active, .fp-form [type=tel]:active, .fp-form [type=text]:active, .fp-form [type=time]:active, .fp-form [type=url]:active, .fp-form [type=week]:active, .fp-form input:not([type]):active, .fp-form textarea:active, .fp-form [type=color]:focus, .fp-form [type=date]:focus, .fp-form [type=datetime]:focus, .fp-form [type=datetime-local]:focus, .fp-form [type=email]:focus, .fp-form [type=month]:focus, .fp-form [type=number]:focus, .fp-form [type=password]:focus, .fp-form [type=search]:focus, .fp-form [type=tel]:focus, .fp-form [type=text]:focus, .fp-form [type=time]:focus, .fp-form [type=url]:focus, .fp-form [type=week]:focus, .fp-form input:not([type]):focus, .fp-form textarea:focus, .fp-form select {
  padding: 8px 10px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.fp-form label {
  font-size: 14px;
  color: #FFF8E7;
}

.gold-highlight {
  color: #FBCA69;
}

/* =====| Livebox |===== */
.livebox-advise {
  background-color: #f5f5f5;
  background-image: url(../../events/assets/images/headshots/babu-zane.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .livebox-advise {
    background-size: 50%;
    background-position: bottom center;
  }
}
@media (max-width: 576px) {
  .livebox-advise {
    background-size: 70%;
    background-position: bottom center;
  }
}
.livebox-advise .livebox__header {
  padding: 20px;
  margin: 0;
}
.livebox-advise .livebox__header--title {
  font-size: 22px;
  line-height: 32px;
}
.livebox-advise .livebox__inner {
  text-align: left;
  padding: 50px;
  margin: 0;
}
@media (min-width: 992px) {
  .livebox-advise .livebox__inner {
    max-width: 70%;
  }
}
@media (max-width: 992px) {
  .livebox-advise .livebox__inner {
    padding: 30px;
    padding-bottom: 250px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .livebox-advise .livebox__title {
    font-size: 22px;
    line-height: 32px;
  }
}

/* =====| Impact 2025 |===== */
.impact-resources .bg-green {
  padding: 50px 50px 30px;
  border-radius: 10px;
}
.impact-resources .jiffy-collateral {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.impact-resources .jiffy-collateral:hover {
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.impact-resources .jiffy-collateral:hover .jiffy-collateral__title {
  color: #BB8C32;
}
.impact-resources .jiffy-collateral__title {
  color: #111;
  font-family: "Fira Sans", Open Sans, Segoi UI, Arial, Helvetica;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}