body {
  background-color: #000;
  font-family: Notosans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/360-photos/ch-1.jpg) url(../images/360-photos/ch-2.jpg) url(../images/360-photos/ch-3.jpg) url(../images/360-photos/ch-4.jpg) url(../images/360-photos/ch-5.jpg) url(../images/360-photos/ch-6.jpg);
}

*:focus,
*:focus-visible {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#bg-video {
  width: 100%;
  height: 100%;
}

/*change bullet list style*/
ul {
  list-style-type: circle;
}

.webvr-button {
  display: none !important;
}

p {
  margin-bottom: 10px;
  font-family: Notosans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.landing-pg-title {
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 74px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #000;
}

.landing-pg-text {
  width: 700px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Notosans, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.landing-pg-text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10em;
  padding-left: 10em;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}


.landing-pg-points {
  border: solid 1px #fff;
  padding: 10px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
}

.landing-pg-points ul{
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.button {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Notosans, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.button.start {
  z-index: 100;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.start:hover {
  background-color: #fff;
  color: #000;
}

.button.close {
  display: none;
  margin-top: 0px;
}

.button.close:hover {
  background-color: #fff;
  color: #000;
}

.button.open {
  margin-top: 0px;
}

.button.open:hover {
  background-color: #fff;
  color: #000;
}

.button.next-chapter {
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button.next-chapter:hover {
  background-color: #fff;
  color: #000;
}

.button.start-again.w--current {
  margin-top: 0px;
  margin-right: 20px;
}

.button.start-again.w--current:hover {
  background-color: #fff;
  color: #000;
}

.button.open-all-recommendations {
  margin-top: 0px;
}

.button.open-all-recommendations:hover {
  background-color: #fff;
  color: #000;
}

.button.close-all-recommendations {
  margin-top: 20px;
}

.button.close-all-recommendations:hover {
  background-color: #fff;
  color: #000;
}

.home-gradient-bt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(0, 0, 0, 0.76), transparent);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ilo-logo {
  position: relative;
  max-width: 110px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ilo-logo:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.nav-link {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Notosans, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}





.score-bar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.score-bar.results {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}







.chapter-breadcrumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  margin-top: 40px;
  margin-left: 40px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.quiz-wrapper {
  position: relative;
  z-index: 100;
  max-width: 800px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.question-icon {
  margin-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.choices {
  position: relative;
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  list-style-type: none;
}

.choice-item {
  position: relative;
  margin-top: -4px;
  margin-right: 10px;
  padding: 3px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
}

.choice-item:hover {
  background-color: #1e2dbe;
}

.choice-item:focus {
  background-color: #1e2dbe;
}

.choices-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.choices-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-shadow: 1px 1px 6px #000;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-selector {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lang-btn {
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.lang-btn:hover,
.active {
  background-color: #fff;
  color: #000;
}

.main {
  position: relative;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main.landing-pg {
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 101;
}

.main.results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main.results {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main.about {
  margin-top: 100px;
  margin-bottom: 60px;
}

.question {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-shadow: 1px 1px 6px #000;
}

.question.full {
  display: none;
}

.question.snippet {
  display: block;
}

._360-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 60px;
  width: 100px;
  height: 100px;
}

.score-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.score-label {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.score-label.results {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
}

.thumb {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumb.up {
  margin-bottom: 15px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.thumb.down {
  margin-right: 5px;
  margin-bottom: 5px;
}

.score-line {
  width: 160px;
  height: 2px;
  background-color: #fff;
}

.center-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.score-arrow {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-gradient-bg {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
  /*min-height: 100%;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-gradient-bg.home {
  height: 100px;
}

.footer-gradient-bg.results {
  height: 100px;
}

.quiz-block {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.landing-pg {
  background-image: url('../images/landing-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.quiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.quiz.ch1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.quiz.ch2 {
  display: none;
}

.wrapper.quiz.ch3 {
  display: none;
}

.wrapper.quiz.ch4 {
  display: none;
}

.wrapper.quiz.ch5 {
  display: none;
}

.wrapper.quiz.ch6 {
  display: none;
}

.wrapper.results {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/landing-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/landing-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/landing-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/landing-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.video-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.footer {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top {
  position: relative;
  z-index: 102;
  margin-bottom: 250px;
}

.top.home {
  margin-bottom: 0px;
}

.quiz-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.breadcrumb-m {
  display: none;
}

.lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.9);
}

.due-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.due-diligence-block {
  position: relative;
  display: none;
  width: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  margin-bottom: 40px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.video-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

.due-title {
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.share-results-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-results-label {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.results-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lottie-block {
  display: block;
}

.score-share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.top-gradient {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.audio-toggle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 40px;
  margin-bottom: 160px;
  margin-right: 30px;
  background-color: rgba(0, 0, 0, 0.0);
  padding: 0px;
}

.score-msg-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.score-msg {
  display: inline;
}

.score-msg.score-value-0 {
  margin-left: 5px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.score-msg.score-value-200 {
  margin-left: 5px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.score-msg.score-value-100 {
  margin-left: 5px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.view-all-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list {
  padding-left: 20px;
}

.about-pg-title {
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #000;
}

.about-pg-text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sub-header {
  margin-bottom: 10px;
  font-family: Overpass, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.hide {
  display: none;
}

.video-js.vjs-ended .vjs-poster {
  display: block;
}

#score-msg {
  font-weight: bold;
}

.due-diligence-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}

.msg-360-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.msg-360-icon-block {
  align-items: center;
  justify-content: center;
}

.msg-360-text {
  align-items: center;
}

.msg-360-text p {
  line-height: 20px !important;
  margin-bottom: 0px;
  text-align: center;
}

.social-links-block ul {
  margin-top: 20px;
  margin-left: -15px;
  padding: 0px;
}

.social-links-block li {
  float: left;
  list-style-type: none;
  margin-left: 15px;
}

.follow-us-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3px;
}

.bg-photo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: auto;
}

.copyright-block {
  display: block;
  position: relative;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-bottom: 10px;
  ;
}

.copyright-block p {
  font-size: 13px;
  text-align: center;
  margin: 0px;
  line-height: 16px;
}

.rate-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}

.rateCircle {
  flex: 1;
  position: absolute;
  display: none;
  max-width: 100%;
  height: auto;
}

.final-score-txt {
  font-size: 20px !important;
  text-align: center;
  margin-bottom: 40px;
}



/*score component style*/
.scorebar {
  width: 15px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 30px;
  margin-top: 30px;
  z-index: 200;

}

.scorebar p {
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: -10px;
  position: relative;
  top: -15px;
}

.score-wrapper {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 50%);
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 15px;
  transform-origin: right top;
  transform: rotate(-90deg);
  margin-left: -180px;
  border: solid thin rgba(255, 255, 255, 1);
}

.score-ruler {
  position: absolute;
  width: 25px;
  height: 207.63px;
  z-index: 100;
  right: -2.5px;
  top: 5px;
}

.blind {
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  min-width: 50%;
}

.blind.right {
  left: 50%;
  transform-origin: left top;
}

.blind.left {
  transform-origin: left top;
}


.m-background-img {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  z-index: 100;
}

.about-pg-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  bottom: 20px;
  margin-right: 30px;
}

.about-pg {
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  margin-right: 20px;
}

.further-info {
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

#score-text {
  position: relative;
  right: -3px;
}



/*popup lightbox etc*/

.fancybox-bg {
  background: #000 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3 !important
}

#aboutPg,
#furtherInfoPg {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  width: 960px;
  height: 600px;
  bottom: 0px;
  right: 50%;
  margin-top: 60px;
  margin-right: -480px;
  border-radius: 10px;
  color: #ddd;
}

.button.nav-link.further-info {
  font-weight: 300;
}

#viewAllRecPg {
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  width: 960px;
  top: 0;
  right: 50%;
  margin-top: 60px;
  margin-right: -480px;
  border-radius: 10px;
  color: #ddd;
}

.further-info.btn-block.popup {
  display: flex;
  justify-content: center;
}

.button.nav-link.further-info.popup {
  right: 0px;
}

/*A-Frame Styling*/
.a-modal {
  z-index: 1000;
  color: #000;
}

.a-dialog-allow-button {
  background-color: #05d2d2 !important;
  color: #fff;
}

.a-dialog-deny-button {
  background-color: #960a55 !important;
  color: #fff;
}

.a-dialog-ok-button {
  background-color: #8ce164 !important;
  color: #fff;
}


























/*iPad*/

@media screen and (max-width: 1024px) {
  .landing-pg-text {
    width: auto;
  }

  .landing-pg-text-block {
    padding-right: 2em;
    padding-left: 2em;
  }

  .home-gradient-bt {
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav-link {
    right: 16px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .quiz-wrapper {
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;
  }

  .language-selector {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .main.about {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  ._360-icon {
    position: relative;
    bottom: auto;
    /*margin-bottom: 18px;*/
  }

  .lottie-menu {
    display: block;
  }

  .quiz-block {
    margin-right: 20px;
  }

  .quiz-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }

  .footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 20px;
  }

  .footer-spacer {
    display: none;
  }

  .footer-spacer.home {
    display: block;
  }

  .due-title {
    font-size: 24px;
  }

  .results-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .audio-toggle {
    z-index: 100;
    margin-bottom: 90px;
  }

  .about-pg-text-block {
    padding-right: 2em;
    padding-left: 2em;
  }

  .sub-header {
    font-size: 22px;
  }


  .audio-toggle {
    display: none;
  }

  .bg-photo {
    display: block;
  }

  .copyright-block {
    margin-right: 6rem;
  }

  .about-pg-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 10px;
    margin-right: 10px;
  }

  .about-pg {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .further-info {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .wrapper.results {
    z-index: 100;
  }

  #aboutPg,
  #furtherInfoPg,
  #viewAllRecPg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0px;
    margin-right: 0px;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .wrapper.landing-pg,.wrapper.about,.wrapper.results {
    background-attachment: fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
  }

  .a-dialog {
    top:40% !important;
  }

  .bottom {
    margin-top: 30px;
  }


}



























/*Mobile Landscape*/

@media screen and (max-width: 767px) {
  .landing-pg-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
    margin-top: 10px;
  }

  .landing-pg-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .landing-pg-text {
    font-size: 14px;
    line-height: 18px;
  }

  .button.start {
    margin-top: 30px;
  }

  .button.start-again.w--current {
    margin-right: 0px;
    margin-top: 20px;
  }

  .home-gradient-bt {
    background-image: radial-gradient(circle closest-side at 50% 50%, rgba(0, 0, 0, 0.76), transparent);
  }

  .nav-link {
    margin-right: 20px;
    margin-left: 0px;
  }

  .nav-link.about {
    margin-right: 0px;
  }

  .score-bar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .score-bar.results {
    margin-bottom: 20px;
  }

  .chapter-breadcrumb {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 13px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .quiz-wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }

  .question-icon {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .choice-item {
    padding: 2px 7px 2px 7px;
  }

  .language-selector {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main {
    margin-top: 40px;
  }

  .main.results {
    margin-top: 0px;
  }

  .main.about {
    margin-top: 40px;
  }



  .lottie-menu {
    display: none;
  }

  .top {
    margin-bottom: 80px;
  }

  .breadcrumb-m {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .chapter-title {
    text-align: center;
  }

  .chapter-sub {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
  }

  .lightbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .due-diligence-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .video-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .share-results-block {
    margin-bottom: 20px;
  }

  .results-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lottie-block {
    display: none;
  }

  .score-share-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .copyright-block {
    margin-right: 5rem;
  }



  .about-pg-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
  }

  .about-pg-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .msg-360-icon-block {
    margin-top: -20px;
  }

  .msg-360-text p {
    font-size: 14px;
    line-height: 18px !important;
  }

  .lang-btn {
    padding: 0px 10px;
    font-size: 12px;
  }

  .question {
    font-size: 14px;
    line-height: 18px;
  }

  .choices-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .scorebar {
    margin-top: 21px;
    right: -7px;
  }

  .scorebar p {
    top: -8px;
  }

  .score-wrapper {
    width: 90px;
    height: 10px;
    margin-left: -76px;
  }

  .score-ruler {
    height: 103px;
    margin-right: -5.75px;
    top: 7px;
  }

  ._360-icon {
    width: 75px;
    height: 75px;
    bottom: 5px;
  }

  .about-pg-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 10px;
    margin-right: 0px;
  }

  .about-pg {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .further-info {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .top-gradient {
    height: 100px;
  }

  .button {
    font-size: 14px;
  }

  .score-msg-block {
    margin-bottom: 20px;
  }

  .score-msg,
  p,
  ul,
  li {
    font-size: 14px;
    line-height: 18px !important;
  }

  .social-links-block {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
  }

  #score-text {
    position: relative;
    right: -11px;
  }

  .landing-pg-points {
    margin-bottom: 20px;
  }

}






















/*Mobile Portrait*/

@media screen and (max-width: 479px) {
  .button.start {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button.open-all-recommendations {
    text-align: center;
  }

  .home-gradient-bt {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: fixed;
    height: 100%;
  }

  .ilo-logo {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nav-link {
    margin-right: -37px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nav-link.about {
    margin-right: 0px;
  }

  .language-selector {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 30px;
  }

  .main {
    margin-top: 20px;
  }


  .quiz-block {
    margin-right: 20px;
  }


  .quiz-wrapper {
    margin-right: 10px;
    margin-left: 15px;
  }

  .breadcrumb-m {
    padding-right: 70px;
    padding-left: 70px;
  }

  .chapter-sub {
    line-height: 22px;
  }

  .video-duration {
    margin-left: 10px;
  }

  .share-results-label {
    line-height: 16px;
  }

  .score-share-block {
    margin-bottom: 40px;
  }

  .copyright-block {
    display: block;
    position: absolute;
    top: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 2rem;
  }

  ._360-icon {
    width: 75px;
    height: 75px;
  }

  .about-pg-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 14px;
  }

  .about-pg {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .further-info {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .further-info.popup {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .button.nav-link.further-info.popup {
    margin-top: 30px;
    font-size: 14px;
  }

  #aboutPg,
  #furtherInfoPg,
  #viewAllRecPg {
    padding: 30px;
  }

  .nav-link.aboutPg-popup {
    margin-right: 0px;
  }

  .wrapper {
    min-height: calc(100vh - 70px);
  }

  .wrapper.landing-pg {
    background-attachment: fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
  }

 .wrapper.about,.wrapper.results {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/landing-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/landing-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
  }

  .results-block {
    margin-bottom: 20px;
  }

  .a-dialog {
    top:40%;
  }

  .footer {
    bottom: 0px;
  }

  .bottom {
    margin-top: 0px;
  }

}


@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}