@charset "UTF-8";
/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
normalize.css v1.1.3 | MIT License | git.io/normalize
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

address {
  font-style: normal; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  vertical-align: middle;
  width: auto;
  height: auto; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/* ==========================================================================
   Misc
   ========================================================================== */
a, a:active, a:focus {
  outline: none; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Sass Mixins (more to come)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Template : Twenty B - Specific
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/* From color picker on mockups

 Purple from page options #636BCE
*/
/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Init
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }

/*The template has paddings instead of containers only on desktop the container
if had time correct it an use a container for tablet and phone
*/
body {
  font: 400 18px 'Lato', sans-serif;
  color: #555555;
  position: relative; }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }

a {
  color: #444; }

input {
  border: none;
  border-radius: 5px;
  color: green;
  height: 2.7em;
  outline: none;
  padding: 10px 18px;
  width: 100%;
  float: none;
  margin: 0 0 10px 0; }
  @media (min-width: 768px) {
    input {
      font-size: 0.9em; } }

.hidden {
  display: none !important; }

.shown {
  display: block !important; }

.errstring {
  color: #d93a2e;
  margin: 0 0 .5em 0;
  display: block; }

.errstring-2 {
  border: 1px solid #d93a2e; }

.cc_module_title, .featuredArticleTitle, .nws_mod_ttl {
  color: #555555 !important;
  font: 36px Montserrat !important;
  text-transform: uppercase !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .cc_module_title, .featuredArticleTitle, .nws_mod_ttl {
      font: 24px Montserrat !important; } }

/* Video Player ----------------- */
.embedded_video_container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 25px;
  height: 0; }

.embedded_video_container iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.lead_video_attraction {
  margin: 0 auto 20px;
  max-width: 480px !important;
  max-height: 270px !important; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Icon Fonts
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
@font-face {
  font-family: "chiro-icons";
  src: url("../template_20a/icons/chiro-icons.eot?-mreduw?v=4.14.6.20");
  src: url("../template_20a/icons/chiro-icons.eot?#iefix-mreduw?v=4.14.6.20") format("embedded-opentype"), url("../template_20a/icons/chiro-icons.woff?-mreduw?v=4.14.6.20") format("woff"), url("../template_20a/icons/chiro-icons.ttf?-mreduw?v=4.14.6.20") format("truetype"), url("../template_20a/icons/chiro-icons.svg?-mreduw#chiro-icons?v=4.14.6.20") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: "chiro-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu, .search input[type="submit"], #rss_feed, .blog_comments:before {
  font-family: "chiro-icons";
  content: attr(data-icon); }

/* Icon Font Key ----------------- */
/*
#page_options .print_page:before { content: "o"; }
#page_options .send_friend:before { content: "P"; }
#page_options .email_us:before { content: "M"; }
#page_options .request_appointment:before { content: "C"; }
*/
.icon-facebook:before {
  content: "f"; }

.icon-twitter:before {
  content: "t"; }

.icon-googleplus:before {
  content: "g"; }

.icon-youtube:before {
  content: "y"; }

.icon-yahoo:before {
  content: "a"; }

.icon-linkedin:before {
  content: "l"; }

.icon-yelp:before {
  content: "Y"; }

.icon-pinterest:before {
  content: "n"; }

.icon-bing:before {
  content: "b"; }

.icon-instagram:before {
  content: "i"; }

.icon-search:before {
  content: "s"; }

#rss_feed:before {
  content: "r"; }

.contact_info span[itemprop="telephone"]:before {
  font-family: "chiro-icons";
  content: "p";
  color: #7bcadb;
  margin-right: .5em; }
.contact_info span[itemprop="streetAddress"]:before {
  font-family: "chiro-icons";
  content: "L";
  color: #7bcadb;
  margin-right: .5em; }

.icon-home:before {
  content: "\68"; }

.icon-droplet:before {
  content: "\77"; }

.icon-cart:before {
  content: "\63"; }

.icon-phone:before {
  content: "\70"; }

.icon-quotes-left:before {
  content: "\71"; }

.icon-aid:before {
  content: "\61"; }

.icon-leaf:before {
  content: "\6c"; }

.icon-arrow-left:before {
  content: "\4c"; }

.icon-arrow-right:before {
  content: "\52"; }

.icon-arrow-left2:before {
  content: "\3c"; }

.icon-uniE603:before {
  content: "\3e"; }

/* Mobile Menu ----------------- */
/* Search ----------------- */
/* Blog Icons ----------------- */
.blog_comments:before {
  content: ">"; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Header
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.header-wrapper {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .header-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .header-wrapper header {
    width: 100%; }
    @media (min-width: 320px) {
      .header-wrapper header {
        margin: 21px 0px !important; } }
    @media (min-width: 768px) {
      .header-wrapper header {
        margin: 31px 0px !important; } }
    .header-wrapper header .logo {
      text-align: center; }
      @media (min-width: 320px) and (max-width: 767px) {
        .header-wrapper header .logo img {
          max-height: 108px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-wrapper header .logo img {
          max-height: 108px; } }

.business-phone {
  position: absolute;
  top: 23px;
  right: 10px; }
  .business-phone .desktop-phone {
    display: none;
    margin: 0; }
    @media (min-width: 768px) {
      .business-phone .desktop-phone {
        display: block;
        border-radius: 5px;
        border: 3px solid #f3f3e1;
        padding: 10px; } }
    @media (min-width: 992px) {
      .business-phone .desktop-phone {
        display: block;
        border-radius: 0;
        border: none;
        padding: 0; } }
  .business-phone .mobile-phone {
    display: block; }
  .business-phone i {
    display: block;
    border-radius: 50%;
    border: 3px solid #f3f3e1;
    padding: 10px;
    color: #f3f3e1; }
    @media (min-width: 768px) {
      .business-phone i {
        display: none; } }
  .business-phone a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .business-phone {
      -webkit-user-select: all;
      -moz-user-select: all;
      -ms-user-select: all;
      -o-user-select: all;
      user-select: all;
      color: #f3f3e1;
      position: absolute;
      right: 17px;
      top: 30px;
      font-weight: 700; } }
  @media (min-width: 992px) {
    .business-phone {
      -webkit-user-select: all;
      -moz-user-select: all;
      -ms-user-select: all;
      -o-user-select: all;
      user-select: all;
      color: #f3f3e1;
      position: absolute;
      right: 8px;
      font-weight: 700;
      border-radius: 5px;
      border: 3px solid #f3f3e1;
      padding: 10px; }
      .business-phone .mobile-phone {
        display: none; }
      .business-phone .desktop-phone {
        display: block;
        margin: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .business-phone {
      right: 47px; } }
  @media (min-width: 992px) {
    .business-phone {
      font-size: 24px;
      right: 17px; } }

.slider > .main-nav {
  display: none; }

.mm-main-nav {
  display: block; }
  .mm-main-nav .mm-header-nav {
    display: block; }
    .mm-main-nav .mm-header-nav .mobile-nav {
      color: #ffffff;
      position: absolute;
      top: 11px;
      left: 10px;
      z-index: 1001;
      color: #f3f3e1;
      text-decoration: none;
      font-size: 46px;
      padding: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .mm-main-nav .mm-header-nav .mobile-nav {
          left: 43px;
          top: 30px; } }
  .mm-main-nav .main-nav {
    display: none;
    padding: 0px;
    position: relative; }
    .mm-main-nav .main-nav ul ul {
      display: none; }
    .mm-main-nav .main-nav ul li {
      position: relative;
      padding: 0px;
      /* Fix for 3D Spine and Pet Selector menu options */ }
      .mm-main-nav .main-nav ul li a.mm-subopen {
        background: rgba(3, 2, 1, 0);
        width: 40px;
        padding: 20px 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2; }
        .mm-main-nav .main-nav ul li a.mm-subopen:before {
          content: '';
          display: block;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          border-left: 1px solid #666; }
        .mm-main-nav .main-nav ul li a.mm-subopen:after {
          content: '';
          border: 2px solid transparent;
          display: inline-block;
          width: 7px;
          height: 7px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-bottom: -5px;
          position: absolute;
          bottom: 50%;
          border-top: none;
          border-left: none;
          right: 18px;
          border-color: #767dba; }
      .mm-main-nav .main-nav ul li a.mm-subopen + span {
        padding-right: 5px;
        margin-right: 40px; }
      .mm-main-nav .main-nav ul li span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 20px;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;
        border-bottom: 1px solid #666; }
      .mm-main-nav .main-nav ul li .launch_spine_simulator, .mm-main-nav .main-nav ul li #launch_pet_selector {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 20px;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;
        border-bottom: 1px solid #666; }
      .mm-main-nav .main-nav ul li a.drop_down_expand:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .mm-main-nav .main-nav ul li.drop_down span {
      padding-right: 39px; }
  .mm-main-nav .bg-mm-nav {
    background: #555555; }

.desktop-nav-btn {
  display: none; }

.main-nav {
  width: 100%;
  background: #555555;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  background: none; }
  .main-nav ul {
    width: 100%;
    background: rgba(85, 85, 85, 0.95); }
    @media (min-width: 320px) and (max-width: 767px) {
      .main-nav ul {
        border-radius: 0; } }
    @media (min-width: 992px) {
      .main-nav ul {
        border-radius: 5px; } }
    .main-nav ul#ui-id-1 {
      background: rgba(85, 85, 85, 0.95) url(/images/nav-background.jpg?v=4.14.6.20) no-repeat top center; }
    .main-nav ul li {
      padding: 2%; }
      @media (min-width: 992px) {
        .main-nav ul li:hover {
          background: rgba(243, 243, 225, 0.2); } }
      .main-nav ul li.drop_down > div {
        display: none; }
      .main-nav ul li.drop_down > ul {
        display: none; }
      .main-nav ul li.menu_btm {
        display: none; }
      .main-nav ul li a {
        color: #f3f3e1;
        text-decoration: none; }
        .main-nav ul li a[aria-haspopup="true"]:after {
          content: ">";
          font-family: "chiro-icons";
          color: #767dba;
          float: right;
          line-height: 1.25em; }
    .main-nav ul li.menu_btm {
      padding: 0px; }
    .main-nav ul li.menu_top {
      padding: 0px; }
  .main-nav > ul {
    background: #555555; }
    .main-nav > ul > li > ul {
      background: #555555; }
      .main-nav > ul > li > ul > li > ul {
        background: #555555; }
        .main-nav > ul > li > ul > li > ul > li > ul {
          background: #555555; }
          .main-nav > ul > li > ul > li > ul > li > ul > li > ul {
            background: #555555; }

/* main nav */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  width: 150px; }

.ui-menu .ui-menu {
  top: 0px !important; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 15px 30px 15px 20px;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  position: initial !important; }

.ui-menu .ui-menu-divider {
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
  padding: 0px;
  margin: 0px;
  height: 0px; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/***********************MEDIA QUERIES*******************************/
@media (min-width: 992px) {
  .mm-main-nav {
    display: none; }

  .slider > .main-nav {
    display: none; }
    .slider > .main-nav ul {
      width: 280px;
      position: absolute; }
    .slider > .main-nav .ui-menu .ui-menu-item {
      padding: 0px; }
      .slider > .main-nav .ui-menu .ui-menu-item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px 30px 15px 20px;
        margin: 0; }
    .slider > .main-nav .desktop-nav-btn-close {
      padding: 1em; }
      .slider > .main-nav .desktop-nav-btn-close a {
        display: block;
        z-index: 1001;
        color: #f3f3e1;
        text-decoration: none;
        font-size: 46px; }

  .desktop-nav-btn {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: .25em;
    z-index: 1001;
    color: #f3f3e1;
    text-decoration: none;
    font-size: 46px; } }
.mobile-nav.icon-menu.blurp {
  font-size: 3em;
  top: -3px;
  left: 15px; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Custom Content Home 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.content-template-wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0 2em 0;
  background: #f9f9ed;
  border-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-template-wrap {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 992px) {
    .content-template-wrap {
      padding: 3em 4% 2em 4%; } }
  .content-template-wrap .wrapper-module {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%; }
    .content-template-wrap .wrapper-module:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 320px) and (max-width: 767px) {
      .content-template-wrap .wrapper-module {
        padding: 0px 12px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .content-template-wrap .wrapper-module {
        padding: 0px; } }
    .content-template-wrap .wrapper-module #content_sublinks {
      background: transparent; }
      .content-template-wrap .wrapper-module #content_sublinks h3 span {
        color: #555555; }
      .content-template-wrap .wrapper-module #content_sublinks li {
        list-style: disc inside; }
        .content-template-wrap .wrapper-module #content_sublinks li a {
          color: #555555; }
    .content-template-wrap .wrapper-module .page_content h1 {
      color: #555555;
      margin: 0 0 10px 0;
      font: 500 1.5em Montserrat; }
      @media (min-width: 768px) {
        .content-template-wrap .wrapper-module .page_content h1 {
          font-size: 1.8em; } }
    .content-template-wrap .wrapper-module .page_content h2 {
      font: 400 1.125em Montserrat;
      color: #555555;
      margin: 0 0 30px 0; }
      @media (min-width: 768px) {
        .content-template-wrap .wrapper-module .page_content h2 {
          font-size: 1.3em; } }
    .content-template-wrap .wrapper-module .page_content p {
      font-size: 0.778em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        .content-template-wrap .wrapper-module .page_content p {
          font-size: 18px; } }
      .content-template-wrap .wrapper-module .page_content p.client-title {
        color: #555555; }
      .content-template-wrap .wrapper-module .page_content p.client-address {
        color: #555555; }
    .content-template-wrap .wrapper-module ul {
      font-size: .75em; }
    .content-template-wrap .wrapper-module > ul {
      margin-left: 1.2em; }
  .content-template-wrap table img {
    max-width: none; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Newsletter Signup
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.newsletter-signup {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 54px;
  padding-bottom: 59px;
  background: #f3f3e1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsletter-signup {
      padding: 11% 0; } }
  @media (min-width: 992px) {
    .newsletter-signup {
      padding-top: 91px;
      padding-bottom: 83px; } }
  .newsletter-signup .wrapper-module {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%; }
    .newsletter-signup .wrapper-module:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 320px) and (max-width: 767px) {
      .newsletter-signup .wrapper-module {
        padding: 0 12px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .newsletter-signup .wrapper-module {
        padding: 0 48px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .newsletter-signup .wrapper-module #news_signup_module {
        width: 66.66667%;
        float: left;
        margin: 0 16.66667%; } }
    @media (min-width: 992px) {
      .newsletter-signup .wrapper-module #news_signup_module {
        width: 100%;
        float: right;
        margin-right: 0; } }
  .newsletter-signup .nws_mod_ttl {
    font-size: 1.5em;
    color: #555555;
    text-align: center;
    margin: 0 0 13px 0; }
    @media (min-width: 768px) {
      .newsletter-signup .nws_mod_ttl {
        margin-bottom: 17px; } }
    @media (min-width: 992px) {
      .newsletter-signup .nws_mod_ttl {
        margin: 0 0 54px 0; } }
    .newsletter-signup .nws_mod_ttl strong {
      font-weight: 500; }
  .newsletter-signup form:after {
    content: " ";
    display: block;
    clear: both; }
  .newsletter-signup form .news_mod_usr_int {
    display: none;
    margin: auto;
    margin-left: 15%; }
  @media (min-width: 992px) {
    .newsletter-signup form .news_mod_usr_nam {
      float: left;
      width: 33%;
      margin-left: 7%;
      margin-right: 0px; } }
  @media (min-width: 992px) {
    .newsletter-signup form .news_mod_usr_eml {
      float: left;
      width: 33%;
      margin-right: 12px;
      margin-left: 52px; } }
  .newsletter-signup form .news_mod_sbmt {
    text-align: center; }
    @media (min-width: 992px) {
      .newsletter-signup form .news_mod_sbmt {
        float: left;
        width: 20%; } }
    .newsletter-signup form .news_mod_sbmt .nws_smt_btn {
      background-color: #69dd9a;
      color: #555555;
      width: auto;
      margin: 12px auto 0 auto;
      display: inline;
      padding: 10px 28px; }
      .newsletter-signup form .news_mod_sbmt .nws_smt_btn:hover {
        background: #f3f3e1;
        color: #3c8def; }
      @media (min-width: 768px) {
        .newsletter-signup form .news_mod_sbmt .nws_smt_btn {
          margin: 13px auto; } }
      @media (min-width: 992px) {
        .newsletter-signup form .news_mod_sbmt .nws_smt_btn {
          margin-top: 0; } }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Search Form
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.search-form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  z-index: 0;
  background: url(/css/skins/template_20a/images/flower-black_@2X.png?v=4.14.6.20);
  position: relative;
  padding: 6% 0; }
  .search-form .background-wrapper {
    z-index: -1;
    background: rgba(118, 125, 186, 0.96);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }
  .search-form .wrapper-module {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto; }
    .search-form .wrapper-module:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 320px) {
      .search-form .wrapper-module {
        padding: 0 12px; } }
    @media (min-width: 768px) {
      .search-form .wrapper-module {
        padding: 0 48px; } }
    @media (min-width: 992px) {
      .search-form .wrapper-module {
        padding: 0 2%; } }
    .search-form .wrapper-module .search-form-title {
      text-align: left;
      color: #f3f3e1; }
      @media (min-width: 320px) and (max-width: 991px) {
        .search-form .wrapper-module .search-form-title {
          text-align: center; } }
    .search-form .wrapper-module .search {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .search-form .wrapper-module .search:after {
        content: " ";
        display: block;
        clear: both; }
      @media (min-width: 768px) {
        .search-form .wrapper-module .search {
          width: 75%;
          float: left;
          margin: 0 16.66667%; } }
      @media (min-width: 992px) {
        .search-form .wrapper-module .search {
          width: 38.5%;
          margin: 0 8.33333% 0 0; } }
      .search-form .wrapper-module .search input[type="text"] {
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 84%; }
        @media (min-width: 768px) {
          .search-form .wrapper-module .search input[type="text"] {
            width: 90%; } }
      .search-form .wrapper-module .search .icon-search {
        float: left;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #ffffff;
        color: #555555;
        font-size: 1.375em;
        height: 40px;
        text-align: right;
        width: 16%;
        padding: 0 2% 0 0;
        margin-left: -1px; }
        @media (min-width: 768px) {
          .search-form .wrapper-module .search .icon-search {
            width: 10%;
            height: 48px; } }
    .search-form .wrapper-module .pageOptionsWrap {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 768px) {
        .search-form .wrapper-module .pageOptionsWrap {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 992px) {
        .search-form .wrapper-module .pageOptionsWrap {
          width: 53.1%; } }
      .search-form .wrapper-module .pageOptionsWrap ul {
        text-align: center;
        overflow: hidden; }
        .search-form .wrapper-module .pageOptionsWrap ul li {
          display: inline-block;
          margin: 25px 12%;
          vertical-align: middle;
          width: 45%;
          height: 148px;
          margin: 2% 2%;
          margin-right: 2.2%;
          padding: 0;
          background: #767dba;
          border-radius: 5px; }
          .search-form .wrapper-module .pageOptionsWrap ul li:hover {
            background: #f3f3e1;
            color: #767dba; }
            .search-form .wrapper-module .pageOptionsWrap ul li:hover a {
              color: #767dba; }
              .search-form .wrapper-module .pageOptionsWrap ul li:hover a:before {
                color: #767dba; }
              .search-form .wrapper-module .pageOptionsWrap ul li:hover a span {
                color: #767dba; }
          @media (min-width: 768px) {
            .search-form .wrapper-module .pageOptionsWrap ul li {
              width: 20%; } }
          @media (min-width: 992px) {
            .search-form .wrapper-module .pageOptionsWrap ul li {
              width: 18%;
              margin-right: 5%; } }
          @media (min-width: 992px) and (max-width: 1168px) {
            .search-form .wrapper-module .pageOptionsWrap ul li {
              font-size: 16px; } }
          .search-form .wrapper-module .pageOptionsWrap ul li a {
            display: block;
            height: 70px;
            text-decoration: none;
            text-align: center;
            position: relative; }
            .search-form .wrapper-module .pageOptionsWrap ul li a:before {
              font: normal normal normal 14px/1 FontAwesome;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              transform: translate(0, 0);
              line-height: 70px;
              color: #f3f3e1; }
            .search-form .wrapper-module .pageOptionsWrap ul li a span {
              font-size: 0.9em;
              position: absolute;
              display: inline-block;
              left: 50%;
              top: 113%;
              width: 110px;
              -ms-transform: translate(-50%, 0);
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
              color: #f3f3e1; }
          .search-form .wrapper-module .pageOptionsWrap ul li .print_page:before {
            content: "\f02f";
            display: inline-block;
            font-size: 40px; }
          .search-form .wrapper-module .pageOptionsWrap ul li .send_friend:before {
            content: "\f064";
            display: inline-block;
            font-size: 40px; }
          .search-form .wrapper-module .pageOptionsWrap ul li .email_us:before {
            content: "\f0e0";
            display: inline-block;
            font-size: 40px; }
          .search-form .wrapper-module .pageOptionsWrap ul li .request_appointment:before {
            content: "\f073";
            display: inline-block;
            font-size: 40px; }
        .search-form .wrapper-module .pageOptionsWrap ul li:first-child {
          margin-left: 0px; }
        .search-form .wrapper-module .pageOptionsWrap ul li:nth-last-child(2) {
          margin-right: 0px; }
      .search-form .wrapper-module .pageOptionsWrap .zoomCtrl {
        display: none; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Featured Articles
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.featuredArticleSection {
  overflow: hidden;
  clear: both;
  z-index: 0;
  background: url(/css/skins/template_20a/images/flower-black_@2X.png?v=4.14.6.20);
  position: relative;
  padding: 20% 0 10% 0;
  padding-top: 89px;
  padding-bottom: 28px; }
  @media (min-width: 768px) {
    .featuredArticleSection {
      padding: 10% 15% 10% 15%;
      padding-top: 89px; } }
  @media (min-width: 992px) {
    .featuredArticleSection {
      padding: 7% 15% 7% 15%;
      padding-top: 89px;
      padding-bottom: 86px; } }
  .featuredArticleSection .article-background {
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .featuredArticleSection .featuredArticleTitle {
    color: #555555;
    font-size: 1.5em;
    margin: 0;
    text-align: center; }
    @media (min-width: 320px) {
      .featuredArticleSection .featuredArticleTitle {
        margin: 0 0 30px 0; } }
  .featuredArticleSection #featured_articles {
    margin: 0 auto 32px; }
    @media (min-width: 768px) {
      .featuredArticleSection #featured_articles {
        margin-bottom: 13px; } }
    .featuredArticleSection #featured_articles article {
      border-radius: 5px;
      padding: 32px 20px 11px;
      background: #ffffff;
      text-align: center; }
      @media (min-width: 320px) and (max-width: 767px) {
        .featuredArticleSection #featured_articles article {
          padding-bottom: 26px; } }
      @media (min-width: 768px) {
        .featuredArticleSection #featured_articles article {
          min-height: 290px;
          padding: 23px 40px 45px;
          text-align: left; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .featuredArticleSection #featured_articles article {
          padding-bottom: 19px; } }
      .featuredArticleSection #featured_articles article img {
        display: block;
        margin: 0 auto 25px;
        border-radius: 5px;
        margin-bottom: 32px; }
        @media (min-width: 768px) {
          .featuredArticleSection #featured_articles article img {
            float: left;
            margin-right: 45px; } }
      .featuredArticleSection #featured_articles article .articleText {
        text-align: left; }
        @media (min-width: 768px) {
          .featuredArticleSection #featured_articles article .articleText {
            margin-bottom: 37px; } }
        @media (min-width: 992px) {
          .featuredArticleSection #featured_articles article .articleText {
            margin-bottom: 25px; } }
        .featuredArticleSection #featured_articles article .articleText h3 {
          margin-bottom: 21px; }
          @media (min-width: 992px) {
            .featuredArticleSection #featured_articles article .articleText h3 {
              margin-bottom: 18px; } }
        .featuredArticleSection #featured_articles article .articleText h3 > a {
          color: #555555;
          font-family: 'Montserrat', sans-serif;
          font-size: 24px;
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: none; }
          @media (min-width: 320px) and (max-width: 767px) {
            .featuredArticleSection #featured_articles article .articleText h3 > a {
              font-size: 18px; } }
        .featuredArticleSection #featured_articles article .articleText p {
          line-height: 1.5em;
          font-size: 0.9em;
          font-weight: 400; }
          @media (min-width: 320px) and (max-width: 767px) {
            .featuredArticleSection #featured_articles article .articleText p {
              font-size: 0.8em; } }
      .featuredArticleSection #featured_articles article > a {
        font-size: 0.9em;
        text-decoration: none;
        background-color: #69dd9a;
        color: #555555;
        border: 1px solid #69dd9a;
        border-radius: 5px;
        height: 3em;
        outline: none;
        padding: 14px 35px;
        width: 100%;
        float: none;
        margin: 0 0 10px 0; }
        @media (min-width: 320px) and (max-width: 767px) {
          .featuredArticleSection #featured_articles article > a {
            margin: 0 auto 10px auto;
            text-align: center;
            padding: 10px 10px;
            height: auto; } }
        .featuredArticleSection #featured_articles article > a:hover {
          background: #f3f3e1;
          border: 1px solid #3c8def;
          color: #3c8def; }
      .featuredArticleSection #featured_articles article .articleButton {
        margin-top: 24px; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #555555 !important;
  padding: 2px 5px !important;
  font-size: 1em !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 10px !important;
  font-family: 'Lora', serif;
  font-weight: bold; }
  @media (min-width: 320px) and (max-width: 767px) {
    .owl-theme .owl-controls .owl-page span.owl-numbers {
      font-size: .75em !important; } }

.owl-theme .owl-controls .owl-page {
  margin: 0 6px !important; }
  @media (min-width: 768px) {
    .owl-theme .owl-controls .owl-page {
      margin: 0 10px !important; } }

.owl-theme .owl-controls.clickable {
  margin-top: 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .owl-theme .owl-controls.clickable {
      margin-top: 53px; } }
  @media (min-width: 992px) {
    .owl-theme .owl-controls.clickable {
      margin-top: 36px; } }

.owl-theme .owl-controls .owl-page span {
  background: none !important;
  margin: 5px 10px !important; }

.owl-theme .owl-controls .owl-page.active, .owl-theme .owl-controls.clickable .owl-page:hover {
  background: rgba(105, 221, 154, 0.5) !important;
  border-radius: 5px !important; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Popup Form Styling
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/*============= Make Appointment/Email Us/Send To Friend Popup Form/Thank You Message ================*/
/* -- the div.verify_required text field should never display --*/
body#popup {
  background: rgba(243, 243, 225, 0.7); }

form[id^="custom"] div.verify_required,
div.verify_required {
  display: none !important; }

form#MakeAppointment,
form#SendToDoctor,
form#SendToFriend,
div.thankYouMessageWrap {
  padding-bottom: 20px; }

div.thankYouMessageWrap {
  text-align: center; }

form#MakeAppointment div p,
form#SendToFriend div p,
form#SendToDoctor div p {
  font-size: 14px;
  padding: 10px 5% 10px 5%; }

/*
form#SendToDoctor div p {
  font-size: 14px;
  padding: 10px 0px 10px 3% ;
}
*/
form#MakeAppointment div h2,
form#SendToDoctor div h2,
form#SendToFriend div h2,
div.thankYouMessageWrap h2 {
  background-color: green;
  color: #767dba;
  margin: 0;
  padding: 20px 30px;
  text-align: left;
  font-size: 1.375em; }

form#MakeAppointment div p,
form#MakeAppointment div label,
form#SendToDoctor div p,
form#SendToDoctor div label,
form#SendToFriend div p,
form#SendToFriend div label {
  color: green; }

form#MakeAppointment div label,
form#SendToDoctor div label,
form#SendToFriend div label {
  margin: 0%;
  display: block; }

