:root {
  --paragraph: #707d8f;
  --title-links: #707d8f;
  --lines: #a2b3ca;
  --crimson: #ce325f;
  --dark-gray: #5f6164;
  --slate-grey: #707d8f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 85px;
  font-weight: 900;
  line-height: 90px;
}

h2 {
  color: #2c3f58;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

h3 {
  color: #2c3f58;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

h4 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 17px;
}

p {
  color: #5f6164;
  letter-spacing: .4px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 29px;
  display: block;
}

a {
  color: #ce325f;
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--paragraph);
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

blockquote {
  color: #707d8f;
  border-left: 5px solid #ce325f;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px 20px 9px 5%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 29px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
}

.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 32px 28px 25px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
}

.nav-link.register {
  float: right;
  background-color: #0000;
  background-image: linear-gradient(174deg, #f9643d, #fe2a77);
  height: 86px;
  padding-left: 37px;
  padding-right: 37px;
  transition-property: opacity;
}

.nav-link.register:hover {
  opacity: .95;
  border-bottom-style: none;
}

.brand {
  margin-right: 15px;
  padding-top: 30px;
  padding-bottom: 25px;
  transition: transform .3s;
}

.brand:hover {
  transform: scale(1.022);
}

.navbar {
  background-color: #2e3261;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 86px;
  display: flex;
}

.nav-menu {
  float: none;
  width: 80%;
  display: inline-block;
}

.hero-section-1 {
  background-image: url('../images/Audience.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 9%;
  padding-bottom: 11%;
  display: block;
  position: relative;
}

.content-wrapper {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.content-wrapper.center-content {
  text-align: center;
}

.content-wrapper.center {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: block;
}

.hover-line {
  background-color: #ce325f;
  background-image: linear-gradient(#f9643d, #fe2a77);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-section {
  background-color: #fff;
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
}

.content-section.midnight-blue {
  background-color: #292d53;
}

.content-section.dark-slate-blue-2 {
  background-color: #292d57;
}

.content-section.midnight-blue-2 {
  background-color: #292d53;
}

.content-section.midnight-blue-3 {
  background-color: #282c58;
}

.content-section._404 {
  background-image: url('../images/Audience.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.content-section.padding-top-25px {
  padding-top: 25px;
}

.content-section.padding-top-50px {
  padding-top: 50px;
}

.hero-text {
  text-align: center;
  position: relative;
}

.underline {
  background-color: #fff;
  border-radius: 3px;
  width: 95px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.underline.crimson {
  z-index: 1;
  background-color: #f0326b;
  position: relative;
}

.underline.no-bottom-border {
  margin-bottom: 10px;
  display: block;
}

.cursive-text {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
}

.cursive-text.gray {
  color: #707d8f;
}

.mini-columns-container {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  justify-content: center;
  width: 50%;
  margin: 4% auto;
  display: flex;
}

.light-box-link-image.hide {
  display: none;
}

.mini-play-button {
  background-color: #fff;
  background-image: url('../images/Mini-play-button_1Mini-play-button.png');
  background-position: 54%;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 13px;
  transition: transform .2s;
}

.mini-play-button:hover {
  transform: scale(1.1);
}

.scroll-down-arrow {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 48px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.mini-title {
  z-index: 1;
  color: var(--title-links);
  letter-spacing: 3.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: relative;
}

.mini-title.white {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.mini-title.bottom-border {
  margin-bottom: 10px;
}

.mini-title.credits {
  line-height: 18px;
}

.header-box {
  text-align: center;
  position: relative;
}

.header-box.left-justified {
  text-align: left;
  padding-right: 20px;
}

.paragraph-box {
  position: relative;
}

.paragraph-box._80-percent-centered {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-box._55-percent {
  width: 55%;
  display: inline-block;
}

.paragraph-box._60-percent-left-justified {
  width: 60%;
}

.paragraph-box.top-border {
  margin-top: 10px;
}

.side-bar-tab {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ce325f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding-top: 10px;
  padding-left: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
  position: fixed;
  top: 50%;
  left: -51px;
  transform: rotate(90deg);
}

.side-bar-tab:hover {
  opacity: .95;
  background-color: #c02e58;
}

.column-text-box.left {
  float: left;
  width: 43%;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.columns-container {
  margin-top: 6%;
}

.columns-container.flex {
  justify-content: center;
  margin-top: 0%;
  display: flex;
}

.signature {
  width: 60%;
  margin-top: 40px;
}

.column {
  float: left;
  flex: 1;
}

.column.rigth {
  float: right;
  align-self: center;
  width: 57%;
  padding-left: 15px;
  position: relative;
}

.column-image._1 {
  background-image: url('../images/iStock_000083671595_Double.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  min-height: 305px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.column-image._2 {
  background-image: url('../images/iStock_000083449715_Double.jpg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  min-height: 205px;
  margin-right: 16px;
}

.column-image._3 {
  background-image: url('../images/iStock_000083670669_Double.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  min-height: 205px;
  margin-bottom: 16px;
}

.column-image._4 {
  background-image: url('../images/Girl-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  min-height: 305px;
}

.grid-container {
  float: right;
  width: 57%;
  height: 80%;
  padding-left: 16px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ce325f;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 3%;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #c02e58;
}

.button.boxed {
  cursor: pointer;
  border-radius: 3px;
}

.button.submit {
  border-radius: 3px;
  width: 100%;
  height: auto;
  padding-left: 9%;
  padding-right: 9%;
  font-weight: 700;
}

.button.dark-blue {
  background-color: #2e3261;
}

.button.dark-blue:hover {
  background-color: #272b58;
}

.play-button {
  background-image: url('../images/Play-triangle.png'), url('../images/Play.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 80px;
  border-radius: 50%;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: transform .3s;
  position: static;
}

.play-button:hover {
  transform: scale(1.1);
}

.features {
  display: flex;
}

.feature-text {
  flex-direction: column;
  flex: 1;
  width: 80%;
}

.title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.paragraph.small {
  font-size: 16px;
  line-height: 21px;
}

.paragraph.white {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.feature-icon {
  margin-top: 10px;
}

.speaker {
  background-color: #2e3261;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.speaker-picture {
  float: left;
  text-align: center;
  background-image: url('../images/Men-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
}

.speaker-picture:hover {
  opacity: 0;
}

.speaker-picture._1 {
  float: left;
  background-image: url('../images/Men-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 22%;
}

.speaker-picture._6 {
  background-image: url('../images/Man.6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.speaker-picture.thomas {
  background-image: url('../images/Men-2.jpg');
}

.speaker-picture.daniel {
  background-image: url('../images/Man-4.jpg');
}

.subtitle {
  color: #707d8f;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}

.subtitle.white {
  color: #fff;
}

.plus-sign-box {
  z-index: 100;
  cursor: pointer;
  background-image: url('../images/Corner.png');
  background-position: 50%;
  width: 110px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.speaker-description-box {
  background-color: #2a2e55;
  width: 50%;
  height: auto;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 5%;
  display: block;
  position: relative;
}

.speaker-description-box.left {
  float: none;
  padding-right: 5%;
}

.right-justified {
  text-align: right;
}

.feature-icon-box {
  float: left;
  text-align: center;
  width: 20%;
  margin-right: 15px;
  display: inline-block;
}

.social-icon {
  background-color: #59697eb3;
  background-image: url('../images/Facebook.icon_1Facebook.icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 59px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 5px 10px;
  transition: transform .2s;
}

.social-icon:hover {
  transform: scale(1.15);
}

.social-icon.facebook {
  background-image: url('../images/Facebook.icon_1Facebook.icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 59px;
}

.social-icon.twitter {
  background-image: url('../images/Twitter-1_1Twitter (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px;
}

.social-icon.link-test, .social-icon.link {
  background-image: url('../images/Link_1Link.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 59px;
}

.social-icons {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
  position: relative;
}

.tabs {
  margin-bottom: 4%;
}

.tabs-content {
  border-top: 2px solid #272b58;
  padding-top: 30px;
}

.tab-link {
  color: #707d8f;
  text-align: center;
  background-color: #0000;
  min-width: 180px;
  padding: 22px 6% 19px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .2s;
  top: 2px;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  z-index: 10;
  color: #fff;
  background-color: #2c305e;
  border: 2px solid #272b58;
  border-bottom-color: #2c305e;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.tabs-menu {
  padding-left: 50px;
}

.time-text {
  color: #707d8f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.activity-description {
  flex: 1;
  width: 99%;
}

.expand-box-container {
  background-color: #2a2e5a;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.button-special-box {
  text-align: center;
}

.ticket-box {
  float: none;
  width: 31%;
  margin-bottom: 20px;
}

.pricing-box {
  position: relative;
}

.price {
  text-align: center;
  background-image: url('../images/City-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 175px;
  display: flex;
  position: relative;
}

.ticket-details {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 15px 15px;
}

.ticket-price {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 81px;
  display: inline-block;
}

.ticket-details-item {
  border-bottom: 1px solid #e1e3e6;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 5px 5px;
  display: flex;
}

.ticket-details-item.no-bottom-border {
  border-bottom-style: none;
}

.ticket-details-text-box {
  float: left;
  flex: 1;
  width: 86%;
  display: block;
}

.check-mark-icon {
  float: left;
  width: 17px;
  margin-top: 4px;
  margin-right: 9px;
}

.sup {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -20px;
  left: -3px;
}

.content-box {
  margin-top: 50px;
}

.content-box.no-top-border {
  margin-top: 0;
}

.gallery-image-1 {
  text-align: center;
  background-image: url('../images/photo-1420131751440-4380101bca0d.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 310px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.gallery-image-2 {
  text-align: center;
  background-image: url('../images/photo-1431029505519-1fe6fe121714.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 310px;
  display: flex;
}

.hide-image {
  display: none;
}

.gallery-row {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.gallery-image-3 {
  text-align: center;
  background-image: url('../images/photo-1458240598330-ccda17524e5c.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 625px;
  margin-right: 20px;
  display: flex;
}

.gallery-image-4 {
  text-align: center;
  background-image: url('../images/photo-1447043808250-504ebb2912ff.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 302.5px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.gallery-image-5 {
  text-align: center;
  background-image: url('../images/photo-1455732110486-e561f9129b72.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 302.5px;
  display: flex;
}

.gallery-column {
  text-align: right;
  flex: 1;
  width: 40%;
  display: inline-block;
  position: relative;
}

.gallery-image-6 {
  text-align: center;
  background-image: url('../images/photo-1440411521155-4131e76b2e2b.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 290px;
  margin-right: 20px;
  display: flex;
}

.gallery-image-7 {
  text-align: center;
  background-image: url('../images/photo-1422565167033-dec8fad92aba.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 290px;
  margin-right: 20px;
  display: flex;
}

.gallery-image-8 {
  text-align: center;
  background-image: url('../images/photo-1428953824107-4d0fce9621b4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 290px;
  display: flex;
}

.see-more-icon {
  background-color: #ce325fb3;
  background-image: url('../images/Plus-sign-1_1Plus-sign (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 63px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  display: inline-block;
}

.see-more-icon:hover {
  background-color: #ce325fe6;
}

.venue-details {
  width: 50%;
  height: 100%;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 16%;
  position: relative;
}

.venue-details.midnight-blue-3 {
  background-color: #2a2e59;
}

.venue {
  width: 100%;
  height: auto;
  position: relative;
}

.icon {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}

.venue-details-item {
  margin-top: 20px;
  margin-bottom: 30px;
}

.more-info-box {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
}

.more-info-box.bottom-border {
  border-bottom: 1px solid #262a50;
}

.more-info-box.top-border-line {
  border-top: 1px solid #2e3260;
}

.floated-right-details-box {
  width: 80%;
}

.social-icons-box {
  margin-top: 15px;
}

.bg-icon {
  transition: opacity .3s;
}

.bg-icon:hover {
  opacity: 0;
}

.mini-social-icon {
  background-image: url('../images/Fb-fill_1Fb-fill.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
  border-radius: 50%;
  width: 33px;
  height: 32px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mini-social-icon.twitter {
  background-image: url('../images/Twitter-fill-2_1Twitter-fill (2).png');
  background-size: 33px;
}

.mini-social-icon.linkedin {
  background-image: url('../images/Linkedin-fill-2_1Linkedin-fill (2).png');
  background-size: 33px;
}

.mini-social-icon.instagram {
  background-image: url('../images/Instagram_1Instagram.png');
  background-size: 33px;
}

.mini-social-icon.pinterest {
  background-image: url('../images/Pinterest-fill_1Pinterest-fill.png');
  background-size: 33px;
}

.mini-social-icon.google-plus {
  background-image: url('../images/Google-plus-fill_1Google-plus-fill.png');
  background-size: 33px;
}

.register {
  background-color: #2e3261;
  position: relative;
}

.form-column {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
}

.form-column.right {
  background-color: #2c305e;
  width: 50%;
  height: 100%;
  margin-left: 50%;
  position: relative;
}

.form-column.left {
  background-color: #2a2e59;
  background-image: url('../images/Audience.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-left: 16%;
  position: absolute;
  inset: 0;
}

.form-column.left.on-contact-us-page {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.field-label {
  color: #707d8f;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.field-label.invitation-text {
  letter-spacing: 0;
  text-transform: none;
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--lines);
  color: #d0d0d0;
  background-color: #2c305e;
  height: 50px;
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: border .2s;
}

.text-field:hover {
  border-bottom-color: #ce325f;
}

.text-field:active {
  border-bottom-color: #d0d0d0;
}

.text-field:focus {
  border-color: #0000 #0000 #ce325f;
}

.text-field.on-pop-up {
  background-color: #fff;
  border-color: #ddd;
  margin-bottom: 30px;
}

.text-field.on-pop-up:hover, .text-field.on-pop-up:focus {
  border-color: #f8a;
}

.form {
  width: 80%;
  display: inline-block;
}

.select-field {
  color: #aeaeae;
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

.sponsors-container {
  text-align: center;
  position: relative;
}

.sponsor {
  width: 25%;
  padding-left: 11px;
  padding-right: 11px;
}

.sponsor:hover {
  border-bottom-style: none;
}

.sponsor-logo {
  opacity: .3;
  width: 150px;
  transition: all .3s;
}

.sponsor-logo:hover {
  transform: scale(1.1);
}

.credits {
  background-color: #25284a;
  padding-top: 100px;
}

.credits-container {
  text-align: center;
  padding-top: 31px;
  padding-bottom: 31px;
}

.video {
  z-index: 20;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.link {
  transition: all .2s;
}

.link:hover {
  text-decoration: underline;
}

.pop-up {
  z-index: 1000;
  background-color: #2f3361f2;
  padding-top: 4%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.form-container {
  text-align: center;
  border-radius: 5px;
  width: 60%;
  min-height: 600px;
  display: inline-block;
  overflow: hidden;
}

.form-header {
  text-align: left;
  background-image: url('../images/Audiencia.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 7%;
  padding-left: 8%;
  display: inline-block;
  position: relative;
}

.form-text-box {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.form-wrapper {
  text-align: left;
  width: 80%;
  display: inline-block;
}

.form-wrapper.on-brochure {
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 5% 8%;
}

.close-pop-up {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.body {
  color: #707d8f;
  background-color: #2e3261;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.speaker-picture-bg {
  background-image: url('../images/Men-1-color.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0;
}

.speaker-picture-bg._3 {
  background-image: url('../images/Men-3-color.jpg');
}

.speaker-picture-bg._5 {
  background-image: url('../images/Man-5-color.jpg');
}

.speaker-picture-bg.thomas {
  background-image: url('../images/Men-2-color.jpg');
}

.speaker-picture-bg.daniel {
  background-image: url('../images/Man-4-color.jpg');
}

.speaker-elements {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.social-icon-1, .social-icon-2, .social-icon-3 {
  float: left;
}

.speaker-picture-box {
  width: 50%;
  position: relative;
}

.tag-box {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tag-box.first {
  margin-top: 40px;
}

.mini-column {
  color: #fff;
  letter-spacing: 3px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 9px 10px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  display: flex;
}

.mini-column.right-border {
  border-right: 2px solid #fff;
}

.video-container {
  background-image: url('../images/photo-1448317846460-907988886b33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 310px;
  display: flex;
  position: relative;
}

.video-image-front {
  background-image: url('../images/photo-1448317846460-907988886b33C.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  inset: 0;
}

.intro-image-grid {
  float: left;
  width: 50%;
}

.features-section {
  background-color: #262a4f;
}

.heading-4 {
  color: #000;
}

.heading-4.dark {
  color: #222;
  display: inline;
}

.heading-4.hover {
  transition: color .3s;
}

.heading-4.hover:hover {
  color: #fd3b75;
}

.heading-4.white-and-hover {
  color: #fff;
  transition: color .3s;
}

.heading-4.white-and-hover:hover {
  color: #fd3b75;
}

.h4-text-box {
  padding-left: 10px;
  padding-right: 10px;
}

.success-message {
  background-color: #0000;
  width: 80%;
  min-height: 650px;
  padding-top: 32%;
}

.success-message.on-pop-up {
  width: 100%;
  min-height: 0;
  padding-top: 0%;
}

.heading-2.inline-block {
  display: inline-block;
}

.heading-2.hover {
  transition: color .3s;
}

.heading-2.hover:hover {
  color: #f0326b;
}

.error-message {
  width: 80%;
  padding-top: 18px;
}

.error-message.on-pop-up {
  width: 100%;
}

.hero-block-2 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hero-block-1 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature {
  width: 33.333%;
  padding: 50px 25px;
  display: flex;
}

.feature._2 {
  border-bottom: 1px solid #242753;
  border-left: 1px solid #2f3470;
  border-right: 1px solid #242753;
}

.feature._3 {
  border-bottom: 1px solid #242753;
  border-left: 1px solid #2f3470;
}

.feature._4 {
  border-top: 1px solid #2f3470;
  border-bottom: 1px solid #242753;
  border-right: 1px solid #242753;
}

.feature._5 {
  border: 1px solid #242753;
  border-color: #2f3470 #242753 #242753 #2f3470;
}

.feature._6 {
  border-top: 1px solid #2f3470;
  border-bottom: 1px solid #242753;
  border-left: 1px solid #2f3470;
}

.feature._7 {
  border-top: 1px solid #2f3470;
  border-right: 1px solid #242753;
}

.feature._8 {
  border-top: 1px solid #2f3470;
  border-left: 1px solid #2f3470;
  border-right: 1px solid #242753;
}

.feature._9 {
  border-top: 1px solid #2f3470;
  border-left: 1px solid #2f3470;
}

.feature._10 {
  display: none;
}

.feature._1 {
  border-bottom: 1px solid #242753;
  border-right: 1px solid #242753;
}

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.row-licensing {
  border-bottom: 1px solid #707d8f;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.row-licensing-item {
  margin-bottom: 15px;
}

.item {
  margin-bottom: 50px;
}

.instruction-image {
  margin-bottom: 20px;
  display: block;
}

.icons-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.icon-box {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.ticket-type {
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-bg {
  z-index: 0;
  width: 100%;
  min-height: 630px;
  position: absolute;
  top: -94px;
}

.arrow-white {
  width: 100px;
  max-width: 100%;
  height: 40px;
  margin-top: 1%;
}

.see-hero-link {
  color: #ce325f;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.see-hero-link.white {
  color: #fff;
  position: relative;
}

.hero-section-2 {
  background-image: linear-gradient(#272b52f2, #272b52f2), url('../images/photo-1445359179985-460648949e10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  padding-top: 11%;
  padding-bottom: 14%;
  display: block;
  position: relative;
}

.box-image {
  z-index: 0;
  position: relative;
}

.form-section {
  position: relative;
}

.header-section {
  background-image: linear-gradient(#171f5cb5, #171f5cb5), url('../images/cimate-change-impacts-in-texas.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 8%;
  padding-bottom: 6%;
}

.header-section.on-post {
  background-position: 50%;
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
}

.header-section.no-background-image {
  background-color: #292d5a;
  background-image: none;
  padding-top: 6%;
  padding-bottom: 5%;
}

.blog-column {
  float: left;
  width: 34%;
  padding-right: 10px;
}

.blog-column.right {
  width: 66%;
  padding-left: 20px;
}

.section-title {
  max-width: 100%;
  height: 20px;
  margin-bottom: 30px;
  position: relative;
}

.heading-6.on-section-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2a2e59;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 12px;
  position: relative;
  top: 2px;
}

.section-line {
  float: right;
  background-color: #f9633e;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
}

.section-title-text {
  float: left;
  background-color: #2a2e59;
  background-image: url('../images/Double-bar_1Double-bar.png');
  background-position: 0 109%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 21px;
  position: relative;
}

.post-preview-box {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 40px;
  overflow: hidden;
}

.post-preview-image {
  background-image: url('../images/iStock_000083671595_Double.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 290px;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-preview-image.small {
  height: 160px;
}

.post-preview-details {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px 20px 15px;
}

.mini-title-link-box {
  color: #707d8f;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 10px;
  transition: border .3s;
  display: block;
}

.mini-title-link-box:hover {
  text-decoration: underline;
}

.separator {
  background-color: #c6c6c6;
  width: 1px;
  height: 7px;
  margin-left: 5px;
  margin-right: 9px;
  display: inline-block;
}

.separator.blue {
  background-color: #31366a;
}

.special-underline {
  background-color: #fd3b75;
  border-radius: 3px;
  width: 90px;
  height: 4px;
  margin-top: 5px;
  display: block;
  position: relative;
}

.special-underline.inline-block {
  display: inline-block;
}

.mini-link-box {
  color: #707d8f;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
  display: inline-block;
  position: relative;
}

.mini-link-box:hover {
  text-decoration: underline;
}

.category-box {
  color: #707d8f;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 10px;
  display: block;
  position: relative;
}

.top-line-1 {
  background-color: #242749;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-line-2 {
  background-color: #2e335f;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bottom-line-1 {
  background-color: #2e335f;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-line-2 {
  background-color: #242749;
  height: 1px;
  margin-bottom: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-text {
  margin-right: 3px;
  display: inline-block;
}

.arrows {
  color: #ea524b;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 1px;
}

.top-lines-container {
  position: relative;
}

.column-item {
  margin-bottom: 50px;
}

.featured-post-item {
  padding: 30px 10px 25px;
  position: relative;
}

.mini-text-box {
  display: inline-block;
  position: relative;
}

.dual-tone-image {
  background-image: url('../images/City-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.dual-tone-image:hover {
  opacity: 0;
}

.post-container {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.end-dots {
  color: #f0326b;
  text-align: center;
  font-weight: 400;
}

.author-profile-picture {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.post-details-box {
  margin-bottom: 30px;
}

.dynamic-list-wrapper {
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.dynamic-item {
  flex-direction: row;
  display: flex;
}

.call-to-action {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.call-to-action-box {
  flex: 1;
}

.call-to-action-box.left {
  color: #707d8f;
  text-align: center;
  background-image: url('../images/photo-1445359179985-460648949e10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 118px;
  padding-bottom: 118px;
  position: relative;
}

.call-to-action-box.right {
  color: #707d8f;
  background-image: url('../images/yJl7OB3sSpOdEIpHhZhd_DSC_1929_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  padding-top: 118px;
  padding-bottom: 118px;
  position: relative;
}

.overlay {
  background-image: linear-gradient(#25294df2, #25294df2);
  position: absolute;
  inset: 0;
}

.small-social-icon {
  background-color: #59697eb3;
  background-image: url('../images/Facebook.icon_1Facebook.icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  transition: transform .3s;
}

.small-social-icon:hover {
  transform: scale(1.1);
}

.small-social-icon.twitter {
  background-image: url('../images/Twitter-1_1Twitter (1).png');
  background-size: 31px;
}

.small-social-icon.link {
  background-image: url('../images/Link_1Link.png');
  background-size: 31px;
}

.small-social-icon.pinterest {
  background-image: url('../images/Pinterest_1Pinterest.png');
  background-size: 31px;
}

.small-social-icon.linkedin {
  background-image: url('../images/Linkedin-1_1Linkedin (1).png');
  background-size: 31px;
}

.small-social-icon.google-plus {
  background-image: url('../images/Google-plus_1Google-plus.png');
  background-size: 31px;
}

.small-social-icon.email {
  background-image: url('../images/Sobre_1Sobre.png');
  background-size: 31px;
}

.small-social-icons-container {
  margin-bottom: 40px;
}

.link-block {
  display: inline-block;
}

.learn-more {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  transition: color .3s;
}

.learn-more:hover {
  color: #f0326b;
}

.speaker-thumbnail {
  background-image: url('../images/photo-1445359179985-460648949e10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.speaker-dual-tone-overlay {
  background-image: url('../images/Man-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.speaker-dual-tone-overlay:hover {
  opacity: 0;
}

.speaker-header {
  z-index: 10;
  text-align: center;
  position: relative;
}

.heading-3.hover {
  transition: color .3s;
}

.heading-3.hover:hover {
  color: #fd3b75;
}

.features-container {
  margin-top: 50px;
}

.sponsors-row-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.activity-time {
  align-items: flex-start;
  width: 22%;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blue {
  color: #2a2e55;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.paragraph-2 {
  color: var(--paragraph);
}

.intro-feature {
  flex-direction: row;
  align-items: center;
  width: 33.333%;
  padding: 50px 25px;
  display: flex;
}

.intro-feature._2 {
  border-left: 1px solid #2b305c;
  border-right: 1px solid #1f2344;
}

.intro-feature._3 {
  border-left: 1px solid #2b305c;
}

.intro-feature._1 {
  border-right: 1px solid #1f2344;
}

.intro-feature-flex {
  display: flex;
}

.important-text {
  float: left;
  color: #ce325f;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 50px;
  position: relative;
  top: 14px;
}

.upadate {
  z-index: 1000000;
  text-align: center;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 80px;
  margin-left: 30px;
  padding-top: 3px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.update-text {
  color: #212121;
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.plus {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.social-icons-2, .social-icons-3, .social-icons-4, .social-icons-5, .social-icons-6 {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
  position: relative;
}

.go-up-button-2 {
  z-index: 20;
  color: #fff;
  background-color: #ce325fcc;
  background-image: url('../images/navegar-hacia-arriba-flecha.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button-2.w--current {
  z-index: 100;
}

.top-margin {
  margin-top: 20px;
}

.map {
  z-index: 5;
  width: 50%;
  height: auto;
}

.textarea {
  padding-bottom: 61px;
}

.gallery-image-9 {
  text-align: center;
  background-image: url('../images/photo-1440411521155-4131e76b2e2b.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 290px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.gallery-image-10 {
  text-align: center;
  background-image: url('../images/photo-1455732110486-e561f9129b72.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 302.5px;
  display: flex;
  position: relative;
}

.gallery-image-11 {
  text-align: center;
  background-image: url('../images/photo-1458240598330-ccda17524e5c.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 625px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-12 {
  text-align: center;
  background-image: url('../images/photo-1428953824107-4d0fce9621b4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 290px;
  display: flex;
  position: relative;
}

.gallery-image-13 {
  text-align: center;
  background-image: url('../images/photo-1447043808250-504ebb2912ff.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 302.5px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-14 {
  text-align: center;
  background-image: url('../images/photo-1422565167033-dec8fad92aba.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 290px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.change-this-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-image-15 {
  text-align: center;
  background-image: url('../images/photo-1431029505519-1fe6fe121714.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 310px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-16 {
  text-align: center;
  background-image: url('../images/photo-1420131751440-4380101bca0d.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11px solid #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 310px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large {
  color: #fff;
  font-size: 85px;
  line-height: 90px;
}

.small {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.white {
  color: #fff;
}

.white.center {
  text-align: center;
}

.white.medium {
  font-size: 47px;
  line-height: 58px;
}

.div-block {
  padding-top: 60px;
}

.div-block-2 {
  background-color: #262a4f;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  max-height: 200px;
  padding: 20px;
  display: flex;
}

.image {
  margin-bottom: 20px;
}

.columns {
  margin-bottom: 40px;
}

.text-span {
  color: var(--crimson);
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-top: 20px;
  display: flex;
}

.medium {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 37px;
  line-height: 45px;
}

.medium.gray {
  color: var(--title-links);
}

.gray {
  color: var(--paragraph);
}

.gray.h3-small {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-2 {
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-6 {
  padding-top: 40px;
}

.link-block-2 {
  min-width: 300px;
  min-height: 200px;
  max-height: 250px;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

.text-block.red {
  color: #25284a;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-7 {
  color: #ce325f;
  border: 1px solid #25284a;
}

.div-block-8 {
  padding-top: 20px;
}

.container {
  max-width: 1100px;
}

.div-block-9 {
  text-align: center;
}

.heading-7 {
  color: #546172;
}

.paragraph-3 {
  font-family: Raleway, sans-serif;
}

.paragraph-4 {
  color: var(--dark-gray);
}

.div-block-10 {
  background-image: url('../images/66b388ae46e952bb0b8ccdff_home-energy-audit.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 9px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-10._2 {
  background-image: url('../images/66b37a921209fa09e4102c03_Lower-Energy-Consumption-in-Your-Home.jpeg');
}

.div-block-10._3 {
  background-image: url('../images/66afb81c5f2def90d4f0cf94_private-jets-and-climate-change.jpeg');
}

.div-block-10._4 {
  background-image: url('../images/65e0e45fa262c56045ca09d2_The-Role-of-Renewable-Energy-Solutions.jpeg');
}

.div-block-11 {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 6px;
  width: 100%;
  max-height: 260px;
  padding: 100px 20px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.collection-list {
  margin-top: 40px;
}

.image-3 {
  width: 190px;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-item {
  margin-bottom: 20px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
  }

  .nav-link.register {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .nav-menu {
    background-color: #2d305e;
    width: 100%;
  }

  .mini-columns-container {
    width: 60%;
  }

  .paragraph-box._55-percent {
    width: 85%;
  }

  .menu-button {
    height: 86px;
    padding-top: 35px;
  }

  .menu-button.w--open {
    background-color: #2d305e;
  }

  .burger-line-1, .burger-line-2 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 20px;
    height: 2px;
  }

  .feature-text {
    width: 100%;
  }

  .speaker-picture {
    height: 100%;
    padding-top: 44%;
  }

  .feature-icon-box {
    margin-bottom: 15px;
  }

  .ticket-details-text-box {
    width: 83%;
  }

  .venue-details {
    padding-left: 8%;
  }

  .floated-right-details-box {
    width: 90%;
  }

  .form-column.left {
    padding-left: 8%;
  }

  .form-container {
    width: 80%;
  }

  .feature {
    flex-direction: column;
    display: flex;
  }

  .hero-section-2 {
    padding-top: 27%;
    padding-bottom: 27%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 12.5vw;
    line-height: 1em;
  }

  h3 {
    margin-bottom: 0;
  }

  figcaption {
    font-size: 2vw;
    line-height: 1.7em;
  }

  .nav-link.register {
    text-align: center;
  }

  .nav-menu {
    background-color: #2d305e;
    overflow: auto;
  }

  .underline {
    margin-bottom: 3%;
  }

  .underline.crimson {
    margin-bottom: 2%;
  }

  .cursive-text {
    font-size: 3.4vw;
    line-height: 1.55em;
  }

  .mini-columns-container {
    width: 70%;
  }

  .mini-title.credits {
    line-height: 2em;
  }

  .side-bar-tab {
    display: block;
  }

  .column-text-box.left {
    width: 100%;
  }

  .columns-container.flex {
    flex-direction: column;
  }

  .column.rigth {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .grid-container {
    width: 100%;
    margin-top: 11%;
    padding-left: 0;
  }

  .menu-button {
    text-align: center;
  }

  .menu-button.w--open {
    background-color: #2d305e;
  }

  .burger-line-1, .burger-line-2 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 20px;
    height: 2px;
  }

  .button {
    font-size: 1.7vw;
    line-height: 2em;
  }

  .features {
    flex-direction: column;
  }

  .speaker.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .speaker-picture {
    width: 100%;
    min-height: 400px;
    position: relative;
  }

  .speaker-picture._1 {
    float: none;
  }

  .speaker-picture._6 {
    float: none;
    margin-left: 0%;
  }

  .subtitle {
    margin-bottom: 3%;
  }

  .subtitle.white {
    margin-bottom: 0%;
  }

  .plus-sign-box {
    top: 0;
    right: 0;
  }

  .speaker-description-box {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .right-justified {
    margin-right: 0%;
  }

  .tab-link {
    border-left: 2px solid #272b58;
    border-right: 2px solid #272b58;
    width: 100%;
    min-height: 63px;
    font-size: 3vw;
    line-height: 1.2em;
    top: 0;
  }

  .tab-link:hover {
    background-color: #2a2e5a;
  }

  .tab-link.w--current {
    background-color: #2a2e5a;
    border-top: 1px #000;
  }

  .tabs-menu {
    border-top: 2px solid #272b58;
    padding-left: 0;
  }

  .ticket-box {
    width: 70%;
    max-width: 410px;
    margin-bottom: 40px;
  }

  .ticket-details {
    padding-left: 4%;
    padding-right: 4%;
  }

  .ticket-details-text-box {
    width: 92%;
  }

  .sup {
    font-size: 5.5vw;
    top: -26px;
  }

  .gallery-image-1 {
    width: 60%;
  }

  .venue-details {
    width: 100%;
    padding-left: 8%;
  }

  .more-info-box {
    width: 100%;
  }

  .floated-right-details-box {
    float: none;
  }

  .form-column {
    width: 100%;
    padding-right: 8%;
  }

  .form-column.right {
    width: 100%;
    margin-left: 0%;
  }

  .form-column.left {
    width: 100%;
    position: relative;
  }

  .field-label {
    font-size: 1.7vw;
    line-height: 2em;
  }

  .field-label.invitation-text {
    font-size: 2.5vw;
    line-height: 1.5em;
  }

  .text-field.on-pop-up {
    font-size: 2.5vw;
    line-height: 2em;
  }

  .form {
    width: 100%;
  }

  .select-field {
    font-size: 2.7vw;
    line-height: 2em;
  }

  .sponsor {
    width: 50%;
    max-width: 300px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-container {
    width: 90%;
  }

  .close-pop-up {
    font-size: 1.7vw;
    line-height: 2em;
  }

  .speaker-picture-bg._3 {
    width: 100%;
  }

  .speaker-picture-bg._1 {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .speaker-picture-bg._5, .speaker-elements {
    width: 100%;
  }

  .speaker-picture-box {
    width: 100%;
    position: relative;
  }

  .heading-4.hover {
    margin-top: 0;
  }

  .hero-block-1 {
    width: 100%;
  }

  .feature {
    border-bottom: 1px solid #242753;
    border-right-style: none;
    width: 50%;
  }

  .feature._2 {
    border-right-style: none;
  }

  .feature._3 {
    border-top: 1px solid #2f3470;
    border-left-style: none;
    border-right: 1px solid #242753;
  }

  .feature._4 {
    border-left: 1px solid #2f3470;
    border-right-style: none;
  }

  .feature._5 {
    border-left-style: none;
  }

  .feature._7 {
    border-bottom-style: solid;
    border-bottom-color: #242753;
  }

  .feature._8 {
    border-bottom-style: solid;
    border-bottom-color: #242753;
    border-right-style: none;
  }

  .feature._9 {
    border-style: solid solid none none;
    border-right-width: 1px;
    border-right-color: #242753;
  }

  .feature._10 {
    border-top: 1px solid #2f3470;
    border-bottom-style: none;
    border-left: 1px solid #2f3470;
    display: block;
  }

  .ticket-type {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .hero-section-2 {
    padding-bottom: 32%;
  }

  .box-image {
    max-width: 70%;
    max-height: 585px;
  }

  .blog-column {
    width: 100%;
  }

  .blog-column.right {
    width: 100%;
    padding-left: 0;
  }

  .mini-title-link-box {
    letter-spacing: .6vw;
    font-size: 1.7vw;
    line-height: 1.5em;
  }

  .mini-link-box {
    letter-spacing: .6vw;
    font-size: 1.7vw;
    line-height: 2em;
  }

  .call-to-action {
    flex-direction: column;
  }

  .learn-more {
    font-size: 3vw;
    line-height: 1em;
  }

  .sponsors-row-flex, .flex-wrapper.space-between.mobile-center {
    justify-content: center;
  }

  .intro-feature {
    width: 100%;
  }

  .intro-feature._2 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #2b305c;
    border-bottom-width: 1px;
    border-bottom-color: #1f2344;
  }

  .intro-feature._3 {
    border-top: 1px solid #2b305c;
    border-left-style: none;
  }

  .intro-feature._1 {
    border-bottom: 1px solid #1f2344;
    border-right-style: none;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .gallery-image-16 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13.5vw;
  }

  h3 {
    font-size: 9vw;
  }

  h5 {
    font-size: 4.2vw;
  }

  h6 {
    font-size: 3.8vw;
  }

  figcaption {
    font-size: 3vw;
  }

  .hero-section-1 {
    padding-bottom: 20%;
  }

  .content-section {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .cursive-text {
    font-size: 4.4vw;
  }

  .mini-columns-container {
    width: 100%;
    margin-top: 7%;
  }

  .mini-play-button {
    width: 20px;
    height: 20px;
  }

  .scroll-down-arrow {
    width: 38px;
    height: 28px;
    padding-top: 1px;
  }

  .column, .column-image._1 {
    width: 100%;
  }

  .column-image._2 {
    width: 100%;
    margin-bottom: 16px;
  }

  .button {
    letter-spacing: 1vw;
    font-size: 2.7vw;
    line-height: 2em;
  }

  .play-button {
    background-size: 60px, 70px;
  }

  .speaker-picture._1 {
    padding-top: 66%;
  }

  .tab-link {
    text-align: center;
    font-size: 5vw;
    top: 0;
  }

  .tab-link:hover {
    background-color: #2a2e5a;
  }

  .tab-link.w--current {
    background-color: #2a2e5a;
    width: 100%;
  }

  .tabs-menu {
    padding-left: 0;
  }

  .activity-description {
    flex: 0 auto;
    width: 100%;
  }

  .ticket-box {
    width: 100%;
    margin-right: 0;
  }

  .ticket-details-text-box {
    width: 82%;
  }

  .gallery-image-1, .gallery-image-3, .gallery-image-6, .gallery-image-7 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .social-icons-box {
    width: 100%;
  }

  .field-label {
    font-size: 2.7vw;
    line-height: 2em;
  }

  .field-label.invitation-text {
    font-size: 3.5vw;
  }

  .text-field {
    font-size: 3.8vw;
    line-height: 1.65em;
  }

  .text-field.on-pop-up {
    font-size: 3.5vw;
  }

  .select-field {
    font-size: 3.7vw;
    line-height: 1.65em;
  }

  .sponsor {
    width: 100%;
    max-width: 250px;
    display: block;
  }

  .scroll-arrow {
    max-width: 40%;
  }

  .mini-column {
    font-size: 3.7vw;
  }

  .video-container {
    min-height: 210px;
  }

  .intro-image-grid, .feature {
    width: 100%;
  }

  .feature._2 {
    border-top: 1px solid #2f3470;
    border-left-style: none;
  }

  .feature._3 {
    border-right-style: none;
  }

  .feature._4 {
    border-left-style: none;
  }

  .feature._5 {
    border-right-style: none;
  }

  .feature._6 {
    border-left-style: none;
  }

  .feature._7 {
    border-right-style: none;
  }

  .feature._8 {
    border-left-style: none;
  }

  .feature._9 {
    border-right-style: none;
  }

  .feature._10 {
    display: none;
  }

  .feature._1 {
    border-right-style: none;
  }

  .icons-container {
    flex-direction: row;
  }

  .box-bg {
    min-height: 350px;
    top: -20%;
  }

  .arrow-white, .box-image {
    max-width: 80%;
  }

  .header-section.no-background-image {
    padding-top: 9%;
    padding-bottom: 8%;
  }

  .mini-title-link-box, .mini-link-box {
    font-size: 2.7vw;
  }

  .post-container {
    width: 100%;
  }

  .call-to-action-box.left, .call-to-action-box.right {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .small-social-icons-container {
    margin-bottom: 20px;
  }

  .learn-more {
    font-size: 4vw;
  }

  .activity-time {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .gallery-image-9, .gallery-image-11, .gallery-image-14, .gallery-image-16 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}


