.collapse-section {
  overflow: hidden;
  transition: height 0.3s ease-out;
  height: 0;
}

.d-sidebar {
  left: 0;
  width: 270px;
  height: 100%;
  z-index: 100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(54deg, rgba(47, 30, 183, 0.99) 2.96%, #3a0084 85.89%);
  position: relative;
}

.d-sidebar .main {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.d-sidebar .texture-layer, .headerrow .texture-layer {
  background-image: url("https://www.clearvuehealth.com/staticfiles/lowpoly.jpg");
  opacity: 0.34;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
}

.d-sidebar .main .logo {
  max-height: 2em;
  margin: 0.5em 0.5em 0 0;
  align-self: flex-end;
}

.d-sidebar .main .bookurl {
  color: #fff;
  font-size: 0.8em;
}

.d-sidebar .main .subheader {
  color: #fff;
  font-weight: 600;
  font-size: 0.85em;
  opacity: 0.75;
}

.d-sidebar .main button.add-chapter, .d-sidebar .main .small-label {
  color: #fff;
  font-size: 0.8em;
  opacity: 0.8;
  margin-bottom: 0.5em;
  padding: 0;
  text-decoration: underline;
}

.d-sidebar .main input.add-chapter {
  background: #fff5;
  border: none;
  margin-bottom: 0.1em;
  border-radius: 0.3em;
  color: #fff;
  font-size: 0.9em;
}

.d-sidebar .main label.add-chapter {
  color: #fff;
  font-size: 0.8em;
  opacity: 0.5;
  margin-bottom: 0;
}

.d-sidebar .main .chapter {
  color: #fff;
  font-weight: 700;
  padding-left: 1em;
  font-size: 1em;
}

.d-sidebar .main .chapter .label {
  opacity: 0.5;
  text-align: left;
  min-width: 10em;
}

.d-sidebar .main .chapter.active .label {
  opacity: 1;
}

.d-sidebar .main .chapter .label.candrop {
  background: #fff4;
}

.d-sidebar .main .pages {
  margin-top: 0em;
  padding-right: 1em;
}

.d-sidebar .main .top-target {
  width: 90%;
  height: 20px;
}

.d-sidebar .main .top-target.active {
  background: #fffa;
  border-radius: 0.3em;
}

.d-sidebar .main .page, .d-sidebar .main a.page {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0.1em 0.2em 0.1em 0;
  opacity: 0.5;
  color: #fff;
  display: block;
}

.d-sidebar .main .page.active, .d-sidebar .main .active-page {
  opacity: 1;
}

.chapter-label {
  text-align: left;
  min-width: 9em;
  font-size: 19px;
  font-weight: 200;
  line-height: 1em;
}

.sidebar-portal {
  z-index: 120;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0003;
}

.sidebar-portal .sb-container {
  width: 20em;
  max-width: 100%;
  height: 100%;
}

button.section-button {
  text-align: left;
  font-size: 0.85em;
  padding: 0.3em 0.5em;
  opacity: 0.7;
}

button.section-button.active {
  opacity: 1;
  font-weight: 600;
  border-left: 5px solid #fff;
}

.darkmode-toggle {
  background: #eeeeee4f;
  width: 84px;
  border-radius: 32px;
  height: 24px;
  position: relative;
}

.darkmode-toggle .slider-label {
  align-self: center;
  font-size: 14px;
  font-weight: 600;
}

.darkmode-toggle .slider {
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  height: 29px;
  background: #fff;
  width: 58px;
  top: -3px;
  border-radius: 32px;
  box-shadow: 0 0 4px #0009;
  border: 1px solid #b3b3b3;
}

.headerrow {
  position: absolute;
  background: linear-gradient(54deg, rgba(47, 30, 183, 0.99) 2.96%, #3a0084 85.89%);
  top: 0;
  z-index: 20;
  height: 45px;
  width: 100%;
  box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

.icon-label {
  font-family: "Nunito sans", sans-serif;
  color: #fff;
  align-self: center;
  font-weight: 800;
  font-size: 1.25em;
  padding: 0 0.2em;
}

.icon-label .sidebar {
  position: absolute;
  left: 0;
  width: 16em;
  height: 100%;
  background: #394166;
  z-index: 100;
  box-shadow: 0 0 0.5em #0005;
}

.icon-label img {
  height: 2em;
  margin-left: 0.5em;
  width: auto;
  align-self: center;
}

.icon-label button {
  align-self: center;
  margin: 0 0.7em;
  background: none;
  border: none;
  font-size: 0.9em;
  border-radius: 0.3em;
  box-shadow: 0 0 0.4em #0005;
  font-weight: 700;
  color: #6e7388;
}

.icon-label .icon-button {
  box-shadow: none;
  height: 1.4em;
}

.icon-label .drawer {
  position: absolute;
  top: 2.7em;
  height: calc( 100vh - 2.7em );
  width: 22em;
  background: #394166;
  left: 0;
  box-shadow: 0.3em 0 0.3em #0003;
}

.icon-label a {
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}

.icon-label input {
  background: unset;
  color: #fff;
  border: none;
}

.feed-col {
  padding: 3em 0 90vh 0;
  min-width: 320px;
  box-sizing: border-box;
  width: 100vw;
  font-size: 2.67vw;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.feed-col p.ce-box {
  margin-bottom: 0;
}

.feed-col .block-container {
  padding: 0 1.8em;
  margin: 0 0 25px 0;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .feed-col {
    flex: 2 2 600px;
    font-size: 16px;
    width: unset;
  }
}

@media only screen and (min-width: 768px) {
  .feed-col {
    flex: 50%;
    font-size: 1.37vw;
  }
}

@media only screen and (min-width: 900px) {
  .feed-col {
    flex: 0 0 600px;
    font-size: 16px;
  }
}

.modal-container {
  z-index: 120;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0003;
}

.preview-modal {
  background: #000000ba;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.preview-modal .main-image {
  align-self: center;
  max-width: 75%;
  width: 26em;
}

.preview-modal .main-image img {
  border-radius: 1em;
  box-shadow: 0 0 2.3em #0003;
}

.preview-modal .modal-options {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
}

.render-tree .container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
}

.caption {
  font-size: 15px;
  opacity: 0.75;
  padding: 0 15px;
  margin-bottom: 16px;
  max-width: 380px;
  text-align: center;
  margin-top: 10px;
  align-self: center;
}

#homepage {
  font-family: "Nunito Sans", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

#homepage .purple-background {
  background: #150079;
  color: #fff;
  position: relative;
}

#homepage .poly-layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  opacity: 50%;
  background-image: url("https://www.clearvuehealth.com/staticfiles/lowpoly.jpg");
}

#homepage .main-slide {
  padding-bottom: 1em;
}

#homepage .main-slide .content {
  display: flex;
  flex-direction: column;
  max-width: 1500px;
}

#homepage .top-row {
  padding: 12px;
}

#homepage .top-row img.cvlogo {
  height: 35px;
}

#homepage h1.main-text {
  font-size: 16vw;
  max-width: 500px;
  padding: 2em 5vw;
  padding-left: 7vw;
  /* align-self:center; */
}

#homepage span.gradient {
  background: -webkit-linear-gradient(180deg, #b78aff, #FFA826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#homepage a.image-link {
  flex: 50%;
  height: auto;
  padding: 13px;
}

#homepage a.image-link img {
  border-radius: 7px;
  box-shadow: 0 0 12px #0003;
}

#homepage .image-row-cont {
  padding: 0 4vw;
  max-width: 500px;
  padding-bottom: 0;
  align-self: center;
}

#homepage .images-col {
  display: flex;
  margin-bottom: 5em;
  flex-direction: column;
}

#homepage .principle-slide {
  min-height: 15em;
  /* margin-left: 26px; */
  margin-left: 15px;
  border-left: 2px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 8em;
}

#homepage .principle-slide h3 {
  color: #454D8F;
  font-weight: bold;
  line-height: 30px;
  font-size: 22px;
  padding-top: 45px;
  padding-left: 20px;
}

#homepage .principle-slide h2 {
  font-weight: bold;
  line-height: 1.5em;
  max-width: 18em;
  padding-left: 20px;
  padding-right: 26px;
  font-size: 30px;
  padding-top: 20px;
  margin-bottom: 0.5em;
}

#homepage .principle {
  padding-top: 55px;
}

#homepage .principle .icon {
  padding-left: 34px;
}

#homepage .principle-slide .principle h3 {
  padding-left: 25px;
  border-left: 6px solid #454D8F;
  padding-top: 0;
  margin-top: 28px;
}