form#MakeAppointment div select:first-of-type {
  display: block;
  margin: 1% 0 0% 0%; }

form#MakeAppointment div select {
  border: none;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  display: inline-block;
  padding: 3px;
  height: 30px; }

form#MakeAppointment div input[type="text"],
form#MakeAppointment div textarea,
form#SendToDoctor div input[type="text"],
form#SendToDoctor div textarea,
form#SendToFriend div input[type="text"],
form#SendToFriend div textarea {
  border: none;
  border-top: 1px solid #ffffff;
  padding: 8px;
  margin: 0 0 1.25em 0;
  width: 100%; }

form#MakeAppointment > div > div,
form#SendToDoctor > div > div,
form#SendToFriend > div > div {
  margin-left: 5%;
  margin-right: 5%; }

form#MakeAppointment div div img,
form#SendToDoctor div div img,
form#SendToFriend div div img {
  border: 1px solid #ffffff;
  display: block;
  margin: 0px 5% 10px; }

form#MakeAppointment div input#verification,
form#SendToDoctor div input#verification,
form#SendToFriend div input#verification {
  width: 134px;
  margin: 0 0 0 5%; }

form#MakeAppointment div input[type="submit"]:first-of-type,
form#SendToDoctor div input[type="submit"]:first-of-type,
form#SendToFriend div input[type="submit"]:first-of-type {
  margin: 0px;
  border: 1px solid green;
  color: green;
  float: left; }

