:root {
  --violet-color: rgb(118, 0, 237);
  --cerulean-color: rgb(14, 165, 233);
  --tangerine-color: rgb(249, 115, 22);
  --emerald-color: rgb(34, 197, 94);
  --crimson-color: rgb(239, 68, 68);
  --ebony-color: rgb(31, 41, 55);
}

.body {
  width: 100%;
  height: 100vh;
}

.section {
  border: none;
  padding-top: 1rem;
}

#canvasBG,
#canvasGrey,
#canvasThree,
#canvasFour {
  position: absolute;
}

.columns {
  margin-bottom: 0px;
}

.columns:not(:last-child) {
  margin-bottom: 0px;
}

.uppercase-text {
  text-transform: uppercase;
}

#website-top-image {
  width: 400px;
  height: auto;
  padding-left: 20px;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-style: normal;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}


.font-color-light {
  color: rgb(135, 147, 164);
}

.font-color-white {
  color: white;
}

#book-button {
  background-color: var(--emerald-color);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.strong-text {
  color: var(--emerald-color);
  -webkit-text-fill-color: var(--emerald-color);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5)
}

.strong-text-experience {
  color: var(--violet-color);
  font-weight: 600;
}

.light-text {
  font-weight: 100;
}

.simtree-header {
  font-size: 4.5em;
  font-weight: 500;
  font-style: normal;
  padding: 0px 0px 20px 0px;
  color: var(--ebony-color);
}

.navbar {
  height: 75px;

  .navbar-brand a {
    font-weight: bold;
    text-transform: uppercase;
  }

  &.is-transparent {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    box-shadow: none;
  }

  &.has-centered-menu .navbar-start {
    flex-grow: 1;
    justify-content: center;
  }

  .navbar-item.is-mega {
    position: static;

    img {
      max-height: none;
    }
  }
}


.navbar-item.has-dropdown.animated {
  .navbar-dropdown {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 50px;
  }

  &:hover {
    .navbar-dropdown {
      opacity: 1;
      margin-top: 0px;
      pointer-events: all;
    }
  }
}


.navbar-dropdown a.navbar-item {
  padding-right: 1rem;
}

#nav-products-first-column {
  margin: 1rem 2rem;

}

.navbar-item-subheader {
  font-size: 1rem;
  padding: .125rem 1rem;
  color: grey;

}

.nav-column {
  margin: 1rem 2rem;
}

.nav-column-last {
  padding-right: 2rem;
  margin-right: 2rem;

}

.navbar:hover {
  background-color: rgba(255, 255, 255, 1);

}

.navbar-dropdown {
  height: 300px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.navbar-dropdown {
  font-size: 1.5rem;
}

.navbar-dropdown-header {
  font-size: 1.75rem;

}

.navbar-dropdown-subheader {
  font-size: 1.25rem;
  color: grey;
}

.navbar-item {
  color: var(--ebony-color);
}

.navbar-link {
  color: var(--ebony-color);
}

.slideshow-div {
  position: relative;
  padding: 12px;
}

#arrow-back-div {
  position: absolute;
  left: -15px;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0);
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: left ease-in-out 0.25s;

}

#arrow-forward-div {
  position: absolute;
  right: -15px;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0);
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: right ease-in-out 0.25s;
}

#arrow-forward-div:hover {
  right: -30px;
}

#arrow-back-div:hover {
  left: -30px;
}

.main-menu {
  display: flex;
  justify-content: center;
}

.tree-menu-logo {
  display: inline-block;
  fill: var(--violet-color);
  stroke: var(--violet-color);
}

.tree-menu-text {
  fill: var(--ebony-color);
  stroke: white;
  paint-order: stroke;
  stroke-opacity: 1;
  font-weight: 400;
}

.treeNode {
  fill: #FFF;
  fill-opacity: 0;
  -webkit-transition: stroke-width .5s ease-in-out;
  -moz-transition: stroke-width .5s ease-in-out;
  -ms-transition: stroke-width .5s ease-in-out;
  -o-transition: stroke-width .5s ease-in-out;
  transition: stroke-width .5s ease-in-out;
}

