#home .spec-header h3 {
  width: 80%;
}

/* Form Container */

#mailto-form .form-container {
  display: flex;
  flex-wrap: nowrap;
}
#mailto-form .form-container .form-element{
  margin-right: 20px;
}
#mailto-form .form-container .form-element:last-of-type{
  margin-right: 0;
}

/* DESCRIPTION */

/* -------bq------- */

#description {
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#description .text-container {
  text-align: left;
  position: relative;
  min-height: 500px;
  flex-basis: calc(50% - 3rem);
  order: 2;
  margin-left: 3rem;
}
#description .text-container p {
  color: #555555;
  font-weight: 200;
  padding: 0;
}
#description .text-container .icon-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin: 1rem 0;
}
.text-container .icon-container img {
  flex-basis: auto;
  height: 50%;
  margin-right: 2rem;
}
#description .text-container h1 {
  margin: 0 0 2rem 0;
}
#description .img-aside {
  position: absolute;
  left: -400px;
  z-index: 0; /* Make links clickable */
  animation: float 2.5s ease-in-out 3s infinite alternate;
  -webkit-animation: float 2.5s ease-in-out 3s infinite alternate;
  -moz-animation: float 2.5s ease-in-out 3s infinite alternate;
}
#description .img-aside.equipment {
  left: -200px;
}
#description .img-aside img {
  height: auto;
  max-width: 1200px;
}
#description .link-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  z-index: 50;
}
#description .link-container a {
  font-size: 1rem;
  flex-basis: 20%;
  font-weight: 200;
}
/* -------equipment------- */

#description .text-container .progress-container {
  width: 500px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 150px;
}
#description .text-container .progress-container p {
  width: 100%;
}
#description .text-container .progress-container h3 {
  color: #808080;
  font-size: 1.3rem;
  margin: 10px 0;
  letter-spacing: 0.05rem;
}
#description .text-container .progress-container h3:first-of-type {
  margin-top: 40px;
}

#description .text-container .progress-container h3 {
  width: 100%;
}

#description .text-container .progress-container #progress {
  height: 12px;
  border-radius: 20px;
  background: linear-gradient(to left, #23abbc, #2391bc);
}
#progress {
  transition: 1s all ease-in-out;
}
#description .text-container .progress-container #progress.none {
  width: 1% !important;
  opacity: 0;
}
#progress.ninetythree {
  width: 93%;
}
#progress.seventyfive {
  width: 75%;
}

@media (max-width: 1300px) {
  #description .img-aside {
    position: static;
    order: 1;
    flex-basis: 100%;
    z-index: 0;
  }
  #description {
    flex-wrap: wrap;
    justify-content: center;
  }
  #description .text-container {
    flex-basis: 100%;
    min-height: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
  }
  #description .text-container p {
    padding: 0;
  }
  #description .img-aside img {
    max-width: 900px;
  }
  #description .text-container h1 {
    margin: 0 0 2rem 0;
  }
  #description .link-container a {
    flex-basis: 33%;
  }
  #description .text-container .progress-container {
    margin-top: 50px;
    width: auto;
  }
  
}

/* -------wards------- */

#description .text-container .aside-item {
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 30%; */
}
#description .text-container .aside-item.custom-element {
  margin-top: 5rem;
}
#description .text-container .aside-item .aside-item__title,
#description .text-container .aside-item .aside-item__subtitle {
  padding: 0;
  /* text-align: center; */
}
#description .text-container .aside-item .aside-item__title {
  font-size: 4rem;
  font-weight: 600;
  color: #6bb1c2;
}
#description .text-container .aside-item .aside-item__subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8c8c8c;
}
@media (max-width: 1300px) {
  #description .text-container .aside-item {
    position: static;
    display: inline-block;
  }
}
/* -------EMR------- */
#description .text-container .aside-text p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6bb1c2;
  margin: 2rem 0;
}
#description .text-container .aside-text ul li {
  position: relative;
  width: 60%;
  font-weight: 300;
  font-size: 0.8rem;
  margin-bottom: 2rem;
  color: #555555;
}
#description .text-container .aside-text ul span {
  position: relative;
  left: 2em;
}
#description .text-container .aside-text ul li::before {
  background-image: url("../images/bullet_spheras.svg");
  content: "";
  height: 0.5em;
  width: 1em;
  margin-right: -1em;
  display: inline-block;
  background-repeat: no-repeat;
}