/* -- popup form buttons -- */
form#MakeAppointment div input[type="submit"],
form#SendToDoctor div input[type="submit"],
form#SendToFriend div input[type="submit"],
div.thankYouMessageWrap div input[type="submit"] {
  border: 1px solid #767dba;
  background: none;
  padding: 1em;
  height: auto;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  transition: all .25s linear;
  text-align: center;
  line-height: 1em;
  border-radius: 5px;
  margin: 1em 0 0 0; }
  form#MakeAppointment div input[type="submit"]:hover,
  form#SendToDoctor div input[type="submit"]:hover,
  form#SendToFriend div input[type="submit"]:hover,
  div.thankYouMessageWrap div input[type="submit"]:hover {
    background: #767dba;
    color: green;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

form#MakeAppointment div input[name="button_submit"],
form#SendToDoctor div input[name="button_submit"],
form#SendToFriend div input[name="button_submit"],
div.thankYouMessageWrap div input[name="button_submit"] {
  margin: 1em 0 0 0;
  margin: 0 2% 0 0;
  color: #ffffff;
  border: 1px solid #ffffff; }

#button_submit, #button_cancel {
  width: 44%; }

form#MakeAppointment div input[type="submit"],
form#SendToDoctor div input[type="submit"],
form#SendToFriend div input[type="submit"] {
  float: right;
  width: 48%;
  margin: 0 0 2em 0; }

form#MakeAppointment > div,
form#SendToDoctor > div,
form#SendToFriend > div {
  margin-bottom: 52px; }

#button_submit {
  border: 1px solid green;
  color: green; }

#button_cancel {
  border: 1px solid green !important;
  color: green !important; }

