.img-heading {
  position: relative; }
  .img-heading img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%; }

.roadshow {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .roadshow.first {
    z-index: 10; }
  .roadshow.last {
    z-index: 15; }

.heading {
  display: inline-block;
  padding: 30px;
  background-color: rgba(154, 171, 139, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 480px; }

.roadshow-subheader {
  margin-top: 30px;
  font-size: 16px;
  color: #3b5854;
  font-family: "CONV_UniversLTStd-BoldCn"; }

.roadshow-header .h1-global,
.roadshow-header .h1-roadshow {
  display: block;
  font-size: 60px;
  line-height: 40px; }

.roadshow-header .h1-roadshow {
  text-indent: 50px; }

.roadshow-caption {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 30px; }

.details {
  margin-bottom: 15px; }

.details-inner {
  display: table; }
  .details-inner .info-label {
    display: table-cell;
    font-size: 16px;
    color: #3b5854;
    font-family: "CONV_UniversLTStd-BoldCn";
    vertical-align: top; }
  .details-inner .info {
    display: table-cell;
    font-size: 16px;
    vertical-align: top; }

.rsvp {
  margin-top: 30px; }

.rsvp-button {
  display: block;
  background-color: #3b5854;
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
  font-family: "CONV_UniversLTStd-BoldCn";
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  font-smoothing: antialised;
  -webkit-font-smoothing: antialised; }
  .rsvp-button:hover {
    color: #fff; }

.locations {
  width: 100%; }

.location {
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  vertical-align: top; }

.place {
  font-size: 20px;
  color: #3b5854; }

.coming-soon-text {
  font-size: 20px;
  color: #3b5854;
  font-weight: bold; }

.closing-statement {
  max-width: 350px;
  color: #3b5854;
  font-weight: bold; }

.closing-logo {
  max-height: 80px;
  max-width: 150px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .roadshow-header .h1-global, .roadshow-header .h1-roadshow {
    font-size: 35px; }
  .locations {
    margin-left: -5px; }
  .location {
    width: 50%;
    padding-left: 5px; }
  .heading {
    width: 100%;
    margin-top: 30px; }
  .img-heading.img {
    position: static;
    width: 100%; } }

form input[type="submit"],
form button[type="submit"] {
  background: #3b5854;
  color: white;
  text-transform: uppercase;
  padding: 8px 20px;
  min-width: 150px; }

.guest-form,
.user-form {
  max-width: 480px; }

.form-heading {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #3b5854;
  padding: 21px 0;
  font-weight: bold; }

@media (max-width: 1000px) {
  .roadshow {
    padding: 0 30px; } }
