* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  background: black;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-variant-ligatures: no-common-ligatures;
  font-weight: normal;
  font-size: 16pt;
  width: 100%;
  margin: auto;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #10882e;
  text-decoration: none;
}

.above-fold {
  min-height: 300px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-flow: column;
  background: white;
}

.header {
  position: relative;
  height: 80pt;
  width: 100%;
  padding: 0px;
  background-image: linear-gradient(
    150deg,
    #003593 15%,
    #0082f7 40%,
    rgb(0, 130, 247, 0) 55%
  );
  z-index: 999;
}

.header img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  /* margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto; */
  float: left;
  padding: 15pt;
}

.main-logo img {
  position: relative;
  width: auto;
  /* max-height: 25vh; */
  max-width: 600px;
  /* margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto; */
  float: top;
  padding: 20pt 13.5pt 0pt;
}

.big-logo {
  display: none;
}

.small-logo {
  display: block;
}

#picture-large {
  display: block;
}

#picture-desktop {
  display: none;
}

#picture-tablet {
  display: none;
}

#picture-mobile {
  display: none;
}

.main-logo a:hover {
  border-bottom: 0pt solid #10882e;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  a:hover {
    border-bottom: 1.5pt solid #10882e;
    padding-bottom: 1px;
  }

  .image a {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .header-links a:hover {
    border-bottom: 1.5pt solid #10882e;
    padding-bottom: 1px;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  a:hover {
    border-bottom: 1pt solid #10882e;
    padding-bottom: 1px;
  }

  .image a {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .header-links a:hover {
    border-bottom: 1pt solid #10882e;
    padding-bottom: 1px;
  }
}

.pipe {
  color: #999999;
  padding: 0 10pt;
  font-size: 14pt;
  vertical-align: 2pt;
}

.header-links a:active {
  border-bottom: 1.5pt solid #000;
  padding-bottom: 1px;
}

.header-links a:visited {
  border-bottom: none;
}

.header-links a:selected {
  border-bottom: none;
}

.header-links a::selection {
  border-bottom: none;
}

.header-links a::-moz-selection {
  border-bottom: none;
}

.header-links a::-webkit-search-results-decoration {
  border-bottom: none;
}

.header-link {
  display: flex;
}

.header-links-container {
  /* display: flex; */
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-links {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 80pt;
  right: auto;
  bottom: auto;
  left: 30pt;
  padding: 10pt 18pt;
  font-size: 16pt;
  background: #f0f0f0;
  border-radius: 0 0 15px 15px;
}

.header-links a {
  color: #10882e;
  text-decoration: none;
}

.flex-container {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.flex-item-left {
  position: relative;
  padding: 90pt 30pt 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: max-content;
  /* min-width: 30%; */
  z-index: 999;
}

.flex-item-right {
  padding: 0pt;
  height: 100%;
  display: flex;
  width: max-content;
  /* min-width: 70%;
  overflow: hidden; */
}

.flex-item-right img {
  /* position: absolute; */
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  background-size: contain;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%);
}

.flex-item-left-content {
  /* align-self: center; */
  /* border-radius: 15px; */
  background: white;
  /* padding: 30pt; */
  margin-top: auto;
  margin-bottom: auto;
}

.nsf-container {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nsf {
  align-self: center;
  vertical-align: middle;
}

.about {
  float: left;
  z-index: 999;
}

#about-title {
  padding-bottom: 16pt;
}

#learn-more {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 16pt;
  vertical-align: 20pt;
}

#learn-more img {
  /* vertical-align: super; */
}

#arrow {
  height: 16pt;
  width: auto;
  padding-left: 5pt;
  vertical-align: -2pt;
}

.nsf {
  position: relative;
  max-width: 100%;
  padding: 0px;
  font-size: 16pt;
  margin: 0;
  vertical-align: baseline;
  align-self: center;
}

.nsf a {
  width: 100%;
  text-align: left;
}

.nsf td {
  padding-right: 0pt;
}

.nsf td.image {
  vertical-align: middle;
  height: 100px;
  width: 100px;
  padding-right: 10pt;
  padding-top: 5pt;
}

.below-fold {
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 2;
}

.container {
  max-width: 1048px;
  padding-left: 13.5pt;
  padding-right: 13.5pt;
}

.title {
  font-size: 20pt;
  line-height: 1.5;
  color: #3c3c3c;
  padding-top: 16pt;
  padding-bottom: 12pt;
  text-align: center;
}

