/* BASIC SETUP */

:root {
    --sts-red: #d1242a;
    --sts-ligter-red: #ff3333;
    --sts-grey: #414042;
    --sts-light-grey: #666;
    --sts-lighter-grey: #6c6d71;
    --sts-white: #fff;
    --sts-off-white: #eee;
    --sts-nav-grey: #333;
    --sts-nav-light-grey: #444;
    --sts-nav-lighter-grey: #555;
}


body, html {
    height: 100%;
    margin: 0;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--sts-light-grey);
    background-color: var(--sts-grey);

    scroll-behavior: smooth;

    caret-color: rgba(255, 255, 255, 0); /* For all the silly 'F7' Caret Browser users clicking on the 'Read More' buttons */

    /* SCROLLBAR CUSTOMIZATION */
    /* Firefox */
    scrollbar-color: var(--sts-red) var(--sts-grey);
    scrollbar-width: thin;
}

.justify {
    text-align: justify;
}

.line-height-box {
    line-height: 1.4em;
}

body {
    overflow-x: hidden;
}

    /* Chrome, Edge and Safari */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: var(--sts-grey);
    }

    ::-webkit-scrollbar-thumb {
        background: var(--sts-red);
    }

    ::-webkit-scrollbar-thumb:hover {
        background: var(--sts-ligter-red);
    }

hr {
    color: var(--sts-light-grey);
    border-radius: 5px;
    border: 2px solid var(--sts-light-grey);
}

.no-decoration {
    text-decoration: none;
    color: var(--sts-white);
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-weight: bolder;
    line-height: 1.5em;
}

.maps-sizing {
    width: 100%;
    height: 300px;
    padding-top: 50px;
}

/* BASIC SETUP END */

/* NAVIGATION HANDLING */

nav {
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: var(--sts-grey);
    color: var(--sts-white);
    position: fixed;

    z-index: 1000;
}

nav ul {
    padding: 0;
    margin: 0;

    border-radius: 5px;
}

nav li {
    display: inline;
    float: left;
    background-color: var(--sts-grey);
}

nav a {
    display: inline-block;
    width: 130px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    color: var(--sts-off-white);
    text-decoration: none;
}

nav li:hover {
    background-color: var(--sts-lighter-grey);
    border-radius: 5px;
    transition: 0.5s ease;
}

nav a#openup {
    display: none;
}

.active {
    background-color: var(--sts-red);
    border-radius: 5px;
}

@media screen and (max-width: 1350px) {

    .hide-on-small {
      display: none;
    }

    nav {
      height: auto;
      border-bottom: 0;
    }
    nav ul {
      display: none;
      height: auto;
    }
    nav li {
      width: 100%;
      float: left;
      position: relative;
    }
    nav a {
      text-align: left;
      width: 100%;
      text-indent: 25px;
      background: var(--sts-nav-grey);
      border-bottom: 1px solid var(--sts-nav-lighter-grey);
    }

    nav a:hover {
      background: var(--sts-nav-light-grey);
    }

    nav a#openup:after {
      content: "|||";
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Safari and Chrome */
      width: 30px;
      height: 30px;
      display: inline-block;
      position: absolute;
      right: 5px;
      top: 25px;
    }

    nav a#openup:hover {
        background-color: var(--sts-red);
    }

nav a#openup {
      display: block;
      background-color: var(--sts-nav-grey);
      width: 100%;
      position: relative;
  }
}

.cf:before, .cf:after {
    content: "";
    display: table;
}
  
.cf:after {
    clear: both;
}
  
.cf {
    zoom: 1;
    width: 100vw;
}

/* NAVIGATION HANDLING END */

/* SHOWCASE HANDLING */
#showcase {
    background: url('../img/background/background.jpg') no-repeat center/cover;

    background-attachment: fixed;
}

#showcase .container {
    margin-top: 25vh;
}

/* SHOWCASE HANDLING END */

/* ANIMATION SETUP */

.vr-scroll-container {
    position: relative;
    width: 100%;
    height: 2000px;
}

.vr-scroll-container .vr-scroll-image-container {
    width: 100%;
    height: auto;
    padding-top: 55%;
    position: sticky;
    top: 0;
    background-size: cover;
    background-image: url('../img/vr_rotation/comp000.png');
}

/* ANIMATION SETUP END */

/* IMAGE SETUP */

