/*------------------------------------*\
	@COMPONENTS #NOUISLIDER
\*------------------------------------*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
          transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 30px;
  background: #ffffff;
  left: -3px;
  top: -13px;
  border-right: 9px solid #8cb25d;
  border-left: 9px solid #8cb25d;
  border-top: 5px solid #8cb25d;
  border-bottom: 5px solid #8cb25d;
}

/* Styling;
 */
.noUi-background {
  background-color: #737373;
}

.noUi-connect {
  background: #ffffff;
  -webkit-transition: background 450ms;
          transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  background: #2b3e4f;
  cursor: default;
}

.noUi-active {
  background: #2b3e4f;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-max:after {
  content: '+';
}

.noUi-handle {
  position: relative;
}
.noUi-handle div {
  width: 75px;
  padding: 10px 10px 15px 10px;
  text-align: center;
  color: #fff;
  bottom: 100%;
  margin-bottom: 35px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background-color: #8cb25d;
  border-radius: 12px;
  background-color: #8cb25d;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 2em;
  font-family: "azo-sans-web",sans-serif;
  font-weight: 600;
  line-height: 1;
}
.noUi-handle div span {
  font-family: "azo-sans-web",sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.noUi-handle div:after {
  content: '';
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  border-width: 12px 8px 0 8px;
  border-color: #8cb25d transparent transparent transparent;
  top: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*------------------------------------*\
	@COMPONENTS #SLIDER
\*------------------------------------*/
.slider {
  padding: 50px 20px;
}

.quote-slider {
  margin: 170px auto 50px;
  width: 60%;
}

.slider-para {
  font-size: 2.5em !important;
  text-align: center;
  max-width: 680px !important;
  margin: 0 auto;
  line-height: 1.5em !important;
}
.slider-para strong {
  color: #8cb25d;
  font-weight: 500;
}

/*------------------------------------*\
	@COMPONENTS #CARDS
\*------------------------------------*/
.card {
  box-shadow: 0 0 29px rgba(183, 191, 197, 0.25);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.card__title {
  background-color: #05ecff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  padding: 15px 30px;
  font-size: 22px;
  font-family: "neosansmedium", sans-serif;
  letter-spacing: -1px;
}

.card__content {
  padding: 0 30px 30px;
}

.card__list {
  margin: 0 !important;
}
.card__list li {
  color: #999999;
  font-size: 14px;
  padding: 12px 0;
  line-height: 1.2;
}
.card__list li:first-child {
  padding-top: 0;
  font-size: 16px;
}
/*.card__list li:first-child span {
  font-size: 28px;
}*/
.card__list li + li {
  border-top: 1px solid #e5e5e5;
}
.card__list a {
  color: #05ecff;
}
.card__list a {
  text-decoration: underline;
}
.card__list a:hover {
  color: #2b3e4f;
}