.treeNode-under {
  fill: #FFF;
  fill-opacity: 1;
}

#hover-description {
  height: 300px;
  font-size: 1.75rem;
  padding-left: 20px;

  color: var(--ebony-color);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}


.light-color-field {
  color: var(--ebony-color);
  padding: 40px 0px;
  margin-top: 80px;
  margin-bottom: 40px;
  background-color: rgb(255, 255, 255, 0);
}


.year-experience-field {
  text-align: center;
}

.video-title {
  color: var(--ebony-color);
  font-size: x-large;
}

.youtube-video{
  width: 520px;
  height: 400px;
}

.pico-video{
  width: 720px;
  height: 380px;
}

.youtube-links {
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.youtube-links a {
  color: rgb(135, 147, 164);
}

.youtube-links a:hover {
  color: var(--crimson-color)
}

.youtube-icon {
  padding-right: 12px;
  width: 60px;
  height: auto;
}

.long-text-field h2 {
  margin: 60px 4% 0px 4%;
  padding: 20px;
  padding-left: 40px;
}

.long-text-field p {
  margin: 0px 8%;
  font-size: x-large;
  font-weight: 100;
}

.learn-more-simulation-div{
  color: var(--ebony-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-more-simulation{
  font-size: 2rem;
  align-self: center;
  text-align: center;
}

#sim-button{

  background-color: var(--cerulean-color);
  border-radius: 20px;
  text-align: center;
  padding: 6px;
  margin-top: 6px;
}

#sim-button a{
  transition: all 0.375s ease-in-out;
  color: #fff;
}

#sim-button a:hover{
  color: var(--violet-color);
}


.feature-section {
  padding: 64px;
}

.feature-columns {
  padding: 80px 60px 0px 60px;
}

.feature-card {
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 0px;
  margin: 12px 0px;
}

.feature-card-text {
  text-align: center;
  font-size: x-large;
  font-weight: 100;
  padding: 4px;
  color: rgba(31, 41, 55, 1);
}

.feature-card-text h3 {
  text-align: center;
  font-size: xx-large;
  font-weight: 100;
  padding: 4px;
  color: rgba(31, 41, 55, 1);
}

.feature-card img {
  width: 75%;
  padding: 4px;
  margin-top: 12px;
  border-radius: 12px;
  height: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#first-feature-card {
  padding-top: 20px;
}

#first-feature-card2 {
  padding-top: 220px;
}

.paragraph-padding {
  padding: 100px 60px;
}

.simtree-header2 {
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  margin-top: 22px;
  color: var(--ebony-color);
  font-size: 2.5em;
}

#employee-app-image {
  transform: rotate(6deg);
}


#interswitch-logo{
  width: 80%;
  display: block;
  margin: auto;
}

#ambs-logo{
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 400px;
  left: 20px;
}

#ambs-headshot{
  border-radius: 50%;
  width: 35%;
  height: auto;
  position: absolute;
  bottom: 320px;
  right: 50px;
}

#nationwide-logo{
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 500px;
  left: 20px;
}

#nationwide-headshot{
  border-radius: 50%;
  width: 35%;
  height: auto;
  position: absolute;
  bottom: 420px;
  right: 50px;
}

#nationwide-testimonial-div{
  padding-top: 16em;
}

.customer-quote-highlight{
  color: var(--violet-color);
}

.customer-testimonials {
  position: relative; 
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  padding: 2em;
  padding-top: 6em;
}


.customer-quote-container{
  padding: 3rem;
  margin: auto;
  max-width: 720px;
  background-color: #c6dff2;
}
.customer-quote-margin-top{
  margin-top: 300px !important;
}
.customer-quote-small-margin-top{
  margin-top: 200px !important;
}
.customer-quote {
  font-style: italic;
  color: var(--ebony-color);
}

.testimonial-name{
  padding-top: 12px;
  text-align: right;
}

.mid-order {
  order: 2;
}