.form_error_message {
  display: none;
  color: #3c8def; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Popup Form Styling
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.social {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .social {
      width: 25%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .social {
      width: 50%;
      float: right;
      margin-right: 0; } }
  .social ul {
    display: inline-block; }
    @media (min-width: 768px) {
      .social ul {
        float: right; } }
    .social ul li {
      float: right;
      margin: 20px 5px; }
      @media (min-width: 768px) {
        .social ul li {
          margin: 5px; } }
      .social ul li a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        font-size: 30px; }
        @media (min-width: 768px) {
          .social ul li a {
            font-size: 40px; } }
        .social ul li a:hover {
          color: #ffffff; }
      .social ul li span {
        display: none; }

header .social {
  display: none;
  position: absolute;
  right: 0px;
  width: 26%;
  margin: 0px 0px 20px 0;
  float: right; }
  @media (min-width: 768px) {
    header .social {
      display: block;
      width: 36%;
      top: 97px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .social {
      right: 48px; } }
  @media (min-width: 992px) {
    header .social {
      width: 26%; } }
  header .social ul li {
    margin: 15px 0 15px 8px; }
    header .social ul li a {
      color: #f3f3e1;
      padding: 8px;
      font-size: 20px;
      border: 3px solid rgba(243, 243, 225, 0.2);
      background: none;
      border-radius: 50%; }
      header .social ul li a.icon-facebook {
        padding: 8px 13px; }
      header .social ul li a:hover {
        background-color: rgba(243, 243, 225, 0.3); }
  header .social ul li:first-child {
    margin-right: 0px; }
  @media (min-width: 992px) {
    header .social {
      display: block;
      margin-right: 17px; } }

footer .social {
  margin-bottom: 17px; }
  @media (min-width: 768px) {
    footer .social {
      margin-bottom: 0px; } }
  footer .social ul li {
    margin-top: 0px; }
    @media (min-width: 768px) {
      footer .social ul li {
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      footer .social ul li {
        margin-left: 24px; } }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Modules
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/* Module - Exclusive Offer ----------------- */
.exclusive-offer-module {
  width: 100%;
  padding: 2%;
  position: absolute;
  bottom: 2%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .exclusive-offer-module {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 768px) {
    .exclusive-offer-module {
      left: 0;
      right: 0;
      bottom: 10%;
      margin: 0 auto;
      position: absolute; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .exclusive-offer-module {
      padding-right: 48px;
      padding-left: 48px; } }
  @media (min-width: 992px) {
    .exclusive-offer-module {
      position: absolute;
      width: 80%;
      left: 0;
      right: 0;
      bottom: 10%;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .exclusive-offer-module .custom_content_module_1 .cc_module_content {
      overflow: hidden;
      height: 320px; } }
  .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer {
    height: 320px;
    background: rgba(215, 199, 180, 0.9);
    float: none;
    height: auto;
    padding: 0 0 2% 0; }
    @media (min-width: 768px) {
      .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer {
        width: 100%;
        float: none;
        height: auto; } }
    @media (min-width: 992px) {
      .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer {
        width: 59.5%;
        margin-right: .5%;
        float: left;
        height: 320px; } }
    .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer h3 {
      text-align: center;
      text-transform: uppercase;
      padding: 2%; }
      @media (min-width: 320px) and (max-width: 767px) {
        .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer h3 {
          padding-left: 12px;
          padding-right: 12px; } }
    .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer div form {
      overflow: hidden;
      float: none;
      width: 80%;
      margin: 0 10%; }
      @media (min-width: 768px) {
        .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer div form {
          width: 90%;
          margin: 0 5%; } }
      @media (min-width: 992px) {
        .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer div form {
          width: 80%;
          margin: 0 10%; } }
  .exclusive-offer-module .module-wrapper {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: .25em 0 0 0; }
    @media (min-width: 768px) {
      .exclusive-offer-module .module-wrapper {
        width: 100%;
        float: none; } }
    @media (min-width: 992px) {
      .exclusive-offer-module .module-wrapper {
        width: 40%;
        float: left;
        margin: 0; } }
    .exclusive-offer-module .module-wrapper .slider-box {
      width: 100%;
      float: none;
      background: rgba(215, 199, 180, 0.7);
      height: 120px;
      margin: 0 .25em .25em 0;
      cursor: pointer;
      transition: all .25s linear; }
      .exclusive-offer-module .module-wrapper .slider-box:hover > p > a {
        color: #f3f3e1; }
      .exclusive-offer-module .module-wrapper .slider-box:hover p:after {
        background: #f3f3e1; }
      .exclusive-offer-module .module-wrapper .slider-box a {
        text-decoration: none; }
        .exclusive-offer-module .module-wrapper .slider-box a:hover {
          color: #f3f3e1; }
      @media (min-width: 768px) {
        .exclusive-offer-module .module-wrapper .slider-box {
          height: 160px; } }
      @media (min-width: 992px) {
        .exclusive-offer-module .module-wrapper .slider-box {
          height: 160px; } }
      .exclusive-offer-module .module-wrapper .slider-box:hover {
        background: rgba(243, 243, 225, 0.3);
        color: #fff; }
      @media (min-width: 768px) {
        .exclusive-offer-module .module-wrapper .slider-box {
          width: 50%;
          float: left; }
          .exclusive-offer-module .module-wrapper .slider-box:last-of-type {
            margin: 0;
            float: right;
            width: 49%; } }
      @media (min-width: 992px) {
        .exclusive-offer-module .module-wrapper .slider-box {
          width: 100%;
          float: left;
          margin: 0 0 .25em 0; }
          .exclusive-offer-module .module-wrapper .slider-box:last-of-type {
            margin: 0;
            float: right;
            width: 100%; } }
      .exclusive-offer-module .module-wrapper .slider-box p {
        margin: 0;
        padding-top: 1em;
        text-align: center;
        text-transform: uppercase;
        font: 700 1.25em "Montserrat";
        height: 100%; }
        .exclusive-offer-module .module-wrapper .slider-box p:after {
          content: "";
          display: block;
          background: #555555;
          height: 4px;
          width: 70px;
          margin: 1em auto 1em auto; }
          @media (min-width: 992px) {
            .exclusive-offer-module .module-wrapper .slider-box p:after {
              margin-top: 2em; } }
  .exclusive-offer-module .cc_module_title {
    display: none; }
  .exclusive-offer-module .exclusive_offer > p {
    text-align: center;
    margin: 0 0 30px 0; }
  .exclusive-offer-module .contact_info label {
    cursor: text;
    font-size: 16px;
    position: absolute;
    padding: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s; }
    @media (min-width: 768px) {
      .exclusive-offer-module .contact_info label {
        padding: 15px; } }
  .exclusive-offer-module .submit_info input {
    background: #3c8def;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #3c8def;
    margin-bottom: 1px;
    width: 50%;
    margin: 0 25%;
    display: block; }
    @media (min-width: 768px) {
      .exclusive-offer-module .submit_info input {
        width: auto;
        display: block;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .exclusive-offer-module .submit_info input {
        width: auto;
        display: block;
        margin: 0 auto; } }
    .exclusive-offer-module .submit_info input:hover {
      background: #f3f3e1;
      border: 1px solid #3c8def;
      color: #3c8def; }

@media (min-width: 320px) and (max-width: 991px) {
  .homepage .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer div .contact_info .filled label, .subpage .exclusive-offer-module .custom_content_module_1 .cc_module_content .exclusive_offer div .contact_info .filled label {
    display: none; } }

.exclusive-offer-module.validation_code {
  bottom: 0px; }
  @media (min-width: 992px) {
    .exclusive-offer-module.validation_code .custom_content_module_1 .cc_module_content {
      overflow: hidden;
      height: 450px; } }
  .exclusive-offer-module.validation_code .custom_content_module_1 .cc_module_content .exclusive_offer {
    height: 450px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .exclusive-offer-module.validation_code .custom_content_module_1 .cc_module_content .exclusive_offer {
        height: 396px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .exclusive-offer-module.validation_code .custom_content_module_1 .cc_module_content .exclusive_offer input[type=text] {
        margin-bottom: 5px; } }

.subpage .exclusive-offer-module.internal-page {
  position: relative;
  bottom: 0px;
  width: 100%;
  padding: 0px;
  background: #d7c7b4; }
  .subpage .exclusive-offer-module.internal-page .cc_module_content {
    height: auto; }
    @media (min-width: 768px) {
      .subpage .exclusive-offer-module.internal-page .cc_module_content {
        min-height: 155px; } }
    @media (min-width: 992px) {
      .subpage .exclusive-offer-module.internal-page .cc_module_content {
        min-height: 214px; } }
    .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer {
      height: auto;
      padding: 22px 0;
      width: 100%;
      margin-right: 0px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer {
          padding: 10px 0; } }
      .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer h3 {
        padding-top: 0px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer h3 {
            padding-left: 48px;
            padding-right: 48px; } }
      @media (min-width: 768px) {
        .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer {
          min-height: 155px;
          padding: 24px 0px; } }
      @media (min-width: 992px) {
        .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer {
          min-height: 214px;
          padding: 55px 0px; } }
      .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form {
        width: 100%;
        margin: 0px; }
        @media (min-width: 992px) {
          .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form {
            padding: 0% 1.5%; } }
        @media (min-width: 1140px) {
          .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form {
            padding: 0% 1.2%; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form {
            padding: 0% 12px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form {
            padding: 0% 48px; } }
        @media (min-width: 768px) {
          .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form .contact_info > div {
            width: 28.6%;
            float: left;
            padding-right: 0.5%; } }
        .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form .contact_info .submit_info {
          width: auto; }
          @media (min-width: 768px) {
            .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form .contact_info .submit_info {
              float: left;
              padding-right: 0px;
              margin: 0px;
              padding: 0px;
              width: 14%; } }
          @media (min-width: 768px) {
            .subpage .exclusive-offer-module.internal-page .cc_module_content .exclusive_offer form .contact_info .submit_info input {
              margin: 0px;
              padding: 0px;
              width: 100%; } }
  .subpage .exclusive-offer-module.internal-page .module-wrapper {
    display: none; }

/* Module - Featured Services ----------------- */
.featured-services-module {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url(/css/skins/template_20a/images/flower-black_@2X.png?v=4.14.6.20);
  z-index: 0;
  position: relative;
  padding-top: 55px;
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .featured-services-module {
      padding: 91px 0;
      padding-bottom: 52px; } }
  .featured-services-module .background-wrapper {
    z-index: -1;
    background: rgba(215, 199, 180, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }
  .featured-services-module .wrapper-module {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%; }
    .featured-services-module .wrapper-module:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 320px) and (max-width: 767px) {
      .featured-services-module .wrapper-module {
        padding: 0 12px; } }
  .featured-services-module .cc_module_title {
    font-weight: 500;
    font-size: 1.25em;
    color: #ffffff;
    text-align: center;
    margin: 0 0 39px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .featured-services-module .cc_module_title {
        margin: 0 0 66px 0; } }
    @media (min-width: 992px) {
      .featured-services-module .cc_module_title {
        margin: 0 0 55px 0; } }
  @media (min-width: 992px) {
    .featured-services-module .cc_module_content {
      text-align: center; } }
  .featured-services-module .cc_module_content article {
    padding: 0 0 25px 0; }
    @media (min-width: 768px) {
      .featured-services-module .cc_module_content article {
        width: 50%;
        float: left;
        margin: 0 25%;
        padding: 0 0 50px 0; } }
    @media (min-width: 992px) {
      .featured-services-module .cc_module_content article {
        width: 29%;
        margin: 0 3.125%; } }
    .featured-services-module .cc_module_content article a {
      text-decoration: none;
      color: #767dba;
      text-transform: uppercase; }
    .featured-services-module .cc_module_content article dl {
      border-radius: 5px;
      background: rgba(243, 243, 225, 0.7);
      text-align: center;
      cursor: pointer;
      padding: 10% 2%;
      transition: all .25s linear; }
      @media (min-width: 768px) {
        .featured-services-module .cc_module_content article dl {
          padding: 8% 6%; } }
      .featured-services-module .cc_module_content article dl:hover {
        background: #f3f3e1; }
      @media (min-width: 992px) {
        .featured-services-module .cc_module_content article dl {
          height: 362px; } }
      .featured-services-module .cc_module_content article dl dt {
        color: #767dba;
        font-size: 1.25em;
        font-weight: 700;
        font-family: "Montserrat";
        text-decoration: none;
        padding: 0;
        display: inline;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .featured-services-module .cc_module_content article dl dt {
            font-size: 1em; } }
        @media (min-width: 992px) {
          .featured-services-module .cc_module_content article dl dt {
            font-size: 1.2em; } }
        .featured-services-module .cc_module_content article dl dt:after {
          content: "";
          display: block;
          background: #eec47e;
          height: 4px;
          width: 70px;
          margin: 1em auto 1em auto; }
          @media (min-width: 768px) {
            .featured-services-module .cc_module_content article dl dt:after {
              margin: 1em auto 33px auto; } }
          @media (min-width: 992px) {
            .featured-services-module .cc_module_content article dl dt:after {
              margin: 1em auto 38px auto; } }
      .featured-services-module .cc_module_content article dl dd {
        font-size: 14px;
        font-family: "Lato";
        color: #555555;
        line-height: 1.75em;
        margin: 5px 0 5px 0; }
        @media (min-width: 768px) {
          .featured-services-module .cc_module_content article dl dd {
            font-size: 18px; } }
    @media (min-width: 1125px) {
      .featured-services-module .cc_module_content article {
        float: none !important;
        display: inline-block;
        margin: 0px 32px !important;
        padding-bottom: 0px 32px !important;
        vertical-align: top; } }
    @media (min-width: 992px) {
      .featured-services-module .cc_module_content article {
        float: none !important;
        display: inline-block;
        margin: 0px 28px !important;
        padding-bottom: 0px 32px !important;
        vertical-align: top; }
        .featured-services-module .cc_module_content article:first-child {
          margin-left: 0px !important; }
        .featured-services-module .cc_module_content article:last-child {
          margin-right: 0px !important; } }

/* Module - Testimonial ----------------- */
.testimonials-module {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 4em 0 0 0;
  background: #3c8def; }
  @media (min-width: 320px) and (max-width: 767px) {
    .testimonials-module {
      padding: 14% 0; } }
  @media (min-width: 768px) {
    .testimonials-module {
      padding-top: 90px; } }
  .testimonials-module .wrapper-module {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 768px) {
      .testimonials-module .wrapper-module {
        width: 91.66667%;
        float: left;
        margin: 0 4.16667%; } }
    @media (min-width: 992px) {
      .testimonials-module .wrapper-module {
        width: 66.66667%;
        float: left;
        margin: 0 16.66667%;
        padding: 0; } }
  .testimonials-module .cc_module_title {
    font-weight: 500;
    font-size: 1.5em;
    color: #555555;
    text-align: center;
    margin: 0 0 30px 0; }
    @media (min-width: 320px) and (max-width: 767px) {
      .testimonials-module .cc_module_title {
        margin: 0 0 10px 0; } }
    @media (min-width: 992px) {
      .testimonials-module .cc_module_title {
        margin: 0 0 0px 0; } }
  .testimonials-module .client_testimonial blockquote {
    line-height: 1.4em;
    font-weight: 700;
    position: relative;
    padding: 5px 12px;
    margin: 1em 0 2em;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #f3f3e1; }
    @media (min-width: 320px) and (max-width: 767px) {
      .testimonials-module .client_testimonial blockquote {
        font-size: 16px;
        margin: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonials-module .client_testimonial blockquote {
        margin-top: -11px;
        margin-bottom: 66px; } }
    @media (min-width: 992px) {
      .testimonials-module .client_testimonial blockquote {
        margin-top: 0.792em;
        margin-bottom: 2.708em; } }
  .testimonials-module .client_testimonial .signature {
    margin-top: 10px;
    text-transform: capitalize;
    color: #555555;
    font-weight: 400;
    font-size: 18px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .testimonials-module .client_testimonial .signature {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .testimonials-module .client_testimonial .signature {
        margin-top: -8px; } }
    .testimonials-module .client_testimonial .signature .user-data {
      padding-left: 72px; }
      .testimonials-module .client_testimonial .signature .user-data .name {
        font-size: 1.625em;
        font-weight: 500;
        color: #555555;
        padding-top: 5px; }
        @media (min-width: 768px) {
          .testimonials-module .client_testimonial .signature .user-data .name {
            font-size: 1.1em; } }
      .testimonials-module .client_testimonial .signature .user-data .location {
        font-size: 1em;
        font-weight: lighter;
        color: #555555; }
        @media (min-width: 768px) {
          .testimonials-module .client_testimonial .signature .user-data .location {
            font-size: 0.7em; } }

/* ============= NEW =============== */
/* Module - Office Hours --------------------*/
.office-hours-module {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 15% 0; }
  @media (min-width: 768px) {
    .office-hours-module {
      padding: 10% 0;
      font-size: 0.9em;
      width: 91.66667%;
      float: left;
      margin-left: 4.16667%; } }
  @media (min-width: 769px) and (max-width: 892px) {
    .office-hours-module {
      padding: 10% 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .office-hours-module {
      padding: 7% 0; } }
  .office-hours-module .wrapper-module {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%; }
    .office-hours-module .wrapper-module:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 320px) and (max-width: 767px) {
      .office-hours-module .wrapper-module {
        padding: 0 12px; } }
  .office-hours-module .cc_module_title {
    font-weight: 500;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 30px 0; }
  .office-hours-module .cc_module_content {
    /* Mobile Version */ }
    .office-hours-module .cc_module_content .office-hours-mobile table {
      width: 100%;
      font-size: 0.75em;
      text-align: center; }
      .office-hours-module .cc_module_content .office-hours-mobile table thead {
        display: none; }
      .office-hours-module .cc_module_content .office-hours-mobile table tbody tr td {
        color: #555555;
        padding: 10px 8px;
        background: #f9f9ed;
        border-bottom: 5px #ffffff solid; }
        .office-hours-module .cc_module_content .office-hours-mobile table tbody tr td span {
          display: none; }
          @media (min-width: 992px) {
            .office-hours-module .cc_module_content .office-hours-mobile table tbody tr td span {
              display: block; } }
        .office-hours-module .cc_module_content .office-hours-mobile table tbody tr td:nth-child(0n+1) {
          background: none; }
        .office-hours-module .cc_module_content .office-hours-mobile table tbody tr td:nth-child(0n+2) {
          border-right: 5px #ffffff solid;
          background: #f5f5e7; }
        .office-hours-module .cc_module_content .office-hours-mobile table tbody tr td:first-child {
          color: #555555;
          font-weight: 700;
          width: 30%; }
      .office-hours-module .cc_module_content .office-hours-mobile table tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 5px 5px;
        -moz-border-radius-topleft: 5px 5px;
        border-top-left-radius: 5px 5px; }
      .office-hours-module .cc_module_content .office-hours-mobile table tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 5px 5px;
        -moz-border-radius-topright: 5px 5px;
        border-top-right-radius: 5px 5px; }
      .office-hours-module .cc_module_content .office-hours-mobile table tbody tr:last-child td {
        border-bottom: 0; }
      .office-hours-module .cc_module_content .office-hours-mobile table tbody tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 5px 5px;
        -moz-border-radius-bottomleft: 5px 5px;
        border-bottom-left-radius: 5px 5px; }
      .office-hours-module .cc_module_content .office-hours-mobile table tbody tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 5px 5px;
        -moz-border-radius-bottomright: 5px 5px;
        border-bottom-right-radius: 5px 5px; }
    @media (min-width: 768px) {
      .office-hours-module .cc_module_content .office-hours-mobile {
        display: none; } }
    @media (min-width: 992px) {
      .office-hours-module .cc_module_content .office-hours-mobile {
        display: none; } }
    .office-hours-module .cc_module_content .office-hours {
      display: none;
      /* Tablet Version */ }
      @media (min-width: 768px) {
        .office-hours-module .cc_module_content .office-hours {
          display: block; }
          .office-hours-module .cc_module_content .office-hours table {
            width: 100%;
            table-layout: fixed;
            font-size: 1em;
            text-align: center; }
            .office-hours-module .cc_module_content .office-hours table thead {
              display: none; }
            .office-hours-module .cc_module_content .office-hours table tbody tr td {
              color: #555555;
              padding: 25px 8px 25px 8px;
              background: #f9f9ed;
              border-right: 5px #ffffff solid;
              border-bottom: 5px #ffffff solid; }
              .office-hours-module .cc_module_content .office-hours table tbody tr td:last-child {
                border-right: 0; }
            .office-hours-module .cc_module_content .office-hours table tbody tr:first-child td {
              color: #555555;
              font-weight: 700;
              padding: 10px 8px 50px 8px;
              background: none;
              border-right: 5px #ffffff solid;
              border-bottom: 0; }
              .office-hours-module .cc_module_content .office-hours table tbody tr:first-child td span {
                display: none; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .office-hours-module .cc_module_content .office-hours table tbody tr:first-child td span {
            display: inline; } }
      @media (min-width: 768px) {
              .office-hours-module .cc_module_content .office-hours table tbody tr:first-child td:first-child {
                -webkit-border-top-left-radius: 5px 5px;
                -moz-border-radius-topleft: 5px 5px;
                border-top-left-radius: 5px 5px; }
              .office-hours-module .cc_module_content .office-hours table tbody tr:first-child td:last-child {
                -webkit-border-top-right-radius: 5px 5px;
                -moz-border-radius-topright: 5px 5px;
                border-top-right-radius: 5px 5px;
                border-right: 0; }
            .office-hours-module .cc_module_content .office-hours table tbody tr:last-child td {
              border-bottom: 0;
              background: #f5f5e7; }
              .office-hours-module .cc_module_content .office-hours table tbody tr:last-child td:first-child {
                -webkit-border-bottom-left-radius: 5px 5px;
                -moz-border-radius-bottomleft: 5px 5px;
                border-bottom-left-radius: 5px 5px; }
              .office-hours-module .cc_module_content .office-hours table tbody tr:last-child td:last-child {
                -webkit-border-bottom-right-radius: 5px 5px;
                -moz-border-radius-bottomright: 5px 5px;
                border-bottom-right-radius: 5px 5px; } }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Footer
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
footer {
  overflow: hidden;
  clear: both;
  font-size: 0.875em;
  position: relative;
  background-color: rgba(238, 196, 126, 0.8);
  padding: 60px 12px 60px; }
  @media (min-width: 768px) {
    footer {
      padding: 40px 4% 50px 4%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 992px) {
    footer {
      padding-top: 60px;
      padding-bottom: 70px; } }
  footer .footer-background {
    background: url(/images/footer-background.jpg?v=4.14.6.20) no-repeat center center;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  footer .cc_module_title {
    display: none; }
  footer .contact_info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    color: #ffffff; }
    @media (min-width: 768px) {
      footer .contact_info {
        width: 75%;
        float: left; } }
    @media (min-width: 992px) {
      footer .contact_info {
        width: 50%;
        float: left; } }
    footer .contact_info > ul {
      margin-bottom: 30px !important;
      list-style: none !important; }
      footer .contact_info > ul li {
        margin-right: 40px !important;
        margin-bottom: 4px !important;
        font-size: 14px !important; }
        @media (min-width: 768px) {
          footer .contact_info > ul li {
            margin-bottom: 10px !important;
            font-size: 18px !important; } }
        footer .contact_info > ul li a {
          text-decoration: none !important;
          color: #ffffff !important; }
      footer .contact_info > ul span::before {
        color: #ffffff !important;
        font-size: 14px !important; }
        @media (min-width: 768px) {
          footer .contact_info > ul span::before {
            font-size: 18px !important; } }
      footer .contact_info > ul .fa-arrow-right {
        margin-right: 0.6em !important; }
    footer .contact_info div[itemprop="address"] {
      margin-bottom: 30px; }
      footer .contact_info div[itemprop="address"] .location-index {
        font-family: 'Varela Round', sans-serif;
        font-size: .8em;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          footer .contact_info div[itemprop="address"] .location-index {
            font-size: 18px; } }
      footer .contact_info div[itemprop="address"] ul {
        list-style: none; }
        footer .contact_info div[itemprop="address"] ul li {
          margin-right: 40px;
          margin-bottom: 4px;
          font-size: 14px; }
          @media (min-width: 768px) {
            footer .contact_info div[itemprop="address"] ul li {
              margin-bottom: 10px;
              font-size: 18px; } }
          footer .contact_info div[itemprop="address"] ul li a {
            text-decoration: none;
            color: #ffffff; }
        footer .contact_info div[itemprop="address"] ul span::before {
          color: #ffffff;
          font-size: 14px; }
          @media (min-width: 768px) {
            footer .contact_info div[itemprop="address"] ul span::before {
              font-size: 18px; } }
        footer .contact_info div[itemprop="address"] ul .fa-arrow-right {
          margin-right: 0.6em; }
  footer .footer_links {
    clear: both;
    text-align: center;
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      footer .footer_links {
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      footer .footer_links {
        margin-bottom: 14px; } }
    footer .footer_links a {
      text-decoration: none;
      color: #ffffff;
      font-size: .8em; }
      footer .footer_links a:after {
        content: "|";
        margin: 0 .5%; }
      footer .footer_links a:hover:after {
        text-decoration: none;
        display: inline-block; }
      footer .footer_links a:last-of-type:after {
        content: ""; }
      footer .footer_links a:hover {
        text-decoration: underline; }
  footer .copyright {
    color: #ffffff;
    text-align: center; }
    footer .copyright small {
      font-size: .8em; }
    footer .copyright a {
      color: #ffffff;
      text-decoration: none; }
  @media (min-width: 992px) {
    footer .custom_content_module_6 {
      max-width: 1168px;
      margin-left: auto;
      margin-right: auto;
      padding: 0px 4%;
      margin: auto; }
      footer .custom_content_module_6:after {
        content: " ";
        display: block;
        clear: both; } }

form {
  width: 100%; }
  form input[type="radio"], form input[type="checkbox"], form select[type="radio"], form select[type="checkbox"], form img[type="radio"], form img[type="checkbox"], form textarea[type="radio"], form textarea[type="checkbox"] {
    position: relative;
    bottom: 0px;
    margin: 0 .5em 0 0; }
  @media (min-width: 992px) {
    form#custom_form {
      width: 50%;
      float: left; } }
  form#custom_form img {
    display: block; }
  form#custom_form .no_captcha_submit div input[type="text"] {
    width: 100% !important; }
  form#custom_form .no_captcha_submit div input textarea {
    width: 100% !important; }
  form#custom_form .object input[type="text"] {
    width: 100%; }
  form#custom_form .object textarea {
    width: 100%; }
  form#custom_form .object.radio, form#custom_form .object.checkbox {
    margin: 0 0 4% 0; }
    form#custom_form .object.radio:after, form#custom_form .object.checkbox:after {
      content: " ";
      display: block;
      clear: both; }
    form#custom_form .object.radio .options, form#custom_form .object.checkbox .options {
      padding: 5px 0 0 0; }
      form#custom_form .object.radio .options:after, form#custom_form .object.checkbox .options:after {
        content: " ";
        display: block;
        clear: both; }
      form#custom_form .object.radio .options .option, form#custom_form .object.checkbox .options .option {
        display: inline-block;
        margin: 0 3% 0 0; }
        form#custom_form .object.radio .options .option label, form#custom_form .object.checkbox .options .option label {
          display: inline-block; }
  @media (min-width: 992px) {
    form .clickedin input[type=text],
    form .clickedin input[type=password],
    form .clickedin select,
    form .clickedin textarea {
      border: 2px solid #3c8def !important; } }
  form select[name="contact_country"] {
    display: block; }
    @media (min-width: 320px) and (max-width: 991px) {
      form select[name="contact_country"] {
        width: 100%; } }
  form select[name="contact_state"] {
    display: block; }
    @media (min-width: 320px) and (max-width: 991px) {
      form select[name="contact_state"] {
        width: 100%; } }
  form input[type="submit"], form #button_submit {
    color: #ffffff;
    background: #3c8def;
    border: none; }
    form input[type="submit"]:hover, form #button_submit:hover {
      background: #f3f3e1;
      border: 1px solid #3c8def;
      color: #3c8def; }

form[name=lead_generation] div label,
form[name=search_form] div label,
form[name=inews_subscribe] div label {
  cursor: text;
  font-size: 16px;
  color: #555555;
  padding: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s; }
  @media (min-width: 992px) {
    form[name=lead_generation] div label,
    form[name=search_form] div label,
    form[name=inews_subscribe] div label {
      padding: 15px;
      position: absolute; } }
@media (min-width: 992px) {
  form[name=lead_generation] div.filled label,
  form[name=search_form] div.filled label,
  form[name=inews_subscribe] div.filled label {
    visibility: visible;
    -webkit-transform: translate3d(-0.5em, -2.3em, 0);
    -ms-transform: translate3d(-0.5em, -2.3em, 0);
    transform: translate3d(-0.5em, -2.3em, 0); } }

@media (min-width: 768px) and (max-width: 991px) {
  form[name=inews_subscribe] div label {
    padding: 0px; } }

.content-template-wrap form[name=lead_generation] div label,
.content-template-wrap form[name=search_form] div label,
.content-template-wrap form[name=inews_subscribe] div label {
  padding: 0px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s; }
@media (min-width: 992px) {
  .content-template-wrap form[name=lead_generation] div.filled label,
  .content-template-wrap form[name=search_form] div.filled label,
  .content-template-wrap form[name=inews_subscribe] div.filled label {
    -webkit-transform: translate3d(0em, 0em, 0em);
    -ms-transform: translate3d(0em, 0em, 0em);
    transform: translate3d(0em, 0em, 0em); } }

.homepage form[name=lead_generation] div {
  position: relative; }
  .homepage form[name=lead_generation] div.filled label {
    display: none; }
  .homepage form[name=lead_generation] div .errstring {
    position: absolute;
    top: 2px;
    right: 7px;
    font-size: 12px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .homepage form[name=lead_generation] div .errstring {
        top: 0px;
        font-size: 11px; } }
  .homepage form[name=lead_generation] div .verify_info
  .errstring {
    bottom: 24px;
    position: absolute;
    display: block;
    top: inherit; }
    @media (min-width: 768px) {
      .homepage form[name=lead_generation] div .verify_info
      .errstring {
        bottom: 35px; } }

.ui-timepicker-standard {
  z-index: 1 !important; }

/****************BUTTONS****************/
@media (min-width: 768px) {
  form#user_add_contact input[name="submit_add"],
  form#user_add_contact input[name="submit_cancel"],
  form#user_password_reminder input[name="button_submit"],
  form#user_password_reminder input[name="button_cancel"],
  form#user_edit_contact input[name="submit_cancel"],
  form#user_edit_contact input[name="submit_add"],
  form#user_edit_subscriptions input[name="button_update"],
  form#user_edit_subscriptions input[name="button_cancel"],
  form#user_edit_subscriptions input[name="button_resend"],
  form[name="user_login"] input[name="button_submit"] {
    width: 40%; } }
@media (min-width: 992px) {
  form#user_add_contact input[name="submit_add"],
  form#user_add_contact input[name="submit_cancel"],
  form#user_password_reminder input[name="button_submit"],
  form#user_password_reminder input[name="button_cancel"],
  form#user_edit_contact input[name="submit_cancel"],
  form#user_edit_contact input[name="submit_add"],
  form#user_edit_subscriptions input[name="button_update"],
  form#user_edit_subscriptions input[name="button_cancel"],
  form#user_edit_subscriptions input[name="button_resend"],
  form[name="user_login"] input[name="button_submit"] {
    width: 40%; } }

@media (min-width: 767px) and (max-width: 991px) {
  form[name="user_login"] {
    width: 72%;
    margin: 0 auto; }
    form[name="user_login"] input {
      display: block;
      width: 80%; }
    form[name="user_login"] input[name="button_submit"] {
      width: 35%; } }
@media (min-width: 992px) {
  form[name="user_login"] {
    width: 56%; }
    form[name="user_login"] input {
      display: block;
      width: 80%; }
    form[name="user_login"] input[name="button_submit"] {
      width: 35%; } }

form#user_edit_subscriptions .submit {
  margin-top: 10px; }
  @media (min-width: 320px) and (max-width: 991px) {
    form#user_edit_subscriptions .submit {
      display: block; } }
form#user_edit_subscriptions input[name="button_resend"] {
  width: auto; }

#contact_newsletter_subscription {
  margin: 0 0 2% 0; }

form input, form textarea, form select {
  border-radius: 5px;
  border: solid 1px;
  border-color: #A9A9A9; }
form input[type="checkbox"], form input[type="radio"] {
  width: auto;
  height: 0.7em; }
form input[type="text"], form input[type="select"] {
  height: 40px !important; }
  @media (min-width: 768px) {
    form input[type="text"], form input[type="select"] {
      height: 48px !important; } }
form select {
  height: 40px;
  margin-bottom: 10px !important; }
  @media (min-width: 768px) {
    form select {
      height: 48px; } }
form .object {
  margin-bottom: 10px; }

.exclusive-offer-module .contact_us_form input, .exclusive-offer-module .contact_us_form textarea, .exclusive-offer-module .contact_us_form select,
#search_form input,
#search_form textarea,
#search_form select,
.nws_sub_frm input,
.nws_sub_frm textarea,
.nws_sub_frm select {
  border: none; }

@media (min-width: 992px) {
  form[name=user_add_contact], form[name=user_edit_contact] {
    width: 50%;
    float: left; }
    form[name=user_add_contact] input[type="submit"], form[name=user_add_contact] button, form[name=user_edit_contact] input[type="submit"], form[name=user_edit_contact] button {
      min-width: auto; } }

@media (min-width: 992px) {
  .page_content form[name=lead_generation] {
    float: none !important;
    width: 50%;
    float: left; }
    .page_content form[name=lead_generation] input[type="submit"], .page_content form[name=lead_generation] button {
      width: 40%; } }

.slider {
  position: relative;
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto; }
  .slider:after {
    content: " ";
    display: block;
    clear: both; }
  .slider .slideshow_text {
    width: 100%;
    text-align: center;
    z-index: 1001;
    position: absolute;
    top: 12%; }
    .slider .slideshow_text .headline {
      font-size: 1.75em;
      text-transform: uppercase;
      color: #ffffff;
      width: 100%;
      margin: 0; }
      @media (min-width: 768px) and (max-width: 992px) {
        .slider .slideshow_text .headline {
          margin-top: 31px; } }
      @media (min-width: 992px) {
        .slider .slideshow_text .headline {
          width: 60%;
          margin: 0 20%;
          font-size: 48px; } }
    .slider .slideshow_text .sub_text, .slider .slideshow_text .button_text {
      display: none !important; }

.bx-wrapper img {
  width: auto;
  display: block; }

.slider-wrapper .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500; }

/*********************************MEDIA QUERIES************************************************/
@media (min-width: 320px) {
  .homepage .slider-wrapper {
    position: relative; }
    .homepage .slider-wrapper .slider {
      min-height: 904px; }
      .homepage .slider-wrapper .slider .slideshow_text {
        top: 18%; }
    .homepage .slider-wrapper .actual-slider {
      position: absolute !important;
      top: 0px;
      width: 100% !important; }
      .homepage .slider-wrapper .actual-slider li {
        min-height: 904px;
        width: 100% !important;
        top: 0px !important;
        background-size: cover;
        background-position: center center; }
  .homepage .header-wrapper, .homepage .bx-wrapper {
    max-height: 904px; } }
@media (min-width: 992px) {
  .homepage .slider-wrapper {
    position: relative; }
    .homepage .slider-wrapper .slider .slideshow_text {
      top: 28%; } }
/*
#dynamic {
	@include breakpoint($desktop) {
		width: 250px;
		header {
			width: 250px;
			position: fixed;
			.menu-toggle {
				display: none;
			}
			.business-phone {
				margin: auto;
				right: 17px;
				width: 80%;
			}
		}
	}
}
*/
/*
#static {
	@include breakpoint($desktop) {
		padding-left: 250px;
		width: 100%;
	}
}
*/
/*
body > #mm-mmenu {
	background-color: $white;
	color: $gray;
	display: none;
	z-index: 100;
	max-width: 250px;
	@include breakpoint($desktop) {
//		display: block !important;
	}
	.menu_btm {
		display: none;
	}
	.mm-list {
		& > li {
			span {
				font-size: 1.2em;
			}
			& > a.mm-subclose {
				background: $white;
				color: $gray;
				font-size: 1.2em;
				&:hover {
					background-color: $mercury;
				}
				&::before {
					border-color: $gray;
					margin-bottom: -6px;
				}
			}
			& > a.mm-subopen {
				&::before {
					border: none;
				}
				&::after {
					border-color: $gray;
				}
			}
			&::after {
				border: none;
			}
		}
	}
}*/
/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
jQuery Mmenu 4.7 (http://mmenu.frebsite.nl/)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }

.mm-menu > .mm-panel.mm-highest {
  z-index: 1; }

.mm-menu .mm-list {
  padding: 20px 0; }

.mm-menu > .mm-list {
  padding-bottom: 0; }

.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }

.mm-panel > .mm-list:first-child {
  padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }

.mm-list a,
.mm-list a:hover {
  text-decoration: none; }

.mm-list > li {
  position: relative; }

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%; }

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none; }

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; }

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px; }

.mm-list > li.mm-spacer {
  padding-top: 40px; }

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px; }

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%; }

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #ffffff;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }

.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both; }

.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-buttonbar > a {
  text-decoration: none; }

.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px; }

.mm-buttonbar > input:checked + label {
  border-color: transparent  !important; }

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none; }

.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%; }

.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%; }

.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%; }

.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }

.mm-footer .mm-buttonbar > * {
  border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }

.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }

em.mm-counter + a.mm-subopen {
  padding-left: 40px; }

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px; }

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative; }

.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0; }

.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0; }

.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px; }

.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px; }

.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none; }

.mm-header [href].mm-close:after {
  content: 'x'; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }

.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }

.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }

.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px; }

.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px; }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }

.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }

.mm-menu .mm-noresultsmsg:after {
  border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px; }

.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px; }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0; }

.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px; }

.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu label.mm-toggle:before {
  background: #333333; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }

html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }

html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }

html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }

html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }

.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }

.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }

.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }

.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }

.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Store and Category Views
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
div.pageContentWrap div.shoppingCartLink {
  z-index: 0 !important; }

div.pageContentWrap div a.shopping_cart {
  cursor: pointer; }

div.store_product h3 {
  display: block;
  width: auto; }

form[id^="shop_add_product"] {
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 30px;
  padding-bottom: 20px; }

form[id^="shop_add_product"] + form[id^="shop_add_product"] {
  padding-top: 20px; }

div[class$="_product"] {
  padding-left: 0px;
  position: relative;
  min-height: 100px;
  width: 100%; }
  @media (min-width: 768px) {
    div[class$="_product"] {
      padding-left: 120px; } }
  @media (min-width: 1200px) {
    div[class$="_product"] {
      width: 52%; } }

div[class$="_product"] img {
  margin: 5px 0px;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    div[class$="_product"] img {
      position: absolute;
      max-width: 100px;
      top: 0;
      left: 0;
      margin: 0px; } }

div[class$="_product"] img + div[class^="product"] {
  margin-top: 5px; }

div[class$="_product"] a[class^="add_"] {
  background: url("images/icon_arrow_margin_right_black.png?v=4.14.6.20") no-repeat right 50%;
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  height: 15px;
  line-height: 15px;
  margin: 30px 0 20px;
  text-decoration: underline; }

div[class^="product"] label {
  display: inline-block;
  font-weight: bold; }

div[class^="product"] span.prodPrice {
  font-weight: bold; }

div[class^="product"] select {
  border: 1px solid #c1cad2;
  vertical-align: middle; }

div[class^="product"] input[type="text"] {
  border: 1px solid #c1cad2;
  padding: 1px 2px;
  width: 156px;
  height: 16px;
  vertical-align: middle; }

div[class^="product"] + div[class^="product"] {
  margin-top: 5px;
  margin-top: 3px; }

div[class*="attribute_help"] p {
  background: #f2f2f5;
  margin: 10px 0 0 !important;
  padding: 10px;
  width: 305px;
  line-height: 1.5; }

div[class$="_product"] p[class^="product"] {
  margin: 6px 0; }

div[class$="_product"] p[class^="product"] + a[class^="add_"] {
  margin-top: 5px; }

div[id$="_column"] a[class^="add_"] + p {
  margin: 12px 0 0; }

/* ---------- begin store / shopping cart ---------- */
form[id^="cart_"] > div {
  height: 15px; }

form[id^="cart_"] > div a,
div.page_left a.back_to_search {
  background: url("images/icon_arrow_left_black.png?v=4.14.6.20") no-repeat left 50%;
  color: #666666;
  padding: 0 0 0 20px;
  height: 15px;
  line-height: 14px;
  float: left; }

form[id^="cart_"] > div a + a {
  background: url("images/icon_arrow_right_black.png?v=4.14.6.20") no-repeat right 50%;
  float: right;
  padding: 0 20px 0 0; }

form[id^="cart_"] table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  line-height: normal; }
  @media (min-width: 320px) and (max-width: 767px) {
    form[id^="cart_"] table {
      font-size: 13px; } }

form[id^="cart_"] table tr > * {
  background: #efefef;
  border: 1px solid #e3e4e9;
  padding: 5px 4px;
  width: 20%; }
  @media (min-width: 768px) {
    form[id^="cart_"] table tr > * {
      padding: 5px 10px; } }