#homepage .principle-slide .principle p {
  color: #6E6F81;
  font-weight: bold;
  font-size: 17px;
  line-height: 31px;
  padding-left: 30px;
  padding-top: 18px;
  max-width: 18em;
  margin-bottom: 1em;
  padding-right: 5px;
}

@media only screen and (min-width: 600px) {
  #homepage h1.main-text {
    font-size: 50px;
    line-height: 1.6em;
    /* margin-left: 0.3em; */
  }
  #homepage .main-slide {
    font-size: 50px;
  }
  #homepage .images-col {
    width: 50%;
    margin-bottom: unset;
    align-self: center;
  }
  #homepage .main-slide .content {
    flex-direction: row;
  }
  #homepage .principle {
    padding-top: 43px;
  }
  #homepage .principle .icon {
    width: 71px;
  }
  #homepage .principle-slide h3 {
    font-size: 22px;
    padding-top: 2.5em;
    padding-left: 21px;
  }
  #homepage .principle-slide .principle p {
    max-width: 80vw;
    margin-bottom: 0em;
  }
  #homepage .principle-slide h2 {
    font-size: 27px;
    padding-top: 0.7em;
    margin-bottom: 0.25em;
    line-height: 1.4em;
  }
  #homepage .principle-slide .principle h3 {
    font-size: 23px;
    margin-top: 1em;
    margin-bottom: 0.4em;
  }
  #homepage .principle-slide .principle p {
    padding-left: 31px;
    font-size: 18px;
    line-height: 1.8em;
    padding-top: unset;
  }
}

@media only screen and (min-width: 768px) {
  #homepage h1.main-text {
    font-size: 9vw;
    padding-left: 7vw;
  }
  #homepage .image-row-cont {
    padding: 0 3vw 0 6vw;
  }
  #homepage .principle-slide {
    margin-left: 35px;
  }
  #homepage .principle-slide .header h2 {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 992px) {
  #homepage .principle-cont {
    display: flex;
  }
  #homepage .images-col {
    flex: 50%;
    padding: 0 0vw 0 6vw;
  }
  #homepage .principle {
    max-width: 33%;
    border-left: 1px dashed rgba(0, 0, 0, 0.18);
    padding-right: 3.5%;
  }
  #homepage .principle.first {
    border-left: unset;
  }
  #homepage .principle-slide .principle h3 {
    font-size: 20px;
    line-height: 1.3em;
  }
  #homepage .principle-slide .principle p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  #homepage .principle-cont {
    max-width: 1400px;
    min-height: 20em;
  }
  #homepage .principle-slide h2 {
    font-size: 33px;
  }
  #homepage .principle-slide h3 {
    padding-top: 6em;
  }
  #homepage .image-row-cont {
    max-width: 600px;
  }
  #homepage .images-col {
    /* max-width: 550px; */
    margin-right: 2vw;
  }
  #homepage h1.main-text {
    font-size: 105px;
  }
  #homepage .main-slide .content {
    justify-content: space-between;
    padding: 1vw;
  }
}

#homepage .list-slide {
  width: 100%;
  min-height: 10em !important;
  background-color: #fbfbfe;
  padding: 2em;
}

#homepage .article-col {
  flex: 1;
  overflow: hidden;
}

#homepage .card-box {
  min-height: 3em;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.13);
  border-radius: 17px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#homepage .card-box.color-box {
  border: 1px solid #acb3ff;
}

#homepage .card-box.color-box header {
  padding: 5px;
}

#homepage .card-box header {
  flex: 0 0 3em;
}

#homepage .card-box.color-box h2 {
  color: #53588F;
  font-size: 20px;
  line-height: 19px;
  font-weight: 400;
}

#homepage .card-box.small-articles {
  padding: 18px;
  max-width: 20em;
  min-width: 226px;
}

#homepage .card-box .color-header {
  display: flex;
  padding: 2px;
  margin-right: -5px;
  white-space: nowrap;
}

#homepage .card-box .color-header img {
  height: 30px;
}

#homepage .card-box .color-header .label {
  color: #53588F;
  font-weight: normal;
  align-self: center;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 13px;
}

#homepage .card-box header h4 {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #93949F;
}

#homepage .card-box header h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: #2A2A32;
}

#homepage .card-box header {
  margin-bottom: 19px;
}

#homepage .list-container {
  flex-wrap: wrap;
  max-width: 100%;
  overflow-x: scroll;
  padding-right: 5em;
  max-height: 400px;
}

#homepage .article {
  display: flex;
  margin-bottom: 14px;
  margin-right: 1.6em;
  width: 18em;
}

#homepage .article .article-thumb {
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  overflow: hidden;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  margin-right: 16px;
}

#homepage .article-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 8px;
}

#homepage .small-articles .article {
  margin-bottom: 20px;
}

#homepage .small-articles .article .article-thumb {
  height: 36px;
  width: 36px;
  align-self: center;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  margin-right: 14px;
}

#homepage .small-articles .article-info h5 {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.69);
}

#homepage .small-articles .article-info {
  border-bottom: unset;
  padding-bottom: unset;
}

#homepage .small-articles .article-info p {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}

#homepage .article .article-info h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.69);
}

#homepage .article .article-info p {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}

#homepage .hashtags-slide {
  width: 100%;
  min-height: 30em;
}

#homepage .tagrow {
  width: 100%;
}

@media (max-width: 450px) {
  #homepage .hashtags-slide h2.rowlabel {
    font-size: 2em;
  }
}

#homepage .hashtags-slide h2 {
  color: #fff;
  font-size: 47px;
  padding: 0.35em 0 0 0.35em;
  font-weight: 600;
}

#homepage .hashtags-slide h2 > span {
  color: #ff8500;
}

#homepage .scrolllabel {
  color: #fff;
  opacity: 0.5;
  padding: 0 0 0.5em 0.5em;
  margin-left: 8px;
  font-size: 18px;
}

#homepage .article-row-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5em;
}

#homepage .article-row {
  padding-left: 1em;
  display: inline-flex;
  font-size: 16px;
}

#homepage .text-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #495A63;
  padding: 0.8em 0.8em;
}

#homepage .text-column > .desc {
  font-size: 0.7em;
  margin-bottom: 1em;
  opacity: 0.7;
}

#homepage .text-column > .title {
  font-size: 1.2em;
  font-weight: 600;
}

#homepage .article-row .article {
  cursor: pointer;
  min-height: 10em;
  margin: 0.5em 0.8em;
  background: #fff;
  width: 21em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.6em;
  display: flex;
}

#homepage .article-row .article > img {
  flex: 0 0 8.8em;
  height: 8.8em;
  margin-left: 0.7em;
  width: 8.8em;
  align-self: center;
  border-radius: 0.6em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
}

.tree-container {
  font-family: "Nunito sans", sans-serif;
  /* background: #fff; */
  background:#eef3fb;
  color: #45466a;
}

@media only screen and (min-width: 768px) {
  .tree-container .edit-p {
    font-size: 1em;
  }
  .tree-container .render-tree {
    margin: 0 7px;
  }
}

@media only screen and (min-width: 992px) {
  .tree-container .render-tree {
    margin-left: 20px;
  }
}

.tree-container h1, .tree-container h1.edit-h1, .tree-container .edit-h1 {
  font-weight: 400;
  font-size: 40px;
  opacity: 0.85;
  position: relative;
  z-index: 0;
  margin: 0;
  font-family: "DM Serif Display", "Nunito sans", sans-serif;
}

.tree-container h2, .tree-container h2.edit-h2, .tree-container .edit-h2 {
  font-weight: 400;
  font-size: 27px;
  opacity: 0.7;
  position: relative;
  z-index: 0;
  margin: 0;
  font-family: "Nunito sans", sans-serif;
}

.tree-container h3.edit-h3, .tree-container .edit-h3 {
  font-weight: 600;
  font-family: "Nunito sans", sans-serif;
  position: relative;
  z-index: 0;
  font-size: 25px;
  margin: 5px 0 10px 0;
  color: #2d3342e8;
  max-width: 450px;
}

.tree-container h4.edit-h4, .tree-container .edit-h4 {
  opacity: 0.9;
  font-weight: 400;
  font-family: "DM Serif Display", "Nunito sans", sans-serif;
  position: relative;
  z-index: 0;
  font-size: 18px;
  margin: 0 0 5px 0;
}

.tree-container p.edit-p, .tree-container .normal-p, .tree-container .edit-p {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 27px;
  color: #2d3342e8;
  position: relative;
  z-index: 0;
  font-weight: 400;
}

