@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url("/fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("/fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
}
:root {
  --animate-delay: 0.5s;
}

html {
  background-color: #585b88;
}

body {
  font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
  background-color: #e8ecef;
  background: url("/images/white-waves.webp");
  background-size: 200px;
  background-repeat: repeat;
  font-size: 16px;
}

::selection {
  background-color: #b2b4cd;
  opacity: 0.8;
}

.content {
  width: 100%;
  position: relative;
  text-align: center;
}
.content main {
  padding-top: 56px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #585b88;
  text-transform: capitalize;
}

h1 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 39px;
  margin-top: 16px;
  margin-bottom: 4px;
}

h2 {
  font-size: 30px;
  margin-bottom: 4px;
}

h3 {
  font-size: 22px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

video {
  cursor: pointer;
}

.square-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.square-grid > li {
  padding: 1rem;
  position: relative;
}
.square-grid > li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-grid > li img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alt-button {
  display: block;
  width: 95%;
  margin: 0 auto;
  min-width: 100px;
  max-width: 200px;
  background-color: #4c829e;
  border-radius: 8px;
  padding: 8px;
  color: #e8ecef;
  font-size: 18px;
  background: linear-gradient(45deg, #3e4293, #4c829e, #ced7db);
  background-size: 180% 180%;
  animation: alt-btn-gradient-animation 18s ease infinite;
  text-decoration: none;
}

@keyframes alt-btn-gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.alt-button:active {
  color: #808895;
}

.alt-button:focus {
  color: #e8ecef;
}

.alt-button:hover {
  transition: background-color 0.5s, border 0.5s, color 0.5s;
  background-color: #808895;
  text-decoration: none;
  border: 2px solid #ced7db;
  color: #e8ecef;
}

.alt-button-top {
  margin-top: 16px !important;
}

.alt-button-grey {
  background-color: #808895;
  border-color: #808895;
  max-width: 280px;
  margin: 0 auto;
}

.alt-button-grey:active {
  color: #ced7db;
}

.alt-button-grey:focus {
  color: #e8ecef;
}

.alt-button-grey:hover {
  background-color: #585b88;
  border-color: #585b88;
}

.alt-button-sf {
  background: linear-gradient(45deg, #3a9ca7, #2eb731);
}

.hero-intro .hero-alt-button-grey {
  background-color: #e4e4e4;
  color: #585b88 !important;
}

.hero-alt-button {
  margin: 0 auto;
  color: #fff !important;
  padding: 16px;
  text-align: center;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.featured-item {
  width: 95%;
  height: auto;
  border-radius: 6px;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 12px;
  color: #fff;
  padding: 16px;
  height: 630px;
}
.project .featured-item-footer {
  padding: 16px;
  text-shadow: 1px 1px #000;
}
.project .featured-item-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  text-align: center;
}
.project h3 {
  color: #fff;
}

.featured-item-container {
  background-size: cover;
}
.featured-item-container video {
  vertical-align: middle;
  width: 95%;
  opacity: 0;
}
.featured-item-container iframe {
  width: 95%;
  min-height: 300px;
}
.featured-item-container img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.featured-item-footer h3 {
  margin-top: 12px;
  margin-bottom: 6px;
}

.remove-pointer {
  cursor: default !important;
}

.push-top {
  margin-top: 30px;
}

noscript p {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  color: #fff;
  padding: 40px;
}

.md-img {
  max-width: 400px;
  margin: 0 auto;
}

.intro-space {
  display: none;
}

#main-video-player {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 200px;
  height: 113px;
  z-index: 100;
}
#main-video-player noscript p {
  max-width: 200px;
  max-height: 113px;
  font-size: 11px;
}

.main-video-player-close {
  position: fixed;
  right: 16px;
  bottom: 129px;
  color: #fff;
  z-index: 101;
  width: 65px;
  height: 44px;
  background-color: #616494;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: none;
  text-align: center;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
}
.main-video-player-close svg {
  display: inline;
  padding: 12px;
  height: 44px;
  text-align: center;
  width: 100%;
}

.cml-video-player-hidden {
  display: none;
}

.large-number {
  font-size: 3em;
  color: #585b88;
}

.covid-container a {
  color: #585b88;
}
.covid-container .align-text {
  text-align: center;
}
.covid-container .reverse-align-text {
  text-align: center;
}

.xr-ts-item {
  margin-top: 64px;
}
.xr-ts-item .item-img {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.xr-ts-item-text {
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
}

.xr-ts-item-text p {
  max-width: none !important;
}

.xr-training .featured-item-container {
  margin-top: 32px;
}

.iub__us-widget {
  background-color: #585b88;
}

.gifffer-play-button {
  background-color: #585b88 !important;
}

.news .article-content {
  max-width: 550px;
  margin: 0 auto;
  background-color: rgba(229, 229, 229, 0.8117647059);
  color: #444;
  padding: 16px;
  border-radius: 6px;
  margin-top: 16px;
}

.mt-2 {
  margin-top: 32px !important;
}

.mb-2 {
  margin-bottom: 32px !important;
}

.vol-play-btn {
  width: 90px;
  height: 90px;
  top: 50%;
  background: #d7d8ea;
  outline: none;
  border: none;
  z-index: 100;
  border-radius: 8px 8px 0 0;
}

.vol-play-btn img {
  width: 100%;
  height: auto;
}

.device-motion-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 70px;
  height: 48px;
  background: rgba(240, 240, 240, 0.6);
  z-index: 100;
  padding: 0;
  background-color: #d7d8ea;
  border-radius: 8px;
}
.device-motion-btn img {
  width: auto;
  height: 100%;
}

.device-motion-btn.active {
  border: 1px solid rgba(200, 11, 23, 0.5);
}

.rotation-tip {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  pointer-events: none;
  background-color: #d7d8ea;
  border-radius: 8px;
}
.rotation-tip img {
  width: 100%;
  height: auto;
}

.cta {
  min-height: 70vh;
  padding: 32px;
  padding-top: 24vh;
  position: relative;
}
.cta h2 {
  color: #fff;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.cta a {
  position: relative;
  margin-left: auto;
}

.cta-background {
  background: linear-gradient(45deg, #585b88, hsl(236, 28%, 44%));
  background-size: 120% 120%;
  animation: gradient-animation 12s ease infinite;
}

.spatial-photo {
  cursor: pointer;
}

.spatial-photo-container {
  padding: 32px;
}

.spatial-photo-viewer {
  padding: 32px;
  max-width: 800px;
  margin: 0 auto;
}

.spatial-thumbnail {
  display: block;
  margin: 16px;
}

.spatial-photo-gallery-list li,
.spatial-video-gallery li {
  display: inline-block;
  width: 100%;
  padding: 8px;
}
.spatial-photo-gallery-list li a,
.spatial-video-gallery li a {
  display: block;
}
.spatial-photo-gallery-list li a img,
.spatial-video-gallery li a img {
  width: 100%;
  height: auto;
}
.spatial-photo-gallery-list li h6,
.spatial-video-gallery li h6 {
  margin-top: 4px;
  margin-bottom: 0;
}
.spatial-photo-gallery-list li span,
.spatial-video-gallery li span {
  font-size: 0.9em;
  color: #585b88;
}

.immersion-app {
  margin-top: 16px;
}
.immersion-app .immersion-logo {
  width: 100%;
  max-width: 400px;
  padding: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.immersion-app .contact-us {
  margin-top: 16px;
}

.sf-header .sf-header-logo {
  width: 100%;
  max-width: 260px;
  position: relative;
}

.dropdown-toggle::after {
  margin-left: 0.05em;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cta-texture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/chevron_pattern.png");
  opacity: 0.25;
  background-color: #585b88;
  background-blend-mode: soft-light;
}

.feature-list h5 {
  font-size: 0.9em;
  margin-bottom: 0;
  color: hsl(240, 2%, 42%);
}

@media (min-width: 490px) {
  .intro-line-break {
    display: none;
  }
  .intro-space {
    display: inline;
  }
}
@media (min-width: 560px) {
  .spatial-photo-gallery-list li,
  .spatial-video-gallery li {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .immersion-app h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
  body {
    background-size: 170px;
    font-size: 16px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .hero-alt-button {
    margin-left: 0;
  }
  .hero-alt-button-centered {
    margin: 0;
  }
  .hero-alt-button-centered {
    margin: 0 auto;
    margin-top: 16px;
  }
  .covid-container .align-text {
    text-align: left;
  }
  .covid-container .reverse-align-text {
    text-align: right;
  }
  .xr-ts-item-text {
    margin-top: 64px;
  }
}
@media (min-width: 1200px) {
  body {
    background-size: 200px;
  }
  .spatial-photo-gallery-list li,
  .spatial-video-gallery li {
    width: 32%;
  }
}
header {
  position: relative;
}

.header-bg {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  z-index: 0;
  background-color: #585b88;
  opacity: 0.25;
  background-blend-mode: soft-light;
}

.header-bg.active {
  min-height: unset;
  height: 70px !important;
}

.dropdown-item:active {
  background-color: #585b88;
  color: #fff;
}

.home-link {
  position: relative;
  z-index: 2;
  top: 11px;
  left: 12px;
  display: block;
}
.home-link img {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
}
.home-link h4 {
  line-height: 1;
  color: #585b88;
  float: left;
  margin-left: 16px;
  margin-top: 19px;
  color: #585b88;
  opacity: 0.7;
}

@media (max-width: 370px) {
  header h4 {
    display: none;
  }
}
.nav-outer {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}

.main-nav {
  z-index: 10000;
  float: right;
}

.main-nav .navbar-toggle {
  border: 0;
  background-color: transparent;
}

.main-nav .navbar-toggler-icon {
  width: 2.2em;
  height: 2.2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(88, 91, 136, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: 0px 0px 0px 4px #585b88;
}

.navigation-container {
  background-color: #d1d2de;
  min-width: 50px;
  position: absolute;
  right: 0px;
  top: 53px;
  z-index: 100;
  transform: translateZ(0);
  color: #e8ecef;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 16px;
}

.desktop-nav {
  display: none;
}

.navbar .icon-bar {
  background-color: #585b88;
  width: 34px;
  height: 4px;
  padding: 0 5px;
}

.navbar-header button {
  margin-top: 2px;
  margin-right: 0;
}

.services .navbar-header button {
  margin-top: 0;
}

.nav ul {
  padding-left: 0;
  font-size: 19px;
  text-align: right;
}

.nav ul li {
  display: block;
  min-height: 44px;
  padding-top: 10px;
  min-width: 120px;
}

.nav ul li a {
  color: #585b88;
  opacity: 0.8;
  text-decoration: none;
}

html[data-useragent*="MSIE 10.0"] .nav ul li a {
  color: #fff;
}

.nav ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.header #canvas {
  width: 75px;
  height: 75px;
  margin-left: 20px;
  padding-top: 0;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .nav ul {
    text-align: right;
    font-size: 18px;
    margin-bottom: 0;
  }
  .nav ul li {
    display: inline-block;
    min-width: unset;
  }
  .nav ul li::after {
    content: " | ";
    color: #585b88;
    opacity: 0.8;
  }
  .nav ul li:last-of-type::after {
    content: "";
  }
  .navigation-container {
    background-color: transparent;
    position: relative;
    top: 0;
    right: 0;
    padding: 6px 0;
  }
}
@media (min-width: 992px) {
  .home-link h4 {
    margin-top: 17px;
  }
}
/* HOME PAGE */
.home-main-content {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 32px;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 2px;
  margin-top: 20vh;
}
.home-main-content p {
  margin-top: 8px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.xr-training-hero {
  margin-top: 6vh;
  margin-bottom: 4vh;
}
.xr-training-hero .item-img {
  width: 100%;
  height: auto;
}
.xr-training-hero .pad-bottom-mobile {
  margin-bottom: 64px;
}

#canvas {
  position: relative;
  left: 0;
  z-index: 5;
  width: 100vw;
  height: 50vh;
  margin: 0 auto;
}

.intro-bg {
  background-color: #585b88;
  width: 1000px;
  height: 1000px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}

.large-top-margin {
  margin-top: 10vh;
}

#monitor-canvas,
#hmd-canvas {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  cursor: move;
}
#monitor-canvas img,
#hmd-canvas img {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 49%;
  right: auto;
  top: 2px;
  opacity: 0.5;
}

.canvas-touch {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  left: 50%;
  top: 10%;
  margin-left: -125px;
  z-index: 7;
  transform: translateZ(0);
}

.intro-content {
  min-height: 80vh;
  position: relative;
}

.hero-container {
  padding-top: 70px;
}

.hero-bg-animated {
  background: linear-gradient(300deg, #3e4293, #585b88, #d4d5e3);
  background-size: 180% 180%;
  -webkit-animation: hero-bg 15s ease infinite;
  -moz-animation: hero-bg 15s ease infinite;
  animation: hero-bg 15s ease infinite;
}

@-webkit-keyframes hero-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes hero-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes hero-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hero-bg-texture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/webb-pattern.png");
  opacity: 0.2;
}

.trusted-container {
  background-color: #e8ecef;
  background: url("/images/white-waves.webp");
  background-size: 200px;
  background-repeat: repeat;
  position: relative;
  z-index: 6;
}
.trusted-container h3 {
  font-size: 1.4em;
}
.trusted-container .mt-1 {
  margin-top: 0.8em !important;
}

.trusted-by {
  min-height: 30vh;
  padding: 4vh 32px;
}
.trusted-by .trusted-text h4 {
  font-size: 22px;
}
.trusted-by .trusted-text p {
  padding: 4vh 0;
}
.trusted-by .image-container {
  max-width: 250px;
  margin: 0 auto;
}
.trusted-by .image-container img {
  width: 100%;
}
.trusted-by .image-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

@media (min-width: 512px) {
  .trusted-by {
    max-width: 800px;
    margin: 0 auto;
  }
  .trusted-by .image-container {
    max-width: 600px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .trusted-by .image-container li {
    max-width: 100px;
    display: inline-block;
    margin: 8px auto;
  }
}
.logo-list li {
  display: inline-block;
  width: 24%;
}
.logo-list .h-img {
  width: auto;
  height: 65px;
}
.logo-list .v-img {
  width: auto;
  height: 75px;
}

.home-main-content h1 {
  position: relative;
  z-index: 10;
  font-size: 36px;
  margin-bottom: 0;
  /* Text outline/stroke */
  color: #fff;
}

.home-main-content h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.home-main-content p {
  font-size: 16px;
}

.scroll-triangle-container {
  position: absolute;
  top: 78vh;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.scroll-triangle-container small {
  position: absolute;
  top: -19px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  opacity: 0.5;
}

#scroll-triangle {
  transform: translateZ(0);
}

.scroll-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 20px 0;
  border-color: #585b88 transparent transparent;
  opacity: 0.25;
}

.hero-content {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
}

.hero-content p {
  max-width: 450px;
  margin: 0 auto;
}

.feature-grid {
  padding: 20vh 0;
}
.feature-grid img {
  border-radius: 4%;
  width: 260px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.feature-grid .landscape-column-image {
  aspect-ratio: 2/1;
  border-radius: 3%;
}
.feature-grid h3 {
  height: 44px;
}

.info-section {
  min-height: 80%;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.info-section img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
}
.info-section .info-card {
  background-color: #808895;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
  border-radius: 5px;
}
.info-section .info-white-text {
  color: #e8ecef;
}
.info-section .lighter-text-content {
  opacity: 0.9;
}
.info-section .more-info-section {
  margin-top: 50px;
  color: #808895;
}

.ar-button,
#hmd-lock,
#monitor-lock {
  background-color: #585b88;
  color: #e8ecef;
  padding: 10px 0;
  opacity: 0.75;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 6px;
}

.ar-button {
  display: none;
}

.ar-button:hover {
  color: #e8ecef;
  text-decoration: none;
}

/* Ripple magic */
.ripple-button {
  position: relative;
  overflow: hidden;
}

#hmd-canvas:before,
#monitor-canvas:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.ripple-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
@keyframes ripple-light {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  20% {
    transform: scale(0, 0);
    opacity: 0.25;
  }
  60% {
    transform: scale(25, 25);
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.ripple-button-animation:after {
  animation: ripple 1s ease-out;
}

.ripple-canvas-animation:before {
  animation: ripple-light 1s ease-out;
}

.xr-feature {
  height: 60vh;
  background: #585b88;
  overflow: hidden;
}

.featured-projects {
  padding-top: 2vh;
}
.featured-projects > h2 {
  padding: 0 16px;
  margin-bottom: 16px;
}
.featured-projects ul li {
  position: relative;
  display: block;
  width: 80%;
  margin: 32px auto;
  overflow: hidden;
  z-index: 1;
  border-radius: 4%;
  color: #fff;
}
.featured-projects ul li .featured-item-footer {
  padding: 16px;
  font-size: 14px;
  text-shadow: 1px 1px #000;
}
.featured-projects ul li .featured-item-footer h3 {
  color: #fff;
}
.featured-projects ul li .featured-item-footer h4 {
  color: #d0d0d0;
}
.featured-projects ul li .video-poster {
  cursor: pointer;
}
.featured-projects ul li .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
}

.web-featured {
  padding-top: 0;
}
.web-featured .hero-content {
  padding-top: 22px;
}

@media (min-width: 350px) {
  .canvas-touch {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    top: 14%;
    margin-left: -150px;
  }
}
@media (min-width: 768px) {
  .canvas-touch {
    width: 400px;
    height: 400px;
    border-radius: 200px;
    top: 100px;
    margin-left: -200px;
  }
  #canvas {
    height: 60vh;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .canvas-touch {
    top: 16vh;
  }
}
@media (min-height: 900px) {
  .home-main-content h1 {
    margin-top: 260px !important;
  }
}
@media (min-width: 2000px) {
  .canvas-touch {
    width: 550px;
    height: 550px;
    border-radius: 275px;
    top: 160px;
    margin-left: -275px;
  }
}
@media (max-width: 390px) {
  .logo-list .v-img {
    height: 65px;
  }
  .logo-list .h-img {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .info-section .more-info-section {
    max-width: 450px;
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) {
  .home-main-content {
    text-align: left;
    max-width: none;
    margin: unset;
  }
  .home-main-content h1 {
    margin-top: 160px;
    padding-left: 0;
    font-size: 36px;
  }
  .hero-content {
    text-align: left;
    max-width: none;
    margin: unset;
    padding-top: 65px;
  }
  .hero-content p {
    margin-left: 0;
  }
  .featured-projects ul li {
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    width: 42%;
  }
  .featured-projects ul li p {
    height: 100px;
    overflow: scroll;
  }
  .featured-projects ul li img {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .logo-list .h-img {
    width: auto;
    height: 60px;
  }
  .logo-list .v-img {
    width: auto;
    height: 100px;
  }
  .hero-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .xr-training-hero .pad-bottom-mobile {
    margin-bottom: 0;
  }
  .feature-grid h3 {
    height: 22px;
  }
  .feature-grid p {
    height: 70px;
    overflow: scroll;
  }
}
@media (min-width: 1200px) {
  .featured-projects h3 {
    font-size: 21px;
  }
  .featured-projects ul li {
    width: 31%;
  }
}
@media (min-width: 2500px) {
  .scroll-triangle-container {
    top: 60vh;
  }
}
@media (min-height: 1300px) {
  .home-main-content h1 {
    margin-top: 460px !important;
  }
}
.container-bg {
  background-color: #2C2E43;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.sizzle-reel-video {
  width: 100%;
  height: auto;
  min-height: 600px;
}

.video-player-dimensions {
  max-height: 580px;
}

.hero-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
}

.hero-intro-overlay {
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
}

.hero-intro-no-height {
  height: auto !important;
  padding-bottom: 32px;
}

.hero-half {
  height: 550px;
}

.hero-half-sizzle {
  height: 600px;
}

.hero-quarter {
  height: 200px;
  overflow: hidden;
  display: block;
}
.hero-quarter #video-player {
  width: 100%;
  height: 200px;
}

.hero-intro-half {
  height: 50vh;
}

.hero-intro-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.hero-intro-content-top {
  margin-top: 32px;
}
.hero-intro-content-top p {
  max-width: 600px;
  padding: 0 16px 26px;
  margin: 0 auto;
}

.hero-intro-content-text {
  color: #585b88;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
  padding-bottom: 26px;
}

.hero-purple-background {
  color: #e8ecef;
  background-color: #585b88;
}

.hero-intro-content-text p {
  max-width: 450px;
  margin: 0 auto;
}

.hero-intro-content-text-light {
  background-color: rgba(238, 238, 238, 0.5);
}

.hero-purple-background h1 {
  color: #e8ecef;
  margin-top: 8px;
  margin-bottom: 0;
}

.hero-bg {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  z-index: 0;
  background-color: #585b88;
  background-image: url("/images/hero-building-bg.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-blend-mode: screen;
}

.pc-builder-bg {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  z-index: 0;
  background-color: #585b88;
  background-image: url("/images/pc-explorer-bg.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-blend-mode: screen;
}

.hero-bg-2 {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  z-index: 0;
  background-image: url("/images/hero-trust.jpg");
  background-size: cover;
  background-position: 50% 0;
}

.featured-media-gallery {
  max-width: 400px;
  margin: 0 auto;
}
.featured-media-gallery li {
  display: inline-block;
  width: 49%;
  height: 196px;
  margin-top: 2px;
}
.featured-media-gallery li a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.featured-media-gallery li a:hover {
  opacity: 1;
}
.featured-media-gallery li img {
  width: 100%;
  height: auto;
}
.featured-media-gallery li:nth-child(1n+5) {
  display: none;
}

.media-page .featured-media-gallery li:nth-child(1n+5) {
  display: inline-block;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #585b88;
  bottom: 0;
  opacity: 0.1;
  background-blend-mode: multiply;
}

.video-js .vjs-tech {
  object-fit: cover;
}

.base-bg {
  background-size: cover !important;
  background-position: center !important;
}

.mt-secondharvest-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/MT_21Venza_v1_09112020_thumb_.0000002.jpg");
}

.mt-21-venza-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/MT_21Venza_v1_09112020_thumb_.0000002.jpg");
}

.mt-toyotathonB-20-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/MTToyotathon2020_TimelineB_v2_thumb_.0000002.jpg");
}

.mt-toyotathonA-20-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/MTToyotathon2020_TimelineA_v2_thumb_.0000002.jpg");
}

.mt-toys-20-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/MTToys2020_v2_thumb_.0000002.jpg");
}

.mt-secondharvest-20-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/secondharvest_progress_p6_v1_05292020_thumb_.0000000.jpg");
}

.mcv-graffiti-event-22-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/McVGraffitiEvent2022_v1_thumb_.0000002.jpg");
}

