h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.pagetopper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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: #2386c8;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.topnav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.topnav-logo {
  height: 50%;
  padding-left: 25px;
}

.container {
  position: relative;
  display: block;
  width: 992px;
  height: 100%;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.container.topnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -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;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.cities-and-dates {
  max-width: 95vw;
}

.topnav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  -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;
}

.topnav-social-link {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('/2018/images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
}

.topnav-social-link.facebook {
  background-image: url('/2018/images/Facebook-36.png');
  background-size: 90%;
  background-repeat: no-repeat;
}

.topnav-social-link.twitter {
  background-image: url('/2018/images/Twitter-48.png');
  background-size: 90%;
  background-repeat: no-repeat;
}

.topnav-social-link.instagram {
  background-image: url('/2018/images/instagram.png');
  background-size: 90%;
  background-repeat: no-repeat;
}

.topnav-social-link.youtube {
  background-image: url('/2018/images/youtube.png');
  background-size: 90%;
  background-repeat: no-repeat;
}

.topnav-social-link.email {
  background-image: url('/2018/images/email.png');
  background-size: 90%;
  background-repeat: no-repeat;
}

.topnav-social-link.blog {
  background-image: url('/2018/images/blog.png');
  background-size: 155%;
  background-repeat: no-repeat;
}

.topnav-phone-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  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;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.banner-desktop {
  width: 100vw;
  height: 25vw;
}

.white-centering-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 5vw;
  -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: #fff;
}

.white-centering-section.speakers {
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
}

.white-centering-section.checkout {
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.top-strategies-video {
  width: 50%;
  height: 25vw;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/2018/images/GMS-City-Page-Video-Thumbnail.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/2018/images/GMS-City-Page-Video-Thumbnail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-strategies-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 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-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;
}

.heading {
  font-family: Oswald, sans-serif;
  color: #2386c8;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.heading.white {
  margin-bottom: 50px;
  color: #fff;
}

.heading.description-of-options {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e7e7e8;
  font-family: 'Open Sans', sans-serif;
  color: #203662;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.heading.description-of-options.alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
  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;
  text-transform: capitalize;
}

.heading.dark-blue {
  width: 100%;
  margin-bottom: 50px;
  color: #203662;
}

.heading.dark-blue.checkout {
  margin-bottom: 10px;
}

.heading.checkout-h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.heading.checkout-form-heading {
  width: 100%;
  height: 60px;
  margin-top: 0px;
  padding: 20px 10px;
  background-color: #203662;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.heading.checkout-form-heading.alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
  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;
  text-transform: capitalize;
}

.large-paragraph {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.large-paragraph.full {
  width: 90%;
}

.button {
  padding: 10px 15px;
  background-color: #2386c8;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.wmtcu {
  margin-top: 10px;
}

.event-pricing {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #203662;
  color: #fff;
}

.pricing-outer-container {
  display: block;
  overflow: hidden;
  width: 80vw;
  min-width: 992px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  border-radius: 25px 25px 0px 0px;
  background-color: #fff;
}

.pricing-column-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  background-color: #2386c8;
}

.pricing-column-top-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 22px;
}

.pricing-detail-row.buttons {
  padding-bottom: 25px;
}

.pricing-detail-row-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  min-height: 50px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.pricing-detail-row-cell.double {
  width: 25%;
}

.pricing-detail-row-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-bottom: 1px solid #e7e7e8;
  font-size: 12px; /** had to add this line per Brian. delete to change back **/
  padding-bottom: 5px; /** was 10px - had to change per Brian **/
}

.pricing-detail-row-content-container.double {
  padding-top: 10px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  text-align: left;
}

.pricing-detail-row-content-container.double.alt {
  border-bottom-style: none;
}

.pricing-detail-row-content-container.alt {
  padding-bottom: 0px;
  -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;
  border-bottom-width: 0px;
}

