/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: HelveticaNeueLight;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/HelveticaNeueLTStd-Thin.eot");
  src: url("fonts/HelveticaNeueLTStd-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Thin.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Thin.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Thin.svg#HelveticaNeueLight") format("svg"); }

@font-face {
  font-family: HelveticaNeueRegular;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/HelveticaNeueLTStd-Regular.eot");
  src: url("fonts/HelveticaNeueLTStd-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Regular.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Regular.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Regular.svg#HelveticaNeueRegular") format("svg"); }

@font-face {
  font-family: HelveticaNeueMedium;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/HelveticaNeueLTStd-Medium.eot");
  src: url("fonts/HelveticaNeueLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Medium.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Medium.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Medium.svg#HelveticaNeueMedium") format("svg"); }

@font-face {
  font-family: HelveticaNeueBold;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/HelveticaNeueLTStd-Bold.eot");
  src: url("fonts/HelveticaNeueLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Bold.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Bold.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Bold.svg#HelveticaNeueBold") format("svg"); }

body {
  *zoom: 1;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto; }
  body:before, body:after {
    content: " ";
    display: table; }
  body:after {
    clear: both; }
  body header, body section, body footer {
    width: 100%; }

body, input, textarea {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  color: black;
  -webkit-text-size-adjust: 100%;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

img {
  width: 100%;
  height: auto;
  display: block; }

strong {
  font-weight: normal; }

a {
  text-decoration: none; }

hr {
  margin: 5px 0 0 0;
  border: none;
  min-height: 8px; }

::-webkit-input-placeholder {
  display: inline;
  color: #666666; }

:-moz-placeholder {
  display: inline;
  color: #666666; }

::-moz-placeholder {
  display: inline;
  color: #666666; }

:-ms-input-placeholder {
  display: inline;
  color: #666666; }

textarea:focus, input:focus {
  outline: 0; }

nav {
  visibility: hidden; }
  nav #social {
    padding: 20px;
    height: 100px;
    white-space: normal;
    background: #e7e7e5; }

header {
  background: #fff;
  border-top: 40px solid black;
  padding-bottom: 10px; }
  header h1 {
    display: block;
    margin: 5px auto 0 auto;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    width: 150px;
    height: 61px;
    background-image: url("../img/bg-logo.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      header h1 {
        background-image: url("../img/bg-logo@2x.png");
        background-size: 150px 61px; } }
  header #tools {
    list-style: none; }
    header #tools, header #tools li {
      padding: 0;
      margin: 0; }
    header #tools a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat; }
    header #tools li:first-child a {
      right: none;
      left: 0;
      background-image: url("../img/bg-menu.png");
      background-position: 50% 11px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        header #tools li:first-child a {
          background-image: url("../img/bg-menu@2x.png");
          background-size: 20px 15px; } }
    header #tools li:last-child a {
      background-position: center;
      background-image: url("../img/bg-search.png"), -webkit-linear-gradient( #e00d24, #7c0613);
      background-image: url("../img/bg-search.png"), linear-gradient( #e00d24, #7c0613); }
  header #search {
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%; }
    header #search form {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); }
      header #search form input {
        border: none;
        width: 100%;
        height: 40px;
        padding: 5px 50px 0 55px;
        background-image: url("../img/bg-search-active.png");
        background-position: 15px 50%;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        border-radius: 0;
        font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
        font-size: 20px;
        color: black; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          header #search form input {
            background-image: url("../img/bg-search-active@2x.png");
            background-size: 27px 27px; } }
      header #search form button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        width: 40px;
        height: 40px;
        background-image: url("../img/btn-close.png"), -webkit-linear-gradient( #e00d24, #7c0613);
        background-image: url("../img/btn-close.png"), linear-gradient( #e00d24, #7c0613);
        background-position: center;
        background-repeat: no-repeat;
        border: none; }
    header #search ul {
      display: none;
      position: absolute;
      top: 40px;
      right: 0;
      width: 100%;
      z-index: 1;
      list-style: none;
      padding-left: 56px !important; }
      header #search ul, header #search ul li {
        padding: 0;
        margin: 0; }
      header #search ul li {
        background: white;
        border-bottom: 1px solid #c0c0be;
        font-size: 12px;
        line-height: 15px; }
        header #search ul li a {
          display: block;
          padding: 10px 15px 6px 15px;
          color: #666666; }
        header #search ul li span {
          font-family: "HelveticaNeueMedium", helvetica, arial, sans-serif;
          font-size: 16px;
          line-height: 17px;
          color: #c60b20;
          display: block; }
        header #search ul li:first-child {
          padding: 8px 15px 6px 15px;
          color: #a3a3a3; }
        header #search ul li:last-child {
          background: #d2d1d1; }
          header #search ul li:last-child a {
            padding: 0 16px;
            font-size: 12px;
            line-height: 38px;
            color: #464646;
            text-decoration: underline; }
        header #search ul li.call a {
          display: block;
          padding: 8px 15px 6px 70px;
          font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
          font-size: 15px;
          line-height: 17px;
          color: black;
          background-image: url("../img/bg-call.png");
          background-repeat: no-repeat;
          background-position: 15px 10px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
            header #search ul li.call a {
              background-image: url("../img/bg-call@2x.png");
              background-size: 40px 24px; } }
          header #search ul li.call a strong {
            font-family: "HelveticaNeueMedium", helvetica, arial, sans-serif; }
          header #search ul li.call a em {
            color: #464646;
            font-style: normal; }

