/*!
Theme Name: mhc
Theme URI: https://scale3c.com
Author: Edgaras Dambrauskas
Author URI: https://scale3c.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mhc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* CODE FOR POPUP */
.pum-title {
  font-family: "Druk", sans-serif !important;
}

.pum-content {
  font-family: "Circular Std", sans-serif !important;
}

.pum-content a {
  text-decoration: underline !important;
  font-weight: 900 !important;
  color: #fff !important;
}

.pum-content p:focus-visible,
.pum-content:focus-visible,
.pum-content {
  border: none !important;
  outline: none !important;
}

.pum-theme-2981 .pum-container,
.pum-theme-lightbox-2 .pum-container {
  background-color: #000 !important;
  border: none !important;
  padding: 50px !important;
}

.pum-theme-2981 .pum-title,
.pum-theme-lightbox-2 .pum-title {
  color: #fff !important;
}

.pum-theme-2981 .pum-content,
.pum-theme-lightbox-2 .pum-content {
  color: #fff !important;
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  .pum-container.pum-responsive {
    width: calc(91% - 25px) !important;
  }
}

/* MICROMODAL */
/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 95vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.25;
  color: #000;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

#rs-main .rs-main-cont {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#rs-main select {
  padding: 10px 5px;
}

#rs-main .form-question {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
}

#rs-main .rs-main-cont .qlab {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}

#rs-main .rs-main-cont button {
  width: 100%;
  padding: 12px 0;
  border: 2px solid #000;
  font-weight: 700;
  background-color: #fff;
}

#rs-main .rs-main-cont button:hover {
  color: #fff;
  background-color: #000;
}

#rs-main .form-question input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#rs-main .form-question .radioholder {
  display: flex;
  transform: translateX(-10px);
  margin-top: 10px;
}

#rs-main .form-question .radiostyle .fcheck {
  border: 1px solid #000;
  padding: 5px 12px;
  cursor: pointer;
  width: 80px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rs-main .form-question .radiostyle .fcheck:hover {
  background-color: #000;
  color: #fff;
}

#rs-main .form-question input:checked~.fcheck {
  background-color: #000;
  color: #fff;
}

#rs-main .checkbox-flexbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

/* The container */
#rs-main .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#rs-main .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#rs-main .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* On mouse-over, add a grey background color */
#rs-main .check-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#rs-main .check-container input:checked~.checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
#rs-main .check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#rs-main .check-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#rs-main .check-container input:checked~.checkmark:after {
  left: 9px;
  top: 5px;
  content: "";
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resource-trigger {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  margin-top: 40px;
  width: 200px;
  text-align: center;
}

div.survey-trig-cont {
  display: flex;
  flex-direction: column;
}

div.survey-trig-cont p {
  margin-top: 10px;
  max-width: 500px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .resource-trigger {
    margin: 20px 0;
    float: left;
  }
}

#resourcesurvey input[type="text"] {
  padding: 10px;
}

.feelings-hero {
  color: #fff;
  padding: 80px 80px 80px;
  display: flex;
  align-items: flex-end;
}

.feelings-hero .feelings-hero-left {}

.feelings-hero .feelings-hero-left h1 {
  font-size: 17.5vw;
  line-height: 0.85;
  text-transform: uppercase;
}

.feelings-hero .feelings-hero-right {
  padding-left: 50px;
}

.feelings-hero .feelings-hero-right p {
  font-size: 20px;
  font-weight: 600;
}

.feelings-moodmeter {
  display: flex;
}

.feelings-moodmeter .feelings-moodmeter-left {
  background-color: #ffcf19;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feelings-moodmeter .feelings-moodmeter-left a {
  max-width: 75%;
}

.feelings-moodmeter .feelings-moodmeter-left img {
  width: 100%;
}

.feelings-moodmeter .feelings-moodmeter-right {
  width: 50%;
  padding: 100px 50px;
}

.feelings-moodmeter .feelings-moodmeter-right h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 20px;
}

.feelings-moodmeter .feelings-moodmeter-right p {
  font-size: 19px;
}

/* MOODTUNES */

.feelings-moodtunes {
  display: flex;
  padding: 80px 0;
  font-family: "Circular Std", sans-serif;
}

.feelings-moodtunes .feelings-moodtunes-left {
  width: 50%;
  padding: 100px 50px;
}

