@charset "UTF-8";
/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");
html {
  height: 100%;
}

body {
  font-family: 'MuseoSans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-bottom: 70px;
  min-height: 100%;
}

@media screen and (min-width: 480px) {
  body {
    padding-bottom: 50px;
  }
}

.et_pb_fullwidth_header {
  padding: 110px 0;
}

.et_pb_fullwidth_header h1 {
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .et_pb_fullwidth_header h1 {
    font-size: 50px;
  }
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_fullwidth_header_subhead {
  background-color: #5FB3FB;
  color: white;
  line-height: 1.2;
  max-width: 465px;
  padding: 10px 10px 8px;
  font-size: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container h1 + .et_pb_fullwidth_header_subhead {
  margin-top: 15px;
}

blockquote {
  border: none;
  color: #262E40;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
}

blockquote:before {
  color: #5FB3FB;
  content: '“';
  font-size: 100px;
  left: 0;
  line-height: 0.3;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

blockquote p:not(:last-of-type) {
  margin-bottom: 1em;
}

body .et_pb_button {
  font-size: 100% !important;
}

@media (min-width: 981px) {
  .main-content > .et_pb_column:first-of-type,
  .main-content > .et_pb_row > .et_pb_column:first-of-type {
    width: 64.833%;
    margin-right: 5.5%;
  }
}

@media (min-width: 981px) {
  .main-content > .et_pb_column:last-of-type,
  .main-content > .et_pb_row > .et_pb_column:last-of-type {
    width: 29.666%;
  }
}

#main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.et_pb_main_blurb_image {
  margin-bottom: 5px;
  max-width: 126px;
  margin-left: auto;
  margin-right: auto;
}

.et_pb_blurb_container h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.et_pb_blurb_content {
  word-wrap: initial;
}

.how-it-works {
  position: relative;
  overflow: hidden;
}

.how-it-works img {
  z-index: 1;
}

.how-it-works:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #5FB3FB), color-stop(0%, white));
  background-image: -o-linear-gradient(#5FB3FB 80%, white 0%);
  background-image: linear-gradient(#5FB3FB 80%, white 0%);
  background-position: right;
  background-repeat: repeat-y;
  background-size: 20px 20px;
  content: '';
  height: 100%;
  left: 20%;
  position: absolute;
  top: 0;
  width: 2px;
}

.how-it-works .et_pb_blurb_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  max-width: 100%;
  text-align: left;
}

.how-it-works .et_pb_main_blurb_image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 0;
  max-width: none;
  padding: 0 10px;
}

.how-it-works .et_pb_blurb_container {
  font-size: 16px;
  line-height: 1;
}

.how-it-works h4 {
  text-align: left;
}

.how-it-works .first-blurb .et_pb_blurb_content {
  position: relative;
}

.how-it-works .first-blurb .et_pb_blurb_content:before {
  content: '';
  position: absolute;
  left: 20%;
  width: 2px;
  height: 100%;
  top: -100%;
  background-color: white;
}

.how-it-works .last-blurb .et_pb_blurb_content {
  position: relative;
  margin-bottom: 0;
}

.how-it-works .last-blurb .et_pb_blurb_content:before {
  content: '';
  position: absolute;
  left: 20%;
  width: 2px;
  height: 100%;
  top: 50%;
  background-color: white;
}

.how-it-works .first-blurb .et_pb_main_blurb_image,
.how-it-works .fourth-blurb .et_pb_main_blurb_image {
  position: relative;
}

.how-it-works .first-blurb .et_pb_main_blurb_image:before,
.how-it-works .fourth-blurb .et_pb_main_blurb_image:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #5FB3FB), color-stop(0%, white));
  background-image: -o-linear-gradient(left, #5FB3FB 80%, white 0%);
  background-image: linear-gradient(to right, #5FB3FB 80%, white 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20px 20px;
  content: '';
  height: 2px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: calc(50% - 1px);
  width: 50%;
  z-index: 1;
}

.how-it-works .first-blurb .et_pb_main_blurb_image:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #5FB3FB), color-stop(0%, white));
  background-image: -o-linear-gradient(#5FB3FB 80%, white 0%);
  background-image: linear-gradient(#5FB3FB 80%, white 0%);
  background-position: right;
  background-repeat: repeat-y;
  background-size: 20px 20px;
  content: '';
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: calc(50%);
  width: 2px;
}

.how-it-works .fourth-blurb .et_pb_main_blurb_image:after {
  background-color: white;
  content: '';
  height: 100vh;
  left: 0;
  position: absolute;
  top: calc(50%);
  width: 2px;
}

h1 + h2 {
  color: #5FB3FB;
  font-size: 30px;
  line-height: 1.15;
}

@media screen and (min-width: 980px) {
  h1 + h2 {
    font-size: 35px;
  }
}

b, strong {
  color: #262E40;
}

.home h2 {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .home h2 {
    font-size: 35px;
  }
}

.entry-content ol {
  list-style-position: outside;
  padding-left: 1em;
}

.entry-content ol li {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .entry-content ol li {
    padding-left: 20px;
  }
}

.entry-content h3 {
  font-size: 100%;
  padding-bottom: 5px;
}

.entry-content a {
  font-weight: bold;
}

#logo {
  max-width: 100% !important;
  max-height: 100% !important;
}
