@charset "UTF-8";
body {
  -webkit-backface-visibility: hidden; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * This file contains the global tourbuzz config helpers that load data from settings.json
 * @group Config
 * @author Scott Davis
 **/
/**
  * Asset Host accessor
  * @return {string} Asset host base url
  */
/**
  * Color settings accessor
  * @return {map} Color settings
  */
/**
  * Icon settings accessor
  * @return {map} Font awesome settings
  */
/**
 * Tourbuzz color definitions
 * @group Color
 * @author Scott Davis
 **/
/**
 * Fetch color setting at specified key path
 * @author Scott Davis
 * @requires color-settings
 * @param {string} $key - color key
 * @return {map | color} color setting
 */
/**
 * Get primary color
 * @author Scott Davis
 * @requires color-setting
 * @return {color} primary color
 */
/**
 * Get Secondary color
 * @author Scott Davis
 * @requires color-setting
 * @return {color} secondary color
 */
/**
 * Load support colors
 * @author Scott Davis
 * @requires color-setting
 * @return {map} support colors
 */
/**
 * Load a support color
 * @author Scott Davis
 * @param {string} $key - support color key
 * @requires support-colors
 * @return {color} suport color
 */
/**
 * Load Primary Support Color
 * @author Scott Davis
 * @requires support-color
 * @return {color} primary support color
 */
/**
 * Load Secondary Support Color
 * @author Scott Davis
 * @requires support-color
 * @return {color} secondary support color
 */
/**
 * Load Tertiary Support Color
 * @author Scott Davis
 * @requires support-color
 * @return {color} tertiary support color
 */
/**
 * Load Information colors
 * @author Scott Davis
 * @requires color-setting
 * @return {map} information color data
 */
/**
 * Load an information color
 * @param {string} $key - information color key
 * @requires information-colors
 * @return {color} Color from information colors
 */
/**
 * Load alert color
 * @author Scott Davis
 * @requires information-color
 * @return {color} alert color
 */
/**
 * Load notice color
 * @author Scott Davis
 * @requires information-color
 * @return {color} notice color
 */
/**
 * Load success color
 * @author Scott Davis
 * @requires information-color
 * @return {color} success color
 */
/**
 * Load Information colors
 * @author Scott Davis
 * @requires color-setting
 * @return {map} information color data
 */
/**
 * Load a background color
 * @param {string} $key - background color key
 * @requires background-colors-settings
 * @return {color} Color from background colors
 */
/**
 * Load soft background color
 * @author Scott Davis
 * @requires background-color-setting
 * @return {color} soft background color
 */
/**
 * Load dark background color
 * @author Scott Davis
 * @requires background-color-setting
 * @return {color} dark background color
 */
/**
 * This file contains font helpers
 * @group Font
 * @author Scott Davis
 **/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

@-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:before {
  content: ""; }

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

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

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

.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 {
  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-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: ""; }

/**
  * Display font awesome icon
  * @author Scott Davis
  * @param {string} $icon-name - Font setting map key to index
  * @param {number} $icon-size - Font icon size
  * @requires font-awesome-font-face
*/
/**
 * This file contains the global tourbuzz font helpers
 * @group Font
 * @author Scott Davis
 **/
/**
 * This file contains the tourbuzz icon font helpers
 * @group Font
 * @author Scott Davis
 **/
/**
 * Tb-font-icons definition
 * @type Map
 */
/**
 * Default exteded options for tb icon fonts
 */
/**
  * Impliments the output for the Tourbuzz Icon font face
  * @author Scott Davis
  * @requires asset-host
  */
/**
  * Use a tb-font-icon
  * @param {string} $name - icon name
  * @param {number} $icon-size - icon font-size
  * @author Scott Davis
  */
/**
  * Helper function to get font awesome cdn location"
  * @author Scott Davis
  * @return {string} - s3 bucket prefix for font awesome
  * @requires font-awesome-settings
*/
/**
  * Helper function to get font awesome version"
  * @author Scott Davis
  * @return {string} - font awesome version
  * @requires font-awesome-settings
*/
/**
  * Returns the full path to a cdn asset using loaded configs from the settings.json
  * @author Scott Davis
  * @param {string} $path - folder path
  * @param {string} $font - font file
  * @return {string} - Full path to asset url
  */
/**
 * A better version of compass's font-face mixin
 * @author Scott Davis
 * @param {string} $name - Font name
 * @param {list} $font-files - List of font files
 * @param {bool|string} $eot (false) - IE eot font-file
 * @param {bool|string} $weight (false) - Font weight
 * @param {bool|string} $style (false) - Font style
 */
/**
  * Impliments the output for the Lato font face
  * @author Scott Davis
  * @requires s3-font-url
  * @requires font-setting-value
  */
/**
  * Returns the font stack for Lato
  * @author Scott Davis
  * @requires font-setting-value
  */
/**
  * Impliments the @font-face output for font-awesome
  * @author Scott Davis
  * @requires asset-host
  * @requires font-awesome-prefix
  * @requires fon-awesome-version
  */
/**
  * Menu icon mixins
  * @group Menu
  * @author Scott Davis
  **/
/**
  * @author Scott Davis
  * @param {number} $icon-height (35px) - Height of the icon
  * @param {string} $class-name (tb-menu-icon) - Button classname
  * @param {color} $color (tertiary-support-color()) - Icon color
  * @param {color} $hover-color (primary-color()) - Icon hover color
  * @content
  * @requires font-awesome-icon
  * @requires primary-color
  * @requires tertiary-support-color
*/
/**
  * Layout
  * @group Layout
  * @author Scott Davis
  **/
/**
 * Basic Header layout
 * @author Scott Davis
 * @param {number} $min-height (60px) - Minimum height of header
 * @param {color} $background-color (primary-color()) - Background color
 * @content
 */
/**
 * Basic Footer layout
 * @author Scott Davis
 * @param {number} $min-height (60px) - Minimum height of footer
 * @param {color} $background-color (primary-color()) - Background color
 * @content
 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendor/fancybox/fancybox_sprite-783d4031fe50c3d83c960911e1fbc705.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendor/fancybox/fancybox_loading-328cc0f6c78211485058d460e80f4fa8.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendor/fancybox/blank-325472601571f31e1bf00674c368d335.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendor/fancybox/fancybox_sprite@2x-ed9970ce22242421e66ff150aa97fe5f.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/vendor/fancybox/fancybox_loading@2x-f92938639fa894a0e8ded1c3368abe98.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(../font/2.0.0/VideoJS.eot?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal; }

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103"; }

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104"; }

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105"; }

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106"; }

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c"; }

.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d"; }

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

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

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

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

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

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

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

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

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d"; }

.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: .5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: 0 0;
  border: 0;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em;
  font-weight: 700;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: 0;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0 0 1em #fff; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: .3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: .6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: .3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
  font-size: .9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: .9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: .3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s; }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: .5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: 0; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resolution-button .vjs-menu-icon:before {
  content: '\f110';
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.67em; }

.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 1em;
  line-height: 3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: inherit; }

.vjs-resolution-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: 50%;
  /* Center the menu, in it's parent */
  margin-left: -2em;
  /* half of width, to center */ }

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

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

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

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

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

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

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

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

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

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

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

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

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

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

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

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

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

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

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

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

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

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

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

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

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

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

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

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

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

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

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

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

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

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

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

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

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

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

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

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

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

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

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

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

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

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

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

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

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

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

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

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

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

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

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

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

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

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

/**
 * A better version of compass's font-face mixin
 * @author Scott Davis
 * @param {string} $name - Font name
 * @param {list} $font-files - List of font files
 * @param {bool|string} $eot (false) - IE eot font-file
 * @param {bool|string} $weight (false) - Font weight
 * @param {bool|string} $style (false) - Font style
 */
/**************************************************
TRANSITIONS: CROSSFADE
**************************************************/
/**************************************************
TRANSITIONS: NO TRANSITION
**************************************************/
/**************************************************
TRANSITIONS: SLIDE-IN
**************************************************/
/**************************************************
TRANSITIONS: SCALE-IN
**************************************************/
/**************************************************
TRANSITIONS: FLIP-IN
**************************************************/
/**************************************************
TRANSITIONS: SPIN-IN
**************************************************/
/**************************************************
TRANSITIONS: LONG CROSSFADE
**************************************************/
/**************************************************
TRANSITIONS: SMOOTH CROSSFADE
**************************************************/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/**
 * This file contains the global tourbuzz font helpers
 * @group Font
 * @author Scott Davis
 **/
/**
  * Helper function to get font awesome cdn location"
  * @author Scott Davis
  * @return {string} - s3 bucket prefix for font awesome
  * @requires font-awesome-settings
*/
/**
  * Helper function to get font awesome version"
  * @author Scott Davis
  * @return {string} - font awesome version
  * @requires font-awesome-settings
*/
/**
  * Returns the full path to a cdn asset using loaded configs from the settings.json
  * @author Scott Davis
  * @param {string} $path - folder path
  * @param {string} $font - font file
  * @return {string} - Full path to asset url
  */
/**
  * Impliments the output for the Lato font face
  * @author Scott Davis
  * @requires s3-font-url
  * @requires font-setting-value
  */
/**
  * Returns the font stack for Lato
  * @author Scott Davis
  * @requires font-setting-value
  */
/**
  * Impliments the @font-face output for font-awesome
  * @author Scott Davis
  * @requires asset-host
  * @requires font-awesome-prefix
  * @requires fon-awesome-version
  */
/**
  * Display font awesome icon
  * @author Scott Davis
  * @param {string} $icon-name - Font setting map key to index
  * @param {number} $icon-size - Font icon size
  * @requires font-awesome-font-face
*/
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

@-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:before {
  content: ""; }

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

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

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

.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 {
  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-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: ""; }

.agent-title-designation {
  font-size: 0; }
  .agent-title-designation .agent-title-designation-content {
    display: inline;
    font-size: 1rem;
    line-height: 1.4;
    font-style: italic; }

.agent-company-name {
  line-height: 1.4; }

.agent-info-wrap h2 {
  margin-bottom: 0.15rem; }

.audio-prominent-text {
  margin-right: .5rem;
  display: none; }

/* ******************************************
Icon Dependencies
****************************************** */
@font-face {
  font-family: 'icomoon';
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/plumage-icomoon-10.21.19/icomoon.eot?pcw8rn");
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/plumage-icomoon-10.21.19/icomoon.eot?pcw8rn#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/plumage-icomoon-10.21.19/icomoon.ttf?pcw8rn") format("truetype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/plumage-icomoon-10.21.19/icomoon.woff?pcw8rn") format("woff"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/plumage-icomoon-10.21.19/icomoon.svg?pcw8rn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-angle-double-left1:before {
  content: "\e92d"; }

.icon-angle-double-right1:before {
  content: "\e92e"; }

.icon-angle-left1:before {
  content: "\e92f"; }

.icon-angle-right1:before {
  content: "\e930"; }

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

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

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

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

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

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

.icon-graduation-cap:before {
  content: "\e937"; }

.icon-map-marker-alt:before {
  content: "\e938"; }

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

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

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

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

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

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

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

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

.icon-volume-mute-alt:before {
  content: "\e93f"; }

.icon-volume-up-alt:before {
  content: "\e941"; }

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

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

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

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

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

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

.icon-size-arrows:before {
  content: "\e92a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-arrow-left2:before {
  content: "\e912"; }

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

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

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

.icon-image:before {
  content: "\f03e"; }

