/* Minification failed. Returning unminified contents.
(4512,1): run-time error CSS1019: Unexpected token, found '@charset'
(4512,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(4512,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to Abel / sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: 'Abel', sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

body {
  margin: 0;
  background-color: #fff;
  line-height: 1; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ol, ul {
  list-style: none;
  margin: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  box-sizing: content-box; }

button {
  border: none;
  margin: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/Images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: url("/Images/icon-slider-dots.png") -15px 0 no-repeat;
  text-indent: -9999px;
  display: block;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  width: 14px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url("/Images/icon-slider-dots.png") 0 0 no-repeat; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 45px;
  height: 87px;
  z-index: 10; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }


@font-face {
  font-family: 'Abel';
  src: url("/Content/fonts/abel-regular-webfont.eot");
  src: url("/Content/fonts/abel-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/abel-regular-webfont.woff") format("woff"), url("/Content/fonts/abel-regular-webfont.ttf") format("truetype"), url("/Content/fonts/abel-regular-webfont.svg#abelregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'URWBaskerT-RegIta';
  src: url("/Content/fonts/LibreBaskerville-Italic.eot");
  src: url("/Content/fonts/LibreBaskerville-Italic.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/LibreBaskerville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.row, .column, .columns {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 14px; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Abel", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

h1 {
  color: #7f216c;
  font-size: 3.42857em; }

h2 {
  color: #7f216c;
  font-size: 1.28571em; }

h3 {
  color: #7f216c;
  font-size: 1.57143em; }

h4 {
  color: #7f216c;
  font-size: 1em;
  text-transform: uppercase; }

p {
  color: #848480;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.35714em;
  line-height: 1.5; }

.footnote {
    font-size: 13px !important;
    font-style: italic;
}

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.71429em;
    margin-right: -0.71429em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.71429em;
  padding-right: 0.71429em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 640px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.71429em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.71429em 1.42857em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 640px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.71429em 1.42857em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 980px;
  min-width: 768px;
  margin: 0 auto; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row .row.large-collapse {
  margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right; }

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left; }

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%; }

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%; }

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%; }

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%; }

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%; }

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%; }

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%; }

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%; }

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%; }

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%; }

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%; }

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%; }

.lt-ie9 .large-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .large-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .large-offset-3 {
  margin-left: 25%; }

.lt-ie9 .large-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .large-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .large-offset-6 {
  margin-left: 50%; }

.lt-ie9 .large-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .large-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .large-offset-9 {
  margin-left: 75%; }

.lt-ie9 .large-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .pull-2 {
  right: 16.66667%; }

.lt-ie9 .pull-3 {
  right: 25%; }

.lt-ie9 .pull-4 {
  right: 33.33333%; }

.lt-ie9 .pull-5 {
  right: 41.66667%; }

.lt-ie9 .pull-6 {
  right: 50%; }

.lt-ie9 .pull-7 {
  right: 58.33333%; }

.lt-ie9 .pull-8 {
  right: 66.66667%; }

.lt-ie9 .pull-9 {
  right: 75%; }

.lt-ie9 .pull-10 {
  right: 83.33333%; }

.lt-ie9 .push-2 {
  left: 16.66667%; }

.lt-ie9 .push-3 {
  left: 25%; }

.lt-ie9 .push-4 {
  left: 33.33333%; }

.lt-ie9 .push-5 {
  left: 41.66667%; }

.lt-ie9 .push-6 {
  left: 50%; }

.lt-ie9 .push-7 {
  left: 58.33333%; }

.lt-ie9 .push-8 {
  left: 66.66667%; }

.lt-ie9 .push-9 {
  left: 75%; }

.lt-ie9 .push-10 {
  left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
  *zoom: 1; }

.lt-ie9 .row:before, .row:after {
  content: " ";
  display: table; }

.lt-ie9 .row:after {
  clear: both; }

/* Global elements */
.white {
  color: white !important; }

.error {
  border: 1px solid red; }

html, body {
  z-index: 1;
  *zoom: 1; }
  html:before, html:after, body:before, body:after {
    content: " ";
    display: table; }
  html:after, body:after {
    clear: both; }

/* Slider styles */
.slider-mask-wrapper {
  display: block;
  overflow: hidden;
  position: absolute; }

.slider-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 99; }

.slider-bg {
  position: absolute;
  top: 0;
  z-index: 0; }

.slider-handle-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
  z-index: 102; }

.slider-shadow {
  background: url("/Images/bkg-before-after-shadow.png") repeat-y;
  left: 16px;
  position: absolute;
  width: 80px; }

.slider-bar {
  background-color: white;
  left: 14px;
  position: absolute;
  width: 2px;
  z-index: 103; }

.slider-handle {
  background: url("/Images/bkg-before-after-handle.png") no-repeat;
  cursor: pointer;
  height: 91px;
  left: -14px;
  position: absolute;
  width: 31px;
  z-index: 104; }

.shadow {
  background: url("/Images/bkg-header-shadow.png") repeat-x;
  height: 9px;
  margin-bottom: -9px;
  position: relative;
  z-index: 1; }

.btn-shadow {
  background: url("/Images/btn-purple-bkg-shadow.png") bottom center no-repeat;
  background-size: 100% 10px;
  display: inline-block;
  padding-bottom: 12px; }

.add-to-treatment {
  background-color: #ecebec;
  display: inline-block;
  height: 32px;
  margin: 10px 0;
  padding: 10px 10px 5px 5px; }
  .add-to-treatment input {
    float: left;
    margin-top: 6px; }
  .add-to-treatment label {
    color: #7f216c;
    float: left;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 0 5px; }
  .add-to-treatment a {
    float: left;
    margin-left: 5px; }
  .add-to-treatment .check {
    float: left; }

.center-btn-wrapper {
  clear: both;
  display: block;
  text-align: center; }

.purple-btn-wrapper {
  background: url("/Images/btn-purple-bkg-shadow.png") bottom center no-repeat;
  background-size: 100% 10px;
  display: inline-block;
  min-height: 44px;
  padding-bottom: 11px;
  position: relative; }
  .purple-btn-wrapper .purple-btn {
    background: url("/Images/btn-purple-bkg.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    color: white;
    display: inline-block;
    font-size: 1.35714em !important;
    min-height: 24px;
    min-width: 1px;
    padding: 12px 40px 8px 10px; }
  .purple-btn-wrapper img {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20%; }
  .purple-btn-wrapper.no-shadow {
    background: none;
    padding-bottom: 0px; }

.faded-btn-wrapper {
  display: inline-block;
  min-height: 39px;
  padding-bottom: 11px;
  position: relative; }
  .faded-btn-wrapper .faded-btn {
    background: url("/Images/btn-faded-bkg.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #7f216c;
    display: inline-block;
    font-size: 1em !important;
    min-height: 19px;
    padding: 12px 40px 8px 10px; }
    @media only screen and (max-width: 639px) {
      .faded-btn-wrapper .faded-btn {
        font-size: 0.85714em !important; } }
    .faded-btn-wrapper .faded-btn span {
      float: left;
      font-size: 1em !important;
      line-height: 1 !important;
      margin-top: 5px !important; }
      @media only screen and (max-width: 639px) {
        .faded-btn-wrapper .faded-btn span {
          font-size: 0.85714em !important; } }
      .faded-btn-wrapper .faded-btn span.select-arrow-sprite {
        background: url("/Images/btn-arrow-sprite.png") 0 0 no-repeat;
        float: right !important;
        height: 22px;
        line-height: 0 !important;
        margin: 0 0 0 5px !important;
        width: 22px; }
        .faded-btn-wrapper .faded-btn span.select-arrow-sprite.active {
          background: url("/Images/btn-arrow-sprite.png") -22px 0 no-repeat !important; }
    .faded-btn-wrapper .faded-btn.white {
      color: white; }
  .faded-btn-wrapper img {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 16%; }

.clear-btn {
  background: url("/Images/btn-arrow.png") right center no-repeat;
  border: none;
  color: #553852;
  font-size: 0.85714em;
  font-weight: 700;
  height: 17px;
  letter-spacing: 1px;
  padding: 5px 35px 0 0;
  position: relative;
  text-transform: uppercase; }

a {
  color: #7f216c; }
  a.purple-link {
    color: #7f216c;
    font-size: 1em !important;
    text-decoration: underline; }
  a.info-btn {
    background: url("/Images/icon-info.png") no-repeat;
    display: inline-block;
    height: 26px;
    width: 26px; }
    a.info-btn > * {
      display: none; }
    a.info-btn .info-content {
      background: url("/Images/bkg-info.png") no-repeat;
      background-size: 100% 100%;
      cursor: default;
      margin: -40px 0 0 15px;
      min-height: 87px;
      padding: 10px 25px 20px 30px;
      position: absolute;
      width: 151px;
      z-index: 999; }
      a.info-btn .info-content h2 {
        line-height: 25px !important; }
      a.info-btn .info-content p {
        font-size: 1.07143em; }
    a.info-btn.active .info-content {
      display: block; }
  a.info-btn-plan {
    background: url("/Images/bkg-consult-plan-info-sprite.png") -16px 0 no-repeat;
    float: left;
    height: 16px;
    margin: 8px 0 0 8px;
    width: 16px; }
    a.info-btn-plan > * {
      display: none; }
    a.info-btn-plan .info-content {
      background: url("/Images/bkg-info.png") no-repeat;
      background-size: 100% 100%;
      cursor: default;
      margin: -46px 0 0 10px;
      min-height: 87px;
      padding: 10px 25px 20px 30px;
      position: absolute;
      width: 151px;
      z-index: 999; }
      a.info-btn-plan .info-content h2 {
        line-height: 25px !important; }
      a.info-btn-plan .info-content p {
        font-size: 1.07143em; }
    a.info-btn-plan.active {
      background: url("/Images/bkg-consult-plan-info-sprite.png") 0 0 no-repeat; }
      a.info-btn-plan.active .info-content {
        display: block; }
  a.checkbox {
    display: inline-block !important; }
    a.checkbox span.check {
      background: url("/Images/icon-checkbox-sprite.png") -30px 0 no-repeat;
      display: inline-block !important;
      height: 25px !important;
      width: 26px !important; }
      a.checkbox span.check.active {
        background: url("/Images/icon-checkbox-sprite.png") 0 0 no-repeat; }
    a.checkbox label {
      cursor: pointer; }
    a.checkbox input {
      display: none !important; }
    a.checkbox.no-check {
      cursor: default; }
      a.checkbox.no-check label {
        cursor: default; }

p.quote-black {
  color: #5c5c5c !important;
  font-size: 1.42857em !important; }
  p.quote-black span {
    font-family: 'URWBaskerT-RegIta'; }
p.quote-white {
  color: white !important;
  font-size: 1.14286em !important; }
  p.quote-white span {
    font-family: 'URWBaskerT-RegIta';
    font-size: 18px !important;
    padding-right: 8px; }
p.subheading-country {
  color: #848480 !important;
  font-family: 'URWBaskerT-RegIta';
  font-size: 1.28571em !important; }
p.caption {
  color: #7f216c !important;
  font-size: 0.85714em;
  text-align: center; }
p.caption-purple {
  color: #7f216c !important;
  font-family: 'URWBaskerT-RegIta';
  font-size: 1.14286em !important;
  margin: 20px auto 0 auto;
  text-align: center;
  max-width: 410px; }

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 2.57143em;
    text-align: center; } }

h2.subtitle {
  letter-spacing: 3px;
  line-height: 4;
  text-align: center;
  text-transform: uppercase; }
h2.subheading-large {
  color: #431f3f;
  font-size: 2em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 650px;
  text-align: center; }
  @media only screen and (max-width: 639px) {
    h2.subheading-large {
      font-size: 1.42857em; } }
h2.subheading-purple {
  color: #7f216c !important;
  font-family: 'URWBaskerT-RegIta';
  font-size: 1.28571em !important; }
h2.contained {
  color: #747474;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 650px;
  text-align: center; }

.subheading {
  color: #747474 !important;
  font-family: 'URWBaskerT-RegIta';
  font-size: 1.28571em !important;
  line-height: 1.71429em; }
  @media only screen and (max-width: 639px) {
    .subheading {
      font-size: 1.14286em !important;
      text-align: center; } }

/* Used to center buttons */
.btn-wrapper {
  clear: both;
  display: block;
  text-align: center; }

/* Divs for common round images found throughout site */
#juvederm-solutions-sub .flyout-image, .balloons {
  background: url("/Images/icon-balloons.png") no-repeat;
  height: 94px;
  width: 144px; }

#ageing-face-sub .flyout-image, .magnifying-glass {
  background: url("/Images/icon-magnifying-glass.png") no-repeat;
  height: 95px;
  width: 144px; }

#consult-physician-sub .flyout-image, .pinpoint {
  background: url("/Images/icon-pinpoint.png") no-repeat;
  height: 93px;
  width: 144px; }

.wrinkles {
  background: url("/Images/icon-wrinkles.png") no-repeat;
  height: 97px;
  width: 144px; }

.question-mark {
  background: url("/Images/icon-question-mark.png") no-repeat;
  height: 86px;
  width: 144px; }

.check-mark {
  background: url("/Images/icon-checkmark.png") no-repeat;
  height: 85px;
  width: 144px; }

.check-mark-dark {
  background: url("/Images/icon-checkmark-dark.png") no-repeat;
  height: 95px;
  width: 144px; }

.male {
  background: url("/Images/icon-male.png") no-repeat;
  height: 94px;
  width: 144px; }

/* Global sections */
.overlay {
  background: black;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 99998;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter: alpha(opacity=45); }

