/* !  Your Base Styles
   ------------------------------------------------------------------------------------------------------*/
/* !  Dependent files
   ------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------

   	Global variables and mixins for SASS/Foundation

   	Table of Contents:

   	1. Color Variables
   	2. Font Variables
   	3. Foundation global variables


-------------------------------------------*/
/* ==========================================================================
	!  1. Color Variables
	========================================================================== */
/* ==========================================================================
	!  2. Font Variables
	========================================================================== */
/* ==========================================================================
	!  3. Foundation global variables
	========================================================================== */
/* ==========================================================================
	!  3. General Mixins
	========================================================================== */
/* !  What what???? Yep.... Extra Extra
   ------------------------------------------------------------------------------------------------------*/
/* ==========================================================================
#
# ////////////////////////// MENU HAMBURGER /////////////////////////////////
#
========================================================================== */
/* ==========================================================================
0.0.)  VARIABLES
========================================================================== */
/* ==========================================================================
0.0.)  MIXINS
========================================================================== */
/* ==========================================================================
0.0.)  BASE STYLES
========================================================================== */
.lines-button {
  display: block;
  padding: 0 0.75rem;
  margin-top: -0.25rem;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.28571rem; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    transition: 0;
    background: rgba(0, 0, 0, 0.1); }

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.28571rem;
  background: #FFF;
  border-radius: 0.14286rem;
  transition: 1s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 2rem;
    height: 0.28571rem;
    background: #FFF;
    border-radius: 0.14286rem;
    transition: 1s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.14286rem center;
            transform-origin: 0.14286rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button:hover {
  opacity: 1; }
  .lines-button:hover .lines:before {
    top: 0.57143rem; }
  .lines-button:hover .lines:after {
    top: -0.57143rem; }

.lines-button .lines {
  transition: background .3s .6s ease; }
  .lines-button .lines:before, .lines-button .lines:after {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease; }

.lines-button.close .lines {
  transition: background .3s 0s ease;
  background: transparent; }
  .lines-button.close .lines:before, .lines-button.close .lines:after {
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    top: 0;
    width: 2rem;
    background: #F5F5F5; }
  .lines-button.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }

/* ==========================================================================
#
# ////////////////////////// INLINE LIST /////////////////////////////////
#
========================================================================== */
/* ==========================================================================
0.0.)  VARIABLES
========================================================================== */
/* ==========================================================================
0.0.)  MIXINS
========================================================================== */
/* ==========================================================================
0.0.)  BASE STYLES
========================================================================== */
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inline-list > li > * {
      display: block; }

/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com */
.ui-slider-range-label {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  height: 25px !important;
  font-weight: 400 !important;
  font-size: 0.8em !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: default;
  border-radius: 10em; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 0.9em;
  z-index: 11; }

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

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