.tree-container .p-color {
  color: #2d3342e8;
}

.tree-container .h3-topbar {
  height: 4px;
  width: 60px;
  background: #2d3342e8;
  margin-bottom: 21px;
  margin-top: 70px;
}

.tree-container input, .tree-container textarea {
  border: 1px solid #C8D0D9;
}

.tree-container.dark-mode {
  background: #1d1e2b;
}

.tree-container.dark-mode .dark-mode label {
  color: #fff;
}

.tree-container.dark-mode h1, .tree-container.dark-mode h1.edit-h1, .tree-container.dark-mode .edit-h1 {
  color: #fff;
}

.tree-container.dark-mode h2, .tree-container.dark-mode h2.edit-h2, .tree-container.dark-mode .edit-h2 {
  color: #fff;
}

.tree-container.dark-mode h3.edit-h3, .tree-container.dark-mode .edit-h3 {
  color: #fff;
}

.tree-container.dark-mode p.edit-p, .tree-container.dark-mode .normal-p, .tree-container.dark-mode .p-color, .tree-container.dark-mode .edit-p, .tree-container.dark-mode h5 {
  color: #fff;
}

.tree-container.dark-mode .h3-topbar {
  background: #fff;
}

.tree-container.dark-mode .caption {
  color: #fff;
}

.tree-container.dark-mode input, .tree-container.dark-mode textarea {
  color: #fff;
  background: #fff1;
  border: 1px solid #fffa;
}

/* MOSTRECENT: VIEWER */

.no-shadow {
  box-shadow: unset !important;
}

.pub-padding {
  /* padding:10px !important;
  margin: -10px !important;
  box-sizing: content-box !important; */
  transform: unset !important;
}

.icon-cont {
  align-self: center;
}

.v-blockquote1 {
  font-weight: 100;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.5;
  padding: 0.5em;
}

.minimalquote {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 3em 0 3em 0;
}

.dark-mode .minimalquote .quote {
  color: #fff;
  /* color:red; */
}

.minimalquote .quote {
  font-size: 25px;
  font-weight: lighter;
  text-align: center;
  padding: 0 1em;
  margin-bottom: 0.3em;
  color: #000;
  opacity: 0.72;
  line-height: 1.56em;
}

.minimalquote .source {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  align-self: center;
}

.dark-mode .minimalquote .source.link {
  color: #ACD7FF;
}

.minimalquote .source.link {
  /* color:#ACD7FF; */
  color: #3e62b9;
  font-weight: 600;
  text-decoration: underline;
}

@media only screen and (min-width: 576px) {
  div.v-wideimage, .v-wideimage {
    margin: 0 0em;
  }
}