.modal {
  background: url("/Images/bkg-popup.png") #f7eff6 repeat-x;
  border: 3px solid white;
  display: none;
  left: 25%;
  max-height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  position: fixed;
  top: 15%;
  width: 50%;
  z-index: 99999;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 639px) {
    .modal {
      left: 0;
      margin: 0 5%;
      width: 90%; } }
  .modal.leaving {
    text-align: center; }
    .modal.leaving h2 {
      font-size: 2.35714em;
      margin: 20px 0; }
    .modal.leaving p {
      margin: 0 auto;
      max-width: 555px; }
    .modal.leaving .clear-btn {
      font-size: 1.21429em !important;
      text-transform: none; }
    .modal.leaving .purple-btn-wrapper {
      margin: 40px 0 0 10px; }
  .modal.cookie h2 {
    font-size: 2.35714em;
    margin: 20px 0; }
  .modal.cookie p {
    margin-bottom: 20px; }

.close {
  background: url("/Images/btn-popup-close.png") center right no-repeat;
  color: #7f216c;
  display: inline-block;
  font-size: 1.21429em;
  height: 28px;
  padding: 10px 33px 0 0;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1002; }

/* Classes used to hide/unhide inline images for responsive */
@media only screen and (max-width: 639px) {
  .image-large {
    display: none; } }

.image-small {
  display: none; }
  @media only screen and (max-width: 639px) {
    .image-small {
      display: block; } }

#callout-box .callout-text-wrapper {
  float: left;
  width: 65%; }
  #callout-box .callout-text-wrapper h3 {
    color: #553852;
    font-weight: 700;
    margin: 9px 0 10px 0; }
  #callout-box .callout-text-wrapper p {
    color: #747474;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left; }
#callout-box .icon {
  background-size: 100%;
  float: left;
  width: 30%; }
  @media only screen and (max-width: 639px) {
    #callout-box .icon {
      margin-top: 6px; } }

.callout {
  background: url("/Images/bkg-callout.png") no-repeat;
  background-size: 100% 100%;
  min-height: 200px !important;
  overflow: auto;
  padding: 30px 0 20px 0; }
  @media only screen and (max-width: 799px) {
    .callout {
      background: url("/Images/bkg-callout-small.png") no-repeat;
      background-size: 100% 100%;
      padding-top: 15px; } }
  @media only screen and (max-width: 639px) {
    .callout {
      margin-top: 20px; } }

#header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999; }
  @media only screen and (max-width: 799px) {
    #header-wrapper {
      margin-bottom: -9px;
      position: relative; } }
  #header-wrapper #header {
    background: url("/Images/bkg-header-gradient.png") #f7f7f7;
    min-height: 72px;
    width: 100%;
    z-index: 999; }
    @media only screen and (max-width: 799px) {
      #header-wrapper #header {
        background: url("/Images/bkg-header-gradient-small.png") #f7f7f7 !important;
        min-height: 60px !important;
        position: relative; } }
    #header-wrapper #header .logo-wrapper {
      float: left;
      padding-left: 10px;
      width: 22%;
      *zoom: 1;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #header-wrapper #header .logo-wrapper:before, #header-wrapper #header .logo-wrapper:after {
        content: " ";
        display: table; }
      #header-wrapper #header .logo-wrapper:after {
        clear: both; }
      @media only screen and (max-width: 799px) {
        #header-wrapper #header .logo-wrapper {
          float: left;
          width: 50%; } }
      #header-wrapper #header .logo-wrapper .logo {
        float: left;
        height: 57px;
        line-height: 0;
        padding-top: 15px;
        max-width: 170px; }
        @media only screen and (max-width: 799px) {
          #header-wrapper #header .logo-wrapper .logo {
            max-width: none !important;
            padding-top: 21px !important;
            text-align: center !important;
            width: 100% !important; } }
        @media only screen and (max-width: 799px) {
          #header-wrapper #header .logo-wrapper .logo img {
            max-width: 136px !important; } }
        #header-wrapper #header .logo-wrapper .logo .subheading-logo {
          color: #c18db5;
          display: block;
          font-size: 0.71429em;
          letter-spacing: 1px;
          margin-top: 8px;
          text-align: center; }
          @media only screen and (max-width: 799px) {
            #header-wrapper #header .logo-wrapper .logo .subheading-logo {
              margin-top: 3px !important;
              width: 100% !important; } }
    #header-wrapper #header #mobile-nav-btn {
      color: #7f216c;
      display: none;
      font-size: 1.07143em;
      height: 73px;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      padding-top: 30px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 799px) {
        #header-wrapper #header #mobile-nav-btn {
          border-left: 1px dotted #7f216c;
          display: inline-block !important;
          float: left;
          position: relative;
          width: 50%; } }
    #header-wrapper #header #nav-wrapper {
      float: left;
      padding-right: 10px;
      width: 78%;
      *zoom: 1;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #header-wrapper #header #nav-wrapper:before, #header-wrapper #header #nav-wrapper:after {
        content: " ";
        display: table; }
      #header-wrapper #header #nav-wrapper:after {
        clear: both; }
      @media only screen and (max-width: 799px) {
        #header-wrapper #header #nav-wrapper {
          clear: both;
          display: block;
          float: none;
          padding: 0 !important;
          position: relative;
          width: 100%; } }
      #header-wrapper #header #nav-wrapper #mobile-white-arrow {
        background: url("/Images/icon-white-arrow-mobile-nav.png") bottom center no-repeat;
        display: none;
        height: 7px;
        position: absolute;
        width: 100%;
        z-index: 999; }
        @media only screen and (max-width: 799px) {
          #header-wrapper #header #nav-wrapper #mobile-white-arrow {
            display: block; } }
      #header-wrapper #header #nav-wrapper #secondary-nav {
        color: #7f216c;
        float: right;
        margin-top: 4px; }
        @media only screen and (max-width: 799px) {
          #header-wrapper #header #nav-wrapper #secondary-nav {
            display: none !important; } }
        #header-wrapper #header #nav-wrapper #secondary-nav li {
          float: left;
          font-size: 0.78571em;
          margin-left: 20px;
          position: relative;
          text-transform: uppercase; }
          #header-wrapper #header #nav-wrapper #secondary-nav li #share-link {
            display: inline-block;
            text-align: center;
            width: 41px; }
            #header-wrapper #header #nav-wrapper #secondary-nav li #share-link.active {
              background-color: white; }
          #header-wrapper #header #nav-wrapper #secondary-nav li #share-nav {
            background-color: white;
            display: none;
            left: -1px;
            padding: 0;
            position: absolute;
            width: 43px;
            z-index: 999; }
            #header-wrapper #header #nav-wrapper #secondary-nav li #share-nav a {
              border-bottom: 1px solid #ebebeb;
              border-left: 1px solid #ebebeb;
              border-right: 1px solid #ebebeb;
              float: none;
              margin: 0;
              padding: 5px 0;
              width: 42px; }
              #header-wrapper #header #nav-wrapper #secondary-nav li #share-nav a span {
                display: block;
                margin: auto; }
      #header-wrapper #header #nav-wrapper #primary-nav {
        color: #7f216c;
        clear: right;
        float: right;
        margin: 15px 0 0 0;
        position: relative; }
        @media only screen and (min-width: 800px) {
          #header-wrapper #header #nav-wrapper #primary-nav {
            display: block !important; } }
        @media only screen and (max-width: 799px) {
          #header-wrapper #header #nav-wrapper #primary-nav {
            background-color: #f3edf2;
            display: none;
            margin-top: 0px !important;
            width: 100%; } }
        #header-wrapper #header #nav-wrapper #primary-nav.active {
          display: block; }
        #header-wrapper #header #nav-wrapper #primary-nav li {
          float: left;
          position: relative; }
          @media only screen and (max-width: 799px) {
            #header-wrapper #header #nav-wrapper #primary-nav li {
              float: none !important;
              text-align: center; } }
          #header-wrapper #header #nav-wrapper #primary-nav li .main-link {
            display: inline-block;
            font-size: 1.07143em;
            text-align: center;
            width: auto; }
            @media only screen and (max-width: 799px) {
              #header-wrapper #header #nav-wrapper #primary-nav li .main-link {
                display: block;
                padding: 0 !important; } }
            #header-wrapper #header #nav-wrapper #primary-nav li .main-link.active {
              background-color: white !important; }
            #header-wrapper #header #nav-wrapper #primary-nav li .main-link span {
              border-right: 1px dotted #7f216c;
              display: inline-block;
              margin: 14px 0 13px 0;
              padding: 0 22px;
              position: relative;
              text-transform: uppercase; }
              @media only screen and (max-width: 799px) {
                #header-wrapper #header #nav-wrapper #primary-nav li .main-link span {
                  border-right: none !important;
                  border-top: 1px dotted #7f216c;
                  display: block;
                  margin: 0 !important;
                  padding: 15px 6px !important; } }
              #header-wrapper #header #nav-wrapper #primary-nav li .main-link span.first {
                border-left: 1px dotted #7f216c; }
                @media only screen and (max-width: 799px) {
                  #header-wrapper #header #nav-wrapper #primary-nav li .main-link span.first {
                    background: url("/Images/bkg-header-mobile-shadow.png") top center repeat-x;
                    border-left: none !important;
                    border-top: none; } }
          #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper {
            display: none;
            min-width: 380px;
            overflow: hidden;
            position: absolute;
            right: -7px;
            z-index: 999; }
            @media only screen and (max-width: 799px) {
              #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper {
                min-width: 100%;
                position: relative;
                right: 0; } }
            #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper {
              background-color: #444444;
              /* Needed for IEs */
              margin: 0 8px 8px 8px;
              -moz-box-shadow: 0px 0px 8px 0px rgba(68, 68, 68, 0.3);
              -webkit-box-shadow: 0px 0px 8px 0px rgba(68, 68, 68, 0.3);
              box-shadow: 0px 0px 8px 0px rgba(68, 68, 68, 0.3);
              *zoom: 1; }
              #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper:before, #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper:after {
                content: " ";
                display: table; }
              #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper:after {
                clear: both; }
              @media only screen and (max-width: 799px) {
                #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper {
                  box-shadow: none;
                  margin: 0; } }
              #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper .flyout-tab {
                background: url("/Images/bkg-header-flyout.png") no-repeat #f7f7f7;
                float: left;
                padding-top: 24px;
                min-height: 139px;
                width: 164px; }
                @media only screen and (max-width: 799px) {
                  #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper .flyout-tab {
                    display: none; } }
                #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper .flyout-tab div {
                  margin: 0 auto; }
                #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper .flyout-tab h3 {
                  color: #9b348a;
                  font-size: 1.07143em;
                  padding: 0 10px;
                  text-align: center; }
              #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection {
                background-color: white;
                color: #7f216c !important;
                float: left;
                min-height: 163px;
                min-width: 200px; }
                @media only screen and (max-width: 799px) {
                  #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection {
                    color: #747474 !important;
                    float: none;
                    min-height: 0px;
                    width: 100%; } }
                #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li {
                  background: url("/Images/bkg-header-sub-divider.png") top right no-repeat;
                  float: none;
                  text-align: right; }
                  @media only screen and (max-width: 799px) {
                    #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li {
                      background: none;
                      border-top: 1px dotted #7f216c;
                      text-align: center; } }
                  #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li a {
                    background: url("/Images/icon-small-arrow.png") 90% center no-repeat;
                    display: block;
                    font-size: 1em;
                    padding: 12px 50px 12px 10px; }
                    @media only screen and (max-width: 799px) {
                      #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li a {
                        background: none;
                        color: #747474; } }
                  #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li:hover {
                    border-top: 0 !important;
                    margin-top: 0 !important; }
                    @media only screen and (max-width: 799px) {
                      #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li:hover {
                        border-top: 1px dotted #7f216c !important; } }
                    #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li:hover a {
                      color: #e5bcdb; }
                      @media only screen and (max-width: 799px) {
                        #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li:hover a {
                          color: #747474; } }
                  #header-wrapper #header #nav-wrapper #primary-nav li .subsection-wrapper .shadow-wrapper ul.subsection li.first {
                    background: none; }
          #header-wrapper #header #nav-wrapper #primary-nav li:hover {
            border-top: 2px solid #e5bcdb;
            margin-top: -2px; }
            @media only screen and (max-width: 799px) {
              #header-wrapper #header #nav-wrapper #primary-nav li:hover {
                border-top: none;
                margin-top: 0; } }
            #header-wrapper #header #nav-wrapper #primary-nav li:hover .main-link span {
              color: #e5bcdb; }
              @media only screen and (max-width: 799px) {
                #header-wrapper #header #nav-wrapper #primary-nav li:hover .main-link span {
                  color: #7f216c; } }
            @media only screen and (max-width: 799px) {
              #header-wrapper #header #nav-wrapper #primary-nav li:hover {
                border-top: none !important;
                color: inherit !important;
                margin-top: 0 !important; } }
          #header-wrapper #header #nav-wrapper #primary-nav li.active {
            border-top: 2px solid #c18db5;
            margin-top: -2px; }
            @media only screen and (max-width: 799px) {
              #header-wrapper #header #nav-wrapper #primary-nav li.active {
                border-top: none !important;
                margin-top: 0 !important; } }
          #header-wrapper #header #nav-wrapper #primary-nav li.last {
            display: none;
            position: relative; }
            #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link {
              border-top: 1px dotted #7f216c;
              padding: 0 !important;
              *zoom: 1;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link:before, #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link:after {
                content: " ";
                display: table; }
              #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link:after {
                clear: both; }
              #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link a {
                background-color: #e4d4e1;
                float: left;
                font-size: 0.78571em;
                padding: 15px 0 !important; }
                #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link a#cookie-link-mobile {
                  border-right: 1px solid #f3edf2;
                  text-transform: uppercase;
                  width: 50%;
                  -moz-box-sizing: border-box;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
                #header-wrapper #header #nav-wrapper #primary-nav li.last .main-link a#share-link-mobile {
                  text-transform: uppercase;
                  width: 50%;
                  -moz-box-sizing: border-box;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
            #header-wrapper #header #nav-wrapper #primary-nav li.last #share-nav-mobile {
              background-color: #e4d4e1 !important;
              display: none;
              position: absolute;
              right: 0;
              top: 43px;
              width: 50%;
              z-index: 999; }
              #header-wrapper #header #nav-wrapper #primary-nav li.last #share-nav-mobile a {
                border-bottom: 1px solid #ebebeb;
                display: block;
                float: none !important;
                margin: 0;
                padding: 5px 3px !important; }
                #header-wrapper #header #nav-wrapper #primary-nav li.last #share-nav-mobile a span {
                  display: block;
                  margin: auto; }
              #header-wrapper #header #nav-wrapper #primary-nav li.last #share-nav-mobile.show {
                display: block; }
            @media only screen and (max-width: 799px) {
              #header-wrapper #header #nav-wrapper #primary-nav li.last {
                display: block; } }
    #header-wrapper #header.scrolled {
      background: url("/Images/bkg-header-gradient-scrolled.png") #f7f7f7;
      min-height: 50px !important; }
      #header-wrapper #header.scrolled .logo-wrapper .logo {
        float: left;
        height: 42px;
        line-height: 0;
        padding-top: 8px;
        width: 166px; }
        #header-wrapper #header.scrolled .logo-wrapper .logo img {
          width: 70%; }
        #header-wrapper #header.scrolled .logo-wrapper .logo .subheading-logo {
          font-size: 0.57143em !important;
          margin-top: 5px !important;
          width: 76%; }
      #header-wrapper #header.scrolled #secondary-nav {
        display: none !important; }
      #header-wrapper #header.scrolled #primary-nav {
        margin-top: 8px !important; }
        #header-wrapper #header.scrolled #primary-nav li .subsection-wrapper {
          padding-top: 0 !important; }
  #header-wrapper .shadow {
    margin-bottom: 0px !important; }

