:root {
  --text-grey: #6a859c;
  --nav-bar-text-color: #2f4591;
  --section-height: 90vh;
  --light-slate-gray: #8e8e9c;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --full-section-height: 100vh;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--text-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #6a859c;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1.5vh;
  margin-bottom: 1vh;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

li {
  font-size: 1rem;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

.cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin: 1vh 1vw;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.cta-button:hover {
  background-color: #2e9dff;
}

.cta-button.w--current {
  background-color: #2e80b6;
}

.cta-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.cta-button.tab {
  background-color: #92a0ad;
  margin: 1vh;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-button.tab:hover, .cta-button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: var(--nav-bar-text-color);
  text-align: center;
  padding: 2vh 1vw;
  font-size: .9rem;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #2f4591;
  margin-left: .5vh;
  margin-right: .5vh;
  padding-left: .2vh;
  padding-right: .2vh;
  font-size: .9rem;
}

.navigation-bar-old {
  background-color: #fff;
  align-items: center;
  height: 12vh;
  display: flex;
  position: sticky;
}

.navigation-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: block;
}

.brand-text {
  color: #2f4591;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 25px;
}

.brand-link {
  align-items: center;
  padding-top: .5vh;
  padding-bottom: .5vh;
  display: flex;
}

.brand-link.w--current {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.services-section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.services-section.accent {
  background-color: #4b5053;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  flex-flow: column;
  height: 55vh;
  padding: 15px;
  display: flex;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: var(--section-height);
  text-align: center;
  background-image: linear-gradient(#00379c7d, #2f54a580 100%, #fdfeff 100%, #2f54a580 100%, #fff), url('../images/cc.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  margin: 1vh 1vw;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 2vw;
  margin-right: 2vw;
  font-size: 30px;
  font-weight: 700;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 2.5vh auto;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  color: var(--light-slate-gray);
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer-2-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-2-section.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  align-items: center;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.footer-text {
  color: #9e9e9e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  max-width: 1.5rem;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 2vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

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

.fullwidth-image {
  width: auto;
  height: 50vh;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 0;
}

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

.container {
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  background-color: #0000;
}

.bold-text-hero {
  color: #fff;
  font-size: 1.6rem;
}

.what-we-do-section {
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.service-description-section {
  align-items: center;
  height: auto;
  margin: 5vh auto;
  padding-top: 10px;
  display: flex;
}

.footer-section {
  align-items: center;
  height: auto;
  display: flex;
}

.contact-us-section {
  text-align: center;
  background-color: #fff;
  height: auto;
  padding: 40px 10px;
  position: relative;
}

.contact-us-section.accent {
  background-color: #4b5053;
}

.checkbox-label {
  text-align: left;
  margin-left: 10px;
  font-size: .7rem;
  position: static;
}

.checkbox-field {
  margin-bottom: 17px;
  display: flex;
}

.policy-container {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.bold-text-3 {
  font-family: Droid Sans, sans-serif;
}

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

.paragraph {
  font-size: 1rem;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
}

.small-details {
  font-size: .8rem;
}

.section {
  height: var(--section-height);
}

.learn-more-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.learn-more-button:hover {
  background-color: #2e9dff;
}

.learn-more-button.w--current {
  background-color: #2e80b6;
}

.learn-more-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.learn-more-button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.learn-more-button.tab:hover, .learn-more-button.tab.w--current {
  background-color: #2e80b6;
}

.quick-stack {
  grid-row-gap: 20px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.cell {
  justify-content: center;
  align-items: center;
  display: block;
}

.quick-stack-service-descriptions {
  padding-left: 2vw;
  padding-right: 2vw;
}

.cell-2, .cell-3, .cell-4 {
  display: block;
}

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

.rich-text-container {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

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

.select-field {
  background-color: #fff;
  border-radius: 3px;
}

.cta-button-navbar {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin: 1vh 2vw;
  padding: 1vh 2vw;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.cta-button-navbar:hover {
  background-color: #2e9dff;
}

.cta-button-navbar.w--current {
  background-color: #2e80b6;
}

.cta-button-navbar.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.cta-button-navbar.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.cta-button-navbar.tab:hover, .cta-button-navbar.tab.w--current {
  background-color: #2e80b6;
}

.img {
  color: #9c6a80;
  width: 15%;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list-nav-bar {
  background-color: #ddd9d9;
}

.dropdown-list-nav-bar.w--open {
  background-color: #fffefe;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.white-box-services {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  flex-flow: column;
  height: 55vh;
  padding: 15px;
  display: flex;
}

.white-box-services.transparent {
  background-color: #0000;
  border-style: none;
}

.fullwidth-image-services {
  border-radius: 4px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.service-showcase-container {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 2vh 15px;
  display: flex;
}

.image-cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.dropdown-wrapper {
  width: auto;
}

.dropdown-trigger {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 10px;
  font-size: .9rem;
  display: flex;
}

.dropdown-trigger:hover {
  color: #008aff;
}

.text-block-nav-bar {
  color: var(--nav-bar-text-color);
  text-align: center;
  padding: 0;
  font-size: .9rem;
}

.text-block-nav-bar:hover {
  color: #008aff;
}

.dropdown-content {
  background-color: #fff;
  width: auto;
  position: absolute;
  overflow: hidden;
}

.dropdown-link {
  align-items: center;
  padding: 10px;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--nav-bar-text-color);
  flex: 0 auto;
  font-size: .9rem;
}

.text-block-2:hover {
  color: #008aff;
}

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

.icons {
  width: 1rem;
  max-width: none;
  margin-left: .5vw;
  margin-right: .5vh;
}

.brand {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fffefe;
  height: 10vh;
}

.navbar-container {
  margin-top: 1vh;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-section {
  margin-top: 0;
}

.dropdown-toggle {
  margin-right: auto;
  padding: 2vh 4vw 2vh 1vw;
}

.paragraph-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.bold-text-4, .text-block-what-we-do {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: var(--nav-bar-text-color);
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .dropdown-link {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle {
    padding-right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .cta-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .learn-more-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .learn-more-button.tab {
    font-size: 12px;
  }

  .cta-button-navbar.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-navbar.tab {
    font-size: 12px;
  }

  .white-box-services {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .cta-button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .bold-text {
    font-size: 2rem;
    line-height: 1rem;
  }

  .learn-more-button, .cta-button-navbar {
    margin-bottom: 25px;
  }
}

#w-node-_132774be-6d0b-d14b-332f-1a0db72304a3-fd499a8a, #w-node-c2e103d2-2af1-cb2b-3bd7-6722737d8259-fd499a8a, #w-node-ce93fdb0-c6ab-812d-9420-340e16825930-fd499a8a, #w-node-fd1f1c07-20df-bece-2274-7e5c57c06517-fd499a8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_7bee8a98-7387-a524-ad6c-0070d98ad94e-08227d7e {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-ee275dbf-3c31-0275-efaf-29483d707478-1703586a, #w-node-_5b599cdb-db39-ae27-d386-2438fdf1de0a-1703586a, #w-node-_339e63fc-4a97-8b39-fd77-b329cbc48b1a-1703586a, #w-node-_5f7100f2-810f-f464-fd1a-7eb807fcabc0-1703586a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

@media screen and (max-width: 767px) {
  #w-node-_132774be-6d0b-d14b-332f-1a0db72304a3-fd499a8a, #w-node-c2e103d2-2af1-cb2b-3bd7-6722737d8259-fd499a8a, #w-node-ce93fdb0-c6ab-812d-9420-340e16825930-fd499a8a, #w-node-fd1f1c07-20df-bece-2274-7e5c57c06517-fd499a8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7bee8a98-7387-a524-ad6c-0070d98ad94e-08227d7e {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bee8a98-7387-a524-ad6c-0070d98ad94e-08227d7e {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


