/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:600}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    width: 100%;
}

#mask {
    background-color: rgba(41, 47, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 40;
    display: none;
}

.content {
        margin: 0 auto;
        max-width: 1200px;
        width: 88%;
    }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
body {
    font-family: nuito, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: merriweather, serif;
    font-weight: 300;
}

h1 {
    font-size: 2.6em;
    line-height: 1.2;   
    color: #895037;
    font-size: 2.5em;
    margin: 0 0 16px;
}

h1 + p {
    font-size: 1em;
    letter-spacing: 0.01em;
    font-weight: 700
}


h2 {
    color: #895037;
    font-size: 2em;
    margin: 0 0 16px;
    line-height: 1.4;
}

.green_box h2 {
    color: #2B2B2B;
}

h3 {
    color: #736564;
    font-size: 1.5em;
    line-height: 1.4;
    margin: 0 0 16px;
}

.green_box h3 {
    color: rgba(43,43,43,0.77);
}
h4 {
    margin: 0;
    color: #2B2B2B;
    font-size: 1.1em;
    line-height: 1.7;
}
h5 {}
h6 {}

p {
    font-size: 0.9em;
    color: #736564;
    line-height: 1.75;
    margin: 0 0 1.65em;
}

p a, h3 a {
    color: #9DABBF;
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

p a:hover, h3 a:hover {
    opacity: 0.6;
    text-decoration: none;
}

h2 a {
}

ul {}
ul li {}
ul li a {}

strong {}

.btn {
    display: inline-block;
    padding: 6px 16px;
    min-width: 150px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 6px;    
    font-family: merriweather, serif;
    letter-spacing: 0.02em;
}

button.btn {
    padding: 11px;
}
.btn:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.btn_solid {
    background-color: #736564;
    border: 1px solid #707070;
}

.btn_solid:hover {
    background-color: #BFA19D;
    border-color: #BFA19D;
}

.btn_small {
    font-size: 0.8em;
    min-width: auto;
    padding: 4px 15px;
}

/* ==========================================================================
   Flex Box Grid System
   ========================================================================== */

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.grid--half>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
}
.grid--third>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}
.grid--quarter>.grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
}

.grid--gutters {
    margin: -1em 0 1em -1em;
}

    .grid--gutters>.grid-cell {
        padding: 1em 0 0 1em;
    }

.double--gutters {
    margin: -2em 0 2em -2em;
}

    .double--gutters>.grid-cell {
        padding: 2em 0 0 2em;
    }

.gs-half {
    width: 50%!important;
}

.gs-third {
    width: 33.3333%!important;
}

.gs-third, .gs-twothirds {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    flex: none!important;
}

.gs-twothirds {
    width: 66.6667%!important;
}

.gs-quarter {
    width: 25%!important;
}

.gs-quarter, .gs-threequarters, .gs-fullwidth {
    -webkit-box-flex: 0!important;
    -webkit-flex: none!important;
    flex: none!important;
}

.gs-threequarters {
    width: 75%!important;
}

.gs-fullwidth {
    width: 100% !important;
}
.demo {
    background-color: rgba(0,0,0,0.2);
    text-align: center;
}