#header-wrapper #header #nav-wrapper #primary-nav li #juvederm-solutions-sub.subsection-wrapper .shadow-wrapper .flyout-tab {
    background: url("/Images/bkg-header-flyout-long.png") no-repeat #f7f7f7;
    min-height: 166px;
}

#header-fill {
  display: block;
  height: 72px;
  width: 100%; }
  @media only screen and (max-width: 799px) {
    #header-fill {
      display: none; } }

.footer {
  padding: 28px 0; }
  .footer .list-wrapper ul li {
    font-size: 1em;
    margin-top: 12px; }
    .footer .list-wrapper ul li a {
      color: #747474; }
  .footer .small-nav {
    margin: 30px auto 0;
    padding-right: 30px;
    text-align: center;
    *zoom: 1; }
    .footer .small-nav:before, .footer .small-nav:after {
      content: " ";
      display: table; }
    .footer .small-nav:after {
      clear: both; }
    .footer .small-nav li {
      display: inline-block;
      line-height: 10px;
      padding: 0 10px; }
      .footer .small-nav li a {
        color: #747474;
        font-size: 0.78571em;
        text-transform: uppercase; }
      .footer .small-nav li.first {
        border-right: 1px solid #7f216c; }
  .footer .small-print {
    margin-top: 16px; }
    .footer .small-print p {
      color: #898989;
      font-size: 13px;
      line-height: 1.2;
      text-align: center; }
      .footer .small-print p.top {
        margin-top: 20px; }
  @media only screen and (max-width: 639px) {
    .footer h4, .footer ul {
      text-align: center; }
    .footer h4 {
      margin-top: 28px; }
    .footer ul {
      margin-top: 21px; } }

.plain-footer {
  border-top: 2px solid #7f216c;
  height: 100px;
  margin-top: 20px; }
  .plain-footer .footer-desc {
    padding-top: 10px; }
    .plain-footer .footer-desc p {
      font-size: 0.71429em; }
  .plain-footer .footer-logo .logo {
    float: right;
    line-height: 0;
    padding-top: 15px; }
    .plain-footer .footer-logo .logo img {
      max-width: 136px !important; }
    .plain-footer .footer-logo .logo .subheading-logo {
      color: #c18db5;
      display: block;
      font-size: 0.71429em;
      letter-spacing: 1px;
      margin-top: 8px;
      text-align: center; }

.top-heading {
  padding: 0 10px; }
  .top-heading h1 {
    padding: 50px 0 18px 0;
    text-align: center; }

.next-steps {
  background-color: #f5f4f5;
  margin-bottom: 19px;
  padding: 0 10px;
  text-align: center; }
  .next-steps .purple-btn-wrapper {
    margin: 10px; }

#faq {
  clear: both;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5%;
  width: 90%; }
  #faq ul {
    margin-bottom: 40px; }
    #faq ul li {
      border-bottom: 1px dotted #7f216c; }
      #faq ul li h3 {
        font-size: 1em !important; }
        #faq ul li h3 .question {
          background: url("/Images/icon-solutions-faq-plus.png") center right no-repeat;
          color: #848480;
          display: block;
          font-size: 1.71429em;
          padding: 20px 60px; }
          #faq ul li h3 .question span {
            color: #7f216c; }
        #faq ul li h3.first {
          border-top: 1px dotted #7f216c; }
      #faq ul li .answer {
        display: none;
        padding-bottom: 20px; }
        #faq ul li .answer p {
          margin: 0 auto;
          text-transform: none;
          max-width: 800px; }
      #faq ul li.active .answer {
        display: block; }
      #faq ul li.active .question {
        background: url("/Images/icon-solutions-faq-minus.png") center right no-repeat;
        color: #7f216c; }

.white-down-arrow {
  background: url("/Images/icon-white-down-arrow.png") top center no-repeat;
  display: block;
  height: 15px;
  width: 100%; }

.pink-down-arrow {
  background: url("/Images/icon-pink-down-arrow.png") top center no-repeat;
  display: block;
  height: 15px;
  width: 100%; }

.light-pink-down-arrow {
  background: url("/Images/icon-light-pink-down-arrow.png") top center no-repeat;
  display: block;
  height: 15px;
  width: 100%; }

/* Home Page */
@media only screen and (max-width: 639px) {
  #home-page {
    margin-top: 0px !important; } }
#home-page .hero-home {
  margin-top: -72px;
  position: relative; }
  @media only screen and (max-width: 799px) {
    #home-page .hero-home {
      margin-top: 0px; } }
  #home-page .hero-home h1 {
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  @media only screen and (max-width: 960px) {
    #home-page .hero-home .slideshow-wrapper .home-slider {
      background-size: 1px 450px; } }
  #home-page .hero-home .slideshow-wrapper .home-slider li {
    min-height: 680px;
    overflow: hidden;
    visibility: hidden;
    *zoom: 1; }
    #home-page .hero-home .slideshow-wrapper .home-slider li:before, #home-page .hero-home .slideshow-wrapper .home-slider li:after {
      content: " ";
      display: table; }
    #home-page .hero-home .slideshow-wrapper .home-slider li:after {
      clear: both; }
    @media only screen and (max-width: 639px) {
      #home-page .hero-home .slideshow-wrapper .home-slider li {
        padding-bottom: 60px; } }
    #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box {
      padding: 120px 0 0 10px;
      position: relative;
      width: 500px;
      z-index: 10; }
      @media only screen and (max-width: 960px) {
        #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box {
          padding-left: 100px;
          width: 45%; } }
      @media only screen and (max-width: 799px) {
        #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box {
          margin-top: 40px;
          padding: 0 !important;
          position: relative !important;
          width: auto !important; }
          #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box h2 {
            font-size: 2.42857em !important;
            text-align: center; }
          #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box .subheading {
            text-align: center; }
          #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box .heading-box, #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box .content-box {
            padding: 0 10px; } }
      #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box h2 {
        font-size: 3.42857em; }
      #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box .subheading {
        font-size: 1.28571em;
        margin-top: 8px; }
      #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box p {
        color: #747474;
        line-height: 1.5;
        margin: 30px 0; }
      #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box img.headline-mobile {
        display: none !important;
        max-width: 100%; }
        @media only screen and (max-width: 799px) {
          #home-page .hero-home .slideshow-wrapper .home-slider li .slider-side-box img.headline-mobile {
            display: block !important;
            width: 100%; } }
    #home-page .hero-home .slideshow-wrapper .home-slider li .image-holder {
      position: absolute;
      width: 100%; }
      #home-page .hero-home .slideshow-wrapper .home-slider li .image-holder img.headline {
        float: right;
        margin-right: -100px;
        position: relative; }
        @media only screen and (max-width: 799px) {
          #home-page .hero-home .slideshow-wrapper .home-slider li .image-holder img.headline {
            width: 90%; } }
      @media only screen and (max-width: 799px) {
        #home-page .hero-home .slideshow-wrapper .home-slider li .image-holder {
          display: none !important; } }
    #home-page .hero-home .slideshow-wrapper .home-slider li.headline-one img.headline {
      margin-right: -270px; }
    #home-page .hero-home .slideshow-wrapper .home-slider li.headline-two img.headline {
      margin-right: -330px; }
    #home-page .hero-home .slideshow-wrapper .home-slider li.headline-three img.headline {
      margin-right: -240px; }
  #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-controls-direction a {
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
    @media only screen and (max-width: 799px) {
      #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-controls-direction a {
        top: 30%; } }
    @media only screen and (max-width: 639px) {
      #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-controls-direction a {
        height: 32px;
        width: 17px; } }
  #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-prev {
    background: url("/Images/icon-home-slider-arrow-sprite.png") 0 0 no-repeat; }
    @media only screen and (max-width: 639px) {
      #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-prev {
        background: url("/Images/icon-home-slider-arrow-sprite-small.png") 0 0 no-repeat; } }
    #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-prev:hover {
      background: url("/Images/icon-home-slider-arrow-sprite.png") 0 -87px no-repeat; }
      @media only screen and (max-width: 639px) {
        #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-prev:hover {
          background: url("/Images/icon-home-slider-arrow-sprite-small.png") 0 -32px no-repeat; } }
  #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-next {
    background: url("/Images/icon-home-slider-arrow-sprite.png") -47px -87px no-repeat; }
    @media only screen and (max-width: 639px) {
      #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-next {
        background: url("/Images/icon-home-slider-arrow-sprite-small.png") -17px -32px no-repeat; } }
    #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-next:hover {
      background: url("/Images/icon-home-slider-arrow-sprite.png") -47px 0 no-repeat; }
      @media only screen and (max-width: 639px) {
        #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-next:hover {
          background: url("/Images/icon-home-slider-arrow-sprite-small.png") -17px 0 no-repeat; } }
  @media only screen and (max-width: 799px) {
    #home-page .hero-home .slideshow-wrapper .bx-wrapper .bx-pager.bx-default-pager {
      display: none !important; } }

/* Ageing Face Home */
#ageing-face {
  overflow-x: hidden;
  *zoom: 1; }
  #ageing-face:before, #ageing-face:after {
    content: " ";
    display: table; }
  #ageing-face:after {
    clear: both; }
  #ageing-face .ageing-face-wrapper {
    overflow: hidden;
    min-height: 700px; }
    #ageing-face .ageing-face-wrapper .title-group {
      float: left;
      padding-left: 10px;
      position: relative;
      width: 43%;
      z-index: 1; }
      @media only screen and (max-width: 960px) {
        #ageing-face .ageing-face-wrapper .title-group {
          display: block !important;
          float: none !important;
          margin: 0 auto;
          width: auto; } }
      #ageing-face .ageing-face-wrapper .title-group h1 {
        font-size: 4.28571em !important;
        margin-top: 62px; }
        @media only screen and (max-width: 960px) {
          #ageing-face .ageing-face-wrapper .title-group h1 {
            font-size: 3em !important;
            text-align: center; } }
      #ageing-face .ageing-face-wrapper .title-group .subheading {
        margin: 10px 0 27px 0; }
        @media only screen and (max-width: 960px) {
          #ageing-face .ageing-face-wrapper .title-group .subheading {
            text-align: center; } }
    #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper {
      margin-bottom: 20px;
      margin-left: 300px;
      position: absolute;
      width: 1000px;
      z-index: 0;
      *zoom: 1; }
      #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper:before, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper:after {
        content: " ";
        display: table; }
      #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper:after {
        clear: both; }
      @media only screen and (max-width: 960px) {
        #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper {
          display: block !important;
          float: none !important;
          margin: 0 auto;
          padding-left: 25px;
          position: relative;
          width: 1000px; } }
      @media only screen and (max-width: 799px) {
        #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper {
          padding-left: 0px;
          width: 100%; } }
      #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper .before-after-left {
        background: url("/Images/bkg-ageing-before-after-left.jpg") no-repeat;
        float: left;
        height: 637px;
        width: 144px; }
        @media only screen and (max-width: 799px) {
          #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper .before-after-left {
            display: none; } }
      #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper .before-after-right {
        background: url("/Images/bkg-ageing-before-after-right.jpg") no-repeat;
        float: left;
        height: 637px;
        width: 263px; }
        @media only screen and (max-width: 799px) {
          #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper .before-after-right {
            display: none; } }
      #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider {
        height: 637px;
        float: left;
        position: relative;
        width: 477px; }
        @media only screen and (max-width: 799px) {
          #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider {
            float: none;
            height: 344px;
            margin: 0 auto;
            width: 320px; } }
        #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-handle-wrapper, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-bar, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-shadow {
          height: 637px; }
          @media only screen and (max-width: 799px) {
            #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-handle-wrapper, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-bar, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-shadow {
              height: 344px; } }
        #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper {
          height: 637px;
          width: 477px; }
          @media only screen and (max-width: 799px) {
            #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper {
              height: 344px;
              width: 320px; } }
          #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper .slider-mask, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper .slider-bg {
            height: 637px;
            width: 477px; }
            @media only screen and (max-width: 799px) {
              #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper .slider-mask, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper .slider-bg {
                height: 344px;
                margin-left: 0px;
                width: 320px; } }
            #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper .slider-mask img, #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider .slider-mask-wrapper .slider-bg img {
              display: block; }
        #ageing-face .ageing-face-wrapper #ageing-before-after-wrapper #ageing-before-after-slider img {
          display: none; }
    #ageing-face .ageing-face-wrapper .caption {
      clear: left;
      font-size: 1.07143em;
      margin-top: 630px;
      margin-left: 295px;
      padding-left: 240px;
      position: absolute;
      text-align: left; }
      @media only screen and (max-width: 960px) {
        #ageing-face .ageing-face-wrapper .caption {
          display: block;
          padding: 0;
          position: relative;
          margin: 0 0 10px 0;
          text-align: center; } }
    #ageing-face .ageing-face-wrapper .bottom-info {
      clear: left;
      padding-left: 10px;
      position: relative;
      width: 43%;
      z-index: 1; }
      @media only screen and (max-width: 960px) {
        #ageing-face .ageing-face-wrapper .bottom-info {
          display: block !important;
          float: none !important;
          margin: 0 auto;
          width: 95%; } }
      #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing {
        background: url("/Images/btn-purple-bkg-shadow.png") bottom center no-repeat;
        background-size: 100% 10px;
        margin: 38px 0 50px 0;
        *zoom: 1; }
        #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing:before, #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing:after {
          content: " ";
          display: table; }
        #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing:after {
          clear: both; }
        @media only screen and (max-width: 960px) {
          #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing {
            display: block;
            margin: 20px auto;
            text-align: center; } }
        #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing .purple-btn-wrapper {
          float: left;
          margin: 0 3px 3px 0; }
          @media only screen and (max-width: 960px) {
            #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing .purple-btn-wrapper {
              display: inline-block;
              float: none; } }
          #ageing-face .ageing-face-wrapper .bottom-info .btn-cluster-ageing .purple-btn-wrapper .purple-btn {
            min-width: 135px;
            padding: 10px;
            text-align: center; }