.left-order {
  order: 1;
}

.right-order {
  order: 3;
}

.indented {
  margin: 10px 60px 10px 40px;
}

.doc-link {
  margin-top: 10px;
  color: var(--ebony-color);
  font-size: 22px;
  border-bottom: 1px dotted var(--ebony-color);
}

.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: var(--ebony-color);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-weight: 400;
  /*Fade tooltip*/
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -40px;
}

.tooltip-download {
  background-color: var(--violet-color);
  border: none;
  border-radius: 5px;
  color: white;
  padding: 6px 18px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.tooltip-download:hover,
.tooltip-download:focus {
  background-color: #5830a3;
  color: #ffffff;
}

.tooltip-download:active {
  background: var(--ebony-color);
  color: rgb(255, 255, 255, .7);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.document-subheader {
  font-size: 2rem;
}

.cookie-list {
  padding: 10px;
}

.get-started-field {
  margin: 48px 0px;
  padding: 36px;
}

.pico-get-started-padding{
  padding: 32px 64px 0px 64px;
  text-align: center;

}

#pris-och-niva-header, .pris-och-niva-subheader{
  color: var(--violet-color);
}

#pris-och-niva-header{
  padding-top: 20px;
}

.pico-pris-och-niva-description{
  font-size: large;
  padding-bottom: 12px;
}

.get-started-field p {
  color: var(--ebony-color);
  text-align: center;
}

.get-started-header {
  text-align: center;
  font-size: xx-large;
  padding-bottom: 24px;
}

.get-started-sub-header {
  font-size: x-large;
  padding-bottom: 2px;
}

.get-started-list li {
  font-size: large;
  padding: 8px;
}

.document-main {
  margin: 40px 0px;
}

.doc-header {
  color: var(--ebony-color);
  -webkit-text-fill-color: var(--ebony-color);
}

.policy-header {
  padding-top: 24px;
  padding-bottom: 8px;
}




.book-demo-areas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 296px;
  padding: 15px;
  border-radius: 20px;
  background-color: var(--cerulean-color);
  transition: all 0.5s;
}

.book-demo-areas-pico {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  padding: 15px;
  border-radius: 20px;
  background-color: var(--cerulean-color);
  transition: all 0.5s;
}

#book-demo-area-last{
  background-color: var(--tangerine-color);
}

.book-demo-areas>p,
.book-demo-areas>a{
  font-weight: 500;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: x-large;
  transition: all 0.25s;

}

.book-demo-areas-pico>p,
.book-demo-areas-pico>a {
  font-weight: 500;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: large;
  transition: all 0.25s;

}

.book-demo-areas>a:hover,
.book-demo-areas-pico>a:hover {
  color: var(--violet-color);
}

.form-title{
  font-size: 2rem;
  padding-top: 2em;
  padding-bottom: 4em;
}

.form-icon{
  max-width:400px;
}
.form-icon-2{
  max-width:400px;
  display: none;
}

.contact-form{
  font-size: 1.25rem;
}

.input-text-styling{
  background-color: #fff;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid ;
  border-radius: 4px;
  border-color: #eeeeee;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
}

#msg{
  height: 6.75em;
}


.input:invalid {
  border-color: #f14668;
}

.confirmation-icon{
  max-width: 300px;
  height: auto;
  display: block;
  margin: auto;
}

.confirmation-text{
  padding: 40px;
  padding-bottom: 20px;
}

.confirmation-link{
  padding: 40px;
  padding-top: 200px;
  text-align: center;
}

.confirmation-link > a,
.confirmation-text > a{
  color: var(--violet-color);
  transition: color 0.25s ease-in-out;
}
.confirmation-link > a:hover,
.confirmation-text > a:hover{
  color: var(--cerulean-color);
}


.footer {
  height: 300px;
  background-color: var(--ebony-color);
  margin-top: 80px;
}

.footer h3 {
  color: white;
  font-size: large;
  margin-bottom: 20px;
}

.footer p {
  margin-bottom: 0px !important;
  margin: 4px;
  color: white;
}