.flex{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.jsb{
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.jc{
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}

.ac{
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.afe{
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
}

.jfe{
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
}

/* ==========================================================================
   Contact form standard code
   ========================================================================== */

/* #contact_form {
    background-color: #F9F9F9;
    padding: 1em 1.8em;
    border: 1px solid #DDD;
} */

.formRow {
    display: block;
    margin: 1em 0;
}

.formRow label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #FFF;
}

.formRow input {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;;
    padding: 6px;
    height: 37px;
    font-size: 0.9em;
}

.formRow textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 6px;
    height: 214px;
    font-size: 0.9em;
}

.formRow button {
    display: block;
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    border: none;
    width: 100%;
    padding: 13px 10px 15px;
    margin: 24px 0 0;
    transition: all 0.3s ease 0s;
}

    .formRow button:hover {
        background-color: #000;
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header {
    background-color: #FFF;
    box-shadow: 0 0 11px -2px rgba(0,0,0,0.2);
}

    .toolbar {
        background-color: #91564F;
        padding: 8px 0;
        text-align: right;
    }
    
        .toolbar .content {
            padding: 0;
        }

        .toolbar p {
            color: #FFF;
            margin: 0;
            font-size: 0.8em;
        }

        .toolbar p a {
            color: inherit;
            text-decoration: none;
        }
        
        .toolbar p img {
            width: 17px;
            display: inline-block;
            margin: -4px 8px 0 0;
        }
            
        .toolbar p span {
            margin-left: 24px;
        }

#map_box {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

    #map_box iframe {}

.logo_box {
    width: 100%;
}
.logo_box a {
    display: block;
}
.logo_box a img {
    width: 100%;
}

header .grid,
footer .grid {
    align-items: center;
    -webkit-align-items: center;
}

header .content,
footer .content {
    padding: 24px 0;
}

header nav,
footer nav {
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
}

header nav ul,
footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

header nav ul li,
footer nav ul li {
    position: relative;
}

header nav ul li img {
    width: 11px;
    opacity: 0.7;
    display: inline-block;
}
header nav ul li a,
footer nav ul li a {
    color: #736564;
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    transition: all 0.3s ease 0s;
}

header nav ul li a:hover,
footer nav ul li a:hover {
    opacity: 0.6;
}

header nav ul li ul {
    display: none;
    position: absolute;
    top: 22px;
    text-align: left;
    padding-top: 20px;
    z-index: 40;
    background-color: rgba(255,255,255,0.98);
    min-width: 200px;
    box-shadow: 0 8px 8px -4px rgba(0,0,0,0.2);
    font-size: 0.9em;
}
    
    header nav ul li ul li {
        display: block;
        margin: 0;
        padding: 5px 12px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }


        header nav ul li ul li a{
            display: block;
            padding-left: 5px 0;
        }

header nav ul li:hover ul {
    display: block;
}

#hp_hero::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: url(/img/hero.jpg);
    background-size: cover;
    filter: blur(8px);
    transition: all 2.5s ease 1s;
}

#hp_hero.blur_reduce::before {
    filter: blur(1px);
}

#hp_hero {
    background-image: url('/img/hero.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 65vh;
    min-height: 300px;
    max-height: 700px;
    overflow: hidden;
}

.hero {
    position: relative;
}

    .hero .content {
        display: flex;
        display: -webkit-flex;
        flex-flow: column;
        -webkit-flex-flow: column;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        max-width: 700px;
        text-align: center;
        height: 100%;
        position: relative;
        z-index: 2;
        font-size: 1.1em;
    }
    .hero .content h1 {
        color: #FFF;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
        max-width: 600px;
        margin-bottom: 0.2em;
    }
    .hero .content p {
        color: #FFF;
        font-size: 1em;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    }

.container {
    background-color: #FFF;
    position: relative;
    padding: 64px 0;
    background-image: url('/img/pattern_splash.png'), url('/img/pattern_splash_grey.png');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 3% 51%, 99% 78%;
}

.container::after,
.container::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 1000px;
}

.container::after {
    background-image: url('/img/green_blob.png');
    width: 33.33%;
    height: 600px;
    top: 0;
    right: 0;
}

.container::before {
    background-image: url('/img/cream_blob.png');
    width: 33.33%;
    height: 600px;
    top: 0;
    left: 0;
}


.container .content {
    position: relative;
    z-index: 2;
}

.box {
    padding: 40px;
    box-shadow: 0 0 8px -4px rgba(0,0,0,0.2);
    border-radius: 6px;
    margin: 0 0 50px;
}

    .box .grid {
        margin-bottom: 0;
    }

.box:nth-last-child(1) {
    margin-bottom: 0;
}

.box.cream_box .gs-twothirds {
    width: 60% !important;
}
.box.cream_box .gs-third {
    width: 40% !important;
}

.links-grid{
    margin-top: 2em;
}

.box.cream_box .links-grid .gs-third{
    width: 33.3333333%!important;
}

    .links-grid .gs-third a{
        text-decoration: none;
    }

        .links-grid .gs-third div{
            padding: 20px;
            text-align: center;
            background: #91564F;
            color: #fff;
            border-radius: 6px;
            height: 100%;
            transition: all ease-in-out 0.3s;
            -moz-transition: all ease-in-out 0.3s;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            -ms-transition: all ease-in-out 0.3s;
        }

        .links-grid a:hover div{
            opacity: 0.5;
        }

            .links-grid h4{
                color: #fff;
            }