.feelings-moodtunes .feelings-moodtunes-left a {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

.feelings-moodtunes .feelings-moodtunes-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox {
  color: #000;
  font-family: Druk, sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0 10px 20px;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(1) {
  background-color: #ffcf1a;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(2) {
  background-color: #ffe58c;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(3) {
  background-color: #fff5cc;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(4) {
  background-color: #ee3124;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(5) {
  background-color: #ff998f;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(6) {
  background-color: #0085ff;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(7) {
  background-color: #80c2ff;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(8) {
  background-color: #cce8ff;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(9) {
  background-color: #61b000;
}

.feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox:nth-child(10) {
  background-color: #b0d680;
}

.feelings-moodtunes .feelings-moodtunes-left h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 20px;
}

.feelings-moodtunes .feelings-moodtunes-left p {
  font-size: 19px;
}

/* EMOTION BASED LEARNING TEMPLATE */
.emotion-based-learning-container {
  font-family: "Circular Std", sans-serif;
}

.emotion-based-learning-container-heading {
  padding: 80px 80px 20px;
  max-width: 850px;
}

.emotion-based-learning-container h2 {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 82px;
}

.emotion-based-learning-container .ebl-block-container {
  display: flex;
  flex-wrap: wrap;
}

.emotion-based-learning-container .ebl-block-container .ebl-block {
  width: 25%;
  height: 25vw;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.emotion-based-learning-container .ebl-block-container .ebl-block h4 {
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Circular Std", sans-serif;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 2px 8px;
  font-weight: 600;
}

.emotion-based-learning-container .ebl-block-container .ebl-block a {
  color: #000;
}

.emotion-based-learning-container .ebl-block-container .ebl-block h3 {
  width: 190px;
  font-size: 45px;
  text-align: center;
  margin-top: 17px;
  font-weight: 700;
  line-height: 43px;
}

.emotion-based-learning-container .ebl-block-container .ebl-block:nth-child(1) {
  background-color: #ffcf1a;
}

.emotion-based-learning-container .ebl-block-container .ebl-block:nth-child(2) {
  background-color: #0085ff;
}

.emotion-based-learning-container .ebl-block-container .ebl-block:nth-child(3) {
  background-color: #61b000;
}

.emotion-based-learning-container .ebl-block-container .ebl-block:nth-child(4) {
  background-color: #ee3124;
}

/* FEELINGS RESOURCES */
.feelings-resources {
  display: flex;
  font-family: "Circular Std", sans-serif;
}

.feelings-resources .feelings-resources-left {
  width: 50%;
  padding: 60px 50px;
}

.feelings-resources .feelings-resources-right {
  width: 50%;
  padding: 100px 50px;
  background-color: #ffcf1a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feelings-resources .feelings-resources-right img {
  max-width: 170px;
}

.feelings-resources .feelings-resources-left h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 30px;
  line-height: 8vw;
}

.feelings-resources .feelings-resources-left a {
  color: #000;
}

.feelings-resources .feelings-resources-left p {
  font-size: 17px;
}

/* FEELINGS SOCIAL */
.feelings-social {
  display: flex;
}

.feelings-social .feelings-social-left {
  background-color: #61b000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.feelings-social .feelings-social-left img {
  width: 5vw;
  margin: 2vw;
}

.feelings-social .feelings-social-right {
  width: 50%;
  padding: 60px 50px;
}

.feelings-social .feelings-social-right h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 30px;
  line-height: 8vw;
}

.feelings-social .feelings-social-right p {
  font-size: 17px;
}

