body {
    margin: 0;
    background-color: #212245;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.body-white {
    background-color: #ffffff;
}

nav {  
    position:fixed;  
    top:0;
    z-index: 1000;
    width: 100%;
    background-color: #212245;
    height: 85px;
}

header {
    margin: 75px 0 0 0;
    background-color: #212245;
}

h1 {
    font-size: 2.25rem;
    line-height: 1;
    font-weight: normal;
    margin-top: 2rem;
}

h2 {
    font-weight: normal;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;

}

h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    display: inline;
    margin-left: 0.5em;
}

h6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 400;
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.link-on-white {
    color: #46aaa9;
    text-decoration: none;
}

section.white-section {
    background-color: #ffffff;
    color: #000000;
}

.triangle-top {
    width: 100%;
    height: 85px;
    background: #212245;
    clip-path: polygon(0 -10px, 100% 0, -10px 100%);
}

.triangle-top-white {
    width: 100%;
    height: 85px;
    background: #ffffff;
    clip-path: polygon(0 -10px, 100% 0, -10px 100%);
}


.triangle-bottom {
    width: 100%;
    height: 85px;
    background: #212245;
    clip-path: polygon(100% 110%, 0 100%, 110% 0);
    margin: 1px 0;
}
 
.hero-image {
    object-fit: scale-down;
    width: 100%;
    height: auto;
}

.round-image {
    border-radius: 35% 5%;
    height: auto;
    width: 12rem;
    margin-top: 1em;
}

.mindful-collage {
    width: 40%;
    height: auto;
    padding: 1em;
}

.primary-button {
    background-color: #46aaa9;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    font-size: 0.7em;
    font-weight: bold;
    margin: 1em;
}

.secondary-button {
    padding: 0.5em 1em;
    border-radius: 0.5em;
    border: #ffffff solid 1px;
    font-weight: 500;
    vertical-align: bottom;
}

.text-small {
    font-size: 0.8em;
}

.text-center {
    text-align: center;
    margin: auto;
}


iframe {
    width: 100vw;
    border: 0;
}
 
.h-full {
    height: 360vh;
}

.image-grid-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 120px;
    flex-wrap: wrap;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 66%;
    gap: 1em;
    padding: 1em 0 1em 1.3em;
}

.grid-item:first-child {
    order: 1;
}

.grid-item:last-child {
    order: 2;
}

.grid-item {
    text-align: left;
}

.padding-left-right {
    padding: 0 3.5em;
}

.padding-left-right-small {
    padding: 0 2em;
    font-size: 0.8em;
}

.text-wide {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem;
    width: 66%;
    margin: auto;
}

.text-wide-80 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem;
    width: 80%;
    margin: auto;
}

blockquote {
    border-left-color: #46aaa9;
    border-left-width: 8px;
    border-left-style: solid;
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    padding: 1.2rem;
    width: 60%;
    margin: auto;
}

.quote-attribution{
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    padding: 1.2rem;
    width: 60%;
    margin: auto;
}

.quote-attribution-center{
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    padding: 1.2rem;
    width: 60%;
    margin: auto;
}

.align-left {
    text-align: left;
}

.indent {
    padding-left: 1em;
}

.blue-list {
    padding-left: 5em;
    list-style-type: disc;
}

.blue-list li::marker {
    color: #46aaa9;
}

.blue-ordered-list {
    padding-left: 5em;
    list-style-type: decimal;
}

.blue-ordered-list li::marker {
    color: #46aaa9;
}

.pricecard-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.pricecard {
    background-color: #46aaa9;
    padding: 0.5em 1.5em 2em 1.5em;
    border-radius: 0.5em;
    font-size: 0.7em;
    margin: 1em;
    text-align: left;
}

.pricecard p {
    height: 7.5em;
    line-height: 1.5em;
    font-size: 0.9em;
}

.pricecard h3 {
    font-size: 1.25rem;
    line-height: 1.75em;
    padding: 1em 0;
    height: 3em;
}

#main-nav-menu {
    padding: 1em;
    text-align: left;
}

#main-nav-menu a:hover {
    color: #46aaa9;
}

.logo {
    height: 40px;
}

#main-nav-menu ul {
    float: right;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#main-nav-menu ul li {
    display: inline;
    margin-right: 2em;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 460px;
    left: -130px;
    background-color: #212245;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.sub-dropdown {
    position: relative;
    display: inline-block;
  }
  
.sub-dropdown-content {
    display: none;
    position: absolute;
    min-width: 460px;
    left: 45px;
    background-color: #212245;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    padding: 12px 16px;
    z-index: 1;
}

.sub-dropdown:hover .sub-dropdown-content {
    display: block;
}

.mobile-menu-dropdown {
    padding: 10px 0;
}

.nav-icon {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    padding-bottom: 3px;
}

.dropdown-content a {
    padding: 0.5em 0;
    text-decoration: none;
    display: block;
}

.dropdown-content a p {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: normal;
    margin: 0 2.7em;
}

#mobile-nav-menu {
    display: none;
}

footer {
    background-color: #ffffff;
    height: 1em;
}

.video{
    max-width: 797;
    width: 70%;
    height: 412px;
}

/* ##############################
 * Hamburger menu
 * ############################## */
#menuToggle
{
  display: block;
  position: relative;
  top: 37px;
  left: 25px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #46aaa9;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 20px;
  padding-top: 125px;
  text-align: left;
  left:-25px;
  
  background: #212245;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.accordion {
    background-color: #212245;
    color: #ffffff;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #46aaa9;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    background-color: #212245;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 1em;
    color: #ffffff;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
  }

 /* ############################## */

@media (max-width: 1025px) {
    .grid-container {
        grid-template-columns: 50% 50%;
        padding: 1em 1em 1em 1.3em;
    }

    .grid-item:first-child {
        order: 1;
    }
    
    .grid-item:last-child {
        order: 2;
    }

    .hero-image {
        margin-top: 20%;
    }

    #main-nav-menu {
        display: none;
    }

    #mobile-nav-menu {
        display: block;
    }

    .logo{
        float:right;
        margin-right: 12px;
    }

    .mindful-collage {
        width: 50%;
    }
}

@media (max-width: 650px) {
    .grid-container {
        grid-template-columns: 1fr;
        padding: 1em 0em 1em 1.3em;
    }

    .grid-item:first-child {
        order: 2;
    }

    .grid-item:last-child {
        order: 1;
    }

    .hero-image {
        margin-top: 0;
    }

    h1 {
        font-size: 2.25rem;
        padding-right: 1em;
    }

    .pricecard-container {
        grid-template-columns: 1fr;
    }

    .mindful-collage {
        width: 66%;
    }

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

    .padding-left-right-small {
        padding: 1rem;
    }

    .text-wide {
        width: 85%;
    }

    .blue-list {
        padding-left: 2em;
    }
}