.v-imageblock {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.v-imageblock img.wide, .block-image.wide {
  max-width: unset;
  width: 100%;
  display: flex;
  justify-content: center;
}

.v-imageblock img, .block-image, .viz-width {
  max-width: 428px;
}

.v-imageblock img, .block-image {
  /* align-self: flex-start; */
  height: auto;
  border-radius: 1em;
  filter: drop-shadow(1px 1px 4px #0000002f);
  -webkit-filter: drop-shadow(1px 1px 4px #0000002f);
  /* filter:drop-shadow(0px 0px 2px #0000000e); */
  /* -webkit-filter:drop-shadow(0px 0px 2px #0000000e);    */
  /* filter:drop-shadow(0px 0px 5px #0005);
  -webkit-filter: drop-shadow(0px 0px 5px #0005); */
  /* filter: drop-shadow(0 0.18em 0.8em 0.15em #00000017); */
  /* -webkit-filter:drop-shadow(0 0.18em 0.8em 0.15em #00000017); */
  overflow: hidden;
  width: 100%;
}

.blue-shadow {
  filter: drop-shadow(1px 1.98px 4px rgba(0, 39, 51, 0.52));
  -webkit-filter: drop-shadow(1px 1.98px 4px rgba(0, 39, 51, 0.52));
  /* filter:drop-shadow(0px 0px 2px #0000000e); */
}

.v-imageblock img.light-shadow, .block-image.light-shadow {
  filter: drop-shadow(0px 0px 2px #0000000e);
}

.v-imageblock img.no-shadow, .block-image.no-shadow {
  filter: unset;
  -webkit-filter: unset;
}

.v-emojilistitem {
  /*border-left: 0.2em solid #0003;*/
  /*padding-left: 1em;*/
  margin: 10px 0 35px 0;
}

.v-wideimage {
  margin: 0 -1.8em;
}

.v-wideimage img {
  width: 100%;
}

.v-quotecard1 {
  align-self: center;
  position: relative;
  width: 28em;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 0 0.5em #0002;
  padding: 2.5em;
}

.v-quotecard1 .review {
  font-size: 1.1em;
  line-height: 2.5em;
  color: #969ca8;
  margin: 2.4em 0;
}

.v-quotecard1 .author {
  font-family: "DM Serif Display", serif;
  border-top: 1px solid #EBECED;
  padding: 1.4em 0 0 0;
}

.v-quotecard1 .author-name {
  font-size: 1.38em;
  line-height: 1.3em;
}

.v-quotecard1 .role {
  color: #969ca8;
  font-size: 0.69em;
  text-transform: uppercase;
}

.cvhtitle .title-container {
  padding: 1em 0em;
  margin-bottom: 0.6em;
}

.cvhtitle .category {
  color: #70b5dd;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  margin-left: 0.1em;
}

.cvhtitle .desc {
  align-self: center;
  min-height: 0.5em;
  opacity: 0.65;
  font-size: 14px;
  font-style: italic;
  margin: 1em 0;
}

.cvhtitle h1.title-text {
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
  width: 100%;
  padding-bottom: 1.5em;
  margin: 0;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
}

.cvhtitle h2.title-text {
  margin-top: -0.3em;
  opacity: 0.6;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0.5em;
}

.dark-mode .cvhtitle h5.author {
  color: #fff;
}

.cvhtitle h5.author {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  opacity: 0.7;
  color: #000;
  font-weight: 500;
  margin-bottom: 2em;
}

.cvhtitle h5.author.bold {
  opacity: 1;
  font-weight: 600;
}

.cvhtitle .date {
  font-size: 0.8em;
  opacity: 0.6;
}

.studyquote {
  padding-bottom: 0.75em;
  width: 100%;
}

.studyquote.short {
  border-bottom: 1px solid #93939399;
}

.studyquote .sq-quote {
  width: 100%;
  font-size: 15px;
  opacity: 0.9;
}

.dark-mode .studyquote .sq-quote {
  opacity: 0.65;
}

.studyquote .sq-container {
  padding-top: 13px;
  border-top: 1px solid #93939399;
}

.studyquote .sq-source {
  font-size: 15px;
}

.studyquote .sq-toggle {
  display: flex;
  justify-content: center;
  padding: 6px;
  border-top: 1px solid #93939399;
  border-bottom: 1px solid #93939399;
  background: #c4c4c40f;
  font-weight: bold;
}

.dark-mode .preview-block {
  background: #ffffff24;
}

.preview-block {
  width: 100%;
  border-radius: 2.5em;
  display: flex;
  background: #9ca2c429;
  margin-top: 3em;
  margin-bottom: 4em;
}

.preview-label-2 {
  font-size: 1.2em;
  text-transform: lowercase;
  font-weight: 700;
  opacity: 0.7;
}

.preview-label {
  font-size: 2.1em;
  font-weight: 600;
  margin-bottom: 1.3em;
}

.preview-block .preview-label-col {
  min-height: 22em;
  padding-left: 2em;
  flex: 33%;
}

.preview-col {
  display: flex;
  flex: 66%;
  font-size: 0.45em;
  justify-content: center;
  margin: 4em 0;
}

.preview-col img {
  border-radius: 1.5em;
}

.preview-col .preview-block-container {
  width: 35em;
  align-self: center;
  position: relative;
}

.figure-block {
  margin-top: 0.3em;
}

.figure-block img {
  box-shadow: 0 0.18em 0.8em 0.15em #00000017;
  border-radius: 1em;
}

.figure-block .button-row {
  margin-top: 1em;
  margin-bottom: 1.4em;
  padding-left: 0.16em;
}

.figure-block p {
  opacity: 0.8;
  font-size: 15px;
}

.figure-block button {
  background: #fff;
  border-radius: 2em;
  padding: 0.35em 1em;
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 1em;
  box-shadow: 0 0.2em 0.6em #00000026;
}

.figure-block button.active {
  background: #454767;
  color: #fff;
  box-shadow: none;
}

.figure-block .figure-alt {
  text-align: right;
  color: #fff;
  margin-top: 0.5em;
  margin-right: 0.2em;
  font-size: 13px;
  opacity: 0.7;
}

.figure-block .caption-row {
  margin-bottom: 2em;
}

.ul-emoji {
  display: flex;
  margin-bottom: 6px;
  padding-top: 15px;
}

.ul-emoji button {
  background: none;
  border: none;
  font-size: 1.2em;
  align-self: center;
}

.ul-emoji .bulletkey {
  margin-right: 1em;
  font-weight: bold;
}

.ul-emoji .bullet {
  background: #9ca2c429;
  border-radius: 0.3em;
  padding: 0.25em 0.35em 0.05em 0.35em;
  font-size: 20px;
}

.dark-mode .ul-emoji .bullet {
  background: #fff2;
}

button.block-button {
  color: #fff;
  background: unset;
  border: 1px solid #fff9;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 16px;
}

button.block-button.green {
  border: 1px solid #19f3a399;
  /* color:#19f3a399; */
}

.dark-mode .quotebox {
  color: #fff;
}

.quotebox {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #fff;
}

.quotebox .icon {
  flex: 0 0 5em;
}

.quotebox .body, .quotebox .ce-box.body {
  font-size: 0.85em;
  font-weight: 400;
  border-radius: unset;
  line-height: 1.6em;
  text-decoration: none;
}

.quotebox .text-col {
  padding-left: 1.5em;
  margin-left: 1.5em;
  border-left: 1px solid #fff6;
}

.quotebox .source {
  font-weight: 800;
  padding-bottom: 0.5em;
  font-size: 0.86em;
  align-self: flex-start;
}

.dd-container.new {
  padding: 0.55em 0.75em;
  font-size: 1.1em;
}

.dd-container {
  background: #fff;
  color: #22284B;
  border-radius: 0.3em;
  /* padding: 0.55em 0.75em; */
  /* padding:0.8em 1.3em; */
  box-shadow: 0 0 0.3em 0 #00000024;
  /* padding: 0.6em 1em; */
  /* padding:0.7em 0.9em; */
  font-weight: 700;
  font-size: 1em;
}

.dd-container .title-row {
  padding: 0.7em 0.9em;
}

.dd-container .content-cont{
  padding:0.1em 1.5em 0.7em 1.5em;
  transition: max-height 0.5s;
  max-height:2000px;
}

.dark-mode .dd-container {
  background: #1C1E2C;
  color: #fff;
}

.dark-mode .dd-container .line-spacer {
  background: #fff7;
}

.dd-container .line-spacer {
  align-self: center;
  background: #0004;
  height: 1px;
  margin: 0 1em;
}

.dd-container .bottom-target {
  height: 1px;
  margin: 0 1em;
  background: #fff7;
  width: 50%;
}

button.minimal {
  border: 1px solid #fff;
  padding: 0.25em 0.85em;
  border-radius: 0.3em;
}

button.minimal.green {
  color: #a2ffa2;
  border: 1px solid #a2ffa2;
}

button.minimal.orange {
  color: #ffd3a2;
  border: 1px solid #ffd3a2;
}

.togcap .caption {
  min-width: 100%;
  width: 100%;
  /* font-size: 0.97em; */
  /* line-height:1.5em; */
  min-height: 1em;
  text-align: left;
  opacity: 1;
  padding: 0;
  /* font-size: 0.85em; */
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  font-family: "Nunito Sans", sans-serif;
}

.togcap .toplabel {
  font-size: 16px;
  margin-right: 0.45em;
  color: #000c;
  font-weight: 300;
}

.dark-mode .togcap .toplabel {
  color: #fff;
}

body, html {
  margin: 0;
  position: relative;
  min-width: 320px;
  font-family: "Nunito Sans", sans-serif;
}

#app {
  min-width: 320px;
  width: 100%;
  position: relative;
}

.collapse-section{
  overflow:hidden;
  transition:height 0.3s ease-out;
  height:0;
}

.d-sidebar {
left: 0;
width: 270px;
height: 100%;
z-index: 100;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
background: linear-gradient(54deg, rgb(47 30 183 / 99%) 2.96%, #3a0084 85.89%);
position: relative;
}

.d-sidebar .main {
position: relative;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}

.d-sidebar .texture-layer, .headerrow .texture-layer{
background-image:url("https://www.clearvuehealth.com/staticfiles/lowpoly.jpg");
opacity:0.34;
top:0;
left:0;
right:0;
bottom:0;
position:absolute;
background-size:cover;
}

.d-sidebar .main .logo {
max-height: 2em;
margin: 0.5em 0.5em 0 0;
align-self: flex-end;
}

.d-sidebar .main .bookurl {
color: #fff;
font-size: 0.8em;
}

.d-sidebar .main .subheader {
color: #fff;
font-weight: 600;
font-size: 0.85em;
opacity: 0.75;
}

.d-sidebar .main button.add-chapter, .d-sidebar .main .small-label {
color: #fff;
font-size: 0.8em;
opacity: 0.8;
margin-bottom: 0.5em;
padding: 0;
text-decoration: underline;
}

.d-sidebar .main input.add-chapter {
background: #fff5;
border: none;
margin-bottom: 0.1em;
border-radius: 0.3em;
color: #fff;
font-size: 0.9em;
}

.d-sidebar .main label.add-chapter {
color: #fff;
font-size: 0.8em;
opacity: 0.5;
margin-bottom: 0;
}

.d-sidebar .main .chapter {
color: #fff;
font-weight: 700;
padding-left: 1em;
font-size: 1em;
}

.d-sidebar .main .chapter .label {
opacity: 0.5;
text-align: left;
min-width: 10em;

}

.d-sidebar .main .chapter.active .label {
opacity: 1;
}

.d-sidebar .main .chapter .label.candrop {
background: #fff4;
}

.d-sidebar .main .pages {
margin-top: 0em;
padding-right:1em;
}

.d-sidebar .main .top-target {
width: 90%;
height: 20px;
}

.d-sidebar .main .top-target.active {
background: #fffa;
border-radius: 0.3em;
}

.d-sidebar .main .page, .d-sidebar .main a.page {
font-weight: 400;
font-size: 14px;
margin: 0;
padding: 0.1em 0.2em 0.1em 0;
opacity: 0.5;
color: #fff;
display: block;

}

.d-sidebar .main .page.active, .d-sidebar .main .active-page {
opacity: 1;
}

.chapter-label {
text-align: left;
min-width: 9em;
font-size: 19px;
font-weight: 200;
line-height:1em;
}

.sidebar-portal {
z-index: 120;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #0003;
}

.sidebar-portal .sb-container {
width: 20em;
max-width: 100%;
height: 100%;
}

button.section-button {
text-align: left;
font-size: 0.85em;
padding: 0.3em 0.5em;
opacity: 0.7;
}

button.section-button.active {
opacity: 1;
font-weight: 600;
border-left: 5px solid #fff;
}

.darkmode-toggle{
background: #eeeeee4f;
width: 84px;
border-radius: 32px;
height: 24px;
position:relative;

}

.darkmode-toggle .slider-label{
  align-self:center;
  font-size:14px;
  font-weight:600;
}

.darkmode-toggle .slider{
  z-index:10;
  position: absolute;
  display:flex;
  justify-content:center;
  height: 29px;
  background: #fff;
  width: 58px;
  top: -3px;
  border-radius: 32px;
  box-shadow: 0 0 4px #0009;
  border: 1px solid rgb(179 179 179);
}

$mainColor: #394166;

$gradientColor: #403755;

.headerrow {
    position:absolute;
    background:linear-gradient(54deg, rgb(47 30 183 / 99%) 2.96%, #3a0084 85.89%);
    top:0;
    z-index:20;
    height: 45px;
    width: 100%;
    box-shadow: 0 0.3em 0.5em rgba(0,0,0,0.1);
    display:flex;
    justify-content:space-between;
    }

.icon-label{
    font-family: "Nunito sans", sans-serif;
    color: #fff;
    align-self: center;
    font-weight: 800;
    font-size: 1.25em;
    padding: 0 0.2em;
}

.icon-label .sidebar{
        position: absolute;
        left: 0;
        width: 16em;
        height: 100%;
        background: $mainColor;
        z-index: 100;
        box-shadow: 0 0 0.5em #0005;
    }

.icon-label img{
        height: 2em;
        margin-left:0.5em;
        width: auto;
        align-self: center;
    }

.icon-label button{
        align-self: center;
        margin: 0 0.7em;
        background: none;
        border: none;
        font-size: 0.9em;
        border-radius: 0.3em;
        box-shadow: 0 0 0.4em #0005;
        font-weight: 700;
        color: #6e7388;
    }

.icon-label .icon-button{
      box-shadow:none;
      height:1.4em;
    }

.icon-label .drawer{
        position: absolute;
        top: 2.7em;
        height: calc( 100vh - 2.7em );
        width: 22em;
        background: $mainColor;
        left: 0;
        box-shadow: 0.3em 0 0.3em #0003;
    }

.icon-label a{
      height:-moz-fit-content;
      height:fit-content;
      align-self:center;
    }

.icon-label input{
      background:unset;
      color:#fff;
      border:none;
    }

.fullWidthViz{
  margin: 0 -1.75em;
}

@media only screen and (min-width:768px)  {
  .fullWidthViz{
    margin: 0 -2.8em;
  }
}

.feed-col{
    padding: 3em 0 90vh 0;
    min-width: 320px;
    overflow: auto !important;
    box-sizing: border-box;
}

.feed-col p.ce-box{ margin-bottom:0;}

.feed-col {
    width:100vw;
    font-size:2.67vw;
}

.feed-col .block-container{
      padding: 0px 1.75em;
      margin: 0 0 25px 0;
      position:relative;
    }

@media only screen and (min-width: 600px)  {

.feed-col{
        
        font-size:16px;
        width:unset;
}
    }

@media only screen and (min-width:768px)  {

.feed-col{
      flex:50%;
      font-size:1.37vw;
}
      .feed-col .block-container{
        padding: 0 2.8em;
      }

    }

@media only screen and (min-width:900px)  {

.feed-col{
      flex:0 0 600px;
      font-size:16px;
}
    }

@media only screen and (min-width:1200px)  {


    }

.feed-col {
    -webkit-overflow-scrolling : touch !important;
    overflow: auto;
    height:-moz-fit-content;
    height:fit-content;
}

.modal-container {
  z-index: 120;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0003;
}

.preview-modal{
    background: #000000ba;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.preview-modal .main-image{
    align-self: center;
    max-width: 75%;
    width: 26em;
}

.preview-modal .main-image img{
  border-radius: 1em;
  box-shadow:0 0 2.3em #0003;
}

.preview-modal .modal-options{
  display: flex;
  width:100%;
  justify-content: space-between;
  color:#fff;
}

.render-tree .container {
    width:100vw;
    height:100vh;
    overflow:hidden;
    position:relative;
    display:flex;
	}

.caption{
    font-size: 15px;
    opacity: 0.75;
    padding: 0 15px;
    margin-bottom:16px;
    max-width:380px;
    text-align:center;
    margin-top:10px;
    align-self:center;
  }

$textColor:#1a1b1c;

.tree-container{
    font-family:"Nunito sans", sans-serif;
    background:#fff;
    color:rgba(69, 70, 106, 1);

}

@media only screen and (min-width: 768px)  {
       .tree-container .edit-p{
           font-size: 1em;
       }
       .tree-container .render-tree{
          margin:0;
       }
     }

@media only screen and (min-width: 992px)  {
       .tree-container .render-tree{
          margin-left:20px;
       }
     }

.tree-container h1, .tree-container h1.edit-h1, .tree-container .edit-h1{
      font-weight: 400;
      font-size: 40px;
      opacity: 0.85;
      position:relative;
      z-index:0;
      margin:0;
      font-family:"DM Serif Display", "Nunito sans", sans-serif;
    }

.tree-container h2, .tree-container h2.edit-h2, .tree-container .edit-h2{
      font-weight: 400;
      font-size: 27px;
      opacity: 0.7;
      position:relative;
      z-index:0;
      margin:0;
      font-family:"Nunito sans", sans-serif;
    }

.tree-container h3.edit-h3, .tree-container .edit-h3{
      font-weight: 600;
      font-family:"Nunito sans", sans-serif;
      position:relative;
      z-index:0;
      font-size:25px;
      margin: 5px 0 10px 0;
      color:#2d3342e8;
      max-width:450px;
    }

.tree-container h4.edit-h4, .tree-container .edit-h4{
      opacity: 0.9;font-weight: 400;
      font-family:"DM Serif Display", "Nunito sans", sans-serif;
      position:relative;
      z-index:0;
      font-size:18px;
      margin: 0 0 5px 0;
    }

.tree-container p.edit-p, .tree-container .normal-p, .tree-container .edit-p{
      margin-bottom:5px;
      font-size: 17px;
      line-height: 27px;
      color:#2d3342e8;
      position:relative;
      z-index:0;
      font-weight:400;
      min-height:1em;
    }

.tree-container .p-color{
      color:#2d3342e8;
    }

.tree-container .h3-topbar{
      height: 4px;
      width: 60px;
      background: #2d3342e8;
      margin-bottom: 21px;
      margin-top: 70px;
    }

.tree-container input, .tree-container textarea{
      border: 1px solid #C8D0D9;
    }

.tree-container.dark-mode .dark-mode label{
    color:#fff;
  }

.tree-container.dark-mode {
  background:#232435;
}

.tree-container.dark-mode h1, .tree-container.dark-mode h1.edit-h1, .tree-container.dark-mode .edit-h1{
    color:#fff;
  }

.tree-container.dark-mode h2, .tree-container.dark-mode h2.edit-h2, .tree-container.dark-mode .edit-h2{
    color:#fff;
  }

.tree-container.dark-mode h3.edit-h3, .tree-container.dark-mode .edit-h3{
  color:#fff;
  }

.tree-container.dark-mode p.edit-p, .tree-container.dark-mode .normal-p, .tree-container.dark-mode .p-color, .tree-container.dark-mode .edit-p, .tree-container.dark-mode h5{
    color:#fff;
  }

.tree-container.dark-mode .h3-topbar{
    background:#fff;
  }

.tree-container.dark-mode .caption{
    color:#fff;
  }

.tree-container.dark-mode input, .tree-container.dark-mode textarea{
    color:#fff;background:#fff1;
    border:1px solid #fffa;
  }

#homepage {
  font-family: "Nunito Sans", sans-serif;
  max-width: 100vw;
  overflow-x:hidden;
}

#homepage .purple-background{
    background:#150079;
    color:#fff;
    position:relative;
  }

#homepage .poly-layer{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-size: cover;
    opacity: 50%;
    background-image:url("https://www.clearvuehealth.com/staticfiles/lowpoly.jpg");
  }

#homepage .main-slide{
    padding-bottom: 1em;;
  }

#homepage .main-slide .content{
    display: flex;
    flex-direction: column;
    max-width: 1500px;
  }