/* Ageing Face Lips, Lines, Volume, and neckline */
.four-block-faces .small {
  display: none;
  max-width: 100%; }
  @media only screen and (max-width: 639px) {
    .four-block-faces .small {
      display: block; } }

#lip-lines .four-block-faces .image-holder {
  background: url("/Images/bkg-ageing-lips-blocks-large.jpg") top center repeat-x; }
  @media only screen and (max-width: 639px) {
    #lip-lines .four-block-faces .image-holder {
      display: none; } }

#lines-and-wrinkles .four-block-faces .image-holder {
  background: url("/Images/bkg-ageing-facial-blocks-large.jpg") top center repeat-x; }
  @media only screen and (max-width: 639px) {
    #lines-and-wrinkles .four-block-faces .image-holder {
      display: none; } }

#decreased-volume .four-block-faces .image-holder {
  background: url("/Images/bkg-ageing-volume-blocks-large.jpg") top center repeat-x; }
  @media only screen and (max-width: 639px) {
    #decreased-volume .four-block-faces .image-holder {
      display: none; } }

#neckline-decolletage .four-block-faces .image-holder {
  background: url("/Images/bkg-ageing-neckline-blocks-large.jpg") top center repeat-x; }
  @media only screen and (max-width: 639px) {
    #neckline-decolletage .four-block-faces .image-holder {
      display: none; } }

#lip-lines .cause, #lines-and-wrinkles .cause, #decreased-volume .cause, #neckline-decolletage .cause {
  background-color: #f5eef6;
  padding: 0 10px; }
  #lip-lines .cause p, #lines-and-wrinkles .cause p, #decreased-volume .cause p, #neckline-decolletage .cause p {
    display: block;
    margin: 0 auto;
    max-width: 720px; }
    #lip-lines .cause p.margin, #lines-and-wrinkles .cause p.margin, #decreased-volume .cause p.margin, #neckline-decolletage .cause p.margin {
      margin-bottom: 26px; }
  #lip-lines .cause .subheading-purple, #lines-and-wrinkles .cause .subheading-purple, #decreased-volume .cause .subheading-purple, #neckline-decolletage .cause .subheading-purple {
    padding: 9px 0 11px 0;
    text-align: center; }
  #lip-lines .cause .teardrops, #lines-and-wrinkles .cause .teardrops, #decreased-volume .cause .teardrops, #neckline-decolletage .cause .teardrops {
    display: block;
    margin: 0 auto;
    max-width: 530px;
    *zoom: 1; }
    #lip-lines .cause .teardrops:before, #lip-lines .cause .teardrops:after, #lines-and-wrinkles .cause .teardrops:before, #lines-and-wrinkles .cause .teardrops:after, #decreased-volume .cause .teardrops:before, #decreased-volume .cause .teardrops:after, #neckline-decolletage .cause .teardrops:before, #neckline-decolletage .cause .teardrops:after {
      content: " ";
      display: table; }
    #lip-lines .cause .teardrops:after, #lines-and-wrinkles .cause .teardrops:after, #decreased-volume .cause .teardrops:after, #neckline-decolletage .cause .teardrops:after {
      clear: both; }
    #lip-lines .cause .teardrops span, #lines-and-wrinkles .cause .teardrops span, #decreased-volume .cause .teardrops span, #neckline-decolletage .cause .teardrops span {
      color: #7f216c;
      float: left;
      font-size: 1.28571em;
      height: 173px;
      line-height: 1.2;
      padding-top: 62px;
      text-align: center;
      width: 141px; }
      #lip-lines .cause .teardrops span.first, #lines-and-wrinkles .cause .teardrops span.first, #decreased-volume .cause .teardrops span.first, #neckline-decolletage .cause .teardrops span.first {
        background: url("/Images/bkg-ageing-teardrop-full.png") center center no-repeat;
        margin-right: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 799px) {
          #lip-lines .cause .teardrops span.first, #lines-and-wrinkles .cause .teardrops span.first, #decreased-volume .cause .teardrops span.first, #neckline-decolletage .cause .teardrops span.first {
            margin-bottom: 10px;
            margin-right: 0; } }
      #lip-lines .cause .teardrops span.second, #lines-and-wrinkles .cause .teardrops span.second, #decreased-volume .cause .teardrops span.second, #neckline-decolletage .cause .teardrops span.second {
        background: url("/Images/bkg-ageing-teardrop-half.png") center center no-repeat;
        margin-right: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 799px) {
          #lip-lines .cause .teardrops span.second, #lines-and-wrinkles .cause .teardrops span.second, #decreased-volume .cause .teardrops span.second, #neckline-decolletage .cause .teardrops span.second {
            margin-bottom: 10px;
            margin-right: 0; } }
      #lip-lines .cause .teardrops span.third, #lines-and-wrinkles .cause .teardrops span.third, #decreased-volume .cause .teardrops span.third, #neckline-decolletage .cause .teardrops span.third {
        background: url("/Images/bkg-ageing-teardrop-empty.png") center center no-repeat;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      @media only screen and (max-width: 799px) {
        #lip-lines .cause .teardrops span, #lines-and-wrinkles .cause .teardrops span, #decreased-volume .cause .teardrops span, #neckline-decolletage .cause .teardrops span {
          display: block;
          float: none !important;
          width: 100% !important; } }
  #lip-lines .cause .faded-btn-wrapper, #lines-and-wrinkles .cause .faded-btn-wrapper, #decreased-volume .cause .faded-btn-wrapper, #neckline-decolletage .cause .faded-btn-wrapper {
    display: inline-block;
    margin: 31px 0; }
#lip-lines .effect, #lines-and-wrinkles .effect, #decreased-volume .effect, #neckline-decolletage .effect {
  padding-bottom: 20px; }
  #lip-lines .effect .effect-left span, #lines-and-wrinkles .effect .effect-left span, #decreased-volume .effect .effect-left span, #neckline-decolletage .effect .effect-left span {
    color: #7f216c;
    display: block;
    font-size: 1.14286em;
    font-weight: 700;
    line-height: 2;
    margin-top: 21px; }
  #lip-lines .effect .effect-left h3, #lines-and-wrinkles .effect .effect-left h3, #decreased-volume .effect .effect-left h3, #neckline-decolletage .effect .effect-left h3 {
    font-size: 1.28571em;
    margin: 20px 0 10px 0; }
  #lip-lines .effect .effect-left .wrinkle-types, #lines-and-wrinkles .effect .effect-left .wrinkle-types, #decreased-volume .effect .effect-left .wrinkle-types, #neckline-decolletage .effect .effect-left .wrinkle-types {
    float: left; }
    @media only screen and (max-width: 799px) {
      #lip-lines .effect .effect-left .wrinkle-types, #lines-and-wrinkles .effect .effect-left .wrinkle-types, #decreased-volume .effect .effect-left .wrinkle-types, #neckline-decolletage .effect .effect-left .wrinkle-types {
        margin-top: 0; } }
    #lip-lines .effect .effect-left .wrinkle-types li, #lines-and-wrinkles .effect .effect-left .wrinkle-types li, #decreased-volume .effect .effect-left .wrinkle-types li, #neckline-decolletage .effect .effect-left .wrinkle-types li {
      height: 30px; }
      #lip-lines .effect .effect-left .wrinkle-types li span, #lines-and-wrinkles .effect .effect-left .wrinkle-types li span, #decreased-volume .effect .effect-left .wrinkle-types li span, #neckline-decolletage .effect .effect-left .wrinkle-types li span {
        background: url("/Images/icon-ageing-pink-bullet.png") no-repeat;
        clear: left;
        color: white;
        float: left;
        font-size: 0.71429em;
        height: 13px;
        line-height: 1 !important;
        margin: 8px 0 0 0 !important;
        padding: 2px 0 0 3px;
        width: 13px; }
      #lip-lines .effect .effect-left .wrinkle-types li p, #lines-and-wrinkles .effect .effect-left .wrinkle-types li p, #decreased-volume .effect .effect-left .wrinkle-types li p, #neckline-decolletage .effect .effect-left .wrinkle-types li p {
        color: #7f216c !important;
        float: left;
        font-size: 1.07143em !important;
        line-height: 2 !important; }
  #lip-lines .effect .effect-right, #lines-and-wrinkles .effect .effect-right, #decreased-volume .effect .effect-right, #neckline-decolletage .effect .effect-right {
    padding-top: 10px; }
    #lip-lines .effect .effect-right img, #lines-and-wrinkles .effect .effect-right img, #decreased-volume .effect .effect-right img, #neckline-decolletage .effect .effect-right img {
      max-width: 100%; }
      @media only screen and (max-width: 639px) {
        #lip-lines .effect .effect-right img, #lines-and-wrinkles .effect .effect-right img, #decreased-volume .effect .effect-right img, #neckline-decolletage .effect .effect-right img {
          display: block;
          margin: 10px auto; } }
  #lip-lines .effect .center-btn-wrapper, #lines-and-wrinkles .effect .center-btn-wrapper, #decreased-volume .effect .center-btn-wrapper, #neckline-decolletage .effect .center-btn-wrapper {
    clear: both;
    padding-top: 30px; }
#lip-lines .cause-effect, #lines-and-wrinkles .cause-effect, #decreased-volume .cause-effect, #neckline-decolletage .cause-effect {
  padding-bottom: 20px; }
  #lip-lines .cause-effect .cause-effect-left span, #lines-and-wrinkles .cause-effect .cause-effect-left span, #decreased-volume .cause-effect .cause-effect-left span, #neckline-decolletage .cause-effect .cause-effect-left span {
    color: #7f216c;
    display: block;
    font-size: 1.14286em;
    font-weight: 700;
    line-height: 2;
    margin-top: 21px; }
  #lip-lines .cause-effect .cause-effect-left h2.subtitle, #lines-and-wrinkles .cause-effect .cause-effect-left h2.subtitle, #decreased-volume .cause-effect .cause-effect-left h2.subtitle, #neckline-decolletage .cause-effect .cause-effect-left h2.subtitle {
    line-height: 2 !important;
    margin: 20px 0 10px 0; }
  #lip-lines .cause-effect .cause-effect-left .faded-btn-wrapper, #lines-and-wrinkles .cause-effect .cause-effect-left .faded-btn-wrapper, #decreased-volume .cause-effect .cause-effect-left .faded-btn-wrapper, #neckline-decolletage .cause-effect .cause-effect-left .faded-btn-wrapper {
    margin-top: 30px; }
  #lip-lines .cause-effect .cause-effect-right, #lines-and-wrinkles .cause-effect .cause-effect-right, #decreased-volume .cause-effect .cause-effect-right, #neckline-decolletage .cause-effect .cause-effect-right {
    padding-top: 32px; }
    #lip-lines .cause-effect .cause-effect-right .caption-purple, #lines-and-wrinkles .cause-effect .cause-effect-right .caption-purple, #decreased-volume .cause-effect .cause-effect-right .caption-purple, #neckline-decolletage .cause-effect .cause-effect-right .caption-purple {
      margin: 0px auto 10px auto;
      width: 100%; }
      @media only screen and (max-width: 799px) {
        #lip-lines .cause-effect .cause-effect-right .caption-purple, #lines-and-wrinkles .cause-effect .cause-effect-right .caption-purple, #decreased-volume .cause-effect .cause-effect-right .caption-purple, #neckline-decolletage .cause-effect .cause-effect-right .caption-purple {
          margin-top: 5px; } }
    #lip-lines .cause-effect .cause-effect-right img, #lines-and-wrinkles .cause-effect .cause-effect-right img, #decreased-volume .cause-effect .cause-effect-right img, #neckline-decolletage .cause-effect .cause-effect-right img {
      max-width: 100%; }
      @media only screen and (max-width: 639px) {
        #lip-lines .cause-effect .cause-effect-right img, #lines-and-wrinkles .cause-effect .cause-effect-right img, #decreased-volume .cause-effect .cause-effect-right img, #neckline-decolletage .cause-effect .cause-effect-right img {
          display: block;
          margin: 10px auto; } }
    #lip-lines .cause-effect .cause-effect-right .face-image-wrapper, #lines-and-wrinkles .cause-effect .cause-effect-right .face-image-wrapper, #decreased-volume .cause-effect .cause-effect-right .face-image-wrapper, #neckline-decolletage .cause-effect .cause-effect-right .face-image-wrapper {
      clear: both;
      display: inline;
      float: right;
      margin-top: -18px; }
      @media only screen and (max-width: 799px) {
        #lip-lines .cause-effect .cause-effect-right .face-image-wrapper, #lines-and-wrinkles .cause-effect .cause-effect-right .face-image-wrapper, #decreased-volume .cause-effect .cause-effect-right .face-image-wrapper, #neckline-decolletage .cause-effect .cause-effect-right .face-image-wrapper {
          display: block;
          float: none;
          margin-top: 0px; } }
      @media only screen and (max-width: 799px) {
        #lip-lines .cause-effect .cause-effect-right .face-image-wrapper img, #lines-and-wrinkles .cause-effect .cause-effect-right .face-image-wrapper img, #decreased-volume .cause-effect .cause-effect-right .face-image-wrapper img, #neckline-decolletage .cause-effect .cause-effect-right .face-image-wrapper img {
          display: block;
          margin: 0 auto; } }
    #lip-lines .cause-effect .cause-effect-right .neckline-image-wrapper, #lines-and-wrinkles .cause-effect .cause-effect-right .neckline-image-wrapper, #decreased-volume .cause-effect .cause-effect-right .neckline-image-wrapper, #neckline-decolletage .cause-effect .cause-effect-right .neckline-image-wrapper {
      display: inline;
      float: left;
      padding-left: 55px; }
      @media only screen and (max-width: 799px) {
        #lip-lines .cause-effect .cause-effect-right .neckline-image-wrapper, #lines-and-wrinkles .cause-effect .cause-effect-right .neckline-image-wrapper, #decreased-volume .cause-effect .cause-effect-right .neckline-image-wrapper, #neckline-decolletage .cause-effect .cause-effect-right .neckline-image-wrapper {
          display: block;
          float: none;
          padding-left: 0px; } }
      @media only screen and (max-width: 799px) {
        #lip-lines .cause-effect .cause-effect-right .neckline-image-wrapper img, #lines-and-wrinkles .cause-effect .cause-effect-right .neckline-image-wrapper img, #decreased-volume .cause-effect .cause-effect-right .neckline-image-wrapper img, #neckline-decolletage .cause-effect .cause-effect-right .neckline-image-wrapper img {
          display: block;
          margin: 0 auto; } }
  #lip-lines .cause-effect .center-btn-wrapper, #lines-and-wrinkles .cause-effect .center-btn-wrapper, #decreased-volume .cause-effect .center-btn-wrapper, #neckline-decolletage .cause-effect .center-btn-wrapper {
    clear: both;
    padding-top: 30px; }