.footer a {
  color: var(--emerald-color)
}

.year-experience-field, .youtube-links, .feature-card, .versatile-app{
  animation: CSSscrollReveal ease-in-out both;
  animation-timeline: view();
  animation-range: entry 5% cover 30%; /*start and end of animation on timeline*/
}

@keyframes CSSscrollReveal {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1472px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }

}


@media screen and (max-width: 1087px) {

#book-button{
  display: none;
}

#login-button{
  font-size: large;
  position: absolute;
  right: 12px;
}

#login-button-pico{
  font-size: x-large;
  position: absolute;
  right: 32px;
  top: -100px;
}

.navbar:hover {
  background-color: rgba(255, 255, 255, 0);

}
.navbar-end{
  padding-top: 60px;
}
.login-chevron {
  display: none;
}

.simtree-header {
  font-size: 3em;
  font-weight: 500;
  font-style: normal;
  padding: 0px 20px 20px 20px;
  margin-top: 4px;
}


#hover-description {
  font-size: 160%;
}

.to-hide-on-mobile {
  display: none;
}

#book-demo-area {
  top: 2%;
}


#easy-overview-text,
#simulation-text {
  padding-top: 12px;
  font-size: 1.25em;
}

.learn-more-simulation{
  font-size: 1.75rem;
  text-align: center;
}

.light-color-field {
  margin-top: 40px;
}

.light-color-field h2 {
  padding-top: 40px;
}



#app-header {
  padding-top: 60px;
  padding-bottom: 20px;
}

.get-started-list li {
  text-align: center;
}

.get-started-header {
  padding-top: 80px;
}

.footer {
  font-size: large;
}

.footer>div>div>h3 {
  font-size: x-large;
}

.footer>div>.column {
  padding: 1rem 2.5rem;
}

.document-subheader {
  font-size: 2rem;
}

.get-started-header{
  padding-top: 100px;
}

.to-hide-on-normal{
  display: none;
}

.form-title{
  font-size: 1.75rem;
}


}

@media screen and (max-width: 768px),
print {
.section{
  padding-top: 0px;
}

  .navbar-dropdown-header, .navbar-item-header, .dropdow-item, .navbar-item, .navbar-dropdown-subheader{
    font-size: large;
    padding: 0px 4px;
  }

  .simtree-header {
    font-size: 2.5em;
    margin-top: 4px;
    font-weight: 500;
    font-style: normal;
    padding: 0px 20px;
  }

  .footer {
    height: 533px;
  }

  #hover-description {
    font-size: 1.375rem;
    padding: 0px 0px 12px 6px;
    height: 220px;
  }

  #website-top-image {
    width: 300px;
    padding-left: 0px;
  }

  .tree-menu-logo {
    margin-top: 2vh;
  }


  #arrow-back-div, #arrow-forward-div{
    margin: 4px;
  }

  .youtube-video, .pico-video{
    width: 420px;
    height: 220px;
  }

  #ambs-logo{
    width: 53%;
    bottom: 380px;
    left: 2px;
  }

  #ambs-headshot{
    width: 40%;
    bottom: 346px;
    right: 6px;
  }

  #nationwide-logo{
    width: 53%;
    bottom: 660px;
    left: 8px;
  }

  #nationwide-headshot{
    width: 40%;
    bottom: 620px;
    right: 20px;
  }

  .customer-testimonials {
    width: 480px;
    padding: 0em;
    padding-top: 10em;
  }

  .customer-testimonials h2{
    padding-left: 4px;
    padding-right: 4px;
  }

  .customer-quote-margin-top{
    margin-top: 180px !important;
    padding: 2rem;    
  }
  .customer-quote-small-margin-top{
    margin-top: 100px !important;
    padding: 1rem;    
  }

  .learn-more-simulation{
  font-size: 1.375rem;
  margin-top: 36px;
}


  .is-size-3 {
    font-size: 1.5rem !important;
  }

  .long-text-field p {
    margin: 0%;
    margin-top: -18px;
    font-size: large;
    font-weight: 100;
  }


  #first-feature-card2 {
    padding-top: 12px;
  }

  .feature-section {
    padding: 36px 20px;
  }


  .get-started-header {
    padding-top: 0px;
  }

  #employee-app-image {
    display: block;
    margin: auto;
    max-height: 600px;
  }

  .paragraph-padding {
    padding: 100px 20px;
  }



  .to-hide-on-smallest {
    display: none;
  }

  .feature-columns {
    padding: 0px;
  }

  .form-icon{
    display: none;
  }
  .form-icon-2{
    display: block;
    margin: auto;
    width: 75%;
  }
  .extra-padding-small{
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .confirmation-link{
  padding-top: 80px;
}


}