.feelings-social .feelings-social-right a {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

.feelings_s_container,
.edh_container {
  position: relative;
}


.edh_container .slick-slider {
  position: relative;
}

.edh_container .slick-slider .slick-track {
  min-height: 620px;
  background-color: rgb(255, 128, 0);
}

.feelings_s_container .feelings_slider_container .item {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  min-height: 200px;
  font-size: 30px;
  line-height: 36px;
  padding: 30px 10vw 60px 10vw;
  text-align: center;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.edh_container .feelings_slider_container .item {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  min-height: 200px;
  font-size: 30px;
  line-height: 36px;
  padding: 30px 10vw 60px 10vw;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.edhim {
  width: 300px;
}

.edhlink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feelings_s_container .feelings_slider_container .item .affirmationtag {
  width: 150%;

}

.edh_container .feelings_slider_container .item .affirmationtag {
  width: 150%;
  margin-top: 20px;
}

.feelings_s_container .feelingslidercontrol {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.edh_container .feelingslidercontrol {
  position: relative;
  /* bottom: 60px; */
  /* right: 10%; */
  /* transform: translateX(50%); */
  text-align: center;
  justify-content: center !important;
  padding: 40px 0;
}

.feelings_s_container .feelings-moodmeter-right,
.edh_container .feelings-moodmeter-right {
  width: 50%;
  padding: 0px 50px;
}

.feelings_s_container .feelings-moodmeter-right h2,
.edh_container .feelings-moodmeter-right h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 20px;
}

.feelings_s_container .feelings-moodmeter-right p,
.edh_container .feelings-moodmeter-right p {
  font-family: "Circular Std", sans-serif;
  font-size: 19px;
}

.feelings_s_container .feelings_slider_container .item .affirmationtag h3 {
  background-color: #fff;
  padding: 13px;
  display: inline-block;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 31px;
}

.edh_container .feelings_slider_container .item .affirmationtag h3 {
  background-color: #fff;
  padding: 13px;
  display: inline-block;
  font-size: 30px;
  color: #000 !important;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 31px;
}


@media only screen and (max-width: 900px) {
  .feelings-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 20px 80px;
  }

  .feelings-hero .feelings-hero-right {
    padding-left: 0;
  }

  .feelings-hero .feelings-hero-left h1 {
    font-size: 85px;
  }

  .feelings-moodmeter {
    flex-direction: column;
  }

  .feelings-moodmeter .feelings-moodmeter-left {
    width: 100%;
    padding: 50px 20px;
  }

  .feelings-moodmeter .feelings-moodmeter-right {
    width: 100%;
    padding: 20px 20px 50px;
  }

  .feelings-moodmeter .feelings-moodmeter-right h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .feelings-moodtunes {
    flex-direction: column-reverse;
  }

  .feelings-moodtunes .feelings-moodtunes-right {
    width: 100%;
  }

  .feelings-moodtunes .feelings-moodtunes-right .moodgrad-container .moodbox {
    font-size: 37px;
  }

  .feelings-moodtunes .feelings-moodtunes-left {
    width: 100%;
    padding: 80px 20px 60px;
  }

  .feelings-moodtunes .feelings-moodtunes-left h2 {
    font-size: 60px;
  }

  .feelings_s_container .feelings-moodmeter-right {
    width: 100%;
    padding: 0px 20px;
  }

  .edh_container .feelings-moodmeter-right {
    width: 100%;
    padding: 80px 20px;
  }

  .feelings_s_container .feelings-moodmeter-right h2,
  .edh_container .feelings-moodmeter-right h2 {
    font-size: 65px;
    line-height: 65px;
  }

  .flexmood {
    flex-direction: column-reverse;
  }

  .emotion-based-learning-container-heading {
    padding: 80px 20px 30px;
  }

  .emotion-based-learning-container h2 {
    font-size: 65px;
    line-height: 65px;
  }

  .emotion-based-learning-container .ebl-block-container {
    flex-direction: column;
  }

  .emotion-based-learning-container .ebl-block-container .ebl-block {
    width: 100%;
  }

  .feelings-resources {
    flex-direction: column;
  }

  .feelings-resources .feelings-resources-left {
    width: 100%;
    padding: 80px 20px 20px;
  }

  .feelings-resources .feelings-resources-left h2 {
    font-size: 65px;
    line-height: 65px;
  }

  .feelings-resources .feelings-resources-right {
    width: 100%;
    padding: 100px 50px;
  }

  .feelings-social {
    flex-direction: column-reverse;
  }

  .feelings-social .feelings-social-right {
    width: 100%;
    padding: 80px 20px 20px;
  }

  .feelings-social .feelings-social-right h2 {
    font-size: 65px;
    line-height: 65px;
  }

  .feelings-social .feelings-social-left {
    width: 100%;
    min-height: 150px;
  }

  .feelings-social .feelings-social-left img {
    width: 35px;
    margin: 10px;
  }

}

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

  .feelings_s_container .feelings_slider_container .item .affirmationtag h3,
  .edh_container .feelings_slider_container .item .affirmationtag h3 {
    font-size: 25px;
  }

  .feelings_s_container .feelings_slider_container .item,
  .edh_container .feelings_slider_container .item {
    font-size: 18px;
    line-height: 24px;
  }

  .feelings_s_container .feelings_slider_container .item .affirmationtag,
  .edh_container .feelings_slider_container .item .affirmationtag {
    width: 100%;
  }

}

.roots-rootsintro {
  background-color: #61b000;
  padding: 80px 80px 80px;
}

.roots-rootsintro h1 {
  font-size: 10.5vw;
  font-weight: 700;
  line-height: 10vw;
}

.roots-rootsintro .textt {
  font-size: 19px;
  font-weight: 500;
}

.roots-rootsintro p {
  margin: 30px 0;
}

.roots-rootsintro a,
.roots-rootsintro a:hover {
  text-decoration: underline;
  color: #000;
}

/* ROOTS RESOURCES */
.roots-resources {
  display: flex;
  font-family: "Circular Std", sans-serif;
  height: 50vh;
}

.roots-resources .roots-resources-left {
  width: 50%;
  padding: 60px 50px;
}

.roots-resources .roots-resources-right {
  width: 50%;
  padding: 100px 50px;
  background-color: #ee3124;
  display: flex;
  justify-content: center;
  align-items: center;
}

.roots-resources .roots-resources-right img {
  max-width: 170px;
}

.roots-resources .roots-resources-left h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 8vw;
}

.roots-resources .roots-resources-left a {
  color: #000;
}

.roots-resources .roots-resources-left p {
  font-size: 17px;
}

/* ROOTS SOCIAL */
.roots-social {
  display: flex;
  height: 50vh;
}

.roots-social .roots-social-left {
  background-color: #ff4fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.roots-social .roots-social-left img {
  width: 5vw;
  margin: 2vw;
}

.roots-social .roots-social-right {
  width: 50%;
  padding: 60px 50px;
}

.roots-social .roots-social-right h2 {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 8vw;
}

.roots-social .roots-social-right p {
  font-size: 17px;
}