.logo-img {
    max-width: 150px;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-img-footer {
    max-width: 500px;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-backblock {
    background-color: var(--sts-grey);
    padding: 20px;
    border-radius: 20px;
}

.logo-text-img {
    max-width: 150px;
    
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-thumbnail {
    max-height: 80px;

    object-fit: contain;
    
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-display {
    max-height: 450px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-display-large {
    max-height: 800px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.image-display-small {
    max-height: 200px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-icon {
    max-height: 200px;

    object-fit: contain;
    
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.placeholder-image {
    max-height: 450px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.infographics {
    max-height: 1000px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.infographics-small {
    max-height: 250px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.scroll-img {
    max-height: 100px;

    object-fit: contain;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* IMAGE FADE IN ANIMATION */

.fadeIn-container {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.animated {
    height: 100px;
    width: 302.648px;
    background-position: center;
    background-size: cover;
}

.fadeInTop {
    background-image: url('../img/logos/sts3d.png');

    -webkit-animation: fadeInTop 2s both;
    -moz-animation: fadeInTop 2s both;
    -o-animation: fadeInTop 2s both;
    animation: fadeInTop 2s both;

    animation-delay: 1s;
}

@-webkit-keyframes fadeInTop {
    0%{
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes fadeInTop {
    0%{
        opacity: 0;
        -moz-transform: scale(0);
    }
    100%{
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-o-keyframes fadeInTop {
    0%{
        opacity: 0;
        -o-transform: scale(0);
    }
    100%{
        opacity: 1;
        -o-transform: scale(1);
    }
}
@keyframes fadeInTop {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.popUp {
    background-color: var(--sts-red);
    padding: 10px;
    border-radius: 5px;
    font-size: inherit;
    color: var(--sts-white);
    text-align: center;
    width: 200px;
    margin: -280px auto;
    opacity: 1;

    -webkit-animation: popUp 1s both;
    -moz-animation: popUp 1s both;
    -o-animation: popUp 1s both;
    animation: popUp 1s both;

    animation-delay: 2s;
}

@-webkit-keyframes popUp {
    0%{
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100%{
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes popUp {
    0%{
        opacity: 0;
        -moz-transform: scale(0);
    }

    100%{
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-o-keyframes popUp {
    0%{
        opacity: 0;
        -o-transform: scale(0);
    }
    100%{
        opacity: 1;
        -o-transform: scale(1);
    }
}
@keyframes popUp {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.scroll-animation {
    width: 26px;
    height: 50px;
    border: var(--sts-white) solid 3px;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    margin: 0 auto;

    transform: scale(140%);
}

.scroller-animation {
    width: 18px;
    height: 28px;
    background-color: var(--sts-white);
    border-radius: 22px;
    margin-top: 4px;

    -webkit-animation: scrollAnim 1s both;
    -moz-animation: scrollAnim 1s both;
    -o-animation: scrollAnim 1s both;
    animation: scrollAnim 1s both;

    animation-iteration-count: infinite;
}

@-webkit-keyframes scrollAnim {
    0%{
        transform: translateY(0);
    }
    20%{
        transform: translateY(0);
    }
    80%{
        transform: translateY(25px);
    }
    100%{
        transform: translateY(25px);
    }
}
@-moz-keyframes scrollAnim {
    0%{
        transform: translateY(0);
    }
    20%{
        transform: translateY(0);
    }
    80%{
        transform: translateY(25px);
    }
    100%{
        transform: translateY(25px);
    }
}
@-o-keyframes scrollAnim {
    0%{
        transform: translateY(0);
    }
    20%{
        transform: translateY(0);
    }
    80%{
        transform: translateY(25px);
    }
    100%{
        transform: translateY(25px);
    }
}
@keyframes scrollAnim {
    0%{
        transform: translateY(0);
    }
    20%{
        transform: translateY(0);
    }
    80%{
        transform: translateY(14px);
    }
    100%{
        transform: translateY(14px);
    }
}

/* IMAGE FADE IN ANIMATION END */

/* LATEST NEWS PDF HANDLING START */

.latest_news_pdf {
    width: 100%;
    height: 1000px;
}

@media screen and (max-width: 1350px) {
    .latest_news_pdf {
        height: 800px;
    }
}

/* LATEST NEWS PDF HANDLING END */

/* IMAGE COMPARISON SLIDER START */

/* Medical Slider Handling */
#image-comparison-slider-medical {
    position: relative;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    cursor: col-resize;
}

#image-comparison-slider-medical img {
    display: block;
    max-width: 800px;
    height: auto;
}

#image-comparison-slider-medical .image-slider-wrapper-medical {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

#image-comparison-slider-medical .image-slider-wrapper-medical img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider-medical .label-medical {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.5);
    border-radius: 5px;
    padding: 5px;
    opacity: 0;

    transition: 0.5s ease;
}

#image-comparison-slider-medical:hover .label-medical {
    opacity: 1;
}

#image-comparison-slider-medical .label-medical.label-2d-medical {
    left: 1rem;
}

#image-comparison-slider-medical .label-medical.label-3d-medical {
    right: 1rem;
    background-color: var(--sts-red);
}

#image-comparison-slider-medical .handle-medical {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#image-comparison-slider-medical .handle-line-medical {
    width: 2px;
    flex-grow: 1;
    background-color: var(--sts-white);
}

#image-comparison-slider-medical .handle-circle-medical {
    width: 50px;
    height: 50px;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.7);
    border: 2px solid var(--sts-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Transport Slider Handling */
#image-comparison-slider-transport {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    cursor: col-resize;
}

#image-comparison-slider-transport img {
    display: block;
    max-width: 800px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

#image-comparison-slider-transport .image-slider-wrapper-transport {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

#image-comparison-slider-transport .image-slider-wrapper-transport img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider-transport .label-transport {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.5);
    border-radius: 5px;
    padding: 5px;
    opacity: 0;

    transition: 0.5s ease;
    user-select: none;
}

#image-comparison-slider-transport:hover .label-transport {
    opacity: 1;
}

#image-comparison-slider-transport .label-transport.label-2d-transport {
    left: 1rem;
}

#image-comparison-slider-transport .label-transport.label-3d-transport {
    right: 1rem;
    background-color: var(--sts-red)
}

#image-comparison-slider-transport .handle-transport {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
}

#image-comparison-slider-transport .handle-line-transport {
    width: 2px;
    flex-grow: 1;
    background-color: var(--sts-white);
}

#image-comparison-slider-transport .handle-circle-transport {
    width: 50px;
    height: 50px;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.7);
    border: 2px solid var(--sts-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Warehouse Slider Handling */
#image-comparison-slider-warehouse {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    cursor: col-resize;
}

#image-comparison-slider-warehouse img {
    display: block;
    max-width: 800px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

#image-comparison-slider-warehouse .image-slider-wrapper-warehouse {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

#image-comparison-slider-warehouse .image-slider-wrapper-warehouse img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider-warehouse .label-warehouse {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.5);
    border-radius: 5px;
    padding: 5px;
    opacity: 0;

    transition: 0.5s ease;
    user-select: none;
}

#image-comparison-slider-warehouse:hover .label-warehouse {
    opacity: 1;
}

#image-comparison-slider-warehouse .label-warehouse.label-2d-warehouse {
    left: 1rem;
}

#image-comparison-slider-warehouse .label-warehouse.label-3d-warehouse {
    right: 1rem;
    background-color: var(--sts-red)
}

#image-comparison-slider-warehouse .handle-warehouse {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
}

#image-comparison-slider-warehouse .handle-line-warehouse {
    width: 2px;
    flex-grow: 1;
    background-color: var(--sts-white);
}

#image-comparison-slider-warehouse .handle-circle-warehouse {
    width: 50px;
    height: 50px;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.7);
    border: 2px solid var(--sts-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Retail Slider Handling */
#image-comparison-slider-retail {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    cursor: col-resize;
}

#image-comparison-slider-retail img {
    display: block;
    max-width: 800px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

#image-comparison-slider-retail .image-slider-wrapper-retail {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

#image-comparison-slider-retail .image-slider-wrapper-retail img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider-retail .label-retail {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.5);
    border-radius: 5px;
    padding: 5px;
    opacity: 0;

    transition: 0.5s ease;
    user-select: none;
}

#image-comparison-slider-retail:hover .label-retail {
    opacity: 1;
}

