@charset "UTF-8";
/*------------------------------------*\
    $SONSTYLE.SCSS
\*------------------------------------*/
/**
 * SaludOnNet Framework is based on OOCSS (Object Oriented CSS) using BEM (Block - Element - Modifier) methodology.
 *
 * SONSTYLE............ Import common CSS modules
 * DEFAULTS............ Set product styles
 *
 * GENERIC/RESET....... Set reset values
 * GENERIC/MIXIX....... Reusable collection of SASS mixins
 * GENERIC/GRID........ 12 column responsive grid
 * GENERIC/DEBUG....... Debugging styles
 * GENERIC/CLEARFIX.... Clearfix
 *
 * BASE/VARIABLES...... Set common values in variables
 * BASE/CHOSEN......... Chosen pluging for select boxes much more user-friendly
 * BASE/ABSTRATS....... Abstrats styles
 * BASE/LAYOUT......... Layout styles
 * BASE/FONTS.......... Import Font-Face fonts and set common values
 * BASE/ICONS.......... Add set of icons
 * BASE/HEADER......... Header style
 * BASE/FORMS.......... Add form elements
 * BASE/STATES......... Element states
 * BASE/TABLES......... Tables style
 *
 * OBJECTS/MODAL....... Modals style
 * OBJECTS/BUTTON...... Buttons style
 * OBJECTS/TOOLTIP..... Tooltips style
 * OBJECTS/ALERTS...... Alerts style
 * OBJECTS/SWITCH...... Switches style
 * OBJECTS/RATE........ Rate stars style
 * OBJECTS/HIGHLIGHTS.. Hightlights style
 * OBJECTS/SPINNER..... Spinner style
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/* Select specific component for each product */
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Roboto', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox minus 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    $MIXINS.
\*------------------------------------*/
/* BORDER RADIUS */
/* BACKGROUND GRADIENTS */
/* BOX SHADOW */
/* BOX SIZING */
/* FLEX */
/* FONT FACE */
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* VENDOR */
/*------------------------------------*\
    $GRID
\*------------------------------------*/
meta.foundation-version {
  font-family: "/5.2.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0.9375em;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0.9375em;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/* COLORS */
/* TABLES */
/* MEDIA-QUERIES */
/*------------------------------------*\
    $CHOSEN
\*------------------------------------*/
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin-bottom: 20px;
  outline: none;
}

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eeeeee),
    color-stop(0.5, white)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    #eeeeee 0%,
    white 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #ccd4d0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #7d7d7d;
  text-decoration: none;
}

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 4px;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/Content/img/chosen-sprite.png) right top no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}

.chzn-container-single .chzn-single div {
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.chzn-container-single .chzn-single div b {
  background: url("/Content/img/chosen-sprite.png") no-repeat 0 8px;
  display: block;
  width: 100%;
  height: 100%;
}

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  height: 35px;
}

.chzn-container-single .chzn-search input {
  background: #fff url("/Content/img/chosen-sprite.png") no-repeat 100% -22px;
  background: url("/Content/img/chosen-sprite.png") no-repeat 100% -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("/Content/img/chosen-sprite.png") no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("/Content/img/chosen-sprite.png") no-repeat 100% -22px,
    -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("/Content/img/chosen-sprite.png") no-repeat 100% -22px,
    linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  width: 100% !important;
}

.chzn-container-single .chzn-drop {
  width: 100%;
  padding: 0 4px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.85, white),
    color-stop(0.99, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    white 85%,
    #eeeeee 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 1%;
  position: relative;
}

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -o-box-shadow: none;
  box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e4e4e4),
    color-stop(0.7, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    #e4e4e4 0%,
    #eeeeee 70%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  background-image: linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}

.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chzn-container-multi .chzn-drop {
  width: 100%;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 4px;
  max-height: 190px;
  padding: 4px 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}

.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #ccd0d4;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, white),
    color-stop(0.5, #eeeeee)
  );
  background-image: -webkit-linear-gradient(
    center bottom,
    white 0%,
    #eeeeee 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 8px;
}

.chzn-container-active .chzn-choices {
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
  cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl {
  direction: rtl;
  text-align: right;
}

.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}

.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  border-radius: 4px 0 0 4px;
}

.chzn-rtl .chzn-choices li {
  float: right;
}

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

.chzn-rtl .chzn-search input {
  background: url("chosen-sprite.png") no-repeat -38px -22px, #ffffff;
  background: url("chosen-sprite.png") no-repeat -38px -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("chosen-sprite.png") no-repeat -38px -22px,
    -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -22px,
    -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -22px,
    linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
}

/* @end */
/* personalizado */
.chzn-container-single .chzn-single div {
  background-color: inherit;
  background-image: inherit;
  border: none;
}

