*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: #162033;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

h3.largeHeading {
  font-size: 120px;
  line-height: 1em;
  letter-spacing: -1px;
}

h2 {
  font-size: 35px;
}

h6 {
  font-size: 13px;
}

p,ul,ol,li,span,div {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

a:hover {
  color: #F25A03;
}

.orange {
  color: #F25A03;
}
.light-orange {
  color: #F68B4E;
}

#app,
.page {
  min-height: 100%;
}

.alert {
    padding: 1.5em 2em;
    border-radius: 5px;
    margin: 0 0 1em;
    position: relative;
    border: 1px solid transparent;
}

.alert.red {
    background: #f8d7da;
    color: #721c24;
}

.button,
button.button {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 12px 15px;
  font-size: 12px;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
  border: none;
  line-height: 1em;
  height: auto;
  letter-spacing: 0px;
  min-width: 150px;
  transition: all 0.2s;
}
.button.blue {
  background: #0061F2;
  color: #fff;
  border: solid 4px rgba(255,255,255,0);
}
.button.blue.invert {
  border: solid 4px #fff;
  padding: 12px 15px;
  background: none;
}
.button.blue:focus,
.button.blue:active,
.button.blue:hover {
  border: solid 4px #0061F2;
  background: none;
  color: #0061F2;
}
.button.blue.invert:hover {
  background: #0061F2;
  color: #fff;
  border: solid 4px rgba(255,255,255,0);
}
.button.medium {
  height: 50px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 15px;
}
.button.small {
  height: 33px;
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
}

.button.white-hover:hover {
  border-color: #fff;
  color: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100px;
  background-repeat: no-repeat;
}

.header-space{
  height: 100px;
  width: 1px;
}

.section-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 0 10px;
}
.section {
  padding: 3em 0;
  margin: 0 auto;
}

.fullpage {
  width: 100%;
  min-height: 100vh;
}
.absmiddle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-text {
  text-align: center;
}

#logo {
  width: 15.0rem;
  transition: all 0.1s;
  /* margin: 2.0rem 0 0 5.0rem; */
}

.fullpage-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100vw;
  opacity: 0;
  z-index: 8;
  justify-content: flex-start;
  background: #292B2F;
  transition: all 0.2s;
}
.fullpage-nav.open {
  left: 0;
  opacity: 1;
}

.fullpage-nav,
.fullpage-nav a,
.fullpage-nav p {
  color: #fff;
  text-decoration: none;
}

#navbar {
  position: fixed;
  z-index: 9;
  transition: top 0.3s;
  width: 100%;
  padding: 5px 20px;
}
#navbar:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -85px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #0D1F40;
  transition: all 0.2s;
}
#navbar.sticky:before {
  top: 0;
}
#navbar #logo,
#navbar .menu-btn {
  position: relative;
  z-index: 2;
}
#navbar #logo {
  float: left;
}
#navbar .menu-btn {
  float: right;
  margin-top: 15px;
}
#nav li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 5px 0;
}
#nav a {
  display: block;
  padding: 5px 0;
  color: #F25A03;
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 0.1s;
}
#nav a:hover {
  opacity: 1;
}

.boxed {
  background: #fff;
  color: #F25A03;
  padding: 30px;
}
.boxed h2 {
  font-size: 35px;
}
.boxed.slim {
  max-width: 550px;
}


/* FORM */

label {
  color: #0D2348;
  font-size: 14px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea, select {
  border-radius: 0;
  background: #EFF3F9;
  padding: 5px 10px;
  border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
}
textarea {
  padding: 10px;
  font-size: 13px;
}

.payway-credit-card-iframe {
  background: none;
  border-radius: 0;
  width: 100%;
}

/*****/


/* HOMEPAGE - Speaker */

.speaker-quickprofile {
  margin-bottom: 2em;
  cursor: pointer;
}
.speaker-quickprofile .photo {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 0 0 2.0rem;
}
.speaker-quickprofile .photo img {
  width: 100%;
}
.speaker-quickprofile .linkedin-icon {
  display: block;
  width: 20px;
}
.speaker-quickprofile .linkedin-icon img {
  width: 100%;
}
.profile h3,
.profile h5 {
  color: #F25A03;
}
.profile h3 {
  font-size: 27px;
  text-transform: uppercase;
}
.profile h5 {
  font-size: 15px;
  margin: 0 0 10px;
  min-height: 45px;
}
.profile .linkedin-icon {
  width: 30px;
  margin: 10px 0;
}

/******/

/* HOMEPAGE */

#main-logo {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 4rem auto 5rem;
}

/* HOMEPAGE - Schedule */

table.schedule {
  width: 100%;
  margin: 20px 0 50px;
}