#image-comparison-slider-retail .label-retail.label-2d-retail {
    left: 1rem;
}

#image-comparison-slider-retail .label-retail.label-3d-retail {
    right: 1rem;
    background-color: var(--sts-red)
}

#image-comparison-slider-retail .handle-retail {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
}

#image-comparison-slider-retail .handle-line-retail {
    width: 2px;
    flex-grow: 1;
    background-color: var(--sts-white);
}

#image-comparison-slider-retail .handle-circle-retail {
    width: 50px;
    height: 50px;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.7);
    border: 2px solid var(--sts-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* VR Training Slider Handling */
#image-comparison-slider-vr {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    cursor: col-resize;
}

#image-comparison-slider-vr img {
    display: block;
    max-width: 800px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

#image-comparison-slider-vr .image-slider-wrapper-vr {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

#image-comparison-slider-vr .image-slider-wrapper-vr img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider-vr .label-vr {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.5);
    border-radius: 5px;
    padding: 5px;
    opacity: 0;

    transition: 0.5s ease;
    user-select: none;
}

#image-comparison-slider-vr:hover .label-vr {
    opacity: 1;
}

#image-comparison-slider-vr .label-vr.label-2d-vr {
    left: 1rem;
}

#image-comparison-slider-vr .label-vr.label-3d-vr {
    right: 1rem;
    background-color: var(--sts-red)
}

#image-comparison-slider-vr .handle-vr {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
}

#image-comparison-slider-vr .handle-line-vr {
    width: 2px;
    flex-grow: 1;
    background-color: var(--sts-white);
}

