/*
.css merger for https://heartbeat.schellbrothers.com
u!vega/lib/css/helpers.css
u!vega/lib/css/clearfix.css
u!vega/themes/foundation4/foundation-icons/foundation-icons.css
./content/settings.scss
u!vega/themes/foundation5/scss/default.scss
./content/default.css
u!vega/modules/data-warehouse/scss/heartbeat.common.scss
u!vega/modules/data-warehouse/widgets/login/login.scss
u!vega/modules/data-warehouse/widgets/login/embed.scss
u!vega/modules/data-warehouse/widgets/login/register.scss
u!vega/modules/data-warehouse/scss/meeting-timeline.scss
u!vega/modules/data-warehouse/scss/button-bar.scss
u!vega/modules/data-warehouse/widgets/settlements-planner/settlements-planner.scss
u!vega/modules/data-warehouse/widgets/event-calendar/event-calendar.scss
u!vega/modules/data-warehouse/widgets/event-calendar/embed.scss
[filter: merger_scss]
*/
/* SITE_DIR = ., Sass compile: 0.468 */
@charset "UTF-8";
/***** Global Classes *****/
.relative {
  position: relative; }

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.float-left, .left {
  float: left; }

.float-right, .right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  border-bottom: 1px solid; }

.highlight {
  background: #ffc; }

.red {
  color: #fe0000; }

.button.red {
  color: #fff; }

.faded {
  color: #aaa; }

.large {
  font-size: 120%; }

.small {
  font-size: 80%; }

.img-left {
  float: left;
  margin: 4px 10px 4px 0; }

.img-right {
  float: right;
  margin: 4px 0 4px 10px; }

.nopadding {
  padding: 0; }

.noindent {
  margin-left: 0;
  padding-left: 0; }

.nobullet {
  list-style: none;
  list-style-image: none; }

.nowrap {
  white-space: nowrap; }

.odd {
  background-color: #fafafa; }

.even {
  background-color: #fff; }

.hover {
  cursor: pointer; }

.hover_arrow {
  cursor: default; }

.hover-highlight:hover, div.hover-highlight:hover, .hovering {
  background-color: #ffffe0;
  color: #000; }

.hover-highlight-border:hover, div.hover-highlight-border:hover {
  border-color: #000 !important; }

.selected {
  background-color: #ffffcd; }

.select li {
  background-color: #eee; }

.select li.selected {
  background-color: #c7ff5a; }

.compact {
  margin: 2px 0;
  padding: 0; }

.compact li {
  list-style: none;
  margin: 0 0 2px;
  padding: 0; }

ul.horizontal > li {
  display: inline-block;
  padding: 0 1em; }

ul.horizontal.tight > li {
  padding: 0; }

ul.horizontal > li a {
  text-decoration: none; }

.padded {
  padding: 20px; }

.paddedtb {
  padding-top: 20px;
  padding-bottom: 20px; }

.paddedlr {
  padding-left: 20px;
  padding-right: 20px; }

.padded-top {
  padding-top: 20px; }

.padded-right {
  padding-right: 20px; }

.padded-bottom {
  padding-bottom: 20px; }

.padded-left {
  padding-left: 20px; }

.padded5 {
  padding: 5px; }

.paddedtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.paddedlr5 {
  padding-left: 5px;
  padding-right: 5px; }

.paddedtl5 {
  padding-top: 5px;
  padding-left: 5px; }

.padded5-top {
  padding-top: 5px; }

.padded5-right {
  padding-right: 5px; }

.padded5-bottom {
  padding-bottom: 5px; }

.padded5-left {
  padding-left: 5px; }

.padded10 {
  padding: 10px; }

.paddedtb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.paddedlr10 {
  padding-left: 10px;
  padding-right: 10px; }

.paddedtl10 {
  padding-top: 10px;
  padding-left: 10px; }

.padded10-top {
  padding-top: 10px; }

.padded10-right {
  padding-right: 10px; }

.padded10-bottom {
  padding-bottom: 10px; }

.padded10-left {
  padding-left: 10px; }

.padded50 {
  padding: 50px; }

.paddedtb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.paddedlr50 {
  padding-left: 50px;
  padding-right: 50px; }

.padded50-top {
  padding-top: 50px; }

.padded50-right {
  padding-right: 50px; }

.padded50-bottom {
  padding-bottom: 50px; }

.padded50-left {
  padding-left: 50px; }

.padded100 {
  padding: 100px; }

.paddedtb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.paddedlr100 {
  padding-left: 100px;
  padding-right: 100px; }

.padded100-top {
  padding-top: 100px; }

.padded100-right {
  padding-right: 100px; }

.padded100-bottom {
  padding-bottom: 100px; }

.padded100-left {
  padding-left: 100px; }

.paddedtb0 {
  padding-top: 0px;
  padding-top: 0px; }

.paddedlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.padded0-top {
  padding-top: 0px; }

.padded0-right {
  padding-right: 0px; }

.padded0-bottom {
  padding-bottom: 0px; }

.padded0-left {
  padding-left: 0px; }

.border-round-strong {
  border: 1px solid #D1E0E0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.border-round-weak {
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.border-round-lite {
  border: 1px solid #BEBF83;
  /*#e7e8af;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.borderlr-weak {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.border-left-weak {
  border-left: 1px solid #eee; }

.border-right-weak {
  border-right: 1px solid #eee; }

.border-left-strong {
  border-left: 1px solid #D1E0E0; }

.border-right-strong {
  border-right: 1px solid #D1E0E0; }

.border-strip-lite {
  border: 1px solid #e7e8af;
  border-width: 1px 0; }

.padded.border-left-strong,
.padded.border-left-weak {
  padding-left: 19px; }

.padded.border-right-strong,
.padded.border-right-weak {
  padding-right: 19px; }

.border-top-weak {
  border-top: 1px solid #eee; }

.border-bottom-weak {
  border-bottom: 1px solid #eee; }

.border-top-strong {
  border-top: 1px solid #D1E0E0; }

.border-bottom-strong {
  border-bottom: 1px solid #D1E0E0; }

.padded.border-top-strong,
.padded.border-top-weak {
  padding-top: 19px; }

.padded.border-bottom-strong,
.padded.border-bottom-weak {
  padding-bottom: 19px; }

.inblock {
  display: inline-block; }

.circle {
  border-radius: 1000px; }

/* Micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1; }

/*.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}*/
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("https://heartbeat.schellbrothers.com/get/t!foundation4!foundation-icons/foundation-icons.eot");
  src: url("https://heartbeat.schellbrothers.com/get/t!foundation4!foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("https://heartbeat.schellbrothers.com/get/t!foundation4!foundation-icons/foundation-icons.woff2") format("woff2"), url("https://heartbeat.schellbrothers.com/get/t!foundation4!foundation-icons/foundation-icons.woff") format("woff"), url("https://heartbeat.schellbrothers.com/get/t!foundation4!foundation-icons/foundation-icons.ttf") format("truetype"), url("https://heartbeat.schellbrothers.com/get/t!foundation4!foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/** Foundation settings */
/*#121314;*/
/*#80B602;*/
/*#E32027;*/
/*#2E2F33;*/
/*#FFE26D;*/
/*$list-style-position: outside;*/
/*$oil;*/
/*#222326;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #000000;
  color: #666666;
  cursor: auto;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

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

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child, .column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end, .column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width:40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width:90.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width:120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0 !important; }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Open Sans", "Arial", sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #59a6bd;
  border-color: #4493ab;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #80B602;
    border-color: #6e9d02;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #E32027;
    border-color: #c6191f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #3E3F44;
    border-color: #35363a;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #e07000;
    border-color: #c16000;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #151517; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:90.0625em) {
  .xlarge-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .xlarge-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .xlarge-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .xlarge-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .xlarge-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .xlarge-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .xlarge-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .xlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .xlarge-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .xlarge-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .xlarge-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .xlarge-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .xlarge-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .xlarge-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .xlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .xlarge-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .xlarge-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .xlarge-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .xlarge-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .xlarge-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .xlarge-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .xlarge-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .xlarge-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .xlarge-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:120.0625em) {
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .xxlarge-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .xxlarge-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .xxlarge-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .xxlarge-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .xxlarge-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .xxlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .xxlarge-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .xxlarge-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .xxlarge-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .xxlarge-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .xxlarge-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .xxlarge-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .xxlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .xxlarge-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .xxlarge-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .xxlarge-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .xxlarge-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .xxlarge-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .xxlarge-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .xxlarge-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .xxlarge-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #a6a7ad;
  border-color: #94959d;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #59a6bd;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #59a6bd; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #59a6bd;
  border-color: #3f899f;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #3f899f; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #3E3F44;
    border-color: #323236;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #323236; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #80B602;
    border-color: #669202;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #669202; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #E32027;
    border-color: #b8171d;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #b8171d; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #e07000;
    border-color: #b35a00;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #b35a00; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #59a6bd;
    border-color: #3f899f;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #3f899f; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #59a6bd; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #3E3F44;
      border-color: #323236;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #323236; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #3E3F44; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #80B602;
      border-color: #669202;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #669202; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #80B602; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #E32027;
      border-color: #b8171d;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #b8171d; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #E32027; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #e07000;
      border-color: #b35a00;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #b35a00; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #e07000; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.0625em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:40.0625em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width:40.0625em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width:40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

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

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

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

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #E32027;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #E32027;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #E32027; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #E32027;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #E32027; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #59a6bd; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #59a6bd; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width:40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width:64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }
.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width:40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width:64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }
  .joyride-tip-guide .joyride-nub.top {
    border-color: #333333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25;
  margin: 0; }

.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0; }

.joyride-timer-indicator-wrap {
  border: solid 1px #555555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem; }

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0; }

.joyride-close-tip {
  color: #777777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 15px #FFFFFF;
  position: absolute;
  z-index: 102; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #59a6bd;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #E32027;
    color: #FFFFFF; }
  .label.warning {
    background-color: #e07000;
    color: #FFFFFF; }
  .label.success {
    background-color: #80B602;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #3E3F44;
    color: #FFFFFF; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

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

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

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: transparent;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width:40.0625em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #59a6bd;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #59a6bd; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f5fafb;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #59a6bd; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #4493ab; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #59a6bd;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #3E3F44;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #80B602;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #E32027;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #3E3F44;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #80B602;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #E32027;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
    .range-slider.vertical-range .range-slider-handle {
      bottom: -10.5rem;
      margin-left: -0.5rem;
      margin-top: 0;
      position: absolute; }
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.875rem; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #59a6bd;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #4697af; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #59a6bd;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #4697af; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #59a6bd;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #4697af; }

.range-slider-active-segment {
  background: #3d3e43;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #59a6bd; }
  .range-slider-handle:hover {
    background: #4697af; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width:40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width:40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.side-nav {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button) {
      color: #59a6bd;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #8bc1d1; }
      .side-nav li a:not(.button):active {
        color: #8bc1d1; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #8bc1d1;
      font-family: "Open Sans", "Arial", sans-serif;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #59a6bd;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 0.7rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #59a6bd;
      color: #FFFFFF;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #4493ab; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #999999;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #59a6bd; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #999999; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #59a6bd; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #000000;
  border: solid 1px #222222;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #CCCCCC;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #2f2f33; }
    table thead tr th,
    table thead tr td {
      color: #CCCCCC;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #2f2f33; }
    table tfoot tr th,
    table tfoot tr td {
      color: #CCCCCC;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #FAFAFA;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #000000; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Open Sans", "Arial", sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a,
    .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width:40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(89, 166, 189, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: none;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #244d5a;
    color: #59a6bd; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333;
  color: #FFFFFF;
  display: none;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #244d5a !important;
    color: #59a6bd !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:1px)/";
  width: 1px; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    color: #FFFFFF;
    display: block;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%; }
    .top-bar-section ul li > a.button {
      font-size: 0.9em;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #59a6bd;
      border-color: #3f899f;
      color: #FFFFFF; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        background-color: #3f899f; }
      .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > a.button.secondary {
      background-color: #3E3F44;
      border-color: #323236;
      color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        background-color: #323236; }
      .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > a.button.success {
      background-color: #80B602;
      border-color: #669202;
      color: #FFFFFF; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        background-color: #669202; }
      .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > a.button.alert {
      background-color: #E32027;
      border-color: #b8171d;
      color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        background-color: #b8171d; }
      .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > a.button.warning {
      background-color: #e07000;
      border-color: #b35a00;
      color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
        background-color: #b35a00; }
      .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > a.button.info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333; }
      .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
        background-color: #61b6d9; }
      .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
        color: #FFFFFF; }
  .top-bar-section ul li > button {
    font-size: 0.9em;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #59a6bd;
    border-color: #3f899f;
    color: #FFFFFF; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      background-color: #3f899f; }
    .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
      color: #FFFFFF; }
    .top-bar-section ul li > button.secondary {
      background-color: #3E3F44;
      border-color: #323236;
      color: #FFFFFF; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        background-color: #323236; }
      .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > button.success {
      background-color: #80B602;
      border-color: #669202;
      color: #FFFFFF; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        background-color: #669202; }
      .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > button.alert {
      background-color: #E32027;
      border-color: #b8171d;
      color: #FFFFFF; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        background-color: #b8171d; }
      .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > button.warning {
      background-color: #e07000;
      border-color: #b35a00;
      color: #FFFFFF; }
      .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
        background-color: #b35a00; }
      .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
        color: #FFFFFF; }
    .top-bar-section ul li > button.info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333; }
      .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
        background-color: #61b6d9; }
      .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
        color: #FFFFFF; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555555;
    color: #FFFFFF;
    background: #222222; }
  .top-bar-section ul li.active > a {
    background: #59a6bd;
    color: #FFFFFF; }
    .top-bar-section ul li.active > a:hover {
      background: #4493ab;
      color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width:1px) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #59a6bd;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #4493ab;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      background: #333333;
      left: 0;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #59a6bd;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.0625em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) and (max-width:6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

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

/* Default Link Styles */
a {
  color: #59a6bd;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #4493ab; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #DDDDDD;
  font-family: "Open Sans", "Roboto Condensed", "Bitter", "Georgia", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #e9e9e9;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #888888;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #c3c4c9;
  border-color: #afb0b6;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.8;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666666;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #e5e5e5; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #e5e5e5; }

blockquote,
blockquote p {
  line-height: 1.8;
  color: #e9e9e9; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width:40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media not print {
  .show-for-print {
    display: none !important; } }

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

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

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

.media,
.media.primary,
.media.secondary,
.media.video,
.media.video.primary,
.media.video.secondary {
  width: 100%;
  border: none;
  background: transparent; }
  .media .media-wrapper,
  .media.primary .media-wrapper,
  .media.secondary .media-wrapper,
  .media.video .media-wrapper,
  .media.video.primary .media-wrapper,
  .media.video.secondary .media-wrapper {
    position: relative;
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #333;
    color: #eee; }
    @media only screen and (min-width:40.0625em) {
      .media .media-wrapper,
      .media.primary .media-wrapper,
      .media.secondary .media-wrapper,
      .media.video .media-wrapper,
      .media.video.primary .media-wrapper,
      .media.video.secondary .media-wrapper {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; } }
  @media only screen and (min-width:40.0625em) {
    .media:hover .media-wrapper, .media.youtube-embed .media-wrapper,
    .media.primary:hover .media-wrapper,
    .media.primary.youtube-embed .media-wrapper,
    .media.secondary:hover .media-wrapper,
    .media.secondary.youtube-embed .media-wrapper,
    .media.video:hover .media-wrapper,
    .media.video.youtube-embed .media-wrapper,
    .media.video.primary:hover .media-wrapper,
    .media.video.primary.youtube-embed .media-wrapper,
    .media.video.secondary:hover .media-wrapper,
    .media.video.secondary.youtube-embed .media-wrapper {
      background: #444;
      /*#F0F7FF;*/
      border-color: #577AA2;
      top: -5px;
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
      /*0 3px 6px rgba(0,0,0,0.5);*/
      border-radius: 3px 3px 2px 2px; }
    .media:hover .media-image-overlay,
    .media.primary:hover .media-image-overlay,
    .media.secondary:hover .media-image-overlay,
    .media.video:hover .media-image-overlay,
    .media.video.primary:hover .media-image-overlay,
    .media.video.secondary:hover .media-image-overlay {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); } }
  .media.loading,
  .media.primary.loading,
  .media.secondary.loading,
  .media.video.loading,
  .media.video.primary.loading,
  .media.video.secondary.loading {
    opacity: 0.5;
    /*
		.media-image:after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -20px;
			margin-left: -20px;
			width: 40px;
			height: 40px;
			border: 3px solid #fff;
			border-color: #555 #fff;
			border-radius: 1000px;
			
			-webkit-animation: spin 500ms infinite ease-in;
			-moz-animation: spin 500ms infinite ease-in;
			-ms-animation: spin 500ms infinite ease-in;
			animation: spin 500ms infinite ease-in;
		}
		*/ }
  .media:hover .media-wrapper *,
  .media.primary:hover .media-wrapper *,
  .media.secondary:hover .media-wrapper *,
  .media.video:hover .media-wrapper *,
  .media.video.primary:hover .media-wrapper *,
  .media.video.secondary:hover .media-wrapper * {
    box-shadow: none; }
  .media .mediaviewer-link,
  .media.primary .mediaviewer-link,
  .media.secondary .mediaviewer-link,
  .media.video .mediaviewer-link,
  .media.video.primary .mediaviewer-link,
  .media.video.secondary .mediaviewer-link {
    cursor: zoom-in; }
  .media.video .media-image,
  .media.primary.video .media-image,
  .media.secondary.video .media-image,
  .media.video.video .media-image,
  .media.video.primary.video .media-image,
  .media.video.secondary.video .media-image {
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    background: #000; }
    .media.video .media-image figure,
    .media.primary.video .media-image figure,
    .media.secondary.video .media-image figure,
    .media.video.video .media-image figure,
    .media.video.primary.video .media-image figure,
    .media.video.secondary.video .media-image figure {
      margin: 0; }
      .media.video .media-image figure figcaption,
      .media.primary.video .media-image figure figcaption,
      .media.secondary.video .media-image figure figcaption,
      .media.video.video .media-image figure figcaption,
      .media.video.primary.video .media-image figure figcaption,
      .media.video.secondary.video .media-image figure figcaption {
        padding: 1em; }
    .media.video .media-image img,
    .media.primary.video .media-image img,
    .media.secondary.video .media-image img,
    .media.video.video .media-image img,
    .media.video.primary.video .media-image img,
    .media.video.secondary.video .media-image img {
      border: none;
      display: block;
      width: 100%;
      height: auto;
      opacity: 0.75; }
      .media.video .media-image img:not(.no-crop),
      .media.primary.video .media-image img:not(.no-crop),
      .media.secondary.video .media-image img:not(.no-crop),
      .media.video.video .media-image img:not(.no-crop),
      .media.video.primary.video .media-image img:not(.no-crop),
      .media.video.secondary.video .media-image img:not(.no-crop) {
        margin-top: -11%;
        margin-bottom: -11%; }
  .media .media-image,
  .media.primary .media-image,
  .media.secondary .media-image,
  .media.video .media-image,
  .media.video.primary .media-image,
  .media.video.secondary .media-image {
    height: auto;
    border: none;
    position: relative;
    box-shadow: none !important;
    border-radius: 2px 2px 0 0; }
  .media .media-image-overlay,
  .media.primary .media-image-overlay,
  .media.secondary .media-image-overlay,
  .media.video .media-image-overlay,
  .media.video.primary .media-image-overlay,
  .media.video.secondary .media-image-overlay {
    position: absolute;
    background: transparent;
    top: 50%;
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    margin-top: -3rem;
    height: auto;
    text-align: center;
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.8; }
    @media only screen and (min-width:40.0625em) {
      .media .media-image-overlay,
      .media.primary .media-image-overlay,
      .media.secondary .media-image-overlay,
      .media.video .media-image-overlay,
      .media.video.primary .media-image-overlay,
      .media.video.secondary .media-image-overlay {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; } }
    .media .media-image-overlay small,
    .media.primary .media-image-overlay small,
    .media.secondary .media-image-overlay small,
    .media.video .media-image-overlay small,
    .media.video.primary .media-image-overlay small,
    .media.video.secondary .media-image-overlay small {
      position: relative;
      top: -0.25em;
      font-size: 0.5em;
      vertical-align: middle; }
  .media .media-image:hover .media-image-overlay,
  .media.primary .media-image:hover .media-image-overlay,
  .media.secondary .media-image:hover .media-image-overlay,
  .media.video .media-image:hover .media-image-overlay,
  .media.video.primary .media-image:hover .media-image-overlay,
  .media.video.secondary .media-image:hover .media-image-overlay {
    opacity: 1.0; }
  .media .media-title,
  .media.primary .media-title,
  .media.secondary .media-title,
  .media.video .media-title,
  .media.video.primary .media-title,
  .media.video.secondary .media-title {
    position: static;
    background: transparent;
    color: #eee;
    text-align: left;
    padding: 1em 15px;
    margin-bottom: 0;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: bold; }
  .media .media-category,
  .media.primary .media-category,
  .media.secondary .media-category,
  .media.video .media-category,
  .media.video.primary .media-category,
  .media.video.secondary .media-category {
    position: absolute;
    top: 0;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.2em 1em;
    font-size: 0.7em;
    color: #fff;
    line-height: 1.3em;
    text-align: left;
    text-transform: uppercase; }
    .media .media-category:before,
    .media.primary .media-category:before,
    .media.secondary .media-category:before,
    .media.video .media-category:before,
    .media.video.primary .media-category:before,
    .media.video.secondary .media-category:before {
      content: "#"; }
  .media.youtube-embed .media-category,
  .media.primary.youtube-embed .media-category,
  .media.secondary.youtube-embed .media-category,
  .media.video.youtube-embed .media-category,
  .media.video.primary.youtube-embed .media-category,
  .media.video.secondary.youtube-embed .media-category {
    display: none; }
  .media.youtube-embed .flex-video,
  .media.primary.youtube-embed .flex-video,
  .media.secondary.youtube-embed .flex-video,
  .media.video.youtube-embed .flex-video,
  .media.video.primary.youtube-embed .flex-video,
  .media.video.secondary.youtube-embed .flex-video {
    margin-bottom: -0.2em;
    border: none; }
  .media .media-description,
  .media.primary .media-description,
  .media.secondary .media-description,
  .media.video .media-description,
  .media.video.primary .media-description,
  .media.video.secondary .media-description {
    padding: 0 15px 1em;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #eee;
    text-align: left;
    height: auto;
    overflow: visible; }

@media only screen and (min-width:40.0625em) {
  .media-container .media,
  .media-container .media.primary,
  .media-container .media.secondary,
  .media-container .media.video,
  .media-container .media.video.primary,
  .media-container .media.video.secondary,
  .masonry-container .media,
  .masonry-container .media.primary,
  .masonry-container .media.secondary,
  .masonry-container .media.video,
  .masonry-container .media.video.primary,
  .masonry-container .media.video.secondary {
    width: 33%; } }

@media only screen and (min-width:90.0625em) {
  .media-container .media,
  .media-container .media.primary,
  .media-container .media.secondary,
  .media-container .media.video,
  .media-container .media.video.primary,
  .media-container .media.video.secondary,
  .masonry-container .media,
  .masonry-container .media.primary,
  .masonry-container .media.secondary,
  .masonry-container .media.video,
  .masonry-container .media.video.primary,
  .masonry-container .media.video.secondary {
    width: 20%; } }

/*
.loading {
	opacity: 0.5;
	
	.media-image:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -0.5em;
		margin-left: -0.5em;
		width: 1em;
		height: 1em;
		border: 10px solid #fff;
		border-color: transparent #fff;
		border-radius: 50%;
		box-shadow: 0 0 10px #000;
		
		-webkit-animation: spin 500ms infinite ease-in;
		-moz-animation: spin 500ms infinite ease-in;
		-ms-animation: spin 500ms infinite ease-in;
		animation: spin 500ms infinite ease-in;
	}
}
*/
#content > .u_test:first-child {
  margin-top: 4rem !important; }

#nav .heartbeatMenu .heartbeat-logo {
  padding: 0.5rem 0 1rem; }
  #nav .heartbeatMenu .heartbeat-logo img {
    width: 100% !important; }
  #nav .heartbeatMenu .heartbeat-logo .heartbeat-logo-text {
    position: relative;
    top: -1rem; }

#opt-management .chart {
  background: transparent; }

#opt-management h2 {
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1rem; }

#opt-management table.report td {
  font-size: 0.8rem; }

#opt-management table.report tr.department td:first-child {
  min-width: 13rem; }

@keyframes highlight-flash {
  0% {
    background: #ffff99; }
  100% {
    background: none; } }

.highlight-flash {
  animation: highlight-flash 2s; }
  .highlight-flash *::after {
    background: transparent !important; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  background: #000; }
  @media only screen and (min-width:64.0625em) {
    body.developer-log-expanded {
      width: calc(100vw - 16rem); }
      body.developer-log-expanded #nav-topbar {
        width: calc(100vw - 16rem); }
      body.developer-log-expanded.modal-open .side-panel,
      body.developer-log-expanded.modal-open .side-panel .page-header,
      body.developer-log-expanded.modal-open .side-panel-scroll,
      body.developer-log-expanded.modal-open .home-detail-header .home-detail-mini-header,
      body.developer-log-expanded.modal-open .side-panel .conv-new {
        right: 16rem; } }
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif; }

a.no-icon:after {
  content: none;
  display: none; }

/* Thin scrollbars */
* {
  scrollbar-width: thin; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 8px;
  border-radius: 8px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(128, 128, 128, 0.75);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(128, 128, 128, 0); }

.balance {
  text-wrap: balance; }

/* Page Header */
@media only screen and (max-width: 40em) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #000; }
    .page-header + * {
      margin-top: 3.0rem; }
    .page-header > .row {
      max-width: 100vw; } }

@media only screen and (min-width:40.0625em) {
  .page-header.sticky {
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

@media only screen and (min-width:64.0625em) {
  .page-header.sticky {
    top: 3rem; } }

.page-header h1 {
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1rem;
  margin: 0;
  letter-spacing: 2px; }
  @media only screen and (max-width: 40em) {
    .page-header h1 {
      padding: 1rem 3rem;
      margin: 0;
      font-size: 0.8rem;
      border-bottom: 1px solid #333;
      text-align: center; }
      .page-header h1 span.nowrap-on-small {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; } }
.page-header .page-header-nav,
.page-header .date-range-control {
  line-height: 3;
  color: #fff;
  display: block;
  padding: 0 1rem; }
  @media only screen and (min-width:40.0625em) {
    .page-header .page-header-nav,
    .page-header .date-range-control {
      display: none; } }
.page-header .similarity-search-icon {
  position: absolute;
  top: 0;
  padding: 1rem;
  right: 0; }

/* Ribbon (band of stats blocks) */
.ribbon {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.75);
  /*border-bottom: 1px solid rgba(255,255,255,0.15);*/
  white-space: nowrap;
  overflow: auto; }
  .ribbon ul.ribbon-block {
    width: max-content;
    display: inline-block;
    background: #222;
    border: 3px solid #222;
    border-radius: 3px;
    padding: 1rem 0;
    margin: 0; }
    .ribbon ul.ribbon-block:last-child {
      margin-right: 1rem; }
    .ribbon ul.ribbon-block.success {
      border-color: #80B602; }
      .ribbon ul.ribbon-block.success .alert {
        color: rgba(255, 255, 255, 0.5); }
    .ribbon ul.ribbon-block.alert {
      border-color: #E32027; }
      .ribbon ul.ribbon-block.alert .success {
        color: rgba(255, 255, 255, 0.5); }
    .ribbon ul.ribbon-block > li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      margin-left: 1.375rem; }
      .ribbon ul.ribbon-block > li:first-child {
        display: block; }
        @media only screen and (min-width:90.0625em) {
          .ribbon ul.ribbon-block > li:first-child {
            display: inline-block; } }
      .ribbon ul.ribbon-block > li:last-child {
        padding-right: 1rem; }
        @media only screen and (min-width:64.0625em) {
          .ribbon ul.ribbon-block > li:last-child {
            padding-right: 2rem; } }
  .ribbon strong {
    color: #fff; }
  .ribbon small {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
    .ribbon small.alert {
      color: #E32027; }
    .ribbon small.success {
      color: #80B602; }
    .ribbon small.primary {
      color: #59a6bd; }

/* Sidebar Column */
@media only screen and (min-width:40.0625em) {
  .sidebar-column {
    background: #222323;
    min-height: 100vh;
    border-left: 1px solid #333; } }

@media only screen and (min-width:64.0625em) {
  .sidebar-column {
    min-height: calc(100vh - 3rem); } }

@media only screen and (min-width:40.0625em) and (max-width:64em) {
  .sidebar-column h3.subheader {
    font-size: 0.8rem; } }

.sidebar-column .sidebar-p {
  margin: 0 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.7); }

.sidebar-button-block {
  color: rgba(255, 255, 255, 0.8);
  margin: 1rem;
  padding: 1rem 1rem 0;
  border-radius: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  @media only screen and (max-width: 40em) {
    .sidebar-button-block {
      text-align: center; } }
  .sidebar-button-block h5 {
    color: inherit;
    margin-bottom: 1.5rem; }
  .sidebar-button-block .button {
    width: 100%; }
    @media only screen and (max-width: 40em) {
      .sidebar-button-block .button {
        width: 10rem;
        max-width: calc(50% - 1rem); } }
    @media only screen and (min-width:64.0625em) {
      .sidebar-button-block .button {
        width: calc(50% - 3px); } }
/* Media */
[data-media-id].loading {
  position: relative; }
  [data-media-id].loading::after {
    content: "";
    background: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#media-viewmaster-youtube,
#media-viewmaster-wistia {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#media-viewmaster-wistia .flex-video.widescreen {
  padding-bottom: 59.34%; }

.img-block {
  display: block;
  margin: 0 auto; }
  .img-block.faded {
    opacity: 0.2; }

/* Developer */
.dev-debug-icon {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  background: rgba(160, 211, 232, 0.8);
  color: #000;
  font-size: 1rem;
  border-radius: 1000px;
  padding: 0.5rem; }
  .dev-debug-icon:hover {
    background: #a0d3e8;
    color: #000; }

.f-dropdown.content.dev-debug-tooltip {
  width: calc(100vw - 17rem) !important;
  max-width: 100vw !important;
  max-height: calc(100vh - 5rem) !important;
  position: fixed !important;
  right: 4rem !important;
  bottom: 1rem !important;
  top: auto !important;
  left: auto !important;
  overflow: auto;
  border-radius: 5px;
  background: #000;
  color: rgba(255, 255, 255, 0.8);
  border: 1rem solid #a0d3e8;
  padding: 0; }

.dev-debug,
.ezsql-debug {
  background: #fff;
  color: #000;
  max-width: 100%;
  overflow: auto; }
  .dev-debug table td,
  .ezsql-debug table td {
    background: #fff;
    color: #000; }
  .dev-debug.dev-fixed,
  .ezsql-debug.dev-fixed {
    position: fixed;
    top: 3rem;
    left: 0;
    width: 100vw;
    height: calc(100vh - 3rem);
    z-index: 999999; }
  .dev-debug.dev-2-columns,
  .ezsql-debug.dev-2-columns {
    display: flex; }
    .dev-debug.dev-2-columns > div,
    .ezsql-debug.dev-2-columns > div {
      flex: 1;
      overflow: auto;
      max-height: calc(100vh - 3rem); }

.label.dev-label {
  background: transparent;
  color: #e07000;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.u_test summary {
  cursor: pointer; }

.developer-log {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 0;
  transform: translateX(70%);
  width: 20rem;
  height: 3rem;
  overflow: auto;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.2s ease-out; }
  .developer-log.expanded {
    height: 100vh;
    max-height: 100vh;
    transform: translateX(0);
    padding-top: calc(1rem + env(safe-area-inset-top));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom)); }
    @media only screen and (min-width:64.0625em) {
      .developer-log.expanded {
        width: 16rem; } }
.u_info_box pre {
  margin: 1rem 0;
  font-size: 0.8rem; }

/* Loading tab content */
[data-url].loading {
  min-height: 5rem;
  position: relative; }
  [data-url].loading > * {
    opacity: 0.35; }
  [data-url].loading::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat 50% 2rem; }

.button.micro {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.3125rem 0.5rem;
  background-color: #3E3F44;
  border-color: #323236;
  color: #FFFFFF;
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  font-size: 0.6rem; }
  .button.micro:hover, .button.micro:focus {
    background-color: #323236; }
  .button.micro:hover, .button.micro:focus {
    color: #FFFFFF; }

/* Block List */
.block-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .block-list > li {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 0 !important;
    text-align: right;
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .block-list > li:last-child, .block-list > li.no-border {
      border-bottom: none; }
    .block-list > li .details-label {
      float: left;
      margin: 0 !important;
      opacity: 0.5; }
    .block-list > li .label-user-name {
      font-size: 0.7rem;
      opacity: 0.7; }
    .block-list > li .warning:not(.button) {
      color: #e07000; }
    .block-list > li .button.compact {
      margin: 0 0.5rem;
      padding: 0.35rem; }
      .block-list > li .button.compact + .button.compact {
        margin-left: 0; }
    .block-list > li.extra .details-label::before {
      content: "\27B2";
      padding-right: 0.25rem;
      color: #59a6bd;
      font-weight: bold; }
    .block-list > li.hide-extra {
      display: none; }
  .block-list.hide-extra > li.extra {
    display: none; }
  .block-list.hide-extra > li.hide-extra {
    display: block; }
  .block-list .extra-toggle {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1rem;
    border-radius: 3px; }

/* Help links */
.help-link,
.more-link {
  padding: 0 0.5rem 0;
  font-size: 0.8rem; }

/* Button Groups */
/* More Actions (toolbar) */
.more-actions {
  position: relative;
  z-index: 2;
  padding: 0.5rem;
  margin: 0 0 0.5rem;
  min-height: 3.5rem; }
  @media only screen and (max-width: 40em) {
    .more-actions {
      white-space: nowrap; } }
  @media only screen and (min-width:40.0625em) {
    .more-actions {
      border-radius: 3px; } }
  .more-actions .page-search-control {
    cursor: pointer;
    text-align: left;
    max-width: 12rem;
    overflow: hidden;
    display: inline-block;
    background: #2f2f33;
    border-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0.45rem;
    left: 0.6rem; }
    .more-actions .page-search-control .page-search-control-icon {
      left: 0.75rem; }
    .more-actions .page-search-control .search {
      width: 0;
      background: inherit;
      transition: width 0.2s ease-in-out; }
    .more-actions .page-search-control .page-search-cancel {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: calc(0.5rem - 3px);
      cursor: pointer;
      z-index: 2;
      font-size: 1.2rem;
      line-height: 2; }
    .more-actions .page-search-control .page-search-unfocus {
      cursor: pointer;
      display: none;
      padding: 0.5rem; }
      .more-actions .page-search-control .page-search-unfocus + .page-search-cancel {
        right: 2.25rem; }
  .more-actions > .page-search-results {
    position: absolute;
    padding: 0.5rem 1rem;
    z-index: 2;
    background: #1f1f22;
    top: calc(2.8rem - 3px);
    left: 9.5px;
    width: 192px;
    max-width: 12rem;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 3px 3px; }
    .more-actions > .page-search-results .results-expanded {
      display: none;
      max-height: 400px;
      overflow-y: auto; }
    .more-actions > .page-search-results.expanded {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 95vw;
      max-width: 1200px;
      height: auto;
      max-height: 80vh;
      padding: 1rem;
      background-color: #191919;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 2px 10px #000;
      overflow-y: auto;
      box-sizing: border-box;
      border-radius: 8px;
      z-index: 1000; }
      @media (max-width: 1550px) {
        .more-actions > .page-search-results.expanded {
          left: calc(50% + 110px);
          width: 80vw; } }
      .more-actions > .page-search-results.expanded .page-search-results-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2; }
      .more-actions > .page-search-results.expanded .results-summary {
        display: none; }
      .more-actions > .page-search-results.expanded .results-expanded {
        display: block; }
      .more-actions > .page-search-results.expanded .blocked {
        pointer-events: none;
        opacity: 0.6; }
      .more-actions > .page-search-results.expanded .item-table {
        width: 100%;
        color: #ddd;
        background: #191919;
        border-collapse: collapse;
        position: sticky;
        top: 0; }
        .more-actions > .page-search-results.expanded .item-table th {
          background-color: #191919;
          text-align: left;
          font-size: 0.8rem;
          opacity: 0.8; }
        .more-actions > .page-search-results.expanded .item-table tr:nth-of-type(2n) {
          background: inherit; }
        .more-actions > .page-search-results.expanded .item-table .table-body {
          background: #191919; }
        .more-actions > .page-search-results.expanded .item-table .task-row {
          border-bottom: 1px solid black;
          vertical-align: top; }
          .more-actions > .page-search-results.expanded .item-table .task-row .item-id {
            display: inline-block;
            font-size: 0.6rem;
            vertical-align: top;
            color: inherit;
            background: rgba(255, 255, 255, 0.1);
            opacity: 0.75;
            padding: 0 0.4rem;
            border-radius: 3px;
            margin-right: 0.25rem;
            margin-top: 0.2rem;
            margin-left: 0.25rem; }
          .more-actions > .page-search-results.expanded .item-table .task-row .highlight {
            background: yellow;
            color: rgba(0, 0, 0, 0.8); }
        .more-actions > .page-search-results.expanded .item-table .user-picture {
          padding: 5px;
          margin: 0;
          position: static;
          transform: none;
          width: 2.5rem;
          border-radius: 1000px; }
          .more-actions > .page-search-results.expanded .item-table .user-picture.small {
            padding: 0;
            margin-right: 5px;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%; }
        .more-actions > .page-search-results.expanded .item-table .item-date {
          font-size: 0.7rem;
          opacity: 0.7; }
        .more-actions > .page-search-results.expanded .item-table .close-results {
          position: absolute;
          top: 0;
          right: 0.1px;
          font-size: 20px;
          color: white;
          cursor: pointer;
          padding: 20px; }
        .more-actions > .page-search-results.expanded .item-table .item-content-container {
          align-items: center;
          gap: 5px; }
          .more-actions > .page-search-results.expanded .item-table .item-content-container .item-title {
            color: white;
            font-weight: bold;
            vertical-align: top; }
          .more-actions > .page-search-results.expanded .item-table .item-content-container .content {
            opacity: 0.7; }
  .more-actions .alert-box {
    text-align: center;
    margin-bottom: 0;
    padding: 0.25rem 0.5rem; }
  .more-actions .button {
    margin: 0 0.5rem 0.5rem; }
    .more-actions .button[data-style="upload"] {
      margin: 0 0 0 0.5rem;
      position: relative; }
      .more-actions .button[data-style="upload"] .upload-file-input {
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .more-actions .button.secondary {
      background-color: #2f2f33; }
    .more-actions .button.dropdown {
      display: inline-block; }
    .more-actions .button.disabled {
      opacity: 0.5; }
      .more-actions .button.disabled:hover {
        color: #E32027;
        background: #2f2f33; }
    .more-actions .button .fa-stack {
      height: auto;
      width: 1rem; }
      .more-actions .button .fa-stack i:first-child {
        transform: translateY(-75%); }
      .more-actions .button .fa-stack i:last-child {
        transform: translateY(-35%); }
  .more-actions > .button-group,
  .more-actions > .button-dropdown,
  .more-actions > .button-toggle {
    margin: 0 0.5rem 0.5rem; }
  .more-actions .button-group,
  .more-actions .button-dropdown,
  .more-actions .button-toggle {
    display: inline-block; }
    .more-actions .button-group .button,
    .more-actions .button-dropdown .button,
    .more-actions .button-toggle .button {
      margin: 0; }
  .more-actions .button-toggle {
    list-style: none;
    margin: 0 0.5rem 0 !important; }
    .more-actions .button-toggle .button:not(.active) {
      display: none !important; }
  .more-actions .button.dropdown {
    display: inline-block; }
    .more-actions .button.dropdown::after {
      border-top-color: rgba(255, 255, 255, 0.25); }
  .more-actions .buttons {
    display: block;
    width: 100%;
    /*max-width: calc(100% - 1rem);*/
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: auto;
    /*overflow: visible;*/
    /* Extra buttons */ }
    .more-actions .buttons:not(.text-center) {
      text-align: right; }
    .more-actions .buttons .f-dropdown {
      text-align: left; }
    .more-actions .buttons a {
      margin: 0 0.5rem; }
    .more-actions .buttons .button-group {
      margin: 0 0.5rem; }
      .more-actions .buttons .button-group .button {
        margin: 0; }
    .more-actions .buttons .button span.hide-for-small-only {
      display: none; }
      @media only screen and (min-width:40.0625em) {
        .more-actions .buttons .button span.hide-for-small-only {
          display: inline; } }
    .more-actions .buttons .button span.hide-for-panel-up,
    .more-actions .buttons .button span.show-for-panel-under {
      display: inline; }
      @media only screen and (min-width:50em) {
        .more-actions .buttons .button span.hide-for-panel-up,
        .more-actions .buttons .button span.show-for-panel-under {
          display: none; } }
    .more-actions .buttons .button.print-mode-button {
      /*display: none;*/ }
      @media only screen and (min-width:50em) {
        .more-actions .buttons .button.print-mode-button {
          display: inline-block; } }
    .more-actions .buttons .button-group {
      display: inline-block; }
      .more-actions .buttons .button-group .button {
        border-color: rgba(255, 255, 255, 0.1); }
    .more-actions .buttons .buttons-extra-toggle {
      display: inline-block;
      /*@media only screen and (max-width: 40em) {
				margin-right: 0;
			}*/ }
    .more-actions .buttons .buttons-extra {
      display: none; }
      .more-actions .buttons .buttons-extra .buttons-extra-toggle {
        color: rgba(255, 255, 255, 0.5); }
    .more-actions .buttons.extra > *:not(.buttons-extra) {
      display: none; }
    .more-actions .buttons.extra .buttons-extra {
      display: inline-block; }
    @media only screen and (min-width:64.0625em) {
      .more-actions .buttons .buttons-extra-toggle {
        display: none; }
      .more-actions .buttons .buttons-extra {
        display: inline-block; } }
    .more-actions .buttons .hide-for-small-only {
      display: none !important; }
      @media only screen and (min-width:40.0625em) {
        .more-actions .buttons .hide-for-small-only {
          display: inline-block !important; } }
  .more-actions .page-search-control + .buttons {
    width: calc(100% - 3rem);
    margin-left: 3rem; }
  .more-actions.search-focus {
    /*.button.filter-by {
			display: none;
		}*/ }
    .more-actions.search-focus .page-search-control {
      cursor: default;
      background: #1f1f22;
      /* rgba(0,0,0,0.5); */
      border-radius: 3px; }
      .more-actions.search-focus .page-search-control .page-search-unfocus {
        display: inline-block;
        vertical-align: middle;
        padding: 0.5rem; }
      .more-actions.search-focus .page-search-control .page-search-cancel[style*="block"] + .page-search-unfocus {
        display: none; }
      .more-actions.search-focus .page-search-control .search {
        width: calc(100% - 3.8rem); }
      .more-actions.search-focus .page-search-control + .buttons {
        margin-left: 13rem;
        width: calc(100% - 13rem); }
  .more-actions:not(.search-focus) .page-search-control .page-search-unfocus + .page-search-cancel {
    display: none !important; }
  .more-actions.toggle-buttons-for-small.search-focus .page-search-control, .more-actions.toggle-buttons.search-focus .page-search-control {
    width: calc(100% - 4.25rem);
    max-width: none; }
  .more-actions.toggle-buttons-for-small .button.toggle-buttons, .more-actions.toggle-buttons .button.toggle-buttons {
    display: block;
    float: right;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .more-actions.toggle-buttons-for-small .button.toggle-buttons.success, .more-actions.toggle-buttons .button.toggle-buttons.success {
      background: #656569;
      border-width: 0 0.5rem 0.5rem;
      margin: 0;
      border-color: transparent;
      box-shadow: none;
      border-radius: 3px 3px 0 0; }
    .more-actions.toggle-buttons-for-small .button.toggle-buttons + .print-mode-button, .more-actions.toggle-buttons .button.toggle-buttons + .print-mode-button {
      display: inherit; }
  .more-actions.toggle-buttons-for-small > .priority, .more-actions.toggle-buttons > .priority {
    display: inline-block;
    float: right; }
    .more-actions.toggle-buttons-for-small > .priority i, .more-actions.toggle-buttons > .priority i {
      font-size: 0.8rem; }
  .more-actions.toggle-buttons-for-small .buttons, .more-actions.toggle-buttons .buttons {
    display: none; }
    .more-actions.toggle-buttons-for-small .buttons .priority, .more-actions.toggle-buttons .buttons .priority {
      display: none; }
  @media only screen and (max-width: 40em) {
    .more-actions.toggle-buttons-for-small.toggled .buttons .button-dropdown, .more-actions.toggle-buttons.toggled .buttons .button-dropdown {
      display: block;
      margin-bottom: 0.5rem; }
    .more-actions.toggle-buttons-for-small.toggled .buttons .dropdown, .more-actions.toggle-buttons.toggled .buttons .dropdown {
      width: calc(100% - 1rem); }
    .more-actions.toggle-buttons-for-small.toggled .buttons .priority, .more-actions.toggle-buttons.toggled .buttons .priority {
      display: none !important; } }
  @media only screen and (max-width:89.9375em) {
    .more-actions.toggle-buttons-for-small.toggled .buttons, .more-actions.toggle-buttons.toggled .buttons {
      display: block;
      padding: 0.5rem 0 0;
      text-align: center;
      position: static;
      /*width: 100%;*/
      transform: none;
      clear: both;
      width: calc(100% + 1rem);
      margin: 2.8rem -0.5rem -0.5rem;
      max-width: calc(100% + 1rem);
      border: none;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
      .more-actions.toggle-buttons-for-small.toggled .buttons .print-mode-button, .more-actions.toggle-buttons.toggled .buttons .print-mode-button {
        display: none; }
      .more-actions.toggle-buttons-for-small.toggled .buttons > .button, .more-actions.toggle-buttons.toggled .buttons > .button {
        margin-bottom: 0.5rem; }
      .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group],
      .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group],
      .more-actions.toggle-buttons.toggled .buttons .button-toggle {
        /*.button-group[data-button-group] {*/
        display: block;
        width: calc(100% - 1rem); }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group] > li .button,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle > li .button, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group] > li .button,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle > li .button {
          width: 100%;
          padding-left: 0;
          padding-right: 0;
          overflow: hidden; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group][data-button-group="7"] > li,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle[data-button-group="7"] > li, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group][data-button-group="7"] > li,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle[data-button-group="7"] > li {
          width: 14.2%; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group][data-button-group="6"] > li,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle[data-button-group="6"] > li, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group][data-button-group="6"] > li,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle[data-button-group="6"] > li {
          width: 16.6%; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group][data-button-group="5"] > li,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle[data-button-group="5"] > li, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group][data-button-group="5"] > li,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle[data-button-group="5"] > li {
          width: 20%; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group][data-button-group="4"] > li,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle[data-button-group="4"] > li, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group][data-button-group="4"] > li,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle[data-button-group="4"] > li {
          width: 25%; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group][data-button-group="3"] > li,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle[data-button-group="3"] > li, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group][data-button-group="3"] > li,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle[data-button-group="3"] > li {
          width: 33%; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group][data-button-group="2"] > li,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle[data-button-group="2"] > li, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group][data-button-group="2"] > li,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle[data-button-group="2"] > li {
          width: 50%; }
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-group[data-button-group].priority,
        .more-actions.toggle-buttons-for-small.toggled .buttons .button-toggle.priority, .more-actions.toggle-buttons.toggled .buttons .button-group[data-button-group].priority,
        .more-actions.toggle-buttons.toggled .buttons .button-toggle.priority {
          display: none; } }
  @media only screen and (min-width:40.0625em) {
    .more-actions.toggle-buttons-for-small[data-toggle-mq="medium-up"].search-focus .page-search-control, .more-actions.toggle-buttons[data-toggle-mq="medium-up"].search-focus .page-search-control {
      max-width: 12rem; }
    .more-actions.toggle-buttons-for-small[data-toggle-mq="medium-up"] .button.toggle-buttons, .more-actions.toggle-buttons[data-toggle-mq="medium-up"] .button.toggle-buttons {
      display: none; }
      .more-actions.toggle-buttons-for-small[data-toggle-mq="medium-up"] .button.toggle-buttons + .print-mode-button, .more-actions.toggle-buttons[data-toggle-mq="medium-up"] .button.toggle-buttons + .print-mode-button {
        display: none; }
    .more-actions.toggle-buttons-for-small[data-toggle-mq="medium-up"] > .priority, .more-actions.toggle-buttons[data-toggle-mq="medium-up"] > .priority {
      display: none; }
    .more-actions.toggle-buttons-for-small[data-toggle-mq="medium-up"] .buttons, .more-actions.toggle-buttons[data-toggle-mq="medium-up"] .buttons {
      display: inline-block; }
      .more-actions.toggle-buttons-for-small[data-toggle-mq="medium-up"] .buttons .priority, .more-actions.toggle-buttons[data-toggle-mq="medium-up"] .buttons .priority {
        display: inline-block; } }
  @media only screen and (min-width:64.0625em) {
    .more-actions.toggle-buttons-for-small[data-toggle-mq="large-up"].search-focus .page-search-control, .more-actions.toggle-buttons[data-toggle-mq="large-up"].search-focus .page-search-control {
      max-width: 12rem; }
    .more-actions.toggle-buttons-for-small[data-toggle-mq="large-up"] .button.toggle-buttons, .more-actions.toggle-buttons[data-toggle-mq="large-up"] .button.toggle-buttons {
      display: none; }
      .more-actions.toggle-buttons-for-small[data-toggle-mq="large-up"] .button.toggle-buttons + .print-mode-button, .more-actions.toggle-buttons[data-toggle-mq="large-up"] .button.toggle-buttons + .print-mode-button {
        display: none; }
    .more-actions.toggle-buttons-for-small[data-toggle-mq="large-up"] > .priority, .more-actions.toggle-buttons[data-toggle-mq="large-up"] > .priority {
      display: none; }
    .more-actions.toggle-buttons-for-small[data-toggle-mq="large-up"] .buttons, .more-actions.toggle-buttons[data-toggle-mq="large-up"] .buttons {
      display: inline-block; }
      .more-actions.toggle-buttons-for-small[data-toggle-mq="large-up"] .buttons .priority, .more-actions.toggle-buttons[data-toggle-mq="large-up"] .buttons .priority {
        display: inline-block; } }
  @media only screen and (min-width:90.0625em) {
    .more-actions.toggle-buttons-for-small.search-focus .page-search-control, .more-actions.toggle-buttons.search-focus .page-search-control {
      max-width: 12rem; }
    .more-actions.toggle-buttons-for-small .button.toggle-buttons, .more-actions.toggle-buttons .button.toggle-buttons {
      display: none; }
      .more-actions.toggle-buttons-for-small .button.toggle-buttons + .print-mode-button, .more-actions.toggle-buttons .button.toggle-buttons + .print-mode-button {
        display: none; }
    .more-actions.toggle-buttons-for-small > .priority, .more-actions.toggle-buttons > .priority {
      display: none; }
    .more-actions.toggle-buttons-for-small .buttons, .more-actions.toggle-buttons .buttons {
      display: inline-block; }
      .more-actions.toggle-buttons-for-small .buttons .priority, .more-actions.toggle-buttons .buttons .priority {
        display: inline-block; } }
  .more-actions.search-full-width.search-focus .page-search-control {
    max-width: 100% !important;
    width: calc(100% - 1rem); }
    .more-actions.search-full-width.search-focus .page-search-control + .buttons {
      visibility: hidden; }

@media only screen and (min-width:50em) {
  .side-panel .more-actions.toggle-buttons-for-small.search-focus .page-search-control, .side-panel .more-actions.toggle-buttons.search-focus .page-search-control {
    max-width: 12rem; }
  .side-panel .more-actions.toggle-buttons-for-small .button.toggle-buttons, .side-panel .more-actions.toggle-buttons .button.toggle-buttons {
    display: none; }
    .side-panel .more-actions.toggle-buttons-for-small .button.toggle-buttons + .print-mode-button, .side-panel .more-actions.toggle-buttons .button.toggle-buttons + .print-mode-button {
      display: none; }
  .side-panel .more-actions.toggle-buttons-for-small > .priority, .side-panel .more-actions.toggle-buttons > .priority {
    display: none; }
  .side-panel .more-actions.toggle-buttons-for-small .buttons, .side-panel .more-actions.toggle-buttons .buttons {
    display: inline-block; }
    .side-panel .more-actions.toggle-buttons-for-small .buttons .priority, .side-panel .more-actions.toggle-buttons .buttons .priority {
      display: inline-block; } }

.more-buttons {
  position: relative;
  background: #222323;
  padding: 0.5rem;
  margin: 0.5rem 0; }
  @media only screen and (min-width:64.0625em) {
    .more-buttons {
      border-radius: 3px; } }
  .more-buttons .button {
    margin: 0.5rem; }
  .more-buttons .split.button > a {
    color: #fff; }
  .more-buttons ul.f-dropdown {
    border-radius: 3px;
    left: 1rem !important; }
    @media only screen and (min-width:40.0625em) {
      .more-buttons ul.f-dropdown {
        margin-top: -6px; } }
    @media only screen and (max-width: 40em) {
      .more-buttons ul.f-dropdown {
        width: 92.5% !important; } }
    .more-buttons ul.f-dropdown::before, .more-buttons ul.f-dropdown::after {
      left: auto !important;
      right: 8px; }
    .more-buttons ul.f-dropdown li {
      padding: 0.5rem; }
      .more-buttons ul.f-dropdown li a {
        margin: 0; }
        @media only screen and (max-width: 40em) {
          .more-buttons ul.f-dropdown li a {
            width: 100%;
            font-size: 1rem; } }
.more-actions + .more-buttons {
  padding-top: 0.75rem;
  margin-top: -0.75rem; }
  @media only screen and (min-width:64.0625em) {
    .more-actions + .more-buttons {
      padding-top: 0.75rem;
      /*margin-top: -1.0rem;*/ } }
/* Empty Message */
.empty-message {
  position: relative;
  text-wrap: balance; }
  .empty-message.min-height {
    min-height: 18rem; }
  .empty-message .empty-message-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 18rem;
    max-width: 80vw; }
    .empty-message .empty-message-content h2 {
      color: rgba(255, 255, 255, 0.6); }
      .empty-message .empty-message-content h2 .fa, .empty-message .empty-message-content h2 .far, .empty-message .empty-message-content h2 .fal, .empty-message .empty-message-content h2 .fad {
        display: block;
        margin: 2rem auto; }
    .empty-message .empty-message-content p {
      color: rgba(255, 255, 255, 0.3); }
    .empty-message .empty-message-content.alert-box h2 {
      color: #fff; }
    .empty-message .empty-message-content.alert-box p {
      color: rgba(255, 255, 255, 0.8); }
  .empty-message.large .empty-message-content {
    width: 24rem; }

.filter-message .filter-message-label {
  margin: -0.5rem 0 0.5rem;
  background: #3E3F44;
  /*#a0d3e8;*/
  color: rgba(255, 255, 255, 0.8);
  /*rgba(0, 0, 0, 0.8);*/
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.8rem; }
  @media only screen and (min-width:40.0625em) {
    .filter-message .filter-message-label {
      border-radius: 0 0 3px 3px; } }
  .filter-message .filter-message-label span {
    /*line-height: 2rem;*/
    color: rgba(255, 255, 255, 0.5); }
  .filter-message .filter-message-label .button {
    padding: 0.35rem 1rem;
    margin: 0 0.5rem;
    background: rgba(0, 255, 255, 0.1);
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: inherit; }

.filter-message .empty-filter-message {
  padding: 4rem 1rem;
  margin: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border: 0.25rem dashed rgba(255, 255, 255, 0.1);
  border-radius: 3px; }
  .filter-message .empty-filter-message strong {
    display: block; }
    .filter-message .empty-filter-message strong i {
      font-size: 2rem;
      display: block;
      margin-bottom: 1rem;
      font-weight: normal; }

/* No output */
.no-output {
  text-align: center;
  color: #666;
  padding: 2rem 1rem 4rem; }
  @media only screen and (min-width:40.0625em) {
    .no-output {
      padding: 4rem; } }
  .no-output h2 {
    color: #666; }
  .no-output i {
    display: block;
    margin-bottom: 1rem; }
  .no-output p {
    max-width: 25rem;
    margin: 0 auto; }
    @media only screen and (max-width: 40em) {
      .no-output p.lead {
        font-size: 1rem; } }
/* My Stuff Done */
.my-stuff-done {
  position: relative;
  text-align: center; }
  .my-stuff-done img {
    margin: 0 auto 1rem;
    display: block; }
    .my-stuff-done img.bright {
      background: #fff;
      border-radius: 3px; }
    @media only screen and (max-width: 40em) {
      .my-stuff-done img.full-width {
        width: 100%;
        margin-bottom: 0; } }
  .my-stuff-done h5 {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 1rem;
    position: absolute; }
  @media only screen and (min-width:40.0625em) {
    .my-stuff-done {
      color: rgba(255, 255, 255, 0.2);
      padding: 4rem 1rem;
      text-align: center; }
      .my-stuff-done .fa {
        margin-bottom: 1rem; }
      .my-stuff-done h5 {
        color: inherit; } }
/* User faces */
.heartbeat-user-face {
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem; }
  .heartbeat-user-face img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5rem;
    background-color: #222; }
  .heartbeat-user-face .heartbeat-user-face-name {
    text-align: center;
    color: #999;
    font-weight: bold; }
  .heartbeat-user-face.small img {
    width: 2.5rem;
    height: 2.5rem; }
  .heartbeat-user-face.small .heartbeat-user-face-name {
    font-size: 0.6rem; }
  .heartbeat-user-face.medium img {
    width: 5rem;
    height: 5rem; }
  .heartbeat-user-face.medium .heartbeat-user-face-name {
    font-size: 0.8rem; }
  .heartbeat-user-face.large img {
    width: 8rem;
    height: 8rem; }
  .heartbeat-user-face.large .heartbeat-user-face-name {
    font-size: 1rem; }

/* Progress Meters */
div.progress {
  padding: 0;
  border: none;
  height: 0.2rem;
  min-width: 2rem;
  margin-bottom: 0;
  margin-top: 0;
  background: #000;
  position: relative; }
  div.progress .meter {
    background: #3db4fa;
    background: linear-gradient(90deg, #034368 0%, #3db4fa 100%); }
  div.progress.success .meter {
    background: #80B602;
    background: linear-gradient(90deg, #395101 0%, #80B602 100%); }
  div.progress.secondary .meter {
    background: #919191;
    background: linear-gradient(90deg, #454545 0%, #919191 100%); }
  div.progress.warning .meter {
    background: #e07000;
    background: linear-gradient(90deg, #7a3d00 0%, #e07000 100%); }
  div.progress.alert .meter {
    background: #E32027;
    background: linear-gradient(90deg, #8b1216 0%, #E32027 100%); }

/** Video Media */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/** Tabs List */
.tabs-list {
  margin: 1rem 0 0;
  padding: 0 1rem;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow-x: auto; }
  @media only screen and (max-width: 40em) {
    .tabs-list {
      /* Momentum scrolling on iOS */
      overflow-x: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; } }
  .tabs-list li {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    float: none; }
  .tabs-list a {
    color: #999;
    /*border-bottom: 3px solid transparent;*/
    padding-bottom: 0.25rem;
    font-size: 0.7rem;
    text-transform: uppercase; }
    .tabs-list a::after {
      content: "";
      display: block;
      margin: 0.25rem auto 0;
      width: 1.5rem;
      max-width: 100%;
      height: 3px;
      border-radius: 1px;
      background: transparent; }
    .tabs-list a i.tab-icon {
      display: block;
      margin: 0 auto 0.25rem;
      /*color: rgba(255,255,255,0.2);*/ }
    .tabs-list a .tab-icon-group {
      display: block;
      text-align: center; }
      .tabs-list a .tab-icon-group i.tab-icon {
        display: inline-block; }
    .tabs-list a.active {
      /*color: lighten($body-font-color, 30%);*/
      color: #fff;
      /*#80B602;*/
      border-color: #80B602; }
      .tabs-list a.active::after {
        background-color: #80B602; }
      .tabs-list a.active i.tab-icon {
        color: #fff; }
    .tabs-list a.tab {
      position: relative; }
      .tabs-list a.tab .badge {
        position: absolute;
        top: -0.5rem;
        right: -0.5rem;
        background: #ff0000;
        color: #fff;
        border-radius: 1000px;
        padding: 0.1rem 0.4rem;
        font-size: 0.6rem; }

@media only screen and (max-width: 40em) {
  .tab-content {
    overflow-x: hidden; } }

/** Switches */
.switch-inline-list {
  padding: 0 1rem 0 0.35rem;
  margin-bottom: 0; }
  .switch-inline-list li {
    margin: 0; }
    .switch-inline-list li.switch-label {
      padding-left: 1rem;
      font-size: 0.8rem;
      color: inherit;
      /*rgba(0,0,0,0.8);*/
      opacity: 0.8; }
    .switch-inline-list li .switch input {
      position: absolute;
      float: none; }
    .switch-inline-list li .switch input:checked + label {
      background: #80B602; }

/** Tooltips */
.tooltip {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
  .tooltip .info-note-group {
    display: block;
    padding-bottom: 0.5rem; }
    .tooltip .info-note-group:last-child {
      padding-bottom: 0; }
    .tooltip .info-note-group strong {
      display: block; }

/** Employee Tooltips */
.tpd-skin-heartbeat {
  /* line below the title */
  /* shadow */
  /* spinner */
  /* links */ }
  @media only screen and (max-width: 40em) {
    .tpd-skin-heartbeat {
      /*transform: translateY(-2.5rem);*/
      /* bump the placement up a little on small screens - it calculates it too low for some reason */
      /*transform: translate(-50%,-50%);
		top: 50% !important;
		left: 50% !important;
		position: fixed;*/
      /*.tpd-content-spacer {
			margin-top: 0 !important;
		}*/ }
      .tpd-skin-heartbeat .tpd-content {
        max-height: calc(100vh - 2rem);
        max-width: calc(100vw - 2rem);
        overflow-y: auto; } }
  .tpd-skin-heartbeat .tpd-content,
  .tpd-skin-heartbeat .tpd-title,
  .tpd-skin-heartbeat .tpd-close {
    color: rgba(255, 255, 255, 0.8); }
  .tpd-skin-heartbeat .tpd-close {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    overflow: hidden;
    line-height: 1; }
  .tpd-skin-heartbeat .tpd-background-content {
    background-color: #222323; }
  .tpd-skin-heartbeat .tpd-background {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1); }
  .tpd-skin-heartbeat .tpd-background-title {
    background-color: #222323; }
  .tpd-skin-heartbeat .tpd-title-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .tpd-skin-heartbeat .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  .tpd-skin-heartbeat .tpd-spinner-spin {
    border-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff; }
  .tpd-skin-heartbeat a {
    text-decoration: none;
    color: #59a6bd; }
    .no-touch .tpd-skin-heartbeat a:hover {
      text-decoration: none;
      color: #418ca2; }
    .tpd-skin-heartbeat a.button {
      color: #fff; }
      .no-touch .tpd-skin-heartbeat a.button:hover {
        color: #fff; }
  .tpd-skin-heartbeat .working-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 35, 35, 0.75) url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat center; }

.employee-schedule {
  margin: 0.5rem 0 1rem;
  border-width: 1px 0;
  display: flex;
  flex-direction: row;
  gap: 0.25rem; }
  @media only screen and (min-width:40.0625em) {
    .employee-schedule {
      max-width: 20rem; } }
  .employee-schedule .label.day {
    flex: 1;
    padding: 0.1rem 0.1rem;
    margin: 0;
    font-size: 0.5rem;
    font-weight: bold;
    min-width: 0.6rem;
    border-radius: 2px; }
    .employee-schedule .label.day.secondary {
      color: rgba(255, 255, 255, 0.4); }
    .employee-schedule .label.day.today {
      background: #80B602;
      color: #000; }
      .employee-schedule .label.day.today.secondary {
        background: #E32027;
        color: #fff; }
      .employee-schedule .label.day.today:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        border: 0.3rem solid #80B602;
        border-color: transparent transparent #80B602 transparent; }
      .employee-schedule .label.day.today.secondary:after {
        border-color: transparent transparent #E32027 transparent; }

/* Employee tip popup */
.employee-tip,
.trade-partner-tip {
  cursor: pointer; }

.employee-tip-action-banner {
  margin: 0 -10px 0;
  padding: 10px;
  background: #e07000;
  color: rgba(255, 255, 255, 0.8); }
  .employee-tip-action-banner.alert {
    background: #E32027; }
  .employee-tip-action-banner a {
    color: rgba(255, 255, 255, 0.8); }
    .no-touch .employee-tip-action-banner a:hover {
      color: #fff; }

.employee-tip-details {
  width: 300px;
  max-width: 95%;
  max-width: calc(100vw - 2rem); }
  .employee-tip-details .employee-photo-wrapper {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    margin: -10px; }
    .employee-tip-details .employee-photo-wrapper .employee-photo {
      width: 100%; }
  .employee-tip-details .details-info {
    line-height: 1.4;
    padding: 1rem 1rem 2rem; }
    @media only screen and (min-width:40.0625em) {
      .employee-tip-details .details-info {
        padding-top: 1.25rem; } }
    .employee-tip-details .details-info .details-name {
      margin-top: 0.25rem;
      font-size: 1.5rem;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.9); }
    .employee-tip-details .details-info .details-team,
    .employee-tip-details .details-info .details-title {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase; }
    .employee-tip-details .details-info .details-company,
    .employee-tip-details .details-info .details-division {
      margin-top: 0.15rem;
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.4); }
    .employee-tip-details .details-info .details-company {
      color: #a0d3e8; }
    .employee-tip-details .details-info .details-away-status {
      color: #e07000; }
  .employee-tip-details .employee-inactive-banner {
    color: #E32027;
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-weight: bold; }
  .employee-tip-details .details-contact {
    padding-bottom: 1rem; }
    .employee-tip-details .details-contact ul:not(.inline-list) {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 0.9rem; }
      .employee-tip-details .details-contact ul:not(.inline-list) li {
        padding: 0.25rem 1rem;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .employee-tip-details .details-contact ul:not(.inline-list) li.details-roles {
          white-space: normal; }
          .employee-tip-details .details-contact ul:not(.inline-list) li.details-roles .label {
            margin-bottom: 1px; }
    .employee-tip-details .details-contact .inline-list {
      margin-left: -1rem;
      margin-bottom: 0; }
      .employee-tip-details .details-contact .inline-list li {
        margin: 0;
        padding: 0 0 0 1rem;
        width: 50%; }
        .employee-tip-details .details-contact .inline-list li .button {
          padding-left: 0;
          padding-right: 0;
          white-space: nowrap; }
      .employee-tip-details .details-contact .inline-list[data-button-count="1"] li {
        width: 100%; }
      .employee-tip-details .details-contact .inline-list[data-button-count="3"] li {
        width: 33%; }
  .employee-tip-details .add-award-input input[type="text"],
  .employee-tip-details .add-award-input textarea,
  .employee-tip-details .give-kudos-input input[type="text"],
  .employee-tip-details .give-kudos-input textarea {
    font-size: 1rem;
    line-height: 1.5;
    max-height: 12rem; }
    @media only screen and (max-width: 40em) {
      .employee-tip-details .add-award-input input[type="text"],
      .employee-tip-details .add-award-input textarea,
      .employee-tip-details .give-kudos-input input[type="text"],
      .employee-tip-details .give-kudos-input textarea {
        font-size: 16px; } }
  .employee-tip-details .add-award-input .give-multiple-kudos .add-users-kudos-button,
  .employee-tip-details .give-kudos-input .give-multiple-kudos .add-users-kudos-button {
    margin-right: 0.5rem; }
  .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-users,
  .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search,
  .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-users,
  .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search {
    display: none; }
  .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-users,
  .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-users {
    margin: -0.25rem -0.25rem 0.5rem; }
    .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-users .kudos-to,
    .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-users .kudos-to {
      padding: 0.5rem;
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0.25rem;
      border-radius: 1000px;
      white-space: nowrap; }
      .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-users .kudos-to i,
      .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-users .kudos-to i {
        margin-left: 0.5rem;
        color: rgba(255, 255, 255, 0.5);
        cursor: pointer; }
  .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search,
  .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search {
    margin-bottom: 1rem; }
    .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search input.search,
    .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search input.search {
      background: transparent;
      border: none; }
    .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results,
    .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results {
      color: inherit; }
      .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results ul,
      .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results ul {
        position: static;
        background: transparent;
        border-color: transparent;
        color: inherit; }
        .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results ul li,
        .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results ul li {
          background: transparent;
          border-color: transparent;
          color: inherit; }
          .employee-tip-details .add-award-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results ul li a,
          .employee-tip-details .give-kudos-input .give-multiple-kudos .give-multiple-kudos-search .page-search-results ul li a {
            background: transparent;
            border-color: transparent;
            color: inherit;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .employee-tip-details .add-award-input .give-multiple-kudos.active .give-multiple-kudos-instructions,
  .employee-tip-details .give-kudos-input .give-multiple-kudos.active .give-multiple-kudos-instructions {
    display: none; }
  .employee-tip-details .add-award-input .give-multiple-kudos.active .give-multiple-kudos-users,
  .employee-tip-details .add-award-input .give-multiple-kudos.active .give-multiple-kudos-search,
  .employee-tip-details .give-kudos-input .give-multiple-kudos.active .give-multiple-kudos-users,
  .employee-tip-details .give-kudos-input .give-multiple-kudos.active .give-multiple-kudos-search {
    display: block; }
  .employee-tip-details .add-award-input .give-kudos-button,
  .employee-tip-details .give-kudos-input .give-kudos-button {
    width: calc(100% - 7.5rem); }
  .employee-tip-details .add-award-input .cancel-button,
  .employee-tip-details .give-kudos-input .cancel-button {
    width: 7rem;
    padding-left: 0;
    padding-right: 0; }
  .employee-tip-details .add-award-input .button.working,
  .employee-tip-details .give-kudos-input .button.working {
    background-image: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif");
    background-repeat: no-repeat;
    background-position: center; }
    .employee-tip-details .add-award-input .button.working span,
    .employee-tip-details .give-kudos-input .button.working span {
      visibility: hidden; }
  .employee-tip-details .add-award-input .feedback,
  .employee-tip-details .give-kudos-input .feedback {
    padding: 1rem;
    color: rgba(255, 255, 255, 0.8);
    background: #222323;
    border-radius: 3px;
    text-align: center;
    position: relative; }
    .employee-tip-details .add-award-input .feedback i,
    .employee-tip-details .give-kudos-input .feedback i {
      font-size: 2rem;
      display: block;
      margin: 0 auto 0.5rem;
      color: #fff; }
    .employee-tip-details .add-award-input .feedback.success,
    .employee-tip-details .give-kudos-input .feedback.success {
      background: #80B602;
      min-height: 4rem;
      font-size: 1rem;
      font-weight: bold; }
      .employee-tip-details .add-award-input .feedback.success span,
      .employee-tip-details .give-kudos-input .feedback.success span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .employee-tip-details .add-award-input .feedback.alert,
    .employee-tip-details .give-kudos-input .feedback.alert {
      background: #E32027; }

/** Meeting Colors */
[data-meeting] {
  color: #fff;
  background: #3E3F44;
  /* Selections */
  /* Homesite Checklist */
  /* Precon */
  /* Frame Stage Tour */
  /* Framing QA */
  /* CM QA */
  /* Final QA */
  /* Homeowner Orientation */
  /* Confirmation Tour */
  /* Warranty Courtesy Visit */
  /* Primary Warranty Visit */
  /* Warranty Review Items */
  /* Service Orders */ }
  [data-meeting][data-meeting="DES"] {
    background: #441eaa; }
  [data-meeting][data-meeting="HS"] {
    background: #0b9365; }
  [data-meeting][data-meeting="PRECON"], [data-meeting][data-meeting="Pre-Construction"] {
    background: #091f11;
    /*darken($warning-color, 40%);*/ }
  [data-meeting][data-meeting="FST"], [data-meeting][data-meeting="Pre-Drywall"] {
    background: #7a3d00; }
  [data-meeting][data-meeting="FC"] {
    background: #cfb710;
    /* goldenrod (ish) */ }
  [data-meeting][data-meeting="CMQA"] {
    background: #0070ff; }
  [data-meeting][data-meeting="QA"] {
    background: #e07000; }
  [data-meeting][data-meeting="HO"], [data-meeting][data-meeting="PSO"], [data-meeting][data-meeting="Pre-Settlement Orientation"] {
    background: #59a6bd; }
  [data-meeting][data-meeting="CT"], [data-meeting][data-meeting="PSSO"], [data-meeting][data-meeting="Pre-Settlement Sign Off"] {
    background: #80B602;
    /*darken($primary-color, 40%);*/ }
  [data-meeting][data-meeting="SETTLE"] {
    background: #AA4CB9; }
  [data-meeting][data-meeting="QAV"] {
    background: #8e8445;
    /*#B9AA4C;*/ }
  [data-meeting][data-meeting="WCV"] {
    background: #ff004d;
    /* hot pink */ }
  [data-meeting][data-meeting="PWV"], [data-meeting][data-meeting="Follow Up"] {
    background: #395101; }
  [data-meeting][data-meeting="REVIEW"] {
    background: #24ab7d;
    /* aqua marine -ish */ }
  [data-meeting][data-meeting="SO"], [data-meeting][data-meeting="HBSO"] {
    /*background: #3c0606;*/
    /* dark maroon */
    background: #32096f;
    /* dark purple */ }
    [data-meeting][data-meeting="SO"][data-status="Needs Review"] .status-label, [data-meeting][data-meeting="HBSO"][data-status="Needs Review"] .status-label {
      background: #24ab7d;
      /*#ff004d;*/ }
    [data-meeting][data-meeting="SO"][data-status="Needs Review"] i.fa-eye, [data-meeting][data-meeting="HBSO"][data-status="Needs Review"] i.fa-eye {
      color: #24ab7d;
      /*#ff004d;*/ }
  [data-meeting][data-meeting="WORK"] {
    background: #0000ce;
    /* blue */ }
  [data-meeting] .label {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold; }

/** Page Search control */
.page-search-control {
  border: 1px solid #666;
  border-radius: 1000px;
  color: #ddd;
  position: relative;
  background: rgba(0, 0, 0, 0.5); }
  .page-search-control .page-search-control-icon {
    position: absolute;
    vertical-align: middle;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%); }
    .page-search-control .page-search-control-icon.searching {
      display: none;
      margin-top: -0.5rem; }
  .page-search-control.searching .page-search-control-icon {
    display: none; }
    .page-search-control.searching .page-search-control-icon.searching {
      display: block; }
  .page-search-control .search {
    /*width: 80%;*/
    width: calc(100% - 3.8rem);
    display: inline-block;
    vertical-align: middle;
    background: inherit;
    background: transparent;
    color: inherit;
    border: none;
    box-shadow: none;
    margin: 0 0 0 1.5rem; }
    @media only screen and (max-width: 40em) {
      .page-search-control .search {
        font-size: 1rem;
        /*16px;*/ } }
    .page-search-control .search:focus {
      background: transparent;
      /*background: inherit;*/
      border-color: transparent; }

/** Notification Updates / Messages / Comments */
.notification-update-nodata {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 75%;
  max-width: 20rem;
  color: rgba(255, 255, 255, 0.3); }
  .notification-update-nodata i {
    display: block;
    margin-bottom: 1rem; }
  .notification-update-nodata small {
    display: block;
    margin-top: 0.5rem; }

.notification-update {
  background: transparent;
  color: #ddd;
  position: relative;
  border-bottom: 1px solid #222;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  /* Adjust heights for some notification types */ }
  @media only screen and (min-width:40.0625em) {
    .notification-update {
      margin-bottom: 1px;
      /* 0.5rem;*/
      border-radius: 3px; } }
  .notification-update > a {
    display: block;
    padding: 1rem 1rem 1rem 4rem;
    margin-right: 3rem; }
    @media only screen and (min-width:40.0625em) {
      .notification-update > a {
        border-radius: 3px;
        padding-left: 5rem;
        min-height: 5rem; } }
  .notification-update .notification-update-user-container {
    position: absolute;
    top: 1rem;
    left: 1rem; }
    .notification-update .notification-update-user-container .notification-update-user-image {
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.1);
      width: 2rem; }
      .notification-update .notification-update-user-container .notification-update-user-image.trade-partner-image {
        border-width: 3px;
        border-color: #e07000; }
      @media only screen and (min-width:40.0625em) {
        .notification-update .notification-update-user-container .notification-update-user-image {
          width: 3rem; } }
      .notification-update .notification-update-user-container .notification-update-user-image img {
        width: 100%; }
      .notification-update .notification-update-user-container .notification-update-user-image .notification-update-user-initials {
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 0.8rem; }
    .notification-update .notification-update-user-container .notification-type-icon {
      position: absolute;
      top: 3px;
      right: -8px;
      padding: 0 2px;
      font-size: 0.75rem;
      background-color: #1b6ac9;
      color: #fff;
      border-radius: 100px; }
  .notification-update .notification-update-content {
    color: #666666; }
    .notification-update .notification-update-content .notification-update-description {
      /*max-width: 50rem;*/
      font-size: 1rem;
      color: #ddd;
      margin-bottom: 0;
      max-height: 4.75rem;
      overflow: hidden;
      line-height: 1.5; }
      @media only screen and (min-width:40.0625em) {
        .notification-update .notification-update-content .notification-update-description {
          max-height: 3.25rem; } }
    .notification-update .notification-update-content .notification-off-hours {
      font-size: 0.6rem;
      white-space: nowrap;
      text-transform: uppercase; }
    .notification-update .notification-update-content .notification-update-meta {
      color: #999;
      font-size: 0.7rem; }
      @media only screen and (min-width:40.0625em) {
        .notification-update .notification-update-content .notification-update-meta {
          font-size: 0.8rem; } }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-customer {
        font-weight: bold;
        color: #59a6bd; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-read {
        font-weight: bold;
        color: #80B602; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-pinned {
        font-weight: bold;
        color: #e8cd34; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-trade-partner {
        font-weight: bold;
        color: #e07000; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-reference {
        font-weight: normal;
        color: #e07000; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-customer::after,
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-trade-partner::before,
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-date::before {
        content: " · ";
        font-weight: normal;
        color: #999; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-date {
        margin-right: 0.5rem; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-solution {
        margin-right: 0.5rem;
        color: #80B602;
        white-space: nowrap; }
      .notification-update .notification-update-content .notification-update-meta .notification-update-meta-to {
        display: block;
        white-space: nowrap;
        color: #a0d3e8; }
      .notification-update .notification-update-content .notification-update-meta.notification-update-extra-meta {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .notification-update .notification-update-content .notification-update-meta.notification-update-extra-meta .notification-update-meta-separator {
          color: rgba(255, 255, 255, 0.5); }
  .notification-update[data-update-type="Home Update"] .notification-update-description {
    max-height: 6rem; }
  .notification-update[data-update-type="Broadcast"] .notification-update-description, .notification-update[data-update-type="Script Error"] .notification-update-description, .notification-update[data-update-type="Schedule Item Error"] .notification-update-description, .notification-update[data-update-type="Action Item Update"] .notification-update-description, .notification-update[data-update-type="Url Link"] .notification-update-description {
    max-height: 13.75rem; }
  .notification-update .notification-update-controls {
    position: absolute;
    top: 0;
    right: 0; }
    .notification-update .notification-update-controls .notification-unread-count {
      display: none;
      text-align: center;
      /*padding: 1rem;*/ }
      .notification-update .notification-update-controls .notification-unread-count span {
        display: inline-block;
        background-color: red;
        width: 12px;
        height: 12px;
        font-size: 0.6rem;
        color: #fff;
        border-radius: 50%;
        margin: 1rem; }
        .notification-update .notification-update-controls .notification-unread-count span.bundle {
          width: inherit;
          height: inherit;
          border-radius: 100px;
          padding: 0.2rem 0.5rem; }
      @media only screen and (min-width:40.0625em) {
        .notification-update .notification-update-controls .notification-unread-count:hover::after {
          content: "x";
          display: block;
          color: red;
          position: absolute;
          cursor: pointer;
          top: 0;
          right: 2px;
          padding: 0.5rem 1rem 1rem; }
        .notification-update .notification-update-controls .notification-unread-count:hover span {
          visibility: hidden; } }
    .notification-update .notification-update-controls .notification-pin {
      display: block;
      cursor: pointer;
      padding: 1rem; }
      .notification-update .notification-update-controls .notification-pin .fa {
        color: rgba(255, 255, 255, 0.15); }
  .notification-update[data-update-type="Action Item Update"] .notification-update-content .notification-update-description .fa-check-square, .notification-update[data-update-type="Action Item Task Update"] .notification-update-content .notification-update-description .fa-check-square, .notification-update[data-update-type="Trade Task Update"] .notification-update-content .notification-update-description .fa-check-square {
    display: none; }
  .no-touch .notification-update:hover .notification-pin .fa {
    color: rgba(255, 255, 255, 0.5); }
  .notification-update.unread {
    background: #222323;
    /*#252931;*/
    /* #222323; */ }
    .notification-update.unread .notification-update-controls .notification-unread-count {
      display: block; }
    .notification-update.unread .notification-update-controls .notification-pin {
      display: none; }
    .notification-update.unread .notification-off-hours {
      color: #59a6bd; }
    .notification-update.unread.bundle {
      border-radius: 5px; }
      .notification-update.unread.bundle::after {
        content: "";
        display: block;
        border-top: 8px double rgba(255, 255, 255, 0.1);
        height: 5px;
        border-radius: 10px;
        /*margin-bottom: 5px;*/
        margin-top: -10px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.75);
        background: rgba(0, 0, 0, 0.3); }
  .notification-update.pinned:not(.unread) {
    background: #3e2727; }
    .notification-update.pinned:not(.unread) .notification-update-controls .notification-unread-count {
      display: none; }
    .notification-update.pinned:not(.unread) .notification-update-controls .notification-pin {
      display: block; }
      .notification-update.pinned:not(.unread) .notification-update-controls .notification-pin .fa {
        color: #E32027; }

.notification-update-error {
  color: #aaa;
  padding: 1rem;
  max-width: 30rem;
  margin: 0 auto; }

/** Heads Up / Past Due blocks */
.need-confirm {
  padding: 1rem 1rem 0;
  margin: 0 0.75rem 1rem;
  background: #0c2631;
  border: 2px solid #a0d3e8;
  border-radius: 3px; }
  .need-confirm .contain-button {
    display: none; }
  .need-confirm.contain {
    max-height: 15rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem; }
    .need-confirm.contain::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1rem;
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
      left: 0; }
    .need-confirm.contain > ul {
      max-height: 12rem;
      overflow: auto; }
    .need-confirm.contain.overflown {
      overflow: hidden; }
      .need-confirm.contain.overflown .contain-button {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        background: #a0d3e8;
        color: rgba(0, 0, 0, 0.8);
        font-size: 0.6rem;
        font-weight: bold;
        padding: 0.25rem 1rem;
        border-radius: 3px 3px 0 0; }
  .need-confirm .due {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    line-height: 1.4; }
  .need-confirm > h3 {
    padding: 0;
    color: rgba(255, 255, 254, 0.9);
    font-size: 0.7rem;
    text-transform: uppercase; }
    .need-confirm > h3 .fa {
      color: #e07000; }
  .need-confirm > p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem; }
  .need-confirm > ul {
    padding: 0;
    margin: 0 -1rem;
    list-style: none; }
    .need-confirm > ul > li {
      padding-bottom: 0; }
      .need-confirm > ul > li.confirm-soon, .need-confirm > ul > li.confirm-overdue {
        background: #e07000; }
        @media only screen and (min-width:40.0625em) {
          .need-confirm > ul > li.confirm-soon, .need-confirm > ul > li.confirm-overdue {
            border-right: 1px solid rgba(0, 0, 0, 0.25);
            border-bottom: 1px solid rgba(0, 0, 0, 0.25); } }
        .need-confirm > ul > li.confirm-soon a .community, .need-confirm > ul > li.confirm-overdue a .community {
          color: #fff; }
        .need-confirm > ul > li.confirm-soon a .confirm-remain, .need-confirm > ul > li.confirm-overdue a .confirm-remain {
          color: #fff; }
        .need-confirm > ul > li.confirm-soon a .done-ready, .need-confirm > ul > li.confirm-overdue a .done-ready {
          color: #fff;
          font-weight: bold; }
      .need-confirm > ul > li.confirm-overdue {
        background: #E32027; }
    .need-confirm > ul a {
      display: block;
      padding: 0.5rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.5); }
      .need-confirm > ul a .meeting-name {
        padding-right: 0.25rem;
        background-color: transparent; }
        .need-confirm > ul a .meeting-name .label {
          /*background: rgba(255,255,255,0.2);
					color: rgba(255,255,255,0.7);*/
          font-family: "Open Sans Condensed", sans-serif;
          font-weight: bold; }
      .need-confirm > ul a .done-ready,
      .need-confirm > ul a .done-count {
        color: rgba(255, 255, 255, 0.8); }
        @media only screen and (max-width: 40em) {
          .need-confirm > ul a .done-ready,
          .need-confirm > ul a .done-count {
            float: right; } }
      .need-confirm > ul a .done-ready {
        color: #80B602; }
      .need-confirm > ul a .project-activities-preview {
        white-space: nowrap; }
        @media only screen and (max-width: 40em) {
          .need-confirm > ul a .project-activities-preview {
            float: right; } }
        .need-confirm > ul a .project-activities-preview .project-activity-preview {
          padding: 0 0.35rem;
          color: rgba(255, 255, 255, 0.8);
          background-color: rgba(255, 255, 255, 0.2);
          display: inline-block;
          vertical-align: middle;
          border: 1px solid rgba(255, 255, 255, 0.35);
          border-radius: 2px;
          margin: 0 1px;
          font-size: 0.6rem;
          font-weight: bold; }
          .need-confirm > ul a .project-activities-preview .project-activity-preview.undone {
            background: #E32027; }
          .need-confirm > ul a .project-activities-preview .project-activity-preview.in-progress {
            background: #e07000; }
          .need-confirm > ul a .project-activities-preview .project-activity-preview.done {
            background: #80B602; }
      .need-confirm > ul a .community {
        font-weight: bold;
        color: #59a6bd;
        margin-right: 1rem; }
      .need-confirm > ul a .due {
        font-size: 0.6rem;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        line-height: 1.4; }
  .need-confirm.has-users li {
    position: relative; }
  .need-confirm.has-users .meeting-user {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0.6rem; }
    .need-confirm.has-users .meeting-user img {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: block;
      margin: 0 auto; }
  .need-confirm.has-users a {
    display: block;
    margin-left: 3rem; }
  .need-confirm.past-due {
    border-color: #E32027;
    background: #1e0a0a; }
    .need-confirm.past-due > ul a {
      border-top-color: rgba(255, 0, 0, 0.4); }
      .need-confirm.past-due > ul a .community {
        /* color: #E32027; */
        color: rgba(255, 255, 255, 0.9); }
  @media only screen and (max-width: 40em) {
    .need-confirm {
      margin: 0 0 1rem;
      border-radius: 0;
      border-width: 2px 0; }
      .need-confirm > ul > li:last-child {
        padding-bottom: 1rem; }
      .need-confirm + .need-confirm {
        margin-top: -1rem;
        box-shadow: 0 -10px 10px #000; } }
/** Forms */
form.heartbeat-style label {
  color: #59a6bd;
  font-size: 0.8rem;
  margin-bottom: 0.25rem; }
  form.heartbeat-style label strong {
    font-weight: bold;
    text-transform: uppercase; }

form.heartbeat-style select option {
  color: #fff;
  background: #222323; }

form.heartbeat-style input[type="checkbox"],
form.heartbeat-style input[type="radio"],
form.heartbeat-style select,
form.heartbeat-style input:not([type]),
form.heartbeat-style input[type="text"],
form.heartbeat-style input[type="password"],
form.heartbeat-style input[type="date"],
form.heartbeat-style input[type="datetime"],
form.heartbeat-style input[type="datetime-local"],
form.heartbeat-style input[type="month"],
form.heartbeat-style input[type="week"],
form.heartbeat-style input[type="email"],
form.heartbeat-style input[type="number"],
form.heartbeat-style input[type="search"],
form.heartbeat-style input[type="tel"],
form.heartbeat-style input[type="time"],
form.heartbeat-style input[type="url"],
form.heartbeat-style input[type="color"],
form.heartbeat-style textarea {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-width: 0 0 2px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff; }
  form.heartbeat-style input[type="checkbox"]:focus,
  form.heartbeat-style input[type="radio"]:focus,
  form.heartbeat-style select:focus,
  form.heartbeat-style input:not([type]):focus,
  form.heartbeat-style input[type="text"]:focus,
  form.heartbeat-style input[type="password"]:focus,
  form.heartbeat-style input[type="date"]:focus,
  form.heartbeat-style input[type="datetime"]:focus,
  form.heartbeat-style input[type="datetime-local"]:focus,
  form.heartbeat-style input[type="month"]:focus,
  form.heartbeat-style input[type="week"]:focus,
  form.heartbeat-style input[type="email"]:focus,
  form.heartbeat-style input[type="number"]:focus,
  form.heartbeat-style input[type="search"]:focus,
  form.heartbeat-style input[type="tel"]:focus,
  form.heartbeat-style input[type="time"]:focus,
  form.heartbeat-style input[type="url"]:focus,
  form.heartbeat-style input[type="color"]:focus,
  form.heartbeat-style textarea:focus {
    border-color: #59a6bd;
    background: rgba(255, 255, 255, 0.1); }
  form.heartbeat-style input[type="checkbox"]:disabled,
  form.heartbeat-style input[type="radio"]:disabled,
  form.heartbeat-style select:disabled,
  form.heartbeat-style input:not([type]):disabled,
  form.heartbeat-style input[type="text"]:disabled,
  form.heartbeat-style input[type="password"]:disabled,
  form.heartbeat-style input[type="date"]:disabled,
  form.heartbeat-style input[type="datetime"]:disabled,
  form.heartbeat-style input[type="datetime-local"]:disabled,
  form.heartbeat-style input[type="month"]:disabled,
  form.heartbeat-style input[type="week"]:disabled,
  form.heartbeat-style input[type="email"]:disabled,
  form.heartbeat-style input[type="number"]:disabled,
  form.heartbeat-style input[type="search"]:disabled,
  form.heartbeat-style input[type="tel"]:disabled,
  form.heartbeat-style input[type="time"]:disabled,
  form.heartbeat-style input[type="url"]:disabled,
  form.heartbeat-style input[type="color"]:disabled,
  form.heartbeat-style textarea:disabled {
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(227, 32, 39, 0.2); }
  form.heartbeat-style input[type="checkbox"]::placeholder,
  form.heartbeat-style input[type="radio"]::placeholder,
  form.heartbeat-style select::placeholder,
  form.heartbeat-style input:not([type])::placeholder,
  form.heartbeat-style input[type="text"]::placeholder,
  form.heartbeat-style input[type="password"]::placeholder,
  form.heartbeat-style input[type="date"]::placeholder,
  form.heartbeat-style input[type="datetime"]::placeholder,
  form.heartbeat-style input[type="datetime-local"]::placeholder,
  form.heartbeat-style input[type="month"]::placeholder,
  form.heartbeat-style input[type="week"]::placeholder,
  form.heartbeat-style input[type="email"]::placeholder,
  form.heartbeat-style input[type="number"]::placeholder,
  form.heartbeat-style input[type="search"]::placeholder,
  form.heartbeat-style input[type="tel"]::placeholder,
  form.heartbeat-style input[type="time"]::placeholder,
  form.heartbeat-style input[type="url"]::placeholder,
  form.heartbeat-style input[type="color"]::placeholder,
  form.heartbeat-style textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  @media only screen and (max-width: 40em) {
    form.heartbeat-style input[type="checkbox"],
    form.heartbeat-style input[type="radio"],
    form.heartbeat-style select,
    form.heartbeat-style input:not([type]),
    form.heartbeat-style input[type="text"],
    form.heartbeat-style input[type="password"],
    form.heartbeat-style input[type="date"],
    form.heartbeat-style input[type="datetime"],
    form.heartbeat-style input[type="datetime-local"],
    form.heartbeat-style input[type="month"],
    form.heartbeat-style input[type="week"],
    form.heartbeat-style input[type="email"],
    form.heartbeat-style input[type="number"],
    form.heartbeat-style input[type="search"],
    form.heartbeat-style input[type="tel"],
    form.heartbeat-style input[type="time"],
    form.heartbeat-style input[type="url"],
    form.heartbeat-style input[type="color"],
    form.heartbeat-style textarea {
      font-size: 16px;
      /* prevent zoom on iPhone */ } }
@media only screen and (max-width: 40em) {
  form.heartbeat-style textarea {
    min-height: 8rem; } }

form.heartbeat-style input[type="radio"] + label,
form.heartbeat-style input[type="checkbox"] + label {
  color: rgba(255, 255, 255, 0.75);
  font-size: inherit;
  text-transform: inherit;
  margin-left: 0.25rem;
  margin-right: 1.5rem; }

form.heartbeat-style legend {
  color: #59a6bd;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0.25rem;
  padding: 0;
  background: transparent; }

form.heartbeat-style .asterisk {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5); }
  form.heartbeat-style .asterisk::before {
    content: "* "; }

/** jQuery Modal */
.jquery-modal.blocker {
  z-index: 9999; }
  @media only screen and (min-width:64.0625em) {
    body.modal-open .jquery-modal.blocker {
      margin-top: 48px;
      width: 800px;
      left: auto;
      right: 0;
      transition: right 0.3s ease-in-out, width 0.3s ease-in-out; } }
  @media only screen and (min-width:64.0625em) {
    body.modal-open[data-open-panels]:not([data-open-panels="1"]) .jquery-modal.blocker {
      right: 500px; } }
/** Photoswipe media viewer */
.pswp {
  z-index: 99999; }
  .pswp .pswp__button--share {
    display: none !important; }
  .pswp .pswp__caption__center {
    text-align: center; }
  .pswp .pswp__img[src$="png"] {
    background: #fff; }
  .pswp #media-viewmaster-youtube,
  .pswp #media-viewmaster-wistia {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100vh * 1.75); }

/** Online Design Studio */
#content .vega-widget-m-style-machine-inspiration-gallery .header,
#content .vega-widget-m-style-machine-selections-library .header,
#content .vega-widget-m-style-machine-style-tiles .header {
  padding: 1rem; }
  #content .vega-widget-m-style-machine-inspiration-gallery .header h1,
  #content .vega-widget-m-style-machine-selections-library .header h1,
  #content .vega-widget-m-style-machine-style-tiles .header h1 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }

/* Dashboard */
.three-quarter {
  width: 75%; }

.one-quarter {
  width: 25%; }

@media only screen and (max-width: 40em) {
  .three-quarter,
  .one-quarter {
    width: 100%;
    float: none;
    border: 1px solid #222323; } }

/** Blocks */
.block {
  /* background-color: #2a2a2a !important; */
  padding-left: 0.125em;
  padding-right: 0.125em;
  margin: 0.25em; }
  .block .no-output {
    padding: 1rem; }
    .block .no-output h2 {
      font-size: 2rem; }
  .block .help-tip {
    padding: 0;
    display: inline-block; }
    @media only screen and (min-width:40.0625em) {
      .block .help-tip {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem; } }
    .block .help-tip .has-tip {
      border: none;
      color: #555; }
  .block .chart {
    background-color: #222323; }
    @media only screen and (min-width:40.0625em) {
      .block .chart {
        height: 32.3vh;
        /*320px;*/
        min-height: 300px;
        overflow: hidden; } }
  .block h3 {
    margin: 0;
    padding: 0 0 0.5rem;
    font-size: 0.8rem;
    color: #999; }
    .block h3.chart-title {
      font-size: 1.2rem;
      padding: 1rem 0 0.5rem 1.5rem; }
      @media only screen and (max-width: 40em) {
        .block h3.chart-title {
          font-size: 1.3rem; } }
      .block h3.chart-title .division-name {
        opacity: 0.5;
        font-weight: normal; }
        @media only screen and (max-width: 40em) {
          .block h3.chart-title .division-name {
            display: block;
            line-height: 1.4; } }
        @media only screen and (min-width:40.0625em) {
          .block h3.chart-title .division-name {
            font-size: 0.7rem;
            text-transform: uppercase; } }
    .block h3 .chart-subtitle {
      font-size: 0.7rem;
      font-weight: normal;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media only screen and (max-width: 40em) {
        .block h3 .chart-subtitle {
          float: right;
          padding-top: 0.5rem; } }
      .block h3 .chart-subtitle .label {
        font-weight: bold; }
  .block .chart-alert {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #e07000;
    font-size: 0.8rem; }
  .block .bigText,
  .block .bigBigText {
    font-size: 3.4rem;
    text-align: left;
    margin: 0;
    padding: 0 0 0.5rem;
    color: #fff;
    line-height: 1; }
    .block .bigText a,
    .block .bigBigText a {
      color: #fff; }
    @media only screen and (min-width:64.0625em) {
      .block .bigText,
      .block .bigBigText {
        font-size: 2.8rem; } }
    @media only screen and (min-width:40.0625em) and (max-width:64em) {
      .block .bigText,
      .block .bigBigText {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 40em) {
      .block .bigText,
      .block .bigBigText {
        font-size: 2.4rem; } }
  @media only screen and (min-width:64.0625em) {
    .block .bigBigText {
      font-size: 6rem;
      margin-top: 2rem; }
      .block .bigBigText .mediumText {
        font-size: 2rem; } }
  .block .bigNumber {
    font-size: 2rem;
    color: #fff; }
  .block .mediumText {
    font-size: 0.9rem;
    text-align: left;
    padding: 0 0 1.5rem;
    margin: 0; }
    .block .mediumText.same {
      /* visibility: hidden; */ }
    .block .mediumText.same i {
      font-size: 0.33em;
      margin-right: 0.33em; }
  .block .graph-wrapper {
    padding: 1rem;
    position: relative; }
    .block .graph-wrapper h3 {
      padding-top: 0; }
    .block .graph-wrapper .graph {
      height: 140px; }
      @media only screen and (min-width:40.0625em) {
        .block .graph-wrapper .graph {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0 1rem;
          padding: 0 0 2.5rem 0;
          height: 28.3vh;
          min-height: 270px; } }
  .block .progress {
    background: #000;
    padding: 0;
    margin: 0.625rem 0; }
    @media only screen and (min-width:64.0625em) and (max-width:90em) {
      .block .progress {
        margin-top: 0.25rem; } }
  .block .list-row {
    margin-bottom: 0.25rem; }

.taller {
  min-height: 450px; }

.up {
  color: #80B602;
  /*#90c564;*/
  /* green */ }

.down {
  color: #E32027;
  /*#e3524f;*/
  /* red */ }

.same {
  color: #999;
  /* grey */ }

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.small {
  font-size: 0.8em; }

.smaller {
  font-size: 0.6em; }

img.fit {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding-top: 2rem;
  display: block; }

img.no-face-filter {
  filter: contrast(50%) saturate(300%); }

/* Quill Editor */
.ql-size-small {
  font-size: 0.75em; }

.ql-size-large {
  font-size: 1.5em; }

.ql-size-huge {
  font-size: 2.5em; }

.ql-indent-1 {
  padding-left: 3em; }

.ql-indent-2 {
  padding-left: 6em; }

.ql-indent-3 {
  padding-left: 9em; }

.ql-indent-4 {
  padding-left: 12em; }

.ql-indent-5 {
  padding-left: 15em; }

.ql-indent-6 {
  padding-left: 18em; }

.ql-align-right {
  text-align: right; }

.ql-align-left {
  text-align: left; }

.ql-align-center {
  text-align: center; }

.ql-align-justify {
  text-align: justify; }

/** Other */
.hide {
  display: none; }

.reveal-modal {
  background: #333;
  color: #aaa; }
  .reveal-modal form > h4 {
    margin-bottom: 1rem; }
  .reveal-modal form .feature-checkbox input {
    top: 1.25rem !important;
    left: 0.5rem !important; }
  .reveal-modal form .feature-checkbox label {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 1rem 1rem 1rem 2.5rem !important;
    min-height: 10rem; }
    .reveal-modal form .feature-checkbox label .description {
      display: block;
      font-size: 0.8rem;
      opacity: 0.5;
      padding: 1rem 0;
      margin-left: -1.5rem; }
  .reveal-modal form label.header,
  .reveal-modal form div.buttons {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem; }

.fa-beat {
  -webkit-animation: fa-beat 1s infinite linear;
  animation: fa-beat 1s infinite linear; }

@-webkit-keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fa-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.counter-spin {
  -webkit-animation: spin-counter 8s infinite linear;
  -moz-animation: spin-counter 8s infinite linear;
  -o-animation: spin-counter 8s infinite linear;
  animation: spin-counter 8s infinite linear; }

@-moz-keyframes spin-counter {
  0% {
    -moz-transform: rotate(359deg); }
  15% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(1deg); } }

@-webkit-keyframes spin-counter {
  0% {
    -webkit-transform: rotate(359deg); }
  15% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(1deg); } }

@-o-keyframes spin-counter {
  0% {
    -o-transform: rotate(359deg); }
  15% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(1deg); } }

@-ms-keyframes spin-counter {
  0% {
    -ms-transform: rotate(359deg); }
  15% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(1deg); } }

@keyframes spin-counter {
  0% {
    transform: rotate(359deg); }
  15% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1deg); } }

span.fill {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6rem; }

td.no-padding {
  margin: 0;
  padding: 0; }

/* http://tristen.ca/hcl-picker/#/hlc/11/1/301513/EC7F74 */
/*
td.heat-0 { background-color: #231A15; }
td.heat-1 { background-color: #312119; }
td.heat-2 { background-color: #41261E; }
td.heat-3 { background-color: #532C21; }
td.heat-4 { background-color: #663024; }
td.heat-5 { background-color: #7A3327; }
td.heat-6 { background-color: #903428; }
td.heat-7 { background-color: #A73429; }
td.heat-8 { background-color: #C03029; }
td.heat-9 { background-color: #DA2528; }
td.heat-10 { background-color: #F60626; }
*/
/** Data Tables */
#datatablesDiv table tr td.heat-10, span.heat-10 {
  background-color: #6E0B1B;
  color: #FCF1E4; }

#datatablesDiv table tr td.heat-9, span.heat-9 {
  background-color: #65131B;
  color: #EDE3D8; }

#datatablesDiv table tr td.heat-8, span.heat-8 {
  background-color: #5C171B;
  color: #DED6CC; }

#datatablesDiv table tr td.heat-7, span.heat-7 {
  background-color: #531A1B;
  color: #CFC9C0; }

#datatablesDiv table tr td.heat-6, span.heat-6 {
  background-color: #4B1C1A;
  color: #C1BBB5; }

#datatablesDiv table tr td.heat-5, span.heat-5 {
  background-color: #431D1A;
  color: #B2AFA9; }

#datatablesDiv table tr td.heat-4, span.heat-4 {
  background-color: #3C1D19;
  color: #A4A29E; }

#datatablesDiv table tr td.heat-3, span.heat-3 {
  background-color: #341D19;
  color: #969593; }

#datatablesDiv table tr td.heat-2, span.heat-2 {
  background-color: #2D1D18;
  color: #898989; }

#datatablesDiv table tr td.heat-1, span.heat-1 {
  background-color: #271C17;
  color: #7B7D7E; }

#datatablesDiv table tr td.heat-0, span.heat-0 {
  background-color: #201B16;
  color: #6E7174; }

#datatablesDiv table tr td.cool-heat-10 {
  background-color: #1B0B6E;
  color: #FCF1E4; }

#datatablesDiv table tr td.cool-heat-9 {
  background-color: #1B1365;
  color: #EDE3D8; }

#datatablesDiv table tr td.cool-heat-8 {
  background-color: #1B175C;
  color: #DED6CC; }

#datatablesDiv table tr td.cool-heat-7 {
  background-color: #1B1A53;
  color: #CFC9C0; }

#datatablesDiv table tr td.cool-heat-6 {
  background-color: #1A1C4B;
  color: #C1BBB5; }

#datatablesDiv table tr td.cool-heat-5 {
  background-color: #1A1D43;
  color: #B2AFA9; }

#datatablesDiv table tr td.cool-heat-4 {
  background-color: #191D3C;
  color: #A4A29E; }

#datatablesDiv table tr td.cool-heat-3 {
  background-color: #191D34;
  color: #969593; }

#datatablesDiv table tr td.cool-heat-2 {
  background-color: #181D2D;
  color: #898989; }

#datatablesDiv table tr td.cool-heat-1 {
  background-color: #171C27;
  color: #7B7D7E; }

#datatablesDiv table tr td.cool-heat-0 {
  background-color: #161B20;
  color: #6E7174; }

.view {
  margin: 0;
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #030303;
  padding: 0.5rem 1rem; }
  .view ul {
    margin: 0;
    font-size: 0.8rem; }
    .view ul li:first-child {
      margin-left: 0; }
    .view ul a {
      color: #999;
      border-bottom: 3px solid transparent;
      padding-bottom: 0.25rem; }
      .view ul a.active {
        color: #80B602;
        border-color: #80B602; }

.filterFormContainer {
  float: right; }

.formContainer {
  display: inline-block;
  white-space: nowrap;
  float: none; }

.formContainer label {
  display: inline; }

select.top-selector {
  width: auto;
  border: 1px solid #666;
  border-radius: 3px;
  color: #ccc;
  background: #000;
  cursor: pointer;
  white-space: nowrap;
  margin: 0.825rem 0.825rem 0;
  padding: 0.5rem 1.75rem;
  border-width: 1px; }

/** Arc Gauge */
.arc-gauge {
  max-height: 200px; }

.arcGauge {
  width: 70%;
  margin: 0.5rem auto;
  position: relative; }

.arcGauge .gaugeValue {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5rem; }

.arcGauge .gaugeValue .metric-large {
  font-size: 3.22rem;
  color: #fff; }

.arcGauge .gaugeValue .expected {
  font-size: 1.4rem;
  color: #fff; }

.arcGauge .gaugeValue .parenthetic {
  font-size: 1.0rem;
  color: #999; }

/** Print */
@media print {
  .side-panel,
  .side-panel-scroll {
    position: static !important;
    width: 100% !important;
    max-height: none; }
    .side-panel .page-header,
    .side-panel-scroll .page-header {
      display: none; }
  #notification-panel,
  #conversation-panel {
    display: none !important; } }

#heartbeat-login {
  width: 100%;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, black 0%, #45484d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, black 0%, #45484d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, black 0%, #45484d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  #heartbeat-login label {
    display: none; }
  #heartbeat-login .heartbeat-login-wrapper {
    max-width: 30rem;
    margin: 0 auto;
    padding: 2rem; }
    #heartbeat-login .heartbeat-login-wrapper .heartbeat-logo {
      padding: 2rem 0;
      text-align: center;
      color: #fff;
      font-family: 'Open Sans Condensed', 'Arial Narrow', 'Arial', serif;
      font-weight: 200;
      text-transform: uppercase;
      font-size: 4.2em; }
      #heartbeat-login .heartbeat-login-wrapper .heartbeat-logo img {
        display: block;
        margin: 0 auto;
        height: auto; }
      #heartbeat-login .heartbeat-login-wrapper .heartbeat-logo .heartbeat-logo-text {
        display: block;
        line-height: 1;
        position: relative;
        top: -2rem; }
        #heartbeat-login .heartbeat-login-wrapper .heartbeat-logo .heartbeat-logo-text small {
          font-size: 1rem;
          display: block;
          margin-top: 0.5rem;
          color: rgba(255, 255, 255, 0.5); }

html.modal-open,
body.modal-open,
.noscroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
  touch-action: none;
  -ms-touch-action: none; }

#heartbeat-login-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9998;
  overflow: hidden; }

#heartbeat-login {
  display: none;
  width: 30rem;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  border: 1px solid #444;
  border-radius: 3px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width:40.0625em) {
    #heartbeat-login {
      height: auto; } }
  @media only screen and (max-width: 40em) {
    #heartbeat-login {
      padding-bottom: 50vh; } }
  #heartbeat-login .heartbeat-login-wrapper {
    padding-bottom: 0; }
    #heartbeat-login .heartbeat-login-wrapper .form-wrapper {
      padding-bottom: 2rem; }
    #heartbeat-login .heartbeat-login-wrapper .heartbeat-logo {
      width: 10rem;
      font-size: 2rem;
      margin: 0 auto;
      padding-top: 0; }
      #heartbeat-login .heartbeat-login-wrapper .heartbeat-logo .heartbeat-logo-text {
        top: -1rem; }
  #heartbeat-login .form-wrapper.working {
    position: relative; }
    #heartbeat-login .form-wrapper.working::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat center;
      z-index: 9999; }
    #heartbeat-login .form-wrapper.working form {
      opacity: 0.35; }
  #heartbeat-login .heartbeat-login-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: rgba(255, 255, 255, 0.5); }
  #heartbeat-login .alert-box {
    width: 100%; }
    #heartbeat-login .alert-box.success {
      border: 1px solid #80B602; }
    #heartbeat-login .alert-box.alert {
      border: 1px solid #E32027; }
    #heartbeat-login .alert-box i.success {
      color: #80B602; }
    #heartbeat-login .alert-box i.alert {
      color: #E32027; }

#nav,
#nav-topbar,
#navIconBar {
  display: none !important; }

#content {
  border-top: none;
  /*border-top: 3rem solid #000;*/
  min-height: 50rem;
  margin-left: 0; }
  #content .u_test {
    display: none; }
  #content > .heartbeat-login-open,
  #content > .heartbeat-embed-user-menu {
    position: fixed;
    margin: 0.5rem;
    z-index: 999;
    width: 4.5rem;
    top: 0;
    right: 0; }
    @media only screen and (min-width:40.0625em) {
      #content > .heartbeat-login-open,
      #content > .heartbeat-embed-user-menu {
        top: 0.5rem;
        right: 0.5rem; } }
#heartbeat-login .heartbeat-login-wrapper {
  text-align: center; }
  #heartbeat-login .heartbeat-login-wrapper form {
    text-align: left; }
    #heartbeat-login .heartbeat-login-wrapper form + a {
      font-size: 0.8rem; }

#heartbeat-login .heartbeat-register-wrapper {
  max-width: 30rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  text-align: center; }
  #heartbeat-login .heartbeat-register-wrapper h3 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1.2rem; }
    #heartbeat-login .heartbeat-register-wrapper h3 small {
      display: block;
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.8rem;
      line-height: 1.4;
      font-weight: normal; }
  #heartbeat-login .heartbeat-register-wrapper .form-wrapper {
    display: none; }
  #heartbeat-login .heartbeat-register-wrapper form {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem; }
    #heartbeat-login .heartbeat-register-wrapper form input[name="email"],
    #heartbeat-login .heartbeat-register-wrapper form input[name="password"],
    #heartbeat-login .heartbeat-register-wrapper form input[name="phone"],
    #heartbeat-login .heartbeat-register-wrapper form input[type="submit"],
    #heartbeat-login .heartbeat-register-wrapper form .alert-box,
    #heartbeat-login .heartbeat-register-wrapper form .password-requirements {
      grid-column: 1 / 3; }
    #heartbeat-login .heartbeat-register-wrapper form .password-requirements {
      color: rgba(255, 255, 255, 0.75);
      font-size: 0.7rem; }

.meeting-timeline {
  min-height: 5rem;
  transition: 0.1s padding-top ease-out;
  /* Meeting colors are maintained in heartbeat.common.scss */ }
  .meeting-timeline.loading:not([data-url]) {
    background: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat 50% 2rem;
    padding-top: 4rem;
    min-height: 5rem;
    max-height: 75vh;
    overflow: hidden; }
    .meeting-timeline.loading:not([data-url]) > * {
      /*display: none;*/
      opacity: 0.25; }
  @media only screen and (min-width:64.0625em) {
    .meeting-timeline > h4 {
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0.65rem 0 0.7rem 1rem;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 0.5rem; } }
  .meeting-timeline .meeting {
    position: relative; }
    .meeting-timeline .meeting .meeting-date {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      margin: 0 -2px;
      padding: 2px 1rem;
      font-size: 0.8rem;
      line-height: 1.2;
      text-align: right; }
      .meeting-timeline .meeting .meeting-date:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #4d4d4d;
        /*#000;*/
        border-radius: 50%;
        border: 3px solid #212224;
        /*lighten($heartbeat-bg, 20%);*/
        position: absolute;
        margin-left: -6px;
        top: 1.25rem;
        left: 30%; }
      .meeting-timeline .meeting .meeting-date .meeting-divider {
        font-size: 0.8rem;
        /*background: #000;*/
        text-transform: uppercase;
        margin-top: 0;
        /*0.5rem;*/
        padding: 2rem 1rem 0.5rem 1rem;
        text-align: left;
        font-weight: bold;
        letter-spacing: 1px;
        /*border-top: 1px solid rgba(255,255,255,0.1);*/
        color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
      .meeting-timeline .meeting .meeting-date .meeting-date-details {
        display: block;
        padding-top: 1rem; }
        .meeting-timeline .meeting .meeting-date .meeting-date-details .meeting-date-month {
          color: #fff;
          margin-bottom: 0.25rem;
          display: inline-block;
          font-weight: bold; }
        .meeting-timeline .meeting .meeting-date .meeting-date-details .meeting-date-time {
          display: block;
          /*color: rgba(255,255,255,0.6);*/
          color: #a0d3e8;
          font-size: 0.8rem; }
          .meeting-timeline .meeting .meeting-date .meeting-date-details .meeting-date-time small {
            font-size: 0.7rem;
            /*font-weight: bold;*/
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase; }
    .meeting-timeline .meeting.hide-meeting-date .meeting-date .meeting-date-day,
    .meeting-timeline .meeting.hide-meeting-date .meeting-date .meeting-date-month,
    .meeting-timeline .meeting.hide-meeting-date .meeting-date .meeting-date-year {
      visibility: hidden;
      display: none; }
    .meeting-timeline .meeting:not(.has-divider):not(.hide-meeting-date) .meeting-date-details {
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
    .meeting-timeline .meeting .meeting-project {
      display: inline-block;
      vertical-align: top;
      width: 70%;
      margin: 0 -2px;
      border-left: 2px dashed #212224;
      /* lighten($heartbeat-bg, 20%);*/
      padding: 0 1rem 1rem; }
      .meeting-timeline .meeting .meeting-project.not-confirmed a {
        opacity: 0.35; }
      .meeting-timeline .meeting .meeting-project .meeting-project-wrapper {
        display: block;
        color: #ccc;
        line-height: 1.4;
        background: #222323;
        padding: 0;
        border-radius: 3px;
        position: relative; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper:before {
          content: "";
          display: block;
          width: 1px;
          height: 1px;
          border: 10px solid #222323;
          border-color: transparent #222323 transparent transparent;
          position: absolute;
          left: -20px;
          top: 14px; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-assigned-indicator {
          position: absolute;
          right: 1rem; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-community-name {
          display: block;
          text-transform: uppercase;
          padding: 1rem 1rem 0; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-lot {
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 1;
          padding: 0 0.5rem 0 1rem;
          color: #fff;
          display: inline-block; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-details {
          padding: 0 1rem 0.5rem 0;
          display: inline-block;
          color: #999; }
          .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-details small {
            display: block; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-wsc {
          font-size: 0.8rem;
          padding: 0 1rem 0.5rem; }
          .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-project-wsc span.faded {
            font-size: 0.6rem;
            opacity: 0.7; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-outlook-details {
          font-size: 0.8rem;
          padding: 0.5rem 1rem;
          min-height: 3rem;
          overflow: hidden; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name {
          padding: 0.25rem 1rem;
          font-size: 0.8rem;
          border-radius: 0 0 3px 3px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name .label.secondary {
            background: rgba(255, 255, 255, 0.2); }
          .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name .meeting-duration {
            font-size: 0.7rem;
            font-weight: bold;
            font-family: "Open Sans Condensed", sans-serif;
            opacity: 0.5;
            color: #fff; }
          .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name .meeting-time {
            display: none; }
          .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name[data-meeting="OFF"], .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-name[data-meeting="HOLIDAY"] {
            padding-top: 1rem;
            padding-bottom: 1rem;
            border-radius: 3px;
            background: transparent; }
        .meeting-timeline .meeting .meeting-project .meeting-project-wrapper .meeting-description {
          padding: 0.5rem 1rem;
          font-size: 0.8rem; }
    .meeting-timeline .meeting.has-divider .meeting-date:after {
      top: 4.25rem; }
    .meeting-timeline .meeting.has-divider .meeting-date .meeting-date-details {
      padding-top: 4rem; }
    .meeting-timeline .meeting.has-divider .meeting-project {
      padding-top: 3rem; }
    .meeting-timeline .meeting.today {
      background: #161617;
      /*#4d4d4d;*/
      /*rgba(255,255,255,0.3);*/
      color: #999; }
      .meeting-timeline .meeting.today .meeting-date .meeting-divider {
        background: #161617;
        /*#4d4d4d;*/ }
    .meeting-timeline .meeting.cancelled .meeting-project .meeting-project-wrapper {
      color: #E32027;
      text-decoration: line-through; }
    .meeting-timeline .meeting.bundle-up {
      margin-top: -1rem; }
      .meeting-timeline .meeting.bundle-up .meeting-date .meeting-date-details > * {
        display: none; }
      .meeting-timeline .meeting.bundle-up .meeting-date::after {
        display: none; }
      .meeting-timeline .meeting.bundle-up.show-time .meeting-date .meeting-date-details .meeting-date-time {
        display: block;
        transform: translateY(-0.75rem); }
      .meeting-timeline .meeting.bundle-up .meeting-project .meeting-project-wrapper {
        border-top: 1px solid #000; }
        .meeting-timeline .meeting.bundle-up .meeting-project .meeting-project-wrapper::before,
        .meeting-timeline .meeting.bundle-up .meeting-project .meeting-project-wrapper .meeting-project-community-name,
        .meeting-timeline .meeting.bundle-up .meeting-project .meeting-project-wrapper .meeting-project-lot,
        .meeting-timeline .meeting.bundle-up .meeting-project .meeting-project-wrapper .meeting-project-details,
        .meeting-timeline .meeting.bundle-up .meeting-project .meeting-project-wrapper .meeting-project-wsc {
          display: none; }

.button-bar {
  padding: 1rem 1rem 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 900; }
  @media only screen and (min-width:40.0625em) {
    .button-bar.right {
      text-align: right; } }
  @media only screen and (min-width:64.0625em) {
    .button-bar.right {
      padding-left: 0; } }
  @media only screen and (min-width:64.0625em) and (orientation: portrait) {
    .button-bar.right {
      overflow: auto;
      min-width: 500px;
      width: 75%; }
      .button-bar.right ul {
        margin: 0; } }
  .button-bar.right .f-dropdown li {
    text-align: left; }
  .button-bar .button-group.radius > * > button,
  .button-bar .button-group.radius > * .button {
    border-color: rgba(0, 0, 0, 0.5); }
  .button-bar ul {
    margin-bottom: 0;
    overflow: visible; }
  .button-bar > ul.inline-list > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: 0.5rem;
    padding-bottom: 0.5rem; }
    .button-bar > ul.inline-list > li:first-child {
      margin-left: 0; }
  .button-bar .button {
    margin-bottom: 0;
    position: relative; }
    .button-bar .button .label {
      position: absolute;
      top: -0.25rem;
      right: -0.25rem;
      font-size: 0.6rem; }
  .button-bar .button-group {
    margin-right: 0;
    float: none; }
  .button-bar .filter-label {
    display: none; }
  .button-bar .switch-list {
    padding: 0.25rem 1rem 0 0.5rem;
    margin: 0;
    list-style: none; }
    .button-bar .switch-list li {
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
      .button-bar .switch-list li .switch {
        margin-bottom: 0; }
        .button-bar .switch-list li .switch.success input:checked + label {
          background: #80B602; }
      .button-bar .switch-list li:last-child {
        white-space: nowrap;
        overflow: hidden;
        max-width: 19rem;
        text-overflow: ellipsis; }
  .button-bar .apply-switch-button {
    margin: 1rem 0.5rem 0.5rem; }
  @media only screen and (max-width: 40em) {
    .button-bar {
      display: none;
      background: #000;
      width: 100%;
      height: 100vh;
      position: fixed;
      padding-bottom: 8rem;
      /* Enable momentum style scrolling on iOS */
      overflow-y: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .button-bar .inline-list {
        margin: 0; }
        .button-bar .inline-list > li {
          width: 100%;
          margin: 0 !important; }
      .button-bar .right {
        float: none !important; }
      .button-bar .filter-row {
        float: none;
        clear: both;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0.5rem; }
        .button-bar .filter-row .filter-label {
          text-transform: uppercase;
          font-size: 0.6rem;
          color: #fff;
          font-weight: bold;
          letter-spacing: 1px;
          display: inline-block;
          vertical-align: top;
          padding-bottom: 0; }
        .button-bar .filter-row .filter-control {
          /*float: right;*/
          padding-bottom: 1rem; }
          .button-bar .filter-row .filter-control .button-group {
            margin-right: 0; } }
  .button-bar.side-bar {
    display: none; }
    @media only screen and (min-width:90.0625em) {
      .button-bar.side-bar {
        display: block; } }
    @media only screen and (min-width:40.0625em) {
      .button-bar.side-bar {
        width: 23rem;
        text-align: left;
        position: fixed;
        right: 0px;
        top: 0;
        background: #222323;
        padding: 3rem 1rem;
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
        z-index: 898; } }
    @media only screen and (min-width:64.0625em) {
      .button-bar.side-bar {
        top: 3rem;
        max-height: calc(100vh - 3rem); } }
    .button-bar.side-bar > ul.inline-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .button-bar.side-bar > ul.inline-list > li {
        display: block;
        padding: 0;
        margin: 0 0 1rem; }
    .button-bar.side-bar .filter-label {
      display: block;
      text-align: left;
      text-transform: uppercase;
      font-size: 0.6rem;
      font-weight: bold;
      margin-bottom: 0.25rem; }
    .button-bar.side-bar .button.dropdown {
      width: 100%; }
    .button-bar.side-bar .f-dropdown.open {
      position: static !important;
      min-width: 100% !important;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-width: 0 1px 1px 1px;
      color: rgba(255, 255, 255, 0.8);
      margin-top: -2px; }
      .button-bar.side-bar .f-dropdown.open li {
        color: rgba(255, 255, 255, 0.6); }
        .button-bar.side-bar .f-dropdown.open li a {
          color: inherit; }
        .button-bar.side-bar .f-dropdown.open li:hover {
          background: #80B602;
          color: #fff; }
          .button-bar.side-bar .f-dropdown.open li:hover a {
            color: #fff; }
    .button-bar.side-bar .button-group[data-button-group] {
      /*.button-group[data-button-group] {*/
      display: block;
      width: calc(100% - 1rem);
      display: block;
      width: 100%;
      margin-bottom: 1rem;
      /*> li {
				.button {
					width: 100%;
					padding-left: 0;
					padding-right: 0;
					overflow: hidden;
				}
			}
			
			&[data-button-group="7"] {
				> li {
					width: 14.2%;
				}
			}
			
			&[data-button-group="6"] {
				> li {
					width: 16.6%;
				}
			}
			
			&[data-button-group="5"] {
				> li {
					width: 20%;
				}
			}
			
			&[data-button-group="4"] {
				> li {
					width: 25%;
				}
			}
			
			&[data-button-group="3"] {
				> li {
					width: 33%;
				}
			}
			
			&[data-button-group="2"] {
				> li {
					width: 50%;
				}
			}*/ }
      .button-bar.side-bar .button-group[data-button-group] > li .button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden; }
      .button-bar.side-bar .button-group[data-button-group][data-button-group="7"] > li {
        width: 14.2%; }
      .button-bar.side-bar .button-group[data-button-group][data-button-group="6"] > li {
        width: 16.6%; }
      .button-bar.side-bar .button-group[data-button-group][data-button-group="5"] > li {
        width: 20%; }
      .button-bar.side-bar .button-group[data-button-group][data-button-group="4"] > li {
        width: 25%; }
      .button-bar.side-bar .button-group[data-button-group][data-button-group="3"] > li {
        width: 33%; }
      .button-bar.side-bar .button-group[data-button-group][data-button-group="2"] > li {
        width: 50%; }
      .button-bar.side-bar .button-group[data-button-group]:last-child {
        margin-bottom: 0; }

@media only screen and (min-width:90.0625em) {
  .has-side-bar {
    padding-right: 24rem !important; } }

@media only screen and (min-width:40.0625em) {
  .side-bar-toggle.page-header-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 1.25rem;
    z-index: 899;
    color: rgba(255, 255, 255, 0.8); } }

@media only screen and (min-width:64.0625em) {
  .side-bar-toggle.page-header-nav {
    top: 3rem; } }

@media only screen and (min-width:90.0625em) {
  .side-bar-toggle.page-header-nav {
    display: none; } }

/* Planner view */
@media only screen and (min-width:40.0625em) {
  .vega-widget-qa-planner .page-header {
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1; } }

@media only screen and (min-width:64.0625em) {
  .vega-widget-qa-planner .page-header {
    top: 3rem; } }

@media only screen and (min-width:40.0625em) {
  #planner .planner-header {
    padding: 1rem 4rem; } }

#planner .planner-list {
  white-space: nowrap; }
  #planner .planner-list .planner-week {
    padding: 0;
    white-space: nowrap;
    border-bottom: 1px solid #fff; }
    #planner .planner-list .planner-week .planner-week-row {
      border-top: 1px dashed rgba(255, 255, 255, 0.25);
      clear: both; }
      #planner .planner-list .planner-week .planner-week-row:first-child {
        border-top: none; }
        #planner .planner-list .planner-week .planner-week-row:first-child .planner-week-header {
          padding-top: 6rem; }
        #planner .planner-list .planner-week .planner-week-row:first-child .planner-week-day {
          min-height: 3.25rem !important; }
      #planner .planner-list .planner-week .planner-week-row .planner-week-header {
        width: 5rem;
        float: left;
        white-space: nowrap;
        text-align: left; }
        #planner .planner-list .planner-week .planner-week-row .planner-week-header .planner-week-inspector,
        #planner .planner-list .planner-week .planner-week-row .planner-week-header .planner-week-user {
          font-size: 0.6rem;
          color: #999;
          padding: 0.25rem 0 0; }
          #planner .planner-list .planner-week .planner-week-row .planner-week-header .planner-week-inspector img,
          #planner .planner-list .planner-week .planner-week-row .planner-week-header .planner-week-user img {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0.25rem;
            border-radius: 1000px;
            width: 25px; }
          #planner .planner-list .planner-week .planner-week-row .planner-week-header .planner-week-inspector.is-not-active img,
          #planner .planner-list .planner-week .planner-week-row .planner-week-header .planner-week-user.is-not-active img {
            filter: none;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%); }
      #planner .planner-list .planner-week .planner-week-row .planner-week-days {
        margin-left: 5rem;
        border-left: 1px solid #333; }
        #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day {
          width: 20%;
          min-height: 2.25rem;
          white-space: normal;
          display: inline-block;
          vertical-align: top;
          border-left: 1px solid #666;
          margin: 0 -2px;
          padding: 0.25rem; }
          #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day:first-child {
            border-left: none; }
          #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.past-day .planner-day-date-label {
            opacity: 0.35; }
          #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.past-day .planner-day-timeoff,
          #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.past-day .project.is-actual {
            opacity: 0.35;
            filter: grayscale(75%); }
          #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.today {
            background: #1B3239;
            /*transparentize($primary-color, 0.7);*/ }
            #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.today .planner-day-date-label {
              color: #59a6bd;
              /*background: #59a6bd;
								color: #333;*/
              /*margin: -4px -4px 0;
								padding-top: 4px;*/ }
              #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.today .planner-day-date-label strong {
                color: #59a6bd; }
            #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.today .project-planner-card:not(.is-proposed) {
              border-color: #1B3239; }
          @media only screen and (max-width: 40em) {
            #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-group {
              min-height: 3rem; } }
          @media only screen and (min-width:40.0625em) {
            #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-group {
              width: 50%;
              display: inline-block;
              vertical-align: top;
              margin: 0 -2px; } }
          #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-group .project-planner-card {
            width: 100%;
            display: block;
            margin: 0; }
      #planner .planner-list .planner-week .planner-week-row .planner-day-date {
        display: none;
        line-height: 1.2;
        color: #aaa; }
        #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-label {
          padding: 1rem;
          border-radius: 3px;
          font-size: 1rem;
          text-align: right; }
          @media only screen and (max-width: 40em) {
            #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-label {
              padding: 0.2rem;
              font-size: 0.6rem; } }
          #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-label strong {
            color: #fff;
            display: block;
            font-size: 2.25rem;
            font-family: "Open Sans Condensed", sans-serif;
            font-weight: bold; }
            @media only screen and (max-width: 40em) {
              #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-label strong {
                font-size: 1.25rem; } }
          #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-label .new-month:not(:empty) {
            font-weight: bold;
            text-transform: uppercase;
            color: #000;
            letter-spacing: 1px;
            float: left;
            background: #fff;
            padding: 0.25rem 0.5rem;
            border-radius: 1000px;
            font-size: 0.75rem; }
            @media only screen and (max-width: 40em) {
              #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-label .new-month:not(:empty) {
                position: absolute;
                left: 0.5rem; } }
        #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-times {
          display: none;
          border-bottom: 1px dotted rgba(255, 255, 255, 0.3); }
          #planner .planner-list .planner-week .planner-week-row .planner-day-date .planner-day-date-times .planner-day-date-time {
            width: 25%;
            display: inline-block;
            vertical-align: top;
            margin: 0 -2px;
            padding: 0.25rem;
            font-size: 0.5rem;
            color: rgba(255, 255, 255, 0.5); }
      #planner .planner-list .planner-week .planner-week-row:first-child .planner-day-date {
        display: block; }
      #planner .planner-list .planner-week .planner-week-row .planner-day-holiday,
      #planner .planner-list .planner-week .planner-week-row .planner-day-timeoff {
        background: #E32027;
        color: #fff;
        font-weight: bold;
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
        border-radius: 3px;
        border: 2px solid #000;
        margin: 0 2px 0 -2px; }
        @media only screen and (max-width: 40em) {
          #planner .planner-list .planner-week .planner-week-row .planner-day-holiday,
          #planner .planner-list .planner-week .planner-week-row .planner-day-timeoff {
            font-size: 0.6rem;
            overflow: hidden;
            font-weight: normal; } }
      #planner .planner-list .planner-week .planner-week-row .planner-day-timeoff .timeoff-times {
        font-weight: normal;
        color: rgba(255, 255, 255, 0.75); }
  #planner .planner-list .project-planner-card {
    border-color: #000;
    border-style: solid; }
    @media only screen and (max-width: 40em) {
      #planner .planner-list .project-planner-card {
        width: 100%; } }
    @media only screen and (min-width:40.0625em) {
      #planner .planner-list .project-planner-card {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0 -2px; }
        #planner .planner-list .project-planner-card[data-meeting-code="QA"], #planner .planner-list .project-planner-card[data-meeting-code="HO"], #planner .planner-list .project-planner-card[data-meeting-code="PSO"] {
          width: 50%; } }
    #planner .planner-list .project-planner-card.not-confirmed {
      opacity: 0.35;
      filter: grayscale(25%); }
    #planner .planner-list .project-planner-card.is-proposed {
      /*border-color: #e07000;*/
      border-style: dashed;
      opacity: 1; }
      #planner .planner-list .project-planner-card.is-proposed[data-meeting-code="QA"] {
        border-color: #e07000; }
      #planner .planner-list .project-planner-card.is-proposed[data-meeting-code="HO"] {
        border-color: #59a6bd; }
      #planner .planner-list .project-planner-card.is-proposed[data-meeting-code="SETTLE"] {
        border-color: #AA4CB9; }
      #planner .planner-list .project-planner-card.is-proposed .meeting-name {
        background: #000; }
    #planner .planner-list .project-planner-card .project-wrapper {
      font-size: 0.8rem;
      padding: 0.25rem;
      line-height: 1;
      min-height: 0;
      position: relative;
      border-color: inherit;
      border-style: inherit;
      border-width: 2px 2px 0; }
      #planner .planner-list .project-planner-card .project-wrapper .project-lot {
        font-size: 0.7rem;
        font-weight: bold;
        color: #fff; }
    #planner .planner-list .project-planner-card .meeting-name {
      position: relative;
      font-size: 0.7rem;
      color: rgba(255, 255, 255, 0.75);
      padding: 0.25rem 0.5rem;
      border-color: inherit;
      border-style: inherit;
      border-radius: 3px;
      border-width: 2px;
      overflow: hidden;
      text-overflow: ellipsis; }
      #planner .planner-list .project-planner-card .meeting-name.is-actual {
        padding-right: 1rem; }
      #planner .planner-list .project-planner-card .meeting-name .project-lot {
        font-size: 0.7rem;
        font-weight: bold;
        color: #fff; }
      #planner .planner-list .project-planner-card .meeting-name .meeting-complete-ish {
        display: inline-block;
        position: absolute;
        top: 0.25rem;
        right: 0.25rem; }

.hide {
  display: none; }

.vega-widget-event-calendar .schellville-leaderboard,
.vega-widget-event-calendar .event-calendar-promo,
.vega-widget-warranty-calendars .schellville-leaderboard,
.vega-widget-warranty-calendars .event-calendar-promo,
.vega-widget-construction-calendars .schellville-leaderboard,
.vega-widget-construction-calendars .event-calendar-promo,
.timeline-calendar-container .schellville-leaderboard,
.timeline-calendar-container .event-calendar-promo {
  color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  overflow: auto;
  display: none; }
  .vega-widget-event-calendar .schellville-leaderboard h5,
  .vega-widget-event-calendar .event-calendar-promo h5,
  .vega-widget-warranty-calendars .schellville-leaderboard h5,
  .vega-widget-warranty-calendars .event-calendar-promo h5,
  .vega-widget-construction-calendars .schellville-leaderboard h5,
  .vega-widget-construction-calendars .event-calendar-promo h5,
  .timeline-calendar-container .schellville-leaderboard h5,
  .timeline-calendar-container .event-calendar-promo h5 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.0rem; }
    .vega-widget-event-calendar .schellville-leaderboard h5 .subheader,
    .vega-widget-event-calendar .event-calendar-promo h5 .subheader,
    .vega-widget-warranty-calendars .schellville-leaderboard h5 .subheader,
    .vega-widget-warranty-calendars .event-calendar-promo h5 .subheader,
    .vega-widget-construction-calendars .schellville-leaderboard h5 .subheader,
    .vega-widget-construction-calendars .event-calendar-promo h5 .subheader,
    .timeline-calendar-container .schellville-leaderboard h5 .subheader,
    .timeline-calendar-container .event-calendar-promo h5 .subheader {
      display: block;
      font-size: 0.8rem; }
  .vega-widget-event-calendar .schellville-leaderboard p,
  .vega-widget-event-calendar .event-calendar-promo p,
  .vega-widget-warranty-calendars .schellville-leaderboard p,
  .vega-widget-warranty-calendars .event-calendar-promo p,
  .vega-widget-construction-calendars .schellville-leaderboard p,
  .vega-widget-construction-calendars .event-calendar-promo p,
  .timeline-calendar-container .schellville-leaderboard p,
  .timeline-calendar-container .event-calendar-promo p {
    font-size: 0.8rem; }
  .vega-widget-event-calendar .schellville-leaderboard .feature-image,
  .vega-widget-event-calendar .event-calendar-promo .feature-image,
  .vega-widget-warranty-calendars .schellville-leaderboard .feature-image,
  .vega-widget-warranty-calendars .event-calendar-promo .feature-image,
  .vega-widget-construction-calendars .schellville-leaderboard .feature-image,
  .vega-widget-construction-calendars .event-calendar-promo .feature-image,
  .timeline-calendar-container .schellville-leaderboard .feature-image,
  .timeline-calendar-container .event-calendar-promo .feature-image {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px; }
  .vega-widget-event-calendar .schellville-leaderboard .volunteer-leaderboard,
  .vega-widget-event-calendar .event-calendar-promo .volunteer-leaderboard,
  .vega-widget-warranty-calendars .schellville-leaderboard .volunteer-leaderboard,
  .vega-widget-warranty-calendars .event-calendar-promo .volunteer-leaderboard,
  .vega-widget-construction-calendars .schellville-leaderboard .volunteer-leaderboard,
  .vega-widget-construction-calendars .event-calendar-promo .volunteer-leaderboard,
  .timeline-calendar-container .schellville-leaderboard .volunteer-leaderboard,
  .timeline-calendar-container .event-calendar-promo .volunteer-leaderboard {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 1rem;
    margin: 0 0 1rem;
    background: rgba(255, 255, 255, 0.1); }
  .vega-widget-event-calendar .schellville-leaderboard ol, .vega-widget-event-calendar .schellville-leaderboard ul,
  .vega-widget-event-calendar .event-calendar-promo ol,
  .vega-widget-event-calendar .event-calendar-promo ul,
  .vega-widget-warranty-calendars .schellville-leaderboard ol,
  .vega-widget-warranty-calendars .schellville-leaderboard ul,
  .vega-widget-warranty-calendars .event-calendar-promo ol,
  .vega-widget-warranty-calendars .event-calendar-promo ul,
  .vega-widget-construction-calendars .schellville-leaderboard ol,
  .vega-widget-construction-calendars .schellville-leaderboard ul,
  .vega-widget-construction-calendars .event-calendar-promo ol,
  .vega-widget-construction-calendars .event-calendar-promo ul,
  .timeline-calendar-container .schellville-leaderboard ol,
  .timeline-calendar-container .schellville-leaderboard ul,
  .timeline-calendar-container .event-calendar-promo ol,
  .timeline-calendar-container .event-calendar-promo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .vega-widget-event-calendar .schellville-leaderboard ol li, .vega-widget-event-calendar .schellville-leaderboard ul li,
    .vega-widget-event-calendar .event-calendar-promo ol li,
    .vega-widget-event-calendar .event-calendar-promo ul li,
    .vega-widget-warranty-calendars .schellville-leaderboard ol li,
    .vega-widget-warranty-calendars .schellville-leaderboard ul li,
    .vega-widget-warranty-calendars .event-calendar-promo ol li,
    .vega-widget-warranty-calendars .event-calendar-promo ul li,
    .vega-widget-construction-calendars .schellville-leaderboard ol li,
    .vega-widget-construction-calendars .schellville-leaderboard ul li,
    .vega-widget-construction-calendars .event-calendar-promo ol li,
    .vega-widget-construction-calendars .event-calendar-promo ul li,
    .timeline-calendar-container .schellville-leaderboard ol li,
    .timeline-calendar-container .schellville-leaderboard ul li,
    .timeline-calendar-container .event-calendar-promo ol li,
    .timeline-calendar-container .event-calendar-promo ul li {
      margin: 0 0 0.25rem;
      font-size: 0.8rem; }
      .vega-widget-event-calendar .schellville-leaderboard ol li i, .vega-widget-event-calendar .schellville-leaderboard ul li i,
      .vega-widget-event-calendar .event-calendar-promo ol li i,
      .vega-widget-event-calendar .event-calendar-promo ul li i,
      .vega-widget-warranty-calendars .schellville-leaderboard ol li i,
      .vega-widget-warranty-calendars .schellville-leaderboard ul li i,
      .vega-widget-warranty-calendars .event-calendar-promo ol li i,
      .vega-widget-warranty-calendars .event-calendar-promo ul li i,
      .vega-widget-construction-calendars .schellville-leaderboard ol li i,
      .vega-widget-construction-calendars .schellville-leaderboard ul li i,
      .vega-widget-construction-calendars .event-calendar-promo ol li i,
      .vega-widget-construction-calendars .event-calendar-promo ul li i,
      .timeline-calendar-container .schellville-leaderboard ol li i,
      .timeline-calendar-container .schellville-leaderboard ul li i,
      .timeline-calendar-container .event-calendar-promo ol li i,
      .timeline-calendar-container .event-calendar-promo ul li i {
        color: #59a6bd; }
      .vega-widget-event-calendar .schellville-leaderboard ol li:first-child i, .vega-widget-event-calendar .schellville-leaderboard ul li:first-child i,
      .vega-widget-event-calendar .event-calendar-promo ol li:first-child i,
      .vega-widget-event-calendar .event-calendar-promo ul li:first-child i,
      .vega-widget-warranty-calendars .schellville-leaderboard ol li:first-child i,
      .vega-widget-warranty-calendars .schellville-leaderboard ul li:first-child i,
      .vega-widget-warranty-calendars .event-calendar-promo ol li:first-child i,
      .vega-widget-warranty-calendars .event-calendar-promo ul li:first-child i,
      .vega-widget-construction-calendars .schellville-leaderboard ol li:first-child i,
      .vega-widget-construction-calendars .schellville-leaderboard ul li:first-child i,
      .vega-widget-construction-calendars .event-calendar-promo ol li:first-child i,
      .vega-widget-construction-calendars .event-calendar-promo ul li:first-child i,
      .timeline-calendar-container .schellville-leaderboard ol li:first-child i,
      .timeline-calendar-container .schellville-leaderboard ul li:first-child i,
      .timeline-calendar-container .event-calendar-promo ol li:first-child i,
      .timeline-calendar-container .event-calendar-promo ul li:first-child i {
        color: goldenrod; }
  @media only screen and (min-width:64.0625em) {
    .vega-widget-event-calendar .schellville-leaderboard,
    .vega-widget-event-calendar .event-calendar-promo,
    .vega-widget-warranty-calendars .schellville-leaderboard,
    .vega-widget-warranty-calendars .event-calendar-promo,
    .vega-widget-construction-calendars .schellville-leaderboard,
    .vega-widget-construction-calendars .event-calendar-promo,
    .timeline-calendar-container .schellville-leaderboard,
    .timeline-calendar-container .event-calendar-promo {
      display: block;
      width: 15rem;
      position: fixed;
      height: calc(100% - 3rem);
      background: #000; }
      .vega-widget-event-calendar .schellville-leaderboard + .page-header, .vega-widget-event-calendar .schellville-leaderboard + .page-header + .container,
      .vega-widget-event-calendar .event-calendar-promo + .page-header,
      .vega-widget-event-calendar .event-calendar-promo + .page-header + .container,
      .vega-widget-warranty-calendars .schellville-leaderboard + .page-header,
      .vega-widget-warranty-calendars .schellville-leaderboard + .page-header + .container,
      .vega-widget-warranty-calendars .event-calendar-promo + .page-header,
      .vega-widget-warranty-calendars .event-calendar-promo + .page-header + .container,
      .vega-widget-construction-calendars .schellville-leaderboard + .page-header,
      .vega-widget-construction-calendars .schellville-leaderboard + .page-header + .container,
      .vega-widget-construction-calendars .event-calendar-promo + .page-header,
      .vega-widget-construction-calendars .event-calendar-promo + .page-header + .container,
      .timeline-calendar-container .schellville-leaderboard + .page-header,
      .timeline-calendar-container .schellville-leaderboard + .page-header + .container,
      .timeline-calendar-container .event-calendar-promo + .page-header,
      .timeline-calendar-container .event-calendar-promo + .page-header + .container {
        margin-left: 15rem;
        width: calc(100% - 15rem); } }
.vega-widget-event-calendar .container,
.vega-widget-warranty-calendars .container,
.vega-widget-construction-calendars .container,
.timeline-calendar-container .container {
  min-height: calc(100vh - 3rem); }

.vega-widget-event-calendar .page-header,
.vega-widget-warranty-calendars .page-header,
.vega-widget-construction-calendars .page-header,
.timeline-calendar-container .page-header {
  /*
		.button-right-button-bar {
			width: 100%;
			text-align: right;
			display: flex;
			justify-content: flex-end;
			align-items: center;
			float: right;
			padding-top: 0.8rem;
			
			.f-dropdown:before {
				border: inset 6px;
				content: "";
				display: block;
				height: 0;
				width: 0;
				border-color: #FFFFFF;
				border-bottom-style: solid;
				position: absolute;
				top: -12px;
				right: 10px !important;
				z-index: 9999;
			}
			
			.division_button {
				display: flex;
				
				.show-for-coverage-calendar {
					.event-calendar-filter-row {
						overflow: visible;
						position: relative;
						
						.event-calendar-filter-control {
							overflow: visible;
							position: relative;
							min-width: 120px;
						}
						
						#selected-division {
							width: 100%;
						}
					}
				}
				
				.division-dropdown {
					left: 0px;
					text-align: left;
				}
			}
			
			.switch_buttons {
				.filter_format {
					padding: 0 1rem 0 0;
				}
			}
			
		}
		*/
  /*.top_page_header {
			display: none;
		}*/
  /*
		.row {
			.topbar-search {
				width: 21.7%;
				float: left;
				
				.home-search {
					.page-search-control {
						border-radius: 0
					}
					
					.event-calendar-search-results {
						height: 0px;
						max-height: 100vh;
						overflow: inherit;
						
						.event-calendar-event-list {
							.event-list {
								display: none !important;
								position: relative;
								top: -322.782px;
								left: 75px;
								width: 342px !important;
								height: 770px;
								overflow: auto;
								margin-left: -17px;
								border: 1px solid #333 !important;
								
								.search-results-item-stage {
									text-transform: lowercase !important;
								}
								
								.search-results-item-housename {
									font-weight: bold
								}
							}
							
							.event-calendar-list-events {
								display: block !important;
							}
							
							.event-calendar-margin {
								margin-top: 177px;
							}
						}
						
						#event-calendar-search-list {
							z-index: 99999;
							position: absolute;
							background-color: black;
							padding-top: 1rem;
							border: 1px solid;
							border-top: 0;
							width: 100%;
							
							.event-calendar-search {
								font-size: 13px;
								color: #fff;
								font-weight: 400;
								border-bottom: 1px solid rgba(255, 255, 255, 0.2);
								padding: 0.5rem;
								cursor: pointer;
							}
							
							.event-calendar-search:hover {
								background-color: #4493ab;
								color: #fff;
							}
							
							.event-calendar-search a {
								color: #fff;
							}
						}
						
						.event-calendar-dropdown-search {
							background: black;
							border: 1px solid;
							
							.event-search-filters-container {
								.inline-list {
									margin-top: 10px;
									height: 60px;
								}
							}
							
							#home-search-filter-category,
							#home-search-filter-volunteer {
								position: static !important;
								width: 100% !important;
								max-width: 100%;
								background: #a0d3e8;
								border-width: 0 1px 1px;
								border-color: rgba(255, 255, 255, 0.25);
								color: rgba(255, 255, 255, 0.8);
								margin: calc(-1rem - 1px) 0 0 0;
								margin-top: 8px;
							}
							
							.f-dropdown:before {
								display: none !important;
							}
							
							.f-dropdown:after {
								display: none !important;
							}
						}
					}
					
					.event-calendar-search-results.home-search-results {
						overflow: inherit !important;
						top: calc(3rem + 5px) !important;
						left: 1.05rem !important;
						width: 91.5% !important;
					}
				}
			}
		}
		*/ }
  @media only screen and (min-width:40.0625em) {
    .vega-widget-event-calendar .page-header,
    .vega-widget-warranty-calendars .page-header,
    .vega-widget-construction-calendars .page-header,
    .timeline-calendar-container .page-header {
      position: sticky;
      top: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 3;
      height: 4rem; }
      .vega-widget-event-calendar .page-header h1,
      .vega-widget-warranty-calendars .page-header h1,
      .vega-widget-construction-calendars .page-header h1,
      .timeline-calendar-container .page-header h1 {
        display: none; } }
  @media only screen and (min-width:64.0625em) {
    .vega-widget-event-calendar .page-header,
    .vega-widget-warranty-calendars .page-header,
    .vega-widget-construction-calendars .page-header,
    .timeline-calendar-container .page-header {
      top: 3rem; } }
  .vega-widget-event-calendar .page-header #search-bar,
  .vega-widget-warranty-calendars .page-header #search-bar,
  .vega-widget-construction-calendars .page-header #search-bar,
  .timeline-calendar-container .page-header #search-bar {
    display: none;
    /* disabled for now */
    margin: 0 1rem; }
  .vega-widget-event-calendar .page-header .button-bar,
  .vega-widget-warranty-calendars .page-header .button-bar,
  .vega-widget-construction-calendars .page-header .button-bar,
  .timeline-calendar-container .page-header .button-bar {
    /*
			.switch-button {
				font-size: 0.8rem;
				background: #3e3f44;
				margin: 0 0.25rem 0 0;
				padding: 0.35rem 1rem 0.35rem 0.35rem;
				border-radius: 3px;
				color: #fff;
				
				> li {
					display: inline-block;
					vertical-align: middle;
					float: none;
					margin-left: 0.5rem;
					
					.switch {
						margin-bottom: 0;
						height: 1.5rem;
						overflow: hidden;
						
						input {
							margin-bottom: 0;
							
							&:checked + label {
								background: #80B602;
							}
						}
					}
				}
			}
			 */ }
    @media only screen and (min-width:40.0625em) {
      .vega-widget-event-calendar .page-header .button-bar,
      .vega-widget-warranty-calendars .page-header .button-bar,
      .vega-widget-construction-calendars .page-header .button-bar,
      .timeline-calendar-container .page-header .button-bar {
        position: absolute;
        background: transparent; }
        .vega-widget-event-calendar .page-header .button-bar#button-bar,
        .vega-widget-warranty-calendars .page-header .button-bar#button-bar,
        .vega-widget-construction-calendars .page-header .button-bar#button-bar,
        .timeline-calendar-container .page-header .button-bar#button-bar {
          right: 0; } }
    .vega-widget-event-calendar .page-header .button-bar > ul,
    .vega-widget-warranty-calendars .page-header .button-bar > ul,
    .vega-widget-construction-calendars .page-header .button-bar > ul,
    .timeline-calendar-container .page-header .button-bar > ul {
      list-style: none;
      display: inline-block; }

.vega-widget-event-calendar .calendar-community-list,
.vega-widget-event-calendar .calendar-user-list,
.vega-widget-warranty-calendars .calendar-community-list,
.vega-widget-warranty-calendars .calendar-user-list,
.vega-widget-construction-calendars .calendar-community-list,
.vega-widget-construction-calendars .calendar-user-list,
.timeline-calendar-container .calendar-community-list,
.timeline-calendar-container .calendar-user-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width:40.0625em) {
    .vega-widget-event-calendar .calendar-community-list,
    .vega-widget-event-calendar .calendar-user-list,
    .vega-widget-warranty-calendars .calendar-community-list,
    .vega-widget-warranty-calendars .calendar-user-list,
    .vega-widget-construction-calendars .calendar-community-list,
    .vega-widget-construction-calendars .calendar-user-list,
    .timeline-calendar-container .calendar-community-list,
    .timeline-calendar-container .calendar-user-list {
      position: fixed;
      width: 9rem;
      max-height: calc(100vh - 8rem);
      overflow: auto; } }
  .vega-widget-event-calendar .calendar-community-list li,
  .vega-widget-event-calendar .calendar-user-list li,
  .vega-widget-warranty-calendars .calendar-community-list li,
  .vega-widget-warranty-calendars .calendar-user-list li,
  .vega-widget-construction-calendars .calendar-community-list li,
  .vega-widget-construction-calendars .calendar-user-list li,
  .timeline-calendar-container .calendar-community-list li,
  .timeline-calendar-container .calendar-user-list li {
    padding: 0;
    margin: 0; }
    .vega-widget-event-calendar .calendar-community-list li h5,
    .vega-widget-event-calendar .calendar-user-list li h5,
    .vega-widget-warranty-calendars .calendar-community-list li h5,
    .vega-widget-warranty-calendars .calendar-user-list li h5,
    .vega-widget-construction-calendars .calendar-community-list li h5,
    .vega-widget-construction-calendars .calendar-user-list li h5,
    .timeline-calendar-container .calendar-community-list li h5,
    .timeline-calendar-container .calendar-user-list li h5 {
      font-size: 0.8rem;
      font-weight: bold;
      margin: 0 0 1rem;
      color: rgba(255, 255, 255, 0.35); }
      @media only screen and (max-width: 40em) {
        .vega-widget-event-calendar .calendar-community-list li h5,
        .vega-widget-event-calendar .calendar-user-list li h5,
        .vega-widget-warranty-calendars .calendar-community-list li h5,
        .vega-widget-warranty-calendars .calendar-user-list li h5,
        .vega-widget-construction-calendars .calendar-community-list li h5,
        .vega-widget-construction-calendars .calendar-user-list li h5,
        .timeline-calendar-container .calendar-community-list li h5,
        .timeline-calendar-container .calendar-user-list li h5 {
          margin-top: 1rem; } }
    .vega-widget-event-calendar .calendar-community-list li h6,
    .vega-widget-event-calendar .calendar-user-list li h6,
    .vega-widget-warranty-calendars .calendar-community-list li h6,
    .vega-widget-warranty-calendars .calendar-user-list li h6,
    .vega-widget-construction-calendars .calendar-community-list li h6,
    .vega-widget-construction-calendars .calendar-user-list li h6,
    .timeline-calendar-container .calendar-community-list li h6,
    .timeline-calendar-container .calendar-user-list li h6 {
      font-size: 0.6rem;
      text-transform: uppercase;
      margin-top: 1rem;
      color: #59a6bd; }
    .vega-widget-event-calendar .calendar-community-list li a,
    .vega-widget-event-calendar .calendar-user-list li a,
    .vega-widget-warranty-calendars .calendar-community-list li a,
    .vega-widget-warranty-calendars .calendar-user-list li a,
    .vega-widget-construction-calendars .calendar-community-list li a,
    .vega-widget-construction-calendars .calendar-user-list li a,
    .timeline-calendar-container .calendar-community-list li a,
    .timeline-calendar-container .calendar-user-list li a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0.5rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.8); }
      .vega-widget-event-calendar .calendar-community-list li a img,
      .vega-widget-event-calendar .calendar-user-list li a img,
      .vega-widget-warranty-calendars .calendar-community-list li a img,
      .vega-widget-warranty-calendars .calendar-user-list li a img,
      .vega-widget-construction-calendars .calendar-community-list li a img,
      .vega-widget-construction-calendars .calendar-user-list li a img,
      .timeline-calendar-container .calendar-community-list li a img,
      .timeline-calendar-container .calendar-user-list li a img {
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        margin-right: 0.5rem;
        width: 2rem; }
      .vega-widget-event-calendar .calendar-community-list li a:hover,
      .vega-widget-event-calendar .calendar-user-list li a:hover,
      .vega-widget-warranty-calendars .calendar-community-list li a:hover,
      .vega-widget-warranty-calendars .calendar-user-list li a:hover,
      .vega-widget-construction-calendars .calendar-community-list li a:hover,
      .vega-widget-construction-calendars .calendar-user-list li a:hover,
      .timeline-calendar-container .calendar-community-list li a:hover,
      .timeline-calendar-container .calendar-user-list li a:hover {
        color: #fff; }
      .vega-widget-event-calendar .calendar-community-list li a.active,
      .vega-widget-event-calendar .calendar-user-list li a.active,
      .vega-widget-warranty-calendars .calendar-community-list li a.active,
      .vega-widget-warranty-calendars .calendar-user-list li a.active,
      .vega-widget-construction-calendars .calendar-community-list li a.active,
      .vega-widget-construction-calendars .calendar-user-list li a.active,
      .timeline-calendar-container .calendar-community-list li a.active,
      .timeline-calendar-container .calendar-user-list li a.active {
        color: #80B602;
        font-weight: bold; }
      .vega-widget-event-calendar .calendar-community-list li a.calendar-user-close,
      .vega-widget-event-calendar .calendar-user-list li a.calendar-user-close,
      .vega-widget-warranty-calendars .calendar-community-list li a.calendar-user-close,
      .vega-widget-warranty-calendars .calendar-user-list li a.calendar-user-close,
      .vega-widget-construction-calendars .calendar-community-list li a.calendar-user-close,
      .vega-widget-construction-calendars .calendar-user-list li a.calendar-user-close,
      .timeline-calendar-container .calendar-community-list li a.calendar-user-close,
      .timeline-calendar-container .calendar-user-list li a.calendar-user-close {
        display: none;
        border: none; }
  @media only screen and (max-width: 40em) {
    .vega-widget-event-calendar .calendar-community-list.has-active h5, .vega-widget-event-calendar .calendar-community-list.has-active h6,
    .vega-widget-event-calendar .calendar-user-list.has-active h5,
    .vega-widget-event-calendar .calendar-user-list.has-active h6,
    .vega-widget-warranty-calendars .calendar-community-list.has-active h5,
    .vega-widget-warranty-calendars .calendar-community-list.has-active h6,
    .vega-widget-warranty-calendars .calendar-user-list.has-active h5,
    .vega-widget-warranty-calendars .calendar-user-list.has-active h6,
    .vega-widget-construction-calendars .calendar-community-list.has-active h5,
    .vega-widget-construction-calendars .calendar-community-list.has-active h6,
    .vega-widget-construction-calendars .calendar-user-list.has-active h5,
    .vega-widget-construction-calendars .calendar-user-list.has-active h6,
    .timeline-calendar-container .calendar-community-list.has-active h5,
    .timeline-calendar-container .calendar-community-list.has-active h6,
    .timeline-calendar-container .calendar-user-list.has-active h5,
    .timeline-calendar-container .calendar-user-list.has-active h6 {
      display: none; }
    .vega-widget-event-calendar .calendar-community-list.has-active a:not(.calendar-user-close),
    .vega-widget-event-calendar .calendar-user-list.has-active a:not(.calendar-user-close),
    .vega-widget-warranty-calendars .calendar-community-list.has-active a:not(.calendar-user-close),
    .vega-widget-warranty-calendars .calendar-user-list.has-active a:not(.calendar-user-close),
    .vega-widget-construction-calendars .calendar-community-list.has-active a:not(.calendar-user-close),
    .vega-widget-construction-calendars .calendar-user-list.has-active a:not(.calendar-user-close),
    .timeline-calendar-container .calendar-community-list.has-active a:not(.calendar-user-close),
    .timeline-calendar-container .calendar-user-list.has-active a:not(.calendar-user-close) {
      display: none; }
    .vega-widget-event-calendar .calendar-community-list.has-active .calendar-user-close,
    .vega-widget-event-calendar .calendar-user-list.has-active .calendar-user-close,
    .vega-widget-warranty-calendars .calendar-community-list.has-active .calendar-user-close,
    .vega-widget-warranty-calendars .calendar-user-list.has-active .calendar-user-close,
    .vega-widget-construction-calendars .calendar-community-list.has-active .calendar-user-close,
    .vega-widget-construction-calendars .calendar-user-list.has-active .calendar-user-close,
    .timeline-calendar-container .calendar-community-list.has-active .calendar-user-close,
    .timeline-calendar-container .calendar-user-list.has-active .calendar-user-close {
      display: block;
      position: fixed;
      top: 3.25rem;
      right: 0.5rem;
      z-index: 3;
      font-size: 1rem; } }
.vega-widget-event-calendar .meeting-calendar,
.vega-widget-warranty-calendars .meeting-calendar,
.vega-widget-construction-calendars .meeting-calendar,
.timeline-calendar-container .meeting-calendar {
  position: relative;
  min-height: 5rem;
  transition: 0.1s padding-top ease-out;
  /*&.loading {
			background: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat 50% 4rem;
			padding-top: 6rem;
			min-height: 5rem;
			max-height: calc(100vh - 3rem);
			overflow: hidden;
			
			> * {
				opacity: 0.25;
			}
		}*/ }
  .vega-widget-event-calendar .meeting-calendar .floating-button,
  .vega-widget-warranty-calendars .meeting-calendar .floating-button,
  .vega-widget-construction-calendars .meeting-calendar .floating-button,
  .timeline-calendar-container .meeting-calendar .floating-button {
    display: none; }
  @media only screen and (max-width: 40em) {
    .vega-widget-event-calendar .meeting-calendar,
    .vega-widget-warranty-calendars .meeting-calendar,
    .vega-widget-construction-calendars .meeting-calendar,
    .timeline-calendar-container .meeting-calendar {
      max-width: 100vw;
      margin: 0 -0.5rem;
      /*min-height: 25vh;*/ } }
  .vega-widget-event-calendar .meeting-calendar .control-strip,
  .vega-widget-warranty-calendars .meeting-calendar .control-strip,
  .vega-widget-construction-calendars .meeting-calendar .control-strip,
  .timeline-calendar-container .meeting-calendar .control-strip {
    padding: 1rem 2rem 0.5rem 0;
    display: block;
    top: 0;
    position: static;
    margin: 0 0 0.5rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-width: 0 0 1px; }
    @media only screen and (min-width:40.0625em) {
      .vega-widget-event-calendar .meeting-calendar .control-strip,
      .vega-widget-warranty-calendars .meeting-calendar .control-strip,
      .vega-widget-construction-calendars .meeting-calendar .control-strip,
      .timeline-calendar-container .meeting-calendar .control-strip {
        padding: 1rem;
        float: right;
        border: none;
        margin: 0; } }
    .vega-widget-event-calendar .meeting-calendar .control-strip .filter-calendar-earlier,
    .vega-widget-warranty-calendars .meeting-calendar .control-strip .filter-calendar-earlier,
    .vega-widget-construction-calendars .meeting-calendar .control-strip .filter-calendar-earlier,
    .timeline-calendar-container .meeting-calendar .control-strip .filter-calendar-earlier {
      float: right;
      color: rgba(255, 255, 255, 0.25);
      font-size: 1.5rem;
      line-height: 1;
      margin-left: 1rem; }
    .vega-widget-event-calendar .meeting-calendar .control-strip .inline-list,
    .vega-widget-warranty-calendars .meeting-calendar .control-strip .inline-list,
    .vega-widget-construction-calendars .meeting-calendar .control-strip .inline-list,
    .timeline-calendar-container .meeting-calendar .control-strip .inline-list {
      margin: 0;
      line-height: 1; }
      .vega-widget-event-calendar .meeting-calendar .control-strip .inline-list > li,
      .vega-widget-warranty-calendars .meeting-calendar .control-strip .inline-list > li,
      .vega-widget-construction-calendars .meeting-calendar .control-strip .inline-list > li,
      .timeline-calendar-container .meeting-calendar .control-strip .inline-list > li {
        margin: 0 0.5rem 0 0;
        display: inline-block;
        vertical-align: middle;
        float: none; }
        .vega-widget-event-calendar .meeting-calendar .control-strip .inline-list > li .switch,
        .vega-widget-warranty-calendars .meeting-calendar .control-strip .inline-list > li .switch,
        .vega-widget-construction-calendars .meeting-calendar .control-strip .inline-list > li .switch,
        .timeline-calendar-container .meeting-calendar .control-strip .inline-list > li .switch {
          margin-bottom: 0; }
          .vega-widget-event-calendar .meeting-calendar .control-strip .inline-list > li .switch input,
          .vega-widget-warranty-calendars .meeting-calendar .control-strip .inline-list > li .switch input,
          .vega-widget-construction-calendars .meeting-calendar .control-strip .inline-list > li .switch input,
          .timeline-calendar-container .meeting-calendar .control-strip .inline-list > li .switch input {
            margin-bottom: 0; }
            .vega-widget-event-calendar .meeting-calendar .control-strip .inline-list > li .switch input:checked + label,
            .vega-widget-warranty-calendars .meeting-calendar .control-strip .inline-list > li .switch input:checked + label,
            .vega-widget-construction-calendars .meeting-calendar .control-strip .inline-list > li .switch input:checked + label,
            .timeline-calendar-container .meeting-calendar .control-strip .inline-list > li .switch input:checked + label {
              background: #80B602; }
        .vega-widget-event-calendar .meeting-calendar .control-strip .inline-list > li .control-strip-label,
        .vega-widget-warranty-calendars .meeting-calendar .control-strip .inline-list > li .control-strip-label,
        .vega-widget-construction-calendars .meeting-calendar .control-strip .inline-list > li .control-strip-label,
        .timeline-calendar-container .meeting-calendar .control-strip .inline-list > li .control-strip-label {
          font-size: 0.8rem;
          color: rgba(255, 255, 255, 0.5); }
  .vega-widget-event-calendar .meeting-calendar .meeting-timeline,
  .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline,
  .vega-widget-construction-calendars .meeting-calendar .meeting-timeline,
  .timeline-calendar-container .meeting-calendar .meeting-timeline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    min-height: 0; }
    .vega-widget-event-calendar .meeting-calendar .meeting-timeline .timeline_popup,
    .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .timeline_popup,
    .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .timeline_popup,
    .timeline-calendar-container .meeting-calendar .meeting-timeline .timeline_popup {
      display: none; }
    @media only screen and (max-width: 40em) {
      .vega-widget-event-calendar .meeting-calendar .meeting-timeline,
      .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline,
      .vega-widget-construction-calendars .meeting-calendar .meeting-timeline,
      .timeline-calendar-container .meeting-calendar .meeting-timeline {
        min-height: 0;
        margin: 0;
        max-width: 100%; } }
    @media only screen and (min-width:40.0625em) {
      .vega-widget-event-calendar .meeting-calendar .meeting-timeline,
      .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline,
      .vega-widget-construction-calendars .meeting-calendar .meeting-timeline,
      .timeline-calendar-container .meeting-calendar .meeting-timeline {
        min-height: 0;
        margin-right: 1rem;
        max-width: 100%;
        overflow: auto; } }
    .vega-widget-event-calendar .meeting-calendar .meeting-timeline .meeting.is-inactive a,
    .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .meeting.is-inactive a,
    .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .meeting.is-inactive a,
    .timeline-calendar-container .meeting-calendar .meeting-timeline .meeting.is-inactive a {
      opacity: 0.75;
      filter: grayscale(1);
      outline: 2px dashed;
      background: transparent !important; }
    .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview,
    .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview,
    .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview,
    .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview {
      margin-bottom: 1rem;
      position: sticky;
      top: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 2;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 0.5rem; }
      @media only screen and (max-width: 40em) {
        .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview,
        .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview,
        .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview,
        .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview {
          padding-left: 1rem;
          padding-right: 1rem; } }
      .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview img,
      .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview img,
      .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview img,
      .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview img {
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        margin-right: 0.5rem; }
        @media only screen and (max-width: 40em) {
          .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview img,
          .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview img,
          .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview img,
          .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview img {
            width: 2rem; } }
      .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview .user-preview-details,
      .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details,
      .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details,
      .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview .user-preview-details {
        display: inline-block;
        vertical-align: middle; }
        .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule,
        .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule,
        .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule,
        .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule {
          margin: 0;
          padding: 0; }
          .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li,
          .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li,
          .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li,
          .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li {
            display: inline-block;
            vertical-align: top;
            margin: 0.25rem 0.25rem 0 0; }
            .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button,
            .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button,
            .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button,
            .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button {
              font-size: 0.6rem;
              padding: 0.1rem 0.25rem;
              width: 1rem;
              margin: 0; }
              .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.on,
              .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.on,
              .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.on,
              .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.on {
                background: #333; }
              .vega-widget-event-calendar .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.off,
              .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.off,
              .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.off,
              .timeline-calendar-container .meeting-calendar .meeting-timeline .user-preview .user-preview-details .user-preview-schedule li .button.off {
                background: #222;
                color: #E32027; }
    .vega-widget-event-calendar .meeting-calendar .meeting-timeline .meeting-date-details,
    .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .meeting-date-details,
    .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .meeting-date-details,
    .timeline-calendar-container .meeting-calendar .meeting-timeline .meeting-date-details {
      /*text-align: left;*/ }
      .vega-widget-event-calendar .meeting-calendar .meeting-timeline .meeting-date-details .meeting-date-time,
      .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .meeting-date-details .meeting-date-time,
      .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .meeting-date-details .meeting-date-time,
      .timeline-calendar-container .meeting-calendar .meeting-timeline .meeting-date-details .meeting-date-time {
        display: none; }
    .vega-widget-event-calendar .meeting-calendar .meeting-timeline .meeting-project .meeting-name,
    .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .meeting-project .meeting-name,
    .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .meeting-project .meeting-name,
    .timeline-calendar-container .meeting-calendar .meeting-timeline .meeting-project .meeting-name {
      display: block;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.8);
      margin: 0;
      padding: 0; }
    .vega-widget-event-calendar .meeting-calendar .meeting-timeline .meeting-project .meeting-date-time,
    .vega-widget-warranty-calendars .meeting-calendar .meeting-timeline .meeting-project .meeting-date-time,
    .vega-widget-construction-calendars .meeting-calendar .meeting-timeline .meeting-project .meeting-date-time,
    .timeline-calendar-container .meeting-calendar .meeting-timeline .meeting-project .meeting-date-time {
      color: #a0d3e8;
      font-size: 0.7rem;
      display: block;
      margin: 0.25rem 0 0; }
  .vega-widget-event-calendar .meeting-calendar .empty-message,
  .vega-widget-warranty-calendars .meeting-calendar .empty-message,
  .vega-widget-construction-calendars .meeting-calendar .empty-message,
  .timeline-calendar-container .meeting-calendar .empty-message {
    font-size: 1.5rem;
    color: inherit;
    opacity: 0.35;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    @media only screen and (max-width: 40em) {
      .vega-widget-event-calendar .meeting-calendar .empty-message,
      .vega-widget-warranty-calendars .meeting-calendar .empty-message,
      .vega-widget-construction-calendars .meeting-calendar .empty-message,
      .timeline-calendar-container .meeting-calendar .empty-message {
        font-size: 1.2rem;
        text-align: center; } }
.vega-widget-event-calendar #calendar,
.vega-widget-warranty-calendars #calendar,
.vega-widget-construction-calendars #calendar,
.timeline-calendar-container #calendar {
  position: relative; }
  .vega-widget-event-calendar #calendar .meeting-project-volunteer-progress,
  .vega-widget-warranty-calendars #calendar .meeting-project-volunteer-progress,
  .vega-widget-construction-calendars #calendar .meeting-project-volunteer-progress,
  .timeline-calendar-container #calendar .meeting-project-volunteer-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.5rem; }
    .vega-widget-event-calendar #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text,
    .vega-widget-warranty-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text,
    .vega-widget-construction-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text,
    .timeline-calendar-container #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text {
      padding-right: 1rem;
      color: #fff;
      font-size: 0.6rem; }
      .vega-widget-event-calendar #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text i,
      .vega-widget-warranty-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text i,
      .vega-widget-construction-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text i,
      .timeline-calendar-container #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-text i {
        color: goldenrod; }
    .vega-widget-event-calendar #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container,
    .vega-widget-warranty-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container,
    .vega-widget-construction-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container,
    .timeline-calendar-container #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container {
      flex-grow: 2; }
      .vega-widget-event-calendar #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container .progress,
      .vega-widget-warranty-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container .progress,
      .vega-widget-construction-calendars #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container .progress,
      .timeline-calendar-container #calendar .meeting-project-volunteer-progress .meeting-project-volunteer-progress-container .progress {
        max-width: 6rem;
        height: 0.3rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .vega-widget-event-calendar #calendar[data-format="timeline"] .meeting-timeline,
  .vega-widget-warranty-calendars #calendar[data-format="timeline"] .meeting-timeline,
  .vega-widget-construction-calendars #calendar[data-format="timeline"] .meeting-timeline,
  .timeline-calendar-container #calendar[data-format="timeline"] .meeting-timeline {
    max-width: 50rem;
    margin: 0 auto;
    display: block; }
  .vega-widget-event-calendar #calendar[data-format="timeline"] #planner,
  .vega-widget-warranty-calendars #calendar[data-format="timeline"] #planner,
  .vega-widget-construction-calendars #calendar[data-format="timeline"] #planner,
  .timeline-calendar-container #calendar[data-format="timeline"] #planner {
    display: none; }
  @media only screen and (max-width: 40em) {
    .vega-widget-event-calendar #calendar[data-format="month"],
    .vega-widget-warranty-calendars #calendar[data-format="month"],
    .vega-widget-construction-calendars #calendar[data-format="month"],
    .timeline-calendar-container #calendar[data-format="month"] {
      min-height: 25vh; } }
  @media only screen and (min-width:40.0625em) {
    .vega-widget-event-calendar #calendar[data-format="month"],
    .vega-widget-warranty-calendars #calendar[data-format="month"],
    .vega-widget-construction-calendars #calendar[data-format="month"],
    .timeline-calendar-container #calendar[data-format="month"] {
      top: -4rem; } }
  .vega-widget-event-calendar #calendar.loading #planner .month-control-strip,
  .vega-widget-warranty-calendars #calendar.loading #planner .month-control-strip,
  .vega-widget-construction-calendars #calendar.loading #planner .month-control-strip,
  .timeline-calendar-container #calendar.loading #planner .month-control-strip {
    display: none; }
  .vega-widget-event-calendar #calendar .volunteer-filled-preview,
  .vega-widget-warranty-calendars #calendar .volunteer-filled-preview,
  .vega-widget-construction-calendars #calendar .volunteer-filled-preview,
  .timeline-calendar-container #calendar .volunteer-filled-preview {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem; }
    .vega-widget-event-calendar #calendar .volunteer-filled-preview li,
    .vega-widget-warranty-calendars #calendar .volunteer-filled-preview li,
    .vega-widget-construction-calendars #calendar .volunteer-filled-preview li,
    .timeline-calendar-container #calendar .volunteer-filled-preview li {
      margin: 0.5rem 0 0;
      padding: 0; }
      .vega-widget-event-calendar #calendar .volunteer-filled-preview li .volunteer-filled-slot,
      .vega-widget-warranty-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot,
      .vega-widget-construction-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot,
      .timeline-calendar-container #calendar .volunteer-filled-preview li .volunteer-filled-slot {
        display: inline-block;
        position: relative;
        padding: 0 1rem 0 2.5rem;
        margin: 0;
        line-height: 1.4;
        border: 1px solid rgba(0, 0, 0, 0.4);
        border-radius: 1000px 3px 3px 1000px;
        background: rgba(0, 0, 0, 0.2);
        overflow: hidden;
        white-space: nowrap; }
        .vega-widget-event-calendar #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo,
        .vega-widget-warranty-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo,
        .vega-widget-construction-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo,
        .timeline-calendar-container #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo {
          border-radius: 50%;
          overflow: hidden;
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          left: 1px;
          top: 50%;
          transform: translateY(-50%);
          width: 2rem; }
          .vega-widget-event-calendar #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo img,
          .vega-widget-warranty-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo img,
          .vega-widget-construction-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo img,
          .timeline-calendar-container #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-photo img {
            display: block;
            width: 100%;
            height: auto; }
        .vega-widget-event-calendar #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-category,
        .vega-widget-warranty-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-category,
        .vega-widget-construction-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-category,
        .timeline-calendar-container #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-category {
          display: block;
          color: rgba(255, 255, 255, 0.8); }
        .vega-widget-event-calendar #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-time,
        .vega-widget-warranty-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-time,
        .vega-widget-construction-calendars #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-time,
        .timeline-calendar-container #calendar .volunteer-filled-preview li .volunteer-filled-slot .volunteer-filled-slot-time {
          display: block;
          font-size: 0.7rem;
          color: #a0d3e8; }

@media only screen and (max-width: 40em) {
  .vega-widget-event-calendar #planner .month-control-strip,
  .vega-widget-warranty-calendars #planner .month-control-strip,
  .vega-widget-construction-calendars #planner .month-control-strip,
  .timeline-calendar-container #planner .month-control-strip {
    max-width: 25rem;
    margin: 0 auto;
    padding-top: 0.5rem; } }

.vega-widget-event-calendar #planner .month-control-strip > *,
.vega-widget-warranty-calendars #planner .month-control-strip > *,
.vega-widget-construction-calendars #planner .month-control-strip > *,
.timeline-calendar-container #planner .month-control-strip > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0 0.5rem; }

@media only screen and (min-width:40.0625em) {
  .vega-widget-event-calendar #planner .month-control-strip,
  .vega-widget-warranty-calendars #planner .month-control-strip,
  .vega-widget-construction-calendars #planner .month-control-strip,
  .timeline-calendar-container #planner .month-control-strip {
    position: sticky;
    top: 0;
    z-index: 3;
    padding-right: 5rem;
    margin: 0 auto 0 0;
    width: fit-content; }
    .vega-widget-event-calendar #planner .month-control-strip .filter-calendar-offset,
    .vega-widget-warranty-calendars #planner .month-control-strip .filter-calendar-offset,
    .vega-widget-construction-calendars #planner .month-control-strip .filter-calendar-offset,
    .timeline-calendar-container #planner .month-control-strip .filter-calendar-offset {
      position: absolute;
      right: 2.5rem;
      top: 50%;
      transform: translateY(-50%); }
      .vega-widget-event-calendar #planner .month-control-strip .filter-calendar-offset:last-child,
      .vega-widget-warranty-calendars #planner .month-control-strip .filter-calendar-offset:last-child,
      .vega-widget-construction-calendars #planner .month-control-strip .filter-calendar-offset:last-child,
      .timeline-calendar-container #planner .month-control-strip .filter-calendar-offset:last-child {
        right: 0; } }

