﻿@charset "utf-8";
/*
Description:Massage Envy
Author:The Lavidge Company & Internet Marketing Agency
Author URI: http://www.lavidge.com & http://www.internetmarketingagency.com
*/

/* =================================================================== */
/* =================            @FONT-FACE             =============== */
/* =================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:700,900');
@import url('https://fonts.googleapis.com/css?family=Muli');

@font-face {
    font-family: 'Venti';
    src: url('../../refresh/font/venticf-extrabold-webfont.woff2') format('woff2'), url('../../refresh/font/venticf-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Venti';
    src: url('../../refresh/font/venticf-bold-webfont.woff2') format('woff2'), url('../../refresh/font/venticf-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'venti_vbpmedium';
    src: url('../../refresh/font/ventivbp_medium-webfont.eot');
    src: url('../../refresh/font/ventivbp_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../refresh/font/ventivbp_medium-webfont.woff2') format('woff2'), url('../../refresh/font/ventivbp_medium-webfont.woff') format('woff'), url('../../refresh/font/ventivbp_medium-webfont.ttf') format('truetype'), url('../../refresh/font/ventivbp_medium-webfont.svg#venti_vbpmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'venti_vbp_mediumbold';
    src: url('../../refresh/font/ventivbp_bold-webfont.eot');
    src: url('../../refresh/font/ventivbp_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../refresh/font/ventivbp_bold-webfont.woff2') format('woff2'), url('../../refresh/font/ventivbp_bold-webfont.woff') format('woff'), url('../../refresh/font/ventivbp_bold-webfont.ttf') format('truetype'), url('../../refresh/font/ventivbp_bold-webfont.svg#venti_vbp_mediumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'venti_vbpultra';
    src: url('../../refresh/font/ventivbp_ultra-webfont.eot');
    src: url('../../refresh/font/ventivbp_ultra-webfont.eot?#iefix') format('embedded-opentype'), url('../../refresh/font/ventivbp_ultra-webfont.woff2') format('woff2'), url('../../refresh/font/ventivbp_ultra-webfont.woff') format('woff'), url('../../refresh/font/ventivbp_ultra-webfont.ttf') format('truetype'), url('../../refresh/font/ventivbp_ultra-webfont.svg#venti_vbpultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BorgisPro';
    src: url('../../refresh/font/borgis-pro.eot');
    src: url('../../refresh/font/borgis-pro.eot?#iefix') format('embedded-opentype'), url('../../refresh/font/borgis-pro.woff2') format('woff2'), url('../../refresh/font/borgis-pro.woff') format('woff'), url('../../refresh/font/borgis-pro.ttf') format('truetype'), url('../../refresh/font/borgis-pro.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BorgisPro-Italic';
    src: url('../../refresh/font/borgis-pro-italic.eot');
    src: url('../../refresh/font/borgis-pro-italic.eot?#iefix') format('embedded-opentype'), url('../../refresh/font/borgis-pro-italic.woff2') format('woff2'), url('../../refresh/font/borgis-pro-italic.woff') format('woff'), url('../../refresh/font/borgis-pro-italic.ttf') format('truetype'), url('../../refresh/font/borgis-pro-italic.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../refresh/font/fontawesome-webfont.eot?v=4.4.0');
    src: url('../../refresh/font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../refresh/font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../refresh/font/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../refresh/font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../refresh/font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =================================================================== */
/* =================           GLOBAL RESETS           =============== */
/* =================================================================== */
body, table, p, a, td, th, li, ol, input, select, textarea, h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, h7, h7 a {
    margin: 0;
    padding: 0;
}

body {
    background: #f6f5f3;
    color: #69717a;
    font-family: 'Muli', Tahoma, sans-serif;
    font-size: 0.8125em;
    line-height: 1;
    text-align: center;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
    margin-bottom: 2px;
    font-weight: normal;
}

    h1, h1 a {
        font-size: 1.5rem;
        font-size: 1.5rem;
        font-weight: 900;
    }

    h2, h2 a {
        font-size: 1.375rem;
        font-size: 1.375rem;
        font-weight: 700;
    }

    h3, h3 a {
        font-size: 1rem;
        font-weight: 700;
    }

    h4, h4 a {
        font-size: 0.9375em;
    }

    h5, h5 a {
        font-size: 0.875em;
    }

p {
    padding-bottom: 15px;
}

ol {
    margin: 0 0 0 20px;
    padding: 0 0 15px 0;
}

    ol, ol li {
        list-style-type: decimal;
    }

ul {
    list-style-type: square;
    margin: 0 0 0 17px;
    padding: 0 0 15px 0;
}

a {
    color: #69717a;
}

nav a {
    text-decoration: none;
}

img, a img {
    border: none;
}

td {
    vertical-align: top;
}

fieldset {
    border: 0;
    outline: 0;
}

header, footer, section, article, nav {
    display: block;
}

#analytics_top.hidden {
    display: none;
}

/* =================================================================== */
/* ===================           SHORTCUTS           ================= */
/* =================================================================== */
.clear, .clear_both {
    clear: both;
    height: 0;
    font-size: 0.0625em;
    line-height: 0;
    overflow: hidden;
    float: none !important;
}

.small_text {
    font-size: 0.5625em;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

input.hidden {
    display: none;
}

label.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.input_wrap {
    display: block;
    padding-left: 5px;
}

    .input_wrap, .input_wrap input {
        height: 22px;
    }

        .input_wrap input {
            height: 18px;
            padding: 1px 2px 3px;
            margin: 0;
            border: 0;
            outline: 0;
        }

.find_submit, .find_submit:focus {
    border: 0;
    outline: 0;
}

.select_wrap select {
    background: #fff;
}

.select_wrap {
    display: block;
    height: 22px;
}

.round {
    position: relative;
}

.arrow_purple {
    text-decoration: none;
}

    .arrow_purple:after {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.5em;
        padding-left: 4px;
    }

.form_error {
    margin-top: 12px;
}

input, select, textarea {
    color: #69717a;
    font-family: 'Muli', Tahoma, sans-serif;
}

    input[type="text"], input[type="number"], input[type="password"], textarea {
        border: 2px solid #dedcde;
        border-radius: 5px;
        font-size: 1.125rem;
        padding: 8px 12px;
        -webkit-appearance: none;
        -webkit-border-radius: 5px;
    }

        input[type="text"].error, input[type="password"].error, select.error, textarea.error {
            border-color: #fd4343;
        }

select {
    background: #fff;
    border: 2px solid #dedcde;
    border-radius: 5px;
    font-size: 1.125rem;
    height: 43px !important;
    line-height: 43px !important;
    padding: 8px 5px;
    -webkit-appearance: menulist-button !important;
    -webkit-border-radius: 5px;
}

.checkbox_wrap label:before {
    border: 1px solid #c3c2c3;
    border-radius: 4px;
    color: #50a3b6;
    content: '';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 0.9375rem;
    height: 15px;
    margin-right: 10px;
    vertical-align: -3px;
    width: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.checkbox_wrap.checked label:before {
    content: '\f00c';
    vertical-align: 0;
}

.checkbox_wrap input[type="checkbox"] {
    display: none;
}

.radio_wrap .radio_label:before {
    border-radius: 50%;
    color: #e2e0e2;
    content: '\f058';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.875rem;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.radio_wrap.checked .radio_label:before {
    color: #50a3b6;
}

.radio_wrap input[type="radio"] {
    display: none;
}

a.button, span.button, p.button > a {
    background: #635aa4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 0.8125rem;
    min-width: 150px;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

input[type="button"].button, input.button {
    background: #635aa4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 0.8125em;
    min-width: 150px;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

.fake-link {
    text-decoration: underline;
    cursor: pointer;
}
/* =================================================================== */
/* =====================          LAYOUT           =================== */
/* =================================================================== */
#master {
}

.default_width {
    margin: 0 auto;
    text-align: left;
    width: 995px;
}

#header {
}

#body {
}

#footer {
}

#content p {
    line-height: 16px;
}

/* =================================================================== */
/* ===================             HEADER            ================= */
/* =================================================================== */
#header {
    height: 155px;
}

    #header .default_width {
        position: relative;
    }

#logo {
    float: left;
    padding-top: 40px;
}

#screen_logo {
}

#print_logo {
    display: none;
}
/*.clinic_reg #logo a {width:221px;height:54px;display:block;background:url(../../refresh/img/graphic/logo/header_reg.png) no-repeat 0 0;}
.clinic_reg #logo img {display:none;}*/
#header #my_clinic {
    float: right;
    margin: 30px 15px 0 0;
    text-align: right;
}

body.loggedIn #header #my_clinic {
    margin-right: 350px;
}

#header #my_clinic a {
    text-decoration: none;
}

    #header #my_clinic a:hover {
        color: #787878;
        text-decoration: none !important;
    }

    #header #my_clinic a .clinic_name {
        display: block;
        font-style: italic;
        font-weight: bold;
    }

#header .quick_util {
    display: none;
    float: right;
    position: relative;
    top: 42px;
    right: 0;
}

.quick_find, #quick_nav {
    float: right;
}

.quick_find {
    border-left: 1px solid #8e8e90;
    font-size: 1.0625em;
    margin: 0 0 0 25px;
    padding: 2px 0 0 15px;
    position: relative;
    z-index: 400;
}

    .quick_find .title {
        float: left;
        font-family: 'BorgisPro-Italic', 'Times New Roman', serif;
        margin-right: 8px;
    }

    .quick_find span {
        display: block;
        float: left;
        margin: 0;
    }

    .quick_find .find_input {
        border: none;
        font-size: 0.6875em;
        height: 20px;
        line-height: 20px;
        padding: 0 15px 0 10px;
        width: 120px;
    }

    .quick_find .find_clinic_submit {
        border: none;
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 9px;
        z-index: 500;
    }

    .quick_find .find_radius {
        display: none;
    }

    .quick_find .find_or {
        display: none;
    }

    .quick_find .find_state {
        display: none;
    }

    .quick_find .find_city {
        display: none;
    }

#quick_nav li {
    display: block;
    float: left;
    margin: 6px 0 0 12px;
}

#quick_nav a {
    font-family: 'BorgisPro-Italic', 'Times New Roman', serif;
    font-size: 0.75em;
    text-decoration: none;
}

    #quick_nav a:before {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.5em;
        font-style: normal;
        padding-right: 5px;
        vertical-align: 2px;
    }

#welcome {
    position: absolute;
    right: 0;
    top: 0;
}

    #welcome .minibox {
        background: #8e8e90;
        color: #fff;
        float: right;
        font-family: 'BorgisPro-Italic', 'Times New Roman', serif;
        font-size: 0.75em;
        height: 22px;
        line-height: 22px;
        padding: 0 5px 0;
    }

    #welcome a {
        border-left: 1px solid #fff;
        color: #fff;
        font-size: 0.75em;
        padding: 0 15px;
        text-decoration: none;
    }

        #welcome a:first-child {
            border: none;
        }

        #welcome a:after {
            content: '\f04b';
            font-family: 'FontAwesome';
            font-size: 0.5em;
            padding-left: 15px;
            vertical-align: 2px;
        }

    #welcome .logged_in, #welcome .logged_out {
        display: none;
    }

    #welcome .signinhead {
        clear: both;
        font-size: 1.3125em;
        font-style: italic;
        padding-top: 8px;
    }

/* =================================================================== */
/* =================           PRIMARY NAV             =============== */
/* =================================================================== */
#primary_nav {
    clear: both;
    overflow: hidden;
    padding-top: 25px;
}

    #primary_nav .nav, #primary_nav ul {
        height: 37px;
        overflow: hidden;
    }

    #primary_nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #primary_nav li {
        background: #fff;
        float: left;
        height: 100%;
        margin-left: 1px;
        padding: 0 20px;
    }

        #primary_nav li:first-child {
            margin-left: 0;
        }

    #primary_nav a {
        padding: 12px 5px;
        display: block;
    }

    #primary_nav li.current_cat1 a, #primary_nav li.current_cat a {
        border-bottom: 3px solid #756daf;
        padding-bottom: 6px;
    }

/* =================================================================== */
/* ====================           CONTENT           ================== */
/* =================================================================== */
#body .default_width {
    clear: both;
    position: relative;
}

#body .sur.main, #body .sub.main {
    width: 990px;
    height: 25px;
}

#body .sur.main {
    background-position: -1040px 0;
    top: -10px;
    z-index: 500;
    height: 45px;
}

#master.home_page #body .sur.main {
    display: none;
}

#body .sub.main {
    background-position: 0 0;
    bottom: -25px;
}

/* =================================================================== */
/* =================         CONTENT ELEMENTS          =============== */
/* =================================================================== */
#feature {
    position: relative;
    z-index: 100;
}

    #feature .video {
        cursor: pointer;
    }

#page_photo {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#page_title {
    font-size: 1.875em;
    position: relative;
    z-index: 99;
}

#page_photo #page_title {
    color: #fff;
    font-family: 'venti_vbp_mediumbold', Tahoma, sans-serif;
    font-size: 3.75em;
    max-width: 660px;
    padding: 25px 0 0 40px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#page_photo.has_content #page_title {
    top: 0;
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}

#page_title_small {
    font-size: 1.25em;
}

#page_photo #page_title_small {
    color: #fff;
    padding-left: 40px;
    position: relative;
    top: 45%;
    transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
}

#page_name {
    color: #367482;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 3.125rem;
    padding: 0.625rem;
    position: relative;
    text-transform: uppercase;
}

    #page_name:after {
        background: #367482;
        bottom: 0;
        content: '';
        display: block;
        height: 3px;
        left: 10%;
        position: absolute;
        width: 80%;
    }

.massage_main #feature.callout {
    float: left;
}

.callout.choices {
    background: #818ba8;
    color: #fff;
    padding: 15px;
}

.massage_main #feature .callout.choices {
    float: right;
    margin: 40px 0 0;
    width: 260px;
}

.callout.choices a {
    color: inherit;
}

.massage_main #feature .callout.choices p {
    line-height: 15px;
    padding-bottom: 8px;
}

.callout.choices .icon {
    background: url(../img/sprite/icons.png) no-repeat;
    font-size: 0.875em;
    line-height: 14px;
    padding: 0 0 12px 35px;
}

.callout.choices .aromatherapy.icon {
    background-position: 0 -1740px;
}

.callout.choices .deepmuscle.icon {
    background-position: 0 -1785px;
}

.callout.choices .footscrub.icon {
    background-position: 0 -1825px;
}

.massage_main #content_sections.col.full {
    background: none;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}

.page #feature {
    border-bottom: 1px solid #D7D7D7;
}

#social_icons {
    height: 50px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 350px;
    z-index: 200;
}

.social_icon {
    float: left;
    margin-right: 2px;
}

#share_fb {
    min-width: 150px;
}

#share_plus1 {
    width: 70px;
    overflow: hidden;
}

#share_tweet {
    width: 110px;
}

.col1, .col2, .col3, .col {
    position: relative;
    z-index: 400;
}

.col1, .col2 {
    float: left;
}

.col3 {
    float: right;
}

.col.full {
    position: relative;
}

    .col.full.round .sur, .col.full.round .sub {
        width: 943px;
        height: 3px;
        left: -1px;
        background: url(../../refresh/img/sprite/round.png) no-repeat 0 0;
    }

    .col.full.round .sur {
        top: -2px;
    }

    .col.full.round .sub {
        bottom: -2px;
        background-position: -1007px 0;
    }

#lightbox {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

    #lightbox .overlay {
        background: rgba(255,255,255,0.8);
        height: 100%;
        position: fixed;
        top: 0;
        width: 100%;
    }

.ie8 #lightbox .overlay {
    background: #000;
}

#lightbox .box {
    left: 50%;
    position: absolute;
    top: 185px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#lightbox .close {
    background: #8e8e90;
    color: #fff;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -28px;
    width: 21px;
}

    #lightbox .close:after {
        content: 'X';
        font-size: 1em;
    }

#lightbox .title {
    font-size: 1.125em;
    left: 0;
    position: absolute;
    top: -25px;
}

/*
= LAYOUT :NAV(1/3) - CONTENT(1/3) - CALLOUTS(1/3) ================== */
#side_nav.col1 {
    background: #fff;
    width: 200px;
}

#content.col2 {
    background: #fff;
    margin: 0 0 0 15px;
    padding: 20px;
    width: 460px;
}

#callouts.col3 {
    width: 265px;
}

/*
= LAYOUT :CONTENT(2/3) - CALLOUTS(1/3) ================== */
#content.col1 {
    background: #fff;
    font-size: 0.8125rem;
    padding: 20px;
    width: 649px;
}

#callouts.col2 {
    clear: right;
    float: right;
    width: 290px;
}

/*
= LAYOUT :CONTENT(2/3) - CALLOUTS(1/3) ROUND ================== */
#content.hidden {
    visibility: hidden;
}

#content.col1.round {
    background-repeat: repeat-y;
}

    #content.col1.round .sur {
        background-position: -2050px 0;
        height: 8px;
        top: -8px;
    }

    #content.col1.round .sub {
        background-position: -3468px 0;
        height: 8px;
        bottom: -8px;
    }

#content .tabs, #content .results_filter {
    margin: 15px;
}

/*
= LAYOUT :CONTENT(2/3) - SIDE NAV(1/3) ================== */
#content.col2.wide {
    width: 740px;
}

/*
= LAYOUT :SERVICE DETAIL ================== */
.service_list {
    border-bottom: 1px solid #dcdcdc;
}

#master.benefit_types .service_list {
    margin-bottom: 20px;
}

.service_detail {
    border-top: 1px solid #dcdcdc;
    clear: both;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}

    .service_detail img {
        float: left;
        margin: 7px 0 5px 10px;
    }

    .service_detail .img_overlay {
        background: url(../../refresh/img/overlay/service_detail_thumb.png) no-repeat 0 0;
        height: 82px;
        position: absolute;
        top: 13px;
        left: 6px;
        margin: 0;
        width: 134px;
    }

    .service_detail .service_desc {
        float: left;
        width: 550px;
    }

    .service_detail a.arrow_purple {
        float: right;
    }

    .service_detail .service_name, .service_detail .service_name a {
        font-size: 1.125em;
        margin: 0;
        text-decoration: none;
    }

table.list_table li {
    padding-bottom: 10px;
}

/*
= LAYOUT :SUB CALLOUTS ================== */
#sub_callouts {
    border-top: 1px solid #d7d7d7;
    margin: 15px 0 0 0;
    padding-top: 15px;
}

    #sub_callouts .callout {
        float: left;
        margin-bottom: 0;
    }

        #sub_callouts .callout h3 {
            line-height: 23px;
            padding-bottom: 5px;
        }

        #sub_callouts .callout p {
            line-height: 14px;
        }

        #sub_callouts .callout li {
            padding: 0 0 2px;
        }

    #sub_callouts .fixed.callout {
        color: #fff;
        height: 200px;
        width: 321px;
    }

        #sub_callouts .fixed.callout.green {
            background: #b8c2c7;
        }

        #sub_callouts .fixed.callout.purple {
            background: #9ca4ae;
        }

        #sub_callouts .fixed.callout.orange {
            background: #69717a;
        }

        #sub_callouts .fixed.callout.medium {
            margin-right: 15px;
        }

        #sub_callouts .fixed.callout a {
            color: inherit;
        }

        #sub_callouts .fixed.callout .callout_content {
            height: 169px;
            overflow: hidden;
            padding: 20px 20px 0;
        }

/* =================================================================== */
/* =================          LEFT NAVIGATION          =============== */
/* =================================================================== */

/* ========== SecondHeader Navigation Display/Hide Settings ========== */
#side_nav li /* ALL_PAGES = hides all navigation */ {
    display: none;
}

    /* Category Page Navigation Display/Hide */
    #side_nav li.current_cat, #side_nav li.current_cat1, #side_nav li.current_cat2 /* CATEGORY_PAGE = allows child nodes to be displayed */ {
        display: block;
    }

        #side_nav li.current_cat1.current_page li, #side_nav li.current_cat li, #side_nav li.current_cat1 li, #side_nav li.current_cat2 li /* CATEGORY_PAGE = displays current_cat1 child li nodes */ {
            display: block;
        }

            #side_nav li.current_cat1.current_page li a, #side_nav li.current_cat1 li a /* CATEGORY_PAGE = displays a tag, hidden from above */ {
                display: block;
            }

            #side_nav li.current_cat1.current_page li ul /* CATEGORY_PAGE = hides third level navigation on category page */ {
                display: none;
            }

/* Class=Detail Page Navigation Display/Hide */
.detail #side_nav li.current_cat1 li a /* CATEGORY_PAGE = displays a tag, hidden from above */ {
    display: block;
}

/* Class= Corporate Wellness */
.corporatewellness #content {
    float: none;
    margin: 0 auto;
    width: auto;
}

/* magazine styling */
.magazine #side_nav li.current_cat1, .magazine #side_nav li.current_cat1 ul ul {
    border: 0;
}

    .magazine #side_nav li.current_cat1 li {
        border-top: 1px solid #d7d7d7;
        margin: 0;
    }

    .magazine #side_nav li.current_cat1 a, .magazine #side_nav li.current_cat1 li {
        display: none;
    }

        .magazine #side_nav li.current_cat1 li.current_cat, .magazine #side_nav li.current_cat1 li.current_cat a, .magazine #side_nav li.current_cat1 li.current_cat li {
            display: block;
        }

.magazine #side_nav li.magazine_root li a {
    background: none;
    padding-left: 5px;
}

/* local media */
.local_media h1 {
    font-size: 1.875em;
}

.local_media #side_nav a.home_link {
    font-size: 1.1875em;
    padding: 10px;
    display: block;
}

.local_media #side_nav ul {
    border-bottom: 1px solid #d7d7d7;
}

.local_media #side_nav li:last-child {
    margin-bottom: 0;
}

.local_media #side_nav li {
    display: block;
    margin-bottom: 30px;
}

    .local_media #side_nav li li {
        margin-bottom: 0;
    }

    .local_media #side_nav li a {
        font-weight: bold;
    }

    .local_media #side_nav li li a {
        font-weight: normal;
    }

.local_media #content ul ul {
    padding: 0;
}

/* ========== END __ SecondHeader Navigation Display/Hide Settings __ END ========== */
#side_nav a {
    font-size: 0.75em;
    text-decoration: none;
}

#side_nav ul, #side_nav li {
    margin: 0;
    padding: 0;
}

#side_nav li {
    border-top: 1px solid #d7d7d7;
}

    #side_nav li a {
        display: block;
        padding: 4px 10px;
    }

#side_nav ul ul {
    border-bottom: 1px solid #d7d7d7;
}

#side_nav li li li, #side_nav li li ul {
    border: 0;
}

#side_nav li li li {
    margin-left: 12px;
}

#side_nav li.current_cat1 li a, .magazine #side_nav li.magazine_root li li a, .local_media #side_nav li li a {
    padding: 6px 10px 5px 20px;
}

    #side_nav li.current_cat1 li a:before, .magazine #side_nav li.magazine_root li li a:before, .local_media #side_nav li li a:before {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.5625em;
        margin-left: -12px;
        padding-right: 5px;
    }

#side_nav .nav li.current_page, #side_nav .nav li.current_cat3 {
    background: #8e8e90;
}

    #side_nav .nav li.current_page > a, #side_nav .nav li.current_cat3 > a {
        color: #fff;
    }

    #side_nav .nav li.current_page ul, #side_nav .nav li.current_cat3 ul {
        background: #fff;
    }

/* =================================================================== */
/* ===================           BREADCRUMB          ================= */
/* =================================================================== */

/* =================================================================== */
/* ===================           CALLOUTS            ================= */
/* =================================================================== */
.callout {
    position: relative;
}

#callouts .callout {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.callout p {
    line-height: 18px;
}

.callout li {
    padding: 0 0 5px 0;
}

.callout h2 {
    font-size: 1.875em;
}

.callout h3 {
    font-size: 1.125em;
}

.callout h4 {
    font-size: 1em;
    font-style: normal;
}

#callouts img {
    height: auto;
    max-width: 100%;
}

/*
= FIXED CALLOUT ================== */
.fixed.callout h3 {
    font-size: 1.5em;
    line-height: normal;
}

.fixed.callout ul.list_2col {
    padding-bottom: 7px;
}

.fixed.callout .list_2col {
    float: left;
    width: 100px;
    padding-right: 10px;
}

    .fixed.callout .list_2col li {
        line-height: normal;
        padding-bottom: 3px;
    }

.fixed.callout.wide {
    width: 481px;
    height: 144px;
}

/*
= ROUND CALLOUT ================== */
.callout.round {
    padding: 10px 10px 0;
}

    .callout.round .callout_content {
        padding: 10px 10px 5px 45px;
    }

    /*
= ROUND CALLOUT W. HEADER ================== */
    .callout.round.header {
        background: #fff;
    }

        .callout.round.header .sur {
        }

            .callout.round.header .sur.green {
                background-position: -489px 0;
            }

            .callout.round.header .sur.purple {
                background-position: -978px 0;
            }

            .callout.round.header .sur.orange {
                background-position: -1467px 0;
            }

            .callout.round.header .sur span {
                display: block;
                font-size: 1.5em;
                font-style: italic;
            }

        .callout.round.header .icon {
            position: absolute;
            top: 51px;
            left: 21px;
        }

        .callout.round.header h4 {
            padding-left: 2px;
            font-size: 1.125em;
        }

        .callout.round.header .sub {
            background-position: -6640px 0;
        }

/*
= PICTURE LEFT CALLOUT ================== */
.callout.picture_right .content {
    position: relative;
    z-index: 101;
}

.callout.picture_right .callout_img {
    position: absolute;
    right: -21px;
    bottom: 0;
    display: block;
    z-index: 100;
}

/*
= CUSTOM CALLOUTS ====================== */
#feature .fixed.set_appointment .callout_content {
    padding: 15px;
}

