@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:700i|Fira+Sans:400,400i,500i,700|Montserrat:400,700&display=swap");
body {
  font: normal 18px/1.8 "Fira Sans", sans-serif;
  letter-spacing: -0.5px;
  color: #2e3192;
  background: #8560a8; }

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

::placeholder {
  color: #7677b5;
  opacity: 1;
  /* Firefox */ }

h1 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700; }
  h1 span {
    color: #e5d0fa; }

h2 {
  margin-bottom: 10px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 44px;
  font-weight: 700;
  font-style: italic; }

h3 {
  margin: 10px 0 20px;
  font-size: 26px;
  font-weight: 500;
  font-style: italic; }

label {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4; }
  label.not-b {
    font-weight: 400; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  height: 38px;
  margin: 0 auto 10px;
  width: 100%;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 7px;
  border: 2px solid #8560a8;
  color: #2e3192; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus {
    border-color: #2e3192;
    outline: none; }

hr {
  margin: 10px 0 20px; }

#button-bar button {
  float: right; }
  #button-bar button:first-of-type {
    float: left; }

button {
  display: block;
  background: #8560a8;
  padding: 0 20px;
  font-size: 22px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 7px;
  border: none; }
  button:hover {
    background: #9e81ba; }
  button.disabled {
    cursor: not-allowed;
    background: #c0abcf; }
    button.disabled:hover {
      background: #c0abcf; }

header {
  padding: 30px 0;
  background: #8560a8;
  color: #fff; }

section {
  padding: 60px 0;
  background: #fff; }
  section#hero {
    padding: 0;
    background: #f1f1f1;
    height: 400px; }
    section#hero h2 {
      font-size: 62px; }
    section#hero .row > div:first-of-type {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 10; }
    section#hero img {
      float: right;
      height: 400px;
      margin-right: -180px; }
  section#s1 {
    height: 415px; }
    section#s1 ul {
      margin-bottom: 0;
      font-size: 22px; }
    section#s1 form {
      margin: -100px 0 60px;
      padding: 20px 30px;
      border-radius: 5px;
      background: #fff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
      section#s1 form .sub-p {
        background: #8560a8;
        color: #fff;
        margin: -20px -30px 20px;
        padding: 10px 0;
        border-radius: 5px 5px 0 0;
        font-weight: 700;
        text-align: center; }
      section#s1 form button {
        margin: 10px auto 0; }
      section#s1 form img {
        display: none; }
  section#s2 {
    background: #8560a8;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    color: #fff; }
    section#s2 .quote {
      display: inline-block;
      vertical-align: bottom;
      height: 0;
      font-size: 164px;
      letter-spacing: -10px;
      line-height: 44px; }
    section#s2 p:last-of-type {
      margin-bottom: 0; }
    section#s2 #quote-l {
      margin-right: 10px; }
    section#s2 #quote-r {
      line-height: 70px; }
  section #note {
    margin: 0;
    font-size: 14px; }
    section #note input {
      margin-right: 5px;
      transform: translateY(1px); }
  section #optForm1, section #optForm2 {
    display: none; }
  section #HBBDiv, section #businessOppText {
    display: none; }
  section #prev-opp label {
    font-weight: 400;
    font-size: 18px; }
  section #biz-opps {
    margin-top: 5px; }
    section #biz-opps label {
      display: block;
      margin-bottom: 5px;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      cursor: pointer; }
    section #biz-opps input {
      margin-right: 5px;
      margin-bottom: 10px;
      transform: translateY(1px); }

#loadingGraphic {
  display: none;
  float: right;
  margin: -13px 0;
  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: #8560a8;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #8560a8;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #8560a8;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #8560a8;
        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) {
  h2 {
    font-size: 32px; }
  section#hero h2 {
    font-size: 60px; }
  section#hero img {
    margin-right: -220px; }
  section#s1 {
    height: 455px; }
    section#s1 ul {
      font-size: 20px; } }

@media (max-width: 991px) {
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 26px; }
  section#hero h2 {
    line-height: 1.1; }
  section#s1 {
    height: auto; }
    section#s1 ul {
      font-size: 18px; }
    section#s1 form {
      margin: 20px 0; }
  section#s2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  section {
    padding: 40px 0; }
    section#hero {
      height: auto;
      padding: 60px 0 0; }
      section#hero h2 {
        font-size: 50px; }
      section#hero img {
        float: none;
        height: 200px;
        margin-top: 20px;
        margin-right: 0;
        margin-left: -40px; } }