form[id^="cart_"] tbody td {
  background: none;
  text-align: right; }

form[id^="cart_"] tbody td:nth-child(3) {
  text-align: center; }

form[id^="cart_"] tbody td:nth-child(3) a {
  display: inline-block;
  margin: 5px 0; }

form[id^="cart_"] tbody td:first-child {
  width: 50%;
  text-align: left; }

form[id^="cart_"] tfoot th {
  text-align: right; }

form[id^="cart_"] img {
  margin: 5px 0;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  vertical-align: middle; }

form[id^="cart_"] img + span {
  display: inline-block;
  width: 78%;
  vertical-align: middle; }

form[id^="cart_"] img + span > strong {
  display: block;
  margin-bottom: 4px; }

@media (min-width: 320px) and (max-width: 767px) {
  form[id^="cart_"] .cartCtrls a {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
    padding: 0px; } }
form[id^="cart_"] input {
  border: 1px solid #c1cad2;
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  line-height: 16px;
  font-size: 13px;
  text-align: center;
  padding: 0; }

form[id^="cart_"] p[class$="attributes"] {
  margin: 0; }

/* ---------- begin store - checkout ---------- */
form[id^="checkout_"] {
  margin-top: 20px;
  line-height: normal; }

form[id^="checkout_"] > div {
  border: 1px solid #e3e4e9;
  margin-bottom: 20px;
  padding: 20px; }

form[id^="checkout_"] > div h4 {
  background: #e3e4e9;
  margin: -20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 15px; }

form[id^="checkout_"] div > span {
  display: block;
  width: 100%;
  margin-right: -3px;
  vertical-align: top; }
  @media (min-width: 768px) {
    form[id^="checkout_"] div > span {
      display: inline-block;
      width: 49%; } }

form[id^="checkout_"] div > span + span {
  margin-left: 0px; }
  @media (min-width: 768px) {
    form[id^="checkout_"] div > span + span {
      margin-left: 2%; } }

form[id^="checkout_"] div + div {
  margin-top: 10px; }

form[id^="checkout_"] label {
  display: block;
  margin-right: -3px;
  width: 85%;
  vertical-align: top; }

form label.echeckLabel {
  width: 50%; }

form[id^="checkout_"] input[type="text"],
form[id^="checkout_"] input[type="password"] {
  border: 1px solid #c1cad2;
  margin-right: -3px;
  width: 100%;
  height: 40px;
  line-height: 18px; }
  @media (min-width: 768px) {
    form[id^="checkout_"] input[type="text"],
    form[id^="checkout_"] input[type="password"] {
      width: 85%; } }
  @media (min-width: 992px) {
    form[id^="checkout_"] input[type="text"],
    form[id^="checkout_"] input[type="password"] {
      height: 48px; } }

form[id^="checkout_"] select {
  border: 1px solid #c1cad2;
  margin-right: -3px;
  width: 100%;
  height: 47px; }
  @media (min-width: 768px) {
    form[id^="checkout_"] select {
      width: 85%; } }

form[id^="checkout_"] select[id^="bill_ccexp"] {
  width: 49.5%; }
  @media (min-width: 768px) {
    form[id^="checkout_"] select[id^="bill_ccexp"] {
      width: 41.5%; } }

form[id^="checkout_"] select[id^="bill_ccexp"] + select {
  margin-left: 1%; }

form[id^="checkout_"] input[type="checkbox"] {
  margin-right: 4px;
  width: 13px;
  height: 13px;
  padding: 0; }

form[id^="checkout_"] input[type="radio"] {
  margin-right: 4px;
  width: 12px;
  height: 12px; }

form[id^="checkout_"] span[class="errstring"] {
  display: block;
  margin-top: 4px;
  margin-left: 45%;
  font-size: 11px; }

form[id^="checkout_"] span[class$="msg"] {
  display: inline-block;
  margin-bottom: 10px; }

form[id^="checkout_"] table {
  border-collapse: collapse;
  width: 100%;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    form[id^="checkout_"] table {
      font-size: 13px; } }

form[id^="checkout_"] table tr > * {
  border: 1px solid #e3e4e9;
  width: 20%;
  padding: 5px 3px; }
  @media (min-width: 768px) {
    form[id^="checkout_"] table tr > * {
      padding: 5px 10px; } }

form[id^="checkout_"] thead tr {
  background: #e3e4e9;
  text-align: left; }

form[id^="checkout_"] tbody td:nth-child(even) {
  text-align: right; }

form[id^="checkout_"] td[class="product"],
form[id^="checkout_"] th[colspan="2"] {
  width: 40%;
  text-align: left; }

form[id^="checkout_"] td[class="options"] > span + span {
  display: block;
  margin-top: 6px; }

form[id^="checkout_"] table p[class$="attributes"] {
  margin: 0; }

form[id^="checkout_"] p[class="submit_msg"] {
  margin: 20px 0; }

form[id^="checkout_"] div#copy_address_billing label,
form[id^="checkout_"] div#copy_address_shipping label {
  display: inline-block;
  width: 90%; }

form[id^="checkout_"] div.submit {
  border: 0;
  margin: 0;
  padding: 0; }

/* For E-Check / Credit Card on File */
form[id^="checkout_"] input[type="radio"] + label,
form[id^="checkout_"] span[class^="checkbox"] + label {
  margin-right: 4px;
  width: auto; }

form[id^="checkout_"] div[id="payment_type"] span {
  width: 100%; }

form[id^="checkout_"] div[id="standard_payment"] {
  border: 0;
  margin: 0;
  padding: 0; }

form[id^="checkout_"] div[class~="pay_mod"] {
  border: 1px solid #e3e4e9;
  margin-bottom: 20px;
  padding: 20px; }

/* ---------- begin store / invoice ---------- */
div.invLogo {
  margin-bottom: 16px; }

table.view_invoice {
  border-collapse: collapse;
  margin: 30px 0 20px; }

table.view_invoice tbody th {
  background: #e3e4e9;
  border: 1px solid #e3e4e9;
  padding: 5px 10px; }

table.view_invoice tbody td {
  border: 1px solid #e3e4e9;
  padding: 5px 10px; }

table.view_invoice tbody td:nth-child(n+2) {
  text-align: center; }

table.view_invoice tfoot th:nth-child(n+2) {
  border: 1px solid #e3e4e9;
  padding: 5px 10px;
  text-align: left; }

table.view_invoice.standard thead th {
  background: #e3e4e9;
  border: 1px solid #e3e4e9;
  padding: 5px 10px;
  text-align: left; }

table.view_invoice.standard thead th:nth-child(2) {
  text-align: right; }

table.view_invoice.standard tbody tr:first-child td {
  text-align: left; }

table.view_invoice.standard td:nth-child(2n+2) {
  text-align: right; }

table.view_invoice.imatrix {
  margin-top: 0; }

tr.invoice.head td:nth-child(2),
table.view_invoice.imatrix td:nth-child(2n+3) {
  text-align: right; }

tr.invoice.bill p {
  margin-top: 0 !important; }

/* ---------- begin store / icontrol view cart ---------- */
table[id="view_cart"],
table[id="view_cart"] th,
table[id="view_cart"] tr,
table[id="view_cart"] td {
  border-color: #e3e4e9; }

table[id="view_cart"] th {
  background: #e3e4e9; }

div.ad-gallery div.ad-image-wrapper {
  margin: 0;
  max-height: 640px; }

form[id^="checkout_"] table,
form[id^="cart_"] table {
  word-wrap: break-word;
  table-layout: fixed; }
  form[id^="checkout_"] table td,
  form[id^="cart_"] table td {
    width: 50%; }
    form[id^="checkout_"] table td ul,
    form[id^="cart_"] table td ul {
      padding: 0 0 0 25px; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Blog
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/* -- blog archive section -- */
div#blog_options a#show_blog_archive,
div#blog_archive a#hide_blog_archive {
  float: right;
  font-size: 15px;
  padding-right: 20px;
  text-decoration: underline; }

#blog_options a#rss_feed:before {
  content: "r";
  color: #f3f3e1;
  background: orange;
  font-family: "chiro-icons";
  padding: .25em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: .85em;
  display: inline-block;
  text-decoration: none !important;
  margin: 0 1% 0 0; }

div#blog_options {
  margin-bottom: 20px; }
  div#blog_options a:hover {
    color: #767dba; }

div#blog_archive {
  border-bottom: 2px solid red;
  display: none;
  margin-bottom: 20px; }
  div#blog_archive a:hover {
    color: #767dba; }

.sTtl {
  font-weight: 500;
  font-size: 18px;
  padding: .5em 1em !important; }

div#blog_archive h3 span,
form#post_comment h3.form_title span {
  border-bottom: 0;
  padding-bottom: 0; }

@media (min-width: 992px) {
  #post_comment {
    width: 50%; } }
#post_comment div input[type="submit"] {
  /*background: $c3;
  color: $d1;
  border: 1px solid $c5;
  width: auto;
  display: block;
  &:hover {
    background: $d1;
    color: $c3;
  }*/ }
  @media (min-width: 992px) {
    #post_comment div input[type="submit"] {
      width: auto; } }
#post_comment textarea {
  display: block;
  width: 100%; }
#post_comment .form_button {
  margin-top: 20px; }

div#blog_archive h4 {
  margin: 0; }

/* -- blog post section -- */
div.blog_post {
  border-bottom: 2px solid red;
  margin-bottom: 30px; }
  div.blog_post a:hover {
    color: #767dba; }

div.blog_post h3 a {
  color: #3c8def; }

div.blog_post p {
  padding: 0 0 1em;
  line-height: 1.5em;
  margin: 1em 0; }

div.blog_post p a.blog_comments {
  padding: .75em 0 .75em 1.2em; }

div.blog_post p a.blog_comments:before,
#blog_options a#back_to_blog:before {
  content: "<";
  font-family: "chiro-icons";
  display: inline-block;
  margin: 0 1% 0 0;
  font-size: 1.25em;
  background: red;
  color: #f3f3e1;
  padding: .25%;
  text-align: center;
  width: 25px; }

div.blog_post div {
  font-size: 0.875em;
  margin: 20px 0px 10px 0px;
  line-height: 150%; }

/* --- blog post internal pages --- */
#blog_options a#back_to_blog:before {
  content: "<"; }

/* -- hide the rss feed link on internal blog pages -- */
div.blog_post p:first-child {
  display: none;
  padding: 0;
  margin: 0; }

/* -- END hide the rss feed link on internal blog pages -- */
div.blog_post div p:first-child {
  display: block; }

div.blog_post div p {
  font-size: 15px; }

h3.comment_title {
  margin-top: 20px; }

h3.comment_title span {
  margin-left: 4px;
  border-bottom-color: transparent; }

body[class*="blog\/b"] .blog_post {
  float: left;
  padding-bottom: 10px; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Optometry Styles, Frames, Etc
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/* Begin Frame Selector (Optometry) */
a.lnchFrmSlctr {
  background: url(/images/brands/optometry/frame_selector/sml-frames.png?v=4.14.6.20) -2600px -64px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  margin: 12px auto;
  width: 192px;
  height: 56px;
  text-indent: -999em; }

div#frameSelector {
  background: #fff;
  border: 24px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  display: none;
  margin: 0px;
  position: relative;
  width: 848px;
  height: 554px;
  top: 0px;
  left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 9000; }

div#facePnl {
  background: #60687a url(/images/brands/optometry/frame_selector/faces.png?v=4.14.6.20);
  position: relative;
  width: 330px;
  height: 376px;
  float: left; }

div#facePnl.square {
  background-position: 0 0; }

div#facePnl.oval {
  background-position: -330px 0; }

div#facePnl.oblong {
  background-position: -660px 0; }

div#facePnl.round {
  background-position: -990px 0; }

div#facePnl.heart {
  background-position: -1320px 0; }

div#facePnl.triangle {
  background-position: -1650px 0; }

div#facePnl.diamond {
  background-position: -1980px 0; }

div#lrgFrame {
  position: absolute;
  top: 138px;
  left: 49px;
  width: 240px;
  height: 100px; }

div#lrgFrame[class*="frm"] {
  background: url(/images/brands/optometry/frame_selector/lrg-frames.png?v=4.14.6.20); }

div#lrgFrame.frm01 {
  background-position: 0 0; }

div#lrgFrame.frm02 {
  background-position: -240px 0; }

div#lrgFrame.frm03 {
  background-position: -480px 0; }

div#lrgFrame.frm04 {
  background-position: -720px 0; }

div#lrgFrame.frm05 {
  background-position: -960px 0; }

div#lrgFrame.frm06 {
  background-position: -1200px 0; }

div#lrgFrame.frm07 {
  background-position: -1440px 0; }

div#lrgFrame.frm08 {
  background-position: -1680px 0; }

div#lrgFrame.frm09 {
  background-position: -1920px 0; }

div#lrgFrame.frm10 {
  background-position: -2160px 0; }

div#lrgFrame.frm11 {
  background-position: -2400px 0; }

div#lrgFrame.frm12 {
  background-position: -2640px 0; }

div#lrgFrame.frm13 {
  background-position: -2880px 0; }

div#shapePnl {
  background: #fff;
  margin: 0 10px;
  width: 98px;
  height: 376px;
  float: left; }

div#shapePnl a {
  background: #f5f5f5 url(/images/brands/optometry/frame_selector/sml-frames.png?v=4.14.6.20) -2698px 0;
  color: #221f1f;
  cursor: pointer;
  display: block;
  margin-bottom: 2px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-shadow: 0 2px 1px #fff; }

div#shapePnl a.selected {
  background-color: #60687a;
  background-position: -2600px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75); }

div#infoPnl {
  background: #525968;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  padding: 28px;
  width: 351px;
  height: 375px;
  line-height: 1.5;
  float: left; }

div#infoPnl div {
  display: none; }

div#infoPnl div.square {
  display: block; }

div#infoPnl h1 {
  background: url(/images/brands/optometry/frame_selector/symbols.png?v=4.14.6.20) no-repeat;
  color: #fff;
  margin: 0;
  margin-bottom: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 48px; }

div#infoPnl div.square h1 {
  background-position: 0 0;
  padding-left: 58px; }

div#infoPnl div.oval h1 {
  background-position: 0 -48px;
  padding-left: 48px; }

div#infoPnl div.oblong h1 {
  background-position: 0 -96px;
  padding-left: 48px; }

div#infoPnl div.round h1 {
  background-position: 0 -144px;
  padding-left: 58px; }

div#infoPnl div.heart h1 {
  background-position: 0 -192px;
  padding-left: 62px; }