#feature .fixed.set_appointment p {
    font-style: italic;
}

#callouts .choices {
    background: #818ba8;
}

/* =================================================================== */
/* ==================      INDIVIDUAL PAGE STYLING     =============== */
/* =================================================================== */

/* =================================================================== */
/* ===================            SITEMAP            ================= */
/* =================================================================== */
.sitemap #content ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

    .sitemap #content ul ul ul {
        margin-top: 5px;
    }

        .sitemap #content ul ul ul ul {
            margin-bottom: 0;
            padding-bottom: 5px;
        }

.sitemap #content li {
    list-style: none;
    display: block;
}

    .sitemap #content li a {
        font-size: 1.25em;
        color: #677B27;
        text-decoration: none;
        display: none;
    }

    .sitemap #content li li {
        margin-top: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #c7c7c7;
    }

        .sitemap #content li li a {
            display: block;
        }

        .sitemap #content li li li {
            margin-top: 0;
            list-style: square;
            display: list-item;
            padding-bottom: 0;
            border: 0;
            margin-bottom: 5px;
        }

            .sitemap #content li li li a {
                font: normal 12px Tahoma,Geneva,sans-serif;
                text-decoration: underline;
                color: #595959;
            }

/* Regional Links/col2 */
.sitemap #callouts ul {
    margin-top: 20px;
}

    .sitemap #callouts ul ul {
        margin-top: 5px;
        margin-left: 15px;
    }

.sitemap #callouts li {
    font-size: 1.125em;
    color: #677B27;
    text-decoration: none;
    list-style: none;
    display: block;
    border-bottom: 1px solid #c7c7c7;
}

    .sitemap #callouts li, .sitemap #callouts li a {
        font-size: 1.0625em;
        color: #677B27;
        text-decoration: none;
    }

        .sitemap #callouts li li {
            margin-bottom: 5px;
            border: 0;
            list-style: square;
            display: list-item;
        }

            .sitemap #callouts li li, .sitemap #callouts li li a {
                font: normal 12px Tahoma,Geneva,sans-serif;
                text-decoration: underline;
                color: #595959;
                text-decoration: underline;
            }

/* =================================================================== */
/* ===================         SEARCH RESULTS        ================= */
/* =================================================================== */
#content #search_results {
    margin: 15px 0 30px;
    border-bottom: 1px solid #D7D7D7;
}

    #content #search_results .result_header a {
        color: #612772;
        font-size: 0.875em;
    }

#search_content.input_wrap, #search_content {
    margin-top: 10px;
}

    #search_content.input_wrap, #search_content.input_wrap input {
        float: left;
    }

    #search_content.input_wrap {
        position: relative;
    }

        #search_content.input_wrap .search_input {
            width: 170px;
        }

        #search_content.input_wrap .search_submit {
            background: none;
            position: absolute;
            right: 5px;
            top: 1px;
        }

/* =================================================================== */
/* ===================            FOOTER             ================= */
/* =================================================================== */
#footer {
    color: #69717a;
    padding-top: 35px;
}

    #footer .column {
        float: left;
        padding-left: 20px;
        width: 228px;
    }

    #footer a {
        color: inherit;
    }

    #footer .title {
        font-size: 1em;
        padding-bottom: 15px;
    }

    #footer .nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #footer .nav li {
        padding-bottom: 2px;
    }

        #footer .nav li a {
            font-size: 0.75em;
        }

    #footer .arthritis {
        border-right: 2px solid #c2c2c2;
        padding-right: 10px;
    }

    #footer #fb_become_fan {
        position: relative;
        margin-left: 0;
    }

    #footer .wellness {
        display: block;
        padding: 4px 45px 2px 0;
        margin-right: 10px;
        border-right: 1px solid #c2c2c2;
        font-size: 0.75em;
        background: url(../../refresh/img/graphic/icons/touch_of_wellness.png) no-repeat 85% 2px;
        text-align: right;
    }

    #footer #footer_text {
        margin: 20px 0 10px;
    }

#footer_social {
    padding-bottom: 10px;
}

    #footer_social a {
        margin-right: 10px;
        text-decoration: none;
    }

        #footer_social a:after {
            font-family: 'FontAwesome';
            font-size: 1.5em;
        }

        #footer_social a.facebook:after {
            content: '\f09a';
        }

        #footer_social a.twitter:after {
            content: '\f099';
        }

        #footer_social a.instagram:after {
            content: '\f16d';
        }

        #footer_social a.youtube:after {
            content: '\f16a';
        }

/* =================================================================== */
/* ==================         TEMPLATE STYLING         =============== */
/* =================================================================== */
/*
= FULL ROUND ================== */
.full_round #sub_callouts {
    border-top: 0;
    margin-top: 20px;
}

/* =================================================================== */
/* ==================           PAGE STYLING          ================ */
/* =================================================================== */
/*
= MASSAGE MAIN ================== */
.massage_main .content_section {
    padding: 20px;
    position: relative;
}

.massage_main .section_content {
    position: relative;
    width: 565px;
}

.massage_main #sig_service .section_content {
    float: none;
    width: auto;
}

.massage_main .content_section.deep_muscle .section_content {
    float: none;
    width: auto;
}

.massage_main #sig_service .even .section_content {
    float: right;
}

.massage_main .section_content h3 {
    font-size: 1.4375em;
}

.massage_main .section_content h4 {
    font-size: 1.0625em;
    line-height: 22px;
    padding-top: 15px;
}

.massage_main .section_content p, .massage_main .section_content li {
    line-height: 17px;
}

.massage_main .section_content li {
    font-size: 0.75em;
}

.massage_main .section_icon {
    border-right: 1px solid #ddd;
    float: left;
    margin: 0 15px 15px 0;
    padding-right: 15px;
}

    .massage_main .section_icon.aromatherapy {
        background-position: 0 -1223px;
    }

    .massage_main .section_icon.deepmuscle {
        background-position: 0 -1386px;
    }

    .massage_main .section_icon.hotstone {
        background-position: 0 -1304px;
    }

.massage_main .section_image {
    left: 0;
    position: absolute;
    top: 1px;
    width: auto;
}

.massage_main #sig_service .section_image {
    left: auto;
    right: 0;
}

.massage_main .content_section.even .section_image {
    left: auto;
    right: 0;
}

.massage_main #sig_service .content_section.even .section_image {
    left: 0;
    right: auto;
}

.massage_main #sub_callouts {
    margin-top: 0;
}

.massage_main .type_wrapper {
    padding-bottom: 15px;
}

.massage_main #enhanced_therapies.type_wrapper {
    padding-top: 15px;
}

.massage_main .type_wrapper_top {
    background: url(../../refresh/img/background/type_wrapper_bg.png) no-repeat 0 0;
    height: 11px;
    position: relative;
    z-index: 9;
}

.massage_main .type_wrapper_content {
    background: #fff;
    overflow: hidden;
}

.massage_main .type_wrapper_bottom {
    background: url(../../refresh/img/background/type_wrapper_bg.png) no-repeat 0 -11px;
    height: 11px;
    position: relative;
}

.massage_main .type_header {
    font-size: 1.5em;
    line-height: 41px;
}

.massage_main .section_detail_list {
    clear: both;
    padding: 15px 15px 0;
}

    .massage_main .section_detail_list td {
        padding-right: 20px;
    }

    .massage_main .section_detail_list li {
        padding-bottom: 8px;
    }

.massage_enhancement {
    font-size: 1.1875em;
    left: 15px;
    position: absolute;
    top: 80px;
}

/*
= ABOUT ME ================== */
.about_me #feature .fixed.callout {
    background: #cddbe7;
    color: #fff;
    margin-top: 15px;
    padding: 20px 20px 5px;
}

    .about_me #feature .fixed.callout a {
        color: inherit;
    }

.about_me #feature #page_photo {
    height: 283px !important;
}
/* Side Nav */
.about_me #side_nav .nav li.display_nav, .about_me #side_nav .nav li.display_nav li, .about_me #side_nav .nav li.display_nav li a, .massage_therapy_for #side_nav li.mtf_display_nav, .massage_therapy_for #side_nav li.mtf_display_nav ul li {
    display: block;
}

#side_nav li.display_nav li a, #side_nav li.mtf_display_nav li a {
    padding: 6px 10px 5px 20px;
}

    #side_nav li.display_nav li a:before, #side_nav li.mtf_display_nav li a:before {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.5625em;
        margin-left: -12px;
        padding-right: 5px;
    }

.about_me #side_nav .nav li.display_nav {
    margin-bottom: 25px;
}

/*
= GET STARTED =============== */
.get_started .location_search .search_form {
    padding-top: 1px !important;
}

    .get_started .location_search .search_form input {
        border: none;
        float: left;
    }

        .get_started .location_search .search_form input[type="text"] {
            border: 1px solid #8e8e90;
            padding: 0 15px 0 5px;
        }

        .get_started .location_search .search_form input.search-button {
            background: url(../../refresh/img/button/arrow_gray.png) no-repeat 0 0;
            cursor: pointer;
            height: 9px;
            outline: 0;
            position: absolute;
            right: 5px;
            top: 6px;
            width: 7px;
        }

/*
= GIFT CARD =============== */
.gift_card #sub_callouts {
    margin-top: 25px;
    border: 0;
}

/*
= LOCATIONS ================== */
.locations #content_noscript.col1 {
    width: 632px;
}

.locations #content_noscript.hidden {
    visibility: hidden;
}

.locations .tabs {
    position: absolute;
    top: -38px;
    left: -8px;
}

    .locations .tabs .tab, .locations .tabs .tab a {
        background: url(../../refresh/img/sprite/tabs.png) no-repeat;
    }

    .locations .tabs .tab {
        float: left;
        margin: 0 5px;
        padding-left: 20px;
        background-position: 0 -89px;
        cursor: pointer;
    }

        .locations .tabs .tab a {
            padding: 5px 20px 5px 0;
            display: block;
            color: #fff;
            text-decoration: none;
            background-position: right top;
        }

            .locations .tabs .tab a:hover {
                text-decoration: none !important;
            }

        .locations .tabs .tab.current {
            background-position: -346px -89px;
            background-color: #fff;
        }

            .locations .tabs .tab.current a {
                background-position: right -41px;
                color: #000;
                background-color: #fff;
            }

.locations #results_filter {
    float: right;
    font-weight: bold;
}

    .locations #results_filter label, .locations #results_filter input, .locations #results_filter span {
        float: left;
        padding: 0 15px 0 0;
        display: block;
    }

    .locations #results_filter label {
        font-weight: normal;
        padding-left: 5px;
    }

    .locations #results_filter input {
        float: left;
    }

.locations .city_name {
    font-size: 1em;
}

.locations .clinic_result {
    background: #ffffff;
    border: 1px solid #cacaca;
    margin: 10px auto 20px;
    position: relative;
}

.locations #content .clinic_result .sur, .locations #content .clinic_result .sub {
    display: none;
}

.locations .clinic_result .col1 {
    margin: 2px 0 8px 12px;
    line-height: 14px;
    width: 380px;
}

.locations .clinic_result .col2 {
    padding-left: 57px;
    margin: 8px 12px 8px 0;
}

/*col1*/
.locations .clinic_result .name {
    font-size: 0.8125em;
    font-weight: bold;
    padding-top: 10px;
    float: left;
}

    .locations .clinic_result .name .clinic_name {
        font-size: 0.8125em;
        font-weight: bold;
        text-decoration: none;
    }
    /*.locations .clinic_result .name.spa {background:url(../../refresh/img/sprite/icons.png) no-repeat right -826px;padding-right:35px;}*/
    .locations .clinic_result .name .clinic_number {
        font-weight: normal;
        padding-left: 10px;
    }

.locations .clinic_result .addy {
    clear: both;
}

.locations .clinic_result .notes {
    font-style: italic;
    margin-top: 2px;
}

.locations .clinic_result .services {
    margin-top: 15px;
}

    .locations .clinic_result .services .title {
        padding: 0 5px 0 0;
    }

/*col2*/
.locations .clinic_result .quick_util a {
    padding: 4px 0 4px 24px;
    background: url(../../refresh/img/sprite/icons.png) no-repeat;
    display: block;
}

    .locations .clinic_result .quick_util a.directions {
        background-position: 0 -481px;
    }

    .locations .clinic_result .quick_util a.map {
        background-position: 2px -578px;
    }

    .locations .clinic_result .quick_util a.appt {
        background-position: 0 -680px;
    }

    .locations .clinic_result .quick_util a.default {
        background: #8e8e90;
        color: #fff;
        cursor: pointer;
        margin: 15px 0 0;
        padding: 5px 10px;
        text-align: center;
    }

    .locations .clinic_result .quick_util a.hidden {
        background: 0;
        padding-left: 10px;
        margin: 15px 4px 0 0;
        display: none;
    }

.locations.results .callout h3 {
    font-size: 1.375em;
}

.locations .dev_contact p {
    line-height: 14px;
}

.locations .callout.location_map h3 {
    margin-top: -35px;
}

/*
= LOCATIONS NO GEOIP ================== */
.nogeoip h1 {
    font-size: 1.25em;
}

.nogeoip #content {
    float: left;
    width: 395px;
    padding: 80px 0 75px 20px;
}

.nogeoip #interactive_map {
    position: absolute;
    right: 15px;
    top: 35px;
}

.dev_contact, .dev_contact.no_clinics.col {
    padding: 10px 0 0 25px;
}

    .dev_contact.no_clinics.col h3 {
        font-size: 1.0625em;
    }

    .dev_contact.no_clinics.col .regional_contacts {
        margin-top: 15px;
    }

        .dev_contact.no_clinics.col .regional_contacts .contact {
            float: left;
            padding: 0 15px 15px 0;
            margin: 0 15px 15px 0;
            border-right: 1px solid #D7D7D7;
        }

        .dev_contact.no_clinics.col .regional_contacts .dev_4, .dev_contact.no_clinics.col .regional_contacts .dev_8, .dev_contact.no_clinics.col .regional_contacts .dev_12, .dev_contact.no_clinics.col .regional_contacts .dev_16 {
            border: 0;
        }

#callouts .regional_contacts div {
    padding-bottom: 12px;
}

/*
= LOCATIONS MAP ================== */
.customMap .dynamic_map_small {
    width: 290px;
    float: right;
}

.customMap .dynamic_map_large {
    width: 95%;
    float: right;
}

.customMap #content {
    margin-top: 40px;
}

.customMap #callouts {
    margin-top: 15px;
}

#dynamic_map.hidden {
    visibility: hidden;
}

.dma_microsite #dynamic_map {
    background: transparent url(../../refresh/img/sprite/location_map_no_header_box.png) no-repeat right 0;
    margin-bottom: 15px;
}

    .dma_microsite #dynamic_map .side {
        background: transparent url(../../refresh/img/sprite/location_map_no_header_box.png) no-repeat right 0;
    }

    .dma_microsite #dynamic_map .side {
        position: absolute;
        width: 8px;
        height: 100%;
        top: 0;
        left: -5px;
        z-index: 101;
        background-position: 0 -569px;
    }

    .dma_microsite #dynamic_map .mapWrap {
        padding: 2px 0 0 0;
        left: -3px;
        position: relative;
        z-index: 50;
    }

        .dma_microsite #dynamic_map .mapWrap .mapholder {
            height: 327px !important;
            width: 100% !important;
        }

    .dma_microsite #dynamic_map .map_size {
        display: none;
    }

.microsite #dynamic_map {
    margin: 0 4px 0 0;
    background: transparent url(../../refresh/img/sprite/location_map_small_no_header_box.png) no-repeat right 0;
}

    .microsite #dynamic_map .side {
        background: transparent url(../../refresh/img/sprite/location_map_small_no_header_box.png) no-repeat right 0;
    }

    .microsite #dynamic_map .side {
        position: absolute;
        width: 8px;
        height: 100%;
        top: 0;
        left: -5px;
        z-index: 101;
        background-position: 0 -230px;
    }

.microsite #dynamic_map {
    width: 210px;
    float: right;
}

    .microsite #dynamic_map .mapWrap {
        padding: 2px 0 0 0;
        left: -3px;
        position: relative;
        z-index: 50;
    }

        .microsite #dynamic_map .mapWrap .mapholder {
            height: 200px !important;
            width: 206px !important;
        }

    .microsite #dynamic_map .map_size {
        display: none;
    }

    .microsite #dynamic_map .zoomDiv {
        display: none;
    }

    .microsite #dynamic_map .mapTypeControl {
        display: none;
    }

/*
= LOCATIONS DMA ================== */
.dma_microsite #dma_top_ad {
    text-align: center;
}

.dma_microsite #feature #page_title {
    color: #756daf;
    width: 720px;
    padding: 15px 0 0;
    float: left;
}

.dma_microsite #feature #developer_info {
    float: right;
    margin: 15px 0 0;
    text-align: left;
}

    .dma_microsite #feature #developer_info p {
        line-height: 14px;
        padding-bottom: 2px;
    }

.dma_microsite #callouts .dma_ads {
    text-align: center;
}

.dma_microsite.maplg #dynamic_map {
    top: 270px;
}

.dma_microsite.maplg #content {
    margin-top: 420px;
}

.dma_microsite.maplg #callouts {
    margin-top: 405px;
}

.dma_microsite #feature .dma_event {
    float: left;
    padding: 5px 0 0 40px;
    width: 600px;
    clear: left;
}

.dma_microsite #feature a.contact {
    background: url(../../refresh/img/sprite/icons.png) no-repeat scroll 0 -780px transparent;
    display: block;
    padding: 2px 0 4px 24px;
    float: left;
}

.dma_microsite .helpful_links {
    padding: 0 10px;
}

/*
= CUSTOM MAP INFO WINDOW ================== */
.mqPoiContainer {
    width: 200px;
    background-color: transparent;
}

.mqabasicwnd {
    width: 200px;
    height: auto;
}

.mqabasicwnd-client {
    background-color: transparent;
    width: 200px !important;
    height: auto !important
}

.mqabasicwnd-content {
    background: #fff;
    padding-bottom: 10px;
    width: 200px;
}

.mqabasicwnd-corner div, .mqabasicwnd-pointer-bottom, .mqabasicwnd-pointer-top, .mqabasicwnd-pointer-left, .mqabasicwnd-pointer-middleLeft, .mqabasicwnd-pointer-middleRight, .mqabasicwnd-pointer-topLeft, .mqabasicwnd-pointer-topRight, .mqabasicwnd-pointer-bottomLeft, .mqabasicwnd-pointer-bottomRight, .mqabasicwnd-btop div, .mqabasicwnd-bbottom div, .mqabasicwnd-bleft div, .mqabasicwnd-bright div, .mqabasicwnd-bul, .mqabasicwnd-bll, .mqabasicwnd-bur, .mqabasicwnd-blr, .mqabasicwnd-border {
    display: none !important;
}

.mqabasicwnd .title_bar {
    background-color: #756DAF;
    overflow: hidden;
    padding: 5px 0 8px;
    vertical-align: middle;
}

.mqabasicwnd .spa_image {
    float: left;
    padding-left: 10px;
}

.mqabasicwnd .store_name {
    float: left;
    padding-left: 9px;
    padding-top: 3px;
    font-size: 0.75em;
    color: #ffffff;
    font-style: italic;
    width: 160px
}

.mqabasicwnd-close {
    float: right;
    cursor: pointer;
    background-position: 0, 0;
    top: 8px;
    right: 8px;
    background-image: url('../../refresh/img/CustomGMap/InfoWindow/map_close.png') !important;
    border: 1px solid #555555;
    height: 13px;
    width: 14px;
}

    .mqabasicwnd-close:hover {
        background-position: 0, 0;
    }

.mqabasicwnd .content {
    padding: 0 4px;
    height: auto !important;
}

.mqabasicwnd .store_address {
    padding-top: 5px;
    color: #69717a;
    height: auto;
    width: 200px;
}

/* =================================================================== */
/* ===============         CUSTOM CALLOUT STYLING        ============= */
/* =================================================================== */
.callout .gift_card_pos {
    position: relative;
    margin-top: -40px;
    left: -25px;
}

.certified_estheticians .callout_img {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 15px;
}

.certified_estheticians .callout_content {
    width: 150px;
}

    .certified_estheticians .callout_content p {
        padding-bottom: 8px;
        line-height: 12px;
    }

/* =================================================================== */
/* ==============        CUSTOM USERCONTROL STYLING       ============ */
/* =================================================================== */
.find_clinic_control {
    background: #fff;
    display: block;
    padding: 10px;
}

    .find_clinic_control .title {
        font-size: 1.5em;
        padding-right: 35px;
        padding-left: 10px;
    }

    .find_clinic_control div, .find_clinic_control span, .find_clinic_control .input_wrap, .find_clinic_control .select_wrap {
        float: left;
    }

    .find_clinic_control .input_wrap, .find_clinic_control .select_wrap {
        margin: 4px 3px 0;
    }

    .find_clinic_control .find_zip input {
        padding: 1px 5px;
        width: 75px;
    }

    .find_clinic_control .find_radius select {
        width: 100px;
    }

    .find_clinic_control .find_or {
        display: block;
        padding: 7px 13px 0;
        font-style: italic;
    }

    .find_clinic_control .find_state select {
        width: 80px;
    }

    .find_clinic_control .find_clinic_submit {
        margin: 2px 0 0 15px;
        cursor: pointer;
    }

#find_clinic_info {
    margin: 15px 0;
}

    #find_clinic_info .title {
        font-size: 1.25em;
    }

    #find_clinic_info a {
        margin-right: 80px;
        font-style: italic;
    }

.home_locator_find {
    font-size: 1.0625em;
    padding-bottom: 10px;
    position: relative;
    width: 168px;
}

    .home_locator_find span {
        float: left;
    }

    .home_locator_find .input_wrap {
        background: none !important;
        padding-left: 0;
    }

    .home_locator_find .find_input {
        width: 100px;
        font-size: 0.75em;
        padding-top: 4px;
        padding-right: 30px;
    }

    .home_locator_find .find_clinic_submit {
        cursor: pointer;
        position: absolute;
        right: 4px;
        top: 5px;
    }

    .home_locator_find .title {
        display: none;
    }

    .home_locator_find .find_radius {
        display: none;
    }

    .home_locator_find .find_or {
        display: none;
    }

    .home_locator_find .find_state {
        display: none;
    }

    .home_locator_find .find_city {
        display: none;
    }

.home_locator_find_my_clinic span {
    float: left;
}

.home_locator_find_my_clinic .find_clinic_submit {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home_locator_find_my_clinic .title {
    display: none;
}

.home_locator_find_my_clinic .find_zip {
    display: none;
}

.home_locator_find_my_clinic .find_radius {
    display: none;
}

.home_locator_find_my_clinic .find_or {
    display: none;
}

.home_locator_find_my_clinic .find_state {
    display: none;
}

.home_locator_find_my_clinic .find_city {
    display: none;
}

#home_promo #locator.home_promo_item .home_locator_find_none_found .title {
    font-size: 1.5em;
    color: #7e8d3a;
    padding-right: 35px;
    padding-left: 10px;
}

#home_promo #locator.home_promo_item .home_locator_find_none_found div, #home_promo #locator.home_promo_item .home_locator_find_none_found span,
#home_promo #locator.home_promo_item .home_locator_find_none_found .input_wrap, #home_promo #locator.home_promo_item .home_locator_find_none_found .select_wrap {
    float: left;
}

#home_promo #locator.home_promo_item .home_locator_find_none_found .input_wrap, #home_promo #locator.home_promo_item .home_locator_find_none_found .select_wrap {
    margin: 4px 3px 0;
}

#home_promo #locator.home_promo_item .home_locator_find_none_found, #home_promo #locator.home_promo_item .home_locator_find_none_found input, #home_promo #locator.home_promo_item .home_locator_find_none_found select {
    color: #000;
}

    #home_promo #locator.home_promo_item .home_locator_find_none_found .title {
        display: none;
    }

    #home_promo #locator.home_promo_item .home_locator_find_none_found .find_zip input {
        font-size: 0.6875em;
        width: 75px;
        padding: 1px 2px 3px;
        height: 18px;
        color: #000;
    }

    #home_promo #locator.home_promo_item .home_locator_find_none_found .find_radius select {
        width: 80px;
    }

    #home_promo #locator.home_promo_item .home_locator_find_none_found .find_or {
        display: none;
    }

    #home_promo #locator.home_promo_item .home_locator_find_none_found .find_state {
        margin-top: 10px;
    }

        #home_promo #locator.home_promo_item .home_locator_find_none_found .find_state select {
            width: 60px;
        }

    #home_promo #locator.home_promo_item .home_locator_find_none_found .find_city {
        margin-top: 10px;
    }

        #home_promo #locator.home_promo_item .home_locator_find_none_found .find_city select {
            width: 100px;
        }

    #home_promo #locator.home_promo_item .home_locator_find_none_found .find_clinic_submit {
        cursor: pointer;
        padding-top: 20px;
    }

.noneFoundTitle {
    font-size: 1.5em;
    color: #7e8d3a;
    padding-right: 35px;
    padding-left: 25px;
}

.searchCityInfo {
    margin-left: 40px;
    height: 400px;
}

    .searchCityInfo a {
        font-size: 0.875em;
        color: Red;
        font-family: tahoma,sans-serif;
    }

#dynamic_map, #dynamic_map .sub, #dynamic_map .side {
    background: transparent url(../../refresh/img/sprite/location_map.png) no-repeat right 0;
}