@media only screen and (min-width:64.0625em) {
  .vega-widget-event-calendar #planner .month-control-strip,
  .vega-widget-warranty-calendars #planner .month-control-strip,
  .vega-widget-construction-calendars #planner .month-control-strip,
  .timeline-calendar-container #planner .month-control-strip {
    top: 3rem; } }

.vega-widget-event-calendar #planner .month-control-strip h3,
.vega-widget-warranty-calendars #planner .month-control-strip h3,
.vega-widget-construction-calendars #planner .month-control-strip h3,
.timeline-calendar-container #planner .month-control-strip h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (min-width:40.0625em) {
    .vega-widget-event-calendar #planner .month-control-strip h3,
    .vega-widget-warranty-calendars #planner .month-control-strip h3,
    .vega-widget-construction-calendars #planner .month-control-strip h3,
    .timeline-calendar-container #planner .month-control-strip h3 {
      margin: 0;
      line-height: 2.5; } }
.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days,
.vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days,
.vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days,
.timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days {
  margin-left: 7rem; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day,
  .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day,
  .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day,
  .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day {
    width: calc(100% / 7);
    position: relative;
    min-height: 4rem; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty {
      min-height: inherit; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty + .planner-day-empty,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty + .planner-day-empty,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty + .planner-day-empty,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-day-empty + .planner-day-empty {
        min-height: 0; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .highlight-target-event-calendar,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .highlight-target-event-calendar,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .highlight-target-event-calendar,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .highlight-target-event-calendar {
      background-color: brown !important; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting {
      font-size: 0.8rem;
      background: #222323;
      padding: 0.5rem;
      margin-bottom: 0.1rem;
      color: rgba(255, 255, 255, 0.8);
      border-radius: 3px;
      /*white-space: nowrap;*/
      overflow: hidden;
      text-overflow: ellipsis; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="SchDayOff"], .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="TimeOff"], .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="Holiday"],
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="SchDayOff"],
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="TimeOff"],
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="Holiday"],
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="SchDayOff"],
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="TimeOff"],
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="Holiday"],
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="SchDayOff"],
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="TimeOff"],
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="Holiday"] {
        color: #E32027;
        background: #1a0405; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-inactive,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-inactive,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-inactive,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-inactive {
        opacity: 0.75;
        filter: grayscale(1);
        outline: 2px dashed;
        background: transparent !important; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details {
        padding: 0.4rem 0.3rem; }
        .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-name,
        .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-name,
        .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-name,
        .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-name {
          margin: 0;
          padding: 0;
          font-weight: bold;
          color: rgba(255, 255, 255, 0.8); }
        .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-time,
        .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-time,
        .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-time,
        .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting a.load-event-details .meeting-time {
          display: block;
          color: rgba(255, 255, 255, 0.6);
          margin: 0;
          font-size: 0.7rem; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a {
        display: block;
        margin: -0.5rem; }
        .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name,
        .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name,
        .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name,
        .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name {
          padding: 0.5rem; }
          .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name .project-lot,
          .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name .project-lot,
          .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name .project-lot,
          .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting > a > .meeting-name .project-lot {
            font-weight: bold; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="HBSO-bundle"],
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="HBSO-bundle"],
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="HBSO-bundle"],
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting[data-type="HBSO-bundle"] {
        padding: 0; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle {
        /*margin: -0.5rem;*/ }
        .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name,
        .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name,
        .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name,
        .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name {
          padding: 0; }
          .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-count,
          .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-count,
          .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-count,
          .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-count {
            color: rgba(255, 255, 255, 0.5);
            padding: 0.5rem; }
          .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .project-lot,
          .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .project-lot,
          .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .project-lot,
          .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .project-lot {
            display: block;
            padding: 0.5rem;
            cursor: pointer;
            font-weight: bold; }
          .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items,
          .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items,
          .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items,
          .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items {
            display: none;
            padding: 0 0.5rem; }
            .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a,
            .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a,
            .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a,
            .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a {
              padding: 0.5rem 0;
              display: block;
              border-top: 1px solid rgba(255, 255, 255, 0.1);
              color: rgba(255, 255, 255, 0.5); }
              .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a:first-child,
              .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a:first-child,
              .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a:first-child,
              .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a:first-child {
                margin-top: 0.25rem; }
              .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a.is-not-confirmed i,
              .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a.is-not-confirmed i,
              .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a.is-not-confirmed i,
              .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle > .meeting-name .hbso-bundle-items a.is-not-confirmed i {
                color: #e07000;
                margin-right: 0.25rem; }
        .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name,
        .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name,
        .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name,
        .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name {
          background: #5b2020; }
          .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name[data-meeting="HBSO"],
          .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name[data-meeting="HBSO"],
          .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name[data-meeting="HBSO"],
          .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name[data-meeting="HBSO"] {
            background: #4b2f75; }
          .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items,
          .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items,
          .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items,
          .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items {
            display: block; }
            .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items .meeting-name,
            .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items .meeting-name,
            .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items .meeting-name,
            .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting .hbso-bundle.active > .meeting-name .hbso-bundle-items .meeting-name {
              background: inherit; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting img.home-detail-employee-photo,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting img.home-detail-employee-photo,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting img.home-detail-employee-photo,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting img.home-detail-employee-photo {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.25rem;
        border-radius: 1000px;
        width: 2.5rem; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past {
      filter: saturate(10%); }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past .planner-day-date .planner-day-date-label,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past .planner-day-date .planner-day-date-label,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past .planner-day-date .planner-day-date-label,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-past .planner-day-date .planner-day-date-label {
        opacity: 0.5; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-not-this-month,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-not-this-month,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-not-this-month,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-not-this-month {
      opacity: 0.5; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-today,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-today,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-today,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day.is-today {
      background: rgba(89, 166, 189, 0.2); }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .ghosted,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .ghosted,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .ghosted,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .ghosted {
      opacity: 0.5; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user {
      display: inline-block;
      vertical-align: top;
      background: none;
      text-align: center;
      padding: 0.2rem 0.2rem 0; }
      .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user .timeoff-slots,
      .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user .timeoff-slots,
      .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user .timeoff-slots,
      .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-week-user .timeoff-slots {
        font-size: 0.5rem; }
    .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .add-new-event,
    .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .add-new-event,
    .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .add-new-event,
    .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .add-new-event {
      z-index: 1;
      position: absolute;
      color: #fff; }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-header,
.vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-header,
.vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-header,
.timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-header {
  width: 7rem; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-header a,
  .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-header a,
  .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-header a,
  .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-header a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered,
.vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered,
.vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered,
.timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered {
  position: absolute;
  height: inherit;
  padding: 0 0.5rem;
  top: 0;
  left: 0;
  right: 0; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered.alert,
  .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered.alert,
  .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered.alert,
  .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered.alert {
    background: #E32027 !important; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered .label,
  .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered .label,
  .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered .label,
  .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .uncovered-days .uncovered .label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: transparent;
    font-weight: bold;
    white-space: pre-line; }

@media only screen and (min-width:40.0625em) {
  .vega-widget-event-calendar #planner .planner-list .planner-week .day-header,
  .vega-widget-warranty-calendars #planner .planner-list .planner-week .day-header,
  .vega-widget-construction-calendars #planner .planner-list .planner-week .day-header,
  .timeline-calendar-container #planner .planner-list .planner-week .day-header {
    position: sticky;
    top: 7rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2; } }

body[data-calendar-type="coverageCalendar"] .hide-for-coverage-calendar {
  display: none !important; }

body[data-calendar-type="coverageCalendar"] .show-for-coverage-calendar {
  display: inherit !important; }
  body[data-calendar-type="coverageCalendar"] .show-for-coverage-calendar .f-dropdown li a {
    text-align: left; }

body #planner .planner-list .planner-week .planner-week-row .planner-week-days {
  border-left: none; }

body .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days,
body .vega-widget-warranty-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days,
body .vega-widget-construction-calendars #planner .planner-list .planner-week .planner-week-row .planner-week-days,
body .timeline-calendar-container #planner .planner-list .planner-week .planner-week-row .planner-week-days {
  margin-left: 0; }

body .calendar-view {
  width: 100%;
  margin-left: 0 !important; }
  body .calendar-view .flex {
    display: flex; }
  body .calendar-view i {
    cursor: pointer; }

/*# sourceMappingURL=event-details.css.map */
.event-attendees {
  margin: 1rem 0;
  padding: 0; }
  .event-attendees:not(.manage-mode) .show-for-manage-mode {
    display: none !important; }
  @media only screen and (max-width: 40em) {
    .event-attendees.manage-mode ul li.time-attendees .attendees-count {
      margin-left: 0; }
    .event-attendees.manage-mode ul li.time-attendees .member-selected,
    .event-attendees.manage-mode ul li.time-attendees .member-signup,
    .event-attendees.manage-mode ul li.time-attendees .member-signup-full {
      display: none; } }
  .event-attendees ul.group-attendees li a {
    background-color: #333;
    padding: 0.3rem 0.5rem;
    margin: 0.15rem 0;
    display: flex;
    justify-content: space-between;
    border: 2px solid #333;
    color: #fff;
    align-items: center;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    white-space: nowrap; }
    .event-attendees ul.group-attendees li a.available_slots {
      opacity: 0.5;
      cursor: default; }
    .event-attendees ul.group-attendees li a strong {
      color: white;
      margin-right: 0.5rem; }
    .event-attendees ul.group-attendees li a i.fa-lock {
      opacity: 0.5; }
  .event-attendees ul.group-attendees li.slot-text-button a.add-single-slot {
    background: none;
    border: none;
    padding-top: 0;
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    justify-content: flex-end;
    font-size: 14px;
    color: #888; }
    .event-attendees ul.group-attendees li.slot-text-button a.add-single-slot span {
      opacity: 0.6; }
  .event-attendees ul.group-attendees li.slot-text-button a:hover span {
    color: #fff;
    opacity: 1; }
  .event-attendees ul.group-attendees li.slot-text-button .btn-save-shift {
    background: #333;
    padding: 0.5rem;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    height: 50px; }
  .event-attendees ul.group-attendees li.list-of-volunteers {
    background-color: transparent;
    border: none;
    margin-bottom: 1.5rem;
    color: white;
    display: block; }
  .event-attendees ul.group-attendees li.member-selected .event-slot-booked {
    color: palegreen;
    border-color: palegreen; }
    .event-attendees ul.group-attendees li.member-selected .event-slot-booked strong {
      color: palegreen; }
    .event-attendees ul.group-attendees li.member-selected .event-slot-booked span {
      color: palegreen; }
      .event-attendees ul.group-attendees li.member-selected .event-slot-booked span .label {
        background-color: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        font-size: 0.6rem; }
  .event-attendees ul.group-attendees li.member-selected .event-slot-marked-as-no-show {
    color: #FFCCCB;
    border-color: #FFCCCB; }
    .event-attendees ul.group-attendees li.member-selected .event-slot-marked-as-no-show strong {
      color: #FFCCCB; }
  .event-attendees ul.group-attendees li.member-selected .member-selected-trash {
    width: 33px;
    min-height: 46px; }
  .event-attendees ul.group-attendees li.member-signup {
    margin-top: 0; }
    .event-attendees ul.group-attendees li.member-signup a {
      /*color: #fff;
				border-color: #de6e00;
				background-color: #de6e00;*/ }
      .event-attendees ul.group-attendees li.member-signup a span {
        color: #e07000;
        /*color: rgba(255, 255, 255, 0.5);*/ }
  .event-attendees ul.group-attendees .has-trash, .event-attendees ul.group-attendees .slot-text-button {
    display: flex;
    justify-content: space-between; }
    .event-attendees ul.group-attendees .has-trash i.accordion, .event-attendees ul.group-attendees .slot-text-button i.accordion {
      padding: 1rem 0;
      cursor: pointer; }
    .event-attendees ul.group-attendees .has-trash .slot-icon-trash, .event-attendees ul.group-attendees .has-trash .category-popup-container, .event-attendees ul.group-attendees .has-trash i.slot-icon-add, .event-attendees ul.group-attendees .slot-text-button .slot-icon-trash, .event-attendees ul.group-attendees .slot-text-button .category-popup-container, .event-attendees ul.group-attendees .slot-text-button i.slot-icon-add {
      display: flex;
      align-items: center;
      justify-content: center;
      border-left: 1px solid #494949;
      padding: 1rem;
      margin-left: 1rem;
      color: #666;
      width: 33px;
      height: auto; }
      .event-attendees ul.group-attendees .has-trash .slot-icon-trash:hover, .event-attendees ul.group-attendees .has-trash .category-popup-container:hover, .event-attendees ul.group-attendees .has-trash i.slot-icon-add:hover, .event-attendees ul.group-attendees .slot-text-button .slot-icon-trash:hover, .event-attendees ul.group-attendees .slot-text-button .category-popup-container:hover, .event-attendees ul.group-attendees .slot-text-button i.slot-icon-add:hover {
        color: white; }
      .event-attendees ul.group-attendees .has-trash .slot-icon-trash::before, .event-attendees ul.group-attendees .has-trash .category-popup-container::before, .event-attendees ul.group-attendees .has-trash i.slot-icon-add::before, .event-attendees ul.group-attendees .slot-text-button .slot-icon-trash::before, .event-attendees ul.group-attendees .slot-text-button .category-popup-container::before, .event-attendees ul.group-attendees .slot-text-button i.slot-icon-add::before {
        font-size: 14px; }
    .event-attendees ul.group-attendees .has-trash .event-calendar-past-slots, .event-attendees ul.group-attendees .slot-text-button .event-calendar-past-slots {
      height: 48px !important; }
    .event-attendees ul.group-attendees .has-trash .custom-icon-trash, .event-attendees ul.group-attendees .slot-text-button .custom-icon-trash {
      width: 33px;
      height: 65px; }
    .event-attendees ul.group-attendees .has-trash .slot-text-trash, .event-attendees ul.group-attendees .slot-text-button .slot-text-trash {
      width: 33px;
      height: 60px; }
  .event-attendees ul.group-attendees li.time-attendees {
    background-color: transparent;
    border: none;
    color: white;
    display: block; }
    .event-attendees ul.group-attendees li.time-attendees ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0; }
      .event-attendees ul.group-attendees li.time-attendees ul li {
        font-size: 12px;
        display: flex;
        align-items: center; }
        .event-attendees ul.group-attendees li.time-attendees ul li.time-slot {
          color: #a0d3e8;
          display: flex;
          align-items: center;
          flex-grow: 2;
          padding: 0.5rem 0; }
          .event-attendees ul.group-attendees li.time-attendees ul li.time-slot i.fa-clock {
            margin-left: 7px; }
        .event-attendees ul.group-attendees li.time-attendees ul li.attendees-count {
          margin-left: 1rem; }
          .event-attendees ul.group-attendees li.time-attendees ul li.attendees-count .points-value {
            margin: 0 0.5rem; }
            .event-attendees ul.group-attendees li.time-attendees ul li.attendees-count .points-value[data-tipped-options] {
              cursor: pointer; }
            .event-attendees ul.group-attendees li.time-attendees ul li.attendees-count .points-value .faded {
              color: rgba(255, 255, 255, 0.5); }
          .event-attendees ul.group-attendees li.time-attendees ul li.attendees-count i.fa-hand {
            margin-right: 0.25rem; }
          .event-attendees ul.group-attendees li.time-attendees ul li.attendees-count span.number_of_slots {
            margin-right: 10px; }
        .event-attendees ul.group-attendees li.time-attendees ul li.member-signup, .event-attendees ul.group-attendees li.time-attendees ul li.member-signup-full, .event-attendees ul.group-attendees li.time-attendees ul li.member-selected {
          margin: 0 1.5rem 1.5rem;
          font-size: 1rem;
          width: 100%; }
          @media only screen and (min-width:40.0625em) {
            .event-attendees ul.group-attendees li.time-attendees ul li.member-signup, .event-attendees ul.group-attendees li.time-attendees ul li.member-signup-full, .event-attendees ul.group-attendees li.time-attendees ul li.member-selected {
              width: 15rem;
              margin: 0 1.5rem; } }
          .event-attendees ul.group-attendees li.time-attendees ul li.member-signup span[data-number] .label, .event-attendees ul.group-attendees li.time-attendees ul li.member-signup-full span[data-number] .label, .event-attendees ul.group-attendees li.time-attendees ul li.member-selected span[data-number] .label {
            display: none; }
          .event-attendees ul.group-attendees li.time-attendees ul li.member-signup i.slot-icon-trash, .event-attendees ul.group-attendees li.time-attendees ul li.member-signup-full i.slot-icon-trash, .event-attendees ul.group-attendees li.time-attendees ul li.member-selected i.slot-icon-trash {
            display: none; }
        .event-attendees ul.group-attendees li.time-attendees ul li.member-signup-full .secondary {
          color: rgba(255, 255, 255, 0.5); }
        .event-attendees ul.group-attendees li.time-attendees ul li.slots-err-message {
          width: calc(100% - 0.5rem);
          text-align: center;
          color: #e07000;
          border: 1px solid #e07000;
          border-radius: 3px;
          padding: 0.5rem;
          margin: 0 0.25rem;
          position: absolute;
          right: 0;
          background: #000;
          height: 45px; }
          .event-attendees ul.group-attendees li.time-attendees ul li.slots-err-message span {
            width: 100%; }
          .event-attendees ul.group-attendees li.time-attendees ul li.slots-err-message .slot-icon-trash {
            display: none !important; }
    .event-attendees ul.group-attendees li.time-attendees[data-available]:not([data-available="0"]) ul li {
      /*&.time-slot {
							color: #e07000;
						}*/ }
      .event-attendees ul.group-attendees li.time-attendees[data-available]:not([data-available="0"]) ul li.attendees-count i.fa-hand,
      .event-attendees ul.group-attendees li.time-attendees[data-available]:not([data-available="0"]) ul li.attendees-count .number_of_slots {
        color: #e07000; }
    .event-attendees ul.group-attendees li.time-attendees[data-available="0"] ul li {
      /*&.time-slot {
							color: palegreen;
						}*/ }
      .event-attendees ul.group-attendees li.time-attendees[data-available="0"] ul li.attendees-count i.fa-hand,
      .event-attendees ul.group-attendees li.time-attendees[data-available="0"] ul li.attendees-count .number_of_slots {
        /*color: lighten($secondary-color, 30%);*/
        color: palegreen; }
  .event-attendees .group-attendees {
    border: 1px solid #333;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, #000 5rem);
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    margin-top: 0;
    /*overflow: hidden;
		overflow-y: auto;*/ }
    .event-attendees .group-attendees.is-not-available {
      /*border-color: palegreen;*/ }
    .event-attendees .group-attendees.public i.accordion-icon {
      visibility: hidden; }
    .event-attendees .group-attendees .has-padding {
      padding: 1rem 0; }
    .event-attendees .group-attendees .group-heading {
      color: white; }
    @media only screen and (max-width: 40em) {
      .event-attendees .group-attendees .accordion-body.open {
        /* hide member selected/signup on small screens when accordion is opened */ }
        .event-attendees .group-attendees .accordion-body.open .time-attendees .member-selected,
        .event-attendees .group-attendees .accordion-body.open .time-attendees .member-signup,
        .event-attendees .group-attendees .accordion-body.open .time-attendees .member-signup-full {
          display: none !important; } }
    @media only screen and (min-width:40.0625em) {
      .event-attendees .group-attendees .accordion-body.open .time-attendees .member-selected,
      .event-attendees .group-attendees .accordion-body.open .time-attendees .member-signup {
        visibility: hidden !important; } }
    .event-attendees .group-attendees .accordion-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      line-height: 1; }
      .event-attendees .group-attendees .accordion-heading .slot-category-name {
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
        margin: 1rem 0; }
      .event-attendees .group-attendees .accordion-heading .edit-event-slot-title input.category {
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        height: 28.8px;
        color: #ccc;
        font-size: inherit; }
      .event-attendees .group-attendees .accordion-heading .action-icons {
        align-items: center; }
        .event-attendees .group-attendees .accordion-heading .action-icons .category-popup-container .popup-trigger .fa-ellipsis-h {
          font-size: 14px; }
    .event-attendees .group-attendees li.text-heading p {
      font-size: 14px;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.8);
      margin-right: 20px; }
  .event-attendees .check-in-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .event-attendees .check-in-list .check-in-list-time {
      color: #a0d3e8;
      font-size: 1rem;
      margin: 2rem 0 0.5rem 0.5rem; }
    .event-attendees .check-in-list .check-in-list-item {
      display: flex;
      justify-content: space-between;
      align-content: center;
      gap: 0.5rem;
      padding: 1rem 0.5rem;
      background: #222323;
      margin: 0.25rem 0;
      border-radius: 3px;
      color: rgba(255, 255, 255, 0.8); }
      .event-attendees .check-in-list .check-in-list-item .check-out-user .checked-out-icon {
        display: none; }
      .event-attendees .check-in-list .check-in-list-item .check-out-user .checked-in-icon {
        display: inline-block;
        color: #80B602; }
      .event-attendees .check-in-list .check-in-list-item .check-in-user .checked-out-icon {
        display: inline-block; }
      .event-attendees .check-in-list .check-in-list-item .check-in-user .checked-in-icon {
        display: none; }
      .event-attendees .check-in-list .check-in-list-item .check-out-user .working-icon,
      .event-attendees .check-in-list .check-in-list-item .check-in-user .working-icon {
        display: none; }
      .event-attendees .check-in-list .check-in-list-item .check-out-user.working .working-icon,
      .event-attendees .check-in-list .check-in-list-item .check-in-user.working .working-icon {
        display: inline-block; }
      .event-attendees .check-in-list .check-in-list-item .check-out-user.working .checked-in-icon,
      .event-attendees .check-in-list .check-in-list-item .check-out-user.working .checked-out-icon,
      .event-attendees .check-in-list .check-in-list-item .check-in-user.working .checked-in-icon,
      .event-attendees .check-in-list .check-in-list-item .check-in-user.working .checked-out-icon {
        display: none; }
      .event-attendees .check-in-list .check-in-list-item .check-in-list-item-name {
        flex-grow: 2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .event-attendees .check-in-list .check-in-list-item .check-in-list-item-name .label {
          background-color: rgba(255, 255, 255, 0.2);
          color: rgba(255, 255, 255, 0.8);
          text-transform: uppercase;
          font-size: 0.6rem; }
      .event-attendees .check-in-list .check-in-list-item .check-in-list-item-position {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.5); }

.event-slot-points {
  padding: 0.5rem; }
  .event-slot-points strong {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }
  .event-slot-points .button {
    margin-bottom: 0; }

.event-container-left-bar {
  justify-content: center; }
  .event-container-left-bar .category_list {
    display: block;
    width: 14rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0; }
    .event-container-left-bar .category_list .event_category_list {
      color: inherit; }
    .event-container-left-bar .category_list .category_data .button-bar ul {
      list-style: none; }
    .event-container-left-bar .category_list .category_data .button-bar .inline-list {
      margin-left: 0; }
      .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row {
        border: 1px solid #444; }
        .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control u {
          margin-left: 0; }
        .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .searchbar-div {
          display: flex;
          align-items: center;
          width: 100%;
          color: #ffffff;
          padding-right: 5px; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .searchbar-div .fa-search:hover {
            cursor: pointer; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .searchbar-div i {
            margin-left: -11px; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .searchbar-div > input {
            border: none;
            margin: 0;
            box-shadow: none;
            background-color: transparent;
            color: #fff; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .searchbar-div ::placeholder {
            color: #ffffff; }
        .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control input#search:focus {
          background: transparent; }
        .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .event-cl-search-area {
          width: 85%;
          z-index: 999;
          background-color: #000000;
          max-height: 274px;
          overflow-y: auto;
          position: absolute;
          border: 1px solid;
          margin-left: -21px;
          padding: 0; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .event-cl-search-area .result {
            padding: 5px;
            border-bottom: 1px solid #ccc;
            cursor: pointer; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .event-cl-search-area .result:hover {
            background-color: #f2f2f2; }
          .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .event-cl-search-area .event-calendar-search {
            font-size: 13px;
            color: #fff;
            font-weight: 400;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding: 0.5rem; }
            .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .event-cl-search-area .event-calendar-search:hover {
              background-color: #4493ab;
              color: #fff; }
            .event-container-left-bar .category_list .category_data .button-bar .inline-list .filter-row .filter-control .event-cl-search-area .event-calendar-search a {
              color: #fff; }
    .event-container-left-bar .category_list .category_data .button-bar .trade-partner-category-block .trade-partner-category-title {
      font-size: 0.8rem;
      padding-top: 1rem;
      color: rgba(255, 255, 255, 0.35);
      text-transform: uppercase; }
    .event-container-left-bar .category_list .category_data .button-bar .trade-partner-category-block .trade-partner-categories {
      height: 194px;
      overflow-y: auto;
      margin-bottom: 0.4rem;
      margin-left: 0;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.8rem; }
    .event-container-left-bar .category_list .category_data i.fa-circle-xmark {
      color: #ffffff;
      position: absolute;
      top: 40px;
      right: 20px; }
    .event-container-left-bar .category_list .event_data .button-bar ul {
      list-style: none; }
    .event-container-left-bar .category_list .event_data .button-bar .inline-list {
      margin-left: 0; }
      .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row {
        border: 1px solid #444; }
        .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search {
          margin-left: 0; }
          .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search input#slots_search:focus {
            background: transparent; }
          .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search #event-cl-slots-area .event-calendar-search {
            font-size: 13px;
            color: #fff;
            font-weight: 400;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding: 0.5rem; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search #event-cl-slots-area .event-calendar-search:hover {
              background-color: #4493ab;
              color: #fff; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search #event-cl-slots-area .event-calendar-search a {
              color: #fff; }
          .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search .searchbar-div {
            display: flex;
            align-items: center;
            width: 100%;
            color: #ffffff;
            padding-right: 5px; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search .searchbar-div .fa-search:hover {
              cursor: pointer; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search .searchbar-div i {
              margin-left: 10px; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search .searchbar-div > input {
              border: none;
              margin: 0;
              box-shadow: none;
              background-color: transparent;
              color: #fff; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search .searchbar-div ::placeholder {
              color: #ffffff; }
          .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search #event-cl-slots-area {
            width: 85%;
            z-index: 999;
            background-color: #3e3f44;
            max-height: 280px;
            overflow-y: auto;
            position: absolute;
            border: 1px solid;
            padding: 0; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search #event-cl-slots-area .result {
              padding: 5px;
              border-bottom: 1px solid #ccc;
              cursor: pointer; }
            .event-container-left-bar .category_list .event_data .button-bar .inline-list .filter-row .filter-control .slots_filter_search #event-cl-slots-area .result:hover {
              background-color: #f2f2f2; }
    .event-container-left-bar .category_list .event_data .button-bar .trade-partner-category-block .trade-partner-category-title {
      font-size: 0.8rem;
      padding-top: 1rem;
      color: rgba(255, 255, 255, 0.35);
      text-transform: uppercase; }
    .event-container-left-bar .category_list .event_data .button-bar .trade-partner-category-block .trade-partner-categories {
      height: 200px;
      overflow-y: auto;
      margin-bottom: 0.4rem;
      margin-left: 0;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.8rem; }
      .event-container-left-bar .category_list .event_data .button-bar .trade-partner-category-block .trade-partner-categories .slot_id {
        color: inherit; }
        .event-container-left-bar .category_list .event_data .button-bar .trade-partner-category-block .trade-partner-categories .slot_id:hover {
          color: #59a6bd; }
  .event-container-left-bar .calendar-view {
    width: auto;
    margin-left: 14rem;
    padding-left: 0;
    padding-bottom: 0; }

#event-copy-modal {
  max-width: 100%;
  position: absolute;
  z-index: 99999;
  background: #000;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
  width: fit-content;
  right: 3rem;
  border-radius: 6px;
  padding: 1rem 1rem 0;
  white-space: nowrap; }
  #event-copy-modal #copy_date {
    width: 10rem;
    display: inline-block; }

#detail_contents .event-details #slots_separator {
  opacity: 0.23;
  display: none; }

#detail_contents .event-details #leftbar {
  flex-grow: 1;
  overflow: auto;
  text-align: left;
  /*@media only screen and (max-width: 40em) {
				padding-top: 3rem;
			}*/ }
  #detail_contents .event-details #leftbar .event-header {
    margin-bottom: 2rem; }
    #detail_contents .event-details #leftbar .event-header .event-header-meta {
      margin: 1rem 0 0;
      font-size: 0.7rem;
      line-height: 1.4;
      color: rgba(255, 255, 255, 0.6); }
      #detail_contents .event-details #leftbar .event-header .event-header-meta ul {
        margin: 0;
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
        #detail_contents .event-details #leftbar .event-header .event-header-meta ul li {
          display: block;
          font-size: inherit;
          line-height: inherit;
          color: inherit; }
    #detail_contents .event-details #leftbar .event-header .flex-container {
      display: flex; }
      #detail_contents .event-details #leftbar .event-header .flex-container h2.bold {
        margin-right: 4rem; }
      #detail_contents .event-details #leftbar .event-header .flex-container .event-controls {
        position: absolute;
        right: 0;
        margin-right: 1rem;
        margin-top: 1rem; }
        #detail_contents .event-details #leftbar .event-header .flex-container .event-controls a {
          color: rgba(255, 255, 255, 0.8);
          margin-right: 0.5rem;
          margin-top: 1rem; }
          #detail_contents .event-details #leftbar .event-header .flex-container .event-controls a:hover {
            color: #fff; }
    #detail_contents .event-details #leftbar .event-header h1, #detail_contents .event-details #leftbar .event-header h5 {
      line-height: 1;
      margin: 0; }
    #detail_contents .event-details #leftbar .event-header h5 {
      color: rgba(255, 255, 255, 0.5); }
    #detail_contents .event-details #leftbar .event-header label.secondary {
      background: rgba(0, 0, 0, 0.5); }
    #detail_contents .event-details #leftbar .event-header label.round {
      border-radius: 6px; }
  #detail_contents .event-details #leftbar .event-meta {
    margin: 0; }
    #detail_contents .event-details #leftbar .event-meta li {
      display: inline-block;
      margin-right: 1rem;
      font-size: 16px; }
      #detail_contents .event-details #leftbar .event-meta li i {
        margin-right: 0.5rem; }
      #detail_contents .event-details #leftbar .event-meta li span.small {
        color: #a0a0a0; }
  #detail_contents .event-details #leftbar .event-body {
    margin-top: 2rem; }
    #detail_contents .event-details #leftbar .event-body .long-desc {
      color: rgba(255, 255, 255, 0.8); }
      #detail_contents .event-details #leftbar .event-body .long-desc ol li, #detail_contents .event-details #leftbar .event-body .long-desc ul li {
        margin: 0 0 0.5rem;
        line-height: 1.4; }

#detail_contents .event-details #rightbar {
  padding-bottom: 10rem; }
  #detail_contents .event-details #rightbar .block.event-date {
    border: 4px solid #ddd;
    padding: 1.5rem;
    border-radius: 1rem; }
    #detail_contents .event-details #rightbar .block.event-date ul.no-bullet {
      text-align: left;
      margin: 0; }
    #detail_contents .event-details #rightbar .block.event-date h1, #detail_contents .event-details #rightbar .block.event-date h5 {
      margin: 0;
      line-height: 1.3; }
    #detail_contents .event-details #rightbar .block.event-date h1 {
      padding: 0; }
  #detail_contents .event-details #rightbar .text-right {
    width: 100%; }
  #detail_contents .event-details #rightbar #show_filter i {
    color: white; }
  #detail_contents .event-details #rightbar .default_list {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    border: 1px solid #333;
    box-shadow: 0 0 20px #000;
    z-index: 99999;
    right: 14px;
    top: 22px;
    border-radius: 6px;
    text-align: left; }
    #detail_contents .event-details #rightbar .default_list .filter-slots {
      color: #fff;
      display: block;
      border-bottom: 1px solid #444;
      padding: 0.5rem; }
      #detail_contents .event-details #rightbar .default_list .filter-slots:hover {
        background-color: #212225;
        color: white; }
  #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border {
    border: 1px solid #333 !important;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0; }
    #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet {
      margin: 0; }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.member-selected {
        position: relative; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.member-selected .event-autocomplete-lists {
          position: absolute;
          right: 0;
          top: 40px;
          z-index: 9999999;
          width: 100%;
          background: black;
          transform: translateY(-3px); }
          #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.member-selected .event-autocomplete-lists .slot_category_auto {
            text-align: initial; }
            #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.member-selected .event-autocomplete-lists .slot_category_auto .slot-category {
              font-size: 13px;
              color: #fff;
              font-weight: 400;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              padding: 0.5rem; }
              #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.member-selected .event-autocomplete-lists .slot_category_auto .slot-category:hover {
                background-color: #4493ab;
                color: #fff; }
              #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.member-selected .event-autocomplete-lists .slot_category_auto .slot-category a {
                color: #fff; }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.addshift_btn {
        margin-bottom: 1rem; }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.employee-only {
        margin-bottom: 1rem;
        padding: 0 0.25rem; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.employee-only label {
          color: rgba(255, 255, 255, 0.8); }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.save-cancel-controller {
        display: flex;
        border: unset;
        background: unset;
        width: auto;
        height: 50px; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.save-cancel-controller #savebtn {
          display: flex;
          justify-content: space-between;
          border: 2px solid #333;
          align-items: center; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.save-cancel-controller .slots-btn-form {
          margin-bottom: 0;
          justify-content: center;
          gap: 0.5rem;
          padding: 0.625rem 1.25rem 0.6875rem 1.05rem; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.save-cancel-controller .add_position {
          margin-bottom: 0; }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.time_range {
        display: flex;
        align-items: center; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet li.time_range .time_fields {
          width: 49%; }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet .time_range.flex {
        display: flex; }
      #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet .slot-group .btn-group {
        font-size: 0;
        display: flex; }
        #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet .slot-group .btn-group button {
          margin-right: 1px;
          width: 100%; }
          #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet .slot-group .btn-group button:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
          #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet .slot-group .btn-group button:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
          #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form .group-attendees-border ul.no-bullet .slot-group .btn-group button.selected {
            background: #59a6bd;
            color: #fff;
            /*font-weight: bold;*/ }
  #detail_contents .event-details #rightbar .event-attendees .heartbeat-event-calendar-form #error-container #error-message {
    color: #e07000;
    font-size: 12px;
    margin-right: 50px; }
  #detail_contents .event-details #rightbar .event-attendees .right-bar-slots.loading {
    position: relative; }
    #detail_contents .event-details #rightbar .event-attendees .right-bar-slots.loading::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("https://heartbeat.schellbrothers.com/get/u!vega/lib/images/ajax/ajax-loader-3box.gif") no-repeat 50%;
      z-index: 1; }
    #detail_contents .event-details #rightbar .event-attendees .right-bar-slots.loading > * {
      opacity: 0.25; }
  #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees {
    position: relative;
    /* for popup */ }
    #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .category-detail-btn-popup {
      display: none;
      position: absolute;
      border: 1px solid #444;
      padding: 0.5rem 1rem 0.5rem 0.5rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
      z-index: 1;
      top: 0.5rem;
      right: 3rem;
      background: #333333;
      border-radius: 5px;
      font-size: 13px;
      color: inherit; }
      #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .category-detail-btn-popup a {
        gap: 0;
        padding: 0;
        justify-content: flex-start; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .category-detail-btn-popup a:hover {
          background: #4493ab;
          color: white; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .category-detail-btn-popup a i {
          width: 24px;
          height: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 0.5rem; }
      #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .category-detail-btn-popup .new-shift-form {
        margin-bottom: 1rem; }
    #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body {
      margin-bottom: 0; }
      #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content {
        padding-left: 1.5rem;
        /*.slots-err-message {
									margin-top: 0;
									text-align: left;
									color: #e07000;
									font-size: 12px;
								}*/ }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content [data-number]::before {
          content: attr(data-number); }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res input.search.action-item-subscriber.ui-autocomplete-input::-webkit-input-placeholder {
          color: #fff; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res input.ui-autocomplete-input::placeholder {
          color: #fff; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users {
          margin-top: 0; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users .ui-autocomplete.ui-widget-content {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.9rem;
            z-index: 999;
            max-height: 280px;
            max-width: calc(100vw - 3rem);
            overflow-y: auto;
            /*position: absolute;
											border: 1px solid;
											padding: 0;
											width: 100% !important;
											left: 0 !important;*/
            text-align: left;
            background: #3e3f44 !important; }
            @media only screen and (min-width:40.0625em) {
              #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users .ui-autocomplete.ui-widget-content {
                max-width: 600px; } }
            #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users .ui-autocomplete.ui-widget-content .ui-menu-item {
              /*font-size: 13px;
												color: #fff;
												font-weight: 400;*/
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
              #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users .ui-autocomplete.ui-widget-content .ui-menu-item a.ui-corner-all {
                /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
                /*background: transparent;*/
                border: unset;
                margin: 0 !important;
                padding: 0.3rem;
                border-radius: 0;
                /*small {
														text-transform: uppercase;
														color: rgba(255, 255, 255, 0.5);
														display: block;
													}*/
                /*&:hover {
														background-color: #4493ab !important;
														color: #fff !important;
													}*/ }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users .page-search-control {
            border-radius: 4px;
            border: 1px solid #de6e00;
            background: #de6e00;
            color: #fff; }
            #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .user-res .search-users .page-search-control .search {
              background: #de6e00;
              font-size: 1rem; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .shift-event-slot-form {
          display: none;
          width: 100%; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .shift-event-slot-form input {
            margin-bottom: 0; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .shift-event-slot-form .slot-shift-save-btn {
            display: flex; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .formContent li.time_range {
          display: flex;
          align-items: center; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .formContent li.time_range i.slots_line_separator {
            margin-left: 6px !important;
            margin-bottom: 0;
            width: 33px;
            height: 60px; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .formContent li.time_range i {
            font-size: 14px;
            margin-left: 0;
            margin-bottom: 0; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .slot-text-button .formContent li.time_range .remove-shift-row {
            margin-left: 3px; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .add-single-shift {
          margin-bottom: 1rem;
          width: fit-content;
          font-size: 0.8rem; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .event-calendar-users {
          /*min-height: 46px;*/ }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .event-calendar-users > a {
            min-height: 2.5rem;
            margin: 0.25rem 0; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .btn-group {
          /*> span {*/
          font-size: 0;
          display: flex;
          /*}*/ }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .btn-group button {
            margin-top: 1rem;
            margin-right: 1px;
            width: 100%; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .btn-group .selected {
            background: #59a6bd;
            color: #fff; }
          #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .btn-group .partner-point-hidden {
            pointer-events: none; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .btn-group button:first-child {
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content .btn-group button:nth-last-child(2) {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
      #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body .panel-content-past {
        margin-bottom: 8px; }
      #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .group-attendees .accordion-body hr {
        opacity: 0.25;
        margin: 0; }
  #detail_contents .event-details #rightbar .event-attendees .right-bar-slots[data-filter="is-available"] .time-attendees[data-available="0"] {
    display: none !important; }
  #detail_contents .event-details #rightbar .event-attendees .right-bar-slots[data-filter="is-mine"] .time-attendees:not(.is-mine) {
    display: none !important; }
  #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .no-events {
    margin-top: 220px;
    display: none; }
  #detail_contents .event-details #rightbar .event-attendees .right-bar-slots .time-validation-err-msg {
    color: #e07000;
    font-size: 12px; }
  #detail_contents .event-details #rightbar .slot_volunteer_btn {
    width: 16%;
    position: fixed;
    right: 2.9rem;
    bottom: -1.3rem; }
  #detail_contents .event-details #rightbar .volunteer_position {
    right: 2.6rem !important;
    bottom: 27rem !important; }
  #detail_contents .event-details #rightbar #collapse_all {
    color: white;
    margin-right: 8px; }

#calendar-popup #eventModal {
  opacity: 1;
  top: 0;
  z-index: 9999; }

#calendar-popup .DTED_Lightbox_Wrapper {
  overflow: hidden; }
  #calendar-popup .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE_Action_Create .DTE_Body .DTE_Body_Content {
    /*height: 70vh;*/
    height: calc(100vh - 10rem);
    overflow: hidden;
    overflow-y: auto; }
    #calendar-popup .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE_Action_Create .DTE_Body .DTE_Body_Content #DTE_Field_HeartbeatEvent-long_description {
      height: 20rem; }

.swal2-container.swal2-backdrop-show {
  background: transparent; }

.swal2-container .swal2-popup {
  position: fixed;
  top: 3rem;
  right: 0;
  bottom: 0;
  width: 800px;
  padding: 0;
  background-color: black;
  z-index: 9999;
  overflow: hidden !important;
  align-content: flex-start;
  border-radius: 0; }
  @media only screen and (min-width:40.0625em) {
    .swal2-container .swal2-popup {
      border-left: 1px solid #333; } }
  .swal2-container .swal2-popup .swal2-actions {
    display: none !important; }
  .swal2-container .swal2-popup .swal2-html-container {
    margin: 0 !important;
    font-size: inherit !important;
    height: calc(100vh - 3rem); }

.swal2-container .swal2-close-button-desktop {
  display: block;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1;
  color: #666;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 3.25rem;
  right: 0.5rem;
  z-index: 9999; }

.swal2-container .swal2-close-button-desktop:hover {
  color: inherit;
  text-decoration: none; }

.swal2-container #detail_contents .event-details {
  padding: 2rem 3rem 2rem 3rem; }
  .swal2-container #detail_contents .event-details #leftbar {
    width: 100%;
    float: none;
    overflow: visible; }
    .swal2-container #detail_contents .event-details #leftbar > .block {
      margin: 2rem 0.5rem;
      position: relative; }
    .swal2-container #detail_contents .event-details #leftbar > .event-header {
      margin: 0;
      border: 3px solid #fff;
      border-radius: 1rem;
      padding: 2rem;
      float: none; }
      @media only screen and (min-width:40.0625em) {
        .swal2-container #detail_contents .event-details #leftbar > .event-header {
          position: sticky;
          top: 0;
          z-index: 2; } }
      .swal2-container #detail_contents .event-details #leftbar > .event-header .label:not(.alert) {
        background: rgba(0, 0, 0, 0.5); }
    .swal2-container #detail_contents .event-details #leftbar .event-buttons {
      margin-top: 1rem; }
      .swal2-container #detail_contents .event-details #leftbar .event-buttons .button {
        display: block;
        width: 100%;
        max-width: 100%; }
      @media only screen and (min-width:40.0625em) {
        .swal2-container #detail_contents .event-details #leftbar .event-buttons {
          margin: 0;
          position: absolute;
          top: 0;
          right: 0; }
          .swal2-container #detail_contents .event-details #leftbar .event-buttons .button {
            width: 12rem;
            max-width: 100%; } }
  .swal2-container #detail_contents .event-details #rightbar {
    text-align: left;
    width: 100%;
    float: none;
    overflow: visible; }
    .swal2-container #detail_contents .event-details #rightbar > h4 {
      padding: 1rem 0.5rem; }
    .swal2-container #detail_contents .event-details #rightbar > .more-actions {
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
      /*background: #000;
					padding: 1rem 0.5rem;*/ }
      @media only screen and (max-width: 40em) {
        .swal2-container #detail_contents .event-details #rightbar > .more-actions {
          position: sticky;
          top: -0.75rem;
          z-index: 3; }
          .swal2-container #detail_contents .event-details #rightbar > .more-actions .add-volunteer-position {
            width: calc(100% - 1rem); } }
      @media only screen and (min-width:40.0625em) {
        .swal2-container #detail_contents .event-details #rightbar > .more-actions {
          position: sticky;
          top: 0;
          z-index: 3; } }
    .swal2-container #detail_contents .event-details #rightbar .message-volunteers.button {
      margin: 1rem 0;
      float: right; }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.company-holiday,
