body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

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

p {
  margin-bottom: 10px;
  line-height: 22px;
}

a {
  border-bottom: 1px dashed rgba(0, 0, 0, .26);
  opacity: 0.7;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  border-bottom-style: solid;
  border-bottom-color: #fb5607;
  opacity: 1;
}

.hero {
  position: relative;
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/phone-particle3.jpg');
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/phone-particle3.jpg');
  background-position: 0px 100%, 0px 0px, 100% 50%;
  background-size: 100% 20vh, auto, contain;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  color: #fff;
}

.hero.short {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9));
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9));
  background-position: 0px 100%, 0px 0px;
  background-size: 100% 15vh, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero.short._3d {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/laptop_render3_edited2.jpg');
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/laptop_render3_edited2.jpg');
  background-position: 0px 100%, 0px 0px, 50% 50%;
  background-size: 100% 15vh, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.short.web {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/stirwebsite.jpg');
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/stirwebsite.jpg');
  background-position: 0px 100%, 0px 0px, 50% 50%;
  background-size: 100% 15vh, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.short.graphics {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/3d-banner.jpg');
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/3d-banner.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: 100% 15vh, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.short.about {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/studio-bg.jpg');
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/studio-bg.jpg');
  background-position: 0px 100%, 0px 0px, 0px 50%;
  background-size: 100% 15vh, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.short.contact {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/bg-bryce-3d.jpg');
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(45deg, rgba(251, 86, 7, .9), rgba(255, 0, 109, .9)), url('../images/bg-bryce-3d.jpg');
  background-position: 0px 100%, 0px 0px, 50% 50%;
  background-size: 100% 15vh, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container.short {
  min-height: 50vh;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 64px;
  line-height: 72px;
  font-weight: 100;
}

.heading-highlight {
  font-size: 32px;
  font-weight: 300;
}

.hero-text-wrapper {
  margin-bottom: 18vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-text-wrapper.short {
  margin-top: 10vh;
  margin-bottom: 25vh;
}

._3d-video {
  background-color: #fff;
  color: #fff;
}

.general-container {
  padding-top: 15px;
}

.section-heading {
  position: relative;
  display: inline;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 36px;
}

.nav-menu {
  padding-top: 23px;
  padding-bottom: 40px;
  background-color: #252525;
  color: #d3d3d3;
}

.nav-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-bottom-style: none;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #fff;
}

.nav-link:hover {
  border-bottom-style: none;
  opacity: 1;
}

.nav-link.w--current {
  color: #ff006d;
}

.nav-link.major {
  padding-left: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}

.nav-link.major.w--current {
  color: #ff006d;
}

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

.nav-row {
  display: block;
  max-width: 960px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-content-wrapper {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.nav-button {
  width: 100%;
  padding: 14px;
  background-color: #ff006d;
  background-image: -webkit-linear-gradient(0deg, #fb5607, rgba(251, 86, 7, 0));
  background-image: linear-gradient(90deg, #fb5607, rgba(251, 86, 7, 0));
  opacity: 1;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 18px;
  text-align: center;
}

.nav-button:hover {
  background-color: #fb5607;
  color: #fff;
}

.nav-button.contact {
  margin-top: 15px;
}

.nav-button-subtext {
  margin-top: 9px;
}

.cta-heading {
  margin-top: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.web-section {
  position: relative;
  min-height: 1920px;
  background-color: #f2f2f2;
  background-image: url('../images/angled-bg-bottom-left-white.png'), url('../images/angled-bg-top-left-white.png'), url('../images/solutions-bg-wire.jpg');
  background-position: 0px 100%, 0px 0px, 50% 50%;
  background-size: 100% 300px, 100% 15vh, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.web-container {
  position: relative;
  z-index: 50;
  padding-top: 20vh;
}

.solutions-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.solutions-overlay.laptop-screen {
  background-image: url('../images/solutions-bg-laptop-screen.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}

.solutions-overlay.kiosk {
  background-image: url('../images/solutions-bg-kiosk-screen.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}

.phone {
  position: absolute;
  left: 33%;
  top: 25%;
  z-index: 5;
  width: 260px;
  height: 500px;
  background-image: url('../images/solutions-bg-phone.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.screen {
  overflow: hidden;
  width: 246px;
  height: 428px;
  margin: 11px 7px 4px;
}

.phone-screen-image {
  opacity: 0;
}

.about-section {
  min-height: 30vh;
  padding-top: 5vh;
  background-image: url('../images/angled-bg-bottom-right-dark.png');
  background-position: 100% 100%;
  background-size: 100% 15vh;
  background-repeat: no-repeat;
}

.section-summary {
  width: 50%;
  margin-top: 10px;
}

.right-arrow-box {
  position: absolute;
  top: 0px;
  right: -7px;
  bottom: 0px;
  display: inline-block;
  width: 1px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 100%;
}

.right-arrow-line-top {
  position: absolute;
  left: 5px;
  top: 12px;
  width: 15px;
  height: 2px;
  background-color: #b6b6b6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right-arrow-line-bottom {
  position: relative;
  left: 5px;
  bottom: -22px;
  width: 15px;
  height: 2px;
  background-color: #b6b6b6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-header-link-block {
  position: relative;
  z-index: 998;
  margin-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.section-header-link-block:hover {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.heading-super {
  position: relative;
  top: -1.55em;
  margin-left: 2px;
  font-size: 0.3em;
  line-height: 0px;
  font-weight: 400;
}

.footer-section {
  padding-top: 5vh;
  padding-bottom: 10vh;
  background-color: #333;
  color: #d3d3d3;
}

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

.footer-link {
  border-bottom-color: hsla(0, 0%, 100%, .26);
  color: #fff;
}

.subfooter-column {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subfooter-column.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.subfooter-link {
  border-bottom-style: none;
  color: #dbdbdb;
}

.subfooter-link:hover {
  border-bottom-style: none;
}

.subfooter-link.w--current {
  color: #aaa;
}

.subfooter-divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #464646;
}

.copyright {
  display: inline-block;
}

.footer-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-container {
  padding-bottom: 20vh;
}

.web-mobile-image {
  display: none;
}

.about-brand-image {
  width: 150px;
  height: 100px;
  margin: 10px 40px;
  float: left;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 100px;
  margin: 10px 40px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-brands-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-navbar {
  background-color: #252525;
}

.brand {
  margin-top: 18px;
  padding-left: 0px;
  border-bottom-style: none;
  opacity: 0.9;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
}

.brand:hover {
  border-bottom-style: none;
  opacity: 1;
}

.nav-icon {
  padding: 0px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.nav-icon:hover {
  opacity: 1;
}

.nav-icon.w--open {
  background-color: transparent;
  color: #ff006d;
}

.icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 14px;
}

.banner-section {
  background-image: url('../images/angled-bg-bottom-left-white.png'), -webkit-linear-gradient(225deg, #ff006d, #fb5607);
  background-image: url('../images/angled-bg-bottom-left-white.png'), linear-gradient(225deg, #ff006d, #fb5607);
  background-position: 0px 100%, 0px 0px;
  background-size: 100% 200px, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.banner-section.short {
  background-size: 100% 150px, auto;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-container.short {
  min-height: 400px;
}

.banner-text-wrapper {
  margin-bottom: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 100;
}

.banner-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 28px;
}

.main-section {
  background-image: url('../images/angled-bg-bottom-right-dark.png');
  background-position: 100% 100%;
  background-size: 100% 200px;
  background-repeat: no-repeat;
}

.main-text {
  margin-top: 50px;
  margin-bottom: 300px;
}

.graphics-section {
  height: 1600px;
  background-image: url('../images/bg-banner-stand-2.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.flyer-container {
  position: static;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.flyer-front {
  position: relative;
  z-index: 3;
  -webkit-transform: rotateX(-13deg) rotateY(17deg) rotateZ(-30deg);
  transform: rotateX(-13deg) rotateY(17deg) rotateZ(-30deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.notice-bar {
  display: none;
  color: #fff;
  text-align: center;
}

.notice-link {
  border-bottom-color: hsla(0, 0%, 100%, .26);
  color: #fff;
}

.text-block {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #464646;
  color: #afafaf;
}

.nav-coming {
  font-size: 14px;
  line-height: 14px;
}

._500-highlight {
  font-weight: 500;
}

.logo {
  width: 67px;
  height: 57px;
}

.foss-text {
  display: inline-block;
  margin-right: 5px;
  color: #999;
}

.foss-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foss-logo {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.foss-logo:hover {
  border-bottom-style: none;
}

.foss-icon-wrapper {
  display: inline-block;
}

.foss-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.foss-column-right {
  text-align: right;
}

.graphics-mobile-image {
  display: none;
}

.about-line {
  width: 100%;
  height: 1px;
  margin-bottom: 10vh;
  background-color: #eee;
}

.capabilities-section {
  padding-top: 10vh;
  padding-bottom: 50px;
}

.capabilities-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.capabilities-item-description {
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}

.capabilities-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-bg-section {
  background-image: url('../images/angled-bg-bottom-right-gray.png'), url('../images/edge-bg-3d-2.jpg');
  background-position: 100% 100%, 0px 100%;
  background-size: 100% 15vh, 50%;
  background-repeat: no-repeat, no-repeat;
}

.bold-bg-section.gray {
  background-color: #f2f2f2;
  background-image: url('../images/angled-bg-bottom-left-white.png'), url('../images/sample-bg-bend.jpg');
  background-position: 0px 100%, 100% 100%;
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.gray.dome-web {
  background-image: url('../images/angled-bg-bottom-left-white.png'), url('../images/edge-bg-web-dome.jpg');
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.gray.graphics {
  background-image: url('../images/angled-bg-bottom-left-white.png'), url('../images/edge-bg-graphics-valeo.jpg');
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.colmek {
  background-image: url('../images/angled-bg-bottom-right-gray.png'), url('../images/sample-bg-colmek.jpg');
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.web-intro {
  background-image: url('../images/angled-bg-bottom-right-gray.png'), url('../images/edge-bg-web-designsource.jpg');
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.brigham-web {
  background-image: url('../images/angled-bg-bottom-right-gray.png'), url('../images/edge-bg-web-brigham.jpg');
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.dome-graphics {
  background-image: url('../images/angled-bg-bottom-right-gray.png'), url('../images/graphics-edge-bg-dome-raw-3_edited.jpg');
  background-size: 100% 15vh, 50%;
}

.bold-bg-section.g2g-graphics {
  background-image: url('../images/angled-bg-bottom-right-gray.png'), url('../images/edge-bg-graphics-g2g.jpg');
  background-size: 100% 15vh, 50%;
}

.differentiation-list-item {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}

.bold-bg-text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 37.5vw;
  padding-top: 10vh;
  padding-bottom: 25vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-bg-text-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

.bold-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-bottom-width: 0px;
  cursor: pointer;
}

.bold-button-icon {
  width: 50px;
  height: 50px;
}

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

.gallery-section {
  background-color: #f2f2f2;
  background-image: url('../images/angled-bg-bottom-left-dark.png');
  background-position: 0px 100%;
  background-size: 100% 15vh;
  background-repeat: no-repeat;
}

.gallery-container {
  min-height: 50vh;
  padding-top: 10vh;
  padding-bottom: 25vh;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.gallery-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 230px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-bottom-width: 0px;
  cursor: pointer;
}

.bold-button-text {
  margin-right: 10px;
  font-size: 20px;
}

.gallery-button-icon {
  position: absolute;
}

.text-field {
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;
  background-color: #252525;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  font-weight: 300;
}

.text-field:focus {
  border-bottom-color: #ff006d;
  color: #f2f2f2;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, .7);
}

.text-field.left {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}

.text-field.left.footer {
  border-bottom-color: #5d5d5d;
  background-color: #333;
}

.text-field.left.inverted::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

.text-field.left.inverted:-ms-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

.text-field.left.inverted::placeholder {
  color: rgba(0, 0, 0, .7);
}

.text-field.right {
  display: inline-block;
  width: 49%;
}

.text-field.right.footer {
  border-bottom-color: #5d5d5d;
  background-color: #333;
}

.text-field.footer {
  border-bottom-color: #5d5d5d;
  background-color: #333;
}

.text-field.inverted {
  border-bottom-color: #e6e6e6;
  background-color: transparent;
  color: #000;
}

.text-field.inverted:focus {
  border-bottom-color: #ff006d;
}

.text-field.inverted::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

.text-field.inverted:-ms-input-placeholder {
  color: rgba(0, 0, 0, .7);
}

.text-field.inverted::placeholder {
  color: rgba(0, 0, 0, .7);
}

._3d-video-border {
  position: relative;
  z-index: 2;
  height: 2px;
  margin-bottom: -2px;
  background-color: #fff;
}

.gallery-bio-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85));
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85));
  color: #fff;
}

.gallery-bio-image.ryan {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/DSC_5848_edited.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/DSC_5848_edited.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
  background-repeat: repeat, no-repeat;
}

.gallery-bio-image.chief {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/chief-omane-brimpong.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/chief-omane-brimpong.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.elio {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/elio-qoshi-sml.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/elio-qoshi-sml.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.anxhelo {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/anxhelo-lushka-sml.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/anxhelo-lushka-sml.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.farid {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/farid-abdelnoir.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/farid-abdelnoir.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.bryce {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/bryce-johnson.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/bryce-johnson.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.brendon {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/brendon-porter.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/brendon-porter.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.spencer {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/spencer-hill.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/spencer-hill.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.john {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/john-coon.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/john-coon.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.danny {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/danny-santacruz.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/danny-santacruz.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.becca {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/rebecca-gardner.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/rebecca-gardner.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.brian {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/brian-ericson.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/brian-ericson.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.garrett {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/garrett-smith.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/garrett-smith.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.nara {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/nara-oliveira.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/nara-oliveira.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-image.careers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, #777, #777);
  background-image: linear-gradient(180deg, #777, #777);
}

.gallery-bio-image.lee {
  background-image: -webkit-linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/lee-rosario.jpg');
  background-image: linear-gradient(45deg, rgba(251, 86, 7, .85), rgba(255, 0, 109, .85)), url('../images/lee-rosario.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100% 100%;
}

.gallery-bio-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.gallery-bio-name.careers {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.gallery-bio-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.bio-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 235px;
  padding: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.bio-link {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.about-intro {
  margin-bottom: 50px;
}

.bio-email {
  border-bottom-color: hsla(0, 0%, 100%, .26);
  color: #fff;
}

.menu-text {
  margin-right: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 14px;
}

.nav-icon-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 92px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-text {
  padding-top: 10px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.main-container {
  padding-top: 5vh;
  padding-bottom: 20vh;
}

.contact-icon {
  width: 20px;
  height: 20px;
}

.contact-icon-label {
  padding-left: 5px;
}

.contact-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.cta-subtext {
  margin-top: 5px;
  text-align: center;
}

.cta-subtext-link {
  border-bottom-color: hsla(0, 0%, 100%, .26);
  color: #fff;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.preloader-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(225deg, #ff006d, #fb5607);
  background-image: linear-gradient(225deg, #ff006d, #fb5607);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.nav-link-icon {
  display: inline;
  width: 20px;
  height: 24px;
}

.nav-link-text {
  display: inline;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .hero {
    background-size: 100% 15vh, auto, cover;
  }
  .hero-text-wrapper {
    margin-bottom: 13vh;
  }
  .nav-menu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .web-section {
    min-height: 1280px;
    background-size: 100% 10%, 100% 100px, 100%;
  }
  .section-summary {
    width: 100%;
  }
  .footer-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .subfooter-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .subfooter-column.right {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .graphics-section {
    height: 115vw;
    background-position: 100% 100%;
    background-size: contain;
  }
  .flyer-front {
    width: 130px;
    height: 300px;
    margin-left: 100px;
  }
  .foss-text {
    margin-bottom: 5px;
  }
  .foss-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .foss-icon-wrapper {
    padding-right: 8px;
  }
  .foss-row {
    text-align: center;
  }
  .foss-column-right {
    text-align: center;
  }
  .capabilities-section {
    padding-top: 5vh;
  }
  .capabilities-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-bg-section {
    background-position: 100% 100%, 0px 100%;
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.gray {
    background-position: 0px 100%, 100% 100%;
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.gray.dome-web {
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.gray.graphics {
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.colmek {
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.web-intro {
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.brigham-web {
    background-size: 100% 15vh, auto 560px;
  }
  .bold-bg-section.dome-graphics {
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-section.g2g-graphics {
    background-size: 100% 15vh, auto 540px;
  }
  .bold-bg-text-column {
    min-height: 720px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bold-bg-text-wrapper {
    margin-top: 25px;
    margin-bottom: 540px;
  }
  .gallery-container {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .hero {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-heading {
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 48px;
  }
  .heading-highlight {
    font-size: 26px;
  }
  .general-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-menu {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .nav-link {
    margin-bottom: 8px;
    padding: 3px 0px 3px 20px;
    text-align: center;
  }
  .nav-link.major {
    padding-left: 0px;
  }
  .nav-column.cta {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-column.footer {
    text-align: center;
  }
  .nav-button {
    margin-top: 15px;
  }
  .cta-heading {
    font-size: 16px;
    line-height: 16px;
  }
  .web-section {
    min-height: 0vh;
    background-image: url('../images/angled-bg-bottom-left-white.png'), url('../images/angled-bg-top-left-white.png');
    background-position: 0px 100%, 0px 0px;
    background-size: 100% 100px, 100% 100px;
    background-repeat: no-repeat, no-repeat;
  }
  .web-container {
    padding-top: 160px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .solutions-overlay.laptop-screen {
    display: none;
  }
  .solutions-overlay.kiosk {
    display: none;
  }
  .phone {
    display: none;
  }
  .footer-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-logo-column {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .about-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .web-mobile-image {
    display: block;
    margin-bottom: 100px;
  }
  .about-brand-image {
    margin-right: 14px;
    margin-left: 14px;
  }
  .div-block-2 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .brand {
    margin-top: 14px;
    margin-left: 15px;
  }
  .nav-icon {
    padding-right: 10px;
  }
  .banner-subheading {
    font-size: 20px;
    line-height: 24px;
  }
  .main-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .graphics-section {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .flyer-container {
    display: none;
  }
  .logo {
    width: 53px;
    height: 46px;
  }
  .foss-text {
    text-align: center;
  }
  .foss-block {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .graphics-mobile-image {
    display: block;
  }
  .capabilities-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bold-bg-text-column {
    min-height: 840px;
  }
  .gallery-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gallery-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-icon-group {
    height: 74px;
  }
  .footer-logo-text {
    padding-top: 15px;
    padding-left: 0px;
  }
  .main-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .section-heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  .phone {
    left: 10%;
  }
  .right-arrow-box {
    height: 28px;
  }
  .right-arrow-line-top {
    top: 9px;
  }
  .right-arrow-line-bottom {
    bottom: -19px;
  }
  .subfooter-link {
    display: block;
    margin-bottom: 6px;
  }
  .subfooter-divider {
    display: none;
  }
  .about-brand-image {
    width: 100px;
    height: 67px;
  }
  .div-block-2 {
    width: 100px;
    height: 67px;
  }
  .graphics-section {
    background-position: 100% 50%;
    background-size: cover;
  }
  .gallery-link {
    width: 140px;
    height: 140px;
    padding: 20px;
  }
  .gallery-image {
    width: 100px;
    height: 100px;
  }
  .gallery-button-icon {
    width: 25px;
    height: 25px;
  }
  .gallery-bio-image {
    width: 120px;
    height: 120px;
  }
  .gallery-bio-name.careers {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
  .bio-grid-item {
    width: 130px;
    height: 130px;
    padding: 5px;
  }
  .about-intro {
    margin-top: 50px;
  }
}