@media screen and (max-width: 480px),
print {

  .top-hover-columns>.column {
    padding: 0.75rem 0.125rem;
  }

  .section {
    padding-top: 4px;
  }

  .simtree-header {
    padding: 0px;
    font-size: 2.125rem;
    font-weight: 500;
    font-style: normal;
  }
  #login-button-pico{
    font-size: large;
    position: absolute;
    left: 32px;
    top: -40px;
  }

  #login-button{
    font-size: large;

  }

  #website-top-image {
    width: 160px;
    padding-right: 12px;
  }

  #hover-description {
    font-size: 1.175rem;
    margin-bottom: 32px;
    height: 220px;
    padding: 12px 24px;
  }

  .book-demo-areas {
    width: 296px;
  }
  .book-demo-areas-pico {
    width: 280px;
  }

  .book-demo-areas-pico>p,
  .book-demo-areas-pico>a {
    font-weight: 500;
    font-size: large !important;
  }

  #ambs-logo{
    width: 58%;
    bottom: 590px;
    left: 2px;
    z-index: 1;
    filter: drop-shadow(1px 1px 1px white) drop-shadow(1px -1px 1px white)
    drop-shadow(-1px 1px 1px white) drop-shadow(-1px -1px 1px white);
  }

  #ambs-headshot{
    width: 54%;
    bottom: 560px;
    right: 2px;
  }

  #nationwide-logo{
    width: 60%;
    top: 180px;
    left: 2px;
    z-index: 1;
    filter: drop-shadow(1px 1px 1px white) drop-shadow(1px -1px 1px white)
    drop-shadow(-1px 1px 1px white) drop-shadow(-1px -1px 1px white);
  }

  #nationwide-headshot{
    width: 45%;
    top: 120px;
    right: 8px;
  }

  .customer-testimonials {
    width: 312px;
    padding: 0em;
    padding-top: 12em;
  }

  .customer-testimonials h2{
    padding-left: 4px;
    padding-right: 4px;
  }

  .learn-more-simulation{
    font-size: 1.25rem;
  }

  #first-feature-card {
    padding-top: 80px;
  }

  .feature-card img {
    width: 100%;
    height: 280;
  }

  .feature-section {
    padding: 0px;
  }

  .youtube-links {
    display: block;
  }

  .youtube-video,.pico-video{
    width: 100%;
    height: auto;
  }


  .paragraph-padding {
    padding: 60px 14px 40px 14px;
  }


  .light-color-field h2 {
    padding-bottom: 4px;
  }



  .footer {
    height: 600px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer p {
    font-size: 1.125rem;
  }

  .nav-column{
    margin: 0rem 0.5rem;
    padding-bottom: 0;
  }

  .navbar-item{
    margin-top: 0.5rem;
  }

  .navbar-dropdown{
    height: 260px;
  }

  .navbar-dropdown a.navbar-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  }

    #easy-overview-header {
    padding-top: 0px;
  }
  
  .to-hide-on-smaller {
    display: none;
  }
}

@media screen and (max-width: 312px),
print {
  #hover-description {
    font-size: 1.25rem;
    margin-bottom: 0px;
  }

  .light-text {
    font-size: 1.125rem !important;
  }

  .to-hide-on-tiny {
    display: none;
  }

  .footer p {
  font-size: 1rem;
}


}