body 
{
    background: #f2f2f2;
    background-color: #ffe1d0;
    background-color: #eaeaea;
    font-family: 'Open Sans', sans-serif;
    margin:0;
}
.pure-g 
{
    font-family: 'Raleway',FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
}
.pure-g
{
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-g [class*=pure-u] {
    font-family: 'Raleway', sans-serif;
}
.pure-g [class*=pure-u] {
    font-family: sans-serif;
}
.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5, .pure-u-1-2, .pure-u-12-24, .pure-u-1-3, .pure-u-1-4, .pure-u-6-24, .pure-u-1-12, .pure-u-2-24, .pure-u-1-24, .pure-u-5-24, .pure-u-7-24, .pure-u-10-24, .pure-u-5-12, .pure-u-16-24, .pure-u-2-3 
{
    width: 100%;
}
a 
{
    background-color: transparent;
}
input 
{
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
img {
    border: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h4 
{
    color: #802020;
    padding: .4em;
    text-align: center;
}
figure {
    margin: 1em 40px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
b, strong {
    font-weight: 700;
}
sup {
    top: -.5em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}







.head-text img.logo 
{
    margin: .2em auto;
    max-width: 90%;
}
.head-text {
    background: #83c4f6 url(../../../images/home/home-banner2.jpg) no-repeat top right;
    background-size: contain;
    text-align: center;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}


.top {
    background-color: #fff2fc;
    background-color: #bccbde;
    background-color: #dea6af;
    background-color: #ffe1d0;
}
.flags {
    text-align: center;
}
.flags a {
    display: inline-block;
    margin: 0 .5em .3em;
    border:none;
}
.flags strong {
    display: block;
    font-size: .9em;
}
.flags strong a
{
    font-weight: normal;
}
div.details
{
    border:solid 1px #aaa;
    padding:1em;
    text-align: left;
    background-color:#fff;
    position: relative;
}

.close-button
{
    display: none;;
}
.close-button:after
{
    content: "X";
    color: #fff;
    background-color: red;
    font-size: 1em;
    margin: .1em 0 0 .4em;
    display: inline-block;
    width: 0.8em;
    text-align: center;
    line-height: 1em;
    padding: .2em;
    height: 0.8em;
    border-radius: 50% 50%;
}
div.details .close-button
{
    color: #000;
    background-color: #ccc;
    border:solid 1px #aaa;
    display: block;
    margin: 0;
    padding: .2em .4em;
    font-size: .9em;
    position: absolute;
    right: .1em;
}
div.details .close-button:first-child
{
    top: .1em;
}
.flags div.details strong
{
    display: inline;
    color: #802020;
}
div.finder
{
   display: inline-flex;
}
.search {
    width: 90%;
    max-width: 17.4em;
    position: relative;
    display: flex;
    margin: .8em auto 0;
    padding: .4em 0;
}
.search-text, .inputbox {
    width: 100%;
    border: 1px solid #09f;
    border-right: none;
    padding: .4em;
    /* height: 20px; */
    border-radius: .4em 0 0 .4em;
    outline: none;
    color: #09f;
}
.search button, .button {
    width: 8em;
    /* height: 36px; */
    border: 1px solid #09f;
    background: #09f;
    text-align: center;
    color: #fff;
    border: 1px solid #038FEF;
    background: #038FEF;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 1em;
    background-repeat: no-repeat;
    background-size: 1.4em 1.4em;
    background-position: 60% center;
}
.top .search button
{
    background-image: url(../../../images/home/search.svg);
    width: 2em;
}
.top .search input.button
{
    background-image: url(../../../images/home/search.svg);
    width: 2em;
    color: transparent;
}


.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}
.header-text {
    color: yellow;
    color: #edf6ff;
    font-family: 'Raleway', "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: normal;
    /* font-size: 3.4em; */
    font-size: calc(2.4em + 6 * ((100vw - 20em) / 680));
    text-shadow: 1px 1px 1px #000;
    /* margin: 1em; */
    display: block;
}
.header-text h1 {
    color: #431c5d;
    color: #33363b;
    color: #802020;
    text-shadow: 1px 1px 1px yellow;
    text-shadow: 1px 1px 1px #fff;
    margin: .4em;
    font-size: 1em;
    margin: .4em .4em 0 .4em;
    font-size: .8em;
    font-weight: normal;
}
.head-text p {
    margin: .2em .2em 1em;
}
.head-text p.small a
{
    color: #000;
    color: #33363b;
    text-shadow: none;
    display: inline-block;
    padding: 1em 0;
    font-size: .4em;
    margin: 1em 0;
    position: relative;
}
.head-text ul.small li
{
    margin: .4em 0;
}

.head-text ul.small
{
    text-align: left;
    background-color: #ddd;
    border: solid 1px #aaa;
    margin: 0;
    padding:.4em .4em .4em 1.4em;
    font-size: .4em;
    text-shadow: none;
    color: #33363b;
}
.head-text p.small a::after {
    position: absolute;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 0em;
    content: "";
    background-image: radial-gradient(yellow, transparent);
    background-image: radial-gradient(#F5E357, transparent);
    background-image: radial-gradient(#F557D3, transparent);
    opacity: .2;
}
.dauquote
{
    display: none;
}
p.links {
    color: #fff;
    margin: 1em 0;
}
p.links a {
    color: inherit;
    text-decoration: none;
}
.head-text h4 {
    /* font-size: .4em; */
    margin: 0;
    color: yellow;
    color: #ffe1d0;
    color: #802020;
}

div.toggle.top {
    background: transparent;
    padding: 0;
}
div.toggle
{
    background: #cdf;
    cursor: pointer;
    display: block;
    padding: .4em;
    margin-top: .1em;
}
.hide_content + div
{
    display: none;
}
.show_content + div
{
    display: block;
}
    
.toggle div
{
    margin: 0;
    padding:0;
    background-color: #fff;
}
.toggle div p
{
    margin: .5em;
    padding: .5em;
    cursor: text;
}
.bar {
    background: #33363b;
    /* background: #802020; */
    color: #fff;
    margin: 0 auto;
}
.bar h2 {
    font-size: 1.3em;
    margin: 0;
    padding: .5em;
    font-weight: normal;
}
.img-big
    {
        display: block;
        max-width: 100%;
    }
a.checkout 
{
    text-decoration: none;
    box-shadow: inset 0 0 1.2em 0.1em rgba(0,0,0,.3);
    font-size: 1.3em;
    text-align: center;
    display: block;
    background-color: #b23850;
    color: #e7e3d4;
    font-size: 1.1em;
    padding: 1em 0;
    width: 90%;
    margin: 1em auto .2em;
    position: relative;
    max-width: 20em;
}
a.checkout:hover
{
    box-shadow: inset 0 0 2.2em 0.1em rgba(0,0,0,.6);
}


.second, .third, .main 
{
    background-color: #f0f0f0;
    color: #888;
}
.second
{
    text-align: center;
}
.main h3 
{
    margin: 0;
}
.main h3 
{
    color: #802020;
}
.second h3 
{
    background: #368cbf;
    margin: 0;
    padding:.4em;
    color: #fff;
}
.main h3
{
    margin:2em .4em 1em;
}
.main sup 
{
    font-size: .8em;
    top: -.2em;
}
.third h3 
{
    background-color: #7ebc59;
    margin: 2em 0 1em;
    padding: .4em;
    text-align: center;
    color: #fff;
}
.third h4 {
    margin: 0;
    padding: .4em .2em .4em .6em;
}
.third ul {
    margin: 0 0 .2em;
    padding: 0 .2em .2em .6em;
    background-color: #dfdfdf;
}
.third li {
    list-style: none outside;
    margin: 0;
    padding: .2em;
    font-size: .9em;
    overflow: hidden;
}
.third a {
    color: #080202;
}
.practitioner a:hover
{
    color:#ddd;
}
.practitioner a
{
    text-decoration: none;
    color:inherit;
}
.third h3.practitioner 
{
    color: #e7e3d4;
    font-weight: normal;
    /*background-color: #e7e3d4 */
    background-image:url(../../../images/referrers/dbdde98f0359ef69061da867fda40d07.jpg); 
    background-repeat: no-repeat;
    background-size: 4em;
    background-position: top right;
    /*padding:.4em 3em .4em .4em;*/
    line-height: 1.2em;
    height: auto;
    padding: 1em 4em 1em 1em;
}
.third li img {
    float: right;
    max-width: 30%;
    margin: .1em .1em 1em 1em;
}

#rotate_231, #rotate_232, #rotate_233
{
    height:100%;
    width: 100%;
    /*background-color: blue;*/
}
#rotate_233
{
    position:absolute;
    /*background-color: aqua;*/
    top: 40%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
}
#qr
{
    position: relative;
}


.footer-container
{
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.footer, #footer
{
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width:100%;
    text-align: center;
}
.tutorial
{
    background-color: #368cbf;
}
.tutorial h4 a
{
    color:#fff;
    text-decoration: none;
    font-weight:normal;
}
/************ In cBase *********************************/

.footer, #footer 
{
    border-top: solid 4px #069;
    overflow: hidden;
    padding: 1em 0;
    margin:3em 0;
}
.footer ul #footer ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer li, #footer li 
{
    list-style: none;
    display: inline-block;
    margin: 0 .25em;
}
.footer p, #footer p 
{
    margin: 1em;
    font-size: .8em;
    text-align: left;
}
.footer p.copyright, #footer p.copyright
{
    text-align: center;
}
#footer .menu
{
    margin:0;
    padding:1em;
}

/************* ACYMailing home page adjustments ****************/

.acym_module_form label div
{
    display: none;
}
table.acym_form 
{
    width: 80%;
    margin: .8em auto;
    max-width: 17.4em;
    position: relative;
    display: flex;
    padding: .4em 0;    
}
.acym__user__edit__email
{
        width: auto;
        border: 1px solid #09f;
        border-right: none;
        padding: .4em;
        border-radius: .4em 0 0 .4em;
        outline: none;
        color: #09f;
        margin:0;
}
/*********************** End ACYM adjustments *****************/






@media screen and (min-width: 50em)
{
    .pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
        width: 100%;
    }
    .pure-u-1-2, .pure-u-12-24 {
        width: 50%;
    }
    .pure-u-1-3, .pure-u-4-24 {
        width: 33.3333%;
    }
    .pure-u-1-4, .pure-u-6-24 {
        width: 25%;
    }
    .pure-u-1-12, .pure-u-2-24 {
        width: 8.3333%;
    }
    .pure-u-1-24 {
        width: 4.1667%;
    }
    .pure-u-5-24 {
        width: 20.8333%;
    }
    .pure-u-7-24 {
        width: 29.1667%;
    }
    .pure-u-10-24, .pure-u-5-12 {
        width: 41.6667%;
    }
    .pure-u-16-24, .pure-u-2-3 {
        width: 66.6667%;
    }

    
    .head-text img.logo 
    {
        margin: .2em;
        position: relative;
        top: -1.64em;
    }
    .head-text {
        background-size: cover;
    }
    .head-text p 
    {
        margin: .2em;
    }

    .search 
    {
        width: 80%;
        margin: .8em auto;
    }
    .head-text ul.small
    {
        font-size: .3em;
    }
    .bar 
    {
        margin: -2em auto 0;
    }
    .bar h2 
    {
        text-align: center;
        margin-bottom: 3em;
    }
    .dauquote
    {
        display: block;
    }
    .img-big
    {
        border: solid 1px #900001;
        display: block;
        max-width: 90%;
        margin: 1em auto;
        padding:0;
    }
    .second h3, .third h3 
    {
        margin: 0;
        padding: .4em;
        text-align: left;
    }
    .third h3.practitioner
    {
        padding: .4em 4em .4em 1em;
    }
    .third h4
    {
        text-align: left;
    }
    





    .dauquote {
        padding: 2em;
        padding: 0;
        text-align: left;
        /*
        float: right;
        clear: both;
        max-width: 24em;
        */
        overflow: hidden;
        margin: 0 0 1em;
        margin: 0;
        color: #802020;
    }
    .dauquote figure {
        transition: opacity 2s ease-in-out;
        background-image: url(../../../images/home/clouds-bg3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom right;
        margin: 0 1em 1em;
        padding: 0;
        padding: 2em;
        position: relative;
        font-size: .9em;
        /* transition: opacity 1s; */
    }
    .dauquote figure img {
        max-width: 6em;
        /* max-width: 4em; */
        float: left;
        margin: .3em .6em .3em .3em;
        /* opacity: 0.6; */
    }
    .dauquote blockquote {
        padding: .2em;
        font-style: italic;
        margin: .2em;
        min-height: 4.6em;
        line-height: 1.2em;
    }
    .dauquote figcaption {
        text-align: right;
        font-weight: bold;
        padding: .4em 1em;
        border-top: none;
    }
    .signup {
        background-color: bisque;
        background-color: #dea6af;
        background-color: #fff1b5;
        background: rgba(255, 225, 208, 0.8);
        border: solid 1px #aaa;
        border: solid 1px #333;
        border-radius: .3em;
        margin: 4em 2em 8em;
        margin: 0em 2em 12em;
        margin: 0 0 12em;
        opacity: 0.75;
    }
    .signup p {
        margin: 1em 0;
        color: #9a1750;
        clear: both;
    }
    .signup form p {
        font-weight: bold;
        margin: 0 0 2em;
        color: #000;
        font-size: .8em;
    }
    .signup button {
        background: none;
        background-color: #09f;
        width: 6em;
    }
        /*
    .search {
        width: 80%;
        position: relative;
        display: flex;
        margin: .8em auto;
        padding: .4em 0;
    }
        */
    .content {
        max-width: 72em;
        margin: -2.3em auto;
        font-size: 1em;
    }
    .main {
        background: #fff;
        color: #999;
        min-height: 24em;
    }
    .main h3, .second h3, .third h3 
    {
        margin: 0;
        height: 2.3em;
        line-height: 2.3em;
        overflow: hidden;
        font-size: 1em;
        padding: 0 .2em 0 .6em;
    }
    .main sup 
    {
        font-size: 1.2em;
        top: 0em;
    }

    .second img {
        width: 80%;
        margin: 1em auto;
        display: block;
    }
    .content p {
        margin: .4em;
    }
    
    
}