#image-comparison-slider-vr .handle-circle-vr {
    width: 50px;
    height: 50px;
    color: var(--sts-white);
    background-color: rgba(65, 64, 66, 0.7);
    border: 2px solid var(--sts-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* IMAGE COMPARISON SLIDER END */

.logo-img-mobile-landing {
    position: absolute;
    max-width: 120vw;
    top: 50%;
    transform: translate(-13%, -50%);
}

.bottom-buttons-img {
    opacity: 100;
    max-width: 100px;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.socials-img {
    opacity: 100;
    max-width: 50px;

    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.vr-rotation-image {
    width: 100vw;
}

.pimgwhite {
    background-image: url('../img/background/logo_background.png');
    background-repeat: no-repeat;
    min-height: 200px;
    background-size: 100% 100%;

    opacity: 1;
}

.pimgdevider_1, .pimgdevider_2, .pimgdevider_3, .pimgdevider_4, .pimgdevider_5, .pimgdevider_6, .pimgdevider_tactile, .pimgdevider_map, .pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6, .pimg7, .pimg8, .pimg9, .pimg10 {
    position: relative;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    /*
    fixed = parallax
    scroll = normal
    */
    background-attachment: fixed;
}

.pimgdevider_1 {
    background-image: url('../img/background/background_1.png');
    min-height: 400px;
}

.pimgdevider_2 {
    background-image: url('../img/background/background_2.png');
    min-height: 400px;
}

.pimgdevider_3 {
    background-image: url('../img/background/background_3.png');
    min-height: 400px;
}

.pimgdevider_4 {
    background-image: url('../img/background/background_4.png');
    min-height: 400px;
}

.pimgdevider_5 {
    background-image: url('../img/background/winch_1.jpg');
    min-height: 400px;
}

.pimgdevider_6 {
    background-image: url('../img/vr/levels_of_vr.png');
    min-height: 400px;
}

.pimgdevider_tactile {
    background-image: url('../img/vr/vr_simulations.jpg');
    min-height: 400px;
}

.pimgdevider_map {
    position: relative;
    margin-bottom: -10px;
    min-height: 300px;
}

.pimg1 {
    background-image: url('../img/background/background.jpg');
    min-height: 100%;
}

.pimg2 {
    background-image: url('../img/background/much_more_vr.jpg');
    min-height: 400px;
}

.pimg3 {
    background-image: url('../img/background/training.jpg');
    min-height: 400px;
}

.pimg4 {
    background-image: url('../img/background/waiting.jpg');
    min-height: 400px;
}

.pimg5 {
    background-image: url('../img/background/immersive_learning_blur.jpg');
    min-height: 400px;
}

.pimg6 {
    background-image: url('../img/clients/map_grey.png');
    min-height: 400px;
}

.pimg7 {
    background-image: url('../img/about_us/about_us.jpg');
    min-height: 400px;
}

.pimg8 {
    background-image: url('../img/background/products.jpg');
    min-height: 400px;
}

.pimg9 {
    background-image: url('../img/background/engaging-with-clients.png');
    min-height: 400px;
}

.pimg10 {
    background-image: url('../img/background/fun_with_vr.png');
    min-height: 400px;
}

/* Infographic Image Handling */
/* Xtended on the adoption of digital training solutions infographic */

.infographic-xtended {
    margin-bottom: 0;
}

.top-curve {
    border-radius: 2.5px 2.5px 0 0;
}

.bottom-curve {
    border-radius: 0 0 2.5px 2.5px;
}

.all-curve {
    border-radius: 5px;
}

.xtended-stripe {
    margin: 0 auto;
    width: 6px;
    height: 50px;
    background-color: var(--sts-white);
}

.xtended-brace-stripe {
    margin: 0 auto;
    width: 68.8%;
    height: 6px;
    background-color: var(--sts-white);
    border-radius: 2.5px 2.5px 0 0;
}

.xtended-img-top {
    max-height: 200px;
}

.xtended-img {
    max-height: 200px;
}

@media screen and (max-width: 1350px) {
    .top-curve {
        border-radius: 5px;
    }
}

/* XRS infographic */

.infographic-xrs {
    margin-bottom: 3em;
}

.xrs-top-img {
    max-height: 250px;
}

.xrs-img {
    max-height: 200px;
}

.spacing-text {
    margin-top: 100px;
}

.building-box {
    border: #3cadc7 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 260px;
    margin-top: -100px;
}

.scenes-box {
    border: #3cadc7 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 260px;
    margin-top: -100px;
}

.version-box {
    border: #3cadc7 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 260px;
    margin-top: -100px;
}

/* Onboarding infographic */

.infographic-onboarding {
    margin-bottom: 0;
}

.onboarding-top-img {
    max-height: 250px;
}

.onboarding-img {
    max-height: 200px;
}

.scope-box {
    border: #089ad9 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 260px;
    margin-top: -100px;
}

.registration-box {
    border: #bb4dc1 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 260px;
    margin-top: -100px;
}

.update-box {
    border: #2bab2b 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 260px;
    margin-top: -100px;
}

/* Virtual Reality infographic */

.infographic-virtual {
    transform: translate(0, -5em);
}

.virtual-header {
    color: var(--sts-nav-lighter-grey);
    transform: translate(0, 4em);
}

.virtual-header-background {
    width: 300px;
}

.pressence-header {
    color: var(--sts-white);
    padding: 5px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50px;
    box-shadow: 
        0 0 0 5px #e87e04;
    ;
}

.pressence-box {
    border-radius: 25px;
    border: #e87e04 5px solid;
    padding: 10px;
    margin-top: 20px;
}

.perception-header {
    color: var(--sts-white);
    padding: 5px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50px;
    box-shadow: 
        0 0 0 5px #089ad9;
    ;
}

.perception-box {
    border-radius: 25px;
    border: #089ad9 5px solid;
    padding: 10px;
    margin-top: 20px;
}

.realtime-header {
    color: var(--sts-white);
    padding: 5px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50px;
    box-shadow: 
        0 0 0 5px #bb4dc1;
    ;
}

.realtime-box {
    border-radius: 25px;
    border: #bb4dc1 5px solid;
    padding: 10px;
    margin-top: 20px;
}

.bodily-header {
    color: var(--sts-white);
    padding: 5px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50px;
    box-shadow: 
        0 0 0 5px #2bab2b;
    ;
}

.bodily-box {
    border-radius: 25px;
    border: #2bab2b 5px solid;
    padding: 10px;
    margin-top: 20px;
}

/* Learning from Incidents infographic */

.infographic-lfi {
    margin-bottom: 0;
}

.lfi-img {
    max-height: 200px;
}

.img-box {
    max-width: 200px;
}

.text-block {
    border: var(--sts-white) 5px solid;
    border-radius: 25px;
    padding: 10px;
}

.blue-text-box {
    border: #089ad9 5px solid;
    border-right: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
}

.orange-text-box {
    border: #e87e04 5px solid;
    border-right: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
}

@media screen and (max-width: 1350px) {
    .blue-text-box {
        border: #089ad9 5px solid;
        border-right: #089ad9 5px solid;
        border-bottom: transparent 5px solid;
    }

    .orange-text-box {
        border: #e87e04 5px solid;
        border-right: #e87e04 5px solid;
        border-bottom: transparent 5px solid;
    }

    .img-box {
    max-width: 100%;
    }
}

/* Instructional Design to optimise psychomotor learning infographic */

.grid-four-instructional {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
  
.box-four-instructional {
    grid-column: span 1;
}

.instructional-header {
    padding: 10px;
    background-color: var(--sts-white);
    color: var(--sts-nav-lighter-grey);
    border-radius: 50px;
    box-shadow: 
        0 0 0 5px var(--sts-nav-lighter-grey),
        0 0 0 10px var(--sts-white)
    ;
}

.box-header {
    background-color: var(--sts-grey);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 1em;
    height: 70px;
    transform: translate(0, 0.5em);
}

.learn-by-doing-box {
    background-color: transparent;
    border-radius: 25px;
    border: #2bab2b 5px solid;
    border-bottom: transparent 5px solid;
}

.sequential-box {
    background-color: transparent;
    border-radius: 25px;
    border: #089ad9 5px solid;
    border-bottom: transparent 5px solid;
}

.repitition-box {
    background-color: transparent;
    border-radius: 25px;
    border: #bb4dc1 5px solid;
    border-bottom: transparent 5px solid;
}

.increasing-box {
    background-color: transparent;
    border-radius: 25px;
    border: #e87e04 5px solid;
    border-bottom: transparent 5px solid;
}

.instructional-text {
    padding: 15px;
}

.instructional-hidden {
    height: 300px;
}

.instructional-img {
    height: 200px;
    margin-bottom: -5.5em;
    padding-top: 30px;
}

@media screen and (max-width: 1400px) {
    .box-four-instructional {
        grid-column: span 2;
    }
    
    .repitition-box {
        margin-top: 80px;
    }
    
    .increasing-box {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1350px) {
    .sequential-box {
        margin-top: 80px;
    }
    
    .repitition-box {
        margin-top: 80px;
    }
    
    .increasing-box {
        margin-top: 80px;
    }
}

/* Visual storytelling and neuroscience to enhance affective learning infographic */

.infographic-story {
    margin-top: 5em;
}

.story-header {
    background-color: var(--sts-white);
    width: 100%;
    padding: 10px;
    color: var(--sts-nav-lighter-grey);
    border-radius: 50px;
    box-shadow: 
        0 0 0 5px var(--sts-nav-lighter-grey),
        0 0 0 10px var(--sts-white)
    ;
}

.story-img {
    max-width: 250px;
}

.story-green {
    color: #2bab2b;
    border: 2px solid #2bab2b;
}

.story-blue {
    color: #089ad9;
    border: 2px solid #089ad9;
}

.story-purple {
    color: #bb4dc1;
    border: 2px solid #bb4dc1;
}

.story-orange {
    color: #e87e04;
    border: 2px solid #e87e04;
}

.story-text {
    padding-left: 20px;
    padding-right: 20px;
}

.storytelling-box {
    border-radius: 25px;
    border: #2bab2b solid 5px;
    border-top: transparent solid 5px;
}

.arousal-box {
    border-radius: 25px;
    border: #089ad9 solid 5px;
    border-top: transparent solid 5px;
}

.decision-box {
    border-radius: 25px;
    border: #bb4dc1 solid 5px;
    border-top: transparent solid 5px;
}

.visual-hierarchy-box {
    border-radius: 25px;
    border: #e87e04 solid 5px;
    border-top: transparent solid 5px;
}

/* Simulation games and safety science promote risk and productivity competencies infographic */

.infographic-simulation {
    margin-top: 4em;
}

.simulation-header {
    color: var(--sts-nav-lighter-grey);
    background-color: var(--sts-white);
    padding: 10px;
    border-radius: 25px;
    box-shadow: 
        0 0 0 5px var(--sts-nav-lighter-grey),
        0 0 0 10px var(--sts-white)
    ;
}

.simulation-img {
    max-height: 200px;
}

.simulation-img-center {
    max-height: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gap-left {
    padding-left: 125px;
}

.gap-right {
    padding-right: 125px;
}

.simulation-box {
    border: 5px #089ad9 solid;
    border-right: transparent 5px solid;
    border-radius: 25px;
    min-height: 350px;
}

.simulation-heading {
    padding: 10px;
    border-radius: 50px;
    max-width: 50%;
    margin: 0 auto;
    border: #089ad9 5px solid;
}

.simulation-text {
    padding-left: 10px;
    padding-right: 10px;
}

.safety-box {
    border: 5px #2bab2b solid;
    border-left: transparent 5px solid;
    border-radius: 25px;
    min-height: 350px;
}

.safety-heading {
    padding: 10px;
    border-radius: 50px;
    max-width: 50%;
    margin: 0 auto;
    border: #2bab2b 5px solid;
}

.critical-box {
    border: 5px #e87e04 solid;
    border-right: transparent 5px solid;
    border-radius: 25px;
    min-height: 350px;
}

.critical-heading {
    padding: 10px;
    border-radius: 50px;
    max-width: 50%;
    margin: 0 auto;
    border: #e87e04 5px solid;
}

.attention-box {
    border: 5px #bb4dc1 solid;
    border-left: transparent 5px solid;
    border-radius: 25px;
    min-height: 350px;
}

.attention-heading {
    padding: 10px;
    border-radius: 50px;
    max-width: 50%;
    margin: 0 auto;
    border: #bb4dc1 5px solid;
}

@media screen and (max-width: 1350px) {
    .gap-left {
        padding-left: 0;
    }
    
    .gap-right {
        padding-right: 0;
    }

    .simulation-img-center {
        margin-top: 30px;
        max-height: 200px;
        margin-bottom: 10px;
    }
    
    .simulation-box {
        min-height: 100%;
        border-right: #089ad9 5px solid;
    }

    .safety-box {
        min-height: 100%;
        border-left: #2bab2b 5px solid;
    }

    .critical-box {
        min-height: 100%;
        border-right: #e87e04 5px solid;
    }

    .attention-box {
        min-height: 100%;
        border-left: #bb4dc1 5px solid;
    }
}

/* IRS & LFI infographic */

.infographic-irs {
    margin-top: 5em;
}

.irs-header-img {
    max-height: 250px;
}

.irs-img {
    max-height: 150px;
    margin-top: 20px;
}

.irs-text-adjust {
    margin-top: 75px;
}

.irs-header-blue {
    border: #089ad9 5px solid;
    border-radius: 25px;
    padding: 10px;
}

.irs-header-purple {
    border: #bb4dc1 5px solid;
    border-radius: 25px;
    padding: 10px;
}

.text-box-blue {
    border: #089ad9 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 270px;
    margin-top: -75px;
}

.text-box-purple {
    border: #bb4dc1 5px solid;
    border-top: transparent 5px solid;
    border-radius: 25px;
    padding: 10px;
    min-height: 270px;
    margin-top: -75px;
}

@media screen and (max-width: 1350px) {
    .text-box-blue {
        height: 100%;
    }

    .text-box-purple {
        height: 100%;
    }
}

/* IMAGE SETUP END */

/* IMAGE CAROUSEL SLIDESHOW */

/* Medical Carousel */

#slideshow-medical { 
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    height: auto;
}
  
#slideshow-medical > div { 
    position: absolute;
}

/* Transport Carousel */

#slideshow-transport { 
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    height: 300px;
}
  
#slideshow-transport > div { 
    position: absolute;
}

/* Warehouse Carousel */

#slideshow-warehouse { 
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    height: 300px;
}
  
#slideshow-warehouse > div { 
    position: absolute;
}

