.navbar {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 5px 30px;
  border-bottom: 5px solid #00afef;
  background-color: #fff;
}

.nav-link {
  padding: 15px;
  font-family: Lato, sans-serif;
  color: #333132;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #85c63f;
}

.brand {
  width: 255px;
}

.nav-menu {
  padding-top: 11px;
}

.hero-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  margin-top: 71px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px none #6a52a2;
  background-image: url('../images/shutterstock_1379884751.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

p.disclaimer {
    position: relative;
    top: 200px;
    font-weight: 500;
}

.worth-section {
  padding: 100px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 175, 239, 0.87) 58%, rgba(0, 175, 239, 0.2)), url('../images/bluetriangles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.worth-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 31px;
  font-family: Lato, sans-serif;
  color: #00afef;
  font-size: 40px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.paragraph {
  margin-bottom: 37px;
  font-family: Lato, sans-serif;
  color: #333132;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.paragraph.white {
  color: #fff;
}

.button {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #00afef;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.33);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #85c63f;
}

.button.hero {
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 6px;
  background-color: #00afef;
  font-size: 15px;
  font-weight: 700;
}

.button.hero:hover {
  background-color: #6a52a2;
}

.button.hero._2 {
  background-color: #6a52a2;
}

.button.hero._2:hover {
  background-color: #00afef;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-bottom: 143px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #333132;
  font-size: 45px;
  font-weight: 300;
}

.heading-3-copy {
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  color: #6a52a2;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sm-cta-section {
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 82, 162, 0.55)), to(rgba(106, 82, 162, 0.55))), url('../images/horizon.jpg');
  background-image: linear-gradient(180deg, rgba(106, 82, 162, 0.55), rgba(106, 82, 162, 0.55)), url('../images/horizon.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sm-cta-wrapper {
  text-align: center;
}

.sm-cta-headline {
  width: 75%;
  margin: 0px auto 40px;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: none;
}

.sm-cta-headline.dark {
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.columns-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.sm-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00afef;
  font-size: 40px;
  font-weight: 300;
}

.best-section {
  height: auto;
  min-height: 600px;
  padding: 150px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/shutterstock_1715584159.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/shutterstock_1715584159.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.testimonial-section {
  height: auto;
  min-height: 200px;
  padding: 100px 100px 100px 50px;
  background-color: #000;
}

.block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.69);
}

.text-block {
  color: #f6f6f6;
  font-size: 25px;
  line-height: 30px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: -1px;
}

.paragragh-copy {
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 4px solid #512c7e;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-shadow: none;
}

.paragragh-copy.nobar {
  padding-left: 0px;
  border-left-style: none;
  font-weight: 300;
}

.works-section {
  padding: 150px 100px;
  float: none;
  background-color: #fff;
}

.whatis-paragraph {
  width: auto;
  margin-bottom: 31px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.results-head-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 80px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00afef;
  text-align: center;
}

