.body {
  margin-top: 75px;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.body.uwss {
  margin-top: 0px;
  font-family: Muli, sans-serif;
}

.header {
  position: relative;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 47vw;
  max-height: 835px;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 10px solid #000;
  background-image: url('../images/header-bg.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 0 #000;
}

.nac-logo {
  position: absolute;
  left: 10px;
  top: 75px;
  width: 15vw;
}

.header-heading {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 10px 20px 0 #000;
  color: #ffa300;
  font-size: 4.5vw;
  line-height: 2.5vw;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.header-speakers-container {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 32vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-speaker-img {
  width: 20%;
  max-height: auto;
}

.header-speaker-img._1 {
  position: relative;
  z-index: 9997;
  max-height: 30vw;
  margin-right: -25px;
  margin-left: -25px;
}

.header-speaker-img._2 {
  position: relative;
  z-index: 9996;
  max-height: 32vw;
  margin-right: -25px;
}

.header-speaker-img._3 {
  position: relative;
  z-index: 9995;
  max-height: 30vw;
  margin-left: -25px;
}

.header-speaker-img._4 {
  position: relative;
  z-index: 9994;
  margin-right: -25px;
}

.header-speaker-img._5 {
  position: relative;
  z-index: 9993;
  margin-left: -25px;
}

.main-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffa300;
}

.main-navigation.uwss {
  display: none;
  background-color: #005397;
}

.main-logo-img {
  height: 50px;
}

.main-navigation-button-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 25px;
}

.main-navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-1.uwss {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bogo-graphic {
  position: absolute;
  top: 85px;
  right: 10px;
  width: 15vw;
}

.phone-number {
  width: 100vw;
  margin-bottom: 25px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #6e8fae, #042544);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #6e8fae, #042544);
  box-shadow: inset 0 0 25px 0 #000;
  color: #ffa300;
  font-size: 45px;
  line-height: 75px;
  text-align: center;
  text-shadow: 2px 2px 6px #042544;
}

.phone-number.uwss {
  background-image: none;
  box-shadow: none;
  color: #005397;
  text-shadow: none;
}

.content-heading {
  width: 90%;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: #ffa300;
  color: #ffa300;
  font-size: 30px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.content-heading.uwss {
  margin-top: 50px;
  margin-bottom: 25px;
  border-width: 0px 0px 1px;
  border-color: #005397;
  font-family: Muli, sans-serif;
  color: #005397;
  font-weight: 300;
}

.content-heading.generic {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.speaker-spotlight {
  width: 99vw;
  margin-bottom: 0.5vw;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-bottom: 25px solid #ffa300;
  background-color: #42615f;
  color: #fff;
}

.speaker-spotlight.uwas {
  border-bottom-color: #000;
  background-color: #005397;
  background-image: url('../images/marcusl.png');
  background-position: 93% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.speaker-spotlight.uwas.short {
  width: 49%;
  min-height: 350px;
  margin-bottom: 5px;
  border-bottom-color: #000;
  background-color: #005397;
  background-image: url('../images/marcusl.png');
  background-position: 90% 50%;
  background-size: 200px;
}

.speaker-spotlight.herjavec {
  background-image: url('../images/herjavec-showcase.png');
  background-position: 90% 50%;
  background-size: auto 95%;
  background-repeat: no-repeat;
}

.speaker-spotlight.vaynerchuk {
  background-image: url('../images/vaynerchuk-showcase.png');
  background-position: 90% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.speaker-spotlight-title {
  width: 60%;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 30px;
}

.speaker-spotlight-subtitle {
  width: 60%;
  margin-bottom: 25px;
  color: #1bff11;
  font-size: 20px;
}

.speaker-spotlight-paragraph {
  width: 60%;
  font-size: 18px;
  line-height: 24px;
}

.content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.program-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.program-topic {
  width: 50%;
}

.program-topic.wealth {
  border-color: #07ac07;
}

.program-topic.motivation {
  border-color: red;
}

.program-topic.success {
  border-color: purple;
}

.program-topic-header {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
}

.program-topic-header.business {
  background-color: #4995d1;
}

.program-topic-header.wealth {
  background-color: #07ac07;
}

.program-topic-header.motivation {
  background-color: red;
}

.program-topic-header.success {
  background-color: purple;
}

.program-point {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.3vw;
  line-height: 2.3vw;
}

.blue-highlight {
  color: #4995d1;
  font-weight: 900;
}

.green-highlight {
  color: #07ac07;
  font-weight: 900;
}

.red-highlight {
  color: red;
  font-weight: 900;
}

.purple-highlight {
  color: purple;
  font-weight: 900;
}

.ticket-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  margin-right: 5px;
  margin-bottom: 25px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .5);
  font-family: Muli, sans-serif;
}

.ticket-section-header {
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #042544;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.ticket-section-header.mastermind {
  font-size: 16px;
  text-transform: uppercase;
}

.ticket-section-header.diamond {
  font-size: 16px;
  text-transform: uppercase;
}

.ticket-section-header.platinum {
  background-color: #8a8e92;
  font-size: 16px;
  text-transform: uppercase;
}

.ticket-section-header.executive {
  background-color: #a50c0c;
  font-size: 16px;
  text-transform: uppercase;
}

.ticket-section-header.vip {
  background-color: #378bda;
  font-size: 16px;
  text-transform: uppercase;
}

.ticket-section-header.gold {
  background-color: #f90;
  font-size: 16px;
  text-transform: uppercase;
}

.ticket-section-header.silver {
  background-color: #c9c9c9;
  font-size: 16px;
  text-transform: uppercase;
}

.location-entry-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #42615f;
}

.location-cta {
  width: 100%;
  max-width: 200px;
  padding: 10px 15px;
  background-color: #f86f3b;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.location-cta.alt.uwss {
  background-color: #f86f3b;
}

.location-img {
  width: 200px;
}

.location-entry-venue {
  font-size: 1.5vw;
  line-height: 2vw;
  font-style: italic;
  text-align: center;
}

.location-entry-address {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 900;
  text-align: center;
}

.location-entry-time {
  margin-top: 10px;
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-align: center;
}

.time-disclaimer {
  font-size: 1vw;
  font-style: italic;
}

.location-speakers-header {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 900;
}

.location-entry-speaker {
  font-size: 1.5vw;
  line-height: 2vw;
}

.location-entry-speaker.tr {
  font-style: italic;
  font-weight: 900;
}

.content-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-event {
  width: 100%;
  margin-bottom: 10px;
  padding: 25px 5%;
  background-color: #005397;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 200;
  text-align: center;
}

.youtube-vid {
  width: 40%;
  height: 50vh;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 163, 0, .3), rgba(4, 37, 68, .5)), url('../images/testimonial-background.jpg');
  background-image: linear-gradient(180deg, rgba(255, 163, 0, .3), rgba(4, 37, 68, .5)), url('../images/testimonial-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.testimonial {
  width: 25%;
  margin: 25px;
  color: #fff;
  font-size: 2vw;
  line-height: 2.5vw;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}

.testimonial.full {
  width: 90%;
}

.testimonial-author {
  color: #1bff11;
  font-size: 1.5vw;
  line-height: 2vw;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-crowd.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.faq.nobg {
  background-image: none;
}

.question {
  width: 90%;
  margin-bottom: 10px;
  border: 1px solid #005397;
}

.question-text {
  width: 100%;
  padding-left: 10px;
  background-color: #ffa300;
  color: #fff;
  font-size: 2vw;
  line-height: 4vw;
}

.question-text.uwss {
  background-color: #005397;
}

.answer-text {
  padding-left: 10px;
  background-color: #fff;
  color: #042544;
  font-size: 2vw;
  line-height: 3vw;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #005397;
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
  text-transform: uppercase;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading {
  width: 100%;
  margin-bottom: 15px;
}

.footer-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-text {
  color: red;
}

.subtext {
  font-size: 1.3vw;
  line-height: 1.5vw;
  text-align: center;
}

.footer-link {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.title-and-price {
  width: 100%;
}

.price {
  margin-bottom: 25px;
  color: #f86f3b;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.title {
  text-align: center;
  text-transform: uppercase;
}

.door-price {
  padding: 5px 25px;
  background-color: #ededed;
  text-align: center;
  text-transform: uppercase;
}

.save {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ededed;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.perk-list {
  margin-top: 10px;
}

.perk-entry {
  margin-bottom: 10px;
  text-align: center;
}

.bogo {
  color: red;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.header-subheading {
  font-size: 2.3vw;
  line-height: 2vw;
  font-weight: 300;
}

.city-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.city-container.uwss {
  display: none;
  padding-bottom: 25px;
  background-color: #dfe6e4;
}

.city-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .5);
}

.uwss-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #d0dce6;
  font-weight: 500;
}

.uwss-header.location {
  height: auto;
}

.image {
  width: 60%;
  background-color: #9ca09f;
}

.location-city-name-uwss {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #42615f;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.cities-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  margin-left: 2.5vw;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uwss-h1 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #005397;
  font-size: 2vw;
  line-height: 2.3vw;
  font-weight: 400;
}

.uwss-gray {
  color: #9ca09f;
}

.text-span {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-color: #005397;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 400;
}

.header-city-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #005397;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.header-city-entry:hover {
  background-color: #f86f3b;
}

.header-city-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #005397;
}

.city-entry-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
}

.city-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  color: #005397;
  font-size: 0.8vw;
  line-height: 1vw;
  text-align: center;
}

.mega-event-highlighted {
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-color: #f86f3b;
  color: #fff;
  text-decoration: underline;
}

.speaker-img {
  display: none;
}

.ticket-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/bg-crowd.png'), url('../images/diagonal-lines.png'), -webkit-linear-gradient(270deg, #d0dce6, #d0dce6);
  background-image: url('../images/bg-crowd.png'), url('../images/diagonal-lines.png'), linear-gradient(180deg, #d0dce6, #d0dce6);
  background-position: 50% 100%, 0px 0px, 0px 0px;
  background-size: contain, 50px, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.ticket-section.nobg {
  background-image: url('../images/diagonal-lines.png'), -webkit-linear-gradient(270deg, #d0dce6, #d0dce6);
  background-image: url('../images/diagonal-lines.png'), linear-gradient(180deg, #d0dce6, #d0dce6);
  background-position: 0px 0px, 0px 0px;
  background-size: 50px, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}

.city-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dfe6e4;
  background-image: url('../images/diagonal-lines.png'), -webkit-linear-gradient(315deg, #005397, hsla(0, 0%, 100%, .39));
  background-image: url('../images/diagonal-lines.png'), linear-gradient(135deg, #005397, hsla(0, 0%, 100%, .39));
  background-position: 0px 0px, 0px 0px;
  background-size: 50px, auto;
  background-attachment: fixed, scroll;
  box-shadow: inset 1px -1px 3px 0 rgba(0, 0, 0, .5);
}

.div-block {
  width: 100vw;
  height: 50px;
  background-image: url('../images/diagonal-lines.png'), -webkit-linear-gradient(270deg, #284542 32%, #000);
  background-image: url('../images/diagonal-lines.png'), linear-gradient(180deg, #284542 32%, #000);
  background-position: 0px 0px, 0px 0px;
  background-size: 50px, auto;
  background-attachment: fixed, scroll;
}

.uwas-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #000;
}

.uwas-city-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 15px 15px;
  background-color: #005397;
  box-shadow: 0 1px 3px 0 #000;
  color: #fff;
  font-size: 2vw;
  line-height: 1.8vw;
  font-weight: 400;
  text-transform: uppercase;
}

.uwas-location-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #000;
  color: #42615f;
}

.text-block-2 {
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-style: italic;
  font-weight: 300;
}

.location-info-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #000;
  color: #42615f;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 300;
}

.location-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #005397;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .59));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .59));
  box-shadow: 0 1px 3px 0 #000, inset 0 0 8px 4px #000;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  text-shadow: 0 2px 0 #000;
}

.venue-name {
  width: 100%;
  font-style: italic;
  text-align: center;
}

.venue-address {
  width: 100%;
  font-weight: 300;
  text-align: center;
}

.call-now {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.reserve-your-tickets-now {
  margin-bottom: 10px;
  border-top: 1px solid #fdb59a;
  border-bottom: 1px solid #b4502a;
  border-radius: 15px;
  background-color: #f86f3b;
  box-shadow: 0 1px 3px 0 #000;
  font-size: 18px;
  line-height: 24px;
}

.dollar-sign {
  position: relative;
  top: -1vw;
  margin-right: 3px;
  font-size: 16px;
  font-weight: 700;
}

.heading-heavy {
  font-weight: 900;
}

.paragraph {
  width: 60%;
}

.back-to-event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005397;
  box-shadow: 0 10px 10px 0 #000;
  color: #fff;
  font-weight: 300;
}

.image-2 {
  height: 5vh;
  margin-left: 10px;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -50px 50px 0 rgba(0, 0, 0, .5);
}

.checkout-header-banner {
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 200px;
  background-image: url('../images/video-screen.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
}

.checkout-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d0dce6;
  background-image: url('../images/diagonal-lines.png'), url('../images/bg-crowd.png');
  background-position: 0px 0px, 50% 100%;
  background-size: 50px, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed, scroll;
  box-shadow: 0 -10px 10px 0 #000;
}

.checkout-block.success {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-summary {
  overflow: scroll;
  width: 33vw;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, .25);
}

.billing-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, .25);
}