.pricing-detail-row-content-container.price {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.pricing-detail-row-content-container.check {
  background-image: url('/2018/images/checkmark.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.bogo {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background-color: #203662;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.description-of-options-row {
  display: block;
  width: 95%;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.description-of-options-inner-container {
  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;
}

.option-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 50px;
  -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;
  border: 1px solid #e7e7e8;
}

.description-image {
  width: 40%;
  min-height: 150px;
  padding-top: 10px;
  padding-right: 10px;
  background-position: 0px 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.description-image img {
  max-width: 100%;
  height: auto;
}

.description-text {
  width: 60%;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.event-speakers {
  padding-top: 25px;
  background-color: #2386c8;
}

.event-speakers.home {
  padding-bottom: 50px;
}

.event-speakers-container {
  padding: 50px;
  background-color: #fff;
}

.event-speakers-stack-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.event-speakers-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  min-height: 50vh;
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.speaker-stack-entry {
  position: relative;
  width: 17.5vw;
  height: 12.5vw;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/2018/images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/2018/images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.speaker-stack-entry-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.speaker-spotlight-name {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 30px;
}

.speaker-spotlight-subtitle {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.speaker-spotlight-bio {
  margin-bottom: 25px;
}

.speaker-spotlight-image {
  width: 25%;
}

.speaker-spotlight-text {
  width: 70%;
  padding-left: 25px;
}

.reviews {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #2386c8;
}

.reviews-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .25);
}

.review-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-width: 600px;
  margin-bottom: 50px;
  padding: 15px 20px 20px;
  -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;
  border-radius: 10px;
  background-color: #eff1f3;
}

.review-entry-profile-pic {
  width: 50px;
  height: 50px;
  margin-top: 5px;
  border-radius: 100%;
}

.review-top-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
}

.reviewer-name {
  margin-right: 1px;
  color: #3b5998;
}

.review-event-name {
  color: #3b5998;
}

.review-dash {
  width: 20px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #777;
}

.review-text {
  width: 100%;
  margin-top: 15px;
}

.review-date {
  margin-right: 10px;
}

.review-second-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-reviews-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  -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('/2018/images/media-reviews-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.media-review-text {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.media-review-source {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.program-synopsis-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e7e7e8;
  color: #203662;
}

.synopsis-topic-container {
  width: 45%;
  min-width: 496px;
  margin-top: 50px;
  background-color: #fff;
}

.program-synopsis-topic-header {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #203662;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.program-synopsis-topic-point {
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  font-size: 20px;
  line-height: 25px;
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.faq-question {
  margin-bottom: 5px;
  font-weight: 700;
}

.faq-answer {
  margin-bottom: 25px;
  padding-left: 25px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #333;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.banner-mobile {
  width: 100vw;
  height: 25vw;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  -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;
}

.home-hero.mobile {
  display: none;
}

.home-hero-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.image {
  position: relative;
  width: 75%;
}

.hero-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #203662 11%, rgba(32, 54, 98, 0));
  background-image: linear-gradient(180deg, #203662 11%, rgba(32, 54, 98, 0));
}

.home-speaker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.home-speaker-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  min-height: 50px;
  -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;
  text-align: center;
}

.home-speaker-image {
  width: 12vw;
  height: 12vw;
  margin-bottom: 10px;
}

.home-speaker-name {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-speaker-subject {
  margin-top: 5px;
  color: #203662;
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cities-and-dates-section {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #203662;
  color: #fff;
}

.city-and-date-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #2386c8;
}

.home-date {
  padding-right: 50px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.home-city {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.home-city-button {
  background-color: #2386c8;
  font-size: 0.9vw;
  line-height: 1vw;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.past-speakers-section {
  padding-top: 25px;
  padding-bottom: 50px;
}

.past-speakers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.past-speaker-image {
  width: 11vw;
  height: 11vw;
  margin-bottom: 1vw;
}

.checkout-hero {
  height: 100px;
  background-image: url('/2018/images/checkout-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.checkout-form-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 25px;
  margin-right: 1vw;
  margin-left: 1vw;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.form-wrapper.coupon-code {
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(174, 221, 253, .36);
}

.form-field {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(174, 221, 253, .36);
  color: #2386c8;
}

.form-field::-webkit-input-placeholder {
  color: #2386c8;
}

.form-field:-ms-input-placeholder {
  color: #2386c8;
}

.form-field::placeholder {
  color: #2386c8;
}

.form-field.half {
  width: 49%;
}

.form-field.third {
  width: 32%;
}

.form-field.third.alt {
  margin-bottom: 0px;
}

.form-field.wmt {
  margin-top: 25px;
}

.order-summary-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  -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: rgba(118, 180, 223, .36);
  font-size: 16px;
}

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

.checkout-ticket-quantity {
  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;
}

.quantity-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 2px 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;
  border-radius: 5px;
  background-color: #fff;
}

.order-summary-calculator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.order-summary-calculation-line.total {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(118, 180, 223, .36);
  font-size: 16px;
  font-weight: 700;
}

.order-summary-number {
  width: 25%;
  text-align: right;
}

.order-summary-calculation-text {
  width: 25%;
  min-width: 100px;
}

.order-page-button {
  background-color: #2386c8;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.order-page-button.check-out {
  display: block;
  margin: 25px auto;
}

.coupon-code-text {
  margin-left: 25px;
}

.checkout-check-box {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
}

.checkbox {
  margin-top: 1px;
}

.order-page-saying-container {
  width: 30%;
  margin-top: 100px;
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 15px;
  background-color: hsla(240, 2%, 91%, .37);
  color: #203662;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.wmtcu-content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e7e7e8;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
}

.wheres-my-ticket-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wmt-header-img {
  height: 50px;
  margin-bottom: 25px;
}

.wmtcu-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  margin-top: 50px;
  padding: 15px 25px 25px;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .25);
}

.wmtcu-content-container.alt {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.wmtcu-form-block {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #203662;
}

.wmtcu-form-block.alt {
  margin-right: 25px;
  margin-left: 25px;
  border-style: none;
}

.wmtcu-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 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;
}

.cu-contact-method-container {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #203662;
}

.contact-method-title {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #203662;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-method-text {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 30px;
}

.wmt-fill-img {
  margin-top: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.mobile-city-button {
  display: none;
}

@media (max-width: 991px) {
  .pagetopper {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .container {
    width: 100%;
  }
  .white-centering-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-centering-section.checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-strategies-video {
    width: 90%;
    height: 50vw;
  }
  .top-strategies-text-container {
    width: 100%;
    padding-right: 25px;
  }
  .heading {
    font-size: 30px;
    line-height: 45px;
  }
  .button.wmtcu {
    font-size: 15px;
    line-height: 25px;
  }
  .pricing-outer-container {
    width: 100vw;
    min-width: 0px;
  }
  .pricing-column-top-text {
    font-size: 15px;
    line-height: 15px;
  }
  .option-description {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .description-image.herjavec {
    margin-bottom: 10px;
  }
  .description-image.stoops {
    margin-bottom: 10px;
  }
  .description-text {
    width: 100%;
  }
  .event-speakers-info-container {
    width: 95vw;
  }
  .synopsis-topic-container {
    width: 90%;
  }
  .faq-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .home-city-button {
    font-size: 2vw;
    line-height: 2vw;
  }
  .past-speaker-image {
    width: 23vw;
    height: 23vw;
  }
  .checkout-form-container.half {
    width: 45%;
  }
  .checkout-form-container.large {
    width: 60%;
  }
  .coupon-code-text {
    margin-left: 0px;
  }
  .wmtcu-content-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wmtcu-content-container {
    width: 90vw;
  }
  .mobile-city-button {
    display: block;
  }
}

@media (max-width: 767px) {
  .white-centering-section {
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: #2386c8;
  }
  .white-centering-section.speakers {
    padding-bottom: 0px;
  }
  .white-centering-section.home {
    background-color: #fff;
  }
  .white-centering-section.checkout {
    background-color: #fff;
  }
  .top-strategies-video {
    width: 100%;
    margin-bottom: 25px;
  }
  .heading {
    color: #fff;
    letter-spacing: 1px;
  }
  .heading.white {
    margin-bottom: 10px;
    color: #203662;
  }
  .heading.white.mobile {
    margin-top: 25px;
    color: #e7e7e8;
  }
  .heading.dark-blue.mobile {
    margin-bottom: 0px;
    color: #fff;
  }
  .heading.home {
    color: #2386c8;
  }
  .heading.checkout-h2 {
    color: #2386c8;
    font-size: 20px;
    line-height: 30px;
  }
  .button {
    background-color: #203662;
    font-size: 3vw;
    line-height: 4vw;
  }
  .event-speakers {
    background-color: #fff;
  }
  .event-speakers.home {
    background-color: #2386c8;
  }
  .event-speakers-info-container {
    width: 100vw;
    -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;
  }
  .speaker-spotlight-image {
    width: 50%;
  }
  .speaker-spotlight-text {
    width: 100%;
    padding-right: 25px;
    padding-bottom: 50px;
  }
  .reviews {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .review-entry {
    width: 100%;
  }
  .media-reviews-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .media-review-text {
    font-size: 4vw;
    line-height: 5vw;
  }
  .media-review-source {
    margin-top: 5px;
    font-size: 3vw;
    line-height: 3vw;
  }
  .program-synopsis-section {
    background-color: #2386c8;
  }
  .synopsis-topic-container {
    width: 95%;
    min-width: 0px;
  }
  .faq-section {
    padding-left: 3vw;
  }
  .faq-question {
    font-size: 4vw;
  }
  .faq-answer {
    padding-left: 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }
  .banner-mobile {
    height: auto;
  }
  .event-specific-speaker-stack {
    width: 100vw;
  }
  .event-pricing-mobile-container {
    display: block;
    width: 95vw;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    color: #333;
  }
  .event-pricing-mobile-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 20px;
    -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;
  }
  .event-pricing-mobile-entry.gray {
    background-color: #d3d3d3;
  }
  .mobile-ticket-type {
    margin-right: 10px;
    font-size: 4vw;
    line-height: 4vw;
    font-weight: 700;
    text-transform: uppercase;
  }
  .mobile-ticket-price {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 4vw;
    line-height: 4vw;
    text-transform: uppercase;
  }
  .mobile-ticket-button {
    background-color: #2386c8;
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .mobile-ticket-button.sold-out {
    background-color: #777;
    color: #222;
  }
  .mobile-ticket-perk {
    width: 100%;
    margin-top: 10px;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }
  .mobile-ticket-perk.bogo {
    background-color: transparent;
    color: #2386c8;
    font-weight: 700;
  }
  .home-hero {
    display: none;
  }
  .home-hero.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 92.65vw;
    background-image: url('/2018/images/mobile-header.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-hero-video {
    background-image: url('/2018/images/GMS-City-Page-Video-Thumbnail.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .home-speaker-entry {
    width: 30%;
    margin-bottom: 25px;
  }
  .home-speaker-image {
    width: 30vw;
    height: 30vw;
  }
  .home-speaker-name {
    font-size: 5vw;
    line-height: 5vw;
  }
  .home-speaker-subject {
    font-size: 3vw;
    line-height: 3vw;
  }
  .home-city-button {
    background-color: transparent;
    font-size: 4vw;
    line-height: 4vw;
    text-transform: none;
  }
  .checkout-form-container.half {
    width: 100%;
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .checkout-form-container.large {
    width: 100%;
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .wmtcu-content-container {
    width: 95vw;
  }
}

@media (max-width: 479px) {
  .container.cities-and-dates {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-strategies-text-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading {
    font-size: 5vw;
    line-height: 5vw;
  }
  .heading.dark-blue.checkout {
    font-size: 8vw;
    line-height: 8vw;
  }
  .heading.checkout-h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .heading.checkout-form-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .large-paragraph.full {
    font-size: 20px;
    line-height: 30px;
  }
  .media-review-source {
    font-size: 4vw;
    line-height: 4vw;
  }
  .footer {
    padding: 25px 10px 10px;
  }
  .city-and-date-entry {
    position: relative;
  }
  .home-date {
    padding-right: 25px;
    font-size: 5vw;
    line-height: 5vw;
  }
  .home-city {
    font-size: 5vw;
    line-height: 5vw;
  }
  .form-field.half {
    width: 100%;
  }
  .wmt-header-img {
    height: 40px;
  }
  .wmtcu-content-container {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .wmtcu-content-container.alt {
    margin-top: 10px;
  }
  .contact-method-title {
    font-size: 15px;
    line-height: 20px;
  }
  .contact-method-text {
    font-size: 15px;
    line-height: 20px;
  }
  .mobile-city-button {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
  }
}


.generic-content {
  padding: 25px 25px 75px;
  background-color: rgba(223, 226, 230, .5);
  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: #004779;
  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;
}
