.explore_arrow {
  font-size: 36px;
  font-weight: bold;
  margin: auto auto auto 12px;
  vertical-align: sub;
  line-height: 36px;
  display: inline-block;
}

.explore_arrow_down {
  transform: rotate(90deg);
}

.undergraduate h1,
.graduate h1 {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  color: #505050;
  font-size: 48px;
  line-height: 1.6;
  text-align: center;
  margin: 1em 0.5em 0;
  padding: 0 0 0 0;
}

.exploredce {
  color: #505050;
  font-size: 18px;
  line-height: 36px;
  position: absolute;
  bottom: 20px;
}

/* Arrow */
.elsevierArrowAnim {
  width: 100vw;
  height: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 23px;
}

.elsevierArrowAnim .arrow {
  width: 0.5vw;
  height: 0.5vw;
  border: 0.5vw solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent rgba(0, 0, 0, 0.7);
  transform: rotate(135deg);
}


.elsevierArrowAnim .arrowSliding {
  position: absolute;
  -webkit-animation: eslide 4s linear infinite;
  animation: eslide 4s linear infinite;
}

.elsevierArrowAnim .delay1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.elsevierArrowAnim .delay2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.elsevierArrowAnim .delay3 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes eslide {
  0% {
    opacity: 0;
    transform: translateX(15vw);
  }

  20% {
    opacity: 1;
    transform: translateX(9vw);
  }

  80% {
    opacity: 1;
    transform: translateX(-9vw);
  }

  100% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}

@keyframes eslide {
  0% {
    opacity: 0;
    transform: translateX(-15vw);
  }

  20% {
    opacity: 1;
    transform: translateX(0vw);
  }

  40% {
    opacity: 1;
    transform: translateX(0vw);
  }

  80% {
    opacity: 1;
    transform: translateX(10vw);
  }

  100% {
    opacity: 0;
    transform: translateX(15vw);
  }
}


/** Hero section **/

#hero {
  text-align: center;
  padding-bottom: 1em;
  max-width: 1440px;
  margin: auto;
}

.patient_exams_heading_container .heading {
  top: 0;
}

#hero intro {
  display: block;
  font-family: "NexusSansCompPro", Arial, sans-serif;
  ;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin: 0 16% 0 16%;
  color: #505050;
  padding: 1em 0 0;
}

#hero button,
#hero a {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  ;
  display: inline-block;
  border: 2px solid #007398;
  padding: 8px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  cursor: pointer;
  background-color: #007398;
  margin: 3em 1em;
}

#hero button:hover #hero a:hover {
  background: #fff;
  color: #007398;
}

/** Therapeutic Communication Section **/

#thcomm {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  background-color: #CDE4FE;
  overflow: hidden;
  position: relative;
  display: flex;
}

#thcomm>section {
  background-color: #fff;
  padding: 0 0 0 0;
  width: 5%;
  position: relative;
  height: 100vh;
  max-height: 100vh;
  text-align: center;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thcomm>section.active {
  padding: 0 12%;
  width: 75%;
  height: 100vh;
}

#thcomm .tab_title {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  color: #505050;
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  width: 5%;
  height: 100vh;
  visibility: visible;
  left: 18px;
}

#thcomm section>h2 {
  margin: -25px;
  padding: 12px;
  left: 0;
}

#thcomm>section>h2:hover,
#thcomm>section>h3:hover {
  color: #FF6C00;
}

#thcomm section:nth-child(2n) {
  background-color: #F2F7FC;
}

#thcomm section:nth-child(3n) {
  background-color: #E9F2FD;
}

#thcomm section:nth-child(4n) {
  background-color: #DFEDFD;
}

#thcomm section:nth-child(5n) {
  background-color: #D6E8FE;
}

#thcomm section:nth-child(6n) {
  background-color: #CDE4FE;
}

#thcomm section.inactive:hover {
  /*filter: drop-shadow(-7px 0 4px rgba(0,0,0,0.2));*/
  cursor: pointer;
  box-shadow: inset -9px 0px 9px rgba(0, 0, 0, 0.2);
}

.core_features_text {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.6;
  color: #FF6C00;
  text-align: center;
  text-transform: uppercase;
}

#thcomm .heading {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  color: #505050;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin: 0.5em 0 0.5em 0;
}

#thcomm .heading.core_features {
  margin: 0 0 0.5em 0;
}

