@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.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;
}

[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;
}

/*
|--------------------------------------------------------------------------
| Variables and settings
|--------------------------------------------------------------------------
*/
/*
|---------------------------------------------------
| lazer font!
|---------------------------------------------------
|
| Generated by gulp-iconfont and gulp-iconfont-css
| 
| This is a custom template with useful helper classes
| and mixins.
|
|---------------------------------------------------
*/
@font-face {
  font-family: 'lazer';
  src: url("../fonts/lazer.eot?vb4ehi");
  src: url("../fonts/lazer.eot?vb4ehi#iefix") format("embedded-opentype"), url("../fonts/lazer.ttf?vb4ehi") format("truetype"), url("../fonts/lazer.woff?vb4ehi") format("woff"), url("../fonts/lazer.svg?vb4ehi#lazer") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Base styles
 */
.icon-angle-down, .icon-angle-left, .icon-angle-right-two, .icon-angle-right, .icon-angle-up, .icon-bed, .icon-caret-down, .icon-clock-back, .icon-clock, .icon-email-round, .icon-facebook-round, .icon-fence, .icon-google-round, .icon-location, .icon-menu, .icon-needle, .icon-phone, .icon-pinterest-round, .icon-plus-circle, .icon-speech, .icon-stethoscope, .icon-stopwatch, .icon-twitter-round, .widget.social-share ul li.twitter a, .widget.social-share ul li.facebook a, .widget.social-share ul li.google a, .widget.social-share ul li.pinterest a, .widget.social-share ul li.email a {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lazer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Function to get the font content
 */
/**
 * Mixin for icon styles
 */
/**
 * Icon classes
 */
.icon-angle-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right-two:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-bed:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-clock-back:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-email-round:before {
  content: "";
}

.icon-facebook-round:before {
  content: "";
}

.icon-fence:before {
  content: "";
}

.icon-google-round:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-needle:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-pinterest-round:before {
  content: "";
}

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

.icon-speech:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-stopwatch:before {
  content: "";
}

.icon-twitter-round:before {
  content: "";
}

/**
 * Helper classes
 */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.85714286em;
}

.icon-pull-left {
  float: left;
}

.icon-pull-right {
  float: right;
}

/*
|--------------------------------------------------------------------------
| Prompt UI Kit V2.0
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts one or more pixel values into matching rem values
 *  
 * @param  {number|list} $values                Pixel values to convert
 * @param  {number} $base:  $font-size-root     Base for pixel conversion
 * @return {number|list}                        Converted values
 */
/**
 * Convert a value to rem unit
 * 
 * @param  {number} $value          Pixel value to convert
 * @param  {number} $base: null     Base for pixel conversion
 * @return {number}                 A number in rems
 */
/**
 * Converts one or more pixel values into matching em values
 *  
 * @param  {number|list} $values                Pixel values to convert
 * @param  {number} $base:  $font-size-root     Base for pixel conversion
 * @return {number|list}                        Converted values
 */
/**
 * Get the next item in a map (value or key)
 * 
 * @param  {array}          $map        Map of values
 * @param  {string}         $key        Starting key
 * @param  {string}         $return     Return key or value
 * @return {string|number}              Value or key
 */
/**
 * Get the previous item in a map (value or key)
 * 
 * @param  {array}          $map        Map of values
 * @param  {string}         $key        Starting key
 * @param  {string}         $return     Return key or value
 * @return {string|number}              Value or key
 */
/**
 * Fetch nested keys from a map
 * 
 * @param  {map} $map           Map
 * @param  {Arglist} $keys...   Keys to fetch
 * @return {*}                  Fetched item
 */
/**
 * Stip a unit from a number
 * 
 * @param  {string|number} $value       String or number with unit on (e.g 10px)
 * @return {number}                     Unitless number
 */
/**
 * Get image path location
 * 
 * @param  {string} $image      Image name
 * @return {string}             Full url to image using asset path
 */
/**
 * Aesthetic function for getting colours from palette
 * 
 * @param  {Arglist} $keys...   Pallet keys
 * @return {String}             Colour
 */
/*
|--------------------------------------------------------------------------
| Mixins
|--------------------------------------------------------------------------
*/
/**
 * Adds font size with a px fallback
 */
/**
 * Makes an element visually hidden, but still 
 * accessible to keyboards and assistive devices.
 */
/**
 * Clearfix
 */
/*
|--------------------------------------------------------------------------
| Breakpoints utility
| 
| This includes a function and mixing to build breakpoints easily
|--------------------------------------------------------------------------
*/
/**
 * Breakpoint mixin
 * 
 * @param  {List} $value Breakpoint argument
 * @example @include breakpoint(medium up)
 */
/*
|--------------------------------------------------------------------------
| Grid System
|--------------------------------------------------------------------------
*/
/**
 * Create a new row
 * 
 * @param  {boolean} $full: false               Full width of screen (expand outside of parent container)
 * @param  {boolean} $base: $grid-base-styles   Include base row styles
 */
/**
 * Create a column
 */
/**
 * Add grid gutter(s)
 * 
 * @param  {number|string|bool|map}     $gutter: $grid-gutters      Gutter value(s)
 * @param  {list}                       $sides:  (left right)       List of sides to apply gutter too
 */
/**
 * Remove a gutter
 * 
 * @param  {list} $sides: (left right)      List of sides to apply gutter too
 * @param  {bool} $force: false             Force gutter to 0 using !important
 */
/**
 * Offset a column
 * 
 * @param  {number|string}  $size                   Amount to offset column by
 * @param  {number}         $columns: $grid-columns Total columns to calculate offset by
 */
/**
 * Push a column across
 * 
 * @param  {number|string}  $size                   Amount to offset column by
 * @param  {number}         $columns: $grid-columns Total columns to calculate push offset by
 */
/**
 * Pull a column
 * 
 * @param  {number|string}  $size                   Amount to offset column by
 * @param  {number}         $columns: $grid-columns Total columns to calculate pull offset by
 */
/**
 * Modify a columns position (pull/push/offset)
 * 
 * @param  {number|string}  $size                   Amount to offset column by
 * @param  {number}         $columns: $grid-columns Total columns to calculate offset by
 * @param  {bool}           $modifier: false        What modifier to use (pull/push/offset)
 */
/**
 * Change the context of grid calculations
 * 
 * @param  {number} $columns:   $grid-columns                   Total amount of columns
 * @param  {string} $driver:    $grid-driver                    Driver to use (standard/flex/table)
 * @param  {list|number}        $gutters:   $grid-gutters       Number / List of gutters to use
 * @param  {number}             $max-width: $grid-max-width     Max width of grid row
 * @param  {bool}               $base: true                     Include base styles for all mixins inside
 * @param  {bool}               $root: false                    Add styles inside at root level
 */
/**
 * Set grid context
 * 
 * @param  {number} $columns:   $grid-columns                   Total amount of columns
 * @param  {string} $driver:    $grid-driver                    Driver to use (standard/flex/table)
 * @param  {list|number}        $gutters:   $grid-gutters       Number / List of gutters to use
 * @param  {number}             $max-width: $grid-max-width     Max width of grid row
 * @param  {bool}               $base: true                     Include base styles for all mixins inside
 */
/**
 * Reset grid context
 */
/**
 * Calculate width of a column
 * 
 * @param  {string|number} $columns: $grid-columns  Number/string (n of n) to calculate width from
 * @return {number}                                 Percentage width of column
 */
/**
 * Validate a list of sides for gutters
 * 
 * @param  {list} $list List of gutter sides
 * @return {list}       List stripped of any anomalies
 */
/*
|--------------------------------------------------------------------------
| Z-index management
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Variables
|--------------------------------------------------------------------------
*/
/*
|------------------------------------
| Global / Core Variables
|------------------------------------
*/
/*
|------------------------------------
| Media Queries
|------------------------------------
*/
/*
|------------------------------------
| Grid
|------------------------------------
*/
/*
|------------------------------------
| Colours
|------------------------------------
*/
/*
|------------------------------------
| Typography
|------------------------------------
*/
/*
|------------------------------------
| Body
|------------------------------------
*/
/*
|------------------------------------
| Buttons
|------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Global styles (scaffold)
|--------------------------------------------------------------------------
*/
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #4f4d4c;
  font-family: avenir, "proxima-nova", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  height: auto;
  min-height: 70px;
}