#homepage .top-row{
    padding:12px;
  }

#homepage .top-row img.cvlogo {
    height:35px;
  }

#homepage h1.main-text {
    font-size: 16vw;
    max-width: 500px;
    padding: 2em 5vw;
    padding-left:7vw;
    /* align-self:center; */
  }

#homepage span.gradient{
    background: -webkit-linear-gradient(180deg, #b78aff, #FFA826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

#homepage a.image-link{
    flex: 50%;
    height: auto;
    padding:13px;
  }

#homepage a.image-link img{
    border-radius: 7px;
    box-shadow: 0 0 12px #0003;
  }

#homepage .image-row-cont{
    padding:0 4vw;
    max-width:500px;
    padding-bottom:0;
    align-self:center;
  }

#homepage .images-col{
    display: flex;
    margin-bottom:5em;
    flex-direction: column;
  }

#homepage .principle-slide{
    min-height: 15em;
    /* margin-left: 26px; */
    margin-left:15px;
    border-left: 2px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 8em;
  }

#homepage .principle-slide h3{
    color:#454D8F;
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    padding-top: 45px;
    padding-left: 20px;
  
  }

#homepage .principle-slide h2{
    font-weight: bold;
    line-height: 1.5em;
    max-width: 18em;
    padding-left: 20px;
    padding-right: 26px;
    font-size: 30px;
    padding-top: 20px;
    margin-bottom:0.5em;
  }

#homepage .principle{
    padding-top: 55px;
  }

#homepage .principle .icon{
    padding-left: 34px;
  }

#homepage .principle-slide .principle h3{
    padding-left: 25px;
    border-left: 6px solid #454D8F;
    padding-top: 0;
    margin-top: 28px;
  }

#homepage .principle-slide .principle p{
    color:#6E6F81;
    font-weight: bold;
    font-size: 17px;
    line-height: 31px;
    padding-left: 30px;
    padding-top: 18px;
    max-width: 18em;
    margin-bottom:1em;
    padding-right:5px;
  }

