a {
  color: #82afc8;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  min-height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.container-2 {
  position: fixed;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.image-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-dark {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-radius: 0px;
  background-color: rgba(47, 68, 86, 0.9);
  opacity: 1;
}

.logo-light {
  padding-top: 18px;
  padding-bottom: 0px;
}

.navtext {
  font-family: 'Work Sans', sans-serif;
  color: #82afc8;
  font-size: 12px;
  font-weight: 400;
}

.navtext.w--current {
  color: #fff;
}

.navtext.w--current:hover {
  color: #fff;
}

.navbar-light-container {
  position: static;
  width: auto;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 30px;
  opacity: 1;
  -o-object-fit: none;
  object-fit: none;
}

.body-text {
  max-width: 100%;
  padding: 12px 0px 25px;
  border-top: 1px dotted #fff;
  opacity: 1;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 1200px;
  min-height: 100%;
  min-width: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.intro-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  border-top: 1px dotted #fff;
  border-radius: 0px;
  opacity: 1;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.image-4 {
  margin-top: 130px;
  border-radius: 0px;
  opacity: 1;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  -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;
  border-top: 0px dotted #fff;
  background-color: #2f4456;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #1b2730;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  padding: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.column-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-4 {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.nav-light {
  font-family: 'Work Sans', sans-serif;
  color: #2f4456;
  font-size: 12px;
  font-weight: 400;
}

.nav-light.w--current {
  color: #fff;
}

.body-light {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #82afc8;
}

.sub-page-div {
  max-width: 1200px;
  margin-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-3 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-6 {
  display: block;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
}

.column-7 {
  padding-left: 10px;
}

.quote {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
}

.body-text-light {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 0px dotted #fff;
  font-family: 'Work Sans', sans-serif;
  color: #1b2730;
  font-weight: 300;
}

.body-text-intro {
  padding-top: 40px;
  border-top: 0px solid #2f4456;
  font-family: 'Work Sans', sans-serif;
  color: #1b2730;
  font-weight: 300;
}

.columns-3 {
  margin-bottom: 50px;
}

.heading-3 {
  max-width: 100%;
  margin-top: 0px;
  padding-top: 7px;
  border-top: 1px dotted #fff;
  font-family: 'Playfair Display', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.text-span {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.text-span-2 {
  color: #fff;
}

.text-span-3 {
  color: #2f4456;
}

.section-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  background-image: url('../images/experience_bg2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.div-page {
  position: static;
  display: block;
  min-height: 0px;
  min-width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-image: url('../images/ACR_graph2x_3.jpg');
  background-position: 50% 0%;
  background-size: 2000px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #263542;
}

._2-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 864.75vw;
  max-width: 1200px;
  min-width: auto;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.col-1-3 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.col-2-3 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.navbar-light {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-radius: 0px;
  background-color: rgba(130, 175, 200, 0.91);
  opacity: 1;
}

.navbar-dark-container {
  position: static;
  width: auto;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 30px;
  opacity: 1;
  -o-object-fit: none;
  object-fit: none;
}

.email-link {
  color: #fff;
  text-decoration: none;
}

.sub-page-div-dark {
  display: block;
  max-width: 1200px;
  margin-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-4 {
  color: #82afc8;
}

.body-light-dark {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2f4456;
}

.section-page-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/services_bg2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col-body-1-3 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.col-body-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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-flex: 0;
  -webkit-flex: 0 66%;
  -ms-flex: 0 66%;
  flex: 0 66%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.section-page-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  background-color: transparent;
  background-image: url('../images/experience_bg2x_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.text-span-5 {
  color: #82afc8;
  text-decoration: none;
}

.text-span-6 {
  color: #82afc8;
  text-decoration: none;
}

.text-span-7 {
  color: #82afc8;
}

.image-5 {
  width: 550px;
  padding-top: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

._3-cols-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-page-client-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/clientbenefits_bg2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.section-page-philosophy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/philosophy_bg2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.columns-3-exp {
  margin-bottom: 80px;
}

.section-page-exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/experience_bg2x_1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.navbar-dark-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0;
}

.text-span-8 {
  color: #82afc8;
}

@media screen and (max-width: 991px) {
  .logo-light {
    padding-top: 20px;
  }

  .navtext {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: 1px solid #2f4456;
    background-color: #82afc8;
    color: #1b2730;
    font-size: 13px;
  }

  .navtext.w--current {
    background-color: #82afc8;
    font-size: 13px;
  }

  .navbar-light-container {
    padding-right: 30px;
    background-color: transparent;
  }

  .body-text {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  ._3-cols {
    margin-bottom: 100px;
  }

  .image-4 {
    width: 200px;
    max-width: 80%;
    margin-top: 120px;
  }

  .nav-light {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: 1px solid #82afc8;
    background-color: #2f4456;
    color: #82afc8;
    font-size: 13px;
  }

  .body-light {
    background-size: 1440px;
  }

  .heading-2 {
    font-size: 55px;
    line-height: 55px;
  }

  .column-7 {
    padding-left: 10px;
  }

  .heading-3 {
    line-height: 30px;
    text-align: left;
  }

  .section-page {
    background-position: 0% 0%;
    background-size: cover;
  }

  .div-page {
    background-position: 50% 70px;
    background-size: 1700px;
  }

  .icon {
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 34px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._2-cols {
    margin-bottom: 0px;
  }

  .col-1-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-light {
    background-color: rgba(130, 175, 200, 0.9);
  }

  .menu-button-2 {
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .icon-2 {
    border: 1px none #000;
    font-family: 'Work Sans', sans-serif;
    color: #1b2730;
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .navbar-dark-container {
    padding-right: 30px;
    background-color: transparent;
  }

  .email-link {
    color: #fff;
    text-decoration: none;
  }

  .body-light-dark {
    background-size: 1440px;
  }

  .section-page-services {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-position: 0% 0%;
    background-size: cover;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-body-1-3 {
    margin-bottom: 50px;
  }

  .section-page-experience {
    background-position: 75% 100%;
    background-size: cover;
  }

  .menu-button-dark {
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
  }

  .menu-button-dark.w--open {
    background-color: transparent;
  }

  ._3-cols-top {
    margin-bottom: 25px;
  }

  .section-page-client-benefits {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-position: 0% 0%;
    background-size: cover;
    opacity: 0;
  }

  .section-page-philosophy {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-position: 75% 100%;
    background-size: cover;
  }

  .section-page-exp {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-position: 72% 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .logo-light {
    padding-top: 20px;
  }

  .navbar-light-container {
    padding-right: 30px;
    background-color: rgba(130, 175, 200, 0.9);
  }

  .body-text {
    position: static;
    clear: none;
  }

  ._3-cols {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    margin-bottom: 25px;
  }

  .image-4 {
    width: 220px;
  }

  .text-block-3 {
    padding-right: 35px;
    padding-left: 35px;
    text-align: center;
  }

  .column-7 {
    padding-left: 10px;
  }

  .body-text-light {
    position: static;
    clear: none;
  }

  .section-page {
    background-position: 0% 0%;
    background-size: 1440px;
  }

  .div-page {
    background-position: 50% 90px;
    background-size: 1470px;
  }

  .logo-dark-link {
    padding-left: 0px;
  }

  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-footer {
    height: auto;
  }

  ._2-cols {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-1-3 {
    margin-top: 20px;
    margin-bottom: 19px;
  }

  .col-2-3 {
    margin-bottom: 19px;
  }

  .menu-button-2 {
    padding-right: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .navbar-dark-container {
    padding-right: 30px;
    background-color: transparent;
  }

  .section-page-services {
    background-position: 0% 0%;
    background-size: 1440px;
  }

  .col-body-1-3 {
    margin-bottom: 50px;
  }

  .col-body-2-3 {
    margin-bottom: 0px;
  }

  .section-page-experience {
    background-position: 70% 100%;
    background-size: 1440px;
  }

  .menu-button-dark {
    padding-right: 0px;
  }

  .menu-button-dark.w--open {
    background-color: transparent;
  }

  ._3-cols-top {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-page-client-benefits {
    background-position: 0% 0%;
    background-size: 1440px;
  }

  .section-page-philosophy {
    background-position: 70% 100%;
    background-size: 1440px;
  }

  .section-page-exp {
    background-position: 74% 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 890px;
  }

  .navbar-dark {
    background-color: rgba(47, 68, 86, 0.95);
  }

  .logo-light {
    width: 175px;
    padding-top: 18px;
  }

  .navbar-light-container {
    padding-left: 30px;
    background-color: transparent;
  }

  .body-text {
    margin-bottom: 0px;
  }

  .col {
    margin-bottom: 25px;
  }

  .image-4 {
    width: 175px;
    margin-top: 113px;
  }

  .columns-2 {
    height: 270px;
    clear: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-3 {
    overflow: visible;
    min-width: 200px;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-light {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    border-bottom: 1px solid #82afc8;
    background-color: #2f4456;
    color: #82afc8;
  }

  .body-light {
    background-size: 1440px;
  }

  .sub-page-div {
    opacity: 1;
  }

  .div-block-3 {
    opacity: 1;
  }

  .section-page {
    background-position: 0% 0%;
    background-size: 1440px;
  }

  .div-page {
    background-position: 50% 130px;
    background-size: 950px;
  }

  .icon {
    font-size: 28px;
  }

  .logo-dark-link {
    padding-left: 0px;
  }

  .menu-button {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 11px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-footer {
    height: auto;
  }

  ._2-cols {
    margin-bottom: 0px;
  }

  .navbar-light {
    background-color: rgba(130, 175, 200, 0.9);
  }

  .logo-light-link {
    padding-left: 0px;
  }

  .menu-button-2 {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 11px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .icon-2 {
    color: #2f4456;
    font-size: 28px;
    line-height: 30px;
  }

  .navbar-dark-container {
    padding-left: 30px;
    background-color: transparent;
  }

  .sub-page-div-dark {
    opacity: 1;
  }

  .body-light-dark {
    background-size: 1440px;
  }

  .section-page-services {
    background-position: 0% 0%;
    background-size: 1440px;
  }

  .col-body-1-3 {
    margin-bottom: 50px;
  }

  .col-body-2-3 {
    margin-bottom: 0px;
  }

  .section-page-experience {
    overflow: visible;
    background-position: 73% 100%;
    background-size: cover;
  }

  .menu-button-dark {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 11px;
    background-color: transparent;
  }

  .menu-button-dark.w--open {
    background-color: transparent;
  }

  .section-page-client-benefits {
    background-position: 0% 0%;
    background-size: 1440px;
  }

  .section-page-philosophy {
    overflow: visible;
    background-position: 73% 100%;
    background-size: cover;
  }

  .section-page-exp {
    background-position: 73% 100%;
    background-size: cover;
  }

  .navbar-dark-home {
    background-color: rgba(47, 68, 86, 0.95);
  }
}