.icon-info:before {
  content: "\f05a"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

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

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

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

.icon-3d:before {
  content: "\f24d"; }

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

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

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

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

.icon-refresh:before {
  content: "\f021"; }

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

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

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

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

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

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

.icon-bed:before {
  content: "\f236"; }

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

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

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

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

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

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

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

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

.icon-volume-on:before {
  content: "\e90c"; }

.icon-volume-off:before {
  content: "\e90d"; }

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

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

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

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

/**************************************************
Breakpoints
**************************************************/
.floorplan-transition {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.floorplan-container .hotspot-icon.active img {
  box-shadow: 0 1px 4px 0 limegreen;
  background: limegreen;
  border-radius: 50%; }

.floorplan-container .hotspot-is-viewed {
  color: green;
  position: absolute;
  bottom: -15px;
  right: -25px;
  font-size: 2rem;
  left: 0; }

.floorplan-single-container .floorplan-select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.floorplan-single-container .floorplan-name-wrap {
  margin-top: .3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 2 auto;
      -ms-flex: 1 2 auto;
          flex: 1 2 auto;
  padding-right: .5rem; }
  .floorplan-single-container .floorplan-name-wrap h2.floorplan-name {
    text-align: left;
    font-size: .8em;
    font-weight: 700;
    font-style: italic; }

.floorplan-single-container .floorplan-zoom-container {
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right; }

.contact-form-container {
  text-align: center;
  padding-top: 2.5rem; }
  .contact-form-container .contact-form-heading {
    margin-bottom: 1.25rem; }
  .contact-form-container .contact-form-wrap {
    position: relative; }
  .contact-form-container .contact-form-content {
    width: 100%;
    display: block;
    max-width: 40rem;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .contact-form-container .contact-form-inputs-wrap {
    width: 100%;
    z-index: 999; }
  .contact-form-container .contact-form-group {
    margin-bottom: .75rem; }
  .contact-form-container .contact-form-label {
    display: none; }
  .contact-form-container .contact-form-control {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid black;
    border-radius: 5px;
    padding: .5rem;
    font-size: .9em;
    color: black;
    background-color: white; }
    .contact-form-container .contact-form-control::-webkit-input-placeholder {
      font-style: italic;
      color: rgba(0, 0, 0, 0.4); }
    .contact-form-container .contact-form-control::-moz-placeholder {
      font-style: italic;
      color: rgba(0, 0, 0, 0.4); }
    .contact-form-container .contact-form-control:-ms-input-placeholder {
      font-style: italic;
      color: rgba(0, 0, 0, 0.4); }
    .contact-form-container .contact-form-control::placeholder {
      font-style: italic;
      color: rgba(0, 0, 0, 0.4); }
  .contact-form-container .contact-form-message {
    min-height: 60px;
    max-height: 450px; }
  .contact-form-container .contact-form-button {
    text-transform: uppercase;
    font-size: 1.15em;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: black;
    border: 1px solid black;
    color: white;
    padding: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 7px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    text-transform: uppercase;
    font-size: 1em; }
  .contact-form-container .contact-btn-icon {
    margin-right: .4rem; }
  .contact-form-container .contact-validation-block {
    margin-top: .2rem;
    font-size: .85em;
    font-style: italic;
    color: red; }
  .contact-form-container input:-webkit-autofill,
  .contact-form-container input:-webkit-autofill:hover,
  .contact-form-container input:-webkit-autofill:focus
input:-webkit-autofill,
  .contact-form-container textarea:-webkit-autofill,
  .contact-form-container textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .contact-form-container textarea {
    resize: vertical; }
  .contact-form-container .contact-form-success-container,
  .contact-form-container .contact-form-error-container {
    display: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1em;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    width: 100%;
    max-width: 25rem; }
  .contact-form-container.form-success .contact-form-content {
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0; }
  .contact-form-container.form-success .contact-form-success-container {
    display: block;
    background-color: rgba(0, 128, 0, 0.25);
    border: 2px solid green;
    color: green;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .contact-form-container.form-success .contact-form-success-icon {
    color: green;
    margin-right: .2rem; }
  .contact-form-container.form-success .contact-form-success-text {
    font-style: italic; }
  .contact-form-container.form-error .contact-form-content {
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0; }
  .contact-form-container.form-error .contact-form-error-container {
    display: block;
    background-color: rgba(255, 0, 0, 0.25);
    border: 2px solid red;
    color: red;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    max-width: 30rem; }
  .contact-form-container.form-error .contact-form-error-icon {
    color: red;
    margin-right: .2rem; }
  .contact-form-container.form-error .contact-form-error-text {
    font-style: italic; }

#recaptcha_container {
  text-align: center; }
  #recaptcha_container:first-child {
    display: inline-block; }

.contact-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contact-form-modal-content {
  position: relative;
  background: #fff;
  width: 31.25rem;
  margin: .75rem;
  padding: .75rem;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 36px);
  -webkit-overflow-scrolling: touch; }
  .contact-form-modal-content .contact-form-modal-close {
    background-color: black;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    border: 2px solid black;
    height: 36px;
    width: 36px;
    top: 0;
    left: 0;
    margin: 0.75rem 0.75rem 0 0.75rem;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: inline-block;
    font-size: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact-form-modal-content .contact-form-modal-close span {
      margin: 0;
      font-size: 1.25em; }

.share-email .contact-form-modal-content {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  max-height: 35rem !important;
  max-width: 26rem;
  margin: 0 auto;
  padding: 0 0.5rem; }
  .share-email .contact-form-modal-content iframe {
    height: 100%;
    width: 100%;
    max-height: 34rem;
    padding: .75rem;
    padding-top: 3rem;
    border: 0; }
    @media screen and (min-width: 750px) {
      .share-email .contact-form-modal-content iframe {
        padding-top: 0; } }

.plumage-photo-wrap {
  height: 100%;
  overflow: hidden; }

.ken-burns-mask {
  margin: 0 auto;
  overflow: hidden; }

.photo .ken-burns-mask .ken-burns-masked {
  height: inherit;
  background-position: 0 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }

.photo .ken-burns-mask .ken-burns-masked .ken-burns-masked-image-target {
  height: inherit;
  position: absolute;
  left: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.photo {
  overflow: hidden; }

.plumage-hotspot-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .plumage-hotspot-container .hotspot-icon {
    position: absolute;
    z-index: 99;
    cursor: pointer; }

.plumage-pano {
  width: 100%;
  height: 500px; }

.property-stats-container {
  margin-bottom: 1.5rem; }
  .property-stats-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .property-stats-container li {
    list-style-type: none;
    margin-bottom: 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 46.875em) {
      .property-stats-container li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.285%;
            -ms-flex: 0 0 14.285%;
                flex: 0 0 14.285%; } }
  .property-stats-container .property-stats-content {
    text-align: center; }
  .property-stats-container span {
    display: block; }
  .property-stats-container .prop-stats-icon {
    font-size: 1.7rem;
    margin-bottom: .4rem; }
  .property-stats-container .prop-stats-text,
  .property-stats-container .prop-stats-plush-text {
    font-style: italic;
    font-size: .75em;
    margin-bottom: .15rem; }
    @media (min-width: 23.125em) {
      .property-stats-container .prop-stats-text,
      .property-stats-container .prop-stats-plush-text {
        font-size: .8em; } }
  .property-stats-container .prop-stats-plush-text {
    display: none; }
  .property-stats-container .prop-stats-value {
    font-size: .75em; }
    @media (min-width: 23.125em) {
      .property-stats-container .prop-stats-value {
        font-size: .85em; } }

.side-by-side-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.side-by-side-left,
.side-by-side-right {
  -webkit-box-flex: .5;
  -webkit-flex: .5;
      -ms-flex: .5;
          flex: .5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.side-by-side-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.side-by-side-element {
  width: inherit;
  height: inherit;
  display: block; }

.side-by-side-wrap {
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }

.side-by-side-divider-control {
  background-color: #FFFFFF;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 90px;
  cursor: col-resize; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js-master.video-js {
  position: relative;
  width: 100%;
  height: 100%; }
  .video-js-master.video-js .vjs-tech {
    position: static; }
  .video-js-master.video-js .vjs-poster {
    background-size: cover; }
  .video-js-master.video-js .vjs-big-play-button {
    height: 70px;
    width: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    line-height: 66px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 3rem; }
  .video-js-master.video-js.vjs-seeking .vjs-tech {
    visibility: hidden; }
  .video-js-master.video-js.vjs-seeking .vjs-poster {
    display: none; }
  .video-js-master.video-js.vjs-fullscreen video {
    width: 100% !important;
    height: 100% !important; }
  .home-slideshow-container .video-js-master.video-js video {
    position: absolute;
    height: auto; }
  .home-slideshow-container .video-js-master.video-js .vjs-tech {
    width: auto; }

.home-slideshow-container .video-js.vjs-has-started.vjs-paused .vjs-poster,
.home-slideshow-container .video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: inline-block; }

.is-desktop .home-slideshow-container .video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: none; }

.home-slideshow-container .video-js .vjs-control-bar {
  display: none !important; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block !important; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.highlight-reel-container .is-no-audio-channel .video-js-master .vjs-control-bar .vjs-volume-menu-button,
.highlight-reel-container .is-no-audio-channel .video-js-master .vjs-control-bar .vjs-audio-button {
  display: none; }

/**
 * This file contains the global tourbuzz config helpers that load data from settings.json
 * @group Config
 * @author Scott Davis
 **/
/**
  * Asset Host accessor
  * @return {string} Asset host base url
  */
/**
  * Icon settings accessor
  * @return {map} Font awesome settings
  */
/**
  * Nest settings accessor
  * @return {map} Font awesome settings
  */
/**************************************************
Colors: Design Engine Overrides
**************************************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/********************************************
	Tag Resets
********************************************/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0; }

/**************************************************
Fonts & Colors: Engine Override Values Map
**************************************************/
/* Design engine override ($engine-overrides) */
/**************************************************
Fonts & Colors: Default Values Map
**************************************************/
/**************************************************
Fonts: Set Font Vars and Font Stack
**************************************************/
/**************************************************
Colors: Set All Color Vars
**************************************************/
/**************************************************
Spacing & Sizing
**************************************************/
/**************************************************
Breakpoints
**************************************************/
/**************************************************
MIXINS: Global
**************************************************/
/**************************************************
Fonts: Set @font-face for all Fonts
**************************************************/
@font-face {
  font-family: 'Lato';
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-regular-webfont.eot");
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-regular-webfont.woff2") format("woff2"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-regular-webfont.woff") format("woff"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-regular-webfont.ttf") format("truetype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-italic-webfont.eot");
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-italic-webfont.woff2") format("woff2"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-italic-webfont.woff") format("woff"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-italic-webfont.ttf") format("truetype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bold-webfont.eot");
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bold-webfont.woff2") format("woff2"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bold-webfont.woff") format("woff"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bold-webfont.ttf") format("truetype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bolditalic-webfont.eot");
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bolditalic-webfont.woff") format("woff"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bolditalic-webfont.ttf") format("truetype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/monolith-fonts/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

/**
 * Tb-font-icons definition
 * @type Map
 */
/**
 * Default exteded options for tb icon fonts
 */
/**
  * Impliments the output for the Tourbuzz Icon font face
  * @author Scott Davis
  * @requires asset-host
  */
/**
  * Use a tb-font-icon
  * @param {string} $name - icon name
  * @param {number} $icon-size - icon font-size
  * @author Scott Davis
  */
/* ******************************************
Icon Dependencies
****************************************** */
@font-face {
  font-family: 'FontAwesome';
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0");
  src: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ******************************************
Typography
****************************************** */
html {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #083463; }
  @media (min-width: 37.5em) {
    html {
      font-size: 104%; } }
  @media (min-width: 62.5em) {
    html {
      font-size: 110%; } }

h1, h2, h3 {
  line-height: 1.2; }

body, p, ul, li, a {
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #083463; }

.overview-description a,
.agent-info a,
.agent-bio a {
  color: #083463;
  opacity: 1;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s; }

.no-touchevents .overview-description a:hover,
.no-touchevents .agent-info a:hover,
.no-touchevents .agent-bio a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* ******************************************
Box-Sizing: Natural Box Layout
****************************************** */
*, *:before, *:after {
  box-sizing: border-box; }

/* ******************************************
Responsive Images
****************************************** */
img {
  max-width: 100%; }

/* ******************************************
Ng-Clock Manual Hide
****************************************** */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

/* ******************************************
Layout: Areas
****************************************** */
body {
  background-color: #ffffff; }

.main-content-container > div:nth-child(even) {
  border-top: 4px solid #083463;
  border-bottom: 4px solid #083463;
  background-color: #e9e9e9;
  color: #083463; }

/* ******************************************
Layout: Footer
****************************************** */
.footer-container .footer-nav-wrap {
  padding: 2.25rem 1.5rem; }
  @media (min-width: 62.5em) {
    .footer-container .footer-nav-wrap {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.footer-container .footer-nav-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .footer-container .footer-nav-link:nth-last-child(1) {
    margin-bottom: 0; }
  .footer-container .footer-nav-link a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #083463; }
    .footer-container .footer-nav-link a::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .footer-container .footer-nav-link a:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .footer-container .footer-nav-link a::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .footer-container .footer-nav-link a:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }

.footer-container .footer-disclaimer-wrap {
  text-align: center;
  padding: 2.25rem 0.75rem;
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
  text-align: center;
  font-size: .75em;
  font-style: italic;
  color: #083463; }
  @media (min-width: 46.875em) {
    .footer-container .footer-disclaimer-wrap {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .footer-container .footer-disclaimer-wrap {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.footer-container .mls-number-wrap {
  text-align: center;
  font-size: .85em;
  padding-bottom: 1rem; }

.footer-container .footer-sponsor-wrap {
  background-color: #e9e9e9;
  text-align: center;
  font-size: .75em;
  font-style: italic; }
  .footer-container .footer-sponsor-wrap .sponsor {
    text-align: center;
    padding: 2.25rem 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    max-width: 75rem;
    margin: 0 auto; }
    @media (min-width: 46.875em) {
      .footer-container .footer-sponsor-wrap .sponsor {
        padding: 2.25rem 1.5rem; } }
    @media (min-width: 62.5em) {
      .footer-container .footer-sponsor-wrap .sponsor {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (min-width: 46.875em) {
      .footer-container .footer-sponsor-wrap .sponsor {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    @media (min-width: 62.5em) {
      .footer-container .footer-sponsor-wrap .sponsor {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
  .footer-container .footer-sponsor-wrap a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #083463; }
    .footer-container .footer-sponsor-wrap a::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .footer-container .footer-sponsor-wrap a:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .footer-container .footer-sponsor-wrap a::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .footer-container .footer-sponsor-wrap a:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .footer-container .footer-sponsor-wrap a::before {
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5); }
    .footer-container .footer-sponsor-wrap a::after {
      background-color: #083463; }

.footer-container.footer-shortcut-bar-margin {
  margin-bottom: 80px; }

/* ******************************************
Susy Grid Setup
****************************************** */
*, *:before, *:after {
  box-sizing: border-box; }

/* ******************************************
Layout: Nav
****************************************** */
.nav-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5000;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.75); }
  .nav-wrapper.is-mobile nav,
  .nav-wrapper.is-tablet nav {
    background-color: #083463; }
  .nav-wrapper nav {
    position: absolute;
    background-color: rgba(8, 52, 99, 0.95);
    height: 40px;
    width: 40px;
    opacity: 0;
    overflow: hidden;
    /* Translate position helper used with menu toggle */
    -webkit-transition: width 0.25s, height 0.25s, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: width 0.25s, height 0.25s, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: width 0.25s, height 0.25s, transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: width 0.25s, height 0.25s, transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform: translate(1.5rem, 1.5rem);
            transform: translate(1.5rem, 1.5rem);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .nav-wrapper nav.nav-open {
      border-radius: 0%;
      opacity: 1;
      -webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
      transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
      transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
      transition: width 0.3s, height 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    .nav-wrapper nav a {
      cursor: pointer;
      color: #ffffff;
      text-transform: uppercase;
      font-style: italic;
      display: inline-block; }
      .nav-wrapper nav a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #083463;
        -webkit-transition: width ease 0.15s;
        transition: width ease 0.15s; }
      .no-touchevents .nav-wrapper nav a:hover::after {
        width: 100%;
        -webkit-transition: width ease 0.3s;
        transition: width ease 0.3s; }
      .nav-wrapper nav a::after {
        background-color: #ffffff; }
    .nav-wrapper nav .nav-item-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .nav-wrapper nav .nav-container {
      margin: 7rem 0.75rem 0;
      opacity: 0; }
      @media (min-width: 46.875em) {
        .nav-wrapper nav .nav-container {
          margin: 7rem 1.5rem 0; } }
      .nav-wrapper nav .nav-container li {
        margin-bottom: 1rem;
        font-size: 1.3em; }
        @media (min-width: 37.5em) {
          .nav-wrapper nav .nav-container li {
            font-size: 1.4em;
            margin-bottom: 1.5rem; } }
        @media (min-width: 46.875em) {
          .nav-wrapper nav .nav-container li {
            font-size: 1.65em; } }
        @media (min-width: 62.5em) {
          .nav-wrapper nav .nav-container li {
            font-size: 1.8em; } }
    .nav-wrapper nav.nav-open .nav-container {
      opacity: 1;
      -webkit-transition: opacity 1.25s ease;
      transition: opacity 1.25s ease; }
  .nav-wrapper .nav-toggle {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ffffff;
    outline: none;
    cursor: pointer; }
    @media (min-width: 46.875em) {
      .nav-wrapper .nav-toggle {
        left: 1.5rem;
        top: 1.5rem; } }
    .no-touchevents .nav-wrapper .nav-toggle:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }

/* ******************************************
Layout: Nav Icons
****************************************** */
.nav-wrapper .nav-icon {
  margin-right: .5rem; }
  @media (min-width: 46.875em) {
    .nav-wrapper .nav-icon {
      margin-right: 0.75rem; } }

.nav-wrapper .icon-home {
  font-size: 90%; }

.nav-wrapper .fa-users {
  font-size: 78%; }

.nav-wrapper .icon-images {
  font-size: 72%; }

.nav-wrapper .icon-video {
  font-size: 80%; }

.nav-wrapper .icon-pano3 {
  font-size: 72%;
  margin-bottom: 1px; }

.nav-wrapper .icon-matterport {
  font-size: 80%; }

.nav-wrapper .icon-immersive-slideshow {
  font-size: 70%; }

.nav-wrapper .icon-floorplan {
  font-size: 64%; }

.nav-wrapper .icon-mail {
  font-size: 82%; }

/* ******************************************
Layout: Nav + Has Open House
****************************************** */
.has-open-house .nav-wrapper .nav-toggle {
  margin-top: 35px; }
  @media (min-width: 62.5em) {
    .has-open-house .nav-wrapper .nav-toggle {
      margin-top: 45px; } }

.has-open-house .nav-is-open.nav-wrapper .nav-toggle {
  margin-top: 0; }

/* ******************************************
Agent
****************************************** */
.agent-container {
  text-align: center;
  padding: 2.25rem 0.75rem; }
  @media (min-width: 46.875em) {
    .agent-container {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .agent-container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .agent-container .agent-wrap {
    max-width: 75rem;
    margin: 0 auto; }
  .agent-container .agent-single-container:nth-child(2n) {
    border-top: 1px solid #083463;
    margin-top: 2.25rem;
    padding-top: 2.25rem; }
  .agent-container .agent-heading {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: capitalize;
    color: #083463;
    color: #083463; }
    @media (min-width: 37.5em) {
      .agent-container .agent-heading {
        font-size: 1.7em; } }
  .agent-container .agent-name-company-wrap {
    padding: 0 0 0.75rem;
    font-weight: 700; }
    .agent-container .agent-name-company-wrap h2 {
      font-size: 1.15em;
      margin-bottom: .25rem; }
  .agent-container .agent-title-designation-content,
  .agent-container .agent-license-number-content,
  .agent-container .agent-company-name {
    color: #083463;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic; }
  .agent-container .agent-primary-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 62.5em) {
      .agent-container .agent-primary-info {
        max-width: 75rem;
        margin: 0 auto; } }
  .agent-container .agent-no-portrait .agent-headshot-wrap {
    display: none; }
  .agent-container .agent-no-portrait .agent-logo-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .agent-container .agent-no-portrait .agent-links-wrap {
    width: 100%; }
  @media (min-width: 62.5em) {
    .agent-container .agent-no-portrait .agent-logo-wrap,
    .agent-container .agent-no-portrait .agent-links-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .agent-container .agent-no-portrait .agent-logo-wrap {
      margin-bottom: 0.75rem; } }
  .agent-container .agent-no-portrait.agent-no-logo .agent-links-wrap {
    margin-top: 0; }
  .agent-container .agent-no-logo .agent-headshot-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .agent-container .agent-no-logo .agent-logo-wrap {
    display: none; }
  .agent-container .agent-no-logo .agent-links-wrap {
    width: 100%; }
  @media (min-width: 62.5em) {
    .agent-container .agent-no-logo .agent-headshot-wrap,
    .agent-container .agent-no-logo .agent-links-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .agent-container .agent-no-logo .agent-headshot-wrap {
      margin-bottom: 0.75rem; } }
  .agent-container .agent-headshot-wrap,
  .agent-container .agent-logo-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0.75rem 0.75rem 0; }
  @media (min-width: 62.5em) {
    .agent-container .agent-headshot-wrap,
    .agent-container .agent-logo-wrap,
    .agent-container .agent-links-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 33%;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%; } }
  .agent-container .agent-photo {
    text-align: right;
    float: right;
    max-width: 10rem; }
    @media (min-width: 62.5em) {
      .agent-container .agent-photo {
        text-align: center;
        margin: 0 auto;
        float: none;
        max-width: 15rem; } }
    .agent-container .agent-photo img {
      max-height: 10rem; }
      @media (min-width: 62.5em) {
        .agent-container .agent-photo img {
          max-height: 15rem; } }
  .agent-container .agent-company-logo {
    text-align: left;
    max-width: 10rem; }
    @media (min-width: 62.5em) {
      .agent-container .agent-company-logo {
        text-align: center;
        margin: 0 auto;
        max-width: 15rem; } }
    .agent-container .agent-company-logo img {
      max-height: 10rem; }
      @media (min-width: 62.5em) {
        .agent-container .agent-company-logo img {
          max-height: 15rem; } }
  .agent-container .agent-links-wrap {
    font-size: .9em;
    margin-top: 1.75rem; }
    @media (min-width: 62.5em) {
      .agent-container .agent-links-wrap {
        margin-top: 0; } }
  .agent-container .agent-email:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    font-size: 92%;
    margin-right: .35rem; }
  .agent-container .contact-phone:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    margin-right: .35rem; }
  .agent-container .contact-website:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ac";
    margin-right: .35rem; }
  .agent-container .agent-view-tours-link a:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a9";
    margin-right: .35rem; }
  .agent-container .agent-links-wrap a {
    display: inline-block;
    text-decoration: none; }
    .agent-container .agent-links-wrap a::after {
      margin-top: 1px; }
  .agent-container .agent-link-content {
    margin-bottom: 0.75rem; }
  .agent-container .agent-link {
    position: relative;
    display: inline-block; }
    .agent-container .agent-link::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .agent-container .agent-link:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .agent-container .agent-link::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .agent-container .agent-link:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .agent-container .agent-link a {
      color: #083463; }
    .agent-container .agent-link::before {
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5); }
    .agent-container .agent-link::after {
      background-color: #083463; }

/* ******************************************
Agent: Hide Agent Image
****************************************** */
.is-hide-agent-image .agent-container .agent-headshot-wrap {
  display: none; }

.is-hide-agent-image .agent-container .agent-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

.is-hide-agent-image .agent-container .agent-links-wrap {
  width: 100%; }

@media (min-width: 62.5em) {
  .is-hide-agent-image .agent-container .agent-logo-wrap,
  .is-hide-agent-image .agent-container .agent-links-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .is-hide-agent-image .agent-container .agent-logo-wrap {
    margin-bottom: 0.75rem; } }

.is-hide-agent-image .agent-container .agent-no-logo .agent-links-wrap {
  margin-top: 0; }

/* ******************************************
Audio
****************************************** */
.audio-wrapper {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3300; }
  @media (min-width: 46.875em) {
    .audio-wrapper {
      top: 1.5rem;
      right: 1.5rem; } }
  .audio-wrapper .loading span {
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-duration: 1200ms;
            animation-duration: 1200ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    display: inline-block;
    border-radius: 50%;
    line-height: 1;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2em; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.audio-controls span {
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #ffffff;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em; }

.audio-controls .icon-volume-on:before {
  content: "\e940"; }

.audio-controls.paused .icon-volume-on:before {
  content: "\e942"; }

.no-touchevents .audio-controls span:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* ******************************************
Audio: If Has Property Status
****************************************** */
.has-property-status .audio-wrapper {
  right: auto;
  left: 4rem; }
  @media (min-width: 46.875em) {
    .has-property-status .audio-wrapper {
      right: auto;
      left: 4.5rem; } }

/* ******************************************
Audio: If Has Open House
****************************************** */
.has-open-house .audio-wrapper {
  margin-top: 35px; }
  @media (min-width: 62.5em) {
    .has-open-house .audio-wrapper {
      margin-top: 45px; } }

/* ******************************************
Audio: Prominent Design Option
****************************************** */
.is-prominent-audio .audio-controls {
  border-radius: 50%; }

@media (min-width: 46.875em) {
  .is-prominent-audio .audio-wrapper {
    top: 1.5rem;
    -webkit-transform-origin: right;
            transform-origin: right; }
  .is-prominent-audio .audio-prominent-text {
    display: inline-block;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    margin-right: .75rem;
    font-size: 1.05em; }
  .is-prominent-audio .audio-controls {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1rem;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    height: 40px; }
    .is-prominent-audio .audio-controls span {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
      height: auto;
      width: auto;
      box-shadow: none;
      border: none;
      background-color: transparent; } }

@media (min-width: 46.875em) {
  .no-touchevents .is-prominent-audio .audio-wrapper:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; } }

/* ******************************************
Audio: Prominent Design Option + Prop Status
****************************************** */
@media (min-width: 46.875em) {
  .has-property-status.is-prominent-audio .audio-wrapper {
    right: auto;
    left: 6rem; }
  .has-property-status.is-prominent-audio .audio-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .has-property-status.is-prominent-audio .audio-prominent-text {
    margin-right: 0;
    margin-left: .75rem; } }

/* ******************************************
Audio: Animated Design Option
****************************************** */
@-webkit-keyframes audio-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes audio-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-webkit-keyframes audio-flash {
  0 {
    opacity: 1; }
  15% {
    opacity: 1; }
  18% {
    opacity: 0; }
  21% {
    opacity: 1; }
  24% {
    opacity: 0; }
  27% {
    opacity: 1; }
  30% {
    opacity: 0; }
  33% {
    opacity: 1; }
  36% {
    opacity: 0; }
  39% {
    opacity: 1; } }

@keyframes audio-flash {
  0 {
    opacity: 1; }
  15% {
    opacity: 1; }
  18% {
    opacity: 0; }
  21% {
    opacity: 1; }
  24% {
    opacity: 0; }
  27% {
    opacity: 1; }
  30% {
    opacity: 0; }
  33% {
    opacity: 1; }
  36% {
    opacity: 0; }
  39% {
    opacity: 1; } }

.is-animated-audio.is-standard-audio .audio-controls span {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  box-shadow: 0 0 0 0 white;
  -webkit-animation: audio-pulse 2s infinite;
          animation: audio-pulse 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.is-animated-audio.is-standard-audio .audio-controls .icon-volume-on:before {
  -webkit-animation: audio-flash 10s infinite;
          animation: audio-flash 10s infinite; }

.is-animated-audio.is-prominent-audio .audio-controls {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  box-shadow: 0 0 0 0 white;
  -webkit-animation: audio-pulse 2s infinite;
          animation: audio-pulse 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.is-animated-audio.is-prominent-audio .audio-controls .icon-volume-on:before {
  -webkit-animation: audio-flash 10s infinite;
          animation: audio-flash 10s infinite; }

/* ******************************************
Contact
****************************************** */
.contact-form-modal-content a {
  text-decoration: none; }

.contact-form-modal-content .contact-form-modal-close {
  background-color: #083463;
  border: 2px solid #083463; }

.contact-form-container {
  text-align: center;
  padding: 2.25rem 0.75rem; }
  @media (min-width: 46.875em) {
    .contact-form-container {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .contact-form-container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .contact-form-container .contact-form-heading {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: capitalize;
    color: #083463; }
    @media (min-width: 37.5em) {
      .contact-form-container .contact-form-heading {
        font-size: 1.7em; } }
  .contact-form-container .contact-form-content {
    max-width: 33rem; }
  .contact-form-container .contact-form-control {
    border: 2px solid #083463;
    color: #083463;
    background-color: #ffffff; }
    .contact-form-container .contact-form-control::-webkit-input-placeholder {
      color: rgba(8, 52, 99, 0.4); }
    .contact-form-container .contact-form-control::-moz-placeholder {
      color: rgba(8, 52, 99, 0.4); }
    .contact-form-container .contact-form-control:-ms-input-placeholder {
      color: rgba(8, 52, 99, 0.4); }
    .contact-form-container .contact-form-control::placeholder {
      color: rgba(8, 52, 99, 0.4); }
  .contact-form-container .contact-form-button {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #083463;
    padding: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #083463;
    border-radius: 7px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    background-color: #083463;
    color: #ffffff;
    font-size: 1.15rem; }
    .contact-form-container .contact-form-button:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      background-color: #ffffff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 5px;
      width: 0; }
    .no-touchevents .contact-form-container .contact-form-button:hover {
      color: #083463; }
    .no-touchevents .contact-form-container .contact-form-button:hover:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      width: 100%; }
  .contact-form-container .contact-validation-block {
    color: #083463; }
  .contact-form-container input:-webkit-autofill,
  .contact-form-container input:-webkit-autofill:hover,
  .contact-form-container input:-webkit-autofill:focus
input:-webkit-autofill,
  .contact-form-container textarea:-webkit-autofill,
  .contact-form-container textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #083463;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }
  .contact-form-container.form-success .contact-form-success-container {
    background-color: rgba(8, 52, 99, 0.25);
    border: 2px solid #083463;
    color: #083463; }
  .contact-form-container.form-success .contact-form-success-icon {
    color: #083463; }

.contact-form-recaptcha-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* ******************************************
Fancybox Modal Custom Styles
****************************************** */
.fancybox-overlay {
  background-color: rgba(8, 52, 99, 0.95);
  overflow: hidden !important; }

.fancybox-wrap {
  top: 56px !important;
  left: 0.75rem !important;
  height: calc(100vh - 70px) !important;
  width: calc(100vw - 24px) !important; }

.fancybox-skin {
  border-radius: 0;
  padding: 0 !important;
  border: 2px solid white; }

.fancybox-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: none;
  text-decoration: none;
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  background-color: rgba(8, 52, 99, 0.5);
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  font-size: .8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .fancybox-close:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91d"; }
  .no-touchevents .fancybox-close:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.fancybox-inner {
  width: 100% !important;
  border: 2px solid white;
  max-height: calc(100vh - 74px) !important; }

/* ******************************************
Floorplans
****************************************** */
.floorplans-bucket-container {
  text-align: center;
  max-width: 75rem;
  margin: 0 auto 0.75rem;
  background-color: white;
  border-radius: 12px;
  padding: 0.75rem; }
  @media (min-width: 46.875em) {
    .floorplans-bucket-container {
      padding: 1.5rem; } }

.floorplan-container {
  overflow: hidden; }

.floorplan-content {
  text-align: center;
  line-height: 0; }

.floorplan-image,
.floorplan-content {
  position: relative; }

.floorplan-image {
  cursor: pointer; }

.hotspot-icon {
  position: absolute; }

.hotspot-icon-image {
  z-index: 1;
  pointer-events: none; }

img.hotspot-icon-image {
  max-width: inherit; }

.hotspot-icon-media {
  line-height: 0;
  pointer-events: all;
  cursor: pointer; }

.hotspot-icon-url {
  line-height: 0;
  pointer-events: all;
  cursor: pointer; }
  .hotspot-icon-url img {
    pointer-events: all; }

.hotspot-icon-media-thumb {
  padding: .5em;
  line-height: 0;
  background-color: #083463;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 3; }
  @media (min-width: 23.125em) {
    .hotspot-icon-media-thumb img {
      max-width: 200px; } }
  @media (min-width: 75em) {
    .hotspot-icon-media-thumb img {
      max-width: 350px; } }
  .hotspot-icon-media-thumb .icon-virtualtour,
  .hotspot-icon-media-thumb .icon-video {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    display: inline-block;
    background: #083463;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    padding-left: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); }

.floorplan-content {
  margin: 0 auto; }

.floorplan-header-container {
  display: none; }

h2.floorplan-name {
  margin-bottom: .25em;
  text-align: left;
  font-size: 1em;
  font-weight: 700;
  color: #083463; }

.floorplan-helper-text {
  color: #083463;
  font-style: italic;
  text-align: left; }
  .floorplan-helper-text p {
    font-size: .8em; }

.touchevents .floorplan-helper-touch {
  display: block; }

.touchevents .floorplan-helper-non-touch {
  display: none; }

.no-touchevents .floorplan-helper-touch {
  display: none; }

.no-touchevents .floorplan-helper-non-touch {
  display: block; }

/* ******************************************
Select Box Styling
****************************************** */
.floorplan-multi-container {
  position: relative; }

.floorplan-select-container {
  margin: 0 0 1.5rem; }

.floorplan-select-helper {
  display: none;
  margin-bottom: 1rem;
  font-style: italic;
  color: #083463;
  text-align: left; }
  .floorplan-select-helper p {
    font-size: .9em; }
  @media (min-width: 46.875em) {
    .floorplan-select-helper {
      margin-bottom: 0; } }

.floorplan-select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.floorplan-select {
  background: url("//s3.amazonaws.com/assets.tourbuzz.net/fonts/png/dropdown-arrow-dark-10.png") no-repeat 96% 50%;
  height: 36px;
  line-height: 32px;
  border: 2px solid #083463;
  border-radius: 8px;
  color: #083463;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0 28px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .floorplan-select:focus {
    outline: none; }
  @media (min-width: 37.5em) {
    .floorplan-select {
      width: auto;
      min-width: 21rem; } }

.no-touchevents .floorplan-select:hover {
  background-color: #e9e9e9; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select::-ms-expand {
  display: none; }

.ie9 .floorplan-select {
  background: none;
  padding: 0;
  border-radius: 0; }

/* ******************************************
Flooplan Gallery Overlay
****************************************** */
.modal-type-home-photo .floorplan-container {
  display: none;
  cursor: pointer; }
  @media (min-width: 46.875em) {
    .modal-type-home-photo .floorplan-container {
      padding: .5em;
      line-height: 0;
      background-color: #083463;
      box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.75);
      display: block;
      position: absolute;
      bottom: 4.5rem;
      left: 2.5rem;
      border: 2px solid #083463;
      background-color: white;
      max-width: 22%; } }
  @media (min-width: 62.5em) {
    .modal-type-home-photo .floorplan-container {
      max-width: 18%; } }
  @media (min-width: 75em) {
    .modal-type-home-photo .floorplan-container {
      max-width: 15%; } }
  .modal-type-home-photo .floorplan-container img.hotspot-icon-image {
    max-width: 100%; }
  .modal-type-home-photo .floorplan-container .hotspot-is-viewed {
    font-size: .7rem;
    right: -8px;
    bottom: -5px; }
  .modal-type-home-photo .floorplan-container .hotspot-icon-media {
    padding: 0;
    width: 10px; }
  .modal-type-home-photo .floorplan-container .hotspot-icon-url img {
    width: 10px; }
  .modal-type-home-photo .floorplan-container .hotspot-icon-navigation img {
    width: 10px; }
  .modal-type-home-photo .floorplan-container .floorplan-footer-container {
    padding-top: 0.25rem; }
    .modal-type-home-photo .floorplan-container .floorplan-footer-container h2.floorplan-name {
      color: #083463;
      font-size: .8em;
      font-style: italic;
      font-weight: 400;
      margin: 0;
      line-height: 1.4; }

/* ******************************************
Floorplan Zoom
****************************************** */
.floorplan-zoom-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #083463;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.floorplan-zoom-out,
.floorplan-zoom-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #083463; }
  .floorplan-zoom-out span,
  .floorplan-zoom-in span {
    font-size: 1.1em;
    margin-top: 1px;
    line-height: 1; }

.floorplan-zoom-in span {
  margin-left: 1px; }

.floorplan-zoom-out {
  margin-right: .5rem; }

/* ******************************************
Floorplan Single Container Styles
****************************************** */
.floorplan-single-container .floorplan-name-wrap h2.floorplan-name {
  font-size: .925em; }

/**************************************************
Gallery
**************************************************/
.gallery-media-container {
  overflow: hidden;
  width: 100%;
  height: 202px;
  position: relative; }
  .gallery-media-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.5), inset -7px 0 9px -7px rgba(0, 0, 0, 0.5); }
  @media (min-width: 23.125em) {
    .gallery-media-container {
      height: 232px; } }
  @media (min-width: 37.5em) {
    .gallery-media-container {
      height: 262px; } }

.gallery-thumbs-container {
  opacity: 0;
  line-height: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 220px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  @media (min-width: 23.125em) {
    .gallery-thumbs-container {
      height: 250px; } }
  @media (min-width: 37.5em) {
    .gallery-thumbs-container {
      height: 280px; } }
  .gallery-thumbs-container::-webkit-scrollbar {
    display: none; }
  .gallery-thumbs-container::-moz-scrollbar {
    display: none; }
  .gallery-thumbs-container.loaded {
    opacity: 1; }
  .gallery-thumbs-container .gallery-item-wrap {
    line-height: 0;
    opacity: 0;
    text-align: center;
    display: inline-block;
    width: 250px;
    margin-right: .75rem;
    border: 1px solid #083463;
    overflow: hidden;
    background-color: #083463;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .gallery-thumbs-container .gallery-item-wrap.loaded {
      opacity: 1; }
    @media (min-width: 23.125em) {
      .gallery-thumbs-container .gallery-item-wrap {
        width: 260px; } }
    @media (min-width: 37.5em) {
      .gallery-thumbs-container .gallery-item-wrap {
        width: 320px; } }
  .gallery-thumbs-container .gallery-thumb {
    line-height: 0;
    height: 100%;
    width: 100%;
    display: inline-block; }
  .gallery-thumbs-container .gallery-thumb-img {
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 200px;
    width: 100%;
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
    line-height: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media (min-width: 23.125em) {
      .gallery-thumbs-container .gallery-thumb-img {
        height: 230px; } }
    @media (min-width: 37.5em) {
      .gallery-thumbs-container .gallery-thumb-img {
        height: 260px; } }

/**************************************************
Gallery Loading
**************************************************/
.gallery-loading-container {
  display: none; }

.gallery-media-container {
  text-align: center; }
  .gallery-media-container.loading .gallery-thumb {
    display: none; }
  .gallery-media-container.loading .gallery-loading-container {
    display: block;
    margin-top: 2em; }
  .gallery-media-container.loading .gallery-loading-wrap {
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-duration: 1200ms;
            animation-duration: 1200ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    display: inline-block; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .gallery-media-container.loading .gallery-loading-wrap span {
      font-size: 2em;
      display: block; }
  .gallery-media-container.loading .gallery-loading-text {
    font-style: italic;
    margin-top: .75em;
    color: #083463; }

/**************************************************
View Full Gallery
**************************************************/
.gallery-btn-container {
  margin-top: 0.75rem; }
  .gallery-btn-container .gallery-btn {
    position: relative;
    font-size: 1.05em;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #083463; }
    .gallery-btn-container .gallery-btn::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .gallery-btn-container .gallery-btn:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .gallery-btn-container .gallery-btn::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .gallery-btn-container .gallery-btn:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .gallery-btn-container .gallery-btn .fa {
      margin-right: .2rem; }
    .gallery-btn-container .gallery-btn::before {
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5); }
    .gallery-btn-container .gallery-btn::after {
      background-color: #083463; }

/**************************************************
Gallery Hover Animations
**************************************************/
.gallery-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 99999; }

.gallery-thumb-bg::before,
.gallery-thumb-bg::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.gallery-thumb-bg::before {
  border-top: 4px solid #083463;
  border-bottom: 4px solid #083463;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }

.gallery-thumb-bg::after {
  border-right: 4px solid #083463;
  border-left: 4px solid #083463;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0); }

.no-touchevents .gallery-item-wrap:hover .gallery-thumb-img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.no-touchevents .gallery-item-wrap:hover .gallery-thumb-bg::before,
.no-touchevents .gallery-item-wrap:hover .gallery-thumb-bg::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

/* ******************************************
Hamburger
****************************************** */
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 22px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }

.hamburger-box {
  width: 22px;
  position: relative; }

.hamburger-inner {
  display: block;
  top: calc(50% - 1px); }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

.hamburger-spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger-spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger-spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger-spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ******************************************
Highlight Reel
****************************************** */
.highlight-reel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 0;
  background-color: #000000;
  height: 85vh; }
  .highlight-reel-container .display-pane-container {
    height: 100%; }
  .highlight-reel-container .player-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh !important; }
  .highlight-reel-container .display-pane {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%; }
  .highlight-reel-container .plumage-pano-container {
    padding: 0;
    height: auto; }
  .highlight-reel-container .plumage-media-info,
  .highlight-reel-container .plumage-hotspot-container,
  .highlight-reel-container .media-left-control,
  .highlight-reel-container .media-right-control {
    display: none; }

.highlight-reel-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden; }
  .highlight-reel-content .highlight-reel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3000;
    margin: 0 auto;
    pointer-events: none;
    left: 0;
    right: 0; }
  .highlight-reel-content .highlight-reel-headlines {
    z-index: 3400;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 1.5rem;
    width: 100%;
    color: #ffffff;
    pointer-events: none; }
    .highlight-reel-content .highlight-reel-headlines h1 {
      font-size: 2em;
      font-weight: 700;
      margin-bottom: .4rem;
      -webkit-transform: translateZ(0px);
              transform: translateZ(0px); }
      @media (min-width: 37.5em) {
        .highlight-reel-content .highlight-reel-headlines h1 {
          font-size: 2.25em; } }
      @media (min-width: 46.875em) {
        .highlight-reel-content .highlight-reel-headlines h1 {
          font-size: 2.75em; } }
      @media (min-width: 62.5em) {
        .highlight-reel-content .highlight-reel-headlines h1 {
          font-size: 3.4em; } }
      @media (min-width: 65em) {
        .highlight-reel-content .highlight-reel-headlines h1 {
          font-size: 3.6em; } }
    .highlight-reel-content .highlight-reel-headlines h2 {
      font-size: 1em;
      font-style: italic;
      font-weight: 400;
      -webkit-transform: translateZ(0px);
              transform: translateZ(0px); }
      @media (min-width: 46.875em) {
        .highlight-reel-content .highlight-reel-headlines h2 {
          font-size: 1.25em; } }
      @media (min-width: 62.5em) {
        .highlight-reel-content .highlight-reel-headlines h2 {
          font-size: 1.5em; } }
      @media (min-width: 75em) {
        .highlight-reel-content .highlight-reel-headlines h2 {
          font-size: 1.75em; } }
    .highlight-reel-content .highlight-reel-headlines h1.hero-heading1 {
      display: inline-block; }
    .highlight-reel-content .highlight-reel-headlines .hero-heading1.address-line2 {
      margin-left: .75rem; }
  .highlight-reel-content .no-headers.highlight-reel-headlines {
    display: none; }

.highlight-reel-is-complete .highlight-reel-overlay,
.highlight-reel-is-complete .highlight-reel-headlines {
  display: none; }

/* ******************************************
Highlight Reel: Video General Styles
****************************************** */
.highlight-reel-container .plumage-video-container {
  position: relative; }

.highlight-reel-container .video-mute-wrap {
  z-index: 4500; }

.highlight-reel-container .video-js .vjs-big-play-button {
  z-index: 2100; }

.highlight-reel-container .video-js.video-js-master {
  background-color: #000000; }

.highlight-reel-container .vjs-paused.video-js .vjs-big-play-button {
  display: block; }

.highlight-reel-container .video-js .vjs-control-bar {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto; }

.highlight-reel-container .video-js .vjs-fullscreen-control {
  display: none; }

.is-desktop .highlight-reel-container .vjs-big-play-button {
  display: none !important; }

/* ******************************************
Highlight Reel: Video Set Heights/Widths
****************************************** */
.highlight-reel-content,
.highlight-reel-content video,
.highlight-reel-content .plumage-video-wrap {
  height: 85vh !important; }
  @media (max-width: 46.25em) and (orientation: landscape) {
    .highlight-reel-content,
    .highlight-reel-content video,
    .highlight-reel-content .plumage-video-wrap {
      height: 100vh !important; } }
  @media (min-width: 62.5em) {
    .highlight-reel-content,
    .highlight-reel-content video,
    .highlight-reel-content .plumage-video-wrap {
      max-height: 85vh !important; } }

.highlight-reel-content video {
  height: 100% !important; }

@media (max-width: 46.25em) and (orientation: landscape) {
  .highlight-reel-content .highlight-reel-headlines,
  .highlight-reel-content .highlight-reel-overlay,
  .highlight-reel-content .vjs-control-bar {
    width: 100% !important; } }

/* ******************************************
Highlight Reel: No Video Image Fallback (Only for Standard Carousel)
****************************************** */
.is-hero-carousel-standard.has-no-video .highlight-reel-content,
.is-hero-carousel-standard.has-no-video .highlight-reel-content .player-image {
  height: 85vh !important; }
  .is-hero-carousel-standard.has-no-video .highlight-reel-content .highlight-reel-content .player-image.ken-burns-masked,
  .is-hero-carousel-standard.has-no-video .highlight-reel-content .player-image .highlight-reel-content .player-image.ken-burns-masked {
    height: 100%;
    max-height: 100%; }

.is-hero-carousel-standard.has-no-video.highlight-reel-is-complete .highlight-reel-overlay,
.is-hero-carousel-standard.has-no-video.highlight-reel-is-complete .highlight-reel-headlines {
  display: block; }

.is-hero-carousel-standard .highlight-reel-view-photos-btn {
  z-index: 4000;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 1rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
  padding: 0 0.75rem;
  cursor: pointer;
  border-radius: 7px;
  font-size: .8em;
  height: 36px;
  line-height: 34px;
  -webkit-animation: reel-pulse 5s infinite;
          animation: reel-pulse 5s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }
  @media (min-width: 37.5em) {
    .is-hero-carousel-standard .highlight-reel-view-photos-btn {
      height: 44px;
      line-height: 42px;
      font-size: 1.1em;
      margin-bottom: 1.5rem; } }
  @media (min-width: 62.5em) {
    .is-hero-carousel-standard .highlight-reel-view-photos-btn {
      height: 50px;
      line-height: 48px;
      padding: 0 1rem;
      font-size: 1.1em;
      margin-bottom: 1.5rem; } }

.is-hero-carousel-standard .highlight-reel-view-photos-icon {
  margin-right: .3rem; }

.no-touchevents .highlight-reel-view-photos-btn:hover {
  opacity: .85;
  -webkit-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s; }

/* ******************************************
Highlight Reel: Hide Headings and Overlay
****************************************** */
.is-hide-highlight-reel-headings .highlight-reel-content .highlight-reel-headlines,
.is-hide-highlight-reel-headings .highlight-reel-content .highlight-reel-overlay {
  display: none; }

/* ******************************************
Highlight Reel: No Headers
****************************************** */
.highlight-reel-container.no-headers .highlight-reel-overlay {
  background-color: transparent; }

/* ******************************************
Highlight Reel: Full Carousel Display
****************************************** */
.is-hero-carousel-full .media-left-control,
.is-hero-carousel-full .media-right-control {
  display: none;
  display: block;
  z-index: 4000;
  cursor: pointer;
  color: #ffffff; }
  .is-hero-carousel-full .media-left-control span,
  .is-hero-carousel-full .media-right-control span {
    border-color: #ffffff; }

@media (min-width: 46.875em) {
  .is-hero-carousel-full .media-left-control {
    left: 1.5rem; } }

@media (min-width: 46.875em) {
  .is-hero-carousel-full .media-right-control {
    right: 1.5rem; } }

.is-hero-carousel-full .highlight-reel-progress-container {
  position: absolute;
  left: 50%;
  color: #ffffff;
  z-index: 4000;
  font-size: .9em;
  bottom: 1.75rem;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-shadow: 1px 1px 7px black; }

.is-hero-carousel-full .highlight-reel-content .player-image.ken-burns-masked {
  height: inherit !important; }

/* ******************************************
Highlight Reel: Bounce Animation
****************************************** */
@-webkit-keyframes reel-pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  2% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  3.5% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  6.6% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  9% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }
@keyframes reel-pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  2% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  3.5% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  6.6% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  9% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

/* ******************************************
Highlight Reel: Transitions
****************************************** */
.is-hero-carousel-full.highlight-reel-container .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease; }

@-webkit-keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .is-hero-carousel-full.highlight-reel-container .display-pane.ng-hide-add .vjs-big-play-button {
    display: none !important; }

.is-hero-carousel-full.highlight-reel-container .no-transition .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .is-hero-carousel-full.highlight-reel-container .no-transition .display-pane.ng-hide-add .vjs-big-play-button {
    display: none !important; }

.is-hero-carousel-full.highlight-reel-container .long-crossfade .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 3.5s ease;
          animation: transition-fade-out 3.5s ease; }

@-webkit-keyframes transition-long-crossfade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes transition-long-crossfade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .is-hero-carousel-full.highlight-reel-container .long-crossfade .display-pane.ng-hide-add .vjs-big-play-button {
    display: none !important; }

.is-hero-carousel-full.highlight-reel-container .smooth-crossfade .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1.75s ease;
          animation: transition-fade-out 1.75s ease; }

@-webkit-keyframes transition-smooth-crossfade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes transition-smooth-crossfade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .is-hero-carousel-full.highlight-reel-container .smooth-crossfade .display-pane.ng-hide-add .vjs-big-play-button {
    display: none !important; }

.is-hero-carousel-full.highlight-reel-container .crossfade .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 0.5s ease;
          animation: transition-fade-in 0.5s ease; }

@-webkit-keyframes transition-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes transition-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .no-transition .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 0.5s ease;
          animation: transition-fade-in 0.5s ease;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

@keyframes transition-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .slide-in .display-pane.ng-hide-remove {
  -webkit-animation: transition-slide-in-right 0.4s ease;
          animation: transition-slide-in-right 0.4s ease; }

@-webkit-keyframes transition-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes transition-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .slide-in.previous-transition .display-pane.ng-hide-remove {
  -webkit-animation: transition-slide-in-left 0.4s ease;
          animation: transition-slide-in-left 0.4s ease; }

@-webkit-keyframes transition-slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes transition-slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .slide-in.previous-transition .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.is-hero-carousel-full.highlight-reel-container .scale-in .display-pane.ng-hide-remove {
  -webkit-animation: transition-scale-in-hor-center 0.5s ease;
          animation: transition-scale-in-hor-center 0.5s ease; }

@-webkit-keyframes transition-scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; } }

@keyframes transition-scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .flip-in .display-pane.ng-hide-remove {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: transition-flip-in-right 0.5s ease;
          animation: transition-flip-in-right 0.5s ease; }

@-webkit-keyframes transition-flip-in-right {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; } }

@keyframes transition-flip-in-right {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .flip-in.previous-transition .display-pane.ng-hide-remove {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: transition-flip-in-left 0.5s ease;
          animation: transition-flip-in-left 0.5s ease; }

@-webkit-keyframes transition-flip-in-left {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; } }

@keyframes transition-flip-in-left {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .flip-in.previous-transition .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.is-hero-carousel-full.highlight-reel-container .spin-in .display-pane.ng-hide-remove {
  -webkit-animation: transition-spin-in 0.5s ease;
          animation: transition-spin-in 0.5s ease; }

@-webkit-keyframes transition-spin-in {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1; } }

@keyframes transition-spin-in {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .long-crossfade .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 2.75s ease;
          animation: transition-fade-in 2.75s ease; }

@-webkit-keyframes transition-long-crossfade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes transition-long-crossfade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.is-hero-carousel-full.highlight-reel-container .smooth-crossfade .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 1.5s ease;
          animation: transition-fade-in 1.5s ease; }

@-webkit-keyframes transition-smooth-crossfade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes transition-smooth-crossfade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ******************************************
Highlight Reel: Letterbox Design Option
****************************************** */
.is-highlight-reel-letterbox .highlight-reel-container .player-image {
  background-size: contain; }

.is-edge-browser .highlight-reel-container video {
  min-width: 100vw;
  height: auto !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute !important; }

.is-edge-browser.is-highlight-reel-letterbox .highlight-reel-container video {
  min-width: auto;
  height: 100% !important;
  position: absolute; }

/* ******************************************
Highlight Reel: Letterbox Design Option AND Ken Burns
****************************************** */
.is-letterbox-ken-burns.highlight-reel-container .display-pane-container {
  height: auto; }

.is-letterbox-ken-burns.highlight-reel-container .display-pane {
  width: 100% !important;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.is-letterbox-ken-burns.highlight-reel-container .photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.is-letterbox-ken-burns.highlight-reel-container .plumage-photo-wrap {
  height: auto !important;
  overflow: hidden;
  position: relative; }

.is-letterbox-ken-burns.highlight-reel-container .media-container,
.is-letterbox-ken-burns.highlight-reel-container .photo {
  height: 85vh !important; }
  @media (max-width: 46.25em) and (orientation: landscape) {
    .is-letterbox-ken-burns.highlight-reel-container .media-container,
    .is-letterbox-ken-burns.highlight-reel-container .photo {
      height: 100vh !important; } }
  @media (min-width: 62.5em) {
    .is-letterbox-ken-burns.highlight-reel-container .media-container,
    .is-letterbox-ken-burns.highlight-reel-container .photo {
      max-height: 85vh !important; } }

.is-letterbox-ken-burns.highlight-reel-container .plumage-photo-wrap {
  max-height: 85vh !important; }
  @media (max-width: 46.25em) and (orientation: landscape) {
    .is-letterbox-ken-burns.highlight-reel-container .plumage-photo-wrap {
      max-height: 100vh !important; } }
  @media (min-width: 62.5em) {
    .is-letterbox-ken-burns.highlight-reel-container .plumage-photo-wrap {
      max-height: 85vh !important; } }

/* ******************************************
Highlight Reel: Design Option - Show Img Title/Description
****************************************** */
@media (min-width: 62.5em) {
  .is-show-reel-titles.highlight-reel-container .plumage-media-info {
    display: inline-block;
    position: absolute;
    bottom: 1.75rem;
    left: 1.5rem;
    z-index: 9;
    color: white;
    max-width: 20rem; } }

@media (min-width: 75em) {
  .is-show-reel-titles.highlight-reel-container .plumage-media-info {
    max-width: 27rem; } }

.is-show-reel-titles.highlight-reel-container .plumage-media-name,
.is-show-reel-titles.highlight-reel-container .plumage-media-description {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.95), 0px 0px 7px rgba(0, 0, 0, 0.75); }

.is-show-reel-titles.highlight-reel-container .plumage-media-name {
  font-size: .875em;
  line-height: 1.1; }

.is-show-reel-titles.highlight-reel-container .plumage-media-description {
  font-size: .825em;
  line-height: 1.35;
  margin-top: .1rem;
  font-style: italic; }

/* ******************************************
Highlight Reel: Design Option - Img Title/Description Size
****************************************** */
.medium.is-show-reel-titles.highlight-reel-container .plumage-media-info {
  font-size: 115%; }

.large.is-show-reel-titles.highlight-reel-container .plumage-media-info {
  font-size: 130%; }

/* ******************************************
Highlight Reel: Mobile Inline Video Design Option
****************************************** */
.is-hero-video-inline.highlight-reel-container .video-js.vjs-ended .vjs-big-play-button {
  display: none; }

/* ******************************************
Highlight Reel Complete
****************************************** */
.highlight-reel-complete-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
  z-index: 4700; }
  .highlight-reel-is-complete .highlight-reel-complete-container {
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s; }

.highlight-reel-complete-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff; }

.highlight-reel-complete-icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  margin-bottom: 1rem;
  font-size: 2em; }
  @media (min-width: 34.375em) {
    .highlight-reel-complete-icon {
      height: 65px;
      width: 65px;
      line-height: 65px;
      font-size: 2.4em; } }
  @media (min-width: 34.375em) {
    .highlight-reel-complete-icon {
      height: 75px;
      width: 75px;
      line-height: 75px;
      font-size: 2.75em; } }
  @media (min-width: 46.875em) {
    .highlight-reel-complete-icon {
      height: 90px;
      width: 90px;
      line-height: 90px;
      font-size: 3em; } }

.highlight-reel-complete-gallery,
.highlight-reel-complete-contact,
.highlight-reel-complete-video {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 1.5rem;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s; }
  .highlight-reel-complete-gallery h5,
  .highlight-reel-complete-contact h5,
  .highlight-reel-complete-video h5 {
    font-size: .85em;
    line-height: 1.3; }
  @media (min-width: 31.875em) {
    .highlight-reel-complete-gallery h5,
    .highlight-reel-complete-contact h5,
    .highlight-reel-complete-video h5 {
      font-size: 1em; } }
  @media (min-width: 34.375em) {
    .highlight-reel-complete-gallery,
    .highlight-reel-complete-contact,
    .highlight-reel-complete-video {
      margin: 0 2rem; } }
  @media (min-width: 46.875em) {
    .highlight-reel-complete-gallery,
    .highlight-reel-complete-contact,
    .highlight-reel-complete-video {
      margin: 0 2.5rem; }
      .highlight-reel-complete-gallery h5,
      .highlight-reel-complete-contact h5,
      .highlight-reel-complete-video h5 {
        font-size: 1.25em; } }
  @media (min-width: 75em) {
    .highlight-reel-complete-gallery,
    .highlight-reel-complete-contact,
    .highlight-reel-complete-video {
      margin: 0 3.5rem; }
      .highlight-reel-complete-gallery h5,
      .highlight-reel-complete-contact h5,
      .highlight-reel-complete-video h5 {
        font-size: 1.5em; } }
  .no-touchevents .highlight-reel-complete-gallery:hover,
  .no-touchevents .highlight-reel-complete-contact:hover,
  .no-touchevents .highlight-reel-complete-video:hover {
    opacity: .65;
    -webkit-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s; }

.highlight-reel-complete-gallery {
  -webkit-animation: reel-complete-pulse 5s infinite;
          animation: reel-complete-pulse 5s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.highlight-reel-complete-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 4700;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1em;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity ease 0.15s;
  transition: opacity ease 0.15s; }
  @media (min-width: 37.5em) {
    .highlight-reel-complete-close {
      top: 1.5rem;
      right: 1.5rem; } }

.no-touchevents .highlight-reel-complete-close:hover {
  opacity: .7;
  -webkit-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s; }

/* ******************************************
Highlight Reel Complete: Pulse Animation
****************************************** */
@-webkit-keyframes reel-complete-pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  2% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  3.5% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  6.6% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  9% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }
@keyframes reel-complete-pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  2% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  3.5% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  6.6% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  9% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

/* ******************************************
Hero Immersive 3d Tour
****************************************** */
.media-immersive-3d-tour-container {
  width: 100%;
  position: relative;
  text-align: initial; }
  .media-immersive-3d-tour-container .media-immersive-3d-tour-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25); }

.immersive-3d-tour-minimap.active {
  max-height: 100%;
  max-width: 100%; }

.media-immersive-3d-tour-container,
.media-immersive-3d-tour-content {
  height: 72vh; }
  @media (max-width: 46.25em) and (orientation: landscape) {
    .media-immersive-3d-tour-container,
    .media-immersive-3d-tour-content {
      height: calc(100vh - 80px - .75rem); } }
  @media (min-width: 46.875em) {
    .media-immersive-3d-tour-container,
    .media-immersive-3d-tour-content {
      height: calc(100vh - 80px - 7rem); } }

.immersive-3d-tour-color {
  background-color: #083463;
  position: absolute;
  left: -10000rem; }

.immersive-3d-tour-container .immersive-3d-tour-ui-wrap .immersive-3d-tour-flex-wrap {
  max-height: calc(100% - 34px - .75rem) !important; }

.immersive-3d-tour-container .immersive-3d-tour-menu button {
  outline: none; }

.modal-type-home-immersive .morph-modal-content {
  margin: 0 0.75rem; }

.modal-type-home-immersive .media-immersive-3d-tour-container,
.modal-type-home-immersive .media-immersive-3d-tour-content {
  height: calc(100vh - 58px - 0.75rem); }

/* ******************************************
Immersive 3d Overlay
****************************************** */
.media-inline-wrap .media-immersive-3d-tour-container .immersive-3d-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9; }

.media-inline-wrap .media-immersive-3d-tour-container .immersive-3d-overlay-control {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }

.media-inline-wrap .media-immersive-3d-tour-container .immersive-3d-overlay-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  line-height: 66px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 2.25rem;
  color: white;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

.media-inline-wrap .media-immersive-3d-tour-container .immersive-3d-overlay-title {
  display: block;
  font-style: italic;
  margin-top: 0.75rem;
  color: white;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75); }

.media-inline-wrap .media-immersive-3d-tour-container .is-immersive-engaged.immersive-3d-overlay {
  display: none; }

.no-touchevents .media-inline-wrap .media-immersive-3d-tour-container .immersive-3d-overlay:hover .immersive-3d-overlay-icon {
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

body.is-imm-3d-help-open {
  overflow: hidden !important; }
  body.is-imm-3d-help-open .shortcut-bar-wrapper,
  body.is-imm-3d-help-open .preview_mode {
    display: none !important; }
  body.is-imm-3d-help-open .immersive-3d-tour .ui.modal.scrolling.visible.active {
    top: 0; }
  body.is-imm-3d-help-open #home-immersive {
    z-index: 9; }
  body.is-imm-3d-help-open .immersive-3d-tour .ui.dimmer {
    background: rgba(0, 0, 0, 0.925); }

/* ******************************************
Jump To Location
****************************************** */
.jump-to-button-container {
  display: none;
  margin-top: 0.75rem; }
  .jump-to-button-container .jump-to-button {
    position: relative;
    font-size: 1.05em;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #083463; }
    .jump-to-button-container .jump-to-button::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .jump-to-button-container .jump-to-button:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .jump-to-button-container .jump-to-button::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .jump-to-button-container .jump-to-button:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .jump-to-button-container .jump-to-button .fa {
      margin-right: .2rem; }
    .jump-to-button-container .jump-to-button::before {
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5); }
    .jump-to-button-container .jump-to-button::after {
      background-color: #083463; }

.modal-type-home-immersive .jump-to-button-container {
  margin: 0;
  position: fixed;
  top: 14px;
  right: .75rem; }
  @media (min-width: 62.5em) {
    .modal-type-home-immersive .jump-to-button-container {
      top: 12px; } }

.modal-type-home-immersive .jump-to-bucket-button {
  font-size: 1.05em;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem 0.4rem;
  border-radius: 5px;
  border: 1px solid white;
  line-height: 1;
  margin: 0;
  font-size: .95em;
  color: #ffffff;
  border-color: #ffffff; }
  .modal-type-home-immersive .jump-to-bucket-button .fa {
    margin-right: .2rem; }

.no-touchevents .modal-type-home-immersive .jump-to-bucket-button:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.jump-to-modal-container {
  margin-left: -1000rem;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  .jump-to-modal-container.jump-to-modal-is-open {
    margin-left: 0;
    opacity: 1;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
    background-color: rgba(8, 52, 99, 0.95);
    color: #ffffff;
    z-index: 11000;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
  .jump-to-modal-container .jump-to-content {
    margin: 0 0.75rem;
    max-height: calc(100vh - 70px); }
  .jump-to-modal-container .jump-to-flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 70px); }
  .jump-to-modal-container .jump-to-flex-inner {
    background-color: #ffffff;
    border-radius: 12px;
    color: #083463;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 75rem;
    margin: 0 auto 0.75rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: calc(100vh - 70px); }
  .jump-to-modal-container .jump-to-heading {
    color: #083463;
    text-transform: uppercase;
    padding: 1.25rem 1.25rem 0.5rem;
    display: inline-block;
    position: relative; }
    .jump-to-modal-container .jump-to-heading h2 {
      font-weight: 900;
      font-size: 1.5em;
      z-index: 2;
      position: relative; }

.jump-to-close {
  padding: 0 0.75rem;
  height: 58px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .jump-to-close .icon-close22 {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    width: 32px;
    height: 32px;
    font-size: .85em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .no-touchevents .jump-to-close .icon-close22:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }

.jump-to-inner-wrap {
  padding: 1.25rem; }
  @media (min-width: 37.5em) {
    .jump-to-inner-wrap ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
  @media (min-width: 75em) {
    .jump-to-inner-wrap ul {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr; } }

.jump-to-item {
  padding-bottom: .5rem; }
  .jump-to-item a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: inline-block;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1.25; }
    .jump-to-item a:before {
      font-family: 'FontAwesome';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0a9";
      font-size: 16px;
      vertical-align: middle; }
  .jump-to-item span {
    margin-left: .5rem; }

.no-touchevents .jump-to-item a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* ******************************************
Map
****************************************** */
.map-outer-container {
  margin: 0 auto;
  padding-left: 0.75rem; }
  .map-outer-container h2 {
    display: none; }
  .map-outer-container iframe {
    height: calc(100vh - 36px);
    width: calc(100vw - 5px); }

/* ******************************************
Matterport
****************************************** */
.matterport-container {
  padding: 0;
  margin: 0 auto;
  height: calc(100vh - 58px);
  overflow: hidden; }

.matterport-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .matterport-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .matterport-content h3 {
    display: none; }
  .matterport-content img {
    width: 100%; }
  .matterport-content iframe {
    margin-bottom: 0.75rem;
    height: calc(100vh - 70px); }

.matterport-controls-container {
  text-align: center;
  margin-bottom: 1.5rem; }

/* ******************************************
Matterport: Inline Media
****************************************** */
.media-inline-container .matterport-container,
.media-inline-container .matterport-container iframe {
  height: auto; }

.media-inline-container .matterport-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.media-inline-container .matterport-overlay-control {
  position: relative; }
  .media-inline-container .matterport-overlay-control::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #083463;
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s; }
  .no-touchevents .media-inline-container .matterport-overlay-control:hover::after {
    width: 100%;
    -webkit-transition: width ease 0.3s;
    transition: width ease 0.3s; }
  .media-inline-container .matterport-overlay-control::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s;
    position: absolute;
    right: 0;
    bottom: 0; }
  .no-touchevents .media-inline-container .matterport-overlay-control:hover::before {
    width: 0;
    -webkit-transition: width ease 0.3s;
    transition: width ease 0.3s; }
  .media-inline-container .matterport-overlay-control::before {
    border-bottom-color: rgba(255, 255, 255, 0.75); }
  .media-inline-container .matterport-overlay-control::after {
    background-color: white; }

.media-inline-container .matterport-overlay-icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 66px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 2.25rem;
  color: white;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

.media-inline-container .matterport-overlay-title {
  display: block;
  font-style: italic;
  margin-top: 0.75rem;
  color: white;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75); }

.no-touchevents .media-inline-container .matterport-overlay:hover .matterport-overlay-icon {
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

.no-touchevents .media-inline-container .matterport-overlay:hover .matterport-overlay-control::before {
  width: 0; }

.no-touchevents .media-inline-container .matterport-overlay:hover .matterport-overlay-control::after {
  width: 100%; }

/* ******************************************
Media Bucket CTA
****************************************** */
.media-bucket-container {
  text-align: center;
  padding: 2.25rem 0.75rem;
  max-width: 75rem;
  margin: 0 auto; }
  .media-bucket-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 46.875em) {
    .media-bucket-container {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .media-bucket-container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .media-bucket-container .media-bucket-cta-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    height: 300px;
    text-align: center;
    color: white;
    overflow: hidden;
    margin-bottom: 2.5641%; }
    .media-bucket-container .media-bucket-cta-item:only-child {
      width: 100%; }
    .media-bucket-container .media-bucket-cta-item:nth-last-child(1) {
      margin-bottom: 0; }
    @media (min-width: 37.5em) {
      .media-bucket-container .media-bucket-cta-item {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%; }
        .media-bucket-container .media-bucket-cta-item:nth-child(2n) {
          float: right;
          margin-right: 0; }
        .media-bucket-container .media-bucket-cta-item:nth-child(n+3) {
          margin-bottom: 0; }
        .media-bucket-container .media-bucket-cta-item:nth-last-child(1):nth-child(3),
        .media-bucket-container .media-bucket-cta-item:nth-last-child(1):nth-child(5) {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
        .media-bucket-container .media-bucket-cta-item:nth-last-child(1):nth-child(5) {
          margin-top: 2.5641%; } }
    @media (min-width: 62.5em) {
      .media-bucket-container .media-bucket-cta-item {
        height: 400px; } }
    @media (min-width: 75em) {
      .media-bucket-container .media-bucket-cta-item {
        height: 500px; } }
  .media-bucket-container .media-bucket-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .media-bucket-container .media-bucket-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2; }
  .media-bucket-container .media-bucket-cta-wrap {
    z-index: 2000; }
  .media-bucket-container .media-bucket-cta-title {
    display: block;
    font-style: italic;
    font-size: 1.5em;
    margin-bottom: .1rem;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.75); }
  .media-bucket-container .media-bucket-cta-label {
    display: block;
    font-style: italic;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.75); }

/* ******************************************
Media Bucket CTA: Hover Animations
****************************************** */
.media-bucket-cta-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 2rem; }

.media-bucket-cta-border::before,
.media-bucket-cta-border::after {
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  content: '';
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.media-bucket-cta-border::before {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }

.media-bucket-cta-border::after {
  border-right: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0); }

.no-touchevents .media-bucket-cta-item:hover .media-bucket-bg {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1.075);
          transform: scale(1.075); }

.no-touchevents .media-bucket-cta-item:hover .media-bucket-cta-border::before,
.no-touchevents .media-bucket-cta-item:hover .media-bucket-cta-border::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

/* ******************************************
Media Inline
****************************************** */
.media-inline-wrap {
  text-align: center;
  padding: 2.25rem 0.75rem;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center;
  border-bottom: 1px dotted rgba(8, 52, 99, 0.5); }
  @media (min-width: 46.875em) {
    .media-inline-wrap {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .media-inline-wrap {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .media-inline-wrap:last-of-type {
    border-bottom: none; }
  .media-inline-wrap .media-inline-heading {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: capitalize;
    color: #083463;
    color: #083463; }
    @media (min-width: 37.5em) {
      .media-inline-wrap .media-inline-heading {
        font-size: 1.7em; } }

/* ******************************************
Media Inline: Media Thumbs
****************************************** */
.media-inline-container {
  text-align: center;
  padding: 2.25rem 0.75rem;
  max-width: 75rem;
  margin: 0 auto;
  /* ******************************************
  Custom Scrollbar Overrides
  ****************************************** */ }
  @media (min-width: 46.875em) {
    .media-inline-container {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .media-inline-container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .media-inline-container > div:first-child {
    padding-top: 0; }
  .media-inline-container > div:last-child {
    padding-bottom: 0;
    border: none; }
  .media-inline-container .pano-thumbs-container,
  .media-inline-container .video-thumbs-container {
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow-y: hidden;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    text-align: center;
    margin-top: 1rem; }
    .media-inline-container .pano-thumbs-container .pano-thumbs-heading,
    .media-inline-container .pano-thumbs-container .video-thumbs-heading,
    .media-inline-container .video-thumbs-container .pano-thumbs-heading,
    .media-inline-container .video-thumbs-container .video-thumbs-heading {
      margin-bottom: .25rem;
      display: inline-block;
      font-style: italic; }
    .media-inline-container .pano-thumbs-container .thumb,
    .media-inline-container .video-thumbs-container .thumb {
      cursor: pointer;
      margin-right: 12px;
      line-height: 0;
      position: relative;
      display: inline-block; }
      .media-inline-container .pano-thumbs-container .thumb .player-image,
      .media-inline-container .video-thumbs-container .thumb .player-image {
        height: 100px;
        width: 160px;
        background-size: cover;
        background-position: 50% 50%;
        border: 2px solid white; }
        .media-inline-container .pano-thumbs-container .thumb .player-image:after,
        .media-inline-container .video-thumbs-container .thumb .player-image:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          content: ""; }
    .media-inline-container .pano-thumbs-container .active .player-image,
    .media-inline-container .video-thumbs-container .active .player-image {
      border: 2px solid #083463; }
      .media-inline-container .pano-thumbs-container .active .player-image:after,
      .media-inline-container .video-thumbs-container .active .player-image:after {
        opacity: 0; }
    .media-inline-container .pano-thumbs-container .thumbs-bar-thumb-name,
    .media-inline-container .video-thumbs-container .thumbs-bar-thumb-name {
      font-size: .65rem;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: .5rem;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.85);
      line-height: 1.2;
      width: 100%;
      white-space: normal;
      color: #ffffff;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
    .media-inline-container .pano-thumbs-container .icon-video,
    .media-inline-container .pano-thumbs-container .icon-virtualtour,
    .media-inline-container .video-thumbs-container .icon-video,
    .media-inline-container .video-thumbs-container .icon-virtualtour {
      display: none; }
  .media-inline-container .plumage-video-wrap,
  .media-inline-container .pano-content,
  .media-inline-container .matterport-container {
    border: 1px solid #083463; }
  .media-inline-container .plumage-video-wrap {
    display: inline-block; }
  .media-inline-container .video-container video {
    width: auto !important;
    max-height: 100vh; }
  .media-inline-container.has-shortcut-bar .video-container video {
    max-height: calc(100vh - 90px); }
  .media-inline-container .mCSB_scrollTools {
    height: 12px !important; }
  .media-inline-container .mCSB_container {
    margin: 0 0 22px !important; }
    .media-inline-container .mCSB_container.mCS_no_scrollbar_x {
      margin-bottom: 0 !important; }
    .media-inline-container .mCSB_container div:last-of-type {
      margin-right: 0; }
  .media-inline-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 15px;
    height: 10px !important;
    background-color: #083463;
    margin: 0; }
  .media-inline-container .mCSB_scrollTools .mCSB_draggerRail {
    width: 0px; }
  .media-inline-container .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(8, 52, 99, 0.35);
    padding: 1px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media-inline-container .video-container video {
    width: 100% !important; } }

.mobile-photo-scroller {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 58px 0.75rem 0;
  -webkit-overflow-scrolling: touch; }
  .mobile-photo-scroller .plumage-photo-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 1; }
  .mobile-photo-scroller .plumage-media-info {
    position: absolute;
    color: #ffffff;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 99;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
    text-align: left;
    line-height: 1.3; }
  .is-hide-img-title .mobile-photo-scroller .plumage-media-info {
    display: none; }
  .mobile-photo-scroller .plumage-hotspot-container {
    display: none; }
  .mobile-photo-scroller .player-image {
    max-height: 95vh; }

/* ******************************************
Morph Modal
****************************************** */
.morph-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(8, 52, 99, 0.95);
  color: white;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 9000;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.75); }
  .morph-modal-container.is-mobile,
  .morph-modal-container.is-tablet {
    background-color: #083463; }
  .morph-modal-container.is-visible {
    visibility: visible; }
  .morph-modal-container.is-show {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .morph-modal-container.is-expanded {
    -webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease;
    transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease;
    transition: width 0.3s, height 0.3s, transform 0.3s ease;
    transition: width 0.3s, height 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .morph-modal-container.modal-type-home-schools.is-open .morph-modal-content {
    margin: 0 0.75rem;
    max-height: calc(100vh - 70px); }
  .morph-modal-container.modal-type-home-video .morph-modal-content {
    margin: 0 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 58px);
    padding-bottom: 0.75rem; }
  .morph-modal-container.modal-type-home-video .video-js-master.video-js {
    width: auto;
    height: auto; }
    .morph-modal-container.modal-type-home-video .video-js-master.video-js video {
      max-height: calc(100vh - 70px);
      display: inline-block; }
  .morph-modal-container.modal-type-home-video .video-js-master.video-js:not(.vjs-fullscreen) {
    max-height: calc(100vh - 70px); }
    .morph-modal-container.modal-type-home-video .video-js-master.video-js:not(.vjs-fullscreen) video {
      width: auto !important;
      height: auto !important; }
  .morph-modal-container.modal-type-home-floorplan {
    overflow-y: auto; }
    .morph-modal-container.modal-type-home-floorplan .morph-modal-content {
      margin: 0 0.75rem; }
  .morph-modal-container.modal-type-home-matterport .morph-modal-content {
    margin: 0 0.75rem; }

.morph-modal-content {
  opacity: 0; }
  .is-open .morph-modal-content {
    opacity: 1;
    -webkit-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }

.morph-modal-close {
  padding: 0 0.75rem;
  height: 58px;
  font-size: 1.6em;
  z-index: 999;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity ease 0.15s;
  transition: opacity ease 0.15s; }
  .is-open .morph-modal-close {
    opacity: 1;
    -webkit-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .morph-modal-close .icon-close22 {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: rgba(8, 52, 99, 0.5);
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 32px;
    height: 32px;
    font-size: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .no-touchevents .morph-modal-close .icon-close22:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .modal-type-home-photo .morph-modal-close {
    position: absolute;
    top: 0;
    left: 0; }

/* ******************************************
Morph Modal Expander
****************************************** */
.expander-container {
  height: 150px;
  max-width: calc(100% - 50px);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: #083463;
  border-radius: 8px 8px 0 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 90%);
          transform: translate(-50%, 90%);
  -webkit-transition: bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, bottom 0.3s ease-out;
  transition: transform 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 999;
  /* ******************************************
  Custom Scrollbar Overrides
  ****************************************** */ }
  .expander-container.expanded {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0; }
  .expander-container .expander-toggle-hover-helper {
    width: calc(100% + 200px);
    height: calc(100% + 100px);
    position: absolute;
    top: -100px;
    left: -100px; }
  .expander-container .expander-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: -15px;
    z-index: 999;
    cursor: pointer;
    background: #083463;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: .8em;
    font-style: italic;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 0.3rem 0.8rem;
    line-height: 0;
    text-transform: lowercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: border ease 0.25s;
    transition: border ease 0.25s; }
    .expander-container .expander-toggle:focus {
      outline: none; }
  .expander-container .expander-toggle-icon {
    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;
    margin-left: .25rem; }
    .expander-container .expander-toggle-icon:before {
      font-size: 1em;
      content: ""; }
  .expander-container.expanded .expander-toggle-icon {
    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; }
    .expander-container.expanded .expander-toggle-icon:before {
      font-size: 1em;
      content: ""; }
  .no-touchevents .expander-container .expander-toggle-content {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .no-touchevents .expander-container .expander-toggle:hover {
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: border ease 0.25s;
    transition: border ease 0.25s; }
    .no-touchevents .expander-container .expander-toggle:hover .expander-toggle-content {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .expander-container .expander-content {
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow-y: hidden;
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    text-align: center; }
  .expander-container .thumb {
    cursor: pointer;
    margin-right: 12px;
    line-height: 0;
    position: relative;
    display: inline-block; }
    .expander-container .thumb .player-image {
      height: 100px;
      width: 160px;
      background-size: cover;
      background-position: 50% 50%;
      border: 1px solid #ffffff; }
      .expander-container .thumb .player-image:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        content: "";
        height: 100px; }
  .expander-container .active .player-image {
    border: 2px solid #ffffff; }
    .expander-container .active .player-image:after {
      opacity: 0; }
  .expander-container .thumbs-bar-thumb-name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #ffffff;
    font-size: .65rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5rem;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.85);
    line-height: 1.2;
    width: 100%;
    white-space: normal; }
  .expander-container .expander-content .icon-video,
  .expander-container .expander-content .icon-virtualtour {
    display: none; }
  .modal-type-home-video .expander-container .expander-thumb img {
    display: none; }
  .modal-type-home-pano .expander-container .expander-thumb img {
    height: 100px;
    width: 160px; }
  .expander-container .mCSB_scrollTools {
    height: 12px !important; }
  .expander-container .mCSB_container {
    margin: 18px 0 24px !important; }
    .expander-container .mCSB_container div:last-of-type {
      margin-right: 0; }
  .expander-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 15px;
    height: 10px !important;
    background-color: #ffffff;
    margin: 0; }
  .expander-container .mCSB_scrollTools .mCSB_draggerRail {
    width: 0px; }
  .expander-container .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(255, 255, 255, 0.35);
    padding: 1px; }

/* ******************************************
Neighborhood
****************************************** */
.neighborhood-container {
  text-align: center;
  padding: 2.25rem 0.75rem; }
  @media (min-width: 46.875em) {
    .neighborhood-container {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .neighborhood-container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .neighborhood-container .neighborhood-wrap {
    max-width: 75rem;
    margin: 0 auto;
    text-align: center; }
  @media (min-width: 46.875em) {
    .neighborhood-container .neighborhood-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .neighborhood-container .neighborhood-content div:nth-last-child(1) {
    margin-bottom: 0; }
  .neighborhood-container .neighborhood-heading {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: capitalize;
    color: #083463; }
    @media (min-width: 37.5em) {
      .neighborhood-container .neighborhood-heading {
        font-size: 1.7em; } }
  @media (min-width: 46.875em) {
    .neighborhood-container .neighborhood-schools-wrap,
    .neighborhood-container .neighborhood-map-wrap,
    .neighborhood-container .neighborhood-walkscore-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .neighborhood-container .neighborhood-schools-wrap,
  .neighborhood-container .neighborhood-map-wrap {
    margin-bottom: 2.25rem; }
    @media (min-width: 46.875em) {
      .neighborhood-container .neighborhood-schools-wrap,
      .neighborhood-container .neighborhood-map-wrap {
        margin-bottom: 0; } }
    .neighborhood-container .neighborhood-schools-wrap span,
    .neighborhood-container .neighborhood-map-wrap span {
      display: block; }
    .neighborhood-container .neighborhood-schools-wrap a,
    .neighborhood-container .neighborhood-map-wrap a {
      cursor: pointer;
      font-style: italic;
      font-size: 1.05em;
      text-decoration: none;
      color: #083463; }
  .neighborhood-container .neighborhood-schools-text-link {
    cursor: pointer;
    font-style: italic;
    font-size: 1.05em;
    text-decoration: none;
    display: block; }
  .neighborhood-container .neighborhood-icon,
  .neighborhood-container .walkscore-score {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #083463;
    margin: 0 auto 0.35rem;
    border-radius: 50%;
    color: white;
    font-size: 1.6em;
    color: #ffffff;
    background-color: #083463; }
  .neighborhood-container .neighborhood-walkscore-wrap h2, .neighborhood-container .neighborhood-walkscore-wrap img {
    display: none; }
  .neighborhood-container .neighborhood-walkscore-wrap .walkscore-btn {
    display: inline-block; }
    .neighborhood-container .neighborhood-walkscore-wrap .walkscore-btn a {
      text-decoration: none;
      font-style: italic;
      font-size: 1.05em;
      color: #083463; }
      .neighborhood-container .neighborhood-walkscore-wrap .walkscore-btn a:before {
        content: " Walkscore - "; }
  .neighborhood-container .neighborhood-walkscore-content a {
    color: #083463; }
  .neighborhood-container .neighborhood-schools-content,
  .neighborhood-container .neighborhood-map-content,
  .neighborhood-container .neighborhood-walkscore-content {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .neighborhood-container .neighborhood-schools-content::after,
    .neighborhood-container .neighborhood-map-content::after,
    .neighborhood-container .neighborhood-walkscore-content::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .neighborhood-container .neighborhood-schools-content:hover::after,
    .no-touchevents .neighborhood-container .neighborhood-map-content:hover::after,
    .no-touchevents .neighborhood-container .neighborhood-walkscore-content:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .neighborhood-container .neighborhood-schools-content::before,
    .neighborhood-container .neighborhood-map-content::before,
    .neighborhood-container .neighborhood-walkscore-content::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .neighborhood-container .neighborhood-schools-content:hover::before,
    .no-touchevents .neighborhood-container .neighborhood-map-content:hover::before,
    .no-touchevents .neighborhood-container .neighborhood-walkscore-content:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .neighborhood-container .neighborhood-schools-content::before,
    .neighborhood-container .neighborhood-map-content::before,
    .neighborhood-container .neighborhood-walkscore-content::before {
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5); }
    .neighborhood-container .neighborhood-schools-content::after,
    .neighborhood-container .neighborhood-map-content::after,
    .neighborhood-container .neighborhood-walkscore-content::after {
      background-color: #083463; }
  .neighborhood-container .neighborhood-walkscore-wrap a,
  .neighborhood-container .neighborhood-map-wrap a {
    display: inline-block; }
  .neighborhood-container.no-neighborhood {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(8, 52, 99, 0.5);
    max-width: 75rem; }

.no-touchevents .neighborhood-icon,
.no-touchevents .walkscore-score {
  -webkit-transition: font-size ease-in-out 0.1s;
  transition: font-size ease-in-out 0.1s; }

.no-touchevents .neighborhood-schools-content:hover .neighborhood-icon,
.no-touchevents .neighborhood-schools-content:hover .walkscore-score,
.no-touchevents .neighborhood-map-content:hover .neighborhood-icon,
.no-touchevents .neighborhood-map-content:hover .walkscore-score,
.no-touchevents .neighborhood-walkscore-content:hover .neighborhood-icon,
.no-touchevents .neighborhood-walkscore-content:hover .walkscore-score {
  font-size: 1.85rem;
  -webkit-transition: font-size ease-in-out 0.15s;
  transition: font-size ease-in-out 0.15s; }

/* ******************************************
Open House
****************************************** */
.open-house-container {
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(45, 45, 45, 0.85);
  padding: 0 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  @media (min-width: 62.5em) {
    .open-house-container {
      height: 45px; } }

.open-house-heading {
  color: #ffffff;
  font-size: .8em;
  font-weight: 700; }
  @media (min-width: 23.125em) {
    .open-house-heading {
      font-size: .85em; } }
  @media (min-width: 62.5em) {
    .open-house-heading {
      font-size: 1em; } }

.open-house-human-friendly {
  display: none;
  font-weight: 300;
  margin-left: .2rem; }
  @media (min-width: 37.5em) {
    .open-house-human-friendly {
      display: inline; } }

/* ******************************************
Open House: Animated Design Option
****************************************** */
@-webkit-keyframes open-house-flash {
  0 {
    opacity: 1; }
  15% {
    opacity: 1; }
  18% {
    opacity: 0; }
  21% {
    opacity: 1; }
  24% {
    opacity: 0; }
  27% {
    opacity: 1; }
  30% {
    opacity: 0; }
  33% {
    opacity: 1; } }
@keyframes open-house-flash {
  0 {
    opacity: 1; }
  15% {
    opacity: 1; }
  18% {
    opacity: 0; }
  21% {
    opacity: 1; }
  24% {
    opacity: 0; }
  27% {
    opacity: 1; }
  30% {
    opacity: 0; }
  33% {
    opacity: 1; } }

.is-open-house-animated .open-house-heading {
  -webkit-animation: open-house-flash 10s infinite;
          animation: open-house-flash 10s infinite; }

/* ******************************************
Overview
****************************************** */
.overview-container {
  z-index: -1; }
  .overview-container .overview-heading {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: capitalize;
    color: #083463; }
    @media (min-width: 37.5em) {
      .overview-container .overview-heading {
        font-size: 1.7em; } }
  .overview-container .overview-content-wrap {
    text-align: center;
    padding: 2.25rem 0.75rem;
    max-width: 75rem;
    margin: 0 auto; }
    @media (min-width: 46.875em) {
      .overview-container .overview-content-wrap {
        padding: 2.25rem 1.5rem; } }
    @media (min-width: 62.5em) {
      .overview-container .overview-content-wrap {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
  @media (min-width: 46.875em) {
    .overview-container .overview-flex-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .overview-container .overview-description-container {
    text-align: left; }
    @media (min-width: 46.875em) {
      .overview-container .overview-description-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 60%;
            -ms-flex: 1 0 60%;
                flex: 1 0 60%;
        padding-right: 1.5rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 62.5em) {
      .overview-container .overview-description-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 65%;
            -ms-flex: 1 0 65%;
                flex: 1 0 65%; } }
    @media (min-width: 68.75em) {
      .overview-container .overview-description-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 70%;
            -ms-flex: 1 0 70%;
                flex: 1 0 70%; } }
    @media (min-width: 75em) {
      .overview-container .overview-description-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 75%;
            -ms-flex: 1 0 75%;
                flex: 1 0 75%; } }
  .overview-container .overview-button-container {
    margin-bottom: 1.5rem; }
    @media (min-width: 46.875em) {
      .overview-container .overview-button-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30%;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0; } }
    @media (min-width: 62.5em) {
      .overview-container .overview-button-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 22%;
            -ms-flex: 1 0 22%;
                flex: 1 0 22%; } }
    @media (min-width: 75em) {
      .overview-container .overview-button-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
            -ms-flex: 1 0 25%;
                flex: 1 0 25%; } }
  .overview-container .overview-more-photos-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: transparent;
    color: #083463;
    padding: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #083463;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 1; }
    .overview-container .overview-more-photos-btn:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #083463;
      -webkit-transition: width 0.15s;
      transition: width 0.15s; }
    .no-touchevents .overview-container .overview-more-photos-btn:hover {
      color: #ffffff; }
    .no-touchevents .overview-container .overview-more-photos-btn:hover:after {
      width: 100%;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
  .overview-container .overview-custom-links a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: transparent;
    color: #083463;
    padding: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #083463;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 1;
    margin-top: 0.75rem; }
    .overview-container .overview-custom-links a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #083463;
      -webkit-transition: width 0.15s;
      transition: width 0.15s; }
    .no-touchevents .overview-container .overview-custom-links a:hover {
      color: #ffffff; }
    .no-touchevents .overview-container .overview-custom-links a:hover:after {
      width: 100%;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
  .overview-container .overview-flyer-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    margin-top: 0.75rem; }
    .overview-container .overview-flyer-btn a {
      display: block;
      text-align: center;
      text-decoration: none;
      width: 100%;
      background-color: transparent;
      color: #083463;
      padding: 0.75rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 2px solid #083463;
      border-radius: 7px;
      cursor: pointer;
      position: relative;
      text-transform: capitalize;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      position: relative;
      z-index: 1;
      text-decoration: none; }
      .overview-container .overview-flyer-btn a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #083463;
        -webkit-transition: width 0.15s;
        transition: width 0.15s; }
      .no-touchevents .overview-container .overview-flyer-btn a:hover {
        color: #ffffff; }
      .no-touchevents .overview-container .overview-flyer-btn a:hover:after {
        width: 100%;
        -webkit-transition: width 0.3s;
        transition: width 0.3s; }
  .overview-container .property-description-container {
    color: "nokey"; }
    .overview-container .property-description-container a {
      color: "nokey"; }
  .overview-container p {
    margin-bottom: 1rem; }
    .overview-container p:nth-last-child(1) {
      margin-bottom: 0; }
  .overview-container ul {
    margin: 1rem 0 1rem 1.25rem;
    list-style: disc; }
  .overview-container ol {
    margin: 1rem 0 1rem 1.25rem;
    list-style: decimal; }
  .overview-container .property-show-more {
    display: none; }

/* ******************************************
Overview: No Description
****************************************** */
.overview-container.no-description .overview-description-container {
  display: none; }

.overview-container.no-description .overview-button-container {
  margin-bottom: 0; }
  @media (min-width: 46.875em) {
    .overview-container.no-description .overview-button-container {
      max-width: 25rem;
      margin: 0 auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

/* ******************************************
Overview: Property Description Links
****************************************** */
.overview-container .property-description a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.no-touchevents .overview-container .property-description a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* ******************************************
Panoramas: General
****************************************** */
.pano-content {
  position: relative; }
  .pano-content h3 {
    position: absolute;
    color: #ffffff;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 99;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
    font-size: .8em; }
    .media-inline-container .pano-content h3 {
      left: 0;
      right: 0;
      padding: 0 1rem; }

.is-hide-img-title .pano-content h3 {
  display: none; }

.plumage-pano-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }
  .plumage-pano-preloader .icon-spinner {
    -webkit-animation-name: spin;
            animation-name: spin;
    -webkit-animation-duration: 1200ms;
            animation-duration: 1200ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    display: inline-block; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.pano-drag-explore {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: auto;
  text-align: center;
  pointer-events: none; }

.pano-drag-explore-wrap {
  display: inline-block;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border: 2px solid #fff;
  padding: 0.4rem 0.6rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #fff; }

/* ******************************************
Panoramas: Bucket Media
****************************************** */
.morph-modal-content .pano-container {
  padding: 0 0.75rem 0.75rem; }

.morph-modal-content .plumage-pano {
  height: calc(100vh - 72px); }

/* ******************************************
Panoramas: Inline Media
****************************************** */
.media-inline-container .pano-content {
  color: white; }

.media-inline-container h3 {
  display: none; }

.media-inline-container .plumage-pano {
  height: 300px; }
  @media (min-width: 37.5em) {
    .media-inline-container .plumage-pano {
      height: 450px; } }
  @media (min-width: 62.5em) {
    .media-inline-container .plumage-pano {
      height: 600px; } }
  @media (min-width: 75em) {
    .media-inline-container .plumage-pano {
      height: 650px; } }

.media-inline-container .plumage-pano-preloader,
.media-inline-container .pano-drag-explore {
  display: none; }

.media-inline-container .pano-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.media-inline-container .pano-overlay-control {
  position: relative; }
  .media-inline-container .pano-overlay-control::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #083463;
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s; }
  .no-touchevents .media-inline-container .pano-overlay-control:hover::after {
    width: 100%;
    -webkit-transition: width ease 0.3s;
    transition: width ease 0.3s; }
  .media-inline-container .pano-overlay-control::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
    -webkit-transition: width ease 0.15s;
    transition: width ease 0.15s;
    position: absolute;
    right: 0;
    bottom: 0; }
  .no-touchevents .media-inline-container .pano-overlay-control:hover::before {
    width: 0;
    -webkit-transition: width ease 0.3s;
    transition: width ease 0.3s; }
  .media-inline-container .pano-overlay-control::before {
    border-bottom-color: rgba(255, 255, 255, 0.75); }
  .media-inline-container .pano-overlay-control::after {
    background-color: white; }

.media-inline-container .pano-overlay-icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 66px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

.media-inline-container .pano-overlay-title {
  display: block;
  font-style: italic;
  margin-top: 0.75rem;
  color: white;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75); }

.no-touchevents .media-inline-container .pano-overlay:hover .pano-overlay-icon {
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

.no-touchevents .media-inline-container .pano-overlay:hover .pano-overlay-control::before {
  width: 0; }

.no-touchevents .media-inline-container .pano-overlay:hover .pano-overlay-control::after {
  width: 100%; }

.morph-modal-container.medium .pano-title-wrap {
  font-size: 120%; }

.morph-modal-container.large .pano-title-wrap {
  font-size: 140%; }

.morph-modal-container.bottom-left .pano-container h3 {
  top: auto;
  bottom: 2.25rem; }

.morph-modal-container.top-center .pano-container h3 {
  text-align: center;
  right: 1rem; }

.morph-modal-container.bottom-center .pano-container h3 {
  top: auto;
  bottom: 2.25rem;
  text-align: center;
  right: 1rem; }

.is-hide-pano-scroll-button .pano-container .pano-drag-explore {
  display: none; }

/* ******************************************
Preview Mode
****************************************** */
.preview_mode {
  background-color: magenta;
  font-family: Arial, sans-serif;
  color: yellow;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  padding: 2px 0;
  height: 30px;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 37.5em) {
    .preview_mode {
      font-size: 1.5em;
      height: 40px; } }
  @media (min-width: 62.5em) {
    .preview_mode {
      font-size: 1.75em;
      height: 50px; } }

.preview-mode-true .highlight-reel-container {
  padding-top: 30px; }
  @media (min-width: 37.5em) {
    .preview-mode-true .highlight-reel-container {
      padding-top: 40px; } }
  @media (min-width: 62.5em) {
    .preview-mode-true .highlight-reel-container {
      padding-top: 50px; } }

.preview-mode-true .nav-wrapper .nav-toggle {
  top: calc(.75rem + 30px); }
  @media (min-width: 37.5em) {
    .preview-mode-true .nav-wrapper .nav-toggle {
      top: calc(.75rem + 40px); } }
  @media (min-width: 46.875em) {
    .preview-mode-true .nav-wrapper .nav-toggle {
      top: calc(1.5rem + 40px); } }
  @media (min-width: 62.5em) {
    .preview-mode-true .nav-wrapper .nav-toggle {
      top: calc(1.5rem + 50px); } }

.preview-mode-true .nav-wrapper nav.nav-open .nav-container {
  margin-top: calc(7rem + 30px); }
  @media (min-width: 37.5em) {
    .preview-mode-true .nav-wrapper nav.nav-open .nav-container {
      margin-top: calc(7rem + 40px); } }
  @media (min-width: 62.5em) {
    .preview-mode-true .nav-wrapper nav.nav-open .nav-container {
      margin-top: calc(7rem + 50px); } }

.preview-mode-true .morph-modal-container {
  padding-top: 30px; }
  @media (min-width: 37.5em) {
    .preview-mode-true .morph-modal-container {
      padding-top: 40px; } }
  @media (min-width: 62.5em) {
    .preview-mode-true .morph-modal-container {
      padding-top: 50px; } }

.preview-mode-true .morph-modal-close {
  top: 30px; }
  @media (min-width: 37.5em) {
    .preview-mode-true .morph-modal-close {
      top: 40px; } }
  @media (min-width: 62.5em) {
    .preview-mode-true .morph-modal-close {
      top: 50px; } }

.preview-mode-true .map-outer-container iframe {
  height: calc(100vh - 36px - 30px); }
  @media (min-width: 37.5em) {
    .preview-mode-true .map-outer-container iframe {
      height: calc(100vh - 36px - 40px); } }
  @media (min-width: 62.5em) {
    .preview-mode-true .map-outer-container iframe {
      height: calc(100vh - 36px - 50px); } }

@media (min-width: 46.875em) {
  .preview-mode-true .contact-form-modal-close {
    top: calc(.75rem + 50px) !important; } }

.preview-mode-true .morph-modal-content .plumage-pano {
  height: calc(100vh - 72px - 30px); }
  @media (min-width: 37.5em) {
    .preview-mode-true .morph-modal-content .plumage-pano {
      height: calc(100vh - 72px - 40px); } }
  @media (min-width: 62.5em) {
    .preview-mode-true .morph-modal-content .plumage-pano {
      height: calc(100vh - 72px - 50px); } }

.preview-mode-true .matterport-content iframe {
  height: calc(100vh - 70px - 30px); }
  @media (min-width: 37.5em) {
    .preview-mode-true .matterport-content iframe {
      height: calc(100vh - 70px - 40px); } }
  @media (min-width: 62.5em) {
    .preview-mode-true .matterport-content iframe {
      height: calc(100vh - 70px - 50px); } }

.preview-mode-true .slideshow .slideshow-content,
.preview-mode-true .slideshow .photo-content .media-container,
.preview-mode-true .slideshow .photo-content .photo {
  height: calc(100vh - 70px - 50px); }

.preview-mode-true .slideshow .photo-content .plumage-photo-wrap:not(.photo-never-letterbox),
.preview-mode-true .slideshow .photo-content .player-image:not(.ken-burns-masked) {
  max-height: calc(100vh - 70px - 50px); }

.preview-mode-true .mobile-photo-scroller {
  padding-top: 88px; }
  @media (min-width: 37.5em) {
    .preview-mode-true .mobile-photo-scroller {
      padding-top: 98px; } }
  @media (min-width: 62.5em) {
    .preview-mode-true .mobile-photo-scroller {
      padding-top: 108px; } }

.preview-mode-true .audio-wrapper {
  top: calc(.75rem + 30px); }
  @media (min-width: 37.5em) {
    .preview-mode-true .audio-wrapper {
      top: calc(.75rem + 40px); } }
  @media (min-width: 46.875em) {
    .preview-mode-true .audio-wrapper {
      top: calc(1.5rem + 40px); } }
  @media (min-width: 62.5em) {
    .preview-mode-true .audio-wrapper {
      top: calc(1.5rem + 50px); } }

/* ******************************************
Property Stats
****************************************** */
.property-stats-container {
  margin: 2rem 0 0.5rem;
  color: #083463; }
  @media (min-width: 46.875em) {
    .property-stats-container {
      margin: 0; } }
  .property-stats-container h2 {
    display: none; }
  @media (min-width: 46.875em) {
    .property-stats-container li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; } }
  @media (min-width: 62.5em) {
    .property-stats-container li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0;
          -ms-flex: 1 0;
              flex: 1 0; } }

/* ******************************************
Property Status
****************************************** */
.property-status-container {
  background-color: rgba(8, 52, 99, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4000;
  line-height: 1;
  padding: 1rem 0.75rem 0.75rem 0.75rem; }
  @media (min-width: 37.5em) {
    .property-status-container {
      padding: 1rem 1.5rem 0.75rem 1.5rem; } }
  @media (min-width: 46.875em) {
    .property-status-container {
      padding: 1.5rem 1.5rem 1rem 1.5rem; } }

.prop-status-heading {
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 1.25em; }
  @media (min-width: 46.875em) {
    .prop-status-heading {
      font-size: 1.75em; } }
  @media (min-width: 68.75em) {
    .prop-status-heading {
      font-size: 2em; } }

.has-open-house.has-property-status .property-status-container {
  top: 35px; }
  @media (min-width: 62.5em) {
    .has-open-house.has-property-status .property-status-container {
      top: 45px; } }

/* ******************************************
Local Logic Neighborhood (Previously Great Schools)
****************************************** */
.schools-container h2 {
  display: none; }

.schools-container .local-logic-neighborhood-iframe {
  height: calc(100vh - 72px);
  width: calc(100vw - 24px);
  margin-bottom: 12px;
  background-color: white; }

/**************************************************
Share
**************************************************/
.share-container {
  text-align: center;
  padding: 2.25rem 0.75rem; }
  @media (min-width: 46.875em) {
    .share-container {
      padding: 2.25rem 1.5rem; } }
  @media (min-width: 62.5em) {
    .share-container {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .share-container .share-heading {
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    text-transform: capitalize;
    color: #083463;
    color: #083463; }
    @media (min-width: 37.5em) {
      .share-container .share-heading {
        font-size: 1.7em; } }
    .share-container .share-heading br {
      display: none; }
  .share-container a {
    text-decoration: none; }
  .share-container .share-buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .share-container .email,
  .share-container .facebook,
  .share-container .twitter,
  .share-container .more {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #083463;
    margin: 0 auto 0.35rem;
    border-radius: 50%;
    color: white;
    font-size: 1.6em;
    height: 50px;
    width: 50px;
    line-height: 1;
    margin: 0 0.5rem;
    cursor: pointer;
    color: #e9e9e9; }
    @media (min-width: 31.875em) {
      .share-container .email,
      .share-container .facebook,
      .share-container .twitter,
      .share-container .more {
        margin: 0 0.75rem; } }
  .share-container .share-email {
    display: inline-block;
    cursor: pointer; }
  .share-container .addthis_toolbox,
  .share-container .addthis_toolbox a {
    display: inline-block;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .share-container .email {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .share-container .email:before {
      font-size: 1.25em;
      content: ""; }
  .share-container .facebook {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .share-container .facebook:before {
      font-size: 1.4em;
      content: ""; }
  .share-container .twitter {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .share-container .twitter:before {
      font-size: 1.4em;
      content: ""; }
  .share-container .more {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .share-container .more:before {
      font-size: 1.4em;
      content: ""; }

/**************************************************
Share Icon Hover Animations
**************************************************/
.no-touchevents .share-container .email,
.no-touchevents .share-container .facebook,
.no-touchevents .share-container .twitter,
.no-touchevents .share-container .more {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .no-touchevents .share-container .email:before,
  .no-touchevents .share-container .facebook:before,
  .no-touchevents .share-container .twitter:before,
  .no-touchevents .share-container .more:before {
    -webkit-transition: font-size ease-in-out 0.1s;
    transition: font-size ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0); }

.no-touchevents .share-container .email:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .no-touchevents .share-container .email:hover:before {
    font-size: 1.45em;
    -webkit-transition: font-size ease-in-out 0.15s;
    transition: font-size ease-in-out 0.15s; }

.no-touchevents .share-container .facebook:hover,
.no-touchevents .share-container .twitter:hover,
.no-touchevents .share-container .more:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .no-touchevents .share-container .facebook:hover:before,
  .no-touchevents .share-container .twitter:hover:before,
  .no-touchevents .share-container .more:hover:before {
    font-size: 1.7em;
    -webkit-transition: font-size ease-in-out 0.15s;
    transition: font-size ease-in-out 0.15s; }

/**************************************************
Share Email Modal
**************************************************/
.share-email .contact-form-modal {
  background-color: rgba(8, 52, 99, 0.95);
  cursor: auto; }

.share-email .contact-form-modal-content {
  border-radius: 12px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 36px); }
  .share-email .contact-form-modal-content .contact-form-modal-close {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    margin: 0;
    background-color: #083463;
    border: 1px solid #ffffff;
    color: #ffffff; }
    @media (min-width: 46.875em) {
      .share-email .contact-form-modal-content .contact-form-modal-close {
        position: fixed; } }
    .share-email .contact-form-modal-content .contact-form-modal-close span {
      display: none; }
    .share-email .contact-form-modal-content .contact-form-modal-close:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e91d"; }
  .share-email .contact-form-modal-content .contact-form-container {
    padding: 1rem 0.75rem;
    margin-top: 2.75rem; }
    @media (min-width: 46.875em) {
      .share-email .contact-form-modal-content .contact-form-container {
        padding: 1.75rem 1.5rem;
        margin-top: 0; } }

.no-touchevents .share-email .contact-form-modal-content .contact-form-modal-close:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

/* ******************************************
Shortcut Bar
****************************************** */
.shortcut-bar-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  background-color: #083463;
  width: 100%;
  height: 80px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .shortcut-bar-wrapper.shortcut-bar-visible {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.45); }
  .shortcut-bar-wrapper a {
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    line-height: 1;
    padding-bottom: .2rem; }
  .shortcut-bar-wrapper ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px; }
    @media (min-width: 62.5em) {
      .shortcut-bar-wrapper ul {
        max-width: 75rem; } }
  .shortcut-bar-wrapper li {
    text-align: center;
    line-height: 1; }
    @media (max-width: 46.875em) {
      .shortcut-bar-wrapper li:nth-child(n+3):nth-last-child(n+2) {
        display: none; } }
    @media (max-width: 65em) {
      .shortcut-bar-wrapper li:nth-child(n+5):nth-last-child(n+2) {
        display: none; } }
  .shortcut-bar-wrapper .nav-icon-wrap {
    display: block;
    border: 1px solid #ffffff;
    height: 36px;
    width: 36px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px; }
    .shortcut-bar-wrapper .nav-icon-wrap span {
      line-height: 1;
      font-size: 1.2em; }
  .shortcut-bar-wrapper .shortcut-bar-label {
    position: relative;
    text-transform: uppercase;
    font-size: .65em;
    display: inline-block;
    padding-bottom: .4rem; }
    .shortcut-bar-wrapper .shortcut-bar-label::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background-color: #083463;
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s; }
    .no-touchevents .shortcut-bar-wrapper .shortcut-bar-label:hover::after {
      width: 100%;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .shortcut-bar-wrapper .shortcut-bar-label::before {
      content: '';
      display: block;
      width: 100%;
      border-bottom: 1px dashed rgba(8, 52, 99, 0.5);
      -webkit-transition: width ease 0.15s;
      transition: width ease 0.15s;
      position: absolute;
      right: 0;
      bottom: 0; }
    .no-touchevents .shortcut-bar-wrapper .shortcut-bar-label:hover::before {
      width: 0;
      -webkit-transition: width ease 0.3s;
      transition: width ease 0.3s; }
    .shortcut-bar-wrapper .shortcut-bar-label::before {
      border-bottom-color: rgba(255, 255, 255, 0.5); }
    .shortcut-bar-wrapper .shortcut-bar-label::after {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      background-color: #ffffff; }

/* ******************************************
Shortcut Bar Hover Animations
****************************************** */
.no-touchevents .shortcut-bar-wrapper li .nav-icon-wrap span {
  -webkit-transition: font-size ease-in-out 0.1s;
  transition: font-size ease-in-out 0.1s; }

.no-touchevents .shortcut-bar-wrapper li:hover .nav-icon-wrap span {
  font-size: 1.4em;
  -webkit-transition: font-size ease-in-out 0.15s;
  transition: font-size ease-in-out 0.15s; }

.no-touchevents .shortcut-bar-wrapper li:hover .shortcut-bar-label::before {
  width: 0; }

.no-touchevents .shortcut-bar-wrapper li:hover .shortcut-bar-label::after {
  width: 100%; }

/* ******************************************
Slideshow: Bucket
****************************************** */
body.fullscreen {
  background-color: #083463; }
  body.fullscreen .slideshow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.slideshow {
  width: 100%;
  height: 100%; }
  .slideshow .slideshow-content {
    margin: 0 0.75rem;
    height: calc(100vh - 70px); }
  .slideshow .photo-content:after {
    content: " ";
    display: block;
    clear: both; }
  .slideshow .photo-content .display-pane-container {
    height: auto; }
  .slideshow .photo-content .media-pause {
    display: none !important; }
  .slideshow .photo-content .media-container {
    height: calc(100vh - 70px); }
    .slideshow .photo-content .media-container .display-pane {
      width: 100% !important;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .slideshow .photo-content .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 70px);
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease; }
  .slideshow .photo-content .plumage-photo-wrap:not(.photo-never-letterbox) {
    position: relative;
    height: auto !important;
    max-height: calc(100vh - 70px); }
  .slideshow .photo-content .player-image:not(.ken-burns-masked) {
    height: auto;
    max-height: calc(100vh - 70px); }

.expanded .slideshow .photo-content .photo {
  height: calc(100vh - 230px);
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease; }

/* ******************************************
Slideshow: Controls
****************************************** */
.slideshow-controls-container {
  padding: 0;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 45px; }

.slideshow-control {
  display: inline-block;
  padding-left: 0.75rem; }
  .slideshow-control a {
    text-decoration: none;
    color: inherit; }
  .slideshow-control span {
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .slideshow-control.ng-hide-add {
    display: none; }
  .slideshow-control.slideshow-control-expand {
    display: none; }
    @media (min-width: 65em) {
      .slideshow-control.slideshow-control-expand {
        display: inline-block; } }
    .slideshow-control.slideshow-control-expand span {
      background-color: rgba(8, 52, 99, 0.5);
      border-radius: 50%;
      border: 1px solid #ffffff;
      width: 32px;
      height: 32px;
      font-size: .9em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .slideshow-control.slideshow-control-expand span:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e921"; }
  .slideshow-control .icon-play22,
  .slideshow-control .icon-pause11 {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: rgba(8, 52, 99, 0.5);
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 32px;
    height: 32px;
    font-size: .8em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .no-touchevents .slideshow-control .icon-play22:hover,
    .no-touchevents .slideshow-control .icon-pause11:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .slideshow-control .icon-play22 {
    padding-left: 3px; }

.no-touchevents {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .no-touchevents .slideshow-control-expand span:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

/* ******************************************
Slideshow: Left/Right Navigation Controls
****************************************** */
.media-left-control,
.media-right-control {
  display: inline-block;
  position: absolute !important;
  top: calc(50% - 26px) !important;
  color: #ffffff;
  cursor: pointer; }
  @media (min-width: 37.5em) {
    .media-left-control,
    .media-right-control {
      top: calc(50% - 31px) !important; } }
  .media-left-control.disabled,
  .media-right-control.disabled {
    display: none; }

.media-left-control {
  left: 0.75rem; }
  .media-left-control span {
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .no-touchevents .media-left-control span:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .media-left-control span.fa-3x {
      font-size: 100%; }
    .media-left-control span:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e912";
      font-size: 1.3em; }
    @media (min-width: 37.5em) {
      .media-left-control span {
        height: 40px;
        width: 40px; } }

.media-right-control {
  right: 0.75rem; }
  .media-right-control span {
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .no-touchevents .media-right-control span:hover {
      opacity: 0.7;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .media-right-control span.fa-3x {
      font-size: 100%; }
    .media-right-control span:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e911";
      font-size: 1.3em; }
    @media (min-width: 37.5em) {
      .media-right-control span {
        height: 40px;
        width: 40px; } }

/* ******************************************
Slideshow: Fullscreen Tour Mode
****************************************** */
.slideshow.fullscreen {
  background-color: rgba(8, 52, 99, 0.95); }
  .slideshow.fullscreen .tour-control-close {
    display: none; }
  .slideshow.fullscreen .slideshow-controls-container {
    margin-left: 0; }
  .slideshow.fullscreen .slideshow-control {
    padding-left: 0.75rem; }
  .slideshow.fullscreen .slideshow-control-expand {
    padding-left: 0.75rem; }
    .slideshow.fullscreen .slideshow-control-expand span:before {
      font-family: 'FontAwesome';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f066";
      font-size: 1.1em; }

/* ******************************************
Slideshow: Transitions
****************************************** */
.slideshow .display-pane-container {
  overflow: hidden; }

.slideshow .media-container {
  position: relative; }
  .slideshow .media-container .display-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important; }

.slideshow .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slideshow .no-transition .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slideshow .long-crossfade .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 3.5s ease;
          animation: transition-fade-out 3.5s ease; }

@keyframes transition-long-crossfade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slideshow .smooth-crossfade .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1.75s ease;
          animation: transition-fade-out 1.75s ease; }

@keyframes transition-smooth-crossfade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slideshow .crossfade .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 0.5s ease;
          animation: transition-fade-in 0.5s ease; }

@keyframes transition-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slideshow .no-transition .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 0.5s ease;
          animation: transition-fade-in 0.5s ease;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s; }

@keyframes transition-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slideshow .slide-in .display-pane.ng-hide-remove {
  -webkit-animation: transition-slide-in-right 0.4s ease;
          animation: transition-slide-in-right 0.4s ease; }

@keyframes transition-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

.slideshow .slide-in.previous-transition .display-pane.ng-hide-remove {
  -webkit-animation: transition-slide-in-left 0.4s ease;
          animation: transition-slide-in-left 0.4s ease; }

@keyframes transition-slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

.slideshow .slide-in.previous-transition .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slideshow .scale-in .display-pane.ng-hide-remove {
  -webkit-animation: transition-scale-in-hor-center 0.5s ease;
          animation: transition-scale-in-hor-center 0.5s ease; }

@keyframes transition-scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; } }

.slideshow .flip-in .display-pane.ng-hide-remove {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: transition-flip-in-right 0.5s ease;
          animation: transition-flip-in-right 0.5s ease; }

@keyframes transition-flip-in-right {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; } }

.slideshow .flip-in.previous-transition .display-pane.ng-hide-remove {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: transition-flip-in-left 0.5s ease;
          animation: transition-flip-in-left 0.5s ease; }

@keyframes transition-flip-in-left {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
    opacity: 1; } }

.slideshow .flip-in.previous-transition .display-pane.ng-hide-add {
  -webkit-animation: transition-fade-out 1s ease;
          animation: transition-fade-out 1s ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

@keyframes transition-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slideshow .spin-in .display-pane.ng-hide-remove {
  -webkit-animation: transition-spin-in 0.5s ease;
          animation: transition-spin-in 0.5s ease; }

@keyframes transition-spin-in {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1; } }

.slideshow .long-crossfade .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 2.75s ease;
          animation: transition-fade-in 2.75s ease; }

@keyframes transition-long-crossfade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slideshow .smooth-crossfade .display-pane.ng-hide-remove {
  -webkit-animation: transition-fade-in 1.5s ease;
          animation: transition-fade-in 1.5s ease; }

@keyframes transition-smooth-crossfade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ******************************************
Slideshow Image Title and Descriptions: Size & Location
****************************************** */
.slideshow .plumage-media-info {
  position: absolute;
  color: #ffffff;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 99;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  padding: 0.75rem; }

.slideshow .plumage-media-name {
  font-size: .8em; }

.slideshow .plumage-media-description {
  font-style: italic;
  font-size: .75em; }

.is-hide-img-title .slideshow .plumage-media-info {
  display: none; }

/* ******************************************
Slideshow Image Title and Descriptions: Size & Location
****************************************** */
.morph-modal-container.medium .slideshow .plumage-media-info {
  font-size: 120%; }

.morph-modal-container.large .slideshow .plumage-media-info {
  font-size: 140%; }

.morph-modal-container.bottom-left .plumage-media-info {
  top: auto;
  bottom: 0; }
  @media (max-width: 46.25em) and (orientation: landscape) {
    .morph-modal-container.bottom-left .plumage-media-info {
      bottom: 1.5rem; } }
  @media (min-width: 37.5em) {
    .morph-modal-container.bottom-left .plumage-media-info {
      bottom: 1.5rem; } }

.morph-modal-container.bottom-left .photo-never-letterbox .plumage-media-info {
  bottom: 1.5rem; }

.morph-modal-container.top-center .plumage-media-info {
  text-align: center;
  right: 0; }

.morph-modal-container.bottom-center .plumage-media-info {
  top: auto;
  bottom: 0;
  text-align: center;
  right: 0; }
  @media (max-width: 46.25em) and (orientation: landscape) {
    .morph-modal-container.bottom-center .plumage-media-info {
      bottom: 1.5rem; } }
  @media (min-width: 37.5em) {
    .morph-modal-container.bottom-center .plumage-media-info {
      bottom: 1.5rem; } }

.morph-modal-container.bottom-center .photo-never-letterbox .plumage-media-info {
  bottom: 1.5rem; }

/* ******************************************
Video
****************************************** */
.video-container .video-content {
  position: relative; }
  .video-container .video-content h3 {
    position: absolute;
    color: #ffffff;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 99;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    padding: 0 1.5rem; }

.is-hide-img-title .video-container .video-content h3 {
  display: none; }

.video-container .video-js-master.video-js {
  display: inline-block;
  max-width: 100%;
  width: auto; }
  .video-container .video-js-master.video-js.vjs-fullscreen {
    display: block; }
    .video-container .video-js-master.video-js.vjs-fullscreen video {
      max-height: 100%; }

.video-container video {
  max-width: 100%;
  height: auto !important;
  max-height: calc(100vh - 58px); }

.video-container video::-webkit-media-controls {
  overflow: hidden !important; }

.video-container video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto; }

.video-mute-wrap {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  border: 3px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .75rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 2500;
  opacity: 1;
  -webkit-transition: opacity ease 0.15s;
  transition: opacity ease 0.15s; }
  .no-touchevents .video-mute-wrap:hover {
    opacity: .7;
    -webkit-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s; }

.video-mute-text {
  font-weight: 700;
  font-size: 1em;
  font-style: italic; }

.video-mute-icon {
  overflow: hidden;
  height: 20px;
  width: 25px;
  margin: 0 auto;
  position: relative;
  display: inline-block; }

.video-mute-bar-1,
.video-mute-bar-2,
.video-mute-bar-3,
.video-mute-bar-4 {
  height: 1px;
  width: 3px;
  display: inline-block;
  background-color: white;
  bottom: 0;
  position: absolute;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
  .video-mute-bar-1.video-mute-bar-1,
  .video-mute-bar-2.video-mute-bar-1,
  .video-mute-bar-3.video-mute-bar-1,
  .video-mute-bar-4.video-mute-bar-1 {
    left: 0;
    -webkit-animation-name: audioBarHeight1;
            animation-name: audioBarHeight1;
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms; }
  .video-mute-bar-1.video-mute-bar-2,
  .video-mute-bar-2.video-mute-bar-2,
  .video-mute-bar-3.video-mute-bar-2,
  .video-mute-bar-4.video-mute-bar-2 {
    left: 6px;
    -webkit-animation-name: audioBarHeight2;
            animation-name: audioBarHeight2;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  .video-mute-bar-1.video-mute-bar-3,
  .video-mute-bar-2.video-mute-bar-3,
  .video-mute-bar-3.video-mute-bar-3,
  .video-mute-bar-4.video-mute-bar-3 {
    left: 12px;
    -webkit-animation-name: audioBarHeight3;
            animation-name: audioBarHeight3;
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms; }
  .video-mute-bar-1.video-mute-bar-4,
  .video-mute-bar-2.video-mute-bar-4,
  .video-mute-bar-3.video-mute-bar-4,
  .video-mute-bar-4.video-mute-bar-4 {
    left: 18px;
    -webkit-animation-name: audioBarHeight4;
            animation-name: audioBarHeight4;
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms; }

@-webkit-keyframes audioBarHeight1 {
  from {
    height: 1px; }
  to {
    height: 22px; } }

@keyframes audioBarHeight1 {
  from {
    height: 1px; }
  to {
    height: 22px; } }

@-webkit-keyframes audioBarHeight2 {
  from {
    height: 1px; }
  to {
    height: 15px; } }

@keyframes audioBarHeight2 {
  from {
    height: 1px; }
  to {
    height: 15px; } }

@-webkit-keyframes audioBarHeight3 {
  from {
    height: 1px; }
  to {
    height: 20px; } }

@keyframes audioBarHeight3 {
  from {
    height: 1px; }
  to {
    height: 20px; } }

@-webkit-keyframes audioBarHeight4 {
  from {
    height: 1px; }
  to {
    height: 20px; } }

@keyframes audioBarHeight4 {
  from {
    height: 1px; }
  to {
    height: 20px; } }