@media only screen and (min-width: 600px) {
    #homepage h1.main-text{
      font-size: 50px;
      line-height: 1.6em;
      /* margin-left: 0.3em; */
    }
    #homepage .main-slide{
      font-size:50px
    }
    #homepage .images-col{
      width:50%;
      margin-bottom:unset;
      align-self: center;
    }
    #homepage .main-slide .content{
      flex-direction: row;
    }
  
    #homepage .principle{
      padding-top:43px;
    }
  
    #homepage .principle .icon{
      width:71px
    }
  
    #homepage .principle-slide h3{
      font-size: 22px;
      padding-top: 2.5em;
      padding-left: 21px;
    }
  
    #homepage .principle-slide .principle p{
      max-width:80vw;
      margin-bottom: 0em;
    }
  
  
    #homepage .principle-slide h2{
      font-size: 27px;
      padding-top: 0.7em;
      margin-bottom: 0.25em;
      line-height: 1.4em;
    }
    #homepage .principle-slide .principle h3{
      font-size: 23px;
      margin-top: 1em;
      margin-bottom:0.4em;
    }
  
    #homepage .principle-slide .principle p{
      padding-left: 31px;
      font-size: 18px;
      line-height: 1.8em;
      padding-top:unset;
  }
    
  }

@media only screen and (min-width: 768px) {
    #homepage h1.main-text{
      font-size:9vw;
      padding-left:7vw;
    }
  
    #homepage .image-row-cont{
      padding:0 3vw 0 6vw;
    }
    #homepage .principle-slide{
      margin-left:35px;
    }
  
    #homepage .principle-slide .header h2 {
      margin-bottom: 0.5em;
    }
  }

@media only screen and (min-width:992px) {
    #homepage .principle-cont{
      display:flex;
  
    }
  
    #homepage .images-col{
      flex:50%;
      padding:0 0vw 0 6vw;
    }
    #homepage .principle{
      max-width:33%;
      border-left:1px dashed rgba(0, 0, 0, 0.18);
      padding-right:3.5%;
    }
    #homepage .principle.first{
      border-left:unset;
    }
    #homepage .principle-slide .principle h3{
      font-size:20px;
      line-height: 1.3em;
    }
  
    #homepage .principle-slide .principle p {
      font-size:18px;
    }
  }

@media only screen and (min-width: 1200px) {
    #homepage .principle-cont {
      max-width:1400px;
      min-height:20em;
    }
    #homepage .principle-slide h2 {
      font-size: 33px;
    }
    #homepage .principle-slide h3{
      padding-top:6em;
    }
  
    #homepage .image-row-cont{
      max-width: 600px;
    }
  
    #homepage .images-col{
      /* max-width: 550px; */
      margin-right:2vw;
    }
    #homepage h1.main-text{
      font-size:105px;
    }
    #homepage .main-slide .content{
      justify-content: space-between;
      padding: 1vw;
    }
  }

#homepage .list-slide{
    width:100%;
    min-height:10em !important;
    background-color:rgb(251,251,254);
    padding:2em;
  }

#homepage .article-col{
    flex:1;
    overflow:hidden;
  }

#homepage .card-box{
    min-height:3em;
    background: #FFFFFF;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.13);
    border-radius: 17px;
    padding:20px;
    display:flex;
    flex-direction: column;
    height:100%;
  }

#homepage .card-box.color-box{
    border:1px solid #acb3ff;
    
  }

#homepage .card-box.color-box header{
    padding:5px;
  }

#homepage .card-box header{
    flex: 0 0 3em;
  }

#homepage .card-box.color-box h2{
    color: #53588F;
    font-size: 20px;
    line-height: 19px;
    font-weight:400;
  }

#homepage .card-box.small-articles{
    padding:18px;
    max-width: 20em;
    min-width:226px;
  }

#homepage .card-box .color-header{
    display: flex;
    padding: 2px;
    margin-right:-5px;
    white-space: nowrap;
  }

#homepage .card-box .color-header img{
    height:30px;
  }

#homepage .card-box .color-header .label{
    color: #53588F;
    font-weight: normal;
    align-self: center;
    font-size: 20px;
    margin-bottom:20px;
    padding-left: 13px;
  }

#homepage .card-box header h4{
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #93949F;
  }

#homepage .card-box header h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #2A2A32;
  }

#homepage .card-box header{
    margin-bottom:19px;
  }

#homepage .list-container{
    flex-wrap: wrap;
    max-width:100%;
    overflow-x:scroll;
    padding-right:5em;
    max-height:400px;
  }

#homepage .article {
    display:flex;
    margin-bottom: 14px;
    margin-right:1.6em;
    width:18em;
  }

#homepage .article .article-thumb{
    flex: 0 0 41px;
    width: 41px;
    height:41px;
    overflow:hidden;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    margin-right:16px;
  }

#homepage .article-info{
    display:flex;
    flex-direction: column;
    justify-content: center;
     border-bottom:  1px solid rgba(0, 0, 0, 0.11);
      padding-bottom: 8px;
  }

#homepage .small-articles .article {
    margin-bottom:20px;
  }

#homepage .small-articles .article .article-thumb{
    height:36px;
    width:36px;
    align-self: center;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
    margin-right:14px;
  }

#homepage .small-articles .article-info h5{
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.69);
  }

#homepage .small-articles .article-info{
    border-bottom:unset;
    padding-bottom: unset;
  }

#homepage .small-articles .article-info p{
    font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  }

#homepage .article .article-info h5{
    font-size:16px;
    font-weight:bold;
    line-height:22px;
    color: rgba(0, 0, 0, 0.69);
  }

#homepage .article .article-info p{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
  }

#homepage .hashtags-slide {
    width: 100%;
    min-height: 30em;
  }

#homepage .tagrow{
    width:100%;
  }

@media (max-width:450px){
    #homepage .hashtags-slide h2.rowlabel{
      font-size:2em;
    }
  }

#homepage .hashtags-slide h2{
    color:#fff;
    font-size:47px;
    padding:0.35em 0 0 0.35em;
    font-weight:600;
  }

#homepage .hashtags-slide h2>span{
    color:#ff8500;
  }

#homepage .scrolllabel{
    color:#fff;
    opacity:0.5;
    padding: 0 0 0.5em 0.5em;
    margin-left:8px;
    font-size:18px;
  }

#homepage .article-row-container{
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom:1.5em;
  }

#homepage .article-row{
    padding-left:1em;
    display:inline-flex;
    font-size:16px;
  }

#homepage .text-column{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    color:#495A63;
    padding: 0.8em 0.8em;
  }

#homepage .text-column>.desc{
    font-size:0.70em;
    margin-bottom:1em;
    opacity:0.7;
  }

#homepage .text-column > .title{
    font-size:1.2em;
    font-weight:600;
  }

#homepage .article-row .article{
    cursor:pointer;
    min-height:10em;
    margin:0.5em 0.8em;
    background:#fff;
    width: 21em;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
    border-radius: 0.6em;
    display:flex;
  
  }

#homepage .article-row .article>img{
    flex: 0 0 8.8em;
    height:8.8em;
    margin-left:0.7em;
    width:8.8em;
    align-self:center;
  
      border-radius: 0.6em;
      box-shadow: 0 0 0.25em rgba(0,0,0,0.4);
  
  }

/* MOSTRECENT: VIEWER */

.no-shadow{
  box-shadow:unset !important;
}

.pub-padding{
  /* padding:10px !important;
  margin: -10px !important;
  box-sizing: content-box !important; */
  transform:unset !important;
  
}

.icon-cont{
  align-self:center;
}

.v-blockquote1 {
  font-weight: 100;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.5;
  padding: 0.5em;
}

.minimalquote{
  width:100%;
  display:flex;
  flex-direction: column;
  margin:50px 0 50px 0;
}

.dark-mode .minimalquote .quote{
color:#ffffffde;
opacity: unset;
}

.minimalquote .quote{
  /* font-size: 25px; */
  /* font-weight: lighter; */
  text-align: center;
  padding: 0 1em;
  margin-bottom:0.3em;
  color: #000;
  font-weight: 300;
  /* font-size: 1.23em; */
  font-size:20px;
  line-height: 1.6em;
}

.minimalquote .source{
  color:#fff;
  font-size:16px;
  text-align:center;
  font-weight: bold;
  width:100%;
  align-self:center;

}

.dark-mode .minimalquote .source.link{
  color:#ACD7FF;
}

.minimalquote .source.link{
  /* color:#ACD7FF; */
  color:#3e62b9;
  font-weight:600;
  text-decoration: underline;
}

