.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;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Overpass, sans-serif;
  color: #cc2126;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  color: #cc2126;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  color: #22408c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #22408c;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  font-family: Overpass, sans-serif;
  color: #6f7272;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

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

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

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

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

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: azo-sans-web, sans-serif;
  color: #747474;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  margin-left: 0vh;
  padding: 10px 3vh;
  background-color: #fff;
}

.navlink {
  padding-right: 20px;
  font-family: Overpass, sans-serif;
  color: #22408c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.navlink:hover {
  color: #cc2126;
}

.navlink.w--current {
  color: #22408c;
  font-size: 20px;
}

.navlink.contact {
  border: 1px solid #000;
  border-radius: 0px;
}

.nav-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 780px;
  padding: 500px 3vh;
  -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: linear-gradient(135deg, rgba(34, 64, 140, 0.82), rgba(0, 0, 0, 0.29)), url('../images/familia.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.centered-container {
  display: block;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
}

.button {
  margin-right: 0px;
  padding: 25px;
  background-color: #22408c;
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #cc2126;
}

.button.explore {
  background-color: rgba(123, 192, 78, 0.75);
}

.button.explore:hover {
  background-color: rgba(2, 162, 155, 0.75);
}

.div-block {
  text-align: left;
}

.section {
  padding: 50px;
  background-color: #02a29b;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 231, 236, 0.83)), to(#fff));
  background-image: linear-gradient(0deg, rgba(229, 231, 236, 0.83), #fff);
  font-family: Overpass, sans-serif;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container.partners {
  margin-top: 40px;
  margin-bottom: 0px;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #7bc04e;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 200px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
}

.footer-link:hover {
  text-decoration: none;
}

.paragraph-2 {
  color: #6f7272;
}

.text-block {
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

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

.grid-thirds {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-thirds.card-grid-thirds {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #02a29b;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ecebea;
  border-radius: 6px;
  background-color: #fff;
}

.card:hover {
  text-decoration: none;
}

.card.no-border {
  position: relative;
}

.card-image-head {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-body {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.card-body-large {
  padding: 36px;
}

.card-body.card-body-large.text-center {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hover-link {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222525;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

.text-space-left-large {
  margin-left: 24px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-large {
  font-size: 18px;
  line-height: 28px;
}

.text-large.footer-text {
  max-width: 294px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.footer-2 {
  padding: 96px 3vh 48px;
  background-color: #7bc04e;
  background-image: linear-gradient(225deg, #02a29b, #7bc04e);
}

.container {
  position: relative;
  z-index: 1;
  display: inline;
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-3-row-lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo.w--current {
  margin-bottom: 24px;
}

.social-icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-3-links {
  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;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.social-icon.social-icon-dark {
  opacity: 0.75;
}

.button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.button-circle.button-small {
  width: 36px;
  height: 36px;
}

.button-circle.button-small.bg-gray-3 {
  color: #fff;
}

.list-item {
  margin-right: 4px;
  margin-left: 4px;
}

.footer-3-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.fdm {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.fdm:hover {
  color: #fff;
}

.text-block-2 {
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-weight: 300;
}

.columns {
  margin-bottom: 40px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.utility-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ecebea;
  font-size: 14px;
  line-height: 20px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.utility-row-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.utility-row-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-row {
  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;
}

.container-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.button-2 {
  position: relative;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #068466;
  border-radius: 5px;
  background-color: #068466;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button-2.button-small {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.text-space-left {
  margin-left: 12px;
}

.utility-bar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.rich-text-block {
  color: #fff;
}

.text-block-3 {
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: right;
}

.column-2 {
  text-align: left;
}

.column-3 {
  text-align: left;
}

.column-4 {
  background-image: url('../images/nxt_education.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.column-5 {
  height: 800px;
  padding: 300px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nxt_industrial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nxt_industrial.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/nxt_industrial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/nxt_industrial.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.education {
  height: 800px;
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nxt_education.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nxt_education.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.education:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/nxt_education.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/nxt_education.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.landscaping {
  height: 800px;
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nxt_landscaping.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nxt_landscaping.jpg');
}

.column-5.landscaping:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/nxt_landscaping.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/nxt_landscaping.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.landscaping.medical {
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nxxt_medical.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nxxt_medical.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.landscaping.medical:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/nxxt_medical.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/nxxt_medical.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.tech {
  height: 800px;
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nxt_IT.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nxt_IT.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.tech:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/nxt_IT.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/nxt_IT.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.tech.callcenter {
  height: 800px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nxt_callcenter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nxt_callcenter.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.column-5.tech.callcenter:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/nxt_callcenter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/nxt_callcenter.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-2 {
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-3 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

.container-3 {
  display: inline;
  margin-right: 5vh;
  margin-left: 5vh;
}

.text-block-4 {
  margin-bottom: 40px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.container-4 {
  display: inline;
  font-family: azo-sans-web, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #cc2126;
  text-align: center;
}

.link-2 {
  display: block;
  padding: 30px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2:hover {
  color: hsla(0, 0%, 100%, 0.44);
}

.italic-text {
  color: #7bc04e;
  font-style: normal;
}

.italic-text-2 {
  color: #7bc04e;
  font-style: normal;
}

.dropdown-list {
  background-color: #7bc04e;
}

.dropdown-list.w--open {
  background-image: linear-gradient(225deg, #02a29b, #7bc04e);
  box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.32);
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: azo-sans-web, sans-serif;
  color: #fff;
  font-weight: 300;
}

.dropdown-link:hover {
  background-color: #fff;
  color: #02a29b;
}

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

.dropdown-link.w--current:hover {
  color: #02a29b;
}

.header {
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: linear-gradient(225deg, rgba(2, 162, 155, 0.84), rgba(123, 192, 78, 0.5)), url('../images/rectangle-small-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.header.contact {
  background-image: linear-gradient(225deg, rgba(2, 162, 155, 0.84), rgba(123, 192, 78, 0.5)), url('../images/small-nurse-reassuring-patient-KL87H9P.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.career {
  background-image: linear-gradient(225deg, rgba(2, 162, 155, 0.84), rgba(123, 192, 78, 0.5)), url('../images/smal--woman-working-busy-office-concept-P3ULGU6.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.header.about {
  padding: 300px 3vh;
  background-image: linear-gradient(225deg, #22408c, rgba(8, 19, 49, 0.69)), url('../images/small-worker-with-forkift-pallet-stacker-i-A5E6J8B.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  font-family: Overpass, sans-serif;
}

.header.about.services {
  background-image: linear-gradient(225deg, #22408c, rgba(8, 19, 49, 0.69)), url('../images/lcdcphoto3.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header.about.events {
  background-image: linear-gradient(225deg, #22408c, rgba(8, 19, 49, 0.69)), url('../images/AdobeStock_330830789.jpeg');
}

.header.about.contact {
  background-image: linear-gradient(225deg, #22408c, rgba(8, 19, 49, 0.69)), url('../images/sq2.png');
}

.header.about.media {
  background-image: linear-gradient(225deg, #22408c, rgba(8, 19, 49, 0.69)), url('../images/Screen-Shot-2020-08-21-at-7.39.29-PM.png');
}

.heading-3 {
  margin-top: 0px;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-3 {
  padding: 150px 3vh;
  background-color: #fff;
}

.html-embed {
  font-family: azo-sans-web, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.body {
  margin-right: 3vh;
  margin-left: 3vh;
  background-color: #eee;
  font-family: azo-sans-web, sans-serif;
  color: #6f7272;
}

.container-5 {
  display: inline;
}

.sidebarlink {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Overpass, sans-serif;
  color: #22408c;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.sidebarlink:hover {
  color: #cc2126;
}

.sidebarlink.w--current {
  color: #22408c;
}

.sidebar {
  padding: 0px;
  font-family: Overpass, sans-serif;
}

.link-3 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: hsla(0, 0%, 100%, 0.63);
}

.button-3 {
  display: block;
  padding: 25px 60px;
  float: left;
  background-color: #cc2126;
  font-family: Overpass, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  background-color: #22408c;
  color: #fff;
}

.button-3.centered {
  display: inline;
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-3.centered.small {
  padding-right: 20px;
  padding-left: 20px;
}

.body-2 {
  margin: 0px 3vh;
  background-color: #eee;
  font-family: Overpass, sans-serif;
}

.footer-3 {
  padding: 100px 3vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #071331;
  text-align: center;
  background-clip: border-box;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Overpass, sans-serif;
  color: #cc2126;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #cc2126;
  text-decoration: none;
}

.legal {
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  color: #fff;
}

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

.div-block-3 {
  font-family: Overpass, sans-serif;
  color: #fff;
}

.list-2 {
  font-family: azo-sans-web, sans-serif;
}

.div-block-4 {
  font-family: azo-sans-web, sans-serif;
}

.fdm-2 {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.fdm-2:hover {
  color: #fff;
}

.list-item-2 {
  font-family: Overpass, sans-serif;
}

.listitem {
  font-family: Overpass, sans-serif;
}

.list-item-4 {
  font-family: Overpass, sans-serif;
}

.list-item-5 {
  font-family: Overpass, sans-serif;
}

.list-item-6 {
  font-family: Overpass, sans-serif;
}

.box-card {
  padding: 20px;
  background-color: #f7f7f7;
}

.paragraph-4 {
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 30px;
}

.heading-4 {
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 50px;
}

.boxbutton {
  display: block;
  padding: 20px;
  background-color: #cc2126;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.boxbutton:hover {
  background-color: #22408c;
}

.video {
  margin-top: 40px;
  margin-bottom: 40px;
}

.partners1 {
  text-align: center;
}

.link-block-3 {
  text-align: center;
}

.link-block-4 {
  text-align: center;
}

.link-block-5 {
  text-align: center;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.partners {
  margin-bottom: 70px;
}

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

.div-block-5 {
  margin-bottom: 25px;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.04);
}

.div-block-5.services {
  margin-bottom: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.rich-text-block-2 {
  font-family: Overpass, sans-serif;
  font-size: 50px;
}

.rich-text-block-4.rich2 {
  margin-bottom: 0px;
}

.ig-feed {
  margin-bottom: 258px;
}

.h1youtube {
  margin-top: 75px;
}

.html-embed-2 {
  text-align: center;
}

.button-4 {
  display: block;
  padding: 30px;
  background-color: #071331;
  font-family: Overpass, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.cta-4 {
  padding: 20px;
  background-color: #cc2126;
}

.video-2 {
  margin-bottom: 40px;
}

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

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

.h167 {
  margin-top: 0px;
}

.image-2 {
  margin-bottom: 60px;
}

.image-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-4 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.asmile {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  color: #fff;
}

.link-block-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
}

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

.linkasmile:hover {
  color: #fab958;
}

.heading-9 {
  margin-bottom: 0px;
}

.grid-3 {
  margin-bottom: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  margin-bottom: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .navlink {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 20px;
  }

  .navlink {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    text-transform: none;
  }

  .navlink.w--current {
    text-transform: none;
  }

  .industries {
    display: inline;
  }

  .section-2 {
    background-color: #cc2126;
  }

  .header.contact {
    background-image: linear-gradient(225deg, rgba(2, 162, 155, 0.84), rgba(123, 192, 78, 0.5)), url('../images/small-nurse-reassuring-patient-KL87H9P.jpg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .header.about {
    background-position: 0px 0px, 50% 30%;
  }

  .link-3 {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .button-3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .body-2 {
    background-image: none;
  }

  .footer-3 {
    padding: 100px 3vh;
    background-color: #071331;
  }

  .footer-image-2 {
    display: inline-block;
    width: 40%;
    text-align: center;
  }

  .footer-heading-2 {
    color: #cc2126;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }

  .footer-link-2 {
    font-family: Overpass, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
  }

  .footer-link-2:hover {
    text-decoration: none;
  }

  .container-6 {
    text-align: center;
  }

  .link-block {
    margin-bottom: 60px;
  }

  .list {
    color: #fff;
  }

  .legal {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Overpass, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
  }

  .columns-2 {
    margin-bottom: 0px;
    padding-left: 10px;
  }

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

  .div-block-2 {
    margin-right: 3vh;
    margin-left: 3vh;
  }

  .fdm-2 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .navlink {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }

  .header.career {
    background-image: linear-gradient(225deg, rgba(2, 162, 155, 0.84) 39%, #7bc04e), url('../images/smal--woman-working-busy-office-concept-P3ULGU6.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 1647px;
  }

  .header.about {
    background-position: 0px 0px, 50% 20%;
  }

  .header.about.services {
    padding-top: 400px;
    padding-bottom: 400px;
    background-position: 0px 0px, 50% 40%;
  }

  .header.about.events {
    background-position: 0px 0px, 50% 40%;
  }

  .header.about.media {
    background-position: 0px 0px, 50% 50%;
  }

  .body {
    margin-right: 15vh;
    margin-left: 15vh;
  }

  .footer-link-2 {
    font-family: Overpass, sans-serif;
  }

  .legal {
    margin-bottom: 40px;
    font-family: Overpass, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
  }

  h3 {
    text-align: center;
  }

  h4 {
    text-align: center;
  }

  p {
    text-align: center;
  }

  .navbar {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .navlink {
    padding: 50px 0px;
    color: #fff;
    line-height: 25px;
    text-align: center;
  }

  .navlink:hover {
    color: hsla(0, 0%, 100%, 0.57);
  }

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

  .nav-menu {
    margin-top: 0px;
    background-color: #cc2126;
  }

  .cards-grid-container {
    display: block;
    grid-column-gap: 20px;
    text-align: center;
  }

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

  .grid-thirds {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .footer-2 {
    padding-top: 72px;
  }

  .footer-3-row-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-3-links {
    margin-bottom: 24px;
  }

  .footer-3-row {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .column {
    text-align: center;
  }

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

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

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

  .menu-button {
    margin-top: 10px;
    color: #02a29b;
  }

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

  .dropdown-link {
    text-align: center;
  }

  .header.career {
    background-size: auto, cover;
  }

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

  .column-6 {
    display: none;
  }

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

  .footer-heading-2 {
    text-align: center;
  }

  .footer-link-2 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .link-block {
    margin-bottom: 60px;
  }

  .div-block-3 {
    text-align: center;
  }

  .icon {
    color: #cc2126;
  }

  .box-card {
    margin-bottom: 60px;
  }

  .heading-4 {
    margin-bottom: 100px;
  }

  .partners1 {
    margin-bottom: 100px;
  }

  .rich-text-block-3 {
    text-align: center;
  }

  .image-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .link-block-6 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .columns-4 {
    display: block;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  .sticky-nav {
    position: relative;
  }

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

  .navbar {
    padding-right: 1vh;
    padding-left: 1vh;
  }

  .hero-overlay {
    height: 1500px;
    max-height: none;
    padding: 40px 20px;
    background-position: 0px 0px, 80% 50%;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .button {
    margin-bottom: 20px;
  }

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

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .card-body {
    padding: 16px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .text-large.footer-text {
    display: block;
  }

  .column {
    text-align: center;
  }

  .row.utility-row-left {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.utility-row-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .utility-bar-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .column-3 {
    text-align: center;
  }

  .column-5 {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }

  .column-5.education {
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-5.landscaping {
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-5.tech {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .paragraph-3 {
    text-align: center;
  }

  .image {
    display: block;
  }

  .link-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .header.career {
    background-size: auto, cover;
  }

  .header.about.media {
    background-position: 0px 0px, 60% 40%;
  }

  .section-3 {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .button-3 {
    float: none;
  }

  .button-3.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .box-card {
    text-align: center;
  }

  .partners1 {
    margin-bottom: 60px;
  }

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

  .rich-text-block-3 {
    text-align: center;
  }

  .rich-text-block-4 {
    text-align: center;
  }

  .grid-2 {
    display: block;
  }

  .asmile {
    text-align: center;
  }

  .link-block-6 {
    margin-top: 20px;
    margin-bottom: 0px;
    float: none;
  }

  .column-7 {
    text-align: center;
  }

  .column-8 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

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

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

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

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-overlay {
    display: block;
    height: 1500px;
    max-height: none;
    padding: 200px 10px;
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .centered-container {
    text-align: center;
  }

  .heading {
    font-size: 48px;
    line-height: 53px;
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .button {
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

  .card-body {
    padding: 12px;
  }

  .text-space-left-large {
    margin-left: 12px;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-2 {
    padding-top: 48px;
    padding-right: 2vh;
    padding-left: 2vh;
  }

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

  .footer-3-row {
    margin-bottom: 24px;
  }

  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2 {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .column-3 {
    text-align: center;
  }

  .column-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-5.education {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-5.landscaping {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-5.tech {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    display: inline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .menu-button {
    display: block;
    margin-top: 140px;
    float: none;
    text-align: center;
  }

  .menu-button.phone {
    margin-top: 20px;
  }

  .section-2 {
    padding: 20px 10px;
  }

  .link-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .header.career {
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .header.about.contact {
    background-position: 0px 0px, 80% 40%;
  }

  .header.about.media {
    background-position: 0px 0px, 70% 40%;
  }

  .section-3 {
    padding-right: 1vh;
    padding-left: 1vh;
  }

  .body {
    margin-right: 0vh;
    margin-left: 0vh;
  }

  .button-3.centered {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .body-2 {
    margin-right: 0vh;
    margin-left: 0vh;
  }

  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .container-6 {
    text-align: center;
  }

  .legal {
    text-align: center;
  }

  .box-card {
    text-align: center;
  }

  .paragraph-4 {
    text-align: center;
  }

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

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

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

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

  .cta-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .brand {
    float: none;
  }

  .brand.w--current {
    display: block;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_075d0b86-a0d5-4dd2-d264-7cfd02942883-e0f3e036 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_075d0b86-a0d5-4dd2-d264-7cfd0294288a-e0f3e036 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_075d0b86-a0d5-4dd2-d264-7cfd02942879-e0f3e036 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_075d0b86-a0d5-4dd2-d264-7cfd02942880-e0f3e036 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_075d0b86-a0d5-4dd2-d264-7cfd02942887-e0f3e036 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