/* Ageing template for sub pages */
.ageing-sub-template a {
  color: #7f216c; }
.ageing-sub-template .four-block-faces {
  line-height: 0; }
  .ageing-sub-template .four-block-faces .image-holder {
    display: block;
    height: 271px;
    margin: 0 auto; }
    @media only screen and (max-width: 639px) {
      .ageing-sub-template .four-block-faces .image-holder {
        height: 145px;
        max-width: 640px; } }
.ageing-sub-template .pink-quote-holder {
  background-color: #c18db5;
  min-height: 66px;
  margin-top: 50px;
  padding: 0 10px 16px 10px; }
  .ageing-sub-template .pink-quote-holder .shadow {
    margin-bottom: 18px; }
  .ageing-sub-template .pink-quote-holder p {
    text-align: center; }
.ageing-sub-template .next-steps {
  padding-bottom: 26px; }
  .ageing-sub-template .next-steps h2.subtitle {
    line-height: 2 !important;
    margin-top: 40px !important; }

/* Solutions */
#juvederm-solutions .title-group h1 {
  font-size: 3.14286em !important;
  margin: 50px 0 5px 0; }
  @media only screen and (max-width: 799px) {
    #juvederm-solutions .title-group h1 {
      font-size: 2.28571em !important; } }
#juvederm-solutions .title-group .subheading {
  color: #848480 !important;
  margin-bottom: 20px; }
#juvederm-solutions .landing-faces {
  float: right;
  height: auto;
  margin-top: -20px; }
  #juvederm-solutions .landing-faces .large-faces {
    display: block;
    max-width: 100%; }
    @media only screen and (max-width: 639px) {
      #juvederm-solutions .landing-faces .large-faces {
        display: none; } }
  #juvederm-solutions .landing-faces .small-faces {
    display: none;
    max-width: 100%; }
    @media only screen and (max-width: 639px) {
      #juvederm-solutions .landing-faces .small-faces {
        display: block; } }
  @media only screen and (max-width: 639px) {
    #juvederm-solutions .landing-faces {
      float: left !important;
      margin-top: 20px !important; } }
#juvederm-solutions .box-solutions p {
  margin-bottom: 30px; }
#juvederm-solutions .box-solutions .juv-range {
  background: url("/Images/bkg-solutions-range.png") repeat-x;
  width: 464px;
  min-height: 242px;
  padding: 20px; }
  @media only screen and (max-width: 639px) {
    #juvederm-solutions .box-solutions .juv-range {
      max-width: 464px;
      width: auto !important; } }
  #juvederm-solutions .box-solutions .juv-range h2 {
    font-size: 1.35714em !important;
    font-weight: 700;
    margin-bottom: 20px; }
  #juvederm-solutions .box-solutions .juv-range ul {
    margin-left: 20px; }
    #juvederm-solutions .box-solutions .juv-range ul li {
      color: #7f216c;
      font-size: 1.35714em;
      line-height: 1.5;
      list-style-type: disc; }
      #juvederm-solutions .box-solutions .juv-range ul li span {
        color: #848480; }
#juvederm-solutions .box-solutions .btn-cluster {
  margin: 20px 0 30px 0; }
  @media only screen and (max-width: 639px) {
    #juvederm-solutions .box-solutions .btn-cluster {
      text-align: center; } }
  #juvederm-solutions .box-solutions .btn-cluster .purple-btn {
    min-width: 100px !important;
    padding-right: 10px;
    text-align: center; }
    @media only screen and (max-width: 639px) {
      #juvederm-solutions .box-solutions .btn-cluster .purple-btn {
        margin-top: 5px; } }

/* Solutions - Before / After */
#before-after {
  background: url("/Images/bkg-large-pink.png") repeat-x; }
  #before-after p {
    text-align: center; }
  #before-after .contained {
    letter-spacing: 1px;
    max-width: 750px; }
  #before-after .see-the-difference-steps {
    margin-top: 40px; }
    #before-after .see-the-difference-steps .step {
      height: 500px; }
      #before-after .see-the-difference-steps .step p {
        color: #888888 !important;
        font-size: 0.85714em !important; }
      #before-after .see-the-difference-steps .step .circle {
        background: url("/Images/icon-solution-step-circle.png") no-repeat;
        color: white;
        display: block;
        font-size: 0.85714em;
        height: 18px;
        margin: 0 auto;
        padding-top: 5px;
        text-align: center;
        width: 24px; }
      #before-after .see-the-difference-steps .step.one {
        background: url("/Images/bkg-solutions-region.png") no-repeat;
        background-position: 0px 30px;
        background-size: 300px;
        position: relative; }
        @media only screen and (max-width: 960px) {
          #before-after .see-the-difference-steps .step.one {
            background-position: left 28px;
            background-size: 298px;
            display: block !important;
            float: none !important;
            margin: 0 auto !important;
            width: 300px; } }
        #before-after .see-the-difference-steps .step.one .dot {
          background: url("/Images/icon-solutions-region-dots.png") -35px 0 no-repeat;
          cursor: pointer;
          display: block;
          height: 34px;
          position: absolute;
          width: 35px; }
          #before-after .see-the-difference-steps .step.one .dot.active {
            background: url("/Images/icon-solutions-region-dots.png") 0 0 no-repeat; }
          #before-after .see-the-difference-steps .step.one .dot.lips {
            left: 120px;
            top: 326px; }
          #before-after .see-the-difference-steps .step.one .dot.cheek {
            left: 200px;
            top: 264px; }
          #before-after .see-the-difference-steps .step.one .dot.upper-lip {
            left: 170px;
            top: 304px; }
          #before-after .see-the-difference-steps .step.one .dot.eyebrow {
            left: 140px;
            top: 214px; }
          #before-after .see-the-difference-steps .step.one .dot.eye {
            left: 56px;
            top: 236px; }
        #before-after .see-the-difference-steps .step.one #region-select {
          bottom: 30px;
          left: 70px;
          position: absolute; }
          #before-after .see-the-difference-steps .step.one #region-select .faded-btn-wrapper {
            padding-bottom: 0px; }
            #before-after .see-the-difference-steps .step.one #region-select .faded-btn-wrapper .faded-btn {
              min-width: 150px !important;
              padding-right: 10px; }
          #before-after .see-the-difference-steps .step.one #region-select #options {
            background-color: white;
            display: none;
            position: absolute;
            z-index: 111; }
            #before-after .see-the-difference-steps .step.one #region-select #options span {
              color: #7f216c;
              cursor: pointer;
              display: block;
              padding: 5px 0 5px 12px;
              word-wrap: break-word; }
              #before-after .see-the-difference-steps .step.one #region-select #options span:hover {
                background-color: #c18db5; }
      @media only screen and (max-width: 960px) {
        #before-after .see-the-difference-steps .step.two {
          display: block !important;
          float: none !important;
          height: 500px;
          margin: 0 auto !important;
          width: 300px; } }
      #before-after .see-the-difference-steps .step.two .arrow {
        display: block;
        height: 15px;
        padding-top: 5px; }
        #before-after .see-the-difference-steps .step.two .arrow.up {
          background: url("/Images/icon-arrow-up.png") center center no-repeat #efe3ee;
          margin: 24px 0 3px 0; }
        #before-after .see-the-difference-steps .step.two .arrow.down {
          background: url("/Images/icon-arrow-down.png") center center no-repeat #efe3ee;
          margin-top: 3px; }
      #before-after .see-the-difference-steps .step.two #face-select {
        display: block; }
        #before-after .see-the-difference-steps .step.two #face-select .face {
          display: block;
          height: 104px;
          margin: 0 auto;
          width: 101px; }
          #before-after .see-the-difference-steps .step.two #face-select .face.one {
            background: url("/Images/bkg-solutions-face-1.png") -101px 0 no-repeat;
            margin: 15px auto 10px auto; }
            #before-after .see-the-difference-steps .step.two #face-select .face.one.active {
              background: url("/Images/bkg-solutions-face-1.png") 0 0 no-repeat; }
          #before-after .see-the-difference-steps .step.two #face-select .face.two {
            background: url("/Images/bkg-solutions-face-2.png") -101px 0 no-repeat;
            margin-bottom: 10px; }
            #before-after .see-the-difference-steps .step.two #face-select .face.two.active {
              background: url("/Images/bkg-solutions-face-2.png") 0 0 no-repeat; }
          #before-after .see-the-difference-steps .step.two #face-select .face.three {
            background: url("/Images/bkg-solutions-face-3.png") -101px 0 no-repeat;
            margin-bottom: 15px; }
            #before-after .see-the-difference-steps .step.two #face-select .face.three.active {
              background: url("/Images/bkg-solutions-face-3.png") 0 0 no-repeat; }
      #before-after .see-the-difference-steps .step.three {
        overflow: hidden;
        padding-right: 0px; }
        @media only screen and (max-width: 960px) {
          #before-after .see-the-difference-steps .step.three {
            display: block !important;
            float: none !important;
            height: 550px;
            margin: 0 auto !important;
            width: 500px; } }
        @media only screen and (max-width: 639px) {
          #before-after .see-the-difference-steps .step.three {
            height: 300px !important;
            width: 300px; } }
        #before-after .see-the-difference-steps .step.three #solutions-before-after-slider {
          height: 413px;
          margin-top: 20px;
          margin-left: 10px;
          position: relative;
          width: 565px; }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame {
            background: url("/Images/bkg-solutions-before-after-frame-large.png") no-repeat;
            height: 413px;
            position: absolute;
            width: 462px;
            z-index: 100; }
            @media only screen and (max-width: 639px) {
              #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame {
                background: url("/Images/bkg-solutions-before-after-frame-small.png") no-repeat; } }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-after, #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-before {
            bottom: 15px;
            color: white;
            position: absolute;
            text-transform: uppercase;
            z-index: 101; }
            @media only screen and (max-width: 639px) {
              #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-after, #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-before {
                bottom: 7px;
                font-size: 0.78571em; } }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-after {
            left: 345px; }
            @media only screen and (max-width: 639px) {
              #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-after {
                left: 190px; } }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-before {
            left: 115px; }
            @media only screen and (max-width: 639px) {
              #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-frame-text-before {
                left: 65px; } }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-handle-wrapper {
            display: none;
            right: 0;
            top: 8px; }
            @media only screen and (max-width: 639px) {
              #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-handle-wrapper {
                top: 4px; } }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-mask-wrapper {
            margin: 6px; }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-mask img, #before-after .see-the-difference-steps .step.three #solutions-before-after-slider .slider-bg img {
            display: block;
            position: absolute; }
          #before-after .see-the-difference-steps .step.three #solutions-before-after-slider img {
            display: none; }
          @media only screen and (max-width: 639px) {
            #before-after .see-the-difference-steps .step.three #solutions-before-after-slider {
              height: 232px; } }

/* Solutions - Lift, Define, Revitalise */
.block-face {
  background-color: #cdcbbf;
  display: block;
  line-height: 0;
  margin: 0 auto;
  position: relative; }
  .block-face img {
    max-width: 100%; }
  .block-face .face-wrapper {
    margin: 0 auto;
    max-width: 1200px; }
  .block-face .quote-white {
    font-size: 1.42857em !important;
    padding-left: 10px;
    position: absolute;
    top: 30%;
    width: 400px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 960px) {
      .block-face .quote-white {
        font-size: 1em !important;
        top: 20%;
        width: 300px; } }
    @media only screen and (max-width: 639px) {
      .block-face .quote-white {
        background-color: #c18db5;
        display: block;
        position: relative !important;
        margin: 0 !important;
        padding: 0 20px;
        width: 100%; } }
    .block-face .quote-white span {
      font-size: 22px !important; }
      @media only screen and (max-width: 960px) {
        .block-face .quote-white span {
          font-size: 17px !important; } }

