@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font: normal 18px/1.65 Raleway, sans-serif; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #fff;
  text-decoration: underline; }

h1 {
  margin: 0 0 10px;
  font-size: 44px;
  font-family: Dosis, sans-serif;
  text-transform: uppercase;
  text-align: center; }

h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-family: Dosis, sans-serif;
  text-transform: uppercase; }

h3 {
  margin: 0 0 20px;
  font-size: 32px;
  font-family: Dosis, sans-serif;
  text-transform: uppercase;
  text-align: center; }

label {
  font-size: 14px; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 2px; }

select {
  height: 37px; }

button {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  font-size: 24px;
  font-weight: 700;
  background: #90ae50;
  border: none;
  border-radius: 3px;
  color: #fff;
  transition: background 150ms ease-in-out; }
  button:hover {
    background: #738b40; }

header {
  padding: 10px 0; }

section {
  padding: 60px 0; }
  section:nth-child(odd) {
    background-color: #f2f3f5; }
  section #optForm1, section #optForm2 {
    display: none; }
  section.hero {
    background: url(../images/hero.png) no-repeat center center/cover;
    color: #fff; }
    section.hero h1 {
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
    section.hero .subheadline {
      margin: 0 0 20px;
      font-size: 20px;
      text-align: center;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
    section.hero .video-track {
      border: 10px solid #fff;
      border-radius: 5px; }
    section.hero #optForm1, section.hero #optForm2 {
      display: none; }
    section.hero #HBBDiv, section.hero #businessOppText {
      display: none; }
    section.hero #prev-opp label {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 18px; }
    section.hero #businessOppSelect {
      margin: 0; }
    section.hero hr {
      margin-top: 25px;
      border-color: rgba(255, 255, 255, 0.2); }
    section.hero #biz-opps {
      margin-bottom: 10px; }
      section.hero #biz-opps label {
        display: block;
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px; }
      section.hero #biz-opps input {
        margin-right: 5px;
        margin-bottom: 10px;
        transform: translateY(3px); }
    section.hero #form-wrap {
      background: #0e4f5d;
      padding: 20px 40px 30px;
      border-radius: 5px; }
      section.hero #form-wrap form #note {
        font-size: 13px; }
        section.hero #form-wrap form #note input {
          transform: translate(-5px, 2px); }
        section.hero #form-wrap form #note a {
          color: #fff;
          text-decoration: underline; }
      section.hero #form-wrap form button {
        margin-top: 10px; }
      section.hero #form-wrap form img {
        display: none; }
  section.image-right img, section.image-left img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  section.full {
    background: url(../images/full-bg.png) no-repeat center center/cover;
    font-size: 28px;
    font-weight: 700;
    color: #fff; }
  section.cta, section.intro {
    background: #fff;
    font-size: 24px; }
    section.cta button, section.intro button {
      margin-top: 30px; }
    section.cta p:last-of-type, section.intro p:last-of-type {
      margin-bottom: 0; }

footer {
  padding: 20px 0;
  background: #0e4f5d;
  color: #fff; }
  footer p {
    margin: 0;
    font-size: 14px; }

#loadingGraphic {
  display: none;
  padding: 2px 0 3px; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #90ae50;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #90ae50;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #90ae50;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #90ae50;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (max-width: 1199px) {
  h1 {
    font-size: 36px; } }

@media (max-width: 991px) {
  section.hero #form-wrap {
    margin-top: 20px; }
  section.image-right img, section.image-left img {
    margin-bottom: 40px; }
  section.full {
    font-size: 22px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  button {
    font-size: 20px; }
  section.full {
    font-size: 18px; }
  section.cta {
    font-size: 18px; } }