.roots-social .roots-social-right a {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

/* ROOTS GUIDES */
.roots-guides {
  padding: 80px 80px 80px;
  background-color: #ffcf1a;
}

.roots-guides h1 {
  font-size: 8.6vw;
  font-weight: 700;
}

.guideblockholder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.roots-guides a {
  background-color: #fff;
  padding: 20px;
  font-family: "Druk", sans-serif;
  color: #000;
  border: 6px solid #000;
  font-size: 50px;
  width: 290px;
  margin: 20px;
  line-height: 54px;
  text-align: CENTER;
  font-weight: 700;
}

.roots-guides a:hover {
  color: #000;
}

/* ROOTS PARTNERS */
.roots-partners {
  padding: 80px 80px 80px;
  background-color: #0085ff;
}

.roots-partners h1 {
  font-size: 8.6vw;
  font-weight: 700;
}

.partnerblockholder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.roots-partners a {
  background-color: #fff;
  font-family: "Druk", sans-serif;
  color: #000;
  border: 6px solid #000;
  font-size: 50px;
  width: 272px;
  margin: 20px;
  line-height: 54px;
  text-align: CENTER;
  font-weight: 700;
}

.roots-partners a:hover {
  color: #000;
}

/* EVERYDAY HEALING */
.roots-everydayhealing {
  display: flex;
  min-height: 100vh;
}

.roots-everydayhealing h1 {
  font-size: 10.5rem;
  font-weight: 700;
  line-height: 9.3rem;
  margin-bottom: 50px;
}

.roots-everydayhealing .leftside {
  width: 50%;
  background-color: #ff8000;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 30px 15px;
}

.roots-everydayhealing .rightside {
  width: 50%;
  background-color: #fff;
  padding: 150px 40px;
  display: flex;
  align-items: center;
}

.roots-everydayhealing .rightside p {
  font-size: 19px;
  font-weight: 500;
}

.roots-everydayhealing .rightside a,
.roots-everydayhealing .rightside a:hover {
  color: #000;
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  .roots-rootsintro {
    padding: 80px 25px;
  }

  .roots-guides a {
    font-size: 35px;
    line-height: 35px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .roots-guides h1,
  .roots-partners {
    text-align: center;
  }

  .roots-guides,
  .roots-partners {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 675px) {
  .roots-resources {
    height: auto;
    flex-direction: column;
  }

  .roots-social {
    height: auto;
    flex-direction: column-reverse;
  }

  .roots-resources .roots-resources-left,
  .roots-resources .roots-resources-right,
  .roots-social .roots-social-left,
  .roots-social .roots-social-right {
    width: 100%;
  }

}

.bg_green {
  background: #61b000;
}

.recursos-hero {
  color: #000;
  padding: 80px 80px 80px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.recursos-hero h1 {
  text-transform: uppercase;
  font-size: 12vw;
  max-width: 85%;
  line-height: 12.5vw;
  font-weight: 700;
  margin-top: 60px;
}

.recursos-hero h1 span {
  background: #def0cc;
  display: block;
  padding: 0 0 0 10px;
}


.recursos-hero h2 {
  font-size: 7vw;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.recursos-hero img {
  width: 50px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.recursos-roadmap,
.recursos-latino_mental_health {
  display: flex;
}

.recursos-roadmap .recursos-roadmap-left {
  background-color: #80c2ff;
  padding: 80px 80px 80px 80px;
  width: 62%;
  display: flex;
  flex-direction: column;
}

.recursos-latino_mental_health .recursos-latino_mental_health-left {
  background-color: #ff8000;
  padding: 80px 80px 80px 80px;
  width: 62%;
  display: flex;
  flex-direction: column;
}

.recursos-roadmap .recursos-roadmap-left h3,
.recursos-latino_mental_health .recursos-latino_mental_health-left h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 25px;
}

.recursos-roadmap .recursos-roadmap-left p,
.recursos-latino_mental_health .recursos-latino_mental_health-left p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Circular Std", sans-serif;

}

.recursos-roadmap .recursos-roadmap-left a,
.recursos-latino_mental_health .recursos-latino_mental_health-left a {
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin: 30px 0;
  align-self: flex-start;
  font-size: 22px;
}

.recursos-roadmap .recursos-roadmap-right {
  background-color: #0085ff;
  padding: 80px 80px 80px 80px;
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recursos-latino_mental_health .recursos-latino_mental_health-right {
  background-color: #ffbf80;
  padding: 80px 80px 80px 80px;
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recursos-roadmap .recursos-roadmap-right a,
.recursos-latino_mental_health .recursos-latino_mental_health-right a {}

.recursos-roadmap .recursos-roadmap-right img,
.recursos-latino_mental_health .recursos-latino_mental_health-right img {
  width: 100%;
}

.recursos-crisis {
  background-color: #ee3124;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
}

.recursos-crisis h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 40px;
}

.recursos-crisis p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Circular Std", sans-serif;
}

.recursos-crisis a {
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin: 30px 0;
  align-self: flex-start;
  font-size: 22px;
}

.recursos-crisis a:hover {
  color: #fff;
}

.recursos-translator {
  background-color: #ffcf1a;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
}

.recursos-translator h3 {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 40px;
}

.recursos-translator p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Circular Std", sans-serif;
}

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

  .recursos-latino_mental_health .recursos-latino_mental_health-right,
  .recursos-roadmap .recursos-roadmap-right {
    padding: 80px 40px 80px 40px;
    width: 400px;
  }

}

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

  .recursos-roadmap,
  .recursos-latino_mental_health {
    flex-direction: column;
  }

  .recursos-roadmap .recursos-roadmap-left,
  .recursos-latino_mental_health .recursos-latino_mental_health-left {
    width: 100%;
  }

  .recursos-roadmap .recursos-roadmap-right,
  .recursos-latino_mental_health .recursos-latino_mental_health-right {
    width: 100%;
  }

}

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

  .recursos-hero,
  .recursos-roadmap .recursos-roadmap-left,
  .recursos-latino_mental_health .recursos-latino_mental_health-left,
  .recursos-crisis,
  .recursos-translator {
    padding: 80px 40px;
  }

  .recursos-crisis h3 {
    line-height: 86px;
  }

}