/* Retail Carousel */

#slideshow-retail { 
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    height: 300px;
}
  
#slideshow-retail > div { 
    position: absolute;
}

/* Training VR Carousel */

#slideshow-vr { 
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    height: 300px;
}
  
#slideshow-vr > div { 
    position: absolute;
}

/* Xtended Carousel */

.slideshow-xtended {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}

.xtended-slides {
    display: none;
    max-height: 500px;
    border-radius: 5px;    
}

.image-xtended {
    max-height: 100%;
    width: 100%;
    margin: 0 auto;
    contain: fill;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--sts-white);
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px;
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px;
}

.prev:hover, .next:hover {
    background-color: var(--sts-red);
}

.text {
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: -3em;
    width: 100%;
    text-align: center;
    /* background-color: #222428; */
    margin-top: 100px;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
    user-select: none;
}

.active, .dot:hover {
    background-color: var(--sts-red);
}

#slideshow-xtended { 
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    height: 300px;
    display: block;
    padding-bottom: 8rem;
}
  
#slideshow-xtended > div { 
    position: absolute;
}

/* IMAGE CAROUSEL SLIDESHOW END */

/* SECTION HANDLING */

.section-display {
    float: right;
    width: 120px;
    height: 20px;
    position: sticky;
    padding: 5px;
    margin: 10px 0;
    border-radius: 5px 0 0 5px;
    top: 45px;
    z-index: 50;

    margin-right: -200px;
    transform: translateX(-200px);

    background-color: var(--sts-red);
    color: var(--sts-white);
    font-size: 13px;
    text-align: center;
}