.select--large + .chzn-container-single .chzn-single {
  /* Añadimos opcion de tamaño grande para los select de chosen */
  height: 36px;
}
.select--large + .chzn-container-single .chzn-single span,
.select--large + .chzn-container-single .chzn-single div {
  padding-top: 5px;
}

/*------------------------------------*\
    $ABSTRATS
\*------------------------------------*/
/* Font styles */
.bold {
  color: #153239;
  font-weight: bold;
}

.thin {
  font-weight: 200;
}

/* Font & Icon colors */
.white {
  color: #fff !important;
}
.white:after {
  color: #fff !important;
}

.red {
  color: #fd3131 !important;
}
.red:after {
  color: #fd3131 !important;
}

.green {
  color: #7ed32b !important;
}
.green:after {
  color: #7ed32b !important;
}

.orange {
  color: #f09a15 !important;
}
.orange:after {
  color: #f09a15 !important;
}

.blue {
  color: #009ee0 !important;
}
.blue:after {
  color: #009ee0 !important;
}

.grey {
  color: #879099 !important;
}
.grey:after {
  color: #879099 !important;
}

/* Background colors */
.bg-blue {
  background-color: #009ee0 !important;
}

.bg-red {
  background-color: #fd3131 !important;
}

/* Blocked class */
.blocked,
.disabled {
  pointer-events: none;
  opacity: 0.6;
}

/* Inactive class - Works similar as blocked but allows pointer events */
.inactive {
  opacity: 0.6;
}
.inactive:hover {
  opacity: 1;
  cursor: default;
}
.inactive:active {
  opacity: 0.6;
}