.cream_box {
    background-color: rgba(248,248,243,0.74);
}

.green_box {
    background-color: rgb(180,204,177,0.32);
    background-image: url('/img/green_bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.red_box {
    background-color: rgba(237,199,194,0.45);
    background-image: url('/img/rose_background.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.box .gs-twothirds .text_box,
.box .gs-threequarters .text_box
 {
    padding-right: 40px;
}

.text_box p:nth-last-child(1){
    margin-bottom: 0;
}

.image_box {}

    .image_box img {
        width: 100%;
    }

.side_nav {
    border-left: 1px solid rgb(115,101,100,0.25);
    padding-left: 40px;
}

.side_nav nav {}

.side_nav nav ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.side_nav nav ul li {
    display: block;
    padding-left: 30px;
    margin: 3px 0;
    border-bottom: 1px solid rgb(115,101,100,0.25);
    background-image: url('/img/icons/plus.svg');
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: 14px;
}

.side_nav nav ul li a {
    display: block;
    color: #736564;
    text-decoration: none;
    font-size: 0.9em;
    padding: 6px 0 9px;
    position: relative;
    transition: all 0.3s ease 0s;
}

    .side_nav nav ul li.active a {
        pointer-events: none;
        font-weight: 500;
        opacity: 0.7;
        color: #895037;
    }

    .side_nav nav ul li a:hover {
        text-decoration: underline;
        color: #BFA19D;
    }

#mob_show {
    display: none;
    margin: 0 0 0 auto;
    width: 33px;
    text-align: right;
}

    #mob_show a {
        display: block;
    }

        #mob_show a img {
            width: 30px;
        }

#mob_nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #AFBBCB;
    height: 100%;
    width: 100%;
    margin: auto;
}
#mob_nav nav {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
    height: calc(100% - 129px);
    overflow: auto;
}
#mob_nav nav ul {
    margin: 0;
    padding: 0 0 0 32px;
    list-style-type: none;
    width: 85%;
}
#mob_nav nav ul li {
    position: relative;
}
#mob_nav nav ul li a {
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    color: #FFF;
    font-size: 1.4em;
    font-family: 'merriweather', serif;
}

#mob_nav nav ul li ul {
    height: auto;
    display: none;
}
        
    #mob_nav nav ul li ul li {
        margin: 0;
        
    }
    
    
    #mob_nav nav ul li img {
        position: absolute;
        width: 40px;
        right: 0px;
        top: 5px;
        height: 40px;
        margin: auto;
        z-index: 10;
        padding:10px;
    }
    
        #mob_nav nav ul li ul li a {
            font-size: 1em;
        }

#mob_nav .toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
}

#mob_nav .toolbar p span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    overflow: hidden;
    clear: both;
    padding-top: 15px;
}

#mob_nav .toolbar p img {
    float: left;
    width: 26px;
    margin: 2px 10px 0 0px;
}

#mob_nav .toolbar p strong {
    float: left;
    width: 70%;
    width: calc(100% - 36px);
        font-family: 'merriweather', serif;
    font-weight: 300;
}

#mob_nav .toolbar p {
    text-align: left;
    overflow: hidden;
    font-size: 1em;
}

#mob_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 5;
}
#mob_close img {
    width: 100%;
}

#appointment_box .grid {
    align-items: center;
    -webkit-align-items: center;
}

    #appointment_box .grid-cell p {
        text-align: right;
    }

    #appointment_box .grid-cell input {
        width: 100%;
        height: 40px;
        padding: 6px 8px;
        border: 1px solid rgba(0,0,0,0.4);
        border-radius: 6px;
    }

    #appointment_box .grid-cell textarea {
        width: 100%;
        height: 140px;
        padding: 6px 8px;
        border: 1px solid rgba(0,0,0,0.4);
        border-radius: 6px;
    }

    #appointment_box .grid-cell label {
        font-weight: 600;
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        align-items: center;
        -webkit-align-items: center;
    }

        #appointment_box .grid-cell input[type='radio'] {
            width: 30px;
            margin-left: 8px;
            height: 25px;
        }