.solutions-sub-template .how-it-works {
  background-color: #f5eef6;
  margin-top: 30px;
  padding-bottom: 10px; }
  .solutions-sub-template .how-it-works .how-it-works-info p {
    font-size: 1.35714em;
    margin-bottom: 10px; }
  .solutions-sub-template .how-it-works .how-it-works-info .caption-purple {
    display: block;
    margin-top: 20px;
    max-width: 100%;
    text-align: left;
    width: auto; }
  .solutions-sub-template .how-it-works .how-it-works-info .faded-btn-wrapper {
    margin: 30px 0; }
  .solutions-sub-template .how-it-works .how-it-works-pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (max-width: 639px) {
      .solutions-sub-template .how-it-works .how-it-works-pic img {
        display: block;
        margin: 0 auto; } }
  .solutions-sub-template .how-it-works .center-btn-wrapper {
    margin: 0 auto;
    max-width: 960px;
    padding: 10px;
    text-align: left; }
    .solutions-sub-template .how-it-works .center-btn-wrapper.center {
      text-align: center; }
    @media only screen and (max-width: 639px) {
      .solutions-sub-template .how-it-works .center-btn-wrapper {
        text-align: center; } }
.solutions-sub-template .difference {
  padding: 0 10px; }
  .solutions-sub-template .difference p {
    display: block;
    font-size: 1.35714em;
    margin: 10px auto;
    text-align: center;
    max-width: 720px; }
  .solutions-sub-template .difference .faded-btn-wrapper {
    margin: 30px 0; }
.solutions-sub-template .proven-results {
  background-color: #c18db5;
  padding-bottom: 30px;
  position: relative; }
  .solutions-sub-template .proven-results .results-slider {
    margin-bottom: 20px; }
    .solutions-sub-template .proven-results .results-slider li p {
      font-size: 2.14286em; }
      @media only screen and (max-width: 639px) {
        .solutions-sub-template .proven-results .results-slider li p {
          text-align: center; } }
    .solutions-sub-template .proven-results .results-slider li .image-holder {
      *zoom: 1; }
      .solutions-sub-template .proven-results .results-slider li .image-holder:before, .solutions-sub-template .proven-results .results-slider li .image-holder:after {
        content: " ";
        display: table; }
      .solutions-sub-template .proven-results .results-slider li .image-holder:after {
        clear: both; }
      .solutions-sub-template .proven-results .results-slider li .image-holder img {
        float: left;
        max-width: 100%; }
        @media only screen and (max-width: 639px) {
          .solutions-sub-template .proven-results .results-slider li .image-holder img {
            display: block;
            float: none;
            margin: 0 auto; } }
      .solutions-sub-template .proven-results .results-slider li .image-holder .before, .solutions-sub-template .proven-results .results-slider li .image-holder .after {
        bottom: 4%;
        color: white;
        font-size: 1.14286em;
        position: absolute;
        text-transform: uppercase;
        z-index: 101; }
      .solutions-sub-template .proven-results .results-slider li .image-holder .after {
        left: 68%; }
      .solutions-sub-template .proven-results .results-slider li .image-holder .before {
        left: 20%; }
  .solutions-sub-template .proven-results .bx-wrapper .bx-pager.bx-default-pager {
    display: none; }
  .solutions-sub-template .proven-results .bx-wrapper .bx-controls-direction a {
    height: 93px;
    top: 30%;
    width: 47px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
    @media only screen and (max-width: 799px) {
      .solutions-sub-template .proven-results .bx-wrapper .bx-controls-direction a {
        display: none; } }
  .solutions-sub-template .proven-results .bx-wrapper .bx-prev {
    background: url("/Images/icon-solutions-results-arrow-slider.png") 0 0 no-repeat; }
    .solutions-sub-template .proven-results .bx-wrapper .bx-prev:hover {
      background: url("/Images/icon-solutions-results-arrow-slider.png") 0 0px no-repeat; }
  .solutions-sub-template .proven-results .bx-wrapper .bx-next {
    background: url("/Images/icon-solutions-results-arrow-slider.png") -48px 0 no-repeat; }
    .solutions-sub-template .proven-results .bx-wrapper .bx-next:hover {
      background: url("/Images/icon-solutions-results-arrow-slider.png") -48px 0 no-repeat; }
  @media only screen and (max-width: 799px) {
    .solutions-sub-template .proven-results .bx-wrapper .bx-pager.bx-default-page {
      display: none !important; } }
.solutions-sub-template #faq {
  background-color: white; }

/* Block Images */
#face-filler-process .block-face {
  background-color: #dfe0d8; }

/* Consult a Physician */
#consult-physician {
  background: url("/Images/bkg-large-pink.png") repeat-x; }
  #consult-physician h1 {
    margin: 20px 0;
    text-align: center; }
  #consult-physician .map {
    position: absolute;
    right: 0;
    top: 0; }
  #consult-physician .contained {
    max-width: 800px !important; }
  #consult-physician .heading-box {
    padding: 0 10px; }
  #consult-physician .options-box {
    margin-top: 50px;
    margin-bottom: 30px; }
    #consult-physician .options-box .option {
      display: block;
      min-height: 115px;
      padding-top: 6px; }
      #consult-physician .options-box .option .pinpoint, #consult-physician .options-box .option .check-mark, #consult-physician .options-box .option .question-mark {
        background-size: 100%;
        float: left;
        position: relative;
        width: 25%; }
      #consult-physician .options-box .option .option-wrapper {
        float: left;
        position: relative;
        width: 65%; }
        #consult-physician .options-box .option .option-wrapper .clear-btn {
          display: inline-block;
          font-size: 1.21429em !important;
          margin-bottom: 8px;
          text-transform: none; }
        #consult-physician .options-box .option .option-wrapper p {
          font-size: 1.07143em;
          margin-bottom: 32px; }
        #consult-physician .options-box .option .option-wrapper h2 {
          color: #553852 !important;
          font-size: 1.57143em !important;
          margin-bottom: 10px; }
      #consult-physician .options-box .option form {
        clear: both;
        height: 100px;
        padding: 0 46px;
        *zoom: 1; }
        #consult-physician .options-box .option form:before, #consult-physician .options-box .option form:after {
          content: " ";
          display: table; }
        #consult-physician .options-box .option form:after {
          clear: both; }
        #consult-physician .options-box .option form label {
          clear: both;
          color: #6d6d6d;
          float: left;
          font-size: 0.92857em;
          font-weight: 700;
          margin-bottom: 14px;
          padding-top: 4px; }
        #consult-physician .options-box .option form input {
          float: right; }
        #consult-physician .options-box .option form select {
          float: right;
          padding-right: 0; }
        #consult-physician .options-box .option form .purple-link {
          clear: both;
          float: left;
          margin-top: 18px; }
        #consult-physician .options-box .option form .clear-btn {
          float: right;
          font-size: 1em !important;
          height: 30px;
          margin-top: 10px;
          padding-top: 3px;
          text-transform: uppercase; }
        #consult-physician .options-box .option form label, #consult-physician .options-box .option form input, #consult-physician .options-box .option form select {
          float: left;
          position: relative;
          width: 50%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      #consult-physician .options-box .option.consult {
        background: url("/Images/bkg-consult-physician-box.png") no-repeat;
        background-size: 100% 100%;
        padding: 30px 0;
        *zoom: 1; }
        #consult-physician .options-box .option.consult:before, #consult-physician .options-box .option.consult:after {
          content: " ";
          display: table; }
        #consult-physician .options-box .option.consult:after {
          clear: both; }
        @media only screen and (max-width: 639px) {
          #consult-physician .options-box .option.consult {
            background: none; } }

/* Consult - Treament Plans */
#develop-plan {
  background: url("/Images/bkg-large-pink.png") repeat-x; }
  #develop-plan h1 {
    font-size: 3.28571em !important;
    margin: 40px 0 10px 0; }
  #develop-plan h2 {
    display: block;
    line-height: 20px; }
  #develop-plan .plan-step {
    background: url("/Images/bkg-consult-plan-step.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    min-height: 54px;
    margin-top: 30px;
    *zoom: 1; }
    #develop-plan .plan-step:before, #develop-plan .plan-step:after {
      content: " ";
      display: table; }
    #develop-plan .plan-step:after {
      clear: both; }
    #develop-plan .plan-step h2 {
      margin: 12px 0 24px 0; }
    #develop-plan .plan-step span {
      background-color: #c18db5;
      color: white;
      float: left;
      font-size: 2.14286em;
      height: 29px;
      margin: 4px 15px 0 0;
      padding: 3px 10px;
      width: 15px; }
  #develop-plan .step-box {
    padding-left: 50px;
    *zoom: 1; }
    #develop-plan .step-box:before, #develop-plan .step-box:after {
      content: " ";
      display: table; }
    #develop-plan .step-box:after {
      clear: both; }
    #develop-plan .step-box p {
      font-size: 1.07143em; }
  @media only screen and (max-width: 799px) {
    #develop-plan .select-treatment {
      display: block;
      width: 100%; } }
  #develop-plan .select-treatment #checkbox-select {
    margin-top: 15px; }
    #develop-plan .select-treatment #checkbox-select .areas-of-interest {
      *zoom: 1; }
      #develop-plan .select-treatment #checkbox-select .areas-of-interest:before, #develop-plan .select-treatment #checkbox-select .areas-of-interest:after {
        content: " ";
        display: table; }
      #develop-plan .select-treatment #checkbox-select .areas-of-interest:after {
        clear: both; }
      #develop-plan .select-treatment #checkbox-select .areas-of-interest ul {
        margin-top: 10px; }
        #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li {
          *zoom: 1; }
          #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li:before, #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li:after {
            content: " ";
            display: table; }
          #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li:after {
            clear: both; }
          #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li .checkbox {
            color: #848480;
            display: inline-block;
            float: left;
            font-size: 1.07143em;
            height: 36px; }
            #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li .checkbox span.check {
              clear: left;
              cursor: pointer;
              float: left; }
            #develop-plan .select-treatment #checkbox-select .areas-of-interest ul li .checkbox label {
              cursor: pointer;
              float: left;
              padding: 10px 0 0 10px; }
        #develop-plan .select-treatment #checkbox-select .areas-of-interest ul.check-boxes {
          float: left;
          width: 50%; }
  #develop-plan .select-region {
    float: right;
    padding-bottom: 40px;
    width: 50%; }
    @media only screen and (max-width: 799px) {
      #develop-plan .select-region {
        display: block;
        overflow: hidden;
        width: 100%; } }
    #develop-plan .select-region #region-select-box {
      background: url("/Images/bkg-consult-region.png") no-repeat;
      height: 608px;
      position: relative; }
      @media only screen and (max-width: 799px) {
        #develop-plan .select-region #region-select-box {
          background: url("/Images/bkg-solutions-region.png") no-repeat;
          height: 421px;
          margin: 0 auto;
          width: 320px; } }
      #develop-plan .select-region #region-select-box .dot {
        background: url("/Images/icon-consult-region-dots.png") -54px 0 no-repeat;
        cursor: default;
        display: block;
        height: 52px;
        position: absolute;
        width: 52px; }
        @media only screen and (max-width: 799px) {
          #develop-plan .select-region #region-select-box .dot {
            background: url("/Images/icon-consult-region-dots-small.png") -35px 0 no-repeat;
            cursor: default;
            display: block;
            height: 34px;
            position: absolute;
            width: 35px; } }
        #develop-plan .select-region #region-select-box .dot.active {
          background: url("/Images/icon-consult-region-dots.png") 0 0 no-repeat; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot.active {
              background: url("/Images/icon-consult-region-dots-small.png") 0 0 no-repeat; } }
        #develop-plan .select-region #region-select-box .dot#forehead {
          left: 203px;
          top: 264px; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot#forehead {
              left: 142px;
              top: 185px; } }
        #develop-plan .select-region #region-select-box .dot#eye {
          left: 70px;
          top: 300px; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot#eye {
              left: 60px;
              top: 215px; } }
        #develop-plan .select-region #region-select-box .dot#lips {
          left: 185px;
          top: 460px; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot#lips {
              left: 110px;
              top: 322px; } }
        #develop-plan .select-region #region-select-box .dot#upper-lip {
          left: 262px;
          top: 418px; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot#upper-lip {
              left: 180px;
              top: 294px; } }
        #develop-plan .select-region #region-select-box .dot#right-eye {
          left: 306px;
          top: 360px; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot#right-eye {
              left: 205px;
              top: 250px; } }
        #develop-plan .select-region #region-select-box .dot#neckline {
          left: 155px;
          top: 570px; }
          @media only screen and (max-width: 799px) {
            #develop-plan .select-region #region-select-box .dot#neckline {
              left: 100px;
              top: 410px; } }
  @media only screen and (max-width: 799px) {
    #develop-plan .bottom-copy {
      display: block;
      width: 100%; } }
  #develop-plan .bottom-copy .print-copy .purple-btn-wrapper {
    margin-top: 20px; }
  #develop-plan .bottom-copy #locator-select {
    margin-bottom: 40px;
    *zoom: 1; }
    #develop-plan .bottom-copy #locator-select:before, #develop-plan .bottom-copy #locator-select:after {
      content: " ";
      display: table; }
    #develop-plan .bottom-copy #locator-select:after {
      clear: both; }
    #develop-plan .bottom-copy #locator-select .locate-physician label {
      color: #747474;
      float: left;
      margin: 3px 10px 10px 0; }
    #develop-plan .bottom-copy #locator-select .locate-physician .input-wrapper {
      float: left;
      *zoom: 1; }
      #develop-plan .bottom-copy #locator-select .locate-physician .input-wrapper:before, #develop-plan .bottom-copy #locator-select .locate-physician .input-wrapper:after {
        content: " ";
        display: table; }
      #develop-plan .bottom-copy #locator-select .locate-physician .input-wrapper:after {
        clear: both; }
      #develop-plan .bottom-copy #locator-select .locate-physician .input-wrapper .locator-city {
        float: left;
        margin-right: 10px; }
      #develop-plan .bottom-copy #locator-select .locate-physician .input-wrapper .locator-submit {
        background: url("/Images/btn-arrow.png") no-repeat;
        border: none;
        float: left;
        height: 22px;
        margin-top: 1px;
        width: 22px; }