/* SS FEATURES */

#features {
  min-height: 100vh;
}
#features .grid-container {
  margin: 0 auto;
  background-color: transparent;
  width: 100%;
  grid-template-columns: repeat(3, 20vw);
  justify-content: center;
  z-index: 5;
}

#features .grid-container #ss-features {
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  height: 20vw;
  width: 20vw;
  border-radius: 50%;
  background: #faffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 30px 1px #3030302c;
  z-index: 5;
}
#features .grid-container #ss-features:nth-of-type(1) {
  transition: 1s opacity, 0.7s transform cubic-bezier(0.85, 0, 0.18, 0.96);
}
#features .grid-container #ss-features:nth-of-type(2) {
  transition: 1s opacity 0.2s,
    0.7s transform cubic-bezier(0.85, 0, 0.18, 0.96) 0.2s;
}
#features .grid-container #ss-features:nth-of-type(3) {
  transition: 1s opacity 0.4s,
    0.7s transform cubic-bezier(0.85, 0, 0.18, 0.96) 0.4s;
}
#features .grid-container #ss-features:nth-of-type(4) {
  transition: 1s opacity 0.6s,
    0.7s transform cubic-bezier(0.85, 0, 0.18, 0.96) 0.6s;
}
#features .grid-container #ss-features:nth-of-type(5) {
  transition: 1s opacity 0.8s,
    0.7s transform cubic-bezier(0.85, 0, 0.18, 0.96) 0.8s;
}
#features .grid-container #ss-features:nth-of-type(6) {
  transition: 1s opacity 1s, 0.7s transform cubic-bezier(0.85, 0, 0.18, 0.96) 1s;
}
#features .grid-container #ss-features.is-shown {
  transform: scale(1);
  opacity: 1;
}
#ss-features .ss-ring-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#features .grid-container #ss-features h4 {
  background: -webkit-linear-gradient(#23abbc, #2391bc);
  color: #075879;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 2vw;
  padding: 20px;
}
#features-banner {
  top: -2vw;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#features-banner .banner-content {
  position: absolute;
}
#features-banner p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  /* font-size:3vw; */
}
#features-banner p:first-of-type {
  font-size: 3.5rem;
}
#features-banner a {
  color: #ffffff;
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 300;
  cursor: pointer;
  display: block;
}
#features-banner img {
  width: 100%;
  height: auto;
}

/* MOREINFO */

#mailto-form {
  width: 100%;
}
#moreinfo,
#mailto-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


/* Responsive */

section#description,
section#moreinfo {
  padding: 0 15%;
  max-width: 1200px;
}

section#description,
section#features,
section#moreinfo {
  margin: 4rem 0 0 0;
  position: relative;
}

@media(min-width:1200px) {
  section#description,
  section#moreinfo {
    width: 70%;
    padding: 0;
  }
}

section#moreinfo {
  margin-bottom: 4rem;
}
@media(max-width: 900px) {
  #home .spec-header h3 {
    width: 100%;
  }
}

@media(max-width:768px) {
  section#description,
  section#moreinfo {
    padding: 0 3em;
  } 
  #features .grid-container {
    grid-template-columns: repeat(1, 100vw);
  }
  #features .grid-container #ss-features {
    height: 60vw;
    width: 60vw;
  }
  #features-banner  .banner-content p{
    font-size: 1.5rem;
  }
  #features-banner img {
    min-width: 800px;
  }
  #features .grid-container #ss-features h4 {
    font-size: 2rem;
  }
}


#features,
#moreinfo,
.hpm-container,
.section-content {
  font-size: 9px;
}
.section-content {
  margin: 0 4rem;
}
.content-item-img {
  min-width: auto;
}
.content-item-widget span.speakers-item:first-of-type {
  font-size: 18px;
}
.content-item-widget span.speakers-item {
  font-size: 15px;
}
.content-item-widget span.speakers-item strong {
  font-size: 18px;
}

@media (max-width: 920px) {
  .hpm-container {
    width: 100%;
    margin: 0 4rem;
  }
  #hpm-platform {
    justify-content: center;
  }
  #hpm-platform .hpm-img {
    width: 80%;
  }
  #mailto-form {
    width: 100%;
  }
  #mailto-form .form-container {
    width: 80%;
  }
}

