body {
  background: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BrandonText', sans-serif;
  font-weight: bold;
  font-weight: 900;
  font-style: normal; }

.branding a img {
  width: 100%;
  height: auto; }

.text-blue {
  color: #0084EC !important; }

.text-green {
  color: #e5e833 !important; }

.flex-content {
  padding: 1em;
}

.flex-img-01 {
  background: url(https://www.cvent.com/sites/default/files/image/2019-11/transition-1%402x.jpg) 50% 50% no-repeat/cover;
  width: 100%;

  padding-top: 10%;
  margin-top: 3em;
}

@media (min-width: 768px) {
  .flex-img-01 {
    margin-top: 4em;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .flex-img-01 {
    margin-top: 0;
    height: 90vh;
    min-height: 700px;
    padding-top: 4em;
  }
}

.page--thank-you .flex-img-01 {
  margin-top: 0;
  min-height: 300px;
}

.flex-blue-box {
  background: #0084EC;
  padding: 2em;
  -webkit-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  max-width: 600px;
}

@media (min-width: 768px) {
  .flex-blue-box {
	-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}

@media (min-width: 992px) {
  .flex-blue-box {
	-webkit-transform: translate3d(-100px, 50px, 0);
    -ms-transform: translate3d(-100px, 50px, 0);
    transform: translate3d(-100px, 50px, 0);
  }
}

.flex-form h2 {
  margin-top: 0;
}

#mkto_button {
  margin-top: 20px;
}


.page--video .flex-video {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.35);
  width: 100%; }


  .flex-form .contact-label {
    color: #fff; }


.btn-primary,
     #mkto_form #mkto_submit {
      background: #e5e833;
      color: #444; }
      .btn-primary:hover,
      #mkto_form #mkto_submit:hover {
        background: #d8db1b;
        color: #444; }


.callout-banner {
	padding-bottom: 1em;
  padding-top: 2em;
	text-align: center;
}

.footer--lp .copyright {
	text-align: center;
}

.video-bg {
  background: url(https://www.cvent.com/sites/default/files/image/2019-10/video-bg.jpg) 50% 50% no-repeat/cover;
  padding: 8em 0;
}

@media (min-width: 992px) {
  .video-bg {
    background-size: contain;
    padding: 10em 0;
  }
}

/*# sourceMappingURL=flex-landing-page.css.map */