section article, section > div {
  position: relative; }
  section article .element, section > div .element {
    position: absolute;
    top: 0;
    right: 0;
    background: #333333;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    padding: 3px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    background-color: rgba(50, 50, 50, 0.5); }
section .cta {
  overflow: auto;
  background-color: #c81b2e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c81b2e), color-stop(100%, #a60f20));
  background-image: -webkit-linear-gradient(#c81b2e, #a60f20);
  background-image: linear-gradient(#c81b2e, #a60f20); }
  section .cta h2 {
    display: block;
    float: left;
    font-family: "HelveticaNeueLight", helvetica, arial, sans-serif;
    font-size: 28px;
    line-height: 30px; }
    section .cta h2 span {
      display: block;
      color: white;
      padding: 25px 60px 20px 20px; }
    section .cta h2 a {
      display: block;
      color: white;
      background-image: url("../img/icn-arrow-white-right.png");
      background-repeat: no-repeat;
      background-position: right 50%;
      border-right: 20px solid transparent; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        section .cta h2 a {
          background-image: url("../img/icn-arrow-white-right@2x.png");
          background-size: 20px 39px; } }
section .title {
  padding: 10px 20px 6px 20px;
  background: #d2d1d1; }
  section .title h1 {
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #666666; }
    section .title h1 a {
      color: #bb1124; }
section .link {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececea));
  background-image: -webkit-linear-gradient(white, #ececea);
  background-image: linear-gradient(white, #ececea); }
  section .link a {
    display: block;
    min-height: 60px;
    padding: 14px 20px 12px 20px;
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    line-height: 20px;
    color: black;
    border-top: 1px solid #c0c0be; }
    section .link a strong {
      font-family: "HelveticaNeueMedium", helvetica, arial, sans-serif; }
  section .link.telephone a {
    padding: 14px 20px 10px 78px;
    background-image: url("../img/bg-call.png");
    background-repeat: no-repeat;
    background-position: 20px 50%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      section .link.telephone a {
        background-image: url("../img/bg-call@2x.png");
        background-size: 40px 24px; } }
section .btn {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececea));
  background-image: -webkit-linear-gradient(white, #ececea);
  background-image: linear-gradient(white, #ececea); }
  section .btn a {
    display: block;
    height: 60px;
    padding: 14px 20px 0 20px;
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    line-height: 19px;
    color: black;
    border-top: 1px solid #c0c0be;
    background-repeat: no-repeat;
    background-position: 20px 50%; }
    section .btn a strong {
      font-family: "HelveticaNeueMedium", helvetica, arial, sans-serif; }
  section .btn.call a {
    padding: 14px 20px 0 78px;
    background-image: url("../img/bg-call.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      section .btn.call a {
        background-image: url("../img/bg-call@2x.png");
        background-size: 40px 24px; } }
section .categories ul {
  list-style: none;
  overflow: auto;
  border-bottom: 1px solid #c0c0be; }
  section .categories ul, section .categories ul li {
    padding: 0;
    margin: 0; }
  section .categories ul li {
    width: 50%;
    float: left;
    display: block; }
    section .categories ul li a {
      display: block;
      height: 50px;
      padding-top: 18px;
      text-align: center;
      background: #cbcbcb;
      font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
      font-size: 18px;
      color: black;
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececea));
      background-image: -webkit-linear-gradient(white, #ececea);
      background-image: linear-gradient(white, #ececea);
      border-top: 1px solid #c0c0be;
      border-right: 1px solid #c0c0be; }
    section .categories ul li:nth-child(even) a {
      border-right: none; }
    section .categories ul li:first-child a {
      background: white;
      color: #bb1124; }
section .content.dropdown {
  padding: 15px 0 0 0; }
section .content.text-only {
  padding: 20px 0; }
section .content h3 {
  font-family: "HelveticaNeueLight", helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  padding: 28px 20px 0 20px; }
section .content .floatLeft {
  float: left; }
section .content p {
  margin: 0;
  padding: 12px 20px 0 20px;
  font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
  line-height: 23px;
  color: #666666;
  clear: both; }
  section .content p.nolink {
    padding-bottom: 20px; }
  section .content p strong {
    font-weight: bold; }
section .flushed-images p {
clear: none;
}
section .content ul {
  float: left;
  width: 50%;
  margin: 12px 0 0 0;
  padding-left: 35px; }
  section .content ul li {
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    line-height: 23px;
    color: #666666; }
section .content a {
  color: #c60b20;
  border: none;
  background-color: white; }
  section .content a span {
    display: block;
    display: inline-block;
    clear: left;
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    font-size: 18px;
    background-position: right 2px;
    background-repeat: no-repeat;
    padding: 20px 20px 25px 20px; }
  section .content a.more span {
    padding-right: 15px;
    background-image: url("../img/icn-arrow-red-right.png");
    background-position: right 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      section .content a.more span {
        background-image: url("../img/icn-arrow-red-right@2x.png");
        background-size: 7px 13px; } }
  section .content a.top span {
    background-image: url("../img/icn-arrow-red-up.png");
    background-position: right 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      section .content a.top span {
        background-image: url("../img/icn-arrow-red-up@2x.png");
        background-size: 13px 7px; } }
  section .content a.contact {
    background-color: #da0d24;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da0d24), color-stop(100%, #870716));
    background-image: -webkit-linear-gradient(#da0d24, #870716);
    background-image: linear-gradient(#da0d24, #870716);
    width: 90%;
    margin: 0 0 20px 20px;
    padding-top: 14px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: white; }
section .content blockquote {
  overflow: auto;
  padding: 15px 20px 5px 20px;
  margin: 0;
  color: #333333;
  line-height: 19px; }
  section .content blockquote strong {
    color: black;
    font-weight: bold; }
  section .content blockquote img {
    width: 50%;
    height: auto; }
  section .content blockquote.left img {
    float: left;
    margin-right: 20px; }
  section .content blockquote.right img {
    float: right;
    margin-left: 20px; }
section .shadow, section hr {
  background-image: url("../img/bg-home-quote.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 8px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    section .shadow, section hr {
      background-image: url("../img/bg-home-quote@2x.png");
      background-size: 100% 8px; } }
section .quote {
  padding: 30px 0;
  overflow: auto;
  background-color: #f8f8f7;
  background-image: url("../img/bg-home-quote.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 8px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    section .quote {
      background-image: url("../img/bg-home-quote@2x.png");
      background-size: 100% 8px; } }
  section .quote img {
    float: left;
    width: 50%;
    height: auto; }
  section .quote blockquote {
    float: right;
    width: 50%;
    margin: 0;
    padding: 15px !important;
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    line-height: 19px;
    color: #333333;
    text-align: center; }
section .video {
  width: 100%;
  height: auto;
  position: relative;
  background: #cccccc; }
  section .video a {
    display: block;
    background: #cccccc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background-image: url("../img/icn-video-play.png");
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      section .video a {
        background-image: url("../img/icn-video-play@2x.png");
        background-size: 75px 75px; } }
  section .video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    section .video .video-container iframe, section .video .video-container object, section .video .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
section .filling {
  background-color: #c81b2e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c81b2e), color-stop(100%, #a60f20));
  background-image: -webkit-linear-gradient(#c81b2e, #a60f20);
  background-image: linear-gradient(#c81b2e, #a60f20);
  width: 100%;
  padding: 27px 0; }
  section .filling ul {
    list-style: none; }
    section .filling ul, section .filling ul li {
      padding: 0;
      margin: 0; }
  section .filling li p {
    padding: 0 50px; }
  section .filling p {
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: white;
    text-align: center; }
section #emailUsForm h3 {
  float: left;
  font-family: "HelveticaNeueLight", helvetica, arial, sans-serif;
font-size: 28px;
line-height: 30px;}
section #emailUsForm h4 {
  float: left;
  font-family: "HelveticaNeueLight", helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  padding: 15px 0; }
section #emailUsForm span {
  float: right;
  padding: 33px 20px 0 0;
  font-size: 14px;
  font-style: italic;
  color: #464646; }
section #emailUsForm p {
  float: left;
  margin: 0 0 20px 0;}
  section #emailUsForm input, section #emailUsForm select, section #emailUsForm textarea {
    width: 100%;
    border: 1px solid #c0c0be;
    border-top: 0;
    color: black;
    height: 38px;
    padding: 10px;
    -webkit-appearance: none;
    border-radius: 0; }
  section #emailUsForm textarea {
    height: 115px;
    resize: none;
    border-top: 1px solid #c0c0be;
  }
  section #emailUsForm fieldset {
    clear: both;
    border: none;
    padding: 0 !important;
    margin: 0 20px; }
	section #emailUsForm fieldset fieldset {
	  margin: 0;}
    section #emailUsForm .fancy-select {
      border: 1px solid #c0c0be;
      border-bottom: 0;
    }
    section #emailUsForm .fancy-select .fancy-select{
      border: none;
    }
    section #emailUsForm fieldset label {
      position:absolute;
        left:-10000px;
        top:auto;
        width:1px;
        height:1px;
        overflow:hidden;}
    section #emailUsForm fieldset input[type=text] {
      border-top: 1px solid #c0c0be;
      border-bottom: 0;}
     section #emailUsForm fieldset input[type=email] {
      border-top: 1px solid #c0c0be;}
  section #emailUsForm input[type=submit] {
    margin: 15px 0 30px 0;
    height: 40px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #e00d25;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e00d25), color-stop(100%, #7d0714));
    background-image: -webkit-linear-gradient(#e00d25, #7d0714);
    background-image: linear-gradient(#e00d25, #7d0714); }
  section #emailUsForm .preferred h4 {
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: bold; }
    section #emailUsForm .preferred h4 span {
      float: none;
      padding: 0;
      font-size: 16px;
      font-style: normal;
      color: #c60b20; }
  section #emailUsForm .preferred p {
    clear: left;
    margin: 0 0 15px 0;
    padding: 0;
    color: #666666;
    float: none;
    font-size: 14px;
    line-height: 14px; }
section .accordion dl, section .accordion dt, section .accordion dd {
  margin: 0;
  padding: 0; }
section .accordion dl {
  margin-bottom: 30px;
  border-bottom: 1px solid #c0c0be; }
section .accordion dt, section .accordion dd {
  border-top: 1px solid #c0c0be;
  padding: 0 20px; }
section .accordion dt {
  font-size: 20px;
  line-height: 40px; }
  section .accordion dt a {
    display: block;
    color: black;
    background-image: url("../img/btn-expand.png");
    background-position: right 50%;
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      section .accordion dt a {
        background-image: url("../img/btn-expand@2x.png");
        background-size: 14px 14px; } }
    section .accordion dt a.active {
      color: #c60b20;
      background-image: url("../img/btn-contract.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        section .accordion dt a.active {
          background-image: url("../img/btn-contract@2x.png");
          background-size: 14px 2px; } }
section .accordion dd {
  display: none;
  padding-top: 20px; }
  section .accordion dd h3 {
    font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 23px; }
  section .accordion dd p {
    margin: -4px 0 15px 0;
    font-size: 12px;
    line-height: 15px;
    color: #666666; }
section .search-results {
  padding: 20px 20px 0 20px;
  position: relative;
  overflow: hidden; }
  section .search-results h2 {
    margin: 0 0 15px 0;
    font-family: "HelveticaNeueLight", helvetica, arial, sans-serif;
    font-size: 35px;
    line-height: 40px; }
  section .search-results p.showing {
    font-style: italic;
    color: #666;
    margin: 0;
    text-align: center; }
  section .search-results ul.pagination {
    list-style: none;
    color: #666;
    text-align: center;
    width: 100%;
    margin: 20px 0 !important; }
    section .search-results ul.pagination, section .search-results ul.pagination li {
      padding: 0;
      margin: 0; }
    section .search-results ul.pagination li {
      display: inline;
      font-size: 16px; }
      section .search-results ul.pagination li a {
        display: inline-block;
        padding: 0 10px;
        color: #666; }
        section .search-results ul.pagination li a:hover {
          color: #000; }
      section .search-results ul.pagination li:first-child a, section .search-results ul.pagination li:last-child a {
        text-indent: -999em;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
        filter: alpha(opacity=50);
        zoom: 1;
        background-repeat: no-repeat;
        width: 7px;
        height: 13px;
        margin-top: 3px; }
        section .search-results ul.pagination li:first-child a:hover, section .search-results ul.pagination li:last-child a:hover {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1; }
      section .search-results ul.pagination li:first-child a {
        background-image: url("../img/icn-pagination-left.png");
        background-position: left 1px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          section .search-results ul.pagination li:first-child a {
            background-image: url("../img/icn-pagination-left@2x.png");
            background-size: 7px 13px; } }
      section .search-results ul.pagination li:last-child a {
        background-image: url("../img/icn-pagination-right.png");
        background-position: right 1px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          section .search-results ul.pagination li:last-child a {
            background-image: url("../img/icn-pagination-right@2x.png");
            background-size: 7px 13px; } }
      section .search-results ul.pagination li.current a {
        color: #c60b20; }
  section .search-results .result {
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 10px; }
    section .search-results .result:last-of-type {
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 28px; }
    section .search-results .result a {
      color: #000;
      font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
      -webkit-font-smoothing: antialiased; }
      section .search-results .result a h3 {
        display: inline-block;
        margin: 25px 0 12px 0;
        font-size: 20px;
        padding-right: 15px;
        background-image: url("../img/icn-chevron-right-red.png");
        background-position: right 1px;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          section .search-results .result a h3 {
            background-image: url("../img/icn-chevron-right-red@2x.png");
            background-size: 7px 13px; } }
      section .search-results .result a p {
        margin: 0 0 10px 0 !important;
        font-style: italic;
        text-decoration: underline; }
    section .search-results .result p, section .search-results .result ul, section .search-results .result ol {
      margin: 0; }
      section .search-results .result p li, section .search-results .result ul li, section .search-results .result ol li {
        margin: 0 0 10px 0; }
    section .search-results .result p {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 10px; }

footer {
  background: #e7e7e5;
  padding: 6px 20px 15px 20px; }
  footer .legal {
    border-bottom: 1px solid #c0c0be;
    padding-bottom: 3px;
    margin-bottom: 12px; }
    footer .legal p {
      margin: 10px 0;
      font-size: 12px;
      color: #666666;
      line-height: 16px; }
    footer .legal .tracking {
      margin: 10px 0;
      font-size: 12px;
      color: #666666;
      line-height: 16px; }
  footer a {
    font-size: 12px;
    color: #464646;
    text-decoration: underline; }

/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-menu.mm-horizontal ul {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

html.mm-dragging.mm-opened .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  -webkit-transition-property: top, right, bottom, left, margin, border-color, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, margin, border-color, -moz-transform;
  -o-transition-property: top, right, bottom, left, margin, border-color, -o-transform;
  transition-property: top, right, bottom, left, margin, border-color, transform; }

.mm-menu.mm-horizontal ul {
  -webkit-transition-property: margin-left;
  -moz-transition-property: margin-left;
  -o-transition-property: margin-left;
  transition-property: margin-left; }

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-menu.mm-horizontal ul.mm-subopening {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

/* top */
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  margin-top: 0px;
  top: 0%;
  left: 0; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker {
  margin-top: -65px;
  top: 100%; }

/* right */
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker {
  margin-right: 0px;
  right: 0%;
  top: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  margin-right: -65px;
  right: 100%; }

/* bottom */
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  margin-bottom: 0px;
  bottom: 0%;
  left: 0; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker {
  margin-bottom: -65px;
  bottom: 100%; }

/* left */
html.mm-left.mm-opened .mm-page,
html.mm-left.mm-opened #mm-blocker {
  margin-left: 0px;
  left: 0%;
  top: 0; }

html.mm-left.mm-opening .mm-page,
html.mm-left.mm-opening #mm-blocker {
  margin-left: -65px;
  left: 100%; }

/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* html/body */
html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden; }

html.mm-opened body {
  position: relative; }

/* menu */
.mm-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden; }

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

.mm-menu.mm-opened {
  display: block;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.mm-menu.mm-opened ~ .mm-menu.mm-opened {
  display: none; }

.mm-menu.mm-top > ul {
  padding-bottom: 105px; }

.mm-menu.mm-right {
  padding-left: 65px; }

.mm-menu.mm-bottom {
  padding-top: 65px; }

.mm-menu.mm-left {
  padding-right: 65px; }

/* ul/li */
.mm-menu ul,
.mm-menu li {
  list-style: none; }

.mm-menu li {
  position: relative; }

.mm-menu li:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0; }

.mm-menu ul,
.mm-menu li,
.mm-menu li > a,
.mm-menu li > span {
  display: block;
  padding: 0;
  margin: 0; }

.mm-menu a {
  background: transparent; }

.mm-menu > ul {
  background: inherit;
  width: 100%;
  padding: 0; }

/* items */
.mm-menu li > a,
.mm-menu li > span {
  text-indent: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  overflow: hidden; }

.mm-menu a:active {
  background: none; }

.mm-menu li.section {
  border-bottom: 1px solid #333; }
  .mm-menu li.section a {
    background-color: #000;
    color: #999; }

.mm-menu li.section.active a {
  color: #fff;
  padding-left: 17px;
  background-image: url("../img/icn-arrow-white-sml.png");
  background-position: 22px 50%;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .mm-menu li.section.active a {
      background-image: url("../img/icn-arrow-white-sml@2x.png");
      background-size: 5px 9px; } }

.mm-menu li.secondary {
  border: none !important; }
  .mm-menu li.secondary a {
    background: #d2d1d1;
    color: #666; }

.mm-menu li.social ul {
  display: block !important;
  background: #e7e7e5;
  overflow: auto;
  border-top: 1px solid #c0c0be; }
  .mm-menu li.social ul li a {
    display: table;
    float: left;
    padding: 0;
    margin: 10px 10px 10px 0;
    text-indent: 0 !important;
    background-position: top center;
    background-repeat: no-repeat; }
    .mm-menu li.social ul li a span {
      display: table-cell;
      width: 50px;
      height: 46px;
      vertical-align: bottom;
      text-align: center;
      font-family: arial, sans-serif;
      font-size: 10px;
      line-height: 10px;
      font-weight: bold;
      color: #666; }
  .mm-menu li.social ul li.li a {
    background-image: url("../img/icn-social-li.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.li a {
        background-image: url("../img/icn-social-li@2x.png");
        background-size: 29px 29px; } }
  .mm-menu li.social ul li.fb a {
    background-image: url("../img/icn-social-fb.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.fb a {
        background-image: url("../img/icn-social-fb@2x.png");
        background-size: 15px 29px; } }
  .mm-menu li.social ul li.tw a {
    background-image: url("../img/icn-social-tw.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.tw a {
        background-image: url("../img/icn-social-tw@2x.png");
        background-size: 35px 29px; } }
  .mm-menu li.social ul li.gp a {
    background-image: url("../img/icn-social-gp.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.gp a {
        background-image: url("../img/icn-social-gp@2x.png");
        background-size: 36px 29px; } }
  .mm-menu li.social ul li.pt a {
    background-image: url("../img/icn-social-pt.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.pt a {
        background-image: url("../img/icn-social-pt@2x.png");
        background-size: 24px 29px; } }
  .mm-menu li.social ul li.yt a {
    background-image: url("../img/icn-social-yt.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.yt a {
        background-image: url("../img/icn-social-yt@2x.png");
        background-size: 24px 29px; } }
  .mm-menu li.social ul li.ig a {
    background-image: url("../img/icn-social-ig.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.ig a {
        background-image: url("../img/icn-social-ig@2x.png");
        background-size: 29px 29px; } }
  .mm-menu li.social ul li.tm a {
    background-image: url("../img/icn-social-tm.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .mm-menu li.social ul li.tm a {
        background-image: url("../img/icn-social-tm@2x.png");
        background-size: 19px 29px; } }
  .mm-menu li.social ul li:first-child a, .mm-menu li.social ul li:nth-of-type(5) a {
    margin-left: 10px;
    clear: left; }

.mm-menu li.first a {
  padding-top: 13px; }

.mm-menu li.last a {
  padding-bottom: 10px; }

/* subopen/close */
.mm-menu a.mm-subopen {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.mm-menu a.mm-subopen:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0; }

.mm-menu a.mm-subopen.mm-fullsubopen {
  border-left: none;
  width: 100%; }

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

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

.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span {
  padding-right: 45px; }

/* page + blocker */
html.mm-opened .mm-page {
  background: inherit;
  height: 100%;
  overflow: hidden;
  position: absolute; }

#mm-blocker {
  background: #000;
  opacity: 0.5;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }
  #mm-blocker.active {
    top: 0;
    left: 0;
    z-index: 0; }

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

/* vertical submenu */
.mm-menu.mm-vertical ul ul {
  display: none;
  padding: 8px 0;
  background: #e7e7e5; }

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

.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after {
  border-bottom-width: 0; }

.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; }

.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + span {
  margin-right: 75px; }

.mm-menu.mm-vertical ul ul li {
  border: none; }

.mm-menu.mm-vertical ul ul li.active a {
  color: #c60b20; }

.mm-menu.mm-vertical ul ul a {
  background: #e7e7e5; }

.mm-menu.mm-vertical li.mm-opened > a {
  color: #c60b20; }

/* horizontal submenu */
.mm-menu.mm-horizontal {
  white-space: nowrap; }

.mm-menu.mm-horizontal ul {
  vertical-align: top;
  margin-left: 0%; }

.mm-menu.mm-horizontal ul.mm-submenu {
  display: none; }

.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened {
  display: inline-block; }

.mm-menu.mm-horizontal ul.mm-subopening {
  margin-left: -100%;
  max-height: 100%;
  overflow: hidden; }

/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-menu {
  background: #ccc; }

.mm-menu * {
  font-family: "HelveticaNeueRegular", helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.5px; }

.mm-menu li {
  border-bottom: 1px solid #c0c0be; }

.mm-menu li,
.mm-menu li > a,
.mm-menu li > span {
  color: #333;
  background: #fff;
  text-decoration: none; }

.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span {
  background: rgba(0, 0, 0, 0.2); }

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

.mm-menu li > a {
  padding-top: 7px; }

/* subopen/close */
.mm-menu a.mm-subopen {
  background-image: url("../img/btn-expand.png");
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .mm-menu a.mm-subopen {
      background-image: url("../img/btn-expand@2x.png");
      background-size: 14px 14px; } }

.mm-menu a.mm-subclose {
  background-image: url("../img/btn-contract.png");
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .mm-menu a.mm-subclose {
      background-image: url("../img/btn-contract@2x.png");
      background-size: 14px 2px; } }

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul {
  background-image: url("../img/btn-contract.png");
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
    .mm-menu.mm-vertical li.mm-opened > ul {
      background-image: url("../img/btn-contract@2x.png");
      background-size: 14px 2px; } }

.mm-menu.mm-vertical .mm-submenu {
  border-top: 1px solid #d2d1d1; }

/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label {
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

/*
	Labels
	- Styling
*/
.mm-menu li.mm-label {
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5); }

/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter {
  text-indent: 0;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
  display: block;
  min-width: 16px;
  height: 20px;
  padding: 0 2px;
  position: absolute;
  right: 40px;
  top: 10px; }

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

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

.mm-menu em.mm-counter + a.mm-fullsubopen + a,
.mm-menu em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 70px; }

/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4); }

/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  content: '';
  border-width: 4px;
  border-style: solid;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-menu a.mm-subopen:after {
  border-top: none;
  border-left: none;
  margin-top: -4px;
  right: 16px; }

.mm-menu a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-top: 4px;
  left: 20px; }

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

/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body {
  overflow: visible; }

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

html.mm-no-overflowscrolling.mm-opened .mm-page {
  min-height: 200%;
  position: fixed;
  top: 0;
  z-index: 3; }

html.mm-no-overflowscrolling .mm-menu {
  height: auto;
  min-height: 100%;
  overflow: default;
  overflow-x: default;
  overflow-y: default;
  position: relative;
  left: auto;
  top: auto; }

html.mm-no-overflowscrolling.mm-right .mm-menu {
  position: absolute; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

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

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 20px;
  background-image: url("../img/icn-arrow-white-left.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .bx-wrapper .bx-prev {
      background-image: url("../img/icn-arrow-white-left@2x.png");
      background-size: 20px 39px; } }

.bx-wrapper .bx-next {
  right: 20px;
  background-image: url("../img/icn-arrow-white-right.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .bx-wrapper .bx-next {
      background-image: url("../img/icn-arrow-white-right@2x.png");
      background-size: 20px 39px; } }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 20px;
  height: 39px;
  text-indent: -9999px;
  z-index: 9999; }

.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:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

div.fancy-select {
  position: relative;
  font-size: 16px;
  color: #666;
  clear: left;
  border: 1px solid #c0c0be;
  border-top: none; }

div.dropdown {
  margin: 20px 20px 28px 20px;
  border-top: 1px solid #c0c0be;
  border-left: none;
  border-bottom: none;
  border-right: none; }

div.fancy-select div.trigger {
  cursor: pointer;
  height: 38px;
  padding: 11px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border-right: 10px solid transparent;
  width: 100%;
  background-image: url("../img/icn-arrow-red-down.png");
  background-position: right 50%;
  background-repeat: no-repeat;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    div.fancy-select div.trigger {
      background-image: url("../img/icn-arrow-red-down@2x.png");
      background-size: 13px 7px; } }

div.fancy-select div.trigger.open {
  background-image: url("../img/icn-arrow-red-up.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    div.fancy-select div.trigger.open {
      background-image: url("../img/icn-arrow-red-up@2x.png");
      background-size: 13px 7px; } }

div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498; }

div.fancy-select ul.options {
  width: 100%;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 38px !important;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  overflow: auto;
  background: #f5f5f5;
  border: 1px solid #c0c0be;
  border-right: none;
  border-left: none;
  padding: 5px 0px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out; }

div.fancy-select ul.options li {
  padding: 5px 10px 0 10px;
  color: #666;
  cursor: pointer; }

/* qTip2 v2.1.1 basic css3 | qtip2.com | Licensed MIT, GPL | Wed Oct 09 2013 11:18:27 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: 400 bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

.qtip-red {
  background-color: #c0372d;
  border-color: #c0372d;
  color: #fff; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4a4a4a 0, black 100%);
  background-image: -moz-linear-gradient(top, #4a4a4a 0, black 100%);
  background-image: -ms-linear-gradient(top, #4a4a4a 0, black 100%);
  background-image: -o-linear-gradient(top, #4a4a4a 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0); }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
  background: transparent;
  color: #fff;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande',sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
  background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40); }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }
