body {
  overflow-x: hidden;
}

.pro-3-col {
  width: 224px;
  float: left;
  display: inline-block;
  position: relative;
  min-height: 30px;
}

.pro-6-col {
  width: 464px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 40px;
}

.right-gutter {
  margin-right: 16px;
}

.event-page-head {
  margin-top: 16px;
  display: inline-block;
  width: 100%;
}

.page-type,
.page-title {
  font-size: 40px;
  color: #333;
  font-family: avenir-black;
  line-height: 48px;
}

.page-title {
  margin-bottom: 56px;
  width: 702px;
}

.page-type {
  opacity: 0.2;
}

.calendar-view {
  display: inline-block;
  width: 100%;
  /*background: red;*/
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.calendar-view .event-month-date {
  display: inline-block;
  width: 40px;
  height: 50px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  float: left;
  text-align: center;
  background: white;
}

.calendar-view .event-month-date .event-month {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
  padding-top: 2px;
}

.calendar-view .event-month-date .event-date {
  font-size: 24px;
  line-height: 34px;
  font-family: avenir-black;
}

.calendar-view .event-time-place {
  display: inline-block;
  width: 184px;
  float: left;
  font-size: 12px;
  color: #999;
  padding-left: 8px;
  box-sizing: border-box;
}

.calendar-view .event-time-place .event-time {}

.calendar-view .event-time-place .event-place {}

.section-title {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
  /*opacity: 0.7;*/
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0px;
  box-sizing: border-box;
  margin-bottom: 16px;
  background: #fafafa;
}

.no-padding {
  padding: 0px !important;
}

.single-tab {
  font-family: avenir-medium;
  opacity: 0.7;
  display: inline-block;
  padding: 8px 16px;
  padding-bottom: 7px;
  box-sizing: border-box;
  cursor: pointer;
}

.single-tab:hover {
  opacity: 1;
  border-bottom: 2px solid #333;
}

.single-tab.active-tab {
  font-family: avenir-black;
  opacity: 1;
  border-bottom: 2px solid #333;
}

.pro-hashtag {
  font-size: 16px;
  color: #333;
  opacity: 1;
  padding-top: 8px;
  text-decoration: underline;
  cursor: pointer;
}

.event-page-body {
  margin-bottom: 80px;
  display: inline-block;
}

.flex {
  display: flex;
}

.flex-grow {
  flex: 1 0 auto;
}

.event-page-body p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 16px;
  line-height: 22px;
  color: #555;
  display: inline-block;
  width: 100%;
}

.pro-card {
  box-sizing: border-box;
  padding: 16px;
  background: white;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  position: relative;
}

.pro-card small {
  opacity: 0.5;
}

.pro-card-image {
  position: relative;
  width: 464px;
  margin-left: -16px;
  margin-bottom: 16px;
}

.pro-card .img-caption {
  font-size: 12px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 7px;
  padding: 8px 16px;
  color: white;
  box-sizing: border-box;
}

.pro-card .speaker-event-card img {
  width: 64px;
  border-radius: 100px;
  margin-right: 16px;
  float: left;
}

.pro-card .speaker-event-card span {
  line-height: 64px;
}

.pro-card .speaker-quote {
  border-left: 5px solid #f8bd32;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Domine', serif;
  font-style: italic;
  color: #333;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}

.pro-card audio {
  width: 100%;
}

.pro-card-audio {
  background: #f1f3f4;
  width: 464px;
  margin-left: -16px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 16px;
  padding-top: 16px;
}

.pro-card-audio span {
  padding: 0px 16px;
}

.pro-card-video iframe {
  margin-left: -16px;
  margin-bottom: 16px;
}

.card-title {
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}

.single-speaker {
  margin-bottom: 16px;
  display: flex;
}

.speaker-image {
  height: 64px;
  width: 64px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  margin-right: 16px;
  flex: 0 0 auto;
}

.speaker-details {
  display: inline-block;
}

.speaker-details .speaker-name {
  font-size: 16px;
  color: 333;
  box-sizing: border-box;
  padding-top: 8px;
  margin-bottom: 8px;
}

.speaker-details p {
  width: 350px;
}

.speaker-company-detail {
  color: #333;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 16px;
  font-size: 14px;
}

.primary-button {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  background: #333;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
  transition: 0.2s ease-in-out;
  color: white;
}

.primary-button:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.pro-card .button-container .primary-button {
  margin: 0px;
}

#about {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}

/* REGISTRATION FORM */

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800");

body.modal-open {
  overflow: hidden;
}

.registration-modal .form-container .action-buttons {
  width: 100%;
  display: flex;
  margin-top: 15px;
  position: absolute;
  bottom: 0px;
  background: white;
  box-sizing: border-box;
  left: 0px;
  padding: 10px 20px !important;
  border-radius: 0px 0px 5px 5px;
}

.registration-modal .form-container button {
  font-size: 14px;
}

.registration-modal .form-container .cta-button {
  background-color: black;
  color: white;
  min-width: 240px;
}

.registration-modal .form-container .secondary-button {
  font-size: 12px;
  padding: 8px 0px;
  border-radius: 4px;

  font-weight: 500;
  color: black;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: none;
  background-color: white;
  margin: auto;
}

.registration-modal .form-container .primary-button {
  width: 50%;
  margin: 0px;
}

button:hover {
  cursor: pointer;
  opacity: 0.6;
}

.registration-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-container {
  background-color: #fafafa;
  margin: 100px auto 0px;
  /* 15% from the top and centered */
  padding: 16px;
  box-shadow: 0px 6px 40px #727272;
  width: 464px;
  height: 500px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

.registration-modal .pe-container {
  width: 100%;
  height: 100%;
}

.close-button {
  /*float: right;*/
  opacity: 0.5;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 5;
}

.close-button:hover {
  opacity: 1;
}

.registration-modal .header-container {
  padding-bottom: 8px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  display: none;
  margin-bottom: 10px;
}

.registration-modal .form-container {
  overflow-x: hidden;
  width: 100%;
  overflow-y: scroll;
  height: 400px;
  /* overflow: -moz-scrollbars-none; */
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 24px;
  box-sizing: border-box;

}

.registration-modal .form-container p {
  color: #333;
}

.form-input-area {
  margin-top: 40px;
}

.email-button {
  height: 39px;
  background-color: #333;
  width: 39px;
  border-radius: 0px 5px 5px 0px;
  display: inline-flex;
  font-size: 28px;
  align-items: center;
  color: white;
  justify-content: center;
  cursor: pointer;
}

.secondary-fieldset,
.primary-fieldset {
  width: 100%;
}


#form1 {
  padding: 0px 40px;
  box-sizing: border-box;
  /*text-align: center;*/
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-proto-logo {
  /*position: absolute;*/
  /*bottom: 40px;*/
  /*left: 40px;*/
  /*transform: translate(-50%, 0);*/
  opacity: 0.5;
  margin-top: 40px;
}

#form2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
}

.form-subtext {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.form-result {
  padding: 40px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.registration-modal .form-container.form-details,
.registration-modal .form-container.form-summary {
  display: none;
}

.registration-modal .form-container::-webkit-scrollbar {
  width: 0 !important;
}

.input-label {
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
}

#form1 .input-label {
  font-size: 12px;
  opacity: 0.5;
}

button {
  font-family: inherit;
}

input[type="radio"] {
  display: none;
}

input:checked+label {
  background: #333;
  color: white;
}

.radio-label:hover {
  border-color: #333;
}

input:checked+label {
  background: #333;
  color: white;
}

input[type="text"],
input[type="email"],
input[type="phone"] {
  outline: none;
  /* display: inline-block; */
  width: 49%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1 1;
  line-height: 22px;
  background: white;
  border: 1px solid white;
  font-size: 14px;
  color: #333;
  padding: 8px 16px;
  box-shadow: 0px 0px 4px lightgrey;
}

#pemail {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-right: none;
  border-radius: inherit 0px 0px inherit;
  margin: 0px;
}

.email-container {
  display: flex;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 20px;
  font-size: 14px;
}

.select-container {
  border: 0px solid #ccc;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: white url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%;
}

.select-container select {
  padding: 5px 8px;
  font-size: 14px;
  font-family: avenir-light;
  height: 39px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select-container select:focus {
  outline: none;
}

.radio-container {
  display: block;
  align-items: baseline;
}

.radio-label {
  display: inline-flex;
  margin-right: 4px;
  height: auto;
  width: max-content;
  padding: 4px 12px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 34px;
  float: left;
  cursor: pointer;
}

textarea {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0% padding-box;
  min-width: 100%;
  margin: 1px;
  border: 0px;
  border-radius: 3px;
  padding: 10px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  flex: 1 1 0%;
  font-family: avenir-medium;
  letter-spacing: 0.5px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hint-text,
.warning-text {
  text-align: left;
  font-size: 12px;
  margin-top: -8px;
  display: block;
  width: 100%;
}

.hint-text {
  color: #999;
  margin-bottom: 10px;
}

.warning-text {
  color: red;
  opacity: 0;
  margin-left: 0px;
  margin-top: 4px;
}

a {
  color: black;
}

fieldset {
  border: 0px;
  padding: 0px;
}

/* 
  .lds-spinner {
	color: #ffffff;
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
  }
  .lds-spinner div {
	transform-origin: 8px 8px;
	animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
  } */

  .AdaptabilityColor {
    color: #53ace2
}

.AdaptabilityPrimaryBg,
.AdaptabilityPrimaryBgHover:hover {
    background-color: #53ace2
}

.AdaptabilityPrimaryBgHover {
    background-color: white;
}

.AdaptabilitySecondaryBg {
    background-color: #f2faff
}

.AdaptabilityPrimaryButton {
    border: 2px solid #53ace2;
    color: #53ace2;
}

.SustainabilityColor {
    color: #F45151
}

.SustainabilityPrimaryBg,
.SustainabilityPrimaryBgHover:hover {
    background-color: #F45151
}

.SustainabilityPrimaryBgHover {
    background-color: white;
}

.SustainabilitySecondaryBg {
    background-color: rgb(255, 245, 245)
}

.SustainabilityPrimaryButton {
    border: 2px solid #F45151;
    color: #F45151
}

.CredibilityColor {
    color: #FDBD00
}

.CredibilityPrimaryBg,
.CredibilityPrimaryBgHover:hover {
    background-color: #FDBD00
}

.CredibilityPrimaryBgHover {
    background-color: white;
}

.CredibilitySecondaryBg {
    background-color: rgb(253, 250, 242)
}

.CredibilityPrimaryButton {
    border: 2px solid #FDBD00;
    color: #FDBD00
}

/* social share */
.social-share {
  display: flex;
}

#twitter-widget-0, #twitter-widget-1 {
  margin-top: 4px;
  height: 24px;
  margin-left: 4px;
}

.IN-widget {
  margin-top: 4px;
  margin-left: 4px;
}


.registration-modal {
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/
  color: #999;
  /*position: relative;*/
  /*box-sizing: border-box;*/
  font-size: 14px;
  /*line-height: 24px;*/
  /*width: max-content;*/
}

.registration-modal .title {
  /*vertical-align: top;*/
  /*margin-left: 10px;*/
  font-size: 14px;
  color: #333;
  /*font-family: avenir-black;*/
  /*line-height: 48px;*/
  opacity: 0.5;
}

.form-title {
  font-size: 32px;
  color: #333;
  font-family: avenir-black;
  line-height: 40px;
  margin-top: 8px;
  margin-bottom: 24px;
  /*width: 80%;*/
  /*min-height: 120px;*/
}


.registration-modal .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  /* font-family: "avenir-bold"; */
}


/* update cards styling */
.embed-card {
  padding: 0px;
  /*background: none;*/
  /*box-shadow: none;*/
}

/* hide mobile elements */

.bottom-fixed {
  display: none;
}

#mobile-intro {
  display: none;
}