#dynamic_map {
    position: relative;
    margin-top: 15px;
}

    #dynamic_map .side {
        position: absolute;
        width: 8px;
        height: 100%;
        top: 0;
        left: -5px;
        z-index: 101;
        background-position: 0 -569px;
    }

    #dynamic_map .sub {
        height: 4px;
        bottom: 0;
        position: absolute;
        left: 0;
        z-index: 100;
        background-position: right -327px;
    }

    #dynamic_map .map_size {
        position: absolute;
        top: 7px;
        left: 4px;
        z-index: 200;
        padding: 0 0 0 20px;
        text-decoration: none;
        background: url(../../refresh/img/sprite/icons.png) no-repeat 0 -388px;
    }

    #dynamic_map .mapWrap {
        padding: 28px 0 0 0;
        left: -3px;
        position: relative;
        z-index: 50;
    }

        #dynamic_map .mapWrap .mapholder {
            height: 303px;
        }

            /* =================================================================== */
            /* ==============        CUSTOM GMAP CONTROL STYLING      ============ */
            /* =================================================================== */
            #dynamic_map .mapWrap .mapholder .zoomDiv {
                height: 87px;
                width: 25px;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapZoom/zoom_container_orange.png);
            }

            #dynamic_map .mapWrap .mapholder .zoomInDiv {
                height: 8px;
                width: 8px;
                position: absolute;
                top: 6px;
                left: 8px;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapZoom/plus.png);
                cursor: pointer;
            }

            #dynamic_map .mapWrap .mapholder .zoomOutDiv {
                height: 8px;
                width: 9px;
                position: absolute;
                bottom: 8px;
                left: 8px;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapZoom/minus.png);
                cursor: pointer;
            }

            #dynamic_map .mapWrap .mapholder .zoomLvlDiv {
                height: 46px;
                width: 15px;
                position: absolute;
                top: 20px;
                left: 4px;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapZoom/gray_zoom.png);
            }

            #dynamic_map .mapWrap .mapholder .mapTypeControl {
                cursor: pointer;
            }

            #dynamic_map .mapWrap .mapholder .mapDiv {
                height: 24px;
                width: 37px;
                float: left;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: 0 0;
            }

            #dynamic_map .mapWrap .mapholder .mapDiv_selected {
                height: 24px;
                width: 37px;
                float: left;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: 0 -76px;
            }

            #dynamic_map .mapWrap .mapholder .mapDiv:hover {
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: 0 -76px;
            }

            #dynamic_map .mapWrap .mapholder .satelliteDiv {
                height: 24px;
                width: 57px;
                float: left;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: -37px 0;
            }

            #dynamic_map .mapWrap .mapholder .satelliteDiv_selected {
                height: 24px;
                width: 57px;
                float: left;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: -37px -76px;
            }

            #dynamic_map .mapWrap .mapholder .satelliteDiv:hover {
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: -37px -76px;
            }

            #dynamic_map .mapWrap .mapholder .hybridDiv {
                height: 24px;
                width: 47px;
                float: left;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: -94px 0;
            }

            #dynamic_map .mapWrap .mapholder .hybridDiv_selected {
                height: 24px;
                width: 47px;
                float: left;
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: -94px -76px;
            }

            #dynamic_map .mapWrap .mapholder .hybridDiv:hover {
                background-image: url(../../refresh/img/CustomGMap/CustomGMapType/map_type.png);
                background-position: -94px -76px;
            }

/* TO BE MERGED INTO CORRECT SECTIONS AFTER MERGE WITH LUCAS_MASTER.CSS */
.section_image_headline {
    position: absolute;
    left: 30px;
    top: 10px;
    color: #869544;
    font-size: 2em;
}

.section_detail_list {
    border-top: 1px solid #dddad9;
    padding-top: 15px;
}

.section_list_row {
    padding: 0 0 8px;
}

    .section_list_row h4 {
        float: left;
        width: 60px;
        margin-top: 3px;
        color: #82678d;
        text-transform: uppercase;
        font-size: 0.8125em;
    }

    .section_list_row p {
        float: right;
        width: 300px;
        padding-bottom: 0;
    }

ul#states {
    list-style: none;
    background: url(../img/background/location_map.png) no-repeat 0 0;
    position: relative;
    width: 523px;
    height: 311px;
    margin: 0;
    padding: 0;
}

    ul#states li {
        position: absolute;
        z-index: 99;
    }

        ul#states li.positioning {
            border: 1px solid #000;
        }

        ul#states li.active {
            z-index: 100;
        }

        ul#states li a {
            display: block;
            height: 100%;
            width: 100%;
            background: url(../img/sprite/location_map_states.png) no-repeat 0 0;
        }

            ul#states li a:hover {
                display: block;
                cursor: pointer;
            }

            ul#states li a span {
                display: none;
            }

            ul#states li a:hover span {
                display: block;
                position: absolute;
                top: -50px;
                right: -5px;
                padding: 5px;
                width: 15px;
                background: url(../img/background/location_tooltip_bg.png) repeat-x 0 0;
                top: 50%;
                font: 11px Tahoma, Geneva, sans-serif;
                color: #1f1f1f;
                text-align: center;
                box-shadow: 2px 2px 3px #292929;
                -moz-box-shadow: 2px 2px 3px #292929;
                -webkit-box-shadow: 2px 2px 3px #292929;
                height: 15px;
                padding-bottom: 0;
                padding-top: 1px;
            }

        /*INDIVIDUAL STATE LIs*/
        ul#states li#AL {
            left: 368px;
            top: 166px;
            width: 30px;
            height: 51px;
        }

            ul#states li#AL a {
                background-position: -696px -393px;
            }

        ul#states li#AK {
            left: 1px;
            top: 194px;
            width: 200px;
            height: 108px;
        }

            ul#states li#AK a {
                background-position: -564px -20px;
            }

        ul#states li#AZ {
            left: 138px;
            top: 137px;
            width: 56px;
            height: 66px;
        }

            ul#states li#AZ a {
                background-position: -485px -36px;
            }

        ul#states li#AR {
            left: 314px;
            top: 155px;
            width: 39px;
            height: 37px;
        }

            ul#states li#AR a {
                background-position: -489px -255px;
            }

        ul#states li#CA {
            left: 82px;
            top: 71px;
            width: 67px;
            height: 110px;
        }

            ul#states li#CA a {
                background-position: -11px -10px;
            }

        ul#states li#CO {
            left: 195px;
            top: 103px;
            width: 59px;
            height: 47px;
        }

            ul#states li#CO a {
                background-position: -600px -160px;
            }

        ul#states li#CT {
            left: 472px;
            top: 74px;
            width: 14px;
            height: 13px;
        }

            ul#states li#CT a {
                background-position: -423px -505px;
            }

        ul#states li#DE {
            left: 460px;
            top: 103px;
            width: 8px;
            height: 14px;
        }

            ul#states li#DE a {
                background-position: -395px -510px;
            }

        ul#states li#FL {
            left: 377px;
            top: 206px;
            width: 75px;
            height: 55px;
        }

            ul#states li#FL a {
                background-position: -677px -477px;
            }

        ul#states li#GA {
            left: 390px;
            top: 165px;
            width: 42px;
            height: 44px;
        }

            ul#states li#GA a {
                background-position: -616px -483px;
            }

        ul#states li#HI {
            left: 189px;
            top: 243px;
            width: 71px;
            height: 45px;
        }

            ul#states li#HI a {
                background-position: -691px -152px;
            }

        ul#states li#ID {
            left: 142px;
            top: 13px;
            width: 48px;
            height: 78px;
        }

            ul#states li#ID a {
                background-position: -251px -25px;
            }

        ul#states li#IL {
            left: 337px;
            top: 91px;
            width: 32px;
            height: 56px;
        }

            ul#states li#IL a {
                background-position: -133px -407px;
            }

        ul#states li#IN {
            left: 366px;
            top: 96px;
            width: 24px;
            height: 42px;
        }

            ul#states li#IN a {
                background-position: -203px -413px;
            }

        ul#states li#IA {
            left: 298px;
            top: 83px;
            width: 48px;
            height: 32px;
        }

            ul#states li#IA a {
                background-position: -601px -255px;
            }

        ul#states li#KS {
            left: 252px;
            top: 120px;
            width: 61px;
            height: 31px;
        }

            ul#states li#KS a {
                background-position: -159px -329px;
            }

        ul#states li#KY {
            left: 358px;
            top: 123px;
            width: 57px;
            height: 30px;
        }

            ul#states li#KY a {
                background-position: -352px -413px;
            }

        ul#states li#LA {
            left: 319px;
            top: 191px;
            width: 41px;
            height: 39px;
        }

            ul#states li#LA a {
                background-position: -381px -323px;
            }

        ul#states li#ME {
            left: 482px;
            top: 15px;
            width: 30px;
            height: 47px;
        }

            ul#states li#ME a {
                background-position: -250px -573px;
            }

        ul#states li#MD {
            left: 444px;
            top: 105px;
            width: 25px;
            height: 20px;
        }

            ul#states li#MD a {
                background-position: -381px -476px;
            }

        ul#states li#MA {
            left: 472px;
            top: 64px;
            width: 23px;
            height: 12px;
        }

            ul#states li#MA a {
                background-position: -427px -476px;
            }

        ul#states li#MI {
            left: 372px;
            top: 56px;
            width: 32px;
            height: 41px;
        }

            ul#states li#MI a {
                background-position: -55px -415px;
            }

        ul#states li#MN {
            left: 292px;
            top: 24px;
            width: 51px;
            height: 60px;
        }

            ul#states li#MN a {
                background-position: -701px -244px;
            }

        ul#states li#MS {
            left: 342px;
            top: 169px;
            width: 27px;
            height: 49px;
        }

            ul#states li#MS a {
                background-position: -601px -389px;
            }

        ul#states li#MO {
            left: 304px;
            top: 113px;
            width: 54px;
            height: 46px;
        }

            ul#states li#MO a {
                background-position: -487px -314px;
            }

        ul#states li#MT {
            left: 161px;
            top: 15px;
            width: 83px;
            height: 50px;
        }

            ul#states li#MT a {
                background-position: -234px -158px;
            }

        ul#states li#NE {
            left: 239px;
            top: 87px;
            width: 66px;
            height: 34px;
        }

            ul#states li#NE a {
                background-position: -253px -258px;
            }

        ul#states li#NV {
            left: 112px;
            top: 79px;
            width: 50px;
            height: 78px;
        }

            ul#states li#NV a {
                background-position: -20px -145px;
            }

        ul#states li#NH {
            left: 477px;
            top: 41px;
            width: 14px;
            height: 27px;
        }

            ul#states li#NH a {
                background-position: -191px -587px;
            }

        ul#states li#NJ {
            left: 462px;
            top: 86px;
            width: 11px;
            height: 23px;
        }

            ul#states li#NJ a {
                background-position: -368px -503px;
            }

        ul#states li#NM {
            left: 188px;
            top: 146px;
            width: 56px;
            height: 59px;
        }

            ul#states li#NM a {
                background-position: -487px -152px;
            }

        ul#states li#NY {
            left: 425px;
            top: 47px;
            width: 49px;
            height: 41px;
        }

            ul#states li#NY a {
                background-position: -34px -579px;
            }

        ul#states li#NC {
            left: 400px;
            top: 140px;
            width: 69px;
            height: 29px;
        }

            ul#states li#NC a {
                background-position: -486px -503px;
            }

        ul#states li#ND {
            left: 242px;
            top: 25px;
            width: 55px;
            height: 34px;
        }

            ul#states li#ND a {
                background-position: -374px -258px;
            }

        ul#states li#OH {
            left: 387px;
            top: 90px;
            width: 35px;
            height: 38px;
        }

            ul#states li#OH a {
                background-position: -274px -414px;
            }

        ul#states li#OK {
            left: 244px;
            top: 152px;
            width: 71px;
            height: 33px;
        }

            ul#states li#OK a {
                background-position: -132px -258px;
            }

        ul#states li#OR {
            left: 87px;
            top: 29px;
            width: 66px;
            height: 53px;
        }

            ul#states li#OR a {
                background-position: -132px -37px;
            }

        ul#states li#PA {
            left: 420px;
            top: 81px;
            width: 47px;
            height: 30px;
        }

            ul#states li#PA a {
                background-position: -295px -496px;
            }

        ul#states li#RI {
            left: 486px;
            top: 75px;
            width: 4px;
            height: 7px;
        }

            ul#states li#RI a {
                background-position: -457px -513px;
            }

        ul#states li#SC {
            left: 409px;
            top: 159px;
            width: 43px;
            height: 32px;
        }

            ul#states li#SC a {
                background-position: -43px -495px;
            }

        ul#states li#SD {
            left: 240px;
            top: 57px;
            width: 58px;
            height: 35px;
        }

            ul#states li#SD a {
                background-position: -270px -326px;
            }

        ul#states li#TN {
            left: 351px;
            top: 145px;
            width: 69px;
            height: 29px;
        }

            ul#states li#TN a {
                background-position: -460px -408px;
            }

        ul#states li#TX {
            left: 211px;
            top: 155px;
            width: 114px;
            height: 111px;
            z-index: 98;
        }

            ul#states li#TX a {
                background-position: -11px -258px;
            }

        ul#states li#UT {
            left: 155px;
            top: 89px;
            width: 45px;
            height: 55px;
        }

            ul#states li#UT a {
                background-position: -375px -156px;
            }

        ul#states li#VT {
            left: 467px;
            top: 43px;
            width: 14px;
            height: 26px;
        }

            ul#states li#VT a {
                background-position: -134px -587px;
            }

        ul#states li#VA {
            left: 407px;
            top: 112px;
            width: 59px;
            height: 35px;
        }

            ul#states li#VA a {
                background-position: -124px -505px;
            }

        ul#states li#WA {
            left: 102px;
            top: 4px;
            width: 53px;
            height: 39px;
        }

            ul#states li#WA a {
                background-position: -133px -164px;
            }

        ul#states li#WV {
            left: 409px;
            top: 111px;
            width: 32px;
            height: 28px;
        }

            ul#states li#WV a {
                background-position: -220px -503px;
            }

        ul#states li#WI {
            left: 323px;
            top: 47px;
            width: 41px;
            height: 46px;
        }

            ul#states li#WI a {
                background-position: -599px -317px;
            }

        ul#states li#WY {
            left: 185px;
            top: 61px;
            width: 57px;
            height: 46px;
        }

            ul#states li#WY a {
                background-position: -363px -48px;
            }

/* ADDED LATER */
.facials #section1 .rotator_nav_content h4 {
    color: #f38414;
}

.facials #section2 .rotator_nav_content h4 {
    color: #008cc6;
}

.facials #section3 .rotator_nav_content h4 {
    color: #75786a;
}

.facials #section4 .rotator_nav_content h4 {
    color: #00aa96;
}

.facials #section1 .rotator_nav_bar {
    background: url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat 0 0;
}

.facials #section2 .rotator_nav_bar {
    background: url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat -209px 0;
}

.facials #section3 .rotator_nav_bar {
    background: url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat -418px 0;
}

.facials #section4 .rotator_nav_bar {
    background: url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat -627px 0;
}

.facials .section1 .section_content h2 {
    color: #f38414;
}

.facials .section2 .section_content h2 {
    color: #0094d3;
}

.facials .section3 .section_content h2 {
    color: #737969;
}

.facials .section4 .section_content h2 {
    color: #00ab98;
}

.facials .section1 .callout_title {
    background: url(../../refresh/img/umbraco/btn/purchase_clinic_orange.png) no-repeat 0 0;
}

.facials .section2 .callout_title {
    background: url(../../refresh/img/umbraco/btn/purchase_clinic_blue.png) no-repeat 0 0;
}

.facials .section3 .callout_title {
    background: url(../../refresh/img/umbraco/btn/purchase_clinic_gray.png) no-repeat 0 0;
}

.facials .section4 .callout_title {
    background: url(../../refresh/img/umbraco/btn/purchase_clinic_green.png) no-repeat 0 0;
}

.facials .sub-list {
    margin-top: 15px;
}
/*===================================================*/

/* TIM_MASTER OVERRIDE */
.microsite #feature_content {
    overflow: hidden;
}

#microsite_info {
    float: left;
    margin-top: 35px;
    width: 466px;
}

.microsite #microsite_photo img {
    display: inline-block;
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

.microsite #microsite_photo {
    max-height: 250px;
    overflow: hidden;
    text-align: center;
}

.microsite #microsite_pricing {
}

.microsite #microsite_photo #default_overlay {
    width: 421px;
    height: 271px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    background: url(../img/clinic_central/microsite/clinic_photo/default_photo_over.png) no-repeat;
}

.microsite #microsite_details {
    background: #fff;
    float: right;
    padding: 20px;
    position: relative;
    margin: 35px 0 0 15px;
    width: 474px;
}

    .microsite #microsite_details .text {
        float: right;
        margin-right: 20px;
        line-height: 15px;
        width: 234px;
    }

    .microsite #microsite_details .light {
        color: #909090;
        font-style: italic;
    }

.microsite #feature_content #microsite_details strong {
    font-style: italic;
}

.social_links .link_icon {
    float: left;
    padding: 0 5px 10px 0;
}

    .social_links .link_icon a.facebook, .social_links .link_icon a.twitter {
        display: block;
        line-height: 32px;
        min-width: 26px;
        text-decoration: none;
    }

        .social_links .link_icon a.facebook:after {
            content: '\f09a';
            font-family: 'FontAwesome';
            font-size: 1.625em;
        }

        .social_links .link_icon a.twitter:after {
            content: '\f099';
            font-family: 'FontAwesome';
            font-size: 1.625em;
        }

.social_links h4 {
    padding-bottom: 5px;
}
/*.microsite #clinic_announcements h4 {color:#;}*/
.microsite #feature_content #microsite_details #microsite_map {
    float: right;
    width: 220px;
}

.microsite #feature_content #microsite_details .links_wrap {
    float: left;
    padding: 5px;
    position: relative;
    z-index: 500;
}

    .microsite #feature_content #microsite_details .links_wrap a {
        background: url(../../refresh/img/sprite/icons.png) no-repeat scroll 0 0 transparent;
        display: block;
        padding: 0 0 4px 24px;
        float: left;
    }

        .microsite #feature_content #microsite_details .links_wrap a.directions {
            background-position: 0 -481px;
        }

        .microsite #feature_content #microsite_details .links_wrap a.contact {
            background-position: 0 -779px;
            margin-left: 18px;
        }

.microsite #feature_content #microsite_details #microsite_map .mapholder {
    border: 1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.microsite #feature_content #microsite_details #microsite_map .request_appointment {
    bottom: -33px;
    position: absolute;
    right: 14px;
}

    .microsite #feature_content #microsite_details #microsite_map .request_appointment .callout {
        margin: 0;
    }

.microsite #feature_content #microsite_details #microsite_phone {
    background: url(../../refresh/img/graphic/icons/icon_phone.png) no-repeat 0 8px;
    font-size: 1.625em;
    line-height: normal;
    padding: 0 0 5px 30px;
}

    .microsite #feature_content #microsite_details #microsite_phone a {
        font-size: 1.625em;
        line-height: normal;
        text-decoration: none;
    }

.microsite #feature_content .trans_side {
    float: left;
    width: 8px;
    height: 311px;
    background: url(../../refresh/img/umbraco/microsites/map_holder_side.png) 0 0 repeat-x;
}

.microsite #feature_content .my_me {
    right: 85px !important;
    left: auto !important;
}

.microsite #callouts .microsite_ads, .microsite #callouts .microsite_ads .callout, .dma_microsite #callouts .dma_ads, .dma_microsite #callouts .dma_ads .callout {
    background: none;
    padding: 0;
}

.microsite #callouts .other_loc ul {
    margin-top: 5px;
}

.other_links .microsite_links p {
    float: right;
    width: 135px;
    padding-top: 6px;
    padding-right: 20px;
}

.other_links .microsite_links {
    float: left;
}

    .other_links .microsite_links .link_icon {
        background: url(../img/clinic_central/microsite/bg/icon_bg.png) no-repeat 0 0;
        padding: 3px 6px 6px 4px;
        position: relative;
        left: -6px;
        float: left;
    }

        .other_links .microsite_links .link_icon img {
            width: 30px;
            height: 28px;
        }

.microsite #callouts .helpful_links {
    border-bottom: 0;
}

.microsite #feature_content .my_me .text span.title {
    display: block;
    font-size: 1.1875em;
}

#microsite_nav {
    border-bottom: 1px solid #d3d6db;
    margin-bottom: 30px;
}

    #microsite_nav ul {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    #microsite_nav li {
        border-left: 1px solid #d3d6db;
        float: left;
    }

        #microsite_nav li:first-child {
            border: none;
        }

    #microsite_nav a {
        display: block;
        font-size: 0.875em;
        padding: 15px;
        text-decoration: none;
    }

        #microsite_nav a:hover {
            text-decoration: none !important;
        }

    #microsite_nav li.current a {
        background: url(../../refresh/img/graphic/microsite_nav_current.png) no-repeat 50% 100%;
        font-weight: bold;
    }

/* MASTER LUCAS */
p.date {
    font-size: 0.75em;
    padding: 0;
}
/* =================================================================== */
/* =================         CONTENT ELEMENTS          =============== */
/* =================================================================== */
.home_page #body .default_width {
    background: none;
}

#feature_wrapper {
    float: left;
    padding-left: 15px;
}

#feature_content {
    line-height: 19px;
    position: relative;
    z-index: 99;
}

#page_photo #feature_content {
    color: #fff;
    font-size: 1em;
    padding-left: 40px;
    width: 465px;
}

#feature_content p {
    padding-bottom: 0;
}

.detail #content ul {
    line-height: 16px;
}

    .detail #content ul li {
        padding-bottom: 8px;
    }

.detail #content h2 {
    font-size: 1.125em;
    padding-bottom: 2px;
}

.home_page #header {
    height: 144px;
}

/* =================================================================== */
/* ===================           BREADCRUMB          ================= */
/* =================================================================== */
.breadcrumbs {
    color: #9b9b9b;
    padding: 0 0 15px;
}

    .breadcrumbs span {
        padding: 0 10px;
    }

    .breadcrumbs a {
        color: #9b9b9b;
    }

/* =================================================================== */
/* =================               HOME                =============== */
/* =================================================================== */
#home_promo_wrapper {
    background: #fff;
    height: 315px;
    overflow: hidden;
    position: relative;
}

#home_rotator {
    float: left;
    height: 315px;
    overflow: hidden;
    position: relative;
    width: 782px;
}

    #home_rotator .image p {
        padding-bottom: 0;
        white-space: nowrap;
    }

    #home_rotator .controls {
        bottom: 25px;
        display: none;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        #home_rotator .controls a {
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
            height: 6px;
            margin: 0 7px;
            width: 6px;
        }

    #home_rotator.video .controls a {
        border-color: #8e8e90;
    }

    #home_rotator .controls a.current {
        background: #fff;
    }

    #home_rotator.video .controls a.current {
        background: #8e8e90;
    }

    #home_rotator .items {
        height: 100%;
        position: relative;
    }

    #home_rotator .item {
        float: left;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 782px;
    }

    #home_rotator .content {
        float: left;
        font-size: 0.875em;
        padding: 30px 10px 0 30px;
        width: 276px;
    }

    #home_rotator .media {
        cursor: pointer;
        float: right;
        overflow: hidden;
        padding: 16px;
        height: 245px;
        width: 434px;
    }

        #home_rotator .media p {
            padding-bottom: 0;
        }

        #home_rotator .media iframe {
            height: 100%;
            width: 100%;
        }

        #home_rotator .media img {
            height: auto;
            max-width: 100%;
        }

    #home_rotator .content h1 {
        padding-bottom: 10px;
    }

    #home_rotator .text {
        color: #fff;
        font-family: 'venti_vbp_mediumbold', Arial, sans-serif;
        font-size: 4.5em;
        left: 83px;
        line-height: 75px;
        position: absolute;
        top: 83px;
    }

    #home_rotator .ultra .text {
        font-family: 'venti_vbpultra', Tahoma, sans-serif;
    }

    #home_rotator .text a {
        color: inherit;
        text-decoration: none;
    }

#home_promo {
    float: right;
    position: relative;
}

.home_promo_item#locator {
    background: #b8c2c7;
    color: #fff;
    height: 315px;
    width: 213px;
}

    .home_promo_item#locator a {
        color: #fff;
    }

#home_promo .home_promo_item#locator .promo_content_bg {
    background: none;
    padding: 25px 3px 20px 20px;
    font-family: 'venti_vbp_medium', Tahoma, sans-serif;
    overflow: hidden;
}

#home_promo .home_promo_item#locator .promo_content_bg_none_found {
    padding: 25px 3px 20px 20px;
    overflow: hidden;
    width: 180px;
}

#home_promo .promo_content_bg_main {
    padding: 20px 280px 0 20px;
}

#home_promo_base .mobile {
    display: none;
}

.home_promo_item#locator p {
    font-size: 0.75em;
}

.home_promo_item#locator h3 {
    font-family: 'venti_vbp_mediumbold', Tahoma, sans-serif;
    font-size: 1.5em;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.home_promo_item#locator .locations {
    padding-bottom: 10px;
}

#home_promo .home_promo_item#locator .locations_not_found {
    padding-bottom: 10px;
}

#home_promo .home_promo_item#locator .locations p {
    font-family: 'BorgisPro-Italic', 'Times New Roman', serif;
    font-size: 1em;
    padding-bottom: 12px;
}

    #home_promo .home_promo_item#locator .locations p strong {
        font-weight: normal;
    }

#home_promo .home_promo_item#locator .locations table {
    width: 100%;
}

.home_promo_item#locator .locations .location {
    font-size: 0.875em;
    overflow: hidden;
    padding-bottom: 5px;
}

.home_promo_item#locator .locations .locationName {
    float: left;
    height: 15px;
    overflow: hidden;
    width: 125px;
}

.home_promo_item#locator .locations .locationDistance {
    float: left;
    width: 65px;
}

.home_promo_item#locator .locations .location a {
    color: #fff;
    text-decoration: none;
}

