@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

main {
  overflow: hidden; }

button,
.button,
input[type="button"],
input[type="submit"], .index-container .button, .plan .button {
  padding: 0.9em 2em;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: white;
  border: 2px solid #999;
  border-radius: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none; }
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    color: black;
    background-color: white;
    border: 2px solid black; }

button.white,
.button.white,
input[type="button"].white,
input[type="submit"].white, button.black,
.button.black,
input[type="button"].black,
input[type="submit"].black {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  button.white > span,
  .button.white > span,
  input[type="button"].white > span,
  input[type="submit"].white > span, button.black > span,
  .button.black > span,
  input[type="button"].black > span,
  input[type="submit"].black > span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: top 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: top 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  button.white > span:last-of-type,
  .button.white > span:last-of-type,
  input[type="button"].white > span:last-of-type,
  input[type="submit"].white > span:last-of-type, button.black > span:last-of-type,
  .button.black > span:last-of-type,
  input[type="button"].black > span:last-of-type,
  input[type="submit"].black > span:last-of-type {
    top: 150%;
    -webkit-transition: top 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: top 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  button.white:hover > span,
  .button.white:hover > span,
  input[type="button"].white:hover > span,
  input[type="submit"].white:hover > span, button.black:hover > span,
  .button.black:hover > span,
  input[type="button"].black:hover > span,
  input[type="submit"].black:hover > span, button.white:focus > span,
  .button.white:focus > span,
  input[type="button"].white:focus > span,
  input[type="submit"].white:focus > span, button.black:focus > span,
  .button.black:focus > span,
  input[type="button"].black:focus > span,
  input[type="submit"].black:focus > span {
    top: -150%; }
  button.white:hover > span:last-of-type,
  .button.white:hover > span:last-of-type,
  input[type="button"].white:hover > span:last-of-type,
  input[type="submit"].white:hover > span:last-of-type, button.black:hover > span:last-of-type,
  .button.black:hover > span:last-of-type,
  input[type="button"].black:hover > span:last-of-type,
  input[type="submit"].black:hover > span:last-of-type, button.white:focus > span:last-of-type,
  .button.white:focus > span:last-of-type,
  input[type="button"].white:focus > span:last-of-type,
  input[type="submit"].white:focus > span:last-of-type, button.black:focus > span:last-of-type,
  .button.black:focus > span:last-of-type,
  input[type="button"].black:focus > span:last-of-type,
  input[type="submit"].black:focus > span:last-of-type {
    top: 50%; }

button.white,
.button.white,
input[type="button"].white,
input[type="submit"].white {
  width: 18.75rem;
  height: 3rem;
  color: #222222;
  background: white;
  border: none; }
button.black,
.button.black,
input[type="button"].black,
input[type="submit"].black {
  width: 13.8125rem;
  height: 3rem;
  color: white;
  background: #222222;
  border: none; }
button.gray-outline,
.button.gray-outline,
input[type="button"].gray-outline,
input[type="submit"].gray-outline {
  width: 16.5625rem;
  height: 3.8125rem;
  padding: 1.125rem 1em;
  border: 1px solid #666666;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  color: white;
  background: none; }
  button.gray-outline:hover, button.gray-outline:focus,
  .button.gray-outline:hover,
  .button.gray-outline:focus,
  input[type="button"].gray-outline:hover,
  input[type="button"].gray-outline:focus,
  input[type="submit"].gray-outline:hover,
  input[type="submit"].gray-outline:focus {
    color: #222222;
    background: white; }

@media only screen and (max-width: 5000px) {
  html {
    font-size: 100%; } }
@media only screen and (max-width: 1920px) {
  html {
    font-size: 100%; } }
@media only screen and (max-width: 1440px) {
  html {
    font-size: 65.625%; } }

body {
  line-height: 1.5rem; }

a {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.05em; }
  a:hover {
    color: #1b1b1b; }
  a.active {
    color: #22313F; }
  a.reset-anchor-styles {
    font-style: normal;
    font-size: 100%;
    line-height: 1.5rem;
    letter-spacing: 0; }

body {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  background-color: white; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "kepler-std", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333; }

h3, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }

h1 {
  font-weight: 400; }

h2, h4 {
  font-weight: 700; }

h3 {
  font-weight: 400; }

h5, h6 {
  font-weight: 500; }

h1 {
  letter-spacing: -0.01em; }

h6 {
  letter-spacing: 0.05em; }

p {
  margin: 1.5rem 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.025em; }

hr {
  margin: 0.71875em auto;
  margin-left: 0;
  border-bottom: 1px solid #2ab292;
  border-left: none;
  border-right: none;
  border-top: none; }
  hr.two-base-lines {
    margin-top: 1.46875em;
    margin-bottom: 1.46875em; }
  hr.three-base-lines {
    margin-top: 2.21875em;
    margin-bottom: 2.21875em; }

blockquote {
  margin: 1em 0;
  padding: 0.5em 0 0.5em 1em;
  color: #7d7d7d;
  border-left: 3px solid #2ab292; }

cite {
  font-style: italic;
  color: #949494; }
  cite:before {
    content: '\2014 \00A0'; }

h1 {
  font-size: 11.39063em;
  line-height: 1.0535em; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 2.44141em;
      line-height: 1.2288em; } }

h2 {
  font-size: 3.375em;
  line-height: 1.33333em; }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 1.95313em;
      line-height: 1.536em; } }

h3 {
  font-size: 2.25em;
  line-height: 1.33333em; }
  @media only screen and (max-width: 1024px) {
    h3 {
      font-size: 1.5625em;
      line-height: 1.92em; } }

h4 {
  font-size: 1.5em;
  line-height: 2em; }
  @media only screen and (max-width: 1024px) {
    h4 {
      font-size: 1.25em;
      line-height: 1.2em; } }

h5 {
  font-size: 1em;
  line-height: 1.5em; }
  @media only screen and (max-width: 1024px) {
    h5 {
      font-size: 1em;
      line-height: 1.5em; } }

h6 {
  font-size: 1em;
  line-height: 1.5em; }
  @media only screen and (max-width: 1024px) {
    h6 {
      font-size: 1em;
      line-height: 1.5em; } }

p {
  font-size: 1em;
  line-height: 1.5em; }
  @media only screen and (max-width: 1024px) {
    p {
      font-size: 0.9375em;
      line-height: 1.6em; } }

.drop-down {
  display: inline-block;
  position: relative; }
  .drop-down:hover {
    color: #cccccc; }

.drop-down-list {
  display: none;
  position: absolute;
  top: 50%; }
  .drop-down-list > * {
    padding: 0.25em;
    width: 10rem;
    color: white;
    background-color: #22313F;
    text-align: center; }
    .drop-down-list > *:hover {
      color: #cccccc;
      background-color: #293b4c; }
  .drop-down-list *:first-of-type {
    border-radius: 0.1875rem 0.1875rem 0 0; }
  .drop-down-list *:last-of-type {
    border-radius: 0 0 0.1875rem 0.1875rem; }

.drop-down:hover .drop-down-list {
  padding-top: 1em;
  display: block;
  z-index: 100; }

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: none; }

li {
  display: block; }

dl dt {
  font-weight: bold; }
dl dd {
  margin: 0; }

.index-container .list-item {
  padding: 1em 0;
  background-color: white; }
  .index-container .list-item:nth-child(even) {
    background-color: #f7f7f7; }
.index-container .button {
  margin-right: 1em; }

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"],
select,
textarea {
  font-size: 0.75em;
  line-height: 2em;
  margin: 0.2em 0;
  padding: 0.45em;
  display: block;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0.1875rem;
  outline: none; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="date"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="month"]:hover,
  input[type="week"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="time"]:hover,
  input[type="url"]:hover,
  input[type="color"]:hover,
  select:hover,
  textarea:hover {
    border: 1px solid #a3a3a3; }
  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,
  select:focus,
  textarea:focus {
    box-shadow: none;
    background-color: white; }
  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,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #f4f4f4;
    font-style: normal;
    letter-spacing: 0.1em; }
  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,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #f4f4f4;
    font-style: normal;
    letter-spacing: 0.1em; }
  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,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #f4f4f4;
    font-style: normal;
    letter-spacing: 0.1em; }
  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,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #f4f4f4;
    font-style: normal;
    letter-spacing: 0.1em; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 1em; }

label {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0.05em; }
  label abbr {
    display: none; }

i {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #ccc; }
  i:hover {
    color: #a3a3a3; }

.exit-icon {
  width: 2.1875rem;
  height: 2.0625rem; }
  .exit-icon .st0 {
    fill: #999999; }

.facebook-icon {
  width: 0.625rem;
  height: 1.125rem; }
  .facebook-icon .st0 {
    fill: #999999; }

.gplus-icon {
  width: 1.375rem;
  height: 1.1875rem; }
  .gplus-icon .st0 {
    fill: #999999; }

.linked-in-icon {
  width: 1.1875rem;
  height: 1.1875rem; }
  .linked-in-icon .st0 {
    fill: #999999; }

.menu-exit {
  width: 1.6875rem;
  height: 1.5625rem; }

.menu-icon {
  width: 2.875rem;
  height: 1.5rem; }
  .menu-icon .cls-1 {
    fill: none;
    stroke: #242834;
    stroke-width: 0.15625rem;
    fill-rule: evenodd; }

.neuro-icon-default {
  width: 2.875rem;
  height: 2rem; }
  .neuro-icon-default .st0 {
    fill: #AAAAAA; }

.neuro-icon-active {
  width: 2.875rem;
  height: 2rem; }
  .neuro-icon-active .st0 {
    fill: #99CFE2; }
  .neuro-icon-active .st1 {
    fill: #DEF6F9; }

.sleep-icon-default {
  width: 2.625rem;
  height: 2.6875rem; }
  .sleep-icon-default .st0 {
    fill: #A9AAAA; }
  .sleep-icon-default .st1 {
    fill: none;
    stroke: #A9AAAA;
    stroke-miterlimit: 10; }
  .sleep-icon-default .st2 {
    fill: none;
    stroke: #A9AAAA;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

.sleep-icon-active {
  width: 2.625rem;
  height: 2.6875rem; }
  .sleep-icon-active .st0 {
    fill: #DEF6F9; }
  .sleep-icon-active .st1 {
    fill: none;
    stroke: #99CFE2;
    stroke-width: 0.75;
    stroke-miterlimit: 10; }
  .sleep-icon-active .st2 {
    fill: none;
    stroke: #99CFE2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

.side-arrow {
  width: 0.375rem;
  height: 0.66875rem; }
  .side-arrow .st0 {
    fill: none;
    stroke: #666766;
    stroke-linecap: round;
    stroke-miterlimit: 10; }

.side-arrow-big {
  width: 1rem;
  height: 1.84375rem; }
  .side-arrow-big .st0 {
    fill: #666766; }

.brain-header-overlay {
  width: 120rem;
  height: 67.5rem; }
  .brain-header-overlay .st0 {
    fill: #66CDF1; }

.brain-header {
  width: 120rem;
  height: 67.5rem; }
  .brain-header .st0 {
    fill: #D5E7EF; }

.inverse-circle-square {
  width: 47.375rem;
  height: 47.375rem; }
  .inverse-circle-square .st0 {
    fill: #f4f4f4; }

.plan ul {
  background-color: #22313F;
  color: white;
  text-align: center;
  border-radius: 0.1875rem; }
.plan .title {
  padding: 1rem 0;
  background-color: #22313F;
  font-size: 24px;
  border-radius: 0.1875rem; }
.plan .price {
  padding: 1.5rem 0;
  font-size: 182.25px;
  background-color: #293b4c; }
  .plan .price span {
    font-size: 1.25rem;
    font-weight: 100; }
    .plan .price span.money-symbol {
      position: relative;
      top: -1.7em;
      right: -0.8em; }
    .plan .price span.month-text {
      position: relative;
      left: -0.8em; }
.plan .feature {
  padding: 0.75em 0; }
.plan .button {
  margin: 1.2em 0 1.6em 0; }

.plan {
  width: 20em; }

.alert-box {
  margin-bottom: 0;
  display: none; }
  .alert-box.alert {
    background-color: #D24D57;
    border: 1px solid #D24D57; }
  .alert-box.success {
    background-color: #3FC380;
    border: 1px solid #3FC380; }
  .alert-box.warning {
    background-color: #f08a24;
    border: 1px solid #f08a24; }
  .alert-box .alert-box-content {
    opacity: 0.0; }
  .alert-box .close-button {
    color: white;
    opacity: 0.6; }

li.state-green, li.state-yellow, li.state-red {
  width: 10em;
  padding: 0.5em 0;
  font-weighT: 600;
  font-size: 0.875em;
  color: white;
  border-radius: 0.1875rem;
  text-align: center; }

li.state-green {
  background-color: #3FC380; }

li.state-yellow {
  background: #f1c205; }

li.state-red {
  background: #D24D57; }

table {
  width: 100%;
  table-layout: fixed; }

th {
  padding: 0.7em 3em;
  color: #333333;
  border-bottom: 2px solid #ccc;
  text-align: left;
  font-family: "kepler-std", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600; }

td {
  padding: 1.5em 3em;
  color: #666;
  text-align: left; }

tr:nth-child(odd) {
  background-color: white; }
tr:nth-child(even) {
  background-color: #f4f4f4; }

.menu.active .overlay {
  opacity: 1;
  visibility: visible; }
.menu.active .menu-content {
  background: white;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  pointer-events: auto;
  z-index: 1000; }
.menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 10;
  background: rgba(34, 34, 34, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 750ms;
  transition: 750ms; }
.menu .menu-content {
  width: 38.5625rem;
  min-width: 32%;
  max-width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  background: transparent;
  z-index: 9;
  -webkit-transition: 750ms;
  transition: 750ms;
  pointer-events: none;
  -webkit-transform: translate(4.5em);
          transform: translate(4.5em); }
.menu .menu-exit {
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .menu .menu-exit:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
.menu ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 3.75em;
  padding-right: 4.5em;
  box-sizing: border-box;
  top: 40%;
  left: 0;
  right: 0; }
.menu li {
  margin-bottom: 2.25em; }
.menu .contact-us-container {
  display: none; }
.menu a:hover h2, .menu a:focus h2 {
  color: #99cfe2; }
.menu .contact-us {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.menu h2 {
  color: #333333;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }
.menu .section-label-container {
  width: 4.5rem;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
.menu .section-label {
  color: #333333;
  font-family: "kepler-std", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 25rem;
  height: 0;
  margin: auto;
  position: absolute;
  left: -10.375rem;
  will-change: transform;
  -webkit-transform: translateY(50vh) rotateZ(-90deg);
          transform: translateY(50vh) rotateZ(-90deg);
  text-align: center; }
  .menu .section-label.active {
    opacity: 1; }
  .menu .section-label.inactive {
    opacity: 0; }
@media only screen and (max-width: 640px) {
  .menu .menu-content {
    -webkit-transform: translate(3em);
            transform: translate(3em); }
  .menu ul {
    padding-right: 3em; }
  .menu .contact-us-container {
    display: block; } }

nav.top-bar-container {
  height: 4.5em;
  box-sizing: border-box;
  padding: 0 1.5em;
  padding-top: 1.5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  box-shadow: 4px 5px 2.76px 0.24px rgba(0, 0, 0, 0.035); }
  nav.top-bar-container.with-sticky-bottom-nav {
    box-shadow: none; }
  nav.top-bar-container .top-bar {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    nav.top-bar-container .top-bar:after {
      content: " ";
      display: block;
      clear: both; }
  nav.top-bar-container .left-content {
    float: left; }
    nav.top-bar-container .left-content a {
      display: inline-block;
      vertical-align: top;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    nav.top-bar-container .left-content .menu-button {
      margin-right: 1.5rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
      nav.top-bar-container .left-content .menu-button span {
        display: block;
        height: 0.1875rem;
        margin-bottom: 0.4375rem;
        background-color: #242834;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
        nav.top-bar-container .left-content .menu-button span:nth-child(1) {
          width: 2.2rem; }
        nav.top-bar-container .left-content .menu-button span:nth-child(2) {
          width: 2.875rem; }
        nav.top-bar-container .left-content .menu-button span:nth-child(3) {
          width: 2.2rem;
          margin-bottom: 0; }
      nav.top-bar-container .left-content .menu-button:hover span:nth-child(1n), nav.top-bar-container .left-content .menu-button.open span:nth-child(1n) {
        width: 2.875rem; }
    nav.top-bar-container .left-content .logo {
      margin-top: -0.5rem; }
      nav.top-bar-container .left-content .logo img {
        width: 18.9375rem;
        height: 2.9375rem; }
  nav.top-bar-container .right-content {
    float: right;
    text-align: right; }
    nav.top-bar-container .right-content a {
      font-size: 1em;
      line-height: 1.5em;
      font-weight: 500;
      color: #333333;
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      nav.top-bar-container .right-content a span {
        display: inline-block;
        vertical-align: middle; }
        nav.top-bar-container .right-content a span:first-child {
          width: 1.4375rem;
          margin-right: 0.25rem;
          border-bottom: 0.125rem solid #222222;
          -webkit-transform-origin: center right;
                  transform-origin: center right;
          -webkit-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transition: 300ms ease-out;
          transition: 300ms ease-out; }
      nav.top-bar-container .right-content a:hover span:first-child, nav.top-bar-container .right-content a:focus span:first-child {
        -webkit-transform: scaleX(2);
                transform: scaleX(2); }
  @media only screen and (max-width: 640px) {
    nav.top-bar-container .right-content a {
      display: none; } }

footer {
  background-color: #222222;
  position: relative;
  z-index: 1; }
  footer .content-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 6em 1.5em;
    padding-bottom: 2em; }
    footer .content-container:after {
      content: " ";
      display: block;
      clear: both; }
    footer .content-container > div {
      width: 32.20339%;
      float: left; }
      footer .content-container > div:last-child {
        width: 32.20339%;
        float: right;
        margin-right: 0; }
  footer .info {
    text-align: left; }
    footer .info h5 {
      color: white;
      letter-spacing: 0.05em;
      margin-bottom: 1.5rem; }
    footer .info p {
      color: #888888;
      letter-spacing: 0.1em;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
    footer .info .phone p,
    footer .info .fax p {
      display: block;
      margin: 0; }
    footer .info .phone:hover p,
    footer .info .fax:hover p {
      color: white; }
    footer .info .address {
      line-height: 2em; }
    footer .info .social-icons {
      margin-top: 1em;
      margin-bottom: 1.5em;
      margin-left: -0.5rem; }
      footer .info .social-icons li {
        display: inline-block;
        vertical-align: middle; }
        footer .info .social-icons li:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0.25rem;
          height: 0.25rem;
          border-radius: 50%;
          background: #666666; }
        footer .info .social-icons li:last-child {
          margin-right: 0; }
          footer .info .social-icons li:last-child:after {
            content: none;
            margin-right: 0; }
      footer .info .social-icons a {
        display: inline-block;
        vertical-align: middle;
        padding: 0.5rem; }
      footer .info .social-icons .st0 {
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
      footer .info .social-icons a:hover .st0, footer .info .social-icons a:focus .st0 {
        fill: white; }
    footer .info .copyright h6, footer .info .copyright a {
      color: #666666; }
    footer .info .copyright h6 {
      display: inline; }
    footer .info .copyright a {
      font-size: 0.75rem;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #666666;
      -webkit-transition: 300ms;
      transition: 300ms; }
      footer .info .copyright a[href]:hover {
        color: white; }
  footer .talk-to-us {
    box-sizing: border-box;
    padding: 0 1em; }
    footer .talk-to-us h2 {
      color: white;
      line-height: 1.5rem;
      margin-bottom: 4rem; }
  footer .hours {
    text-align: left; }
    footer .hours h5 {
      color: white;
      letter-spacing: 0.05em; }
    footer .hours p {
      margin-top: 0;
      line-height: 2em; }
      footer .hours p span:nth-of-type(odd) {
        display: inline-block;
        min-width: 9rem;
        padding-right: 1.5rem;
        box-sizing: border-box;
        color: #888888;
        letter-spacing: 0.025em; }
      footer .hours p span:nth-of-type(2n) {
        color: white;
        letter-spacing: 0.1em; }
  @media only screen and (max-width: 640px) {
    footer .content-container {
      padding-top: 4.5em;
      text-align: center; }
      footer .content-container > div:nth-child(1n) {
        float: none;
        display: block;
        width: auto;
        padding: 0;
        text-align: center; }
        footer .content-container > div:nth-child(1n).hours {
          display: inline-block;
          text-align: left; }
        footer .content-container > div:nth-child(1n) + div {
          margin-top: 2.25em; }
    footer .talk-to-us h2 {
      margin-bottom: 2.25rem; } }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 750ms;
  transition: 750ms;
  overflow: auto;
  opacity: 0;
  visibility: hidden; }
  .modal.active {
    opacity: 1;
    visibility: visible; }
  .modal .close {
    position: absolute;
    top: 2.25em;
    right: 2.25em;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .modal .close svg {
      display: block; }
    .modal .close:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .modal .modal-content {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 1.5em;
    padding-bottom: 4.5em;
    overflow: auto; }
    .modal .modal-content:after {
      content: " ";
      display: block;
      clear: both; }
  .modal .main-content {
    text-align: left; }
  .modal.fullscreen {
    width: 100%;
    left: 100%; }
    .modal.fullscreen.active {
      -webkit-transform: translate(-100%);
      transform: translate(-100%); }

.ui-radio-button {
  display: block;
  box-sizing: border-box; }
  .ui-radio-button label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 100%;
    letter-spacing: 0; }
  .ui-radio-button label > input {
    visibility: hidden;
    position: absolute; }
  .ui-radio-button.circle span,
  .ui-radio-button.circle img {
    display: inline-block;
    vertical-align: middle; }
  .ui-radio-button.circle span:first-of-type {
    width: 15px;
    height: 15px;
    margin-right: 0.75rem;
    position: relative;
    border: 1px solid #333333;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .ui-radio-button.circle span:first-of-type:after {
      content: '';
      width: 9px;
      height: 9px;
      margin: auto;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      box-sizing: border-box;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
  .ui-radio-button.circle input:hover + span:after, .ui-radio-button.circle input:focus + span:after {
    background: #99cfe2; }
  .ui-radio-button.circle input:checked + span:after {
    background: #99cfe2; }
  @media only screen and (max-width: 1440px) {
    .ui-radio-button.circle span:first-of-type {
      width: 10px;
      height: 10px; }
      .ui-radio-button.circle span:first-of-type:after {
        width: 6px;
        height: 6px; } }

.contact-us-modal {
  background: #f4f4f4;
  padding-top: 5%;
  box-sizing: border-box;
  overflow: auto; }
  .contact-us-modal .modal-content {
    display: table;
    padding: 0;
    width: 100%;
    max-width: 100em;
    position: relative; }
    .contact-us-modal .modal-content > div {
      display: table-cell;
      vertical-align: middle;
      padding: 0 1.5em;
      box-sizing: border-box; }
  .contact-us-modal .map-section .map-and-button {
    margin-bottom: 3rem;
    position: relative; }
  .contact-us-modal .map-section .inverse-circle-square {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1; }
    .contact-us-modal .map-section .inverse-circle-square .st0 {
      pointer-events: fill; }
  .contact-us-modal .map-section .map-container {
    width: 47.375rem;
    max-width: 100%;
    height: 47.375rem;
    margin: 0 auto; }
  .contact-us-modal .map-section #map {
    width: 100%;
    height: 100%; }
  .contact-us-modal .map-section .button {
    font-size: 0.75em;
    line-height: 2em;
    width: 18.75rem;
    height: 3rem;
    padding-left: 0;
    padding-right: 0;
    color: #333333;
    font-weight: 500;
    background: white;
    border: none;
    position: absolute;
    left: 0;
    bottom: 12.7%;
    overflow: hidden;
    text-align: left;
    z-index: 1; }
    .contact-us-modal .map-section .button span {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .contact-us-modal .map-section .button span:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 3rem;
        height: 0.125rem;
        margin-right: 0.5rem;
        background: #333333;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
    .contact-us-modal .map-section .button:hover span:before, .contact-us-modal .map-section .button:focus span:before {
      width: 4.5rem; }
  .contact-us-modal .map-section .address {
    display: block;
    text-align: center;
    color: #333333; }
  .contact-us-modal .form-container {
    width: 45.625rem;
    max-width: 100%; }
  .contact-us-modal h2 {
    color: #333333;
    margin-bottom: 4.5rem; }
  .contact-us-modal form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .contact-us-modal form:after {
      content: " ";
      display: block;
      clear: both; }
  .contact-us-modal .inputs {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .contact-us-modal .inputs:after {
      content: " ";
      display: block;
      clear: both; }
  .contact-us-modal .input-group:nth-of-type(odd) {
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%; }
  .contact-us-modal .input-group:nth-of-type(even) {
    width: 44.44444%;
    float: right;
    margin-right: 0; }
  .contact-us-modal .input-group:last-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .contact-us-modal .white {
    display: block;
    margin: 0 auto;
    margin-top: 6rem; }
  @media only screen and (max-width: 1600px) and (min-width: 1441px), only screen and (max-width: 1024px) {
    .contact-us-modal .map-section .map-container {
      width: 37.375rem;
      height: 37.375rem; } }
  @media only screen and (max-width: 768px) {
    .contact-us-modal {
      text-align: center;
      padding-top: 5.25em; }
      .contact-us-modal .modal-content {
        display: block;
        padding-bottom: 3em;
        overflow: visible; }
        .contact-us-modal .modal-content > div {
          display: inline-block; }
      .contact-us-modal .map-section {
        margin-bottom: 3em; }
      .contact-us-modal .form-container {
        text-align: left; }
      .contact-us-modal h2 {
        margin-bottom: 1.5rem; }
      .contact-us-modal .white {
        margin-top: 3rem; } }
  @media only screen and (max-width: 640px) {
    .contact-us-modal .modal-content {
      position: static;
      -webkit-transform: none;
              transform: none; }
    .contact-us-modal .map-section .map-container {
      width: 27.375rem;
      height: 27.375rem; }
    .contact-us-modal .form-container {
      width: 33.625em; }
    .contact-us-modal .input-group:nth-of-type(1n) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

/* Text input styles and animation*/
.input-hoshi {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0.75em 0;
  overflow: hidden; }
  .input-hoshi input, .input-hoshi textarea {
    display: block;
    float: right;
    width: 100%;
    padding: 0 0.15rem;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    color: #222222;
    font-size: 1rem;
    letter-spacing: 0.1em;
    /* font-weight: $font-weight-semibold;*/
    /* letter-spacing: 0.1em;*/
    position: relative;
    background: none !important;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none; }
    .input-hoshi input:-webkit-autofill, .input-hoshi input:-webkit-autofill:hover, .input-hoshi input:-webkit-autofill:focus, .input-hoshi input:-webkit-autofill:active, .input-hoshi textarea:-webkit-autofill, .input-hoshi textarea:-webkit-autofill:hover, .input-hoshi textarea:-webkit-autofill:focus, .input-hoshi textarea:-webkit-autofill:active {
      -webkit-text-fill-color: #222222 !important;
      -webkit-box-shadow: 0 0 0 100px #f4f4f4 inset;
      -webkit-transition: background-color ease-in-out 0s;
      transition: background-color ease-in-out 0s;
      -webkit-transition-delay: 5000s;
              transition-delay: 5000s; }
    .input-hoshi input:hover, .input-hoshi textarea:hover {
      border: none; }
    .input-hoshi input:focus, .input-hoshi textarea:focus {
      background: none; }
  .input-hoshi label {
    font-size: 0.75em;
    line-height: 2em;
    display: inline-block;
    float: right;
    color: #666666;
    /* font-weight: $font-weight-semibold;*/
    /* letter-spacing: 0.1em;*/
    letter-spacing: 0.05em;
    /* -webkit-font-smoothing: antialiased;*/
    /* -moz-osx-font-smoothing: grayscale;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    line-height: 1.5em;
    text-align: left;
    pointer-events: none;
    box-sizing: border-box; }
    .input-hoshi label::before, .input-hoshi label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 10px);
      border-bottom: 1px solid #222222;
      box-sizing: border-box; }
    .input-hoshi label span {
      display: block;
      padding: 1.5rem 0;
      width: 100%;
      box-sizing: border-box;
      position: absolute; }
    .input-hoshi label::after {
      border-color: #99cfe2;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .input-hoshi.invalid input,
  .input-hoshi.invalid textarea {
    color: red; }
  .input-hoshi.invalid label {
    color: red; }
    .input-hoshi.invalid label::after {
      border-color: red !important; }
  .input-hoshi.invalid label::after {
    border-color: red; }
  .input-hoshi .input-field-hoshi:focus + label span, .input-hoshi.input-filled label span {
    -webkit-animation: animHoshi 0.3s forwards;
    animation: animHoshi 0.3s forwards; }
  .input-hoshi .input-field-hoshi:focus + label::after, .input-hoshi.input-filled label::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media only screen and (max-width: 1440px) {
    .input-hoshi input,
    .input-hoshi textarea {
      margin-bottom: 1rem; } }

@-webkit-keyframes animHoshi {
  50% {
    opacity: 0;
    -webkit-transform: translate(1em, 0);
    transform: translate(1em, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate(-1em, -1.5rem);
    transform: translate(-1em, -1.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -1.5rem);
    transform: translate(0, -1.5rem); } }
@keyframes animHoshi {
  50% {
    opacity: 0;
    -webkit-transform: translate(1em, 0);
    transform: translate(1em, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate(-1em, -1.5rem);
    transform: translate(-1em, -1.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -1.5rem);
    transform: translate(0, -1.5rem); } }
.schedule-appointment-modal {
  background: #f4f4f4;
  text-align: center; }
  .schedule-appointment-modal .modal-content {
    max-width: 77.625em;
    width: 100%;
    padding: 6em 1.5em;
    box-sizing: border-box;
    position: relative;
    z-index: 1; }
  .schedule-appointment-modal .top-copy,
  .schedule-appointment-modal .inputs {
    max-width: 48.625em;
    margin-left: auto;
    margin-right: auto; }
    .schedule-appointment-modal .top-copy:after,
    .schedule-appointment-modal .inputs:after {
      content: " ";
      display: block;
      clear: both; }
  .schedule-appointment-modal h2 {
    color: #333333;
    margin-bottom: 1.5rem; }
  .schedule-appointment-modal p {
    padding: 0 1.5rem;
    color: #666666; }
  .schedule-appointment-modal .inputs {
    margin-bottom: 3em; }
  .schedule-appointment-modal .input-group:nth-of-type(odd) {
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%; }
  .schedule-appointment-modal .input-group:nth-of-type(even) {
    width: 44.44444%;
    float: right;
    margin-right: 0; }
  .schedule-appointment-modal .input-hoshi {
    margin: 0; }
  .schedule-appointment-modal .radio-buttons {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 1.5em 0.75em;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333; }
    .schedule-appointment-modal .radio-buttons:after {
      content: " ";
      display: block;
      clear: both; }
    .schedule-appointment-modal .radio-buttons .radio-buttons-inner-container {
      max-width: 64em;
      margin-left: auto;
      margin-right: auto; }
      .schedule-appointment-modal .radio-buttons .radio-buttons-inner-container:after {
        content: " ";
        display: block;
        clear: both; }
    .schedule-appointment-modal .radio-buttons p {
      font-size: 0.8125em;
      line-height: 1.84615em; }
    .schedule-appointment-modal .radio-buttons .radio-button-question {
      display: block;
      padding: 0 0.75rem;
      margin: 0;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #333333; }
      .schedule-appointment-modal .radio-buttons .radio-button-question.invalid {
        color: red; }
    .schedule-appointment-modal .radio-buttons .ui-radio-button {
      width: 33.33333%;
      float: left;
      padding: 0 0.75rem;
      padding-left: 3rem;
      box-sizing: border-box;
      margin: 1.5rem 0;
      height: 1.5rem; }
      .schedule-appointment-modal .radio-buttons .ui-radio-button:nth-of-type(3n) {
        width: 33.33333%;
        float: right; }
      .schedule-appointment-modal .radio-buttons .ui-radio-button label {
        margin-left: 0.25rem;
        text-indent: -2.25rem; }
      .schedule-appointment-modal .radio-buttons .ui-radio-button p {
        display: inline;
        padding: 0;
        margin: 0;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #666666; }
  .schedule-appointment-modal .white {
    margin: 0 auto;
    margin-top: 2.25rem; }
  @media only screen and (max-width: 640px) {
    .schedule-appointment-modal .modal-content {
      max-width: 33.625em;
      position: static;
      -webkit-transform: none;
              transform: none;
      padding-top: 6em;
      padding-bottom: 3em; }
    .schedule-appointment-modal p {
      padding: 0; }
    .schedule-appointment-modal .input-group:nth-of-type(1n) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .schedule-appointment-modal .radio-buttons .ui-radio-button:nth-of-type(1n) {
      width: 100%;
      float: left; } }

.service .feature-list {
  border-left: 1px solid #dddddd; }
  .service .feature-list li {
    width: 20em;
    position: relative;
    border-bottom: 1px solid #dddddd; }
    .service .feature-list li:last-child {
      border-bottom: none; }
  .service .feature-list a {
    display: block;
    height: 15.6rem; }
    .service .feature-list a:hover, .service .feature-list a:focus, .service .feature-list a.active {
      z-index: 1;
      box-shadow: 1px 1px 12.88px 1.12px rgba(3, 3, 3, 0.06); }
      .service .feature-list a:hover h6, .service .feature-list a:focus h6, .service .feature-list a.active h6 {
        color: #99cfe2; }
  .service .feature-list .image-and-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3em;
    right: 0; }
  .service .feature-list img,
  .service .feature-list .copy {
    display: inline-block;
    vertical-align: top; }
  .service .feature-list img {
    max-height: 4.5em; }
  .service .feature-list h6 {
    color: #666666; }
    .service .feature-list h6 span {
      vertical-align: middle; }
      .service .feature-list h6 span:first-child {
        margin-right: 0.75rem; }
    .service .feature-list h6 hr {
      width: 5.5625rem;
      border-color: #222222; }
  .service .feature-list h4 {
    color: #333333; }

.team-member-card {
  display: inline-block;
  padding: 0.75em;
  height: auto;
  box-sizing: border-box;
  position: relative; }
  .team-member-card .image-container {
    width: 22.9375rem;
    max-width: 100%;
    height: 21.1875rem;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .team-member-card .image-container:hover .copy-overlay, .team-member-card .image-container.active .copy-overlay {
      opacity: 1; }
  .team-member-card .image {
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    background-color: gray; }
  .team-member-card .copy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.25);
    opacity: 0;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out; }
  .team-member-card h4 {
    padding: 0 1rem;
    color: white;
    font-style: italic;
    text-align: center;
    line-height: 1.5rem;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    font-weight: 400; }

.team-member-info {
  display: none;
  position: relative;
  z-index: 1; }
  .team-member-info.active {
    display: block; }
  .team-member-info .image-section,
  .team-member-info .copy {
    padding: 0 5.6%; }
  .team-member-info .image-section {
    max-width: 48em;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .team-member-info .image-section:after {
      content: '';
      width: 150%;
      position: absolute;
      top: 50%;
      left: 50%;
      border-bottom: 2px solid #cdb58d;
      -webkit-transform: translateX(-50%) rotate(30deg);
              transform: translateX(-50%) rotate(30deg); }
  .team-member-info .image-container {
    width: 34.9375rem;
    max-width: 100%;
    height: 34.9375rem;
    margin: 0 auto;
    margin-top: 4.125em;
    margin-bottom: 3em;
    position: relative;
    z-index: 1; }
    .team-member-info .image-container .image {
      height: 100%;
      border-radius: 50%;
      padding: 0.25rem;
      border: 0.125rem solid #cdb58d;
      box-sizing: border-box;
      position: relative;
      background: no-repeat center center / cover;
      background-clip: content-box;
      background-color: gray; }
    .team-member-info .image-container:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      width: 110%;
      height: 110%;
      border-radius: 50%;
      background: #f9f9f9;
      background-color: #f9f9f9;
      /* Old Browsers */
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9F9F9', endColorstr='#FFFDFDFD');
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #fcfcfc));
      background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #fcfcfc 100%);
      background-image: linear-gradient(to bottom, #f9f9f9 0%, #fcfcfc 100%); }
  .team-member-info h4 {
    color: #333333;
    font-weight: 400;
    line-height: 1.5rem; }
  .team-member-info p {
    color: #666666;
    letter-spacing: 0.05em;
    white-space: pre-line; }
  .team-member-info .customizable-text {
    color: #666666; }
  .team-member-info .button {
    margin-top: 3rem; }
  @media only screen and (max-width: 640px) {
    .team-member-info .image-section {
      max-width: 36em; }
    .team-member-info .image-container {
      width: 23.9375rem;
      height: 23.9375rem; } }

.treatment-card {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.5em;
  padding-bottom: 3em;
  box-sizing: border-box; }
  .treatment-card:nth-child(6n+1) .flip-container .back:before, .treatment-card:nth-child(6n+6) .flip-container .back:before {
    background-color: #ff9a49; }
  .treatment-card:nth-child(6n+1) hr, .treatment-card:nth-child(6n+6) hr {
    border-color: #ff9a49; }
  .treatment-card:nth-child(6n+2) .flip-container .back:before, .treatment-card:nth-child(6n+4) .flip-container .back:before {
    background-color: #99cfe2; }
  .treatment-card:nth-child(6n+2) hr, .treatment-card:nth-child(6n+4) hr {
    border-color: #99cfe2; }
  .treatment-card:nth-child(6n+3) .flip-container .back:before, .treatment-card:nth-child(6n+5) .flip-container .back:before {
    background-color: #fcad59; }
  .treatment-card:nth-child(6n+3) hr, .treatment-card:nth-child(6n+5) hr {
    border-color: #fcad59; }
  .treatment-card .flip-container {
    width: 28.125rem;
    max-width: 100%;
    height: 25rem;
    margin: 0 auto;
    border: 2px solid #dddddd;
    box-sizing: border-box;
    background: white;
    -webkit-transition: 750ms;
    transition: 750ms; }
  .treatment-card .flipper, .treatment-card .front, .treatment-card .back {
    width: 100%;
    height: 100%; }
  .treatment-card .flipper {
    position: relative; }
  .treatment-card .front, .treatment-card .back {
    width: auto;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    padding: 0 1em;
    box-sizing: border-box;
    overflow: auto; }
  .treatment-card .front {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 2;
    -webkit-transition: 500ms;
    transition: 500ms; }
  .treatment-card .back {
    overflow: hidden; }
  .treatment-card .back:before,
  .treatment-card .back-content-container {
    -webkit-transition: 500ms 0s;
    transition: 500ms 0s; }
  .treatment-card .back:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0.3125rem;
    background: #99cfe2;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .treatment-card .back-content-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0.75rem);
            transform: translateY(0.75rem); }
  .treatment-card .flip-container:hover,
  .treatment-card .flip-container .hover {
    box-shadow: 1px 1px 12.88px 1.12px rgba(3, 3, 3, 0.06); }
    .treatment-card .flip-container:hover .front,
    .treatment-card .flip-container .hover .front {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-0.75rem);
              transform: translateY(-0.75rem); }
    .treatment-card .flip-container:hover .back,
    .treatment-card .flip-container .hover .back {
      overflow: auto; }
    .treatment-card .flip-container:hover .back:before,
    .treatment-card .flip-container:hover .back-content-container,
    .treatment-card .flip-container .hover .back:before,
    .treatment-card .flip-container .hover .back-content-container {
      -webkit-transition: 500ms 250ms;
      transition: 500ms 250ms; }
    .treatment-card .flip-container:hover .back:before,
    .treatment-card .flip-container .hover .back:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .treatment-card .flip-container:hover .back-content-container,
    .treatment-card .flip-container .hover .back-content-container {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .treatment-card h3 {
    color: #333333; }
  .treatment-card hr {
    width: 7.375rem;
    margin-left: auto;
    border-width: 2px;
    border-color: #99cfe2; }
  .treatment-card .front .front-content-container {
    width: 23.5em;
    max-width: 100%;
    padding: 0 2.25em;
    padding-top: 1.5em;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 6.375em;
    left: 0;
    right: 0; }
  .treatment-card .front p {
    color: #222222; }
  .treatment-card .back {
    padding: 0 2.25em;
    padding-top: 3em;
    box-sizing: border-box; }
    .treatment-card .back h4 {
      color: #333333;
      font-weight: 400; }
    .treatment-card .back p {
      margin-top: 0;
      color: #666666;
      letter-spacing: 0.025em; }
    .treatment-card .back h6 {
      color: #666666; }

.home-page-container header,
.home-page-container section {
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  position: relative; }
.home-page-container header {
  height: 60em;
  min-height: 100vh;
  overflow: hidden; }
  .home-page-container header .brain-illustrations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .home-page-container header .brain-illustrations svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 49%;
      left: 47.7%;
      max-width: 100%;
      max-height: 100%;
      z-index: 1; }
    .home-page-container header .brain-illustrations .brain-header-overlay {
      -webkit-transform-origin: -24% -9%;
              transform-origin: -24% -9%; }
    .home-page-container header .brain-illustrations canvas {
      -webkit-transform: translate(19%);
              transform: translate(19%); }
  .home-page-container header .medicine-logo-container {
    position: absolute;
    top: 9em;
    right: 8%;
    max-width: 8em;
    z-index: 1; }
    .home-page-container header .medicine-logo-container img {
      max-width: 100%; }
  .home-page-container header .content-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
    padding-right: 0.5rem;
    box-sizing: border-box; }
    .home-page-container header .content-container:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 29.5%;
      height: 2px;
      margin-top: 1.35em;
      margin-right: 0;
      background: #333333; }
    .home-page-container header .content-container .copy-container {
      display: inline-block;
      vertical-align: top;
      padding-left: 2.25rem; }
    .home-page-container header .content-container h4 {
      display: inline;
      vertical-align: middle;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #333333;
      position: relative; }
      .home-page-container header .content-container h4:before {
        content: '';
        display: block;
        width: 1.1875rem;
        height: 1.1875rem;
        position: absolute;
        top: 0.25rem;
        right: 100%;
        margin-right: 1.5rem;
        border: 2px solid #333333;
        border-radius: 50%;
        box-sizing: border-box; }
    .home-page-container header .content-container h3 {
      display: inline;
      vertical-align: middle;
      color: #333333; }
    .home-page-container header .content-container h1 {
      color: #222222; }
  .home-page-container header .links {
    position: absolute;
    bottom: 7.5em;
    bottom: 12.228%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1; }
    .home-page-container header .links li {
      display: inline-block;
      margin: 0 1.5rem; }
    .home-page-container header .links a {
      padding-bottom: 0.5em;
      border-bottom: 2px solid transparent;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #444444;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
      .home-page-container header .links a:hover, .home-page-container header .links a:focus, .home-page-container header .links a.active {
        color: #222222;
        border-color: #99cfe2; }
    .home-page-container header .links .schedule-appointment {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.home-page-container .about-us {
  min-height: 0;
  padding: 7.5em 0;
  border-bottom: none;
  background-color: #f9f9f9;
  /* Old Browsers */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9F9F9', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%); }
  .home-page-container .about-us .about-us-content-container {
    display: table;
    width: 100%; }
  .home-page-container .about-us .left-content,
  .home-page-container .about-us .right-content {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    z-index: 1; }
  .home-page-container .about-us .left-content {
    width: 43%;
    padding-top: 1.5em;
    padding-left: 8.25em;
    padding-right: 5em; }
  .home-page-container .about-us h2 {
    color: #333333;
    margin-bottom: 4.5rem; }
  .home-page-container .about-us h5 {
    color: #444444;
    letter-spacing: 0.05em; }
  .home-page-container .about-us .description {
    margin-bottom: 3em; }
  .home-page-container .about-us p {
    letter-spacing: 0.05em; }
  .home-page-container .about-us .link-container {
    margin-bottom: 4.5em; }
    .home-page-container .about-us .link-container + img {
      max-height: 8.1875rem; }
  .home-page-container .about-us a.with-arrow {
    font-size: 1.5em;
    line-height: 2em;
    font-family: "kepler-std", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #333333;
    font-weight: 400;
    line-height: 1.5rem; }
    .home-page-container .about-us a.with-arrow span,
    .home-page-container .about-us a.with-arrow svg {
      vertical-align: middle; }
      .home-page-container .about-us a.with-arrow span:first-child,
      .home-page-container .about-us a.with-arrow svg:first-child {
        margin-right: 0.5rem; }
    .home-page-container .about-us a.with-arrow svg {
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
    .home-page-container .about-us a.with-arrow:hover svg, .home-page-container .about-us a.with-arrow:focus svg {
      -webkit-transform: translate(0.3rem);
              transform: translate(0.3rem); }
  .home-page-container .about-us .right-content {
    width: 57%;
    border-left: 2px solid #cdb58d;
    padding-left: 3.75em; }
    .home-page-container .about-us .right-content .dots-container {
      position: absolute;
      top: 50%;
      right: 100%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      -webkit-transition: 500ms;
      transition: 500ms;
      padding: 1.5em 0;
      background: #fcfcfc; }
      .home-page-container .about-us .right-content .dots-container:not([role]) {
        opacity: 0; }
    .home-page-container .about-us .right-content .photos {
      width: 63.875rem;
      max-width: 100%;
      height: 48.5625rem;
      margin: 0 auto; }
    .home-page-container .about-us .right-content .slick-list,
    .home-page-container .about-us .right-content .slick-track {
      height: 100%; }
    .home-page-container .about-us .right-content .photo {
      height: 100%;
      background: no-repeat center center / cover;
      display: none; }
      .home-page-container .about-us .right-content .photo.slick-slide, .home-page-container .about-us .right-content .photo.first {
        display: block; }
.home-page-container .our-services {
  min-height: 0; }
  .home-page-container .our-services .service-category-navigation-container,
  .home-page-container .our-services .service-category-navigation {
    height: 5.8125rem; }
  .home-page-container .our-services .service-category-navigation {
    padding: 1.5em 0;
    text-align: center;
    background: white;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    position: relative;
    z-index: 2; }
    .home-page-container .our-services .service-category-navigation.fixed {
      position: fixed;
      top: 4.5em;
      left: 0;
      right: 0; }
    .home-page-container .our-services .service-category-navigation ul,
    .home-page-container .our-services .service-category-navigation li,
    .home-page-container .our-services .service-category-navigation a,
    .home-page-container .our-services .service-category-navigation span {
      height: 100%; }
    .home-page-container .our-services .service-category-navigation li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 1.5em; }
    .home-page-container .our-services .service-category-navigation a {
      display: block;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .home-page-container .our-services .service-category-navigation a span,
      .home-page-container .our-services .service-category-navigation a label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer; }
      .home-page-container .our-services .service-category-navigation a span {
        position: relative;
        margin-right: 0.25rem; }
      .home-page-container .our-services .service-category-navigation a img {
        display: block;
        max-height: 100%;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
        .home-page-container .our-services .service-category-navigation a img:last-child {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0; }
      .home-page-container .our-services .service-category-navigation a label {
        padding-bottom: 0.5rem;
        border-bottom: 2px solid transparent;
        color: #666666;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
      .home-page-container .our-services .service-category-navigation a:hover span img:first-child, .home-page-container .our-services .service-category-navigation a:focus span img:first-child, .home-page-container .our-services .service-category-navigation a.active span img:first-child {
        opacity: 0; }
      .home-page-container .our-services .service-category-navigation a:hover span img:last-child, .home-page-container .our-services .service-category-navigation a:focus span img:last-child, .home-page-container .our-services .service-category-navigation a.active span img:last-child {
        opacity: 1; }
      .home-page-container .our-services .service-category-navigation a:hover label, .home-page-container .our-services .service-category-navigation a:focus label, .home-page-container .our-services .service-category-navigation a.active label {
        color: #333333;
        border-color: #99cfe2; }
  .home-page-container .our-services .service-category-content {
    width: 100%;
    display: none; }
    .home-page-container .our-services .service-category-content.active {
      display: table; }
  .home-page-container .our-services .all-service-details-container,
  .home-page-container .our-services .service-list {
    display: table-cell;
    vertical-align: top; }
  .home-page-container .our-services .all-service-details-container {
    background: #f9f9f9;
    border-right: 1px solid #dddddd;
    box-sizing: border-box; }
  .home-page-container .our-services .service-details {
    padding-top: 10.5em;
    padding-left: 7.5em;
    display: none;
    position: relative;
    z-index: 1; }
    .home-page-container .our-services .service-details.active {
      display: block; }
    .home-page-container .our-services .service-details .content-container {
      max-width: 51.5em;
      padding-right: 1.5em;
      box-sizing: border-box; }
    .home-page-container .our-services .service-details img {
      max-height: 14.625rem;
      margin-bottom: 4.5em; }
    .home-page-container .our-services .service-details h6 {
      margin-bottom: 1.5rem;
      color: #222222;
      text-transform: uppercase; }
    .home-page-container .our-services .service-details p {
      color: #222222; }
    .home-page-container .our-services .service-details .customizable-text {
      color: #222222; }
      .home-page-container .our-services .service-details .customizable-text p,
      .home-page-container .our-services .service-details .customizable-text li {
        color: #222222; }
  .home-page-container .our-services .service-list {
    width: 37.5em;
    height: 100vh;
    height: 59.5em;
    background: white;
    position: relative;
    z-index: 1; }
    .home-page-container .our-services .service-list .service-list-item {
      height: 25%;
      position: relative;
      border-bottom: 1px solid #dddddd;
      box-sizing: border-box;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .home-page-container .our-services .service-list .service-list-item:last-child {
        border-bottom: none; }
      .home-page-container .our-services .service-list .service-list-item .content-container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 3rem;
        right: 3rem; }
      .home-page-container .our-services .service-list .service-list-item img {
        max-height: 4.5rem;
        margin-right: 1.5rem; }
      .home-page-container .our-services .service-list .service-list-item img,
      .home-page-container .our-services .service-list .service-list-item .copy {
        display: inline-block;
        vertical-align: top; }
      .home-page-container .our-services .service-list .service-list-item:hover, .home-page-container .our-services .service-list .service-list-item:focus, .home-page-container .our-services .service-list .service-list-item.active {
        box-shadow: 1px 1px 12.88px 1.12px rgba(3, 3, 3, 0.06); }
        .home-page-container .our-services .service-list .service-list-item:hover h6, .home-page-container .our-services .service-list .service-list-item:focus h6, .home-page-container .our-services .service-list .service-list-item.active h6 {
          color: #99cfe2; }
          .home-page-container .our-services .service-list .service-list-item:hover h6:after, .home-page-container .our-services .service-list .service-list-item:focus h6:after, .home-page-container .our-services .service-list .service-list-item.active h6:after {
            width: 1.9375rem;
            border-color: #99cfe2; }
    .home-page-container .our-services .service-list h6 {
      display: inline-block;
      color: #666666;
      position: relative;
      padding-right: 0.75rem;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
      .home-page-container .our-services .service-list h6:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        width: 5.5625rem;
        left: 100%;
        border-bottom: 1px solid #222222;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
    .home-page-container .our-services .service-list h4 {
      color: #333333;
      font-weight: 400; }
.home-page-container .sleep-treatments {
  min-height: 0;
  padding: 6.75em 6.5em; }
  .home-page-container .sleep-treatments .treatments {
    max-width: 95em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3em;
    position: relative;
    z-index: 1; }
    .home-page-container .sleep-treatments .treatments:after {
      content: " ";
      display: block;
      clear: both; }
  .home-page-container .sleep-treatments .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1.5em;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out; }
    .home-page-container .sleep-treatments .slick-arrow.slick-disabled {
      opacity: 0;
      visibility: hidden; }
    .home-page-container .sleep-treatments .slick-arrow.prev-arrow {
      -webkit-transform: scaleX(-1) translateY(-50%);
              transform: scaleX(-1) translateY(-50%); }
    .home-page-container .sleep-treatments .slick-arrow:hover svg {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .home-page-container .sleep-treatments .slick-arrow svg {
      display: block;
      -webkit-transition: 300ms ease-out;
      transition: 300ms ease-out; }
    .home-page-container .sleep-treatments .slick-arrow.prev-arrow {
      right: 100%;
      margin-right: 4.5em; }
    .home-page-container .sleep-treatments .slick-arrow.next-arrow {
      left: 100%;
      margin-left: 4.5em; }
.home-page-container .our-team {
  min-height: 0; }
  .home-page-container .our-team > div, .home-page-container .our-team > ul {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box; }
  .home-page-container .our-team .team-member-info-container {
    min-height: 67.75em;
    padding: 0 3em;
    padding-bottom: 4.5em;
    margin-right: -6px;
    border-right: 1px solid #dddddd;
    background-color: #f9f9f9;
    /* Old Browsers */
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9F9F9', endColorstr='#FFFFFFFF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%); }
  .home-page-container .our-team .team-members-container {
    padding: 0 3.75em;
    padding-top: 6em;
    position: relative;
    z-index: 1; }
    .home-page-container .our-team .team-members-container h2 {
      color: #333333; }
    .home-page-container .our-team .team-members-container p {
      max-width: 35rem;
      color: #666666;
      margin-bottom: 2.25rem; }
  .home-page-container .our-team .slick-dots {
    margin-bottom: 2.25em; }
@media only screen and (max-width: 1680px) and (min-width: 1441px), only screen and (max-width: 1279px) {
  .home-page-container .sleep-treatments .slick-arrow.prev-arrow {
    margin-right: 1.5em; }
  .home-page-container .sleep-treatments .slick-arrow.next-arrow {
    margin-left: 1.5em; } }
@media only screen and (max-width: 1680px) and (min-width: 1601px) {
  .home-page-container .about-us .right-content .photos {
    width: 56.875rem;
    height: 43.240582rem; } }
@media only screen and (max-width: 1600px) and (min-width: 1441px), only screen and (max-width: 1024px) {
  .home-page-container .about-us .right-content .photos {
    width: 46.875rem;
    height: 35.637842rem; } }
@media only screen and (max-width: 1440px) {
  .home-page-container header {
    height: 70em; } }
@media only screen and (max-width: 1024px) {
  .home-page-container .about-us {
    padding: 4.5em 0;
    margin-bottom: 2.25rem; }
    .home-page-container .about-us .left-content {
      width: 47%; }
    .home-page-container .about-us .right-content {
      width: 53%; }
  .home-page-container .our-services .service-list {
    width: 32.5em; } }
@media only screen and (max-width: 768px) {
  .home-page-container header .brain-illustrations svg {
    left: 57.7%; }
  .home-page-container header .links li {
    margin-top: 1.5em; }
  .home-page-container .about-us {
    padding: 4.5em 0; }
    .home-page-container .about-us h2 {
      margin-bottom: 2.25rem; }
    .home-page-container .about-us .about-us-content-container {
      display: block; }
    .home-page-container .about-us .left-content,
    .home-page-container .about-us .right-content {
      display: block;
      width: 100%; }
    .home-page-container .about-us .left-content {
      padding-left: 6em;
      padding-right: 6em;
      padding-bottom: 3em; }
    .home-page-container .about-us .right-content {
      border-left: none;
      border-top: 2px solid #cdb58d;
      padding: 0 3em;
      padding-top: 3.75em; }
      .home-page-container .about-us .right-content .dots-container {
        padding: 0 1.5em;
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .home-page-container .our-team > div, .home-page-container .our-team > ul {
    width: 100%; }
  .home-page-container .our-team .team-member-info-container {
    min-height: 0;
    border-bottom: 1px solid #dddddd;
    border-right: none; }
  .home-page-container .our-team .team-members-container {
    padding-top: 4.5em; }
    .home-page-container .our-team .team-members-container h2 {
      text-align: center; }
    .home-page-container .our-team .team-members-container p {
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
@media only screen and (max-width: 640px) {
  .home-page-container header .brain-illustrations svg {
    max-width: 150%;
    max-height: 150%;
    left: 74.7%; }
  .home-page-container header .content-container:before {
    width: 24.5%;
    margin-top: 0.75em; }
  .home-page-container header .content-container .copy-container > div {
    max-width: 19em; }
  .home-page-container .about-us .left-content {
    padding-left: 3em;
    padding-right: 1.5em;
    padding-top: 0; }
  .home-page-container .about-us .right-content .photos {
    width: 25rem;
    height: 17.72831rem; }
  .home-page-container .our-services .service-category-content.active {
    display: block; }
  .home-page-container .our-services .all-service-details-container,
  .home-page-container .our-services .service-list {
    display: block; }
  .home-page-container .our-services .all-service-details-container {
    border-right: none;
    border-bottom: 1px solid #dddddd; }
  .home-page-container .our-services .service-details {
    padding-top: 4.5em;
    padding-left: 3em;
    padding-bottom: 2.25em; }
    .home-page-container .our-services .service-details img {
      max-height: 10.625rem;
      margin-bottom: 3em; }
  .home-page-container .our-services .service-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 25em; }
    .home-page-container .our-services .service-list:after {
      content: " ";
      display: block;
      clear: both; }
    .home-page-container .our-services .service-list h6 {
      max-width: 70%; }
    .home-page-container .our-services .service-list .service-list-item {
      width: 50%;
      float: left;
      height: 50%;
      overflow: hidden;
      -webkit-transform: translate(1px);
              transform: translate(1px); }
      .home-page-container .our-services .service-list .service-list-item:nth-child(odd) {
        border-right: 1px solid #dddddd; }
      .home-page-container .our-services .service-list .service-list-item:nth-child(3) {
        border-bottom: none; }
      .home-page-container .our-services .service-list .service-list-item img {
        display: block;
        margin-bottom: 0.75em; }
  .home-page-container .sleep-treatments {
    padding: 4.5em 3em; }
    .home-page-container .sleep-treatments .slick-dots {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -1.5em; }
  .home-page-container .our-team .team-members-container {
    padding-left: 2.25em;
    padding-right: 2.25em; } }

body {
  margin: 0; }
  body.hidden-scrollbar {
    overflow: hidden; }

.main {
  position: relative; }
  .main:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: white;
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: 9999999; }
  .main.loaded:after {
    opacity: 0;
    visibility: hidden; }

.background-lines li {
  width: 1px;
  height: 100%;
  position: fixed;
  top: 0;
  background: #f0f0f0; }
  .background-lines li:nth-child(1) {
    left: 25%; }
  .background-lines li:nth-child(2) {
    left: 50%; }
  .background-lines li:nth-child(3) {
    left: 75%; }

.slick-slider {
  margin-bottom: 0; }
  .slick-slider.slick-dotted {
    margin-bottom: 0; }
  .slick-slider [tabindex] {
    outline: none; }
  .slick-slider .slick-slide {
    height: auto; }

.slick-dots {
  position: static;
  bottom: auto;
  text-align: center; }
  .slick-dots li {
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0 0.25rem; }
    .slick-dots li.slick-active button:after {
      height: 25px;
      width: 25px;
      -webkit-transform: translate(-9px, -9px);
              transform: translate(-9px, -9px); }
    .slick-dots li:hover button, .slick-dots li.slick-active button {
      background: #222222; }
    .slick-dots li button {
      content: '';
      display: block;
      height: 7px;
      width: 7px;
      padding: 0;
      border-radius: 50%;
      background: transparent;
      z-index: 2;
      -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .slick-dots li button:before {
        content: none; }
      .slick-dots li button:after {
        content: '';
        display: block;
        height: 7px;
        width: 7px;
        position: absolute;
        top: 9px;
        left: 9px;
        border: 1px solid #cdb58d;
        border-radius: 50%;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media only screen and (max-width: 1440px) {
    .slick-dots li {
      padding: 7px; }
      .slick-dots li.slick-active button:after {
        height: 15px;
        width: 15px;
        -webkit-transform: translate(-6px, -6px);
                transform: translate(-6px, -6px); }
      .slick-dots li button {
        height: 4px;
        width: 4px; }
        .slick-dots li button:after {
          height: 4px;
          width: 4px;
          top: 6px;
          left: 6px; } }

.customizable-text {
  font-weight: 400; }
  .customizable-text i {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #666666;
    font-style: italic; }
  .customizable-text a {
    color: #666666;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out; }
    .customizable-text a:hover, .customizable-text a:focus {
      color: #99cfe2; }
  .customizable-text ul,
  .customizable-text ol {
    padding-left: 2.5em;
    margin: 1.5em 0; }
  .customizable-text ul {
    list-style-type: disc; }
  .customizable-text li {
    display: list-item; }
  .customizable-text .wysiwyg-text-align-center {
    text-align: center; }
  .customizable-text .wysiwyg-text-align-justify {
    text-align: justify; }
  .customizable-text .wysiwyg-text-align-left {
    text-align: left; }
  .customizable-text .wysiwyg-text-align-right {
    text-align: right; }

.info-window-content h6 {
  font-weight: 400; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }
