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

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

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}

strong {
  color: #6a859c;
  font-weight: 700;
}

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

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

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

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

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

.button.tab:hover {
  background-color: #2e80b6;
}

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

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 600;
}

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

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

.navigation-bar {
  background-color: #ff911b;
}

.brand-text {
  width: 200px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/3STlogo_White.png');
  background-position: 50% 50%;
  background-size: 200px 50px;
  background-repeat: repeat;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  top: -188px;
  padding: 117px 0px 80px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #6a859c;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

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

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

.hero-section.centered {
  height: 698px;
  padding-top: 195px;
  padding-bottom: 0px;
  border-bottom: 4px solid #69b9ff;
  color: transparent;
  text-align: center;
}

.hero-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

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

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

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  margin-top: 29px;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

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

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

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

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

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

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

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

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

.info-icon {
  float: left;
}

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

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

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

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 40px;
}

.slider {
  top: -192px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.slide {
  top: -299px;
  padding-top: 195px;
  padding-right: 0px;
  padding-bottom: 195px;
  background-image: url('../images/iStock-477979338.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.grid {
  margin-top: -61px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container {
  margin-top: 381px;
}

.slide-2 {
  background-image: url('../images/iStock-477979338.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #668cad;
}

.slide-3 {
  background-image: url('../images/iStock-900885152.jpg');
  background-position: 50% 83%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/iStock-1406339345.jpg');
  background-position: 50% 66%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/iStock-1130217007.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.container-2 {
  margin-top: 32px;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.slide-nav {
  display: none;
}

.heading {
  margin-top: 20px;
  color: #668cad;
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-text {
  margin-bottom: 46px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-2 {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-toggle {
  width: 425px;
  border-radius: 18px;
  background-color: #6a859c;
}

.dropdown-toggle:hover {
  background-color: #ff911b;
}

.dropdown-toggle.w--open {
  width: 500px;
  background-color: #6a859c;
}

.dropdown {
  width: 500px;
}

.section-2 {
  margin-top: 50px;
}

.section-3 {
  margin-top: 35px;
}

.text-block {
  color: #f0f0f0;
  font-size: 26px;
  text-align: right;
}

.icon-3 {
  color: #edeff2;
}

.tab-link-tab-1 {
  text-align: center;
}

.tab-link-tab-1.w--current {
  background-color: #ff911b;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
}

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

.tab-link-tab-2 {
  text-align: center;
}

.tab-link-tab-2.w--current {
  background-color: #ff911b;
}

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

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

.tab-link-tab-4.w--current {
  background-color: #ff911b;
}

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

.tab-link-tab-5.w--current {
  background-color: #ff911b;
}

.tab-link-tab-6 {
  background-color: #ddd;
  text-align: center;
}

.tab-link-tab-6.w--current {
  background-color: #ff911b;
}

.tab-link-tab-7 {
  text-align: center;
}

.tab-link-tab-7.w--current {
  background-color: #ff911b;
}

.tab-link-tab-3 {
  background-color: #ddd;
}

.tab-link-tab-3.w--current {
  background-color: #ff911b;
}

.tab-pane-tab-7 {
  margin-top: 40px;
}

.tab-pane-tab-6 {
  margin-top: 40px;
}

.tab-pane-tab-5 {
  margin-top: 40px;
}

.tab-pane-tab-4 {
  margin-top: 40px;
}

.tab-pane-tab-3 {
  margin-top: 40px;
}

.tab-pane-tab-2 {
  margin-top: 40px;
}

.tab-pane-tab-1 {
  margin-top: 40px;
}

.section-4 {
  height: 300px;
  background-image: url('../images/iStock-157430570.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-5 {
  height: 300px;
  background-image: url('../images/iStock-505697287.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 88px;
}

.section-7 {
  height: 300px;
  margin-bottom: 188px;
  background-image: url('../images/iStock-1335959701.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text {
  color: #192024;
  font-weight: 400;
  text-align: center;
}

.tab-link-tab-7-2 {
  text-align: center;
}

.tab-link-tab-7-2.w--current {
  background-color: #ff911b;
}

.tab-link-tab-8 {
  text-align: center;
}

.tab-link-tab-8.w--current {
  background-color: #ff911b;
}

.tab-pane-tab-7-2 {
  margin-top: 29px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

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

  .hamburger-button.w--open {
    background-color: #6a859c;
  }

  .navigation-menu {
    background-color: #6a859c;
  }

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

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

  .section-heading.centered {
    margin-top: -1px;
  }

  .section-heading.centered.white {
    margin-top: -97px;
  }

  .section-subheading.center {
    margin-bottom: -40px;
  }

  .footer {
    margin-top: -170px;
    margin-bottom: 144px;
  }

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

  .grid {
    max-height: 86%;
    max-width: 100%;
  }

  .container-2 {
    height: 466px;
    margin-bottom: -97px;
  }

  .paragraph-text {
    margin-bottom: 30px;
  }

  .tab-pane-tab-5 {
    margin-bottom: 120px;
  }

  .tab-pane-tab-4 {
    margin-bottom: 118px;
  }

  .tab-pane-tab-3 {
    margin-bottom: 174px;
  }

  .tab-pane-tab-2 {
    margin-bottom: 142px;
  }

  .tab-pane-tab-1 {
    margin-top: 55px;
    margin-bottom: 176px;
  }

  .image {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

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

  .image-5 {
    margin-top: -60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-6 {
    margin-top: -60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-7 {
    margin-top: -60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-8 {
    margin-top: -60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .icon-4 {
    font-size: 54px;
  }

  .tabs-content {
    margin-bottom: 129px;
  }
}

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

  .button.tab {
    margin-top: 27px;
    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;
  }

  .section-heading.centered {
    margin-top: 19px;
  }

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

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

  .spc {
    margin-bottom: 30px;
  }

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

  .tabs-menu {
    width: 100%;
  }

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

  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

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

  .section-heading.centered {
    font-size: 25px;
  }

  .section-heading.centered.white {
    font-size: 24px;
  }

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

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

  .grid-image {
    width: 35%;
  }

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

  .heading {
    font-size: 26px;
  }

  .paragraph-text {
    margin-bottom: 6px;
  }

  .tab-link-tab-1 {
    display: block;
  }

  .tabs-menu {
    width: 100%;
  }

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

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

  .image-5 {
    margin-top: -125px;
  }

  .image-6 {
    margin-top: -125px;
  }

  .image-7 {
    margin-top: -125px;
  }

  .image-8 {
    margin-top: -125px;
  }

  .tabs-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs {
    position: static;
    left: auto;
    display: inline-block;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    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;
  }

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

  .italic-text {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-4 {
    font-size: 26px;
  }

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

#w-node-_7a06e427-44b6-6110-e424-6a77e140d4d1-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0013a99-2f24-5144-25fc-290553756b14-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a513018-9cc4-566f-97c4-463ccf2ecd4f-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec4a3054-b27f-274a-5455-d06fe1a677f4-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f8cf479-24f7-ac84-34b6-16d56b520f4f-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ed3455d-8d85-d970-a725-e83c071c3c17-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9f40171-17cc-118a-a6fb-e5d56beb0423-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fbb25f6f-719a-d49c-22dc-bbcd2836fcce-df3b67eb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