/* Consult - What to Expect */
#face-filler-process .top-heading h1 {
  margin: 30px 0;
  text-align: center; }

/* Consult - Physician Locator */
#physician-locator {
  background: url("/Images/bkg-large-pink.png") repeat-x;
  margin-bottom: 20px; }
  #physician-locator .heading {
    padding: 50px 10px 0 10px; }
    #physician-locator .heading h1 {
      margin-bottom: 30px;
      text-align: center; }
    #physician-locator .heading p {
      margin: 0 auto 10px auto;
      text-align: center;
      max-width: 800px; }
    #physician-locator .heading .purple-link {
      display: inline-block;
      margin-bottom: 10px; }
  #physician-locator #map-wrapper {
    margin-bottom: 10px;
    position: relative; }
    @media only screen and (max-width: 799px) {
      #physician-locator #map-wrapper #physician-box {
        width: 100%; } }
    #physician-locator #map-wrapper #physician-box #location-select {
      background-color: #c18db5;
      min-height: 38px;
      padding: 12px 20px 0 20px;
      *zoom: 1; }
      #physician-locator #map-wrapper #physician-box #location-select:before, #physician-locator #map-wrapper #physician-box #location-select:after {
        content: " ";
        display: table; }
      #physician-locator #map-wrapper #physician-box #location-select:after {
        clear: both; }
      #physician-locator #map-wrapper #physician-box #location-select label {
        color: white;
        float: left;
        font-size: 1.07143em;
        padding-top: 3px; }
      #physician-locator #map-wrapper #physician-box #location-select .input-label {
        width: 50%; }
      #physician-locator #map-wrapper #physician-box #location-select .input-wrapper {
        float: left;
        width: 50%;
        *zoom: 1; }
        #physician-locator #map-wrapper #physician-box #location-select .input-wrapper:before, #physician-locator #map-wrapper #physician-box #location-select .input-wrapper:after {
          content: " ";
          display: table; }
        #physician-locator #map-wrapper #physician-box #location-select .input-wrapper:after {
          clear: both; }
        #physician-locator #map-wrapper #physician-box #location-select .input-wrapper #map-input {
          float: right;
          margin-left: 5px;
          width: 70%; }
      #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper {
        clear: left;
        float: left;
        display: block;
        width: 100%;
        margin: 10px 0;
        *zoom: 1; }
        #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper:before, #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper:after {
          content: " ";
          display: table; }
        #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper:after {
          clear: both; }
        #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-label {
          width: 30%; }
        #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-inner-wrapper {
          float: left;
          width: 70%;
          *zoom: 1; }
          #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-inner-wrapper:before, #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-inner-wrapper:after {
            content: " ";
            display: table; }
          #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-inner-wrapper:after {
            clear: both; }
          #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-inner-wrapper #map-radius {
            float: right;
            margin: 2px 5px 0 5px;
            width: 70%; }
          #physician-locator #map-wrapper #physician-box #location-select .radius-wrapper .radius-inner-wrapper #map-submit {
            background: url("/Images/btn-arrow-purple.png") no-repeat;
            border: none;
            float: right;
            height: 22px;
            margin-top: 1px;
            width: 22px; }
    #physician-locator #map-wrapper #physician-box #total-results {
      background-color: #fcf8fb;
      color: #6d6d6d;
      display: none;
      font-size: 0.85714em;
      height: 24px;
      padding: 14px 0 0 20px; }
      #physician-locator #map-wrapper #physician-box #total-results span {
        font-weight: 700; }
    #physician-locator #map-wrapper #physician-box #results-list {
      height: 381px;
      overflow: auto; }
      #physician-locator #map-wrapper #physician-box #results-list li {
        background-color: #f6eff5;
        border-bottom: 1px dotted #7f216c;
        min-height: 73px;
        padding-left: 20px;
        *zoom: 1; }
        #physician-locator #map-wrapper #physician-box #results-list li:before, #physician-locator #map-wrapper #physician-box #results-list li:after {
          content: " ";
          display: table; }
        #physician-locator #map-wrapper #physician-box #results-list li:after {
          clear: both; }
        @media only screen and (max-width: 799px) {
          #physician-locator #map-wrapper #physician-box #results-list li {
            padding-right: 20px;
            padding-bottom: 10px; } }
        #physician-locator #map-wrapper #physician-box #results-list li .select-marker {
          display: inline-block;
          float: left;
          *zoom: 1; }
          #physician-locator #map-wrapper #physician-box #results-list li .select-marker:before, #physician-locator #map-wrapper #physician-box #results-list li .select-marker:after {
            content: " ";
            display: table; }
          #physician-locator #map-wrapper #physician-box #results-list li .select-marker:after {
            clear: both; }
          @media only screen and (max-width: 799px) {
            #physician-locator #map-wrapper #physician-box #results-list li .select-marker {
              display: block;
              float: none; } }
        #physician-locator #map-wrapper #physician-box #results-list li .select-phone {
          display: inline-block;
          float: right;
          *zoom: 1; }
          #physician-locator #map-wrapper #physician-box #results-list li .select-phone:before, #physician-locator #map-wrapper #physician-box #results-list li .select-phone:after {
            content: " ";
            display: table; }
          #physician-locator #map-wrapper #physician-box #results-list li .select-phone:after {
            clear: both; }
          @media only screen and (max-width: 799px) {
            #physician-locator #map-wrapper #physician-box #results-list li .select-phone {
              display: block;
              float: none; } }
          #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone {
            background: url("/Images/icon-cl-list-phone.png") 5px center no-repeat;
            background-color: #eae3e9;
            display: inline-block;
            float: left;
            font-weight: 700;
            font-size: 1em;
            min-height: 39px;
            margin: 3px 0;
            padding: 30px 0 0 35px;
            position: relative;
            width: 111px;
            word-wrap: break-word;
            *zoom: 1; }
            #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone:before, #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone:after {
              content: " ";
              display: table; }
            #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone:after {
              clear: both; }
            @media only screen and (max-width: 799px) {
              #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone {
                display: block;
                float: none;
                width: auto; } }
            #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone .open-wrapper {
              display: block;
              height: 30px;
              overflow: hidden;
              position: relative;
              width: 100%; }
              #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone .open-wrapper span {
                color: #7f216c;
                float: left; }
              #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone .open-wrapper .open-arrow {
                background: url("/Images/icon-cl-list-arrow.png") no-repeat;
                height: 15px;
                width: 9px; }
              #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone .open-wrapper .open-num {
                left: -110px;
                position: absolute;
                width: 110px; }
            #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone.active .open-arrow {
              display: none; }
            #physician-locator #map-wrapper #physician-box #results-list li .select-phone .phone.active .open-num {
              left: 0;
              transition-property: left;
              transition-duration: 1s;
              transition-timing-function: linear; }
        #physician-locator #map-wrapper #physician-box #results-list li .list-letter-marker {
          background: url("/Images/bkg-cl-list-marker-sprite.png") -34px 0 no-repeat;
          color: white;
          display: inline-block;
          float: left;
          font-weight: 700;
          height: 26px;
          margin-top: 15px;
          padding: 9px 0 0 14px;
          width: 20px; }
        #physician-locator #map-wrapper #physician-box #results-list li .address {
          color: #6d6d6d;
          display: inline-block;
          float: left;
          font-size: 0.92857em;
          line-height: 1.5;
          font-weight: 700;
          min-height: 49px;
          padding: 13px 20px;
          max-width: 213px; }
          @media only screen and (max-width: 960px) {
            #physician-locator #map-wrapper #physician-box #results-list li .address {
              max-width: 140px; } }
          @media only screen and (max-width: 799px) {
            #physician-locator #map-wrapper #physician-box #results-list li .address {
              max-width: 60%; } }
        #physician-locator #map-wrapper #physician-box #results-list li.active {
          background-color: #e9d9e6; }
          #physician-locator #map-wrapper #physician-box #results-list li.active .list-letter-marker {
            background: url("/Images/bkg-cl-list-marker-sprite.png") 0 0 no-repeat; }
          #physician-locator #map-wrapper #physician-box #results-list li.active .phone {
            background-color: #dec6da; }
        #physician-locator #map-wrapper #physician-box #results-list li.no-content {
          border-bottom: none;
          min-height: 30px;
          padding-top: 15px; }
          #physician-locator #map-wrapper #physician-box #results-list li.no-content a {
            color: #6d6d6d;
            display: block;
            height: 30px; }
    #physician-locator #map-wrapper #physician-box #results-nav {
      background-color: #7f216c;
      display: none;
      height: 41px;
      padding: 0 20px; }
      #physician-locator #map-wrapper #physician-box #results-nav #results-prev, #physician-locator #map-wrapper #physician-box #results-nav #results-next {
        color: white;
        font-size: 1.07143em;
        text-transform: none; }
      #physician-locator #map-wrapper #physician-box #results-nav #results-prev {
        background: url("/Images/btn-map-arrow-left.png") left center no-repeat;
        display: none;
        float: left;
        margin-top: 5px;
        padding: 6px 0 0 35px; }
      #physician-locator #map-wrapper #physician-box #results-nav #results-next {
        background: url("/Images/btn-map-arrow-right.png") right center no-repeat;
        float: right;
        margin-top: 5px;
        padding-top: 6px; }
    #physician-locator #map-wrapper #map-canvas {
      height: 540px;
      width: 49%; }
      @media only screen and (max-width: 799px) {
        #physician-locator #map-wrapper #map-canvas {
          height: 320px;
          margin: 20px 5%;
          width: 90%; } }
      #physician-locator #map-wrapper #map-canvas img {
        max-width: auto !important; }
      #physician-locator #map-wrapper #map-canvas .marker {
        background: url("/Images/bkg-cl-map-marker-sprite.png") -25px 0 no-repeat;
        height: 25px;
        width: 25px; }
    #physician-locator #map-wrapper #info-overlay {
      background: black;
      display: none;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 99998;
      opacity: 0.45;
      -moz-opacity: 0.45;
      filter: alpha(opacity=45);
      z-index: 9; }
    #physician-locator #map-wrapper #info-modal {
      background: url("/Images/bkg-popup.png") #f7eff6 repeat-x;
      border: 3px solid white;
      display: none;
      height: 80%;
      left: auto;
      margin: 0 5%;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0;
      position: absolute;
      top: 10%;
      width: 90%;
      z-index: 10;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 799px) {
        #physician-locator #map-wrapper #info-modal {
          margin: 0 5%;
          position: fixed;
          top: 10%;
          width: 90%; } }
      #physician-locator #map-wrapper #info-modal .close {
        background: url("/Images/btn-popup-close-white.png") center right no-repeat !important;
        color: white !important;
        top: 0px; }
        @media only screen and (max-width: 639px) {
          #physician-locator #map-wrapper #info-modal .close {
            right: 20px !important; } }
      #physician-locator #map-wrapper #info-modal #info-tabs {
        height: 388px;
        margin-top: 36px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #physician-locator #map-wrapper #info-modal #info-tabs .info-section {
          display: none; }
          @media only screen and (max-width: 639px) {
            #physician-locator #map-wrapper #info-modal #info-tabs .info-section {
              display: block !important; } }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section .tab {
            background-color: #b6a7b8;
            border-right: 1px solid #d5c0d4;
            color: white;
            display: inline-block;
            font-size: 1.07143em;
            height: 16px;
            padding: 10px 25px;
            position: absolute;
            top: 0; }
            @media only screen and (max-width: 639px) {
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section .tab {
                border-right: none !important;
                border-bottom: 1px solid #d5c0d4;
                display: block !important;
                left: 0 !important;
                position: relative !important; } }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section .info {
            display: none;
            padding: 15px; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section h2 {
            color: #9b348a;
            font-size: 2.35714em;
            line-height: 1.5; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section h3 {
            color: #9b348a;
            font-size: 1.78571em;
            line-height: 1.5; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section h4 {
            color: #9b348a;
            font-size: 1.07143em;
            line-height: 1.5;
            margin-top: 10px;
            text-transform: none; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section .info-divider {
            background: url("/Images/bkg-map-modal-section-border.png") center center repeat-x;
            clear: both;
            display: block;
            height: 1px;
            padding: 20px 0; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section .shadow-divider {
            background: url("/Images/bkg-map-modal-shadow.png") no-repeat;
            background-size: 100%;
            clear: both;
            height: 20px; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section .info-subheading {
            max-width: 580px; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section.active .tab {
            background: url("/Images/bkg-map-modal-active.png") repeat-x;
            background-color: none;
            border: none;
            color: #7f216c; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section.active .info {
            display: block; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section.show {
            display: block; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section#clinic-detail .detail-address ul li {
            color: #848480;
            font-size: 1.35714em;
            line-height: 1.5; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section#clinic-detail .detail-logo img {
            float: right; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section#offers .purple-btn-wrapper {
            margin-top: 40px; }
          #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc {
            display: none; }
            #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc .emailSent {
              display: none; }
            #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form {
              color: #747474; }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form #required-text {
                color: red; }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-left {
                float: left;
                margin-bottom: 20px;
                padding: 0 5% 0 10%;
                width: 35%; }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-left input {
                  display: block;
                  width: 100%;
                  height: 30px; }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-right {
                float: left;
                margin-bottom: 20px;
                padding: 0 10% 0 5%;
                width: 35%; }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-right input {
                  display: block;
                  width: 100%;
                  height: 30px; }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom {
                clear: left;
                padding: 0 10%;
                width: 80%;
                *zoom: 1; }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom:before, #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom:after {
                  content: " ";
                  display: table; }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom:after {
                  clear: both; }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-left {
                  float: left;
                  width: 65%;
                  *zoom: 1; }
                  #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-left:before, #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-left:after {
                    content: " ";
                    display: table; }
                  #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-left:after {
                    clear: both; }
                  @media only screen and (max-width: 639px) {
                    #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-left {
                      display: block;
                      width: 100%; } }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-right {
                  float: left;
                  width: 35%;
                  *zoom: 1; }
                  #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-right:before, #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-right:after {
                    content: " ";
                    display: table; }
                  #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-right:after {
                    clear: both; }
                  @media only screen and (max-width: 639px) {
                    #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .form-bottom .form-bottom-right {
                      display: block;
                      margin-right: 20px;
                      width: 100%; } }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form span {
                clear: both;
                display: block;
                font-size: 1.07143em; }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form label {
                color: #747474;
                display: block;
                font-size: 1.35714em;
                margin: 20px 0 10px 0; }
              #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .checkbox {
                float: left;
                width: 200px; }
                #physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .checkbox label {
                  display: inline-block;
                  font-size: 1.07143em !important; }
      #physician-locator #map-wrapper #info-modal .color-fill {
        background-color: #b6a7b8;
        display: block;
        height: 36px;
        position: absolute;
        width: 100%; }
        @media only screen and (max-width: 639px) {
          #physician-locator #map-wrapper #info-modal .color-fill {
            display: none !important; } }
  #physician-locator .clinic-disclaimer {
    margin-bottom: 20px;
    padding: 0 20px; }