div#infoPnl div.triangle h1 {
  background-position: 0 -240px;
  padding-left: 58px; }

div#infoPnl div.diamond h1 {
  background-position: 0 -288px;
  padding-left: 60px; }

div#infoPnl p {
  color: #fff; }

div#framePnl {
  background: #e2e4e7;
  border-top: 10px solid #fff;
  padding: 0 40px;
  position: relative;
  width: 720px;
  height: 120px;
  clear: left; }

div#framePnl a[class*="Set"] {
  background: #60687a url(/images/brands/optometry/frame_selector/sml-frames.png?v=4.14.6.20) -2160px 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 120px; }

div#framePnl a.nxtSet {
  background-position: -2200px 0;
  left: 760px; }

div#framePnl div#frameCont {
  width: 720px;
  height: 120px;
  overflow: hidden; }

ul#frameSets {
  margin: 0;
  position: relative;
  width: 2880px;
  height: 120px;
  list-style: none; }

ul#frameSets li {
  position: relative;
  width: 720px;
  height: 120px;
  float: left;
  margin: 0; }

ul#frameSets a {
  background: url(/images/brands/optometry/frame_selector/sml-frames.png?v=4.14.6.20) -2240px 0;
  cursor: pointer;
  width: 180px;
  height: 120px;
  float: left; }

ul#frameSets a.selected {
  background-position: -2420px 0; }

ul#frameSets span[class*="frm"] {
  background: url(/images/brands/optometry/frame_selector/sml-frames.png?v=4.14.6.20);
  display: block;
  width: 180px;
  height: 38px;
  padding-top: 82px;
  text-align: center;
  text-shadow: 0 2px 1px #fff; }

ul#frameSets span.frm01 {
  background-position: 0 0; }

ul#frameSets span.frm02 {
  background-position: -180px 0; }

ul#frameSets span.frm03 {
  background-position: -360px 0; }

ul#frameSets span.frm04 {
  background-position: -540px 0; }

ul#frameSets span.frm05 {
  background-position: -720px 0; }

ul#frameSets span.frm06 {
  background-position: -900px 0; }

ul#frameSets span.frm07 {
  background-position: -1080px 0; }

ul#frameSets span.frm08 {
  background-position: -1260px 0; }

ul#frameSets span.frm09 {
  background-position: -1440px 0; }

ul#frameSets span.frm10 {
  background-position: -1620px 0; }

ul#frameSets span.frm11 {
  background-position: -1800px 0; }

ul#frameSets span.frm12 {
  background-position: -1980px 0; }

ul#frameSets span.frm13 {
  background-position: -2796px 0; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Sub Page Styling
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
body.subpage .content {
  background: rgba(243, 243, 225, 0.8);
  padding: 0;
  overflow: hidden; }
  @media (min-width: 992px) {
    body.subpage .content {
      padding: 1em; } }
  body.subpage .content section.main div.pageContentWrap ul {
    padding-left: 0px; }

body.subpage .header-wrapper {
  overflow: hidden;
  position: static; }
  @media (min-width: 992px) {
    body.subpage .header-wrapper {
      min-height: 250px; } }

body.subpage .header-wrapper header {
  margin: 2% 0 0 0; }

body.subpage .slider-wrapper {
  background: #767dba;
  clear: both; }
  body.subpage .slider-wrapper .overlay {
    display: none; }
  body.subpage .slider-wrapper .slideshow_attraction {
    display: none; }

body.subpage .main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: rgba(243, 243, 225, 0.9);
  margin: 0;
  padding: 1.5em 1em;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35); }
  @media (min-width: 992px) {
    body.subpage .main {
      padding: 20px;
      margin: 0;
      width: 66.66667%;
      float: left;
      width: 64.66667%; } }

body.subpage aside {
  background: rgba(243, 243, 225, 0.7);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
  padding: 25px 15px;
  margin: 0; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Breadcrumbs
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.breadcrumbs {
  background: #69dd9a;
  clear: both;
  position: relative; }
  .breadcrumbs .rap {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto; }
    .breadcrumbs .rap:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) and (max-width: 991px) {
      .breadcrumbs .rap {
        margin-left: 27px;
        margin-right: 27px; } }
    .breadcrumbs .rap:before {
      background: #767dba;
      ÔÇ¿display: block;
      ÔÇ¿height: 100%;
      ÔÇ¿overflow: hidden;
      position: absolute;
      ÔÇ¿top: 0;
      ÔÇ¿left: 0;
      ÔÇ¿width: 17%;
      content: ""; }
    .breadcrumbs .rap p {
      padding: 0;
      /* .25%; */
      margin: 0;
      overflow: hidden; }
      .breadcrumbs .rap p .back-bread {
        position: absolute;
        background: #767dba;
        width: 100%; }
        @media (min-width: 992px) {
          .breadcrumbs .rap p .back-bread {
            display: none; } }
      .breadcrumbs .rap p a:nth-of-type(1) {
        padding-left: 14px; }
    .breadcrumbs .rap a {
      color: #555555;
      padding: .5em .8em;
      font-size: 14px;
      text-decoration: none;
      display: inline-block;
      position: relative; }
      @media (min-width: 768px) {
        .breadcrumbs .rap a {
          font-size: 20px;
          padding: .5em 1em;
          background: #767dba; } }
      .breadcrumbs .rap a:hover {
        color: #ffffff; }
      @media (min-width: 768px) {
        .breadcrumbs .rap a:last-of-type:after {
          content: "";
          width: 0;
          height: 0;
          padding: 0;
          margin: 0;
          display: inline-block;
          position: absolute;
          z-index: 1;
          border-top: 21px solid transparent;
          border-bottom: 23px solid transparent;
          border-left: 23px solid #767dba;
          right: -23px;
          top: 0; } }
      @media (min-width: 992px) {
        .breadcrumbs .rap a:last-of-type:after {
          border-top: 20px solid transparent;
          border-bottom: 24px solid transparent;
          border-left: 24px solid #767dba;
          right: -24px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .breadcrumbs .rap a:after {
          content: "\f105";
          width: 0;
          height: 0;
          font-weight: bold;
          color: #555555;
          padding: 0;
          margin: 0;
          display: inline-block;
          position: absolute;
          right: 1px;
          top: 9px;
          z-index: 1;
          font-family: FontAwesome; } }
    .breadcrumbs .rap strong {
      font-weight: 400;
      color: #555555;
      background: #69dd9a;
      padding: 0 1em;
      position: relative;
      margin: 0 0 0 1.5em;
      display: inline-block;
      padding: .5em 1em; }
      @media (min-width: 320px) and (max-width: 767px) {
        .breadcrumbs .rap strong {
          font-size: 14px;
          margin: 0em;
          padding: .5em 1.2em; } }

.breadcrumbs .rap:before {
  background: #767dba;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%; }
  @media (min-width: 768px) {
    .breadcrumbs .rap:before {
      width: calc((100% - 700px)/2); } }
  @media (min-width: 965px) {
    .breadcrumbs .rap:before {
      width: calc((100% - 800px)/2); } }
  @media (min-width: 992px) {
    .breadcrumbs .rap:before {
      width: calc((100% - 1168px)/2); } }

.breadcrumbs .rap.two-rows:before {
  height: 50%; }
.breadcrumbs .rap.two-rows strong {
  margin: 0; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
div.page_content {
  margin-bottom: 30px; }

div.page_content p,
section.main p {
  padding: 0 0 1em;
  font-size: .875em;
  line-height: 1.5em; }

section.main div.pageContentWrap img {
  margin-right: 10px; }

div.page_content h3,
div.page_content h2,
form#post_comment h3.form_title,
section.main h3 {
  color: #555555;
  font-size: 1.375em;
  margin-bottom: 1em;
  font-weight: 400; }

div.page_content hr {
  border: 0;
  height: 0;
  border-top: 2px solid #d7d7d7;
  margin-bottom: 20px;
  clear: both; }

div.page_content div.caption_right {
  background-color: #f1f1f1;
  border: 4px solid #fff;
  float: right;
  margin-left: 24px;
  padding: 15px;
  width: 200px; }

div.page_content div.caption_right p {
  font-size: .75em; }

div.page_content ul {
  margin: 0.75em 0;
  padding: 0 1.5em;
  list-style: none; }

div.page_content ul li {
  list-style-type: disc;
  margin: 10px 0; }

div.page_content ol {
  margin: 0.75em 0;
  padding: 0 2.5em;
  list-style: decimal; }

div.page_content ol li {
  line-height: 1.3em;
  margin: 10px 0; }

div.page_content strong a {
  font-weight: normal; }

#contact_birthdate select {
  display: inline-block;
  margin: 1% 0; }

#contact_ecard_subscription label {
  display: block !important;
  margin: 2% 0 0 0;
  font-weight: 500; }

.single_column.optional {
  display: none; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Google Map
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
div[id^="map_"] {
  background: #fff;
  color: #000;
  padding: .5em;
  line-height: 18px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; }

div[id="map"] {
  border: 2px solid #f3f3e1; }

body.homepage #map_container {
  border: 2px solid #f3f3e1;
  padding: 0; }

div[id^="map_"] div[id^="top_"] {
  position: relative;
  height: 30px;
  margin-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 767px) {
    div[id^="map_"] div[id^="top_"] {
      height: 150px; } }

div[id^="map_"] div[id^="top_"] label {
  position: absolute;
  top: 6px;
  left: -1px; }

div[id^="map_"] div[id^="top_"] label ~ label {
  left: 198px; }
  @media (min-width: 320px) and (max-width: 767px) {
    div[id^="map_"] div[id^="top_"] label ~ label {
      left: 0px;
      top: 68px; } }

div[id^="map_"] div[id^="top_"] input {
  position: absolute;
  width: 110px;
  top: 0;
  left: 38px;
  padding: 7px 3%;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f0f0f0; }

div[id^="map_"] div[id^="top_"] input ~ input {
  left: 222px; }
  @media (min-width: 320px) and (max-width: 767px) {
    div[id^="map_"] div[id^="top_"] input ~ input {
      left: 36px;
      top: 60px; } }

div[id^="map_"] div[id^="top_"] a {
  background: url(/css/skins/global/images/vertical_sprite.png?v=4.12.6.40?v=4.14.6.20) no-repeat 0 -1700px;
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  line-height: 16px;
  top: 8px;
  right: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    div[id^="map_"] div[id^="top_"] a {
      top: 120px;
      left: 0px; } }

div[id^="map_"] div[id="map"] {
  background: #d9d9d9;
  height: 300px; }

div[id^="map_"] div[id^="bottom_"] a + a {
  background-position: 0 -1900px;
  right: 0; }

div[id^="map_"] table[class="adp-directions"] {
  width: 100%; }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Content Sublinks
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
#content_sublinks {
  padding: 10px;
  margin: 0;
  background: red; }
  #content_sublinks h3 {
    color: #f3f3e1;
    margin: 0 0 10px 0; }
  #content_sublinks ul li {
    border-bottom: 1px solid #d7d7d7;
    list-style: none; }
    #content_sublinks ul li a {
      display: block;
      padding: 10px;
      text-decoration: none;
      transition: all .25s linear;
      color: #f3f3e1; }
      #content_sublinks ul li a:hover {
        color: #3c8def;
        background: #767dba; }

.subpage .pageContentWrap > table {
  width: 100% !important;
  /*
     @include breakpoint($tab-desk) {
       width: 200px !important;
     }
  */ }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Skin Selector - Chat
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
/* ---------- begin skin selector ---------- */
a[id="show_selector"] {
  background: #000;
  border-radius: 6px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 12px;
  min-width: 76px;
  height: 36px;
  line-height: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  z-index: 9999; }

a[id="show_selector"]:hover {
  color: #898989; }

div[id$="_selector"] {
  background: url(/css/skins/global/images/skin_selector_bg.png?v=4.14.6.20);
  color: #fff;
  display: none;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  z-index: 9999; }

div[id$="_selector"] a {
  color: #fff;
  text-align: center; }

div[id$="_selector"] a:hover {
  color: #898989; }

div[id$="_selector"] a:first-child {
  position: absolute;
  top: 30px;
  right: 35px; }

div[id$="_selector"] p ~ a {
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  margin: 15px;
  padding-top: 136px;
  width: 100px;
  height: 12px;
  text-decoration: none; }

div[id$="_selector"] p {
  margin: 10px;
  font-size: 14px; }

/* ---------- begin live chat ---------- */
div[id$="chat"] {
  position: absolute;
  top: 50px;
  left: 12px;
  z-index: 9999; }

div[id$="chat"] a {
  background: #000;
  border-radius: 6px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  width: 96px;
  height: 36px;
  line-height: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none; }

div[id$="chat"] a:hover {
  color: #898989; }

div[id$="chat"] a strong {
  font-weight: normal; }

.chromeframe {
  display: none;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 20px;
  text-align: center;
  font-family: Verdana;
  position: relative;
  clear: both; }
  .chromeframe p {
    font-size: 20px; }
  .chromeframe .warning, .chromeframe a {
    color: #F20404; }
  .chromeframe .warning {
    font-size: 25px;
    font-weight: bold; }
  .chromeframe div {
    position: absolute;
    right: 100px;
    font-size: 16px;
    top: 20px;
    cursor: pointer; }
    .chromeframe div span {
      color: #F20404; }
  @media screen and (min-width: 0\0) {
    .chromeframe .warning {
      font-size: 25px;
      font-weight: bold; }
      .chromeframe .warning:before {
        display: block;
        content: "!";
        font-size: 20px;
        color: #FFFFFF;
        background-color: #F20404;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: auto; } }

/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 !important; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/js/jquery_plugins/images/fancybox/fancybox_sprite.png?v=2014-10-22_14-28-22?v=4.14.6.20"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/js/jquery_plugins/images/fancybox/fancybox_loading.gif?v=2014-10-22_14-28-22?v=4.14.6.20") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/js/jquery_plugins/images/fancybox/blank.gif?v=2014-10-22_14-28-22?v=4.14.6.20");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/js/jquery_plugins/images/fancybox/fancybox_overlay.png?v=2014-10-22_14-28-22?v=4.14.6.20"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/js/jquery_plugins/images/fancybox/fancybox_sprite@2x.png?v=2014-10-22_14-28-22?v=4.14.6.20");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/js/jquery_plugins/images/fancybox/fancybox_loading@2x.gif?v=2014-10-22_14-28-22?v=4.14.6.20");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* DO NOT REMOVE - THIS IS TO STANDARDIZE SIZING */
.fancybox-secure-form-email-us {
  width: 0% !important;
  height: 0% !important; }

.fancybox-secure-form-send-to-friend {
  width: 0% !important;
  height: 0% !important; }

.fancybox-secure-form-request-appointment {
  width: 0% !important;
  height: 0% !important; }

@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-secure-form-email-us {
    width: 90% !important;
    height: 500px !important; }

  .fancybox-secure-form-send-to-friend {
    width: 90% !important;
    height: 500px !important; }

  .fancybox-secure-form-request-appointment {
    width: 90% !important;
    height: 500px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-secure-form-defaults-email-us {
    width: 80% !important;
    height: 500px !important; }

  .fancybox-secure-form-defaults-send-to-friend {
    width: 80% !important;
    height: 500px !important; }

  .fancybox-secure-form-defaults-request-appointment {
    width: 80% !important;
    height: 500px !important; } }
/* defaults for large screens */
@media (min-width: 992px) {
  /* default dimensions for large screens */
  .fancybox-secure-form-defaults-email-us {
    width: 30% !important;
    height: 60% !important; }

  .fancybox-secure-form-defaults-send-to-friend {
    width: 30% !important;
    height: 60% !important; }

  .fancybox-secure-form-defaults-request-appointment {
    width: 40% !important;
    height: 67% !important; }

  /* override dimensions (custom dimensions for specific skin) for medium screens
   * they can be either percentage '%' or pixels 'px'
   *
   * override examples (uncomment):
   */
  /*.fancybox-secure-form-email-us { width:50% !important; height:30% !important; }*/
  /*.fancybox-secure-form-send-to-friend { width:50% !important; height:30% !important; }*/
  /*.fancybox-secure-form-request-appointment { width:50% !important; height:30% !important; }*/ }
/*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
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;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: none !important;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 4%;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/js/jquery_plugins/images/bxslider/bx_loader.gif?v=4.14.6.20) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  z-index: 2; }

.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 {
  border: 1px solid #353540;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #353540; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0%;
  background: url(/js/jquery_plugins/images/bxslider/nav-controls.png?v=4.14.6.20) no-repeat 0 -10px; }

.bx-wrapper .bx-next {
  right: 0%;
  background: url(/js/jquery_plugins/images/bxslider/nav-controls.png?v=4.14.6.20) no-repeat -34px -10px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 -93px; }

.bx-wrapper .bx-next:hover {
  background-position: -34px -93px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute !important;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 33px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999 !important;
  visibility: hidden;
  display: none; }

.bx-wrapper:hover .bx-controls-direction a {
  visibility: visible; }

.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(/js/jquery_plugins/images/bxslider//nav-controls.png?v=4.14.6.20) -86px -11px no-repeat;
  /* Need to fix these offsets if we use these*/
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
  /* Need to fix these offsets if we use these*/ }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/js/jquery_plugins/images/bxslider/nav-controls.png?v=4.14.6.20) -86px -44px no-repeat;
  /* Need to fix these offsets if we use these*/
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
  /* Need to fix these offsets if we use these*/ }

/* 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: #666;
  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; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png?v=4.14.6.20) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .owl-theme .owl-controls {
      margin-top: 34px; } }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: red; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: red; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif?v=4.14.6.20) no-repeat center center; }

/*! jQuery UI - v1.9.2 - 2013-02-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-datepicker .ui-helper-hidden {
  display: none; }

.ui-datepicker .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-datepicker .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-datepicker .ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-datepicker .ui-helper-clearfix:after {
  clear: both; }

.ui-datepicker .ui-helper-clearfix {
  zoom: 1; }

.ui-datepicker .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-datepicker .ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* Component containers
----------------------------------*/
.ui-datepicker.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-datepicker.ui-widget .ui-widget {
  font-size: 1em; }

.ui-datepicker.ui-widget input, .ui-datepicker.ui-widget select, .ui-datepicker.ui-widget textarea, .ui-datepicker.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-datepicker.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url(../template_17a/images/ui-bg_flat_75_ffffff_40x100.png?v=4.14.6.20) 50% 50% repeat-x;
  color: #444444; }

.ui-datepicker.ui-widget-content a {
  color: #444444; }

.ui-datepicker .ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url(../template_17a/images/ui-bg_highlight-soft_50_dddddd_1x100.png?v=4.14.6.20) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.ui-datepicker .ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.ui-datepicker .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url(../template_17a/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png?v=4.14.6.20) 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.ui-datepicker .ui-state-default a, .ui-datepicker .ui-state-default a:link, .ui-datepicker .ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none; }

.ui-datepicker .ui-state-hover, .ui-datepicker.ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker.ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url(../template_17a/images/ui-bg_highlight-soft_25_0073ea_1x100.png?v=4.14.6.20) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-datepicker .ui-state-hover a, .ui-datepicker .ui-state-hover a:hover, .ui-datepicker .ui-state-hover a:link, .ui-datepicker .ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url(../template_17a/images/ui-bg_glass_65_ffffff_1x400.png?v=4.14.6.20) 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-active a:link, .ui-datepicker .ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url(../template_17a/images/ui-bg_flat_55_ffffff_40x100.png?v=4.14.6.20) 50% 50% repeat-x;
  color: #444444; }

.ui-datepicker .ui-state-highlight a, .ui-datepicker.ui-widget-content .ui-state-highlight a, .ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-datepicker .ui-state-error, .ui-datepicker.ui-widget-content .ui-state-error, .ui-datepicker .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url(../template_17a/images/ui-bg_flat_55_ffffff_40x100.png?v=4.14.6.20) 50% 50% repeat-x;
  color: #222222; }

.ui-datepicker .ui-state-error a, .ui-datepicker.ui-widget-content .ui-state-error a, .ui-datepicker .ui-widget-header .ui-state-error a {
  color: #222222; }

.ui-datepicker .ui-state-error-text, .ui-datepicker.ui-widget-content .ui-state-error-text, .ui-datepicker .ui-widget-header .ui-state-error-text {
  color: #222222; }

.ui-datepicker .ui-priority-primary, .ui-datepicker.ui-widget-content .ui-priority-primary, .ui-datepicker .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-datepicker .ui-priority-secondary, .ui-datepicker.ui-widget-content .ui-priority-secondary, .ui-datepicker .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-datepicker .ui-state-disabled, .ui-datepicker.ui-widget-content .ui-state-disabled, .ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-datepicker .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../template_17a/images/ui-icons_ff0084_256x240.png?v=4.14.6.20); }

.ui-datepicker.ui-widget-content .ui-icon {
  background-image: url(../template_17a/images/ui-icons_ff0084_256x240.png?v=4.14.6.20); }

.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url(../template_17a/images/ui-icons_0073ea_256x240.png?v=4.14.6.20); }

.ui-datepicker .ui-state-default .ui-icon {
  background-image: url(../template_17a/images/ui-icons_666666_256x240.png?v=4.14.6.20); }

.ui-datepicker .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../template_17a/images/ui-icons_ffffff_256x240.png?v=4.14.6.20); }

.ui-datepicker .ui-state-active .ui-icon {
  background-image: url(../template_17a/images/ui-icons_454545_256x240.png?v=4.14.6.20); }

.ui-datepicker .ui-state-highlight .ui-icon {
  background-image: url(../template_17a/images/ui-icons_0073ea_256x240.png?v=4.14.6.20); }

.ui-datepicker .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../template_17a/images/ui-icons_ff0084_256x240.png?v=4.14.6.20); }

