/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
p,
pre {
    margin: 1em 0
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:before,
q:after {
    content: '';
    content: none
}
small {
    font-size: 75%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
dl,
menu,
ol,
ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}
b,
strong,
.strong {
    font-weight: bold
}
dfn,
em,
.em {
    font-style: italic
}
small,
.small {
    font-size: 75%
}
ul,
ol {
    padding: 0;
    list-style-type: none
}
dd {
    margin: 0
}
.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none
}
.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}
.alert-help {
    border-color: #e8dc59;
    background: #ebe16f
}
.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8
}
.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4
}
.alert-success {
    border-color: #deeaae;
    background: #e6efc2
}
.button,
.button:visited {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #76375c;
    border-top-color: #8b416d;
    border-left-color: #8b416d;
    padding: 4px 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    border-radius: 4px;
    background-color: #924472;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a34c80), to(#924472));
    background-image: -webkit-linear-gradient(top, #a34c80, #924472);
    background-image: -moz-linear-gradient(top, #a34c80, #924472);
    background-image: -o-linear-gradient(top, #a34c80, #924472);
    background-image: linear-gradient(to bottom, #a34c80, #924472)
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
    color: #fff;
    border: 1px solid #76375c;
    border-top-color: #5d2c49;
    border-left-color: #5d2c49;
    background-color: #803c65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#924472), to(#803c65));
    background-image: -webkit-linear-gradient(top, #924472, #803c65);
    background-image: -moz-linear-gradient(top, #924472, #803c65);
    background-image: -o-linear-gradient(top, #924472, #803c65);
    background-image: linear-gradient(to bottom, #924472, #803c65)
}
.button:active,
.button:visited:active {
    background-color: #a34c80;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#924472), to(#a34c80));
    background-image: -webkit-linear-gradient(top, #924472, #a34c80);
    background-image: -moz-linear-gradient(top, #924472, #a34c80);
    background-image: -o-linear-gradient(top, #924472, #a34c80);
    background-image: linear-gradient(to bottom, #924472, #a34c80)
}
.blue-button,
.blue-button:visited {
    border-color: #1472ad;
    text-shadow: 0 1px 1px #1472ad;
    background-color: #1681c4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
    background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
    background-image: -moz-linear-gradient(top, #1990db, #1681c4);
    background-image: -o-linear-gradient(top, #1990db, #1681c4);
    background-image: linear-gradient(to bottom, #1990db, #1681c4);
    box-shadow: inset 0 0 3px #59b3ec
}
.blue-button:hover,
.blue-button:focus,
.blue-button:visited:hover,
.blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad)
}
.blue-button:active,
.blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db)
}
.purple-button,
.purple-button:visited {
    border-color: #2b143e;
    text-shadow: 0 1px 1px #2b143e;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    text-align: center;
    margin-top: 20px;
    background-color: #381a52;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#452065), to(#381a52));
    background-image: -webkit-linear-gradient(top, #452065, #381a52);
    background-image: -moz-linear-gradient(top, #452065, #381a52);
    background-image: -o-linear-gradient(top, #452065, #381a52);
    background-image: linear-gradient(to bottom, #452065, #381a52)
}
.purple-button:hover,
.purple-button:focus,
.purple-button:visited:hover,
.purple-button:visited:focus {
    border-color: #1d0e2b;
    color: #cabdb0;
    background-color: #2b143e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a1b56), to(#2b143e));
    background-image: -webkit-linear-gradient(top, #3a1b56, #2b143e);
    background-image: -moz-linear-gradient(top, #3a1b56, #2b143e);
    background-image: -o-linear-gradient(top, #3a1b56, #2b143e);
    background-image: linear-gradient(to bottom, #3a1b56, #2b143e)
}
.purple-button:active,
.purple-button:visited:active {
    background-color: #452065;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#381a52), to(#452065));
    background-image: -webkit-linear-gradient(top, #381a52, #452065);
    background-image: -moz-linear-gradient(top, #381a52, #452065);
    background-image: -o-linear-gradient(top, #381a52, #452065);
    background-image: linear-gradient(to bottom, #381a52, #452065)
}
.light-purple-button,
.light-purple-button:visited {
    border-color: #803c65;
    text-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    text-align: center;
    margin-top: 20px;
    background-color: #924472;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a34c80), to(#924472));
    background-image: -webkit-linear-gradient(top, #a34c80, #924472);
    background-image: -moz-linear-gradient(top, #a34c80, #924472);
    background-image: -o-linear-gradient(top, #a34c80, #924472);
    background-image: linear-gradient(to bottom, #a34c80, #924472)
}
.light-purple-button:hover,
.light-purple-button:focus,
.light-purple-button:visited:hover,
.light-purple-button:visited:focus {
    border-color: #6f3457;
    color: #cabdb0;
    background-color: #803c65;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#954675), to(#803c65));
    background-image: -webkit-linear-gradient(top, #954675, #803c65);
    background-image: -moz-linear-gradient(top, #954675, #803c65);
    background-image: -o-linear-gradient(top, #954675, #803c65);
    background-image: linear-gradient(to bottom, #954675, #803c65)
}
.light-purple-button:active,
.light-purple-button:visited:active {
    background-color: #a34c80;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#924472), to(#a34c80));
    background-image: -webkit-linear-gradient(top, #924472, #a34c80);
    background-image: -moz-linear-gradient(top, #924472, #a34c80);
    background-image: -o-linear-gradient(top, #924472, #a34c80);
    background-image: linear-gradient(to bottom, #924472, #a34c80)
}
.home-link-button,
.home-link-button:visited {
    border-color: #d0c5b7;
    color: #3c3c3b;
    text-shadow: none;
    border-radius: 0px;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    margin-top: 10px;
    background-color: #d6cbc0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0d8cf), to(#d6cbc0));
    background-image: -webkit-linear-gradient(top, #e0d8cf, #d6cbc0);
    background-image: -moz-linear-gradient(top, #e0d8cf, #d6cbc0);
    background-image: -o-linear-gradient(top, #e0d8cf, #d6cbc0);
    background-image: linear-gradient(to bottom, #e0d8cf, #d6cbc0)
}
.home-link-button:hover,
.home-link-button:focus,
.home-link-button:visited:hover,
.home-link-button:visited:focus {
    border-color: #bca999;
    color: #f8f7f5;
    background-color: #b4a292;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c1b2a4), to(#b4a292));
    background-image: -webkit-linear-gradient(top, #c1b2a4, #b4a292);
    background-image: -moz-linear-gradient(top, #c1b2a4, #b4a292);
    background-image: -o-linear-gradient(top, #c1b2a4, #b4a292);
    background-image: linear-gradient(to bottom, #c1b2a4, #b4a292)
}
.home-link-button:active,
.home-link-button:visited:active {
    background-color: #c9bcb0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bfafa1), to(#c9bcb0));
    background-image: -webkit-linear-gradient(top, #bfafa1, #c9bcb0);
    background-image: -moz-linear-gradient(top, #bfafa1, #c9bcb0);
    background-image: -o-linear-gradient(top, #bfafa1, #c9bcb0);
    background-image: linear-gradient(to bottom, #bfafa1, #c9bcb0)
}
.read-more-button,
.read-more-button:visited {
    border-color: #cdbeb1;
    color: #3c3c3b;
    font-weight: 100;
    text-shadow: none;
    border-radius: 0px;
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    margin-top: 10px;
    background-color: #d7cbc0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1d8d0), to(#d7cbc0));
    background-image: -webkit-linear-gradient(top, #e1d8d0, #d7cbc0);
    background-image: -moz-linear-gradient(top, #e1d8d0, #d7cbc0);
    background-image: -o-linear-gradient(top, #e1d8d0, #d7cbc0);
    background-image: linear-gradient(to bottom, #e1d8d0, #d7cbc0)
}
.read-more-button:hover,
.read-more-button:focus,
.read-more-button:visited:hover,
.read-more-button:visited:focus {
    border-color: #c3b1a1;
    color: #f8f7f5;
    background-color: #cdbeb1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9cec4), to(#cdbeb1));
    background-image: -webkit-linear-gradient(top, #d9cec4, #cdbeb1);
    background-image: -moz-linear-gradient(top, #d9cec4, #cdbeb1);
    background-image: -o-linear-gradient(top, #d9cec4, #cdbeb1);
    background-image: linear-gradient(to bottom, #d9cec4, #cdbeb1)
}
.read-more-button:active,
.read-more-button:visited:active {
    background-color: #e1d8d0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d7cbc0), to(#e1d8d0));
    background-image: -webkit-linear-gradient(top, #d7cbc0, #e1d8d0);
    background-image: -moz-linear-gradient(top, #d7cbc0, #e1d8d0);
    background-image: -o-linear-gradient(top, #d7cbc0, #e1d8d0);
    background-image: linear-gradient(to bottom, #d7cbc0, #e1d8d0)
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #565656;
    background-color: #ffffff
}
.clear-the-float {
    clear: both;
    margin: 0;
    padding: 0
}
.error {
    background-color: red
}
.arial {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}
ul li {
    list-style-type: disc;
    margin: 0 0 0 2em;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    color: #3c3c3b
}
td {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    color: #3c3c3b
}
#colorbox-confirmation {
    display: none
}
#individual-page-header {
    background-color: #f1ede9
}
#individual-page-header h1 {
    font-size: 30px;
    font-weight: 300;
    color: #a34d81;
    font-family: 'Muli', sans-serif;
    text-align: left;
    margin: 0.3em 0 0.3em 0.5em
}
.doctors-landing-page {
    font-weight: 400;
    font-family: 'Muli', sans-serif
}
.doctors-landing-page .dr-posted {
    color: #a34c80
}
.doctors-landing-page p {
    font-size: 14px
}
.doctors-landing-page span.accreditation {
    font-size: 12px
}
.doctors-landing-page h3 {
    color: #452065
}
.doctors-landing-page h2 {
    color: #452065
}
.doctors-landing-page hr {
    background-color: #d7cec4;
    height: 2px;
    border: 0;
    box-shadow: none
}
.single-doctors-blog {
    font-weight: 400;
    font-family: 'Muli', sans-serif
}
.single-doctors-blog .dr-posted {
    color: #a34c80
}
.single-doctors-blog p {
    font-size: 14px
}
.single-doctors-blog h3 {
    color: #452065
}
.single-doctors-blog h2 {
    color: #452065
}
.single-doctors-blog span.accreditation {
    font-size: 12px
}
#sidebar-form-newsletter-subscribe {
    margin: 10px 0 30px 0;
    background-color: #e7e3ef;
    padding: 0 10px 5px 10px
}
#sidebar-form-newsletter-subscribe h3 {
    font-size: 18px;
    color: #a34c80;
    margin: 0
}
#sidebar-form-newsletter-subscribe ul {
    margin: 0
}
#sidebar-form-newsletter-subscribe ul li {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}
#sidebar-form-newsletter-subscribe #gform_wrapper_4 .gform_description {
    font-size: 20px;
    color: #452065
}
#doctor_blog-filter-section,
#media-filter-section {
    height: 50px;
    background-color: #f1eeea;
    margin-top: 10px
}
#doctor_blog-filter-section form select,
#media-filter-section form select {
    display: inline-block;
    border: none;
    font-size: 13px;
    background-color: #ffffff;
    color: #70706f;
    height: 28px;
    width: 150px;
    margin-top: 10px;
    padding-left: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}
#doctor_blog-filter-section form label,
#media-filter-section form label {
    position: relative;
    display: inline-block
}
#doctor_blog-filter-section form div,
#media-filter-section form div {
    display: inline-block
}
#doctor_blog-filter-section form .notIE label:after,
#media-filter-section form .notIE label:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 3px;
    background: url(../images/nav-arrow.gif) no-repeat right center #fff;
    pointer-events: none
}
#doctors-list {
    display: none
}
form.find-a-clinic-form {
    padding: 1em;
    background-color: #77375d;
    margin: 0;
    width: 100%
}
form.find-a-clinic-form select {
    border: none;
    font-size: 13px;
    background-color: #ffffff;
    color: #70706f;
    height: 28px;
    width: 50%;
    margin: 0;
    padding-left: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle
}
form.find-a-clinic-form div {
    display: inline-block
}
form.find-a-clinic-form input[type=text] {
    height: 28px;
    width: 20%;
    vertical-align: middle;
    font-size: 13px
}
form.find-a-clinic-form input[type=submit] {
    height: 28px;
    width: 25%;
    background-color: #ded5cd;
    text-align: center;
    color: #452065;
    font-size: 13px;
    border: none;
    font-family: 'Muli', sans-serif;
    padding: 0
}
form.find-a-clinic-form .notIE label:after {
    display: none
}
#home-find_a_clinic,
#sidebar-block-find_a_clinic {
    width: 100%;
    background-color: #a34c80;
    padding: 1em 0 1em 0
}
#home-find_a_clinic h2,
#sidebar-block-find_a_clinic h2 {
    font-family: 'Muli', sans-serif;
    font-size: 26.56px;
    font-weight: 300;
    color: #f1eeea;
    padding: 0;
    margin: 0;
    text-align: left
}
#home-links {
    width: 100%;
    text-align: left;
    position: relative
}
#home-links div.home-link-container {
    width: 100%;
    border-bottom: 1px solid #d4c9bf;
    position: relative
}
#home-links div.home-link-container h2 {
    font-family: 'Muli', sans-serif;
    font-size: 29px;
    font-weight: 300;
    color: #452065;
    margin: 0;
    line-height: 60px;
    text-align: left
}
#home-links div.home-link-container:last-child {
    border-bottom: none
}
#home-links div.home-link-container .home-link-button {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 26px;
    height: 26px;
    background: url(../images/home_link_btn_mobile_bg.gif) no-repeat;
    border: none
}
#home-links div.home-link-container .home-link-button span {
    display: none
}
.lyl_accordion h6 {
    color: #a34c80;
    font-size: 18px;
    cursor: pointer;
    margin: 0 0 10px 0;
    line-height: 27px
}
.lyl_accordion h6 span {
    float: right;
    color: #878787;
    font-size: 12px;
    line-height: 27px
}
.lyl_accordion h6 span img {
    vertical-align: middle
}
.lyl_accordion hr {
    background-color: #d7cec5;
    height: 2px;
    border: 0;
    box-shadow: none
}
#results-find_a_clinic {
    background-color: #a34c80
}
#results-find_a_clinic h2 {
    font-family: 'Muli', sans-serif;
    font-size: 26.56px;
    font-weight: 300;
    color: #f1eeea;
    line-height: 26.56px;
    padding: 0;
    margin: 10px 0 10px 0;
    float: left
}
#results-find_a_clinic p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26.56px;
    color: #ffffff;
    margin: 10px 0 0 0;
    padding: 0;
    float: right
}
.clinic-premium-indiv-result,
.clinic-indiv-result {
    margin: 0 0 10px 0
}
.clinic-premium-indiv-result img,
.clinic-indiv-result img {
    margin: 10px
}
.clinic-premium-indiv-result img.clinic-logo-image,
.clinic-indiv-result img.clinic-logo-image {
    width: 93.75px;
    height: 93.75px
}
.clinic-premium-indiv-result h3,
.clinic-indiv-result h3 {
    font-size: 24px;
    color: #452065;
    margin: 5px 0 0 0;
    font-family: 'Muli', sans-serif
}
.clinic-premium-indiv-result h4,
.clinic-indiv-result h4 {
    font-size: 15px;
    color: #a34c80;
    margin-bottom: 5px;
    font-weight: 300
}
.clinic-premium-indiv-result p,
.clinic-indiv-result p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0
}
.clinic-premium-indiv-result a,
.clinic-indiv-result a {
    font-size: 13px
}
.clinic-premium-indiv-result .purple-border,
.clinic-indiv-result .purple-border {
    background: url(../images/clinics_bg_divider.gif) no-repeat left center;
    min-height: 140px;
    padding: 0 0 0 20px
}
.clinic-premium-indiv-result .purple-border p,
.clinic-indiv-result .purple-border p {
    line-height: 15px;
    margin-bottom: 10px
}
.clinic-premium-indiv-result .purple-border h4,
.clinic-indiv-result .purple-border h4 {
    text-align: left
}
.clinic-premium-indiv-result .myer_one img,
.clinic-indiv-result .myer_one img {
    margin-top: 0
}
.clinic-premium-indiv-result div.left,
.clinic-indiv-result div.left {
    width: 40%;
    float: left
}
.clinic-premium-indiv-result div.right,
.clinic-indiv-result div.right {
    width: 60%;
    margin-left: 40%
}
.clinic-premium-indiv-result {
    background-color: #f2eeea
}
.clinic-indiv-result {
    border-bottom: 1px solid #cabdb0
}
.treatments-single-page p {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 400
}
.treatments-single-page #treatments-tab-nav {
    background-color: #f1ede9;
    margin: 0;
    padding: 0;
    height: 50px
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul {
    padding: 0;
    margin: 0;
    position: relative
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 50%
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li a {
    text-decoration: none;
    height: 50px;
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #1d1d1b;
    line-height: 50px;
    font-size: 14px
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.current-treatment-page {
    background-color: #ffffff
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.current-treatment-page h1 {
    font-size: 14px;
    color: #a34c80;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: left
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.more-treatments-dropdown a {
    color: #1d1d1b;
    vertical-align: center
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.more-treatments-dropdown a img {
    vertical-align: middle
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.more-treatments-dropdown ul.treatments-sub-menu {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    margin: 0;
    padding: 0;
    z-index: 10000
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.more-treatments-dropdown ul.treatments-sub-menu li {
    width: 100%
}
.treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.treatment-tab-white {
    background-color: #ffffff
}
#under-header-squeeze {
    height: 6px;
    display: block;
    background: url(../images/squeeze_border.gif) repeat-x
}
.single-offers_squeeze .header img {
    width: 100%
}
.single-offers_squeeze .header img.myer-one-squeeze-image {
    display: none
}
.single-offers_squeeze #content {
    margin: 0
}
.lyl-offers-section ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px
}
.lyl-offers-section p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}
.lyl-offers-section div.offers-article-thumb {
    width: 30%;
    float: left
}
.lyl-offers-section div.offers-article-thumb img {
    width: 83.5px;
    height: 113.5px
}
.lyl-offers-section div.offers-article-extract {
    width: 70%;
    margin-left: 30%
}
.lyl-offers-section div.offers-article-extract .purple-button {
    font-size: 12px;
    margin: 0;
    padding: 10px 0 10px 0;
    width: 100%
}
.lyl-offers-section span.currently-viewing {
    color: #a34c80
}
.lyl-offers-section div.offer-article {
    border-bottom: 2px solid #d7cec5;
    margin-top: 20px
}
.lyl-offers-section div.offer-article img {
    float: left;
    margin-right: 20px
}
.lyl-offers-section div.offer-article h2 {
    margin: 0;
    padding: 0
}
.lyl-offers-section div.offer-article:last-child {
    border-bottom: none
}
.lyl-offers-section #offer-feature-image {
    margin-top: 30px
}
.lyl-offers-section .lyl-offers-sidebar h2 {
    font-size: 30px;
    color: #452065
}
.lyl-offers-section .lyl-offers-sidebar span.brief-description {
    font-size: 20px;
    color: #a34c80
}
.lyl-offers-section .lyl-offers-sidebar span.offers-save-and-valued {
    font-size: 30px;
    color: #452065;
    font-family: 'Muli', sans-serif;
    font-weight: 300
}
.lyl-offers-section .lyl-offers-sidebar table {
    width: 100%;
    border-bottom: 1px solid #74588c
}
.lyl-offers-section .lyl-offers-sidebar table tr td {
    font-size: 14px;
    text-align: center;
    width: 10%
}
.lyl-offers-section .lyl-offers-sidebar table tr td:nth-child(odd) {
    width: 45%
}
#offers-filter-section {
    height: 50px;
    background-color: #f1eeea;
    margin-top: 10px
}
#offers-filter-section form select {
    display: inline-block;
    border: none;
    font-size: 13px;
    background-color: #ffffff;
    color: #70706f;
    height: 28px;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}
#offers-filter-section form label {
    position: relative;
    display: inline-block
}
#offers-filter-section form div {
    display: inline-block
}
#offers-filter-section form .notIE label:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 3px;
    background: url(../images/nav-arrow.gif) no-repeat right center #fff;
    pointer-events: none
}
#treatment-packages-and-offers {
    background: #452065;
    position: relative;
    width: 100%
}
#treatment-packages-and-offers h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    color: #cabdb0;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center
}
#treatment-packages-and-offers h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center
}
#treatment-packages-and-offers p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left
}
#treatment-packages-and-offers img {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    width: 113.56px;
    height: 104.72px
}
#treatment-packages-and-offers a.home_offers_btn {
    display: block;
    font-size: 16px;
    color: #c290b1;
    text-decoration: none;
    font-family: 'Muli', sans-serif
}
#home-before_and_after {
    width: 100%
}
#dropin-sidebar-banda-images {
    margin: 10px 0 10px 0;
    background-color: #f1eee9;
    padding: 5px 15px 5px 15px;
    display: block
}
#dropin-sidebar-banda-images h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #452065;
    font-family: 'Muli', sans-serif
}
#dropin-sidebar-banda-images .banda-img-group {
    margin: 10px 0 0 0;
    float: left;
    display: none
}
#dropin-sidebar-banda-images .banda-img-group .banda-img-thumbnail {
    float: left;
    background-color: #ffffff;
    height: 120px;
    overflow: hidden;
    margin-left: 5px
}
#dropin-sidebar-banda-images .banda-img-group .banda-img-thumbnail a {
    margin: 0;
    padding: 0;
    position: relative;
    right: 0
}
#dropin-sidebar-banda-images .banda-img-group .banda-img-thumbnail span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #3c3c3b;
    padding-left: 5px
}
#dropin-sidebar-banda-images .banda-show-mobile-only {
    display: block
}
#dropin-sidebar-banda-images .light-purple-button {
    font-size: 13px
}
.single-banda #home-find_a_clinic {
    display: none
}
.single-banda #banda-individual-page-header {
    background: #f2eeea
}
.single-banda #banda-individual-page-header .header-category-title {
    color: #a34d81;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 45px
}
.single-banda #banda-individual-page-header h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    color: #a34d81;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left
}
.single-banda #main {
    padding: 38px 0 38px 0;
    position: relative
}
.single-banda #main #banda-img-container {
    margin: 0em auto;
    background-color: #f1eee9;
    padding: 35px 0 35px 0;
    text-align: center
}
.single-banda #main #banda-img-container .banda-img-group {
    margin: 10px 0 0 0;
    width: 100%
}
.single-banda #main #banda-img-container .banda-img-group .banda-img-thumbnail {
    display: inline-block;
    background-color: #ffffff;
    height: 120px;
    overflow: hidden;
    margin-left: 5px
}
.single-banda #main #banda-img-container .banda-img-group .banda-img-thumbnail span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #3c3c3b;
    padding-left: 5px;
    text-align: left
}
#media-container div.media-article {
    border-bottom: 1px solid #e5ded8;
    margin-top: 20px;
    width: 100%
}
#media-container div.media-article div.media-article-thumb {
    width: 30%;
    float: left
}
#media-container div.media-article div.media-article-extract {
    width: 70%;
    margin-left: 30%
}
#media-container div.media-article div.media-article-extract .purple-button {
    width: 100%;
    margin: 0
}
#media-container div.media-article div.media-article-extract .read-more-button {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    padding: 5px 0 5px 0
}
#media-container div.media-article img {
    width: 83px;
    height: 113px
}
#media-container div.media-article:last-child {
    border-bottom: none
}
#media-container span.currently-viewing {
    color: #a34c80
}
#media-container div.media-article:after {
    clear: both
}
#dropin-home-banda-images {
    margin: 10px 0 0 0;
    background-color: #f1eee9;
    display: block;
    position: relative;
    width: 100%;
    min-height: 195px;
    text-align: center
}
#dropin-home-banda-images a {
    text-decoration: none;
    color: #a34c80;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 10px;
    bottom: 0
}
#dropin-home-banda-images h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #452065;
    font-family: 'Muli', sans-serif
}
#dropin-home-banda-images .banda-img-group {
    margin: 10px 0 0 0;
    width: 100%;
    display: none
}
#dropin-home-banda-images .banda-img-group .banda-img-thumbnail {
    display: inline-block;
    background-color: #ffffff;
    height: 120px;
    overflow: hidden;
    margin-left: 5px
}
#dropin-home-banda-images .banda-img-group .banda-img-thumbnail a {
    margin: 0;
    padding: 0;
    position: relative;
    right: 0
}
#dropin-home-banda-images .banda-img-group .banda-img-thumbnail span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #3c3c3b;
    padding-left: 5px;
    text-align: left
}
#dropin-home-banda-images .banda-show-mobile-only {
    display: block
}
#dropin-home-banda-images .light-purple-button {
    font-size: 13px
}
#home-hero {
    display: none
}
#home-media {
    font-family: 'Muli', sans-serif;
    position: relative;
    clear: both
}
#home-media h3 {
    font-size: 23px;
    color: #452065
}
#home-media table {
    width: 100%;
    padding: 0;
    position: relative
}
#home-media table tr {
    border-bottom: 2px solid #ded6ce;
    position: relative;
    height: 150px
}
#home-media table tr td {
    font-size: 15px;
    color: #a34c80;
    padding: 10px 0 10px 0;
    position: relative;
    vertical-align: middle
}
#home-media table tr td .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0
}
#home-media table tr td:last-child {
    padding-left: 20px;
    vertical-align: top
}
#home-media table tr:last-child {
    border: none
}
form.light-purple {
    background-color: #e7e3ef;
    padding: 10px 15px 5px 15px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%
}
form.light-purple h3 {
    font-size: 20px;
    font-weight: 400;
    color: #452065;
    font-family: 'Muli', sans-serif
}
form.light-purple input[type=text] {
    border: none;
    font-size: 13px;
    color: #70706f;
    margin-top: 10px
}
form.light-purple select {
    border: none;
    font-size: 13px;
    height: 75px;
    color: #70706f;
    margin-top: 10px
}
form.light-purple textarea {
    border: none;
    font-size: 13px;
    color: #70706f;
    margin-top: 12px
}
form.light-purple select#input_5_9 {
    height: 25px
}
#gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
    height: 100px
}
#gform_wrapper_1 .gform_body .gform_fields li {
    margin: 0
}
#gform_wrapper_1 .gform_description {
    color: #452065;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 400
}
#gform_wrapper_1 .gform_heading {
    margin: 0
}
#gform_wrapper_7 .gform_body .gform_fields .gfield textarea {
    height: 100px
}
#gform_wrapper_7 .gform_body .gform_fields li {
    margin: 0
}
#gform_wrapper_7 .gform_heading {
    margin: 0
}
#gform_wrapper_3 .gform_body .gform_fields .gfield textarea {
    height: 100px
}
#gform_wrapper_3 .gform_body .gform_fields li {
    margin: 0
}
#gform_wrapper_3 .gform_heading {
    margin: 0
}
#gform_wrapper_2 .gform_body .gform_fields .gfield textarea {
    height: 100px
}
#gform_wrapper_2 .gform_body .gform_fields li {
    margin: 0
}
#gform_wrapper_2 .gform_heading {
    margin: 0
}
#gform_wrapper_2 .gform_footer.top_label {
    float: right;
    margin: -75px 10px 0 0
}
#gform_wrapper_5 .gform_footer.top_label {
    float: right;
    margin: -75px 10px 0 0
}
#gform_wrapper_3 .gform_footer.top_label {
    margin: 0
}
#gform_wrapper_4 .gform_footer.top_label {
    margin: 0
}
#gform_wrapper_1 .gform_footer.top_label {
    margin: 0
}
#gform_wrapper_7 .gform_footer.top_label {
    margin: 0
}
.inthemedia-button {
    font-size: 13px;
    padding: 20px 10px 20px 10px;
    width: 100%
}
#terms-and-conditions-overlay {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}
.gform_wrapper .gform_body .gform_fields .no-label .gfield_label {
    display: none
}
.wrap {
    width: 96%;
    margin: 0 auto
}
a,
a:visited {
    color: #a34c80
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    color: #843d67
}
a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 500;
    text-align: center
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none
}
h1,
.h1 {
    font-size: 2.5em;
    line-height: 1.333em
}
h2,
.h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    color: #a34c80;
    font-family: 'Muli', sans-serif;
    text-align: left
}
h3,
.h3 {
    font-size: 1.125em;
    color: #a34c80;
    font-family: 'Muli', sans-serif;
    text-align: left
}
h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700
}
h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px
}
a.btn-clinic-contact {
    display: none
}
#responsive-menu-button {
    background: url(../images/responsive-menu-icon.gif) no-repeat;
    height: 39px;
    width: 49px;
    position: absolute;
    right: 36px;
    top: 80px;
    cursor: pointer
}
#responsive-menu-button span {
    display: none
}
nav[role="navigation"] {
    display: none
}
.mobile-nav-submenu-image {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10.5px;
    right: 30px
}
.nav {
    border-bottom: 0
}
.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.nav li a {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: inherit;
    font-size: 19px;
    color: #3c3c3b;
    font-family: 'Muli', sans-serif;
    line-height: 38px;
    height: 38px;
    width: 100%;
    background-color: #f1eeea;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0 0 0 0.5em
}
.nav li ul.sub-menu,
.nav li ul.children {
    display: none;
    margin: 0
}
.nav li ul.sub-menu li.nav-category-header,
.nav li ul.children li.nav-category-header {
    border-top: 1px solid #c699b0
}
.nav li ul.sub-menu li.nav-category-header a,
.nav li ul.children li.nav-category-header a {
    cursor: default
}
.nav li ul.sub-menu li.nav-category-header a:hover,
.nav li ul.children li.nav-category-header a:hover {
    background-color: #f2eeea
}
.nav li ul.sub-menu li.nav-category-footer,
.nav li ul.children li.nav-category-footer {
    border-bottom: 1px solid #c699b0;
    text-indent: 10px
}
.nav li ul.sub-menu li.nav-category-footer a,
.nav li ul.children li.nav-category-footer a {
    color: #706f6f
}
.nav li ul.sub-menu li.nav-category-indent,
.nav li ul.children li.nav-category-indent {
    text-indent: 10px
}
.nav li ul.sub-menu li.nav-category-indent a,
.nav li ul.children li.nav-category-indent a {
    color: #706f6f
}
#content {
    margin-top: 2.2em
}
.byline {
    color: #999
}
.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em
}
.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto
}
.entry-content .alignleft,
.entry-content img.alignleft {
    float: left
}
.entry-content .alignright,
.entry-content img.alignright {
    float: right
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto
}
.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}
.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}
.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}
.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center
}
.page-navigation,
.wp-prev-next {
    margin: 1.1em 0 2.2em
}
.bones_page_navi li {
    float: left;
    margin-left: 10px
}
.bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline
}
.bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
    font-weight: 700
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
    padding: 0
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
    background: none
}
.wp-prev-next .prev-link {
    float: left
}
.wp-prev-next .next-link {
    float: right
}
.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px
}
.commentlist li:last-child {
    margin-bottom: 0
}
.commentlist li ul.children {
    margin: 0
}
.commentlist li[class*=depth-] {
    margin-top: 1.1em
}
.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}
.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0
}
.commentlist .odd {
    background: #eee
}
.commentlist .even {
    background: #fefefe
}
.commentlist .vcard {
    margin-left: 50px
}
.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}
.commentlist .vcard time {
    float: right
}
.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}
.commentlist .vcard time a:hover {
    text-decoration: underline
}
.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}
.commentlist .comment_content {
    margin-left: 50px
}
.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}
.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    opacity: 1
}
.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em
}
.respond-form form {
    margin: 0.75em 0
}
.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em
}
.respond-form form li label,
.respond-form form li small {
    display: none
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px
}
.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px
}
#comment-form-title {
    margin: 0 0 1.1em
}
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0
}
.nocomments {
    margin: 0 20px 1.1em
}
body.home .footer .myer-one-affiliates-footer {
    display: none
}
.footer {
    clear: both;
    font-size: 12px;
    color: #878787;
    background-color: #f7f5f2;
    position: relative;
    padding: 10px 0 40px 0;
    text-align: center
}
.footer .myer-one-affiliates-footer {
    margin: 0
}
.footer p {
    margin: 0;
    padding: 0;
    border: none;
    color: #878787;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 24px
}
.footer p.copyright {
    text-align: center
}
ul.footer-nav {
    margin: 0px 0 15px 0
}
ul.footer-nav li {
    margin: 0 0 0 2px;
    width: auto;
    display: inline-block
}
ul.footer-nav li a {
    font-size: 12px;
    color: #878787;
    background: inherit;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    border: none
}
ul.footer-nav li a:hover,
ul.footer-nav li a:focus {
    color: #4a4a49
}
ul.footer-nav li:first-child {
    margin: 0
}
p.footer-website-by {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0
}
p.footer-website-by span {
    font-size: 12px
}
p.footer-website-by a {
    text-decoration: none;
    color: #878787
}
p.footer-website-by a:hover,
p.footer-website-by a:focus {
    color: #4a4a49
}
@media only screen and (min-width: 481px) {
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }
    .alignleft,
    img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }
    .alignright,
    img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }
    .aligncenter,
    img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }
}
@media only screen and (min-width: 768px) {
    .onecol {
        width: 5.801104972%
    }
    .twocol {
        width: 14.364640883%
    }
    .threecol {
        width: 22.928176794%
    }
    .fourcol {
        width: 31.491712705%
    }
    .fivecol {
        width: 40.055248616%
    }
    .sixcol {
        width: 48.618784527%
    }
    .sevencol {
        width: 57.182320438000005%
    }
    .eightcol {
        width: 65.74585634900001%
    }
    .ninecol {
        width: 74.30939226%
    }
    .tencol {
        width: 82.87292817100001%
    }
    .elevencol {
        width: 91.436464082%
    }
    .twelvecol {
        width: 99.999999993%
    }
    .onecol,
    .twocol,
    .threecol,
    .fourcol,
    .fivecol,
    .sixcol,
    .sevencol,
    .eightcol,
    .ninecol,
    .tencol,
    .elevencol,
    .twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%
    }
    .first {
        margin-left: 0
    }
    .last {
        float: right
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5 {
        text-align: left
    }
    h2 {
        color: #452065;
        font-size: 30px;
        font-weight: 400;
        font-family: 'Muli', sans-serif
    }
    h3 {
        color: #a34c80;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Muli', sans-serif
    }
    p {
        color: #3c3c3b;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Muli', sans-serif
    }
    .sidebar ul li {
        font-size: 14px;
        list-style-type: disc;
        margin-left: 17px
    }
    hr {
        background-color: #d1c8d9;
        height: 2px;
        border: 0;
        box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5)
    }
    #inner-header a img {
        margin-top: 20px
    }
    #individual-page-header {
        height: 151px;
        background: url(../images/page-header-image.jpg) center center no-repeat, url(../images/page-header-image-bg-right.jpg) right center no-repeat, url(../images/page-header-image-bg-left.jpg) left center no-repeat;
        background-size: 1600px 151px
    }
    #individual-page-header h1 {
        color: #ffffff;
        font-size: 45px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        margin: 0;
        padding: 0;
        line-height: 150px
    }
    #doctors-list {
        display: block
    }
    #table-doctor-list {
        font-weight: 400;
        font-family: 'Muli', sans-serif;
        margin-bottom: 20px
    }
    #table-doctor-list h3 {
        color: #452065;
        font-size: 17px;
        margin: 0;
        padding: 0
    }
    #table-doctor-list p {
        color: #3c3c3b;
        font-size: 12px;
        margin: 0;
        padding: 0
    }
    #table-doctor-list tr {
        border-top: 1px solid #cabdb0
    }
    #table-doctor-list tr td {
        padding: 10px 0 0 10px
    }
    #table-doctor-list tr:last-child {
        border-bottom: 1px solid #cabdb0
    }
    #doctor_blog-filter-section,
    #media-filter-section {
        height: 50px;
        background-color: #f1eeea;
        margin: 0
    }
    #doctor_blog-filter-section form select,
    #media-filter-section form select {
        display: inline-block;
        border: none;
        font-size: 13px;
        background-color: #ffffff;
        color: #70706f;
        height: 28px;
        width: 286px;
        margin-top: 10px;
        padding-left: 10px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    #doctor_blog-filter-section form label,
    #media-filter-section form label {
        position: relative;
        display: inline-block
    }
    #doctor_blog-filter-section form div,
    #media-filter-section form div {
        display: inline-block
    }
    #doctor_blog-filter-section form .notIE label:after,
    #media-filter-section form .notIE label:after {
        content: '';
        width: 23px;
        height: 23px;
        position: absolute;
        display: inline-block;
        top: 12px;
        right: 3px;
        background: url(../images/nav-arrow.gif) no-repeat right center #fff;
        pointer-events: none
    }
    #offers-filter-section {
        height: 50px;
        background-color: #f1eeea;
        margin: 0
    }
    #offers-filter-section form select {
        display: inline-block;
        border: none;
        font-size: 13px;
        background-color: #ffffff;
        color: #70706f;
        height: 28px;
        width: 450px;
        margin-top: 10px;
        padding-left: 10px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    #offers-filter-section form label {
        position: relative;
        display: inline-block
    }
    #offers-filter-section form div {
        display: inline-block
    }
    #offers-filter-section form .notIE label:after {
        content: '';
        width: 23px;
        height: 23px;
        position: absolute;
        display: inline-block;
        top: 12px;
        right: 3px;
        background: url(../images/nav-arrow.gif) no-repeat right center #fff;
        pointer-events: none
    }
    form.find-a-clinic-form {
        padding: 10px;
        background-color: #77375d;
        width: 100%;
        margin: 18px 0 0 0;
        text-align: center
    }
    form.find-a-clinic-form select {
        display: inline-block;
        border: none;
        font-size: 13px;
        background-color: #ffffff;
        color: #70706f;
        height: 28px;
        line-height: 28px;
        width: 45%;
        margin: 0;
        padding-left: 10px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        vertical-align: middle
    }
    form.find-a-clinic-form label {
        position: relative;
        display: inline-block
    }
    form.find-a-clinic-form div {
        display: inline-block
    }
    form.find-a-clinic-form input[type=text] {
        display: inline-block;
        height: 28px;
        width: 30%;
        vertical-align: middle;
        font-size: 13px
    }
    form.find-a-clinic-form input[type=submit] {
        display: inline-block;
        height: 28px;
        width: 20%;
        background-color: #ded5cd;
        color: #452065;
        font-size: 13px;
        border: none;
        font-family: 'Muli', sans-serif;
        vertical-align: middle
    }
    form.find-a-clinic-form .notIE label:after {
        content: '';
        width: 23px;
        height: 23px;
        position: absolute;
        display: inline-block;
        top: 2px;
        right: 3px;
        background: url(../images/nav-arrow.gif) no-repeat right center #fff;
        pointer-events: none
    }
    form.find-a-clinic-form::-webkit-input-placeholder {
        color: #452065;
        font-size: 13px;
        vertical-align: middle;
        text-align: center
    }
    form.find-a-clinic-form:-moz-placeholder {
        color: #452065;
        font-size: 13px;
        vertical-align: middle;
        text-align: center
    }
    form.find-a-clinic-form::-moz-placeholder {
        color: #452065;
        font-size: 13px;
        vertical-align: middle;
        text-align: center
    }
    form.find-a-clinic-form:-ms-input-placeholder {
        color: #452065;
        font-size: 13px;
        vertical-align: middle;
        text-align: center
    }
    #home-find_a_clinic form.find-a-clinic-form {
        margin-top: 30px
    }
    #contact-find_a_clinic {
        background-color: #a24c7f;
        margin: 0;
        padding: 0 10px 0 10px
    }
    #contact-find_a_clinic h2 {
        font-size: 20px;
        color: #f1eeea;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        margin: 10px 0 0 0
    }
    #contact-find_a_clinic form {
        margin: 0 0 10px 0;
        width: 425px;
        width: 100%;
    }
    #contact-find_a_clinic form select {
        width: 250px;
        width: 60%;
    }
    #sidebar-block-find_a_clinic {
        background-color: #a24c7f;
        margin: 10px 0 0 0;
        padding: 0 10px 0 10px
    }
    #sidebar-block-find_a_clinic form {
        width: 100%;
        margin: 5px 0 10px 0
    }
    #sidebar-block-find_a_clinic h2 {
        font-size: 20px;
        color: #f1eeea;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        margin: 10px 0 0 0
    }
    #sidebar-block-find_a_clinic input[type=text] {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-indent:10px;
    }
    #sidebar-block-find_a_clinic select {
        width: 100%;
        margin-bottom: 5px
    }
    #sidebar-block-find_a_clinic input[type=submit] {
        display: block;
        height: 28px;
        width: 100%
    }
    #banda-lightbox-find_a_clinic {
        background-color: #a24c7f;
        margin: 0;
        padding: 0 10px 0 10px
    }
    #banda-lightbox-find_a_clinic h2 {
        float: left;
        font-size: 27px;
        color: #f1eeea;
        line-height: 50px;
        margin: 0
    }
    #banda-lightbox-find_a_clinic form.find-a-clinic-form {
        float: right;
        margin: 0
    }
    #banda-lightbox-find_a_clinic form.find-a-clinic-form input[type=text] {
        float: left
    }
    #banda-lightbox-find_a_clinic form.find-a-clinic-form select {
        margin-left: 0.5em;
        padding: 0;
        float: left
    }
    #banda-lightbox-find_a_clinic form.find-a-clinic-form input[type=submit] {
        margin-left: 0.5em;
        float: left
    }
    .myer-one-squeeze-image {
        margin-top: 50px
    }
    .single-offers_squeeze .header img {
        width: auto
    }
    .single-offers_squeeze .header img.myer-one-squeeze-image {
        display: block
    }
    .lyl-offers-section ul li {
        list-style-type: disc;
        margin-left: 20px;
        font-size: 14px
    }
    .lyl-offers-section p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px
    }
    .lyl-offers-section #individual-page-header h1 {
        line-height: 45px;
        font-size: 45px;
        margin-top: 25px
    }
    .lyl-offers-section div.offers-article-thumb {
        width: 30%;
        float: left
    }
    .lyl-offers-section div.offers-article-thumb img {
        width: 167px;
        height: 227px
    }
    .lyl-offers-section span.currently-viewing {
        color: #a34c80
    }
    .lyl-offers-section div.offer-article {
        border-bottom: 2px solid #d7cec5;
        margin-top: 20px
    }
    .lyl-offers-section div.offer-article img {
        float: left;
        margin-right: 20px
    }
    .lyl-offers-section div.offer-article h2 {
        margin: 0;
        padding: 0
    }
    .lyl-offers-section div.offer-article:last-child {
        border-bottom: none
    }
    .lyl-offers-section #offer-feature-image {
        margin-top: 30px
    }
    .lyl-offers-section .lyl-offers-sidebar h2 {
        font-size: 30px;
        color: #452065
    }
    .lyl-offers-section .lyl-offers-sidebar span.brief-description {
        font-size: 20px;
        color: #a34c80
    }
    .lyl-offers-section .lyl-offers-sidebar span.offers-save-and-valued {
        font-size: 30px;
        color: #452065;
        font-family: 'Muli', sans-serif;
        font-weight: 300
    }
    .lyl-offers-section .lyl-offers-sidebar table {
        width: 100%;
        border-bottom: 1px solid #74588c
    }
    .lyl-offers-section .lyl-offers-sidebar table tr td {
        font-size: 14px;
        text-align: center;
        width: 10%
    }
    .lyl-offers-section .lyl-offers-sidebar table tr td:nth-child(odd) {
        width: 45%
    }
    #media-container div.media-article {
        height: 245px
    }
    #media-container div.media-article img {
        width: 166px;
        height: 226px
    }
    #media-container div.media-article div.media-article-extract .purple-button {
        width: 38%
    }
    #media-container div.media-article div.media-article-extract .read-more-button {
        width: 60%
    }
    .single-inthemedia hr {
        background-color: #e5ded8;
        height: 1px;
        border: 0;
        box-shadow: none
    }
    .single-banda #home-find_a_clinic {
        display: block
    }
    .single-banda #banda-individual-page-header {
        height: 151px;
        background: url(../images/page-header-image.jpg) center center no-repeat, url(../images/page-header-image-bg-right.jpg) right center no-repeat, url(../images/page-header-image-bg-left.jpg) left center no-repeat;
        background-size: 1600px 151px
    }
    .single-banda #banda-individual-page-header .header-category-title {
        color: #ffffff;
        font-size: 45px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 75px
    }
    .single-banda #banda-individual-page-header h1 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 400;
        font-family: 'Muli', sans-serif;
        color: #ffffff;
        margin: 0;
        padding: 0
    }
    .single-banda #main #banda-img-container .banda-img-group {
        width: 50%;
        display: inline-block
    }
    #specific-banda-lightbox-content {
        font-family: 'Muli', sans-serif
    }
    #specific-banda-lightbox-content h3 {
        font-size: 30px;
        font-weight: 400;
        color: #452065
    }
    #specific-banda-lightbox-content p {
        font-size: 14px;
        color: #3c3c3b
    }
    #specific-banda-lightbox-content p span.purple {
        color: #a34c80
    }
    #specific-banda-lightbox-content p.banda-images-fullsize {
        text-align: center
    }
    #treatment-packages-and-offers {
        height: 170px;
        background: url(../images/home-offers-bg.gif) repeat-x;
        position: relative;
        width: 100%;
        text-align: center
    }
    #treatment-packages-and-offers h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 19px;
        color: #cabdb0;
        margin: 20px 0 0 0;
        padding: 0;
        text-align: left
    }
    #treatment-packages-and-offers h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 26px;
        color: #ffffff;
        margin: 0;
        padding: 0;
        text-align: left
    }
    #treatment-packages-and-offers p {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #ffffff;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left
    }
    #treatment-packages-and-offers img {
        position: relative;
        right: auto;
        top: 8px;
        width: 133.6px;
        height: 123.2px
    }
    #treatment-packages-and-offers a.home_offers_btn {
        margin: 0 auto;
        display: block;
        background: url(../images/home_see_all_offers.gif) no-repeat center center;
        height: 170px;
        width: 90px
    }
    #treatment-packages-and-offers a.home_offers_btn span {
        display: none
    }
    .treatments-single-page p {
        color: #3c3c3b;
        font-size: 14px;
        font-weight: 400
    }
    .treatments-single-page #individual-page-header h2 {
        color: #ffffff;
        font-size: 45px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        margin: 0;
        padding: 0;
        line-height: 150px
    }
    .all-treatments-page h3 {
        color: #452065;
        font-size: 20px
    }
    #all-treatments-list-ul li {
        font-size: 30px;
        color: #452065;
        border-top: 1px solid #e5ded8;
        line-height: 80px;
        list-style-type: none;
        margin: 0;
        background: url(../images/all-treatments-arrow.gif) no-repeat right center;
        background-position: right 10px center
    }
    #all-treatments-list-ul li a {
        color: #452065;
        text-decoration: none;
        height: 80px;
        width: 615px;
        display: block
    }
    #all-treatments-list-ul li a span {
        float: right
    }
    #all-treatments-list-ul li:hover {
        background-color: #f1eeea;
        background-image: url(../images/all-treatments-arrow-over.gif)
    }
    #all-treatments-list-ul li.all-treatments-list-category-header {
        background-image: none
    }
    #all-treatments-list-ul li.all-treatments-list-category-header:hover {
        background-color: #ffffff
    }
    #all-treatments-list-ul li:last-child {
        border-bottom: 1px solid #e5ded8
    }
    #all-treatments-list-ul ul {
        padding: 0;
        margin: 0
    }
    #all-treatments-list-ul ul li {
        text-indent: 20px
    }
    #all-treatments-list-ul ul li a {
        color: #765a90
    }
    .clinic-single-page h2 {
        color: #a34c80;
        font-size: 20px
    }
    .clinic-single-page h3 {
        font-size: 18px;
        color: #a34c80
    }
    .clinic-single-page p {
        font-size: 14px;
        color: #3c3c3b
    }
    .clinic-single-page ul li {
        list-style-type: disc;
        margin-left: 20px;
        font-size: 14px
    }
    .clinic-single-page .clinic-specific-sidebar h2 {
        font-size: 30px;
        color: #452065
    }
    .clinic-single-page .clinic-specific-sidebar p {
        font-family: Arial, Helvetica, sans-serif
    }
    .clinic-single-page .clinic-specific-sidebar p a.click-to-call {
        color: #3c3c3b;
        font-size: 20px;
        text-decoration: none
    }
    .clinic-single-page .clinic-specific-sidebar p a.click-to-call span.give-me-purple {
        color: #a34c80
    }
    #dropin-sidebar-banda-images {
        margin: 10px 0 10px 0;
        background-color: #f1eee9;
        padding: 5px 15px 5px 15px;
        display: block
    }
    #dropin-sidebar-banda-images h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #452065;
        font-family: 'Muli', sans-serif
    }
    #dropin-sidebar-banda-images .banda-img-group {
        margin: 10px 0 0 0;
        float: left;
        display: block
    }
    #dropin-sidebar-banda-images .banda-img-group .banda-img-thumbnail {
        float: left;
        background-color: #ffffff;
        height: 120px;
        overflow: hidden;
        margin-left: 5px
    }
    #dropin-sidebar-banda-images .banda-img-group .banda-img-thumbnail a {
        margin: 0;
        padding: 0;
        text-align: left
    }
    #dropin-sidebar-banda-images .banda-img-group .banda-img-thumbnail span {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #3c3c3b;
        padding-left: 5px
    }
    #dropin-sidebar-banda-images .light-purple-button {
        font-size: 13px
    }
    #dropin-home-banda-images {
        margin: 10px 0 0 0;
        background-color: #f1eee9;
        padding: 5px 0 15px 0;
        display: block;
        width: 100%;
        text-align: center
    }
    #dropin-home-banda-images h3 {
        margin: 0;
        padding: 0 0 0 0.5em;
        font-size: 20px;
        line-height: 30px;
        color: #452065;
        font-family: 'Muli', sans-serif
    }
    #dropin-home-banda-images .banda-img-group {
        margin: 10px 0 0 0;
        float: left;
        display: none;
        width: 100%;
        text-align: center
    }
    #dropin-home-banda-images .banda-img-group .banda-img-thumbnail {
        display: inline-block;
        background-color: #ffffff;
        height: 120px;
        overflow: hidden;
        margin-left: 5px
    }
    #dropin-home-banda-images .banda-img-group .banda-img-thumbnail span {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #3c3c3b;
        padding-left: 5px
    }
    #dropin-home-banda-images .banda-show-mobile-only {
        display: block
    }
    #dropin-home-banda-images .light-purple-button {
        font-size: 13px
    }
    #contact-overlay-confirmation p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0
    }
    #contact-overlay-confirmation hr {
        background-color: #c9bcb0;
        height: 2px;
        border: 0
    }
    #contact-overlay-confirmation h2 {
        margin-top: 5px
    }
    #contact-overlay-confirmation ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        list-style-type: disc;
        margin-left: 17px
    }
    #contact-overlay-confirmation a {
        font-size: 12px;
        margin: 0 0 10px 0;
        width: 100%
    }
    #gform_wrapper_1 .gform_description {
        font-size: 20px;
        color: #452065;
        line-height: 10px
    }
    .clinic-premium-indiv-result,
    .clinic-indiv-result {
        margin: 0 0 10px 0
    }
    .clinic-premium-indiv-result img,
    .clinic-indiv-result img {
        margin: 10px
    }
    .clinic-premium-indiv-result h3,
    .clinic-indiv-result h3 {
        font-size: 24px;
        color: #452065;
        margin: 5px 0 0 0;
        font-family: 'Muli', sans-serif
    }
    .clinic-premium-indiv-result h4,
    .clinic-indiv-result h4 {
        font-size: 15px;
        color: #a34c80;
        margin-bottom: 5px;
        font-weight: 300
    }
    .clinic-premium-indiv-result p,
    .clinic-indiv-result p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 0
    }
    .clinic-premium-indiv-result a,
    .clinic-indiv-result a {
        font-size: 13px
    }
    .clinic-premium-indiv-result .purple-border,
    .clinic-indiv-result .purple-border {
        background: url(../images/clinics_bg_divider.gif) no-repeat left center;
        min-height: 140px;
        padding: 0 0 0 20px
    }
    .clinic-premium-indiv-result .purple-border p,
    .clinic-indiv-result .purple-border p {
        line-height: 15px;
        margin-bottom: 10px
    }
    .clinic-premium-indiv-result .myer_one img,
    .clinic-indiv-result .myer_one img {
        margin-top: 25px
    }
    .clinic-premium-indiv-result .light-purple-button,
    .clinic-indiv-result .light-purple-button {
        margin-top: 0
    }
    .clinic-premium-indiv-result div.left,
    .clinic-indiv-result div.left {
        width: auto;
        float: none
    }
    .clinic-premium-indiv-result div.right,
    .clinic-indiv-result div.right {
        width: auto;
        margin-left: 0
    }
    .clinic-premium-indiv-result {
        background-color: #f2eeea
    }
    .clinic-indiv-result {
        border-bottom: 1px solid #cabdb0
    }
    .wrap {
        max-width: 940px
    }
    .header {
        margin-top: 20px
    }
    a.btn-clinic-contact {
        display: block;
        background: url(../images/clinic_contact.gif) no-repeat;
        height: 120px;
        width: 121px;
        margin: 0em auto
    }
    a.btn-clinic-contact:hover {
        background-position: 0 -120px
    }
    #responsive-menu-button {
        display: none
    }
    nav[role="navigation"] {
        display: block
    }
    .nav {
        border: 0;
        font-family: 'Muli', sans-serif;
        font-size: 15px
    }
    .nav li {
        position: relative;
        width: 45%;
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0
    }
    .nav li a {
        border-bottom: 0;
        color: #3c3c3b;
        padding: 0;
        background-color: #ffffff;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        display: block;
        margin: 0
    }
    .nav li a:hover,
    .nav li a:focus {
        color: #000000
    }
    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
        -moz-box-shadow: 3px 3px 5px 1px #ccc;
        -webkit-box-shadow: 3px 3px 5px 1px #ccc;
        box-shadow: 3px 3px 5px 1px #ccc
    }
    .nav li ul.sub-menu li,
    .nav li ul.children li {
        width: 100%
    }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding: 0px 0px 0px 10px;
        border-right: 0;
        display: block;
        width: 240px;
        height: 30px;
        line-height: 30px;
        background: #e9de16;
        background: rgba(233, 222, 224, 0.95)
    }
    .nav li ul.sub-menu li a:hover,
    .nav li ul.sub-menu li a:focus,
    .nav li ul.children li a:hover,
    .nav li ul.children li a:focus {
        background-color: #f3f0ec
    }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0
    }
    .nav li:hover ul {
        top: auto;
        display: block
    }
    .nav li>a:after {
        content: url("../images/nav-arrow.gif");
        padding-left: 5px
    }
    .nav li>a:hover:after {
        content: url("../images/nav-arrow-over.gif");
        padding-left: 5px
    }
    .nav li>a:only-child:after {
        content: ''
    }
    .sidebar {
        margin-top: 2.2em
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em
    }
    .widget {
        padding: 0 10px;
        margin: 2.2em 0
    }
    .widget ul li {
        margin-bottom: 0.75em
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em
    }
    body.home .footer .myer-one-affiliates-footer {
        display: block
    }
    .footer p.copyright {
        float: left
    }
    #home-hero {
        height: 360px;
        display: block;
        background: url(../images/home_hero_image.jpg) center center no-repeat, url(../images/home_hero_gradient_right.jpg) right center no-repeat, url(../images/home_hero_gradient_left.jpg) left center no-repeat;
        background-size: 1600px 360px;
        color: #ffffff;
        font-family: 'Muli', sans-serif
    }
    #home-hero h2 {
        font-size: 27px;
        font-weight: 300;
        color: #ffffff
    }
    #home-hero p {
        font-size: 17px;
        font-weight: 400;
        color: #ffffff
    }
    #home-hero a.purple-button {
        font-size: 13.36px
    }
    #home-find_a_clinic {
        height: 105px;
        background-color: #a34c80;
        padding: 0
    }
    #home-find_a_clinic h2 {
        font-family: 'Muli', sans-serif;
        font-size: 33px;
        font-weight: 300;
        color: #f1eeea;
        line-height: 105px;
        padding: 0;
        margin: 0
    }
    #results-find_a_clinic {
        height: 105px;
        background-color: #a34c80
    }
    #results-find_a_clinic h2 {
        font-family: 'Muli', sans-serif;
        font-size: 39px;
        font-weight: 300;
        color: #f1eeea;
        line-height: 39px;
        padding: 0;
        margin: 20px 0 0 0
    }
    #results-find_a_clinic p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        padding: 0;
        float: none
    }
    #home-links {
        background-color: #f1ede9;
        height: 216px;
        width: 100%;
        position: relative;
        text-align: center
    }
    #home-links div.home-link-container {
        position: relative;
        margin: 33px 0 0 0;
        height: 150px;
        border-left: 1px solid #d4c9bf;
        border-bottom: none;
        text-align: center;
        float: left;
        width: 25%
    }
    #home-links div.home-link-container .home-link-button {
        position: absolute;
        bottom: 2em;
        right: 5%;
        left: 5%;
        width: 90%;
        margin: 0em auto;
        height: 35px;
        line-height: 35px;
        padding: 0;
        background-image: none;
        border-radius: 0px;
        border: 1px solid;
        border-color: #d0c5b7;
        background-color: #d6cbc0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e0d8cf), to(#d6cbc0));
        background-image: -webkit-linear-gradient(top, #e0d8cf, #d6cbc0);
        background-image: -moz-linear-gradient(top, #e0d8cf, #d6cbc0);
        background-image: -o-linear-gradient(top, #e0d8cf, #d6cbc0);
        background-image: linear-gradient(to bottom, #e0d8cf, #d6cbc0)
    }
    #home-links div.home-link-container .home-link-button span {
        display: block
    }
    #home-links div.home-link-container h2 {
        font-family: 'Muli', sans-serif;
        font-size: 24px;
        font-weight: 300;
        color: #452065;
        margin: 0;
        padding-top: 10px;
        line-height: 30px;
        text-align: center
    }
    #home-links div.home-link-container:last-child {
        border-right: 1px solid #d4c9bf
    }
    #home-offers {
        height: 170px;
        background: url(../images/home-offers-bg.gif) repeat-x
    }
    #home-offers h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 19px;
        color: #cabdb0;
        margin: 20px 0 0 0;
        padding: 0
    }
    #home-offers h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 38.23px;
        color: #ffffff;
        margin: 0;
        padding: 0
    }
    #home-offers p {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 25.09px;
        color: #ffffff;
        margin: 0;
        padding: 0
    }
    #home-offers a.home_offers_btn {
        display: block;
        background: url(../images/home_see_all_offers.gif) no-repeat center center;
        height: 170px;
        width: 90px
    }
    #home-media {
        height: 226px;
        font-family: 'Muli', sans-serif
    }
    #home-media tr {
        border-bottom: none;
        float: left
    }
    #home-media tr:last-child {
        display: none
    }
    #home-media h3 {
        font-size: 20px;
        color: #452065
    }
    #home-media table {
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative
    }
    #home-media table tr {
        padding: 0;
        margin: 0;
        border: none;
        position: relative
    }
    #home-media table tr td {
        width: 140px;
        height: 116px;
        padding: 0;
        margin: 0 0 0 10px;
        overflow: hidden;
        position: relative;
        vertical-align: top
    }
    #home-media table tr td:last-child {
        padding-left: 10px
    }
    #home-media table tr td img {
        padding: 0;
        margin: 0
    }
    #home-media table tr td .button {
        position: absolute;
        bottom: 6px;
        left: 10px;
        display: block;
        margin: 0
    }
    #home-media table tr td.media-odd {
        width: 84px
    }
    #home-before_and_after .eightcol {
        width: 48.618784527%
    }
    #home-before_and_after .fourcol {
        width: 48.618784527%
    }
    body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
        color: transparent
    }
    body .gform_wrapper .gform_body .gform_fields .gfield_radio input[type="radio"] {
        margin-left: 1px
    }
}
@media only screen and (min-width: 1030px) {
    form.find-a-clinic-form {
        width: 450px
    }
    form.find-a-clinic-form select {
        width: 60%;
        line-height: 28px !important
    }
    form.find-a-clinic-form input[type=text] {
        width: 20%
    }
    form.find-a-clinic-form input[type=submit] {
        width: 15%
    }
    #home-find_a_clinic h2 {
        font-size: 39px
    }
    #home-hero a.purple-button {
        font-size: 16px
    }
    #dropin-home-banda-images a {
        text-decoration: none;
        float: right;
        color: #a34c80;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        line-height: 30px;
        margin: 0;
        padding: 0
    }
    #dropin-home-banda-images .banda-img-group {
        display: block;
        width: 50%
    }
    #home-before_and_after .eightcol {
        width: 65.74585634900001%
    }
    #home-before_and_after .fourcol {
        width: 31.491712705%
    }
    #treatment-packages-and-offers h2 {
        font-size: 34px
    }
    #treatment-packages-and-offers p {
        font-size: 22px
    }
    #treatment-packages-and-offers img {
        width: 167px;
        height: 154px
    }
    #home-media tr:last-child {
        display: block
    }
    #responsive-menu-button {
        display: none
    }
    .treatments-single-page p {
        color: #3c3c3b;
        font-size: 14px;
        font-weight: 400
    }
    .treatments-single-page #individual-page-header h2 {
        color: #ffffff;
        font-size: 45px;
        font-weight: 300;
        font-family: 'Muli', sans-serif;
        margin: 0;
        padding: 0;
        line-height: 150px
    }
    .treatments-single-page #treatments-tab-nav {
        background-color: #f1ede9;
        margin: 0;
        padding: 0;
        height: 50px
    }
    .treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul {
        padding: 0;
        margin: 0
    }
    .treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        width: auto
    }
    .treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li a {
        text-decoration: none;
        height: 50px;
        display: block;
        margin: 0;
        padding: 0 10px 0 10px;
        color: #1d1d1b;
        line-height: 50px
    }
    .treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.current-treatment-page {
        background-color: #ffffff
    }
    .treatments-single-page #treatments-tab-nav ul#treatments-tab-nav-ul li.current-treatment-page h1 {
        font-size: 16px;
        color: #a34c80;
        padding: 0;
        margin: 0;
        line-height: 50px
    }
    .single-banda #main #banda-img-container .banda-img-group {
        width: 33%
    }
    .clinic-premium-indiv-result img.clinic-logo-image,
    .clinic-indiv-result img.clinic-logo-image {
        width: auto;
        height: auto
    }
    .clinic-premium-indiv-result h3,
    .clinic-indiv-result h3 {
        margin: 20px 0 0 0
    }
    .clinic-premium-indiv-result .light-purple-button,
    .clinic-indiv-result .light-purple-button {
        margin-top: 40px
    }
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")"
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }
}