:root {
  --steel-blue-lighter: #3b8bc3;
  --steel-blue: #017dbc;
  --dark-slate-blue: #0d295c;
  --black: #302e2c;
  --dark-turquoise: #36b5c5;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.image {
  width: 230px;
  margin-left: 45px;
  padding: 16px 16px 16px 0;
}

.navbar {
  background-image: linear-gradient(103deg, #36b5c5, #2c8fc2 51%, #1a4262);
}

.container {
  margin-left: 100px;
  margin-right: 100px;
}

.header {
  height: 100px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.navbar {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header.footer {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-hubs {
  z-index: 2;
  height: 70vh;
  background-image: linear-gradient(145deg, #3aa7e0, rgba(255, 255, 255, 0) 48%);
  position: relative;
}

.div-block {
  z-index: 3;
  width: 100%;
  height: 70vh;
  background-color: rgba(10, 110, 180, .54);
  background-image: linear-gradient(111deg, rgba(10, 110, 180, .31), rgba(44, 143, 194, .36) 50%, var(--steel-blue-lighter));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.div-block:hover {
  border: 0 rgba(255, 255, 255, .98);
}

.paragraph {
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-2 {
  width: 15%;
  height: 4px;
  background-color: var(--steel-blue-lighter);
  margin-top: 20px;
  margin-bottom: 20px;
}

.title {
  z-index: 3;
  width: 100%;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-3 {
  width: 40%;
}

.title-bar {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.button {
  height: auto;
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 5%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.button.btn2 {
  height: auto;
  border-width: 1px;
  border-color: var(--steel-blue);
  color: var(--black);
  background-color: rgba(10, 110, 180, 0);
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.button.btn2:hover {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(10, 110, 180, 0);
}

.button.footer {
  width: 180px;
  height: 60px;
  background-color: rgba(26, 66, 98, 0);
  border-color: rgba(228, 228, 228, .71);
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0%;
  padding-left: 20px;
  padding-right: 20px;
}

.button.footer:hover {
  background-color: rgba(10, 110, 180, .18);
}

.text-nav {
  width: auto;
  color: #fff;
  text-align: left;
  flex: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
  position: static;
}

.body {
  font-family: Open Sans, sans-serif;
}

.banner {
  color: var(--dark-slate-blue);
  background-color: rgba(44, 143, 194, .36);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.bold-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
}

.text-block {
  font-style: normal;
  text-decoration: none;
}

.image-2 {
  width: 150px;
  margin-left: 15px;
}

.columns {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: stretch;
  padding: 20px 25px;
  display: flex;
}

.column-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-block-2 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-3 {
  width: 40px;
}

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

.div-block-4 {
  height: 100px;
  align-items: center;
  display: flex;
}

.social {
  width: auto;
  height: 30px;
  padding-top: 0;
}

.social.twitter {
  width: auto;
  height: 30px;
  margin-right: 20px;
}

.div-block-5 {
  flex: 1;
  align-items: center;
  display: flex;
}

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

.column-6 {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-3 {
  color: var(--dark-slate-blue);
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-7 {
  flex-direction: row;
  display: flex;
}

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

.image-5 {
  width: 20px;
}

.div-block-8 {
  width: 50px;
  height: 50px;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  padding-left: 0;
  font-size: 15px;
  line-height: 20px;
}

.text-span {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.image-6 {
  width: 180px;
}

.columns-3 {
  width: 100%;
  min-width: 1080px;
  flex: 1;
  display: flex;
}

.column-7 {
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.column-8 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-9 {
  align-items: flex-end;
  display: flex;
}

.columns-4 {
  width: 100%;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.column-9 {
  flex: 1;
  align-self: center;
  position: relative;
}

.div-block-10 {
  z-index: 3;
  max-width: 390px;
  background-color: rgba(1, 108, 162, .88);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 10px 16px 18px 18px;
  display: block;
  position: relative;
}

.column-10 {
  background-color: rgba(0, 0, 0, .24);
  flex: 0 auto;
  align-self: center;
  padding: 17px;
  position: static;
}

.columns-5 {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.paragraph-2 {
  font-weight: 600;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}

.div-block-11 {
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.columns-6 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: static;
}

.column-12 {
  flex-direction: row;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.column-13 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.image-7 {
  z-index: 1;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7.desk {
  width: 100%;
  display: block;
}

.div-block-12 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(152deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .71));
  position: absolute;
}

.image-9 {
  display: none;
}

.hero-heading-left {
  background-color: #f2f2f2;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 48%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split.card_shadow {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  transition: transform .2s;
  box-shadow: 1px 0 20px rgba(0, 0, 0, .2);
}

.hero-split.card_shadow:hover {
  transform: translate(0, -4px);
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, .2);
}

.margin-bottom-24px {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.margin-bottom-24px.white {
  color: var(--white);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  color: var(--steel-blue);
  font-size: 32px;
}

.heading.white {
  color: var(--white);
}

.heading.centered-heading {
  margin-bottom: 40px;
}

.heading.h4 {
  margin-bottom: 0;
  font-size: 22px;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.background-video {
  min-height: 600px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hub_left {
  height: 100%;
  min-height: 500px;
  background-color: var(--steel-blue);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-split-copy {
  max-width: 48%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hub_right {
  height: 100%;
  min-height: 500px;
  background-image: url('../images/Hubs_map.jpg');
  background-position: 50%;
  background-size: cover;
}

.footer-subscribe {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  color: #707070;
  background-color: #1b5496;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: 12px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.smalltext {
  align-self: center;
}

.link-block {
  align-items: center;
  display: flex;
}

.text_managed {
  color: #fff;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.highlights {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px 20px;
  position: relative;
}

.cta {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.fa-icon {
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.intro {
  background-color: var(--steel-blue);
}

.testimonial-column-light {
  background-color: var(--steel-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 0;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  position: relative;
}

.testimonial-card-two {
  background-color: var(--white);
  border: 1px solid #e4ebf3;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px 16px;
  display: flex;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0;
}

.testimonial-image.leaf {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin-right: 10px;
}

.testimonial-main-heading {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-weight: 700;
}

.paragraph-4 {
  color: var(--white);
  font-size: 17px;
  line-height: 24px;
}

.paragraph-4.center {
  color: var(--black);
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}

.container-4 {
  max-width: 740px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.div-block-16 {
  width: 100%;
  height: 290px;
  background-color: #e6f0f7;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-5 {
  width: 100%;
  max-width: 1080px;
  align-self: center;
}

html.w-mod-js [data-ix="page-load-legacy"] {
  opacity: 0;
  transform: translate(-50px);
}

@media screen and (min-width: 1280px) {
  .paragraph {
    margin-right: 22px;
  }

  .title {
    color: #fff;
    font-size: 32px;
  }

  .button {
    color: #fff;
  }

  .button:hover, .bold-text {
    color: var(--steel-blue-lighter);
  }

  .text-block-3 {
    color: var(--dark-slate-blue);
    font-size: 20px;
  }

  .columns-3 {
    min-width: 1240px;
  }

  .div-block-10 {
    flex-direction: row;
    align-self: auto;
    display: flex;
  }

  .container-2 {
    max-width: 1080px;
  }

  .hub_left {
    background-color: var(--steel-blue);
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: 1240px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    background-image: none;
  }

  .section-hubs {
    background-image: linear-gradient(145deg, #fff, rgba(255, 255, 255, 0) 48%);
  }

  .button:hover {
    color: #fff;
  }

  .button.btn2:hover {
    color: var(--steel-blue-lighter);
    background-color: rgba(10, 110, 180, .2);
  }

  .social.twitter {
    height: 30px;
  }

  .columns-3 {
    min-width: 1240px;
  }

  .div-block-10 {
    max-width: 430px;
    align-self: stretch;
    display: block;
  }

  .paragraph-3 {
    font-size: 25px;
  }

  .container-2 {
    max-width: 1240px;
  }

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

  .container-5 {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .section-hubs {
    height: 90vh;
    max-height: 700px;
    display: flex;
  }

  .div-block {
    width: 100%;
    height: auto;
  }

  .div-block:hover {
    border-width: 0;
  }

  .title {
    margin-top: 60px;
    font-size: 28px;
    line-height: 30px;
  }

  .button {
    font-size: 14px;
  }

  .button.footer {
    width: 200px;
  }

  .text-nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .column {
    justify-content: center;
    padding-left: 0;
  }

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

  .text-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns-3 {
    width: 100%;
    min-width: auto;
  }

  .column-7 {
    padding-left: 0;
  }

  .column-8 {
    padding-right: 0;
  }

  .div-block-10 {
    align-items: center;
  }

  .columns-6 {
    width: auto;
  }

  .column-12 {
    padding-left: 30px;
  }

  .column-13 {
    padding-right: 30px;
  }

  .div-block-12 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-main-heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-bottom: 4px;
    margin-left: 0;
    padding: 0;
  }

  .header {
    height: 100px;
    padding-bottom: 15px;
  }

  .button {
    width: auto;
    height: 40px;
    margin-right: 0%;
  }

  .button.btn2 {
    width: auto;
    height: 40px;
  }

  .button.footer {
    width: 200px;
    margin-left: 0;
  }

  .button.footer:hover {
    background-color: rgba(10, 110, 180, .2);
  }

  .banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .columns {
    flex-direction: column;
  }

  .columns-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .column-5 {
    justify-content: center;
    display: flex;
  }

  .column-6 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .columns-3 {
    width: auto;
    align-items: center;
    display: flex;
  }

  .column-7 {
    flex-direction: row;
    padding-left: 0;
  }

  .column-8 {
    flex-direction: row;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .div-block-10 {
    max-width: 100%;
    background-color: rgba(0, 0, 0, .56);
  }

  .paragraph-3 {
    text-align: center;
    font-size: 16px;
  }

  .columns-6 {
    width: auto;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-13 {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .image-7 {
    width: 80%;
    height: 80%;
  }

  .div-block-12 {
    height: 350px;
  }

  .image-8 {
    width: 200px;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 40px;
  }

  .background-video {
    height: 350px;
    min-height: 350px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .hub_left {
    min-height: auto;
  }

  .hub_right {
    min-height: 400px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .highlights {
    padding: 60px 40px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .container-5 {
    align-self: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 170px;
    margin-left: 0%;
  }

  .header {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .section-hubs {
    height: 60vh;
    background-image: none;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }

  .div-block {
    height: 60vh;
    background-color: rgba(10, 110, 180, .46);
    background-image: none;
    justify-content: space-around;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-2 {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .title {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .button {
    width: 50%;
    height: 32px;
    color: #fff;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .button.btn2 {
    width: 50%;
    height: 32px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .button.btn2:hover {
    color: var(--steel-blue-lighter);
    background-color: rgba(10, 110, 180, .2);
  }

  .button.footer {
    width: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .text-nav {
    margin-top: 10px;
    font-size: 16px;
  }

  .image-2 {
    margin-left: 0;
  }

  .columns {
    flex-direction: column;
  }

  .column {
    margin-bottom: 10px;
  }

  .columns-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

  .text-block-2 {
    margin-bottom: 12px;
  }

  .social {
    width: auto;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    padding: 32px;
    display: block;
  }

  .column-6 {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .image-4 {
    width: 20px;
  }

  .image-5 {
    margin-left: 10px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .image-6 {
    width: 150px;
  }

  .columns-3 {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-self: center;
    align-items: flex-end;
    display: flex;
  }

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

  .column-8 {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .div-block-10 {
    width: 100%;
    background-color: rgba(0, 0, 0, .64);
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 10px;
    display: flex;
    position: absolute;
  }

  .columns-5 {
    flex-direction: column;
  }

  .column-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .columns-6 {
    width: auto;
  }

  .column-12 {
    justify-content: center;
    padding-left: 10px;
  }

  .column-13 {
    align-self: auto;
    padding-right: 10px;
  }

  .image-7 {
    width: 100%;
    height: 50%;
    display: block;
  }

  .image-7.desk {
    display: none;
  }

  .div-block-12 {
    max-height: 300px;
    min-height: 300px;
    background-image: none;
    justify-content: space-between;
  }

  .image-8 {
    width: 150px;
    flex: 0 auto;
    display: none;
  }

  .column-14, .column-15 {
    display: none;
  }

  .image-9 {
    width: 110px;
    display: block;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper.bg {
    flex-direction: column-reverse;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .hero-split.card_shadow {
    margin-bottom: 10px;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .heading {
    font-size: 24px;
  }

  .heading.centered-heading {
    margin-bottom: 20px;
  }

  .hero-heading-right {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video {
    max-height: 300px;
    min-height: 300px;
    align-items: flex-end;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .hub_left {
    min-height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-copy {
    margin-bottom: 0;
  }

  .hub_right {
    min-height: 270px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block {
    flex-direction: column;
  }

  .text_managed {
    text-align: center;
    padding-right: 0;
    font-size: 9px;
  }

  .image-10 {
    max-width: 140px;
    padding-left: 0;
  }

  .image-11 {
    max-width: 115px;
  }

  .highlights {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-4.center {
    font-size: 13px;
    line-height: 20px;
  }

  .container-5 {
    height: 100%;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }
}

#w-node-bb632bbb-f804-a41d-619e-53ddc8b4fa4a-931f6c21, #w-node-ff6d32e6-3dcb-fbdb-de4d-e1b162e6bc00-931f6c21, #w-node-_1dcfc0f6-9b65-bd03-5d7e-6c5338eef4c5-931f6c21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}