#thcomm>section>img {
  width: 150px;
}

#thcomm .content {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 0 0;
  color: #505050;
  padding: 0.5em 0 0.5em 0;
}

#thcomm>section>* {
  visibility: hidden
}

#thcomm>section.active>* {
  visibility: visible;
}


#imagebreak {
  height: 55vh;
  background: url(https://shadowhealtstg.staging.wpengine.com/wp-content/uploads/2021/07/Image-2-1.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#imagebreak.undergradimg {
  background: url(https://shadowhealtstg.staging.wpengine.com/wp-content/uploads/2021/07/Image-1-2.png) no-repeat;
  background-size: cover;
  background-position: center;
}


/** Core Features Section **/

#dce {
  background-color: #fff;
  padding: 0 10px 100px 10px;
  width: 100%;
  position: relative;
  overflow: visible;
  max-width: 1440px;
  margin: auto;
}

#dce h2 {
  font-family: "NexusSansCompPro", Arial, sans-serif;
  color: #505050;
  text-align: center;
  font-size: 38px;
  line-height: 1.6;
  margin: 50px 0 0px 0;
  display: block;
}

#dce .container {
  padding: 0 5% 0 5%;
  align-items: center;
}

#dce .py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#dce .small-pt-first-row:first-child {
  padding-top: 39px;
}

@media screen and (min-width: 37.5em) {

  #dce .medium-pt-first-row:first-child,
  #dce .medium-pt-first-row:nth-child(2),
  #dce .medium-pt-first-row:nth-child(3) {
    padding-top: 47px;
  }
}

#dce .mt10:nth-child(1),
#dce .mt10:nth-child(2),
#dce .mt10:nth-child(3) {
  margin-top: 0;
}

#dce img {
  width: 70px;
  height: auto;
}

#dce .demo-link {
  align-self: center;
  flex-grow: 2;
  margin-top: 20px;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.activity h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .dce_description {
    width: 90%;
    margin: 20px auto 50px;
  }

  #thcomm>section>img {
    width: 100px;
  }

  #thcomm .heading {
    margin: 0.4em 0;
  }

  #thcomm>section>p {
    font-family: "NexusSansCompPro", Arial, sans-serif;
    padding: 0.4em 0;
  }

  .exploredce {
    display: none;
  }

  .elsevierArrowAnim {
    display: none;
  }

  #thcomm .tab_title {
    display: none;
  }

  section div {
    width: 100%;
  }

  #patient-exams {
    padding-bottom: 0;
  }

  #patient-exams section div {
    width: 100%;
    max-width: 100%;
  }

  #patient-exams quote {
    max-width: 100%;
  }

  #patient-exams .px {
    margin: 15px 70px 40px 15px;
  }

  #patient-exams .med {
    margin: 15px 15px 40px 70px;
  }

  #patient-exams #tasks {
    width: 100%;
    max-width: 100%;
  }

  #patient-exams section img {
    position: relative;
    margin: 0 0 0 0;
    max-height: 30vh;
    left: 50%;
  }

  #thcomm {
    display: grid;
    grid-template-columns: repeat(6, 100%);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }


  #thcomm section.active,
  #thcomm section {
    width: 100%;
    height: auto;
    overflow: auto;
    float: left;
    padding: 0 30px 30px 30px;
    min-height: 100vh;
    vertical-align: middle;
  }

  #thcomm>section>* {
    visibility: visible;
  }

  #thcomm>section.active>* {
    visibility: visible;
  }

  #thcomm section .scroll-indicator #arrowfirst {
    color: #fff;
  }

  #thcomm section:nth-child(2n) .scroll-indicator #arrowfirst {
    color: #737373;
  }

  #thcomm section:nth-child(3n) .scroll-indicator #arrowfirst {
    color: #737373;
  }

  #thcomm section:nth-child(4n) .scroll-indicator #arrowfirst {
    color: #737373;
  }

  #thcomm section:nth-child(5n) .scroll-indicator #arrowfirst {
    color: #737373;
  }

  #thcomm section:nth-child(6n) .scroll-indicator #arrowfirst {
    color: #737373;
  }

  #thcomm section:nth-child(6n) .scroll-indicator #arrowlast {
    color: #CDE4FE;
  }

  #imagebreak {
    height: 50vh;
  }
}