.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: fit-content;
  align-self: center;
}
.icon-label input {
  background: unset;
  color: #fff;
  border: none;
}

.feed-col {
  padding: 3em 0 90vh 0;
  min-width: 350px;
  overflow: auto !important;
  box-sizing: border-box;
  width: 100vw;
  font-size: 2.67vw;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  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;
  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: #23263a;
}
.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 {
  max-width: 428px;
  width: 100%;
  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);
  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", 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;
}

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

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

/*# sourceMappingURL=app.css.map */