.home_promo_item#locator input[type="text"] {
    border: 0 none;
    color: #825dc7;
    float: left;
    font-family: 'BorgisPro-Italic', 'Times New Roman', serif;
    font-size: 0.75em;
    height: 20px;
    line-height: 20px;
    padding: 0 15px 0 10px;
    width: 143px;
}

#home_promo .home_promo_item#locator input[type="button"] {
    background: url(../../refresh/img/button/locator_go_button.png) no-repeat 0 0;
    border: 0 none;
    float: left;
    height: 17px;
    margin-left: 3px;
    width: 23px;
}

#home_promo .promo_img {
    position: absolute;
    right: 0;
    top: 0;
}

#home_row_top {
    clear: both;
    padding-top: 15px;
}

.home_column {
    float: left;
    font-size: 0.875em;
    overflow: hidden;
}

    .home_column .pricing_cto {
        float: left;
    }

    .home_column .pricing_disclaimer {
        float: left;
        font-size: 0.625em;
        margin: 6px 0 0 10px;
    }

#home_row_top .home_column.column_1 {
    background: #fff;
    margin-right: 15px;
    overflow: hidden;
    padding: 22px;
    width: 444px;
}

    #home_row_top .home_column.column_1 > a {
        display: block;
        text-decoration: none;
    }

    #home_row_top .home_column.column_1 h2 {
        font-family: 'venti_vbpultra', Tahoma, sans-serif;
        font-size: 1.5em;
        padding-bottom: 12px;
        text-transform: uppercase;
    }

#home_row_top .home_column_image {
    float: right;
    padding-left: 60px;
    position: relative;
}

    #home_row_top .home_column_image p {
        padding-bottom: 0;
    }

.price_box {
    overflow: hidden;
    width: 360px;
}

    .price_box h3 {
        color: #96a924;
        float: left;
        font-size: 3.75em;
        line-height: 46px;
        padding: 0 7px 0 0;
    }

        .price_box h3 em {
            font-size: 1.5em;
            font-style: normal;
            vertical-align: top;
        }

    .price_box p {
        color: #4e4e4e;
        font-size: 0.875em;
        padding-top: 3px;
        text-transform: uppercase;
    }

        .price_box p strong {
            font-size: 1.375em;
            font-weight: normal;
        }

.home_price_box {
    width: 100%;
}

    .home_price_box img {
        height: auto;
        max-width: 100%;
    }

.microsite_price_box {
}

.microsite_menu_price_box {
}

.massage_price_box {
}

.membership_price_box {
}

.massage_main #feature_content {
    float: left;
    padding-top: 0;
}

.price_desc {
    color: #fff;
    float: left;
    height: 289px;
    line-height: normal;
    margin: 15px 10px 50px 0;
    position: relative;
    text-align: center;
    width: 225px;
    z-index: 5;
}

    .price_desc#onehr {
        background: #b8c2c7;
    }

    .price_desc#onehalfhr {
        background: #9ca4ae;
    }

    .price_desc#twohr {
        background: #69717a;
    }

    .price_desc .length {
        font-size: 3.5625em;
        margin: 0 15px;
        padding: 5px 0 0 0;
    }

        .price_desc .length sup {
            font-size: 2.5em;
            line-height: 0;
            vertical-align: 13px;
        }

        .price_desc .length span {
            display: block;
            border-bottom: 1px solid #fff;
            font-size: 0.875em;
            padding-bottom: 12px;
        }

    .price_desc ul {
        padding: 12px 0 0;
        margin: 0 0 10px;
        height: 75px;
        overflow: hidden;
        line-height: 14px;
    }

    .price_desc li {
        margin: 0 15px 0 30px;
        text-align: left;
        padding: 0 0 5px;
    }

    .price_desc .fave_types {
        left: -1px;
        padding: 0 0 10px;
        position: relative;
    }

        .price_desc .fave_types .title {
            font-size: 1em;
            font-style: italic;
            padding: 4px 0 3px;
            margin: 0 2px 0 1px;
        }

        .price_desc .fave_types .type_list {
            padding: 0 35px;
        }

#feature_content .massage_price_box {
    position: absolute;
    top: 286px;
    left: 10px;
    z-index: 3;
}

#home_row_middle {
    clear: both;
    overflow: hidden;
    padding-top: 15px;
}

    #home_row_middle .column {
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        float: left;
        height: 159px;
        margin-left: 15px;
        width: 321px;
    }

        #home_row_middle .column:first-child {
            margin-left: 0;
        }

    #home_row_middle .column_3 {
        background-color: #fff;
        background-size: 100%;
    }

    #home_row_middle a {
        display: block;
        height: 100%;
        text-decoration: none;
        width: 100%;
    }

    #home_row_middle .column a:hover {
        background: #756daf;
    }

    #home_row_middle .column_3 a:hover {
        background: transparent;
    }

    #home_row_middle .text {
        color: #fff;
        display: block;
        font-family: 'venti_vbp_mediumbold', Tahoma, sans-serif;
        font-size: 1.5em;
        padding: 0 30px;
        position: relative;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    #home_row_middle .column_3 .pwe_embed .pwe_post {
        width: 321px !important;
    }

.pwe_carousel_horizontal .carousel_cell_count_1.swiper-container {
    height: 159px !important;
}

.pwe_carousel_horizontal .pwe_post .pwe_post_container {
    margin: 0 !important;
}

#home_row_bottom {
    overflow: hidden;
    padding-top: 15px;
}

    #home_row_bottom .home_column {
        background: #fff;
        margin-left: 15px;
        text-align: center;
        width: 237px;
    }

        #home_row_bottom .home_column:first-child {
            margin-left: 0;
        }

    #home_row_bottom .home_column_top {
        background: url(../../refresh/img/background/home_columns_top.png) no-repeat 0 0;
        height: 8px;
    }

    #home_row_bottom .home_column_bg {
        height: 120px;
        overflow: hidden;
        padding: 40px 20px 0;
    }

    #home_row_bottom .flipped1 .home_column_bg {
        padding: 15px 1px 5px 10px;
    }

    #home_row_bottom .home_column_bg img {
        float: left;
        margin: 0 5px 0 0;
    }

    #home_row_bottom .flipped1 .home_column_bg img {
        float: right;
        margin: 0 0 0 5px;
    }

    #home_row_bottom .home_column_bottom {
        background: url(../../refresh/img/background/home_columns_bottom.png) no-repeat 0 0;
        height: 8px;
    }

    #home_row_bottom h3 {
        font-family: 'BorgisPro-Italic', 'Times New Roman', serif;
        padding-bottom: 15px;
    }

    #home_row_bottom p {
        padding: 0 10px;
    }

/* campaign_holiday */
.campaign_holiday #home_row_top .home_column.column_1 {
    border-right: 1px solid #dfdddc;
    padding: 0 60px 0 30px;
}

/* =================================================================== */
/* =================         MAGAZINE ELEMENTS          =============== */
/* =================================================================== */
.magazine #feature .callout {
    bottom: -1px;
    line-height: normal;
    position: absolute;
    right: 16px;
    z-index: 99;
    margin-bottom: 0;
}

.magazine #content h1 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 2px;
}

.detail #content h1 {
    border: 0 none;
}

.magazine #callouts .callout h3 {
    font-size: 1.25em;
    line-height: 23px;
    padding-bottom: 6px;
}

.magazine #callouts .callout img {
    margin-right: 10px;
}

.mag_article #callouts.col3 .callout.mag_download {
    overflow: visible;
    padding: 0;
}

.callout.mag_download .callout_bg {
    padding: 15px 20px 5px 20px;
}

.callout.mag_download .callout_bottom {
    background: url(../../refresh/img/background/callout_mag_download_bottom.png) no-repeat 0 100%;
    height: 5px;
}

.callout.mag_download .mag_cover {
    background: url(../../refresh/img/background/mag_callout_cover_bg.png);
    height: 89px;
    margin-top: -27px;
    padding: 0 7px 8px 0;
    width: 69px;
}

.callout.mag_download p {
    padding: 0;
}

.mag_wrapper {
    overflow: hidden;
    padding: 25px 0 25px 10px;
}

.mag_item {
    float: left;
    padding-right: 32px;
}

    .mag_item img {
        background: url(../../refresh/img/background/mag_thumb_bg.png) no-repeat -1px -2px;
        height: 155px;
        padding: 0 7px 8px 0;
        width: 120px;
    }

.mag_crumbs {
    padding: 0 40px 15px 40px;
}

    .mag_crumbs span {
        padding: 0 10px;
    }

#mag_outline_feature {
    overflow: hidden;
    padding-bottom: 30px;
}

.mag_outline_cover {
    background: url(../../refresh/img/background/outline_cover_bg.png);
    float: left;
    height: 246px;
    width: 190px;
}

    .mag_outline_cover img {
        height: 246px;
        width: 190px;
    }

.mag_outline_content {
    float: left;
    padding-left: 10px;
    width: 230px;
}

#content .mag_outline_content h1 {
    font-size: 1.25em;
    padding-bottom: 8px;
}

.mag_outline_content p {
    padding-bottom: 2px;
}

/* =================================================================== */
/* =================         PRESS ROOM ELEMENTS          =============== */
/* =================================================================== */
.press_room #feature {
    border-bottom: 1px solid #d7d7d7;
}
/*.press_room #content.col2.wide {margin:0 0 0 45px;width:660px;}*/
.press_room #content h1 {
    padding-bottom: 8px;
}

.press_room #content h2 {
    font-size: 1.375em;
}

.press_room #content h3 {
    font-size: 1.125em;
    padding: 10px 0;
}

.press_list_wrapper {
    padding-top: 20px;
}

.press_list {
    padding-bottom: 20px;
}

.press_room #content .press_list h3 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 1em;
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    z-index: 50;
}

.press_list .header_link {
    float: right;
    position: relative;
    text-decoration: none;
    z-index: 999;
}

    .press_list .header_link:after {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.5em;
        padding-left: 5px;
        vertical-align: 2px;
    }

.press_list p {
    overflow: hidden;
    position: relative;
}

    .press_list p img.vid_thumb {
        background: url(../../refresh/img/background/media_thumb_bg.png);
        float: left;
        height: 49px;
        margin-right: 25px;
        padding: 1px 3px 4px 1px;
        width: 82px;
    }

    .press_list p img.play_button {
        position: absolute;
        top: 33px;
        left: 67px;
    }

.press_room .col3 .callout h3 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.press_room .col3 .callout p {
    border-bottom: 1px solid #d7d7d7;
    line-height: 13px;
    overflow: hidden;
    padding: 8px 0 0 0;
}

.press_room .col3 .callout img {
    margin-right: 5px;
}

.press_room .col3 .callout a {
    text-decoration: none;
}

    .press_room .col3 .callout a:after {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.375em;
        padding-left: 5px;
        vertical-align: 1px;
    }

#master.post .post_date {
    margin: 0 0 2px;
    font-style: italic;
}

#master.post h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
}

/* =================================================================== */
/* =================         REAL ESTATE ELEMENTS          =============== */
/* =================================================================== */
.real_estate.page p {
    padding-bottom: 0;
}

.real_estate .col2 {
    line-height: 17px;
    margin: 0 0 0 30px;
    width: 765px;
}

.real_estate #top_content h1 {
    line-height: 24px;
    padding-bottom: 15px;
}

.real_estate #bottom_content {
    overflow: hidden;
    padding: 15px 0 0 0;
}

.real_estate #content {
    float: left;
    width: 465px;
}

.real_estate.press_room #content h3 {
    padding: 5px 0;
}

.real_estate #callouts {
    float: right;
    width: 230px;
}

    .real_estate #callouts .callout h3 {
        padding-bottom: 10px;
    }

    .real_estate #callouts .callout ul {
        padding-bottom: 10px;
    }

    .real_estate #callouts .callout li {
        line-height: normal;
        padding-bottom: 7px;
    }

.real_estate .directory_item {
    border-bottom: 1px solid #9c9c9c;
    padding: 10px 0;
    width: 272px;
}

#directory_listings {
    overflow: hidden;
    padding: 25px 0 0 0;
}

    #directory_listings .column {
        float: left;
        width: 355px;
    }

.directory_listing {
    width: 272px;
}

    .directory_listing h2 {
        border-top: 1px solid #9c9c9c;
        font-size: 1.5625em;
        margin-top: 18px;
        padding-top: 18px;
    }

    .directory_listing:first-child h2 {
        border-top: none;
        margin: 0;
    }

    .directory_listing:last-child {
        border-bottom: 1px solid #9c9c9c;
        padding-bottom: 18px;
    }

    .directory_listing h6 {
        font-size: 0.75em;
        font-weight: bold;
        padding-top: 8px;
    }

/* =================================================================== */
/* =================         FACIALS          =============== */
/* =================================================================== */
.facials #body .sur.main {
    background: url("../../refresh/img/sprite/body.png") no-repeat -2130px 0;
    top: -13px;
}

#rotator {
    background: #fff;
    height: 537px;
    position: relative;
    top: -10px;
}

    #rotator h2 {
        display: none;
    }

.rotator_item {
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 990px;
}

.rotator_image {
    left: 0;
    position: relative;
    top: 0;
}

.rotator_content {
    float: right;
    padding: 110px 30px 0 0;
    width: 405px;
    position: relative;
    z-index: 100;
}

    .rotator_content h1 {
        font-size: 2.8125em;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .rotator_content p {
        line-height: 20px;
    }

.rotator_feature_image {
    float: left;
    width: 550px;
    z-index: 900;
}

.facials .rotator_item {
    z-index: 910;
}

.facials #rotator_nav {
    z-index: 910;
}

#rotator_nav {
    background: url(../../refresh/img/background/rotator_nav_bg.png) no-repeat 0 0;
    bottom: 15px;
    left: 33px;
    position: absolute;
    width: 919px;
}

.first_session #rotator_nav {
    background: #fff;
    border: 1px solid #8e8e90;
    bottom: 30px;
}

#rotator_nav_bottom {
    background: url(../../refresh/img/background/rotator_nav_bg.png) no-repeat -1019px 100%;
    overflow: hidden;
}

.first_session #rotator_nav_bottom {
    background: none;
}

.rotator_nav_item {
    background: url(../../refresh/img/background/rotator_nav_bar.png) no-repeat 0 34px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    padding-bottom: 8px;
    position: relative;
    width: 230px;
}

.first_session .rotator_nav_item {
    background: none;
    border-left: 1px solid #8e8e90;
    width: 229px;
}

.rotator_nav_item:first-child {
    background: none;
    width: 229px;
}

.first_session .rotator_nav_item:first-child {
    border-left: none;
}

.rotator_nav_item:hover {
    background: url(../../refresh/img/background/rotator_nav_on_bottom.png) no-repeat 1px 100%;
}

.first_session .rotator_nav_item:hover {
    background: #d7d7d7;
}

.rotator_nav_item.first:hover {
    background: url(../../refresh/img/background/rotator_nav_on_bottom_round.png) no-repeat 0 100%;
}

.first_session .rotator_nav_item.first:hover {
    background: #d7d7d7;
}

.rotator_nav_item.last:hover {
    background: url(../../refresh/img/background/rotator_nav_on_bottom_round2.png) no-repeat 0 100%;
}

.first_session .rotator_nav_item.last:hover {
    background: #d7d7d7;
}

.rotator_nav_item .rotator_nav_bg {
    overflow: hidden;
}

.rotator_nav_item:hover .rotator_nav_bg {
    background: url(../../refresh/img/background/rotator_nav_on.png) no-repeat 1px 34px;
}

.first_session .rotator_nav_item:hover .rotator_nav_bg {
    background: none;
}

.rotator_nav_item.first:hover .rotator_nav_bg {
    background: url(../../refresh/img/background/rotator_nav_on_round.png) no-repeat 0 34px;
}

.first_session .rotator_nav_item.first:hover .rotator_nav_bg {
    background: none;
}

.rotator_nav_item.last:hover .rotator_nav_bg {
    background: url(../../refresh/img/background/rotator_nav_on_round2.png) no-repeat 0 34px;
}

.first_session .rotator_nav_item.last:hover .rotator_nav_bg {
    background: none;
}

.rotator_nav_image {
    float: left;
    padding-right: 5px;
    width: 105px;
}

    .rotator_nav_image img {
        width: 105px;
    }

.rotator_nav_content {
    float: left;
    line-height: 15px;
    padding: 50px 5px 0 0;
    width: 113px;
}

    .rotator_nav_content h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        font-style: normal;
    }
/*#vitaminC .rotator_nav_content h4 {color:#f38414;}
#acne .rotator_nav_content h4 {color:#008cc6;}
#aging .rotator_nav_content h4 {color:#75786a;}
#sensitive .rotator_nav_content h4 {color:#00aa96;}*/
.rotator_nav_bar {
    bottom: 0;
    height: 10px;
    left: 10px;
    position: absolute;
    width: 209px;
}
/*#vitaminC .rotator_nav_bar {background:url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat 0 100%;}
#acne .rotator_nav_bar {background:url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat -209px 100%;}
#aging .rotator_nav_bar {background:url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat -418px 100%;}
#sensitive .rotator_nav_bar {background:url(../../refresh/img/sprite/facials_nav_bars.png) no-repeat -627px 100%;}*/
#content_sections {
    background: #fff;
    padding: 20px;
}

.content_section {
    background: url(../../refresh/img/background/content_section_bg.png) no-repeat 50% 0;
    overflow: hidden;
    padding: 20px 0;
}

    .content_section:first-child {
        background: none;
    }

.section_image {
    float: left;
    position: relative;
    width: 340px;
}

    .section_image img {
        vertical-align: bottom;
    }

.content_section.even .section_image {
    float: right;
    text-align: right;
}

.section_image_text {
    padding-top: 15px;
}

    .section_image_text ul {
        text-align: left;
        padding: 0 0 15px 0;
    }

        .section_image_text ul li {
            font-style: italic;
            padding: 0 0 8px 0;
        }

.section_content {
    float: right;
    width: 600px;
}

.content_section.even .section_content {
    float: left;
}

.section_content h2 {
    font-size: 1.875em;
}
/*.vitaminC .section_content h2 {color:#f38414;}
.acne .section_content h2 {color:#0094d3;}
.aging .section_content h2 {color:#737969;}
.sensitive .section_content h2 {color:#00ab98;}*/
.section_content p {
    line-height: 20px;
    padding-bottom: 10px;
}

.section_callout {
    margin-top: 30px;
    position: relative;
    width: 387px;
}

.section_callout_bg {
    background: url(../../refresh/img/background/section_content_callout_bg.png) repeat-y 0 0;
    padding: 28px 180px 0 22px;
}

.section_callout_bottom {
    background: url(../../refresh/img/background/section_content_callout_bg.png) repeat-y -387px 0;
    height: 8px;
}

.callout_title {
    height: 22px;
    left: 11px;
    position: absolute;
    top: -3px;
    width: 132px;
}
/*.vitaminC .callout_title {background:url(../../refresh/img/umbraco/btn/purchase_clinic_orange.png) no-repeat 0 0;}
.acne .callout_title {background:url(../../refresh/img/umbraco/btn/purchase_clinic_blue.png) no-repeat 0 0;}
.aging .callout_title {background:url(../../refresh/img/umbraco/btn/purchase_clinic_gray.png) no-repeat 0 0;}
.sensitive .callout_title {background:url(../../refresh/img/umbraco/btn/purchase_clinic_green.png) no-repeat 0 0;}*/
.section_callout img {
    position: absolute;
    right: 15px;
    top: -30px;
}

.section_callout p {
    line-height: 13px;
}

/* =================================================================== */
/* =================         FIRST SESSION          =============== */
/* =================================================================== */
#first_session_buttons {
    display: none;
    overflow: hidden;
    padding: 20px;
}

.first_session #first_session_buttons {
    display: block;
}

#first_session_buttons a {
    background: #8e8e90;
    color: #fff;
    display: block;
    float: left;
    margin-right: 8px;
    padding: 10px;
    text-decoration: none;
}

    #first_session_buttons a:hover {
        text-decoration: none;
    }

.massage_session #first_session_buttons a.massage {
    background: #756daf;
}

.facial_session #first_session_buttons a.facial {
    background: #756daf;
}

.first_session #rotator {
    height: 590px;
    z-index: 99;
}

    .first_session #rotator h2 {
        border-top: 1px solid #d9d9d9;
        display: block;
        font-size: 2.375em;
        line-height: 90px;
        text-indent: 45px;
    }

    .first_session #rotator a.more_videos_nav {
        display: inline-block;
        float: right;
        font-style: italic;
        margin: 4px 30px 0 0;
        text-decoration: none;
    }

        .first_session #rotator a.more_videos_nav:after {
            content: '\f04b';
            font-family: 'FontAwesome';
            font-size: 0.5em;
            padding-left: 4px;
        }

.first_session .rotator_item {
    height: 500px;
}

.first_session .rotator_image {
    left: auto;
    position: absolute;
    right: 0;
    top: 10px;
}

.first_session .rotator_content {
    float: left;
    padding: 20px;
}

.rotator_callout {
    background: url(../../refresh/img/background/rotator_callout_bg.png) no-repeat 100% 100%;
    height: 74px;
    left: 57px;
    line-height: 14px;
    overflow: hidden;
    padding: 58px 0 0 0;
    position: absolute;
    top: 236px;
    width: 410px;
    z-index: 99;
}

    .rotator_callout img {
        float: left;
        margin: -45px 15px 0 0;
    }

    .rotator_callout a {
        color: #756daf;
        font-size: 0.625em;
    }

    .rotator_callout .callout_content p {
        font-size: 0.625em;
        line-height: 15px;
        padding: 12px 5px 0 0;
    }

#rotator_feature .section_callout_bg {
    background: #cddbe7;
    border: none;
    color: #fff;
    padding: 10px 30px 0;
}

#rotator_feature .callout_main {
    float: none;
    padding: 0;
    width: auto;
}

.first_session .rotator_callout {
    background: none;
    left: 550px;
    top: 340px;
}

.first_session .rotator_feature_image {
    padding-top: 20px;
    text-align: center;
}

.first_session #rotator_nav h2 {
    font-size: 2.375em;
}

.first_session .rotator_nav_image {
    font-size: 4.75em;
    padding: 13px 5px 8px 0;
    text-align: right;
    width: 75px;
}

.first_session .rotator_nav_item:hover .rotator_nav_image {
    color: #756daf;
}

.first_session .rotator_nav_content {
    line-height: 20px;
    padding: 35px 5px 0 0;
    width: 140px;
}

    .first_session .rotator_nav_content h4 {
        font-size: 1.25em;
    }

.first_session .rotator_nav_bar {
    background: #8e8e90;
    border-radius: 5px 5px 0 0;
}

.first_session .content_section {
    background: none;
    border-top: 1px solid #d9d9d9;
    padding: 0;
}

.first_session .section_image {
    display: none;
}

.first_session .even .section_image {
    width: 415px;
}

.section_image_overlay {
    background: url(../../refresh/img/sprite/session_img_overlay.png) no-repeat 0 0;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px;
}

.even .section_image_overlay {
    background: url(../../refresh/img/sprite/session_img_overlay.png) no-repeat -10px 0;
    left: 0;
    right: auto;
}

.first_session .section_content {
    padding: 20px 0;
    width: auto;
}

.first_session .even .section_content {
    padding: 20px 0;
    width: auto;
}

.first_session .section_content h2 .section_number {
    float: left;
    font-size: 1.875em;
    width: 30px;
}

.first_session .section_callout {
    clear: both;
    font-style: italic;
    margin: 0;
    width: 50%;
}

    .first_session .section_callout.feature_video {
        margin: 0 0 0 40px;
        width: 447px;
    }

.first_session .even .section_callout_top {
    background: url(../../refresh/img/background/session_content_callout_even.png) no-repeat 0 0;
}

.first_session .section_callout_bg {
    background: #fff;
    border: 1px solid #8e8e90;
    overflow: hidden;
    padding: 15px;
}

.first_session .section_callout_bottom {
    display: none;
}

.first_session .even .section_callout_bottom {
    background: url(../../refresh/img/background/session_content_callout_even.png) no-repeat 0 100%;
}

.first_session .callout_title {
    display: none;
}

.first_session .section_callout.feature_video .callout_title {
    background: url(../../refresh/img/umbraco/btn/helpful_tips_video.png) no-repeat 0 0;
}

.first_session .even .callout_title {
    left: 45px;
}

.first_session .callout_main {
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
    width: 299px;
}

    .first_session .callout_main h5 {
        font-weight: bold;
    }

.first_session .callout_side a {
    text-decoration: none;
}

    .first_session .callout_side a:after {
        content: '\f04b';
        font-family: 'FontAwesome';
        font-size: 0.5em;
        padding-left: 4px;
    }

.first_session .callout_side p {
    padding-bottom: 5px;
}

.first_session .section_callout.feature_video h5 {
    font-size: 1.125em;
}

.first_session .callout_side {
    border-left: 1px solid #b4b4b4;
    float: right;
    padding: 10px 0 10px 15px;
    width: 120px;
}
/* =================================================================== */
/* =================         MEMBERSHIP CALLOUT          =============== */
/* =================================================================== */
#membership_callout {
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 0 15px;
    float: none !important;
}

    #membership_callout img {
        float: left;
        margin-right: 40px;
    }

    #membership_callout h2 {
        font-size: 1.875em;
        line-height: 31px;
        padding-top: 15px;
    }

    #membership_callout p {
        font-size: 0.75em;
    }

    #membership_callout a {
        font-size: 0.75em;
        padding: 0 12px 0 0;
        text-decoration: none;
    }

        #membership_callout a:after {
            content: '\f04b';
            font-family: 'FontAwesome';
            font-size: 0.5em;
            padding-left: 4px;
        }

/* =================================================================== */
/* =================           MEDIA CENTER            =============== */
/* =================================================================== */
.media_center #media_center_list {
    margin-top: 10px;
}