.ui-widget-content {
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #F9F9F9;
  color: #222222;
  font-weight: bold; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #F9F9F9;
  font-weight: normal;
  color: #555555; }

/*
.ui-state-default:after,
.ui-widget-content .ui-state-default:after{
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	z-index: 100;
	-moz-border-radius:10em;-webkit-border-radius:10em;border-radius:10em;
	margin: 3px;
	background: $white;
}
*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #212121; }

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: normal;
  color: #212121; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* ==========================================================================
#
# ////////////////////////////// TABDROPS /////////////////////////////////
#
========================================================================== */
/*!
 * Tabdrops --- Using Bootstrap v2.3.0
 * 
 * Modified by DH 05162016
 * Copyright 2012 Stefan Petre
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* ==========================================================================
0.)  TAB MENU && TAB CONTENT
========================================================================== */
.tab-menu {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
  *zoom: 1;
  border-bottom: 1px solid #ddd; }
  .tab-menu > li > a {
    display: block;
    padding: 8px 12px 8px 12px;
    border-bottom: solid 4px transparent;
    margin-right: 2px;
    line-height: 20px;
    color: #333333;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    transition: all 300ms ease-in-out; }
    .tab-menu > li > a:hover, .tab-menu > li > a:focus {
      text-decoration: none;
      border-bottom: solid 4px #AAAAAA;
      transition: all 300ms ease-in-out; }
  .tab-menu > li {
    float: left;
    margin-bottom: -1px; }
    .tab-menu > li.active > a {
      cursor: default;
      border-bottom: solid 4px #63caba;
      font-weight: bold;
      transition: all 300ms ease-in-out; }
      .tab-menu > li.active > a:hover, .tab-menu > li.active > a:focus {
        cursor: default;
        border-bottom: solid 4px #63caba;
        transition: all 300ms ease-in-out; }
  .tab-menu:before {
    display: table;
    line-height: 0;
    content: ""; }
  .tab-menu:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }

.tab-content {
  overflow: auto;
  padding: 1em;
  overflow-x: hidden; }
  .tab-content > .tab-pane {
    display: none; }
  .tab-content > .active {
    display: block; }

/* ==========================================================================
0.)  TAB BASE && DROPDOWN 
========================================================================== */
.tabdrops {
  *zoom: 1; }
  .tabdrops:before {
    display: table;
    line-height: 0;
    content: ""; }
  .tabdrops:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }
  .tabdrops .dropdown {
    position: relative;
    float: right !important; }
  .tabdrops .tabdrop-toggle {
    *margin-bottom: -3px; }
    .tabdrops .tabdrop-toggle:active {
      outline: 0; }
  .tabdrops .tabdrop-icon {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    color: #ff5a34;
    cursor: pointer; }
    .tabdrops .tabdrop-icon:before {
      font-family: "therapy-den";
      content: "\e92e";
      position: relative;
      top: 2px;
      font-weight: normal; }
  .tabdrops .open .tabdrop-toggle {
    outline: 0; }
  .tabdrops .tabdrop-menu {
    min-width: 160px;
    right: 0 !important;
    left: auto !important;
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #DDDDDD;
    list-style: none;
    padding: 0.5em; }
    .tabdrops .tabdrop-menu.open {
      display: block; }
    .tabdrops .tabdrop-menu li {
      padding: 0 5px; }
      .tabdrops .tabdrop-menu li a {
        color: #333333;
        font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
      .tabdrops .tabdrop-menu li.active {
        border-bottom: solid 3px #63caba; }
        .tabdrops .tabdrop-menu li.active > a {
          display: block;
          font-weight: 700; }

/* ==========================================================================
#
# ///////////////////////////// TOGGLER ///////////////////////////////////
#
========================================================================== */
/* ==========================================================================
0.0.)  BASE
========================================================================== */
.toggle_wrap {
  margin-bottom: 20px; }
  .toggle_wrap ul {
    margin: 0; }
    .toggle_wrap ul li {
      list-style: none;
      border-bottom: 1px solid #DDDDDD;
      margin: 0;
      padding: 10px 0 10px 40px;
      position: relative; }
      .toggle_wrap ul li::before, .toggle_wrap ul li::after {
        content: ' ';
        display: table; }
      .toggle_wrap ul li::after {
        clear: both; }
  .toggle_wrap .toggler {
    font-size: 1em;
    margin: 0;
    font-weight: normal; }
    .toggle_wrap .toggler a {
      color: #454142; }
    .toggle_wrap .toggler:before {
      font-family: "therapy-den";
      content: "\e93b";
      font-weight: normal;
      display: block;
      height: 25px;
      width: 25px;
      margin-right: 20px;
      margin-top: 0px;
      position: absolute;
      left: 0;
      color: #FFFFFF;
      text-align: center;
      background: #63caba;
      font-size: 16px;
      line-height: 25px;
      margin-left: 5px;
      cursor: pointer;
      border-radius: 100%;
      transition: all 300ms ease-in-out;
      -webkit-animation-duration: 400ms;
              animation-duration: 400ms;
      -webkit-animation-name: rotateFadeOutX;
              animation-name: rotateFadeOutX;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
    .toggle_wrap .toggler.active a {
      color: #0d0d0d;
      font-weight: bold; }
    .toggle_wrap .toggler.active:before {
      content: "\e94b";
      color: #FFFFFF;
      background: #ff5a34;
      transition: all 300ms ease-in-out;
      -webkit-animation-duration: 400ms;
              animation-duration: 400ms;
      -webkit-animation-name: rotateFadeOutPlus;
              animation-name: rotateFadeOutPlus;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
  .toggle_wrap .togglee {
    padding: 20px 10px 20px 0px;
    color: #454142; }

@-webkit-keyframes rotateFadeOutPlus {
  0% {
    content: '\e93b'; }
  25% {
    content: '\e93b';
    font-size: 3px; }
  75% {
    content: '\e94b';
    font-size: 3px; }
  100% {
    content: '\e94b'; } }

@keyframes rotateFadeOutPlus {
  0% {
    content: '\e93b'; }
  25% {
    content: '\e93b';
    font-size: 3px; }
  75% {
    content: '\e94b';
    font-size: 3px; }
  100% {
    content: '\e94b'; } }

@-webkit-keyframes rotateFadeOutX {
  0% {
    content: '\e94b'; }
  25% {
    content: '\e94b';
    font-size: 3px; }
  75% {
    content: '\e93b';
    font-size: 3px; }
  100% {
    content: '\e93b'; } }

@keyframes rotateFadeOutX {
  0% {
    content: '\e94b'; }
  25% {
    content: '\e94b';
    font-size: 3px; }
  75% {
    content: '\e93b';
    font-size: 3px; }
  100% {
    content: '\e93b'; } }

/* ==========================================================================
#
# ////////////////////////////// SELECT 2  /////////////////////////////////
#
========================================================================== */
/* ==========================================================================
0.0.)  BASE STYLES
========================================================================== */
/*
Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 49px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 2px solid #FFF;
  white-space: nowrap;
  line-height: 48px;
  color: #333333;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F5F5F5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

.select2-container.input-group-select .select2-choice {
  border-radius: 0 4px 4px 0;
  height: 3.31429rem;
  line-height: 2.5;
  font-size: 1.14286rem;
  color: #555;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

.select2-container.input-group-select .select2-choice .select2-arrow {
  display: none; }

.select2-container .select2-choice abbr {
  display: none;
  width: 37px;
  height: 100%;
  position: absolute;
  right: 36px;
  top: 0;
  text-decoration: none;
  font-size: 1em;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: #999999; }
  .select2-container .select2-choice abbr:before {
    font-family: "therapy-den";
    content: "\2421";
    position: relative;
    display: block;
    color: #DDDDDD;
    font-size: 1em;
    padding: 0.1em 0.2em; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }
  .select2-container.select2-allowclear .select2-choice abbr:before {
    font-family: "therapy-den";
    content: "\2421";
    position: relative;
    display: block;
    color: #DDDDDD;
    font-size: 1em; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }
  .select2-container .select2-choice abbr:hover:before {
    color: #F5F5F5; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #FFFFFF;
  color: #000;
  border: 1px solid #DDDDDD;
  border-top: 0;
  border-radius: 0 0 4px 4px; }

.select2-drop.landing-page {
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 9999;
  top: 100%; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 0;
  border-radius: 4px 4px 0 0; }

.select2-drop-active {
  border: 1px solid #DDDDDD;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #DDDDDD; }

.select2-drop-auto-width {
  border-top: 1px solid #DDDDDD;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-clip: padding-box; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF; }
  .select2-container .select2-choice .select2-arrow b:before {
    content: "";
    position: relative;
    right: 10px;
    display: block;
    color: #BBB;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: #BBBBBB transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 30px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("../../img/select2/select2.png") no-repeat 100% -22px;
  margin-top: 5px; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("../../img/select2/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom: solid 1px #999999;
  background-color: #F5F5F5; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #00b09b;
  border-top-color: transparent; }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

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

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  font-size: 1.1em;
  color: #333333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 10px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 30px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 50px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 70px; }

.select2-results .select2-highlighted {
  background: #63caba;
  color: #FFFFFF; }
  .select2-results .select2-highlighted .select2-result-label {
    color: #FFFFFF; }
    .select2-results .select2-highlighted .select2-result-label::before, .select2-results .select2-highlighted .select2-result-label::after {
      color: #FFFFFF !important;
      border-color: #FFFFFF !important; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../../img/select2/select2-spinner.gif") no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0 0 1em;
  padding: 0 0.5em;
  position: relative;
  border: 1px solid #DDDDDD;
  cursor: text;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 4px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px;
  margin-bottom: 0; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #DDDDDD;
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../../img/select2/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999999 !important;
  font-weight: 400 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  padding: 0.25em 1em;
  margin: 0.5em 0.25em 0;
  line-height: 1;
  background: #ff5a34;
  border-radius: 5px;
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .select2-container-multi .select2-choices .select2-search-choice > div {
    padding-left: 10px; }
  .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0 !important;
    font-size: 1em;
    outline: none;
    background: transparent !important; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:before {
      font-family: "therapy-den";
      content: "\e94d";
      position: relative;
      display: block;
      color: #FFF;
      top: 7px;
      left: 5px;
      font-size: 0.7em; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
      color: #F5F5F5; }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../../img/select2/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* commented out until mobile styles are fixed by DH!!
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../../img/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    */
  .select2-search input {
    background-position: 100% -21px !important; } }

/* ==========================================================================
0.0.)  SPECIFIC THEME STYLES
========================================================================== */
.select2-container.select2-block-homepage-container .select2-choice {
  background: transparent;
  outline: none;
  box-shadow: none;
  height: 2.5rem;
  padding-left: 0.5em;
  color: #777777 !important; }
  .select2-container.select2-block-homepage-container .select2-choice .select2-arrow {
    display: none; }

.select2-container.select2-block-homepage-container.select2-container-active .select2-choice,
.select2-container.select2-block-homepage-container.select2-container-active .select2-choices {
  border: none;
  padding-left: 0.5em; }

.select2-container.select2-block-homepage-container {
  font-size: 1.25em;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding-bottom: 0.35em; }
  .select2-container.select2-block-homepage-container .select2-choices {
    background: #FFFFFF;
    border: none;
    padding-top: 40px;
    box-shadow: none; }
  .select2-container.select2-block-homepage-container .select2-search-choice {
    display: block;
    float: none;
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.1rem;
    background: #21ada1;
    color: #000000;
    padding: 5px 0 5px 20px; }
    .select2-container.select2-block-homepage-container .select2-search-choice:nth-last-child(2) {
      margin-bottom: 15px; }
    .select2-container.select2-block-homepage-container .select2-search-choice div {
      padding-left: 0;
      line-height: 1.6; }

.select2-drop.select2-block-homepage-dropdown {
  background: #FFFFFF;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .select2-drop.select2-block-homepage-dropdown .select2-result-sub .select2-result-label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    padding: 8px 0 8px 20px;
    position: relative; }
    .select2-drop.select2-block-homepage-dropdown .select2-result-sub .select2-result-label::after {
      content: attr(data-email);
      display: block;
      color: #AAAAAA;
      font-size: 0.9rem; }

.select2-container.select2-block-single-container .select2-choice {
  background: transparent;
  box-shadow: none;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-size: 1.14286rem;
  line-height: 46px;
  width: 100%;
  color: #444 !important; }
  .select2-container.select2-block-single-container .select2-choice .select2-arrow {
    content: "\25bc";
    background: transparent;
    color: #444; }

.select2-container.select2-block-single-container .select2-choices {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  padding-top: 70px;
  box-shadow: none; }

.select2-container.select2-block-single-container .select2-search-choice {
  display: block;
  float: none;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 1.1rem;
  background: transparent;
  color: #000000;
  padding: 5px 0 5px 20px; }
  .select2-container.select2-block-single-container .select2-search-choice:nth-last-child(2) {
    margin-bottom: 15px; }
  .select2-container.select2-block-single-container .select2-search-choice::after {
    content: attr(data-email);
    display: block;
    color: #AAAAAA;
    font-size: 0.9rem; }
  .select2-container.select2-block-single-container .select2-search-choice div {
    padding-left: 0;
    line-height: 1.6; }

.select2-drop.select2-block-single-dropdown {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .select2-drop.select2-block-single-dropdown .select2-result-sub .select2-result-label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    padding: 8px 0 8px 20px;
    position: relative; }
    .select2-drop.select2-block-single-dropdown .select2-result-sub .select2-result-label::after {
      content: attr(data-email);
      display: block;
      color: #AAAAAA;
      font-size: 0.9rem; }

.select2-container.select2-block-view-container .select2-choices {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  padding-top: 70px;
  box-shadow: none; }

.select2-container.select2-block-view-container .select2-search-choice {
  display: block;
  float: none;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 1.1rem;
  background: transparent;
  color: #000000;
  padding: 5px 0 5px 40px; }
  .select2-container.select2-block-view-container .select2-search-choice:nth-last-child(2) {
    margin-bottom: 15px; }
  .select2-container.select2-block-view-container .select2-search-choice::after {
    content: attr(data-email);
    display: block;
    color: #AAAAAA;
    font-size: 0.9rem; }
  .select2-container.select2-block-view-container .select2-search-choice .select2-search-choice-close {
    width: 100%; }
    .select2-container.select2-block-view-container .select2-search-choice .select2-search-choice-close::before {
      content: '\e914';
      font-family: "therapy-den";
      width: 20px;
      height: 20px;
      top: 14px;
      font-size: 15px;
      font-weight: bold;
      color: #FFFFFF;
      text-align: center;
      line-height: 17px;
      background: #63caba;
      border: solid 1px #DDDDDD;
      transition: -webkit-transform 1s linear;
      transition: transform 1s linear;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform-style: preserve-3D;
              transform-style: preserve-3D;
      transition: all 400ms ease-in-out; }
    .select2-container.select2-block-view-container .select2-search-choice .select2-search-choice-close:hover::before {
      background: #89d7cb;
      transition: all 400ms ease-in-out; }
  .select2-container.select2-block-view-container .select2-search-choice div {
    padding-left: 0;
    line-height: 1.6; }

.select2-container.select2-block-view-container .select2-search-field {
  display: block;
  float: none;
  position: absolute;
  width: 97%;
  border: solid 1px #DDDDDD;
  top: 10px;
  border-radius: 4px;
  padding-right: 30px; }
  .select2-container.select2-block-view-container .select2-search-field::after {
    content: "\e940";
    font-family: "therapy-den";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #777777;
    font-size: 1.5em; }
  .select2-container.select2-block-view-container .select2-search-field input {
    height: 3rem;
    font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 3rem;
    font-size: 1.1rem; }

.select2-drop.select2-block-view-dropdown {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .select2-drop.select2-block-view-dropdown .select2-result-sub .select2-result-label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    padding: 8px 0 8px 40px;
    position: relative; }
    .select2-drop.select2-block-view-dropdown .select2-result-sub .select2-result-label::before {
      content: '';
      position: absolute;
      left: 8px;
      top: 8px;
      border: solid 1px #DDDDDD;
      height: 20px;
      width: 20px;
      background: #F5F5F5; }
    .select2-drop.select2-block-view-dropdown .select2-result-sub .select2-result-label::after {
      content: attr(data-email);
      display: block;
      color: #AAAAAA;
      font-size: 0.9rem; }
  .select2-drop.select2-block-view-dropdown.select2-drop-above.select2-drop-active {
    border-top: 1px solid #DDDDDD; }

.select2-drop.landing-page {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .select2-drop.landing-page .select2-result-sub .select2-result-label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    padding: 8px 0 8px 40px;
    position: relative; }
    .select2-drop.landing-page .select2-result-sub .select2-result-label::before {
      content: '';
      position: relative;
      left: 8px;
      top: 8px;
      border: solid 1px #DDDDDD;
      height: 20px;
      width: 20px;
      background: #F5F5F5; }
    .select2-drop.landing-page .select2-result-sub .select2-result-label::after {
      content: attr(data-email);
      display: block;
      color: #AAAAAA;
      font-size: 0.9rem; }
  .select2-drop.landing-page.select2-drop-above.select2-drop-active {
    border-top: 1px solid #DDDDDD; }

/* ==========================================================================
#
# ////////////////////////////// SLICK  /////////////////////////////////
#
========================================================================== */
/* ==========================================================================
0.0.)  BASE STYLES
========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
  height: 1px;
  opacity: 0;
  transition: opacity 250ms ease-in-out; }
  .slick-slider.slick-initialized {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity 250ms ease-in-out; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 10; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide:focus {
    outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
0.0.)  GENERAL THEME STYLES
========================================================================== */
.slick-loading .slick-list {
  background: #FFFFFF url(/lib/img/loader.gif) center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  border: none;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  z-index: 12; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
    background: transparent; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: transparent; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important; }

.slick-prev:before,
.slick-next:before {
  font-family: "therapy-den";
  font-size: 35px;
  line-height: 1.7;
  color: #ff5a34;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 40px;
  height: 40px;
  display: block; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\e916";
    right: 5px; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\e917";
    left: -5px; }

.slick-slider {
  margin-bottom: 50px; }

.slick-dots {
  position: absolute;
  bottom: -60px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-left: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #DDDDDD;
      display: block;
      height: 10px;
      width: 10px;
      border-radius: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      padding: 5px;
      box-shadow: none;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #ff5a34; }

/* ==========================================================================
0.0.)  SPECIFIC THEME STYLES
========================================================================== */
.slick-slider .container {
  padding: 0 0.5em; }

.slick-slider.no-dots .slick-dots {
  display: none !important; }

.slick-slider.no-arrows .slick-arrow {
  display: none !important; }

.arrow-controls {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .arrow-controls .append-arrows {
    position: relative;
    width: 100px;
    height: 35px;
    border-radius: 15px;
    overflow: hidden; }
    .arrow-controls .append-arrows.center {
      display: inherit;
      margin: 0 auto; }
  .arrow-controls .slick-arrow {
    top: 0;
    display: inline-block !important;
    width: 48%;
    background: #ff5a34; }
    .arrow-controls .slick-arrow:hover {
      background: #ff6f4e; }
    .arrow-controls .slick-arrow:before {
      color: #F5F5F5;
      font-size: 16px;
      border: none;
      line-height: 33px; }
      .arrow-controls .slick-arrow:before:hover {
        color: #FFFFFF; }
  .arrow-controls .slick-prev {
    left: 0;
    border-radius: 0;
    -webkit-transform: skewX(-15deg) scale(1.1);
    transform: skewX(-15deg) scale(1.1); }
    .arrow-controls .slick-prev:before {
      right: -5px;
      -webkit-transform: skewX(15deg) scale(0.9);
      transform: skewX(15deg) scale(0.9); }
  .arrow-controls .slick-next {
    right: 0;
    border-radius: 0;
    -webkit-transform: skewX(-15deg) scale(1.1);
    transform: skewX(-15deg) scale(1.1);
    border-left: solid 1px #ff451b; }
    .arrow-controls .slick-next:before {
      left: 2px;
      -webkit-transform: skewX(15deg) scale(0.9);
      transform: skewX(15deg) scale(0.9); }

.collage .img-collage.layout-1 {
  padding-right: 115px;
  padding-top: 30px; }
  .collage .img-collage.layout-1 li + li {
    z-index: 10;
    margin-left: 50%;
    padding-right: 5%; }
  .collage .img-collage.layout-1 li + li + li {
    margin-left: 70%;
    top: 0;
    z-index: 5;
    padding-right: 0; }

.collage .img-collage.layout-2 {
  padding-right: 115px; }
  .collage .img-collage.layout-2 li + li {
    z-index: 10;
    margin-left: 60%; }

.collage .img-collage.layout-3 {
  padding-right: 115px;
  padding-top: 30px; }
  .collage .img-collage.layout-3 li + li {
    margin-left: 70%;
    top: 0;
    z-index: 5;
    padding-right: 0; }

@media screen and (max-width: 46.1875em) {
  .carousel.collage {
    margin-bottom: 10px; }
    .carousel.collage .img-collage {
      padding: 0;
      margin-bottom: 0; }
      .carousel.collage .img-collage li {
        display: none; }
      .carousel.collage .img-collage li:first-child {
        display: block; } }

.carousel.full-width .container {
  padding: 0; }

.carousel.full-width .slick-list {
  overflow: visible; }

.carousel.full-width .slick-slide {
  position: relative; }

.carousel.full-width .slick-prev {
  left: 20px; }

.carousel.full-width .slick-next {
  right: 20px; }

.carousel.full-width aside {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #524d4f;
  border-left: none;
  border-right: none;
  border-radius: 0;
  height: 90%;
  top: 5%; }

.carousel.full-width img {
  position: relative;
  opacity: 0.25;
  transition: all 500ms ease-in-out; }

.carousel.full-width h5 {
  color: #DDDDDD;
  font-style: italic;
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-size: 1.5em;
  line-height: 1;
  font-weight: normal;
  visibility: hidden; }

.carousel.full-width blockquote {
  color: #DDDDDD;
  font-style: italic;
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-size: 1.5em;
  line-height: 1;
  font-weight: normal;
  visibility: hidden; }
  .carousel.full-width blockquote:before {
    content: none; }
  .carousel.full-width blockquote p, .carousel.full-width blockquote cite {
    color: #DDDDDD; }

.carousel.full-width .slick-center aside {
  border: solid 2px #AAAAAA;
  border-radius: 7px;
  z-index: 11;
  height: 100%;
  top: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 500ms ease-in-out; }
  .carousel.full-width .slick-center aside:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.4) 25%, transparent 50%, transparent 75%); }
  .carousel.full-width .slick-center aside h5 {
    z-index: 10;
    visibility: visible;
    transition: all 500ms ease-in-out; }
  .carousel.full-width .slick-center aside blockquote {
    z-index: 10;
    visibility: visible;
    transition: all 500ms ease-in-out; }

.carousel.full-width .slick-center img {
  opacity: 1;
  z-index: 10;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 3px;
  transition: all 500ms ease-in-out; }

@media screen and (max-width: 46.1875em) {
  .carousel.full-width .slick-list {
    overflow: hidden; }
  .carousel.full-width aside {
    border: none; }
  .carousel.full-width .slick-center aside {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .carousel.full-width .slick-center img {
    display: table;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.imgslider-main {
  margin-bottom: 1em; }

.carousel.content-hinting .container {
  padding: 0 1em; }
  @media screen and (max-width: 450px) {
    .carousel.content-hinting .container {
      padding: 0 2em; } }

.carousel.content-hinting .slick-list::before, .carousel.content-hinting .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 10; }
  @media screen and (max-width: 46.1875em) {
    .carousel.content-hinting .slick-list::before, .carousel.content-hinting .slick-list::after {
      content: none; } }

.carousel.content-hinting .slick-list::before {
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%); }

.carousel.content-hinting .slick-list::after {
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%); }

/* ==========================================================================
#
# ////////////////////////// CUSTOM FORMS /////////////////////////////////
#
========================================================================== */
@font-face {
  font-family: 'therapy-den';
  src: url("../fonts/therapy-den.eot?7jhape");
  src: url("../fonts/therapy-den.eot?7jhape#iefix") format("embedded-opentype"), url("../fonts/therapy-den.ttf?7jhape") format("woff"), url("../fonts/therapy-den.woff?7jhape") format("truetype"), url("../fonts/therapy-den.svg?7jhape#therapy-den") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'therapy-den' !important;
  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-monitor-check:before {
  content: "\e956"; }

.icon-award:before {
  content: "\e950"; }

.icon-bar-chart-2:before {
  content: "\e951"; }

.icon-check-circle2:before {
  content: "\e952"; }

.icon-sliders:before {
  content: "\e953"; }

.icon-trending-up:before {
  content: "\e954"; }

.icon-zap:before {
  content: "\e955"; }

.icon-linkedin-circle:before {
  content: "\e900"; }

.icon-youtube-circle:before {
  content: "\e901"; }

.icon-twitter-circle:before {
  content: "\e902"; }

.icon-facebook-circle:before {
  content: "\e903"; }

.icon-linkedin:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-mobile:before {
  content: "\e908"; }

.icon-location:before {
  content: "\e909"; }

.icon-alert-circle:before {
  content: "\e90a"; }

.icon-alert-triangle:before {
  content: "\e90b"; }

.icon-arrow-down:before {
  content: "\e90c"; }

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

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

.icon-arrow-up:before {
  content: "\e90f"; }

.icon-camera-off:before {
  content: "\e910"; }

.icon-camera:before {
  content: "\e911"; }

.icon-check-circle:before {
  content: "\e912"; }

.icon-check-square:before {
  content: "\e913"; }

.icon-check:before {
  content: "\e914"; }

.icon-chevron-down:before {
  content: "\e915"; }

.icon-chevron-left:before {
  content: "\e916"; }

.icon-chevron-right:before {
  content: "\e917"; }

.icon-chevron-up:before {
  content: "\e918"; }

.icon-circle:before {
  content: "\e919"; }

.icon-cog:before {
  content: "\e91a"; }

.icon-comment-circle:before {
  content: "\e91b"; }

.icon-crosshair:before {
  content: "\e91c"; }

.icon-delete:before {
  content: "\e91d"; }

.icon-download:before {
  content: "\e91e"; }

.icon-edit:before {
  content: "\e91f"; }

.icon-external-link:before {
  content: "\e920"; }

.icon-eye:before {
  content: "\e921"; }

.icon-fast-forward:before {
  content: "\e922"; }

.icon-file:before {
  content: "\e923"; }

.icon-filter:before {
  content: "\e924"; }

.icon-flag:before {
  content: "\e925"; }

.icon-globe:before {
  content: "\e926"; }

.icon-heart:before {
  content: "\e927"; }

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

.icon-layers:before {
  content: "\e929"; }

.icon-life-buoy:before {
  content: "\e92a"; }

.icon-location2:before {
  content: "\e92b"; }

.icon-lock:before {
  content: "\e92c"; }

.icon-mail:before {
  content: "\e92d"; }

.icon-menu:before {
  content: "\e92e"; }

.icon-minus-circle:before {
  content: "\e92f"; }

.icon-minus-square:before {
  content: "\e930"; }

.icon-minus:before {
  content: "\e931"; }

.icon-monitor:before {
  content: "\e932"; }

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

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

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

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

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

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

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

.icon-play:before {
  content: "\e93a"; }

.icon-plus-circle:before {
  content: "\e93b"; }

.icon-plus-square:before {
  content: "\e93c"; }

.icon-plus:before {
  content: "\e93d"; }

.icon-printer:before {
  content: "\e93e"; }

.icon-rewind:before {
  content: "\e93f"; }

.icon-search:before {
  content: "\e940"; }

.icon-star:before {
  content: "\e941"; }

.icon-tag:before {
  content: "\e942"; }

.icon-target:before {
  content: "\e943"; }

.icon-triangle:before {
  content: "\e944"; }

.icon-unlock:before {
  content: "\e945"; }

.icon-upload:before {
  content: "\e946"; }

.icon-user:before {
  content: "\e947"; }

.icon-video-off:before {
  content: "\e948"; }

.icon-video:before {
  content: "\e949"; }

.icon-watch:before {
  content: "\e94a"; }

.icon-x-circle:before {
  content: "\e94b"; }

.icon-x-square:before {
  content: "\e94c"; }

.icon-x:before {
  content: "\e94d"; }

.icon-zoom-in:before {
  content: "\e94e"; }

.icon-zoom-out:before {
  content: "\e94f"; }

/* ==========================================================================
0.0.)  VARIABLES
========================================================================== */
/* ==========================================================================
0.0.)  BASE
========================================================================== */
.custom_form input[type=radio], .custom_form input[type=checkbox], .custom-form input[type=radio], .custom-form input[type=checkbox] {
  display: none; }
  .custom_form input[type=radio]:disabled + label, .custom_form input[type=checkbox]:disabled + label, .custom-form input[type=radio]:disabled + label, .custom-form input[type=checkbox]:disabled + label {
    opacity: 0.4;
    cursor: default; }

.custom_form label, .custom-form label {
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  padding-left: 30px;
  margin-left: 0;
  padding-left: 0; }
  .custom_form label:before, .custom-form label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: none;
    border: none; }

.custom_form input[type=radio] + label, .custom-form input[type=radio] + label {
  margin-bottom: 15px;
  padding-left: 30px; }
  .custom_form input[type=radio] + label:before, .custom-form input[type=radio] + label:before {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    top: 1px;
    z-index: 9;
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    transition: all 400ms ease-in-out; }

.custom_form input[type=radio]:checked + label:before, .custom-form input[type=radio]:checked + label:before {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 21px;
  background-color: #ff5a34;
  z-index: 10;
  transition: all 300ms ease-in-out; }

.custom_form input[type=checkbox] + label, .custom-form input[type=checkbox] + label {
  margin-bottom: 10px;
  padding-left: 30px; }
  .custom_form input[type=checkbox] + label:before, .custom-form input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    top: 2px;
    font-size: 2px;
    background-color: #F5F5F5;
    color: #FFFFFF;
    border: 1px solid #DDDDDD;
    transition: font-size 400ms ease-in-out, background 300ms ease-in-out; }

.custom_form input[type=checkbox]:checked + label:before, .custom-form input[type=checkbox]:checked + label:before {
  font-family: "therapy-den";
  content: "\e914";
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
  background-color: #63caba;
  transition: all 400ms ease-in-out; }

.custom_form input[type=submit].postfix, .custom-form input[type=submit].postfix {
  border-radius: 0 3px 3px 0; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 14px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 20px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  background: #FFFFFF;
  border-left: solid 1px #c1c1c1; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  background: #FFFFFF; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #c1c1c1;
  background-color: rgba(193, 193, 193, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #c1c1c1;
  background-color: rgba(193, 193, 193, 0.75); }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #c1c1c1;
  background-color: rgba(193, 193, 193, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #c1c1c1;
  background-color: rgba(193, 193, 193, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* ==========================================================================
#
# ////////////////////////////// SELECTRIC  /////////////////////////////////
#
========================================================================== */
/* ==========================================================================
# ////////////////////////////// GENERAL /////////////////////////////////
========================================================================== */
/* ==========================================================================
0.1.)  VARIABLES
========================================================================== */
/* ==========================================================================
0.1.)  CLASSES
========================================================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden; }
  .selectric .selected-label {
    background: transparent;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 49px 0 10px;
    font-size: 1.14286rem;
    line-height: 49px;
    color: #444;
    height: 49px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/49px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .btn:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }
  .selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-focus {
  z-index: 9999; }
  .selectric-focus .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #c4c4c4;
  z-index: -1;
  border: solid 1px #DDDDDD;
  border-radius: 4px;
  padding: 0.5em;
  overflow: hidden;
  box-shadow: 1px 0 5px rgba(221, 221, 221, 0.4); }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.14286rem;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #63caba;
      color: #FFFFFF; }
    .selectric-items li.highlighted {
      background: #63caba !important;
      color: #FFFFFF; }
    .selectric-items li:hover {
      background: #F6F6F6; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.selectric-wrapper .mCSB_scrollTools {
  background: transparent;
  border: none;
  width: 12px; }
  .selectric-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #63caba;
    width: 6px; }
  .selectric-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    background: #EFEFEF; }

/* ==========================================================================
1.1.)  SELECT TRANSPARENT
========================================================================== */
.select-transparent {
  cursor: pointer; }
  .select-transparent .selectric-wrapper .selectric {
    border: none;
    background: transparent; }
    .select-transparent .selectric-wrapper .selectric .selected-label {
      background: transparent;
      color: #777777;
      font-size: 1.25em;
      font-weight: 400;
      line-height: 1;
      text-transform: none;
      height: 2.5rem;
      padding: 0.57143rem;
      padding-left: 2px;
      margin: 0; }
    .select-transparent .selectric-wrapper .selectric b {
      display: none; }
  .select-transparent .selectric-wrapper .selectric-items {
    background: #FFFFFF; }
    .select-transparent .selectric-wrapper .selectric-items li {
      font-size: 1.25rem;
      font-weight: 400;
      text-transform: none;
      white-space: normal; }
      .select-transparent .selectric-wrapper .selectric-items li.selected {
        background: #63caba;
        color: #FFFFFF;
        font-weight: bold; }
      .select-transparent .selectric-wrapper .selectric-items li.highlighted {
        background: #63caba !important;
        color: #FFFFFF;
        font-weight: bold; }

.select-multi .selectric-wrapper .selectric-items li {
  position: relative;
  padding-left: 2.5em;
  white-space: normal; }
  .select-multi .selectric-wrapper .selectric-items li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 17px;
    font-size: 0px;
    font-weight: bold;
    border: solid 1px #DDDDDD;
    transition: all 400ms ease-in-out; }
  .select-multi .selectric-wrapper .selectric-items li.selected {
    background: #F6F6F6 !important;
    color: #666666; }
    .select-multi .selectric-wrapper .selectric-items li.selected::before {
      content: '\e914';
      font-family: "therapy-den";
      font-size: 16px;
      background: #63caba;
      transition: -webkit-transform 1s linear;
      transition: transform 1s linear;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform-style: preserve-3D;
              transform-style: preserve-3D;
      transition: all 400ms ease-in-out; }
  .select-multi .selectric-wrapper .selectric-items li.disabled {
    background: #FFFFFF !important;
    padding-left: 5px; }
    .select-multi .selectric-wrapper .selectric-items li.disabled::before {
      content: none; }
  .select-multi .selectric-wrapper .selectric-items li.highlighted {
    background: #F6F6F6 !important;
    color: #666666; }

.item-drawer-relative .selectric-wrapper .selectric-items {
  position: relative; }

/* ==========================================================================
#
# ///////////////////////////// GOOGLE MAPS /////////////////////////////////
#
========================================================================== */
/* ==========================================================================
# ////////////////////////////// GENERAL /////////////////////////////////
========================================================================== */
/* ==========================================================================
0.1.)  GOOGLE MAP & MY MARKER
========================================================================== */
.google-map {
  height: 100%; }
  .google-map .my-marker {
    position: relative;
    z-index: 3;
    color: #63caba; }
    .google-map .my-marker .icon-location {
      font-size: 4.3em;
      position: relative; }
      .google-map .my-marker .icon-location .count {
        position: absolute;
        top: 2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 23px;
        height: 23px;
        text-align: center;
        background: #063c4a;
        color: #FFFFFF;
        border-radius: 100%;
        font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 21px; }
    .google-map .my-marker:before {
      position: absolute;
      bottom: 3px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      background: rgba(69, 65, 66, 0.6);
      border-radius: 100%;
      box-shadow: 0 0 15px 10px rgba(69, 65, 66, 0.6);
      width: 3px;
      height: 6px; }
    .google-map .my-marker.active .icon-location {
      color: #ff5a34; }
      .google-map .my-marker.active .icon-location .count {
        background: #cd2600 !important; }
  .google-map img {
    max-width: none; }
  .google-map .scrollFix {
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden; }
  .google-map .gm-style-iw > div {
    overflow: visible !important; }

/* ==========================================================================
0.1.)  INFOBOX
========================================================================== */
.google-map .infoBox {
  border: solid 2px rgba(99, 202, 186, 0.8);
  border-radius: 4px;
  padding: 1.5em; }
  .google-map .infoBox::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 15px;
    border-color: #FFFFFF transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .google-map .infoBox::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 16px;
    border-color: rgba(99, 202, 186, 0.8) transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .google-map .infoBox > img {
    z-index: 13; }

.info-window .profile {
  position: relative; }
  .info-window .profile .img {
    position: absolute;
    left: 0; }
    .info-window .profile .img img {
      border-radius: 100%;
      border: solid 2px #63caba;
      width: 75px;
      height: 75px; }
  .info-window .profile .content {
    padding: 1em 0 0 9em;
    max-width: 300px;
    white-space: initial; }
    .info-window .profile .content p.title {
      margin-bottom: 0; }
    .info-window .profile .content p {
      font-size: 1em; }
  .info-window .profile .online {
    padding-left: 5px; }
    .info-window .profile .online::before {
      content: '\e956';
      font-family: "therapy-den";
      color: #63caba;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: normal; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'therapy-den' !important;
  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-monitor-check:before {
  content: "\e956"; }

.icon-award:before {
  content: "\e950"; }

.icon-bar-chart-2:before {
  content: "\e951"; }

.icon-check-circle2:before {
  content: "\e952"; }

.icon-sliders:before {
  content: "\e953"; }

.icon-trending-up:before {
  content: "\e954"; }

.icon-zap:before {
  content: "\e955"; }

.icon-linkedin-circle:before {
  content: "\e900"; }

.icon-youtube-circle:before {
  content: "\e901"; }

.icon-twitter-circle:before {
  content: "\e902"; }

.icon-facebook-circle:before {
  content: "\e903"; }

.icon-linkedin:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-mobile:before {
  content: "\e908"; }

.icon-location:before {
  content: "\e909"; }

.icon-alert-circle:before {
  content: "\e90a"; }

.icon-alert-triangle:before {
  content: "\e90b"; }

.icon-arrow-down:before {
  content: "\e90c"; }

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

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

.icon-arrow-up:before {
  content: "\e90f"; }

.icon-camera-off:before {
  content: "\e910"; }

.icon-camera:before {
  content: "\e911"; }

.icon-check-circle:before {
  content: "\e912"; }

.icon-check-square:before {
  content: "\e913"; }

.icon-check:before {
  content: "\e914"; }

.icon-chevron-down:before {
  content: "\e915"; }

.icon-chevron-left:before {
  content: "\e916"; }

.icon-chevron-right:before {
  content: "\e917"; }

.icon-chevron-up:before {
  content: "\e918"; }

.icon-circle:before {
  content: "\e919"; }

.icon-cog:before {
  content: "\e91a"; }

.icon-comment-circle:before {
  content: "\e91b"; }

.icon-crosshair:before {
  content: "\e91c"; }

.icon-delete:before {
  content: "\e91d"; }

.icon-download:before {
  content: "\e91e"; }

.icon-edit:before {
  content: "\e91f"; }

.icon-external-link:before {
  content: "\e920"; }

.icon-eye:before {
  content: "\e921"; }

.icon-fast-forward:before {
  content: "\e922"; }

.icon-file:before {
  content: "\e923"; }

.icon-filter:before {
  content: "\e924"; }

.icon-flag:before {
  content: "\e925"; }

.icon-globe:before {
  content: "\e926"; }

.icon-heart:before {
  content: "\e927"; }

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

.icon-layers:before {
  content: "\e929"; }

.icon-life-buoy:before {
  content: "\e92a"; }

.icon-location2:before {
  content: "\e92b"; }

.icon-lock:before {
  content: "\e92c"; }

.icon-mail:before {
  content: "\e92d"; }

.icon-menu:before {
  content: "\e92e"; }

.icon-minus-circle:before {
  content: "\e92f"; }

.icon-minus-square:before {
  content: "\e930"; }

.icon-minus:before {
  content: "\e931"; }

.icon-monitor:before {
  content: "\e932"; }

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

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

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

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

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

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

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

.icon-play:before {
  content: "\e93a"; }

.icon-plus-circle:before {
  content: "\e93b"; }

.icon-plus-square:before {
  content: "\e93c"; }

.icon-plus:before {
  content: "\e93d"; }

.icon-printer:before {
  content: "\e93e"; }

.icon-rewind:before {
  content: "\e93f"; }

.icon-search:before {
  content: "\e940"; }

.icon-star:before {
  content: "\e941"; }

.icon-tag:before {
  content: "\e942"; }

.icon-target:before {
  content: "\e943"; }

.icon-triangle:before {
  content: "\e944"; }

.icon-unlock:before {
  content: "\e945"; }

.icon-upload:before {
  content: "\e946"; }

.icon-user:before {
  content: "\e947"; }

.icon-video-off:before {
  content: "\e948"; }

.icon-video:before {
  content: "\e949"; }

.icon-watch:before {
  content: "\e94a"; }

.icon-x-circle:before {
  content: "\e94b"; }

.icon-x-square:before {
  content: "\e94c"; }

.icon-x:before {
  content: "\e94d"; }

.icon-zoom-in:before {
  content: "\e94e"; }

.icon-zoom-out:before {
  content: "\e94f"; }