.steps {
    display: none;
}

#step_one {
    display: block;
}
   
.therapists_box {
    background-color: #FAF0EF;
    padding: 32px;
    border: 2px solid #B4B4B4;
    border-radius: 24px;
    margin-top: 32px;
}

.therapists_box h3 {

}

.therapists_box ul {
    list-style-type: none;
    padding-left: 0;
}

.therapists_box ul li {
    margin: 16px 0;
}

    
.therapists_box ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.therapists_box h4 {
    font-family: nuito, sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    color: #736564;
}

.therapists_box p {
    margin: 6px 0 12px;
}

.side_contact {
    border-radius: 6px;
    background-color: #9DABBF;
    padding: 24px;
    margin: 40px 0 40px 40px;
}
    
    .side_contact p {
        margin-bottom:0;
    }

    .side_contact h4 {
        color: #FFF;
        margin-bottom: 16px;
        font-size: 1.3em;
    }

.accordion_box {
    margin: 32px 0 0;
}

.accordion_box .tabs {
    background-color: #FFF;
    border-radius: 24px;
    border: 2px solid rgba(51,51,51,0.3);
    overflow: hidden;
    margin: 24px 0;
}

.accordion_box .tabs:nth-last-child(1) {
    margin-bottom: 0;
}

.accordion_box .tabs h4 {
    position: relative;
    background-color: #faf0ef;
    padding: 10px 16px;
    cursor: pointer;
}

.accordion_box .tabs h4::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background-image: url('/img/icons/down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    opacity: 0.7;
}

.accordion_box .tabs > div {
    padding: 19px;
    display: none;
}
.accordion_box .tabs p {}

.accordion_box + h2, .accordion_box + p, .accordion_box + h3{
    margin-top: 25px;
}

.side_box {
    padding-left: 40px;
    margin-bottom: 32px;
}

.side_nav + .side_box{
    margin-top: 2em;
}

.side_box img {
    width: 100%;
    height: auto;
}

.text_box img {
    max-width: 100%;
}

.text_box ul li, 
.text_box ol li {
    font-size: 0.9em;
    color: #736564;
    line-height: 1.5;
    margin: 13px 0;
    font-weight: 400;
}


.form-response {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 24px;
    z-index: 10;
} 

.form-response p {
    margin: 0;
    font-size: 1.1em;
    color: #FFF;
}
.form-fail {background-color: #bd7171;}
.form-success {background-color: #71bd71;}

.side_book {
    margin-bottom: 32px;
}

.side_book .steps {display: block;}

.side_book #appointment_box .grid {
    display: block;
}

.side_book #appointment_box .grid-cell input[type='radio'] {
    margin: 0 0 0 auto;
}
.side_book #appointment_box button.btn {display: block;width: 100%;}
.side_book #appointment_box .grid .grid-cell a {
    display: none;
}
.side_book #appointment_box .grid .grid-cell {
    width: 100% !important;
}

.box.video_box .gs-third{
    width: 33.333333%!important;
}

.videos_box {
    margin: 0 auto;
    padding-bottom: 2em;
}

.videos div {
    display: block;
    background-color: #fcfcfc;
    padding: 24px;
}

.videos a {
    display: block;
    text-decoration: none;
    position: relative;
}

.videos a img {
    display: block;
    width: 100%;
    height: auto;
}

.videos h3 {
    font-family: nuito, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #736564;
    line-height: 1.75;
    margin: 0 0 1em;
}

.videos p{
    margin: 0 0 0.7em !important;
}

.videos{
    margin: 5px 5px;
}