.media_center .video {
    margin: 0 20px 0 0;
    width: 205px;
    float: left;
    position: relative;
}

    .media_center .video.first {
        clear: both;
    }

    .media_center .video.last {
        margin: 0;
    }

.media_center .video_thumb_href {
    padding: 2px;
    display: block;
}

    .media_center .video_thumb_href .img_vid_thumb {
        width: 192px;
        height: 118px;
        overflow: hidden;
        display: block;
        position: relative;
    }

    .media_center .video_thumb_href .play_button {
        position: absolute;
        bottom: 7px;
        right: 7px;
    }

.media_center .video_details {
    margin: 10px 0 20px;
}

    .media_center .video_details .video_title {
        margin-top: 3px;
    }

    .media_center .video_details p {
        color: #434343;
        line-height: 14px;
    }

/* =================================================================== */
/* =================         MEMBERSHIP CANCELLATION   =============== */
/* =================================================================== */
.appointcancelpolicy ul li {
    padding: 8px;
}

/*
Video Page
*/
#video-page_header, #video-page_player, #video-page_description {
    width: 500px;
}

    #video-page_header h2 {
        padding: 8px 0 18px;
    }

#video-page_interact {
    margin: 12px 0 5px;
}

#video-page_embed {
    padding-right: 8px;
    width: 275px;
    display: inline;
}

#video-page_addthis {
    display: inline;
    vertical-align: bottom;
}

#video-page_transcript {
    margin: 10px 0 15px;
    position: relative;
}

#transcript_container {
    padding-right: 10px;
    width: 400px;
    height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
}

#video-page_email {
    margin-bottom: 15px;
}

    #video-page_email a {
        text-decoration: none;
    }

        #video-page_email a img {
            padding-right: 3px;
            text-decoration: none;
        }

        #video-page_email a span {
            text-decoration: underline;
        }

#video-page_description {
    margin-top: 8px;
}

    #video-page_description p {
        color: #434343;
        line-height: 15px;
    }

/*jcarousel/Related Videos*/
.media_center li.video {
    margin: 0;
    padding: 0 0 0 35px;
    display: block;
    background: none;
}

    .media_center li.video.first {
        padding: 0;
    }

    .media_center li.video.last {
        padding: 0 5px 0 35px;
    }

#video-page_related .jcarousel-container {
    margin-top: 15px;
    position: relative;
}

#video-page_related .jcarousel-clip {
    width: 690px;
    overflow: hidden;
}

#video-page_related .jcarousel-prev, .jcarousel-next {
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: -35px;
}

#video-page_related .jcarousel-prev {
    right: 40px;
    background: url(../Img/btn/arrow_left.png) no-repeat top left;
}

#video-page_related .jcarousel-next {
    right: 5px;
    background: url(../Img/btn/arrow_right.png) no-repeat top left;
}

* html #video-page_related .jcarousel-prev {
    right: 70px;
}

* html #video-page_related .jcarousel-next {
    right: 35px;
}

* html img.play_button {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../../Img/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) );
}

#video-page_related {
    margin: 65px 0 0;
    padding: 5px 0 0;
    border-top: 1px solid #C8B591;
    position: relative;
}

    #video-page_related h3 {
        color: #000;
        font-size: 1em;
    }

    #video-page_related a.view_all_vids {
        position: absolute;
        left: 120px;
        top: 20px;
    }

/* MEMBERSHIP PAGE CALLOUT STYLING */
.callout.me_benefits {
    background: #ccdde7;
    float: left;
    margin-top: 3px;
    width: 690px;
}

    .callout.me_benefits .callout_content {
        overflow: hidden;
        padding: 25px 20px;
    }

    .callout.me_benefits h2 {
        padding-bottom: 10px;
    }

    .callout.me_benefits ul {
        margin-left: 0;
    }

    .callout.me_benefits li {
        float: left;
        font-style: italic;
        list-style: none;
        padding: 0 24px 15px 24px;
        width: 42%;
    }

        .callout.me_benefits li:before {
            content: '\f00c';
            font-family: 'FontAwesome';
            font-size: 1em;
            margin-left: -25px;
            padding-right: 10px;
        }

/* TYPES OF ... */
.massage_types .callout.benefits {
    padding-left: 15px;
}

.massage_types .bottom-text {
    position: relative;
    padding-left: 20px;
}

.types.category .h2 {
    font-size: 1.4375em;
    line-height: 25px;
    margin-bottom: 10px;
    color: #677B27;
    font-weight: normal;
}

.detail.magazine #content h1 {
    border-bottom: 0 !important;
}

/* Types of Facials */
.facial_types .img_overlay {
    display: none;
}

/* Types of Massage */
#content .service_details {
    border-top: 1px solid #D7D7D7;
}

    #content .service_details h4, #content .service_details p {
        position: relative;
    }

    #content .service_details h4 {
        font-family: 'venti_vbp_mediumbold', Tahoma, sans-serif;
        font-size: 0.8125em;
        text-transform: uppercase;
    }

.deep_heat #content .service_details {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 15px;
}

    .deep_heat #content .service_details p img {
        position: absolute;
        top: 8px;
        left: 15px;
    }

/* ====================== Clinic Callout Ads ========================*/
#callouts .callout.nowHiring, #callouts .microsite_ads .callout.nowHiring {
    background: transparent url(../../refresh/img/clinic_central/microsite/ad/now-hiring.png) no-repeat 0 0;
    background-size: 100%;
    height: 250px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
    width: 300px;
}

.nowHiring p {
    color: #fff;
    margin: 0;
    padding: 165px 0 0 22px;
}

.nowHiring ul {
    color: #fff;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 3px 0 5px 25px;
}

.nowHiring li {
    background-image: none;
    color: #fff;
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.freeParking {
    background: transparent url(../../refresh/img/clinic_central/microsite/ad/free-parking.png) no-repeat 0 0;
    height: 96px;
    width: 300px;
}

    .freeParking p {
        color: #fff;
        margin: 0;
        padding: 47px 10px 10px 15px;
    }

.massageForCure {
    padding: 0;
    width: 180px;
    margin: 0 0 20px;
    background: #000000 url(../../Img/microSite/massageForTheCure.jpg) no-repeat top left;
}

    .massageForCure p.date {
        margin: 0;
        color: #fff;
        padding: 130px 10px 0 10px;
    }

    .massageForCure p {
        margin: 0;
        color: #fff;
        font-size: 0.5625em;
        padding: 7px 10px 15px 10px;
    }

.muradEvent {
    background: url(../../refresh/img/clinic_central/microsite/ad/muradskinevent.png) no-repeat;
    height: 250px;
    margin: 0 0 20px 0;
    padding: 0;
    width: 300px;
}

    .muradEvent p {
        color: #fff;
        font-weight: bold;
        line-height: 15px;
        margin: 0;
        padding: 203px 0 0 0;
        text-align: center;
    }

.arthritisEvent {
    background: url(../../refresh/img/clinic_central/microsite/ad/arthritiswalk.png) no-repeat;
    height: 250px;
    margin: 0 0 20px 0;
    padding: 0;
    width: 300px;
}

    .arthritisEvent p {
        color: #fff;
        font-weight: bold;
        margin: 0 0 0 9px;
        padding: 200px 0 0 0;
        text-align: center;
    }

/* TIM STYLESHEET */
/*GLOBAL*/
.space {
    height: 30px;
    border-top: 1px solid #dcdcdc;
}

.massage_types .service_desc .service_name div {
    float: left;
}

.massage_types .service_desc div.service_text_align {
    width: 335px;
    clear: both;
}

.massage_types .callout.customer_favorites .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.massage_types .callout.customer_favorites .top-content, .massage_types .callout.customer_favorites .bottom-content {
    position: relative;
    z-index: 10;
    padding: 10px;
}

.massage_types .callout.customer_favorites .top-content {
    padding-bottom: 0;
    top: 26px;
    left: 10px;
    width: 200px;
    text-align: center;
    color: #fff;
}

    .massage_types .callout.customer_favorites .top-content p {
        color: #fff;
        line-height: 14px;
    }

    .massage_types .callout.customer_favorites .top-content h3 {
        color: #fff;
        font-size: 1.375em;
    }

.massage_types .callout.customer_favorites .bottom-content {
    width: 200px;
    left: 25px;
    top: 18px;
}

    .massage_types .callout.customer_favorites .bottom-content .aroma, .massage_types .callout.customer_favorites .bottom-content .deep_muscle {
        position: relative;
        height: 30px;
    }

    .massage_types .callout.customer_favorites .bottom-content .deep_muscle {
        top: 12px;
    }

        .massage_types .callout.customer_favorites .bottom-content .aroma div, .massage_types .callout.customer_favorites .bottom-content .deep_muscle div {
            float: left;
            width: 200px;
        }

        .massage_types .callout.customer_favorites .bottom-content .aroma .icon, .massage_types .callout.customer_favorites .bottom-content .deep_muscle .icon {
            width: 25px;
            padding-right: 8px;
        }

        .massage_types .callout.customer_favorites .bottom-content .aroma .text, .massage_types .callout.customer_favorites .bottom-content .deep_muscle .text {
            width: 135px;
            color: #fff;
        }

            .massage_types .callout.customer_favorites .bottom-content .aroma .text .header, .massage_types .callout.customer_favorites .bottom-content .deep_muscle .text .header {
                font-size: 0.8125em;
            }

.massage_types #callouts .callout.customer_favorites .bottom-content .aroma .text a, .massage_types #callouts .callout.customer_favorites .bottom-content .deep_muscle .text a {
    color: #fff;
}

/*TYPES OF MASSAGE SPECIFIC*/
.types.swedish #feature {
    height: 283px;
    border: 1px solid #d7d7d7;
    margin-bottom: 45px;
}

.types.swedish #page_photo {
    left: -1px;
}

.types #content img.content_img {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
}

.massage_types #callouts .callout ul.benefits_list li a {
    color: #000;
}

    .massage_types #callouts .callout ul.benefits_list li a:hover {
        color: #774c8f;
    }

.massage_types .service_list {
    margin-bottom: 20px;
}

.massage_types .callout.benefits {
    padding-left: 15px;
}

.massage_types .bottom-text {
    position: relative;
    padding-left: 20px;
}

.massage_types.types.category .h2 {
    font-size: 1.4375em;
    line-height: 25px;
    margin-bottom: 10px;
    color: #677B27;
    font-weight: normal;
}

/*TYPES OF MASSAGE->SWEDISH SPECIFIC*/
.types .swedish_callout {
    border-bottom: 1px #c7c7c7 solid;
}

    .types .swedish_callout p {
        text-align: left;
        margin-top: 15px;
    }

/*MEMBERSHIPS SPECIFIC*/
.membership #feature_content {
    padding-bottom: 50px;
}

.membership #feature #feature_content .left {
    width: 390px;
    float: left;
}

    .membership #feature #feature_content .left h2 {
        font-size: 1.5625em;
    }

.membership #feature #feature_content .right {
    background: url("../../refresh/img/umbraco/membership_details/benefits/benefits-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    width: 549px;
    height: 145px;
    margin-top: -13px;
    margin-left: 21px;
}

    .membership #feature #feature_content .right .benefit {
        float: left;
        padding: 5px;
        margin-top: 32px;
        margin-left: 5px;
    }

        .membership #feature #feature_content .right .benefit .benefit_check {
            float: left;
            width: 38px;
            padding-right: 3px;
        }

        .membership #feature #feature_content .right .benefit .benefit_text {
            float: left;
            width: 115px;
            padding-right: 3px;
            color: #000;
            font-size: 0.625em;
            line-height: 13px;
            font-style: italic;
        }

.membership .membership_wellness_plan {
    float: right;
    width: 290px;
}

    .membership .membership_wellness_plan p {
        margin: 0;
        padding: 0;
        margin-bottom: 3px;
    }

    .membership .membership_wellness_plan img {
        height: auto;
        max-width: 100%;
    }

.membership.category.detail #content {
    margin-top: -102px;
}

.membership #callouts.col2 .callout.location_map .bg-img {
    left: -19px;
    position: relative;
    top: 0;
    z-index: 50;
}

.membership #callouts.col2 .callout.location_map .content {
    left: 62px;
    position: relative;
    top: -17px;
    width: 221px;
    z-index: 51;
    font-style: italic;
}

    .membership #callouts.col2 .callout.location_map .content p {
        line-height: 14px;
    }

        .membership #callouts.col2 .callout.location_map .content p.bottom {
            margin-top: -5px;
            padding-left: 1px;
        }

    .membership #callouts.col2 .callout.location_map .content h3 {
        line-height: 16px;
        font-style: normal;
    }

/*GET STARTED SPECIFIC*/
.get_started #feature .set_appointment {
    background: #818ba8;
    color: #fff;
    height: auto;
    width: auto;
}

    .get_started #feature .set_appointment h1 {
        font-size: 2.0625em;
        color: #fff;
        padding-left: 23px;
        padding-top: 12px;
        margin-bottom: 7px;
    }

.get_started #content.col1 {
    width: 695px;
}

    .get_started #content.col1 .request_appointment img.big_2.no_geoip {
        top: 188px;
    }

    .get_started #content.col1 .choose_clinic .title div h2 {
        font-size: 1.5em;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: normal;
        display: inline;
    }

    .get_started #content.col1 .choose_clinic .title {
        position: relative;
        left: 62px;
        width: 90%;
        border-bottom: 1px solid #d7d7d7;
        vertical-align: bottom;
    }

    .get_started #content.col1 .number {
        font-size: 2.125em;
        left: -35px;
        position: absolute;
        top: -5px;
    }

    .get_started #content.col1 .choose_clinic .title div {
        float: left;
    }

        .get_started #content.col1 .choose_clinic .title div.city {
            padding-left: 14px;
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 0.75em;
            font-style: italic;
            font-weight: bold;
            padding-top: 7px;
            letter-spacing: .25px;
        }

    .get_started #content.col1 .choose_clinic .options {
        left: 0;
        overflow: hidden;
        padding: 20px 0 0 35px;
        position: relative;
    }

        .get_started #content.col1 .choose_clinic .options .option .text, .get_started #content.col1 .choose_clinic .options .option .text p {
            color: #585758;
            float: left;
            font-size: 0.6875em;
            font-family: Tahoma, Geneva, sans-serif;
            width: 190px;
        }

            .get_started #content.col1 .choose_clinic .options .option .text p {
                padding-top: 8px;
                line-height: 13px;
            }

            .get_started #content.col1 .choose_clinic .options .option .text strong {
                font-size: 0.75em;
                font-weight: bold;
                font-style: italic;
            }

            .get_started #content.col1 .choose_clinic .options .option .text .light {
                color: #c3b0c9;
            }

        .get_started #content.col1 .choose_clinic .options .option a.option {
            border: 1px solid #8e8e90;
            display: block;
            float: left;
            height: 16px;
            margin: 5px 5px 0 0;
            text-decoration: none;
            width: 16px;
        }

        .get_started #content.col1 .choose_clinic .options .option a.active.option:after {
            color: #756daf;
            content: '\f00c';
            font-family: 'FontAwesome';
            font-size: 1.5625em;
            line-height: 12px;
        }

    .get_started #content.col1 .choose_clinic .location_search {
        overflow: hidden;
        padding-left: 60px;
    }

        .get_started #content.col1 .choose_clinic .location_search a.all_clinics {
            display: block;
            margin-top: 13px;
            width: 150px;
            float: left;
        }

        .get_started #content.col1 .choose_clinic .location_search .search_holder {
            width: 450px;
            height: 32px;
            float: right;
            margin-top: 10px;
        }

            .get_started #content.col1 .choose_clinic .location_search .search_holder .text {
                font-style: italic;
                padding-top: 6px;
                float: left;
                width: 270px;
                text-align: right;
            }

            .get_started #content.col1 .choose_clinic .location_search .search_holder .search_form {
                float: left;
                margin-left: 15px;
                position: relative;
            }

                .get_started #content.col1 .choose_clinic .location_search .search_holder .search_form form {
                    padding: 0;
                    margin: 0;
                }

                    .get_started #content.col1 .choose_clinic .location_search .search_holder .search_form form input.search_info {
                        padding-left: 5px;
                        padding-right: 5px;
                        padding-top: 2px;
                        width: 105px;
                        height: 16px;
                        display: block;
                        position: relative;
                        top: 1px;
                        left: 1px;
                        font-size: 0.75em;
                        background: none;
                        border: none;
                    }

                    .get_started #content.col1 .choose_clinic .location_search .search_holder .search_form form input.search_submit {
                        display: block;
                        width: 23px;
                        height: 16px;
                        position: relative;
                        top: -15px;
                        left: 116px;
                        float: left;
                        background-color: transparent;
                        background: url(../../refresh/img/umbraco/get_started/search_form_arrow.png) 0 0 no-repeat;
                        padding: 0;
                        border: none;
                        margin: 0;
                        cursor: pointer;
                    }

    .get_started #content.col1 .choose_clinic.no_geoip .title {
        width: 89%;
    }

    .get_started #content.col1 .choose_clinic .no_geoip_holder {
        float: left;
        height: 85px;
        width: 665px;
        margin-left: 14px;
        margin-top: 25px;
    }

        .get_started #content.col1 .choose_clinic .no_geoip_holder img.semi_trans_top {
            display: block;
            float: left;
            height: 1px;
            width: 665px;
        }

        .get_started #content.col1 .choose_clinic .no_geoip_holder img.semi_trans_bottom {
            display: block;
            float: left;
            height: 1px;
            width: 665px;
        }

        .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder {
            width: 665px;
            float: left;
        }

            .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder input[type=text] {
                padding: 0 5px;
            }

            .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_label {
                float: left;
                margin-left: 25px;
                margin-top: 19px;
                width: 100%;
            }

            .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .search_label {
                float: left;
                margin-left: 25px;
                width: 100%;
            }

            .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .no_results_label {
                float: left;
                margin-left: 25px;
                margin-top: 19px;
                width: 100%;
            }

            .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_submit {
                float: left;
                margin-left: 10px;
                margin-top: -2px;
            }

                .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_submit input[type=submit] {
                    background: url(../../refresh/img/button/find_a_clinic.png) 0 0 transparent no-repeat;
                    width: 107px;
                    height: 25px;
                    cursor: pointer;
                    border: none;
                }

            .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_input {
                float: left;
                margin-left: 25px;
            }

                .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_input input {
                    width: 275px;
                }

                .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_input .input_left {
                    float: left;
                    width: 5px;
                    height: 21px;
                    background: url(../../refresh/img/umbraco/get_started/input_left.png) no-repeat 0 0;
                }

                .get_started #content.col1 .choose_clinic .no_geoip_holder .form_holder .form_input .input_right {
                    float: left;
                    width: 5px;
                    height: 21px;
                    background: url(../../refresh/img/umbraco/get_started/input_right.png) repeat-x 0 0;
                }

    .get_started #content.col1 .request_appointment {
        margin-top: 10px;
    }

        .get_started #content.col1 .request_appointment img.big_2 {
            display: block;
            position: absolute;
            z-index: 200;
            top: 243px;
            left: 12px;
        }

        .get_started #content.col1 .request_appointment .top_radius {
            display: none;
        }

            .get_started #content.col1 .request_appointment .top_radius img, .get_started #content.col1 .request_appointment .bottom_radius img {
                display: block;
                float: left;
            }

        .get_started #content.col1 .request_appointment .bottom_radius {
            display: none;
        }

        .get_started #content.col1 .request_appointment .middle_content {
            border: 1px solid #d7d7d7;
        }

            .get_started #content.col1 .request_appointment .middle_content .spacer {
                display: none;
            }

            .get_started #content.col1 .request_appointment .middle_content .form_holder {
            }

                .get_started #content.col1 .request_appointment .middle_content .form_holder .title {
                    position: relative;
                    top: 20px;
                    left: 62px;
                    width: 87%;
                    height: 35px;
                    border-bottom: 1px solid #d7d7d7;
                    vertical-align: bottom;
                }

                    .get_started #content.col1 .request_appointment .middle_content .form_holder .title div h2 {
                        font-size: 1.5em;
                        line-height: 25px;
                        margin-bottom: 10px;
                        font-weight: normal;
                        display: inline;
                    }

                .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content {
                    overflow: hidden;
                    padding: 30px 0 0 62px;
                    position: relative;
                }

                    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=radio].first {
                        margin-left: 0;
                    }

                    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=radio] {
                        margin-left: 50px;
                        margin-top: 5px;
                        vertical-align: middle;
                        width: 15px;
                        height: 15px;
                    }

                    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=checkbox].first {
                        margin-left: 0;
                    }

                    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=checkbox] {
                        margin-left: 10px;
                        width: 15px;
                        height: 15px;
                        margin-top: 5px;
                    }

                    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form select {
                        width: 155px;
                        margin: 2px 5px 0 0;
                    }

div.input_left.next {
    margin-left: 25px;
}

.get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input, .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_label {
    float: left;
    width: 100%;
}

.get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_label {
    font-weight: bold;
}

.get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input {
    margin-bottom: 10px;
}

    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input.special {
        width: 283px;
        height: 107px;
        margin-top: 5px;
    }

    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_left {
        display: none;
    }

    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_middle {
        float: left;
    }

    .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_right {
        display: none;
    }

.get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form.fieldOutline input[type="text"], .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form.fieldOutline select, .get_started #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form.fieldOutline textarea {
    background: pink;
}

textarea.special_request {
    width: 95%;
    height: 99%;
}

input.request_submit {
    background: #8e8e90;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.875em;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

input.request_submit_microsite {
    background-color: transparent;
    background: url(../../refresh/img/umbraco/get_started/request_submit.png) 0 0 no-repeat !important;
    width: 168px !important;
    height: 25px !important;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}

input.first_name, input.phone {
    width: 280px;
}

input.last_name {
    width: 310px;
}

input.email_address {
    width: 340px;
}

.get_started #content.col1 .request_appointment .middle_content .form_holder .form_content .bottom_spacer {
    float: left;
    width: 100%;
    background-color: #d7d7d7;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.get_started #callouts.col2 {
    width: 245px;
}

    .get_started #callouts.col2 .callout h2 {
        font-size: 1.125em;
        color: #6d2b80;
        margin-bottom: 0;
    }

    .get_started #callouts.col2 .callout p {
        padding-bottom: 8px;
        margin-top: -1px;
        line-height: 14px;
    }

.get_started div.example {
    float: left;
    margin-left: 10px;
    padding-top: 5px;
}
/*GIFT CARDS SPECIFIC*/
.gift_card #feature {
    color: #000;
    font-size: 2.375rem;
    line-height: 1.5;
    padding: 3.125rem 3.75rem;
    text-align: center;
}

    .gift_card #feature #feature_content {
        font-size: 1em;
    }

        .gift_card #feature #feature_content > div {
            text-align: center;
        }

    .gift_card #feature #page_title, .gift_card #feature #page_title h1 {
        font-size: 2.5rem;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 1.8rem;
    }

.gift_card #content.col1 {
    padding-bottom: 6.25rem;
    width: 650px;
    z-index: 1;
}

.gift_card #callouts.col2 {
    margin-right: 10px;
    width: 231px;
}

    .gift_card #callouts.col2 .callout h3 {
        color: #6d2b80;
        font-size: 1em;
        margin-bottom: 0;
    }