/* positioning */
.ui-datepicker .ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-datepicker .ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-datepicker .ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-datepicker .ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-datepicker .ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-datepicker .ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-datepicker .ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-datepicker .ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-datepicker .ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-datepicker .ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-datepicker .ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-datepicker .ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-datepicker .ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-datepicker .ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-datepicker .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-datepicker .ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-datepicker .ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-datepicker .ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-datepicker .ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-datepicker .ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-datepicker .ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-datepicker .ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-datepicker .ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-datepicker .ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-datepicker .ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-datepicker .ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-datepicker .ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-datepicker .ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-datepicker .ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-datepicker .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-datepicker .ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-datepicker .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-datepicker .ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-datepicker .ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-datepicker .ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-datepicker .ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-datepicker .ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-datepicker .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-datepicker .ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-datepicker .ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-datepicker .ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-datepicker .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-datepicker .ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-datepicker .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-datepicker .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-datepicker .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-datepicker .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-datepicker .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-datepicker .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-datepicker .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-datepicker .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-datepicker .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-datepicker .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-datepicker .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-datepicker .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-datepicker .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-datepicker .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-datepicker .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-datepicker .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-datepicker .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-datepicker .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-datepicker .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-datepicker .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-datepicker .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-datepicker .ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-datepicker .ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-datepicker .ui-icon-extlink {
  background-position: -32px -80px; }

.ui-datepicker .ui-icon-newwin {
  background-position: -48px -80px; }

.ui-datepicker .ui-icon-refresh {
  background-position: -64px -80px; }

.ui-datepicker .ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-datepicker .ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-datepicker .ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-datepicker .ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-datepicker .ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-datepicker .ui-icon-document {
  background-position: -32px -96px; }

.ui-datepicker .ui-icon-document-b {
  background-position: -48px -96px; }

.ui-datepicker .ui-icon-note {
  background-position: -64px -96px; }

.ui-datepicker .ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-datepicker .ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-datepicker .ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-datepicker .ui-icon-comment {
  background-position: -128px -96px; }

.ui-datepicker .ui-icon-person {
  background-position: -144px -96px; }

.ui-datepicker .ui-icon-print {
  background-position: -160px -96px; }

.ui-datepicker .ui-icon-trash {
  background-position: -176px -96px; }

.ui-datepicker .ui-icon-locked {
  background-position: -192px -96px; }

.ui-datepicker .ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-datepicker .ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-datepicker .ui-icon-tag {
  background-position: -240px -96px; }

.ui-datepicker .ui-icon-home {
  background-position: 0 -112px; }

.ui-datepicker .ui-icon-flag {
  background-position: -16px -112px; }

.ui-datepicker .ui-icon-calendar {
  background-position: -32px -112px; }

.ui-datepicker .ui-icon-cart {
  background-position: -48px -112px; }

.ui-datepicker .ui-icon-pencil {
  background-position: -64px -112px; }

.ui-datepicker .ui-icon-clock {
  background-position: -80px -112px; }

.ui-datepicker .ui-icon-disk {
  background-position: -96px -112px; }

.ui-datepicker .ui-icon-calculator {
  background-position: -112px -112px; }

.ui-datepicker .ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-datepicker .ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-datepicker .ui-icon-search {
  background-position: -160px -112px; }

.ui-datepicker .ui-icon-wrench {
  background-position: -176px -112px; }

.ui-datepicker .ui-icon-gear {
  background-position: -192px -112px; }

.ui-datepicker .ui-icon-heart {
  background-position: -208px -112px; }

.ui-datepicker .ui-icon-star {
  background-position: -224px -112px; }

.ui-datepicker .ui-icon-link {
  background-position: -240px -112px; }

.ui-datepicker .ui-icon-cancel {
  background-position: 0 -128px; }

.ui-datepicker .ui-icon-plus {
  background-position: -16px -128px; }

.ui-datepicker .ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-datepicker .ui-icon-minus {
  background-position: -48px -128px; }

.ui-datepicker .ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-datepicker .ui-icon-close {
  background-position: -80px -128px; }

.ui-datepicker .ui-icon-closethick {
  background-position: -96px -128px; }

.ui-datepicker .ui-icon-key {
  background-position: -112px -128px; }

.ui-datepicker .ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-datepicker .ui-icon-scissors {
  background-position: -144px -128px; }

.ui-datepicker .ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-datepicker .ui-icon-copy {
  background-position: -176px -128px; }

.ui-datepicker .ui-icon-contact {
  background-position: -192px -128px; }

.ui-datepicker .ui-icon-image {
  background-position: -208px -128px; }

.ui-datepicker .ui-icon-video {
  background-position: -224px -128px; }

.ui-datepicker .ui-icon-script {
  background-position: -240px -128px; }

.ui-datepicker .ui-icon-alert {
  background-position: 0 -144px; }

.ui-datepicker .ui-icon-info {
  background-position: -16px -144px; }

.ui-datepicker .ui-icon-notice {
  background-position: -32px -144px; }

.ui-datepicker .ui-icon-help {
  background-position: -48px -144px; }

.ui-datepicker .ui-icon-check {
  background-position: -64px -144px; }

.ui-datepicker .ui-icon-bullet {
  background-position: -80px -144px; }

.ui-datepicker .ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-datepicker .ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-datepicker .ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-datepicker .ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-datepicker .ui-icon-play {
  background-position: 0 -160px; }

.ui-datepicker .ui-icon-pause {
  background-position: -16px -160px; }

.ui-datepicker .ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-datepicker .ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-datepicker .ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-datepicker .ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-datepicker .ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-datepicker .ui-icon-stop {
  background-position: -96px -160px; }

.ui-datepicker .ui-icon-eject {
  background-position: -112px -160px; }

.ui-datepicker .ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-datepicker .ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-datepicker .ui-icon-power {
  background-position: 0 -176px; }

.ui-datepicker .ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-datepicker .ui-icon-signal {
  background-position: -32px -176px; }

.ui-datepicker .ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-datepicker .ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-datepicker .ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-datepicker .ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-datepicker .ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-datepicker .ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-datepicker .ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-datepicker .ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-datepicker .ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-datepicker .ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-datepicker .ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-datepicker .ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-datepicker .ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-datepicker .ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-datepicker .ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-datepicker .ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-datepicker .ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-datepicker .ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-datepicker .ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-datepicker .ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-datepicker .ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-datepicker .ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-datepicker .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-datepicker .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-datepicker .ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-datepicker .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-datepicker .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-datepicker .ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-datepicker .ui-corner-all, .ui-datepicker .ui-corner-top, .ui-datepicker .ui-corner-left, .ui-datepicker .ui-corner-tl {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  border-top-left-radius: 2px; }

.ui-datepicker .ui-corner-all, .ui-datepicker .ui-corner-top, .ui-datepicker .ui-corner-right, .ui-datepicker .ui-corner-tr {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  border-top-right-radius: 2px; }

.ui-datepicker .ui-corner-all, .ui-datepicker .ui-corner-bottom, .ui-datepicker .ui-corner-left, .ui-datepicker .ui-corner-bl {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.ui-datepicker .ui-corner-all, .ui-datepicker .ui-corner-bottom, .ui-datepicker .ui-corner-right, .ui-datepicker .ui-corner-br {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

/* Overlays */
.ui-datepicker .ui-widget-overlay {
  background: #eeeeee url(../template_17a/images/ui-bg_flat_0_eeeeee_40x100.png?v=4.14.6.20) 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80); }

.ui-datepicker .ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(../template_17a/images/ui-bg_flat_0_aaaaaa_40x100.png?v=4.14.6.20) 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/*# sourceMappingURL=skin20_common.css.map */