table.schedule td {
  vertical-align: top;
  border: none;
  padding: 0;
}
table.schedule > tbody > tr > td {
  padding-top: 20px;
  border-top: solid 1px rgba(242,90,3,0.4);
}
table.schedule > tbody > tr:first-child > td {
  border-top: none;
}
table.schedule > tbody > tr > td:first-child {
  width: 30%;
}
table.day-schedule {
  width: 100%;
}
table.day-schedule > tbody > tr > td {
  border-top: solid 1px rgba(242,90,3,0.4);
  padding: 20px 0;
}
table.day-schedule > tbody > tr:first-child > td {
  border-top: none;
  padding-top: 0;
}
table.day-schedule > tbody > tr > td:last-child {
  width: 100px;
  text-align: right;
  padding-right: 0;
  font-size: 14px;
}

table.schedule > tbody > tr > td {
  font-size: 16px;
  font-weight: 500;
}
table.day-schedule h6 {
  color: #F68B4E;
  font-size: 25px;
  margin: 5px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.timer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0 60px;
}
.timer > div {
  margin: 0 15px 0 0;
}
.timer > div.days {
  margin-right: 40px;
}
.timer span {
  font-family: "Spartan", sans-serif;
  display: block;
  color: #F68B4E;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 30px;
}
.timer span.number {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
}

/******/

/* HOMEPAGE - Stats */

.stats {
  padding: 20px 0;
}

.stats span {
  font-family: "Spartan", sans-serif;
  display: block;
  color: rgba(255,255,255,0.7);
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 25px;
  text-transform: uppercase;
}
.stats span.number {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
}
.stats p {
  margin-top: 10px;
}

/******/

/* HOMEPAGE - Sponsors */

#sponsor-wrapper {
  max-width: 850px;
}
#sponsor-wrapper h5 {
  clear: both;
  float: none;
  margin: 0 0 30px;
}
.sponsor {
  float: left;
  width: 30.33%;
  margin: 0 1.5%;
  padding: 20px;
}
.sponsor:nth-child(3n) {
  margin-left: 0;
}
.sponsor img {
  width: 100%;
}

/******/

/* TICKET */

.ticket-btn {
  display: block;
  border: solid 3px #0061F2;
  padding: 30px 15px;
  color: #0061F2;
  margin: 0 0 10px;
  min-height: 105px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
  position: relative;
}
.ticket-btn:before {
  border-style: solid;
  border-width: 5px 5px 0 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -10px 0 0;
  transform: rotate(-45deg);
  vertical-align: top;
  transform: rotate(45deg);
}
.ticket-btn.disabled {
  background: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  color: rgba(0,0,0,0.3) !important;
}
.ticket-btn:hover {
  background: #0061F2;
  color: #fff;
}
.ticket-btn span {
  font-size: 15px;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.4em;
  width: 50%;
  display: block;
}
.ticket-btn span.price {
  width: 45%;
  padding: 0 25px 0 0;
  text-align: right;
}
.ticket-btn span.price span {
    font-size: 0.75em;
    text-transform: uppercase;
    width: 100%;
    padding-top: 3px;
}

/** SPEAKERS **/

.speakers .profile {
  width: 50%;
  float: left;
  padding: 20px;
}
.speakers .profile .button {
  margin: 20px 0 30px;
}
#speakerFull {
  background: #333;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s;
}
#speakerFull.active {
  top: 0;
  opacity: 1;
  z-index: 99;
}
#speakerFull .columns {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#speakerFull .speaker-bio {
  height: 100vh;
  padding: 4em 4em 20px 0;
  overflow: auto;
  color: #fff;
}

/** SESSIONS **/

.sessions .event {
  width: 45%;
  background-color: #F2F2F2;
  color: #969FAE;
  padding: 25px;
  margin: 0 2.5% 20px 0;
  font-weight: 600;
  float: left;
}

.session-head-wrapper {
  width: 100%;
  min-height: 70vh;
  background-image: url(/images/bg-session-head.jpg);
  background-size: cover;
  color: #fff;
}

.session-content {
  width: 100%;
  padding: 20px;
  max-width: calc(100% - 320px);
  margin: 0 auto;
}

.arrowback {
  position: relative;
  padding-left: 35px;
}
.arrowback:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -7px 0 0;
  transform: rotate(135deg);
  vertical-align: top;
  transform: rotate(-135deg);
}

.left-content {
  float: left;
}
.right-content {
  float: right;
}

.video.large-video {
  width: 100%;
  margin-bottom: 5em;
}

.video .screenshot {
  background-repeat: none;
  background-position: 50% 50%;
  margin: 0 0 10px;
}