.gift_card #content.col1 .form_div {
    margin-top: 15px;
}

    .gift_card #content.col1 .form_div:first-child {
        margin-top: 0;
    }

    .gift_card #content.col1 .form_div img.big_2 {
        display: block;
        left: 12px;
        position: absolute;
        top: 243px;
        z-index: 200;
    }

    .gift_card #content.col1 .form_div .top_radius {
        float: left;
        height: 5px;
        margin: 0;
        padding: 0;
        width: 696px;
    }

        .gift_card #content.col1 .form_div .top_radius img, .gift_card #content.col1 .form_div .bottom_radius img {
            display: block;
            float: left;
        }

    .gift_card #content.col1 .form_div .bottom_radius {
        float: left;
        height: 4px;
        margin: 0;
        padding: 0;
        width: 696px;
    }

    .gift_card #content.col1 .form_div .middle_content {
        background: #fff;
        border: 1px solid #d7d7d7;
        padding-bottom: 15px;
    }

        .gift_card #content.col1 .form_div .middle_content .form_holder {
            position: relative;
        }

        .gift_card #content.col1 .form_div .middle_content .spacer {
            background-color: #d7d7d7;
            float: left;
            height: 100%;
            margin: 0;
            padding: 0;
            width: 1px;
        }

        .gift_card #content.col1 .form_div .middle_content .form_holder .title {
            border-bottom: 1px solid #d7d7d7;
            margin: 20px 0 0 62px;
            padding-bottom: 5px;
            position: relative;
            vertical-align: bottom;
            width: 87%;
        }

            .gift_card #content.col1 .form_div .middle_content .form_holder .title div h2 {
                display: inline;
                font-size: 1.5rem;
                font-weight: normal;
                line-height: 25px;
                margin-bottom: 10px;
            }

        .gift_card #content.col1 .form_div .middle_content .form_holder .form_content {
            padding: 20px 0 0 62px;
            position: relative;
        }

    .gift_card #content.col1 .form_div.billing_information .middle_content .form_holder .form_content, .gift_card #content.col1 .form_div.submit_order .middle_content .form_holder .form_content {
        display: none;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=text], .gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=password] {
        width: 280px;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=radio].first {
        margin-left: 0;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=radio] {
        height: 15px;
        margin-left: 50px;
        margin-top: 5px;
        vertical-align: middle;
        width: 15px;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=checkbox].first {
        margin-left: 0;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=checkbox] {
        height: 15px;
        margin-left: 10px;
        margin-top: 5px;
        width: 15px;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content select {
        width: 155px;
    }

.gift_card .state .input_middle {
    padding-top: 0 !important;
}

div.input_left.next {
    margin-left: 25px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input, .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_label {
    float: left;
    width: 100%;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_label {
    font-weight: bold;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input {
    margin-bottom: 10px;
    margin-top: 3px;
}

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table {
        background: none;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
        padding: 0;
    }

        .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table.custom_table {
            margin-top: 3px;
        }

        .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table tr {
            padding: 0;
        }

        .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td {
            background: none;
            border: none;
            padding: 5px;
            text-align: left;
            vertical-align: middle;
        }

gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table tr.custom td {
    vertical-align: top;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt1 {
    display: none;
    padding: 0;
    width: 18px;
}

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt1.custom input[type=radio] {
        margin-top: 0;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt1 input[type=radio] {
        margin: 0;
        margin-top: 5px;
        padding: 0;
    }

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt2 h2 {
    display: inline;
    font-size: 1.5rem;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt2 {
    width: 110px;
}

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt2.custom_text {
        font-weight: bold;
        padding-top: 0;
        width: 130px;
    }

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table td.opt3 {
    font-style: italic;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.custom_amount {
    width: 35px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.special {
    height: 107px;
    margin-top: 5px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input .input_left {
    display: none;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input .input_middle {
    float: left;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input .input_right {
    display: none;
}

p.special_note {
    color: #828282;
    display: block;
    font-size: 0.825em;
    line-height: 12px;
    position: absolute;
    right: 21px;
    text-align: left;
    top: 0;
}

#form_content_resend p.special_note, #form_content_balance p.special_note {
    top: -30px;
}

.gift_card #content.col1 .form_div.add_gift_cards .middle_content .form_holder .form_content .col1 {
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 500px;
}

.gift_card #content.col1 .form_div.add_gift_cards .middle_content .form_holder .form_content .col2 {
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 270px;
}

img.gift_cards {
    padding-top: 5px;
}

.gift_card #content.col1 .form_div.payment_information .middle_content {
    height: 213px;
}

    .gift_card #content.col1 .form_div.payment_information .middle_content .form_holder {
        background: url(../../refresh/img/umbraco/gift_cards/form_payment_information_bg.png) 0 0 repeat-x;
        height: 213px;
    }

.gift_card #content.col1 .form_div .middle_content .form_holder .section_number {
    font-size: 1.875rem;
    height: 42px;
    left: 10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 41px;
    z-index: 100;
}

.gift_card #sub_callouts {
    margin-top: 25px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.last_name {
    width: 320px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.email_address {
    width: 350px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .bottom_spacer {
    background-color: #d7d7d7;
    float: left;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.city {
    width: 200px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content select.state {
    width: 85px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.zip {
    width: 75px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.phone_areacode {
    width: 40px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.cc_number {
    width: 170px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.phone_prefix {
    width: 40px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.phone_last_4 {
    width: 55px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.cc_code {
    width: 78px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input.gift_card_submit {
    border: none;
    cursor: pointer;
    font-size: 0.9375rem;
    width: 400px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content select.cc_expire_month {
    width: 145px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content select.cc_expire_year {
    width: 85px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .cc_wrap {
    float: left;
    width: 255px;
}

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .cc_wrap.code_wrap {
        width: 135px;
    }

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .city {
    float: left;
    width: 290px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .state {
    float: left;
    width: 100px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .zip {
    clear: both;
    float: left;
    width: 100px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .day_phone {
    float: left;
    width: 277px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.phone_3 {
    width: 72px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.phone_4 {
    width: 70px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.phone_hyphen {
    margin-top: 18px;
    width: 15px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.cc_expire_month {
    width: 155px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.cc_expire_year {
    width: 85px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content input[type=checkbox] {
    margin-left: 0;
    padding-left: 0;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .radio_wrap label {
    font-size: 0.6875rem;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.checks {
    margin-top: -3px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input.purple {
    margin-top: 25px;
}

.gift_card img.cc_logos {
    left: -5px;
    position: absolute;
    top: 7px;
    z-index: 100;
}

.gift_card #content.col1 .form_div.submit_order .middle_content .form_holder .form_content {
}

    .gift_card #content.col1 .form_div.submit_order .middle_content .form_holder .form_content .col1 {
        width: 395px;
    }

    .gift_card #content.col1 .form_div.submit_order .middle_content .form_holder .form_content .col2 {
        width: 275px;
    }

        .gift_card #content.col1 .form_div.submit_order .middle_content .form_holder .form_content .col2 ul {
            padding-bottom: 0;
        }

            .gift_card #content.col1 .form_div.submit_order .middle_content .form_holder .form_content .col2 ul li {
                margin-bottom: 10px;
            }

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .col2 h2 {
    font-size: 1.5em;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .col2 .big_total {
    font-size: 3.375em;
}

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .col2 .big_total div {
        float: left;
        margin-top: -8px;
    }

    .gift_card #content.col1 .form_div .middle_content .form_holder .form_content .col2 .big_total .little {
        font-size: 1.5em;
        left: 0;
        position: relative;
        top: 10px;
    }

.gift_card #order_total {
    font-size: 1.25rem;
    padding-top: 20px;
    text-align: right;
}

    .gift_card #order_total #totalCost1 {
        font-size: 2.25rem;
    }

.gift_card #order_summary_wrapper {
    padding-top: 15px;
    text-align: right;
}

    .gift_card #order_summary_wrapper h3 {
        font-size: 1.25em;
    }

.gift_card #order_summary {
    list-style: none;
}

    .gift_card #order_summary li {
        padding-bottom: 5px;
    }

.gift_card #proceedCheckout {
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    height: 52px;
    width: 100%;
}

.gift_card #payment_bottom {
    clear: both;
    overflow: hidden;
    padding-top: 68px;
}

    .gift_card #payment_bottom .col {
        float: left;
        width: 240px;
    }

        .gift_card #payment_bottom .col:first-child {
            padding-right: 10px;
            width: 330px;
        }

#master.gift_card .instructions {
    clear: both;
}

#scrolling_cart {
    position: absolute;
    right: -306px;
    top: 0;
    width: 289px;
    z-index: 99;
}

#scrolling_cart_top {
    background: url(../../refresh/img/background/scroll_cart_bg.png) no-repeat 100% 0;
    height: 16px;
}

#scrolling_cart_main {
    background: #fff;
    border: 1px solid #8e8e90;
    padding: 15px;
}

#scrolling_cart h2 {
    margin-bottom: 10px;
}

    #scrolling_cart h2:before {
        content: '\f07a';
        font-family: 'FontAwesome';
        font-size: 1.875rem;
    }

#scrolling_cart_bottom {
    display: none;
}

#scrolling_cart p.delivery_text {
    line-height: 14px;
}

#scrolling_cart #totals {
    margin-bottom: 8px;
}

#scrolling_cart .totals_table_holder {
    width: 100%;
}

    #scrolling_cart .totals_table_holder table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 200px;
    }

        #scrolling_cart .totals_table_holder table th {
            font-size: 0.75rem;
            font-weight: bold;
        }

#scrolling_cart #Table2 td {
    padding-top: 10px;
}

#scrolling_cart .totals_table_holder table td.shipping_cost {
    border-top: 1px solid #a6a5a5;
    text-align: right;
}

#scrolling_cart .totals_table_holder table td.invis {
    background: none;
}

#scrolling_cart .totals_table_holder table td.total {
    font-weight: bold;
}

#scrolling_cart #card_basket td.card_theme {
    font-size: 0.625em;
    padding-bottom: 10px;
}

#themecontainer {
    clear: both;
    padding: 10px 0 20px;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content #themecontainer .form_label {
    float: none;
    padding-bottom: 12px;
}

ul.ulThemes {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.ulThemes .row {
        clear: both;
    }

    ul.ulThemes li {
        border: 2px solid #fdfcfc;
        cursor: pointer;
        float: left;
        height: 72px;
        margin: 1px 7px 9px 1px;
        padding-bottom: 10px;
        position: relative;
        width: 86px;
    }

        ul.ulThemes li.currentGCTheme {
            border: 2px solid #756daf;
            border-radius: 8px;
        }

        ul.ulThemes li img.card {
            height: auto;
            width: 86px;
        }

#content ul.ulThemes p {
    font-size: 0.75rem;
    line-height: 12px;
    margin-left: 5px;
    padding: 0;
    width: 75px;
}

ul.ulThemes li .pdf {
    display: none;
    position: absolute;
    right: -230px;
    top: -130px;
    z-index: 99;
}

    ul.ulThemes li .pdf img {
        box-shadow: 0 1px 10px 5px rgba(0,0,0,.5);
    }

    ul.ulThemes li .pdf img {
        -webkit-box-shadow: 0 1px 10px 5px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px 5px rgba(0,0,0,.5);
        -webkit-appearance: none;
    }

.gift_card #order_total {
    padding-bottom: 5px;
}

    .gift_card #order_total .message {
        font-size: 0.875em;
    }

#scrolling_cart #card_basket td.card_theme {
    padding-bottom: 0px;
    font-size: 0.6875rem;
    line-height: 14px;
}

#order_summary_wrapper {
    display: none;
}

.card_support_bottom {
    display: inline-block;
    width: 46%;
}
/* Datepicker */
#calendar_picker {
    cursor: pointer;
    float: left;
    margin-left: 5px;
}

    #calendar_picker:after {
        content: '\f133';
        font-family: 'FontAwesome';
        font-size: 1.125rem;
        line-height: 22px;
    }

#dates_to_remember {
    float: right;
    margin: 20px 20px 0;
    width: 207px;
}

    #dates_to_remember ul {
        padding-top: 5px;
    }

    #dates_to_remember li {
        line-height: 20px;
    }

td.ui-datepicker-current-day {
    background: #fff;
    border-color: #c3b8ad;
}

#datepicker {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    display: none;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    z-index: 1;
}

    #datepicker header {
        border-bottom: 1px solid #d7d7d7;
        font-size: 0.8125em;
        font-weight: bold;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }

    #datepicker .ui-datepicker {
        background: #e5ded4;
        border: 1px solid #857e72;
        float: left;
        margin: 10px 0 0 15px;
        padding: 2px;
        width: 210px;
    }

.ui-datepicker-header {
    background: #8e8e90;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

#datepicker .ui-datepicker-prev, .ui-datepicker-next {
    background: url(../../refresh/img/button/calendar_arrows.png) no-repeat 0 0;
    cursor: pointer;
    height: 13px;
    position: absolute;
    top: 5px;
    width: 12px;
    text-indent: -9000px;
}

#datepicker .ui-datepicker-prev {
    left: 6px;
}

#datepicker .ui-datepicker-next {
    background-position: -12px 0;
    right: 6px;
}

#datepicker table.ui-datepicker-calendar {
    font-size: 0.6875em;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table.ui-datepicker-calendar td {
    background: #f3eede;
    border: 2px solid #e0dbcd;
    height: 15px;
    text-align: right;
    width: 18px;
}

#datepicker table.ui-datepicker-calendar td a {
    display: block;
    padding-right: 5px;
    text-decoration: none;
}

    #datepicker table.ui-datepicker-calendar td a:hover {
        text-decoration: none !important;
    }

.gift_card td.ui-datepicker-unselectable.ui-state-disabled {
    color: #bbb;
}

#datepicker table.ui-datepicker-unselectable {
    visibility: hidden;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table.ui-datepicker-calendar td.ui-datepicker-today {
    background: #c9e2e2;
}

.gift_card #content.col1 .form_div .middle_content .form_holder .form_content .form_input table.ui-datepicker-calendar td.ui-datepicker-current-day {
    background: #fff;
}

#datepicker .caption {
    font-weight: bold;
    text-align: center;
}

#datepicker .close {
    background: #8e8e90;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 6px;
    width: 18px;
}

    #datepicker .close:after {
        color: #fff;
        content: '\f00d';
        font-family: 'FontAwesome';
    }

#datepicker .choose {
    background: #8e8e90;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    padding: 5px 8px;
    text-align: center;
}

.gift_card #feature_content p {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 0 auto 1rem;
    max-width: 53.125rem;
}

.gift_card .GiftCardServiceOptions {
    background: #707070;
    color: #fff;
    height: 97px;
    float: left;
    margin-bottom: 30px;
    margin-right: 15px;
    text-align: center;
    width: 247px;
}

    .gift_card .GiftCardServiceOptions:hover {
        cursor: pointer;
    }

.gift_card .ServiceOptionsActive {
    background: #756daf;
}

    .gift_card .ServiceOptionsActive .arrow-down {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #756daf;
        height: 0;
        margin-left: 43%;
        margin-top: -3px;
        width: 0;
    }

.gift_card .GiftCardServiceOptions h2 {
    border-bottom: 2px solid;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.gift_card .GiftCardServiceOptions .innerserviceoptions {
    padding: 17px 8px;
}

    .gift_card .GiftCardServiceOptions .innerserviceoptions span {
        font-size: 1.5625em;
        line-height: 0px;
        padding-right: 4px;
    }

.gift_card #card_support_main {
    border: 1px solid #d7d7d7;
    padding: 20px 10px;
}

.gift_card .card_support_sub_inner {
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px 10px;
}

    .gift_card .card_support_sub_inner h2 {
        border-bottom: 1px solid #cacaca;
        margin-bottom: 10px;
        padding-bottom: 5px;
        width: 563px;
    }

        .gift_card .card_support_sub_inner h2:hover {
            cursor: pointer;
        }

    .gift_card .card_support_sub_inner .arrow-up {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #69717a;
        height: 0;
        margin: 10px 18px 0px 6px;
        width: 0;
    }

    .gift_card .card_support_sub_inner .arrow-down {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #69717a;
        height: 0;
        margin: 10px 18px 0px 6px;
        width: 0;
    }

.gift_card .dataGridg {
    width: 80%;
}

    .gift_card .dataGridg tr {
        width: 80%;
    }

    .gift_card .dataGridg span.button {
        font-size: 0.75em;
        padding: 3px 7px;
    }

    .gift_card .dataGridg .dataItemStyle {
        padding: 10px 0px;
    }

    .gift_card .dataGridg .dataItemStyleButton {
        padding: 8px 0px;
    }

.gift_card #resend_email {
    width: 335px;
}

#form_content_resend, #form_content_balance {
    position: relative;
}

.gift_card #form_content_balance #lblCheckBalance {
    font-family: 'venti_vbp_mediumbold';
    font-weight: bold;
}

.gift_card #form_content_balance .ClinicPurchaseLabel {
    font-size: 0.9375em;
    font-weight: bold;
}

.gift_card span.button:hover {
    cursor: pointer;
}

.gift_card span.buttonloading {
    background: url(../../refresh/img/loading.gif) no-repeat;
    display: block;
    font-size: 1.25em;
    margin: 0 25px;
    text-indent: -9989px;
}

.gift_card span.buttonloadingwide {
    background: url(../../refresh/img/loading.gif) no-repeat;
    background-position: center;
    display: block;
    font-size: 1.25em;
    margin: 0 25px;
    text-indent: -9989px;
}

#form_content_balance .balance_check_container .radio_wrap {
    padding-right: 20px;
}

    #form_content_balance .balance_check_container .radio_wrap .radio_label:before {
        vertical-align: -5px;
    }
/*MICROSITES SPECIFIC*/
.microsite #page_title {
    font-size: 2em;
}

/*####IE font color fixes commented out for the time being############################################
.microsite #callouts.col2 .callout, .microsite #callouts.col2 .callout li, .microsite .callout a{background:none; color:#595959; font-size:11px; font-family:Tahoma, Geneva, sans-serif; font-weight:normal;}
*/

#master.microsite #content.col1 .text * {
    color: #69717a !important;
    font-family: 'venti_vbpmedium', Tahoma, sans-serif !important;
    font-size: 0.8125em !important;
}

#master.microsite #content.col1 .text h1 {
    font-size: 1.5em !important;
}

#master.microsite #content.col1 .text h2 {
    font-size: 1.375em !important;
}

#master.microsite #content.col1 .text h3 {
    font-size: 1em !important;
}

#master.microsite #content.col1 .text h4 {
    font-size: 0.9375em !important;
}

#master.microsite #content.col1 .text h5 {
    font-size: 0.875em !important;
}

#master.microsite #content.col1 .text h6 {
    font-size: 0.8125em !important;
}

.microsite #feature_content .store_img {
    display: block;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 45px;
}

.microsite #feature_content .purple_callout {
    display: block;
    position: absolute;
    z-index: 101;
    top: 255px;
    left: 25px;
}

.microsite #feature_content .trans_bg_wrap {
    position: absolute;
    top: 40px;
    left: 343px;
    width: 620px;
    height: 311px;
    z-index: 99;
}

.microsite #feature_content .trans_bg {
    float: left;
    width: 607px;
    height: 311px;
    background: url(../../refresh/img/umbraco/microsites/map_holder_bg.png) 0 0 repeat-x;
}

    .microsite #feature_content .trans_bg .text {
        float: left;
        margin-left: 165px;
        padding-top: 23px;
        line-height: 15px;
    }

        .microsite #feature_content .trans_bg .text p {
            font-size: 0.8125em;
        }

        .microsite #feature_content .trans_bg .text .light {
            color: #909090;
            font-style: italic;
        }

    .microsite #feature_content .trans_bg .map_wrap {
        float: left;
        margin-left: 18px;
        padding-top: 20px;
    }

        .microsite #feature_content .trans_bg .map_wrap .map_holder_wrap {
            border: 1px solid #ccc;
            width: 212px;
            height: 184px;
            overflow: hidden;
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
        }

    .microsite #feature_content .trans_bg .links_wrap {
        float: left;
        padding: 10px;
        padding-left: 13px;
    }

        .microsite #feature_content .trans_bg .links_wrap a {
            background: url("../../refresh/img/sprite/icons.png") no-repeat scroll 0 0 transparent;
            color: #6D2B80;
            display: block;
            padding: 0 0 4px 24px;
            float: left;
        }

            .microsite #feature_content .trans_bg .links_wrap a.directions {
                background-position: 0 -481px;
            }

            .microsite #feature_content .trans_bg .links_wrap a.contact {
                background-position: 0 -779px;
                margin-left: 18px;
            }

    .microsite #feature_content .trans_bg .map_wrap .mapholder {
        border: 1px solid #fff;
        width: 210px;
        height: 182px;
        overflow: hidden;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .microsite #feature_content .trans_bg .map_wrap .request_appointment {
        width: 207px;
        margin-left: 6px;
        padding-top: 5px;
    }

.microsite #feature_content .trans_side {
    float: left;
    width: 8px;
    height: 311px;
    background: url(../../refresh/img/umbraco/microsites/map_holder_side.png) 0 0 repeat-x;
}

.microsite #feature_content .my_me {
    position: absolute;
    left: 664px;
    top: 0;
    width: 273px;
    height: 40px;
    background: #fff;
    float: left;
}

    .microsite #feature_content .my_me .text {
        width: 229px;
        height: 40px;
        float: left;
        padding-left: 14px;
        padding-top: 5px;
        line-height: 16px;
    }

        .microsite #feature_content .my_me .text h2 {
            font-size: 1.1875em;
            color: #6d2b80;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .microsite #feature_content .my_me .checkbox {
        border: 1px solid #8e8e90;
        height: 26px;
        position: absolute;
        right: 15px;
        top: 5px;
        width: 26px;
        cursor: pointer;
    }

        .microsite #feature_content .my_me .checkbox:after {
            color: #d7d7d7;
            content: '\f00c';
            font-family: 'FontAwesome';
            font-size: 2.0625em;
            line-height: 27px;
            margin-left: -1px;
        }

        .microsite #feature_content .my_me .checkbox.active:after {
            color: #825dc7;
        }

.microsite .callout.microsite_callout.other_loc, .microsite .callout.microsite_callout.helpful_links, .microsite .callout.microsite_callout.contact_us {
    text-align: left;
}

    .microsite .callout.microsite_callout.other_loc ul {
        display: block;
        float: left;
        padding: 0;
    }

.microsite .callout.microsite_callout.purple_h2 h2 {
    color: #6d2b80;
    font-size: 1em;
}

.microsite .callout.microsite_callout.helpful_links a.sprite {
    display: block;
    height: 37px;
    padding: 0;
    padding-left: 51px;
    background: url(../../refresh/img/umbraco/microsites/helpful_sprite.png) 0 0 no-repeat transparent;
    margin-top: 15px;
    width: 150px;
}

    .microsite .callout.microsite_callout.helpful_links a.sprite.cancer {
        background: url(../../refresh/img/umbraco/microsites/helpful_sprite.png) 0 0 no-repeat transparent;
    }

    .microsite .callout.microsite_callout.helpful_links a.sprite.holistic {
        background: url(../../refresh/img/umbraco/microsites/helpful_sprite.png) 0 -48px no-repeat transparent;
    }

    .microsite .callout.microsite_callout.helpful_links a.sprite.benefits {
        background: url(../../refresh/img/umbraco/microsites/helpful_sprite.png) 0 -90px no-repeat transparent;
    }

.microsite .callout.microsite_callout.contact_us a.contact {
    display: block;
    float: left;
    margin-top: 15px;
}

.microsite #content.col1 .request_appointment .middle_content .form_holder .form_content {
    padding-top: 20px;
}

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content strong {
        font-style: italic;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=radio].first {
        margin-left: 0;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=radio] {
        margin-left: 50px;
        margin-top: 5px;
        vertical-align: middle;
        width: 15px;
        height: 15px;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=checkbox].first {
        margin-left: 0;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=checkbox] {
        margin-left: 10px;
        width: 15px;
        height: 15px;
        margin-top: 5px;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form select {
        width: 155px;
        margin-top: 2px;
    }

div.input_left.next {
    margin-left: 25px;
}

.microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input, .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_label {
    float: left;
    width: 100%;
}

.microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_label {
    font-weight: bold;
}

.microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input {
    margin-bottom: 10px;
}

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input.special {
        width: 283px;
        height: 107px;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_left {
        display: none;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_middle {
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_right {
        display: none;
    }

    .microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input textarea.special_request {
        padding-top: 1px;
        padding-left: 1px;
    }

input.first_name, input.phone {
    width: 280px;
}

input.last_name {
    width: 310px;
}

input.email_address {
    width: 340px;
}

.microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .bottom_spacer {
    float: left;
    width: 100%; /*background-color:#d7d7d7;*/
    border-bottom: 1px solid #d7d7d7;
    height: 5px; /*margin-top:5px;*/
    margin-bottom: 10px;
}

.microsite div.example {
    float: left;
    margin-left: 10px;
    color: #a5a5a5;
    padding-top: 5px;
}

.microsite #footer .default_width .quick_util {
    background: url("../../refresh/img/background/quick_util_footer.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    position: absolute;
    top: -38px;
    width: 100%;
}

.microsite #content.col1 .request_appointment .middle_content .form_holder .title {
    border-bottom: 1px solid #d7d7d7;
    vertical-align: bottom;
}

    .microsite #content.col1 .request_appointment .middle_content .form_holder .title div h2 {
        font-size: 1.5em;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: normal;
    }

.microsite #recaptcha_widget_div {
    float: left;
}

.microsite .form_input.captcha {
    height: 148px;
}

.microsite .form_label.phone .col2 {
    margin-left: 100px;
}

.microsite .form_input.phone .col2 {
    margin-left: 35px;
}

/*====== DMA MICROSITE ======*/
.dma_microsite #content.col1 .request_appointment {
    width: 563px;
    height: 900px;
    float: left;
}

    .dma_microsite #content.col1 .request_appointment .top_radius {
        background: url(../../refresh/img/umbraco/microsites/form_sprite.png) 0 0 no-repeat;
        width: 563px;
        height: 4px;
        float: left;
        padding: 0;
        margin: 0;
    }

    .dma_microsite #content.col1 .request_appointment .bottom_radius {
        background: url(../../refresh/img/umbraco/microsites/form_sprite.png) -583px 0 no-repeat;
        width: 563px;
        height: 4px;
        float: left;
    }

    .dma_microsite #content.col1 .request_appointment .middle_content {
        float: left;
        width: 563px;
        height: 892px;
    }

        .dma_microsite #content.col1 .request_appointment .middle_content .spacer {
            float: left;
            width: 1px;
            height: 100%;
            background: #d7d7d7;
        }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder {
            float: left;
            width: 561px;
            height: 100%;
            background: url(../../refresh/img/umbraco/microsites/form_bg.png) 0 0 repeat-x;
        }

            .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content {
                float: left;
                padding-left: 30px;
                padding-top: 30px;
                width: 87%;
            }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content strong {
                    font-style: italic;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=text] {
                    background: none;
                    background-color: transparent;
                    border: none;
                    height: 14px;
                    padding-top: 2px;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=radio].first {
                    margin-left: 0;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=radio] {
                    margin-left: 50px;
                    margin-top: 5px;
                    vertical-align: middle;
                    width: 15px;
                    height: 15px;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=checkbox].first {
                    margin-left: 0;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form input[type=checkbox] {
                    margin-left: 10px;
                    width: 15px;
                    height: 15px;
                    margin-top: 5px;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content #request_appointment_form select {
                    background: none;
                    background-color: transparent;
                    border: none;
                    height: 16px;
                    width: 155px;
                    margin-top: 2px;
                }

                .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input, .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_label {
                    float: left;
                    width: 100%;
                }

    .dma_microsite #content.col1 .request_appointment input, .dma_microsite #content.col1 .request_appointment select, .dma_microsite #content.col1 .request_appointment textarea {
        background-color: transparent;
        border: none;
        background: transparent;
    }

    .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_label {
        font-weight: bold;
    }

    .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input {
        margin-bottom: 10px;
    }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input.special {
            width: 283px;
            height: 107px;
            background: url(../../refresh/img/umbraco/get_started/special_requests_bg.png) 0 0 no-repeat;
            margin-top: 5px;
        }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_left {
            float: left;
            width: 5px;
            height: 21px;
            background: url(../../refresh/img/umbraco/get_started/input_left.png) no-repeat 0 0;
        }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_middle {
            float: left;
            height: 21px;
            background: url(../../refresh/img/umbraco/get_started/input_middle.png) repeat-x 0 0;
        }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input .input_right {
            float: left;
            width: 5px;
            height: 21px;
            background: url(../../refresh/img/umbraco/get_started/input_right.png) repeat-x 0 0;
        }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input textarea.special_request {
            width: 99%;
            height: 99%;
            background-color: transparent;
            background: none;
            display: block; /*position:relative;*/
            float: left;
            padding-top: 1px;
            padding-left: 1px;
            border: none;
        }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .form_input input.request_submit {
            background-color: transparent;
            background: url(../../refresh/img/umbraco/get_started/request_submit.png) 0 0 no-repeat;
            width: 168px;
            height: 25px;
            border: none;
            margin-top: 5px;
            cursor: pointer;
            float: left;
        }

    .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .title {
        color: #585758;
        float: left;
        padding-top: 20px;
        margin-left: 30px;
        width: 87%;
        height: 35px;
        border-bottom: 1px solid #d7d7d7;
        vertical-align: bottom;
    }

        .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .title div {
            float: left;
        }

            .dma_microsite #content.col1 .request_appointment .middle_content .form_holder .title div h2 {
                font-size: 1.5em;
                line-height: 25px;
                margin-bottom: 10px;
                color: #677B27;
                font-weight: normal;
                display: inline;
                color: #6d2b80;
            }

