body {
  background-color: white;
}

html {
  position: relative;
  min-height: 100%;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}

body {
  padding-bottom: 12rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  height: 6rem;
  margin-top: 6rem;
  background-color: #202425;
}

.mt-huge {
  margin-top: 8rem;
}

.main-menu {
  background-color: #202425;
  font-weight: 600;
  min-height: 100px;
}

.main-menu .navbar-collapse a.nav-link {
  color: white;
}

.main-menu .navbar-collapse .active a.nav-link {
  color: #3cf1ff;
}

.main-menu .container-fluid {
  margin-left: 5%;
  margin-right: 5%;
}

.main-menu .navbar-brand {
  max-width: 70%;
}

.main-menu .navbar-brand img {
  height: 3.5rem;
  max-width: 100%;
  object-fit: contain;
}

.btn-dv {
  min-width: 15rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  background-color: #009efd;
  box-shadow: black 0px 10px 30px -12px;
}

.btn-dv:hover {
  color: white;
  box-shadow: black 0px 12px 40px -12px;
}

.btn-dv.disabled,
.btn-dv:disabled {
  box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}

.content-page-header {
  position: relative;
  top: -1px;
  margin-bottom: 1rem;
  background: linear-gradient(#202425, #4B4B4B);
  display: flex;
  align-items: center;
  min-height: 33vh;
}

.content-page-header .header-title {
  font-weight: 900;
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
  margin: auto;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .content-page-header .header-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .content-page-header .header-title {
    font-size: 4.5rem;
  }
}

.content-page-header .header-summary {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  margin-bottom: 1rem;
  color: white;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .content-page-header .header-summary {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .content-page-header .header-summary {
    width: 40%;
  }
}

.side-navbar-container nav {
  padding: 0;
}

.side-navbar-container .navbar-nav {
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1023px) {
  .side-navbar-container {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .side-navbar-container {
    height: 100%;
    border-right: rgba(0, 0, 0, 0.1) solid 1px;
    padding-right: 1.5rem;
    margin-right: 0rem;
  }
}

@media (min-width: 1200px) {
  .side-navbar-container {
    padding-right: 3rem;
    margin-right: 2rem;
  }
}

.side-navbar li {
  font-weight: 600;
}

.side-navbar li a {
  color: #009efd !important;
}

@media (min-width: 1024px) {
  .side-navbar li {
    padding: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .side-navbar li a {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .content-page-container {
    margin-top: 4rem;
  }
}

img.icon {
  height: 2rem;
}

img.store-badge {
  height: 3.5rem;
  margin: 0.5rem 1rem 0.5rem 1rem;
}

.content-header-picture {
  z-index: 1;
  position: absolute;
}

@media (max-width: 1023px) {
  .content-header-picture {
    display: none;
  }
}

@media (min-width: 1024px) {
  .content-header-picture {
    height: 16rem;
    top: 17rem;
    left: 0rem;
    width: 16rem;
  }
}

@media (min-width: 1200px) {
  .content-header-picture {
    height: 28rem;
    top: 8rem;
    left: 0rem;
    width: 28rem;
    max-width: 30vw;
  }
}

.content-header-picture img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.content-header-picture-small {
  margin: auto;
  margin-top: 3rem;
  width: 75%;
}

@media (min-width: 576px) {
  .content-header-picture-small {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .content-header-picture-small {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .content-header-picture-small {
    display: none;
  }
}

.content-header-picture-small img {
  width: 100%;
  object-fit: contain;
}

form.contact-form label {
  font-weight: 600;
}
body {
  background-color: white;
}

.blog-comments-info {
  display: block;
  min-height: 2rem;
}

.blog-comments-info a {
  color: #3cf1ff;
}

section.blog .info-box {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  border: 1px solid black;
}

section.blog .blog-article img {
  float: left;
  width: 40%;
  margin-left: 0em;
  margin-right: 1em;
}

section.blog .blog-article img.right {
  float: right;
  margin-left: 1em;
  margin-right: 0em;
}

section.blog .card {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section.blog h2 {
  margin-top: 2rem;
}

section.blog h4 {
  margin-top: 1.5rem;
}

section.blog h5 {
  margin-top: 1.5rem;
}

section.blog .blog-summary {
  margin: 4rem 0 4rem 0;
  padding: 0;
}

section.blog .blog-summary h1 {
  line-height: 1;
}

section.blog .blog-summary h1 a {
  color: #009efd;
}

section.blog .blog-summary h1 a:hover {
  text-decoration: none;
}

section.blog .blog-summary .blog-summary-text {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

section.blog .blog-summary .blog-article-link {
  font-style: italic;
}
body {
  background-color: white;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  min-height: 100vh;
}

p {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav,
.nav {
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.75;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.25rem;
}

.sub-header {
  line-height: 1.25;
  margin-top: -0.25rem;
}

.btn-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.z-1 {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.45);
}

div.card {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

div.video-container {
  position: absolute;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

video.background-video {
  position: absolute;
  top: -50%;
  width: 100%;
}

div.video-overlay {
  background-color: rgba(69, 90, 100, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
}

hr.content-sep {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.new-section {
  margin-top: 2rem;
}

.text-dark-soft {
  color: rgba(0, 0, 0, 0.54);
}

.text-dark-softer {
  color: rgba(0, 0, 0, 0.38);
}

.text-light {
  color: white;
}

.text-light-soft {
  color: rgba(255, 255, 255, 0.7);
}

.text-light-softer {
  color: rgba(0, 0, 0, 0.38);
}
body {
  background-color: white;
}

.home-headline {
  height: calc(100vh - 100px);
  position: relative;
}

.home-headline .home-headline-black-stripe {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 55%;
  z-index: -20;
  background: linear-gradient(#202425, #727272);
}

.home-headline .home-headline-photo-frame {
  position: absolute;
  width: 70%;
  left: 30%;
  height: 100%;
  background: linear-gradient(#3cf1ff, #009efd);
}

.home-headline .home-headline-photo-frame img {
  position: absolute;
  top: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .home-headline .home-headline-photo-frame {
    width: 100%;
    left: 0%;
  }
}

.home-headline .home-headline-blue-stripe {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 15vw;
  background-color: #3cf1ff;
}

@media (max-width: 767px) {
  .home-headline .home-headline-blue-stripe {
    width: 60%;
    height: 22.5vw;
  }
}

.home-headline .home-headline-heading {
  position: absolute;
  width: 45%;
  font-weight: 900;
  top: 50%;
  text-align: right;
  font-size: 5vw;
}

@media (max-width: 767px) {
  .home-headline .home-headline-heading {
    font-size: 7.5vw;
    width: 55%;
  }
}

.home-headline .home-headline-heading .upper {
  text-transform: uppercase;
  width: 100%;
  color: white;
}

.home-headline .home-headline-heading .upper #line-1 {
  position: absolute;
  right: 10%;
  top: -10vw;
}

@media (max-width: 767px) {
  .home-headline .home-headline-heading .upper #line-1 {
    top: -15vw;
  }
}

.home-headline .home-headline-heading .upper #line-2 {
  position: absolute;
  right: 10%;
  top: -5.5vw;
}

@media (max-width: 767px) {
  .home-headline .home-headline-heading .upper #line-2 {
    top: -8.25vw;
  }
}

.home-headline .home-headline-heading .lower {
  width: 100%;
}

.home-headline .home-headline-heading .lower #line-3 {
  text-transform: lowercase;
  position: absolute;
  right: 0;
  top: 0.5vw;
  font-weight: 200;
}

@media (max-width: 767px) {
  .home-headline .home-headline-heading .lower #line-3 {
    top: 0.75vw;
  }
}

.home-headline .home-headline-heading .lower #line-4 {
  text-transform: uppercase;
  position: absolute;
  top: 5.5vw;
  right: 0;
}

@media (max-width: 767px) {
  .home-headline .home-headline-heading .lower #line-4 {
    top: 8.25vw;
  }
}

.home-key-points {
  min-height: 60vh;
  position: relative;
  margin-top: 7vh;
}

@media (min-width: 1600px) {
  .home-key-points {
    margin-left: 7vw;
    margin-right: 7vw;
  }
}

.home-key-points .home-key-point {
  background-color: white;
  margin: auto;
}

.home-key-points .home-key-point .key-point-symbol {
  width: 15%;
  height: 5rem;
  margin: auto;
}

@media (min-width: 991px) {
  .home-key-points .home-key-point .key-point-symbol {
    width: 25%;
  }
}

.home-key-points .home-key-point .key-point-symbol img {
  margin-top: 2rem;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.home-key-points .home-key-point .key-point-title {
  margin-top: 4rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
}

@media (max-width: 991px) {
  .home-key-points .home-key-point .key-point-title {
    font-size: 1.6rem;
  }
}

.home-key-points .home-key-point .key-point-details {
  text-align: center;
  font-size: 1.33rem;
}

.home-key-points .home-key-point .key-point-separator {
  border-top: 2px solid #3cf1ff;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  width: 10%;
}

@media (min-width: 992px) {
  .home-key-points .home-key-point {
    transition: background-color 0.66s ease-out;
  }

  .home-key-points .home-key-point .key-point-summary {
    min-height: 6rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.66s ease-out, visibility 0.66s linear;
  }

  .home-key-points .home-key-point:hover {
    background-color: rgba(60, 241, 255, 0.1);
  }

  .home-key-points .home-key-point:hover .key-point-summary {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .home-key-points .home-key-point .key-point-summary {
    min-height: 6rem;
  }
}

.home-benefit-point {
  min-height: 60vh;
  position: relative;
  margin-bottom: 7vh;
}

.home-benefit-point .colored-box {
  position: absolute;
  top: 25%;
  height: 50%;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .home-benefit-point .colored-box {
    opacity: 0;
  }
}

.home-benefit-point .colored-box-left {
  left: 0%;
  right: 80%;
  background-color: #009efd;
}

.home-benefit-point .colored-box-right {
  left: 80%;
  right: 0%;
  background-color: #3cf1ff;
}

.home-benefit-point .gray-box {
  position: absolute;
  top: 10%;
  height: 80%;
  background-color: whitesmoke;
}

@media (max-width: 768px) {
  .home-benefit-point .gray-box {
    opacity: 0;
  }
}

.home-benefit-point .gray-box-left {
  left: 10%;
  right: 65%;
}

.home-benefit-point .gray-box-right {
  left: 65%;
  right: 10%;
}

.home-benefit-point .benefit-point-contents {
  margin: auto;
  text-align: center;
  z-index: 50;
  font-size: 6rem;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .home-benefit-point .benefit-point-contents {
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .home-benefit-point .benefit-point-contents {
    font-size: 2.5rem;
  }
}

.home-benefit-point .benefit-point-contents #benefit-line-1 {
  font-weight: 300;
}

.home-benefit-point .benefit-point-contents #benefit-line-2 {
  font-weight: 900;
}

.home-benefit-point .benefit-point-contents .benefit-button {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 3rem;
  font-size: 2rem;
  color: white;
  min-width: 25vw;
  padding: 1rem 3rem 1rem 3rem;
}

@media (max-width: 1024px) {
  .home-benefit-point .benefit-point-contents .benefit-button {
    font-size: 1.66rem;
  }
}

.home-benefit-point .benefit-point-contents .benefit-button:hover {
  color: white !important;
}

.home-help-link {
  font-size: 1.33rem;
}
body {
  background-color: white;
}
body {
  background-color: white;
}

.bg-photo-tree-sunshine {
  background: linear-gradient(#202425, rgba(125, 125, 125, 0.5)), url("../../../../content/photos/bg_tree_sunshine.jpg");
  background-size: cover;
  overflow: auto;
  background-position-y: 40%;
}

.bg-photo-forest-staircase {
  background: linear-gradient(#202425, rgba(125, 125, 125, 0.5)), url("../../../../content/photos/bg_forest_staircase.jpg");
  background-size: cover;
  overflow: auto;
  background-position-y: 40%;
}

.bg-photo-balloon {
  background: linear-gradient(#202425, rgba(125, 125, 125, 0.5)), url("../../../../content/photos/bg_balloon.jpg");
  background-size: cover;
  overflow: auto;
  background-position-y: 10%;
}

.bg-photo-forest-trail {
  background: linear-gradient(#202425, rgba(125, 125, 125, 0.5)), url("../../../../content/photos/bg_forest_trail.jpg");
  background-size: cover;
  overflow: auto;
  background-position-y: 60%;
}

.bg-photo-machu {
  background: linear-gradient(#202425, rgba(125, 125, 125, 0.5)), url("../../../../content/photos/bg_machu.jpg");
  background-size: cover;
  overflow: auto;
  background-position-y: 50%;
}
section#sharpminds-banner {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: white;
  margin-top: 3em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

section#sharpminds-banner #tiley img {
  width: 25%;
  margin-top: 1em;
  margin-bottom: 2em;
}

section#sharpminds-banner h1 {
  margin: 0.5em;
  font-family: 'Dosis';
  font-weight: bold;
  font-size: 4em;
}

section#sharpminds-banner h1#titletext {
  font-size: 4.5em;
}

section#sharpminds-banner h2 {
  margin: 0.5em;
  font-family: 'Dosis';
  font-weight: bold;
  font-size: 2em;
}

section#sharpminds-banner h3 {
  margin: 0.5em;
  font-family: 'Dosis';
  font-weight: bold;
  font-size: 1.5em;
}

section#sharpminds-banner table#storeButtons {
  width: 70%;
  margin: auto;
  margin-top: 4em;
  margin-bottom: 3em;
}

section#sharpminds-banner table#storeButtons td {
  text-align: center;
}

section#sharpminds-banner table#storeButtons img {
  height: 5em;
}

section#sharpminds-banner table#screenshots {
  margin-top: 5em;
  width: 100%;
}

section#sharpminds-banner table#screenshots img {
  width: 90%;
  box-shadow: 0.0em 0.0em 0.3em 0.1em white;
}

section#sharpminds-banner table#screenshots td img {
  width: 80%;
}

section#sharpminds-banner div#phoneVideo {
  margin: auto;
  margin-top: 4em;
  margin-bottom: 2em;
  width: 26.25em;
  box-shadow: 0.0em 0.0em 0.3em 0.1em white;
}

section#sharpminds-banner div.video {
  position: relative;
  padding-top: 30px;
  height: 35em;
  overflow: hidden;
}

section#sharpminds-banner div.video iframe,
section#sharpminds-banner div.video object,
section#sharpminds-banner div.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#sharpminds-banner table#socialButtons {
  margin: auto;
  font-size: 4em;
  color: white;
  width: 60%;
}

section#sharpminds-banner table#socialButtons td {
  text-align: center;
}

section#sharpminds-banner table#socialButtons td a {
  color: white;
}

span#sharpminds-background_wrap {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(#b5cef2, #5496f2);
  background-size: 100%;
  background-repeat: no-repeat;
}
/*
img.photo-current
{
    opacity: 0.4;
    transition: opacity 1s ease-in-out;
}

img.photo-next
{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.home-headline-photo-frame:hover img.photo-current
{
    opacity: 0;
}

.home-headline-photo-frame:hover img.photo-next
{
    opacity: 0.4;
}
*/
.text-strikethrough {
  text-decoration: line-through;
}