/* Aligment */
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* Margins */
.m0 {
  margin: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

/* Paddings */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt70 {
  padding-top: 70px;
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
section,
.section {
  padding: 20px;
}

.text-center {
  text-align: center;
}

/*------------------------------------*\
    $FONTS
\*------------------------------------*/
@font-face {
  font-family: "ChevinBold";
  src: url("/Content/fonts/chevin-bold.eot");
  src: url("/Content/fonts/chevin-bold.eot") format("embedded-opentype"),
    url("/Content/fonts/chevin-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EntypoRegular";
  src: url("/Content/fonts/entypo.eot");
  src: url("/Content/fonts/entypo.eot") format("embedded-opentype"),
    url("/Content/fonts/entypo.ttf") format("truetype"),
    url("/Content/fonts/entypo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EntypoSocial";
  src: url("/Content/fonts/entypo-social.eot");
  src: url("/Content/fonts/entypo-social.eot") format("embedded-opentype"),
    url("/Content/fonts/entypo-social.ttf") format("truetype"),
    url("fonts/entypo-social.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #7d7d7d;
}

p {
  color: #7d7d7d;
  font-size: 14px;
  margin: 0px;
  line-height: 20px;
}

a {
  color: #009ee0;
  text-decoration: none;
  line-height: 20px;
}

h1 {
  font-size: 34px;
  color: #153239;
  line-height: 40px;
}

h2 {
  color: #153239;
  font-size: 30px;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 30px;
}

h3 {
  color: #153239;
  font-size: 20px;
  font-weight: 800;
  font-family: Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 0.9rem;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
/* NO-SVG Fallback */
.no-svg {
  /*improve the size and position in small icons*/
  /* Info Icon */
  /* Print Icon */
  /* Print Cross */
  /* Eye Icon */
  /* Download Icon */
  /* Check Icon */
  /* Uncheck Icon */
  /* Plus Icon */
  /* Publish Icon */
  /* Calendar Icon */
  /* User Icon */
  /* Users Icon */
  /* Pencil Icon */
  /* Triangle-right Icon */
  /* Triangle-left Icon */
  /* Warning Icon */
  /* Mail Icon */
  /* Dot Icon */
  /* Thumbs down Icon */
  /* Thumbs up Icon */
  /* New Icon */
  /* Star Icon */
  /* Home Icon */
  /* Heart Icon */
  /* Adress Icon */
  /* Lock Icon */
  /* Lock-Open Icon */
  /* Credit-Card Icon */
  /* Key Icon */
  /* Comment Icon */
}
.no-svg .icon:after,
.no-svg .alert__close:after {
  color: #7d7d7d;
  display: inline-block;
  font-size: 30px;
  line-height: 0;
  padding-top: 4px;
  height: 23px;
  width: 23px;
  font-family: "EntypoRegular";
  text-align: center;
}
.no-svg .icon--l:after {
  font-size: 40px;
  height: 25px;
  width: 25px;
}
.no-svg .icon--xl:after {
  font-size: 80px;
  height: 45px;
  width: 50px;
}
.no-svg .icon--xxl:after {
  font-size: 130px;
  height: 70px;
  width: 80px;
}
.no-svg .icon--xxxl:after {
  font-size: 200px;
  height: 100px;
  width: 120px;
}
.no-svg .icon--correct,
.no-svg .icon--cross:after,
.no-svg .alert__close:after,
.no-svg .icon--plus:after {
  font-size: 48px;
  padding-top: 0;
}
.no-svg .icon--info:after {
  content: "\2139";
}
.no-svg .icon--print:after {
  content: "\E716";
}
.no-svg .icon--cross:after,
.no-svg .alert__close:after {
  content: "\274C";
}
.no-svg .icon--eye:after {
  content: "\E70A";
}
.no-svg .icon--download:after {
  content: "\1F4E5";
}
.no-svg .icon--check:after {
  content: "\2713";
}
.no-svg .icon--uncheck:after {
  content: "\2713";
  color: #fff;
  text-shadow: -1px 0 #879099, 0 1px #879099, 1px 0 #879099, 0 -1px #879099;
}
.no-svg .icon--plus:after {
  content: "\2795";
}
.no-svg .icon--publish:after {
  content: "\E74D";
}
.no-svg .icon--calendar:after {
  content: "\1F4C5";
}
.no-svg .icon--user:after {
  content: "\1F464";
}
.no-svg .icon--users:after {
  content: "\1F465";
}
.no-svg .icon--pencil:after {
  content: "\270E";
}
.no-svg .icon--triangle-right:after {
  content: "\25B8";
}
.no-svg .icon--triangle-left:after {
  content: "\25C2";
}
.no-svg .icon--warning:after {
  content: "\26A0";
}
.no-svg .icon--mail:after {
  content: "\2709";
}
.no-svg .icon--dot:after {
  content: "\25CF";
}
.no-svg .icon--thumbs-down:after {
  content: "\1F44E";
}
.no-svg .icon--thumbs-up:after {
  content: "\1F44D";
}
.no-svg .icon--new:after {
  content: "\1F4A5";
}
.no-svg .icon--star:after {
  content: "\2605";
}
.no-svg .icon--home:after {
  content: "\2302";
}
.no-svg .icon--heart:after {
  content: "\2665";
}
.no-svg .icon--address:after {
  content: "\E723";
}
.no-svg .icon--lock:after {
  content: "\1F512";
}
.no-svg .icon--lock-open:after {
  content: "\1F513";
}
.no-svg .icon--credit-card:after {
  content: "\1F4B3";
}
.no-svg .icon--key:after {
  content: "\1F511";
}
.no-svg .icon--comment:after {
  content: "\E718";
}

/* SVG icons */
.icon,
.alert__close {
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  width: 23px;
}

.icon--l {
  height: 25px;
  width: 25px;
}

.icon--xl {
  height: 40px;
  width: 40px;
}

.icon--xxl {
  height: 60px;
  width: 60px;
}

.icon--xxxl {
  height: 80px;
  width: 80px;
}

/* Info Icon */
.icon--info {
  background: url(/Content/img/icn/info.svg);
}

/* Print Icon */
.icon--print {
  background: url(/Content/img/icn/print.svg);
}

/* Print Cross */
.icon--cross,
.alert__close {
  background: url(/Content/img/icn/cross.svg);
}

/* Eye Icon */
.icon--eye {
  background: url(/Content/img/icn/eye.svg);
}

/* Download Icon */
.icon--download {
  background: url(/Content/img/icn/download.svg);
}

/* Check Icon */
.icon--check {
  background: url(/Content/img/icn/check.svg);
}

/* Plus Icon */
.icon--plus {
  background: url(/Content/img/icn/plus.svg);
}

/* Publish Icon */
.icon--publish {
  background: url(/Content/img/icn/publish.svg);
}

/* Calendar Icon */
.icon--calendar {
  background: url(/Content/img/icn/calendar.svg);
}

/* User Icon */
.icon--user {
  background: url(/Content/img/icn/user.svg);
}

/* Users Icon */
.icon--users {
  background: url(/Content/img/icn/users.svg);
}

/* Pencil Icon */
.icon--pencil {
  background: url(/Content/img/icn/pencil.svg);
}

/* Triangle-right Icon */
.icon--triangle-right {
  background: url(/Content/img/icn/triangle-right.svg);
}

/* Triangle-left Icon */
.icon--triangle-left {
  background: url(/Content/img/icn/triangle-left.svg);
}

/* Warning Icon */
.icon--warning {
  background: url(/Content/img/icn/warning.svg);
}

/* Mail Icon */
.icon--mail {
  background: url(/Content/img/icn/mail.svg);
}

/* Dot Icon */
.icon--dot {
  background: url(/Content/img/icn/dot-single.svg);
}

/* Thumbs down Icon */
.icon--thumbs-down {
  background: url(/Content/img/icn/thumbs-down.svg);
}

/* Thumbs up Icon */
.icon--thumbs-up {
  background: url(/Content/img/icn/thumbs-up.svg);
}

/* New Icon */
.icon--new {
  background: url(/Content/img/icn/new.svg);
}

/* Star Icon */
.icon--star {
  background: url(/Content/img/icn/star.svg);
}

/* Home Icon */
.icon--home {
  background: url(/Content/img/icn/home.svg);
}

/* Heart Icon */
.icon--heart {
  background: url(/Content/img/icn/heart.svg);
}

/* Address Icon */
.icon--address {
  background: url(/Content/img/icn/address.svg);
}

/* Lock Icon */
.icon--lock {
  background: url(/Content/img/icn/lock.svg);
}

/* Lock-Open Icon */
.icon--lock-open {
  background: url(/Content/img/icn/lock-open.svg);
}

/* Credit-Card Icon */
.icon--credit-card {
  background: url(/Content/img/icn/credit-card.svg);
}

/* Key Icon */
.icon--key {
  background: url(/Content/img/icn/key.svg);
}

/* Message Icon */
.icon--message {
  background: url(/Content/img/icn/message.svg);
}

/* White SVG icons  */
/* Info Icon */
.icon--info.white {
  background: url(/Content/img/icn/info-white.svg);
}

/* Print Icon */
.icon--print.white {
  background: url(/Content/img/icn/print-white.svg);
}

/* Print Cross */
.icon--cross.white,
.white.alert__close {
  background: url(/Content/img/icn/cross-white.svg);
}

/* Eye Icon */
.icon--eye.white {
  background: url(/Content/img/icn/eye-white.svg);
}

/* Download Icon */
.icon--download.white {
  background: url(/Content/img/icn/download-white.svg);
}

/* Check Icon */
.icon--check.white {
  background: url(/Content/img/icn/check-white.svg);
}

/* Plus Icon */
.icon--plus.white {
  background: url(/Content/img/icn/plus-white.svg);
}

/* Publish Icon */
.icon--publish.white {
  background: url(/Content/img/icn/publish-white.svg);
}

/* Calendar Icon */
.icon--calendar.white {
  background: url(/Content/img/icn/calendar-white.svg);
}

/* User Icon */
.icon--user.white {
  background: url(/Content/img/icn/user-white.svg);
}

/* Users Icon */
.icon--users.white {
  background: url(/Content/img/icn/users-white.svg);
}

/* Pencil Icon */
.icon--pencil.white {
  background: url(/Content/img/icn/pencil-white.svg);
}

/* Triangle-right Icon */
.icon--triangle-right.white {
  background: url(/Content/img/icn/triangle-right-white.svg);
}

/* Triangle-left Icon */
.icon--triangle-left.white {
  background: url(/Content/img/icn/triangle-left-white.svg);
}

/* Warning Icon */
.icon--warning.white {
  background: url(/Content/img/icn/warning-white.svg);
}

/* Mail Icon */
.icon--mail.white {
  background: url(/Content/img/icn/mail-white.svg);
}

/* Dot Icon */
.icon--dot.white {
  background: url(/Content/img/icn/dot-single-white.svg);
}

/* Thumbs down Icon */
.icon--thumbs-down.white {
  background: url(/Content/img/icn/thumbs-down-white.svg);
}

/* Thumbs up Icon */
.icon--thumbs-up.white {
  background: url(/Content/img/icn/thumbs-up-white.svg);
}

/* New Icon */
.icon--new.white {
  background: url(/Content/img/icn/new-white.svg);
}

/* Star Icon */
.icon--star.white {
  background: url(/Content/img/icn/star-white.svg);
}

/* Home Icon */
.icon--home.white {
  background: url(/Content/img/icn/home-white.svg);
}

/* Heart Icon */
.icon--heart.white {
  background: url(/Content/img/icn/heart-white.svg);
}

/* Address Icon */
.icon--address.white {
  background: url(/Content/img/icn/address-white.svg);
}

/* Lock Icon */
.icon--lock.white {
  background: url(/Content/img/icn/lock-white.svg);
}

/* Lock-Open Icon */
.icon--lock-open.white {
  background: url(/Content/img/icn/lock-open-white.svg);
}

/* Credit-Card Icon */
.icon--credit-card.white {
  background: url(/Content/img/icn/credit-card-white.svg);
}

/* Key Icon */
.icon--key.white {
  background: url(/Content/img/icn/key-white.svg);
}

/* Message Icon */
.icon--message.white {
  background: url(/Content/img/icn/message-white.svg);
}

/* Cross Icon */
.icon--cross.white,
.white.alert__close {
  background: url(/Content/img/icn/cross-white.svg);
}

/* Cross Icon */
.icon--credit.white {
  background: url(/Content/img/icn/credit-white.svg);
}

/*------------------------------------*\
    $HEADERS
\*------------------------------------*/
/* CLINIC header */
.pre-header {
  background: #000;
  color: #7d7d7d;
  text-align: left;
  padding: 9px 9px 2px 9px;
  text-transform: uppercase;
}
.pre-header div {
  display: inline-block;
}
.pre-header span {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.cssmenu {
  position: relative;
  background: #009ee0;
  width: auto;
  min-width: 960px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.cssmenu img {
  float: left;
  margin: 0 30px 0 10px;
}

.cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  float: left;
}

.cssmenu > ul {
  display: block;
  background: #009ee0;
}

.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cssmenu.align-right > ul > li {
  float: right;
}

.cssmenu.align-center ul {
  text-align: center;
}

.cssmenu.align-center ul ul {
  text-align: left;
}

.cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.cssmenu > ul > #menu-button {
  display: none;
}

.cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}

.cssmenu > ul > li > a {
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  color: #fff;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.cssmenu > ul > li > a:hover {
  background-color: #008cc7;
}

.cssmenu > ul > li > input + a {
  cursor: default;
  pointer-events: none;
}

.cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}

.cssmenu > ul > li:hover > a {
  color: #ffffff;
}

.cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #009ee0;
}

.cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}

#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}

#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #00b0fa;
  z-index: -2;
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #00b0fa;
  top: -12px;
  right: 100%;
  z-index: -2;
}

.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0.25s ease;
  transition: opacity 0.3s ease, top 0.25s ease;
  z-index: 1000;
}

