/*   
Theme Name: ERC
Theme URI: http://ercincorp.com
Description: Custom theme for ERC
Author: Jason Kobishop
Author URI: http://jasonkobishop.com
Version: 1
*/

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  margin-top: 130px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4e8abe;
  font-size: 82px;
  line-height: 82px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #4e8abe;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: -30px;
  padding-top: 19px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-image: url('images/heading-ripple.svg');
  background-position: 0% 0%;
  background-size: auto 50px;
  background-repeat: no-repeat;
  color: #4e8abe;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}


p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.section-ripple.blue a, .bg-blue a, .footer a {
  color: #fff;
}

label {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.nav {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
}

.section-hero-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vw;
  padding: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4e8abe;
  color: #fff;
}

.hero-inner {
  position: relative;
  z-index: 99;
  width: 50%;
  margin-top: -40px;
}

.btn {
  padding: 15px 20px;
  background-color: #4e8abe;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.btn:hover {
  background-color: #4e8abe;
}

.btn.btn-footer {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.btn.btn-margin-top {
  margin-top: 30px;
}

.section-padded {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-padded.grey {
  background-color: #fbfbfb;
}

.section-padded.group {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-padded.cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4e8abe;
  color: #fff;
}

.section-spacer {
  width: 100%;
  height: 75px;
}

.section-spacer.grey {
  background-color: #fbfbfb;
}

.source {
  font-size: 11px;
  line-height: 17px;
}

.data-left {
  width: 90%;
  padding-right: 15px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.data-right {
  width: 100%;
}

.data-wrapper {
  padding: 10px 30px;
  border-left: 1px dashed #4d4d4d;
  text-align: center;
}

.data-wrapper.last {
  border-right: 1px dashed #4d4d4d;
}

.data-grid {
  margin-top: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #4e8abe;
  color: #fbfbfb;
}

.call {
  position: fixed;
  right: 35px;
  bottom: 50px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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-radius: 75px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.call:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-right {
  font-size: 13px;
  text-align: right;
}

.footer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-link:hover {
  opacity: 0.5;
}

.social-icon {
  height: 20px;
}

.footer-top {
  position: relative;
  bottom: -40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.footer-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -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-radius: 5px;
  background-color: #9fcf67;
  color: #fff;
  font-weight: 600;
}

.footer-container {
  padding-top: 70px;
}

.call-icon {
  width: 100%;
}

.logo {
  height: 80px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  -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;
}

.nav-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.dropdown.w--open {
  right: 0px;
  max-width: 400px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-link {
  width: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-weight: 300;
  white-space: normal;
}

.dropdown-link:hover {
  color: #4e8abe;
}

.dropdown-toggle, .nav-link {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
}

.w-nav-link.w--current, .w-dropdown-link.w--current {
color: #4e8abe;
}

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

.container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.group {
  position: relative;
  z-index: 2;
}

.container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container.flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.small-centered {
  width: 900px;
  margin: 30px auto 60px;
  text-align: center;
}

.arrow-link {
  display: block;
  width: 75%;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 75px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #4e8abe;
  background-image: url('images/arrow-right-blue.svg');
  background-position: 95% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  color: #4e8abe;
  font-size: 20px;
  line-height: 30px;
}

.arrow-link:hover {
  padding-left: 15px;
}

.arrow-link.white {
  margin-bottom: 15px;
  border-bottom-color: #fff;
  background-image: url('images/arrow-right-white.svg');
  color: #fff;
}

.arrow-link.half-link {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-color: #4e8abe;
  background-image: url('images/arrow-right-blue.svg');
  color: #4e8abe;
}

.bg-blue .arrow-link, .bg-blue .arrow-link.half-link, .blue .arrow-link, .blue .arrow-link.half-link {
  border-bottom-color: #fff;
  background-image: url('images/arrow-right-white.svg');
  color: #fff;
}

.arrow-link.download {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10px;
  width: 80%;
}

.footer-phone {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
}

.hero-images {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 50vw;
}

.hero-image-1 {
  position: absolute;
  right: -7vw;
  bottom: 0px;
  z-index: 2;
  width: 25vw;
  padding: 4vw 4vw 4vw 4.5vw;
  border-radius: 150px;
}

.hero-image-2 {
  position: absolute;
  top: 3vw;
  right: 16vw;
  width: 38vw;
  padding: 6.75vw;
  border-radius: 450px;
}

.section-ripple {
  padding-top: 45px;
  padding-bottom: 90px;
}

.section-ripple.blue {
  background-color: #4e8abe;
  color: #fff;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 999;
  width: 100%;
  margin-bottom: -9px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.left-arrow:hover {
  opacity: 0.5;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.right-arrow:hover {
  opacity: 0.5;
}

.testimonial-slider {
  height: auto;
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
  width: 100%;
}

.hidden {
  display: none;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.testimonial-name {
  font-style: italic;
  text-align: right;
}

.flex-links {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 15px;
  -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;
  background-image: url('images/stat-background.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 800;
}

.hero-image-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  border-radius: 100%;
  text-align: center;
}

.hero-ripple {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.hero-image-3 {
  position: absolute;
  top: -5vw;
  right: -4vw;
  width: 22vw;
  padding: 3.8vw;
}

.arrow {
  height: 16px;
}

.nav-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-btn {
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #9fcf67;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
}

.header-btn:hover {
  background-color: #57990a;
}

.header-btn.blue {
  background-color: #4e8abe;
}

.header-btn.blue:hover {
  background-color: #4e8abe;
}

.align-left {
  margin-left: 0px;
}

.large {
  font-size: 82px;
  line-height: 82px;
}

.text-grid {
  margin-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-logo {
  max-height: 200px;
  margin-bottom: 60px;
}

.hero-links {
  margin-top: 30px;
}

.white {
  margin-bottom: 30px;
  color: #fff;
}

.group-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.group-bottom svg {
  margin-bottom: -0.5px;
}

.blue-bottom {
  width: 100%;
  height: 100px;
  margin-top: -9px;
  background-color: #4e8abe;
}

.mask {
  height: auto;
}

.ripple-left {
  position: absolute;
  left: 0px;
  top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-ripple {
  width: 400px;
  height: 400px;
  max-width: none;
}

.ripple-right {
  position: absolute;
  right: 0px;
  bottom: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
}

.small {
  font-size: 28px;
  line-height: 32px;
}

.form-control {
  height: auto;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 18px;
}

.form-control.short {
  position: relative;
  width: 70%;
  margin-bottom: 15px;
  float: left;
}

.form-wrapper {
  margin-top: 30px;
}

.download-grid {
  margin-top: 30px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-item {
  position: relative;
  padding: 25px 25px 75px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  color: #000 !important;
}

.download-thumbnail {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-thumbnail:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.download-img {
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-member-photo {
  width: 200px;
  height: 200px;
  margin-right: 45px;
}

.headshot {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-wrapper {
  width: 70%;
  padding-right: 50px;
}

.map-content {
  width: 30%;
}

.map-iframe {
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper {
  position: relative;
  width: 50%;
}

.video-content {
  width: 50%;
  padding-left: 50px;
}

.video-still {
  border-radius: 10px;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.video-play:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.play-icon {
  width: 100%;
}

.accordion {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dotted #000;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.panel {
  display: none;
  margin-bottom: 10px;
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

.case-study-content {
  position: relative;
  width: 50%;
  float: left;
}

.case-study-sidebar {
  position: relative;
  width: 50%;
  padding-left: 50px;
  float: left;
}

.case-study-wrapper {
  padding: 30px 30px 50px;
  border-radius: 10px;
  background-color: #4e8abe;
  color: #fff;
}

.case-study-top {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #fbfbfb;
  color: #fbfbfb;
}

.label-small {
  position: relative;
  width: 30%;
  float: left;
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-text {
  opacity: 0.5;
  font-size: 14px;
  line-height: 18px;
}

.small-text.category {
  opacity: 1;
}

.overlay-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.overlay-container {
  position: relative;
  width: 750px;
  max-width: 100%;
  padding: 15px 25px 25px;
  border-radius: 10px;
  background-color: #fff;
}

.bio-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  background-color: rgba(0, 0, 0, 0.05);
}

.close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  cursor: pointer;
}

.close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-close {
  width: 100%;
}

.blog-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4e8abe;
}

.breadcrumbs {
  color: #fbfbfb;
  font-size: 14px;
}

.blog-title {
  color: #fff;
  font-size: 44px;
  line-height: 56px;
}

.blog-body img {
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.section-back {
  text-align: center;
}

.blog-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #4e8abe;
  color: #fff;
  margin-top: -30px;
}

.blog-hero h1 {
  color: #fff;
}

.blog-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.blog-item {
  padding-bottom: 15px;
}

.blog-image {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-link {
  display: block;
  margin-bottom: 5px;
}

.read-link {
  display: block;
  padding-top: 5px;
  padding-right: 75px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #4e8abe;
  background-image: url('images/arrow-right-blue.svg');
  background-position: 95% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  color: #4e8abe;
}

.read-link:hover {
  padding-left: 15px;
}

.section-pagination {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.section-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.section-pagination li a, .section-pagination li .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 3px;
  margin-left: 3px;
  -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-style: solid;
  border-width: 2px;
  border-color: #4e8abe;
  border-radius: 40px;
  -webkit-transition: color 500ms ease, background-color 500ms ease, border 500ms ease;
  transition: color 500ms ease, background-color 500ms ease, border 500ms ease;
  color: #4e8abe;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.section-pagination li a:hover {
  border-color: #4e8abe;
  background-color: #4e8abe;
  color: #fff;
}

.blog-grid-wrapper {
  width: 66%;
  padding-right: 50px;
}

.blog-sidebar {
  width: 33%;
  padding-left: 50px;
  border-left: 1px dotted #4e8abe;
}

.blog-categories {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding: 20px 25px 50px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
}

.blog-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-categories li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px dotted #4e8abe;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  color: #4e8abe;
}

.blog-categories a {
  color: #4e8abe;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
}

.blog-categories a:hover {
  padding-left: 15px;
}

.sidebar-heading {
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px dotted #000;
}

.section-blog-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbfbfb;
  text-align: center;
}

.hero-image {
  max-height: 800px;
}

.section-hero-image {
  min-height: 800px;
  max-height: 1000px;
}

.container.ripple p {
	font-size: 24px;
  line-height: 30px;
}

.dropdown-link:last-child {
	border-bottom: none;
}

@media (max-width: 1086px) and (min-width: 992px) {
  .dropdown-toggle, .dropdown-link {
  	font-size: 16px;
  }
}

.ripple-left, .ripple-right {
  width: calc(50vw - 685px);
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000;
  float: right;
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
  line-height: 13px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.bg-grey {
  background-color: #fbfbfb;
}

.bg-blue {
  background-color: #4e8abe;
  color: #fff;
}

.bg-blue h1, .bg-blue h2, .bg-blue h3, .blue h1, .blue h2, .blue h3 {
  color: #fbfbfb;
}

.bg-blue .btn {
  background: #9fcf67;
}

.post-password-form {
  width: 600px;
  max-width: 100%;
  margin: 0px auto;
  padding: 50px 25px;
}

.nf-form-content {
  padding: 0px !important;
  max-width: 100% !important;
}

.nf-form-content label {
  font-size: 20px !important;
  line-height: 30px !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
  background: #fff !important;
  border-radius: 5px !important;
  color: #000 !important;
  padding: 10px 15px !important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  background: #4e8abe !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 15px 20px !important;
  height: auto !important;
}

ul, ol {
  padding-left: 28px;
}

li { 
  margin-bottom: 10px;
}

.sub-nav {
  padding: 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub-nav-link {
  padding: 30px;
  border-bottom: 1px dotted #4e8abe;
  color: #4e8abe;
  margin-right: 15px;
}

/* 2024 Updates */
.btn-rounded {
  padding: 15px 45px;
  border-radius: 30px;
  background: #9fcf67;
  color: #fff;
  display: inline-block;
}

.btn-rounded:hover {
  background-color: #57990a;
}

.data-wrapper {
  border-left: none;
}

.centered {
  text-align: center;
}

.section-hero-image {
  height: auto;
  max-height: none;
}

.testimonial-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.testimonial-wrapper p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
}

.testimonial-section .ripple-left {
  top: -60px;
}

.process-grid {
  margin-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process-image {
  display: flex;
}

.process-item {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
}

.process-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-ripple {
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 110px;
  }

  .section-hero-image {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 110% 50%;
    background-size: 50%;
  }

  .data-wrapper {
    padding-right: 90px;
    padding-bottom: 30px;
    padding-left: 90px;
    border-bottom: 1px dashed #4d4d4d;
    border-left-width: 0px;
  }

  .data-wrapper.last {
    border-right-width: 0px;
  }

  .data-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .logo {
    height: 70px;
  }

  .nav-wrapper {
    padding: 20px 30px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .dropdown.w--open {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    border-radius: 0px;
    background-color: #fbfbfb;
    box-shadow: none;
  }

  .dropdown-link {
    width: 100%;
  }

  .container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .half {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-centered {
    width: 100%;
  }

  .flex-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    padding-left: 50px;
  }

  .text-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .download-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .map-content {
    width: 100%;
  }

  .video-wrapper {
    width: 100%;
  }

  .video-content {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
  }

  .case-study-content {
    width: 100%;
  }

  .case-study-sidebar {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-grid-wrapper {
    padding-right: 25px;
  }

  .blog-sidebar {
    padding-left: 25px;
  }

  .blog-categories {
    padding: 10px 10px 30px;
    font-size: 16px;
  }

  .menu-btn {
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .menu-btn.w--open {
    background-color: #4d4d4d;
  }

  .half-image {
    margin-bottom: 30px;
  }

  .nav-items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image {
    height: auto;
  }
  
  /* 2024 Updates */
  .process-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .process-image {
    order: -1;
  }
  
  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .testimonial-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 105px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-inner {
    width: 100%;
  }

  .data-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-right {
    text-align: center;
  }

  .footer-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .logo {
    height: 50px;
  }

  .nav-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.flex-stretch {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-image-wrapper {
    position: absolute;
    width: 100%;
    padding-left: 0px;
  }
  
  .hero-image {
    opacity: 0.2;
  }

  .nav-right {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .large {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-logo {
    max-height: 150px;
  }

  .download-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-photo {
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .blog-grid-wrapper {
    width: 100%;
    padding-right: 0px;
  }

  .blog-sidebar {
    width: 100%;
    padding-top: 25px;
    padding-left: 0px;
    border-left-style: none;
  }

  .nav-items-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .sub-nav {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .sub-nav-link {
    width: 100%;
    margin-right: 0px;
  }
  
}

@media screen and (max-width: 544px) and (min-width: 480px) {
  .header-top {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  body {
    margin-top: 128px;
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 36px;
    line-height: 36px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .header-top {
    font-size: 12px;
  }

  .data-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .call {
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .footer-right {
    margin-top: 15px;
    line-height: 18px;
  }

  .footer-cols {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-top-inner {
    border-radius: 0px;
    text-align: center;
  }

  .nav-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -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;
  }

  .dropdown {
    font-size: 14px;
    line-height: 16px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .left-arrow {
    width: 20px;
  }

  .right-arrow {
    width: 20px;
  }

  .testimonial-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-right {
    margin-bottom: 0px;
  }

  .header-btn {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .team-member-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-photo {
    margin-right: auto;
    margin-left: auto;
  }

  .blog-title {
    font-size: 36px;
    line-height: 42px;
  }

  .menu-btn {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-items-wrapper {
    margin-top: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }

  .brand {
    padding-left: 0px;
  }
}

/* 2025 Updates */

#services_our_process_header h2,
#services_our_process_header p {
	text-align: center;
}

#services_our_process_header h2 {
	padding-bottom: 20px;
}

/* 4 Column Layout */

/*will need to change if other 4 column layout is used and has added title*/
.four-col-grid {
	margin-top: 0px !important;
}

.w-layout-grid.text-grid.four-col-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
/* Optional: responsive rules */
@media (max-width: 991px) {
  .w-layout-grid.text-grid.four-col-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .w-layout-grid.text-grid.four-col-grid {
    grid-template-columns: 1fr;
  }
}

/* Vertical Timeline */

.timeline-title {
  text-align: center;
}

.timeline-image img {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Container for the whole timeline section */
.timeline-section .container {
  max-width: 100%;          /* fluid width */
  padding-left: 15px;       /* horizontal padding to avoid edge touching */
  padding-right: 15px;
  margin: 0 auto;
  box-sizing: border-box;   /* include padding in width */
}

/* Wrapper holding all timeline points */
.vertical-timeline {
  position: relative;
  margin: 2rem 0;
  padding-left: 0;
  padding-right: 0;
}

/* Main vertical line through timeline center, limited length */
.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 5rem;     /* line height */
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background-color: #4e8abe;
  border-radius: 2px;
  z-index: 1;
}

/* Each timeline point container */
.timeline-point {
  position: relative; /* for absolute positioning of circle */
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center; /* vertical centering */
  width: 100%;
  box-sizing: border-box;
  min-height: 60px; /* enough height to vertically center circle */
}

/* Inner wrapper: flex container for circle and content */
.timeline-point-inner {
  display: flex;
  width: 100%;
  max-width: 100%;            /* fluid width */
  box-sizing: border-box;
  align-items: center; /* vertical center circle + content */
  position: relative;
  padding-left: 60px;  /* space so left content doesn't overlap circle */
  padding-right: 60px; /* space so right content doesn't overlap circle */
}

/* Numbered circle with number inside */
.timeline-circle {
  position: absolute; /* positioning relative to timeline-point */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #4e8abe;
  background-color: #fff;
  color: #4e8abe;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  z-index: 10;
  margin: 0;
  flex-shrink: 0;
}

/* Content box inside timeline point */
.timeline-content {
  max-width: 55%;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Odd points: content on left, circle on right */
.timeline-point-left .timeline-point-inner {
  flex-direction: row-reverse; /* content first (left), then circle */
  justify-content: flex-end;
}

.timeline-point-left .timeline-content {
  text-align: right;
  margin-right: 15px;
  margin-left: 0;
	padding-right: 5rem;
}

/* Even points: content on right, circle on left */
.timeline-point-right .timeline-point-inner {
  flex-direction: row; /* circle first (left), then content */
  justify-content: flex-end; /* aligns circle and content to right */
}

.timeline-point-right .timeline-content {
  text-align: left;
  margin-left: 15px;
  margin-right: 0;
	padding-left: 5rem;
}

/* Tablet Styles - 768px to 1024px */
@media (max-width: 1024px) {
  .timeline-section .container {
    max-width: 100%;         /* still fluid */
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline-point-inner {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .timeline-content {
    max-width: 48%;
  }

  .timeline-circle {
    width: 35px;
    height: 35px;
    font-size: 1.1em;
  }

  .vertical-timeline::before {
    width: 3px;
  }
	.timeline-point-right .timeline-content {
		padding-left: 1rem;
	}
	.timeline-point-left .timeline-content {
		padding-right: 1rem;
	}
}

@media (max-width: 768px) {
	.timeline-content p {
		font-size: 16px;
		line-height: 20px;
	}
	.timeline-point-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	.vertical-timeline::before {
		top: 4rem;
		bottom: 4rem;
	}
}

@media (max-width: 431px) {
	.vertical-timeline::before {
		top: 5rem;
		bottom: 5rem;
	}
}


/* Optional: global box-sizing reset if not already set */
*, *::before, *::after {
  box-sizing: border-box;
}




