:root {
  --black-3: #1c2225;
  --dark-slate-grey: #2e5e79;
  --midnight-blue: #103447;
  --white-smoke: #f6f6f6;
  --cadet-blue: #53999e;
  --dark-sea-green: #96bca6;
  --ivory: #f5f8e7;
  --white: white;
  --green-yellow: #d3ec4d;
  --yellow-green: #c2d945;
  --light-grey: #cdcfbd;
  --black-2: black;
  --black: #333;
  --dark-slate-grey-2: #323a3f;
  --alice-blue: #ddeef8;
  --alice-blue-2: #eaf4fa;
  --alice-blue-3: #d9effc;
}

body {
  color: var(--black-3);
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Serif, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Serif, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
}

p {
  margin-bottom: 30px;
  line-height: 1.8em;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

a:hover {
  color: #031824;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.main_tagline_wrapper {
  z-index: 1;
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: auto;
}

.main_tagline {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
  font-size: 3.6em;
  font-weight: 300;
  line-height: 1.1em;
}

.main_buttons_section {
  background-color: var(--midnight-blue);
  padding-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
}

.b_wrapper {
  width: auto;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.main_button {
  width: 32%;
  height: auto;
  background-color: var(--midnight-blue);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  background-image: linear-gradient(#e9e9e9, #fff);
  border: 1px solid #113447;
  margin-top: -75px;
  padding: 33px 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  position: relative;
  box-shadow: 0 3px 30px 12px rgba(0, 0, 0, .1);
}

.main_button:hover {
  background-color: #041824;
  background-image: linear-gradient(to bottom, #092738, var(--cadet-blue));
  box-shadow: none;
  color: #ecff85;
  transform: translate(0, 5px);
}

.button_text_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button_icon {
  width: 35px;
  height: auto;
  flex: none;
  margin-top: 0;
}

.button_text {
  width: 80%;
}

.main_button_img_wrapper {
  height: 200px;
  mix-blend-mode: normal;
  display: none;
  overflow: hidden;
}

.main_button_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome_section {
  background-color: var(--midnight-blue);
  padding: 5% 10%;
}

.welcome_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.welcome_text_wrapper {
  width: 48%;
}

.welcome_headline {
  color: var(--white-smoke);
  font-size: 3em;
}

.map_div {
  width: 48%;
}

.map_img {
  color: var(--dark-sea-green);
}

.stats_section {
  background-color: var(--ivory);
  padding: 0%;
}

.stats_wrapper {
  background-color: #061e2a;
  background-image: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 10%;
  display: flex;
}

.stats_text_div {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
}

.stats_text {
  color: var(--white);
}

.stats_headline {
  color: var(--green-yellow);
  margin-bottom: 10px;
  font-size: 2em;
}

.number_div {
  width: 24%;
  text-align: center;
}

.number_text {
  color: var(--green-yellow);
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 4.6em;
  font-weight: 900;
  line-height: 1em;
}

.numbers_subtext {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 300;
}

.numbers_subtext._2 {
  font-size: .8em;
}

.parrallax_section {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/parallax-img5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.testimonials_section {
  background-color: #082433;
  padding: 5% 10%;
}

.wrapper_div.center {
  text-align: center;
}

.wrapper_div.test_btn {
  text-align: center;
  margin-top: 5%;
}

.testimonials_headline {
  color: var(--green-yellow);
}

.testimonials_headline.dark {
  color: var(--dark-slate-grey);
}

.video_placeholder {
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.button {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dark-slate-grey) var(--dark-slate-grey) var(--ivory);
  color: var(--white-smoke);
  text-transform: uppercase;
  padding: 28px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.button:hover, .button:active {
  color: var(--midnight-blue);
}

.button.dark {
  border-bottom-style: solid;
  border-bottom-color: var(--midnight-blue);
  color: var(--midnight-blue);
}

.button.dark:hover {
  color: var(--white);
}

.social_callout {
  width: 100%;
  background-color: #051924;
  padding-top: 3%;
  padding-bottom: 3%;
}

.social_wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.socmedia_headline {
  color: var(--yellow-green);
  margin-bottom: 0;
  margin-right: 20px;
}

.soc_media_btn {
  width: 60px;
  height: 60px;
  background-color: var(--green-yellow);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.soc_media_btn:hover {
  background-color: var(--dark-sea-green);
}

.soc_media_icon {
  height: 40px;
}

.homepage_section {
  background-color: var(--midnight-blue);
  padding: 5% 10%;
}

.why_choose_section {
  background-color: var(--white-smoke);
  padding: 5% 10% 3%;
}

.benefits_wrapper {
  justify-content: space-between;
  display: none;
}

.benefits_wrapper.flip {
  display: none;
}

.benefits_div {
  width: 24%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.benefits_text_av {
  z-index: 1;
  width: 200px;
  height: 200px;
  background-color: var(--white);
  text-align: center;
  border-radius: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 52px 20px 20px;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 25%;
  right: 0%;
  box-shadow: 9px 18px 30px 7px rgba(0, 0, 0, .12);
}

.benefits_text_av._2 {
  width: 200px;
  height: 200px;
  justify-content: flex-start;
  top: 20%;
  left: auto;
  right: 10%;
}

.benefits_text {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.benefits_text.white {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 1.2em;
}

.contact_section {
  background-color: var(--midnight-blue);
  padding: 5%;
}

.contact_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact_info_div {
  width: 45%;
}

.contact_headline {
  color: var(--green-yellow);
}

.white_text {
  color: var(--white);
}

.contact_form_wrapper {
  width: 45%;
}

.contact_form_block {
  margin-bottom: 0;
}

.contact_form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.text_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--green-yellow);
  color: var(--white);
  background-color: rgba(0, 0, 0, .12);
  border-radius: 0;
}

.text_field::-ms-input-placeholder {
  color: var(--light-grey);
}

.text_field::placeholder {
  color: var(--light-grey);
}

.text_field.half {
  width: 48%;
}

.textarea {
  min-height: 120px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--green-yellow);
  color: var(--white);
  background-color: rgba(0, 0, 0, .12);
}

.textarea::-ms-input-placeholder {
  color: var(--light-grey);
}

.textarea::placeholder {
  color: var(--light-grey);
}

.contact_icon {
  width: 50px;
}

.submit_btn {
  border: 1px solid var(--green-yellow);
  color: var(--green-yellow);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 30px;
}

.submit_btn:hover {
  background-color: var(--green-yellow);
  color: var(--black-2);
}

.footer_section {
  background-color: var(--white-smoke);
  padding: 5% 10%;
}

.footer_wrapper {
  justify-content: space-between;
  display: flex;
}

.location_div {
  width: 20%;
}

.footer_headline {
  color: var(--midnight-blue);
  font-size: 1.2em;
  font-weight: 500;
}

.footer_phone_link {
  font-size: 1.2em;
  font-weight: 700;
}

.quick_links_div {
  width: 20%;
}

.quick_link {
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 500;
  display: block;
}

.footer_div {
  width: 45%;
}

.search_wrapper {
  width: 50%;
  margin-top: 5%;
}

.footer_logo {
  width: 180px;
  margin-bottom: 5%;
  display: block;
}

.footer_text {
  margin-bottom: 5%;
  font-size: .9em;
}

.policy_link {
  font-size: .9em;
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search_button {
  display: none;
}

.search_input {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/search-icon.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 12px;
}

.search_input::-ms-input-placeholder {
  color: #5b6469;
}

.search_input::placeholder {
  color: #5b6469;
}

.address_text {
  margin-bottom: 15px;
}

.footer_soc_media_wrapper {
  align-items: center;
  margin-top: 15%;
  display: flex;
}

.footer_sm_btn {
  width: 20px;
  margin-right: 10px;
}

.footer_sm_btn:hover {
  opacity: .5;
}

.btn_txt {
  z-index: 10;
  position: relative;
}

.btn_bg {
  z-index: 0;
  background-color: var(--white-smoke);
  color: var(--ivory);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn_bg.dark {
  background-color: var(--midnight-blue);
}

.why_icon1 {
  width: 40px;
  margin-bottom: 10px;
}

.flower_div {
  width: 600px;
  height: 600px;
}

.hero_video {
  height: 100vh;
}

.bg_video {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, .7));
  display: block;
}

.dropdown_text {
  border-top: 1px solid rgba(0, 0, 0, .3);
  margin-top: 10px;
  padding-top: 10px;
  font-size: .8em;
  font-weight: 400;
}

.rl_navbar5_menu-dropdown {
  color: var(--white-smoke);
  position: static;
}

.rl_navbar5_dropdown-toggle {
  color: var(--white-smoke);
  text-transform: uppercase;
  padding: 2rem 1.5rem 2rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-toggle:hover {
  color: #2d67b2;
}

.rl_navbar5_dropdown-toggle.w--open {
  color: var(--yellow-green);
}

.rl_navbar5_dropdown-list {
  background-color: #fff;
  display: none;
  left: auto;
}

.rl_navbar5_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  min-width: 100vw;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.rl-dropdown-icon {
  width: .9rem;
  height: .9rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navlink {
  color: var(--white-smoke);
  text-transform: uppercase;
  border-radius: 0;
  padding: 2rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.navlink:hover {
  color: var(--yellow-green);
}

.logo {
  width: 230px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_menu {
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_component {
  z-index: 1000;
  width: 100%;
  min-height: 4.5rem;
  background-color: var(--midnight-blue);
  border-bottom: 1px #000;
  align-items: stretch;
  padding: 0 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown_link_button {
  width: auto;
  color: #7e7d7d;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.dropdown_link_button:hover {
  color: var(--dark-slate-grey);
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.image {
  padding-top: 0;
  padding-bottom: 0;
}

.video_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.number_img {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.inner_hero_section {
  height: 65vh;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #ebf8ff), url('../images/inner-hero-img.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner_hero_section._2 {
  background-color: #afcbdb;
  background-image: url('../images/inner-hero-img3.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner_hero_section._3 {
  height: 50vh;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, rgba(235, 248, 255, .71)), url('../images/inner-hero-img4.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner_main_headline_wrapper {
  z-index: 100;
  width: 35%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.inner_main_headline_wrapper._2 {
  width: 35%;
  top: 33%;
}

.inner_main_headline_wrapper._3 {
  top: 18%;
}

.inner_header_text {
  font-size: 1.4em;
  line-height: 1.4em;
}

.inner_main_tagline {
  font-size: 1.7em;
  line-height: 1.2em;
}

.inner_main_tagline._2 {
  margin-bottom: 30px;
  font-size: 2em;
}

.inner_callout_section {
  background-color: var(--midnight-blue);
  padding: 5% 20%;
}

.inner_callout_wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.inner_callout_btn {
  width: 30%;
  height: 200px;
  color: var(--green-yellow);
  text-align: center;
  background-color: #041c29;
  border: 1px solid rgba(194, 217, 69, .32);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  font-family: Roboto Serif, sans-serif;
  font-size: 1.3em;
  transition: transform .275s;
  display: flex;
}

.inner_callout_btn:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-color: rgba(255, 255, 255, .54);
  transform: translate(0, 5px);
}

.inner_callout_icon {
  width: 60px;
  margin-bottom: 20px;
}

.inner_page_section {
  padding: 5% 10%;
}

.inner_flex_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner_flex_wrapper.margin {
  margin-top: 5%;
}

.inner_column_div {
  width: 48%;
}

.inner_img_div {
  width: 48%;
  overflow: hidden;
}

.inner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calculator_text_div {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.calculator_headline {
  color: var(--white);
}

.calculator_wrapper, .testimonials_wrapper {
  text-align: center;
}

.testimonials_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.arrow {
  width: 30px;
  color: var(--green-yellow);
  font-size: .8em;
}

.slidenav {
  height: 30px;
  font-size: .7em;
  bottom: -36px;
}

.testimonials_slide {
  width: 50%;
}

.mask {
  margin-left: 35px;
  margin-right: 35px;
}

.testimonial_div {
  height: 100%;
  background-color: #06273a;
  border: 1px solid rgba(211, 236, 77, .36);
  flex-direction: column;
  align-items: center;
  margin: 0 5%;
  padding: 30px;
  display: flex;
}

.testimonials_text {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.testimonials_text.home {
  margin-bottom: 30px;
}

.testimonials_name {
  color: var(--green-yellow);
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 500;
}

.testimonials_name.home {
  margin-bottom: 0;
}

.testimonials_img_div {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin-bottom: 20px;
  overflow: hidden;
}

.testimonials_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nextstep_callout_section {
  height: 600px;
  background-image: url('../images/inner-parallax-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-left: 25%;
  padding-right: 25%;
}

.nextstep_wrapper {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.next_step_headline {
  color: var(--white);
  font-size: 3em;
}

.nextstep_subheadline {
  color: var(--white);
}

.nextstep_button {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding: 28px;
  display: flex;
  position: relative;
}

.nextstep_button:hover {
  color: var(--midnight-blue);
}

.search_jobs_icon {
  z-index: 10;
  width: 26px;
  margin-right: 5px;
  position: relative;
}

.search_jobs_icon_over {
  z-index: 10;
  width: 26px;
  margin-right: 5px;
  display: block;
  position: relative;
}

.jobs_btn_text {
  z-index: 10;
  position: relative;
}

.dropdown_icon {
  width: 40px;
  margin-bottom: 5px;
}

.benefits_text_wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  border: 1px #000;
  position: absolute;
  top: 0;
  left: 0;
}

.benefits_white_text {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: .9em;
}

.benefits_white_icon {
  width: 40px;
  margin-bottom: 10px;
}

.benefits_wrapper_new {
  justify-content: space-between;
  display: flex;
}

.benefits_main_div {
  width: 24%;
  position: relative;
}

.benefits_rev_div {
  height: 100%;
  /*background-image: url('../images/circle-bg.svg');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  transform: rotate(0);
}

.percent_text {
  color: var(--green-yellow);
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

.benefits_inner_text_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15% 10%;
  display: flex;
}

.chart_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
}

.chart_circle_div {
  width: 150px;
  height: 150px;
  border: 3px solid var(--dark-slate-grey);
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-grey);
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: Roboto Serif, sans-serif;
  font-weight: 600;
  display: flex;
}

.chart_circle_div.final {
  background-color: var(--dark-slate-grey);
}

.chart_text {
  font-size: .9em;
  line-height: 1em;
}

.chart_text.white {
  color: var(--white);
}

.chart_line_div {
  width: 15px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.chart_part_div {
  width: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chart_part_div._2 {
  width: 55%;
  flex: 0 auto;
  justify-content: flex-start;
}

.tablet_chart_wrapper {
  display: none;
}

.leadership_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10%;
  display: grid;
}

.leadership_div {
  background-color: rgba(221, 238, 248, 0);
  border: 1px solid rgba(83, 153, 158, .46);
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.leadership_img_div {
  width: 125px;
  height: 125px;
  border: 1px none var(--cadet-blue);
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, .12);
}

.leadrship_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership_content_div {
  width: 65%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.leadership_content_div.top {
  justify-content: flex-start;
}

.leader_name {
  color: #36779c;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.occupation_text {
  margin-bottom: 15px;
  font-size: .9em;
}

.sm_link {
  width: 20px;
}

.sm_link:hover {
  opacity: .66;
}

.leadership_link {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Roboto Serif, sans-serif;
  font-size: .9em;
  font-weight: 700;
  display: block;
}

.leadrship_headline_wrapper {
  margin-bottom: 5%;
}

.leadership_headline {
  margin-bottom: 20px;
  font-size: 2.6em;
}

.leader_links_wrapper {
  margin-top: auto;
}

.home_testimonial_div {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.quotes_div {
  text-align: center;
  margin-bottom: 30px;
}

.quotes_icom {
  width: 80px;
}

.choose_small_text {
  font-size: .8em;
}

@media screen and (max-width: 991px) {
  .main_tagline_wrapper {
    width: 100%;
    padding-left: 13%;
    padding-right: 13%;
    top: 66%;
  }

  .main_tagline {
    text-align: center;
    font-size: 2.6em;
  }

  .main_buttons_section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main_button {
    width: 33%;
    font-size: 1em;
    line-height: 1.1em;
  }

  .button_icon {
    width: 20px;
  }

  .welcome_wrapper {
    flex-wrap: wrap;
  }

  .welcome_text_wrapper {
    width: 100%;
    margin-top: 5%;
  }

  .welcome_headline {
    font-size: 2.6em;
  }

  .map_div {
    width: 100%;
  }

  .stats_wrapper {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .number_div {
    width: 45%;
    margin-bottom: 28px;
  }

  .number_text {
    font-size: 3em;
  }

  .testimonials_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .video_placeholder {
    width: 100%;
  }

  .social_wrapper {
    width: 70%;
  }

  .soc_media_btn {
    width: 50px;
    height: 50px;
  }

  .soc_media_icon {
    height: 30px;
  }

  .homepage_section, .why_choose_section {
    padding-top: 10%;
  }

  .benefits_wrapper {
    flex-wrap: wrap;
  }

  .benefits_div {
    width: 45%;
  }

  .benefits_text_av {
    width: 180px;
    height: 180px;
    padding-top: 35px;
    top: 18%;
    right: 12%;
  }

  .benefits_text_av._2 {
    width: 180px;
    height: 180px;
    top: 18%;
    right: 8%;
  }

  .benefits_text {
    font-size: .8em;
  }

  .contact_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .contact_wrapper {
    flex-wrap: wrap;
  }

  .contact_info_div {
    width: 100%;
  }

  .contact_headline {
    font-size: 1.8em;
  }

  .contact_form_wrapper {
    width: 100%;
    margin-top: 5%;
  }

  .footer_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .location_div, .quick_links_div {
    width: 30%;
  }

  .footer_div {
    width: 32%;
  }

  .search_wrapper {
    width: 100%;
    margin-top: 13%;
  }

  .footer_logo {
    margin-bottom: 14%;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1rem;
    display: flex;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    min-width: auto;
    background-color: var(--midnight-blue);
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navlink {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1rem;
  }

  .rl_navbar5_menu {
    height: 100vh;
    background-color: var(--midnight-blue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--green-yellow);
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--green-yellow);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown_link_button {
    color: var(--white);
  }

  .dropdown_link_button:hover {
    color: var(--yellow-green);
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--green-yellow);
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inner_hero_section {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 18%, #ebf8ff 69%), url('../images/inner-hero-img.jpg');
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .inner_main_headline_wrapper {
    width: 40%;
    top: 12%;
    left: 5%;
  }

  .inner_main_headline_wrapper._2 {
    width: 50%;
    top: 13%;
    left: 10%;
  }

  .inner_callout_section {
    padding: 10%;
  }

  .inner_page_section {
    padding-top: 10%;
  }

  .inner_flex_wrapper {
    flex-wrap: wrap;
  }

  .inner_flex_wrapper.margin {
    margin-top: 10%;
  }

  .inner_column_div {
    width: 100%;
  }

  .inner_img_div {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .testimonials_slide {
    width: 100%;
  }

  .nextstep_callout_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .chart_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .chart_circle_div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .chart_line_div {
    width: 15px;
    flex: 1;
  }

  .chart_line_div.last {
    width: 15%;
  }

  .chart_line_div.middle {
    display: none;
  }

  .chart_part_div {
    width: 100%;
    justify-content: space-between;
  }

  .chart_part_div._2 {
    width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tablet_chart_wrapper {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    display: block;
  }

  .tablet_line_div1 {
    width: 100%;
    height: 20px;
    border-right: 3px solid var(--dark-slate-grey);
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet_line2 {
    width: 100%;
    height: 3px;
    background-color: var(--dark-slate-grey);
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet_line3 {
    width: 100%;
    height: 20px;
    border-left: 3px solid var(--dark-slate-grey);
    padding-bottom: 0;
    padding-right: 0;
  }

  .leadership_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .leadership_div {
    align-items: stretch;
    padding: 5px;
  }

  .leader_name {
    font-size: 1.1em;
  }

  .occupation_text {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .leadership_headline {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1em;
  }

  .main_tagline_wrapper {
    top: 12%;
  }

  .main_tagline {
    font-size: 1.8em;
  }

  .main_buttons_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .b_wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .main_button {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.1em;
  }

  .main_button_img_wrapper {
    height: 180px;
  }

  .parrallax_section {
    height: 500px;
  }

  .testimonials_section {
    padding-bottom: 10%;
  }

  .socmedia_headline {
    font-size: 1.6em;
  }

  .homepage_section {
    padding-bottom: 10%;
  }

  .benefits_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .benefits_div {
    width: 70%;
  }

  .benefits_text_av {
    top: 22%;
    right: 16%;
  }

  .benefits_text_av._2 {
    top: 22%;
    right: 10%;
  }

  .footer_wrapper {
    flex-wrap: wrap;
  }

  .location_div {
    width: 55%;
  }

  .quick_links_div {
    width: 45%;
  }

  .footer_div {
    width: 100%;
    margin-top: 10%;
  }

  .search_wrapper {
    width: 70%;
  }

  .footer_logo {
    margin-bottom: 7%;
  }

  .why_icon1 {
    width: 30px;
  }

  .rl_navbar5_dropdown-toggle {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navlink {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .logo {
    width: 250px;
    padding-left: 0;
  }

  .rl_navbar5_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .inner_hero_section {
    height: 600px;
    background-image: linear-gradient(171deg, rgba(255, 255, 255, 0) 23%, #ebf8ff 89%), url('../images/inner-hero-img.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .inner_hero_section._2 {
    background-position: 0 0, 30%;
  }

  .inner_main_headline_wrapper {
    width: 90%;
    top: 325px;
  }

  .inner_main_headline_wrapper._2 {
    width: 55%;
  }

  .inner_main_headline_wrapper._3 {
    top: 35%;
  }

  .inner_header_text {
    font-size: 1em;
  }

  .inner_main_tagline {
    font-size: 1.4em;
  }

  .inner_callout_btn {
    width: 32%;
    font-size: 1.1em;
  }

  .inner_page_section {
    padding-top: 10%;
  }

  .next_step_headline {
    font-size: 2.2em;
  }

  .chart_wrapper {
    flex-wrap: wrap;
  }

  .chart_circle_div {
    width: 150px;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .chart_circle_div.final {
    margin-top: 20px;
  }

  .chart_line_div {
    flex: 1;
  }

  .chart_line_div.last {
    width: 20%;
    flex: 0 auto;
    display: none;
  }

  .chart_part_div._2 {
    justify-content: center;
  }

  .tablet_line_div1, .tablet_line3 {
    height: 30px;
  }

  .leadership_wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .home_testimonial_div {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.9em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.1em;
  }

  h5 {
    font-size: 1em;
  }

  .main_tagline_wrapper {
    top: 124px;
  }

  .main_tagline, .welcome_headline {
    font-size: 1.6em;
  }

  .stats_wrapper {
    padding-top: 15%;
  }

  .number_div {
    width: 100%;
  }

  .testimonials_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .testimonials_headline {
    font-size: 1.6em;
  }

  .video_placeholder {
    width: 100%;
  }

  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 20px;
  }

  .social_callout {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .social_wrapper {
    width: 90%;
  }

  .socmedia_headline {
    font-size: 1em;
  }

  .soc_media_btn {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .soc_media_icon {
    height: 20px;
  }

  .homepage_section {
    padding: 15% 5% 10%;
  }

  .why_choose_section {
    padding-top: 15%;
  }

  .benefits_div {
    width: 100%;
  }

  .benefits_text_av {
    width: 160px;
    height: 160px;
    padding: 32px 16px 16px;
    top: 19%;
    right: 14%;
  }

  .benefits_text_av._2 {
    width: 160px;
    height: 160px;
    top: 19%;
    right: 8%;
  }

  .contact_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .contact_form_wrapper {
    margin-top: 10%;
  }

  .text_field.half {
    width: 100%;
  }

  .contact_icon {
    width: 40px;
  }

  .location_div {
    width: 100%;
    margin-bottom: 10%;
  }

  .quick_links_div {
    width: 100%;
  }

  .footer_div {
    margin-top: 18%;
  }

  .footer_logo {
    margin-bottom: 15%;
  }

  .why_icon1 {
    width: 24px;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo {
    width: 220px;
    padding-left: 0;
  }

  .inner_hero_section {
    background-image: linear-gradient(171deg, rgba(255, 255, 255, 0) 2%, #ebf8ff 66%), url('../images/inner-hero-img.jpg');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .inner_hero_section._2 {
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #ebf8ff), url('../images/inner-hero-img2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .inner_main_headline_wrapper {
    top: 225px;
  }

  .inner_main_headline_wrapper._2 {
    width: 85%;
  }

  .inner_main_headline_wrapper._3 {
    top: 31%;
  }

  .inner_callout_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .inner_callout_wrapper {
    flex-wrap: wrap;
  }

  .inner_callout_btn {
    width: 100%;
    height: 150px;
    margin-bottom: 22px;
  }

  .calculator_headline {
    font-size: 1.5em;
  }

  .testimonial_div {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials_text {
    font-size: .9em;
  }

  .nextstep_callout_section {
    height: 650px;
    background-position: 70%;
  }

  .next_step_headline {
    font-size: 1.8em;
  }

  .chart_wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .chart_circle_div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .chart_circle_div.final {
    margin-top: 0;
  }

  .chart_line_div {
    width: 3px;
    height: 20px;
    flex-direction: column;
    flex: 0 auto;
  }

  .chart_line_div.last {
    width: 3px;
    display: block;
  }

  .chart_line_div.middle {
    display: block;
  }

  .chart_part_div, .chart_part_div._2 {
    flex-direction: column;
  }

  .tablet_chart_wrapper {
    display: none;
  }

  .leadership_wrapper {
    width: 100%;
  }

  .leadership_headline {
    font-size: 1.6em;
  }
}

#w-node-_37e6fb07-f459-9559-7558-0cabad2a7b4f-311e7987, #w-node-_81cbd730-cdaa-407f-ccb6-092f5c2429c9-311e7987, #w-node-_7cf72f1a-874a-a6a4-9a82-9f825abb94e1-311e7987, #w-node-b8d8ef21-c90d-00dc-5e89-abbcf32412b0-311e7987, #w-node-_2522b1d2-301a-db8a-2fc9-70e355d83599-311e7987, #w-node-_58f2b96b-c944-14a9-c305-1b76396a3754-311e7987, #w-node-dd564bf5-6488-b5f7-4405-28abaf95d16e-311e7987, #w-node-ac019e83-ce80-f63d-8d90-6fb572c505d7-311e7987, #w-node-_6d6975b8-f8c1-e972-523d-f2a19745eecb-311e7987, #w-node-e22d7f09-4f8a-ae57-9a44-e5329407bfe6-311e7987, #w-node-_50bd72cb-0329-0c31-b9fd-6d095f3fee2b-311e7987, #w-node-_0b288d10-cc01-2cf4-55a9-ff5685edfc4f-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f042-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f04f-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f05c-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f069-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f076-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f083-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f090-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f09d-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f0a8-311e7987, #w-node-_1779d73c-9c8e-fa48-1d6b-d2c45919f0b5-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28a7-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28b2-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28bd-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28c8-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28d1-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28da-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28e5-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28f0-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef28fb-311e7987, #w-node-b9a40f72-e1da-cd3f-f31f-621157ef2906-311e7987, #w-node-bf042704-0092-ffa8-3fd1-e04cbc6f6465-311e7987, #w-node-_21792edf-0928-f3e0-39c9-6ed082d3505f-311e7987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


