/* ALL */

.body,
body p {
  font-size: 14px;
  line-height: normal;
  color: #544741;
}

.spb-row-full-width,
.spb-row-content-width {
  box-shadow: none;
  box-shadow: none;
}

.borderless {
  margin: 0;
  border-width: 0;
  padding: 0;
}

.borderless-padding {
  margin: 0;
  border-width: 0;
  padding: 30px;

  /* background-color: #0081c7; */
}

.container-fluid div.row {
  display: box;
  display: flex;
  display: flexbox;
  display: flex;

  /* flex-direction: column; */
  justify-content: flex-start;

  /* align items in Main Axis */
  align-items: stretch;

  /* align items in Cross Axis */
  align-content: stretch;

  /* Extra space in Cross Axis */
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 0 !important;

  /* counteract the -15px from responsive.css */
}

.section-header p {
  font-size: 200%;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #0081c7;
  text-align: center;
  line-height: normal;
  margin-top: 10px;
}

.section-header.section-header-white p {
  color: white;
}

/* removes padding on small screens to allow more content */
.fw-row > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.inner-page-wrap {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  /* override .spb_content_element */
  .spb-row-container.spb-row-full-width div.spb_content_element {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* override .spb_content_element */
  .spb-row-container.spb-row-full-width div.joinUsButton.heroButton {
    margin: auto !important;
  }
}

/* HERO */

.hero div.row {
  flex-wrap: row;
}

.hero div.row p {
  background-color: transparent;
}

.heroTextContainer {
  background: linear-gradient(to top right, #0081c7, #00b7e5);
  width: 100%;
}

.heroTextContainer > div.spb_wrapper {
  /* float: right;
        margin-left: auto; */

  /* height: 465px; */

  /* width: 532.5px; */
  max-width: 650px;
  margin: auto;
  display: box;
  display: flex;
  display: flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  height: 550px;
  align-content: center;
}

.heroText p {
  font-size: 350%;

  /* font-size: 5.5vw; */
  line-height: 120%;
  color: white;
  font-weight: bold;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
}

.heroSub p {
  font-size: 250%;

  /* font-size: 3.75vw; */
  line-height: 120%;
  font-family: "Ubuntu Regular", "Source Sans Pro", sans-serif;
  color: white;
}

@media screen and (max-width: 1199px) {
  .heroText p {
    font-size: 250%;
  }

  .heroSub p {
    font-size: 150%;
  }

  .heroTextContainer > div.spb_wrapper {
    max-width: 390px;
    min-height: 425px;
    height: 425px;
  }
}

@media screen and (max-width: 949px) {
  .heroText p {
    font-size: 200%;
  }

  .heroSub p {
    font-size: 125%;
  }

  .heroTextContainer > div.spb_wrapper {
    max-width: 320px;
    min-height: 325px;
    height: 325px;
  }
}

@media screen and (max-width: 767px) {
  div.heroTextContainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heroTextContainer > div.spb_wrapper {
    min-height: 275px;
    height: 375px;
    width: auto;
    margin: 0 !important;
    max-width: none;
  }

  .heroText p {
    font-size: 250%;
  }

  .heroSub p {
    font-size: 150%;
  }
}

.hero.container-fluid div.row {
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .heroImageContainer {
    display: none;
  }
}

.makeImageIntoBackground {
  background-repeat: no-repeat;
  background-size: 100%;

  /* -moz-background-size: 100%;
        -webkit-background-size: 100%; */
}

.heroImageContainer {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (max-width: 767px) {
  .hero div.row {
    flex-wrap: wrap-reverse;
  }

  .heroText {
    text-align: center;
  }

  .heroSub {
    text-align: center;
  }
}

/* BUTTON */

a.joinUsButton.sf-button {
  /* background-color: #0081c7; */
  font-size: 100%;
  line-height: 100%;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  text-align: center;
}

.joinUsButton.sf-button {
  background-color: #9bc23b;

  /* font-size: 100%; */
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  color: white;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.joinUsButton.sf-button:hover {
  background-color: #5a7931;
}

.joinUsButton {
  text-align: center;
}

.joinUsButton.heroButton {
  /* text-align: left; */
  font-size: 100%;
}

.spb-row-container.spb-row-full-width div.joinUsButton.heroButton {
  margin: auto !important;

  /* override .spb_content_element */
}

@media screen and (max-width: 479px) {
}

a.learn-more-button.sf-button {
  background-color: white;
  font-size: 100%;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  color: #9bc23b !important;
  border-style: solid;
  border-radius: 5px;
  border-radius: 5px;
  border-color: #9bc23b;
  border-width: 3px;
  box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.learn-more-button.sf-button:hover {
  background-color: #9bc23b;
  color: white !important;
}
