@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,900;1,300;1,500;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}
/* Header Section */
body {
  color: #131945;
}

.logo {
  max-width: 150px;
}

.hero-header {
  /* background: rgba(255, 255, 255, 0.95); */

  width: 100%;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;

  justify-content: center;

  text-align: center;

  margin: 0 auto;

  /* box-shadow: 0px 0px 25px 25px rgba(255, 255, 255, 0.95); */
}

.hero-header-text::before {
  z-index: -1;
  content: "";

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 150%;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.5);
  background-image: radial-gradient(closest-side, white 25%, transparent 100%);
}

.light {
  font-weight: 300 !important;
}

.text-primary .light {
  margin: 0.25rem 0;
}

.hero-header > h2 {
  z-index: 1;
}

.bold {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase;
}

.med {
  font-weight: 500 !important;
}

.italics {
  font-style: italic;
}

.card-padding {
  padding: 0 15px 2rem;
}

.tf-header {
  /* position: relative;
  background-size: cover;
  margin: 0 0 200px;
  color: #131945; */

  /* background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/hero-image.jpeg../images/hero-image.jpeg") no-repeat center center; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);

  width: 77%;
}

.hero-image {
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 700px;
  width: 100%;
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/hero-image.jpeg") no-repeat center;
  background-size: cover;
}
.solutions-image {
  background: linear-gradient(
      to bottom,
      rgba(256, 256, 256, 0.75),
      rgba(256, 256, 256, 0)
    ),
    url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/solutions-bg.jpeg") no-repeat center;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}

.our-work-image {
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/ourwork-bg.png") no-repeat center;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}

.impact-image {
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/ourwork-bg.jpg") no-repeat center;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}
.connect-image {
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/connect-bg.jpg") no-repeat center;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}

.team-image {
  /* background: linear-gradient(
      to bottom,
      rgba(256, 256, 256, 0.75),
      rgba(256, 256, 256, 0)
    ),
    url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/team-bg.jpg") no-repeat center; */
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/team-bg.jpg") no-repeat center bottom;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}
.distinctives-image {
  background: linear-gradient(
      to bottom,
      rgba(256, 256, 256, 0.75),
      rgba(256, 256, 256, 0)
    ),
    url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/distinctives-bg.png") no-repeat center bottom;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}
.about-image {
  background: linear-gradient(
      to bottom,
      rgba(256, 256, 256, 0.75),
      rgba(256, 256, 256, 0)
    ),
    url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/about-bg.jpeg") no-repeat center;
  visibility: visible;
  z-index: -100;
  /* position: absolute; */
  height: 500px;
  width: 100%;
  background-size: cover;
}
.space {
  margin: 0 0 550px;
}
.hero-image img,
.solutions-image img,
.our-work-image img {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: none;
}

.info {
  position: relative;
  background-size: cover;
  height: 350px;
  color: #131945;
}

.info::before {
  /* background: rgba(0, 0, 0, 0.65); */
  position: absolute;
  width: 100%;
  height: 350px;
  content: " ";
}

.header-color {
  color: #457183;
  font-size: 1.25rem;

  margin: 1.25rem 0 0.5rem;
}

.our-work {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/ourwork-banner.png");
  position: relative;
  background-size: cover;
  height: auto;
  color: #131945;

  padding: 2rem 1rem;

  display: flex;
  align-items: center;
  margin: -3.75rem 0 0;
  background-size: cover;
}

.our-work-text {
  margin: 0;
}
.work-btn {
  font-size: 2rem;
}

.work-btn:hover {
  color: white !important;
}

a.text-primary:hover {
  color: white !important;
}
.our-work::before {
  /* background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/our-work-bg.jpg");
  position: absolute;
  width: 100%;
  height: 250px;
  content: " ";
  display: flex;
  align-items: center; */
}

.work-container {
  position: relative;
  color: #131945;
  display: flex;
  margin: 0;

  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;

  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15) !important;
}

.work-container-banner {
  position: relative;
  color: #131945;

  margin: 0;

  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;

  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.work-container-first {
  position: relative;
  color: #131945;
  display: flex;
  margin: 0;

  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.work-logo {
  margin: 1.5rem auto;
  width: 200px;
}

.work-logo-full {
  margin: 3.5rem 0;
}
.work-example img {
  max-width: 100%;
}

.funnel-container {
  position: relative;
  color: #131945;
  display: flex;
  margin: 35px 0 0;

  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/funnel-bg.png");

  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;

  background-size: cover;
}

.funnel-container img {
  max-width: 100%;
}

.topography {
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/topography.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  position: absolute;
  height: 100%;
  width: 100%;
}

.topography1 {
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/topography-gray.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  height: 100%;
  width: 100%;
}

.tf-header::before {
  /* background: rgba(0, 0, 0, 0.65); */
  /* position: absolute;
  width: 100%;
  height: 650px;
  content: " "; */
}
.tf-header h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.tf-header .nav {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}
.icon {
  height: 5rem;
}

.asheville-icon {
  max-width: 200px;
}
.asheville-container {
  position: absolute;
  bottom: 5rem;
  text-align: center;
}
.tf-header .nav-link {
  color: #131945 !important;
}
.tf-header .nav-link:hover {
  color: white !important;
}
.tf-header h2 {
  text-transform: uppercase;
  /* margin-top: 0.5rem; */
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 1px;
}
.tf-header .tf-hh-col {
  padding-right: 0.5rem !important;
}
.hidden {
  display: none;
}

.mobile {
  display: flex;
  /* position: absolute !important; */
  width: 100%;
}
.work-container-desktop {
  margin: 0 5rem 3.5rem;
}

@media (max-width: 1199.98px) {
  .tf-header h2 {
    text-transform: uppercase;
    /* margin-top: 3rem; */
    font-size: 42px;
  }
  .work-container-desktop {
    margin: 0 2rem 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .tf-header h2 {
    /* margin-top: 2rem; */
    font-size: 30px;
  }
  nav {
    justify-content: space-around;
  }

  .mobile-nav .dropdown-toggle {
    padding: 0;
  }

  .mobile-nav .dropdown-menu {
    text-align: center;
  }

  .mobile-nav .dropdown-menu a {
    text-align: center;
  }

  .header-color {
    font-size: 1rem;
  }
  .card-body .text-primary {
    font-size: 0.95rem;
  }
}
@media (max-width: 575.98px) {
  .tf-header h1 {
    width: 100%;
    text-align: center;
  }
  .tf-header #navbar {
    margin: 0 auto;
  }
  .tf-header h2 {
    font-size: 24px;
  }
  .hero-image {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .tf-header .tf-hh-col {
    padding-right: 0 !important;
  }
}

.solutions-header-card {
  padding: 1rem 2rem;

  display: flex;
  flex-flow: column;
  justify-content: center;
}

.solutions-header-card h2 {
  margin: 0;
  color: #457183;
}

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

/* Quotes Section */
.tf-quotes-section .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 340px;
}

.tf-quotes-section .carousel-item::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 340px;
  content: " ";
}

.tf-quotes-section .slider-text-1 {
  font-weight: 300;
  font-size: 18px;
  padding: 0;
}

.tf-quotes-section .slider-text-2 {
  font-weight: 400;
  font-size: 24px;
}

.tf-quotes-section .carousel-caption {
  height: 100%;
  padding: 6rem 4rem;
}

@media (max-width: 575.98px) {
  .tf-quotes-section .slider-text-2 {
    font-size: 12px;
  }
  .tf-quotes-section .carousel-caption {
    padding: 5rem 1rem;
  }
  .tf-quotes-section .slider-text-1 {
    font-size: 14px;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .tf-quotes-section .carousel-caption {
    padding: 5rem 1rem;
  }
  .tf-quotes-section .slider-text-2 {
    font-size: 20px;
  }
}

/* Footer Section */
.tf-footer .tf-design a {
  color: inherit;
  border-bottom: 1px dashed;
}
.tf-footer .tf-design a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .tf-footer .tf-design {
    text-align: left !important;
  }
}
.spacing {
  position: relative;
  margin-top: -9.75rem;
}

.counter-container {
  display: inline-block;

  position: absolute;

  margin: 12rem 0 0;
}

.left-counter {
  left: 0;
  translate: 2.5rem;
}

.right-counter {
  right: 0;
  translate: -2.5rem 5rem;
}

.counter-h2 {
  color: #939598;

  line-height: 1;
  font-size: 1rem;
}

.counter-h1 {
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(45deg, #457183, #131945);

  margin: 0;

  /* Set the background size and repeat properties. */

  background-size: 100%;

  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;

  font-size: 2.5rem;
  line-height: 1;
}

.fixed-top {
  background-color: rgba(255, 255, 255, 0.95);

  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.fixed-top .nav-link:hover {
  color: #f57f3b;
}
.nav-link:hover {
  color: #f57f3b;
}

@media (min-width: 576px) {
  .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .counter-h1 {
    font-size: 2.75rem;
  }

  .bottom {
    margin: 5rem auto;
  }

  .counter-h2 {
    font-size: 1.25rem;
  }

  .left-counter {
    translate: 3.75rem;
  }

  .right-counter {
    translate: -5.75rem 5rem;
  }
  .mobile {
    display: none;
  }

  .hidden {
    display: flex;
  }

  .hero-header {
    /* margin: 200px auto 0; */
  }
}

@media (min-width: 768px) {
  .nav-link {
    padding: 0.5rem 1rem;
  }

  .counter-h1 {
    font-size: 2.75rem;
  }

  .counter-h2 {
    font-size: 1.25rem;
  }

  .left-counter {
    translate: 4.75rem;
  }

  .right-counter {
    translate: -10rem;
  }
  .our-work {
    height: 250px;
  }
  .our-work-text {
    margin: 0 0 1rem;
  }
  .work-btn {
    font-size: 1.5rem;
  }

  .top-slide {
    padding: 2rem;
    border-bottom: 3px solid #131945;
  }
  .bottom-row {
    flex-direction: row;
  }

  .card-padding {
    padding: 0.5rem 15px 0;
  }

  .card-padding:last-of-type {
    margin: 0;
  }
  .info {
    translate: 0 -10rem;
  }
  .spacing {
    position: relative;
    margin-top: -15rem;
  }
  /* .tf-header {
    margin: 275px 0 227px;
  } */
  .solutions-header {
    margin: 0 0 500px;
  }
  .logo {
    max-width: 175px;
  }

  .counter {
    translate: 0 -92px;
  }
}

#submit {
  z-index: 100;

  border: 1px solid #f57f3b;
}
@media (max-width: 767px) {
  .full-width {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .counter-h1 {
    font-size: 3.75rem;
  }

  .counter-h2 {
    font-size: 1.5rem;
  }
  #submit {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 0;
  }
  .form-width {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .counter-h1 {
    font-size: 5rem;
  }

  .counter-h2 {
    font-size: 2rem;
  }
  .no-parallax {
    background-position: center -25px;
  }
  .form-width {
    width: 50%;
  }
}
nav > .container {
  /* justify-content: center !important; */
}
.nav {
  align-items: center;
  justify-content: center;
}
.hero-header > h2 {
  /* margin: 1.5rem 0.5rem; */
}

.navbar-collapse {
  text-align: center;
}
.navbar-brand {
  padding: 0 !important;
}

.navbar-nav {
  padding: 2rem;

  gap: 0.75rem;
}
.navbar-toggle {
}

.navbar-light .navbar-toggler {
  color: #131945;
  border-color: white;

  background-color: #131945;
}

.fixed-top.nav-bg {
  background-color: transparent;
}
.add-bg {
  background-color: rgba(255, 255, 255, 0.95) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease,
    -moz-transform 0.5s ease, -o-transform 0.5s ease;
}

.white-bg {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.collapse-btn {
  font-size: 50px;
  font-weight: 900;
  color: #dcddde;
}

.collapse-btn:hover {
  font-size: 50px;
  font-weight: 900;
  color: #131945;
  text-decoration: none;
}

.collapse-btn-hover {
  color: #131945;
}

.icon-collapsed {
  color: #131945;
}

/* ------------------------------------------------------------------------------------ */

/* ------------------------------------- FORM STYLES ---------------------------------- */

/* ------------------------------------------------------------------------------------ */

.connect-form {
  margin: 0 15px 2rem;

  background: rgb(19, 27, 71);
  background: -moz-linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131b47",endColorstr="#6bc5c0",GradientType=1);
}
.formContainer-thankyou {
  margin: 0 auto;
  max-width: 500px;
  padding: 16px;
  width: 90%;
}
form {
  display: flex;
  flex-flow: column wrap;
  line-height: 1;
  justify-content: center;
  margin: 0 auto;

  width: 100%;

  padding: 2rem;
}

.formRow {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 4px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
form label {
  color: #ffffff;

  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

form input {
  border: 1px solid #ccc;

  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 4px 0 2rem;
  padding: 4px;
  width: 97%;
}

form select {
  background-color: #ffffff;
  border: 1px solid #ccc;

  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 4px 0 2rem;
  padding: 4px;
  width: 100%;
}

.submitBtn {
  -webkit-appearance: none;
  background-color: #f57f3b;

  color: #002159;
  cursor: pointer;

  font-size: 27px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 16px auto;
  padding: 8px 0;
  transition: background-color 0.5s;
  width: 100%;
}

.submitBtn:hover {
  background-color: #f57f3b;
  color: #002159;
}

.required:after {
  color: #f57f3b;
  content: " *";

  font-weight: 400;
}

.error {
  color: #f57f3b;
  display: inline-block;
}

/* USE .column_100 for a single column form row */
.column_100 {
  margin: 4px 0;
  width: 100%;
}

/* USE .column_67 for a two column form row that fills the row by 67%. Must be used with .column_33 */
.column_67 {
  margin: 4px 0;
  width: 66%;
}

/* USE .column_50 for a two column form row that fills the row by 50%. Must be used with another .column_50 */
.column_50 {
  margin: 4px 0;
  width: 48%;
}

/* USE .column_50-mobile for a two column form row that fills the row by 50%. Must be used with another .column_50. The width of the column will stay at 50% even on mobile screens */
.column_50-mobile {
  margin: 4px 0;
  width: 48%;
}

/* USE .column_67 for a three column form row that fills the row by 33%. Must be used with two other .column_33 */
.column_33 {
  margin: 4px 0;
  width: 31%;
}

/* USE .column_33-mobile for a three column form row that fills the row by 33%. Must be used two other another .column_33. The width of the column will switch to 50% on mobile screens */
.column_33-mobile {
  margin: 4px 0;
  width: 31%;
}

/* USE .column_67 for a four column form row that fills the row by 25%. Must be used with four other .column_25 */
.column_25 {
  margin: 4px 0;
  width: 22%;
}

.textarea-input {
  display: block;
  margin: 4px 0 2rem;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #ccc;

  font-size: 16px;

  padding: 10px;
  letter-spacing: 1px;
  line-height: 16px;
}
.subheader {
  color: #ffffff;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
}

.drop-zone {
  width: 100%;
  background-color: white;
  position: relative;
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  margin: 4px 0 0;
}

.drop-zone__prompt {
  font-size: 1rem;
  font-weight: 300;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.drop-zone__remove {
  height: 20px;
  width: 20px;
  background-color: #131945;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
}

.drop-zone__remove:after {
  content: "\00d7";
}
.success-container-first {
  position: relative;
  color: #131945;
  display: flex;
  margin: 0;
  flex-flow: column nowrap;

  align-items: center;
  justify-content: center;
}

.success-container {
  position: relative;
  color: #131945;
  display: flex;
  margin: 0;

  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.success-footer {
  color: #6bc5c0;
  font-weight: 700;
}
.active-block {
  /* background: rgb(19, 27, 71);
  background: -moz-linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131b47",endColorstr="#6bc5c0",GradientType=1); */

  cursor: pointer;
}
.block {
  text-align: center;
}

.block-gradient {
  display: inline-block;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 85%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 85%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 85%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.modal-gradient {
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 75%,
    transparent 100%
  );
}

.modal-content-team img {
  max-height: 300px;
}
.block-text {
  opacity: 0;
}
.block-gradient img {
  opacity: 0.5;
}

.active-block img {
  opacity: 1;
}
.text-visible {
  opacity: 100%;
}
.active:before {
  translate: 0 -32px;
}
.img-container {
  margin: 1rem 0;
text-align: center;}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1920; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-team {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  display: flex;

  flex-flow: row-reverse nowrap;

  align-items: center;
  width: 80%; /* Could be more or less, depending on screen size */

  max-width: 920px;
  background: rgb(19, 27, 71);
  background: -moz-linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 27, 71, 1) 0%,
    rgba(107, 197, 192, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131b47",endColorstr="#6bc5c0",GradientType=1);
}

/* The Close Button */
.close,
.closeFooter {
  color: #ffffff;
  float: right;
  font-size: 32px;
  font-weight: bold;
}

.close:hover,
.closeFooter:hover .close:focus,
.closeFooter:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-right {
  display: flex;
  flex-flow: column nowrap;

  justify-content: space-between;
  align-items: end;

  padding: 0 2rem 1rem;
}
.shadow-left {
  border: 0;
}
.tab {
  /* height: 100%;
  background-color: #6cc6c1; */
  z-index: 1;
  padding: 0;
}

.tab img {
  background-color: #6cc6c1;
}
.core-services {
  position: relative;
  flex-flow: column nowrap;
  color: #131945;
  display: flex;

  align-items: center;
  justify-content: center;

  background-size: cover;
}
.core-header {
  padding: 0.25rem 1rem;
  border: 2px solid #f57f3b;

  margin: 0.5rem 0.5rem 1rem;
}
.about-1 {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/about01.jpeg");
  background-size: cover;
  background-position: center;
}

.about-2 {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/about02.jpeg");
  background-size: cover;
  background-position: center;
}

.about-3 {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/about03.jpeg");
  background-size: cover;
  background-position: center;
}

.about-4 {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/about04.jpeg");
  background-size: cover;
  background-position: center;
}

.about-5 {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/about05.jpeg");
  background-size: cover;
  background-position: center;
}
.dropdown-menu {
  top: auto;
  left: auto;

  border-radius: 0;

  border: none;
  margin: 0;

  padding: 0;
}
.dropdown-item {
  color: #131945;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f57f3b;

  color: white;
}

.team-mobile {
  display: none;
}
.team-mobile img {
  width: 100%;
}

@media (max-width: 767px) {
  .team-desktop {
    display: none;
  }
  .team-mobile {
    display: block;
  }

  .team-mobile h5 {
    text-align: center;
  }

  .team-mobile .modal-right {
    padding: 2rem 2rem 1rem;
  }
  .modal-card {
    display: flex;
    background-color: #fefefe;
    margin: 1rem auto;
    padding: 20px;

    background: rgb(19, 27, 71);
    background: -moz-linear-gradient(
      0deg,
      rgba(19, 27, 71, 1) 0%,
      rgba(107, 197, 192, 1) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(19, 27, 71, 1) 0%,
      rgba(107, 197, 192, 1) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(19, 27, 71, 1) 0%,
      rgba(107, 197, 192, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131b47",endColorstr="#6bc5c0",GradientType=1);
    flex-flow: column nowrap;

    align-items: center;
  }

  .modal-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-right p {
    text-align: left;
  }
}

.success-container-first {
  padding: 0 5rem 2rem;
}

.success-container {
  padding: 2rem 5rem 2rem;
}

.tab-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  height: 200px;
  left: 0;
  z-index: -1;
}

.show-tab {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
.distinctives {
  max-width: 768px;
}

@media (max-width: 1199.98px) {
  .shadow-left {
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
  }
  .distinctives {
    max-width: 768px;
  }
}

.our-work-logo {
  max-width: 300px;
}

.impact-logo {
  max-width: 300px;
}

.modal-content-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.close,
.closeFooter {
  color: #ffffff;
  text-shadow: none;

  align-self: flex-start;
}

.close:hover,
.closeFooter:hover .close:focus,
.closeFooter:focus {
  color: #ffffff;
}

section {
  max-width: 960px;
  margin: 5rem auto;
}

.click {
  cursor: pointer;
}
.fix-padding {
  padding-right: 0;
}

.no-parallax {
  background-image: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/asheville-bg.png");
}
@media (max-width: 768px) {
  .success-container-first {
    padding: 0 1rem 2rem;
  }
  .success-container {
    padding: 2rem 1rem;
  }
}
.solutions-card {
  cursor: pointer;
}

.solutions-card:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);

  transform: scale(1.05);

  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease,
    -moz-transform 0.5s ease, -o-transform 0.5s ease;
}
.solutions-link:hover {
  text-decoration: none;
}

.solutions-icon {
  width: 75px;
  margin: 0 1rem 0 0;
}
.solutions-digital-marketing {
  max-height: 75px;
}

.core-services-bg {
  background: url("//23827192.fs1.hubspotusercontent-na1.net/hubfs/23827192/raw_assets/public/images/texture-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  position: absolute;
  height: 100%;
  width: 100%;
}
.core-services .card {
  border: none;
}

.core-services-container-first {
  position: relative;
  color: #131945;
  display: flex;
  margin: 0;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .distinctives {
    max-width: 575px;
  }
}

@media (max-width: 768px) {
  .impact-logo {
    max-width: 100%;
  }

  .core-services-icon {
    margin: 0 0 1rem;
  }

  .core-services-top {
    margin: 1rem 0 0;
  }

  .distinctives {
    max-width: 450px;
  }
  .distinctives .header-row h2 {
    font-size: 27px !important;
  }

  .distinctives .solutions-header-card p {
    font-size: 0.75rem !important;
  }

  .distinctives .tab img {
    width: 75px;
  }
  .show-tab {
    transform: translateX(-75px);
  }

  .top-section {
    margin: 5rem auto 2.5rem;
  }
}

.content-bg {
  box-shadow: -12px 0 1rem -17px rgba(0, 0, 0, 0.15);
}

.solutions-container h2 {
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .distinctives .card {
    margin: 0 0 7.5rem;
  }

  .content-bg {
    box-shadow: none;
  }
  .tab-container {
    height: auto;
  }
  .show-tab {
    transform: translateY(-100px);
  }

  .shadow-left {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 0;

    height: auto !important;

    padding: 1rem 0;
  }
  .distinctives .header-row h2 {
    font-size: 21px !important;
  }

  .distinctives .solutions-header-card p {
    font-size: 0.7rem !important;
    line-height: 1.5;
  }
  .distinctives .solutions-header-card {
    display: block;
  }

  .distinctives .card:last-child {
    margin: 0;
  }
}
@media (min-width: 350px) and (max-width: 768px) {
  .success-container-first .text-content,
  .success-container .text-content {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .success-container-first .work-logo,
  .success-container .work-logo {
    margin: 1.5rem 0;
    padding: 15px;
  }
}

@media (min-width: 575.98px) and (min-height: 500px) {
  .tf-header {
    top: 41%;
  }
  .hero-header-text::before {
    top: 41%;
  }
}

@media (min-width: 575.98px) and (max-width: 968px) {
  .solutions-container {
    margin: 5rem 2rem;
  }

  .solutions-container .card-body {
    padding: 2rem 1rem 1.25rem !important;
  }
}
@media (max-width: 575.98px) {
  .tf-header {
    top: 37%;
  }
  .hero-header-text::before {
    top: 37%;
  }

  .solutions-container .card-body {
    padding: 2rem 1rem;
  }

  .our-work-logo {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 350px) {
  .solutions-container h2 {
    font-size: 1.5rem;
  }

  .solutions-icon {
    width: 50px;
  }
}
.our-work-section {
  margin-bottom: 0;
}

@media (min-width: 1199.98px) {
  .work-container-desktop img {
    max-width: 1280px;
    padding: 0 5rem;
  }
}
/* Team */

.team-desktop-block {
  padding: 0 2rem;

  margin: 0 0 2rem;
}

.team-desktop-block img {
  width: 100%;
  position: relative;
  z-index: -1;
  display: block;
}
.team-desktop-block h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.team-desktop-block h5 {
  text-align: center;
  font-size: 0.95rem;
  margin: 0;
  padding: 0.2rem 0 0;
}

.team-mobile-block {
  padding: 0.5rem;
  margin: 0 0 2rem;
}

.team-mobile-block h2 {
  color: white;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.team-mobile-block h5 {
  font-size: 0.95rem;
  margin: 0;
  padding: 0.2rem 0 0;
}

.team-mobile-block p {
  color: white;
  text-align: left;
}

.modal-content-team h2 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .modal-content-team {
    flex-flow: column nowrap;

    margin: 2rem auto;
  }

  .modal-content-team h2 {
    margin: 1rem 0 0;
  }

  .modal-content-team h2,
  .modal-content-team h5 {
    color: #ffffff;
  }

  .close {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .block-gradient img {
    max-height: 150px;
  }
}

@media (min-width: 991.98px) {
  .block-gradient img {
    max-height: 220px;
  }
}
@media (max-width: 768px) {
  .team-mobile .modal-card {
    display: flex;
    background-color: #fefefe;

    padding: 20px;
    background: rgb(19, 27, 71);
    background: -moz-linear-gradient(
      0deg,
      rgba(19, 27, 71, 1) 0%,
      rgba(107, 197, 192, 1) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(19, 27, 71, 1) 0%,
      rgba(107, 197, 192, 1) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(19, 27, 71, 1) 0%,
      rgba(107, 197, 192, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131b47",endColorstr="#6bc5c0",GradientType=1);
    flex-flow: column nowrap;
    align-items: center;

    margin: 1rem 2rem 0;
  }

  .team-mobile .collapse-btn {
    margin: 0 2rem;
    display: flex;
    justify-content: center;
    background: #6cc6c1;
    color: #131945;
  }
  .team-mobile .modal-right {
    align-items: center;
    padding: 2rem 1rem 1rem;
  }

  .team-mobile h2,
  .team-mobile h5 {
    color: white;
  }
  .team-mobile p {
    font-size: 0.75rem;
  }

  .team-mobile p:first-child {
    margin: 1rem 0;
    font-size: 0.75rem;
  }
}
@media (min-width: 1700px) {
  .hero-image {
    background-position: center -200px;
  }
}
@media (min-width: 1980px) {
  .hero-image {
    background-position: center -300px;
  }
}

.row-fluid-wrapper { z-index: 1; position: relative;}

.row-fluid-wrapper.form-row-0-background-color { background-color: transparent !important; z-index: 1;}

fieldset {max-width: 100% !important; }

.input select { width: 100% !important; }

.input textarea { width: 100% !important; margin: 4px 0 2rem;}
.container-fluid input { width: 100% !important; }
.connect-form .topography {width: 90%;}

.input input {background-color: #ffffff;}

.hs-submit {margin: 0 auto; width: 100%;}

@media (min-width: 767px) {.hs-submit {margin: 0 auto; max-width: 300px;}}

.actions .hs-button {border: 1px solid #f57f3b !important; background-color: transparent; padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #ffffff; font-weight: 700;
    }

.actions .hs-button:hover {background-color: #f57f3b;}

.hs-form-required {color: #f57f3b; max-width: 300px;
    margin: 0 auto;}


.hs-error-msgs {padding: 0;
  list-style: none; font-style: italic;}

.hs-error-msgs label {font-size: 1rem;}

.hs_attachment legend {color: #ffffff;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
  font-weight: 300;}
@media (max-width: 480px) {.container-fluid .input { margin: 0 !important; }

  @media (min-width: 992px) {
  .actions .hs-button {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 0;
  }

   

}