/* ============================================= */
/* Fonts */
/* ============================================= */
@font-face {
  font-family: 'AppenBasis-Regular';
  src: url('../fonts/AppenBasis-Regular.eot');
  src: url('../fonts/AppenBasis-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AppenBasis-Regular.svg#AppenBasis-Regular') format('svg'),
    url('../fonts/AppenBasis-Regular.ttf') format('truetype'),
    url('../fonts/AppenBasis-Regular.woff') format('woff'),
    url('../fonts/AppenBasis-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AppenBasis-Bold';
  src: url('../fonts/AppenBasis-Bold.eot');
  src: url('../fonts/AppenBasis-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AppenBasis-Bold.svg#AppenBasis-Bold') format('svg'),
    url('../fonts/AppenBasis-Bold.ttf') format('truetype'),
    url('../fonts/AppenBasis-Bold.woff') format('woff'),
    url('../fonts/AppenBasis-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ============================================= */
/* Variables */
/* ============================================= */
:root {

  /* Font Family */
  --global--font-primary: var(--font-headings, 'AppenBasis-Bold', sans-serif);

  /* Colors */
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-orange: #ef4126;
  --global--color-grey: #f4f4f4;
  --global--color-darkgrey: #595959;
  --global--color-darkgreen: #04343d;
  --global--color-primary: #719dac;
  --global--color-secondary: #04343d;

}

/* ============================================= */
/* Global */
/* ============================================= */
html {
  scroll-padding-top: 70px;
}

body {
  position: relative;
  font-family: 'AppenBasis-Regular', sans-serif;
  font-size: 18px;
  color: var(--bs-body-color) !important;
  overflow-x: hidden;
}

/* Colors */
.bg-primary {
  background-color: var(--global--color-primary) !important;
}

.bg-grey {
  background-color: var(--global--color-grey);
}

.bg-secondary {
  background-color: var(--global--color-secondary) !important;
  color: var(--global--color-white);
}

/* Bg Images */
.bg1 {
  background-image: url("../images/graphic-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg2 {
  background-image: url("../images/graphic-bg1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.bg3 {
  background-image: url("../images/bg3.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* Figures */
.figure {
  font-family: var(--global--font-primary);
}

.figure-caption {
  color: var(--global--color-darkgreen);
  font-size: 18px;
}

.figure-caption h6 {
  color: var(--global--color-orange);
  font-size: 18px;
  margin-bottom: 5px;
}

/* Blockquote */
.blockquote h3 {
  font-size: 1.20rem;
  line-height: 1.5;
  text-transform: initial;
}

.blockquote-footer {
  font-family: var(--global--font-primary);
  font-size: 18px;
  color: var(--global--color-white);
  margin-top: 15px;
}

.blockquote-footer cite {
  display: block;
  font-family: 'AppenBasis-Regular';
  font-size: 16px;
  font-style: normal;
}

@media (min-width: 1200px) {
  .blockquote h3 {
    font-size: 1.30rem;
    line-height: 1.5;
  }
}

/* ============================================= */
/* Typography */
/* ============================================= */
h1,
h2,
h3,
h4 {
  font-family: var(--global--font-primary);
  color: var(--global--color-darkgreen);
  text-transform: uppercase;
}

h2 {
  font-size: 34px;
}

h3 {
  line-height: 1.3;
}

/* ============================================= */
/* Buttons */
/* ============================================= */
.btn.btn-primary {
  background: var(--global--color-orange);
  border: 0;
  border-radius: 24px;
  color: var(--global--color-white);
  font-family: var(--global--font-primary);
  font-size: 20px;
  text-transform: uppercase;
  padding: 8px 30px 6px;
}

.btn.btn-primary:hover {
  background: var(--global--color-darkgrey);
}

.btn.btn-sm {
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px;
}

.btn-learn-more {
  font-family: var(--global--font-primary);
  font-size: 18px;
  line-height: 22px;
  color: var(--global--color-orange);
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-learn-more span {
  display: inline-block;
  border-bottom: 2px solid var(--global--color-orange);
}

.btn-learn-more.text-white span {
  border-color: var(--global--color-white);
}

.btn-learn-more:after {
  content: "\f178";
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-family: "FontAwesome";
  display: block;
  background: var(--global--color-orange);
  color: var(--global--color-white);
  margin-left: 15px;
  text-align: center;
}

/*.btn-learn-more.text-white:after {
  box-shadow: 1px 1px 0 rgb(255, 255, 255);
}*/

.btn-learn-more:hover {
  color: var(--global--color-orange);
  text-decoration: none;
}

.btn-learn-more:hover span {
  border-color: transparent;
}

.btn-learn-more:hover:after {
  background: var(--global--color-darkgrey);
}

/* ============================================= */
/* Header */
/* ============================================= */
.navbar-nav {
  border-bottom: 2px solid #a0a0a0;
}

.nav-item {
  width: 130px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--global--font-primary);
  font-size: 14px;
  line-height: 16px;
  color: var(--global--color-darkgrey);
  width: 100%;
  margin: 0;
  padding: 0;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

.nav-link:hover {
  color: var(--global--color-darkgrey);
}

.nav-link:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 0;
  background: var(--global--color-orange);
  bottom: -5px;
  left: 0;
  z-index: 1;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.nav-link:hover:before,
.nav-link.active:before {
  width: 100%;
}

.navbar-btn {
  padding: 14px 0;
}

.js-menu-toggle .fa-bars {
  font-size: 24px;
  color: var(--global--color-darkgrey);
  position: relative;
  top: 5px;
}

/* ============================================= */
/* Sidebar */
/* ============================================= */
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
  box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.sidebar-close {
  text-align: right;
  padding: 0 20px;
}

.sidebar-close i {
  font-size: 22px;
  color: var(--global--color-orange);
}

.sidebar-menu-body {
  padding: 10px 20px 20px;
  overflow-y: scroll;
  height: calc(100vh - 52px);
}

.sidebar-menu-body li {
  margin-bottom: 16px;
}

.sidebar-menu-body li a {
  display: block;
  font-family: var(--global--font-primary);
  color: var(--global--color-darkgrey);
  padding: 4px 0;
  text-decoration: none;
}

.sidebar-menu-body li .btn.btn-sm {
  width: auto;
  padding: 10px 20px;
}

.offcanvas-menu .sidebar-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

/* ============================================= */
/* Hero */
/* ============================================= */
.banner {
  position: relative;
}

.video-hero--content {
  position: relative;
  text-align: right;
  color: #FFF;
  width: 80%;
  margin: 0 auto;
  padding: 90px 0 20px;
}

.video-hero--content img {
  height: 280px;
}

.video-hero--content a.btn {
  margin-right: 25px;
}

/* ============================================= */
/* Intro */
/* ============================================= */
.intro {
  background: var(--global--color-primary);
  color: var(--global--color-white);
}

/* ============================================= */
/* Page Content */
/* ============================================= */
.keys .grid {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-gap: 30px;
}

.keys h2 {
  margin-bottom: 50px;
}

.keys .item {
  margin-top: 20px;
}

.keys .item>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--global--color-secondary);
  font-family: var(--global--font-primary);
  font-size: 26px;
  line-height: 1.3;
  color: var(--global--color-white);
  min-height: 210px;
  padding: 52px 10px 20px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

.keys .item>a span.hover-text {
  display: none;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.keys .item>a span.count {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 40px;
  line-height: 92px;
  background: url('../images/Appen_LightBlue_Leaf.png') no-repeat 0 0;
  background-size: contain;
  width: 92px;
  height: 92px;
  text-align: center;
}

.keys .item>a:hover,
.keys .item.show>a {
  background: var(--global--color-primary);
}

.keys .item>a:hover span.reg-text,
.keys .item.show span.reg-text {
  display: none;
}

.keys .item>a:hover span.hover-text,
.keys .item.show span.hover-text {
  display: block;
}

.keys .item>a:hover span.count,
.keys .item.show span.count {
  background: url('../images/Appen_DarkBlue_Leaf.png') no-repeat 0 0;
  background-size: contain;
}

/* Sourcing */
.sourcing,
.adoption {
  position: relative;
  overflow: hidden;
}

.sourcing .img,
.adoption .img {
  width: 380px;
  margin-left: -100px;
  margin-top: -100px;
}

.adoption .img {
  margin-left: -100px;
}

/* Section 2 */
.section2 .nav-tabs {
  border: 0;
  justify-content: center;
}

.section2 .nav-tabs .nav-item {
  margin: 0 15px;
}

.section2 .nav-tabs .nav-link {
  font-family: var(--global--font-primary);
  font-size: 14px;
  border: 0;
  border-bottom: 3px solid #c3c3c3;
  color: var(--global--color-darkgrey);
  padding: 0 6px;
}

.section2 .nav-tabs .nav-link.active {
  background: transparent;
  border-color: var(--global--color-orange);
}

.section2 .tab-pane {
  padding-top: 50px;
}

/* Management */
.management {
  overflow: hidden;
}

.management .chart-info {
  /*width: 380px;
  margin: 0 auto;*/
}

.management .chart-info .apexcharts-canvas {
  margin: 0 auto;
}

/* Evaluation */
.nav-tabs {
  border: 0;
  justify-content: center;
}

.nav-tabs .nav-item {
  margin: 0 15px;
  width: auto;
}

.nav-tabs .nav-link {
  font-family: var(--global--font-primary);
  font-size: 14px;
  border: 0;
  color: var(--global--color-darkgrey);
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
}

.nav-tabs .nav-link:before {
  height: 3px;
}

.nav-tabs .nav-link.active {
  background: transparent;
  border-color: var(--global--color-orange);
}

/* Join Us */
.join-us {
  min-height: 420px;
  padding-top: 70px;
}

.join-us .text {
  max-width: 400px;
  width: 100%;
}

.join-us .text h3 {
  color: var(--global--color-orange);
  font-size: 28px;
  margin: 0;
}

.join-us .text p {
  color: #336B79;
  font-size: 20px;
  line-height: 1.35;
}

.join-us .text a {
  color: var(--global--color-orange);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.join-us .text a:hover {
  color: var(--global--color-secondary);
}

/* Report */
.report {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.report .report-tray {
  position: relative;
}

.report .report-tray a {
  position: relative;
  display: block;
  background: var(--global--color-orange);
  color: var(--global--color-white);
  font-family: var(--global--font-primary);
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}

.report .report-tray .tray-btn {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  width: 140px;
  height: 32px;
  background: var(--global--color-orange);
  color: var(--global--color-white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}

.report .report-tray .tray-btn span {
  background: var(--global--color-white);
  display: block;
  width: 50px;
  height: 2px;
  margin: 5px auto;
}

.report .report-tray span.mobile-text {
  display: none;
}

.close-tray {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--global--color-white);
  width: 55px;
  height: 55px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.close-tray.active {
  display: block;
}

.report .report-form {
  background: var(--global--color-white);
  height: 510px;
}

/* Switch Button */
.switch-btn {
  font-size: 16px;
  align-items: center;
}

.switch-btn .form-switch {
  padding-left: 0;
}

.switch-btn .form-switch .form-check-input {
  background-color: var(--global--color-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  width: 70px;
  height: 22px;
  margin-left: 0;
}

.switch-btn .form-switch .form-check-input:checked {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

/* ============================================= */
/* Form */
/* ============================================= */
.mktoForm .mktoFormRow {
  position: relative;
}

.mktoForm .mktoOffset {
  height: 0 !important;
}

.mktoForm .mktoGutter {
  height: 0.4em !important;
}

.mktoForm .mktoFormCol {
  float: none !important;
  width: 100%;
  margin-bottom: 18px !important;
}

.mktoForm .mktoFieldWrap {
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.report .container {
  position: relative;
}

.report .mktoForm {
  width: 100% !important;
}

.report .mktoFormRow:nth-child(9),
.report .mktoFormRow:nth-child(10) {
  width: 100%;
}

.report .mktoFormRow:nth-child(11),
.report .mktoFormRow:nth-child(12),
.report .mktoFormRow:nth-child(13) {
  display: none;
}

.report .mktoFormRow:nth-child(9) .mktoFormCol {
  margin-bottom: 10px !important;
}

.report .mktoForm .mktoLabel {
  display: inline-block !important;
  font-weight: bold;
  letter-spacing: 0.5px;
  width: auto !important;
  margin-bottom: 2px;
}

.report .mktoForm input[type=text],
.report .mktoForm input[type=url],
.report .mktoForm input[type=email],
.report .mktoForm input[type=tel],
.report .mktoForm input[type=number],
.report .mktoForm input[type=date],
.report .mktoForm select.mktoField,
.report .mktoForm textarea.mktoField {
  background: #EBEBEB;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  font-family: 'AppenBasis-Regular';
  font-size: 14px;
  padding: 0 10px !important;
  height: 38px !important;
  width: 100% !important;
}

.report .mktoForm input[type=text]:focus,
.report .mktoForm input[type=url]:focus,
.report .mktoForm input[type=email]:focus,
.report .mktoForm input[type=tel]:focus,
.report .mktoForm input[type=number]:focus,
.report .mktoForm input[type=date]:focus,
.report .mktoForm select.mktoField:focus,
.report .mktoForm textarea.mktoField:focus {
  background: #EBEBEB !important;
  border: 1px solid #e3e3e3 !important;
}

.report .mktoForm .mktoAsterix {
  color: #A8202A !important;
  padding-left: 10px !important;
  float: right !important;
}

.report .mktoForm .mktoLogicalField {
  position: absolute;
  left: 0;
  width: 20px !important;
  padding: 0;
}

.report .mktoForm #LblEmail_Consent__c,
.report .mktoForm #LblPersonal_Data_Processing_Confirmation__c {
  position: relative;
  padding-left: 35px;
}

.report .mktoForm input[type=checkbox] {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}

.report .mktoForm input[type=checkbox]+label:before {
  background: #EBEBEB !important;
  border: 1px solid #EBEBEB !important;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: center;
  content: "";
  position: absolute;
  border: 1px solid #4b4f54;
  height: 20px;
  left: 0px;
  top: 0;
  width: 20px;
  box-shadow: none;
}

.report .mktoForm input[type=checkbox].is_checked+label:before,
.report .mktoForm input[type=checkbox]:checked+label:before {
  content: '';
  background-repeat: no-repeat !important;
  background-color: #EF4126 !important;
  border-color: #EF4126 !important;
  background-position: 2px 4px !important;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='10px' viewBox='0 0 13 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Contact-Us' transform='translate(-178.000000,-1550.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(174.000000,704.000000)'%3E%3Cpath d='M15.6315789,846 L17,847.428571 L8.78947368,856 L4,851 L5.36842105,849.571429 L8.789,853.143 L15.6315789,846 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.report .mktoForm select.mktoField {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.9979 6.36396L1.63394 0L0.219727 1.41421L6.58369 7.77817L7.9979 9.19239L9.41211 7.77817L15.7761 1.41421L14.3619 0L7.9979 6.36396Z' fill='%23EF4126'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px top 50%, 0 0 !important;
  background-size: 16px 10px !important;
}

.report .mktoButtonRow {
  margin-top: 10px;
}

.report .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

#mktoForm_2658 .mktoButton {
  background: #EF4126 !important;
  border-color: #EF4126 !important;
  color: #fff;
  border-radius: 32px;
  font-family: 'AppenBasis-Bold';
  font-size: 16px !important;
  padding: 10px 30px !important;
  width: auto !important;
  text-transform: uppercase;
}

.apexcharts-legend {
  align-items: flex-start;
}

#adoption_total .apexcharts-legend,
#adoption_market .apexcharts-legend {
  justify-content: flex-start;
  margin-left: 40px;
}

/*#budget_pie_graph_one .apexcharts-legend {
  flex-direction: column;
}*/
#budget_pie_graph_one {
  width: 450px;
  margin: 0 auto;
}

#budget_pie_graph_two {
  width: 450px;
  margin: 0 auto;
}

.testimonial img {
  max-width: 80%;
}

#ethics_1 {
  margin-top: -20px;
}

/* ============================================= */
/* Media Queries */
/* ============================================= */
@media (min-width: 768px) {
  .report .mktoForm {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .report .mktoFormRow {
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    max-width: 100%;
  }

  .report .mktoButtonRow {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {

  .sourcing .img,
  .adoption .img {
    position: absolute;
    top: -140px;
    left: -180px;
    width: 480px;
    margin: inherit;
  }

  .adoption .img {
    left: -160px;
  }

  .management .card {
    width: 50%;
    float: right;
  }

  .management .double-chart {
    width: 46%;
    margin: initial;
  }

  #ethics_1 {
    margin-top: -40px;
  }

  #quality .card-body {
    min-height: 700px;
  }

  .join-us .text h3 {
    font-size: 2.75rem;
  }

  .join-us .text p {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .join-us .text a {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {

  .sourcing .img,
  .adoption .img {
    position: absolute;
    top: -140px;
    left: -150px;
    width: 550px;
    margin: inherit;
  }

  #budget_pie_graph_one {
    width: 90%;
    margin: 0 auto;
  }

  #budget_pie_graph_two {
    width: 84%;
    margin: 0 auto;
  }

  #quality .card-body {
    min-height: 620px;
  }
}

@media (min-width: 1400px) {
  #budget_pie_graph_one {
    width: 75%;
    margin: 0 auto;
  }

  #budget_pie_graph_two {
    width: 70%;
    margin: 0 auto;
  }

  #quality .card-body {
    min-height: 525px;
  }
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
  .video-hero--content img {
    height: 240px;
  }

  .video-hero--content a.btn {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    flex-basis: auto;
    flex-grow: inherit;
  }

  .navbar-btn {
    padding: 20px 0;
  }

  .video-hero--content img {
    height: 220px;
  }

  .video-hero--content a.btn {
    margin-right: 12px;
  }

  .bg1 {
    background-size: contain;
  }

  .join-us {
    min-height: 340px;
    padding: 60px 0 120px;
  }

  .join-us .text {
    max-width: 300px;
  }

  .keys .grid {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }

  .close-tray {
    width: 34px;
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .video-hero--content {
    width: 90%;
  }

  .video-hero--content img {
    height: 180px;
  }

  .keys .item>a {
    font-size: 22px;
  }

  .join-us .text {
    max-width: 280px;
  }

  .report .report-tray a {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .report .report-form {
    height: 420px;
    overflow-y: scroll;
  }

  .report .report-tray span.desktop-text {
    display: none;
  }

  .report .report-tray span.mobile-text {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .video-hero--content img {
    height: 150px;
  }
}

@media (max-width: 520.98px) {
  .join-us {
    min-height: auto;
    padding: 30px 0 100px;
  }

  .join-us .text {
    background: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    padding: 15px;
  }
}