/* ==========================================================================

    Project: HealthWorks
    Author: XHTMLized
    Last updated: Tue Aug 12 2014 11:28:17

    1. Normalize
    2. Icomoon
    3. Bootstrap-dropdowns
    4. Bootstrap-select
    5. Bootstrap-datepicker
    6. Fonts
    7. Common
    8. Header
    9. Navigation
    10. Main-content
    11. Main-sidebar
    12. Footer
    13. Buttons
    14. Sections
    15. Sub-navigation
    16. Search-panel
    17. Medicare-ribbon
    18. People
    19. Places
    20. Main-banner
    21. Double-box
    22. Note-box
    23. Employees
    24. Product
    25. Contact
    26. Tabs
    27. Modal
    28. Forms
    29. Alphabetic-filter

   ========================================================================== */

@media (max-width: 766px) {
  .visible-small {
    display: block !important;
  }

}

@media (min-width: 767px) and (max-width: 990px) {
  .visible-medium {
    display: block !important;
  }

}

@media (max-width: 766px) {
  .hidden-small, .place img {
    display: none !important;
  }

}

@media (min-width: 767px) and (max-width: 990px) {
  .hidden-medium {
    display: none !important;
  }

}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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 < 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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; }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-m9e39i');
  src: url('../fonts/icomoon.eot?#iefix-m9e39i') format('embedded-opentype'), url('../fonts/icomoon.woff?-m9e39i') format('woff'), url('../fonts/icomoon.ttf?-m9e39i') format('truetype'), url('../fonts/icomoon.svg?-m9e39i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.svg?wxhj9h#icomoon') format('svg'); }

 }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before, .bootstrap-select.btn-group .btn .caret:before, .search-panel .btn-close {
  content: "\e600"; }

.icon-arrow-left:before, .people .bx-prev:before, .alphabetic-filter .alphabetic-filter-inner .bx-prev:before {
  content: "\e601"; }

.icon-arrow-right:before, .people .bx-next:before, .alphabetic-filter .alphabetic-filter-inner .bx-next:before {
  content: "\e602"; }

.icon-arrow-top:before {
  content: "\e603"; }

.icon-calendar:before {
  content: "\e604"; }

.icon-cross:before, .modal-content .close:before {
  content: "\e605"; }

.icon-pin:before {
  content: "\e606"; }

.icon-quote-end:before, .main-content blockquote:after {
  content: "\e607"; }

.icon-quote-start:before, .main-content blockquote:before {
  content: "\e608"; }

.icon-search:before {
  content: "\e609"; }

.icon-syringe:before {
  content: "\e60a"; }

.icon-video:before, .main-sidebar .video a:before {
  content: "\e60b"; }

.icon-hamburger:before {
  content: "\e60c"; }

.icon-minus:before, .tabs-nav ul.open:before {
  content: "\e60d"; }

.icon-plus:before, .tabs-nav ul:before {
  content: "\e60e"; }

.icon-phone:before {
  content: "\e60f"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  outline: 0; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; }
 }

/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right; }

.input-append .bootstrap-select.btn-group {
  margin-left: -1px; }

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px; }

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/ }

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%; }

.bootstrap-select > .btn, .bootstrap-select > .search-panel .btn-close, .search-panel .bootstrap-select > .btn-close {
  width: 100%;
  padding-right: 25px; }

.error .bootstrap-select .btn, .error .bootstrap-select .search-panel .btn-close, .search-panel .error .bootstrap-select .btn-close {
  border: 1px solid #b94a48; }

.bootstrap-select.show-menu-arrow.open > .btn, .bootstrap-select.show-menu-arrow.open > .search-panel .btn-close, .search-panel .bootstrap-select.show-menu-arrow.open > .btn-close {
  z-index: 2051; }

.bootstrap-select .btn:focus, .bootstrap-select .search-panel .btn-close:focus, .search-panel .bootstrap-select .btn-close:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.btn-group .btn .filter-option, .bootstrap-select.btn-group .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group .btn .btn-close {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left; }

.bootstrap-select.btn-group .btn .caret, .bootstrap-select.btn-group .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group .btn .btn-close {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed; }

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group[class*="span"] .btn, .bootstrap-select.btn-group[class*="span"] .search-panel .btn-close, .search-panel .bootstrap-select.btn-group[class*="span"] .btn-close {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default; }

.bootstrap-select.btn-group .div-contain {
  overflow: hidden; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px; }

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px; }

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4); }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2); }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select.btn-group.fit-width .btn .filter-option, .bootstrap-select.btn-group.fit-width .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.fit-width .btn .btn-close {
  position: static; }

.bootstrap-select.btn-group.fit-width .btn .caret, .bootstrap-select.btn-group.fit-width .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.fit-width .btn .btn-close {
  position: static;
  top: auto;
  margin-top: -1px; }

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select-searchbox, .bootstrap-select .bs-actionsbox {
  padding: 4px 8px; }

.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bootstrap-select-searchbox input {
  margin-bottom: 0; }

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }
*/ }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00; }

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0; }

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737; }

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none; }

.datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none; }

.datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429; }

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 4px 5px; }

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../fonts/RobotoSlab-Bold.svg#1e7d30aef2cafa73684937c25b057e0e') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype'), url('../fonts/RobotoSlab-Regular.svg#60c8d110cc4c187bf935fd36c91cecda') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Light.woff') format('woff'), url('../fonts/RobotoSlab-Light.ttf') format('truetype'), url('../fonts/RobotoSlab-Light.svg#a9b6c0324b621b5aa630c2aa3886eea7') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Thin.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/RobotoSlab-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Thin.woff') format('woff'), url('../fonts/RobotoSlab-Thin.ttf') format('truetype'), url('../fonts/RobotoSlab-Thin.svg#4aed4ca534b5d2d1972aff9faf389dfb') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 100; }

/* Common
   ========================================================================== */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif;
  line-height: 2;
  background: #fff;
  color: #222222; }

a {
  color: #01b6cb;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

  a:active, a:hover, a:focus {
    color: #02a4b7; }

  a * {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }

h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin: 1.55em 0 1.6em;
  width: 100%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }

  @media only screen and (max-width: 766px) {
    h1 {
      font-size: 30px;
      font-size: 3rem;
      margin: 0.75em 0 0.85em; }
 }

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: left; }

  @media only screen and (max-width: 990px) {
    h2 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.333; }
 }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 10px; }

  h3.subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 10px 0; }

.hide {
  position: absolute !important;
  left: -9999em !important; }

.invisible {
  display: none !important; }

@media (max-width: 766px) {
  .visible-small-block {
    display: block !important; }
 }

@media (max-width: 766px) {
  .visible-small-inline {
    display: inline !important; }
 }

@media (max-width: 766px) {
  .visible-small-inline-block {
    display: inline-block !important; }
 }

@media (max-width: 766px) {
  .visible-small-table-cell {
    display: table-cell !important; }
 }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-medium-block {
    display: block !important; }
 }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-medium-inline {
    display: inline !important; }
 }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-medium-inline-block {
    display: inline-block !important; }
 }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-medium-table-cell {
    display: table-cell !important; }
 }

@media (min-width: 991px) {
  .visible-big-block {
    display: block !important; }
 }

@media (min-width: 991px) {
  .visible-big-inline {
    display: inline !important; }
 }

@media (min-width: 991px) {
  .visible-big-inline-block {
    display: inline-block !important; }
 }