.recursos-mhscale {}

.recursos-mhscale .topintro {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 120px 15px 40px;
}

.recursos-mhscale .topintro h3 {
  width: 400px;
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
}


.recursos-mhscale .topintroright {
  width: 550px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-left: 30px;
}


.recursos-mhscale a .colorscale {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}

.recursos-mhscale a:hover {
  text-decoration: none;
}

.recursos-mhscale .colorscale .scaleblock {
  width: 20%;
  display: flex;
  flex-direction: column;
  font-family: "Circular Std", sans-serif;
  padding: 50px 0;
}

.recursos-mhscale .colorscale .scaleblock:nth-child(1) {
  background-color: #ff4fff;
}

.recursos-mhscale .colorscale .scaleblock:nth-child(2) {
  background-color: #ee3124;
}

.recursos-mhscale .colorscale .scaleblock:nth-child(3) {
  background-color: #ffcf1a;
}

.recursos-mhscale .colorscale .scaleblock:nth-child(4) {
  background-color: #0085ff;
}

.recursos-mhscale .colorscale .scaleblock:nth-child(5) {
  background-color: #61b000;
}

.recursos-mhscale .colorscale .scaleblock h4 {
  align-self: center;
  font-size: 3.6vw;
  text-transform: uppercase;
  transform: scale(0.7, 1.1);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 15px 0;
  text-align: center;
}

.recursos-mhscale .colorscale .scaleblock .recemo {
  border: 1px solid black;
  padding: 7px 10px;
  margin: 6px 18px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.recursos-mhscale .colorscale .scaleblock img {
  align-self: center;
  width: 65px;
  padding: 20px 0 0;
}

@media only screen and (max-width: 1120px) {
  .recursos-mhscale .colorscale .scaleblock {
    min-width: 33%;
    flex-grow: 1;
  }

  .recursos-mhscale .colorscale .scaleblock h4 {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 775px) {
  .recursos-mhscale .colorscale .scaleblock {
    min-width: 50%;
    flex-grow: 1;
  }

  .recursos-mhscale .colorscale .scaleblock h4 {
    font-size: 9vw;
  }

  .recursos-mhscale .topintroright {
    margin: 10px 0;
    width: 100%;
  }

  .recursos-mhscale .topintro h3 {
    margin: 10px 0;
    width: 100%;
  }

  .recursos-mhscale .topintro {
    flex-direction: column;
  }
}

@media only screen and (max-width: 575px) {
  .recursos-mhscale .colorscale .scaleblock {
    min-width: 100%;
    flex-grow: 1;
  }

  .recursos-mhscale .colorscale .scaleblock h4 {
    font-size: 17vw;
  }

  .recursos-hero h1 {
    font-size: 80px;
    max-width: 100%;
    line-height: 76px;
  }

  .recursos-hero {
    min-height: 100vh;
  }
}

.belonging-hero {
  color: #000;
  padding: 80px 80px 80px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.belonging-hero h1 {
  font-size: 10vw;
  line-height: 9vw;
  font-weight: 600;
  width: 80%;
  max-width: 850px;
  color: #0085ff;
}

.belonging-hero p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 21px;
  max-width: 700px;
  width: 75%;
  margin-top: 35px;
}

.bg_lightblue {
  background: #cce8ff;
}

.connection-tips-slider .cts-slide img {
  width: 100%;
}

.belonging-tips-container {
  padding: 80px;
  background-color: #ffe3c7;
}

.belonging-tips-container h2 {
  color: #ff8000;
  font-size: 90px;
  font-weight: 600;
}

.belonging-tips-container p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
  max-width: 660px;
}

.connection-tips-slider .cts-slide {
  margin: 20px;
}

.connection-tips-slider .cts-slide .cts-slide-inner {
  background-position: center center;
  height: calc(33vw - 95px);
  background-size: cover;
}

#cts-prev {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  cursor: pointer;
}

#cts-prev img {
  width: 40px;
}

#cts-next {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  cursor: pointer;
}

#cts-next img {
  width: 40px;
}

.cts-slider-container {
  position: relative;
}

.belonging-reminders-container {
  padding: 80px;
  background-color: #def0cc;
}

.belonging-reminders-container h2 {
  color: #61b000;
  font-size: 90px;
  line-height: 81px;
  font-weight: 600;
}

.belonging-reminders-container p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
  max-width: 660px;
}

.connection-reminders-slider .cts-slide img {
  width: 100%;
}

.connection-reminders-slider .cts-slide {
  margin: 20px;
}

.connection-reminders-slider .cts-slide .cts-slide-inner {
  background-position: center center;
  height: calc(33vw - 95px);
  background-size: cover;
}

#rs-prev {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  cursor: pointer;
}

#rs-prev img {
  width: 40px;
}

#rs-next {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  cursor: pointer;
}

#rs-next img {
  width: 40px;
}

.belonging-roadmap {
  background-color: #ffd8ff;
  padding: 80px;
  display: flex;
}