.billing-address {
  display: block;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.cc-info-and-agreement {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #9ca09f;
}

.checkout-heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.checkout-ticket-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfe6e4;
}

.checkout-ticket-type {
  width: 50%;
  font-weight: 700;
}

.checkout-ticket-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticket-quantity-input {
  width: 30px;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #fff;
}

.edit {
  font-size: 10px;
  line-height: 12px;
}

.checkout-number {
  font-size: 18px;
  font-weight: 700;
}

.order-summary-total-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width:50%;
  border-top: 1px solid #000;
}

.order-summary-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.checkout-number.discount {
  color: red;
}

.checkout-math {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #000;
}

.math-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.math-section.alt {
  margin-top: 0px;
}

.math-section.alt.total {
  width: 100%;
  background-color: #c6f3e6;
}

.math-section.alt.coupon {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
}

.math-section-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.math-section-desc.total {
  margin-left: 50%;
}

.subtotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  width: 100px;
  height: 25px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  background-color: #fff3dd;
}

.button {
  padding: 3px 5px;
  background-color: #f86f3b;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.first-name {
  width: 49%;
}

.last-name {
  width: 49%;
}

.country {
  width: 50%;
}

.city {
  width: 100%;
}

.state {
  width: 20%;
}

.zipcode {
  width: 29%;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exp-month {
  width: 30%;
}

.exp-year {
  width: 30%;
}

.cvv {
  width: 30%;
}

.agreement {
  width: 100%;
  font-size: 12px;
}

.field-label {
  line-height: 14px;
}

.button-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pay-now {
  display: block;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.bg-video {
  position: absolute;
  width: 100%;
  height: 47vh;
  background-image: url('../images/diagonal-lines.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/diagonal-lines.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0px 0px, 0px 0px;
  background-size: 50px, auto;
}

.congrats {
  font-size: 48px;
  line-height: 54px;
}

.now-registered {
  width: 75%;
  margin-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  background-color: #dfe6e4;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.checkout-smalltext {
  display: inline-block;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.ticket-link {
  width: 75%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #dfe6e4;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.ticket-link.wmt {
  width: 100%;
}

.link {
  text-decoration: underline;
}

.ticket-link-text {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.third-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005397;
  background-image: url('../images/diagonal-lines.png');
  background-position: 0px 0px;
  background-size: 50px;
  box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, .5);
}

.header-img {
  width: 120vh;
  height: auto;
  margin-bottom: 20px;
  background-color: #dfe6e4;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
}

.header-img.mobile {
  width: 100%;
  height: auto;
}

.generic-content {
  padding: 25px 25px 75px;
  background-color: #d0dce6;
  background-image: url('../images/bg-crowd.png'), url('../images/diagonal-lines.png');
  background-position: 50% 100%, 0px 0px;
  background-size: contain, 50px;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.generic-content-container {
  display: block;
  width: 150vh;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
}

.heading {
  text-align: center;
}

.generic-large-text {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.generic-bold-text {
  margin-bottom: 5px;
  padding-left: 5px;
  background-color: #005397;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.generic-bold-text.alt {
  width: 100%;
  text-align: center;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.contact-us-form {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.alternative-contact-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.direct-contact {
  width: 40%;
}

.mailing-address {
  width: 40%;
}

.contact-class {
  font-weight: 800;
}

.wmt-form {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.centered-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
}

.ticket-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 100%;
}

@media (max-width: 991px) {
  .body {
    margin-top: 0px;
  }
  .header {
    width: 100vw;
    height: auto;
    max-height: 1000px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .nac-logo {
    top: 25px;
  }
  .header-speakers-container {
    width: 100%;
    margin-top: 50px;
  }
  .header-speaker-img._1 {
    max-height: none;
  }
  .header-speaker-img._2 {
    max-height: none;
  }
  .header-speaker-img._3 {
    max-height: none;
  }
  .main-navigation {
    position: static;
  }
  .main-navigation-button {
    padding-right: 5px;
    padding-left: 5px;
  }
  .bogo-graphic {
    top: 35px;
  }
  .phone-number {
    font-size: 4vw;
    line-height: 12vw;
  }
  .content-heading {
    font-size: 3vw;
    line-height: 9vw;
  }
  .speaker-spotlight.uwas {
    background-position: 94% 0px;
    background-size: 30%;
  }
  .speaker-spotlight.uwas.short {
    width: 98%;
  }
  .speaker-spotlight.herjavec {
    background-position: 93% 0px;
    background-size: 30%;
  }
  .speaker-spotlight.vaynerchuk {
    background-position: 93% 0px;
    background-size: 30%;
  }
  .content-2 {
    padding-top: 25px;
  }
  .program-point {
    font-size: 1.5vw;
  }
  .ticket-entry {
    width: 30%;
  }
  .location-cta {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .content-section-4 {
    padding-top: 25px;
  }
  .price {
    line-height: 4vw;
  }
  .title {
    font-size: 3vw;
    line-height: 4vw;
  }
  .checkout-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .order-summary {
    width: 100%;
    margin-bottom: 20px;
  }
  .billing-info {
    width: 100%;
  }
  .generic-content-container {
    padding-top: 0px;
  }
  .contact-us-form {
    width: 90%;
  }
  .direct-contact {
    width: 45%;
  }
  .mailing-address {
    width: 45%;
  }
  .wmt-form {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .body {
    margin-top: 0px;
  }
  .header-heading {
    padding-top: 10px;
  }
  .header-speakers-container {
    margin-top: 50px;
  }
  .header-speaker-img._1 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .header-speaker-img._2 {
    margin-right: -10px;
  }
  .header-speaker-img._3 {
    margin-left: -10px;
  }
  .header-speaker-img._4 {
    margin-right: -10px;
  }
  .header-speaker-img._5 {
    margin-left: -10px;
  }
  .main-navigation {
    position: relative;
    height: auto;
    padding-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-logo-img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .main-navigation-button-panel {
    margin-right: 0px;
  }
  .main-navigation-button {
    height: 50px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 3vw;
    line-height: 3vw;
  }
  .main-navigation-button.w--current {
    height: 50px;
  }
  .phone-number {
    font-size: 4vw;
    line-height: 12vw;
  }
  .content-heading {
    font-size: 5vw;
  }
  .content-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .program-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .program-point {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .ticket-entry {
    width: 45%;
  }
  .location-speakers {
    margin-right: 10px;
    margin-left: 10px;
  }
  .location-cta {
    font-size: 3vw;
    line-height: 4vw;
  }
  .location-cta.alt {
    width: 150px;
    max-width: 150px;
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .location-img {
    display: none;
    width: 100px;
  }
  .location-entry-venue {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .location-entry-address {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .location-entry-time {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .time-disclaimer {
    font-size: 1.5vw;
  }
  .location-speakers-header {
    font-size: 2vw;
    line-height: 3vw;
  }
  .location-entry-speaker {
    font-size: 3vw;
    line-height: 3vw;
  }
  .location-entry-speaker.tr {
    font-size: 3vw;
    line-height: 3vw;
  }
  .youtube-vid {
    width: 90%;
    margin-bottom: 10px;
  }
  .testimonial-block {
    margin-top: 25px;
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }
  .testimonial {
    width: 60%;
    font-size: 4vw;
    line-height: 5vw;
  }
  .testimonial-author {
    font-size: 3vw;
    line-height: 5vw;
  }
  .question-text {
    font-size: 3vw;
    line-height: 5vw;
  }
  .answer-text {
    font-size: 3vw;
    line-height: 5vw;
  }
  .footer-heading {
    margin-bottom: 0px;
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
  }
  .footer-img {
    width: 20%;
    margin: 20px 40%;
  }
  .footer-link {
    font-size: 3vw;
    line-height: 5vw;
  }
  .price {
    font-size: 4vw;
    line-height: 5vw;
  }
  .title {
    font-size: 4vw;
    line-height: 5vw;
  }
  .uwss-header {
    height: auto;
  }
  .image {
    width: 100%;
  }
  .cities-block {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .uwss-h1 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .text-span {
    font-size: 3vw;
    line-height: 4vw;
  }
  .header-city-entry {
    font-size: 3vw;
    line-height: 4vw;
  }
  .city-more-info {
    font-size: 2vw;
    line-height: 3vw;
  }
  .city-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .billing-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .billing-address {
    width: 100%;
  }
  .cc-info-and-agreement {
    width: 100%;
    border-left-width: 0px;
  }
  .alternative-contact-methods {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .direct-contact {
    width: 90%;
    margin-bottom: 25px;
  }
  .mailing-address {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .nac-logo {
    top: 45px;
    width: 20vw;
  }
  .header-heading {
    font-size: 6vw;
    line-height: 6vw;
  }
  .main-navigation {
    padding-left: 0px;
  }
  .main-navigation-button-panel {
    height: auto;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation-button {
    font-size: 5vw;
  }
  .bogo-graphic {
    top: 55px;
    width: 20vw;
  }
  .content-heading {
    font-size: 5vw;
    line-height: 15vw;
  }
  .content-heading.generic.uwss {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .speaker-spotlight.uwas {
    padding-right: 25px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .speaker-spotlight.uwas.short {
    padding-top: 25px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .speaker-spotlight.herjavec {
    padding-top: 100vw;
    padding-right: 25px;
    background-position: 50% 0px;
    background-size: auto 95vw;
  }
  .speaker-spotlight.vaynerchuk {
    padding-top: 100vw;
    padding-right: 25px;
    background-position: 50% 0px;
    background-size: auto 100vw;
  }
  .speaker-spotlight-title {
    width: 100%;
  }
  .speaker-spotlight-subtitle {
    width: 100%;
    font-size: 18px;
  }
  .speaker-spotlight-paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .content-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .program-topic.business {
    width: 100%;
  }
  .program-topic.wealth {
    width: 100%;
  }
  .program-topic.motivation {
    width: 100%;
  }
  .program-topic.success {
    width: 100%;
  }
  .program-point {
    font-size: 4vw;
    line-height: 6vw;
  }
  .ticket-entry {
    width: 90%;
  }
  .location-cta {
    font-size: 5vw;
    line-height: 7vw;
  }
  .location-cta.alt {
    width: 75%;
    max-width: none;
    margin-top: 25px;
    font-size: 4vw;
    line-height: 6vw;
  }
  .location-img {
    display: none;
  }
  .location-entry-venue {
    font-size: 4vw;
    line-height: 6vw;
  }
  .location-entry-address {
    font-size: 4vw;
    line-height: 6vw;
  }
  .location-entry-time {
    font-size: 3vw;
    line-height: 4vw;
  }
  .time-disclaimer {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .location-speakers-header {
    margin-top: 25px;
    font-size: 4vw;
    line-height: 6vw;
  }
  .location-entry-speaker {
    font-size: 5vw;
    line-height: 7vw;
    text-align: center;
  }
  .location-entry-speaker.tr {
    font-size: 5vw;
    line-height: 7vw;
  }
  .mega-event {
    font-size: 4vw;
    line-height: 6vw;
  }
  .youtube-vid {
    width: 90%;
    margin-bottom: 10px;
  }
  .testimonial {
    width: 80%;
  }
  .faq {
    padding-top: 25px;
  }
  .question-text {
    font-size: 3.5vw;
    line-height: 7vw;
  }
  .footer-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer-heading {
    font-size: 8vw;
    line-height: 8vw;
  }
  .footer-img {
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
  }
  .footer-info-container {
    width: 30%;
    font-size: 4vw;
    line-height: 4vw;
  }
  .subtext {
    font-size: 3vw;
    line-height: 4vw;
  }
  .footer-link {
    font-size: 4vw;
  }
  .price {
    font-size: 7vw;
    line-height: 8vw;
  }
  .title {
    font-size: 8vw;
    line-height: 8vw;
  }
  .header-subheading {
    font-size: 3vw;
  }
  .uwss-h1 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .speaker-img {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .city-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .uwas-city-name {
    font-size: 4vw;
  }
  .uwas-location-date {
    font-size: 3vw;
    line-height: 3vw;
  }
  .text-block-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .location-info-header {
    font-size: 3vw;
    line-height: 3vw;
  }
  .venue-name {
    font-size: 3vw;
    line-height: 4vw;
  }
  .venue-address {
    font-size: 3vw;
    line-height: 4vw;
  }
  .paragraph {
    width: 100%;
  }
  .checkout-header {
    background-color: #9ca09f;
  }
  .bg-video {
    display: none;
  }
  .generic-content {
    padding: 5px;
  }
  .generic-content-container {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .generic-bold-text {
    padding-right: 5px;
  }
  .generic {
    font-size: 12px;
    line-height: 16px;
  }
  .contact-us-form {
    width: 100%;
  }
  .wmt-form {
    width: 100%;
  }
  .text-block-3 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .order-summary-total-container, .checkout-math {
    padding-right: 5px;
    padding-left: 5px;
    width:100%;
  }

}
