.heha-footer {
  background-color: #fde696;
  color: black; }
  .heha-footera {
    color: black; }

.home-popup {
	width:512px;
	height:512px;
}
.home-popup-img {
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px) {
	.heha-footer {
		font-size: 12px;
	}
	
	.home-popup {
		width:300px;
		height:284px;
	}
}

.footer-link {
  color: black; }

.heha-header {
  background-color: #ffe52e;
  color: black; }
  .heha-headera {
    color: black; }

.custom-logo-link {
  margin-left: auto; }
  .custom-logo-link img {
    width: 50px;
    height: 50px; }

.masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.nav-link {
  text-transform: uppercase;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.navbar-light .navbar-nav .nav-link {
  color: black !important; }

.heha-langswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .heha-langswitch li {
    border-right: solid 1px black; }
    .heha-langswitch li a {
      text-decoration: none;
      color: black; }
  .heha-langswitch li:last-child {
    border: 0px; }

@media only screen and (min-width: 768px) {
  .menu-divider li {
    border-right: solid 1px black; }
  .menu-divider li:last-child {
    border: 0px; } }

.heha-hero img {
  width: 100%; }

.hero-container {
  position: relative; }

.hero-button {
  text-align: center;
  position: absolute;
  top: 57%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .hero-button img {
    width: 75%; }
    @media screen and (max-width: 960px) {
      .hero-button img {
        width: 45%; } }
    @media screen and (min-width: 960px) and (max-width: 1196px) {
      .hero-button img {
        width: 65%; } }

.stacks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.stacks-content {
  -ms-flex-item-align: center;
      align-self: center;
  overflow: hidden;
  position: relative;
  padding: 17% 10% 5% 10%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 960px) {
    .stacks-content {
      padding: 5%; } }

.stack {
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  pointer-events: none; }
  .stack .stack__item--reject {
    -webkit-animation: cardReject 1s forwards;
    animation: cardReject 1s forwards;
    z-index: 999 !important; }
  .stack .stack__item--accept, .stack .stack__item--accept-delay-0, .stack .stack__item--accept-delay-1, .stack .stack__item--accept-delay-2, .stack .stack__item--accept-delay-3 {
    -webkit-animation: cardAccept 0.5s forwards;
    animation: cardAccept 0.5s forwards; }
    .stack .stack__item--accept-delay-0 {
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      z-index: 999 !important; }
    .stack .stack__item--accept-delay-1 {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s;
      z-index: 998 !important; }
    .stack .stack__item--accept-delay-2 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
      z-index: 997 !important; }
    .stack .stack__item--accept-delay-3 {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
      z-index: 996 !important; }
  .stack .stack__item--current .stack-subtitle-div {
    -webkit-animation: fadeOut 1s forwards;
    animation: fadeOut 1s forwards;
    z-index: 999 !important; }
  .stack .stack__item--accept .stack-subtitle-div, .stack .stack__item--accept-delay-0 .stack-subtitle-div, .stack .stack__item--accept-delay-1 .stack-subtitle-div, .stack .stack__item--accept-delay-2 .stack-subtitle-div, .stack .stack__item--accept-delay-3 .stack-subtitle-div {
    opacity: 0; }
  .stack .stack-maintitle-div {
    opacity: 0; }
    @media only screen and (max-width: 960px) {
      .stack .stack-maintitle-div {
        opacity: 1;
        font-size: 1.5rem; } }
  .stack .stack__item--current .stack-maintitle-div {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
    z-index: 999 !important; }
  .stack .stack__item--accept .stack-maintitle-div, .stack .stack__item--accept-delay-0 .stack-maintitle-div, .stack .stack__item--accept-delay-1 .stack-maintitle-div, .stack .stack__item--accept-delay-2 .stack-maintitle-div, .stack .stack__item--accept-delay-3 .stack-maintitle-div {
    opacity: 1; }
  .stack .stack__item--accept-quick .stack-maintitle-div {
    opacity: 1; }
  @media only screen and (max-width: 960px) {
    .stack {
      height: auto !important; } }

.stack__item {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: #eae9c7;
  border: 1px solid lightgrey;
  min-height: 400px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto; }
  @media only screen and (max-width: 960px) {
    .stack__item {
      -webkit-transform: none !important;
              transform: none !important;
      z-index: 0 !important;
      position: relative;
      margin-top: 10px; } }

.stack__item--first .stack-subtitle-div {
  opacity: 0; }

.stack__item--first .stack-maintitle-div {
  opacity: 1 !important; }

@-webkit-keyframes cardReject {
  to {
    opacity: 0.75;
    -webkit-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0);
    transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0); } }

@keyframes cardReject {
  to {
    opacity: 0.75;
    -webkit-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0);
    transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0); } }