.h2-centered {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.text-regular-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.text-regular-2.center {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.left-image-div {
  width: 50%;
  background-image: url('../images/surfer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-regular {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.results-section {
  padding-top: 0px;
}

.right-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

.h2-secondary {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3c3a3a;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.right-image-div {
  width: 50%;
  background-image: url('../images/skier.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-image-div.rafter {
  background-image: url('../images/phone.jpg');
}

.right-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  background-color: transparent;
}

.video-holder {
  width: 550px;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 50px;
  float: right;
  background-color: #fff;
}

.contact-section {
  height: auto;
  padding: 150px 100px 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/blacktriangles.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/blacktriangles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.self-test-section {
  padding: 100px;
  background-color: #f6f6f6;
}

.test-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 800px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.form_wrapper {
  width: 45%;
}

.wrapper_div {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.wrapper_div.flex._2 {
  width: 100%;
  max-width: 1170px;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.address_text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.1em;
}

.text_field {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  color: #fff;
  font-size: 1.1em;
}

.text_field:hover {
  border-color: hsla(0, 0%, 100%, 0.9);
}

.text_field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text_field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text_field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text_field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.location_name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}

.text_area {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  color: #fff;
  font-size: 1.1em;
}

.text_area:hover {
  border-color: hsla(0, 0%, 100%, 0.9);
}

.text_area::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text_area:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text_area::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text_area::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.locations_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location_div {
  width: 100%;
}

.phone_link {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #00afef;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.phone_link:hover {
  color: #fff;
}

.locations_headline {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #00afef;
  font-size: 2em;
}

.footer_text {
  margin-bottom: 10px;
  padding-left: 0px;
  color: #dcddde;
  text-align: center;
}

.div-block-12 {
  position: absolute;
  left: auto;
  top: 76px;
  right: 30px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #00afef;
  background-image: url('../images/phonecircle_1phonecircle.png');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.div-block-12:hover {
  background-color: #85c63f;
}

.text-block-2 {
  margin-left: 37px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: -6px;
}

.testimonial-cta-section {
  padding: 0px;
  background-color: #f6f6f6;
}

.test-cta-arapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-5 {
  height: auto;
  max-width: 100%;
  margin-right: 100px;
}

.test-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-name {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #00afef;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.test-text {
  margin-bottom: 15px;
  color: #333132;
  font-size: 17px;
  line-height: 24px;
}

.test-text.centered {
  color: #fff;
  text-align: center;
}

.slider {
  width: 100%;
  height: auto;
  padding-bottom: 45px;
  background-color: transparent;
}

.test-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 150px;
  height: 150px;
  margin-bottom: 21px;
  border-radius: 50%;
}

.mask {
  height: auto;
}

.icon {
  opacity: 0.5;
}

.icon-2 {
  opacity: 0.5;
}

.title {
  margin-bottom: 15px;
  color: #85c63f;
  font-size: 17px;
}

.calendar-section {
  padding: 100px;
}

.calendar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yelp-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 125px;
}

.image-10 {
  width: 125px;
  margin-right: 15px;
}

.yelp-block {
  margin-top: 10px;
}

.image-11 {
  margin-bottom: 9px;
}

.stats-section {
  padding: 50px;
  background-color: #fff;
}

.topline-h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #00afef;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #dcddde;
  border-left: 1px solid #dcddde;
}

.heading-white {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  color: #333132;
  font-size: 40px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text-block-4 {
  color: #333132;
  text-align: center;
}

.image-12 {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
}

.contacts-section {
  padding: 100px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 58%, hsla(0, 0%, 100%, 0.61)), url('../images/greytrianglessmall-sm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.image-13 {
  width: auto;
  height: 25px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.image-13.bigger {
  height: 50px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#sb-wrapper {
  top: 1vh !important;
}

#sb-wrapper-inner {
  height: 92vh !important;
}

.button.blue{
  background-color: #00afef;
}

.button.blue:hover {
  background-color: #6a52a2;
}

.button.purple{
  background-color: #6a52a2;
}

.button.purple:hover {
  background-color: #00afef;
}

@media screen and (max-width: 1278px) {
  .div-block-12{
    top: 138px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    border-bottom-style: none;
    background-position: 100% 0%;
  }
  .worth-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #00afef 58%, rgba(0, 175, 239, 0.55)), url('../images/bluetriangles.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
  }
  .paragraph.white {
    color: #f6f6f6;
  }
  .sm-h2 {
    margin-bottom: 17px;
  }
  .testimonial-section {
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
  }
  .test-name {
    margin-bottom: 15px;
  }
  .test-div {
    width: 85%;
  }
  .title {
    margin-bottom: 15px;
    color: #85c63f;
    font-size: 17px;
    line-height: 24px;
  }
  .yelp-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-9 {
    width: 125px;
    margin-top: 0px;
  }
  .image-10 {
    width: 125px;
    margin-right: 20px;
  }
  .contacts-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    color: #fff;
  }
  .nav-menu {
    background-color: #00526f;
  }
  .hero-section {
    height: 90vh;
    margin-top: 71px;
    background-position: 40% 0%;
  }
  .worth-section {
    padding: 100px 50px 80px;
  }
  .worth-wrapper {
    width: 90%;
  }
  .heading {
    font-size: 30px;
    line-height: 30px;
  }
  .paragraph {
    font-size: 20px;
  }
  .paragraph.white {
    font-size: 20px;
  }
  .button {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .button.hero {
    margin-bottom: 11px;
  }
  .hero-text-wrapper {
    margin-left: 30px;
  }
  .heading-3-copy {
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: left;
  }
  .button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-cta-section {
    padding: 100px 50px;
  }
  .sm-cta-headline {
    width: 95%;
    margin-bottom: 17px;
    font-size: 35px;
    line-height: 38px;
  }
  .columns-2 {
    width: 95%;
  }
  .div-block-10 {
    margin-bottom: 21px;
    padding: 20px 5px;
  }
  .sm-h2 {
    text-align: center;
  }
  .best-section {
    padding: 100px 50px;
  }
  .testimonial-section {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .block-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-div {
    width: 80%;
    margin-bottom: 26px;
  }
  .image {
    width: 100px;
    height: 100px;
  }
  .heading-8 {
    font-size: 35px;
    line-height: 38px;
  }
  .paragragh-copy {
    padding-left: 0px;
    border: 1px none #000;
    font-size: 16px;
  }
  .works-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .whatis-paragraph {
    font-size: 16px;
  }
  .heading-9 {
    font-weight: 400;
  }
  .results-head-div {
    padding: 30px;
  }
  .h2-centered {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 38px;
  }
  .text-regular-2.center {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .left-image-div {
    background-position: 70% 50%;
  }
  .text-regular {
    font-size: 16px;
  }
  .right-text-div {
    padding: 40px;
  }
  .h2-secondary {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .right-image-div.rafter {
    background-position: 50% 50%;
  }
  .video-holder {
    width: 100%;
    margin-left: 0px;
  }
  .contact-section {
    padding: 49px 49px 30px;
  }
  .self-test-section {
    padding: 50px;
  }
  .image-4 {
    width: 80%;
  }
  .form_wrapper {
    width: 100%;
  }
  .wrapper_div.flex._2 {
    margin-bottom: 52px;
  }
  .address_text {
    margin-bottom: 20px;
  }
  .locations_wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .div-block-12 {
    right: 20px;
    height: 50px;
    top: 77px;
  }
  .testimonial-cta-section {
    padding: 50px;
  }
  .test-cta-arapper {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-5 {
    margin-right: 0px;
  }
  .test-text.centered {
    font-size: 15px;
    line-height: 22px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .stats-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .topline-h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .heading-white {
    font-size: 25px;
    line-height: 30px;
  }
  .contacts-section {
    padding: 100px 50px 80px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-section {
    height: 500px;
    margin-top: 65px;
    padding-top: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 35% 0%;
    background-size: auto 500px;
  }
  .worth-section {
    padding: 50px 25px;
  }
  .worth-wrapper {
    width: 100%;
  }
  .heading {
    margin-bottom: 20px;
    line-height: 35px;
  }
  .paragraph {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .hero-text-wrapper {
    margin-bottom: 0px;
    width: 50%;
  }
  .heading-3 {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .heading-3-copy {
    font-size: 40px;
    line-height: 42px;
  }
  .sm-cta-section {
    padding: 50px 30px;
  }
  .sm-cta-headline {
    font-size: 30px;
    line-height: 35px;
  }
  .sm-cta-headline.dark {
    font-size: 40px;
    line-height: 45px;
  }
  .div-block-10 {
    margin-bottom: 10px;
  }
  .heading-7 {
    font-size: 25px;
    line-height: 28px;
  }
  .sm-h2 {
    margin-bottom: 5px;
    color: #00afef;
    font-size: 30px;
    line-height: 35px;
  }
  .best-section {
    padding: 50px 25px;
  }
  .testimonial-section {
    min-height: 0px;
  }
  .block-wrapper {
    margin-top: 30px;
  }
  .heading-8 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
  }
  .paragragh-copy {
    margin-bottom: 20px;
  }
  .works-section {
    padding: 50px 30px;
  }
  .heading-9 {
    margin-top: 0px;
  }
  .h2-centered {
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
  }
  .text-regular-2.center {
    line-height: 24px;
  }
  .left-image-div {
    width: 100%;
    height: 300px;
  }
  .right-text-div {
    width: 100%;
    padding: 25px;
  }
  .left-grid-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h2-secondary {
    margin-top: 0px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .right-image-div.rafter {
    display: none;
    width: 100%;
    height: 300px;
  }
  .right-grid-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .self-test-section {
    padding: 50px 30px;
  }
  .image-4 {
    width: 100%;
  }
  .wrapper_div.flex {
    width: 90%;
  }
  .locations_wrapper {
    margin-bottom: 14px;
  }
  .location_div {
    width: 100%;
    margin-bottom: 31px;
  }
  .locations_headline {
    font-size: 25px;
    line-height: 30px;
  }
  .footer_text {
    padding-left: 0px;
  }
  .div-block-12 {
    top: 75px;
    height: 45px;
  }
  .testimonial-cta-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .test-cta-wrapper {
    padding-bottom: 0px;
  }
  .calendar-section {
    padding: 40px;
  }
  .stats-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topline-h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .column2 {
    padding-top: 9px;
    padding-bottom: 9px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #dcddde;
    border-bottom-width: 1px;
    border-bottom-color: #dcddde;
  }
  .heading-white {
    margin-bottom: 10px;
    line-height: 25px;
  }
  .text-block-4 {
    margin-bottom: 20px;
  }
  .contacts-section {
    padding: 50px 25px;
  }
  .div-block-13 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
    
    p.disclaimer {
    position: relative;
    top: 45px;
    font-weight: 500;
}

  .contacts-section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 58%, hsla(0, 0%, 100%, 0.61)), url('../images/greytrianglessmall-sm-mobile.jpg');
  }

  .navbar {
    padding-right: 5px;
    padding-left: 5px;
  }
  .brand {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .brand.w--current {
    width: 100%;
  }
  .hero-section {
    height: 700px;
    margin-top: 129px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, hsla(0, 0%, 96.5%, 0.15)), color-stop(75%, hsla(0, 0%, 96.5%, 0.96))), url('../images/hero-sm.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.5%, 0.15) 32%, hsla(0, 0%, 96.5%, 0.96) 75%), url('../images/hero-sm.jpg');
    background-position: 0px 0px, 70% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .heading {
    font-size: 30px;
    line-height: 35px;
  }
  .button {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .hero-text-wrapper {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .heading-3 {
    margin-bottom: 0px;
    color: #333132;
  }
  .button-div {
    width: 100%;
  }
  .sm-cta-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sm-cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm-cta-headline {
    width: 90%;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .sm-cta-headline.dark {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 35px;
    line-height: 40px;
  }
  .columns-2 {
    width: 100%;
  }
  .div-block-10 {
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
  }
  .heading-7 {
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 700;
  }
  .sm-h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .best-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonial-section {
    padding: 20px;
  }
  .block-div {
    width: 100%;
  }
  .text-block {
    font-size: 20px;
    line-height: 25px;
  }
  .heading-8 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
  }
  .works-section {
    padding: 25px 20px;
  }
  .whatis-paragraph {
    font-size: 16px;
  }
  .heading-9 {
    font-size: 25px;
  }
  .results-head-div {
    padding: 25px;
  }
  .h2-centered {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
  }
  .text-regular-2 {
    font-size: 15px;
    line-height: 23px;
  }
  .text-regular-2.center {
    font-size: 16px;
    line-height: 24px;
  }
  .left-image-div {
    display: block;
    width: 100%;
    height: 200px;
  }
  .text-regular {
    font-size: 16px;
    line-height: 24px;
  }
  .right-text-div {
    width: 100%;
    padding: 25px;
  }
  .left-grid-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2-secondary {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .right-image-div.rafter {
    width: 100%;
    height: 150px;
  }
  .right-grid-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-holder {
    overflow: hidden;
    height: 180px;
    margin-bottom: 15px;
  }
  .contact-section {
    padding: 20px;
  }
  .self-test-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-4 {
    width: 100%;
  }
  .wrapper_div.flex {
    width: 85%;
  }
  .wrapper_div.flex._2 {
    margin-top: 20px;
  }
  .locations_wrapper {
    margin-bottom: 0px;
  }
  .location_div {
    margin-bottom: 20px;
  }
  .footer_text {
    padding-left: 0px;
  }
  .div-block-12 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .testimonial-cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .test-cta-arapper {
    display: block;
  }
  .image-5 {
    width: 100%;
  }
  .test-cta-wrapper {
    padding-top: 25px;
  }
  .test-name {
    line-height: 35px;
    text-align: center;
  }
  .test-text {
    font-size: 16px;
  }
  .test-text.centered {
    font-size: 16px;
    line-height: 24px;
  }
  .test-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar-section {
    padding: 30px;
  }
  .image-10 {
    width: 100px;
  }
  .topline-h2 {
    font-size: 45px;
  }
  .heading-white {
    font-size: 25px;
    line-height: 38px;
  }
}