.dma_microsite #recaptcha_widget_div {
    float: left;
}

.dma_microsite .form_input.captcha {
    height: 148px;
}

.dma_microsite .form_label.phone .col2 {
    margin-left: 100px;
}

.dma_microsite .form_input.phone .col2 {
    margin-left: 35px;
}

.dma_microsite #content.col1 .request_appointment .middle_content .form_holder .form_content .bottom_spacer {
    float: left;
    width: 100%; /*background-color:#d7d7d7;*/
    border-bottom: 1px solid #d7d7d7;
    height: 5px; /*margin-top:5px;*/
    margin-bottom: 10px;
}

/*=========== MAGAZINE SPECIFIC ===========*/
.detail.magazine a.level_1, .detail.magazine span.level_1 {
    display: none;
}

.detail.magazine.mag_article #side_nav.col1 ul li.current_cat2, .detail.magazine.mag_article #side_nav.col1 ul li.current_cat2 ul li {
    display: block;
}

.magazine #callouts.col3 .callout .callout_bg a img {
    margin-top: 10px;
}

.detail.magazine #feature .callout {
    margin-bottom: 0;
}

.detail.magazine #content h1 {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 2px;
}

/*================= OVERLAY SPECIFIC ==================*/
#overlay {
    width: 100%;
    height: 100%;
    display: none;
    background: url(../../refresh/img/umbraco/gift_cards/overlay_bg.png) repeat top left;
    position: absolute;
    top: 0;
    z-index: 10000;
}

    #overlay .message {
        background: #fff url(../../refresh/img/graphic/logo/header.png) no-repeat 50% 95% !important;
        width: 477px;
        height: 281px;
        left: 50%;
        margin: auto;
        position: absolute;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

        #overlay .message h2 {
            font-size: 1.875em;
        }

        #overlay .message .progress {
            width: 100%;
            left: 0;
            padding-top: 20px;
            height: 73px;
        }

        #overlay .message.progress_wrap > p {
            padding-top: 80px;
        }

        #overlay .message .progress .aligner {
            width: 194px;
            height: 13px;
            margin: auto;
            position: relative;
            padding-top: 28px;
        }

.aligner .bar {
    width: 26px;
    height: 13px;
    margin-right: 2px;
    background: #8e8e90;
    float: left;
}

    .aligner .bar.last {
        margin-right: 0;
    }

    .aligner .bar.active {
        background: #fff;
    }

#overlay .message.add_more .aligner {
    padding-top: 20px;
}

    #overlay .message.add_more .aligner input {
        display: inline;
        margin-right: 10px;
        border: none;
        cursor: pointer;
    }

#overlay .message.add_completed .aligner, #overlay .message.add_first .aligner, #overlay .message.add_continue .aligner {
    padding: 80px 50px 0;
}

    #overlay .message.add_completed .aligner input, #overlay .message.add_first .aligner input, #overlay .message.add_continue .aligner input {
        border: none;
        cursor: pointer;
        display: inline;
        margin-right: 10px;
    }

#overlay .message.error .aligner {
    padding: 20px 50px 0;
}

    #overlay .message.error .aligner input {
        border: none;
        cursor: pointer;
        display: inline;
        margin-right: 10px;
    }

#overlay .message .popup_disclaimer {
    padding: 40px 15px 0;
}

#overlay .message legend {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

/*============ MEDIA CENTER SPECIFIC ============*/
.about_me.media_center #side_nav li.current_cat.display_nav li {
    display: none;
}

    .about_me.media_center #side_nav li.current_cat.display_nav li.current_cat {
        display: block;
    }

.about_me.media_center #page_photo {
    height: 125px;
    overflow: hidden;
}

.media_center .video_thumb_href {
    background: url("../../refresh/img/bg/media_thumb.png") no-repeat scroll 0 0;
}

#video-page_header, #video-page_player, #video-page_description {
    width: 500px;
}

    #video-page_header h2 {
        padding: 8px 0 18px;
    }

#video-page_interact {
    margin: 12px 0 5px;
}

#video-page_embed {
    padding-right: 8px;
    width: 275px;
    display: inline;
}

#video-page_addthis {
    display: inline;
    vertical-align: bottom;
}

#video-page_transcript {
    margin: 10px 0 15px;
    position: relative;
}

#transcript_container {
    padding-right: 10px;
    width: 400px;
    height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
}

#video-page_email {
    margin-bottom: 15px;
}

    #video-page_email a {
        text-decoration: none;
    }

        #video-page_email a img {
            padding-right: 3px;
            text-decoration: none;
        }

        #video-page_email a span {
            text-decoration: underline;
        }

#video-page_description {
    margin-top: 8px;
}

    #video-page_description p {
        line-height: 15px;
    }

.media_center li.video {
    margin: 0;
    padding: 0 0 0 35px;
    display: block;
    background: none;
}

    .media_center li.video.first {
        padding: 0;
        clear: none;
    }

    .media_center li.video.last {
        padding: 0 5px 0 35px;
    }

#video-page_related .jcarousel-container {
    margin-top: 0;
    position: relative;
}

#video-page_related .jcarousel-clip {
    width: 690px;
    overflow: hidden;
}

#video-page_related .jcarousel-prev, .jcarousel-next {
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: -35px;
}

#video-page_related .jcarousel-prev {
    right: 40px;
    background: url(../../refresh/img/btn/arrow_left.png) no-repeat top left;
}

#video-page_related .jcarousel-next {
    right: 5px;
    background: url(../../refresh/img/btn/arrow_right.png) no-repeat top left;
}

* html #video-page_related .jcarousel-prev {
    right: 70px;
}

* html #video-page_related .jcarousel-next {
    right: 35px;
}

* html img.play_button {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../../refresh/img/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) );
}

#video-page_related {
    margin: 65px 0 0;
    padding: 5px 0 0;
    border-top: 1px solid #C8B591;
    position: relative;
}

    #video-page_related h3 {
        color: #000;
        font-size: 1em;
    }

    #video-page_related a.view_all_vids {
        position: absolute;
        left: 137px;
        top: 19px;
    }

/*arthritis CAMPAIGN*/
.arthritis #sub_callouts {
    margin: 0;
}

#feature #featurePresents {
    width: 500px;
    position: relative;
    font-size: 0.9375em;
    color: #3b3b3b;
    clear: both;
    z-index: 100;
    left: 45px;
    top: 60px;
}

.arthritis #feature #page_title {
    font-size: 3em;
    position: relative;
}

    .arthritis #feature #page_title .first, .arthritis #feature #page_title .second, .arthritis #feature #page_title .third {
        position: relative;
    }

    .arthritis #feature #page_title .first {
        top: 0;
        left: 0;
    }

    .arthritis #feature #page_title .second {
        top: -8px;
        left: 35px;
        font-size: 2em;
    }

    .arthritis #feature #page_title .third {
        top: -18px;
        left: 10px;
    }

.arthritis #feature .clear {
    clear: both;
    position: relative;
    border-bottom: 1px solid #c5c6c6;
    width: 650px;
    z-index: 100;
    top: 0;
}

.arthritis .col1 {
    width: 515px;
}

.arthritis #social_icons {
    height: 25px;
    position: static;
}

.arthritis .col1 .social_callout {
    background: #818ba8;
    color: #fff;
    padding: 15px;
}

.arthritis .col1 .content {
    background: #fff;
    margin: 15px 0;
    padding: 20px;
}

    .arthritis .col1 .content h2 {
        font-size: 1.75em;
        line-height: 28px;
    }

    .arthritis .col1 .content p {
        line-height: 18px;
    }

    .arthritis .col1 .content .image_up {
        margin: -47px 0 0 5px;
    }

    .arthritis .col1 .content.middle {
        padding-bottom: 10px;
    }

        .arthritis .col1 .content.middle .col1 {
            width: 224px;
            color: #0d4c7b;
            font-size: 0.875em;
            padding-left: 0;
            position: relative;
            top: 13px;
            margin-right: 25px;
            margin-left: 10px;
        }

    .arthritis .col1 .content a {
        font-style: italic;
    }

        .arthritis .col1 .content a.arrow {
            margin-left: 5px;
            margin-top: 1px;
        }

    .arthritis .col1 .content.middle .col2 {
        width: 158px;
    }

.arthritis .col2 {
    width: 430px;
}

.arthritis .right_callout {
    float: left;
    width: 403px;
    height: 550px;
    background: url(../../refresh/img/umbraco/campaigns/arthritis/callout_handsbg.png) 0 0 no-repeat;
    position: relative;
    margin-left: 35px;
    top: -90px;
    padding-top: 27px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1;
}

    .arthritis .right_callout#arthritis365 {
        text-align: center;
    }

    .arthritis .right_callout p {
        padding-bottom: 15px;
        text-align: center;
    }

    .arthritis .right_callout#arthritis365 p {
        font-size: 0.875em;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .arthritis .right_callout .right_top {
        float: left;
        width: 405px;
        margin-top: 25px;
        padding-bottom: 12px;
        border-bottom: 1px solid #c5c6c6;
    }

    .arthritis .right_callout#arthritis365 .right_top {
        border: none;
        padding-bottom: 0;
    }

    .arthritis .right_callout h2, .arthritis .right_callout h3 {
        font-style: normal;
        padding-bottom: 10px;
    }

    .arthritis .right_callout h2 {
        font-size: 2.0625em;
        line-height: 15px;
        margin-bottom: -4px;
    }

    .arthritis .right_callout#arthritis365 h2 {
        font-size: 1.9375em;
        line-height: normal;
    }

    .arthritis .right_callout h2 .small, .arthritis .right_callout h2 em, .arthritis .right_callout h2 span {
        font-size: 1.25em;
        font-style: normal;
    }

    .arthritis .right_callout h3 {
        border-bottom: 1px solid #b6babd;
        margin-bottom: 10px;
    }

        .arthritis .right_callout h3 .purple, .arthritis .right_callout h3 strong, .arthritis .right_callout h3 span {
            color: #6d2b80;
            font-weight: normal;
        }

    .arthritis .right_callout .right_bottom {
        float: left;
        width: 421px;
        padding: 10px 0;
    }

    .arthritis .right_callout#arthritis365 .right_bottom {
        width: 403px;
    }

    .arthritis .right_callout .right_bottom .col1 {
        padding-left: 0;
    }

    .arthritis .right_callout#arthritis365 .right_bottom .col1 {
        float: none;
    }

    .arthritis .right_callout .right_bottom .col1 h2 {
        color: #6d2b80;
        font-size: 1.25em;
        padding-bottom: 0;
        margin-bottom: -2px;
    }

    .arthritis .right_callout .right_bottom .col2 {
        padding-left: 5px;
        padding-top: 26px;
        width: 172px;
    }

    .arthritis .right_callout#arthritis365 .right_bottom .col2 {
        float: none;
        padding-top: 5px;
        width: auto;
    }

.arthritis .callout_facebook {
    background: #fff;
    left: 95px;
    overflow: hidden;
    position: relative;
    top: -96px;
    width: 331px;
    z-index: 0;
}

    .arthritis .callout_facebook a, .arthritis .callout_facebook a:hover {
        display: block;
        color: #3b5998;
        text-decoration: none;
        font-size: 0.6875em;
        font-weight: normal;
        float: left;
        padding: 20px;
    }

        .arthritis .callout_facebook a span.big {
            font-weight: bold;
            font-size: 0.75em;
        }

        .arthritis .callout_facebook a span.big, .arthritis .callout_facebook a span.small, .arthritis .callout_facebook a img {
            display: block;
            float: left;
        }

        .arthritis .callout_facebook a span.big {
            font-weight: bold;
            font-size: 0.75em;
            padding-top: 6px;
            margin-left: 10px;
        }

        .arthritis .callout_facebook a span.small {
            padding-top: 7px;
            margin-left: 5px;
        }

.arthritis .right_callout .arthritis_link {
    bottom: 25px;
    left: 98px;
    position: absolute;
}

    .arthritis .right_callout .arthritis_link a {
        color: #252525;
    }

.arthritis .callout_landingbottom {
    background: #fff;
    clear: both;
    left: -520px;
    margin: 85px 0 15px;
    padding: 20px;
    position: relative;
    width: 955px;
}

    .arthritis .callout_landingbottom .callout_content {
        float: left;
        width: 270px;
    }

        .arthritis .callout_landingbottom .callout_content h2 {
            font-size: 1.75em;
        }

        .arthritis .callout_landingbottom .callout_content p {
            line-height: 18px;
        }

    .arthritis .callout_landingbottom .landing_bottom_button {
        left: 165px;
        position: relative;
    }

    .arthritis .callout_landingbottom .callout_img {
        float: right;
        margin-top: -70px;
    }

    .arthritis .callout_landingbottom #walk_logo {
        position: absolute;
        right: 440px;
        top: 47px;
    }

/*GIFT CARD THANK YOU SPECIFIC*/
.gift_card.thank_you #feature #page_title strong {
    display: block;
    font-size: 3em;
    font-weight: normal;
}

.gift_card.thank_you .container {
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    clear: both;
    overflow: hidden;
    padding: 7px 20px 20px;
}

.gift_card.thank_you .top_content p {
    max-width: 650px;
}

.gift_card.thank_you #social {
    margin: 20px 0;
}

.gift_card.thank_you #content.col1 {
    float: none;
    width: auto;
}

    .gift_card.thank_you #content.col1 .form_div .middle_content .form_holder {
        height: auto;
        min-height: 250px;
        overflow: hidden;
        padding: 20px 20px 0;
    }

    .gift_card.thank_you #content.col1 .form_div .middle_content .top_content .receiptRecipient {
        list-style: none;
        margin: 0;
        padding: 0 0 20px;
    }

        .gift_card.thank_you #content.col1 .form_div .middle_content .top_content .receiptRecipient ul {
            list-style: none;
            margin: 0;
            padding: 0 0 5px;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content .top_content p, .gift_card.thank_you #content.col1 .form_div .middle_content .top_content .receiptRecipient li {
            font-size: 0.8125rem;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content .top_content .receiptRecipient li {
            font-weight: bold;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content .top_content .receiptRecipient ul li {
            font-weight: normal;
        }

    .gift_card.thank_you #content.col1 .form_div .middle_content .top_content p.gift_card_disclaimer, .gift_card.thank_you #content.col1 .form_div .middle_content .top_content p.gift_card_disclaimer a {
        font-size: 0.625rem;
    }

    .gift_card.thank_you #content.col1 .form_div .middle_content {
        height: auto;
    }

        .gift_card.thank_you #content.col1 .form_div .middle_content .column {
            float: left;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content #order_details.column {
            border-left: 2px dashed #dcdcdc;
            min-height: 315px;
            padding: 20px 0 0 30px;
            width: 290px;
        }

            .gift_card.thank_you #content.col1 .form_div .middle_content #order_details.column .tdDate {
                font-weight: bold;
            }

        .gift_card.thank_you #content.col1 .form_div .middle_content .column.first {
            height: 100%;
            padding-right: 60px;
            padding-top: 20px;
            width: 215px;
        }

            .gift_card.thank_you #content.col1 .form_div .middle_content .column.first p {
                font-size: 0.75rem;
            }

        .gift_card.thank_you #content.col1 .form_div .middle_content .column .container {
            background: #f7f7f7;
            border: 1px solid #d8d8d8;
            border-radius: 5px;
            margin-bottom: 16px;
            padding: 25px 15px 20px;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content .column .container {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content .column #social {
            text-align: center;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content h3 {
            font-size: 1.3125rem;
        }

        .gift_card.thank_you #content.col1 .form_div .middle_content h5 {
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 1rem;
            margin-bottom: 10px;
        }

    .gift_card.thank_you #content.col1 #order_details table {
        margin-bottom: 15px;
        width: 100%;
    }

        .gift_card.thank_you #content.col1 #order_details table .titleTxt td {
            border-bottom: 1px solid #d2d0d0;
            padding: 0 0 4px;
        }

        .gift_card.thank_you #content.col1 #order_details table .total td {
            font-weight: bold;
            padding-top: 8px;
        }

        .gift_card.thank_you #content.col1 #order_details table td.tdRegion {
            padding-right: 15px;
        }

        .gift_card.thank_you #content.col1 #order_details table td.tdQty, .gift_card.thank_you #content.col1 #order_details table td.tdDetails {
            text-align: center;
        }

        .gift_card.thank_you #content.col1 #order_details table td.tdPrice {
            text-align: right;
        }

    .gift_card.thank_you #content.col1 .form_div .middle_content .form_holder h4, .gift_card.thank_you #content.col1 .form_div .middle_content .form_holder h2 {
        clear: both;
        display: block;
        font-size: 2rem;
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .gift_card.thank_you #content.col1 .form_div .middle_content .form_holder h4 {
        margin-bottom: 5px;
    }
/*GIFT CARD - GET GIFT CARD*/
.gift_card.get_card #social_icons {
    display: none;
}

.gift_card.get_card #footer .default_width {
    background: none;
}

.gift_card.get_card img.LoadGiftCardImage {
    margin-bottom: -2px;
    position: relative;
    width: 100%;
}

.gift_card.get_card #content {
    background: #fff;
    overflow: hidden;
    padding: 51px 10px;
}

    .gift_card.get_card #content .col1 p {
        font-size: 1.3125rem;
        line-height: 24px;
    }

    .gift_card.get_card #content img#purple_arrow {
        display: block;
        margin: 0 0 50px 225px;
    }

.gift_card.get_card .col1 {
    margin: 30px;
    max-width: 500px;
}

.gift_card.get_card .col2 {
    border-left: 1px solid #f1f1f1;
    padding: 30px;
    z-index: 100;
}

.gift_card.get_card #feature {
    display: none;
}

.gift_card.get_card .col2 h3 {
    font-size: 1.375em;
}

.gift_card.get_card .col2 span {
    display: block;
    font-size: 2.375em;
    margin-bottom: 10px;
}

.gift_card.get_card img.LoadWidgetGiftCardImage {
    height: 86px;
}

#gift_card_container {
    background: #8e8e90;
    color: #fff;
    font-size: 2.6875em;
    text-align: center;
}

    #gift_card_container span {
        font-size: 2rem;
    }

        #gift_card_container span.LoadGiftCardRecipient:first-letter {
            text-transform: uppercase;
        }

        #gift_card_container span.LoadGiftCardPurchaser {
            border-right: 2px solid #fff;
            margin-right: 16px;
            padding-right: 15px;
        }

        #gift_card_container span#gc_from {
            display: block;
        }

        #gift_card_container span#gc_message {
            font-family: 'venti_vbpultra', Arial, sans-serif;
            text-transform: uppercase;
        }

.gift_card_message {
    line-height: 50px;
    padding: 13px 25px 25px;
}

    .gift_card_message .break {
        display: none;
    }

#opt_in_form {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

    #opt_in_form span {
        line-height: 24px;
    }

    #opt_in_form div {
        float: left;
        margin-right: 25px;
        padding-bottom: 25px;
    }

    #opt_in_form input[type="submit"] {
        background: url(../../refresh/img/button/download_card.png)no-repeat 0 0;
        border: 0px;
        clear: both;
        cursor: pointer;
        display: block;
        height: 60px;
        margin-bottom: 10px;
        width: 346px;
    }

    #opt_in_form label {
        margin-right: 10px;
        vertical-align: top;
    }

    #opt_in_form #zip_input input[type="text"] {
        border: 1px solid #bbb;
        height: 25px;
    }

    #opt_in_form input[type="checkbox"] {
        margin: 0 3px 0 0;
    }

    #opt_in_form input[type="radio"] {
        margin-right: 3px;
    }

    #opt_in_form img {
        display: none;
    }

#opt_in_callouts {
    max-width: 300px;
}

    #opt_in_callouts img {
        display: block;
        float: left;
        margin-right: 15px;
    }

    #opt_in_callouts p {
        margin-top: 5px;
        padding-bottom: 0px;
    }

    #opt_in_callouts a {
        white-space: nowrap;
    }

    #opt_in_callouts .callout {
        border-bottom: 1px solid #f1f1f1;
        overflow: hidden;
        padding: 5px 0;
    }

.thank_you #social a {
    margin-right: 10px;
    text-decoration: none;
}

.thank_you a:after {
    font-family: 'FontAwesome';
    font-size: 1.5em;
}

.thank_you #social a.facebook:after {
    content: '\f09a';
}

.thank_you #social a.twitter:after {
    content: '\f099';
}

.thank_you #social a.youtube:after {
    content: '\f16a';
}

.thank_you #social a.instagram:after {
    content: '\f16d';
}

/*==== EMAIL SIGNUP FORM ====*/
#esignup_form .form_label {
    float: left;
    width: 100%;
    font-weight: bold;
}

#esignup_form .form_input {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

    #esignup_form .form_input .input_left {
        background: url("../../refresh/img/umbraco/get_started/input_left.png") no-repeat scroll 0 0 transparent;
        float: left;
        height: 21px;
        width: 5px;
    }

    #esignup_form .form_input .input_middle {
        background: url("../../refresh/img/umbraco/get_started/input_middle.png") repeat-x scroll 0 0 transparent;
        float: left;
        height: 21px;
    }

    #esignup_form .form_input .input_right {
        background: url("../../refresh/img/umbraco/get_started/input_right.png") repeat-x scroll 0 0 transparent;
        float: left;
        height: 21px;
        width: 5px;
    }

    #esignup_form .form_input .input_middle input[type="text"] {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        height: 14px;
        padding-top: 2px;
        width: 185px;
    }

/*====== FACEBOOK LIKE WIDGET FOOTER ========*/
#footer #fb_become_fan {
    background: url("https://platform.ak.fbcdn.net/www/app_full_proxy.php?app=118850983988&v=1&size=o&cksum=821f5f3f3034464d3eca6f12c642d4c8&src=http%3A%2F%2Fcreation.lavidgeinteractive.com%2Fkelsee%2Fmassage_envy%2Ffacebook_29x29.png") no-repeat scroll 10px 0 transparent;
    padding-left: 43px;
    padding-top: 4px;
    margin-top: 1px;
    height: 29px;
}

/*======== REQUEST APPOINTMENT FORM FIXES =======*/
.rightPadServiceTypes label, .rightPadServiceTypes input[type=checkbox], .rightPadServiceTypes span {
    display: block;
    float: left;
}

.rightPadServiceTypes label {
    padding-top: 5px;
    margin-left: 2px;
}

._service_CranialSacral {
    margin-right: 9px;
}

/* =================================================================== */
/* ===============      LOCAL MEDIA RESOURCE CENTER      ============= */
/* =================================================================== */
#feature_content.logout {
    text-align: right;
}

#feature_content.logout {
    font-size: 1.4375em;
}

    #feature_content.logout a {
        display: block;
        font-size: 0.6875em;
        text-decoration: none;
        margin-right: 3px;
    }

    #feature_content.logout .error_container {
        display: none;
    }

#content .table_login {
    margin: 10px 0 20px;
}

    #content .table_login .input_wrap {
        display: block;
        margin-bottom: 5px;
        padding-left: 0;
    }

    #content .table_login input {
        color: #B2B2B2;
    }

        #content .table_login input.umbGroupButton {
            width: 67px;
            height: 25px;
            border: 0;
            outline: 0;
            cursor: pointer;
            background: url(../../refresh/img/button/login.png) no-repeat 0 0;
        }

#content .logout_control {
    margin: 10px 0 20px;
}

#content .table_login.password {
    margin-top: 2px;
}

    #content .table_login.password input {
        width: 200px;
    }

        #content .table_login.password input.password_submit {
            width: 77px;
            height: 25px;
            border: 0;
            outline: 0;
            cursor: pointer;
            background: url(../../refresh/img/button/submit.png) no-repeat 0 0;
        }

#content p.umbForgotError {
    color: #C00;
}