.gap-left {
    padding-left: 20px;
}

.gap-right {
    padding-right: 20px;
}

.gap-top {
    padding-top: 5vh;
}

.section-display-text {
    margin-top: -3px;
}

.mobile-only {
    visibility: hidden;
    display: none;
}

.section {
    text-align: center;
    padding: 20px 20%;

    text-justify: inter-word;
}

.section-infographics {
    padding: 20px 5%;
}

.section-dark {
    background-color: #292929;

    color: var(--sts-white);
}

.start-hidden {
    display: none;
}

.read-more-fade {
    -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    -moz-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    -o-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    -ms-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

.read-more-fade-extra {
    -webkit-mask-image: linear-gradient(to bottom, black 1%, transparent 75%, transparent 100%);
    -moz-mask-image: linear-gradient(to bottom, black 1%, transparent 75%, transparent 100%);
    -o-mask-image: linear-gradient(to bottom, black 1%, transparent 75%, transparent 100%);
    -ms-mask-image: linear-gradient(to bottom, black 1%, transparent 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 1%, transparent 75%, transparent 100%);
}

.read-more-fade-less {
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    -moz-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    -o-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    -ms-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

.read-more-fade-gone {
    -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    -moz-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    -o-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    -ms-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
}

.section-alternating {
    display: flex;
    flex-direction: row;
}

.section-alternating-reverse {
    display: flex;
    flex-direction: row;
}

.image-left {
    margin-left: -10vw;
    padding-right: 30px;
}

.text-right {
    text-align: left;
    margin-right: -10vw;
    max-width: 50vw;
}

.image-right {
    margin-right: -10vw;
    padding-left: 30px;
}

.text-left {
    text-align: left;
    margin-left: -10vw;
    max-width: 50vw;
}

.tab-content {
    display: none;
}

/* SECTION HANDLING END */

/* BUTTON HANDLING SECTION */

.tab-buttons {
    border: none;
    background-color: var(--sts-grey);
    border-radius: 25px;
    padding: 10px;
    width: 10%;
    min-width: 120px;

    color: var(--sts-white);
    font-size: 16px;
    cursor: pointer;
}

.tab-buttons:hover {
    background-color: var(--sts-red);
    transition: 0.5s ease;
}

.tab-buttons.tab-active {
    background-color: var(--sts-red);
}

.extra-info-button {
    border: none;
    background-color: var(--sts-grey);
    border-radius: 25px;
    padding: 5px;
    width: 10%;
    min-width: 120px;

    color: var(--sts-white);
    font-size: 16px;
    cursor: pointer;
}

.extra-info-button:hover {
    background-color: var(--sts-red);
    transition: 0.5s ease;
}

.extra-info-button-bottom {
    background-color: var(--sts-grey);
    border-radius: 20px;
    max-width: 250px;
    min-width: 120px;
    margin: 0 auto;
    padding: 10px;

    color: var(--sts-white);
    font-size: 20px;
    cursor: pointer;
}

.extra-info-button-bottom:hover {
    background-color: var(--sts-red);
    transition: 0.5s ease;
}

.extra-info-button-managers {
    width: 100%;
    padding: 20px;
}

.extra-info-button-popout {
    width: 100%;
    padding: 20px;
}

.extra-info-button-popout:hover {
    background-color: var(--sts-nav-lighter-grey);
}

.extra-info-button-popout:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.button-zoom {
    background: none;
    border: none;

    width: 100%;
    text-decoration: none;
    color: var(--sts-white);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 19px;
}

.button-zoom:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
    cursor: pointer;
}

/* use for any tag on your page */
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

/* box for title text */
[data-title]:after {
    content: attr(data-title);

  	/* position for title view box */
    margin: 0 auto;
  	position: absolute;
  	bottom: -1.2em;  	
    left: 90px;
    z-index: 99999;
    visibility: hidden;

    /* optional */
    white-space: nowrap;

  	/* stilization */
    background-color: var(--sts-red);
    color: var(--sts-white);
    font-size: 14px;
    padding: 1px 5px 2px 5px;
    opacity: 0;
    border: 1px solid var(--sts-red);
    border-radius: 5px;
}

[data-title] {
    position: relative;
}

/* BUTTON HANDLING SECTION END */

/* SPECIAL TEXT HANDLING */

/* Read More Arrow Handling */
.arrow {
    border: solid var(--sts-white);
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* Read More Arrow Handling End */

.quote-text {
    width: 250px;
    padding-top: 25%;
}

.tooltip {
    position: absolute;
    display: none;
    background: var(--sts-grey);
    border: 1px solid;
    color: var(--sts-white);
    border-radius: 5px;
    padding: 5px;
}

.ptext {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.ptext .border {
    background-color: var(--sts-grey);
    color: var(--sts-white);
    padding: 20px;

    border-radius: 5px;
}

.ptext .border.trans {
    background-color: transparent;
}

.sts-red {
    color: var(--sts-white);
}

.sts-red-off {
    color: var(--sts-white);
}

/* SPECIAL TEXT HANDLING END */

/* CONTACT FORM HANDLING START */

.contact-us-form-section {
    min-width: 50%;
    padding-right: 50px;
}

.contact-us-form {
    padding-bottom: 15px;
}

.form-group {
    padding-bottom: 10px;
}

.form-input {
    color: var(--sts-white);
    background: var(--sts-nav-lighter-grey);
    width: 100%;
    margin-right: 25%;
    min-width: 200px;
    font-size: 12pt;

    padding: 10px;
    border: 1px;
    border-radius: 10px;
    border-color: var(--sts-off-white);
}

textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2em;

    resize: none;
}

/* CONTACT FORM HANDLING END */

/* GRID HANDLING */
  
.grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
  
.box-two {
    grid-column: span 1;
}

.grid-two-static {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.box-two-static {
    grid-column: span 1;
}

.grid-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
  
.box-three {
    grid-column: span 1;
  
    padding-left: 30px;
    padding-right: 30px;
}
  
.grid-four {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
  
.box-four {
    grid-column: span 1;
  
    padding-left: 20px;
    padding-right: 20px;
}

.grid-socials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.box-socials {
    grid-column: span 1;

    padding-left: 10px;
    padding-right: 10px;
}

.border-connecter {
    border-radius: 10px;
    padding: 30px;

    background-color: var(--sts-nav-lighter-grey);
    color: var(--sts-white);
}

.border-connecter-light {
    border-radius: 10px;
    padding: 30px;

    background-color: #c0bfc0;
}

.border-connecter-grid {
    gap: 20px;
    background-image: linear-gradient(transparent 40%, var(--sts-nav-lighter-grey) 40%, var(--sts-nav-lighter-grey) 60%, transparent 60%);
    border-radius: 10px;
}
  
/* GRID HANDLING END */

/* IFRAME RESIZING SECTION */

.iframe-size-blocker {
    margin: 0 auto;
  
    padding-top: 20px;
    padding-bottom: 20px;
  
    max-height: 685px;
    max-width: 1000px;
}
  
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio*/
    padding-top: 25px;
    height: 0;
}
  
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.iframe-text-side {
    margin: 0 auto;
    padding-top: 45px;
    padding-left: 20px;
}
  
/* IFRAME RESIZING SECTION END */

/*  MEDIA RESIZING */

@media screen and (max-height: 580px) {
    #showcase p.lead {
      display: none;
    }
}

@media screen and (max-width: 760px) {
    #slideshow-xtended {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1350px) {
    body, html {
        font-size: 16px;
    }

    body {
        width: 100vw;
    }

    .maps-sizing {
        width: 100%;
        height: 300px;
    }

    .pimgwhite {
        background-image: none;
        background-color: #292929;
    }

    .pimgdevider_1, .pimgdevider_2, .pimgdevider_3, .pimgdevider_4, .pimgdevider_5, .pimgdevider_6, .pimgdevider_tactile, .pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6, .pimg7, .pimg8, .pimg9, .pimg10 {
        background-attachment: scroll;
    }

    .quote-text {
        margin-top: -5em;
        width: 100%;
    }
    
    #showcase {
        background-attachment: scroll;
    }

    #slideshow-medical { 
        margin: 0 auto;
        position: relative;
        width: 300px;
        height: 200px;
    }

    #slideshow-transport { 
        margin: 0 auto;
        position: relative;
        width: 300px;
        height: 200px;
    }

    #slideshow-warehouse { 
        margin: 0 auto;
        position: relative;
        width: 300px;
        height: 200px;
    }

    #slideshow-retail { 
        margin: 0 auto;
        position: relative;
        width: 300px;
        height: 200px;
    }

    .tab-buttons {
        margin-top: 5px;
    }

    .fadeIn-container {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px
    }

    .box-two {
        grid-column: span 2;
    }
  
    .box-three {
        grid-column: span 3;
        padding-bottom: 30px;
    }
  
    .box-four {
        grid-column: span 4;
    }

    .box-socials {
        grid-column: span 2;
    }

    .box-four-instructional {
        grid-column: span 4;
    }

    .border-connecter-grid {
        background-image: linear-gradient(90deg, transparent 45%, var(--sts-nav-lighter-grey) 45%, var(--sts-nav-lighter-grey) 55%, transparent 55%);
    }

    .section {
        padding: 20px 10%;
    }

    .section-alternating {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .section-alternating-reverse {
        display: flex;
        flex-direction:column-reverse;
        margin: 0 auto;
    }

    .image-left {
        margin-left: 0;
        margin: 0 auto;
    }
    
    .text-right {
        text-align: center;
        margin: 0 auto;
        max-width: 100vw;
    }
    
    .image-right {
        margin-right: 0;
        margin: 0 auto;
    }
    
    .text-left {
        text-align: center;
        margin: 0 auto;
    }
    
    .vr-scroll-container .vr-scroll-image-container {
        top: 10vh;
    }

    .border {
        display: block;
        max-width: 100%;
        margin: auto;
        margin-top: -7vh;
    }

    .logo-img-footer {
        max-width: 250px;
    }

    .mobile-only {
        visibility: visible;
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .extra-info-button-bottom {
        font-size: 16px;
    }

    .mobile-adjust {
        margin-top: -180px;
    }

    .switch-buttons {
        gap: 5px;
    }

    .tab-buttons {
        padding: 5px;;
        width: 2%;
        min-width: 90px;
    }

    .bottom-buttons-img {
        max-width: 50px;
    }

    .gap-left {
        padding-left: 0;
    }
    
    .gap-right {
        padding-right: 0;
    }
    
    .gap-top {
        padding-top: 0;
    }

    [data-title]:hover:after {
        opacity: 0;
        visibility: none;
    }

    .form-input {
        width: 100%;
        margin-right: 0;
        min-width: 100%;
    }
    
    textarea {
        width: 100%;
        min-width: 100%;
    }
}

/* MEDIA RESIZING END */