select {
  width: 100%;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  font-family: avenir, "proxima-nova", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #46bab9;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #4f4d4c;
  line-height: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

@media screen and (min-width: 48em) {
  h1 {
    font-size: 2.625rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}

small {
  font-size: 80%;
}

p {
  margin: 0 0 1rem 0;
  line-height: inherit;
}

p.lead {
  font-size: 125%;
}

b, strong {
  font-weight: 600;
  line-height: inherit;
}

i, em {
  font-style: italic;
  line-height: inherit;
}

a {
  color: #46bab9;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #052a2c;
}

a img {
  border: 0;
}

hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e5e4e4;
  height: 0;
  clear: both;
  box-sizing: border-box;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
  margin-left: 1.25em;
  list-style: inherit;
}

ul {
  list-style-type: disc;
}

ul.no-bullet {
  list-style-type: none;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 5px;
  font-weight: 600;
}

dl dd {
  margin-bottom: 0.5rem;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.3125em 1.25em;
  border-left: 2px solid #f7f7f7;
}

blockquote, blockquote p {
  color: #000;
}

blockquote *:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  font-size: 0.75rem;
  color: #4f4d4c;
}

blockquote cite:before {
  content: "\2014 \00A0";
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  cursor: help;
}

abbr[title],
acronym[title] {
  border-bottom: 1px dotted #000;
}

/**
 * Include the button HTML classes
 */
/*
|--------------------------------------------------------------------------
| Page Scaffold
|--------------------------------------------------------------------------
*/
main {
  padding: 1.5625rem 0;
}