.belonging-roadmap .belonging-roadmap-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 150px;
  align-items: flex-start;
}

.belonging-roadmap .belonging-roadmap-left h2 {
  color: #ff4fff;
  font-size: 90px;
  line-height: 81px;
  margin-bottom: 30px;
}

.belonging-roadmap .belonging-roadmap-left p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
  margin-bottom: 30px;
}

.belonging-roadmap .belonging-roadmap-left a {}

.belonging-roadmap .belonging-roadmap-right {
  width: 50%;
}

.belonging-roadmap .belonging-roadmap-right img {
  width: 90%;
  box-shadow: 18px 18px 1px #ff4fff;
}


.belonging-findconnect {
  background-color: #ffe3c7;
  display: flex;
  padding: 0 80px;
}

.belonging-findconnect .belonging-findconnect-left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.belonging-findconnect .belonging-findconnect-left a {
  width: 50%;
}

.belonging-findconnect .belonging-findconnect-left a:hover {
  text-decoration: none;
}

.belonging-findconnect .belonging-findconnect-left a div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 45px;
}

.belonging-findconnect .belonging-findconnect-left a div.sq1,
.belonging-findconnect .belonging-findconnect-left a div.sq4 {
  background-color: #ff8000;
}

.belonging-findconnect .belonging-findconnect-left a div.sq2,
.belonging-findconnect .belonging-findconnect-left a div.sq3 {
  background-color: #ffbf80;
}


.belonging-findconnect .belonging-findconnect-left a h3 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding: 10px;
  border: 2px solid #000;
  display: inline-block;
  background-color: #ffe3c7;
  color: #000;
  font-family: "Circular Std", sans-serif !important;
  margin-bottom: 10px;
}

.belonging-findconnect .belonging-findconnect-left a p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.belonging-findconnect .belonging-findconnect-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 100px 5%;
}

.belonging-findconnect .belonging-findconnect-right h2 {
  color: #ff8000;
  font-size: 90px;
  font-weight: 600;
  line-height: 85px;
}

.belonging-findconnect .belonging-findconnect-right p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
}

.belonging-resourcelibrary {
  background-color: #ffd7d1;
  display: flex;
  padding: 0 80px;
}

.belonging-resourcelibrary .belonging-resourcelibrary-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 100px 5%;
}

.belonging-resourcelibrary .belonging-resourcelibrary-left h2 {
  color: #ee3124;
  font-size: 90px;
  font-weight: 600;
  line-height: 85px;
}

.belonging-resourcelibrary .belonging-resourcelibrary-left p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
}

.belonging-resourcelibrary .belonging-resourcelibrary-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ee3124;
}

.belonging-resourcelibrary .belonging-resourcelibrary-right .link-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}

.belonging-resourcelibrary .belonging-resourcelibrary-right a {
  color: #000;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  padding: 10px;
  border: 2px solid #000;
  display: inline-block;
  background-color: #ffd7d1;
  color: #000;
  font-family: "Circular Std", sans-serif !important;
  margin-bottom: 10px;
}

.belonging-getsocial {
  background-color: #ffd8ff;
  padding: 0 80px;
  display: flex;
}

.belonging-getsocial .belonging-getsocial-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ff4fff;
  justify-content: center;
  padding: 50px;
}

.belonging-getsocial .belonging-getsocial-left .link-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.belonging-getsocial .belonging-getsocial-left .link-cont a {
  padding: 20px;
}

.belonging-getsocial .belonging-getsocial-left .link-cont a img {
  width: 100%;
}

.belonging-getsocial .belonging-getsocial-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 100px 5%;
}

.belonging-getsocial .belonging-getsocial-right h2 {
  color: #ff4fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 85px;
}

.belonging-getsocial .belonging-getsocial-right p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
}

@media only screen and (max-width: 1050px) {
  .belonging-roadmap {
    flex-direction: column;
    align-items: center;
  }

  .belonging-roadmap .belonging-roadmap-left {
    width: 100%;
    padding-right: 0;
  }

  .belonging-roadmap .belonging-roadmap-right {
    width: 100%;
    padding-top: 40px;
  }

  .belonging-findconnect {
    flex-direction: column-reverse;
  }

  .belonging-findconnect .belonging-findconnect-right {
    width: 100%;
  }

  .belonging-findconnect .belonging-findconnect-left {
    width: 100%;
    margin-bottom: 70px;
  }

  .belonging-getsocial {
    flex-direction: column-reverse;
  }

  .belonging-getsocial .belonging-getsocial-right {
    width: 100%;
  }

  .belonging-getsocial .belonging-getsocial-left {
    width: 100%;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 875px) {
  .belonging-resourcelibrary {
    flex-direction: column;
  }

  .belonging-resourcelibrary .belonging-resourcelibrary-left {
    width: 100%;
    padding: 80px 5% 30px;
  }

  .belonging-resourcelibrary .belonging-resourcelibrary-right {
    width: 100%;
    padding: 60px;
  }
}

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

  .belonging-hero,
  .belonging-tips-container,
  .belonging-reminders-container,
  .belonging-roadmap,
  .belonging-findconnect,
  .belonging-resourcelibrary,
  .belonging-getsocial {
    padding: 80px 20px;
  }

  .belonging-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 65px;
    line-height: 58px;
  }

  .belonging-hero p {
    max-width: 100%;
    width: 100%;
  }

  .belonging-tips-container h2,
  .belonging-reminders-container h2,
  .belonging-roadmap .belonging-roadmap-left h2,
  .belonging-findconnect .belonging-findconnect-right h2,
  .belonging-resourcelibrary .belonging-resourcelibrary-left h2,
  .belonging-getsocial .belonging-getsocial-right h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .connection-tips-slider .cts-slide .cts-slide-inner,
  .connection-reminders-slider .cts-slide .cts-slide-inner {
    height: 82vw;
  }

  #cts-prev,
  #rs-prev {
    left: -26px;
  }

  #cts-next,
  #rs-next {
    right: -26px;
  }

  .belonging-findconnect .belonging-findconnect-right {
    padding: 0 5% 30px;
  }

  .belonging-resourcelibrary .belonging-resourcelibrary-left {
    padding: 0 5% 30px;
  }

  .belonging-getsocial .belonging-getsocial-right {
    width: 100%;
    padding: 0 5% 30px;
  }

  .belonging-getsocial .belonging-getsocial-left {
    width: 100%;
    margin-bottom: 70px;
  }

  .belonging-getsocial .belonging-getsocial-left .link-cont a {
    padding: 12px;
  }
}