.video .screenshot {
  width: 100%;
  height: 150px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video.large-video .screenshot {
  height: 300px;
}

.video-description p {
  font-size: 13px;
}

.video .screenshot img {
  width: 50px;
}

.video-description h4 {
  color: #F25A03;
  text-transform: uppercase;
  margin: 15px 0 10px;
  font-size: 25px;
}

/** CONTACT **/

.contact-wrap {
  background: #fff;
  padding: 40px;
}

/******/

.footer {
  padding: 20px;
  height: 200px;
  background: #162033;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul.footer-nav li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.footer ul.footer-nav li a {
  color: rgba(255,255,255,0.7);
  display: block;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}

.presentedby span {
  font-size: 11px;
  margin-right: 20px;
}

.footer .copyright {
  font-size: 11px;
  margin-top: 25px;
}


/** IMPORTED **/

.menu-btn {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  /* position: fixed; */
  /* top: 2rem; */
  /* right: 5rem; */
  flex-direction: column;
  z-index: 9;
  margin-left: auto;
}

.menu-btn__burger {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-12px);
}

.menu-btn__burger::after {
  transform: translateY(12px);
}


.menu-btn.open .menu-btn__burger {
  transform: translateX(-40px);
  background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #fff;
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #fff;
}

.close {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 45px;
  height: 45px;
  opacity: 0.3;
  z-index: 100;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 22px;
  content: ' ';
  height: 45px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.ft15 {
    font-size: 1.25rem;
}
.ft24 {
    font-size: 2rem;
}
.ft160 {
    font-size: 12.34rem;
}

.content-height{
    min-height: calc(100vh - 300px);
    margin: 0;
}

.show-more ,
.show-less{
    position: relative;
}


.show-more:before
{
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -30px;
  top: 54%;
  margin: -3px 0 0;
  vertical-align: top;
  transform: rotate(-45deg);
}

.show-less:before  {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -30px;
  top: 35%;
  margin: -3px 0 0;
  vertical-align: top;
  transform: rotate(135deg);
}

.home-logo{
 top: 2.0rem;
}

.countdown h3{
  font-size: 2.5rem;
}

.dark-bg{
  background-color: #0D1F40;
}

.overlay-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.overlay-video.active {
    z-index: 9999;
    opacity: 1;
}
.overlay-video .close {
    opacity: 1;
    top: 10px;
    right: 10px;
    background: #fff;
    cursor: pointer;
}
.close:before, .close:after {
  background-color: #fff;
}
.overlay-video .close:before,
.overlay-video .close:after {
  background-color: #333;
}

.session-head h5 {
  font-size: 27px;
}
.session-head h1 {
  font-size: 110px;
  line-height: 1em;
  padding: 0;
  margin: 3px 0;
  letter-spacing: -8px;
}
.session-head p {
  line-height: 1.6em;
  font-size: 0.9em;
  width: 80%;
}


.offer {
    background: #fff;
    -webkit-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    padding: 30px 20px;
    margin: 0 0 40px;
}
.offer-logo {
    float: left;
    width: 200px;
}
.offer-logo img {
  max-width: 200px;
  max-height: 200px;
}
.offer-description {
    float: left;
    width: calc(100% - 200px);
    padding-left: 20px;
}
.offer-description h5 {
    font-size: 30px;
    margin: 0 0 15px;
}
.offer-description p {
    margin: 0 0 5px
}
.offer-description a {
    color: #0061F2;
    text-decoration: none;
    padding: 10px 0;
}
.offer-description .offering span {
    display: inline-block;
    line-height: 1.2em;
}
.offer-description .offering .title {
    color: #F68B4E;
    font-weight: 700;
    font-size: 25px;
    width: calc(100% - 225px);
}
.offer-description .offering .code {
    font-size: 22px;
    font-weight: 600;
    float: right;
    width: 200px;
    text-align: right;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .speakers-wrap h3.orange {
        margin: 1em 0 1em;
    }
    .speakers-wrap .four.columns,
    .speakers-wrap .eight.columns {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    table.schedule > tbody > tr > td:first-child {
        padding-right: 30px;
    }
    .offers {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
  .swiper-container {
    margin-top: -2em;
  }
  .swiper-container img {
    width: 100%;
  }
  .session-head {
    padding: 80px 0 0;
  }
  .session-head h1 {
    font-size: 80px;
  }
  .session-wrapper > .container {
    max-width: none !important;
    width: 100%;
  }
  .session-content .columns {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 5px;
  }
  .boxed h2 {
    font-size: 27px;
  }
  h3.largeHeading {
    font-size: 50px;
  }
  .desktop{
    display: none;
  }
  .section-wrapper {
    padding: 0 0 10px;
    margin: 0;
  }
  .section-wrapper > .section {
    padding: 0px !important;
    width: 95%;
    max-width: none;
    margin: 0 auto !important;
  }
  .container {
    width: 100%;
  }
  .ticket-container {
    padding-top: 80px !important;
  }
  #navlogo {
    display: none !important;
  }
  .fullpage-nav {
    align-items: flex-start;
  }
  .presentedby {
    margin-top: 100px;
  }
  .footer .presentedby {
    margin-top: 0;
  }
  #navbar #logo {
    width: 120px;
    margin: 5px 0 0;
  }
  .home-logo{
   top: 70px;
  }
  #main-logo {
    margin: 80px auto 40px;
  }
  .speaker-quickprofile {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .section h3 {
    text-align: center;
    font-size: 40px;
    margin: 20px 0 30px;
  }
  .profile h3 {
    font-size: 25px;
    margin: 0;
  }
  .profile h5 {
    text-align: center;
  }
  .profile .linkedin-icon {
    display: block;
    margin: 0 auto;
  }
  table.schedule > tbody > tr > td:first-child {
    width: 100%;
    background: rgba(242,90,3,0.4);
    padding: 8px;
    color: #fff;
  }
  table.schedule > tbody > tr > td {
    display: block;
    width: 100%;
    border: none;
  }

  h4{
    font-size: 3.5rem;
    margin: 30px 0 20px !important;
  }
  #sponsor-wrapper {
    padding: 20px;
  }
  #sponsor-wrapper h4 {
    margin-top: 0 !important;
  }
  .sponsor {
    width: 47%;
  }
  .sponsor:nth-child(2n) {
    margin-left: 0;
  }
  .sponsor:nth-child(3n) {
    margin-left: 1.5%;
  }
  h5 {
    font-size: 4rem;
    margin: 20px 0 10px;
  }
  h5.ft18 {
    font-size: 15px;
    line-height: 1.6em;
  }
  .stats .columns {
    float: none;
    width: 100%;
    margin: 20px 0 30px;
  }
  table.day-schedule h6{
    font-size: 3rem;
  }
  .speaker-quickprofile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sessions .event {
    width: 100%;
    margin: 0 0 20px;
  }
  .speakers .profile {
    width: 100%;
  }
  .speakers .photo {
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
  }
  .speakers h3,
  #speakerFull h3,
  .speakers h5,
  #speakerFull h5,
  .speakers a.linkedin-icon,
  #speakerFull a.linkedin-icon {
    text-align: left;
    margin-left: 0;
  }
  #speakerFull {
    height: 100%;
    overflow: auto;
  }
  #speakerFull .close {
    position: fixed;
    background: #000;
    opacity: 1;
    right: 0;
    top: 0;
  }
  #speakerFull .columns {
    height: auto;
    padding: 15px;
    overflow: visible;
    float: none;
  }
  #speakerFull .columns:first-child {
    height: 85%;
    display: block;
  }
  .contact-wrap {
    padding: 10px;
  }
  .countdown h3{
    font-size: 3.5rem;
  }
  .ticket-btn {
    flex-direction: column;
  }
  .ticket-btn span,
  .ticket-btn span.price {
    display: block;
    width: 100%;
    padding-right: 10%;
    float: none;
    text-align: left;
  }
  .ticket-btn span.price {
    padding-top: 10px;
  }

  /* SESSION */

  .swiper-container {
    margin-top: 0;
  }

  .session-head-wrapper {
    height: auto;
    padding: 20px;
  }
  .session-head {
    height: auto;
    padding: 100px 10px 10px;
  }
  .section-wrapper > .section.session-wrapper {
    padding: 20px 10px !important;
  }

  .session-head h5 {
    font-size: 18px;
  }
  .session-head h1 {
    font-size: 35px;
    letter-spacing: 0;
    margin: 0 0 30px;
  }
  .session-head p {
    width: 100%;
    margin: 0 0 15px;
  }

  .session-content {
    max-width: none;
    padding: 0;
  }

  .session-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .session-content {
    order: 1;
  }
  .side-content.left-content {
    order: 2;
  }
  .side-content.right-content {
    order: 3;
  }


  /* OFFER */

  .offer h5 {
    font-size: 25px;
  }

  .offer-logo,
  .offer-description {
    float: none;
    width: 100%;
  }
  .offer-logo {
    text-align: center;
  }
  .offering span.title,
  .offering span.code {
    width: 100% !important;
    float: none;
    display: block;
    text-align: left !important;
    font-size: 19px !important;
    margin: 0 0 10px;
  }
}

/*****/