@media (max-width: 768px) {
#home .home-header-landing {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#home .home-header-landing h1{
  font-size: 1rem;
}
#home .home-header-landing h2{
  font-size: 2rem;
}
#content-item.lightning-session .section-content {
  margin: 0 4rem;
}
#content-item.lightning-session .content-item-widget {
  margin: 1rem 4rem;
}
#content-item.live-demo {
  flex-wrap: wrap;
  justify-content: center;
}
.hpm-container,
#content-item.lightning-session .section-content,
#content-item.lightning-session .content-item-widget,
#content-item.live-demo .section-content {
  width: 100%;
}
.content-item-img {
  position: relative;
  width: 100%;
  min-width: auto;
  margin-bottom: 2rem;
}
#hpm-platform .hpm-img {
  margin-bottom: 1rem;
}
#features,
#moreinfo {
  padding: 0;
  margin-left: 1.2em;
  margin-right: 1.2em;
}
#features .features-container #landing-features:nth-of-type(3) {
  margin: 2rem 10rem;
}
#mailto-form .form-container {
  flex-wrap: wrap;
  width: 80%;
}
#mailto-form .form-container > .form-element {
  width: 100%;
  margin: 0 0 1rem 0;
}

#footer-widget{
  position: static;
}
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
.clip-circle {
  clip-path: ellipse(130% 78% at center 200px);
  -webkit-clip-path: ellipse(130% 70% at center 20%);
}
#header.flex-container{
  margin-top: 10vh;
}
#header #logo-header{
  min-width: 200px;
}
#home .home-header-landing{
  height: auto !important;
  margin-top: 10vh;
}
#home .home-header-landing > img{
  min-width: 130px;
}
#home .home-header-landing h1,
#home .home-header-landing h2,
#home .home-header-landing .button_container{
  margin: 0;
}
#button-scroll.animated{
  animation: none;
  margin: 2vh 0;
}
#home .home-header-landing > img{
  width: auto;
  min-width: auto;
  height: 15vh;
  margin: 2vh 0;
}
.home-header.home-header-landing .button_container .button_container__text .button_container__text__container{
  margin:0;
  width: 150px;
}
.home-header.home-header-landing .button_container .button_container__text .button_container__text__container span{
  font-size:1rem;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
#home .home-header-landing {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#home .home-header-landing h1{
  font-size: 2rem;
}
#home .home-header-landing h2{
  font-size: 4rem;
}
button#button-scroll {
  font-size:1.5rem;
}
.home-header.home-header-landing .button_container .button_container__text .button_container__text__container{
  width: 250px;
  margin: 2.5rem 0 0 0;
}
.home-header.home-header-landing .button_container .button_container__text .button_container__text__container span{
  font-size: 1.5rem;
}
}

@media (max-width: 500px) {
#home .home-header-landing {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#home .home-header-landing h1{
  font-size: 1rem;
}
#home .home-header-landing h2{
  font-size: 2rem;
}
#features,
#moreinfo,
.hpm-container,
#content-item.lightning-session .section-content,
#content-item.lightning-session .content-item-widget,
.section-content {
  font-size: 8px;
  margin: 0 1.2em;
}
#features,
#moreinfo {
  margin-top: 100px;
}
#moreinfo h1 {
  margin-bottom: 2rem;
}
.mailto-checkbox {
  width: 100%;
  justify-content: flex-start;
  margin: 0 1.2em;
  margin-top: 1rem;
}
#mailto-form * {
  margin-left: 0 !important;
}
#mailto-form > p {
  text-align: left;
  margin: 0;
}
#mailto-form .form-container {
  flex-wrap: wrap;
  width: 100%;
  margin: 0 1.2em;
  margin-top: 1rem;
}
#ms-checkbox {
  width: 20px;
  height: 20px;
}
#statements {
  width: 85%;
  margin: 0 auto;
}
#hpm-platform .hpm-img {
  width: 100%;
  margin: 0 1.2em 1.2em 1.2em;
}
#content-item.lightning-session button#button-scroll {
  margin: 1rem 9.6px;
}
#features .features-container #landing-features:nth-of-type(3) {
  margin: 2rem 1rem;
}
}