.subtitle {
  font-size: 17pt;
  color: #3c3c3c;
  padding-top: 10pt;
  padding-bottom: 11pt;
  text-align: center;
}

.paragraph {
  color: #666666;
  font-size: 16pt;
  line-height: 1.75;
  max-width: 100%;
  margin: 0pt 0pt 10pt 0pt;
  text-align: justify;
}

ul {
  text-align: left;
  line-height: 1.75;
  margin-left: -12pt;
  color: #666666;
  font-size: 16pt;
  padding-top: 0px;
  margin-top: 0px;
}

table.awards {
  max-width: 85%;
}

table.awards tr {
  height: 100pt;
  padding-bottom: 100pt;
}

table.awards td {
  font-size: 16pt;
}

table.awards td.image {
  vertical-align: middle;
  align: center;
  width: auto;
  padding-right: 20pt;
}

table.awards td.image img {
  vertical-align: middle;
  align: center;
  height: 100%;
  width: auto;
}

table.awards td.text {
  vertical-align: middle;
  justify-content: center;
  width: auto;
  text-align: left;
  bottom: 10px;
}

table.logos {
  max-width: 80%;
  vertical-align: middle;
  justify-content: center;
  align: center;
  margin-top: 20pt;
  margin-bottom: 20pt;
}

table.logos td {
  vertical-align: middle;
  justify-content: center;
  align: center;
}

table.logos td:nth-child(1) {
  width: 50%;
}

table.logos td:nth-child(2) {
  width: 25%;
}

table.logos td:nth-child(3) {
  width: 25%;
}

.logo {
  vertical-align: middle;
  text-align: center;
  object-fit: contain;
  padding: 20px;
}

.logo img {
  text-align: center;
  size: relative;
  max-width: 100%;
  max-height: 100%;
}

.eyemind {
  margin-top: 24pt;
}

.eyemind-value-prop-container {
  max-width: 600px;
  margin: 20pt 0pt;
}

