:root {
  --blue:       #1E70B9;
  --red:        #E40E16;
  --yellow:     #FCDA19;
  --black:      #000000;
  --white:      #ffffff;
  --offwhite:   #fbfbfb;
}


.offwhite-bg {
  background-color: var(--offwhite);
}
.script {
  font-family: 'Parisienne', cursive;
  font-weight: bold;
  font-size: 2rem;
}
.blue {
  color: var(--blue);
}
.media-image, .media-text {
  justify-content: flex-start;
}
.frame-wrap {
  position: relative;
  padding-bottom: 56.25%;
  border: 10px solid var(--black);
}
.frame-wrap iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
footer .button-wrap .btn {
  margin-bottom: 2rem;
}
footer .button-wrap:last-child .btn {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
  display: block !important;
  font-size: 0.85rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
}
div#input_1_5 > div, div#input_2_5 > div {
  margin: 0 auto;
}
.at .at-steps a, .at .at-steps b {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.at form {
  background-color: #fbfbfb !important;
}
section.at-inner {
  padding: 0 !important;
  background-color: transparent !important;
}
.multistep-layout.split-layout .HeaderHtml h1, .multistep-layout .HeaderHtml h1 {
  background-color: transparent !important;
}
ul {
  padding-left: 1rem;
}


@media screen and (max-width: 767px) {
  nav.navbar .navbar-brand img {
    max-height: 2.5rem;
  }
  .main-banner {
    background-position: -200px top;
  }
  .main-banner .container h1 {
    font-size: 1.5rem;
  }
  .main-banner .container font {
    font-size: 0.85rem;
  }
}