@-webkit-keyframes cardAccept {
  to {
    opacity: 0.75;
    -webkit-transform: translate3d(0, 0, 1000px);
    transform: translate3d(0, 0, 1000px); } }

@keyframes cardAccept {
  to {
    opacity: 0.75;
    -webkit-transform: translate3d(0, 0, 1000px);
    transform: translate3d(0, 0, 1000px); } }

@-webkit-keyframes fadeIn {
  to {
    opacity: 1; } }

@keyframes fadeIn {
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  to {
    opacity: 0; } }

@keyframes fadeOut {
  to {
    opacity: 0; } }

.stacks-inner-content {
  margin: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem; }
  @media only screen and (max-width: 960px) {
    .stacks-inner-content {
      height: auto !important; } }
  .stacks-inner-content p {
    font-size: 1.2rem; }

.expandable {
  font-size: 1.2rem !important; }

.stacks-title {
  margin: 0 auto 6em 0;
  font-size: 1em;
  z-index: 100;
  position: relative;
  color: rgba(0, 0, 0, 0.25); }

.stack-subtitle-div {
  margin-left: auto;
  font-size: 20pt;
  margin-right: 50px;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 10px; }
  @media only screen and (max-width: 960px) {
    .stack-subtitle-div {
      opacity: 0;
      width: 0; } }

.stack-title-div {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  color: white;
  font-size: 3rem; }

.webiggerthani_but {
  width: 100%; }
  .webiggerthani_but a {
    width: 80%; }

.stack-schedule {
  background: #f6d976; }

.stack-webiggerthani {
  background: #a8d2a5; }

.stack-testimonial {
  background: #abcdc6; }

.stack-faq {
  background: #edd09a; }

.join_but {
  width: 100%; }

.stack-card-content {
  padding: 5px; }
  .stack-card-content img {
    width: 100%; }

.card-header button {
  text-align: inherit; }

#accordion .card-header {
  padding: 0.3rem 1.25rem !important;
  margin-bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }

#accordion .card-body {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  min-height: 1px !important;
  padding: 0.3rem 1.5rem 0.3rem 1.5rem !important;
  background-color: #f4e7ae; }

.cloud-background {
  background-image: url("./img/workshop-cloud-color-border.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top; }

.join-modal-title {
  width: 100%; }

.modal-header {
  display: block !important;
  background: #ffe52e; }

.modal-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border-top: none !important; }

.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  z-index: 3;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  font: 18px Arial, sans-serif; }

.error {
  color: red; }

.numberLineHalfUp::after {
  content: '';
  position: absolute;
  height: 100%;
  z-index: 0;
  top: -10px;
  left: 30px;
  border: 3px solid black; }

.numberLineHalfDown::after {
  content: '';
  position: absolute;
  height: 100%;
  z-index: 0;
  top: 18px;
  left: 30px;
  border: 3px solid black; }

.numberLineFull::after {
  content: '';
  position: absolute;
  height: 100%;
  z-index: 0;
  top: -10px;
  left: 30px;
  border: 3px solid black; }

.join-form {
  margin-top: 30px;
  margin-bottom: 30px; }

.member-reg-form {
  margin-top: 30px;
  margin-bottom: 30px; }

.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 768px) {
	.workshop-title-content > p {
		font-size: 12px;
	}
	
	.workshop-title-content > p > .has-inline-color {
		font-size: 18px !important;
	}
	
	.stacks-inner-content, .stacks-inner-content p, .stacks-inner-content div p {
		font-size: 1rem !important;
	}
}

#other {
  margin-left: 5px; }

.card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: auto; }

.card {
  height: 100%; }

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

.stack-0 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.stack-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.stack-2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.stack-3 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.carousel-item {
  padding: 20px; }

.carousel-control-next,
.carousel-control-prev {
  color: black !important;
  width: auto !important;
  -webkit-filter: invert(100%);
          filter: invert(100%); }

.carousel-inner {
  min-height: 540px; }

.carousel-inner > .carousel-item.carousel-item-next,
.carousel-inner > .carousel-item.active.carousel-item-right {
  -webkit-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0); }

.carousel-inner > .carousel-item.carousel-item-prev,
.carousel-inner > .carousel-item.active.carousel-item-left {
  -webkit-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0); }

.carousel-control-prev {
  top: 0 !important;
  width: 100% !important;
  bottom: auto !important; }
  .carousel-control-prev .carousel-control-prev-icon {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }

.carousel-control-next {
  top: auto !important;
  width: 100% !important;
  bottom: 0 !important; }
  .carousel-control-next .carousel-control-next-icon {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }

.stack-but {
  background-color: #ffffff !important;
  color: #38b5eb !important;
  border-color: white !important;
  width: 80% !important;
  height: 0px !important; }

body {
  padding-top: 66px;
  font-family: 'Arial' !important; }

.heha-bullet {
  list-style: none; }
  .heha-bullet li:nth-child(n + 0)::before {
    content: '\25E6';
    color: #ff2277;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
    font-size: 25px; }
  .heha-bullet li:nth-child(2n + 0)::before {
    content: '\25E6';
    color: blue;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
    font-size: 25px; }
  .heha-bullet li:nth-child(3n + 0)::before {
    content: '\25E6';
    color: green;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
    font-size: 25px; }

.heha-content {
  font-size: 1.25em; }

.yellow-background {
  background-color: #fee688; }

/* Color Options
--------------------------------------------- */
.has-yellow-color {
  color: #fee688; }

.has-yellow-background-color {
  background-color: #fee688; }
.has-yellow-background-color:hover {
  background-color: #DDDDDD !important; }
.guidelineBtn{
 
  background-color: #D3D3D3 ; 
}
.guidelineBtn:hover{
  
  background-color: #fee688 !important; 
}
.has-pink-color {
  color: #ff2a79; }

.has-pink-background-color {
  background-color: #ff2a79; }

.has-white-color {
  color: #ffff; }

.has-white-background-color {
  background-color: #ffff; }

.has-paleyellow-color {
  color: #faf8d2; }

.has-paleyellow-background-color {
  background-color: #faf8d2; }

.alignwide,
.alignfull {
  width: 100%; }

.btn-pink {
  background-color: #ff2a79 !important;
  color: #fff !important;
  border: 1px solid lightgray !important;
  -webkit-box-shadow: 2px 2px lightgray;
          box-shadow: 2px 2px lightgray;
  width: 100%; }

.btn-pink:hover {
  color: #fff; }

.btn-paleblue {
  background-color: #9dd3f7 !important;
  color: #fff !important;
  border: 1px solid lightgray !important;
  -webkit-box-shadow: 2px 2px lightgray;
          box-shadow: 2px 2px lightgray;
  width: 100%; }

.btn-paleblue:hover {
  color: #fff; }

.btn-white {
  background-color: white !important;
  color: black !important;
  border: 1px solid lightgray !important;
  -webkit-box-shadow: 2px 2px lightgray;
          box-shadow: 2px 2px lightgray;
  width: 100%; }

.btn-white:hover {
  color: black; }

.book-img {
  width: 100px;
  margin: 0 auto;
  display: block; }

.popmake-title {
  padding: 20px !important;
  text-align: center !important;
  background: #ffe52e !important; 
}

.popmake {
  border: 0px !important;
  padding: 0px !important; }

.pum-theme-152 .pum-content,
.pum-theme-lightbox .pum-content {
  color: #000000;
  outline: none;
  font-family: inherit;
  font-weight: initial !important; }

.popmake-content {
  padding: 15px; }
  .popmake-content img {
    margin: 0 auto;
    display: block; }

.popup-but {
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.popup-but a {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 20px;
  color: white !important; }

@media only screen and (max-width: 768px) {
  .pum-theme-152 .pum-title, .pum-theme-lightbox .pum-title {
    font-size: 20px !important;
  }
	
	.popup-but a {
		font-size: 15px;
	}
	
	.pum-content.popmake-content > h5 {
		font-size: 12px;
	}
}

.home-img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .home-img-col .wp-block-image {
    width: 100%;
    margin-bottom: initial !important; }
  .home-img-col figure {
    margin: 0 0 !important; }

.close-but {
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
          box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: black; }

.navbar {
  font-size: 1.1rem; }

.sp-thumbnail {
  width: 80px;
  height: 80px; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] nav {
  margin-right: 0px !important; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0px !important; }

.about-title {
  display: table-caption; }

.book-but {
  height: 62px; }

.forward-title {
  margin-top: 22px;
  font-size: 18px; }

.forward-subtitle {
  font-size: 16px; }

.arlink,
.forward-initiator {
  font-size: 16px; }

.forward-text {
  margin-top: 25px !important;
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .menu-item {
    margin: 5px 0px;
    padding-left: 10px; } }

.header_icon {
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.feedbackBut,
.habitBut,
.downloadBut {
  font-size: 1.35rem !important; }
  @media screen and (max-width: 768px) {
    .feedbackBut,
    .habitBut,
    .downloadBut {
      font-size: 1rem !important; } }

html {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  html ::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent; }
  html ::-webkit-scrollbar {
    width: 0px !important;
    background-color: transparent; }
  html ::-webkit-scrollbar-thumb {
    background-color: transparent; }

.wp-block-image img {
  max-width: 100%;
  height: auto;
  margin: 5px; }

.qoute-img {
  width: 60%; }

.qoute-content {
	width:100%; 
	min-height:50px; 
	word-wrap: break-word;
	text-align:center; 
	font-size:1.8rem;
}

  @media screen and (max-width: 768px) {
    .qoute-img {
      width: 200px !important; }
	  
	  .qoute-content {
			font-size:1rem;
		}
	  
	  .home-key-title > span {
		  display: block;
		  font-size: 26px;
		  line-height: 38px;
	  }
	  .heha-content {
		  font-size: 1rem;
	  }
}

@media screen and (max-width: 768px) {
  .stacks-content {
    padding: 5px !important; } }

@media screen and (max-width: 768px) {
  .stacks-inner-content {
    margin: 15px !important; } }

.heha-badge {
  font-size: 85% !important;
  padding: .4em .8em !important;
  font-weight: 100 !important;
  margin-left: .2em !important;
  margin-right: .2em !important; }

#wpmem_login label, #wpmem_reg label.checkbox, #wpmem_reg label.select, #wpmem_reg label.text, #wpmem_reg label.textarea {
  width: 20% !important; }

#wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_select, #wpmem_reg .div_text {
  width: 80% !important; }

#wpmem_login .form, #wpmem_reg .form {
  width: 70% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.button_div {
  text-align: center !important; }

.button_div #rememberme, #wpmem_login label[for=rememberme] {
  display: none !important; }

.button_div input[type=submit] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.calendar {
  text-align: center;
  padding: 1.5em;
  background-color: transparent;
  border-radius: 8px; }

.line {
  grid-column: 1 / -1;
  height: 1px;
  background: black; }

.calendar-details-wrapper {
  margin: 10px 15px; }

.calendar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.details-legend {
  border-radius: 25%;
  border: 3px solid;
  width: 3ch;
  max-width: 3ch;
  min-width: 3ch;
  height: 2ch;
  margin-right: 10px;
  border-color: transparent; }

.month-indicator {
  color: var(--blue-grey-700);
  text-align: center;
  font-weight: 500; }

.day-of-week {
  margin-top: 1.25em;
  border-bottom: 1px solid black;
  padding-bottom: 0.5em;
  display: grid;
  grid-template-columns: repeat(7, 1fr); }
  .day-of-week > * {
    font-variant: small-caps;
    text-align: center; }

.date-grid {
  margin-top: 0.5em;
  display: grid;
  grid-template-columns: repeat(7, 1fr); }
  .date-grid div {
    margin: 1px;
    border-radius: 25%; }
  .date-grid div time {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .date-grid div.is-selected-blue {
    outline: none;
    border: 2px solid #0083c2; }
  .date-grid div.is-selected-red {
    outline: none;
    border: 2px solid #f50057; }

.expandable {
  width: 100%; }

.expandable-btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.expandable-btn-notice {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right; }

@media screen and (max-width: 768px) {
	.expandable-btn-div {
		display: block;
		-webkit-box-pack: start;
		font-size: 14px;
	}
	
	.expandable-btn-notice {
		text-align: left;
	}
}

.bubble {
  border: 15px solid transparent;
  padding: 25px;
  height: 250px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.bubble-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height:100px;
  /*-webkit-box-orient: vertical;*/
  overflow: hidden;
  margin: 0 0 1em 0;
  overflow: hidden; }

.bubble-more {
  -ms-flex-item-align: end;
      align-self: end;
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: arial, sans-serif;
  color: #069;
  text-decoration: underline;
  cursor: pointer; }

.testimonial-column {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.expandable-btn-notice span {
  font-family: -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';
  font-weight: initial; }

@media screen and (max-width: 768px) {
	.h2, h2 {
		font-size:1.5rem;
	}
	
	.has-medium-font-size {
		font-size:16px;
	}
	
	.book-content h2 {
		font-size: 1.25rem;
		font-weight: 800;
	}
	
	.book-content p {
		font-size: 14px;
	}
	
	.bubble-text {
		font-size:16px;
		/*width: 200px;*/
	}
}

.blog-post-image-container {
  display: block;
  width: 300px;
  height: 200px;
}

.blog-post-image {
  display: block;
  max-width:250px;
  max-height:200px;
  width: auto;
  height: auto;
  margin: auto;
}
 @media screen and (max-width: 768px) {
     .blog-post-image {
  display: block;
 
  /*width: 60%;*/
  height: auto;
  margin: auto;
}
     
 }
.blog-audio-container{
    line-height:60px;
}
.blog-audio-text{
    vertical-align: middle;
    bottom: 20px;
    position: relative;
}
.blog-container{
    /*height:300px !important;*/
}
.blog-content-video{
    display:flex;
    
}