.videos-grid {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.btn_videos {
    background-color: #91564F;
    display: inline-block;
    padding: 6px 16px;
    min-width: 300px;
    text-decoration: none;
    text-align: center;
    color: #fdfdfd;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    letter-spacing: 0.02em;
    font-family: nuito, sans-serif;
    margin: 2em 0;
}

.btn_videos:hover {
  background-color: #844b45;
  color: white;
}

.video_filters{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.btn_filter {
    border: 1.6px solid #736564;
    display: inline-block;
    padding: 6px 16px;
    min-width: 150px;
    text-decoration: none;
    text-align: center;
    color: #736564;
    cursor: pointer;
    border-radius: 40px;
    letter-spacing: 0.02em;
    font-family: nuito, sans-serif;
    font-size: 0.88em;
    margin-left: 1em;
}

.btn_filter:hover {
  background-color: #736564;
  color: white;
  font-weight: 400;
}

.active_filter {
  background-color: #28692a;
  border: 1.6px solid #28692a;
  color: white;
  font-weight: 400;
}

.btn_filter:focus {
  background-color: #4b6d4c;
  border: 1.6px solid #28692a;
  color: white;
  font-weight: 400;
}

.video_price{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #28692a;
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}


.videos_inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 2em 2em;
}

.videos_inner h3 {
    font-family: nuito, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #736564;
    line-height: 1.75;
    margin: 0 0 1em;
}

.videos_inner p{
    margin: 0 0 0.7em !important;
}

.videos_inner a img {
    display: block;
    width: 100%;
    height: auto;
}

.video-container{
    padding: 2em;
    background: rgba(255, 255, 255, 0.524);
}

.video-container img{ 
    width: 100%;
}

.video-account{
    padding-bottom: 3em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.account_box {
    padding-bottom: 0;
}

.account_box h2{
    font-family: nuito, sans-serif;
    font-size: 2em;
    font-weight: 500;
}

#contact_form {
    background: white;
    padding: 0 1.8em;
}

#contact_form > div {
    margin: 1.5em 0;
    overflow: hidden;
}

#contact_form > div label, aside form label {
    font-family: nuito, sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    color: #736564;
    display: block;
    margin: 0 0 4px;
}

#contact_form > div input, aside form input {
    width: 100%;
    height: 40px;
    border: 0.8px solid #cfcece;
    border-radius: 3px;
    padding: 6px;
    font-family: nuito, sans-serif;
    font-size: 0.7em;
    font-weight: 300;
}

#contact_form > div textarea {
    width: 100%;
    height: 160px;
    border: 0.8px solid #765a587c;
    border-radius: 3px;
    padding: 6px;
    font-family: nuito, sans-serif;
    font-size: 0.7em;
    font-weight: 300;
}

#contact_form > div p {
    font-size: 0.7em;
    color: #9cb298;
    line-height: 1.75;
    margin: 0 0 1.65em;
    padding-top: 1em;
}

#contact_create p{
    font-size: 0.7em;
    color: #736564;
    line-height: 1.75;
    margin: 0 auto;
    padding-top: 1em;
    font-family: nuito, sans-serif;
    font-weight: 900;
}

/* Stripe payment styling */

.payment-form label{
    color: #333;
}

.smallRow{
    width: 45%;
    margin-top: 0;
}

.stripe_input{
    border-radius: 8px;
    border: 1px solid #A89F9F;
    padding: 11px 14px;
}

#card-element-errors{
    padding: 10px 0 20px 0;
    font-weight: bold;
    color: #eb1c26;
}

.payment_fields{
    display: none;
    width: 100%;
    min-width: 275px;
    margin: 0 auto;
}


.stripe_logo{
    max-width: 180px;
    width: 180px;
    display: block;
    margin: 0 auto;
}

.payment-form button{
    background-color: #28692a;
    border-radius: 6px;
    cursor: pointer;
}
    .payment-form button:hover{
        background-color: #28692a;
        opacity: 0.9;
    }

h2.payment_success{
    color: #28692a;
    font-weight: bold;
}

/*========== Blog Page ==========*/
.blog, .blog-article{
    margin-bottom: 90px;
}

    .blog .cream_box .gs-third{
        width: 33.333333%!important;
    }

        .blog img{
            width: 100%;
            height: 0;
            padding-bottom: 70%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .blog h3{
            margin-top: 15px;
        }

        .blog .btn a, .blog-article .btn a{
            text-decoration: none;
            color: inherit;
        }

        .pagination{
        text-align: center;
            padding: 0;
        }
            .pagination li{
                display: inline-block;
                margin: 3px;
            }
            .pagination li a{        
                background-color: #736564;
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 6px 12px; 
                transition: all 0.2s cubic-bezier(.46,.03,.52,.96) 0s;       
            }
            .pagination li a:hover{
                text-decoration: none;
                background-color: #BFA19D;
            }
            .pagination li .current_page{
                padding: 0 5px;
                font-weight: bold;
            }

.article-hero{
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

.blog-article img:not(.article-hero){
    max-width: 100%;
    height: auto!important;
}

.blog-article .btn{
    margin-bottom: 0;
}

/*===================== Responsive Styling =========================*/
@media only screen and (max-width: 1280px) {}

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

    header .gs-threequarters {
        width: 40% !important;
    }

    header .gs-quarter{
        width: 60% !important;
    }

    header nav ul {
        display: none;
    }

    header .toolbar p {
        display: none;
    }

    #mob_show {display: block;}

    

    .video-container .grid{
        display: block;
    }

    .video-container .grid-cell{ 
        width: 100%!important; 
    }

}

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

    .box .gs-twothirds,
    .box.cream_box .gs-twothirds,
    .box.cream_box .gs-third,
    .box .gs-third,
    .box .gs-threequarters,
    .box .gs-quarter {
        width: 100% !important;
    }

    .box .gs-twothirds .text_box, .box .gs-threequarters .text_box {
        padding: 0;
    }

    .box .gs-twothirds .text_box {
        margin-bottom: 32px;
    }

    #appointment_box .grid-cell label {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .side_nav {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgb(115,101,100,0.25);
        padding-top: 32px;
    }

    .side_nav nav ul li a {
        font-size: 1.1em;
    }

    footer .grid-cell {
        width: 100% !important;
        text-align: center;
    }

    footer .logo_box {
        max-width: 180px;
        margin: auto;
    }
    footer nav {
        width: 100%;
        margin-top: 16px;
    }

    footer nav ul li a {
        color: rgba(115, 101, 100, 0.62);
    }

     footer nav ul li {
        width: 50%;
    }

    .side_contact {
        margin-left: 0;
        margin-bottom: 0;
    }

    .side_box {
        padding-left: 0;
    }

    .contact_grid {
        flex-flow: column-reverse;
        -webkit-flex-flow: column-reverse;
    }

    
    

    .btn_videos {
        min-width: 50%;
    }

}

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

    .container {
        padding: 120px 0;
    }

    #appointment_box .grid-cell .btn {
        min-width: 100px;
    }

    .videos-grid .gs-third {
        width: 100%!important;
    }

}

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

    .box.cream_box .links-grid .gs-third{
        width: 50%!important;
    }

    .btn_videos {
        min-width: 50%;
    }

}

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

 .hero .content {
    font-size: 1em;
 }
 .videos-grid .gs-third {
        width: 50%!important;
    }

}

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

    h1 {
        font-size: 7vw;
    }

    .therapists_box {
        position: relative;
        width: 100vw;
        height: auto;
        left: calc((-100vw + 100%) / 2);
        max-width: none;
        float: none;
        margin: 32px auto;
        border: none;
        border-radius: 0;
    }

    .therapists_box ul li {
        margin: 24px 0;
    }

    .box.cream_box .links-grid .gs-third{
        width: 100%!important;
    }

    .btn_videos {
        min-width: 139px;
    }

    .btn_videos {
        min-width: 50%;
    }

}

@media only screen and (max-width: 400px) {
    .videos_box {
        margin: 0 auto;
        padding-bottom: 0em;
    }

    .videos-grid .gs-third {
        width: 50%!important;
    }

    .btn_filter {
        border: 1.6px solid #736564;
        display: inline-block;
        padding: 6px 16px;
        min-width: 80px;
        text-decoration: none;
        text-align: center;
        color: #736564;
        cursor: pointer;
        border-radius: 40px;
        letter-spacing: 0.02em;
        font-family: nuito, sans-serif;
        font-size: 0.7em;
        margin-left: 1em;
    }

    .btn_videos {
        min-width: 50%;
    }

    .video_filters {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media only screen and (max-height: 420px) {

    #mob_nav nav {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

   @media only screen and (max-width : 1000px) {}
   @media only screen and (max-width : 768px) {}
   @media only screen and (max-width : 660px) {}
   @media only screen and (max-width : 460px) {}
   @media only screen and (max-width : 380px) {}