.cssmenu ul ul ul {
  top: 37px;
}

.cssmenu ul ul li {
  position: relative;
}

.cssmenu > ul > li:hover > ul {
  left: auto;
  top: 60px;
  opacity: 1;
}

.cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}

.cssmenu ul ul li:hover > ul {
  left: 130px;
  top: -1px;
  opacity: 1;
}

.cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}

.cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #00a2e5;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  background: #0093d1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cssmenu.align-right ul ul li a {
  text-align: right;
}

.cssmenu ul ul li:hover > a {
  background: #009ee0;
  color: #fff;
}

.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last > a {
  border-bottom: 0;
}

.cssmenu > ul > li > ul::after {
  content: "";
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #0093d1;
  position: absolute;
  top: -12px;
  left: 30px;
}

.cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}

.cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  transition: all 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

.cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}

.cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.right-arrow:after {
  left: 90%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

.bottom-arrow:after {
  right: 5px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 5px;
  margin-top: -1px;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
label {
  color: #7d7d7d;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
}
label.label--small {
  height: 24px;
}
label.label--large {
  height: 45px;
}

input[type="text"],
input[type="password"] {
  border-radius: 3px;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #fff);
  border: 1px solid #ccd0d4;
  color: #7d7d7d;
  height: 35px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus {
  outline: #009ee0 auto 5px;
}
input[type="text"].input--mandatory,
input[type="password"].input--mandatory {
  background: rgba(0, 158, 224, 0.1);
  border: 1px solid #009ee0;
}

/* Custom checkbox  */
.checkbox {
  display: none;
}
.checkbox + label {
  background: url(/Content/img/checkbox-unchecked.svg) no-repeat center;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 17px;
}
.checkbox + label + label {
  cursor: pointer;
  display: inline-block;
  height: 10px;
}
.checkbox:checked + label {
  background: url(/Content/img/checkbox-checked.svg) no-repeat center;
}

/* Custom Radio button */
.radio-button {
  display: none;
}
.radio-button + label {
  background: url(/Content/img/radio-unselected.svg) no-repeat center;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 17px;
}
.radio-button + label + label {
  cursor: pointer;
  display: inline-block;
  height: 10px;
}
.radio-button:checked + label {
  background: url(/Content/img/radio-selected.svg) no-repeat center;
}

/* Inputs with icons */
.input-group {
  position: relative;
  /* Info icon */
}
.input-group input {
  padding-right: 40px;
}
.input-group .tooltip .tooltip__caret:after {
  left: 8px;
}
.input-group .input__icon {
  background-color: #009ee0;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}
.input-group .icon,
.input-group .alert__close {
  height: 15px;
  width: 15px;
  top: 1px;
  position: relative;
  left: 1px;
}
.input-group .icon:after,
.input-group .alert__close:after {
  font-size: 24px;
  padding-top: 3px;
  height: 18px;
  width: 18px;
}
.input-group .tooltip--left .tooltip__caret:after {
  left: -2px;
}

/* Input Large */
input.input--large {
  height: 45px;
}
input.input--large + .input__icon {
  top: 14px;
}

/* Input Small */
input.input--small {
  height: 24px;
}
input.input--small + .input__icon {
  top: 3px;
}

textarea {
  border-radius: 3px;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #fff);
  border: 1px solid #ccd0d4;
  color: #7d7d7d;
  height: 100px;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
  width: 100%;
}

/* Custom Selects */
select::-ms-expand {
  display: none;
}

.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: 3px;
  /* add some space*/
  margin-bottom: 20px;
}

.custom-dropdown__select--grey {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #fff);
  color: #7d7d7d;
}

.custom-dropdown {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.custom-dropdown__select {
  padding-right: 2.5em;
  /* accommodate with the pseudo elements for the dropdown arrow */
  border: 1px solid #ccd0d4;
  border-radius: 3px;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /* Custom dropdown arrow */
  content: "\25BC";
  color: #7d7d7d;
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 1.2em;
  top: 18px;
  margin-top: -0.4em;
}

.custom-dropdown::before {
  /* Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  height: 35px;
  border: 1px solid #ccd0d4;
  border-left: none;
}

.custom-dropdown__select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.custom-dropdown.custom-dropdown--disabled::after {
  color: rgba(0, 0, 0, 0.1);
}

/* Dropdown style */
.custom-dropdown--grey::before {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #fff);
}

.custom-dropdown--grey::after {
  color: rgba(88, 88, 88, 0.8);
}

/* FF only temp fix */
@-moz-document url-prefix() {
  .custom-dropdown__select {
    padding-right: 0.9em;
  }
}
.custom-dropdown--small select {
  height: 24px;
}
.custom-dropdown--small::before {
  height: 24px;
}
.custom-dropdown--small::after {
  top: 13px;
}

.custom-dropdown--large select {
  height: 45px;
}
.custom-dropdown--large::before {
  height: 45px;
}
.custom-dropdown--large::after {
  top: 24px;
}

/*------------------------------------*\
    $STATES
\*------------------------------------*/
.is-hidden {
  display: none !important;
}

.is-inactive {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  color: #7d7d7d;
  margin-bottom: 20px;
}
table td {
  height: 70px;
}
table input[type="text"] {
  margin-bottom: 0;
  /* Centra los inputs que estan dentro de las tablas */
}
table.table--small td {
  height: 35px;
}
table.table--large th {
  height: 70px;
}

tr:nth-of-type(odd) {
  background: #f7f7f7;
}

tr:nth-of-type(even) {
  background: #fff;
}

td,
th {
  padding: 0 1em;
  text-align: left;
}

th {
  background-color: #7d7d7d;
  border-right: 1px solid #717a85;
  border-bottom: 1px solid #717a85;
  border-top: 1px solid #717a85;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
}

td {
  border: 1px solid #c3c7cc;
  height: 70px;
}

/* States */
tr.info {
  background-color: #e0f6ff;
}

tr.blocked {
  font-weight: bold;
  color: red;
  background-color: #feafaf;
}

/*------------------------------------*\
    $MODALS
\*------------------------------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
}

.dialog-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
}

.dialog {
  background: transparent;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  width: 460px;
  left: 50%;
  margin-left: -231px;
  z-index: 100;
  display: none;
}

.dialog--large {
  width: 780px;
  margin-left: -390px;
}

.dialog--xlarge {
  width: 940px;
  margin-left: -470px;
}

.dialog-body {
  background: #fff;
  border: 1px solid #000;
  padding: 25px;
  border-radius: 3px;
  margin: 10px;
  min-height: 100px;
}
.dialog-body h3 {
  margin-top: 0;
}

.main-wrapper {
  width: 100%;
  background: #f2f2f2;
  min-height: 100vh;
}

.main-wrapper.fixed {
  position: fixed;
  left: 0;
}

.dialog-close {
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #009ee0 transparent transparent;
}

.dialog-close svg {
  position: absolute;
  height: 30px;
  left: 43px;
  top: 8px;
  opacity: 0.8;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.dialog-close:hover svg {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.dialog-close .icon,
.dialog-close .alert__close {
  position: relative;
  left: 24px;
  top: 4px;
}

/* Modal small version */
.dialog--small {
  width: 300px;
  margin-left: -150px;
}
.dialog--small .dialog-icon {
  border-radius: 3px;
  color: #fff;
  background-color: #009ee0;
  margin: 10px;
  position: relative;
  top: 40px;
  padding: 40px;
  text-align: center;
}
.dialog--small .dialog-icon .icon:after,
.dialog--small .dialog-icon .alert__close:after {
  font-size: 150px;
  height: 85px;
  width: 85px;
}
.dialog--small .dialog-close {
  border: none;
  position: relative;
  margin: 0;
  left: 130px;
  top: -40px;
}
.dialog--small .dialog-close:after {
  color: #47c9ff;
  font-size: 48px !important;
}
.dialog--small .dialog-close:hover:after {
  color: #ade7ff;
}
.dialog--small .dialog-close p {
  background-color: #fff;
}
.dialog--small .dialog-body {
  border: none;
  padding: 50px 30px 20px 30px;
}



/*------------------------------------*\
    $TOOLTIP
\*------------------------------------*/
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip .tooltip__caret:after,
.tooltip--bottom .tooltip__caret:after,
.tooltip--left .tooltip__caret:after,
.tooltip--right .tooltip__caret:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip:hover .tooltip__caret:after,
.tooltip:focus .tooltip__caret:after,
.tooltip--bottom:hover .tooltip__caret:after,
.tooltip--bottom:focus .tooltip__caret:after,
.tooltip--left:hover .tooltip__caret:after,
.tooltip--left:focus .tooltip__caret:after,
.tooltip--right:hover .tooltip__caret:after,
.tooltip--right:focus .tooltip__caret:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  border-radius: 3px;
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px #879099;
  color: #7d7d7d;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip--top:before {
  margin-left: -5%;
  margin-bottom: -13px;
  border-top-color: #7d7d7d;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip--top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip--top:hover:before,
.tooltip--top:hover:after,
.tooltip--top:focus:before,
.tooltip--top:focus:after,
.tooltip:hover .tooltip__caret:after,
.tooltip:focus .tooltip__caret:after {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip--left:before,
.tooltip--left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip--left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #7d7d7d;
}

.tooltip--left:hover:before,
.tooltip--left:hover:after,
.tooltip--left:focus:before,
.tooltip--left:focus:after,
.tooltip--left:hover .tooltip__caret:after,
.tooltip--left:focus .tooltip__caret:after {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip--bottom:before,
.tooltip--bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip--bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #7d7d7d;
}

.tooltip--bottom:hover:before,
.tooltip--bottom:hover:after,
.tooltip--bottom:focus:before,
.tooltip--bottom:focus:after,
.tooltip--bottom:hover .tooltip__caret:after,
.tooltip--bottom:focus .tooltip__caret:after {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}

/* Right */
.tooltip--right:before,
.tooltip--right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip--right:before {
  margin-bottom: 0;
  margin-left: -16%;
  border-top-color: transparent;
  border-right-color: #7d7d7d;
}

.tooltip--right:hover:before,
.tooltip--right:hover:after,
.tooltip--right:focus:before,
.tooltip--right:focus:after {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip--left:before,
.tooltip--right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip--left:after,
.tooltip--right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.tooltip .tooltip__caret:after {
  z-index: 1001;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  background: transparent;
  content: "";
  left: 45%;
  top: -1px;
}

.tooltip--bottom .tooltip__caret:after {
  z-index: 1001;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  background: transparent;
  content: "";
  left: 45%;
  top: 12px;
}

.tooltip--left .tooltip__caret:after {
  z-index: 1001;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  background: transparent;
  content: "";
  left: -2%;
  top: 3px;
}

.tooltip--right .tooltip__caret:after {
  z-index: 1001;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  background: transparent;
  content: "";
  left: 109%;
  top: 3px;
}

/* Tooltip--Bottom--Left */
.tooltip--bottom--left:before {
  left: 45%;
}

.tooltip--bottom--left:after {
  left: 100%;
}

.tooltip--bottom--left .tooltip__caret:after {
  left: 40%;
}

/* Tooltip--Bottom--Right */
.tooltip--bottom--right:before {
  left: 55%;
}

.tooltip--bottom--right:after {
  left: 5%;
}

.tooltip--bottom--right .tooltip__caret:after {
  left: 50%;
}

/* Tooltip--Top--Right */
.tooltip--top--right:before {
  left: 55%;
}

.tooltip--top--right:after {
  left: 5%;
}

.tooltip--top--right .tooltip__caret:after {
  left: 50%;
}

/* Tooltip--Top--left */
.tooltip--top--left:before {
  left: 55%;
}

.tooltip--top--left:after {
  left: 115%;
}

.tooltip--top--left .tooltip__caret:after {
  left: 50%;
}

/*------------------------------------*\
    $ALERTS
\*------------------------------------*/
.alert {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  overflow: hidden;
}
.alert p,
.alert h2 {
  color: #fff;
}
.alert h2 {
  margin: 10px 0;
}
.alert .svg {
  height: 100%;
  float: left;
  padding: 10px 15px 0 10px;
}

.alert__text {
  height: 100%;
  float: left;
}
.alert__text h3 {
  color: #fff;
  margin: 10px 0;
}

.alert__close {
  cursor: pointer;
  float: right;
  right: 0;
  top: 9px;
  width: 25px;
  height: 25px;
}
.alert__close:after {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.alert__close:hover:after {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.alert--green {
  background-color: #7ed32b;
  border-color: #71be27;
  color: #fff;
}

.alert--red {
  background-color: #fd3131;
  border-color: #fd1818;
  color: #fff;
}

.alert--grey {
  background-color: #f3f3f3;
  border-color: #e6e6e6;
  color: #fff;
  color: #7d7d7d;
}
.alert--grey p {
  color: #7d7d7d;
}

.alert--blue {
  background-color: #009ee0;
  border-color: #008cc7;
  color: #fff;
}

.alert--dark-blue {
  background-color: #153239;
  border-color: #0e2226;
  color: #fff;
}

.alert--orange {
  background-color: #f09a15;
  border-color: #dd8c0e;
  color: #fff;
}

.alert--white {
  background-color: #fff;
  border-color: #7d7d7d;
}
.alert--white p,
.alert--white h2 {
  color: #7d7d7d;
}
.alert--white .icon:after,
.alert--white .alert__close:after {
  color: #7d7d7d;
}

/*------------------------------------*\
    $SWITCHES
\*------------------------------------*/
.switch-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.switch {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fff),
    to(#f3f3f3)
  );
  background-image: -webkit-linear-gradient(#fff, #f3f3f3);
  background-color: #f3f3f3;
  border: 1px solid #ccd0d4;
  color: #7d7d7d;
  height: 35px;
  margin-bottom: 20px;
  margin-left: -1px;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.switch:hover {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #e6e6e6);
}
.switch:hover:active {
  background-color: #959da5;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#959da5),
    to(#879099)
  );
  background-image: -webkit-linear-gradient(#959da5, #879099);
  border: 1px solid #79838d;
  color: #fff;
}
.switch.active {
  background-color: #959da5;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#959da5),
    to(#879099)
  );
  background-image: -webkit-linear-gradient(#959da5, #879099);
  background-color: #7d7d7d;
  border: 1px solid #79838d;
  color: #fff;
}
.switch.active:hover {
  background-color: #7d7d7d;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#879099),
    to(#79838d)
  );
  background-image: -webkit-linear-gradient(#879099, #79838d);
}
.switch:first-child {
  border-radius: 3px 0 0 3px;
}
.switch:last-child {
  border-radius: 0 3px 3px 0;
}

/* Switch small */
.switch-small {
  display: none;
}
.switch-small + label span {
  border-radius: 3px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccd0d4;
  cursor: pointer;
  background-color: #f3f3f3;
  display: inline-block;
  height: 35px;
  opacity: 0.8;
  padding: 5px;
  width: 35px;
}
.switch-small + label span:hover {
  opacity: 1;
}
.switch-small:checked + label span {
  background-color: #7d7d7d;
  border: 1px solid #79838d;
  opacity: 0.8;
}
.switch-small:checked + label span:after {
  color: #fff;
}
.switch-small:checked + label span:hover {
  opacity: 1;
}

/* Switch mono */
.switch-mono {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#f3f3f3)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #f3f3f3);
  border-radius: 3px;
  background-color: #f3f3f3;
  border: 1px solid #ccd0d4;
  color: #7d7d7d;
  display: block;
  height: 35px;
  margin-bottom: 20px;
  padding: 7px 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.switch-mono:after {
  content: "\25B8";
  color: #7d7d7d;
  height: 35px;
  font-size: 20px;
  line-height: 1.6;
  position: absolute;
  right: 5px;
  margin-top: -8px;
  border-left: 1px solid #ccd0d4;
  width: 30px;
  padding-left: 12px;
}
.switch-mono:hover {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f3f3f3),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(#f3f3f3, #e6e6e6);
}
.switch-mono:active {
  background-color: #959da5;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#959da5),
    to(#879099)
  );
  background-image: -webkit-linear-gradient(#959da5, #879099);
  border: 1px solid #79838d;
  color: #fff;
}
.switch-mono:active:after {
  border-left: 1px solid #79838d;
  color: #fff;
}

/*------------------------------------*\
    $RATE
\*------------------------------------*/
.empty-star:after {
  color: #7d7d7d;
  content: "\2605";
  display: inline-block;
  font-family: "EntypoRegular";
  font-size: 40px;
  height: 40px;
  line-height: 0;
  padding-top: 4px;
  text-align: center;
  width: 25px;
}

.filled-star:after {
  color: #f09a15;
}

/*------------------------------------*\
    $HIGHLIGHTS
\*------------------------------------*/
.highlight-wrapper {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ccd0d4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.highlight__element {
  background-color: #f3f3f3;
  color: #7d7d7d;
  padding: 20px 0 20px 20px;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.highlight__element p {
  border-right: 1px solid #ccd0d4;
  padding-right: 20px;
}
.highlight__element:last-child p {
  border-right: none;
}

.spinner-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.spinner-wrapper {
  border-radius: 3px;
  width: 300px;
  height: 180px;
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.spinner-wrapper img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.spinner-wrapper p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

/*# sourceMappingURL=sonstyle.css.map */
