:root {
  --light-gray: #d6d6d6;
  --dim-gray: #5e5e5e;
  --dark-slate-gray: #333;
  --pale-goldenrod: #dbcfa7;
  --dark-slate-gray-2: #2a2b36;
  --dark-slate-gray-3: #343542;
  --wheat: #e8dbae;
  --dark-slate-gray-4: #3e404f;
  --dark-gray: #999;
  --dark-slate-gray-5: #3e415c;
  --black: #1b1c24;
  --slate-gray: #757996;
  --dark-slate-gray-6: #282f35;
  --dark-slate-gray-7: #1f2429;
  --dim-gray-2: #50606e;
  --gray: #8a8a8a;
  --white-smoke: #f7f7f7;
  --dodger-blue: #308dff;
}

body {
  color: #333;
  padding-top: 55px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #5e5e5e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #7a7a7a;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

a {
  color: #00e;
}

a.w--current {
  background-color: #fff;
  position: fixed;
}

.button {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  width: 200px;
  margin: 25px auto 24px;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s ease-in;
  display: block;
}

.button:hover {
  color: #2a2b36;
  background-color: #fff;
  font-weight: 400;
  transition-property: none;
  transition-timing-function: ease;
}

.button.primary {
  color: #333;
  border-color: #3e404f;
  transition: background-color .4s ease-in, color .4s;
}

.button.primary:hover {
  color: #fff;
  background-color: #3e404f;
}

.button.cta {
  background-color: #0000;
  border-radius: 5px;
  width: 250px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .4s ease-in, color .4s;
}

.button.cta:hover {
  color: #fff;
  background-color: #308dff;
  font-size: 16px;
}

.button.footer-btn {
  margin-left: 0;
  margin-right: 0;
}

.button.footer-btn:hover {
  background-color: #e8dbae;
  border-bottom-color: #dbcfa7;
}

.button.footer-btn:focus {
  border-bottom-color: #e8dbae;
}

.hero {
  float: none;
  clear: none;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/downtown-miami.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  transition: text-shadow .2s;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.nav {
  z-index: 9998;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.nav-link {
  color: #7a7d94;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 17px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: #474c75;
}

.nav-link.w--current {
  color: #757996;
  letter-spacing: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  position: static;
}

.nav-link.w--current:hover {
  position: static;
}

.hero-content {
  background-color: #0000;
  padding: 30px;
  position: relative;
  top: 67px;
  left: 0;
  right: 0;
}

.hero-content:hover {
  background-color: #0000;
}

.hero-header {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: freight-big-pro, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  list-style-type: none;
}

.hero-preheader {
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  list-style-type: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: visible;
}

.section.gold {
  background-image: linear-gradient(130deg, #e8dbae, #9fd2ff 98%);
  overflow: visible;
}

.section-head {
  color: #5e5e5e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: freight-big-pro, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}

.section-head.white {
  color: #fff;
  margin-bottom: 25px;
}

.blockquote {
  color: #8a8a8a;
  letter-spacing: 0;
  text-transform: none;
  border-left: 5px solid #dbcfa7;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 50px 0 50px 45px;
  font-family: freight-big-pro, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

.blockquote.contact {
  color: #fdfdfd;
}

.blockquote.error {
  color: #ffbebe;
  border-left-width: 4px;
  border-left-color: #ff7c7c;
}

.scroll {
  margin: 20px auto;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.landing-btn {
  background-color: #0000;
  transition: background-color .5s ease-in, color .5s;
}

.thumbnail-description {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.thumbnail {
  background-color: #fff;
  border-bottom: 2px solid #5e5e5e59;
  padding: 15px 15px 20px;
}

.service-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thumbnail-header {
  color: #50606e;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.thumbnail-row {
  margin-bottom: 20px;
}

.client-link {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
  display: block;
}

.client-logo {
  max-width: 180px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.client-logo.vibiiologo {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-left: 33px;
}

.client-logo.vibiiologo.illumina {
  margin-top: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.client-logo.trip2 {
  margin-top: 15px;
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 8px;
}

.client-logo.vantagelogo {
  margin-top: 50px;
}

.footer {
  color: #d6d6d6;
  background-color: #282f35;
  border-bottom: 5px solid #e8dbae;
  padding-top: 0;
  padding-bottom: 0;
}

.gmap {
  height: 300px;
}

.footer-header {
  text-align: center;
  text-transform: none;
  border-bottom: 2px solid #e8dbae99;
  margin-top: 0;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-labels {
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-input {
  background-color: #1f2429;
  border: 0 solid #000;
  margin-bottom: 15px;
  padding: 22px 15px;
}

.form-input:hover {
  border-bottom-color: #dbcfa7;
}

.form-input:focus {
  border-width: 1px 1px 2px;
  border-color: #e8dbae;
}

.form {
  padding-left: 10px;
}

.copyright {
  color: #50606e;
  text-align: center;
  margin-bottom: 5px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.post-box {
  width: 100%;
  height: 300px;
  padding: 15px;
  overflow: hidden;
}

.category {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px #0003;
  border-bottom: 2px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 11px;
  padding: 6px 10px 5px;
  font-family: Inconsolata, monospace;
  position: absolute;
}

.postimage {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}

.postthumb {
  width: 100%;
  margin-bottom: 20px;
}

.authorimage {
  float: left;
  border-radius: 100%;
}

.datecreated {
  float: right;
  color: #a3a3a3;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.authorname {
  float: left;
  color: #a3a3a3;
  margin-top: 20px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.postcont {
  padding: 0 20px;
}

.postwrapper {
  background-color: #fff;
  padding: 15px;
}

.wrapit {
  border-bottom: 2px solid #0000000d;
  border-left: 1px solid #0000000d;
  border-right: 1px solid #0000000d;
}

.overlay {
  color: #fff;
  background-image: url('../images/downtown-miami.jpg');
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.overlay.blur {
  text-align: center;
  width: 120%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -18px 0 0 -51px;
}

.success-msg, .error-msg {
  background-color: #0000;
}

.lgoo {
  color: #414141;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 4px;
  font-family: freight-big-pro, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.logomark {
  opacity: .9;
  padding: 25px;
}

.contactoverlay {
  z-index: 9999;
  text-align: center;
  background-color: #000c;
  height: 100%;
  padding-top: 90px;
  display: none;
  position: fixed;
  inset: 0;
}

.signupwrapper {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.field {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  height: 50px;
  margin-top: 10px;
}

.textfield {
  border-style: none none solid;
  border-color: #999;
  border-bottom-width: 1px;
  min-height: 50px;
  margin-top: 15px;
}

.contactsubmit {
  background-color: #3e404f;
  background-image: linear-gradient(#ffffff1a, #0000);
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.close {
  color: #b1b1b1;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Varela, sans-serif;
  text-decoration: none;
  display: block;
}

.paragraph, .paragraph-2 {
  text-align: center;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  text-align: left;
  position: fixed;
  inset: auto 0% 0%;
}

.siteaudit {
  background-color: #fff;
  padding: 20px;
}

.siteaudittitle {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.clients-flex {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.intro-heading {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10em;
  font-weight: 800;
  line-height: 1em;
}

.site-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

html.w-mod-js [data-ix="modal"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .navbar {
    overflow: visible;
  }

  .nav {
    clear: right;
    display: block;
  }

  .nav-link:hover {
    color: #50606e;
  }

  .hero-header {
    text-align: center;
    font-size: 56px;
    line-height: 64px;
  }

  .hero-preheader {
    text-align: center;
  }

  .blockquote {
    padding: 30px;
    font-size: 50px;
  }

  .thumbnail {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-header {
    display: block;
  }

  .menu-btn {
    margin-top: 0;
    padding: 10px;
  }

  .menu-btn.w--open {
    float: right;
    padding-top: 10px;
    padding-bottom: 9px;
    display: block;
  }

  .icon {
    font-size: 36px;
  }

  .overlay {
    opacity: .85;
    background-color: #0009;
    transition-property: none;
  }

  .siteaudit {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  p {
    width: 90%;
  }

  .button.primary {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .hero {
    height: auto;
  }

  .nav {
    clear: right;
    background-color: #3e404f;
    width: 100%;
    position: relative;
  }

  .nav-link {
    color: #d6d6d6;
    display: inline-block;
  }

  .nav-link.contactlink {
    color: #d6d6d6;
  }

  .nav-link.contactlink:hover {
    color: #dbcfa7;
  }

  .hero-content {
    padding-top: 20px;
    top: 21px;
  }

  .hero-header {
    font-size: 46px;
    line-height: 52px;
  }

  .hero-preheader {
    letter-spacing: 7px;
    font-size: 24px;
  }

  .blockquote {
    width: 93%;
  }

  .scroll {
    margin-bottom: 30px;
  }

  .menu-btn.w--open {
    color: #fff;
    background-color: #3e404f;
  }

  .overlay {
    height: 300px;
  }

  .logomark {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 55px;
  }

  p {
    width: 90%;
  }

  .button.cta {
    width: 275px;
    margin-top: 10px;
    font-size: 16px;
  }

  .button.footer-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    height: auto;
  }

  .hero.blur {
    position: static;
  }

  .navbar {
    z-index: 9998;
  }

  .brand {
    width: 60%;
    margin-top: 12px;
  }

  .nav {
    float: right;
    clear: right;
    background-color: #1f2429;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: inline-block;
  }

  .nav-link {
    color: #d6d6d6;
    text-align: right;
    display: block;
  }

  .nav-link:hover {
    color: #e8dbae;
    border-bottom-color: #e8dbae;
  }

  .hero-content {
    padding: 10px;
    top: 25px;
  }

  .hero-header {
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .hero-preheader {
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 32px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blockquote {
    width: 97%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 52px;
    line-height: 52px;
  }

  .thumbnail {
    width: 80%;
  }

  .client-logo {
    padding-bottom: 0;
  }

  .client-logo.vibiiologo {
    margin-bottom: 7px;
    margin-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .form {
    padding-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .menu-btn {
    z-index: 9999;
    position: relative;
    top: 0;
    right: 0;
  }

  .menu-btn.w--open {
    z-index: 9999;
    float: right;
    background-color: #1f2429;
    position: relative;
  }

  .overlay {
    top: 97px;
  }

  .overlay.blur {
    position: absolute;
  }

  .logomark {
    max-width: 71%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contactoverlay {
    padding-top: 10px;
  }

  .signupwrapper {
    width: 95%;
    padding: 10px;
  }

  .successmsg {
    background-color: #0000;
    border-bottom: 2px solid #3e404f;
  }

  .errormsg {
    background-color: #970f0f00;
    border-bottom: 2px solid #ac3232;
  }

  .siteaudittitle {
    font-size: 18px;
  }
}