.agency_registration_form {
    margin: 10px 25px;
}

    .agency_registration_form .field_value, .agency_registration_form .input_wrap, .agency_registration_form .select_wrap, .agency_registration_form .agency_error {
        float: left;
    }

    .agency_registration_form .form_label {
        font-weight: bold;
        clear: both;
        padding: 8px 0 2px;
    }

    .agency_registration_form .submit_button {
        clear: both;
        padding-top: 15px;
    }

    .agency_registration_form .agency_error {
        margin-left: 5px;
    }

    .agency_registration_form .txt_agency_name input {
        width: 250px;
    }

    .agency_registration_form .txt_rep_name input {
        width: 200px;
    }

    .agency_registration_form .txt_email input {
        width: 270px;
    }

    .agency_registration_form .txt_addy input {
        width: 250px;
    }

    .agency_registration_form .txt_city input {
        width: 200px;
    }

    .agency_registration_form .txt_zip input {
        width: 80px;
    }

    .agency_registration_form .txt_phone input {
        width: 100px;
    }

    .agency_registration_form .txt_fax input {
        width: 100px;
    }

    .agency_registration_form .txt_contact input {
        width: 200px;
    }

    .agency_registration_form .txt_contact_phone input {
        width: 100px;
    }

    .agency_registration_form .txt_contact_email input {
        width: 270px;
    }

.agency_reg .form_div .middle_content {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    width: 561px;
    float: left;
    background-image: url(../../refresh/img/umbraco/microsites/form_bg.png);
}

.agency_reg #content.col1 .top_radius {
    background: url(../../refresh/img/umbraco/microsites/form_sprite.png) 0 0 no-repeat;
    width: 563px;
    height: 4px;
    float: left;
    padding: 0;
    margin: 0;
}

.agency_reg #content.col1 .bottom_radius {
    background: url(../../refresh/img/umbraco/microsites/form_sprite.png) -583px 0 no-repeat;
    width: 563px;
    height: 4px;
    float: left;
}

/* =================================================================== */
/* =================          BRANDING PAGE            =============== */
/* =================================================================== */
.branding-page .branding-header #page_photo {
    background-position: 0 0;
    position: relative;
    text-align: center;
}

.branding-page #page_title {
    font-size: 3.75em;
    font-style: normal;
    font-weight: bold;
    margin-top: 75px;
}

.branding-page #content h2 {
    color: #825dc7;
    font-family: 'BorgisPro-Italic';
    font-size: 1.25em;
    line-height: 50px;
}

.branding-bg {
    background: #ffffff;
    padding: 20px;
}

    .branding-bg #content {
        padding: 0;
    }

/* =================================================================== */
/* ===================        CAMPAIGN STYLING       ================= */
/* =================================================================== */
/*======== IDEA GUIDE =======*/
.gift_card.idea_guide #feature {
    margin-bottom: 0;
    padding: 0;
}

.idea_guide #header {
    height: 150px;
}

.idea_guide #body .main {
    display: none;
}

.idea_guide #body .idea_section .main {
    display: block;
}

.idea_guide #body .idea_section .sur {
    background-position: -4210px 0;
    top: -15px;
    height: 15px;
}

.idea_guide #body #idea_slider.idea_section .sur {
    background-position: -3170px 0;
    top: 0;
}

.idea_guide #body .default_width {
    background: none;
}

.idea_guide #body .idea_section, .idea_guide #mainContent .idea_section {
    position: relative;
}

.idea_guide #body #idea_slider {
    background: #fff;
}

.idea_guide #social_icons {
    display: none;
}

.idea_slider {
    position: relative;
    outline: 0;
}

    .idea_slider .carousel-wrap {
        width: 995px;
        height: 452px !important;
    }

        .idea_slider .carousel-wrap ul {
            margin: 0;
        }

        .idea_slider .carousel-wrap li {
            float: left;
            list-style: none;
            width: 995px;
        }

    .idea_slider .carousel-control {
        width: 26px;
        height: 20px;
        position: absolute;
        bottom: 0;
        right: 28px;
        z-index: 100;
        background: url(../img/sprite/idea_guide_nav.png) no-repeat 0 0;
    }

        .idea_slider .carousel-control.next {
            background-position: 0 -60px;
            right: 2px;
        }

    .idea_slider .center-wrap {
        width: 100%;
        background: #a6a6a6;
        height: 20px;
        position: absolute;
        bottom: 0;
        z-index: 100;
    }

        .idea_slider .center-wrap p {
            margin: 7px 70px 0 0;
            float: right;
        }

        .idea_slider .center-wrap a {
            margin: 0 2px;
            width: 8px;
            height: 8px;
            display: block;
            float: left;
            background: url(../img/sprite/idea_guide_nav.png) no-repeat 0 -112px;
        }

            .idea_slider .center-wrap a span {
                display: none;
            }

            .idea_slider .center-wrap a.active {
                background-position: 0 -142px;
            }

    .idea_slider #index_slide h2 {
        font-size: 5.625em;
        padding-top: 100px;
        text-align: center;
    }

    .idea_slider #index_slide ul {
        width: 986px;
        text-align: center;
        position: absolute;
        top: 245px;
        left: 0px;
    }

        .idea_slider #index_slide ul li {
            float: none;
            display: inline;
            line-height: 21px;
            font-size: 1em;
        }

    .idea_slider .carousel-wrap li img {
        width: 100%;
    }

    .idea_slider #index_slide li.last a {
        border: 0;
    }

    .idea_slider #index_slide li a {
        border-right: 1px solid #666;
        line-height: 16px;
        padding: 0 14px;
        font-size: 1.3125em;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
    }

#idea_slider .idea_giftcard {
    position: absolute;
    top: 380px;
    left: 55px;
    z-index: 100;
}

#idea_slider .idea_content {
    float: right;
    margin-right: 50px;
    width: 600px;
}

    #idea_slider .idea_content h1 {
        margin: 20px 0 10px;
        font-size: 2.75em;
    }

        #idea_slider .idea_content h1 sup {
            font-size: 1.25em;
        }

#idea_slider #idea_btn {
    position: absolute;
    top: 365px;
    right: 25px;
}

#gift_card_content #content {
    margin-top: 10px;
}

#gift_card_content #callouts {
    padding-top: 80px;
}

.ie7 .idea_slider {
    overflow: hidden;
}

.ie7 #idea_slider .idea_giftcard {
    display: inline;
}

.ie7 .idea_section {
    float: left;
}

.ie7 .idea_slider {
    padding-bottom: 20px;
}

.ie7 .idea_guide #sub_callouts {
    margin-top: 0;
    padding-top: 0;
}

.ie7 .idea_guide .sub main {
    position: static !important;
}

.ie7 .idea_guide .carousel-wrap {
    z-index: 301;
    overflow: visible !important;
}

.ie7 .idea_guide .carousel-control {
    bottom: -20px;
    z-index: 401;
}

#bodyContentWrapper {
    position: relative;
}

    #bodyContentWrapper h3.more {
        clear: both;
        cursor: pointer;
        display: none;
        padding-right: 40px;
        text-align: right;
    }

.no_border {
    border: none;
}

#hidden_content {
    display: none;
}

/*======== FACIAL CONTEST =======*/
/* home callout */
#home_row_bottom .home_column.facial_contest {
    position: relative;
}

    #home_row_bottom .home_column.facial_contest .home_column_bg {
        overflow: visible;
        width: 140px;
        padding: 10px 1px 5px 17px;
    }

#home_row_bottom .home_column.flipped1.facial_contest .home_column_bg img {
    position: absolute;
    top: 8px;
    right: -14px;
}

/* landing page */
.facial_landing .col1 {
    padding-left: 50px;
}

.facial_landing #featurePresents {
    display: none;
}

.facial_landing .col1 .social_callout {
    width: 436px;
    height: 90px;
    margin: 50px 0 15px;
    position: relative;
    left: -15px;
    background: url(../../refresh/img/umbraco/campaigns/arthritis/arthritis_social_bg.png) 0 0 no-repeat;
}

    .facial_landing .col1 .social_callout h2 {
        padding: 7px 0 0 25px;
        margin: 0;
        font-size: 1.1875em;
        color: #6d2b80;
    }

    .facial_landing .col1 .social_callout #social_icons {
        position: relative;
        top: 0;
        background: none;
    }

        .facial_landing .col1 .social_callout #social_icons .social_icon {
            margin-top: 10px;
        }

.facial_landing .main_content {
    width: 455px;
}

    .facial_landing .main_content h1 {
        margin: 0 0 80px;
        font-size: 2.5em;
        color: #4c2a6d;
        line-height: 38px;
    }

        .facial_landing .main_content h1 sup {
            font-size: 1.25em;
        }

.facial_landing .col1 .main_content p {
    width: 390px;
    padding-bottom: 20px;
    font-size: 1.125em;
    line-height: 25px;
}

    .facial_landing .col1 .main_content p span {
        font-weight: bold;
        color: #4c2a6d;
    }

.facial_landing .main_content h2 {
    margin-bottom: 18px;
    font-size: 1.375em;
    color: #494949;
}

.facial_landing .disclaimer {
    margin: 60px 0 0;
    padding: 20px;
    width: 880px;
    height: 200px;
    border: 1px solid #bebebe;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .facial_landing .disclaimer p {
        font: 11px/16px Tahoma, Geneva, sans-serif;
        color: #4c4c4c;
    }

        .facial_landing .disclaimer p span {
            font-weight: bold;
        }

.facial_landing #sub_callouts {
    margin-top: 20px;
}

/*======== HHFA iPhone text fix. =======*/
#master.arthritis {
    -webkit-text-size-adjust: 100%;
}

/*======== FOOT SCRUB =======*/
.home_column.foot_scrub {
    position: relative;
}

    .home_column.foot_scrub img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

#home_row_bottom .foot_scrub .home_column_bg {
    height: 70px;
    padding: 65px 80px 5px 10px;
}
/*======== DAVID'S BRIDAL =======*/
#master.davids_bridal #body .default_width {
    background: #fff url(../../refresh/img/background/lace.png) repeat-y 0 0;
}

.ie7 #master.davids_bridal #page_photo {
    margin-left: -30px;
}

#master.davids_bridal #page_title {
    color: #6d2b80;
    font-size: 2.3125em;
    width: 560px;
    margin-left: 30px;
}

#master.davids_bridal #you_script {
    margin-left: 210px;
    margin-top: 15px;
}

#master.davids_bridal #photos_strip {
    position: absolute;
    right: 207px;
    top: 47px;
    z-index: 103;
}

#master.davids_bridal #callouts.col3 {
    position: relative;
    z-index: 102;
}

#master.davids_bridal .promo_content_bg, #master.davids_bridal .promo_content_bg_none_found {
    background: url(../../refresh/img/background/purple_bg.png) no-repeat 0 0;
    width: 170px;
    height: 257px;
    padding: 20px 35px 0 35px;
    margin-top: 60px;
}

    #master.davids_bridal .promo_content_bg * {
        color: #fff;
    }

    #master.davids_bridal .promo_content_bg .locations p {
        padding-bottom: 3px;
    }

    #master.davids_bridal .promo_content_bg h3 {
        font-size: 1.4375em;
        padding-bottom: 4px;
    }

    #master.davids_bridal .promo_content_bg .locations {
        margin-bottom: 10px;
    }

        #master.davids_bridal .promo_content_bg .locations .location {
            font-size: 0.6875em;
            height: 15px;
            overflow: hidden;
            padding-bottom: 2px;
        }

        #master.davids_bridal .promo_content_bg .locations .locationName {
            float: left;
            font-size: 0.6875em;
            width: 112px;
        }

        #master.davids_bridal .promo_content_bg .locations .locationDistance {
            float: left;
            width: 45px;
        }

    #master.davids_bridal .promo_content_bg p {
        font-size: 0.6875em;
        line-height: 16px;
    }

    #master.davids_bridal .promo_content_bg > p {
        width: 145px;
        padding-top: 10px;
    }

    #master.davids_bridal .promo_content_bg td a {
        font-size: 0.6875em;
        display: block;
        height: 15px;
        width: 112px;
    }

#master.davids_bridal .promo_content_bg_none_found {
    color: #FFF;
    padding: 20px 35px;
}

    #master.davids_bridal .promo_content_bg_none_found h3 {
        color: #FFF;
    }

    #master.davids_bridal .promo_content_bg_none_found .locations_not_found {
        padding-bottom: 20px;
    }

#master.davids_bridal .home_locator_find_none_found > span {
    display: block;
    padding: 0 0 5px;
}

#master.davids_bridal .home_locator_find_none_found .find_zip {
    padding-left: 4px;
}

#master.davids_bridal a.view_all {
    display: none;
}

#master.davids_bridal .promo_content_bg .input_wrap.find_zip input[type="text"] {
    background: url(../../refresh/img/background/locator_input_bg.png) no-repeat 0 0;
    border: 0 none;
    color: #6d9093;
    float: left;
    font-size: 0.625em;
    height: 15px;
    line-height: 15px;
    margin-left: -6px;
    padding: 0 5px;
    width: 83px;
}

.ie #master.davids_bridal .promo_content_bg .input_wrap.find_zip input[type="text"] {
    height: 17px;
    line-height: 17px;
}

#master.davids_bridal #content {
    margin-top: 230px;
    padding-left: 60px;
}

#master.davids_bridal #intro_text h1 {
    color: #82913c;
    font-size: 2.125em;
}

#master.davids_bridal #intro_text p {
    color: #434343;
    font-size: 0.875em;
    font-style: italic;
    line-height: 23px;
}

#master.davids_bridal #column1 h2, #column2 h2 {
    color: #82913c;
    font-size: 1.75em;
}

#master.davids_bridal #column1 p, #column2 p, #column1 li, #column2 li, #column1 a, #column2 a {
    color: #434343;
    font-size: 0.8125em;
    line-height: 25px;
}

#master.davids_bridal #column1 li, #column2 li {
    list-style: square url(../../refresh/img/background/bullet_green.png);
}

#master.davids_bridal #column1 h3, #master.davids_bridal #column2 h3 {
    color: #82913c;
    font-size: 0.8125em;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-bottom: 4px;
}

#master.davids_bridal #column1, #column2 {
    float: left;
    width: 230px;
}

#master.davids_bridal #column2 {
    margin-left: 70px;
}

#master.davids_bridal #column1 img, #column2 img {
    margin: 10px 0 0 0;
}

#master.davids_bridal .col3 .callout_img *, #master.davids_bridal .col3 .callout_content * {
    text-align: center;
}

#master.davids_bridal .col3 .callout_img {
    margin-top: 30px;
}

#master.davids_bridal .col3 .callout_content h2 {
    color: #6d2b80;
    font-size: 2em;
}

#master.davids_bridal .col3 .callout_content h4 {
    color: #6d2b80;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.9375em;
    margin-bottom: 10px;
}

#master.davids_bridal .col3 .callout_content h3 {
    color: #434343;
    font-size: 0.75em;
    font-family: Tahoma, Geneva, sans-serif;
    font-style: italic;
    margin-top: -10px;
}

#master.davids_bridal .col3 .callout_content a img {
    border: none;
}

#master.davids_bridal .col3 .callout_content img {
    border-bottom: 1px #e1dee9 solid;
}

#master.davids_bridal #body .sub.main {
    background: url(../../refresh/img/sprite/body.png) no-repeat -5262px 0;
}

#master.davids_bridal #sub_callouts {
    border: 0;
    margin-top: 20px;
}

/*======== SIRIUS =======*/
#master.sirius #feature {
    height: 603px;
}

#master.sirius #page_title, #master.sirius_thanks #page_title {
    color: #52357f;
    font-size: 3.25em;
    line-height: 70px;
    padding-left: 70px;
}

#master.sirius_thanks #page_title {
    font-size: 3.75em;
    padding-top: 90px;
    padding-left: 40px;
}

    #master.sirius #page_title strong, #master.sirius_thanks #page_title strong {
        display: block;
        font-size: 5.625em;
        font-weight: normal;
        margin-left: -15px;
    }

.ie7 #master.sirius #page_title strong, .ie8 #master.sirius #page_title strong {
    font-size: 5em;
}

#master.sirius_thanks #page_title strong {
    font-size: 6em;
}

#master.sirius #content.col2 {
    margin: 25px 0 0 55px;
    width: 510px;
}

    #master.sirius #content.col2 p, #master.sirius #content.col2 li {
        font-size: 0.75em;
        line-height: 21px;
    }

#master.sirius h1 {
    color: #6d2b80;
    font-size: 2.25em;
    line-height: 38px;
    padding-bottom: 10px;
}

#master.sirius h2 {
    color: #6d2b80;
    font-size: 1.375em;
}

#master.sirius #callouts.col3 {
    width: 373px;
}

#master.sirius #content.col2 .callout {
    margin-bottom: 0;
    overflow: hidden;
    padding-top: 60px;
}

#master.sirius #content.col2 .callout_img {
    float: left;
    width: 200px;
}

#master.sirius #content.col2 .callout_content {
    float: left;
    width: 270px;
}

#entry_form {
    background: #52357f;
    border: 5px solid #f9f9fc;
    border-radius: 5px;
    padding: 25px 25px 20px 30px;
}

.ie7 #entry_form {
    position: relative;
    width: 308px;
}

#master.sirius #entry_form {
    margin-top: -287px;
}

#entry_form fieldset {
    border-bottom: 1px solid #735b97;
    clear: both;
    margin: 0 0 15px;
    padding: 10px 0 20px;
}

    #entry_form fieldset:nth-of-type(2) {
        border: none;
        margin-bottom: 0;
    }

#entry_form h4.contourPageName {
    color: #fff;
    font-size: 2.9375em;
    line-height: 52px;
}

#entry_form .contourField.zipcode, #entry_form .contourField.gender {
    float: left;
}

#entry_form .contourField.gender {
    padding-left: 40px;
}

#entry_form .fieldLabel {
    color: #fff;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
}

#entry_form input[type="text"] {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    color: #b4b4b4;
    font-size: 0.875em;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    width: 277px;
}

#entry_form .contourField.zipcode input[type="text"] {
    width: 75px;
}

#entry_form .contourField.radiobuttonlist .radiobuttonlist br {
    display: none;
}

#entry_form .contourField.radiobuttonlist .radiobuttonlist label {
    color: #b4b4b4;
    font-size: 0.875em;
    padding: 0 20px 0 5px;
}

#entry_form .contourNavigation {
    padding-bottom: 5px;
}

#entry_form input[type="submit"].contourSubmit {
    background: url(../../refresh/img/button/entryform_submit.png) no-repeat 0 0;
    border: none;
    color: #512e74;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3125em;
    font-style: italic;
    height: 47px;
    text-align: left;
    text-indent: 35px;
    width: 180px;
}

#entry_form .required {
    color: #b4b4b4;
}

#entry_form .contourField.checkbox {
    position: relative;
}

    #entry_form .contourField.checkbox label {
        color: #b4b4b4;
        font-size: 0.6875em;
        font-weight: normal;
        padding-left: 20px;
    }

        #entry_form .contourField.checkbox label a {
            color: #b4b4b4;
        }

    #entry_form .contourField.checkbox .checkbox {
        left: 0;
        position: absolute;
        top: 0;
    }

#master.sirius_thanks #feature_content {
    margin-top: 55px;
    width: 515px;
}

    #master.sirius_thanks #feature_content p {
        color: #9bb551;
        font-size: 1.5em;
        line-height: 28px;
        padding-left: 10px;
    }

#master.sirius_thanks #callouts.col2 {
    margin: 60px 10px 0 0;
}

#content.col2 table.checkmark td {
    width: 220px;
}

    #content.col2 table.checkmark td:first-child {
        width: 295px;
    }

#content.col2 table.checkmark ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content.col2 table.checkmark li {
    background: url(../../refresh/img/graphic/home_promo_checkmark.png) no-repeat 0 5px;
    padding-left: 20px;
}

#content.col2 table.checkmark sup {
    line-height: 10px;
}

#callouts ul.checkmark {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #callouts ul.checkmark li {
        padding: 0 0 8px 20px;
    }

        #callouts ul.checkmark li:before {
            content: '\f00c';
            font-family: 'FontAwesome';
            margin-left: -21px;
            padding-right: 8px;
        }

    #callouts ul.checkmark sup {
        line-height: 10px;
    }

/*======== DAY SPA =======*/
#master.spa_main #page_title h1 {
    font-size: 3em;
}

#master.spa_main #content {
    margin: 0;
    width: 675px;
}

#master.spa_main .intro {
    border-right: 1px solid #dcdcdc;
    float: left;
    padding-right: 30px;
    width: 285px;
}

    #master.spa_main .intro p {
        font-size: 1.375em;
        line-height: 24px;
        padding-bottom: 0;
    }

#master.spa_main .home_price_box {
    float: right;
    text-align: right;
    width: 325px;
}

#master.spa_main .promo_content_bg, #master.spa_main .promo_content_bg_none_found {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
}

    #master.spa_main .promo_content_bg .locations p {
        padding-bottom: 3px;
    }

    #master.spa_main .promo_content_bg h3 {
        font-size: 1.4375em;
        padding-bottom: 4px;
    }

    #master.spa_main .promo_content_bg .locations .location {
        height: 15px;
        overflow: hidden;
        padding-bottom: 2px;
    }

    #master.spa_main .promo_content_bg .locations .locationName {
        float: left;
        width: 160px;
    }

    #master.spa_main .promo_content_bg .locations .locationDistance {
        float: left;
        width: 45px;
    }

    #master.spa_main .promo_content_bg p {
        line-height: 16px;
    }

    #master.spa_main .promo_content_bg > p {
        padding-top: 10px;
        width: 145px;
    }

#master.spa_main a.view_all {
    display: none;
}

#master.spa_main .promo_content_bg .input_wrap.find_zip input[type="text"] {
    float: left;
    line-height: 15px;
    padding: 0 15px 0 5px;
}

.ie #master.spa_main .promo_content_bg .input_wrap.find_zip input[type="text"] {
    height: 17px;
    line-height: 17px;
}

#master.spa_main .promo_content_bg .home_locator_find {
    width: 122px;
}

#master.spa_main #callouts .promo_content_bg_none_found {
    color: #FFF;
    padding: 20px 35px;
}

    #master.spa_main #callouts .promo_content_bg_none_found h3 {
        color: #FFF;
    }

    #master.spa_main #callouts .promo_content_bg_none_found .locations_not_found {
        padding-bottom: 20px;
    }

#master.spa_main #callouts .home_locator_find_none_found > span {
    display: block;
    padding: 0 0 5px;
}

#master.spa_main #callouts .home_locator_find_none_found .find_zip {
    padding-left: 4px;
}

#content_parts {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    clear: both;
    margin-top: 35px;
}

#content_parts {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    #content_parts .part {
        border-top: 1px solid #dcdcdc;
        padding: 20px 20px 10px;
        position: relative;
    }

        #content_parts .part:first-child {
            border: none;
        }

    #content_parts .image {
        float: left;
        width: 235px;
    }

    #content_parts .content {
    }

    #content_parts h2 {
        font-size: 1.75em;
        padding-bottom: 5px;
    }

    #content_parts .part_video {
        overflow: hidden;
    }

        #content_parts .part_video .video {
            float: left;
            padding: 0 8px 15px 0;
            width: 192px;
        }

        #content_parts .part_video .text {
            float: left;
            width: 164px;
        }

    #content_parts a.arrow {
        text-decoration: none;
    }

        #content_parts a.arrow:after {
            content: '\f04b';
            font-family: 'FontAwesome';
            font-size: 0.5em;
            padding-left: 8px;
            vertical-align: 1px;
        }

/*======== 404 Page =======*/
.category.page.fourohfour #logo {
    margin-bottom: 32px;
}

.category.page.fourohfour #content {
    background-color: #fff;
    clear: left;
    min-height: 291px;
    padding: 73px 577px 0 37px;
    position: relative;
}

.category.page.fourohfour #content {
}

    .category.page.fourohfour #content h1 {
        color: #6359a7;
        font-size: 4.375em;
        margin: 0;
    }

    .category.page.fourohfour #content p {
        font-size: 1.125em;
        font-weight: bold;
        line-height: 19px;
        padding-bottom: 23px;
    }

.category.page.fourohfour #groupphoto {
    bottom: 0;
    position: absolute;
    right: -30px;
}

.category.page.fourohfour .button {
    font-size: 1.125em;
}

/*======== FAQ Page =======*/
#master.faqs #page_title h1 {
    font-size: 6.125em;
}

#faq_nav {
    padding-bottom: 15px;
}

    #faq_nav .column {
        float: left;
        padding-right: 12px;
        width: 175px;
    }

    #faq_nav ul {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    #faq_nav li {
        padding: 0 20px 10px;
    }

        #faq_nav li:before {
            content: '\f04b';
            font-family: 'FontAwesome';
            font-size: 0.5em;
            margin-left: -12px;
            padding-right: 5px;
            vertical-align: 2px;
        }

#faq_list .faq_section {
    padding-bottom: 60px;
}

#faq_list h2 {
    font-size: 2.0625em;
    padding-bottom: 12px;
}

#faq_list .faq {
    padding-bottom: 5px;
}

#faq_list .question {
    background: #ececec;
    cursor: pointer;
    font-size: 1.1875em;
    margin: 0;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
}

    #faq_list .question:hover {
        background-color: transparent;
    }

    #faq_list .question:after {
        color: #c5c1bd;
        content: '\f067';
        float: right;
        font-family: 'FontAwesome';
    }

#faq_list .open .question:after {
    content: '\f068';
}

#faq_list .answer {
    display: none;
    font-size: 0.8125em;
    padding: 0 50px 5px 20px;
}

    #faq_list .answer p, #faq_list .answer a {
        font-size: 0.8125em;
    }

#master.faqs #sub_callouts {
    margin-top: 10px;
}

/*======== Disclaimers Page =======*/
#master.disclaimers #content h2 {
    font-size: 1.125em;
}

#master.disclaimers #content p {
    font-size: 0.75em;
}

#master.disclaimers #callouts h3 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

#master.disclaimers #callouts p {
    border-bottom: 1px solid #d7d7d7;
    line-height: 13px;
    overflow: hidden;
    padding: 8px 0 0 0;
}

#master.disclaimers #callouts img {
    margin-right: 5px;
}


nav#me-nav {
    background: white;
    z-index: 9999;
}

nav.title-bar {
    z-index: 9999;
}