.mcv-graffiti-22-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/McVGraffiti2022_v1_thumb_.0000002.jpg");
}

.mcv-graffiti-21-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/McVGraffitiEvent2021_thumb_.0000002.jpg");
}

.mcv-wine-pour-21-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/mcv_wine_pour_v2_thumb_.0000002.jpg");
}

.mcv-cboard-21-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/CBoard_final_v1_thumb_.0000002.jpg");
}

.mcv-xmas-20-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/McVChristmas2020_v3_thumb_.0000000.jpg");
}

.cml-xmas-18-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/Christmas2018-v4-rc2.0000004.jpg");
  background-size: cover;
  background-position: center;
}

.mt-xmas-18-bg {
  background: url("/images/media/thumb/ModToyChristmas2018.jpg");
  background-size: cover;
  background-position: center;
}

.mt-nye-19-bg {
  background: url("/images/media/thumb/ModToy-NYE-2019-01.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-taste-18-bg {
  background: url("/images/media/thumb/McVTaste18.jpg");
  background-size: cover;
  background-position: center;
}

.mt-birds-eye-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/ModToyBirdsEyeFeat.0000001.jpg");
  background-size: cover;
  background-position: center;
}

.mt-thanks-18-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/ModToyThanksgiving2018-v1.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.cml-thanks-18-bg {
  background: url("/images/media/thumb/CMLThanksgiving2018.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-nye-19-bg {
  background: url("/images/media/thumb/McV-NYE-2019-01.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-xmas-day-18-bg {
  background: url("/images/media/thumb/McV-ChristmasDay2018.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-thanks-18-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/McVThanksgiving2018-v1.0000001.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-xmas-village-18-bg {
  background: url("/images/media/thumb/McV-ChristmasTeaser2018.jpg");
  background-size: cover;
  background-position: center;
}

.mt-thon-18-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/ToyotaThon18Enhancement-12222018-v1.0000001.jpg");
  background-size: cover;
  background-position: center;
}

.cml-nye-19-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/NY2018-v3-rc1.0000001.jpg");
  background-size: cover;
  background-position: center;
}

.cml-marketing-bg {
  background: url("https://cdn.immersivemedialabs.com/thumb/ms-01.0000001.jpg");
  background-size: cover;
  background-position: center;
}

.cml-wine-pour {
  background: url("https://cdn.immersivemedialabs.com/thumb/wine_anim_v2_09152019_thumb_.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.cml-independence-19 {
  background: url("https://cdn.immersivemedialabs.com/thumb/cml_independence_day2019_v1_07032019_thumb_.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.cml-christmas-19 {
  background: url("https://cdn.immersivemedialabs.com/thumb/cml_christmas_2019_v1_12242019.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.cml-nye-20 {
  background: url("https://cdn.immersivemedialabs.com/thumb/cml_nye_2019_v1_01012020.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.mt-if-2019 {
  background: url("https://cdn.immersivemedialabs.com/thumb/IF2019_Main_v3_04152019_thumb_.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.mt-csce-19 {
  background: url("https://cdn.immersivemedialabs.com/thumb/CSCE_teaser_v4_09272019.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.mt-adopt-19 {
  background: url("https://cdn.immersivemedialabs.com/thumb/MT-AdoptAPalooza-Intro-v1_thumb_.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.mt-family {
  background: url("https://cdn.immersivemedialabs.com/thumb/MTWeAreFamilyP2_RC1_07122019_thumb_.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.mt-perfect-19 {
  background: url("https://cdn.immersivemedialabs.com/thumb/MTPerfectAttendance2019_v5_05272019_thumb_.0000000.jpg");
  background-size: cover;
  background-position: center;
}

.magic-giraffe-bg {
  background: url("/images/media/thumb/Magic-Giraffe.jpg");
  background-size: cover;
  background-position: center;
}

.mt-xmas-19-bg {
  background: url("/images/media/2019/Christmas_Day_Post_19_V1.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-xmas-19-bg {
  background: url("/images/media/2019/Christmas_Day_Post_McV_19_V1.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-graffiti-19-bg {
  background: url("/images/media/2019/graffiti_contest_start_v1_05132019.jpg");
  background-size: cover;
  background-position: center;
}

.mt-halloween-19-bg {
  background: url("/images/media/2019/halloween_post_2019.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-nye-19-bg {
  background: url("/images/media/2019/MCV_NYE_2020.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-memories-19-bg {
  background: url("/images/media/2019/MemoriesWS_v1_12112019.jpg");
  background-size: cover;
  background-position: center;
}

.mt-nye-19-bg {
  background: url("/images/media/2019/NYE_2020-v1.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-xmas-19-bg {
  background: url("/images/media/2019/Post_4_19-ending.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-xmas-day-19-bg {
  background: url("/images/media/2019/Christmas_Day_Post_McV_19_V1.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-taste-19-bg {
  background: url("/images/media/2019/POST6-THURSDAY-9-19.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-shopsmall-19-bg {
  background: url("/images/media/2019/ShopSmall2019_v2_11252019.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-3d-19-bg {
  background: url("/images/media/2019/SocialSquare_3d_Map_Release.jpg");
  background-size: cover;
  background-position: center;
}

.mcv-halloween-19-bg {
  background: url("/images/media/2019/spooky_sweet_V2-02.jpg");
  background-size: cover;
  background-position: center;
}

.mt-veterans-19-bg {
  background: url("/images/media/2019/Veterans-Post.jpg");
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .hero-intro-content-text-full {
    height: auto;
  }
  .hero-intro-content-text-full h1 {
    margin-top: 1em;
  }
  .featured-media-gallery {
    max-width: 700px;
  }
  .featured-media-gallery li {
    width: 32%;
    height: 224px;
  }
  .featured-media-gallery li:nth-child(1n+5) {
    display: inline-block;
  }
  .sizzle-reel-video {
    min-height: 800px;
  }
  .hero-half-sizzle {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .hero-bg {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .hero-quarter {
    height: 400px;
  }
  .hero-quarter #video-player {
    height: 400px;
  }
  .sizzle-reel-video {
    min-height: 1000px;
  }
  .hero-half-sizzle {
    height: 1000px;
  }
}
@media (min-width: 1200px) {
  .sizzle-reel-video {
    min-height: 1200px;
  }
  .hero-half-sizzle {
    height: 1200px;
  }
}
@media (max-width: 768px) and (min-height: 800px) {
  .sizzle-reel-video {
    min-height: 800px;
  }
  .hero-half-sizzle {
    height: 800px;
  }
}
.footer {
  background-color: #585b88;
  text-align: center;
  position: relative;
  padding: 3vh 20px;
}
.footer h2 {
  color: #e8ecef;
  margin-bottom: 2px;
}
.footer p {
  max-width: 450px;
  margin: 0 auto;
  color: #e8ecef;
  font-size: 13px;
}

.footer .legal {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 12px;
}

.footer .legal a {
  color: #fff;
  font-size: 13px;
}

.footer .contact {
  color: #348c99;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}

.footer .contact .contact-label {
  letter-spacing: 0.06em;
  display: block;
  font-size: 18px;
  width: 200px;
  margin: 0 auto;
  background-color: rgba(58, 60, 89, 0.3);
  opacity: 0.8;
  padding: 14px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-transform: uppercase;
}

.contact-info.dark.city-name {
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 10px !important;
}

.footer .contact-info {
  font-size: 15px;
}

.footer .contact-info-header {
  font-size: 18px;
}

.footer .contact a {
  text-decoration: none;
}

.footer .contact .contact-info {
  display: block;
  margin-top: 5px;
}

.footer .contact .email,
.footer .contact .phone,
.footer .contact .address {
  font-size: 18px;
}

.footer .contact .phone {
  margin-top: 40px;
}

.footer .contact .email {
  margin-top: 40px;
}

.footer .contact .address {
  margin-top: 20px;
}

.footer .contact a {
  color: #fff;
}

.footer .nav-list-item {
  display: inline;
}

.footer .nav-list-item img {
  display: inline;
  max-width: 35px;
}

.footer-rect-img {
  margin-left: -10px;
  max-width: 80px !important;
}

.footer .contact .contact-info.dark {
  color: #ddd;
}

.sitemap {
  padding-top: 20px;
}
.sitemap ul a {
  color: #e8ecef;
  font-size: 16px;
  line-height: 18px;
}

.social-list a {
  color: transparent;
}

.hide-desktop {
  display: block;
  height: 0px;
}

.mailing-list {
  margin-top: 20px;
  padding-bottom: 20px;
}
.mailing-list h4 {
  color: #e8ecef;
}

.email-form {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 15px;
}
.email-form input {
  color: #222;
  border: 2px solid #555 !important;
  background-color: #e8ecef;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-right: 0 !important;
  font-size: 17px;
  height: 44px;
}
.email-form button {
  position: relative;
  width: 70px;
  height: 44px;
  overflow: hidden;
  color: #585b88;
  background-color: #e8ecef;
  border-radius: 5px;
  line-height: 25px;
  display: inline-block;
}
.email-form button span {
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 25px;
}
.email-form button img {
  width: 50px;
  height: auto;
  animation-duration: 0.4s;
}
.email-form .processing-symbol {
  opacity: 0;
}
.email-form #requestReplyCheck {
  display: none;
}
.email-form #form-message {
  display: none;
  padding-top: 10px;
  max-width: 400px;
  margin: 0 auto;
  color: #e8ecef;
  font-size: 16px;
}
.email-form #form-message .success {
  color: #e8ecef;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mailing-list {
    padding-bottom: 0px;
  }
}
.bio-list {
  list-style-type: none;
  padding-bottom: 40px;
}

.member {
  padding-top: 32px;
}
.member .canvas-container {
  position: relative;
  border: 3px solid #585b88;
  border-radius: 10px;
}

.member #canvas {
  width: 100%;
}

.member-bio {
  width: 100%;
  margin-top: 50px;
}
.member-bio a {
  text-decoration: none;
}

.member-bio .member-bio-inner {
  margin: 0 auto;
  color: #e8ecef;
  background-color: #585b88;
  padding: 20px;
  border-radius: 6px;
  padding-bottom: 20px;
  width: 100%;
}

.member-bio-height {
  height: 240px;
}

.member-bio .title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e8ecef;
}

.member-bio h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}

.member-bio .bio-img {
  border-radius: 75px;
  margin-top: 10px;
  width: 80%;
  max-width: 150px;
  border: 4px solid #ced7db;
}

.member-bio .social-container {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.member-bio .social-container img {
  width: 100%;
  height: 100%;
}

.member-bio .social-container .email,
.member-bio .social-container .twitter,
.member-bio .social-container .linked-in {
  display: inline-block;
}

.member-bio .social-container .email img,
.member-bio .social-container .twitter img {
  width: 44px;
  height: 44px;
}

.member-bio .social-container .linked-in img {
  width: 44px;
  height: 37px;
}

.member-bio .email {
  margin-right: 5px;
}

.member-bio .skill-badge {
  font-size: 15px;
  background-color: #ced7db;
  color: rgb(14, 14, 14);
  margin-bottom: 5px;
  font-weight: normal;
  padding: 7px;
}

.member-bio .skills-list {
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  text-align: center;
}
.member-bio .skills-list h5 {
  margin-bottom: 10px;
  color: #e8ecef;
}

.member-bio .member-bio:first-of-type {
  margin-top: 0;
}

.hero-intro .member-bio {
  vertical-align: top;
  display: inline-block;
}

.hero-intro .block {
  display: block !important;
}

.hero-intro .member-bio a {
  display: inline-block;
}

@media (min-width: 768px) {
  .member-bio {
    margin-top: 0;
    text-align: center;
    padding: 10px;
    vertical-align: top;
    padding-left: 0px;
    padding-top: 4px;
  }
  .member-bio p {
    max-width: 280px;
    margin: 0 auto;
  }
  .member-bio .skills-list {
    max-width: 320px;
    text-align: center;
  }
  .member-bio .skill-badge {
    padding: 7px;
  }
}
@media (min-width: 1200px) {
  .email a svg {
    margin-top: 5px;
  }
  .twitter a svg {
    margin-top: 6px;
  }
}
.restrained-text-box {
  max-width: 450px;
  padding: 0 16px;
  margin: 0 auto;
}

.sm-pad-bottom {
  padding: 32px;
  margin-top: 0;
}

.pad-bottom {
  padding-bottom: 4em;
}

.restrained-text-box img {
  width: 100%;
}

.hero-image {
  min-height: 200px;
}

.hero-image-vertical {
  height: 100%;
  width: auto !important;
  max-width: unset;
  max-height: 360px;
}

.services {
  margin-top: 10px;
}

.services {
  width: 100%;
  height: auto;
}

.image-crop-box {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}

.shift-image-up img {
  margin-top: -50%;
}

.inline-store-link {
  display: inline;
  width: 50%;
}

.store-link {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 16px;
}

.store-link img,
.inline-store-link img {
  max-width: 120px;
  margin: 0 auto;
}

.more-info-btn {
  display: block;
  line-height: 37px;
  text-align: center;
  background-color: transparent;
  width: 221px;
  height: 48px;
  border-radius: 21px;
  font-size: 22px;
  padding-top: 5px;
  font-family: "Phosphate", arial, sans-serif;
  border-color: #585b88;
  border-style: solid;
  color: #585b88;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
}

.more-info-btn:hover {
  color: #adb6c7;
}

.more-info-btn:active, .more-info-btn:focus {
  color: #585b88;
}

.virtual-reality,
.augmented-reality {
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
}
.virtual-reality h1,
.augmented-reality h1 {
  margin: 32px 0 24px;
}
.virtual-reality .hero-img,
.augmented-reality .hero-img {
  max-width: 750px;
}
.virtual-reality .crop-box,
.augmented-reality .crop-box {
  overflow: hidden;
  background-color: #585b88;
  margin-left: -16px;
  margin-right: -16px;
}
.virtual-reality .crop-box .hero-img,
.augmented-reality .crop-box .hero-img {
  max-width: 750px;
}
.virtual-reality .info-card h3,
.augmented-reality .info-card h3 {
  font-size: 16px;
}
.virtual-reality img,
.augmented-reality img {
  width: 100%;
}
.virtual-reality h2,
.augmented-reality h2 {
  margin-bottom: 16px;
}
.virtual-reality p,
.augmented-reality p {
  max-width: 680px;
  max-height: 280px;
  overflow: scroll;
  margin: 0 auto;
}
.virtual-reality p a,
.augmented-reality p a {
  color: #585b88;
}
.virtual-reality .featured-item-container,
.augmented-reality .featured-item-container {
  background-size: cover;
}
.virtual-reality video,
.augmented-reality video {
  vertical-align: middle;
  width: 95%;
  opacity: 0;
}
.virtual-reality .title,
.augmented-reality .title {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.xr-training h1 {
  margin: 32px 0 8px;
}

.consulting {
  text-align: left;
}
.consulting h1 {
  margin-top: 16px;
}
.consulting h2 {
  font-size: 26px;
  margin-top: 16px;
}
.consulting .centered-block {
  max-width: 500px;
  margin: 0 auto;
}
.consulting .pad-bottom {
  margin-bottom: 16px;
}
.consulting .pad-top {
  margin-top: 16px;
}
.consulting .hero-img-container .carousel-item {
  overflow: hidden;
}
.consulting .hero-img-container img {
  width: 100%;
  height: auto;
}
.consulting .hero-half {
  width: 100%;
  height: 330px;
  text-align: left;
  padding: 64px;
  padding-top: 90px;
  background-color: #2c2e44;
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 24px;
  display: block;
  outline: 1px #aaa dashed;
  outline-offset: -10px;
  margin-top: 6vh;
  margin-bottom: 6vh;
}
.consulting .hero-half #text-write {
  display: inline;
  vertical-align: middle;
}
.consulting .slider-bio-text {
  color: #dedbdb;
  padding-bottom: 16px;
  height: 100px;
  font-size: 14px;
}

.constrain-cta {
  max-width: 600px;
  margin: 0 auto;
}

.feature-list img {
  width: 100%;
  height: auto;
}

.augmented-reality .crop-box .hero-img {
  margin: 16px 0;
}

@media (min-width: 600px) {
  .consulting .hero-half {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .virtual-reality .info-card,
  .augmented-reality .info-card {
    text-align: left;
  }
  .virtual-reality .info-card p,
  .augmented-reality .info-card p {
    margin-left: 0;
  }
  .virtual-reality .info-card h2,
  .augmented-reality .info-card h2 {
    margin-top: 0;
  }
  .consulting h2 {
    margin-top: 0;
  }
  .consulting .hero-half {
    height: 250px;
  }
}
#consulting-form-container {
  padding-top: 120px;
}

.blood-cell,
.santa-village-vr {
  padding-bottom: 40px;
}
.blood-cell p a,
.santa-village-vr p a {
  color: #585b88;
}

.portfolio-inline-images {
  margin-top: 32px;
}
.portfolio-inline-images a {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.portfolio-inline-images a img {
  width: 100%;
  height: auto;
}
.portfolio-inline-images a:last-of-type {
  margin-bottom: 0;
}

.enterprise-logos img {
  width: auto;
  height: 100px;
}

.portfolio-item h4 {
  color: #808895;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  z-index: 0;
  max-width: 800px;
  margin: 0 auto;
}
.video-container h1,
.video-container h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.video-container h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
}

.bg-video {
  width: 100%;
  height: auto;
  z-index: -100;
  transition: 1s opacity;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
}

.video-overlay-content {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 1;
  vertical-align: middle;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 16px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: -45px;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transform: rotateX(0deg);
  transform: rotateY(0deg);
}
.video-overlay-content svg {
  max-width: 95px;
}

.portfolio-image img {
  width: 100%;
  max-width: 360px;
}

.portfolio-image-correction img {
  margin-left: -14px;
}

.hero-title {
  font-size: 1.6em;
  line-height: 1.1em;
  text-transform: none;
  margin-top: 0;
}

.features {
  margin: 16px 0;
}
.features ul li {
  display: inline-block;
  width: 48%;
  max-width: 200px;
  margin: 0 auto;
}
.features ul li:nth-of-type(n+3) {
  display: none;
}
.features img {
  width: 100%;
}
.features .hero-title {
  font-size: 1.4em;
}

.large-icon-width {
  width: 100%;
  max-width: 45px;
  margin: 16px auto;
}

.cannabis-header {
  width: 100%;
  max-width: 600px;
  margin-top: 16px;
}

.no-space-heading {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.cta-box {
  background-color: #808895;
  color: #e8ecef;
}
.cta-box h1 {
  color: #e8ecef;
}
.cta-box .cta-content {
  padding: 44px 0;
}
.cta-box p {
  max-width: 450px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .features ul li {
    display: inline-block;
    width: 32.1%;
  }
  .features ul li:nth-of-type(n+3) {
    display: inline-block;
  }
  .features ul li:nth-of-type(n+4) {
    display: none;
  }
}
@media (min-width: 992px) {
  .features ul li {
    width: 18%;
  }
  .features ul li:nth-of-type(n+4) {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .video-overlay-content .hero-title {
    font-size: 2em;
  }
}

/*# sourceMappingURL=main.css.map */