@media only screen and (min-width: 576px)  {
  div.v-wideimage , .v-wideimage{
      margin:0 0em;
  }
}

.v-imageblock{
  display: flex;justify-content: center;width: 100%;
  padding-top:1em;
  padding-bottom:1.5em;
  margin: 0em 0 0 0;
  
}

.v-imageblock img.wide, .block-image.wide{
  max-width:unset;
  width:100%;
  display:flex;
  justify-content:center;
}

.v-imageblock img, .block-image, .viz-width{
  max-width: 428px;
}

.v-imageblock img, .block-image{
  /* align-self: flex-start; */
  height: auto;
  border-radius: 1em;
  filter:drop-shadow(1px 1px 4px #0000002f);
  -webkit-filter: drop-shadow(1px 1px 4px #0000002f);
  /* filter:drop-shadow(0px 0px 2px #0000000e); */
  /* -webkit-filter:drop-shadow(0px 0px 2px #0000000e);    */
   /* filter:drop-shadow(0px 0px 5px #0005);
  -webkit-filter: drop-shadow(0px 0px 5px #0005); */
  /* filter: drop-shadow(0 0.18em 0.8em 0.15em #00000017); */
  /* -webkit-filter:drop-shadow(0 0.18em 0.8em 0.15em #00000017); */
  overflow: hidden;
  width:100%;
}

.blue-shadow{
  filter:drop-shadow(1px 1.98px 4px rgba(0, 39, 51, 0.52));
  -webkit-filter: drop-shadow(1px 1.98px 4px rgba(0, 39, 51, 0.52));
/* filter:drop-shadow(0px 0px 2px #0000000e); */

}

.v-imageblock img.light-shadow, .block-image.light-shadow{
filter:drop-shadow(0px 0px 2px #0000000e);
}

.v-imageblock img.no-shadow, .block-image.no-shadow{
  filter: unset;
  -webkit-filter: unset;
}

.v-emojilistitem{
  /*border-left: 0.2em solid #0003;*/
  /*padding-left: 1em;*/
  margin: 10px 0 35px 0;
}

.v-wideimage {
  margin:0 -1.8em;
}

.v-wideimage img{
  width:100%;
}

.v-quotecard1{
  align-self:center;
  position:relative;
  width:28em;
  background:#fff;
  border-radius:1em;
  box-shadow: 0 0 0.5em #0002;
  padding:2.5em;
}

.v-quotecard1 .review{
font-size:1.1em;
line-height:2.5em;
color:#969ca8;
margin: 2.4em 0;
}

.v-quotecard1 .author{
font-family:"DM Serif Display", serif;
border-top:1px solid #EBECED;
padding:1.4em 0 0 0;
}

.v-quotecard1 .author-name{
font-size:1.38em;
line-height:1.3em;
}

.v-quotecard1 .role{
color:#969ca8;
font-size:0.69em;
text-transform:uppercase;
}

.cvhtitle .title-container{
  /* padding:1em 0em; */
  margin-bottom:3em;
}

.cvhtitle .category{
color:#70b5dd;
margin-bottom:20px;
font-size:15px;
font-weight:700;
margin-left:0.1em;
}

.study-source.clickable .content:hover{
  background:#d1effb0f;
}

.cvhtitle .desc{
  align-self: center;min-height: 0.5em;
  opacity: 0.65;font-size: 14px;font-style: italic;margin: 1em 0;
}

.cvhtitle h1.title-text{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
  width: 100%;
  padding-bottom: 1.4em;
  margin: 0;
  opacity: 1;
  font-family: "Nunito Sans", serif;
/* font-size:30px;
font-weight: 700;
line-height: 40px;
width: 100%;
padding-bottom:1.4em;
margin:0;
opacity: 1;
font-family: "Nunito Sans", serif; */
}

.cvhtitle h2.title-text{
  opacity: 0.9;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 41px;
  LINE-HEIGHT: 1.37em;
}

.dark-mode .cvhtitle h5.author, .cvhtitle .author2{
  color:#fff;
}

.cvhtitle  h5.author {
  font-family: "Nunito Sans" , sans-serif;
  font-size: 15px;
  opacity: 0.7;
  color: #000;
  font-weight: 500;
  margin-bottom:41px;
  /* margin-bottom:1.5em; */
}

/* .cvhtitle .author2{
  font-size:15px;
  opacity:1;
} */

.cvhtitle  h5.author.bold{
  opacity: 1;
  font-weight:600;
}

.cvhtitle .date{
  font-size:14px;
  opacity:0.8;
  /* font-size: 0.8em;
  opacity: 0.6; */
}

.studyquote{
  padding-bottom: 0.75em;
  width:100%;
}

.studyquote.short{
  border-bottom: 1px solid #93939399;
}

.studyquote .sq-quote{
  width: 100%;
  font-size: 15px;
  opacity: 0.9;
}

.dark-mode .studyquote .sq-quote{
  opacity: 0.65;
}

.studyquote .sq-container{
  padding-top: 13px;
  border-top: 1px solid #93939399;
}

.studyquote .sq-source{
  font-size: 15px;
}

.studyquote .sq-toggle{
  display: flex;
  justify-content: center;
  padding: 6px;
  border-top: 1px solid #93939399;
  border-bottom: 1px solid #93939399;
  background: #c4c4c40f;
  font-weight: bold;
}

.dark-mode .preview-block{
  background: #ffffff24;
}

.preview-block{
  width: 100%;
  border-radius: 2.5em;
  display: flex;
  background: #9ca2c429;
  margin-top: 3em;
  margin-bottom:4em;
}

.preview-label-2{
  font-size: 1.2em;
  text-transform: lowercase;
  font-weight: 700;
  opacity: 0.7;
}

.preview-label{
  font-size: 2.1em;
  font-weight: 600;
  margin-bottom: 1.3em;
}

.preview-block .preview-label-col{
  min-height: 22em;
  padding-left: 2em;
  flex: 33%;
}

.preview-col{
  display: flex;
  flex: 66%;
  font-size: 0.45em;
  justify-content: center;
  margin: 4em 0;
}

.preview-col img{
  border-radius:1.5em;
}

.preview-col .preview-block-container{
  width: 35em;
  align-self: center;
  position: relative;
}

.figure-block{
  margin-top: 0.3em;
}

.figure-block img{
  box-shadow: 0 0.18em 0.8em 0.15em #00000017;
  border-radius: 1em;
}

.figure-block .button-row{
  margin-top: 1.0em;
  margin-bottom: 1.4em;
  padding-left: 0.16em;
}

.figure-block p{
  opacity: 0.8;
  font-size: 15px;
}

.figure-block button{
  /* background: #fff; */
  border-radius: 2em;
  padding: 0.35em 1em;
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 1em;
  box-shadow: 0 0.2em 0.6em #00000026;
}

.figure-block button.active{
  background: #454767;
  color: #fff;
  box-shadow: none;
}

.figure-block .figure-alt{
  text-align: right;
  color: #fff;
  margin-top: 0.5em;
  margin-right: 0.2em;
  font-size: 13px;
  opacity: 0.7;
}

.figure-block .caption-row{
  margin-bottom: 2em;
}

.ul-emoji{
  display: flex;
  margin-bottom: 6px;
  padding-top:15px;
}

.ul-emoji button {
  background:none;
  border:none;
  font-size: 1.2em;
  align-self: center;
}

.ul-emoji .bulletkey{
  margin-right:1em;
  font-weight:bold
}

.ul-emoji .bullet{
  background:#9ca2c429;
  border-radius:0.3em;
  padding:0.25em 0.35em 0.05em 0.35em;
  font-size:20px;
}

.dark-mode .ul-emoji .bullet{
  background:#fff2;
}

button.block-button{
  color: #fff;
  background: unset;
  border: 1px solid #fff9;
  padding: 5px 12px;
  border-radius: 15px;
  font-size:16px;
}

button.block-button.green{
  border:1px solid #19f3a399;
  /* color:#19f3a399; */
}

.dark-mode .quotebox{
  color:#fff;
}

.dark-mode .quotebox .text-col{
  border-left:1px solid #fff6;
}

.quotebox{
  margin-top:34px;
  margin-bottom:38px;
  color:#3d4058;
}

.quotebox .icon{
  flex: 0 0 5em;
}

.quotebox .body, .quotebox .ce-box.body {
  font-size:0.85em;
  font-weight:400;
  border-radius:unset;
  line-height:1.6em;
  text-decoration: none;
}

.quotebox .text-col{
  padding-left:1.5em;
  margin-left:1.5em;
  border-left:1px solid #d3d4dc;
}

.quotebox  .source{
  font-weight: 800;
  padding-bottom: 0.5em;
  font-size: 0.86em;
  align-self:flex-start;
}

.dd-container.new{
  padding: 0.55em 0.75em;
  font-size:1.1em;
}

.dd-container{
  background:#fff;
  color:#22284B;
  border-radius: 0.3em;
  /* padding: 0.55em 0.75em; */
  /* padding:0.8em 1.3em; */
  box-shadow:0 0 0.3em 0 #00000024;
  /* padding: 0.6em 1em; */
  /* padding:0.7em 0.9em; */
  font-weight: 700;
  font-size: 1em;
}

.dd-container .title-row{
  padding:0.7em 0.9em;
}

.dd-container .content-cont{
  padding:0.1em 1.5em 0.7em 1.5em;
  transition: max-height 0.5s;
  max-height:2000px;
}

.dark-mode .dd-container{
  background: #1C1E2C;
  color:#fff;
}

.dark-mode .dd-container .line-spacer{
  background:#fff7;
}

.dd-container .line-spacer{
  align-self:center;
  
  background:#0004;
  height:1px;
  margin:0 1em;
}

.dd-container .bottom-target{
  height:1px;
  margin: 0 1em;
  background:#fff7;
  width:50%;
}

button.minimal{
  border: 1px solid #ffffff75;
  padding: 0.2em 0.55em;
  border-radius: 0.6em;
  font-size:0.9em;
  height:-moz-fit-content;
  height:fit-content;
  align-self: center;;
}

button.minimal.green{
  color:#a2ffa2;
  border:1px solid #a2ffa2;
}

button.minimal.orange{
  color:#ffd3a2;
  border:1px solid #ffd3a2;
}

button.minimal.red{
  color:#ff9e9e;
  border:1px solid #ff9e9e;
}

.togcap .caption {
  min-width:100%;
  width:100%;
  /* font-size: 0.97em; */
  /* line-height:1.5em; */
  min-height:1em;
  text-align:left;
  opacity: 1;
  padding:0;

  /* font-size: 0.85em; */
  font-size:15px;
  font-weight: 300;
  line-height: 1.7em;
  font-family: "Nunito Sans", sans-serif;

}

.togcap .toplabel{
  font-size:16px;
  margin-right:0.45em;
  color:#000c;
  font-weight:300;
}

.dark-mode .togcap .toplabel{
  color:#fff;
}

.bb-container{
  box-shadow: none;
  background: none;
  margin: 0 -1.5em;
  border-top: 0.12em solid #fff3;
  border-radius: 0;
  border-bottom: 0.12em solid #fff3;
  padding: 0.8em 1.5em;
  color:#fff;
}

.light-mode .bb-container{
  border-top:0.12em solid #0003;
  border-bottom:0.12em solid #0003;
}

.bb-titlerow{
  /* padding: 0 1.5em; */
  display: flex;
  justify-content: space-between;
}

.bb-title{
  font-size:15px;
  font-weight: 800;
  margin:0.16em 0;

}

.bb-tabrow{
  width: 110%;
  /* background: #00000054; */
  background:#00000024;
  padding: 0em 5%;
  display: flex;
  margin: 0 -5%;
  margin-top: 0.6em;
  box-shadow: 0 0.1em 0.4em #ffffff0f;
  margin-bottom: 1em;
  padding-left: 15px;
}

.light-mode .bb-tabrow{
  background: #00000012;
  box-shadow: 0 0 3px 0px #00000042;
}

.bb-tab{
  font-weight: 700;
  /* padding: 0.5em 1em; */
  padding: 0.27em 0.7em;
  /* font-size: 1.12em; */
  font-size:1.3em;
  align-self: center;
  cursor:pointer;
  margin-top:8px;
  margin-bottom:8px;
  border-radius: 0.5em;
  margin-right:0.5em;
  background:#ffffff14;
}

.bb-tab.active{
  background: linear-gradient(45deg, #0775c7, #00b39e);
  /* padding: 0.27em 0.7em; */

  
  /* margin-top: 0.5em;
  margin-bottom: 0.5em; */
}

.light-mode .bb-tab.active{
  background:linear-gradient(45deg, #0780da, #15bca8);
  color:#fff;
}

.light-mode .bb-tab{
  color:#2d3342e8;
  background:#0000001a;
}

.light-mode .bb-title{
  color:#374173;
}

@media (min-width: 420px){
  .bb-title{
    font-size: 18px;
  }
  .bb-tab{
    margin-top:10px;
    margin-bottom:10px;
    font-size:13px;
  }
  .bb-tabrow{
    border-radius: 0.6em;
    width: 105%;
    margin: 0.6em -2.5% 1em -2.5%;

  }
}

.abtb-container{
  box-shadow: none;
  background: #0000003d;
  margin: 0 -1.5em;
  border-top: 0.12em solid #fff3;
  border-radius: 0;
  border-bottom: 0.12em solid #fff3;
  padding: 0.8em 0;
}

.abtb-titleRow{
  padding: 0 1.5em;
  display: flex;
  justify-content: space-between;
}

.abtb-title{
  font-size:1.3em;
  font-weight: 800;
}

.abtb-blockLabel{
  font-size:1.4em;
  margin-left:1.2em;
  margin-top:0.3em;
  margin-bottom:0.5em;
  font-weight: bold;
}

.abtb-abBlockContainer{
  padding-top:0.5em;
  margin:0 1.5em;
}

.abtb-fieldLabel{
  color: #fff;
  opacity: 0.6;
  padding-top: 1em;
  margin-left: 1.2em;
  margin-right: 0.6em;
  font-size: 1.2em;
}

.mediumQuote {

  display: flex;
  font-family: 'Nunito Sans', sans-serif;
  background:rgba(238, 239, 249, 0.33);
  position:relative;
  padding: 44px 0 20px 0;

  margin-top: 2em;
  margin-bottom: 6em;
  background:rgb(238 242 245 / 69%);
  box-shadow:0 0 0.3em #00000021;
}

@media only screen and (min-width:900px){
  .mq-container{
    display:flex;
    width: 100%;
    justify-content: center;
  }
  .mediumQuote{
    border-radius:1em;
    overflow: hidden;
    padding:41px 0 20px 0;
    margin:unset;
  }
  .mediumQuote .quote{
    font-size:19.5px;
    padding-right:30px;
  }
}

.mediumQuote.dark{
    background:rgba(255, 255, 255, 0.03);
    box-shadow:unset;

}

.mediumQuote .citation2{
  color:#fff;
  font-family: 'Nunito Sans';
  font-weight: 400;
  line-height: 32px;
  background: rgba(217, 217, 217, 0.09);
  border-radius: 8px;
  margin-right: 1em;
  padding: 0px 11px;
  font-size: 14px;
  margin-top: 7px;
  display: flex;
  min-height:30px;
  justify-content: space-between;
  cursor: pointer;
}

.mediumQuote .citation2:hover{
  background: rgba(217, 217, 217, 0.2);
}

.mediumQuote.dark .quote{
    color:rgb(209 209 218);
  }

.mediumQuote.dark .source{
    color:#fff;
  }

.mediumQuote.dark .imageContainer{
    background:url('https://www.clearvuehealth.com/staticfiles/libraryTexture.jpg');
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.04;
    z-index:0;
  }

.mediumQuote .quoteCol{
  color:#FFA500;
  /* font-size: 87px;
  margin-top: -24px;
  padding: 0 18px; */
  font-size:81px;
  margin-top:-23px;
  padding: 0 16px;
}

.mediumQuote .quote{
  color:rgb(61 64 88);
  /* color:rgb(209 209 218); */
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  padding-right:40px;
  /* max-width:83%; */

}

.mediumQuote .source{
  font-weight:400;
  color:#3d3f52;
  margin-top: 41px;
  font-size: 18px;
  margin-bottom:19px;
}

@media only screen and (max-width:450px){
  .mediumQuote .quote{
    font-size:16px;
    padding-right:30px;
  }
  .mediumQuote .source{
    font-size:15px;
  }
  .mediumQuote .quoteCol{
    font-size:72px;
    margin-top:-21px;
    padding: 0 10px;

  }
}

/* ! tailwindcss v3.3.4 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.z-10 {
  z-index: 10;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-2 {
  padding: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.\!blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body, html {
	margin:0;
	position:relative;
	min-width: 320px;
	font-family:"Nunito Sans", sans-serif;
}

#app{
	min-width: 320px;
	width:100%;
	position: relative;
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {

  .md\:visible {
    visibility: visible;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}