#about-link-mobile {
  display: none;
}


/* 
	##Device = Desktops
	##Screen = 1281px to higher resolution desktops
  */

/* @media (min-width: 1281px) {
  } */

/* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */

/* @media (min-width: 1025px) and (max-width: 1280px) {
  } */

/* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */

/* @media (min-width: 768px) and (max-width: 1024px) {
  } */

/* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */

/* @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  } */

/* 
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */

/* @media (min-width: 481px) and (max-width: 767px) {
  } */

/* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */

@media (max-width: 480px) {

  /* form */
  .modal-container {
    width: 100%;
    height: 100%;
    margin: 0px;
  }

  .form-container {
    height: 80vh !important;
  }

  .action-buttons {
    width: 100vw !important;
  }

  input[type="text"],
  input[type="email"],
  input[type="phone"] {
    width: 100%;
    margin-top: 5px !important;
  }

  .email-button {
    margin-top: 5px;
  }

  /* layout */

  .pro-container {
    width: 100%;
  }

  .page-title {
    width: 100%;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 8px;
  }

  .pro-3-col {
    display: none;
  }

  .section-title {
    display: none;
  }

  .event-page-body {
    display: flex;
    margin-bottom: 0px;
  }

  .right-gutter {
    margin-right: 0px;
  }

  .speaker-details p {
    width: auto;
  }

  .bottom-fixed {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    height: 54px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: Avenir-Medium;
    font-weight: bold;
    border-radius: 0px;
  }

  .primary-button:hover {
    box-shadow: none;
  }

  .calendar-view {
    margin: 0px;
  }

  .calendar-view .event-time-place {
    width: auto;
    font-size: 14px;
    padding-left: 0px;
    margin-left: 16px;
  }

  .pro-6-col {
    width: 100%;
  }

  #mobile-intro {
    display: block;
  }

  .about-menu-mobile {
    position: fixed;
    text-align: right;
    right: 0;
    background: #fafafa;
    box-shadow: 0px 0px 6px #e2e2e2;
    z-index: 1;
  }

  #about-link {
    display: none;
  }

  #about-link-mobile {
    display: block;
  }

  .social-share {
    margin-top: 10px;
  }

  .pro-9-col {
    width: 100%;
  }
}