@media (min-width: 991px) {
  .visible-big-table-cell {
    display: table-cell !important; }
 }

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000; }

  .accessibility-nav a {
    position: absolute;
    top: 0;
    padding: 0 5px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.5); }

    .accessibility-nav a:active, .accessibility-nav a:focus {
      left: 9999em; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ir {
  display: block;
  position: relative;
  overflow: hidden; }

  .ir:before {
    display: block;
    width: 100%;
    height: 100%;
    content: " "; }

.container {
  max-width: 1064px;
  padding: 0 20px 0;
  margin: 0 auto 0; }

  .container:after {
    content: "";
    display: table;
    clear: both; }

.body-bag {
  width: 100%;
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out; }

  @media only screen and (max-width: 766px) {
    .active-nav .body-bag {
      right: 260px; }
 }

[itemscope] abbr {
  border-bottom: 0; }

.main-header {
  position: relative;
  z-index: 5;
  padding: 5px 0 10px;
  border-bottom: 1px solid #cdcdcd;
  background: #ffffff; }

  @media only screen and (max-width: 766px) {
    .main-header {
      padding: 10px 0 14px; }
 }

.site-name {
  display: block;
  float: left;
  height: 85px;
  width: 263px;
  background: url(../img/logo.png) no-repeat; }

  @media only screen and (max-width: 990px) {
    .site-name {
      height: 46px;
      width: 143px;
      -webkit-background-size: 143px 46px;
      background-size: 143px 46px; }
 }

.nav-search, .nav-toggle {
  display: none;
  float: right;
  margin-top: 12px;
  line-height: 25px; }

  @media only screen and (max-width: 766px) {
    .nav-search, .nav-toggle {
      display: block; }
 }

  .nav-search a, .nav-toggle a {
    color: #01b6cb; }

    .nav-search a:active, .nav-search a:hover, .nav-search a:focus, .nav-toggle a:active, .nav-toggle a:hover, .nav-toggle a:focus {
      color: #02a4b7; }

.nav-search {
  font-size: 25px;
  font-size: 2.5rem;
  color: #01b6cb; }

.nav-toggle {
  font-size: 23px;
  font-size: 2.3rem;
  margin-left: 1.45em;
  color: #313131; }

.main-navigation {
  float: right;
  padding-top: 3.4em; }

  @media only screen and (max-width: 990px) {
    .main-navigation {
      padding-top: 0.9em; }
 }

  @media only screen and (max-width: 766px) {
    .main-navigation {
      position: fixed;
      top: 0;
      bottom: 0;
      right: -260px;
      float: none;
      padding: 0;
      width: 260px;
      height: 100%;
      background: #222222;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: right 0.3s ease-in-out 0s;
      transition: right 0.3s ease-in-out 0s;
      /*.csstransforms & {
      right: 0;
      transform: translateX(260px);
      transition: transform .3s ease-in-out;
    }
*/ }
 }

  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }

    .main-navigation ul:after {
      content: "";
      display: table;
      clear: both; }

  .main-navigation li {
    font-size: 15px;
    font-size: 1.5rem;
    float: left;
    margin-left: 2.5em;
    line-height: 1.8; }

    @media only screen and (max-width: 990px) {
      .main-navigation li {
        margin-left: 1.5em; }
 }

    @media only screen and (max-width: 766px) {
      .main-navigation li {
        font-size: 18px;
        font-size: 1.8rem;
        float: none;
        margin: 0;
        border-bottom: 1px solid #313131;
        line-height: 1; }
 }

    .main-navigation li a {
      color: #222222;
      display: block;
      padding: 0; }

      .main-navigation li a:active, .main-navigation li a:hover, .main-navigation li a:focus {
        color: #01b6cb; }

      @media only screen and (max-width: 766px) {
        .main-navigation li a {
          color: #ffffff;
          padding: 20px; }

          .main-navigation li a:active, .main-navigation li a:hover, .main-navigation li a:focus {
            color: #01b6cb; }
 }

  .main-navigation .subnav {
    overflow: hidden; }

    .main-navigation .subnav [class*="icon"] {
      display: none;
      float: right; }

      @media only screen and (max-width: 766px) {
        .main-navigation .subnav [class*="icon"] {
          display: block; }
 }

    .main-navigation .subnav .icon-minus {
      display: none; }

    .main-navigation .subnav.active .icon-minus {
      display: none; }

      @media only screen and (max-width: 766px) {
        .main-navigation .subnav.active .icon-minus {
          display: block; }
 }

    .main-navigation .subnav.active .icon-plus {
      display: none; }

  .main-navigation .trigger-close {
    font-size: 15px;
    font-size: 1.5rem;
    display: none;
    font-weight: bold;
    line-height: 16px; }

    @media only screen and (max-width: 766px) {
      .main-navigation .trigger-close {
        display: block; }
 }

    .main-navigation .trigger-close a {
      color: #555;
      padding: 27px 20px; }

      .main-navigation .trigger-close a:active, .main-navigation .trigger-close a:hover, .main-navigation .trigger-close a:focus {
        color: #ffffff; }

    .main-navigation .trigger-close .icon-cross {
      margin-right: 18px;
      color: #01b6cb;
      font-weight: normal;
      line-height: 16px; }

  .main-navigation .trigger-search {
    font-size: 25px;
    font-size: 2.5rem;
    margin-left: 30px;
    line-height: 1; }

    @media only screen and (max-width: 766px) {
      .main-navigation .trigger-search {
        display: none; }
 }

    .main-navigation .trigger-search a {
      color: #01b6cb; }

      .main-navigation .trigger-search a:active, .main-navigation .trigger-search a:hover, .main-navigation .trigger-search a:focus {
        color: #02a4b7; }

  @media only screen and (max-width: 766px) {
    .main-navigation.active {
      right: 0;
      -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
 }

.main-content {
  float: left;
  width: 60%;
  max-width: 510px;
  padding-left: 40px;
  margin-top: 60px;
  margin-bottom: 60px; }

  .main-content:after {
    content: "";
    display: table;
    clear: both; }

  .main-content.full-width {
    float: none;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 940px;
    width: auto; }

  .main-content.no-margin {
    margin: 0; }

  @media only screen and (max-width: 990px) {
    .main-content {
      margin-top: 20px;
      padding-left: 20px; }
 }

  @media only screen and (max-width: 766px) {
    .main-content {
      float: none;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding-left: 0; }
 }

  .main-content img {
    max-width: 100%;
    margin-bottom: 20px; }

  .main-content iframe {
    width: 100% !important;
    min-height: 300px; }

  .main-content ul {
    list-style: inside none;
    margin-bottom: 20px;
    padding: 0 0 0 20px; }

    .main-content ul li:before {
      content: '';
      display: block;
      position: absolute;
      left: -20px;
      top: 11px;
      width: 5px;
      height: 5px;
      background: #01b6cb; }

  .main-content ol {
    list-style: inside none;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    counter-reset: i; }

    .main-content ol li:before {
      display: block;
      position: absolute;
      left: -20px;
      top: 0;
      counter-increment: i;
      content: counter(i) ".";
      color: #01b6cb; }

  .main-content li {
    position: relative; }

  .main-content p {
    color: #222222;
    font: 400 14px/28px "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif;
    margin: 0 0 20px 0; }

  .main-content p a {
    color: #01b6cb; }

  .main-content p a:hover {
    color: #02a4b7;
    text-decoration: underline; }

  .main-content blockquote {
    float: left;
    max-width: 210px;
    margin: 0 65px 0 0;
    position: relative;
    font: 300 24px/30px "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif; }

    .main-content blockquote.modify-widths {
      max-width: 190px; }

      @media only screen and (max-width: 766px) {
        .main-content blockquote.modify-widths {
          max-width: none; }
 }

    .main-content blockquote.align-center {
      float: none;
      margin: 0 auto; }

    @media only screen and (max-width: 990px) {
      .main-content blockquote {
        float: none;
        max-width: 100%;
        margin: 20px 40px; }
 }

    .main-content blockquote:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      left: -40px;
      top: -25px;
      color: #01b6cb; }

      @media only screen and (max-width: 990px) {
        .main-content blockquote:before {
          left: -30px;
          font-size: 20px; }
 }

    .main-content blockquote:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: relative;
      right: 0;
      bottom: 0;
      text-align: right;
      color: #01b6cb; }

      @media only screen and (max-width: 990px) {
        .main-content blockquote:after {
          right: -30px;
          font-size: 20px; }
 }

  .main-content table {
    clear: both;
    border: 1px solid #01b6cb;
    margin-top: 20px; }

    @media only screen and (max-width: 766px) {
      .main-content table {
        margin-top: 0; }
 }

    .main-content table th, .main-content table td {
      padding: 10px 20px; }

    .main-content table th {
      border-bottom: 2px solid #01b6cb;
      font: 700 16px/28px "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif;
      text-align: left; }

    .main-content table td {
      border: 1px solid #01b6cb;
      min-width: 55px;
      font: 400 14px/28px "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif; }

  .main-content .items-list dt {
    float: left;
    min-width: 75px; }

    .main-content .items-list dt:after {
      content: ':'; }

  .main-content .items-list dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .main-content .items-list .hide + dd, .main-content .items-list .sr-only + dd {
    margin-left: 0; }

  .main-content .items-list.wider dt {
    min-width: 100px; }

  .main-content .items-list.no-colon dt:after {
    content: ''; }

.main-sidebar {
  float: right;
  width: 340px;
  padding: 0 20px;
  margin: 100px 90px 50px 0; }

  @media only screen and (max-width: 990px) {
    .main-sidebar {
      float: right;
      margin: 50px 0;
      padding: 0;
      width: 260px; }
 }

  @media only screen and (max-width: 766px) {
    .main-sidebar {
      float: none;
      width: 100%;
      max-width: 100%;
      margin: 40px 0; }
 }

  .main-sidebar * {
    margin: 0; }

  .main-sidebar hr {
    clear: both;
    margin: 25px 0;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    border: 0; }

  .main-sidebar .pic img {
    display: block;
    max-width: 210px;
    border-radius: 50%;
    border: 8px solid #f5f3f1;
    margin: 0 auto 30px; }

    @media only screen and (max-width: 766px) {
      .main-sidebar .pic img {
        max-width: 60%;
        margin-bottom: 35px; }
 }

  .main-sidebar h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px; }

  .main-sidebar dl {
    margin-bottom: 25px; }

    .main-sidebar dl dt {
      float: left;
      min-width: 75px; }

      .main-sidebar dl dt:after {
        content: ':'; }

    .main-sidebar dl dd {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

    .main-sidebar dl .hide + dd, .main-sidebar dl .sr-only + dd {
      margin-left: 0; }

  .main-sidebar .note {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2em;
    line-height: 1.5; }

  .main-sidebar .btn, .main-sidebar .search-panel .btn-close, .search-panel .main-sidebar .btn-close {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }

    .main-sidebar .btn + .btn, .main-sidebar .btn + .search-panel .btn-close, .search-panel .main-sidebar .btn + .btn-close, .main-sidebar .btn + .search-panel .btn-close, .search-panel .main-sidebar .btn + .btn-close {
      margin-top: 10px; }

  .main-sidebar .pharmacy-logo {
    display: block;
    margin: 0 auto; }

  .main-sidebar .video {
    margin-top: 30px; }

    .main-sidebar .video:after {
      content: "";
      display: table;
      clear: both; }

    .main-sidebar .video a {
      position: relative;
      display: block;
      max-width: 50%;
      float: left;
      margin-right: 20px; }

      .main-sidebar .video a:after {
        content: "";
        display: table;
        clear: both; }

      .main-sidebar .video a:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -20px;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        opacity: 0.7;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }

      .main-sidebar .video a:hover:before {
        opacity: 1; }

    .main-sidebar .video img {
      display: block;
      max-width: 100%; }

    .main-sidebar .video h4 {
      font: bold 14px/22px "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif;
      margin-bottom: 0; }

    .main-sidebar .video time {
      font-size: 11px; }

.main-footer {
  color: #999999; }

  .main-footer .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
    margin: 0;
    line-height: 1.84;
    text-align: center; }

    @media only screen and (max-width: 766px) {
      .main-footer .copyright {
        font-size: 12px;
        font-size: 1.2rem;
        clear: both;
        float: none;
        padding: 20px; }
 }

.main-footer-nav {
  float: left;
  padding-bottom: 24px; }

  @media only screen and (max-width: 766px) {
    .main-footer-nav {
      float: none;
      padding-bottom: 20px;
      margin: 20px -20px 0;
      border-bottom: 1px solid #e5e5e5; }
 }

  .main-footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }

    .main-footer-nav ul:after {
      content: "";
      display: table;
      clear: both; }

  .main-footer-nav li {
    float: left;
    margin: 0 0 0 68px; }

    .main-footer-nav li:first-child {
      margin-left: 0; }

    @media only screen and (max-width: 990px) {
      .main-footer-nav li {
        margin: 0 0 0 30px; }
 }

    @media only screen and (max-width: 766px) {
      .main-footer-nav li {
        float: none;
        display: inline-block;
        margin: 0 19px; }

        .main-footer-nav li:first-child {
          margin: 0 19px; }
 }

  .main-footer-nav a {
    color: #999999;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    line-height: 1.84;
    text-transform: uppercase; }

    .main-footer-nav a:active, .main-footer-nav a:hover, .main-footer-nav a:focus {
      color: #313131; }

button, input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn, .search-panel .btn-close {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 6px 20px;
  min-width: 220px;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

  .btn.wider, .search-panel .wider.btn-close {
    padding-left: 60px;
    padding-right: 60px; }

  .btn [class*="icon"], .btn .search-panel .btn-close, .search-panel .btn .btn-close {
    margin-right: 10px;
    vertical-align: middle;
    line-height: 26px; }

  .btn .icon-search, .btn .search-panel .btn-close, .search-panel .btn .btn-close {
    font-size: 24px;
    font-size: 2.4rem; }

  .btn .icon-cross, .btn .search-panel .btn-close, .search-panel .btn .btn-close {
    color: #01b6cb; }

.btn-primary {
  color: #ffffff;
  background: #01b6cb; }

  .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background: #02a4b7; }

  .btn-primary.inverted {
    color: #ffffff;
    background: #037582; }

    .btn-primary.inverted:active, .btn-primary.inverted:hover, .btn-primary.inverted:focus {
      color: #ffffff;
      background: #01b6cb; }

.btn-secondary {
  color: #01b6cb;
  background: #ffffff;
  border: 2px solid #80dae5; }

  .btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus {
    color: #01b6cb;
    background: #c4eef3; }

.btn-terenary {
  color: #01b6cb;
  background: #ffffff; }

  .btn-terenary:active, .btn-terenary:hover, .btn-terenary:focus {
    color: #01b6cb;
    background: #c4eef3; }

.btn-circle {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  width: 50px;
  min-width: 50px;
  padding: 0;
  margin: 12px auto 0;
  border-radius: 50%;
  line-height: 50px;
  text-align: center; }

  .btn-circle [class*="icon"] {
    margin: 0; }

  .btn-circle .icon-arrow-top {
    display: none; }

  .btn-circle.active .icon-arrow-down {
    display: none; }

  .btn-circle.active .icon-arrow-top {
    display: inline-block; }

  .btn-circle .btn-circle-label {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    left: 130%;
    color: #222222;
    white-space: nowrap;
    font-weight: normal; }

.btn-top {
  font-size: 12px;
  font-size: 1.2rem;
  position: fixed;
  right: 10px;
  bottom: 16px;
  z-index: 4;
  opacity: 0;
  width: 40px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

  @media only screen and (max-width: 766px) {
    .btn-top {
      bottom: 13px; }
 }

  .btn-top.active {
    opacity: 1; }

@media only screen and (max-width: 766px) {
  .page-section-mobile-only {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #f5f3f1;
    margin-bottom: 50px; }
 }

.page-section {
  padding: 55px 0 70px;
  overflow: hidden;
  border-top: 1px solid #f5f3f1; }

  .page-section.no-border {
    border-top: 0 none; }

  @media only screen and (max-width: 766px) {
    .page-section {
      padding: 25px 0 40px; }
 }

  .page-section .page-section-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 auto;
    max-width: 700px;
    font-weight: 300;
    line-height: 1.2777;
    letter-spacing: 0;
    text-align: center; }

    .page-section .page-section-title.full-width {
      max-width: 9999em; }

    @media only screen and (max-width: 766px) {
      .page-section .page-section-title {
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0.83em 0; }
 }

  .page-section .page-section-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 auto;
    max-width: 700px;
    font-weight: 700;
    line-height: 2;
    text-align: center; }

    @media only screen and (max-width: 766px) {
      .page-section .page-section-subtitle {
        font-size: 18px;
        font-size: 1.8rem; }

        .page-section .page-section-subtitle + .page-section-title {
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0.25em 1em;
          line-height: 1.5; }
 }

  .page-section .page-section-lead {
    padding: 0 40px;
    text-align: center; }

    @media only screen and (max-width: 766px) {
      .page-section .page-section-lead {
        padding: 0; }
 }

    .page-section .page-section-lead p {
      margin: 20px 0 0; }

    .page-section .page-section-lead .btn, .page-section .page-section-lead .search-panel .btn-close, .search-panel .page-section .page-section-lead .btn-close {
      display: block;
      max-width: 300px;
      margin: 35px auto 0; }

      @media only screen and (max-width: 766px) {
        .page-section .page-section-lead .btn {
          max-width: none;
          margin: 20px 15px 0; }
 }

  .page-section.aquamarine {
    color: #ffffff;
    background: #01b6cb;
    border: 0; }

    .page-section.aquamarine a {
      color: #ffffff; }

  .page-section.light-aquamarine {
    background: #c4eef3;
    border: 0; }

  .page-section.beige {
    background: #f5f3f1;
    border: 0; }

.sub-navigation {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  background: #f5f3f1; }

  @media only screen and (max-width: 766px) {
    .sub-navigation {
      display: none; }
 }

  .sub-navigation ul {
    font-size: 0;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    text-align: center; }

  .sub-navigation li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    display: inline-block;
    float: none;
    margin: 0 5px; }

    .sub-navigation li a {
      color: #01b6cb;
      display: block;
      padding: 0 15px; }

      .sub-navigation li a:active, .sub-navigation li a:hover, .sub-navigation li a:focus {
        color: #02a4b7; }

      @media only screen and (max-width: 990px) {
        .sub-navigation li a {
          padding: 0 4px; }
 }

.main-navigation .sub-navigation {
  overflow: hidden;
  max-height: 0;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  top: 101px;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }

  .main-navigation .sub-navigation.active {
    max-height: 25em;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.5);
    transition-timing-function: cubic-bezier(1, 0, 1, 0.5); }

  @media only screen and (max-width: 990px) {
    .main-navigation .sub-navigation {
      top: 62px; }
 }

  @media only screen and (max-width: 766px) {
    .main-navigation .sub-navigation {
      position: static;
      display: block;
      background: transparent; }

      .main-navigation .sub-navigation .container {
        padding: 0; }

      .main-navigation .sub-navigation ul {
        padding: 0;
        text-align: left; }

      .main-navigation .sub-navigation li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57;
        display: block;
        margin: 0;
        border: 0; }

        @media only screen and (max-width: 766px) {
          .main-navigation .sub-navigation li:last-child {
            padding-bottom: 25px; }
 }

      .main-navigation .sub-navigation a {
        padding: 10px 20px; }
 }

.search-panel {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 31px 0;
  background: #222222;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.5);
  transition-timing-function: cubic-bezier(1, 0, 1, 0.5); }

  .csstransforms .search-panel {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }

  @media only screen and (max-width: 766px) {
    .search-panel {
      padding: 60px 5px 25px; }
 }

  .search-panel .search-panel-form {
    border: 0;
    margin: 0;
    padding: 0; }

    .search-panel .search-panel-form .form-row {
      margin: 0; }

    .search-panel .search-panel-form .form-buttons {
      width: 420px; }

      .flexbox .search-panel .search-panel-form .form-buttons {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

      @media only screen and (max-width: 766px) {
        .search-panel .search-panel-form .form-buttons {
          width: 100%; }
 }

  .search-panel .form-field input[type="text"], .search-panel .form-field input[type="search"] {
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    border-radius: 0;
    font-family: "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif;
    line-height: normal;
    font-style: normal;
    -webkit-appearance: none;
    padding: 7px 5px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #3e3e3e;
    color: #fff;
    background: #222222; }

    .search-panel .form-field input[type="text"]::-webkit-input-placeholder, .search-panel .form-field input[type="search"]::-webkit-input-placeholder {
      color: #fff;
      opacity: 1;
      font-style: normal; }

    .search-panel .form-field input[type="text"]:-moz-placeholder, .search-panel .form-field input[type="search"]:-moz-placeholder {
      color: #fff;
      opacity: 1;
      font-style: normal; }

    .search-panel .form-field input[type="text"]::-moz-placeholder, .search-panel .form-field input[type="search"]::-moz-placeholder {
      color: #fff;
      opacity: 1;
      font-style: normal; }

    .search-panel .form-field input[type="text"]:-ms-input-placeholder, .search-panel .form-field input[type="search"]:-ms-input-placeholder {
      color: #fff;
      opacity: 1;
      font-style: normal; }

    .search-panel .form-field input[type="text"]:focus, .search-panel .form-field input[type="text"].filled, .search-panel .form-field input[type="search"]:focus, .search-panel .form-field input[type="search"].filled {
      padding: 7px 5px;
      font-weight: normal;
      border: 0;
      border-bottom: 1px solid #3e3e3e;
      color: #fff;
      background: #222222; }

  .search-panel .btn-close {
    color: #ffffff;
    display: block;
    min-width: 0;
    margin-left: 10px;
    background: #313131; }

    .search-panel .btn-close:active, .search-panel .btn-close:hover, .search-panel .btn-close:focus {
      color: #ffffff;
      background: #2b2b2b; }

    .search-panel .btn-close .icon-cross {
      margin-right: 10px;
      vertical-align: middle;
      line-height: 26px;
      color: #01b6cb; }

    @media only screen and (max-width: 766px) {
      .search-panel .btn-close {
        color: #01b6cb;
        font-size: 16px;
        font-size: 1.6rem;
        position: absolute;
        top: 25px;
        right: 20px;
        width: auto;
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
        line-height: 1; }

        .search-panel .btn-close:active, .search-panel .btn-close:hover, .search-panel .btn-close:focus {
          color: #ffffff;
          background: transparent; }

        .search-panel .btn-close span {
          display: inline-block;
          direction: ltr;
          text-indent: -999em; }

        .search-panel .btn-close .icon-cross {
          margin: 0; }
 }

  .search-panel.active {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    top: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

    .csstransforms .search-panel.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }

.medicare-ribbon {
  margin-bottom: 23px;
  padding: 47px 0 50px;
  background: #222222;
  color: #ffffff;
  text-align: center; }

  @media only screen and (max-width: 766px) {
    .medicare-ribbon {
      margin: 0;
      padding: 35px 45px;
      text-align: left; }
 }

  .medicare-ribbon .medicare-logo {
    display: inline-block;
    margin: 0;
    height: 21px;
    width: 124px;
    background: url(../img/medicare-logo.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    vertical-align: middle; }

    @media only screen and (max-width: 766px) {
      .medicare-ribbon .medicare-logo {
        display: block;
        margin: 0 auto 15px; }
 }

    .svg .medicare-ribbon .medicare-logo {
      background-image: url(../img/medicare-logo.svg); }

  .medicare-ribbon p {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 20px;
    padding-top: 4px;
    line-height: 1.215;
    text-align: center;
    vertical-align: middle; }

    @media only screen and (max-width: 766px) {
      .medicare-ribbon p {
        font-size: 11px;
        font-size: 1.1rem;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.6363; }
 }

.people {
  font-size: 0;
  position: relative;
  padding: 0 20px;
  margin: -35px 0 -70px;
  text-align: center; }

  @media only screen and (max-width: 990px) {
    .people {
      padding: 0; }
 }

  @media only screen and (max-width: 766px) {
    .people {
      padding: 0 15px;
      margin: -15px 0 -30px; }
 }

  .people:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    z-index: 2;
    background: #ffffff; }

  .people ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  .people.people-slider {
    margin: 0; }

    .people.people-slider:after {
      display: none; }

    .people.people-slider .person {
      padding-bottom: 30px;
      border: 0; }

      .people.people-slider .person:before {
        display: none; }

      .people.people-slider .person img {
        margin-top: 40px; }

        @media only screen and (max-width: 766px) {
          .people.people-slider .person img {
            margin-top: 25px; }
 }

      @media only screen and (max-width: 766px) {
        .people.people-slider .person {
          padding-top: 0; }
 }

  .people > .btn, .people > .search-panel .btn-close, .search-panel .people > .btn-close {
    display: block;
    width: 220px;
    margin: 0 auto; }

    @media only screen and (max-width: 766px) {
      .people > .btn {
        width: 100%; }
 }

  .people .bx-controls {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0; }

  .people .bx-prev, .people .bx-next {
    position: absolute;
    top: 0; }

    .people .bx-prev:before, .people .bx-next:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 40px;
      font-size: 4rem;
      color: #01b6cb; }

  .people .bx-prev {
    left: 0; }

  .people .bx-next {
    right: 0; }

.person {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: 230px;
  padding: 0 20px 60px;
  line-height: 22px;
  vertical-align: top; }

  .person:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #dcdedd; }

  @media only screen and (max-width: 990px) {
    .person {
      display: inline-block;
      width: 220px;
      padding: 0 15px 45px; }
 }

  @media only screen and (max-width: 766px) {
    .person {
      display: block;
      padding: 25px 0 30px;
      width: 100%;
      border-top: 1px solid #dcdedd; }

      .person:before {
        display: none; }
 }

  .person img {
    display: block;
    margin: 50px auto 12px;
    border: 10px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out; }

    @media only screen and (max-width: 990px) {
      .person img {
        margin-top: 35px; }
 }

    @media only screen and (max-width: 766px) {
      .person img {
        margin-top: 0; }
 }

  .person .person-name {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0 0 6px;
    color: #222222;
    font-weight: bold; }

  .person .person-title {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 auto 6px;
    max-width: 190px;
    color: #222222; }

  .person .person-link {
    font-style: italic; }

  .person .person-photo {
    display: block; }

    .person .person-photo:hover img {
      border-color: #c4eef3; }

      .light-aquamarine .person .person-photo:hover img {
        border-color: #ffffff; }

.places {
  font-size: 0;
  position: relative;
  text-align: center; }

  @media only screen and (max-width: 766px) {
    .places {
      margin-top: 24px;
      padding: 0 15px; }
 }

  .places > .btn, .places > .search-panel .btn-close, .search-panel .places > .btn-close {
    display: block;
    width: 300px;
    margin: 45px auto 0; }

    @media only screen and (max-width: 766px) {
      .places > .btn {
        margin: 30px 0 0;
        width: 100%; }
 }

  .places .note {
    font-size: 11px;
    font-size: 1.1rem;
    display: none;
    color: #5e5e5e;
    text-align: center; }

  @media only screen and (max-width: 766px) {
    .places .places-inner {
      border: 3px solid #01b6cb; }
 }

  .places.collapse-height {
    overflow: hidden;
    max-height: 0;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

    .places.collapse-height.active {
      max-height: 700px;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.5);
      transition-timing-function: cubic-bezier(1, 0, 1, 0.5); }

    @media only screen and (max-width: 766px) {
      .places.collapse-height {
        max-height: none; }
 }

.place {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  max-width: 220px;
  margin: 40px 18px 0;
  line-height: 22px;
  vertical-align: top; }

  @media only screen and (max-width: 990px) {
    .place {
      margin-left: 10px;
      margin-right: 10px; }
 }

  @media only screen and (max-width: 766px) {
    .place {
      padding: 0;
      margin: 0;
      max-width: 100%;
      width: 100%; }
 }

  .place img {
    display: block;
    max-width: 100%;
    margin: 0 0 22px; }

  .place .place-name {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 5px;
    font-weight: bold; }

    .place .place-name [class*="icon"] {
      display: none; }

    @media only screen and (max-width: 766px) {
      .place .place-name {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0;
        padding: 10px 20px 12px;
        background: #f8f8f8;
        border-bottom: 1px solid #e5e5e5;
        color: #01b6cb;
        text-align: left;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }

        .place .place-name:after {
          content: "";
          display: table;
          clear: both; }

        .place .place-name:hover {
          background: #f5f3f1; }

        .place .place-name [class*="icon"] {
          font-size: 20px;
          font-size: 2rem;
          float: right;
          display: block; }

        .place .place-name .icon-minus {
          display: none; }

        .place .place-name.active {
          background: #01b6cb;
          color: #ffffff; }

          .place .place-name.active .icon-minus {
            display: inline-block; }

          .place .place-name.active .icon-plus {
            display: none; }
 }

  .place .place-info [class*="icon"] {
    display: none; }

  @media only screen and (max-width: 766px) {
    .place .place-info {
      font-size: 14px;
      font-size: 1.4rem;
      overflow: hidden;
      max-height: 0;
      -webkit-transition-property: max-height;
      transition-property: max-height;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      padding: 0 20px 0 60px;
      line-height: 1.57;
      text-align: left; }

      .place .place-info.active {
        max-height: 500px;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.5);
        transition-timing-function: cubic-bezier(1, 0, 1, 0.5); }

      .place .place-info [class*="icon"] {
        font-size: 28px;
        font-size: 2.8rem;
        position: absolute;
        top: 0;
        left: -40px; }

      .place .place-info .icon-pin {
        color: #f48111; }

      .place .place-info .icon-phone {
        color: #01b6cb; }

      .place .place-info .adr, .place .place-info .phone {
        position: relative;
        min-height: 28px;
        margin: 22px 0; }

      .place .place-info .adr {
        max-width: inherit; }
 }

  .place .adr {
    max-width: 170px;
    margin: 0 auto; }

.main-banner {
  position: relative;
  display: table;
  width: 100%;
  height: 620px;
  overflow: hidden; }

  .flexbox .main-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .main-banner.height-lower {
    height: 500px; }

  .main-banner .main-banner-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

    .flexbox .main-banner .main-banner-inner {
      display: block;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }

  .main-banner .main-banner-heading, .main-banner .btn, .main-banner .search-panel .btn-close, .search-panel .main-banner .btn-close {
    position: relative;
    top: 36px;
    z-index: 1; }

  .main-banner .main-banner-heading {
    font-size: 48px;
    font-size: 4.8rem;
    margin: 0 auto 0.75em;
    max-width: 740px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    font-weight: normal;
    line-height: 1.146;
	background-color: rgba(3, 3, 3, 0.5);
	padding:6px 16px 10px;
	
	}

  .main-banner .main-banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #999999 50% 50%;
    -webkit-background-size: cover cover;
    background-size: cover; }

    .oldie .main-banner .main-banner-background {
      -ms-behavior: url(js/backgroundsize.min.htc); }

  @media only screen and (max-width: 766px) {
    .main-banner {
      display: block;
      height: 186px; }

      .main-banner.height-lower {
        height: 186px; }

      .main-banner .main-banner-inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

      .main-banner .main-banner-heading, .main-banner .btn, .main-banner .search-panel .btn-close, .search-panel .main-banner .btn-close {
        display: none; }
 }

  .main-banner.inner-banner {
    height: 350px; }

    @media only screen and (max-width: 766px) {
      .main-banner.inner-banner {
        height: 186px; }
 }

  .main-banner .place-lower {
    top: 80px; }

.double-box {
  overflow: hidden;
  position: relative; }

  .double-box.aquamarine {
    background-color: #01b6cb;
    color: #ffffff; }

    @media only screen and (max-width: 766px) {
      .double-box.aquamarine .btn-primary {
        color: #01b6cb;
        background: #ffffff; }

        .double-box.aquamarine .btn-primary:active, .double-box.aquamarine .btn-primary:hover, .double-box.aquamarine .btn-primary:focus {
          color: #01b6cb;
          background: #c4eef3; }
 }

  .double-box.add-paddings {
    padding: 80px 0; }

    @media only screen and (max-width: 766px) {
      .double-box.add-paddings {
        padding: 0; }
 }

  @media only screen and (max-width: 766px) {
    .double-box.page-section-mobile-only {
      padding-top: 50px; }
 }

  .double-box .double-box-inner {
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    table-layout: fixed; }

    .double-box .double-box-inner.narrower {
      max-width: 940px; }

    @media only screen and (max-width: 990px) {
      .double-box .double-box-inner {
        padding: 35px; }
 }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-inner {
        padding: 0;
        display: block; }
 }

    .oldie .double-box .double-box-inner {
      min-width: 992px; }

  .double-box .double-box-column {
    display: table-cell;
    padding: 60px;
    width: 50%;
    vertical-align: middle; }

    .double-box .double-box-column.add-bigger-paddings {
      padding-top: 130px;
      padding-bottom: 130px; }

    @media only screen and (max-width: 990px) {
      .double-box .double-box-column, .double-box .double-box-column.add-bigger-paddings {
        padding: 60px 35px; }
 }

    .double-box .double-box-column.pull-left {
      float: left; }

      @media only screen and (max-width: 766px) {
        .double-box .double-box-column.pull-left {
          float: none; }
 }

    .double-box .double-box-column.pull-right {
      float: right; }

      @media only screen and (max-width: 766px) {
        .double-box .double-box-column.pull-right {
          float: none; }
 }

    .double-box .double-box-column.align-center {
      text-align: center; }

    .double-box .double-box-column.no-padding {
      padding: 0; }

      @media only screen and (max-width: 766px) {
        .double-box .double-box-column.no-padding {
          padding: 0 15px; }
 }

    .double-box .double-box-column.boxed {
      padding: 40px;
      background: #ffffff; }

      @media only screen and (max-width: 766px) {
        .double-box .double-box-column.boxed {
          padding: 35px 35px 0; }
 }

    .double-box .double-box-column .double-box-background {
      display: none; }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-column {
        position: relative;
        display: block;
        width: auto; }

        .double-box .double-box-column .double-box-background {
          display: block;
          width: 100%;
          background-position: 70% 0; }
 }

    .double-box .double-box-column img {
      max-width: 100%; }

  .double-box .double-box-content {
    position: relative;
    z-index: 1;
    float: left;
    clear: left;
    max-width: 65%; }

    @media only screen and (min-width: 1440px) {
      .double-box .double-box-content.wider {
        max-width: 78%; }
 }

    @media only screen and (max-width: 990px) {
      .double-box .double-box-content {
        float: none;
        text-align: center;
        max-width: 100%; }

        .double-box .double-box-content.wider {
          max-width: 100%; }
 }

  .double-box .double-box-title-sub {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
    font-weight: bold;
    line-height: 1.8; }

    .double-box .double-box-title-sub.add-margin-bottom {
      margin-bottom: 0.7em; }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-title-sub {
        font-size: 18px;
        font-size: 1.8rem; }
 }

  .double-box .double-box-title {
    margin: 0 0 0.5em;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: lighter;
    line-height: 1.47;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-title {
        font-size: 24px;
        font-size: 2.4rem;
        margin: 0 1em 0.5em; }
 }

  .double-box .double-box-media-mask {
    position: relative;
    float: right;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -2.6em;
    width: 30%;
    border: 6px solid #ffffff;
    border-radius: 200px;
    background: #ffffff; }

    .double-box .double-box-media-mask:before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 100%; }

    @media only screen and (min-width: 1440px) {
      .double-box .double-box-media-mask {
        width: 200px; }
 }

    @media only screen and (max-width: 990px) {
      .double-box .double-box-media-mask {
        display: block;
        float: none;
        margin: 1em auto;
        width: 200px; }
 }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-media-mask {
        width: 150px; }
 }

    .double-box .double-box-media-mask img {
      position: absolute;
      left: 0;
      top: 0;
      background-radius: 200px;
      width: 100%; }

  .double-box .double-box-media-placeholder {
    display: none;
    background: none transparent;
    border: 0 none; }

    @media only screen and (max-width: 990px) {
      .double-box .double-box-media-placeholder {
        display: block;
        margin: 1em auto;
        height: 200px; }
 }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-media-placeholder {
        height: 70px; }
 }

  .double-box .double-box-text {
    margin: 0 0 3em; }

  .double-box .btn, .double-box .search-panel .btn-close, .search-panel .double-box .btn-close {
    position: relative;
    z-index: 1;
    float: left;
    clear: left; }

    @media only screen and (max-width: 990px) {
      .double-box .btn {
        float: none;
        display: block; }
 }

  .double-box .double-box-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-background-size: cover cover;
    background-size: cover; }

    .double-box .double-box-background.full-width {
      width: 100%; }

    .double-box .double-box-background.attach-top-left {
      background-position: 0 0; }

    .double-box .double-box-background.attach-top {
      background-position: 50% 0; }

    .double-box .double-box-background.attach-top-right {
      background-position: 100% 0; }

    .double-box .double-box-background.attach-right {
      background-position: 100% 50%; }

    .double-box .double-box-background.attach-bottom-right {
      background-position: 100% 100%; }

    .double-box .double-box-background.attach-bottom {
      background-position: 50% 100%; }

    .double-box .double-box-background.attach-bottom-left {
      background-position: 0 100%; }

    .double-box .double-box-background.attach-left {
      background-position: 0 50%; }

    .double-box .double-box-background.paralax-bg {
      -webkit-background-size: cover cover;
      background-size: cover; }

    @media only screen and (max-width: 766px) {
      .double-box .double-box-background {
        display: none; }

        .double-box .double-box-background.show-in-mobile {
          position: relative;
          display: block;
          height: 186px; }
 }

    .oldie .double-box .double-box-background {
      -ms-behavior: url(js/backgroundsize.min.htc); }

.note-box {
  margin-top: 25px;
  padding: 20px 20px 15px;
  border: 2px solid #fcc538;
  border-radius: 4px;
  text-align: center; }

  @media only screen and (max-width: 990px) {
    .note-box {
      padding-left: 10px;
      padding-right: 10px; }
 }

  .note-box [class*="icon"] {
    font-size: 40px;
    font-size: 4rem;
    margin: 0 0 3px; }

  .note-box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.75; }

  .note-box p {
    margin: 0; }

.employees {
  margin: 0 -12px; }

  .employees:after {
    content: "";
    display: table;
    clear: both; }

  .employees .employee {
    float: left;
    margin: 0 0 18px 0;
    padding: 0 12px;
    width: 50%;
    text-align: center; }

    .employees .employee img {
      display: block;
      max-width: 100%;
      margin: 0 auto 12px; }

.product:after {
  content: "";
  display: table;
  clear: both; }

.product .product-image {
  display: block;
  float: left;
  max-width: 35%;
  margin-right: 15px; }

.product .product-title {
  margin-bottom: 3px;
  line-height: 2; }

.product .product-name {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px;
  font-weight: normal; }

.product .product-price {
  color: #01b6cb;
  font-weight: bold; }

.product .note {
  margin-top: 25px; }

.contact:after {
  content: "";
  display: table;
  clear: both; }

.contact-details {
  float: left;
  width: 40%;
  margin: 0;
  padding: 0 20px; }

  .contact-details .note {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5em; }

  .contact-details .btn, .contact-details .search-panel .btn-close, .search-panel .contact-details .btn-close {
    min-width: 300px; }

  @media only screen and (max-width: 766px) {
    .contact-details {
      float: none;
      width: auto;
      padding: 0; }

      .contact-details .btn, .contact-details .search-panel .btn-close, .search-panel .contact-details .btn-close {
        display: block;
        min-width: 0; }
 }

.contact-map {
  float: left;
  width: 60%;
  text-align: right; }

  @media only screen and (max-width: 766px) {
    .contact-map {
      float: none;
      width: auto;
      margin-top: 25px; }

      .contact-map .btn, .contact-map .search-panel .btn-close, .search-panel .contact-map .btn-close {
        display: block;
        min-width: 0; }
 }

  .contact-map .btn, .contact-map .search-panel .btn-close, .search-panel .contact-map .btn-close {
    min-width: 250px; }

.contact-map-canvas {
  margin: 8px 0 16px 60px;
  border: 6px solid #f5f3f1;
  height: 352px; }

  @media only screen and (max-width: 766px) {
    .contact-map-canvas {
      margin-left: 0; }
 }

.tabs-nav {
  position: relative;
  overflow: auto;
  overflow-y: hidden; }

  .tabs-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    white-space: nowrap; }

  .tabs-nav li {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 25%;
    border-bottom: 1px solid #f5f3f1;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%; }

  .tabs-nav a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 98px;
    overflow: hidden;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    border-bottom: 0;
    text-align: center;
    white-space: normal;
    color: #222222;
    background: #f5f3f1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

    .oldie .tabs-nav a {
      padding: 30px;
      text-overflow: ellipsis;
      white-space: nowrap; }

  .tabs-nav .active {
    border-bottom-color: #ffffff; }

    .tabs-nav .active a {
      border-color: #f5f3f1;
      background: #ffffff; }

  @media only screen and (max-width: 766px) {
    .tabs-nav {
      height: 42px;
      overflow: visible;
      margin: 0 -20px;
      border: solid #e5e5e5;
      border-width: 1px 0; }

      .tabs-nav ul {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 40px;
        overflow: hidden;
        max-height: 40px;
        -webkit-transition-property: max-height;
        transition-property: max-height;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

        .tabs-nav ul.open {
          max-height: 240px;
          -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.5);
          transition-timing-function: cubic-bezier(1, 0, 1, 0.5); }

        .tabs-nav ul:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */

          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 12px;
          right: 12px;
          z-index: 1;
          font-size: 16px; }

        .tabs-nav ul.open {
          border-bottom: 1px solid #e5e5e5; }

      .tabs-nav li {
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        width: auto;
        border-top: 1px solid #e5e5e5;
        border-bottom: 0; }

      .tabs-nav a {
        display: block;
        padding: 10px 40px 10px 20px;
        height: 40px;
        overflow: hidden;
        border: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        background: #f8f8f8; }

        .tabs-nav a:hover {
          background: #f5f3f1; }

      .tabs-nav .active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom-color: #e5e5e5;
        border-top-width: 0; }
 }

.tabs-wrap {
  margin-top: -1px; }

.tabs-pane {
  display: none; }

  .tabs-pane.active, .no-js .tabs-pane {
    display: block; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

  .modal.in {
    display: block; }

    .modal.in .modal-dialog {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10% 10px; }

  @media only screen and (max-width: 766px) {
    .modal-dialog {
      margin: 10px; }
 }

.modal-content {
  position: relative;
  background-color: #ffffff;
  outline: 0;
  padding: 50px 70px;
  margin: 0 auto;
  max-width: 650px; }

  .modal-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #01b6cb; }

    .modal-content .close:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px; }

  .modal-content .note {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 2.5em; }

  @media only screen and (max-width: 766px) {
    .modal-content {
      padding: 50px 20px; }
 }

.video-modal .modal-content {
  max-width: 780px; }

.video-modal iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #222222; }

  .modal-backdrop.in {
    opacity: 0.85; }

    .oldie .modal-backdrop.in {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

.modal-header h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 0; }

@media only screen and (max-width: 766px) {
  .modal-header h2 {
    margin-right: 1em; }
 }

.modal-footer .btn, .modal-footer .search-panel .btn-close, .search-panel .modal-footer .btn-close {
  min-width: 250px; }

@media only screen and (max-width: 766px) {
  .modal-footer .btn, .modal-footer .search-panel .btn-close, .search-panel .modal-footer .btn-close {
    display: block;
    min-width: 0;
    width: 100%;
    margin-top: 10px; }

    .modal-footer .btn:first-child, .modal-footer .search-panel .btn-close:first-child, .search-panel .modal-footer .btn-close:first-child {
      margin-top: 0; }
 }

.form:after, .form-row:after {
  content: "";
  display: table;
  clear: both; }

.form {
  margin: 15px 0; }

  .form, .form fieldset {
    padding: 0;
    border: 0; }

  .form legend {
    display: block; }

  .form .ErrorLabel, .form .EditingFormErrorLabel {
    color: #ee2222; }

.form-row {
  margin: 15px 0; }

  .form-row .form-row {
    margin: 0; }

  .form-row legend + .form-row {
    margin-top: 15px;
    -webkit-margin-top-collapse: separate; }

.form .form-buttons {
  margin-bottom: -15px; }

  .form .form-buttons .btn, .form .form-buttons .search-panel .btn-close, .search-panel .form .form-buttons .btn-close {
    min-width: 250px; }

  @media only screen and (max-width: 766px) {
    .form .form-buttons .btn, .form .form-buttons .search-panel .btn-close, .search-panel .form .form-buttons .btn-close {
      display: block;
      min-width: 0;
      width: 100%;
      margin-top: 10px; }

      .form .form-buttons .btn:first-child, .form .form-buttons .search-panel .btn-close:first-child, .search-panel .form .form-buttons .btn-close:first-child {
        margin-top: 0; }
 }

.form .ErrorLabel {
  display: block;
  margin: 15px 0;
  line-height: 1.5; }

.form-field, .form-fieldset, .form-buttons {
  float: left;
  width: 100%; }

.form-cols-2 > .form-field, .form-cols-2 > .form-fieldset, .form-cols-2 > .form-buttons {
  width: 47%;
  margin-left: 6%; }

  .form-cols-2 > .form-field:first-child, .form-cols-2 > .form-fieldset:first-child, .form-cols-2 > .form-buttons:first-child {
    margin-left: 0; }

.form-cols-3 > .form-field, .form-cols-3 > .form-fieldset, .form-cols-3 > .form-buttons {
  width: 29.33%;
  margin-left: 6%; }

  .form-cols-3 > .form-field:first-child, .form-cols-3 > .form-fieldset:first-child, .form-cols-3 > .form-buttons:first-child {
    margin-left: 0; }

.form-inline > .form-field, .form-inline > .form-fieldset, .form-inline > .form-buttons {
  width: auto;
  margin-left: 3%; }

  .form-inline > .form-field:first-child, .form-inline > .form-fieldset:first-child, .form-inline > .form-buttons:first-child {
    margin-left: 0; }

@media only screen and (max-width: 766px) {
  .form-inline > .form-field, .form-inline > .form-fieldset, .form-inline > .form-buttons, .form-cols-2 > .form-field, .form-cols-2 > .form-fieldset, .form-cols-2 > .form-buttons, .form-cols-3 > .form-field, .form-cols-3 > .form-fieldset, .form-cols-3 > .form-buttons {
    width: 100%;
    margin-left: 0;
    margin-top: 15px; }

    .form-inline > .form-field:first-child, .form-inline > .form-fieldset:first-child, .form-inline > .form-buttons:first-child, .form-cols-2 > .form-field:first-child, .form-cols-2 > .form-fieldset:first-child, .form-cols-2 > .form-buttons:first-child, .form-cols-3 > .form-field:first-child, .form-cols-3 > .form-fieldset:first-child, .form-cols-3 > .form-buttons:first-child {
      margin-top: 0; }

  .form-cols-mobile-2 > .form-field, .form-cols-mobile-2 > .form-fieldset, .form-cols-mobile-2 > .form-buttons, .form-cols-mobile-3 > .form-field, .form-cols-mobile-3 > .form-fieldset, .form-cols-mobile-3 > .form-buttons {
    margin-top: 0; }

  .form-cols-mobile-2 > .form-field, .form-cols-mobile-2 > .form-fieldset, .form-cols-mobile-2 > .form-buttons {
    width: 47%;
    margin-left: 6%; }

    .form-cols-mobile-2 > .form-field:first-child, .form-cols-mobile-2 > .form-fieldset:first-child, .form-cols-mobile-2 > .form-buttons:first-child {
      margin-left: 0; }

  .form-cols-mobile-3 > .form-field, .form-cols-mobile-3 > .form-fieldset, .form-cols-mobile-3 > .form-buttons {
    width: 29.33%;
    margin-left: 6%; }

    .form-cols-mobile-3 > .form-field:first-child, .form-cols-mobile-3 > .form-fieldset:first-child, .form-cols-mobile-3 > .form-buttons:first-child {
      margin-left: 0; }
 }

.form-flex {
  display: table;
  width: 100%; }

  .flexbox .form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  @media only screen and (max-width: 766px) {
    .flexbox .form-flex {
      display: block; }
 }

  .form-flex > .form-field, .form-flex > .form-fieldset, .form-flex > .form-buttons {
    display: table-cell;
    float: none;
    width: auto;
    padding-left: 10px;
    vertical-align: top; }

    .form-flex > .form-field:first-child, .form-flex > .form-fieldset:first-child, .form-flex > .form-buttons:first-child {
      padding-left: 0; }

    .flexbox .form-flex > .form-field, .flexbox .form-flex > .form-fieldset, .flexbox .form-flex > .form-buttons {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: block; }

    @media only screen and (max-width: 766px) {
      .form-flex > .form-field, .form-flex > .form-fieldset, .form-flex > .form-buttons {
        display: block;
        width: 100%;
        padding: 0; }
 }

.form-field table {
  max-width: 100%;
  table-layout: fixed; }

.form-field td {
  padding-left: 30px; }

  .form-field td:first-child {
    padding-left: 0; }

@media only screen and (max-width: 766px) {
  .form-field table {
    display: block;
    table-layout: auto;
    width: 100%; }

  .form-field td {
    display: block;
    float: left;
    width: 50%;
    padding-left: 0; }
 }

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder {
  font-weight: normal;
  font-style: italic;
  color: #222222; }

.form-field input:-moz-placeholder, .form-field textarea:-moz-placeholder {
  font-weight: normal;
  font-style: italic;
  color: #222222; }

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder {
  font-weight: normal;
  font-style: italic;
  color: #222222; }

.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder {
  font-weight: normal;
  font-style: italic;
  color: #222222; }

.form-field input[type="text"], .form-field input[type="search"], .form-field input[type="tel"], .form-field input[type="url"], .form-field input[type="email"], .form-field input[type="password"], .form-field input[type="datetime"], .form-field input[type="date"], .form-field input[type="month"], .form-field input[type="week"], .form-field input[type="time"], .form-field input[type="datetime-local"], .form-field input[type="number"], .form-field input[type="range"], .form-field input[type="color"], .form-field input[type="file"], .form-field textarea, .form-field select, .form-field .date-field {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  min-width: 86px;
  height: 40px;
  margin: 0;
  padding: 11px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  color: #222222;
  background: #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

  .form-field input[type="text"]:focus, .form-field input[type="text"].filled, .form-field input[type="search"]:focus, .form-field input[type="search"].filled, .form-field input[type="tel"]:focus, .form-field input[type="tel"].filled, .form-field input[type="url"]:focus, .form-field input[type="url"].filled, .form-field input[type="email"]:focus, .form-field input[type="email"].filled, .form-field input[type="password"]:focus, .form-field input[type="password"].filled, .form-field input[type="datetime"]:focus, .form-field input[type="datetime"].filled, .form-field input[type="date"]:focus, .form-field input[type="date"].filled, .form-field input[type="month"]:focus, .form-field input[type="month"].filled, .form-field input[type="week"]:focus, .form-field input[type="week"].filled, .form-field input[type="time"]:focus, .form-field input[type="time"].filled, .form-field input[type="datetime-local"]:focus, .form-field input[type="datetime-local"].filled, .form-field input[type="number"]:focus, .form-field input[type="number"].filled, .form-field input[type="range"]:focus, .form-field input[type="range"].filled, .form-field input[type="color"]:focus, .form-field input[type="color"].filled, .form-field input[type="file"]:focus, .form-field input[type="file"].filled, .form-field textarea:focus, .form-field textarea.filled, .form-field select:focus, .form-field select.filled, .form-field .date-field:focus, .form-field .date-field.filled {
    padding: 10px 19px;
    border: 2px solid #01b6cb;
    font-weight: bold;
    font-style: normal;
    color: #01b6cb;
    background: #ffffff;
    outline: 0; }

.form-field textarea {
  height: 120px; }

.form-field input[type="checkbox"], .form-field input[type="radio"] {
  float: left;
  margin: 6px 10px 0 0;
  width: 20px;
  height: 20px;
  color: #01b6cb; }

.form-field select:invalid {
  font-style: italic;
  color: #222222; }

.form-field input[type="checkbox"]:not(:checked), .form-field input[type="checkbox"]:checked, .form-field input[type="radio"]:not(:checked), .form-field input[type="radio"]:checked {
  position: absolute !important;
  left: -9999em !important; }

  .form-field input[type="checkbox"]:not(:checked) + label, .form-field input[type="checkbox"]:checked + label, .form-field input[type="radio"]:not(:checked) + label, .form-field input[type="radio"]:checked + label {
    position: relative;
    padding-left: 30px; }

    .form-field input[type="checkbox"]:not(:checked) + label:before, .form-field input[type="checkbox"]:not(:checked) + label:after, .form-field input[type="checkbox"]:checked + label:before, .form-field input[type="checkbox"]:checked + label:after, .form-field input[type="radio"]:not(:checked) + label:before, .form-field input[type="radio"]:not(:checked) + label:after, .form-field input[type="radio"]:checked + label:before, .form-field input[type="radio"]:checked + label:after {
      position: absolute;
      content: '';
      cursor: pointer; }

    .form-field input[type="checkbox"]:not(:checked) + label:before, .form-field input[type="checkbox"]:checked + label:before, .form-field input[type="radio"]:not(:checked) + label:before, .form-field input[type="radio"]:checked + label:before {
      top: -1px;
      left: 0;
      border: 1px solid #d4d4d4;
      height: 20px;
      width: 20px; }

    .form-field input[type="checkbox"]:not(:checked) + label:after, .form-field input[type="checkbox"]:checked + label:after, .form-field input[type="radio"]:not(:checked) + label:after, .form-field input[type="radio"]:checked + label:after {
      display: none;
      top: 5px;
      left: 6px;
      background: #01b6cb;
      height: 8px;
      width: 8px; }

.form-field input[type="radio"]:not(:checked) + label:before, .form-field input[type="radio"]:checked + label:before {
  border-radius: 10px; }

.form-field input[type="radio"]:not(:checked) + label:after, .form-field input[type="radio"]:checked + label:after {
  border-radius: 6px; }

.form-field input[type="radio"]:checked + label:after {
  display: block; }

.form-field input[type="checkbox"]:checked + label:after {
  display: block; }

.form-field .date-field {
  position: relative;
  padding: 5px 50px 5px 20px;
  cursor: pointer; }

  .form-field .date-field.filled {
    padding: 4px 49px 4px 19px; }

    .form-field .date-field.filled .icon-calendar {
      top: 6px;
      right: 11px; }

  .form-field .date-field .icon-calendar {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 24px;
    color: #555; }

  .form-field .date-field .value {
    margin: 0 0 0 16px;
    white-space: nowrap; }

  .form-field .date-field .lbl {
    font-weight: normal;
    font-style: italic;
    color: #222222; }

.form-field input:focus + .date-field {
  padding: 4px 49px 4px 19px;
  border: 2px solid #01b6cb;
  background: #ffffff; }

  .form-field input:focus + .date-field .icon-calendar {
    top: 6px;
    right: 11px; }

.form-field .EditingFormErrorLabel {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding: 3px 20px;
  color: #ee2222; }

.form-field .Error input, .form-field .Error textarea, .form-field .Error select, .form-field .Error .bootstrap-select.btn-group .btn, .form-field .Error .bootstrap-select.btn-group .search-panel .btn-close, .search-panel .form-field .Error .bootstrap-select.btn-group .btn-close {
  border-color: #ee2222; }

.form-buttons input, .form-buttons button, .form-buttons a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 200px;
  min-width: 0; }

  @media only screen and (max-width: 766px) {
    .form-buttons input, .form-buttons button, .form-buttons a {
      float: none;
      width: 100%;
      margin-top: 20px;
      margin-left: 0; }
 }

  .form-buttons input:first-child, .form-buttons button:first-child, .form-buttons a:first-child {
    margin-left: 0; }

.form .form-field .btn-group.bootstrap-select.DropDownField {
  display: block;
  width: 100%; }

.form .form-inline .form-field .btn-group.bootstrap-select.DropDownField {
  width: auto;
  min-width: 106px; }

  @media only screen and (max-width: 766px) {
    .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField {
      min-width: 0; }

      .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField .btn .filter-option, .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField .btn .search-panel .btn-close, .search-panel .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField .btn .btn-close {
        letter-spacing: 1000px;
        text-overflow: clip; }

      .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField.filled .btn .filter-option, .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField.filled .btn .search-panel .btn-close, .search-panel .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField.filled .btn .btn-close {
        margin-left: -10px;
        margin-right: -30px;
        letter-spacing: normal;
        text-overflow: ellipsis;
        text-align: center; }

      .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField.filled .btn .caret, .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField.filled .btn .search-panel .btn-close, .search-panel .form .form-inline .form-field .btn-group.bootstrap-select.DropDownField.MobileDropDownField.filled .btn .btn-close {
        display: none; }
 }

.bootstrap-select.btn-group {
  position: relative; }

  .bootstrap-select.btn-group .btn, .bootstrap-select.btn-group .search-panel .btn-close, .search-panel .bootstrap-select.btn-group .btn-close {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    min-width: 0;
    height: 40px;
    padding-right: 40px;
    border: 1px solid #d4d4d4;
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #222222;
    background: #f1f1f1; }

    .bootstrap-select.btn-group .btn:focus, .bootstrap-select.btn-group .search-panel .btn-close:focus, .search-panel .bootstrap-select.btn-group .btn-close:focus {
      padding: 5px 39px 5px 19px;
      border: 2px solid #01b6cb;
      background: #ffffff;
      outline: 0 !important; }

      .bootstrap-select.btn-group .btn:focus .filter-option, .bootstrap-select.btn-group .btn:focus .search-panel .btn-close:focus, .search-panel .bootstrap-select.btn-group .btn:focus .btn-close:focus {
        top: 5px;
        left: 19px;
        right: 39px; }

      .bootstrap-select.btn-group .btn:focus .caret, .bootstrap-select.btn-group .btn:focus .search-panel .btn-close:focus, .search-panel .bootstrap-select.btn-group .btn:focus .btn-close:focus {
        right: 29px; }

    .bootstrap-select.btn-group .btn .filter-option, .bootstrap-select.btn-group .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group .btn .btn-close {
      position: absolute;
      top: 6px;
      left: 20px;
      right: 40px;
      width: auto;
      white-space: nowrap;
      text-overflow: ellipsis; }

    .bootstrap-select.btn-group .btn .caret, .bootstrap-select.btn-group .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group .btn .btn-close {
      border: 0;
      right: 30px;
      margin-top: -12px;
      color: #222222; }

      .bootstrap-select.btn-group .btn .caret:before, .bootstrap-select.btn-group .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group .btn .btn-close {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 9px; }

  .bootstrap-select.btn-group .dropdown-menu {
    margin: -2px 0 0;
    border: 2px solid #01b6cb;
    border-top: 0;
    border-radius: 0 0 4px 4px; }

    .bootstrap-select.btn-group .dropdown-menu > li > a {
      padding: 9px 20px;
      font-style: italic;
      color: #01b6cb; }

  .bootstrap-select.btn-group.open .btn, .bootstrap-select.btn-group.open .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.open .btn-close, .bootstrap-select.btn-group.filled .btn, .bootstrap-select.btn-group.filled .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.filled .btn-close {
    padding: 5px 39px 5px 19px;
    border: 2px solid #01b6cb;
    background: #ffffff;
    border-radius: 4px 4px 0 0; }

    .bootstrap-select.btn-group.open .btn .filter-option, .bootstrap-select.btn-group.open .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.open .btn .btn-close, .bootstrap-select.btn-group.filled .btn .filter-option, .bootstrap-select.btn-group.filled .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.filled .btn .btn-close {
      top: 5px;
      left: 19px;
      right: 39px; }

    .bootstrap-select.btn-group.open .btn .caret, .bootstrap-select.btn-group.open .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.open .btn .btn-close, .bootstrap-select.btn-group.filled .btn .caret, .bootstrap-select.btn-group.filled .btn .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.filled .btn .btn-close {
      right: 29px; }

  .bootstrap-select.btn-group.filled .btn, .bootstrap-select.btn-group.filled .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.filled .btn-close {
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    color: #01b6cb; }

  .bootstrap-select.btn-group.open.dropup .btn, .bootstrap-select.btn-group.open.dropup .search-panel .btn-close, .search-panel .bootstrap-select.btn-group.open.dropup .btn-close {
    border-radius: 0 0 4px 4px; }

  .bootstrap-select.btn-group.open.dropup > .dropdown-menu {
    margin: 0 0 -2px;
    border-top: 2px solid #01b6cb;
    border-bottom: 0;
    border-radius: 4px 4px 0 0; }

.datepicker.dropdown-menu {
  font-family: "Roboto Slab", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif; }

  .datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 4px 8px; }

  .datepicker.dropdown-menu table tr td span.active, .datepicker.dropdown-menu table tr td.active {
    background: #01b6cb;
    border-color: #01b6cb; }

    .datepicker.dropdown-menu table tr td span.active:hover, .datepicker.dropdown-menu table tr td.active:hover {
      background: #02a4b7;
      border-color: #02a4b7; }

  .datepicker.dropdown-menu.datepicker-orient-left:before {
    left: 19px; }

  .datepicker.dropdown-menu.datepicker-orient-left:after {
    left: 20px; }

.alphabetic-filter {
  z-index: 4;
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px; }

  @media only screen and (max-width: 766px) {
    .alphabetic-filter {
      padding: 0; }
 }

  .alphabetic-filter.aquamarine {
    background: #01b6cb;
    color: #ffffff; }

    @media only screen and (max-width: 766px) {
      .alphabetic-filter.aquamarine {
        background: none;
        color: #ffffff; }

        .alphabetic-filter.aquamarine .alphabetic-filter-inner {
          background: #01b6cb; }
 }

  .alphabetic-filter .alphabetic-filter-trigger {
    display: none; }

    @media only screen and (max-width: 766px) {
      .alphabetic-filter .alphabetic-filter-trigger {
        display: block;
        position: relative;
        height: 60px; }
 }

  .alphabetic-filter .alphabetic-filter-trigger-inner {
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #01b6cb;
    border-bottom: 1px solid #01b6cb;
    background: #ffffff;
    color: #01b6cb;
    text-align: center; }

    .alphabetic-filter .alphabetic-filter-trigger-inner [class^="icon-"] {
      position: absolute;
      top: 50%;
      right: 35px;
      margin-top: -7px;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }

    .alphabetic-filter .alphabetic-filter-trigger-inner .icon-minus {
      opacity: 0; }

    .alphabetic-filter .alphabetic-filter-trigger-inner.active .icon-plus {
      opacity: 0; }

    .alphabetic-filter .alphabetic-filter-trigger-inner.active .icon-minus {
      opacity: 1; }

    .alphabetic-filter .alphabetic-filter-trigger-inner.stick {
      position: fixed; }

  .alphabetic-filter .alphabetic-filter-inner {
    position: relative;
    margin: 0 auto;
    max-width: 960px; }

    @media only screen and (max-width: 766px) {
      .alphabetic-filter .alphabetic-filter-inner {
        overflow: hidden;
        max-height: 0;
        -webkit-transition-property: max-height;
        transition-property: max-height;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        padding: 0 25px; }

        .alphabetic-filter .alphabetic-filter-inner.active {
          max-height: 1024px;
          -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
          -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 0.5);
          transition-timing-function: cubic-bezier(1, 0, 1, 0.5); }

        .alphabetic-filter .alphabetic-filter-inner.stick {
          position: fixed;
          bottom: 0; }
 }

    .alphabetic-filter .alphabetic-filter-inner .bx-wrapper {
      position: relative; }

      .alphabetic-filter .alphabetic-filter-inner .bx-wrapper:before, .alphabetic-filter .alphabetic-filter-inner .bx-wrapper:after {
        pointer-events: none;
        position: absolute;
        top: 0;
        z-index: 1;
        width: 20px;
        height: 54px;
        content: ""; }

      .alphabetic-filter .alphabetic-filter-inner .bx-wrapper:before {
        left: 0;
        background: -webkit-linear-gradient(0deg, #01b6cb, rgba(1, 182, 203, 0));
        background: linear-gradient(90deg, #01b6cb, rgba(1, 182, 203, 0)); }

      .alphabetic-filter .alphabetic-filter-inner .bx-wrapper:after {
        right: 0;
        background: -webkit-linear-gradient(0deg, rgba(1, 182, 203, 0), #01b6cb);
        background: linear-gradient(90deg, rgba(1, 182, 203, 0), #01b6cb); }

    .alphabetic-filter .alphabetic-filter-inner .bx-controls {
      width: 100%;
      top: 0;
      position: absolute; }

    .alphabetic-filter .alphabetic-filter-inner .bx-prev, .alphabetic-filter .alphabetic-filter-inner .bx-next {
      position: absolute;
      top: 18px;
      font-size: 20px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ffffff; }

    .alphabetic-filter .alphabetic-filter-inner .bx-prev {
      left: -20px; }

    .alphabetic-filter .alphabetic-filter-inner .bx-next {
      right: -20px; }

  .alphabetic-filter .alphabetic-filter-menu {
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

    @media only screen and (max-width: 766px) {
      .alphabetic-filter .alphabetic-filter-menu {
        white-space: nowrap; }
 }

    .alphabetic-filter .alphabetic-filter-menu li {
      font-size: 27px;
      font-size: 2.7rem;
      display: inline-block;
      width: 36px;
      list-style: none;
      font-weight: bold;
      cursor: pointer;
      color: #037582;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }

      .alphabetic-filter .alphabetic-filter-menu li.selected {
        color: #ffffff; }

      .alphabetic-filter .alphabetic-filter-menu li.disabled {
        color: #02a0b2;
        cursor: default; }

  .alphabetic-filter .alphabetic-filter-show-all {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    cursor: default;
    margin: 0 0 13px; }

    .alphabetic-filter .alphabetic-filter-show-all span {
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }

  .alphabetic-filter .alphabetic-filter-scroll-wrapper {
    overflow: hidden;
    position: relative; }

    @media only screen and (max-width: 766px) {
      .alphabetic-filter .alphabetic-filter-scroll-wrapper.stick {
        position: absolute;
        top: 104px;
        right: 25px;
        bottom: 0;
        left: 25px; }
 }

  .alphabetic-filter .alphabetic-filter-list {
    margin: 0;
    padding: 0;
    font-size: 0; }

    .alphabetic-filter .alphabetic-filter-list li {
      font-size: 15px;
      font-size: 1.5rem;
      display: inline-block;
      margin-bottom: 20px;
      width: 25%;
      vertical-align: top;
      line-height: 1.2; }

      @media only screen and (max-width: 990px) {
        .alphabetic-filter .alphabetic-filter-list li {
          width: 33.3%; }
 }

      @media only screen and (max-width: 766px) {
        .alphabetic-filter .alphabetic-filter-list li {
          width: 49.9%; }
 }

    .alphabetic-filter .alphabetic-filter-list a {
      color: #ffffff;
      display: block;
      margin: 0 10px;
      padding: 10px 16px 13px;
      border-radius: 2px;
      background: #037582;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color; }

      .alphabetic-filter .alphabetic-filter-list a:hover {
        background: #ffffff;
        color: #037582; }

      @media only screen and (max-width: 766px) {
        .alphabetic-filter .alphabetic-filter-list a {
          padding: 0;
          background: none; }

          .alphabetic-filter .alphabetic-filter-list a:hover {
            background: none;
            color: #ffffff; }
 }

 .tabs-nav li:hover
 {
	opacity:0.7;
 }
