@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: normal;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
/* ___________________________________ MAIN STYLES ___________________________________ */
body, html {
    height: 100%;
    width: 100%
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 15px;
}
body p {
    padding-bottom: 20px;
}
.justify {
    text-align: justify
}
ul, ol {
    list-style: none;
}
a {
    color: #673795;
    text-decoration: none;
}
a:hover {
    color: #555555;
}
.wrapper {
    min-height: 100%;
}
main {
    position: relative;
    padding-top: 30px;
    z-index: 2;
}
p {
    line-height: 1.7em;
}
header {
    background-color: #5E5C5F;
    height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
footer {
    width: 100%;
    background: #F0EAF4;
    height: 60px;
    margin-top: -60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}
h1 {
    font-family: 'Pinyon Script', cursive;
    color: #673795;
    font-size: 38px;
}
h2 {
    font-family: 'Pinyon Script', cursive;
    color: #673795;
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-family: 'Dosis', sans-serif;
    color: #673795;
    font-size: 12px;
    text-transform: uppercase;
}
h4 {
    font-family: 'Dosis', sans-serif;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    line-height: 20px;
    font-weight: 600;
    font-size: 17px;
}
footer h1 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer p {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 10px;
}
footer a {
    color: #000000;
}
footer a:hover {
    color: #555555;
}
.bgpink {
    background-color: #EBE0EE;
    background-image: url(../images/flower.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.bgplain {
    height: auto;
    border: #673795 solid 2px;
}
.bgltpink {
	background-color: #F0EAF480;
	margin-top: 10px;
	padding: 10px 25px;
}
.grid-30.bgpink.pal.pa20.pt25.pb30 ul li {
    list-style: inside;
    padding-left: 20px;
}
.list {
    line-height: 20px;
}
/*_________________________ NAV _________________________ */
nav {
    position: relative;
    line-height: 1em;
    width: 100%;
    display: inline-block;
    height: auto;
    list-style: none;
    text-align: center;
    background-color: #C9C9C9;
    z-index: 3;
}
nav ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 24px;
}
nav ul li a {
    font-size: 14px;
    display: block;
    color: #673795;
    text-decoration: none;
    padding: 5px 10px 6px 10px;
    transition: all .2s
}
nav ul li a:hover {
    position: relative;
    text-decoration: none;
    color: #555555;
    transition: all .2s
}
#home nav ul li .home {
    color: #333333;
}
#about nav ul li .about {
    color: #333333;
}
#services nav ul li .services {
    color: #333333;
}
#therapy nav ul li .therapy {
    color: #333333;
}
#contact nav ul li .contact {
    color: #333333;
}
/* MAKES DROP MENU APPEAR */
nav ul li:hover > ul {
    display: block;
    transition: all .2s
}
.subnav li {
    padding-top: 5px
}
#therapy .subnav ul li .therapy {
    color: #333333;
}
#faq .subnav ul li .faq {
    color: #333333;
}
#financing .subnav ul li .financing {
    color: #333333;
}
#resources .subnav ul li .resources {
    color: #333333;
}
/* _______________ DROP UL ______________ */
nav ul li ul {
    position: absolute;
    width: auto;
    display: none;
    top: 29px;
    left: -10px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .2s
}
nav ul li ul li {
    display: block;
    background: #DDDDDD;
    position: relative;
    width: 130px;
    text-align: left;
    margin: 0;
    padding-left: 14px;
}
/* DROP LINKS */
nav ul li ul li a {
    display: block;
    color: #333333;
    text-align: left;
    padding: 5px;
}
nav ul li ul li a:hover {
    color: #999999;
}
/* _______________ MOBILE NAV _______________ */
@media screen and (max-width: 767px) {
    .wrapper {
        margin-bottom: 65px;
    }
    footer {
        height: 63px;
    }
    footer .pt15 {
        padding-top: 11px !important;
    }
    footer h1 {
        font-size: 11px;
    }
    nav {
        width: 100%;
        display: inline-block;
        height: auto;
        line-height: normal;
        list-style: none;
        text-align: center;
        background: #DDDDDD;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        text-transform: uppercase;
    }
    nav ul li {
        text-align: center;
        width: 100%;
        margin: 0;
        background: #DDDDDD;
        border-bottom: 1px solid white;
    }
    nav ul li a {
        font-size: 14px;
        display: block;
        color: #333333;
        text-decoration: none;
        padding: 5px;
    }
    nav ul li a:hover {
        text-decoration: none;
        color: #999999;
    }
    nav ul li ul {
        display: none;
        margin: 0;
        padding: 0;
        top: 0;
        position: relative;
        list-style: none;
        text-align: center;
        border-bottom: 0;
    }
    nav ul li ul li {
        float: none;
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
    nav ul li ul li a {
        display: block;
        color: #FFFFFF;
        text-align: center;
        padding: 5px;
        font-size: 10px;
    }
}