:root {
  --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;
  --light-slate-gray: #8e8e9c;
}

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

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  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: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

img {
  max-width: 100%;
  display: inline-block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

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

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

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

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

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

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

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

.navigation-link {
  float: none;
  color: #676770;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .3s ease-in-out;
}

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

.navigation-link:active {
  color: #676770;
}

.navigation-bar {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: 0;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

.section {
  color: #949494;
  text-align: center;
  background-color: #f8f8fa;
  border: 0 solid #000;
  padding: 20px 10px 90px;
  transition: padding-left .4s;
  position: relative;
}

.section.accent {
  color: #ecf0f1;
  background-color: #fff;
}

.section.accent:hover {
  background-color: #fff;
  border-width: 0;
  border-color: #575757;
}

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

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

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

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#668cad, #2e9dff38), url('../images/shutterstock_157108934_V2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 230px;
  padding-bottom: 230px;
}

.hero-heading {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-bottom: 30px;
  font-size: 58px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  overflow: visible;
}

.hero-subheading {
  color: #e7eaec;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.hollow-button {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 30px;
  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;
}

.section-heading {
  color: #2e2e36;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #e4e4e4;
  margin-bottom: 16px;
  font-weight: 400;
}

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

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

.section-title-group {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 30px;
}

.form-field {
  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 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

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

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

.footer-link {
  color: #293138;
  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: 40px;
}

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

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

.white-text {
  color: #676770;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-decoration: none;
}

.form {
  margin-top: 40px;
  margin-bottom: 50px;
}

.container {
  float: left;
  width: 60%;
  margin-left: 30px;
  margin-right: 0;
  display: block;
}

.navbar {
  background-color: #bfe0ff;
}

.section-2 {
  background-color: #192024;
  padding: 70px 10px 80px;
}

.div-block {
  background-color: #fff;
  padding: 80px 200px;
}

.columns {
  background-color: #fff;
}

.container-2 {
  display: flex;
}

.image {
  z-index: 2000;
  float: left;
  margin-top: 5px;
  margin-bottom: auto;
  margin-left: 6px;
  position: relative;
}

.nav-menu {
  float: right;
  display: block;
}

.nav-menu-2 {
  float: none;
  color: #0d5ca0;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.nav-link {
  float: none;
  position: relative;
}

.image-2 {
  float: left;
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
}

.heading {
  color: #dddde2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-weight: 600;
}

.paragraph {
  color: silver;
  margin-top: 5px;
  margin-bottom: 20px;
}

.unordered-list {
  list-style-type: none;
}

.column, .column-2, .column-3 {
  margin-bottom: 15px;
}

.dropdown-toggle {
  color: #0d5ca0;
  padding-left: 5px;
  padding-right: 20px;
}

.headmenu {
  color: #676770;
  cursor: pointer;
}

.headmenu:hover {
  color: #2e9dff;
  text-decoration: underline;
}

.image-3 {
  width: 80%;
  margin: 20px auto;
  padding: 0 20px;
}

.section-3 {
  background-color: #fff;
  padding: 30px 10px 120px;
}

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

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

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

.casestudyimage {
  width: 500px;
}

.paragraph-2 {
  color: #242424;
  margin-bottom: 20px;
}

.text-block {
  width: auto;
}

.heading-2 {
  color: #232327;
  margin-top: 10px;
}

.dropdownlink {
  color: #676770;
  cursor: pointer;
}

.dropdownlink:hover {
  color: #fff;
  background-color: #143449;
}

.dropdownlist {
  color: #676770;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px #000;
}

.section-4 {
  background-color: #000;
  height: auto;
  padding: 20px 10px 120px;
}

.text-block-3 {
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
  transform: translate(-50px);
}

.list-item {
  margin-bottom: 15px;
  transform: translate(-25px);
}

.list-item-2 {
  transform: translate(25px);
}

.list-item-3, .list-item-4 {
  margin-bottom: 15px;
}

.div-block-2 {
  margin-bottom: 30px;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: #c9d2d8;
  margin-bottom: 0;
}

.div-block-3, .div-block-4 {
  margin-bottom: 30px;
  margin-left: 0;
}

.div-block-5 {
  width: 75%;
  margin-left: 0;
}

.div-block-6 {
  margin-left: 0;
}

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

.section-heading-9.centered {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 100px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-9.centered.white {
  color: #e4e4e4;
  font-weight: 400;
}

.text-block-7 {
  color: #c9d2d8;
}

.column-4 {
  margin-bottom: 50px;
}

.newsdiv {
  margin-bottom: 40px;
}

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

.hero-section-subpage.centered {
  text-align: center;
  background-image: linear-gradient(#282c31db, #bee0ff03), url('../images/shutterstock_157108934_V2_edit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 65px;
  padding-bottom: 65px;
}

.hollow-button-news {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
  position: static;
  right: -4px;
}

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

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

.navigation-link-2 {
  float: right;
  color: #676770;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .3s ease-in-out;
}

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

.navigation-link-2:active {
  color: #676770;
}

.div-block-7 {
  float: left;
  display: inline-block;
}

.link-block {
  float: left;
}

.container-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-item {
  margin-right: 0;
}

.collection-list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.productbutton {
  color: #1554a5;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #1554a5;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.productbutton:hover {
  color: #fff;
  background-color: #2e9dff;
  border: 1px solid #fff;
}

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

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

.productbutton.tab {
  background-color: #92a0ad;
  width: 190px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.productbutton.tab.w--current {
  background-color: #2e80b6;
  width: 190px;
}

.productdescription {
  margin-bottom: 5px;
}

.text-block-8 {
  margin-bottom: 10px;
}

.column-5 {
  margin-bottom: 0;
}

.section-5 {
  background-color: #fff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #cecece;
  border-left: 0 solid #2a2a2a;
  border-right: 0 #2a2a2a;
  padding-top: 20px;
  padding-bottom: 80px;
}

.columns-3 {
  border-bottom: 1px solid #c6cfd6;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.collection-list-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  width: 75%;
  margin: 30px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.unordered-list-2 {
  flex-flow: wrap;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.producttype {
  color: #1554a5;
  border: 1px solid #1554a5;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px 15px;
}

.producttype:hover {
  color: #fff;
  background-color: #00375c;
  border-color: #fff;
}

.heading-4 {
  justify-content: center;
  margin: 25px auto 0;
  display: flex;
}

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

.button-2 {
  float: right;
}

.heading-5 {
  margin-top: 3px;
  margin-bottom: 10px;
}

.heading-6 {
  margin-bottom: 5px;
}

.text-block-9 {
  margin-bottom: 30px;
}

.link {
  margin-bottom: 0;
  font-size: 18px;
}

.hollow-button-tech2 {
  float: none;
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
}

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

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

.collection-list-wrapper-market {
  margin-top: 0;
  margin-bottom: 0;
}

.section-6 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-7 {
  text-align: center;
  margin-bottom: 30px;
}

.section-7 {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 75px;
  display: block;
}

.link-2 {
  color: #1554a5;
  cursor: pointer;
  border: 1px solid #1554a5;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.link-2:hover {
  color: #fff;
  background-color: #00375c;
  border-color: #fff;
}

.link-2.w--current {
  color: #fff;
  text-align: left;
  background-color: #00375c;
  border-color: #fff;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2 {
  display: block;
}

.link-3 {
  color: #1554a5;
  border: 1px solid #1554a5;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.link-3:hover {
  color: #fff;
  background-color: #00375c;
  border-color: #fff;
}

.collection-list-3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-left: 5px;
  transform: translate(0);
}

.heading-9 {
  text-align: left;
  letter-spacing: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.image-4 {
  margin-bottom: 20px;
  margin-left: 5px;
  box-shadow: 3px 3px 11px #6e6d6d;
}

.heading-10 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

.collection-item-2 {
  margin-bottom: 75px;
}

.section-8 {
  background-color: #fff;
  border-color: #a1a0a0;
  padding-top: 40px;
}

.container-4 {
  padding-bottom: 30px;
}

.text-block-10 {
  margin-left: 5px;
}

.paragraph-3 {
  color: #313030;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.paragraph-4 {
  color: #06571d;
  font-size: 16px;
}

.success-message {
  background-color: #ddfadc;
  border: 1px solid #1a8f3b;
  border-radius: 5px;
  margin-top: 20px;
}

.heading-11 {
  text-transform: none;
}

.section-9 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
}

.section-10 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.section-12 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.rich-text-block.ncbio p {
  color: #080b0e;
  margin-left: 5px;
  margin-right: 0;
  font-size: 16px;
}

.rich-text-block.ncbio img {
  min-width: 250px;
  margin-left: -10px;
}

.rich-text-block.ncbio figcaption {
  margin-left: -10px;
}

.rich-text-block.ncbio h4 {
  color: #2b4963;
  margin-left: 5px;
}

.rich-text-block.ncbio h2 {
  color: #050505;
}

.hollow-button-fa {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 30px;
  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-fa:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button-fa.all-caps {
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-4 {
  margin-top: 30px;
}

.section-2-ot {
  background-color: #0000;
  padding: 70px 10px 80px;
}

.section-2-hp {
  background-color: #192024;
  padding: 80px 10px;
}

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

.section-heading-fm.centered {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-fm.centered.white {
  color: #3b3b3b;
  padding-top: 10px;
  font-weight: 400;
}

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

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

.heading-fm {
  color: #3b3b3b;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-weight: 600;
}

.paragraph-fm {
  color: #292828;
}

.hollow-button-fm {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 30px;
  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-fm:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button-fm.all-caps {
  color: #a7a7a7;
  text-align: center;
  text-transform: uppercase;
  border-color: #a7a7a7;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.body {
  border: 1px solid #000;
}

.section-13 {
  background-color: #f1f1f1;
  border: 1px solid #696969;
  border-bottom-color: #706c6c;
}

.section-14 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
}

.section-15 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.section-16 {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 80px;
}

.section-17 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-5 {
  color: #0a0a0a;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  text-decoration: none;
  display: block;
  box-shadow: -1px 1px 27px -9px #3d3c3c;
}

.paragraph-5:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.section-18 {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 80px;
}

.heading-12 {
  text-transform: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: block;
}

.paragraph-5-copy {
  color: #0a0a0a;
  text-transform: none;
  background-color: #e7f5ff;
  background-image: linear-gradient(to right, #e0f1ff, #fff);
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  display: block;
}

.paragraph-5-copy2 {
  color: #0a0a0a;
  text-transform: none;
  background-color: #e7f5ff;
  background-image: linear-gradient(to right, #e0f1ff, #fff);
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  display: block;
}

.paragraph-5-copy3 {
  color: #0a0a0a;
  text-transform: none;
  background-color: #e7f5ff;
  background-image: linear-gradient(to right, #e0f1ff, #fff);
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  display: block;
}

.paragraph-5-copy4, .paragraph-5-copy6, .paragraph-5-copy7 {
  color: #0a0a0a;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  display: block;
  box-shadow: -1px 1px 27px -9px #3d3c3c;
}

.heading-13 {
  color: #000;
  margin-bottom: 25px;
  padding-top: 50px;
}

.heading-14 {
  color: #fff;
  margin-bottom: 50px;
  padding-top: 50px;
}

.paragraph-6 {
  color: #c4c8cc;
  font-size: 16px;
}

.text-block-11 {
  color: #c0bfbf;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.link-4 {
  color: #1554a5;
  border: 1px solid #1554a5;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  color: #fff;
  background-color: #00375c;
  border-color: #fff;
}

.link-4.w--current {
  color: #fff;
  background-color: #00375c;
  border-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.unordered-list-3 {
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  margin: 10px 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.unordered-list-4 {
  width: 80%;
  margin: 20px auto 60px;
}

.product-name {
  margin-bottom: 0;
  font-size: 30px;
}

.product-description {
  letter-spacing: 3px;
  font-size: 18px;
}

.product-applications {
  margin-bottom: 15px;
}

.product-columns {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.heading-15 {
  float: none;
  clear: none;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-left: 5px;
}

.heading-16 {
  text-align: left;
  letter-spacing: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.list-item-5 {
  margin-bottom: 30px;
}

.mgmnt-bio {
  margin-top: 20px;
  margin-bottom: 70px;
}

.hollow-button-news-2 {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
  position: static;
  right: -4px;
}

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

.hollow-button-news-2.w--current {
  display: inline-block;
}

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

.newsdiv-2 {
  margin-bottom: 50px;
}

.blog-link {
  float: none;
  color: #0106ff;
  margin-bottom: 0;
  font-size: 18px;
}

.blog-date {
  float: right;
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-size: 18px;
}

.blog-post-summary {
  margin-bottom: 20px;
}

.paragraph-7 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.columns-5 {
  margin-top: 0;
}

.paragraph-8 {
  color: #3d454b;
  margin-left: 10px;
  font-size: 16px;
}

.paragraph-9 {
  color: #000;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.paragraph-10 {
  color: #dbdbe7;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.column-6, .column-7, .column-8, .column-9 {
  padding-left: 30px;
  padding-right: 30px;
}

.image-6 {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.heading-17 {
  color: #000;
  margin-bottom: 30px;
  padding-top: 50px;
}

.heading-18 {
  color: #dbdbe7;
  padding-top: 50px;
}

.heading-19 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 50px;
  font-size: 24px;
  display: block;
}

.hollow-button-mkt {
  float: none;
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
  position: static;
}

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

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

.columns-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-10 {
  width: 60%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  display: inline-block;
}

.image-7 {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.columns-7 {
  margin-top: 10px;
}

.paragraph-11, .paragraph-12 {
  color: #152c41;
  margin-top: 0;
}

.columns-8, .columns-9, .columns-10, .columns-11 {
  margin-top: 10px;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  color: #152c41;
  margin-top: 0;
}

.marketrichtext {
  margin-left: 10px;
  padding-right: 10px;
}

.marketrichtext p {
  color: #494848;
  padding-right: 0;
}

.marketrichtext h4 {
  color: #4f5157;
}

.hollow-button-tech3 {
  float: none;
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
}

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

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

.heading-20 {
  margin-bottom: 50px;
  font-size: 44px;
  line-height: 52px;
}

.hollow-button-99 {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 30px;
  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-99:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

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

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

.heading-21 {
  margin-top: 60px;
  margin-bottom: 15px;
}

.hollow-button-mkt-copy {
  float: none;
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
  position: static;
}

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

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

.heading-22 {
  color: #4f5157;
}

.paragraph-16 {
  color: #3b3b3b;
}

.columns-12 {
  margin-bottom: 20px;
}

.custom-columns {
  margin-bottom: 30px;
}

.hollow-button-tech22 {
  float: none;
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
}

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

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

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

.customer {
  text-align: center;
  background-color: #ffffffde;
  border: 1px solid #f0ecec;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-9, .image-10, .image-11 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-19 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-20 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-24, .heading-25, .heading-26, .heading-27 {
  color: #2c4b66;
  margin-top: 30px;
}

.section-21 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}

.paragraph-17 {
  color: #212b33;
  margin-left: 20px;
  font-size: 18px;
}

.columns-13 {
  margin-top: 50px;
}

.heading-28 {
  color: #000;
  margin-top: 10px;
}

.devstep {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-18 {
  color: #212b33;
  font-size: 16px;
}

.slide {
  background-image: linear-gradient(#cacaca00, #ffffff2e), url('../images/shutterstock_1180135072_edit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
}

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

.slider {
  height: 90vh;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-11 {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

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

.columns-14 {
  margin-left: -10px;
  margin-right: -10px;
}

.image-13 {
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

.column-15, .column-16 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-17, .column-18 {
  padding-left: 0;
  padding-right: 0;
}

.image-14 {
  padding-left: 0;
}

.column-19, .column-20 {
  padding-left: 0;
  padding-right: 0;
}

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

.column-22, .column-23, .column-24, .column-25, .column-26 {
  padding-left: 0;
  padding-right: 0;
}

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

.column-28, .column-29, .column-30, .column-31, .column-32, .column-33, .column-34, .column-35, .column-36, .column-37, .column-38, .column-39, .column-40, .column-41, .column-42, .column-43, .column-44, .column-45, .column-46, .column-47, .column-48 {
  padding-left: 0;
  padding-right: 0;
}

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

.column-50, .column-51, .column-52, .column-53, .column-54, .column-55, .column-56, .column-57, .column-58, .column-59, .column-60, .column-61, .column-62, .column-63, .column-64, .column-65, .column-66, .column-67, .column-68, .column-69, .column-70, .column-71, .column-72, .column-73, .column-74, .column-75, .column-76, .column-77, .column-78, .column-79, .column-80, .column-81, .column-82, .column-83, .column-84, .column-85, .column-86, .column-87, .column-88, .column-89 {
  padding-left: 20px;
}

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

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

.column-91, .column-92 {
  padding-left: 5px;
  padding-right: 5px;
}

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

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

.column-95, .column-96, .column-97, .column-98, .column-99 {
  padding-left: 20px;
}

.custom-dev-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-29 {
  font-size: 48px;
  line-height: 48px;
}

.hero-subheading-left {
  color: #e7eaec;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.hero-heading-left {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #a1a1a100;
  flex: none;
  width: 100%;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  display: block;
}

.slide-2 {
  background-image: linear-gradient(#ececec1f, #414040b0), url('../images/shutterstock_684313996_edit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#0000, #ffffff21), url('../images/shutterstock_1038470746_edit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(264deg, #00000096, #42424282), url('../images/shutterstock_106646615_edit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hollow-button-3 {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 30px;
  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-3:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button-3.all-caps {
  text-transform: uppercase;
  margin-top: 10px;
}

.div-block-12 {
  background-color: #151b1f9c;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-13 {
  background-color: #0c0f1182;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.text-block-12 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-14 {
  background-color: #03192799;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-toggle-2 {
  padding-left: 5px;
  padding-right: 20px;
}

.icon {
  margin-left: 0;
}

.dropdown-toggle-3 {
  padding-left: 5px;
  padding-right: 20px;
}

.section-title-group-market {
  text-align: left;
  margin-bottom: 0;
  padding-top: 30px;
}

.fullwidth-image-market {
  width: 500px;
  margin-bottom: 0;
}

.fullwidth-image-copy {
  width: 500px;
  margin-bottom: 20px;
}

.slide-5 {
  background-image: linear-gradient(#0000, #ffffff21), url('../images/shutterstock_1012700278_edit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.white-box-market {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #dcebf7;
  border-radius: 0;
  padding: 15px;
  text-decoration: none;
}

.white-box-market:hover {
  background-color: #fbfcff;
  border-width: 1px;
  border-color: #e9e7e7;
}

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

.white-box-market.transparent:hover {
  background-color: #f6f6f600;
  border-color: #535353;
}

.image-15, .image-16 {
  width: 80%;
}

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

.fullwidth-image-das-2 {
  width: 500px;
  max-width: 60%;
  margin-bottom: 20px;
}

.fullwidth-image-das-3 {
  width: 500px;
  max-width: 77%;
  margin-bottom: 20px;
}

.fullwidth-image-das-4 {
  width: 500px;
  max-width: 55%;
  margin-bottom: 20px;
}

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

.news-columns {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 40px;
}

.image-17 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.newslink, .link-5 {
  text-decoration: none;
}

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

.section-heading-news.centered {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-news.centered.white {
  color: #e4e4e4;
  margin-bottom: 16px;
  font-weight: 400;
}

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

.section-heading-new2.centered {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 70px;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-new2.centered.white {
  color: #e4e4e4;
  margin-bottom: 16px;
  font-weight: 400;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
  margin-top: 0;
}

.customer-name {
  border: 1px solid #c7c7c7;
  justify-content: center;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 28px;
  display: flex;
  box-shadow: 1px 1px 4px #000;
}

.image-18 {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.image-19 {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.image-20 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-22, .image-23 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-24 {
  width: 90%;
}

.heading-31 {
  color: #050505;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}

.heading-31-copy {
  color: #050505;
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}

.columns-15 {
  margin-bottom: 40px;
}

.columns-16 {
  margin-bottom: 30px;
}

.rich-text-block-2 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

.button-banner-contact.tab {
  background-color: #92a0ad;
  width: 190px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.button-banner-contact.tab.w--current {
  background-color: #2e80b6;
  width: 190px;
}

.hollow-button-99-ribbon {
  float: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 30px;
  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-99-ribbon:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button-99-ribbon.all-caps {
  text-transform: uppercase;
  flex-direction: row;
  margin-top: 0;
  margin-left: 10px;
  margin-right: auto;
  display: inline-block;
}

.hero-heading-small-font {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-bottom: 30px;
  font-size: 58px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  overflow: visible;
}

.text-block-12-small-font {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.image-25 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-30 {
  width: 100%;
}

.rich-text-block-3 h4 {
  color: #2b4963;
}

.rich-text-block-3 p {
  color: #080b0e;
}

.fractalera h4 {
  color: #2b4963;
}

.fractalera p {
  color: #080b0e;
}

.rich-text-block-4 h4 {
  color: #2b4963;
}

.rich-text-block-4 p {
  color: #080b0e;
}

.paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  color: #212b33;
}

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

.section-heading-transpo.centered {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-transpo.centered.white {
  color: #e4e4e4;
  margin-bottom: 16px;
  font-weight: 400;
}

.heading-19-market {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-top: 50px;
  font-size: 30px;
  display: block;
}

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

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

.link-6 {
  margin-top: 5px;
}

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

.link-block-2 {
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-24, .paragraph-25, .paragraph-26, .heading-32, .heading-33, .heading-34, .paragraph-27 {
  color: #000;
}

.paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44 {
  color: #1c2329;
}

.paragraph-45 {
  color: #293138;
}

.heading-35, .heading-36, .heading-37, .paragraph-46, .paragraph-47, .paragraph-48 {
  color: #000;
}

.heading-38, .heading-39, .heading-40 {
  color: #131327;
}

.paragraph-49, .paragraph-50 {
  color: #242424;
}

.heading-41, .heading-42 {
  color: #232327;
}

.heading-43 {
  color: #1b1b2c;
}

.paragraph-51 {
  color: #212b33;
}

.heading-44 {
  color: #000;
}

.paragraph-52, .paragraph-53, .paragraph-54 {
  color: #212b33;
}

.heading-45 {
  color: #000;
}

.paragraph-55 {
  color: #212b33;
}

.heading-46, .heading-47 {
  color: #2e2e36;
}

.case-study-title {
  color: #35353a;
}

.case-study-description {
  color: #272727;
  text-align: center;
}

.fullwidth-image-smartphone {
  width: 300px;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

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

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

.patheadshot {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-40 {
  width: 50px;
}

.div-block-16 {
  background-color: #ddfadc;
}

.text-block-13 {
  color: #06571d;
  border: 1px solid #1a8f3b;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
}

.image-41 {
  width: 500px;
  margin-top: 50px;
}

.fullwidth-image-das-new {
  width: 500px;
  max-width: 77%;
  margin-bottom: 20px;
}

.fullwidth-image-das-5 {
  width: 500px;
  max-width: 93%;
  margin-bottom: 20px;
}

.image-42 {
  max-width: 100%;
}

.image-43, .image-44 {
  max-width: 90%;
}

.image-45 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-46, .image-47, .image-48, .image-49 {
  max-width: 90%;
}

.image-50, .image-51, .image-52, .image-53 {
  max-width: 100%;
}

.image-54, .image-55, .image-56, .image-57 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hollow-button-tech2-meta {
  float: none;
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
}

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

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

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

.section-space {
  color: #949494;
  text-align: center;
  background-color: #f8f8fa;
  border: 0 solid #000;
  padding: 20px 10px 90px;
  transition: padding-left .4s;
  position: relative;
}

.section-space.accent {
  color: #ecf0f1;
  background-color: #fff;
}

.section-space.accent:hover {
  background-color: #fff;
  border-width: 0;
  border-color: #575757;
}

.section-heading-space {
  color: #2e2e36;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading-space.centered {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 50px;
  font-size: 28px;
  font-weight: 300;
}

.section-heading-space.centered.white {
  color: #e4e4e4;
  margin-bottom: 16px;
  font-weight: 400;
}

.case-study-description-space {
  color: #272727;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.column-27-copy {
  padding-left: 0;
  padding-right: 0;
}

.slide-6 {
  background-image: linear-gradient(#0000, #ffffff21), url('../images/space_banner_edit.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-7 {
  object-fit: fill;
  background-image: linear-gradient(#0000, #ffffff21), url('../images/firefighter_edit.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #545963;
  }

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

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

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

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

  .div-block-5 {
    width: 100%;
  }

  .columns-2 {
    margin-bottom: 50px;
  }

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

  .navigation-link-2 {
    float: none;
    color: #545963;
  }

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

  .hollow-button-mkt, .hollow-button-mkt.w--current {
    width: 225px;
  }

  .customer-name {
    font-size: 24px;
  }
}

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

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

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

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

  .div-block-5 {
    width: 100%;
  }

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

  .productbutton.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .productbutton.tab {
    font-size: 12px;
  }

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

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

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

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

  .hero-heading-transpo, .hero-heading-news-transpo, .hero-heading-news-stadium {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .button-banner-contact.full-width {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-heading-small-font, .hero-heading-small-text, .hero-heading-news-transpo-mobile, .hero-heading-space {
    margin-bottom: 15px;
    font-size: 50px;
  }
}

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

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

  .navigation-bar {
    border-bottom: 1px solid #353535;
  }

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

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

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

  .grid-image {
    width: 35%;
  }

  .nav-menu-2 {
    border-bottom: 1px solid #a3a3a3;
  }

  .heading {
    margin-top: 20px;
  }

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

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

  .productbutton {
    margin-bottom: 25px;
  }

  .hero-heading-news {
    font-size: 50px;
  }

  .hollow-button-tech2 {
    max-width: 90%;
  }

  .rich-text-block.ncbio {
    padding-left: 0;
  }

  .rich-text-block.ncbio h4 {
    font-size: 20px;
  }

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

  .paragraph-6 {
    margin-top: 25px;
  }

  .link-4, .link-4.w--current {
    display: inline-block;
  }

  .unordered-list-3 {
    flex-flow: column;
  }

  .heading-15, .heading-16 {
    margin-left: 10px;
  }

  .hollow-button-mkt {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .columns-6 {
    flex-direction: column;
    width: auto;
    max-width: 100%;
    display: block;
  }

  .div-block-10 {
    width: 75%;
  }

  .image-7 {
    margin-bottom: 10px;
  }

  .heading-20 {
    font-size: 36px;
    line-height: 44px;
  }

  .hollow-button-tech22 {
    max-width: 100%;
    display: block;
  }

  .heading-24, .heading-25, .heading-26, .heading-27, .paragraph-17 {
    margin-left: 5px;
  }

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

  .hero-heading-transpo {
    font-size: 32px;
  }

  .image-17 {
    margin-bottom: 10px;
  }

  .newslink {
    margin-top: 0;
  }

  .container-8, .container-9 {
    padding-left: 10px;
  }

  .container-10, .container-11, .container-12, .container-13, .container-14 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
    margin-bottom: 10px;
  }

  .button-banner-contact {
    margin-bottom: 25px;
    margin-left: 10px;
  }

  .hollow-button-99-ribbon.all-caps {
    margin-right: 10px;
  }

  .hero-heading-small-font {
    font-size: 36px;
    line-height: 50px;
  }

  .image-26, .image-27 {
    margin-bottom: 10px;
  }

  .hero-heading-small-text {
    font-size: 40px;
  }

  .image-28, .image-29, .image-30, .image-31 {
    margin-bottom: 10px;
  }

  .rich-text-block-3 {
    margin-top: 10px;
    font-size: 18px;
  }

  .rich-text-block-3 h4, .fractalera h4 {
    font-size: 20px;
  }

  .rich-text-block-4 {
    margin-top: 10px;
  }

  .rich-text-block-4 h4 {
    font-size: 20px;
  }

  .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22 {
    margin-left: 5px;
  }

  .paragraph-23 {
    margin-left: 10px;
  }

  .column-101, .column-102 {
    display: flex;
  }

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

  .image-32 {
    width: auto;
  }

  .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    margin-bottom: 10px;
  }

  .hero-heading-news-transpo-mobile {
    font-size: 32px;
  }

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

  .patheadshot {
    margin-bottom: 10px;
  }

  .hollow-button-tech2-meta {
    max-width: 90%;
  }

  .hero-heading-space {
    font-size: 50px;
  }
}