/* Print Offer */
#print-offer .coupon {
  background: url("/Images/bkg-certificate.png") no-repeat;
  display: block;
  height: 311px;
  margin: 40px auto;
  padding: 100px 75px;
  width: 617px; }
  #print-offer .coupon h1 {
    text-align: center; }
  #print-offer .coupon .sub {
    color: #888888;
    font-size: 1.5em;
    text-align: center; }
  #print-offer .coupon .address {
    margin-top: 60px;
    padding-top: 30px; }
    #print-offer .coupon .address .doctor {
      color: #747474;
      font-size: 2.42857em;
      font-weight: 700;
      margin-bottom: 10px; }
    #print-offer .coupon .address .office {
      font-weight: 700; }
    #print-offer .coupon .address p {
      color: #747474; }
  #print-offer .coupon .hidden {
    display: none; }

/* Treatment Plan */
#treatment-plan {
  background: url("/Images/bkg-large-pink.png") repeat-x; }
  @media only screen and (max-width: 799px) {
    #treatment-plan .plan-desc {
      display: block;
      width: 100%; } }
  #treatment-plan .plan-desc h1 {
    margin: 20px 0; }
  #treatment-plan .plan-desc h2 {
    margin: 60px 0 15px 0; }
  #treatment-plan .plan-desc ul.areas-list li {
    margin-bottom: 20px; }
    #treatment-plan .plan-desc ul.areas-list li .checkbox {
      display: block !important; }
      #treatment-plan .plan-desc ul.areas-list li .checkbox .check {
        float: left;
        margin-right: 10px; }
      #treatment-plan .plan-desc ul.areas-list li .checkbox label {
        font-size: 1.28571em;
        margin-bottom: 5px; }
      #treatment-plan .plan-desc ul.areas-list li .checkbox p {
        font-size: 1.07143em; }
  #treatment-plan .plan-face {
    overflow: hidden; }
    @media only screen and (max-width: 799px) {
      #treatment-plan .plan-face {
        display: block;
        margin-bottom: 20px;
        width: 100%; } }
    #treatment-plan .plan-face #face-regions {
      background: url("/Images/bkg-solutions-region.png") top center no-repeat;
      height: 421px;
      margin: 0 auto;
      position: relative;
      width: 320px; }
      @media only screen and (max-width: 799px) {
        #treatment-plan .plan-face #face-regions {
          margin-bottom: 10px; } }
      #treatment-plan .plan-face #face-regions .dot {
        background: url("/Images/icon-consult-region-dots-small.png") -35px 0 no-repeat;
        cursor: default;
        display: block;
        height: 34px;
        position: absolute;
        width: 35px; }
        #treatment-plan .plan-face #face-regions .dot.active {
          background: url("/Images/icon-consult-region-dots-small.png") 0 0 no-repeat; }
        #treatment-plan .plan-face #face-regions .dot#forehead {
          left: 140px;
          top: 185px; }
        #treatment-plan .plan-face #face-regions .dot#eye {
          left: 60px;
          top: 215px; }
        #treatment-plan .plan-face #face-regions .dot#lips {
          left: 130px;
          top: 320px; }
        #treatment-plan .plan-face #face-regions .dot#upper-lip {
          left: 185px;
          top: 293px; }
        #treatment-plan .plan-face #face-regions .dot#right-eye {
          left: 210px;
          top: 250px; }
        #treatment-plan .plan-face #face-regions .dot#neckline {
          left: 107px;
          top: 388px; }
    #treatment-plan .plan-face ul.notes-list li {
      border-bottom: 1px solid #747474;
      height: 40px; }

/* Utility Pages */
.utility-template {
  background: url("/Images/bkg-large-pink.png") repeat-x;
  padding: 0 10px; }
  .utility-template h1 {
    font-size: 3.42857em;
    margin: 40px 0;
    text-align: center; }
  .utility-template h2 {
    font-size: 1.35714em; }
  .utility-template p {
    margin-bottom: 30px; }
    .utility-template p span {
      color: #7f216c;
      font-weight: 700; }
  .utility-template .page-content {
    margin-top: 20px; }

#page-not-found {
  background: url("/Images/bkg-large-pink.png") repeat-x; }
  #page-not-found .page-content {
    min-height: 400px; }
    #page-not-found .page-content .try-box {
      border-bottom: 1px dotted #747474;
      border-top: 1px dotted #747474;
      margin: 10px 0;
      padding: 20px 0; }
      #page-not-found .page-content .try-box ul {
        padding-left: 75px; }
        #page-not-found .page-content .try-box ul li {
          color: #848480;
          font-size: 1.35714em;
          list-style-type: disc;
          margin-bottom: 20px; }

#privacy-policy .page-content p {
  margin-top: 30px; }
#privacy-policy .page-content .link {
  color: #747474;
  display: block;
  font-size: 1.35714em;
  margin-top: 5px;
  text-decoration: underline; }
#privacy-policy .page-content ul {
  color: #747474; }
  #privacy-policy .page-content ul li {
    font-size: 1.35714em;
    line-height: 28px;
    margin-bottom: 15px; }
  #privacy-policy .page-content ul.first {
    list-style-type: disc;
    margin-left: 20px; }
  #privacy-policy .page-content ul.second {
    list-style-type: circle;
    margin-left: 60px; }

#site-map .page-content {
  padding-bottom: 40px; }
  #site-map .page-content h2 {
    line-height: 2; }
  #site-map .page-content ul {
    font-size: 1.35714em;
    margin-left: 40px; }
    #site-map .page-content ul li {
      margin-bottom: 5px; }
      #site-map .page-content ul li a {
        color: #747474; }

#page-error .page-content {
  min-height: 370px; }

/* IE 8 Styles */
.lt-ie9 .purple-btn {
  background: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/btn-purple-bkg.png',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/btn-purple-bkg.png',sizingMethod='scale'); }
.lt-ie9 .faded-btn {
  background: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/btn-faded-bkg.png',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/btn-faded-bkg.png',sizingMethod='scale'); }
.lt-ie9 .info-btn-plan .info-content {
  background: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bkg-info.png',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bkg-info.png',sizingMethod='scale'); }
.lt-ie9 .callout {
  background: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bkg-callout.png',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bkg-callout.png',sizingMethod='scale'); }
.lt-ie9 #before-after see-the-difference-steps {
  height: 500px; }
.lt-ie9 #before-after .step.one {
  background: none !important;
  height: 395px;
  margin-top: 23px;
  width: 300px;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bkg-solutions-region.png',sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/bkg-solutions-region.png',sizingMethod='scale'); }
  .lt-ie9 #before-after .step.one span.circle {
    left: 45%;
    position: absolute;
    top: -23px; }
  .lt-ie9 #before-after .step.one .dot.lips {
    top: 303px; }
  .lt-ie9 #before-after .step.one .dot.cheek {
    top: 241px; }
  .lt-ie9 #before-after .step.one .dot.upper-lip {
    top: 281px; }
  .lt-ie9 #before-after .step.one .dot.eyebrow {
    top: 191px; }
  .lt-ie9 #before-after .step.one .dot.eye {
    top: 213px; }
  .lt-ie9 #before-after .step.one #region-select {
    bottom: -50px; }

/* Override for EU cookie modal styles */
.eu-cookie-modal {
  height: 70% !important;
  margin: 0 20% !important;
  top: 10% !important;
  width: 60% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 799px) {
    .eu-cookie-modal {
      height: 80% !important;
      margin: 0 5% !important;
      top: 10% !important;
      width: 90% !important; } }

div.eu-cookie-modal div#dialog {
  height: 80% !important; }

/* Override for EU cookie modal top bar */
@media only screen and (max-width: 799px) {
  body {
    margin-top: 0px !important;
    position: relative !important; } }

@media only screen and (max-width: 799px) {
  .euCookie-outer {
    display: block !important;
    height: auto !important;
    margin-top: 0px !important;
    position: relative !important; } }

.euCookie-left {
  padding-left: 10px;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 799px) {
    .euCookie-left {
      border: none !important;
      display: block;
      float: none !important;
      width: 100% !important; } }

.euCookie-right {
  float: left;
  padding: 10px;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 799px) {
    .euCookie-right {
      display: block;
      float: none !important;
      width: 100% !important; } }

/* Override for share plugin */
.addthis_floating_style {
  border-radius: 0px;
  padding: 0px; }

#more, #mobile-more {
  background: url("/Images/icon-nav-plus.png") no-repeat !important;
  background-position: center center !important;
  margin-bottom: 0px !important; }
  #more span, #mobile-more span {
    background: none !important; }

#more {
  background-color: #e7d5e3 !important; }

#share-nav-mobile .addthis_internal_container {
  width: 100%; }
#share-nav-mobile span {
  margin: 0 auto; }
  
  #visualizer-frame {
    padding: 25px 0 0 0;
    width:100%;
    height:650px;
}

@media only screen and (max-width: 967px) {

    #visualizer-frame {
        width:312px;
        height:1700px;
    }
}

/* Visualizer */
#visualizer {
  background: url("/Images/bkg-large-pink.png") repeat-x;
  margin-bottom: 20px; }
  #visualizer .heading {
    padding: 50px 10px 0 10px; }
    #visualizer .heading h1 {
      margin-bottom: 30px;
      text-align: center; }
    #visualizer .heading p {
      margin: 0 auto 10px auto;
      text-align: center;
      max-width: 800px; }
    #visualizer .heading .purple-link {
      display: inline-block;
      margin-bottom: 10px; }


@charset "UTF-8";
#header-wrapper #header #nav-wrapper #primary-nav li .main-link span {
    padding: 0 10px;
}

.footer .small-nav {
    padding: 0px;
    width:100%;
}
.footer .small-nav li {
    padding: 0px; 
}
.footer .small-nav li a {
    margin:0 10px;
    float:left;
}
.footer .small-nav li.first a {
    float:right;
}
#callout-box .callout.large-6.large-uncentered.small-centered.small-10.columns .balloons + div p{
    line-height: 15px
}
#consult-physician .options-box .option form .purple-link {
          display:none; }

  #consult-physician .map {
     display:none; }

#header-wrapper #header #nav-wrapper #primary-nav li .main-link {
    font-size: 1em;
}

.modal {
 overflow:hidden;

}

.solutions-sub-template .proven-results .results-slider li .image-holder .before, .solutions-sub-template .proven-results .results-slider li .image-holder .after {
bottom: 4%;
color: white;
font-size: 1.14286em;
position: absolute;
text-transform: uppercase;
z-index: 101;
}

.solutions-sub-template .proven-results .results-slider li .image-holder .before {
left: 20%;
}

.solutions-sub-template .proven-results .results-slider li .image-holder .after {
left: 68%;
}

#physician-locator #map-wrapper #info-modal #info-tabs .info-section#ctbc #ctbc-form .checkbox {
float: left;
width: 390px;
}

#callout-box .callout-text-wrapper .clear-btn {
 line-height: 20px;
}

#consult-physician .options-box .option form {
padding: 0 28px;
}

#consult-physician .options-box .option form .clear-btn {
   font-size:11px!important;
    
     }

#consult-physician .options-box .option form label {
     width: 46%;
    
    }

#consult-physician .options-box .option form input {
      width: 54%;
    }

 #consult-physician .options-box .option form select {
    width: 54%;
    
    }

 #develop-plan .select-region {
padding-bottom: 100px;
}
@media only screen and (max-width: 920px) {
    #header-wrapper #header #nav-wrapper #primary-nav li .main-link span {
        padding: 0 4px;
    } 
    #header-wrapper #header #nav-wrapper #primary-nav li .main-link {
        font-size: 0.85em;
    }

    #consult-physician .options-box .option form .clear-btn {
   font-size:10px!important;
    
     }
}

@media only screen and (max-width: 880px) {

    #consult-physician .options-box .option form .clear-btn {
   font-size:8px!important;
    
     }
}

@media only screen and (max-width: 800px) {

    #consult-physician .options-box .option form .clear-btn {
   font-size:7px!important;
    
     }
}

@media only screen and (max-width: 640px) {

    #consult-physician .options-box .option form .clear-btn {
   font-size:11px!important;
    
     }
}


@media only screen {

    [class*="column"] + [class*="column"]:last-child {
        float: left;
    }
}

.callout {
    min-height: 210px !important;
}

.solutions-sub-template .how-it-works .center-btn-wrapper {
    padding-top:20px;
}