.eyemind-value-prop-outer {
  width: 100%;
  padding-top: 67%;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.eyemind-value-prop-inner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.eyemind-value-prop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.eyemind-value-prop img {
  position: relative;
  height: 100%;
  width: 100%;
}

.scanning-slideshow {
  margin-top: 20pt;
  max-width: 600px;
}

.scanning-slides-container {
  width: 100%;
  padding-top: 94.19%;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.scanning-slide-container {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.scanning-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.scanning-slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

#scanning-case1 {
  background: transparent url("../images/scanning-case1-large.png") no-repeat 0
    0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#scanning-case2 {
  background: transparent url("../images/scanning-case2-large.png") no-repeat 0
    0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#scanning-control {
  background: transparent url("../images/scanning-control-large.png") no-repeat
    0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#scanning-overlay {
  background: transparent url("../images/scanning-overlay-large.png") no-repeat
    0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.antisaccade-slideshow {
  margin-top: 20pt;
  max-width: 600px;
}

.antisaccade-legend-container {
  max-width: 400px;
  margin: 20pt 20pt;
}

.antisaccade-legend-outer {
  width: 100%;
  padding-top: 43.33%;
  position: relative;
  border: 2px solid #666;
  border-radius: 15px;
}

.antisaccade-legend-inner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.antisaccade-legend {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.antisaccade-legend img {
  position: relative;
  height: 100%;
  width: 100%;
}

.antisaccade-slides-container {
  width: 100%;
  padding-top: 127.41%;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.antisaccade-slide-container {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.antisaccade-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.antisaccade-slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

#antisaccade-case1 {
  background: transparent url("../images/antisaccade-case1.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#antisaccade-case2 {
  background: transparent url("../images/antisaccade-case2.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#antisaccade-control {
  background: transparent url("../images/antisaccade-control.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#antisaccade-overlay {
  background: transparent url("../images/antisaccade-overlay.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.pursuit-slideshow {
  margin-top: 20pt;
  max-width: 600px;
}

.pursuit-legend-container {
  max-width: 400px;
  margin: 20pt 20pt;
}

.pursuit-legend-outer {
  width: 100%;
  padding-top: 57.14%;
  position: relative;
  border: 2px solid #666;
  border-radius: 15px;
}

.pursuit-legend-inner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.pursuit-legend {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pursuit-legend img {
  position: relative;
  height: 100%;
  width: 100%;
}

.pursuit-slides-container {
  width: 100%;
  padding-top: 130.64%;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.pursuit-slide-container {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.pursuit-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.pursuit-slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

#pursuit-case1 {
  background: transparent url("../images/pursuit-case1.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#pursuit-case2 {
  background: transparent url("../images/pursuit-case2.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#pursuit-control {
  background: transparent url("../images/pursuit-control.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#pursuit-overlay {
  background: transparent url("../images/pursuit-overlay.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.commerce {
  margin-top: 40pt;
}

.placegage-report-container {
  max-width: 90%;
  margin: 20pt 0pt 30pt 0pt;
}

table.placegage-report {
  max-width: 100%;
  table-layout: auto;
}

table.placegage-report td.header {
  font-weight: bold;
  line-height: 2;
  color: #3c3c3e;
}

table.placegage-report td {
  vertical-align: middle;
  line-height: 1.5;
  font-size: 16pt;
  color: #3c3c3e;
  white-space: nowrap;
  padding: 0px 40px 0px 40px;
}

table.placegage-report td:nth-child(1) {
  text-align: left;
  width: 30%;
}

table.placegage-report td:nth-child(2) {
  text-align: center;
  width: 20%;
}

table.placegage-report td:nth-child(3) {
  text-align: left;
  width: 50%;
}

#meaning {
  padding-right: 60pt;
  text-align: center;
}

.placegage-slideshow {
  max-width: 800px;
}

.placegage-slides-container {
  width: 100%;
  padding-top: 80%;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.placegage-slide-container {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.placegage-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.placegage-slide a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

#inputimage {
  background: transparent url("../images/inputimage-header-small.png") no-repeat
    0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#areasofinterest {
  background: transparent url("../images/placegagepredictions-header-small.png")
    no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#eyegazevalidation {
  background: transparent url("../images/eyegazevalidation-small.png") no-repeat
    0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#predictionvalidation {
  background: transparent url("../images/predictionvalidation-small.png")
    no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.dots {
  height: 40pt;
  width: 100%;
  position: relative;
  bottom: 0px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .dot:hover {
    background-color: #666;
  }
}

.active {
  background-color: #10882e;
}

.paused {
  background-color: #dc232d;
}

.fadein {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.fadeout {
  -webkit-animation-name: fadeout;
  -webkit-animation-duration: 1s;
  animation-name: fadeout;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeinfooter {
  -webkit-animation-name: fadeinfooter;
  -webkit-animation-duration: 0.25s;
  animation-name: fadeinfooter;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeinfooter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeinfooter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeoutfooter {
  -webkit-animation-name: fadeoutfooter;
  -webkit-animation-duration: 0.25s;
  animation-name: fadeoutfooter;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeoutfooter {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeoutfooter {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.bonus {
  margin-top: 40pt;
}

.videos-container {
  max-width: 720px;
  padding-top: 20pt;
}

.video-container {
  position: relative;
  width: 100%-20px;
  margin-top: 15pt;
  margin-bottom: 40pt;
  border-radius: 15px;
  background: #fff;
  padding: 10px 10px 7px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.video-container video {
  position: relative;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.video-footer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: auto;
  border-radius: 0px 0px 10px 10px;
  pointer-events: none;
}

#livedemo {
  background: transparent url("../images/livedemo.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#livedemofooter-small {
  display: block;
}

#livedemofooter-large {
  display: none;
}

#interview {
  background: transparent url("../images/interview.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#interviewfooter-small {
  display: block;
}

#interviewfooter-large {
  display: none;
}

#theeyes {
  background: transparent url("../images/theeyes.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#theeyesfooter-small {
  display: block;
}

#theeyesfooter-large {
  display: none;
}

.videotext-container {
  margin-top: 10px;
  max-width: 40%;
  height: auto;
  float: right;
  border-radius: 15px;
  margin-left: 40px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.videotext-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ideal-character {
  margin: auto;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  margin-right: 90pt;
  vertical-align: top;
}

.ideal-experience {
  margin: auto;
  display: inline-block;
  width: auto;
  vertical-align: top;
  white-space: nowrap;
}

.framework {
  margin-bottom: -10pt;
}

.framework-list {
  white-space: nowrap;
  margin: auto;
  margin-left: -12pt;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

/* .apply {
  margin: auto;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-bottom: -20pt; 
}*/

.spacing {
  height: 200px;
}

.copyright {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  color: gray;
  font-size: 16pt;
}

@media all and (max-height: 414px) {
  .spacing {
    height: 100px;
  }
}

@media all and (min-height: 1125px) {
  #picture-large {
    display: none;
  }

  #picture-desktop {
    display: block;
  }

  .flex-item-left {
    padding: 80pt 22pt 0 30pt;
  }
}

@media all and (max-width: 1500px) {
  #picture-large {
    display: none;
  }

  #picture-desktop {
    display: block;
  }

  .flex-item-left {
    padding: 80pt 22pt 0 30pt;
  }
}

@media all and (max-width: 1366px) {
  /* .header {
    background-image: linear-gradient(
      150deg,
      black,
      black 30%,
      rgb(0, 0, 0, 0) 60%
    );
  } */

  .header-links {
    font-size: 16pt;
  }

  .flex-item-left {
    min-width: 35%;
  }

  .flex-item-right {
    min-width: 65%;
    overflow: hidden;
  }

  #picture-desktop {
    display: none;
  }

  #picture-tablet {
    display: block;
  }

  table {
    max-width: 90%;
  }

  table.awards {
    max-width: 100%;
  }

  .placegage-report-container {
    max-width: 90%;
  }

  table.ideals td {
    padding: 0px 0px 0px 0px;
  }

  td.ideal-character {
    padding-right: 30pt;
  }
}

@media all and (max-width: 834px) and (orientation: landscape) {
  .placegage-report-container {
    max-width: 100%;
  }

  .placegage-slideshow {
    /* max-width: 90%; */
  }

  .videos-container {
    /* max-width: 90%; */
  }

  table.placegage-report td:nth-child(1) {
    padding: 0px 30px 0px 30px;
  }

  table.placegage-report td:nth-child(2) {
    padding: 0px 30px 0px 30px;
  }

  table.placegage-report td:nth-child(3) {
    padding: 0px 0px 0px 30px;
  }
}

@media all and (max-width: 1024px) and (orientation: landscape),
  all and (max-width: 768px) and (orientation: portrait) {
  .above-fold {
    position: relative;
    display: flex;
  }

  .header {
    background-image: linear-gradient(150deg, #003593 0%, #0082f7 100%);
    height: 60pt;
  }

  .header img {
    max-height: 100%;
    padding: 10pt;
  }

  .main-logo img {
    max-width: 100%;
    padding: 20pt;
  }

  .header-links {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 6pt 8pt 6pt 9pt;
    font-size: 16pt;
    background: none;
    border-radius: 0;
  }

  .header-links a {
    color: white;
  }

  .header-links a:active {
    border-bottom: 1pt solid white;
    padding-bottom: 1px;
  }

  .pipe {
    color: #ddd;
  }

  .big-logo {
    display: none;
  }

  .small-logo {
    display: block;
  }

  .flex-container {
    position: relative;
  }

  .flex-item-left {
    width: 100%;
    padding: 0pt 13.5pt;
  }

  .flex-item-right {
    display: none;
  }

  #picture-tablet {
    display: none;
  }

  #picture-mobile {
    display: flex;
    position: relative;
  }

  #picture-mobile img {
    -webkit-mask-image: none;
    mask-image: none;
    width: 100%;
    height: auto;
    background-size: contain;
  }

  #about-title {
    text-align: center;
    padding-bottom: 12pt;
  }

  #learn-more {
    display: none;
    font-size: 16pt;
  }

  #arrow {
    height: 16pt;
  }

  .below-fold {
    position: relative;
    display: flex;
  }

  .title {
    font-size: 18pt;
  }

  .subtitle {
    font-size: 15pt;
  }

  .paragraph {
    max-width: 100%;
    font-size: 14pt;
  }

  ul {
    font-size: 14pt;
  }

  .nsf {
    font-size: 15pt;
  }

  table {
    max-width: 100%;
  }

  table.placegage-report {
    max-width: 100%;
  }

  table.placegage-report td {
    font-size: 14pt;
  }

  table.placegage-report td:nth-child(1) {
    padding: 0px 15px 0px 0px;
  }

  table.placegage-report td:nth-child(2) {
    padding: 0px 15px 0px 0px;
  }

  table.placegage-report td:nth-child(3) {
    padding: 0px 0px 0px 0px;
  }

  .scanning-slides-container {
    /* width: 100%;
    padding-top: 84.61%; */
  }

  #scanning-case1 {
    background: transparent url("../images/scanning-case1-large.png") no-repeat
      0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #scanning-case2 {
    background: transparent url("../images/scanning-case2-large.png") no-repeat
      0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #scanning-control {
    background: transparent url("../images/scanning-control-large.png")
      no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #scanning-overlay {
    background: transparent url("../images/scanning-overlay-large.png")
      no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  /* .antisaccade-slides-container {
    width: 100%;
  padding-top: 127.41%;
  } */
  #antisaccade-case1 {
    background: transparent url("../images/antisaccade-case1.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #antisaccade-case2 {
    background: transparent url("../images/antisaccade-case2.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #antisaccade-control {
    background: transparent url("../images/antisaccade-control.png") no-repeat 0
      0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #antisaccade-overlay {
    background: transparent url("../images/antisaccade-overlay-large.png")
      no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #pursuit-case1 {
    background: transparent url("../images/pursuit-case1.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #pursuit-case2 {
    background: transparent url("../images/pursuit-case2.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #pursuit-control {
    background: transparent url("../images/pursuit-control.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #pursuit-overlay {
    background: transparent url("../images/pursuit-overlay-large.png") no-repeat
      0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #inputimage {
    background: transparent url("../images/inputimage-header-large.png")
      no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #areasofinterest {
    background: transparent
      url("../images/placegagepredictions-header-large.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #eyegazevalidation {
    background: transparent url("../images/eyegazevalidation-large.png")
      no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #predictionvalidation {
    background: transparent url("../images/predictionvalidation-large.png")
      no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  #livedemofooter-small {
    display: none;
  }

  #livedemofooter-large {
    display: block;
  }

  #interviewfooter-small {
    display: none;
  }

  #interviewfooter-large {
    display: block;
  }

  #theeyesfooter-small {
    display: none;
  }

  #theeyesfooter-large {
    display: block;
  }

  .ideal-character {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
    margin-right: 0pt;
  }

  .ideal-experience {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  .framework {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  .apply {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  #ideal-character-title {
    text-align: left;
  }

  #ideal-experience-title {
    text-align: left;
  }

  #framework-title {
    text-align: left;
  }

  #apply-title {
    text-align: left;
  }

  .copyright {
    font-size: 14pt;
  }

  table.awards td.image {
    padding-right: 20pt;
  }
}

@media all and (max-width: 736px) and (orientation: landscape),
  all and (max-width: 414px) and (orientation: portrait) {
  .main-logo img {
    max-width: 100%;
    padding: 10pt;
  }

  .header-links {
    font-size: 13pt;
  }

  .description {
    font-size: 20pt;
  }

  .licensed {
    font-size: 20pt;
  }

  .career-link {
    height: 80px;
  }

  .career-link-text {
    font-size: 20pt;
  }

  .career-link-image-container {
    height: 48px;
  }

  .career-link-image img {
    width: 25px;
  }

  #arrow {
    height: 15pt;
  }

  #learn-more {
    font-size: 15pt;
  }

  .title {
    font-size: 16pt;
  }

  .subtitle {
    font-size: 14pt;
  }

  .paragraph {
    font-size: 13pt;
    text-align: left;
  }

  ul {
    font-size: 13pt;
  }

  .nsf {
    font-size: 14pt;
  }

  table.placegage-report td {
    font-size: 13pt;
  }

  table.placegage-report td:nth-child(1) {
    padding: 0px 8px 0px 0px;
  }

  table.placegage-report td:nth-child(2) {
    padding: 0px 8px 0px 0px;
  }

  table.placegage-report td:nth-child(3) {
    padding: 0px 0px 0px 0px;
  }

  table.awards td {
    font-size: 13pt;
  }

  table.nsf td {
    font-size: 20pt;
  }

  table.logos {
    max-width: 100%;
  }

  table.awards td.image img {
    width: 80px;
    height: auto;
  }

  .ideal-character {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
    margin-right: 0pt;
  }

  .ideal-experience {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  .framework {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  .apply {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  #ideal-character-title {
    text-align: left;
  }

  #ideal-experience-title {
    text-align: left;
  }

  #framework-title {
    text-align: left;
  }

  #apply-title {
    text-align: left;
  }

  .copyright {
    font-size: 13pt;
  }
}

@media all and (max-width: 667px) and (orientation: landscape),
  all and (max-width: 375px) and (orientation: portrait) {
  .header-links {
    font-size: 13pt;
  }

  .logo-description-licensed {
    height: calc(100vh - 60px);
  }

  .description {
    font-size: 18pt;
  }

  .licensed {
    font-size: 18pt;
    /* min-height: calc(100vh - 30vh - 10vh - 2vh - 20px); */
  }

  .career-link {
    height: 60px;
    /* padding-bottom: 4pt; */
  }

  .career-link-text {
    font-size: 18pt;
    /* padding-bottom: 8pt; */
  }

  .career-link-image-container {
    height: 36px;
  }

  .career-link-image img {
    width: 25px;
  }

  #arrow {
    height: 15pt;
  }

  #learn-more {
    font-size: 15pt;
  }

  .title {
    font-size: 16pt;
  }

  .subtitle {
    font-size: 14pt;
  }

  .paragraph {
    font-size: 13pt;
    text-align: left;
  }

  ul {
    font-size: 13pt;
  }

  .nsf {
    font-size: 14pt;
  }

  table.placegage-report {
    width: 100%;
  }

  table.placegage-report td {
    font-size: 12pt;
  }

  table.placegage-report td:nth-child(1) {
    padding: 0px 10px 0px 0px;
  }

  table.placegage-report td:nth-child(2) {
    padding: 0px 10px 0px 0px;
  }

  table.placegage-report td:nth-child(3) {
    padding: 0px 0px 0px 0px;
  }

  #meaning {
    padding-right: 30pt;
  }

  table.awards td {
    font-size: 13pt;
  }

  table.nsf td {
    font-size: 18pt;
  }

  td.ideal-character {
    padding-right: 8pt;
  }

  .copyright {
    font-size: 13pt;
  }
}

@media all and (max-width: 568px) and (orientation: landscape),
  all and (max-width: 320px) and (orientation: portrait) {
  .header-links {
    font-size: 12pt;
  }

  .description {
    font-size: 16pt;
  }

  .licensed {
    font-size: 16pt;
    /* min-height: calc(100vh - 30vh - 10vh - 2vh - 20px); */
  }

  .career-link {
    height: 60px;
    /* padding-bottom: 0pt; */
  }

  .career-link-text {
    font-size: 16pt;
    /* padding-bottom: 8pt; */
  }

  .career-link-image-container {
    height: 36px;
  }

  .career-link-image img {
    width: 25px;
  }

  #arrow {
    height: 14pt;
  }

  #learn-more {
    font-size: 14pt;
  }

  .title {
    font-size: 15pt;
  }

  .subtitle {
    font-size: 13pt;
  }

  .paragraph {
    font-size: 12pt;
    text-align: left;
  }

  ul {
    font-size: 12pt;
  }

  .nsf {
    font-size: 13pt;
  }

  table.awards td.image {
    padding-right: 10pt;
  }

  table.awards td.image img {
    width: 60px;
    height: auto;
  }

  table.placegage-report {
    width: 100%;
  }

  table.placegage-report td {
    font-size: 11pt;
  }

  table.placegage-report td:nth-child(1) {
    padding: 0px 10px 0px 0px;
  }

  table.placegage-report td:nth-child(2) {
    padding: 0px 10px 0px 0px;
  }

  table.placegage-report td:nth-child(3) {
    padding: 0px 0px 0px 0px;
  }

  table.awards td {
    font-size: 12pt;
  }

  table.nsf td {
    font-size: 16pt;
  }

  .ideal-character {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
    margin-right: 0pt;
  }

  .ideal-experience {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  .framework {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  .apply {
    width: 100%;
    text-align: left;
    margin-left: 0pt;
  }

  #ideal-character-title {
    text-align: left;
  }

  #ideal-experience-title {
    text-align: left;
  }

  #framework-title {
    text-align: left;
  }

  #apply-title {
    text-align: left;
  }

  .copyright {
    font-size: 12pt;
  }
}

@media all and (max-width: 319px) {
  .header-links {
    font-size: 11pt;
  }

  .description {
    font-size: 13pt;
  }

  .licensed {
    font-size: 13pt;
    /* min-height: calc(100vh - 30vh - 10vh - 2vh - 10px); */
  }

  .career-link {
    height: 50px;
    /* padding-bottom: 0pt; */
  }

  .career-link-text {
    font-size: 13pt;
    /* padding-bottom: 4pt; */
  }

  .career-link-image-container {
    height: 30px;
  }

  .career-link-image img {
    width: 20px;
  }

  #arrow {
    height: 13pt;
  }

  #learn-more {
    font-size: 13pt;
  }

  .title {
    font-size: 14pt;
  }

  .subtitle {
    font-size: 12pt;
  }

  .paragraph {
    font-size: 11pt;
  }

  ul {
    font-size: 11pt;
  }

  .nsf {
    font-size: 12pt;
  }

  table.placegage-report td {
    font-size: 9pt;
  }

  table.awards td {
    font-size: 11pt;
  }

  table.nsf td {
    font-size: 13pt;
  }

  .copyright {
    font-size: 11pt;
  }
}