/* GRATITUDE PAGE */

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(1) {
  background-color: #61b000;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(2) {
  background-color: #c8ed9b;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(3) {
  background-color: #61b000;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(4) {
  background-color: #c8ed9b;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(5) {
  background-color: #c8ed9b;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(6) {
  background-color: #61b000;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(7) {
  background-color: #c8ed9b;
}

.emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(8) {
  background-color: #61b000;
}


.gratitude-hero {
  color: #000;
  padding: 112px 80px 80px;
  display: flex;
  position: relative;
  align-items: flex-end;
}

.gratitude-hero.two {
  padding: 80px 80px 120px;
  display: block;
}

.gratitude-hero .gratitude-hero-left {}

.gratitude-hero .gratitude-hero-left h1 {
  font-size: 12.5vw;
  line-height: 0.85;
  text-transform: uppercase;
}

.gratitude-hero .gratitude-hero-left h2 {
  font-size: 13.5vw;
  line-height: 0.85;
  text-transform: uppercase;
}


.gratitude-hero .gratitude-hero-right.smw {
  width: 100%;
  margin-top: 32px;
}

.gratitude-hero-right {
  margin-top: 32px;
  padding-left: 40px;
}

.gratitude-hero .gratitude-hero-right p {
  font-size: 19px;
  font-weight: 600;
}

@media only screen and (max-width: 900px) {
  .gratitude-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 20px 80px;
  }

  .gratitude-hero .gratitude-hero-right {
    padding-left: 0;
  }

  .gratitude-hero .gratitude-hero-left h1 {
    font-size: 85px;
  }
}

.soundtrack-container {
  background-color: #fff;
  display: flex;
}

.soundtrack-container .cts-slider-container {
  position: relative;
  width: 50%;
}

.soundtrack-container h2 {
  color: #000;
  font-size: 75px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 65px;
  padding: 30px 0;
}

.soundtrack-container p {
  font-family: "Circular Std", sans-serif !important;
  font-size: 18px;
  max-width: 660px;
}

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


  .soundtrack-container {
    padding: 80px 20px;
  }
}

.soundtrack-slider .cts-slide img {
  width: 100%;
}

.soundtrack-slider .cts-slide {}

.soundtrack-slider .cts-slide .cts-slide-inner {
  background-position: center center;
  height: calc(33vw - 95px);
  background-size: cover;
}

.soundtrack-slider .cts-slide .cts-slide-inner {
  height: 50vw;
}

#ss-prev,
#bs-prev {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#ss-prev img,
#bs-prev img {
  width: 40px;
}

#ss-next,
#bs-next {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#ss-next img,
#bs-next img {
  width: 40px;
}

#ss-prev,
#bs-prev {
  left: 2%;
}

#ss-next,
#bs-next {
  right: 2%;
}

.soundtrack-slider-right {
  width: 50%;
  background-color: #0085ff;
  padding: 10% 7% 7% 7%;
}

.interaction-container {
  background-color: #71CC02;
  color: #000;
  padding: 80px;
}

.interaction-container h2 {
  text-transform: uppercase;
  font-size: 70px;
  padding: 0px 0 30px;
  line-height: 65px;
}

.interaction-container h3 {
  text-transform: uppercase;
  font-size: 36px;
}

.interaction-container form .form-holder-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.interaction-container form .form-holder-c p:nth-child(1) {
  flex-grow: 1;
  margin-right: 10px;
}

.interaction-container form .form-holder-c p:nth-child(2) {
  width: 260px;
  margin-right: 10px;
}

.interaction-container form .form-holder-c p:nth-child(3) {
  width: 90px;
}

.interaction-container form input {
  border: none;
  box-shadow: none;
  background-color: #c8ed9b;
  padding: 10px;
  color: #000;
  width: 100%;
}

.interaction-container form input[type="submit"] {
  background-color: #000;
  color: #fff;
  width: 260px;
}

.interaction-container form input::placeholder {
  color: rgb(99, 99, 99);
}

.interaction-container p.texty {
  font-size: 19px;
  font-weight: 700;
  max-width: 770px;
}


.grat-slider-container .gratquo-slider .grat-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 50px;
  text-align: center;
}

.gratquote-container .fqblo {
  padding: 50px 10% 0 10%;
  text-align: center;
}

.gratquote-container .fqblo h5 {
  font-size: 26px;
  font-family: "Circular Std", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.grat-slider-container .gratquo-slider .grat-slide h5 {

  margin: 0 10px 0 0;
}

.grat-slider-container .gratquo-slider .grat-slide h4 {
  font-size: 40px;
  font-weight: 400;
  color: #0085ff;
  text-transform: uppercase;
}

.accordd {
  margin: 10px 0;
  overflow: hidden;
}

.accordd p {
  font-size: 18px;
}

.accordd .accordion {
  background-color: #71CC02;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  align-items: center;
}

.accordd .accordion h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: 20px 0 23px;
}

.accordd .accordion .buttonic {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.accordd .accordion .buttonic svg {
  transition: all 0.2s ease-out;
  pointer-events: none;
}

.accordd .accordion.active .buttonic svg {
  transform: rotateX(-180deg) rotateZ(90deg);
  transition: all 0.2s ease-out;
}

.accordd .active,
.accordion:hover {
  background-color: #71CC02;
}

.accordd .panel {
  background-color: white;
  padding: 0 80px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 19px;
}

.accordd .accordion.active+.panel {
  padding: 20px 80px;
}

.realtalk {
  background-color: #c8ed9b;
  padding: 60px 80px;
  font-size: 19px;
}

.realtalk span {
  font-weight: 900;
}

.bog-slider {
  background-color: #fff;

}

.bog-slider .cts-slide .cts-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 120px;
}

.bog-slider .titleholder {
  border: 2px solid #000;
  padding: 6px 26px 6px;
  background-color: #99cefe;
  margin-bottom: 38px;
}

.bog-slider .titleholder h3 {
  text-transform: uppercase;
  font-size: 30px;
  padding: 0;
  margin: 0;
}


.ddonate-container {
  display: flex;
  flex-wrap: wrap;
}

.ddonate-container .dr-im {
  width: 50%;
  background-size: cover;
}

.ddonate-container .rightside {
  width: 50%;
  padding: 80px;
}

.ddonate-container .rightside .dr-title {}

.ddonate-container .rightside .dr-title h2 {
  font-size: 60px;
}


.ddonate-container .rightside .dr-text {}

.ddonate-container .rightside a {}

.hero-grat-word {
  width: 37vw;
}


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

  .hero-grat-word {
    width: 270px;
  }


  .grat-slider-container .gratquo-slider .grat-slide h5 {
    margin: 0;
    text-align: center;
  }

  .interaction-container {
    padding: 70px 30px;
  }
}

@media only screen and (max-width:1000px) {
  .interaction-container form .form-holder-c p:nth-child(1) {
    margin: 5px 0;
    width: 100%;
  }

  .interaction-container form .form-holder-c p:nth-child(2) {
    width: 100%;
    margin: 5px 0;
  }

  .interaction-container form .form-holder-c p:nth-child(3) {
    width: 100%;
    margin: 5px 0 15px;
  }

  .soundtrack-container.bogco {
    flex-direction: column-reverse;
    padding: 0;
  }

  .soundtrack-container.bogco .cts-slider-container,
  .soundtrack-container.bogco .soundtrack-slider-right {
    width: 100%;
  }

  .gratitude-hero.two {
    padding: 50px 10%;
  }

  .gratitude-hero .gratitude-hero-right.smw {
    position: initial;
    width: 100%;
  }

  .accordd .accordion {
    padding: 0 10%;
  }

  .accordd .accordion h3 {
    font-size: 8vw;
  }

  .accordd .accordion .buttonic {
    height: 40px;
    width: 40px;
  }

  .accordd .accordion.active+.panel {
    padding: 20px 10%;
  }

  .accordd .panel {
    padding: 0 10%;
  }

  .realtalk {
    padding: 60px 10%;
  }

  .soundtrack-container {
    flex-direction: column-reverse;
    padding: 0;
  }

  .soundtrack-slider-right {
    width: 100%;
  }

  .soundtrack-container .cts-slider-container {
    width: 100%;
  }

  .soundtrack-slider .cts-slide .cts-slide-inner {
    height: 100vw;
  }

  .ddonate-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .ddonate-container .rightside {
    width: 100%;
  }

  .ddonate-container .dr-im {
    width: 100%;
    height: 50vw;
  }

  .emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(5) {
    background-color: #61b000;
  }

  .emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(6) {
    background-color: #c8ed9b;
  }

  .emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(7) {
    background-color: #61b000;
  }

  .emotion-based-learning-container.gratt .ebl-block-container .ebl-block:nth-child(8) {
    background-color: #c8ed9b;
  }

}

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

  #bs-next,
  #bs-prev,
  #ss-prev,
  #ss-next {
    display: none !important;
  }

  .bog-slider .cts-slide .cts-slide-inner {
    padding: 50px 10%;
  }
}