.meeting-timeline .meeting-project-dot.company-holiday,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.company-holiday,
.event-header.company-holiday {
  background: linear-gradient(to right, rgba(109, 53, 126, 0.55) 0%, rgba(171, 71, 187, 0.55) 80%, rgba(171, 71, 187, 0.55) 100%), #000;
  color: #ab47bb; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.company-holiday::before,
  .meeting-timeline .meeting-project-dot.company-holiday::before,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.company-holiday::before,
  .event-header.company-holiday::before {
    border-right-color: rgba(109, 53, 126, 0.55); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.company-meeting,
.meeting-timeline .meeting-project-dot.company-meeting,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.company-meeting,
.event-header.company-meeting {
  background: linear-gradient(to right, rgba(27, 95, 132, 0.55) 0%, rgba(61, 180, 250, 0.55) 80%, rgba(61, 180, 250, 0.55) 100%), #000;
  color: #3db4fa; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.company-meeting::before,
  .meeting-timeline .meeting-project-dot.company-meeting::before,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.company-meeting::before,
  .event-header.company-meeting::before {
    border-right-color: rgba(27, 95, 132, 0.55); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.external-event,
.meeting-timeline .meeting-project-dot.external-event,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.external-event,
.event-header.external-event {
  background: linear-gradient(to right, rgba(152, 83, 32, 0.55) 0%, rgba(250, 142, 61, 0.55) 80%, rgba(250, 142, 61, 0.55) 100%), #000;
  color: #fa8e3d; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.external-event::before,
  .meeting-timeline .meeting-project-dot.external-event::before,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.external-event::before,
  .event-header.external-event::before {
    border-right-color: rgba(152, 83, 32, 0.55); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.public-event,
.meeting-timeline .meeting-project-dot.public-event,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.public-event,
.event-header.public-event {
  background: linear-gradient(to right, rgba(152, 60, 59, 0.55) 0%, rgba(227, 82, 78, 0.55) 80%, rgba(227, 82, 78, 0.55) 100%), #000; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.public-event::before,
  .meeting-timeline .meeting-project-dot.public-event::before,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.public-event::before,
  .event-header.public-event::before {
    border-right-color: rgba(152, 60, 59, 0.55); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.internal-event,
.meeting-timeline .meeting-project-dot.internal-event,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.internal-event,
.event-header.internal-event {
  background: linear-gradient(to right, rgba(68, 91, 1, 0.55) 0%, rgba(128, 182, 2, 0.55) 80%, rgba(128, 182, 2, 0.55) 100%), #000;
  color: #80b602; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.internal-event::before,
  .meeting-timeline .meeting-project-dot.internal-event::before,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.internal-event::before,
  .event-header.internal-event::before {
    border-right-color: rgba(68, 91, 1, 0.55); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.health-and-wellness,
.meeting-timeline .meeting-project-dot.health-and-wellness,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.health-and-wellness,
.event-header.health-and-wellness {
  background: linear-gradient(to right, rgba(9, 84, 74, 0.55) 0%, rgba(34, 170, 153, 0.55) 80%, rgba(28, 199, 177, 0.55) 100%), #000;
  color: #22aa99; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.health-and-wellness::before,
  .meeting-timeline .meeting-project-dot.health-and-wellness::before,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.health-and-wellness::before,
  .event-header.health-and-wellness::before {
    border-right-color: rgba(9, 84, 74, 0.55); }

.vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-cancelled,
.meeting-timeline .meeting-project-dot.is-cancelled,
.meeting-timeline .meeting .meeting-project .meeting-project-wrapper.is-cancelled,
.event-header.is-cancelled {
  background: #222323; }
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-cancelled .meeting-time,
  .vega-widget-event-calendar #planner .planner-list .planner-week .planner-week-row .planner-week-days .planner-week-day .planner-meeting.is-cancelled .meeting-date-time,
  .meeting-timeline .meeting-project-dot.is-cancelled .meeting-time,
  .meeting-timeline .meeting-project-dot.is-cancelled .meeting-date-time,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.is-cancelled .meeting-time,
  .meeting-timeline .meeting .meeting-project .meeting-project-wrapper.is-cancelled .meeting-date-time,
  .event-header.is-cancelled .meeting-time,
  .event-header.is-cancelled .meeting-date-time {
    color: #E32027 !important; }

/* Media query for mobile devices */
@media only screen and (max-width: 40em) {
  body #content {
    overflow-x: hidden; }
  #calendar-popup .close {
    right: 2.1rem; }
  #calendar-popup .DTE_Footer {
    left: 9px; }
  #calendar-popup .DTED_Lightbox_Wrapper .DTED_Lightbox_Container .DTED_Lightbox_Content_Wrapper .DTED_Lightbox_Content .DTE_Action_Create .DTE_Body .DTE_Body_Content #event_data .DTE_Form_Content .percent33 {
    width: 30%; }
  #planner .month-control-strip {
    /*margin-top: -130px !important;
			margin-bottom: 91px !important;
			z-index: 999999 !important;
			top: -5px !important;
			margin-right: 50px !important;*/ }
  .swal2-container {
    background: #000 !important; }
    .swal2-container .swal2-popup {
      width: 100% !important;
      background-color: black;
      border: none;
      z-index: 999; }
      .swal2-container .swal2-popup .swal2-html-container {
        overflow-y: scroll;
        padding: 1rem 1rem 0; }
    .swal2-container .swal2-close-icon-mobile {
      z-index: 999;
      height: 2rem;
      padding: 0 0.5rem;
      display: block; } }
    @media only screen and (max-width: 40em) and (max-width: 40em) {
      .swal2-container .swal2-close-icon-mobile {
        z-index: 999;
        height: fit-content;
        display: block;
        background: #000;
        width: 100vw;
        padding: 0.9rem 0.40rem;
        margin-left: 0;
        margin-top: -0.7rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
@media only screen and (max-width: 40em) {
      .swal2-container .swal2-close-icon-mobile .fa-chevron-left {
        color: white; }
  #detail_contents .event-details {
    display: contents;
    height: 0; }
    #detail_contents .event-details #slots_separator {
      display: block; }
    #detail_contents .event-details #rightbar .event-date {
      display: none; }
    #detail_contents .event-details #rightbar .slot_volunteer_btn {
      width: 92%;
      position: fixed;
      right: 4%;
      bottom: 0; }
  #home-search .home-search-results .home-search-filters .f-dropdown {
    z-index: 9999; }
  #home-search .home-search-results .home-search-filters .f-dropdown:after {
    border-color: transparent; } }

.vega-widget-event-calendar .page-header {
  top: 0; }
  @media only screen and (min-width:40.0625em) {
    .vega-widget-event-calendar .page-header .button-bar#button-bar {
      right: 5rem; } }
@media only screen and (min-width:40.0625em) {
  .vega-widget-event-calendar #planner .month-control-strip {
    top: 0;
    margin-left: 0; } }

.swal2-container .swal2-popup {
  top: 0; }
  .swal2-container .swal2-popup .swal2-html-container {
    height: 100vh; }

.swal2-container .swal2-close-button-desktop {
  top: 0; }
