:root {
  --body: #4f4f4f;
  --vforce-orange: #f15e2b;
  --dark-slate-gray-2: #243039;
  --dark-slate-gray: #4d565d;
  --medium-turquoise: #4aaec2;
  --dark-gray: #999;
  --medium-aquamarine: #5cc489;
  --pale-violet-red: #d25f7c;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Lora;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Slab, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--body);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

a {
  color: #fff;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.hero-section {
  background-image: linear-gradient(135deg, #1e2121d1 1%, #20202024 98%), url('../images/photo-1439189741837-58720e8d82d5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  padding-top: 184px;
  position: relative;
}

.navbar {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding: 17px 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.menu-link {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menu-icon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menu-button {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: #ffffff1a;
}

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

.long-text {
  color: #fff;
  margin-top: 7px;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-family: Roboto Slab, sans-serif;
  font-size: 50px;
  line-height: 51px;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-content {
  text-align: center;
  margin-top: 200px;
  padding-bottom: 100px;
  display: block;
}

.button {
  background-color: var(--vforce-orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px;
  margin-left: 0;
  padding: 12px 35px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #f17228;
}

.button.cta, .button.secondary {
  color: #000;
  background-color: #fff;
}

.button.new-project-section {
  display: inline-block;
}

.button.new-project-section.new {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.vforceteams {
  margin-left: 0;
}

.button.projects-page {
  display: none;
}

.main-section {
  background-color: #0000;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.dark {
  background-color: #fff;
  background-image: linear-gradient(#232f3878, #232f384f 99%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  padding-top: 0;
  padding-bottom: 89px;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.blog-title {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.category-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-family: Oxygen;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  border-top: 1px solid #e5e5e5;
  height: 93px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.thumbnail-date {
  float: right;
  color: #999;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnail-date.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.author-img {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.thumb-details {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.preview-text {
  color: #7a7a7a;
  height: 40px;
  font-family: Oxygen;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.author-title {
  float: left;
  color: #999;
  font-family: Oxygen;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-heading {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section-heading.testimonial-text {
  color: #fff;
  padding-right: 0;
}

.section-heading.testimonial-text.cta {
  margin-top: 30px;
  padding-right: 60px;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.white {
  color: #efefef;
}

.form-wrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.field {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.submit-button {
  background-color: #ffffff47;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  font-family: Oxygen;
  transition: background-color .35s, color .35s;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  background-color: #0000;
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 0;
}

.footer-link {
  float: none;
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-family: Oxygen;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.featured-wrapper {
  border-radius: 3px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.featured-wrapper:hover {
  transform: translate(0, -5px);
}

.featured-text {
  background-image: linear-gradient(#00000008, #0009 46%, #000000c2);
  padding: 60px 20px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-title {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 30px;
  display: block;
}

.category-tag-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  padding: 7px 9px 6px;
  font-family: Oxygen;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featured-description {
  color: #ffffffb3;
  text-align: left;
  padding-right: 44px;
  font-family: Oxygen;
  font-size: 14px;
  line-height: 25px;
}

.featured-details {
  padding: 10px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-image {
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0;
}

.blog-date {
  color: #999;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 25px;
  display: inline-block;
}

.blog-category {
  color: #d25f7c;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  text-decoration: none;
  display: inline-block;
}

.author-link {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.author-link:hover {
  transform: scale(1.02);
}

.author-wrapper {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-name {
  color: #353535;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  text-align: center;
  background-image: url('../images/bridges.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding-top: 125px;
  position: relative;
}

.inner-hero.about-page {
  background-image: url('../images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  float: left;
  border-radius: 6px;
  width: 300px;
  margin-bottom: 17px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.author-name-main {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  opacity: .7;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0;
  transition: opacity .4s;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.smallest-divider {
  background-color: #dedede;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.author-bio {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  opacity: .82;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

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

.blog-post {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  background-color: #232f3838;
  border-radius: 2px;
  width: 80%;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  position: static;
}

.nav-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .6px;
  text-transform: none;
  padding: 10px 20px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .2s, transform .2s;
  display: block;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  display: block;
}

.nav-link.standard {
  color: #000;
  display: block;
}

.view-all {
  color: #fff9;
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: color .3s;
}

.full-divide {
  background-color: #dedede;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.author-photo {
  border-radius: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.category-section {
  background-color: #fff;
  border: 1px #000;
  border-bottom-color: #e9e9e9;
  padding-top: 9px;
  padding-bottom: 9px;
}

.category-section.cta {
  background-color: var(--vforce-orange);
  border-bottom-style: none;
}

.category-section.corona {
  padding-top: 0;
}

.category-section.featured {
  display: none;
}

.category-link {
  color: #768088;
  text-align: center;
  border-radius: 3px;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.category-link:hover {
  color: #243039;
  background-color: #f0f0f0;
}

.dark-overlay {
  z-index: 0;
  opacity: .23;
  text-shadow: none;
  background-color: #000;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
}

.footer-links {
  color: #000;
  text-align: right;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
}

.category-block {
  padding: 10px;
  text-decoration: none;
  display: block;
}

.category-thumbnail {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000063;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 140px;
  padding: 57px 30px 30px;
  font-size: 23px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category-name, .hero-wrapper {
  z-index: 10;
  position: relative;
}

.close-x {
  display: none;
}

.field-label {
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contact-field {
  border-radius: 2px;
  height: 50px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
}

.contact-field:focus {
  color: #243039;
  border: 1px solid #5cc489;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  color: #243039;
  background-image: url('../images/social-18.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  color: #fff;
  background-color: #5cc489;
  border-radius: 3px;
  padding-top: 27px;
}

.success-text {
  font-size: 16px;
}

.section-title {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 7px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-2 {
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0685.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider {
  height: 80vh;
}

.slider.home {
  height: 80vh;
  display: block;
  top: -150px;
}

.image {
  background-color: #000000e3;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-left: 20px;
}

.social-icons-container {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.why-join-container {
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.why-join-container.testimonial {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.why-join-container.why {
  margin-top: 0;
}

.why-join-container.prject-page {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph {
  color: #4f4f4f;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph.testimonial {
  color: #d8d8d8;
}

.paragraph.testimonial.person {
  color: var(--vforce-orange);
  padding-left: 20px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.paragraph.left {
  text-align: left;
}

.paragraph.new-project {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.featured-projects {
  text-align: center;
}

.value-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  padding-top: 20px;
}

.heading {
  text-align: center;
  font-family: Roboto Slab, sans-serif;
  line-height: 26px;
}

.image-2 {
  display: block;
}

.value-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-left: 220px;
  padding-right: 220px;
  display: grid;
}

.project-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27vw;
  height: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.project-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.project-content.training {
  background-image: linear-gradient(#00000080, #00000080), url('../images/87465574_3855737927799677_3555421236693565440_n.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-content.project {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-2-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-content.training-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2020-03-06-at-13.30.11.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-content.training-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2020-03-06-at-21.32.29.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-cta {
  border: 1px solid #e9e9e9;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.project-tags {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.project-details {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.project-heading {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
}

.project-location {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 15px;
  padding-left: 0;
  display: flex;
}

.location-icon {
  margin-bottom: 0;
}

.project-location-text {
  color: #000;
  letter-spacing: 1px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.project-tag {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.project-tag-text {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.project-button {
  color: var(--vforce-orange);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 3px;
  padding: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.project-button:hover {
  color: var(--dark-slate-gray-2);
  background-color: #0000;
}

.testimonial-section {
  background-color: #000;
  border: 1px #000;
  border-bottom-color: #e9e9e9;
  padding-top: 9px;
  padding-bottom: 9px;
}

.slider-2 {
  background-color: #0000;
  margin-top: -28px;
}

.quote {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 700;
  line-height: 37px;
}

.quote.testimonial-text {
  color: #fff;
}

.slide-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.quote-person {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-3 {
  border: 2px solid #fff;
  border-radius: 100px;
  max-width: 100%;
}

.slide-nav {
  font-size: 9px;
}

.cta {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.main-footer {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.main-footer.dark {
  background-color: #fff;
  background-image: linear-gradient(#232f3878, #232f384f 99%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.main-footer.gray {
  background-color: #f8f8f8;
}

.main-footer.bottom-padding {
  padding-top: 0;
  padding-bottom: 89px;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.footer-container.testimonial {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-blurb {
  color: #bdbdbd;
  font-family: Roboto, sans-serif;
}

.heading-2 {
  text-align: left;
  align-self: auto;
  margin-top: 20px;
  font-weight: 500;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

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

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

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

.covid-banner {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.banner-mobile {
  display: none;
}

.banner-videos {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.banner-videos.testimonial {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.banner-videos.why {
  margin-top: 0;
}

.youtube-videos {
  background-image: none;
  background-size: cover;
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.grid-2 {
  grid-template-rows: auto;
}

.text-center-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: block;
}

.flex-container.hide {
  margin-top: 60px;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 100%;
}

.paragraph-2, .heading-3 {
  font-family: Roboto, sans-serif;
}

.button-2 {
  color: #fafafa;
  letter-spacing: 1px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.content-container {
  padding-top: 40px;
  padding-bottom: 20px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-logo-new {
  margin-bottom: 0;
  display: inline;
}

.nav-menu-2 {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.container-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-container {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-2 {
  background-image: none;
  border-bottom: 1px solid #e9e9e9;
  display: none;
  position: static;
}

.title-container {
  padding-top: 140px;
  padding-bottom: 20px;
}

.title-container.center {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.title-container.center.past-projects {
  padding-top: 0;
  padding-bottom: 20px;
}

.title-container.center.about {
  padding-top: 40px;
}

.project-details-container {
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.project-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-detail-content {
  padding-bottom: 20px;
}

.heading-4 {
  line-height: 50px;
}

.project-cta-container {
  background-color: var(--vforce-orange);
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.button-copy {
  background-color: var(--vforce-orange);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 12px 35px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.button-copy:hover {
  color: #fff;
  background-color: #f17228;
}

.button-copy.cta {
  color: #000;
  background-color: #fff;
}

.project-cta-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.project-details-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.link, .link-2 {
  color: #000;
}

.normal-container {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-image-copy, .image-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-wrap.left {
  padding-right: 40px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  justify-items: stretch;
}

.normal-container-grid {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.normal-container-grid.faq {
  display: none;
}

.milestones-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.milestones-container.center {
  text-align: center;
  padding-bottom: 60px;
}

.milestone-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.milestone-number {
  margin-bottom: 15px;
  font-size: 64px;
}

.milestone-text {
  font-size: 28px;
}

.about-us-h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-thumbnail {
  border: 1px solid #e9e9e9;
  border-top-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.project-card-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.special-project {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.special-project.single-project {
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}

.special-project.single-project.img-video {
  padding-bottom: 60px;
  display: block;
}

.special-project.single-project.hide {
  display: none;
}

.special-project.single-project.margin {
  padding-bottom: 40px;
}

.special-project.group {
  display: none;
}

.special-project.image-video {
  display: flex;
}

.special-project.mobile-grid {
  margin-bottom: 42px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.special-project.mobile-grid.hide {
  display: none;
}

.hero-image-mask {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 40px;
  display: grid;
}

.hero-image-mask.img-video {
  margin-left: 0;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper {
  display: inline;
  overflow: visible;
}

.heading-5 {
  text-align: center;
}

.text-span {
  color: #000;
  padding-bottom: 10px;
  padding-right: 10px;
  font-weight: 400;
  display: inline;
}

.text-span-2, .text-span-3 {
  font-weight: 400;
}

.special-project-div {
  flex-flow: column;
  place-content: stretch flex-start;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
}

.heo-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0685.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90vh;
  display: none;
}

.full-container {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.navigation-bar {
  z-index: 5;
  color: #000;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  display: block;
  position: relative;
  inset: 0% 0% 0;
}

.navigation-bar.old {
  display: block;
}

.nav-menu-3 {
  clear: none;
  color: #000;
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: block;
}

.nav-link-white {
  color: #000;
  letter-spacing: .6px;
  padding: 10px 18px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-white.w--current {
  color: #000;
}

.image-4 {
  display: inline;
}

.div-block-3 {
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navigation-bar-white {
  z-index: 5;
  border-bottom: 1px solid var(--dark-slate-gray);
  color: #000;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .6px;
  padding: 10px 18px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3.w--current {
  color: #fff;
  padding-left: 18px;
  padding-right: 18px;
}

.section-2 {
  display: flex;
}

.heading-6 {
  flex-wrap: nowrap;
  place-content: center;
  align-self: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.div-block-4 {
  justify-content: flex-start;
  display: flex;
}

.div-block-5 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-left: 0;
}

.image-5 {
  float: none;
}

.special-project-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  display: grid;
}

.special-project-grid.image-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.special-project-image {
  width: 100%;
  height: auto;
  display: inline;
}

.text-span-description {
  color: #000;
  padding-bottom: 10px;
  font-weight: 400;
  display: block;
}

.image-7 {
  margin-bottom: 0;
}

.heading-7 {
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
}

.youtube-2 {
  margin-bottom: 0;
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
}

.link-3, .link-4, .link-5 {
  color: var(--medium-turquoise);
}

.container-4 {
  margin-top: 20px;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.text-block-2 {
  color: var(--dark-slate-gray-2);
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.div-block-6 {
  display: flex;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.collection-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  display: block;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-weight: 400;
}

.empty-state, .empty-state-2 {
  background-color: #fff;
}

.grieve-post {
  width: 100%;
}

html.w-mod-js [data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hero-text-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: scale(.97);
}

html.w-mod-js [data-ix="view-more"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 48px;
  }

  .navbar {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-content {
    margin-top: 0;
    padding-top: 180px;
  }

  .button.new-project-section.new {
    margin-bottom: 40px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .section-heading {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-text {
    padding-top: 70px;
    position: absolute;
    inset: 0;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    color: #000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .nav-link:hover {
    color: var(--vforce-orange);
  }

  .nav-link.w--current {
    color: var(--vforce-orange);
    display: block;
  }

  .footer-links {
    padding-bottom: 40px;
  }

  .category-block {
    padding: 10px 0;
  }

  .slide {
    z-index: -1;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    height: 48vh;
  }

  .slider.home {
    height: auto;
  }

  .projects-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .project-block {
    width: 45em;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-content {
    height: auto;
  }

  .quote {
    text-align: center;
    display: block;
  }

  .main-footer {
    padding: 40px 10px;
  }

  .main-footer.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    z-index: auto;
    background-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: 600px;
    padding-top: 104px;
    padding-bottom: 40px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: #fff;
    display: block;
  }

  .icon.white-bg {
    color: #000;
  }

  .title-container.center {
    padding-top: 140px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

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

  .special-project.single-project {
    padding-bottom: 60px;
  }

  .special-project.single-project.img-video {
    padding-bottom: 40px;
  }

  .collection-list-wrapper {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .special-project-div {
    display: flex;
  }

  .nav-menu-3 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .nav-link-white {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link-white.w--current {
    color: #000;
  }

  .menu-button-3 {
    color: var(--vforce-orange);
    background-color: #0000;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .icon-2 {
    color: #000;
  }

  .nav-link-3 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link-3.w--current {
    color: #000;
  }

  .icon-22 {
    color: #fff;
  }

  .special-project-grid {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .special-project-image {
    width: 500px;
    height: auto;
  }

  .youtube {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }

  .hero-content {
    margin-top: 0;
    padding-top: 160px;
  }

  .button.cta {
    padding-left: 10px;
  }

  .button.vforceteams {
    margin-left: 0;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading.testimonial-text.cta {
    padding-right: 0;
  }

  .featured-text {
    inset: auto 0 0;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-bottom: 6px;
    margin-right: 13px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .navmenu {
    width: 100%;
  }

  .category-wrapper {
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .about-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .success-message {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .slider {
    height: 35vh;
  }

  .slider.home {
    top: -145px;
  }

  .paragraph {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.new-project {
    text-align: center;
    padding-left: 20px;
  }

  .project-block {
    width: 90vw;
  }

  .cta {
    flex-direction: column;
    padding-right: 0;
  }

  .main-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-footer.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-menu-2 {
    height: 500px;
  }

  .icon {
    color: #fff;
  }

  .title-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-details-container {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-cta-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-cta-h2 {
    text-align: center;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 27px;
  }

  .normal-container {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrap.left {
    padding-right: 0;
  }

  .section-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .normal-container-grid {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .milestones-container {
    flex-direction: column;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .milestone-block {
    margin-top: 20px;
  }

  .special-project {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    height: auto;
  }

  .text-span {
    padding-right: 1px;
  }

  .special-project-div {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-top: 10px;
  }

  .special-project-image {
    width: 100%;
    height: auto;
  }

  .youtube {
    width: 100%;
  }

  .image-8 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-section {
    height: 430px;
    padding-top: 118px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar {
    flex-direction: column;
    padding: 7px 15px;
    display: none;
  }

  .menu-link, .menu-icon {
    display: none;
  }

  .menu-button {
    margin-top: 13px;
    display: none;
  }

  .long-text {
    margin-top: 0;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .hero-content {
    margin-top: 0;
    padding: 140px 14px 100px;
  }

  .button.cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.new-project-section {
    margin-left: 63px;
  }

  .button.new-project-section.new {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .button.vforceteams {
    margin-left: 44px;
    margin-right: 0;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-img {
    display: block;
  }

  .section-heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px;
    display: flex;
  }

  .section-heading.testimonial-text {
    padding-right: 0;
  }

  .section-heading.testimonial-text.cta {
    margin-bottom: 0;
    padding-right: 0;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .footer-section {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .featured-text {
    padding: 0 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-hero {
    height: 330px;
  }

  .author-picture {
    float: none;
    text-align: center;
    border-radius: 110px;
    width: 130px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-name-main {
    text-align: center;
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
  }

  .authorbio {
    text-align: center;
    font-size: 14px;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .navmenu {
    float: none;
    background-color: #232f38b8;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .nav-link:hover {
    color: var(--vforce-orange);
  }

  .nav-link.w--current {
    opacity: 1;
    color: var(--vforce-orange);
  }

  .category-section.cta {
    margin-top: 0;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .nav-menu {
    background-color: #232f38eb;
    width: 100%;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .close-x {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .success-text {
    line-height: 27px;
  }

  .slider {
    height: 22vh;
  }

  .slider.home {
    top: -134px;
  }

  .grid {
    padding-top: 20px;
    padding-left: 0;
  }

  .social-icons-container {
    flex-direction: column;
    align-items: center;
  }

  .why-join-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-join-container.testimonial {
    margin-bottom: 40px;
  }

  .why-join-container.why {
    margin-top: -43px;
  }

  .div-block {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.new-project {
    text-align: center;
    padding-top: 0;
  }

  .paragraph.featured-projects {
    text-align: center;
  }

  .value-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .value-block {
    padding-bottom: 20px;
  }

  .projects-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .project-block {
    width: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content {
    height: auto;
  }

  .project-content.project {
    align-items: flex-start;
    width: 100%;
  }

  .project-cta {
    padding-bottom: 25px;
  }

  .project-tags {
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 0;
  }

  .project-details {
    padding-top: 0;
    padding-left: 20px;
  }

  .project-heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-tag {
    margin-bottom: 10px;
  }

  .project-tag-text {
    text-align: left;
  }

  .testimonial-section {
    padding-bottom: 20px;
  }

  .slider-2 {
    width: 100vw;
    height: 160vw;
    margin-top: -22px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .quote {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .slide-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slide-nav {
    font-size: 13px;
  }

  .cta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container.testimonial {
    margin-bottom: 40px;
  }

  .footer-blurb {
    font-size: 14px;
  }

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

  .banner-mobile {
    display: block;
  }

  .desktop-banner {
    display: none;
  }

  .banner-videos {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-videos.testimonial {
    margin-bottom: 40px;
  }

  .banner-videos.why {
    margin-top: -43px;
  }

  .text-center-wrap {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-container {
    display: flex;
  }

  .button-2 {
    background-color: var(--vforce-orange);
    text-align: center;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    color: #fff;
    display: block;
  }

  .title-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button-copy.cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-details-wrapper {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .normal-container {
    flex-direction: column;
  }

  .project-image-copy, .image-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .content-wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .normal-container-grid {
    flex-direction: column;
  }

  .milestones-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-thumbnail {
    height: 60vw;
    min-height: 190px;
    max-height: 250px;
  }

  .special-project.single-project {
    justify-content: center;
    display: flex;
  }

  .special-project.image-video {
    display: flex;
  }

  .special-project.mobile-grid {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image {
    height: auto;
  }

  .text-span {
    padding-right: 0;
  }

  .special-project-div {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-bar {
    padding-top: 10px;
    display: block;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .brand {
    padding-top: 10px;
  }

  .navigation-bar-white {
    padding-top: 10px;
    display: block;
  }

  .special-project-grid {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding-top: 0;
    display: grid;
  }

  .image-6 {
    height: 100%;
  }

  .special-project-image {
    width: 100%;
    height: auto;
  }

  .text-block-2 {
    text-align: center;
  }
}

#w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e02, #w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e03, #w-node-cdd8c3fe-1f33-2a2d-2236-ce78291da419-6fb88e03 {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e02, #w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e03, #w-node-cdd8c3fe-1f33-2a2d-2236-ce78291da419-6fb88e03 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eba5c593-2230-44df-f3a3-f803614424ac-6fb88dfd {
    justify-self: auto;
  }

  #w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e03, #w-node-cdd8c3fe-1f33-2a2d-2236-ce78291da419-6fb88e03 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e02, #w-node-_356c0ceb-4eea-c862-0e88-4413b55d666c-6fb88e03, #w-node-cdd8c3fe-1f33-2a2d-2236-ce78291da419-6fb88e03 {
    order: 9999;
  }
}