main .feature-image {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

main > article, main > aside {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 64em) {
  main > article, main > aside {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

main > aside > *:last-child {
  margin-bottom: 0;
}

.flexbox body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.flexbox header.page-header,
.flexbox footer.page-footer,
.flexbox nav.page-nav,
.flexbox nav.nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flexbox main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
|---------------------
| Desktop styles
|---------------------
*/
@media screen and (min-width: 64em) {
  .flexbox main.sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flexbox main.sidebar > article {
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .flexbox main.sidebar > article {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .flexbox main.sidebar > aside {
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .flexbox main.sidebar > aside {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .no-flexbox main.sidebar {
    display: table;
  }
  .no-flexbox main.sidebar > article, .no-flexbox main.sidebar > aside {
    display: table-cell;
    vertical-align: top;
    border: 1px solid red;
  }
}

@media screen and (min-width: 75em) {
  .flexbox main.sidebar > article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .flexbox main.sidebar > aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

/*
|--------------------------------------------------------------------------
| Page Header
|--------------------------------------------------------------------------
*/
header.page-header {
  padding: 15px 0;
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e4e4;
  position: relative;
  z-index: 3;
}

header.page-header .logo, header.page-header .links {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 64em) {
  header.page-header .logo, header.page-header .links {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

header.page-header .logo img {
  width: 100%;
  max-width: 5.625rem;
}

header.page-header .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.page-header .links ul:first-child {
  display: none;
}

header.page-header .links ul:last-child li {
  text-align: right;
}

header.page-header .links ul:last-child li:first-child, header.page-header .links ul:last-child li:last-child {
  display: none;
}

header.page-header .links ul:last-child h4, header.page-header .links ul:last-child .button {
  margin: 0;
}

@media screen and (min-width: 64em) {
  header.page-header .logo img {
    min-width: 8.4375rem;
    max-width: 8.4375rem;
  }
  header.page-header .links ul {
    float: right;
    clear: both;
  }
  header.page-header .links ul::after {
    content: '';
    clear: both;
    display: table;
  }
  header.page-header .links ul li {
    padding: 0 1.25rem;
    position: relative;
    border-right: 1px solid #e5e4e4;
  }
  header.page-header .links ul li:first-child {
    padding-left: 0;
  }
  header.page-header .links ul li:nth-last-child(2),
  header.page-header .links ul li:last-child {
    padding-right: 0;
    border-right: none;
  }
  header.page-header .links ul:first-child {
    display: block;
    margin-bottom: 1.25rem;
  }
  header.page-header .links ul:first-child li {
    float: left;
  }
  header.page-header .links ul:first-child li:last-child {
    font-size: 20px;
    font-size: 1.25rem;
  }
  header.page-header .links ul:first-child li:last-child a:hover {
    color: #3b5998;
    text-decoration: none;
  }
  header.page-header .links ul:first-child span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header.page-header .links ul:first-child a:not(.button) {
    display: block;
    color: #4f4d4c;
    text-decoration: none;
  }
  header.page-header .links ul:first-child a:not(.button):hover {
    color: #282726;
    text-decoration: underline;
  }
  header.page-header .links ul:last-child {
    display: table;
    min-height: 3.75rem;
  }
  header.page-header .links ul:last-child li {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  header.page-header .links ul:last-child li:first-child, header.page-header .links ul:last-child li:last-child {
    display: table-cell;
  }
  header.page-header .links ul:last-child h4 {
    display: inline;
    vertical-align: sub;
    margin-left: 0.3125rem;
  }
}

/*
|--------------------------------------------------------------------------
| Page Navigation
|--------------------------------------------------------------------------
*/
.page-nav .mobile-toggles a, .treatments-nav li a:not(.default), .top-nav li a:not(.default), .treatments-nav .sub-menu-links .sub-menu-header > a,
.treatments-nav .sub-menu-links .sub-menu-header > span {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-decoration: none;
  background-color: #fff;
  color: inherit;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
}

@media screen and (min-width: 64em) {
  .page-nav .mobile-toggles a, .treatments-nav li a:not(.default), .top-nav li a:not(.default), .treatments-nav .sub-menu-links .sub-menu-header > a,
  .treatments-nav .sub-menu-links .sub-menu-header > span {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.page-nav .mobile-toggles a, .treatments-nav li a:not(.default), .top-nav li a:not(.default) {
  text-transform: uppercase;
}

.page-nav .mobile-toggles a:hover, .treatments-nav li a:hover:not(.default), .top-nav li a:hover:not(.default) {
  background: #f7f7f7;
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #011616;
  opacity: 0.98;
  z-index: 2;
  display: none;
}

.page-nav {
  position: relative;
  z-index: 3;
}

.page-nav::after {
  content: '';
  clear: both;
  display: table;
}

.page-nav ul {
  margin: 0;
}

.page-nav .mobile-toggles {
  border-bottom: 1px solid #e5e4e4;
}

.page-nav .mobile-toggles::after {
  content: '';
  clear: both;
  display: table;
}

.page-nav .mobile-toggles a {
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}

.page-nav .mobile-toggles .treatments-toggle {
  width: 70%;
}

.page-nav .mobile-toggles .top-toggle {
  width: 30%;
}

.page-nav .mobile-toggles [class*='icon-'] {
  font-size: 18px;
  font-size: 1.125rem;
  color: #46bab9;
  margin-right: 0.625rem;
}

.page-nav.treatments-open .treatments-toggle,
.page-nav.top-open .top-toggle {
  background-color: #46bab9;
  color: #fff;
}

.page-nav.treatments-open .treatments-toggle [class*='icon-'],
.page-nav.top-open .top-toggle [class*='icon-'] {
  color: inherit;
}

.page-nav.treatments-open .treatments-toggle:hover,
.page-nav.top-open .top-toggle:hover {
  background-color: #dedede;
}

.page-nav .nav-wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 64em) {
  .page-nav .nav-wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.page-nav.treatments-open .treatments-nav,
.page-nav.top-open .top-nav {
  display: block;
}

.treatments-nav, .top-nav {
  display: none;
  position: relative;
}

.treatments-nav ul:not(.default), .treatments-nav, .top-nav ul:not(.default), .top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.treatments-nav li.has_children > a::after, .top-nav li.has_children > a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lazer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.treatments-nav li.has_children.child_open > a::after, .top-nav li.has_children.child_open > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.treatments-nav li.has_children.child_open .sub-menu, .top-nav li.has_children.child_open .sub-menu {
  display: block;
}

.treatments-nav > li {
  border-left: 1px solid #e5e4e4;
}

.treatments-nav > li:last-child {
  border-right: 1px solid #e5e4e4;
}

.treatments-nav .sub-menu {
  display: none;
}

.treatments-nav .sub-menu-links .sub-menu-header > a,
.treatments-nav .sub-menu-links .sub-menu-header > span {
  color: #46bab9;
  font-weight: 900;
}

.treatments-nav .news {
  display: none;
}

/**
 * Desktop up
 */
@media screen and (min-width: 48em) {
  .page-nav {
    border-bottom: 1px solid #e5e4e4;
  }
  .page-nav .mobile-toggles, .page-nav .top-nav {
    display: none;
  }
  .page-nav.sub_open {
    border-bottom-color: transparent;
  }
  .page-nav.sub_open .nav-wrapper {
    background-color: #46bab9;
  }
  .page-nav.sub_open .treatments-nav > li:not(.child_open) > a {
    background: #46bab9;
    color: #dedede;
  }
  .page-nav.sub_open .treatments-nav > li:not(.child_open) > a:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
  }
  .treatments-nav, .top-nav {
    display: block;
  }
  .treatments-nav li.has_children > a::after, .top-nav li.has_children > a::after {
    right: auto;
    margin-left: 0.9375rem;
  }
  .treatments-nav {
    display: block;
    position: relative;
    z-index: 4;
  }
  .treatments-nav::after {
    content: '';
    clear: both;
    display: table;
  }
  .treatments-nav > li {
    float: left;
  }
  .flexbox .treatments-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flexbox .treatments-nav > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    float: none;
  }
  .treatments-nav .sub-menu {
    text-align: left;
  }
  .treatments-nav .sub-menu {
    background-color: #fff;
    background-image: url("../images/navigation.desktop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 18.75rem bottom;
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 41%;
  }
  .treatments-nav .sub-menu:not(.column-style) {
    min-height: 540px;
  }
  .treatments-nav .sub-menu-links {
    width: 18.75rem;
    padding-top: 0.625rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3;
    overflow-y: scroll;
    overflow-y: auto;
  }
  .treatments-nav .sub-menu-links ul {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .treatments-nav .sub-menu-links li a {
    border-bottom: 2px dotted #e5e4e4;
  }
  .treatments-nav .sub-menu-backdrop {
    background-color: inherit;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 18.75rem);
    height: 100%;
    left: 18.75rem;
    position: absolute;
  }
  .treatments-nav .column-style .sub-menu {
    padding-bottom: 2%;
    background-image: none;
  }
  .treatments-nav .column-style .sub-menu-links {
    width: 100%;
    position: relative;
  }
  .treatments-nav .column-style .sub-menu-links > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .treatments-nav .column-style .sub-menu-links > ul > li {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .treatments-nav .column-style .sub-menu-links > ul > li:not(:last-child) {
    margin-right: 1.25rem;
  }
  .treatments-nav .column-style .sub-menu-backdrop {
    display: none !important;
  }
  .treatments-nav .column-style .news {
    display: none;
  }
  .treatments-nav .news {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 10px;
    display: block;
  }
}

@media screen and (min-width: 48em) and (min-width: 64em) {
  .treatments-nav .news {
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 48em) {
  .treatments-nav .news > div {
    background: #f7f7f7;
    color: #4f4d4c;
    padding: 0.9375rem;
  }
  .treatments-nav .news > div h5 {
    margin-bottom: 0.625rem;
  }
  .treatments-nav .news > div h5:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lazer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 10px;
    vertical-align: sub;
  }
}

/*
|--------------------------------------------------------------------------
| Page Footer
|--------------------------------------------------------------------------
*/
footer.page-footer {
  border-bottom: 4px solid #46bab9;
  color: #fff;
}

footer.page-footer a {
  color: #fff;
  text-decoration: none;
}

footer.page-footer a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}

footer.page-footer .brand-slider {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #fff;
  color: #4f4d4c;
  padding-bottom: 30px;
}

@media screen and (min-width: 64em) {
  footer.page-footer .brand-slider {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

footer.page-footer .brand-slider hr {
  display: none;
}

footer.page-footer .brand-slider ul {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 64em) {
  footer.page-footer .brand-slider ul {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

footer.page-footer .brand-slider ul li {
  display: block;
  outline: none;
}

footer.page-footer .brand-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.page-footer .sub-footer, footer.page-footer .main-footer {
  background-color: #353535;
}

footer.page-footer .sub-footer {
  display: none;
}

footer.page-footer .sub-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}

footer.page-footer .main-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 64em) {
  footer.page-footer .main-footer {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

footer.page-footer .main-footer .social-links {
  display: none;
}

footer.page-footer .main-footer .copyright a {
  display: block;
  text-decoration: underline;
  margin-top: 0;
}

/*
|----------------------
| Tablet Up
|----------------------
*/
@media screen and (min-width: 64em) {
  footer.page-footer .brand-slider hr {
    display: block;
  }
  footer.page-footer .sub-footer {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-top: 30px;
  }
  .no-flexbox footer.page-footer .sub-footer {
    display: block;
  }
  footer.page-footer .sub-footer > div {
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  footer.page-footer .sub-footer > div {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  footer.page-footer .sub-footer > div:first-child {
    padding-right: 0;
  }
  footer.page-footer .sub-footer > div:first-child ul {
    margin-bottom: 20px;
  }
  footer.page-footer .sub-footer > div:first-child ul span {
    width: 6.25rem;
    display: inline-block;
    color: #46bab9;
  }
  footer.page-footer .main-footer {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    padding-top: 30px;
  }
  footer.page-footer .main-footer:before {
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    content: '';
    display: block;
    border-top: 1px solid #46bab9;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  footer.page-footer .main-footer:before {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  footer.page-footer .main-footer .social-links, footer.page-footer .main-footer .copyright {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  footer.page-footer .main-footer .social-links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer.page-footer .main-footer .social-links::after {
    content: '';
    clear: both;
    display: table;
  }
  footer.page-footer .main-footer .social-links li {
    font-size: 30px;
    font-size: 1.875rem;
    float: left;
    margin-right: 10px;
  }
  footer.page-footer .main-footer .social-links li a {
    display: block;
    text-decoration: none;
    color: #46bab9;
  }
  footer.page-footer .main-footer .social-links li a:hover {
    color: #15c4ce;
  }
  footer.page-footer .main-footer .social-links li a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  footer.page-footer .main-footer .copyright {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
  }
  footer.page-footer .main-footer .copyright a {
    display: inline;
  }
  .no-flexbox footer.page-footer .sub-footer {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .no-flexbox footer.page-footer .sub-footer::after {
    content: '';
    clear: both;
    display: table;
  }
  .no-flexbox footer.page-footer .sub-footer > div {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 25%;
  }
  .no-flexbox footer.page-footer .sub-footer > div:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .no-flexbox footer.page-footer .sub-footer > div {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .no-flexbox footer.page-footer .main-footer {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .no-flexbox footer.page-footer .main-footer::after {
    content: '';
    clear: both;
    display: table;
  }
  .no-flexbox footer.page-footer .main-footer .social-links {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .no-flexbox footer.page-footer .main-footer .social-links:last-child:not(:first-child) {
    float: right;
  }
  .no-flexbox footer.page-footer .main-footer .copyright {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .no-flexbox footer.page-footer .main-footer .copyright:last-child:not(:first-child) {
    float: right;
  }
}

/*
|--------------------------------------------------------------------------
| Global styles to share
|--------------------------------------------------------------------------
*/
.page-title {
  line-height: 1;
}

/**
 * Header group - has a sub header at the top, used throughout
 */
header.sub-group {
  text-align: center;
  margin-bottom: 1rem;
}

header.sub-group h1, header.sub-group h2, header.sub-group h3, header.sub-group h4, header.sub-group h5, header.sub-group h6 {
  line-height: inherit;
}

header.sub-group > h6:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4f4d4c;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 64em) {
  header.sub-group {
    text-align: left;
    line-height: 1;
  }
  header.sub-group > h6:first-child {
    margin-bottom: 0.625rem;
  }
}

/**
 * Browser upgrade
 */
.browserupgrade {
  display: none;
}

/**
 * Wave effects for buttons
 */
.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, transparent 70%) !important;
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, transparent 70%) !important;
}

/*
|--------------------------------------------------------------------------
| Table styles
|--------------------------------------------------------------------------
*/
table:not(.before-after) {
  width: 100%;
  margin-bottom: 1rem;
}

table:not(.before-after) thead {
  border: 1px solid cyan;
}

table:not(.before-after) td {
  border: 1px solid #e5e4e4;
}

table:not(.before-after) td, table:not(.before-after) th {
  padding: 0.9375rem;
  text-align: left;
}

table:not(.before-after) th {
  background-color: #46bab9;
  color: #fff;
}

table {
  width: 100%;
}

/*
|--------------------------------------------------------------------------
| Basic styles for all slick sliders
|--------------------------------------------------------------------------
*/
.slick-prev,
.slick-next {
  background: #fff;
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  border: 1px solid #e5e4e4;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #000;
}

.slick-prev:before,
.slick-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lazer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4f4d4c;
  line-height: 1;
}

.slick-list {
  padding-top: 1.25rem;
}

.slick-track {
  margin-top: 1.375rem;
}

.slick-prev {
  right: auto;
  left: 0;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-next:before {
  content: "";
}

@media screen and (min-width: 64em) {
  .slick-list {
    padding-top: 0;
  }
  .slick-prev,
  .slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .slick-prev {
    left: -1.5625rem;
  }
  .slick-next {
    right: -1.5625rem;
  }
}

/*
|--------------------------------------------------------------------------
| Base widget styles
|--------------------------------------------------------------------------
*/
.widget {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: #f7f7f7;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .widget {
    padding-top: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.widget h4:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lazer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.9375rem;
}

/*
|--------------------------------------------------------------------------
| Social share widget
|--------------------------------------------------------------------------
*/
.widget.social-share {
  text-align: center;
}

.widget.social-share h5 {
  color: #4f4d4c;
}

.widget.social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.social-share ul li {
  font-size: 30px;
  font-size: 1.875rem;
  display: inline-block;
  margin: 0 5px;
}

.widget.social-share ul li.twitter a {
  color: #55acee;
}

.widget.social-share ul li.twitter a:before {
  content: "";
}

.widget.social-share ul li.twitter a:hover {
  color: #2795e9;
}

.widget.social-share ul li.facebook a {
  color: #3b5998;
}

.widget.social-share ul li.facebook a:before {
  content: "";
}

.widget.social-share ul li.facebook a:hover {
  color: #2d4373;
}

.widget.social-share ul li.google a {
  color: #dd4b39;
}

.widget.social-share ul li.google a:before {
  content: "";
}

.widget.social-share ul li.google a:hover {
  color: #c23321;
}

.widget.social-share ul li.pinterest a {
  color: #cb2027;
}

.widget.social-share ul li.pinterest a:before {
  content: "";
}

.widget.social-share ul li.pinterest a:hover {
  color: #9f191f;
}

.widget.social-share ul li.email a {
  color: #6b6a69;
}

.widget.social-share ul li.email a:before {
  content: "";
}

.widget.social-share ul li.email a:hover {
  color: #515150;
}

.widget.social-share ul a {
  text-decoration: none;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
  display: block;
}

.widget.social-share ul span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
|--------------------------------------------------------------------------
| Contact us widget
|--------------------------------------------------------------------------
*/
.widget.contact {
  background-color: #353535;
  color: #fff;
}

.widget.contact h5 {
  color: #4f4d4c;
}

.widget.contact .button {
  margin-bottom: 0;
}

.widget.contact .feedback {
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.widget.contact .feedback.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.widget.contact .feedback.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.widget.contact .form-group {
  margin-bottom: 0.9375rem;
}

.widget.contact .form-group .form-control {
  margin-bottom: 0;
}

.widget.contact .form-group .error {
  display: block;
  color: red;
}

/*
|--------------------------------------------------------------------------
| Call to book widget
|--------------------------------------------------------------------------
*/
.widget.booking {
  border-top: 4px solid #46bab9;
  text-align: center;
}

.widget.booking h5 {
  color: #4f4d4c;
}

.widget.booking .button {
  margin: 0;
}

/*
|--------------------------------------------------------------------------
| Latest news widget
|--------------------------------------------------------------------------
*/
.widget.news {
  border-top: 4px solid #46bab9;
}

.widget.news h4:before {
  content: "";
}

.widget.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.news ul a {
  text-decoration: none;
  color: #4f4d4c;
  display: block;
}

.widget.news ul a:hover {
  color: #46bab9;
}

.widget.news ul h5 {
  font-weight: 600;
  color: inherit;
  margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Testimonials widget
|--------------------------------------------------------------------------
*/
.widget.testimonial {
  background-color: #353535;
  border-top: 4px solid #46bab9;
  color: #fff;
}

.widget.testimonial h4:before {
  content: "";
}

.widget.testimonial blockquote {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  font-style: italic;
  border: none;
  padding: 0;
  color: inherit;
}

.widget.testimonial blockquote:before, .widget.testimonial blockquote:after {
  content: '"';
  margin: 0;
}

.widget.testimonial a:hover {
  color: #1098a0;
}

/*
|--------------------------------------------------------------------------
| Home Page
|--------------------------------------------------------------------------
*/
main.home {
  padding-top: 0;
}

main.home .intro-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.home .intro-slider li.slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  outline: none;
}

main.home .intro-slider .slick-list, main.home .intro-slider .slick-track {
  padding: 0;
  margin: 0;
}

main.home .intro-slider .slide-content {
  overflow: hidden;
  color: #fff;
  padding: 3.125rem;
  padding-bottom: 0;
  text-align: center;
}

main.home .intro-slider .slide-content .title {
  color: #fff;
}

main.home .intro-slider .slide-content .message {
  max-width: 90%;
  margin-bottom: 2rem;
}

main.home .intro-slider .slide-content .button {
  margin-bottom: 0;
}

main.home .intro-slider .slick-dots {
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.home .intro-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

main.home .intro-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

main.home .intro-slider .slick-dots button:before {
  font-family: slick;
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

main.home .intro-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

main.home .intro {
  padding-bottom: 46%;
  background: #fff;
  background-image: url("../images/header.mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

main.home .intro .box {
  display: none;
}

main.home .mobile-intro {
  text-align: center;
  margin-bottom: 1rem;
}

main.home .treatments-slider {
  margin-bottom: 2rem;
}

main.home .treatments-slider > h4 {
  color: #4f4d4c;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.home .treatments-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.home .treatments-slider li {
  outline: none;
}

main.home .treatments-slider a {
  display: block;
  width: 100%;
  min-height: 250px;
  outline: none;
  position: relative;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main.home .treatments-slider a:before {
  display: block;
  content: '';
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

main.home .treatments-slider a:hover:before {
  opacity: 0.6;
}

main.home .treatments-slider h3 {
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

main.home .special-offer {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.home .special-offer h4 {
  font-weight: 600;
  margin: 0;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

main.home .special-offer span {
  font-weight: 400;
  color: #4f4d4c;
}

main.home .special-offer .button {
  margin: 0;
}

main.home .special-offer + hr {
  display: none;
}

main.home .about-us {
  margin-bottom: 2rem;
}

main.home .about-us header.sub-group h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

main.home .about-us > .content {
  text-align: center;
  margin-bottom: 2rem;
}

main.home .about-us > .content .button {
  display: none;
}

main.home .meet-team {
  margin-bottom: 2rem;
}

main.home .meet-team > h4 {
  position: absolute;
  color: #4f4d4c;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.home .meet-team .team-wrapper {
  padding-top: 1.25rem;
}

main.home .meet-team .member {
  display: block;
  outline: none;
}

main.home .meet-team .member header.sub-group {
  text-align: left;
}

main.home .meet-team .member header.sub-group h6 {
  margin-bottom: 0;
}

main.home .meet-team .member img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

main.home .home-widgets > div:last-child .widget {
  margin-bottom: 0;
}

.no-flexbox main.home .special-offer::after {
  content: '';
  clear: both;
  display: table;
}

.no-flexbox main.home .special-offer h4 {
  float: left;
}

.no-flexbox main.home .special-offer .button {
  float: right;
}

@media screen and (min-width: 48em) {
  main.home .intro {
    background-image: url("../images/header.desktop.jpg");
    padding-bottom: 35%;
  }
}

main.home .meet-team .team-wrapper {
  padding-top: 0;
}

main.home .meet-team .team-wrapper .slick-slide {
  margin: 0 10px;
}

main.home .treatments-slider ul {
  margin: 0 -10px;
}

main.home .treatments-slider .slick-slide {
  margin: 0 10px;
}

@media screen and (min-width: 64em) {
  main.home {
    padding-bottom: 0;
  }
  main.home .intro-slider li.slick-slide {
    min-height: 31.25rem;
    padding-bottom: 9%;
    position: relative;
  }
  main.home .intro-slider .slide-content {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 40%;
    text-align: left;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  main.home .intro {
    position: relative;
    min-height: 31.25rem;
  }
  main.home .intro .box {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    color: #fff;
    max-width: 40%;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  main.home .intro h1 {
    color: #fff;
  }
  main.home .intro p {
    max-width: 90%;
    margin-bottom: 2rem;
  }
  main.home .intro .button {
    margin-bottom: 0;
  }
  main.home .mobile-intro {
    display: none;
  }
  main.home .treatments-slider > h4 {
    display: none;
  }
  main.home .treatments-slider ul {
    margin: 0 -10px;
  }
  main.home .treatments-slider .slick-slide {
    margin: 0 10px;
  }
  main.home .treatments-slider a {
    min-height: 300px;
  }
  main.home .special-offer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.home .special-offer + hr {
    display: block;
  }
  main.home .about-us {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 1rem;
  }
  main.home .about-us > .content, main.home .about-us > aside {
    margin-bottom: 0;
  }
  main.home .about-us > .content {
    font-size: 19px;
    font-size: 1.1875rem;
    position: relative;
    min-height: 1px;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position-y: 30px;
    padding-left: 1.5625rem;
    text-align: left;
    background-size: contain;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  main.home .about-us > .content {
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  main.home .about-us > aside {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.9375rem;
  }
  main.home .about-us .widget {
    margin-bottom: 0;
  }
  main.home .meet-team {
    padding-top: 2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  main.home .meet-team > h4 {
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  main.home .meet-team > h4:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lazer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.9375rem;
  }
  main.home .meet-team .team-wrapper {
    padding-top: 0;
  }
  main.home .meet-team .team-wrapper .slick-slide {
    margin: 0 10px;
  }
  main.home .home-widgets {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  main.home .home-widgets > div {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.home .home-widgets > div:first-child {
    padding-right: 0.625rem;
  }
  main.home .home-widgets > div:last-child {
    padding-left: 0.625rem;
  }
  main.home .home-widgets .widget {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .no-flexbox main.home .about-us {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed;
  }
  .no-flexbox main.home .about-us > .content {
    position: relative;
    min-height: 1px;
    display: table-cell;
    vertical-align: top;
    float: none !important;
    width: 66.6666666667%;
  }
  .no-flexbox main.home .about-us > aside {
    position: relative;
    min-height: 1px;
    display: table-cell;
    vertical-align: top;
    float: none !important;
    width: 33.3333333333%;
  }
  .no-flexbox main.home .home-widgets {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed;
  }
  .no-flexbox main.home .home-widgets > div {
    position: relative;
    min-height: 1px;
    display: table-cell;
    vertical-align: top;
    float: none !important;
    width: 50%;
  }
}

/*
|--------------------------------------------------------------------------
| About Page
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Team Page
|--------------------------------------------------------------------------
*/
main.team .team-list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

main.team .team-list li {
  border-bottom: 1px solid #e5e4e4;
  padding: 1.25rem 0;
}

main.team .team-list li::after {
  content: '';
  clear: both;
  display: table;
}

main.team .team-list li .qualifications {
  font-weight: 600;
  margin-bottom: 1rem;
}

main.team .team-list header.sub-group {
  text-align: left;
}

main.team .team-list header.sub-group h6 {
  margin-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  main.team .team-list li img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 48em) {
  main.team .team-list li::after {
    content: '';
    clear: both;
    display: table;
  }
  main.team .team-list li > img {
    width: 30%;
    float: left;
    margin-right: 1.25rem;
  }
  main.team .team-list li > div {
    width: 65%;
    float: left;
  }
  main.team .team-list header.sub-group h6 {
    margin-bottom: 0.3125rem;
  }
}

/*
|--------------------------------------------------------------------------
| Testimonials Page
|--------------------------------------------------------------------------
*/
main.testimonials .list {
  border-top: 1px solid #e5e4e4;
  margin-bottom: 1rem;
}

main.testimonials .list blockquote {
  border: none;
  padding: 1.25rem;
  border-bottom: 1px solid #e5e4e4;
  margin: 0;
  background: #fff;
}

main.testimonials .list blockquote:nth-child(even) {
  background: #f7f7f7;
}

@media screen and (min-width: 64em) {
  main.testimonials .list {
    margin-left: -0.9375rem;
  }
}

/*
|--------------------------------------------------------------------------
| News Page
|--------------------------------------------------------------------------
*/
main.news .news-list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

main.news .news-list li {
  border-bottom: 1px solid #e5e4e4;
  padding: 1.25rem 0;
}

main.news .news-list li::after {
  content: '';
  clear: both;
  display: table;
}

main.news .news-list li h5 {
  margin-bottom: 0;
}

main.news .news-list li .date {
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (max-width: 63.9375em) {
  main.news .news-list li img {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 48em) {
  main.news .news-list li > img {
    float: left;
    margin-right: 1.25rem;
  }
  main.news .news-list li > div {
    float: left;
    padding-top: 1.25rem;
  }
}

/*
|--------------------------------------------------------------------------
| Contact Page
|--------------------------------------------------------------------------
*/
main.contact > article {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 64em) {
  main.contact > article {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

main.contact h4 [class*='icon-'] {
  margin-right: 0.625rem;
}

main.contact .contact-form, main.contact .map, main.contact .info {
  margin-bottom: 2rem;
}

main.contact .be-social {
  padding: 1.875rem;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 1rem;
}

main.contact .be-social h5 {
  color: #4f4d4c;
}

main.contact a.icon-facebook-round {
  font-size: 50px;
  font-size: 3.125rem;
  color: #3b5998;
  text-decoration: none;
}

main.contact a.icon-facebook-round:hover {
  color: #2d4373;
}

main.contact a.icon-facebook-round span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

main.contact .contact-form .widget {
  margin-bottom: 0;
}

main.contact .info ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}

main.contact .info ul span {
  width: 6.25rem;
  display: inline-block;
  color: #46bab9;
}

main.contact .info a.icon-facebook-round {
  display: none;
}

@media screen and (min-width: 64em) {
  main.contact > article {
    padding: 0;
    width: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  main.contact .contact-form, main.contact .map, main.contact .info {
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  main.contact .contact-form, main.contact .map, main.contact .info {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  main.contact .contact-form {
    right: 66.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.contact .contact-form .widget {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  main.contact .map {
    left: 33.3333333333%;
    background: #f7f7f7;
    position: relative;
    min-height: 500px;
  }
  main.contact .map #map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  main.contact .map .fa.fa-map-marker {
    font-size: 60px;
    font-size: 3.75rem;
  }
  main.contact .map .address {
    padding: 1.25rem;
    background-color: #fff;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    right: 1.875rem;
    z-index: 2;
  }
  main.contact .map .address [class*='icon-'] {
    color: #4f4d4c;
  }
  main.contact .info {
    left: 33.3333333333%;
  }
  main.contact .info a.icon-facebook-round {
    display: inline-block;
  }
  main.contact .be-social {
    display: none;
  }
}

/*
|--------------------------------------------------------------------------
| Treatment Page
|--------------------------------------------------------------------------
*/
main.treatment section > h4 {
  text-align: center;
}

main.treatment .results-gallery .gallery-item {
  margin-bottom: 10px;
}

main.treatment .results-gallery .gallery-item .image-row,
main.treatment .results-gallery .gallery-item .description-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

main.treatment .results-gallery .gallery-item .image-row .col,
main.treatment .results-gallery .gallery-item .description-row .col {
  display: block;
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  font-weight: 600;
  margin-right: 20px;
}

main.treatment .results-gallery .gallery-item .image-row .col:last-child,
main.treatment .results-gallery .gallery-item .description-row .col:last-child {
  margin-right: 0px;
}

main.treatment .results-gallery .gallery-item .image-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 5px;
}

main.treatment .results-gallery .gallery-item .image-row img {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
}

main.treatment .summary {
  margin-bottom: 1rem;
}

main.treatment .summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.treatment .summary ul li {
  padding: 0 3.125rem;
  margin-bottom: 1rem;
  position: relative;
}

main.treatment .summary ul li::after {
  content: '';
  clear: both;
  display: table;
}

main.treatment .summary ul li [class*='icon-'] {
  font-size: 30px;
  font-size: 1.875rem;
  color: #46bab9;
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.treatment .summary ul li strong {
  font-weight: bold;
}

main.treatment .summary ul li strong, main.treatment .summary ul li span {
  display: block;
  padding-left: 3.75rem;
}

main.treatment .prices {
  padding-bottom: 1rem;
}

main.treatment .faq .question {
  margin-bottom: 1rem;
}

main.treatment .faq .question:last-of-type {
  margin-bottom: 0;
}

main.treatment .faq .question h5 {
  background-color: #46bab9;
  color: #fff;
  padding: 0.9375rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
}

main.treatment .faq .question h5:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lazer' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.treatment .faq .question > div {
  display: none;
  border: 1px solid #e5e4e4;
  padding: 0.9375rem;
}

@media screen and (min-width: 64em) {
  main.treatment section > h4 {
    text-align: left;
  }
  main.treatment .summary {
    margin-bottom: 0;
  }
  main.treatment .summary ul::after {
    content: '';
    clear: both;
    display: table;
  }
  main.treatment .summary ul li {
    padding: 0;
    width: 50%;
    float: left;
    margin-bottom: 2rem;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-appearance: none;
  background-color: #46bab9;
  color: #fff;
}

.button:hover, .button:focus {
  background-color: #599c9b;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #46bab9;
  color: foreground(#46bab9, #000, #fff);
}

.button.primary:hover, .button.primary:focus {
  background-color: #0b686e;
  color: foreground(#46bab9, #000, #fff);
}

.button.secondary {
  background-color: #353535;
  color: foreground(#353535, #000, #fff);
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #2a2a2a;
  color: foreground(#353535, #000, #fff);
}

.button.alert {
  background-color: #ed6c63;
  color: foreground(#ed6c63, #000, #fff);
}

.button.alert:hover, .button.alert:focus {
  background-color: #e63327;
  color: foreground(#ed6c63, #000, #fff);
}

.button.success {
  background-color: #97cd76;
  color: foreground(#97cd76, #000, #fff);
}

.button.success:hover, .button.success:focus {
  background-color: #73bc47;
  color: foreground(#97cd76, #000, #fff);
}

.button.warning {
  background-color: #ffae00;
  color: foreground(#ffae00, #000, #fff);
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: foreground(#ffae00, #000, #fff);
}

.button.info {
  background-color: #42afe3;
  color: foreground(#42afe3, #000, #fff);
}

.button.info:hover, .button.info:focus {
  background-color: #1e94cc;
  color: foreground(#42afe3, #000, #fff);
}

.button.hollow {
  border: 1px solid #46bab9;
  color: #46bab9;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #074145;
  color: #074145;
}

.button.hollow.primary {
  border: 1px solid #46bab9;
  color: #46bab9;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #074145;
  color: #074145;
}

.button.hollow.secondary {
  border: 1px solid #353535;
  color: #353535;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #1b1b1b;
  color: #1b1b1b;
}

.button.hollow.alert {
  border: 1px solid #ed6c63;
  color: #ed6c63;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #971a11;
  color: #971a11;
}

.button.hollow.success {
  border: 1px solid #97cd76;
  color: #97cd76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #48762b;
  color: #48762b;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.info {
  border: 1px solid #42afe3;
  color: #42afe3;
}

.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: #135c80;
  color: #135c80;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.icon-left [class*='icon-'], .button.icon-right [class*='icon-'] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: inherit;
  font-weight: inherit;
}

.button.icon-left {
  padding-left: 2.6em;
}

.button.icon-left [class*='icon-'] {
  right: auto;
  left: 1em;
}

.button.icon-right {
  padding-right: 2.6em;
}

.button.icon-right [class*='icon-'] {
  left: auto;
  right: 1em;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #46bab9;
  font-size: 0.875rem;
}

input:not([type])::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6b6a69;
}

input:not([type]):-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6b6a69;
}

input:not([type])::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b6a69;
}

input:not([type]):-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b6a69;
}

input:not([type])::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6b6a69;
}

input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #fff;
  box-shadow: none;
  color: #46bab9;
}

input:not([type]).disabled, input:not([type]):disabled, input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]),
input[type="text"].disabled,
input[type="text"]:disabled,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled]
input[type="text"],
input[type="password"].disabled,
input[type="password"]:disabled,
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled]
input[type="password"],
input[type="date"].disabled,
input[type="date"]:disabled,
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled]
input[type="date"],
input[type="datetime"].disabled,
input[type="datetime"]:disabled,
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"].disabled,
input[type="datetime-local"]:disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled]
input[type="datetime-local"],
input[type="month"].disabled,
input[type="month"]:disabled,
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled]
input[type="month"],
input[type="week"].disabled,
input[type="week"]:disabled,
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled]
input[type="week"],
input[type="email"].disabled,
input[type="email"]:disabled,
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled]
input[type="email"],
input[type="number"].disabled,
input[type="number"]:disabled,
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled]
input[type="number"],
input[type="search"].disabled,
input[type="search"]:disabled,
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled]
input[type="search"],
input[type="tel"].disabled,
input[type="tel"]:disabled,
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled]
input[type="tel"],
input[type="time"].disabled,
input[type="time"]:disabled,
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled]
input[type="time"],
input[type="url"].disabled,
input[type="url"]:disabled,
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled]
input[type="url"],
input[type="color"].disabled,
input[type="color"]:disabled,
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled]
input[type="color"],
textarea.disabled,
textarea:disabled,
textarea[disabled],
textarea[readonly],
fieldset[disabled]
textarea {
  color: #46bab9;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: none;
  cursor: not-allowed;
}

label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 5px;
  cursor: pointer;
}

label.right {
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5rem 0.75rem;
  display: inline-block;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input[type="range"] {
  display: block;
  width: 100%;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 3px;
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: baseline;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  margin: 0 0 1rem 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input[type="file"] {
  width: 100%;
  line-height: normal;
}

select:not(.default) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #46bab9;
  font-size: 0.875rem;
  text-indent: 0;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

select:not(.default)::-webkit-input-placeholder {
  color: #6b6a69;
}

select:not(.default):-moz-placeholder {
  color: #6b6a69;
}

select:not(.default)::-moz-placeholder {
  color: #6b6a69;
}

select:not(.default):-ms-input-placeholder {
  color: #6b6a69;
}

select:not(.default)::-webkit-input-placeholder {
  color: #6b6a69;
}

select:not(.default):focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #fff;
  box-shadow: none;
  color: #46bab9;
}

select:not(.default).disabled, select:not(.default):disabled, select:not(.default)[disabled], select:not(.default)[readonly],
fieldset[disabled] select:not(.default) {
  color: #46bab9;
  background-color: #fff;
  opacity: 0.8;
  box-shadow: none;
  cursor: not-allowed;
}

select:not(.default)[multiple], select:not(.default)[size] {
  height: auto;
}
