@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(../../../../Divi/style.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

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

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

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

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

.fancybox-inner {
  overflow: hidden; }

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png); }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat; }

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

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png); }

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

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

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

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

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

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

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

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

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

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

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
  direction: rtl; }

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

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

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

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

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

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

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

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

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

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

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

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

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

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

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

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

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

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

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

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

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

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

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

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

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

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

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

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

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

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

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

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

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

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

.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%23525155&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23b47e2b&fcHighlight=%23FFFFFF&borderColorHighlight=%238fcbab&bgTextureHighlight=flat&bgColorHighlight=%238fcbab&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23525155&bgTextureActive=flat&bgColorActive=%23b47e2b&iconColorHover=%23525155&fcHover=%23525155&borderColorHover=%23b47e2b&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23525155&fcDefault=%23525155&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23fdfbfa&iconColorContent=%23525155&fcContent=%23525155&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23fdfbfa&iconColorHeader=%23FFFFFF&fcHeader=%23FFFFFF&borderColorHeader=%23FFFFFF&bgTextureHeader=flat&bgColorHeader=%23b47e2b&cornerRadius=10px&fwDefault=normal&fsDefault=1em&ffDefault='Work%20Sans'%2C%20sans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Work Sans', sans-serif;
  font-size: 1em; }

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

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

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #fdfbfa;
  color: #525155; }

.ui-widget-content a {
  color: #525155; }

.ui-widget-header {
  border: 1px solid #FFFFFF;
  background: #b47e2b;
  color: #FFFFFF;
  font-weight: bold; }

.ui-widget-header a {
  color: #FFFFFF; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #fdfbfa;
  font-weight: normal;
  color: #525155; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #525155;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #b47e2b;
  background: #ededed;
  font-weight: normal;
  color: #525155; }

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

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #525155;
  background: #b47e2b;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #525155;
  background-color: #ffffff; }

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #8fcbab;
  background: #8fcbab;
  color: #FFFFFF; }

.ui-state-checked {
  border: 1px solid #8fcbab;
  background: #8fcbab; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #FFFFFF; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #525155; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #525155; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #525155; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_525155_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_FFFFFF_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_525155_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_b47e2b_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../../../libs/jquery-ui/images/ui-icons_525155_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

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

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.navbar-collapse {
  position: relative;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.39);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 981px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.navbar-default .navbar-toggle {
  border-color: transparent; }

@media (max-width: 980px) {
  .navbar-toggle {
    margin-right: 15px; } }

.navbar-toggle {
  margin-top: 15px; }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 17px;
  margin-bottom: 15px; }
  .navbar-toggle:focus {
    outline: 0; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-toggle {
  transition: all 0.5s ease;
  background: transparent;
  border: none;
  display: block;
  height: 28px;
  width: 26px; }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    opacity: 1; }
  .navbar-toggle:hover {
    outline: none; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle:active {
    outline: none; }

.navbar-toggle.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100%; }

.navbar-toggle.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  display: block;
  opacity: 1; }

.navbar-toggle.is-closed:hover .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  top: 3px; }

.navbar-toggle.is-closed:hover .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  bottom: 5px; }

.navbar-toggle.is-closed .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  background-color: #fff;
  top: 3px; }

.navbar-toggle.is-closed .hamb-middle {
  background-color: #fff;
  margin-top: -2px;
  top: 50%; }

.navbar-toggle.is-closed .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  background-color: #fff;
  bottom: 5px; }

.navbar-toggle.is-closed .hamb-top, .navbar-toggle.is-closed .hamb-middle, .navbar-toggle.is-closed .hamb-bottom, .navbar-toggle.is-open .hamb-top, .navbar-toggle.is-open .hamb-middle, .navbar-toggle.is-open .hamb-bottom {
  height: 2px;
  right: 0;
  position: absolute;
  width: 100%; }

.navbar-toggle.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%; }

.navbar-toggle.is-open .hamb-middle {
  background-color: #fff;
  display: none; }

.navbar-toggle.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%; }

.navbar-toggle.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center; }

.navbar-toggle.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  display: block;
  opacity: 1; }

/* Basic Styles */
@font-face {
  font-family: "ETmodules";
  src: url("../../../library/fonts/modules.eot");
  src: url("../../../library/fonts/modules.eot?#iefix") format("embedded-opentype"), url("../../../library/fonts/modules.ttf") format("truetype"), url("../../../library/fonts/modules.woff") format("woff"), url("../../../library/fonts/modules.svg#ETmodules") format("svg"), url("../../../library/fonts/modules.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #8d9699; }

a {
  color: #b47e2b; }

.wpcf7-submit:hover,
button:hover,
a:hover {
  opacity: .8; }

ul, ol {
  margin: 1.25em; }

small {
  font-size: smaller !important; }

p {
  margin-bottom: 1em;
  padding-bottom: 0; }

#page-container {
  position: relative;
  overflow: hidden; }

#main-content * {
  word-wrap: normal; }

.fa-icon {
  font-family: 'FontAwesome'; }

#et-main-area a.small-button {
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  background: #006169;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400 !important; }

#et-main-area a.small-button.external {
  background: #8fcbab; }

#et-main-area .et_pb_text > a.small-button:last-child {
  padding: 6px 14px; }

#main-header {
  height: 200px; }

.mobile-view #main-header {
  top: 0 !important; }

#main-header .logo_helper {
  display: none; }

#main-header .logo_container {
  width: 96px;
  height: 109px;
  top: 74px; }

#main-header .logo_container .mini-logo {
  display: none; }

#main-header .logo_container:after {
  content: "";
  width: 2000px;
  border-top: 2px solid #fff;
  display: block;
  height: 2px;
  top: 45px;
  position: absolute;
  left: 96px; }

#main-header .logo_container:before {
  content: "";
  width: 2000px;
  border-top: 2px solid #fff;
  display: block;
  height: 2px;
  top: 74px;
  position: absolute;
  right: 96px; }

#main-header .logo_container a:hover {
  opacity: 1; }

.et_pb_svg_logo #main-header #logo {
  height: auto; }

.et_pb_widget .event-title a {
  color: #b47e2b; }

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
  position: absolute; }

.et-fixed-header#main-header {
  position: fixed; }

@media (min-width: 980px) {
  #main-header.et-fixed-header {
    height: 57px;
    background-color: #393a3c !important; }
  #main-header.et-fixed-header #logo {
    display: none; }
  #main-header.et-fixed-header .mini-logo {
    display: block;
    width: 50px;
    height: auto; }
  #main-header.et-fixed-header .logo_container:after,
  #main-header.et-fixed-header .logo_container:before {
    display: none; }
  #main-header.et-fixed-header .top-bar-widgets {
    display: none; }
  #main-header.et-fixed-header .logo_container {
    top: 5px; } }

#main-header ul {
  margin: 0; }

#top-bar {
  padding-top: 16px; }

#top-bar .social-sharing {
  float: right;
  margin-right: 25px;
  position: relative;
  z-index: 10; }

#top-bar .social-sharing .at-icon-wrapper {
  background-color: #c1e3d0 !important; }

#top-bar .social-sharing .at-icon-wrapper svg {
  fill: #0d0e09; }

#top-bar .weather {
  float: right;
  margin-top: -5px; }

#top-bar .weather .wu-forecast-wrapper div {
  margin-bottom: 0; }

#top-bar .wu-icon {
  display: inline-block;
  vertical-align: middle; }

#top-bar .wu-current-conditions .wu-day-title {
  float: none;
  font-size: 12px;
  font-weight: normal;
  width: auto;
  display: inline-block;
  color: #fff; }

#top-bar .wu-day-current-temp sup {
  bottom: auto;
  top: auto; }

#mini-icons {
  position: absolute;
  top: 16px;
  right: 0;
  width: 30%; }

#et_top_search, #main-header .header-favorites-button {
  height: 50px;
  z-index: 10;
  position: relative;
  float: right;
  width: 18px;
  margin: 0 0 0 25px;
  text-align: center; }

#main-header .header-favorites-button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  height: auto;
  opacity: 1 !important; }

#et_search_icon:before, .et_fav_icon:before, .et_fav_icon_full:before, #mobile-search-icon:before {
  font-family: 'FontAwesome' !important;
  content: "\f002" !important;
  color: #fff;
  font-size: 14px;
  width: 14px;
  text-align: center;
  top: 0;
  margin: 0;
  line-height: 23px; }

.et_fav_icon:before {
  content: "\f08a" !important;
  font-weight: normal; }

.et_fav_icon_full:before {
  content: "\f004" !important;
  font-weight: normal; }

.et_pb_search_form_hidden {
  display: none; }

.et_pb_search_visible {
  display: block; }

.et_search_outer .et_pb_search_visible,
.et_search_outer .et_pb_search_form_hidden {
  height: 22px !important;
  width: 100%; }

.et_search_outer .et-search-form input {
  width: 80%;
  color: #fff; }

.et_search_outer span.et_close_search_field {
  width: 17px;
  height: 22px;
  margin: 0; }

.et_search_outer span.et_close_search_field:after {
  font-family: 'FontAwesome' !important;
  content: "\f00d" !important;
  color: #fff;
  font-size: 14px; }

.top-bar-widgets {
  margin-right: 85px; }

#main-header.et-fixed-header .et_pb_menu_hidden #et-top-navigation,
.et_pb_menu_hidden .et_fav_icon,
.et_pb_menu_hidden .et_fav_icon_full,
.et_pb_menu_hidden .top-bar-widgets {
  opacity: 0; }

#et-top-navigation,
#main-header,
#main-header .logo_container {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#logo {
  width: 96px;
  height: 109px;
  max-width: none !important;
  max-height: none;
  -webkit-transition: none;
  transition: none; }

#et-top-navigation {
  position: absolute;
  top: 58px;
  right: 0;
  padding: 0 !important;
  height: 63px; }

#main-header.et-fixed-header #et-top-navigation {
  height: 44px;
  top: 13px;
  right: 85px; }

#top-menu-nav, #top-menu, #top-menu > li, #top-menu > li > a {
  height: 100% !important; }

#top-menu {
  opacity: 1 !important;
  animation: none !important;
  font-weight: 400;
  margin: 0; }

#top-menu .menu-item-has-children > a:first-child {
  padding-right: 0; }

#top-menu .menu-item-has-children > a:first-child:after {
  display: none; }

#top-menu li a, #top-menu li.current-menu-item a,
#top-menu li.current-menu-ancestor a {
  color: #fff;
  line-height: 31px; }

#top-menu li ul.sub-menu {
  background-color: #8fcbab !important;
  border-top: 0;
  padding: 14px 0 0;
  left: -20px; }

#top-menu li ul.sub-menu li {
  padding: 0;
  display: block; }

#top-menu li ul.sub-menu li a {
  width: auto;
  padding-bottom: 10px !important; }

.nav ul li a:hover, .et_mobile_menu li a:hover {
  background-color: transparent; }

/* Things To Do */
#top-menu li#menu-item-1118 ul.sub-menu {
  width: 500px;
  left: -200px;
  text-align: center; }

/* Groups */
#top-menu li#menu-item-61 ul.sub-menu {
  width: 623px;
  left: -415px;
  text-align: center; }

/* Holidays */
#top-menu li#menu-item-62 ul.sub-menu {
  width: 500px;
  left: -218px;
  text-align: center; }

/* Hotels */
#top-menu li#menu-item-1117 ul.sub-menu {
  width: 623px;
  left: -288px;
  text-align: center; }

#top-menu li#menu-item-61 li,
#top-menu li#menu-item-62 li,
#top-menu li#menu-item-1117 li,
#top-menu li#menu-item-1118 li {
  display: inline-block;
  width: 106px;
  margin: 0 6px;
  padding: 0;
  vertical-align: top;
  text-align: center; }

#top-menu li#menu-item-61 li a,
#top-menu li#menu-item-62 li a,
#top-menu li#menu-item-1117 li a,
#top-menu li#menu-item-1118 li a {
  width: 106px;
  padding: 0;
  font-weight: normal;
  line-height: normal !important; }

#top-menu li#menu-item-61 li a img,
#top-menu li#menu-item-62 li a img,
#top-menu li#menu-item-1117 li a img,
#top-menu li#menu-item-1118 li a img {
  padding: 0; }

#top-menu li#menu-item-61 li a span,
#top-menu li#menu-item-62 li a span,
#top-menu li#menu-item-1117 li a span,
#top-menu li#menu-item-1118 li a span {
  display: block;
  padding: 10px 0; }

#et_mobile_nav_menu {
  display: none !important; }

#rm-mobile-nav, #rm-mobile-nav ul {
  margin: 0; }

#rm-mobile-nav ul ul {
  display: none; }

#top-menu li.book-btn {
  padding-right: 12px; }

#menu-item-66 span, .rfp-btn span {
  display: inline-block;
  background: #90cfad;
  height: 31px;
  padding: 0 20px;
  border-radius: 8px; }

#rm-mobile-nav {
  display: none; }

@media (max-width: 980px) {
  #navigation {
    width: 100%;
    padding: 0; }
  .header-favorites-button {
    display: none; }
  body #rm-mobile-nav {
    min-height: 62px; }
  #rm-mobile-nav ul .rfp-btn a,
  #rm-mobile-nav ul .book-btn a {
    display: block;
    background: #90cfad;
    height: 31px;
    padding: 0 20px;
    border-radius: 8px;
    line-height: 2.2; }
  #rm-mobile-nav ul .rfp-btn,
  #rm-mobile-nav ul .book-btn {
    display: inline-block;
    width: 50%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px; }
  #rm-mobile-nav ul .rfp-btn {
    padding-left: 12px;
    padding-right: 25px; }
  #rm-mobile-nav ul .book-btn {
    padding-right: 12px;
    padding-left: 25px; }
  #rm-mobile-nav ul li {
    text-align: center; }
    #rm-mobile-nav ul li.rfp-btn a {
      color: #3f3f3f;
      background: #f0e6d7; }
  #mobile-search-form {
    position: relative;
    width: 100%;
    padding: 25px;
    height: auto;
    z-index: 20;
    background: transparent;
    box-shadow: none;
    border: none; }
  #rm-mobile-nav ul {
    transition: 0.3s all ease;
    display: block; }
  #rm-mobile-nav > ul.open {
    visibility: visible; }
  #mobile-search {
    display: none; }
  .navbar-collapse li {
    display: block;
    position: relative; }
  #mobile-search-form form {
    position: relative; }
    #mobile-search-form form:before {
      font-family: 'FontAwesome' !important;
      content: "\f002" !important;
      color: #474747;
      font-size: 16px;
      text-align: center;
      top: 5px;
      line-height: 23px;
      position: absolute;
      right: 10px; }
  #mobile-search-form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 6px; }
  #main-content, #page-container {
    width: 100%; }
  body.custom-background {
    background: transparent !important; } }

.rfp-btn span {
  color: #3f3f3f;
  background: #f0e6d7; }

body.search-results #hero-image .et_pb_slide,
.places-level-3 #hero-image .et_pb_slide,
.single-place #hero-image .et_pb_slide,
.parent-pageid-2851 #hero-image .et_pb_slide,
.single-ajde_events #hero-image .et_pb_slide,
.page-event-submission #hero-image .et_pb_slide {
  height: 343px;
  width: 100%;
  position: relative;
  padding: 0; }

#hero-image .et_pb_slide {
  padding-top: 200px;
  height: 686px; }

#hero-image .et_pb_slide_title {
  font-size: 60px;
  font-weight: 500; }

#hero-image .et_pb_slide_content {
  font-size: 18px; }

#hero-image.caption-bottom-left .et_pb_slide:not(:first-child) .et_pb_container {
  height: 100%; }

#hero-image.caption-bottom-left .et_pb_slide:not(:first-child) .et_pb_slide_description {
  padding: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: left;
  -webkit-animation-name: inherit;
  -moz-animation-name: inherit;
  -ms-animation-name: inherit;
  -o-animation-name: inherit;
  animation-name: inherit; }

#hero-image.caption-bottom-left .et_pb_slide:not(:first-child) .et_pb_slide_title {
  font-size: 46px; }

@media (min-width: 980px) {
  body.search-results #hero-image .et_pb_slide .et_pb_container,
  .places-level-3 #hero-image .et_pb_slide .et_pb_container,
  .single-place #hero-image .et_pb_slide .et_pb_container,
  .parent-pageid-2851 #hero-image .et_pb_slide .et_pb_container,
  .single-ajde_events #hero-image .et_pb_slide .et_pb_container,
  .page-event-submission #hero-image .et_pb_slide .et_pb_container {
    min-height: 0 !important;
    height: auto;
    position: absolute;
    width: 100%;
    bottom: 40px;
    padding: 0;
    max-width: none; }
  body.search-results #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description,
  .places-level-3 #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description,
  .single-place #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description,
  .parent-pageid-2851 #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description,
  .single-ajde_events #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description,
  .page-event-submission #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 0;
    max-width: 1090px; }
  body.search-results #hero-image .et_pb_slide .et_pb_container .et_pb_slide_title,
  .places-level-3 #hero-image .et_pb_slide .et_pb_container .et_pb_slide_title,
  .single-place #hero-image .et_pb_slide .et_pb_container .et_pb_slide_title,
  .parent-pageid-2851 #hero-image .et_pb_slide .et_pb_container .et_pb_slide_title,
  .single-ajde_events #hero-image .et_pb_slide .et_pb_container .et_pb_slide_title,
  .page-event-submission #hero-image .et_pb_slide .et_pb_container .et_pb_slide_title {
    padding: 0 8%; } }

.home #hero-image .et_pb_slide_title {
  margin-top: -52px; }

#hero-search {
  margin: 40px 0; }

#hero-search #hero-s {
  display: inline-block;
  border: 0;
  line-height: 52px;
  height: 52px;
  width: 50%;
  margin: 0;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 8px 0 0 8px;
  font-family: 'Work Sans', sans-serif; }

#hero-search #hero-submit {
  margin: 0;
  display: inline-block;
  line-height: 52px;
  border: 0;
  padding: 0 40px;
  border-radius: 0 8px 8px 0;
  background: #b57e23;
  color: #fff;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif; }

#key-blurbs .et_pb_column {
  padding: 40px 35px;
  color: #fff;
  width: 33.33%;
  font-family: Lora, serif;
  margin: 0; }

#key-blurbs .et_pb_column:hover {
  cursor: pointer;
  background: #004349; }

#key-blurbs .featured-content-block h5 {
  display: none; }

#key-blurbs .et_pb_column h4 {
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif; }

#key-blurbs .et_pb_column h4 {
  color: #fff;
  border-bottom: 2px solid #79b89d;
  width: 100%;
  display: block;
  padding: 9px 0;
  font-size: 20px; }

#key-blurbs a.learn-more {
  color: #8fcfad;
  font-family: Lora, serif;
  font-style: italic; }

#key-blurbs .et_pb_blurb_content {
  max-width: none; }

#page-title h1 {
  color: #b47e2b;
  font-size: 50px;
  font-weight: 300;
  width: 70%;
  position: relative;
  padding-bottom: 60px;
  line-height: 1.2em; }

#page-title h1:after {
  content: "";
  border-bottom: 6px solid #e1e0dc;
  width: 2000px;
  position: absolute;
  right: 40%;
  bottom: 0; }

.et_pb_text {
  line-height: 1.8em; }

.et_pb_text h3 {
  line-height: 1.5em;
  font-size: 25px;
  color: #8d9699;
  margin-bottom: 1em; }

#split-highlights .et_pb_blurb {
  padding: 0 75px; }

#split-highlights .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: .5em; }

#split-highlights .et_pb_blurb .et_pb_main_blurb_image img {
  height: 84px; }

#split-highlights .et_pb_blurb h4 a {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1.5em;
  display: block; }

#split-highlights a.small-button {
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  background: #006169;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400 !important;
  padding: 6px 80px;
  margin: 0; }

#main-footer {
  background: #39393c;
  color: #d9dadc; }

#footer-widgets .footer-widget li a,
#bottom-bar, #bottom-bar a {
  color: #d9dadc; }

#footer-widgets ul {
  margin: 0; }

#footer-newsletter {
  background: #b47e2b;
  overflow: hidden;
  padding: 27px 0; }

#footer-newsletter .copy {
  width: 30%;
  float: left;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-right: 2%; }

#footer-newsletter .copy p {
  margin: 0; }

#footer-newsletter .form {
  width: 65%;
  float: right;
  text-align: right; }

#footer-newsletter .form p {
  margin: 0; }

#footer-newsletter .form .email-address,
#footer-newsletter .form .wpcf7-text {
  font-size: 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  width: 70%;
  vertical-align: bottom; }

#footer-newsletter .form .submit-button,
#footer-newsletter .form .wpcf7-submit {
  font-family: 'Work Sans', sans-serif;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  width: 25%;
  margin-left: 5%;
  padding: 10px 0;
  color: #fff;
  cursor: pointer; }

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  margin: 0;
  padding: 0.25em;
  border: none;
  text-align: left; }

#footer-newsletter span.wpcf7-not-valid-tip,
#footer-newsletter .form .ajax-loader {
  display: none; }

#featured-partners {
  background: #e0dfdb;
  padding: 70px 0; }

#featured-partners .title {
  display: table;
  white-space: nowrap;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
  color: #333; }

#featured-partners .title:before,
#featured-partners .title:after {
  border-top: 2px solid #7f8488;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%; }

#featured-partners .title:before {
  right: 1.5%; }

#featured-partners .title:after {
  left: 1.5%; }

#featured-partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

#featured-partners ul li {
  display: inline-block;
  margin: 20px; }

#menu-footer-left li:before,
#menu-footer-right li:before {
  display: none; }

#bottom-bar {
  overflow: hidden;
  padding: 1em 0; }

#et-footer-nav {
  float: right;
  width: 40%;
  text-align: right;
  background-color: transparent !important; }

#menu-footer-bottom {
  padding: 0; }

#menu-footer-bottom li {
  font-weight: 400;
  padding-right: 0; }

#menu-footer-bottom li:after {
  content: " |";
  color: #b17e2b;
  margin: 0 10px; }

#menu-footer-bottom li:last-child:after {
  display: none; }

#copyright {
  float: left;
  width: 60%; }

#page-intro {
  padding: 0;
  color: #858486; }

#page-intro h2 {
  color: #b47e2b;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: .5em; }

#page-intro .et_pb_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em; }

.page-hotels #page-intro .et_pb_text p {
  font-size: 14px;
  line-height: 2em; }

#breadcrumbs {
  color: #a8a8a7;
  font-size: 13px;
  font-family: Lora, serif;
  font-style: italic; }

#breadcrumbs a {
  color: #a8a8a7;
  margin: 0 5px; }

#breadcrumbs .breadcrumb_last {
  color: #525155;
  margin-left: 5px; }

#main-content {
  background-color: #fff !important;
  overflow: hidden; }

#main-content > p,
#main-content .entry-content > p {
  margin: 0;
  padding: 0; }

#main-content .cards-container {
  background-color: #e0dfdb !important;
  margin-bottom: 50px; }

#main-content .et_pb_column_3_4 {
  width: 70.625%; }

#main-content .et_pb_column_1_4 {
  width: 23.875%; }

#things-to-do {
  text-align: center; }

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
  text-align: inherit; }

#things-to-do .et_pb_blurb {
  padding: 0;
  text-align: center;
  margin: 0 2.25% 100px;
  line-height: 1.25em;
  position: relative;
  width: 27.666%;
  display: inline-block;
  vertical-align: top; }

#things-to-do .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: .5em; }

#things-to-do .et_pb_blurb .et_pb_main_blurb_image img {
  height: 66px; }

#things-to-do .et_pb_blurb h4 a {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 1.5em 0 .25em;
  display: block; }

#things-to-do .et_pb_blurb_content {
  position: initial;
  padding-bottom: 80px; }

#things-to-do a.small-button {
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  background: #006169;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400 !important;
  padding: 3px 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%; }

.page-hotels #page-title h1 {
  padding-bottom: 0; }

.page-hotels #page-title h1:after {
  display: none; }

.page-hotels #page-intro {
  padding: 0 0 75px;
  margin-bottom: 50px;
  font-size: 14px; }

.page-hotels #page-intro h2 {
  color: #858486;
  font-size: 24px;
  margin-bottom: 1em; }

.page-hotels #page-intro .sub-title {
  padding: 4% 0 0; }

.page-hotels .et_pb_row_inner {
  padding: 0; }

.page-hotels #page-intro:after {
  content: "";
  border-bottom: 6px solid #e1e0dc;
  width: 2000px;
  position: absolute;
  right: 50%;
  bottom: 0; }

#hotel-logos {
  text-align: center;
  padding: 0; }

#hotel-logos .et_pb_image {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  margin-bottom: 2.75%; }

#hotel-logos .et_pb_image:last-child {
  padding-right: 0; }

#hotel-logos .et_pb_image a {
  display: inline-block; }

#hotel-logos .et_pb_image img {
  width: 200px; }

#hotel-logos .doubletree img {
  width: 100px; }

.page-hotels .hotel-row {
  display: none; }

#holiday-boxes,
#hotel-boxes,
.page-hotels .hotel-row {
  padding: 0;
  color: #434343; }

#holiday-boxes .et_pb_row,
#hotel-boxes .et_pb_row,
.page-hotels .hotel-row .et_pb_row {
  padding: 0;
  width: 80%; }

#holiday-boxes .et_pb_row .mobile-view,
#hotel-boxes .et_pb_row .mobile-view {
  display: none; }

#holiday-boxes .et_pb_image a:hover,
#hotel-boxes .et_pb_image a:hover {
  opacity: 1; }

#holiday-boxes .et_pb_row img,
#hotel-boxes .et_pb_row img,
.page-hotels .hotel-row img {
  height: 100%;
  max-width: none; }

#holiday-boxes .et_pb_row h2,
#hotel-boxes .et_pb_row h2,
.page-hotels .hotel-row h2 {
  font-size: 30px;
  font-weight: 500;
  color: #434343; }

#holiday-boxes .et_pb_row h2 a {
  color: #b47e2b; }

#hotel-boxes .et_pb_row h2 a {
  color: inherit; }

#holiday-boxes .et_pb_row h3,
#holiday-boxes .et_pb_row h4,
#hotel-boxes .et_pb_row h3,
#hotel-boxes .et_pb_row h4,
.page-hotels .hotel-row h3,
.page-hotels .hotel-row h4 {
  font-size: 18px;
  font-weight: 300;
  color: #434343;
  padding: 0;
  margin: 0 0 10px; }

#holiday-boxes .et_pb_row h4,
#hotel-boxes .et_pb_row h4,
.page-hotels .hotel-row h4 {
  font-size: 14px;
  font-weight: 400; }

#holiday-boxes .et_pb_row hr,
#hotel-boxes .et_pb_row hr,
.page-hotels .hotel-row hr {
  width: 30px;
  height: 6px;
  border: 0;
  background: #b57e22;
  margin: 40px 0; }

#holiday-boxes .et_pb_row p,
#hotel-boxes .et_pb_row p,
.page-hotels .hotel-row p {
  font-family: Lora, serif;
  line-height: 1.5em; }

#holiday-boxes .et_pb_row .et_pb_text,
#hotel-boxes .et_pb_row .et_pb_text,
.page-hotels .hotel-row .et_pb_text {
  padding: 60px 0; }

#holiday-boxes .et_pb_row .et_pb_image,
#hotel-boxes .et_pb_row .et_pb_image,
.page-hotels .hotel-row .et_pb_image {
  height: 100%; }

#holiday-boxes .hotel-wrapper:nth-child(even),
#hotel-boxes .hotel-wrapper:nth-child(odd),
.page-hotels .hotel-row:nth-child(odd) {
  background-color: #e0dfdb !important; }

#holiday-boxes .hotel-wrapper:nth-child(odd) a,
#hotel-boxes .hotel-wrapper:nth-child(odd) a,
.page-hotels .hotel-row:nth-child(odd) a {
  color: #b57e22; }

#holiday-boxes .hotel-wrapper:nth-child(odd) .et_pb_row .et_pb_image,
#hotel-boxes .hotel-wrapper:nth-child(odd) .et_pb_row .et_pb_image,
.page-hotels .hotel-row:nth-child(odd) .et_pb_image {
  margin-right: -25%; }

#holiday-boxes .hotel-wrapper:nth-child(odd),
#hotel-boxes .hotel-wrapper:nth-child(even),
.page-hotels .hotel-row:nth-child(even) {
  background-color: #b57e22 !important;
  color: #fff; }

#holiday-boxes .hotel-wrapper:nth-child(odd) a,
#hotel-boxes .hotel-wrapper:nth-child(even) a,
.page-hotels .hotel-row:nth-child(even) a {
  color: #403f3f; }

#holiday-boxes .hotel-wrapper:nth-child(odd) .et_pb_row h1,
#holiday-boxes .hotel-wrapper:nth-child(odd) .et_pb_row h2,
#holiday-boxes .hotel-wrapper:nth-child(odd) .et_pb_row h3,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row h1,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row h2,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row h3,
.page-hotels .hotel-row:nth-child(even) h1,
.page-hotels .hotel-row:nth-child(even) h2,
.page-hotels .hotel-row:nth-child(even) h3 {
  color: #fff; }

#holiday-boxes .hotel-wrapper:nth-child(odd) .et_pb_row hr,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row hr,
.page-hotels .hotel-row:nth-child(even) hr {
  background: #403f3f; }

#holiday-boxes .hotel-wrapper:nth-child(even) .et_pb_row .et_pb_image,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row .et_pb_image,
.page-hotels .hotel-row:nth-child(even) .et_pb_image {
  position: relative; }

#holiday-boxes .hotel-wrapper:nth-child(even) .et_pb_row .et_pb_image a,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row .et_pb_image a,
.page-hotels .hotel-row:nth-child(even) .et_pb_image a {
  position: relative;
  display: block;
  height: 100%; }

#holiday-boxes .hotel-wrapper:nth-child(even) .et_pb_row .et_pb_image img,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row .et_pb_image img,
.page-hotels .hotel-row:nth-child(even) .et_pb_image img {
  position: absolute;
  right: 0; }

#holiday-boxes .et_pb_row a.small-button,
#hotel-boxes .et_pb_row a.small-button,
.page-hotels .hotel-row a.small-button {
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  background: #b57e22;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400 !important;
  padding: 6px 80px;
  margin: 60px 0 0; }

#holiday-boxes .hotel-wrapper:nth-child(odd) .et_pb_row a.small-button,
#hotel-boxes .hotel-wrapper:nth-child(even) .et_pb_row a.small-button,
.page-hotels .hotel-row:nth-child(even) a.small-button {
  background-color: #403f3f; }

#hotel-profile {
  padding: 0;
  margin-bottom: 50px; }

#hotel-profile h1 {
  color: #b47e2b;
  font-weight: 300; }

#hotel-profile .hotel-highlights {
  position: relative;
  padding-bottom: 2.5em;
  margin-bottom: 4em; }

#hotel-profile .hotel-highlights ul li {
  margin: 1.5em 0; }

#hotel-profile .hotel-highlights:after {
  content: "";
  border-bottom: 6px solid #e1e0dc;
  width: 2000px;
  position: absolute;
  right: 0;
  bottom: 0; }

#hotel-profile .address {
  color: #b57e22;
  margin-bottom: 1em;
  font-weight: 400; }

#hotel-profile .address ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#hotel-profile .address li {
  padding: 0;
  display: inline-block;
  font-size: 16px; }

#hotel-profile .address li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 10px;
  color: #8fcbab; }

#hotel-profile .address li:last-child:after {
  display: none; }

#hotel-profile .et_pb_column_1 {
  margin-top: -100px; }

#hotel-profile .et_pb_widget_area_right {
  border-left: 0;
  padding-left: 0; }

#hotel-profile .et_pb_column_2_3 {
  width: 60.833%;
  margin-right: 9.5%; }

#hotel-profile .et_pb_column_2_3 .et_pb_text p {
  line-height: 2.25em; }

#hotel-profile .book-your-stay {
  background: #f0efeb;
  border-radius: 10px;
  padding: 25px 34px;
  text-align: center;
  position: relative;
  z-index: 10; }

#hotel-profile .book-your-stay h4 {
  color: #b47e2b;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 30px; }

#hotel-profile .book-your-stay input {
  width: 100%;
  padding: 10px;
  background-image: none !important;
  border-radius: 10px; }

#hotel-profile .book-your-stay .dates .input-block {
  width: 49%;
  display: inline-block; }

#hotel-profile .book-your-stay .input-block {
  margin-bottom: 30px; }

#hotel-profile .book-your-stay button {
  background: #8fcbab;
  color: #fff;
  width: 90%;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px; }

#hotel-profile .book-your-stay .ui-spinner {
  display: block;
  background: none;
  border: 0; }

#hotel-profile .book-your-stay .ui-spinner-button {
  border: 0;
  background: none; }

#hotel-profile .book-your-stay .ui-spinner-up .ui-button-text:before {
  content: "\f0d8";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 0;
  left: 0;
  color: #b67e23; }

#hotel-profile .book-your-stay .ui-spinner-down .ui-button-text:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  color: #b67e23; }

#hotel-profile .book-your-stay .ui-spinner .ui-icon {
  display: none; }

#hotel-profile .book-your-stay .date {
  position: relative; }

#hotel-profile .book-your-stay .date:before {
  content: "\f073";
  font-family: 'FontAwesome';
  color: #b67e23;
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 20px; }

#hotel-profile .book-your-stay .date input {
  padding-left: 35px;
  cursor: pointer; }

#hotel-profile .simplefavorite-button:before {
  content: "Favorite";
  padding-right: 5px; }

#hotel-profile .simple-grey-button,
#hotel-profile .simplefavorite-button {
  color: #858486;
  background: none;
  border: 2px solid #858486;
  border-radius: 10px;
  padding: 10px;
  display: block;
  width: 75%;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 23px;
  opacity: 1 !important; }

#hotel-profile .simple-grey-button:after {
  display: none; }

#hotel-profile .simple-grey-button:hover,
#hotel-profile .simplefavorite-button:hover {
  opacity: .8 !important; }

#hotel-profile .simplefavorite-button span:before {
  color: #858486; }

#hotel-profile .hotel-rating {
  text-align: center;
  font-size: 16px; }

#hotel-profile .hotel-rating .fa-star-half,
#hotel-profile .hotel-rating .fa-star {
  padding: 0 1px;
  font-size: 20px; }

#hotel-profile .et_pb_column_1_3 .et_pb_module {
  margin-bottom: 7.27%; }

.single-place #page-intro .et_pb_text {
  display: none; }

.single-place .entry-place {
  background: #e0dfdb;
  padding-bottom: 4em; }

.single-place .entry-place .et_pb_section {
  background: transparent !important;
  padding: 0; }

.place-details {
  max-width: 1090px;
  min-height: 350px;
  width: 90%;
  margin: 0 auto;
  color: #403f3f;
  overflow: auto; }

.place-details .image {
  float: left;
  width: 322px; }

.place-details .image img {
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }

.place-details .info {
  margin-left: 372px;
  overflow: hidden; }

.place-details h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  float: left; }

.place-details .simplefavorite-button {
  border: 2px solid #b47e2b;
  border-radius: 8px;
  background: none;
  color: #b47e2b;
  padding: 5px 40px;
  font-size: 14px;
  float: right;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif; }

.place-details .simplefavorite-button.active {
  opacity: 1; }

.place-details .simplefavorite-button:before {
  content: "Favorite";
  padding-right: 5px; }

.place-details .simplefavorite-button .et_fav_icon:before, .place-details .simplefavorite-button .et_fav_icon_full:before {
  color: #b47e2b; }

.footer-widget .social-links a,
.hotel-resources .social-links a,
.place-details .social-links a {
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 10px; }

.footer-widget .social-links a:before,
.hotel-resources .social-links a:before,
.place-details .social-links a:before {
  display: none !important; }

.footer-widget .social-links .facebook,
.hotel-resources .social-links .facebook,
.place-details .social-links .facebook {
  background: #547bbc; }

.footer-widget .social-links .facebook:after,
.hotel-resources .social-links .facebook:after,
.place-details .social-links .facebook:after {
  content: "\f09a"; }

.footer-widget .social-links .twitter,
.hotel-resources .social-links .twitter,
.place-details .social-links .twitter {
  background: #00acf0; }

.footer-widget .social-links .twitter:after,
.hotel-resources .social-links .twitter:after,
.place-details .social-links .twitter:after {
  content: "\f099"; }

.footer-widget .social-links .yelp,
.hotel-resources .social-links .yelp,
.place-details .social-links .yelp {
  background: #be2f25; }

.footer-widget .social-links .yelp:after,
.hotel-resources .social-links .yelp:after,
.place-details .social-links .yelp:after {
  content: "\f1e9"; }

.footer-widget .social-links .trip-advisor,
.hotel-resources .social-links .trip-advisor,
.place-details .social-links .trip-advisor {
  background: #79b150; }

.footer-widget .social-links .trip-advisor:after,
.hotel-resources .social-links .trip-advisor:after,
.place-details .social-links .trip-advisor:after {
  content: "\f262"; }

.footer-widget .social-links .googleplus,
.hotel-resources .social-links .googleplus,
.place-details .social-links .googleplus {
  background: #d0422b; }

.footer-widget .social-links .googleplus:after,
.hotel-resources .social-links .googleplus:after,
.place-details .social-links .googleplus:after {
  content: "\f0d5"; }

.footer-widget .social-links .pinterest,
.hotel-resources .social-links .pinterest,
.place-details .social-links .pinterest {
  background: #e13138; }

.footer-widget .social-links .pinterest:after,
.hotel-resources .social-links .pinterest:after,
.place-details .social-links .pinterest:after {
  content: "\f231"; }

.footer-widget .social-links .instagram,
.hotel-resources .social-links .instagram,
.place-details .social-links .instagram {
  background: #d32991; }

.footer-widget .social-links .instagram:after,
.hotel-resources .social-links .instagram:after,
.place-details .social-links .instagram:after {
  content: "\f16d"; }

.place-details p {
  margin: 1em 0; }

.cards-wrapper {
  background: #e0dfdb;
  padding: 2em;
  margin: 2em 0; }

.cards-wrapper .choose-category {
  text-align: center;
  color: #525155;
  font-size: 20px; }

.cards-wrapper .categories {
  list-style: none;
  text-align: center;
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
  padding: 0; }

.cards-wrapper .categories li {
  display: inline-block;
  padding-bottom: 10px; }

.cards-wrapper .categories li:after {
  content: "|";
  color: #b47e2b;
  display: inline-block;
  padding: 0 10px; }

.cards-wrapper .categories li:last-child:after {
  display: none; }

.cards-wrapper .categories li h3 {
  font-size: 14px;
  display: inline; }

.cards-wrapper .categories li a {
  color: #525155;
  padding: 0 6px; }

.cards-wrapper .categories li.current a {
  color: #b47e2b; }

.sis-cards {
  max-width: 1090px;
  margin: 0 auto;
  text-align: center; }

.sis-cards.three-across {
  max-width: 818px; }

.faux-card .et_pb_main_blurb_image {
  margin-bottom: 0; }

.faux-card .et_pb_blurb_content {
  height: 100%; }

.faux-card.random-card {
  display: none; }

.faux-card,
.sis-cards .card {
  width: 226px;
  height: 226px;
  display: inline-block;
  background: #fff;
  text-align: left;
  border-radius: 8px;
  margin: 20px;
  position: relative;
  vertical-align: top;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer; }

.sis-cards .card:hover,
.faux-card:hover {
  opacity: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35); }

.faux-card:hover a {
  opacity: 1; }

.faux-card h4,
.sis-cards .card h3 {
  color: #403f3f;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  padding: 5px 15px;
  line-height: 1.25em; }

.sis-cards .card h5 {
  color: #b47e2b;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px; }

.faux-card .learn-more,
.sis-cards .card .links {
  position: absolute;
  bottom: 0;
  padding: 5px 15px;
  width: 100%;
  font-family: 'Lora';
  font-style: italic;
  font-size: 13px; }

.faux-card .learn-more,
.sis-cards .card .links a {
  color: #b4b4b4; }

.sis-cards .card .links .simplefavorite-button {
  float: right;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-style: normal; }

.sis-cards .card .links .simplefavorite-button .et_fav_icon:before, .sis-cards .card .links .simplefavorite-button .et_fav_icon_full:before {
  color: #b47e2b;
  font-size: 18px; }

.sis-listings {
  max-width: 1090px;
  width: 90%;
  margin: 50px auto;
  text-align: left;
  color: #403f3f; }

.sis-listings .listing {
  width: 75%;
  margin-bottom: 40px;
  overflow: hidden; }

.sis-listings .listing h3 {
  text-align: left;
  color: #403f3f;
  font-size: 30px;
  font-weight: 300;
  float: left;
  width: 70%; }

.sis-listings .listing.expanded .ellipsis,
.sis-listings .more-text {
  display: none; }

.sis-listings .listing.expanded .more-text {
  display: inline; }

.sis-listings .listing .read-more {
  color: #c0924d;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-top: -10px; }

.sis-listings .listing .simplefavorite-button {
  border: 2px solid #b47e2b;
  border-radius: 8px;
  background: none;
  color: #b47e2b;
  padding: 5px 40px;
  font-size: 14px;
  float: right;
  cursor: pointer;
  margin-bottom: 1em; }

.sis-listings .listing .simplefavorite-button.active {
  opacity: 1; }

.sis-listings .listing .simplefavorite-button:before {
  content: "Favorite";
  padding-right: 5px; }

.sis-listings .listing .simplefavorite-button span:before {
  color: #b47e2b; }

.place-details .info .contact-info,
.sis-listings .listing .info {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  color: #c0924d;
  clear: both; }

.sis-listings .listing .info {
  clear: both; }

.place-details .info .contact-info li,
.sis-listings .listing .info li {
  display: inline-block; }

.place-details .info .contact-info li:after,
.sis-listings .listing .info li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px; }

.place-details .info .contact-info li:last-child:after,
.sis-listings .listing .info li:last-child:after {
  display: none; }

.place-details .info .contact-info a,
.sis-listings .listing .info a {
  color: #c0924d; }

#featured-wrapper .featured-content {
  max-width: 1090px;
  width: 90%;
  margin: 50px auto;
  text-align: center; }

#featured-wrapper .featured-content h5 {
  color: #01454a;
  font-size: 20px; }

#featured-wrapper .featured-content .featured-content-block {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  text-align: center; }

#featured-wrapper .featured-content .featured-content-block:last-child {
  margin-right: 0; }

.featured-content .featured-hotel {
  width: 100%;
  max-width: 258px;
  text-align: left;
  display: inline-block; }

.featured-content .featured-hotel h4 {
  color: #b47e2b;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em; }

.featured-content .featured-hotel .image {
  height: 114px;
  background-size: cover;
  background-position: center; }

.holiday-events a.learn-more,
.featured-content a.learn-more {
  color: #8fcbab;
  font-family: 'Lora';
  font-size: 13px;
  font-style: italic;
  display: block;
  margin: 1em 0; }

.featured-content .featured-event {
  width: 100%;
  max-width: 258px;
  text-align: left;
  display: inline-block; }

.featured-content .featured-content-block h5 {
  color: #01454a; }

.featured-content .featured-hotel h6 {
  color: #b47e2b;
  font-size: 14px; }

.holiday-events .featured-event .event-title,
.featured-content .featured-event .event-title {
  color: #b47e2b;
  font-size: 18px;
  vertical-align: top;
  line-height: normal;
  margin-top: 1em;
  padding-bottom: 0; }

.holiday-events .featured-event .event-title h4,
.featured-content .featured-event .event-title h4 {
  color: #b47e2b;
  font-size: 18px;
  font-weight: 500; }

.holiday-events .featured-event .event-title .date,
.single-ajde_events .et_pb_column_3_4 .title .date,
.featured-content .featured-event .event-title .date {
  font-size: 50px;
  vertical-align: top;
  margin-right: 20px;
  float: left; }

.holiday-events .featured-event .event-title:after,
.featured-content .featured-event .event-title:after {
  content: "";
  display: block;
  clear: both; }

.single-ajde_events .et_pb_column_3_4 .title .date .start,
.holiday-events .featured-event .event-title .date .start,
.featured-content .featured-event .event-title .date .start,
.single-ajde_events .et_pb_column_3_4 .title .date .end,
.holiday-events .featured-event .event-title .date .end,
.featured-content .featured-event .event-title .date .end {
  display: inline; }

.single-ajde_events .et_pb_column_3_4 .title .date .end,
.holiday-events .featured-event .event-title .date .end,
.featured-content .featured-event .event-title .date .end {
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
  margin-right: 4px; }

.single-ajde_events .et_pb_column_3_4 .title .date .end .end-month,
.holiday-events .featured-event .event-title .date .end .end-month,
.featured-content .featured-event .event-title .date .end .end-month {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 12px; }

.single-ajde_events .et_pb_column_3_4 .title .date i,
.holiday-events .featured-event .event-title .date i,
.featured-content .featured-event .event-title .date i {
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
  margin-right: 4px; }

.single-ajde_events .et_pb_column_3_4 .title .date span,
.holiday-events .featured-event .event-title .date span,
.featured-content .featured-event .event-title .date span {
  position: relative;
  top: -13px;
  font-weight: 300; }

.featured-content .featured-event .image {
  height: 114px;
  background-size: cover;
  background-position: center; }

.featured-content .upcoming-holiday {
  width: 100%;
  max-width: 258px;
  text-align: left;
  display: inline-block; }

.featured-content .upcoming-holiday h4 {
  color: #b47e2b;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em; }

.featured-content .upcoming-holiday .image {
  height: 114px;
  background-size: cover;
  background-position: center; }

.featured-content .featured-partner {
  width: 100%;
  max-width: 258px;
  text-align: left;
  display: inline-block; }

.featured-content .featured-partner h4 {
  color: #b47e2b;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em; }

.featured-content .featured-partner .image {
  height: 114px;
  background-size: cover;
  background-position: center; }

.post-type-archive-ajde_events #page-intro h1 {
  font-size: 30px;
  width: auto;
  padding-bottom: 1em; }

.post-type-archive-ajde_events #page-intro h1:after {
  display: none; }

.post-type-archive-ajde_events #page-intro .et_pb_column_inner_0 {
  position: relative;
  padding-bottom: 120px; }

.post-type-archive-ajde_events #page-intro .et_pb_column_inner_0:after {
  content: "";
  border-bottom: 6px solid #e1e0dc;
  width: 2000px;
  position: absolute;
  right: 50%;
  bottom: 60px; }

#savannah-a-to-z {
  background: #e0dfdb !important;
  text-align: center;
  padding-top: 37px;
  color: #403f3f; }

#savannah-a-to-z .block {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%; }

#savannah-a-to-z .block.odd {
  margin-right: 0;
  margin-left: 2%; }

#savannah-a-to-z .letter {
  text-align: left !important; }

#savannah-a-to-z .letter:after {
  content: "";
  width: 49px;
  height: 4px;
  background: #8fcbab;
  display: block;
  margin-top: 10px; }

#savannah-a-to-z .block h2 {
  color: #b47e2b;
  font-size: 30px;
  font-weight: 300;
  margin: .5em 0; }

#savannah-a-to-z .container {
  padding-top: 10px; }

#savannah-a-to-z .bookmarks ul {
  margin: 0;
  text-align: center;
  list-style: none; }

#savannah-a-to-z .bookmarks ul li {
  display: inline-block;
  color: #b47e2b; }

#savannah-a-to-z .bookmarks ul li a {
  color: #403f3f; }

#savannah-a-to-z .bookmarks ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px; }

#savannah-a-to-z .bookmarks ul li:last-child:after {
  display: none; }

#savannah-a-to-z .mobile-view {
  display: none; }

.tip-box {
  background: #f0efeb;
  border-radius: 8px;
  padding: 1em 1.5em;
  color: #858486;
  font-size: 14px; }

.tip-box p {
  font-size: 14px !important; }

.tip-box a {
  color: #90cfad; }

.has-sidebar .et_pb_column_3_4 {
  padding-right: 5%; }

#groups-sidebar .small-button {
  color: #858486 !important;
  border: 2px solid #858486;
  border-radius: 8px;
  padding: 10px;
  background: transparent;
  text-shadow: none;
  margin: 0 auto 15px;
  font-size: 14px;
  font-weight: 400 !important;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 250px; }

#groups-sidebar .small-button.download:after {
  font-family: 'FontAwesome';
  content: "\f019";
  margin-left: 10px; }

#et-main-area #groups-sidebar a.small-button:last-child {
  padding: 10px; }

#things-to-do-faux-cards {
  text-align: center;
  width: 100%; }

.single-ajde_events .et_pb_column_3_4 .title {
  position: relative;
  padding-left: 145px;
  margin-bottom: 1em; }

.single-ajde_events .et_pb_column_3_4 .title,
.single-ajde_events .et_pb_column_3_4 .title h2.event-title {
  color: #b47e2b;
  font-size: 18px;
  vertical-align: top;
  line-height: normal;
  padding-bottom: 0; }

.single-ajde_events .et_pb_column_3_4 .title h2.event-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0 !important; }

.single-ajde_events .et_pb_column_3_4 .date {
  position: absolute;
  left: 0;
  top: 7px; }

.single-ajde_events .et_pb_column_3_4 .tags {
  display: none;
  font-family: 'Lora', serif;
  font-size: 13px;
  color: #858486;
  margin-top: 5px; }

.single-ajde_events .et_pb_column_3_4 .tags:after {
  content: "";
  display: block;
  clear: both; }

.single-ajde_events .eventon_main_section {
  padding: 0; }

.single-ajde_events .eventon_main_section p.desc_trig_outter,
.single-ajde_events .eventon_main_section #evcal_head {
  display: none; }

.single-ajde_events #evcal_list .bordr,
.single-ajde_events #evcal_list .eventon_list_event,
.single-ajde_events #evcal_list {
  border: 0;
  border-radius: 0 !important; }

.ajde_evcal_calendar .eventon_events_list .allday .evcal_cblock .evo_end {
  display: block;
  float: left;
  margin-left: 4px;
  font-size: 14px; }

.eventon_events_list .eventon_list_event .evcal_cblock em, .evo_pop_body .evcal_cblock em {
  line-height: 100%;
  vertical-align: super;
  margin-top: -8px; }

.evcal_cblock .evo_end:before {
  background-color: #bc8831;
  height: 1px;
  width: 5px;
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 43%; }

.single-ajde_events #evcal_list .bordb,
.single-ajde_events #evcal_list .event_description,
.single-ajde_events #evcal_list .tbrow,
.single-ajde_events #evcal_list .evcal_evdata_row {
  background-color: transparent !important;
  border: 0 !important; }

.single-ajde_events .evcal_evdata_icons i {
  color: #8fcbab !important;
  font-size: 26px !important; }

.single-ajde_events .evcal_evdata_row {
  padding: 20px 0; }

.single-ajde_events #event-addon-row {
  margin: 2em 0; }

.single-ajde_events #event-addon-row .event-sharing {
  display: inline-block; }

.single-ajde_events #event-addon-row .evcal_evdata_cell {
  padding-left: 45px;
  min-height: 25px; }

.single-ajde_events #event-addon-row .evcal_evdata_icons {
  display: block;
  position: absolute;
  padding: 0;
  width: 31px;
  height: 30px; }

.single-ajde_events #event-addon-row h3.evo_h3,
.single-ajde_events #evcal_list h3.evo_h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #858486;
  text-transform: none; }

.evorow.tb, .evorow .tb {
  background-color: transparent; }

.single-ajde_events #evcal_list .eventon_list_event p.desc_trig_outter {
  display: none; }

.single-ajde_events .evo_sin_page #evcal_list .eventon_list_event {
  border: none; }

.evcal_evdata_row .evcal_evdata_cell, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell {
  padding-left: 45px;
  min-height: 25px; }

.single-ajde_events #event-addon-row h3.evo_h3 {
  display: inline;
  padding-bottom: 0;
  vertical-align: middle; }

.single-ajde_events #event-addon-row .evo_sm {
  display: inline-block;
  border-radius: 19px;
  margin: 0 5px; }

.single-ajde_events #event-addon-row .evo_sm:last-child {
  margin-right: 0; }

.single-ajde_events #event-addon-row .evo_sm a {
  display: block;
  height: 38px;
  width: 38px;
  color: #fff;
  text-align: center;
  line-height: 38px; }

.single-ajde_events #event-addon-row .FacebookShare {
  background: #547bbc; }

.single-ajde_events #event-addon-row .Twitter {
  background: #00acf0; }

.single-ajde_events #event-addon-row .Google {
  background: #d0422b; }

.single-ajde_events #event-addon-row .align-right {
  text-align: right; }

.single-ajde_events #evcal_list p, .single-ajde_events #evcal_list .eventon_desc_in {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  color: #858486 !important;
  font-weight: normal; }

.single-ajde_events #evcal_list .eventon_full_description p, .single-ajde_events #evcal_list .eventon_desc_in {
  line-height: 2em; }

.single-ajde_events .evo_metarow_time_location {
  margin-bottom: 1em; }

.single-ajde_events .simplefavorite-button:before {
  content: "Favorite";
  padding-right: 5px; }

.single-ajde_events .simplefavorite-button {
  color: #b47e2b;
  background: none;
  border: 2px solid #b47e2b;
  border-radius: 10px;
  padding: 4px 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  line-height: 23px;
  opacity: 1 !important; }

.single-ajde_events .simplefavorite-button span:before {
  color: #b47e2b; }

.page-savannah-catering-menus .small-button {
  color: #858486 !important;
  border: 2px solid #858486;
  border-radius: 8px;
  padding: 10px;
  background: transparent;
  text-shadow: none;
  margin: 25px auto;
  font-size: 14px;
  font-weight: 400 !important;
  display: block;
  text-align: center;
  width: 200px; }

.page-savannah-catering-menus .small-button.download:after {
  font-family: 'FontAwesome';
  content: "\f019";
  margin-left: 10px; }

.page-meeting-event-venues-savannah #meeting-spaces .et_pb_column_1_4 {
  width: 20.875%; }

.page-meeting-event-venues-savannah #meeting-spaces ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-meeting-event-venues-savannah #meeting-spaces ul li {
  display: inline-block;
  color: #b47e2b; }

.page-meeting-event-venues-savannah #meeting-spaces ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px; }

.page-meeting-event-venues-savannah #meeting-spaces ul li:last-child:after {
  display: none; }

.ajde_evcal_calendar #evcal_head {
  display: none; }

#rm_evcal_head {
  margin-bottom: 2em; }

#rm_evcal_head .date {
  color: #b47e2b !important;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
  font-size: 48px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle; }

#rm_evo_arrows {
  display: inline-block;
  vertical-align: middle; }

#rm_evo_arrows a {
  color: #8fcbab;
  border: 1px solid #8fcbab;
  text-align: center;
  height: 35px;
  width: 35px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  font-size: 24px;
  margin-left: 7px;
  line-height: 35px; }

#rm_evo_arrows .fa {
  color: #8fcbab; }

#rm_evo_arrows a:hover {
  background: #8fcbab; }

#rm_evo_arrows a:hover .fa {
  color: #fff; }

.eventon_sort_line {
  display: none; }

.eventon_sorting_section .eventon_sort_line + .eventon_filter_line {
  padding-left: 0 !important;
  border-left: 0 !important; }

.ajde_evcal_calendar #eventon_loadbar_section {
  position: relative;
  height: 25px;
  margin-top: 0; }

.ajde_evcal_calendar #eventon_loadbar {
  position: absolute;
  top: 8px;
  margin: 0; }

.ajde_evcal_calendar .evo_sort_btn {
  display: none; }

.ajde_evcal_calendar .eventon_sorting_section {
  display: block !important; }

.ajde_evcal_calendar .evo_srt_sel p.fa {
  line-height: 21px; }

.ajde_evcal_calendar .eventon_filter_line p {
  font-family: 'Work Sans', sans-serif; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig {
  border-color: #8fcbab !important;
  min-height: 70px;
  background-color: #fff; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .ev_ftImg {
  top: 10px;
  margin: 0;
  left: 10px;
  width: 50px;
  height: 50px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_cblock {
  left: 60px;
  color: #b47e2b;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  top: 10px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_cblock .evo_date .end em {
  margin-left: 12px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_desc {
  padding-left: 150px !important; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_desc .evcal_event_title {
  color: #b47e2b;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  text-transform: none;
  font-weight: 500; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_desc .evo_event_tags {
  display: none;
  font-family: 'Lora', serif;
  font-size: 13px;
  font-style: normal !important; }

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured {
  display: none; }

.evcal_cblock .evo_date .start em {
  margin-left: 0;
  margin-top: 3px; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_desc .evo_event_tags em {
  color: #858486; }

.ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_desc .evo_event_tags em i {
  color: #858486;
  font-style: italic; }

#hotel-faux-cards {
  text-align: center;
  width: 100%;
  max-width: 1000px; }

#hotel-faux-cards .et_pb_blurb_container span {
  color: #b47e2b;
  padding: 0 15px;
  display: block;
  line-height: normal; }

#hotel-tabs {
  background-color: #e0dfdb !important;
  padding: 0; }

#hotel-tabs .et_pb_row {
  padding: 0;
  width: 100%; }

#hotel-tabs .et_pb_tabs {
  border: 0; }

#hotel-tabs ul.et_pb_tabs_controls {
  margin: 0;
  background-color: transparent;
  border: 0; }

#hotel-tabs ul.et_pb_tabs_controls li a {
  color: #7d7c7c;
  font-weight: 500; }

#hotel-tabs ul.et_pb_tabs_controls li {
  background-color: #e0dfdb;
  border-color: #cdc8c8;
  border-top: 5px solid transparent;
  border-bottom: 1px solid #cdc8c8;
  bottom: 0;
  width: 33%;
  text-align: center;
  font-size: 20px;
  padding: 8px 0; }

#hotel-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a {
  color: #434343; }

#hotel-tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
  background-color: #e0dfdb;
  border-top: 5px solid #8fcbab;
  border-bottom: 1px solid transparent;
  bottom: 0; }

#hotel-tabs .et_pb_all_tabs {
  background-color: transparent;
  padding: 24px 0; }

#hotel-tabs .et_pb_tab {
  margin-bottom: 100px; }

#hotel-tabs .hotel-resources,
#hotel-tabs .hotel-amenities {
  padding: 50px 0; }

#hotel-tabs .hotel-resources h4,
#hotel-tabs .hotel-amenities h4 {
  color: #b57e22;
  font-size: 16px;
  font-weight: 500;
  padding: 0; }

#hotel-tabs .hotel-resources p,
#hotel-tabs .hotel-amenities p {
  color: #434343;
  font-size: 13px;
  font-family: 'Lora', serif; }

#hotel-tabs .hotel-resources .et_pb_blurb_position_left .et_pb_main_blurb_image,
#hotel-tabs .hotel-amenities .et_pb_blurb_position_left .et_pb_main_blurb_image {
  width: 40px; }

#hotel-tabs .hotel-resources .et_pb_button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #ebebeb;
  color: #525155;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  padding: 6px; }

#hotel-tabs .hotel-resources .et_pb_button:after {
  display: none; }

#hotel-tabs .hotel-resources .social-links {
  text-align: center; }

#hotel-map {
  margin: 0;
  width: 100%; }

#hotel-map .et_pb_row {
  width: 100%; }

#hotel-map .et_pb_column_2_3 {
  margin-right: 0; }

#hotel-map .et_pb_column_1_3 {
  width: 35.166%; }

#hotel-map .checkbox-filter {
  position: absolute;
  bottom: 0;
  background: #39393c;
  color: #fff;
  padding: 5px 10px; }

#hotel-map .checkbox-filter * {
  cursor: pointer; }

#hotel-map .checkbox-filter .filter {
  display: none; }

.tripadvisor-review {
  text-align: center;
  padding: 0 1em 1em; }

.hotel-review {
  text-align: center;
  padding: 5em 1em 1em; }

.tripadvisor-review .ta-logo {
  background: #fff url(../../../images/tripadvisor-logo.png) no-repeat center top;
  background-size: 100%;
  display: block;
  width: 125px;
  height: 27px; }

.tripadvisor-review .rating {
  font-size: 18px;
  color: #fff;
  margin: 10px 0; }

.tripadvisor-review .rating .fa-star {
  margin: 0 5px; }

.hotel-review .review,
.tripadvisor-review .review {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  padding: 0 2em;
  line-height: normal; }

.tripadvisor-review .review a {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 1em; }

.hotel-review .review:after,
.tripadvisor-review .review:after {
  content: "";
  background: #fff;
  height: 5px;
  width: 55px;
  margin: 1em auto;
  display: block; }

.hotel-review .author,
.tripadvisor-review .author {
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 17px;
  font-style: italic; }

.tripadvisor-review .ta-links a {
  display: inline-block;
  margin: 0 10px;
  font-weight: 400; }

.tripadvisor-review .ta-info span {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.25em; }

#hotels-review .et_pb_row {
  width: 100%;
  padding: 0; }

#hotels-map {
  padding: 0; }

#hotels-map .et_pb_row {
  padding: 0;
  width: 100%; }

#hotels-map .wpgmza_map,
#hotels-map .wpgmza_basic_list,
#hotels-map .checkbox-filter {
  width: 50% !important;
  display: inline-block !important; }

#hotels-map .checkbox-filter,
#hotels-map .wpgmza_basic_list {
  height: 310px;
  float: left; }

#hotels-map .checkbox-filter {
  padding: 50px; }

#hotels-map .wpgmza_basic_list {
  overflow-y: scroll;
  height: 490px; }

#hotels-map .checkbox-filter:before {
  content: "Choosing where to stay";
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 38px;
  color: #858486;
  line-height: normal;
  margin-bottom: 20px; }

#hotels-map .checkbox-filter .filter {
  display: inline-block;
  width: 50%;
  padding: 5px 0; }

#hotels-map .checkbox-filter label {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #858486; }

#hotels-map .checkbox-filter .kid-friendly label {
  background-image: url(../../../images/KidFriendly-01.svg); }

#hotels-map .checkbox-filter .restaurants label {
  background-image: url(../../../images/Dining-01.svg); }

#hotels-map .checkbox-filter .river-street label {
  background-image: url(../../../images/RiverStreet.svg); }

#hotels-map .checkbox-filter .tours label {
  background-image: url(../../../images/Tours-01.svg); }

#hotels-map .checkbox-filter .nightlife label {
  background-image: url(../../../images/Nightlife-01.svg); }

#hotels-map .checkbox-filter .shopping label {
  background-image: url(../../../images/Shopping-01.svg); }

#hotels-map .checkbox-filter .attractions label {
  background-image: url(../../../images/Attractions-01.svg); }

#hotels-map .checkbox-filter .hotels label {
  background-image: url(../../../images/Hotel-01.svg); }

#hotels-map .wpgmaps_blist_row {
  position: relative;
  padding: 10px 50px;
  line-height: normal;
  cursor: pointer; }

#hotels-map .wpgmaps_blist_row:hover {
  background-color: #e0dfdb; }

#hotels-map .wpgmza_div_marker {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 20px !important;
  max-height: 20px !important;
  width: 20px;
  height: 20px; }

#hotels-map .wpgmza_div_marker .wpgmza_small_img {
  margin: 0 !important;
  max-width: 20px;
  max-height: 20px; }

#hotels-map .wpgmza_div_title {
  font-size: 20px;
  font-weight: 400;
  color: #b47e2b;
  float: none; }

#hotels-map .wpgmza_div_address {
  font-size: 14px;
  color: #403f3f;
  float: none; }

#wpgmza_filter_select,
*[id^='wpgmza_filter'] {
  display: none; }

#hotel-profile .side-bar-title h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #858486;
  text-align: center;
  margin-top: 2em; }

#hotel-profile .award h4,
#hotel-profile .award p {
  color: #858486;
  font-size: 14px; }

#hotel-profile .virtual-tour {
  position: relative; }

#page-intro.holiday-intro h2 {
  padding-bottom: 0;
  margin-bottom: 5px; }

#page-intro.holiday-intro .holiday-date {
  color: #8fcbab;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: .5em; }

.holiday-blurbs em,
.holiday-green-section em,
.holiday-alt-rows em {
  font-family: 'Lora'; }

.holiday-blurbs {
  padding-bottom: 0 !important; }

.holiday-blurbs h5 {
  color: #b47e2b; }

.holiday-blurbs img.alignright {
  margin: 50px 0 0 0; }

.holiday-alt-rows {
  padding: 0 !important; }

.holiday-alt-rows .mobile-view {
  display: none; }

.holiday-alt-rows .et_pb_row {
  padding: 0; }

.holiday-alt-rows .et_pb_image {
  height: 100%; }

.holiday-alt-rows .et_pb_image img {
  max-width: none;
  height: 100%; }

.holiday-alt-rows.alt-right-aligned .et_pb_row:nth-child(even) .et_pb_image img,
.holiday-alt-rows .et_pb_row:nth-child(odd) .et_pb_image img {
  position: absolute;
  right: 0; }

.holiday-alt-rows.alt-right-aligned .et_pb_row:nth-child(even) .et_pb_text,
.holiday-alt-rows .et_pb_row:nth-child(odd) .et_pb_text {
  padding: 50px 0 50px 60px; }

.holiday-alt-rows.alt-right-aligned .et_pb_row:nth-child(odd) .et_pb_image img,
.holiday-alt-rows .et_pb_row:nth-child(even) .et_pb_image img {
  position: absolute;
  left: 0; }

.holiday-alt-rows.alt-right-aligned .et_pb_row:nth-child(odd) .et_pb_text,
.holiday-alt-rows .et_pb_row:nth-child(even) .et_pb_text {
  padding: 50px 60px 50px 0; }

.holiday-alt-rows .et_pb_column {
  margin: 0;
  width: 50%;
  position: relative; }

.holiday-alt-rows h5 {
  font-size: 30px;
  font-weight: 300;
  color: #b47e2b; }

.holiday-alt-rows .et_pb_text {
  color: #403f3f;
  line-height: 2em; }

.holiday-green-section h5 {
  color: #8fcbab;
  font-size: 30px;
  font-weight: 300; }

.holiday-green-section {
  color: #fdfbfa; }

.holiday-grey-section h5 {
  color: #b47e2b;
  font-size: 30px;
  font-weight: 300; }

.holiday-grey-section {
  color: #403f3f; }

.holiday-grey-section .et_pb_row_fullwidth {
  max-width: 1090px !important;
  width: 100% !important; }

.holiday-events h4 {
  color: #b47e2b;
  font-weight: 300;
  font-size: 30px; }

.holiday-events .featured-content-block {
  display: inline-block;
  vertical-align: top;
  width: 33.333%; }

.holiday-events .featured-content-block .featured-event {
  padding-right: 10%; }

.holiday-events .featured-event .image,
.holiday-events .featured-event h5 {
  display: none; }

.holiday-events .featured-content-block:nth-child(n+7) {
  display: none; }

.holiday-events .load-more {
  border: 2px solid #b47e2b;
  border-radius: 8px;
  color: #b47e2b;
  padding: 5px;
  font-size: 14px;
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto; }

#featured-meeting-spaces .et_pb_row {
  width: 80%;
  padding: 0; }

#featured-meeting-spaces .et_pb_blurb {
  width: 100%;
  max-width: 258px;
  margin: 0 auto; }

#featured-meeting-spaces .et_pb_blurb .et_pb_main_blurb_image {
  height: 114px;
  overflow: hidden;
  margin: 0; }

#featured-meeting-spaces .et_pb_blurb img {
  margin-top: -19px; }

#featured-meeting-spaces h4 {
  margin-top: 1em;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500; }

#featured-meeting-spaces h4 a {
  color: #b47e2b; }

#featured-meeting-spaces .et_pb_blurb_container p a {
  font-family: 'Lora';
  font-style: italic;
  font-size: 13px;
  color: #90cfad; }

.term-meetings-in-savannah #featured-wrapper {
  display: none; }

.halloween-blurbs h5,
.halloween-blurbs h5 a {
  color: #b47e2b; }

.halloween-blurbs em {
  font-family: 'Lora', serif; }

#footer-bottom .footer-widget {
  width: 18.875%;
  margin: 0 1.5% 5.5% 0; }

#footer-bottom a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

#footer-bottom .footer-widget.last {
  margin: 0 0 0 12.5%;
  width: 25.875%; }

#footer-bottom .footer-widget .fwidget {
  margin-bottom: 1em !important; }

#footer-bottom .fb-feed h4 {
  color: #d7d8d8;
  font-size: 14px;
  font-weight: 600;
  margin: 1em 0; }

#footer-bottom .fb-feed .cff-text {
  font-weight: 400; }

#footer-bottom .fb-feed .cff-item {
  border-bottom: 0; }

#footer-bottom .fb-feed .cff-post-links {
  line-height: 1.4em;
  padding: 0;
  margin: 5px 0; }

#footer-bottom .fb-feed .cff-post-links a {
  color: #b47e2b; }

#book-a-room {
  display: none;
  background: #fdfbfa;
  position: absolute;
  top: 121px;
  right: 0;
  max-width: 670px;
  padding: 30px 25px 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #525155;
  font-weight: 400; }

.et-fixed-header #book-a-room {
  top: 57px; }

#book-a-room #hotel-select {
  display: none; }

#book-a-room .hotel {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.5em; }

#book-a-room .hotel .image {
  height: 73px;
  line-height: 73px; }

#book-a-room .hotel .image img {
  max-width: 90%;
  max-height: 66px; }

#book-a-room .hotel input {
  margin-top: 1em; }

#book-a-room #hotel-select,
#book-a-room .current-form input,
#book-a-room .current-form select {
  width: 100%;
  padding: 10px;
  background-image: none !important;
  border-radius: 10px;
  -webkit-appearance: inherit; }

#book-a-room .current-form .input-block {
  display: inline-block;
  margin: 0 1% 30px 0;
  width: 20%;
  vertical-align: middle; }

#book-a-room .current-form .select {
  width: 16%; }

#book-a-room .buttons a,
#book-a-room .current-form button {
  background: #8fcbab;
  color: #fff;
  width: 20%;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  padding: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px; }

#book-a-room .buttons a {
  width: 49%;
  margin-right: 1%;
  text-align: center; }

#book-a-room .buttons a:last-child {
  margin-right: 0; }

#book-a-room .current-form .ui-spinner {
  display: block;
  background: none;
  border: 0; }

#book-a-room .current-form .ui-spinner-button {
  border: 0;
  background: none; }

#book-a-room .current-form .ui-spinner-up .ui-button-text:before {
  content: "\f0d8";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 0;
  left: 0;
  color: #b67e23; }

#book-a-room .current-form .ui-spinner-down .ui-button-text:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  color: #b67e23; }

#book-a-room .current-form .ui-spinner .ui-icon {
  display: none; }

#book-a-room .current-form .date {
  position: relative; }

#book-a-room .current-form .date:before {
  content: "\f073";
  font-family: 'FontAwesome';
  color: #b67e23;
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 20px; }

#book-a-room .current-form .date input {
  padding-left: 35px;
  cursor: pointer; }

body div#ui-datepicker-div {
  z-index: 999999 !important; }

#hashtag-feed {
  position: relative; }

#hashtag-feed .juicer-feed {
  max-height: 600px;
  overflow: hidden; }

#hashtag-feed h1.referral {
  display: none; }

#hashtag-feed .j-loading {
  border-color: #90cfad; }

#hashtag-feed .j-loading:before {
  background-color: #90cfad; }

#hashtag-feed .j-paginate {
  display: none; }

#hashtag-feed .gradient {
  background: url(../../../images/white-gradient.png) repeat-x;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 209px;
  width: 100%; }

#juicer-load-more {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 15; }

#juicer-load-more a {
  border: 2px solid #b47e2b;
  border-radius: 8px;
  color: #b47e2b;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
  width: 150px;
  text-align: center; }

#rm-mobile-icons .fav-tip {
  bottom: -100px;
  right: 1px; }

#rfp-form input[type=text], #rfp-form input[type=email], #rfp-form textarea, #rfp-form select,
#contact-us input[type=text], #contact-us input[type=email], #contact-us textarea, #contact-us select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  -webkit-appearance: inherit; }

#rfp-form .text-box,
#contact-us .text-box {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 1em; }

#rfp-form label,
#contact-us label {
  font-weight: 400; }

#rfp-form .required label,
#contact-us .required label {
  font-weight: 500; }

#rfp-form .text-box:last-child,
#contact-us .text-box:last-child {
  margin-right: 0; }

#rfp-form .text-box.zip,
#rfp-form .text-box.state,
#contact-us .text-box.zip,
#contact-us .text-box.state {
  width: 22%; }

#rfp-form .checkbox,
#contact-us .checkbox {
  margin: 1em 0; }

#rfp-form .text-box.single {
  width: 100%; }

#rfp-form .text-box.three-col {
  width: 31%; }

#rfp-form .wpcf7-submit,
#contact-us .wpcf7-submit {
  margin: 1em 0;
  display: block;
  border: 2px solid #b47e2b;
  border-radius: 8px;
  background: none;
  color: #b47e2b;
  padding: 5px 40px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif; }

#rfp-form h3 {
  color: #b47e2b;
  font-weight: 300;
  font-size: 30px;
  margin: 1em 0 .5em; }

#search-results article {
  margin-bottom: 2em; }

#search-results article h3 {
  color: #b47e2b; }

#search-results .read-more {
  color: #8fcfad;
  font-family: Lora, serif;
  font-style: italic; }

#search-results nav h2 {
  display: none; }

#search-results nav {
  text-align: center; }

#search-results .page-numbers {
  padding-right: 5px; }

#favorites .sis-listings {
  width: 100%;
  margin: 0; }

#favorites h2 {
  color: #b47e2b;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: .5em; }

#favorites h3 {
  font-size: 22px;
  font-weight: 400; }

#favorites .excerpt {
  clear: both;
  margin: 1em 0;
  font-weight: normal; }

#favorites .event-listing .desc_trig_outter,
#favorites .event-listing .evo_metarow_directimg,
#favorites .event-listing .evo_metarow_gmap,
#favorites .event-listing .evo_metarow_getDr {
  display: none; }

#favorites .event-listing .title {
  position: relative;
  padding-left: 145px;
  margin-bottom: 1em; }

#favorites .event-listing .title,
#favorites .event-listing .title h2.event-title {
  color: #403f3f;
  font-size: 18px;
  vertical-align: top;
  line-height: normal;
  padding-bottom: 0; }

#favorites .event-listing .title h2.event-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0 !important; }

#favorites .event-listing .date {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 50px;
  vertical-align: top;
  margin-right: 20px; }

#favorites .event-listing .title .date .start,
#favorites .event-listing .title .date .end {
  display: inline; }

#favorites .event-listing .title .date .end {
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
  margin-right: 4px; }

#favorites .event-listing .title .date .end .end-month {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 12px; }

#favorites .event-listing .title .date i {
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
  margin-right: 4px; }

#favorites .event-listing .title .date span {
  position: relative;
  top: -13px;
  font-weight: 300; }

#favorites .event-listing .details {
  clear: both;
  padding-top: 1em; }

#favorites .event-listing .details .bordr,
#favorites .event-listing .details .event_description .bordb {
  border-color: transparent;
  padding: 0; }

#favorites .event-listing .details .evorow .tbrow,
#favorites .event-listing .details .evcal_evdata_row {
  background-color: transparent;
  padding: 1em 0; }

#favorites .event-listing .details .evorow .tbrow .evcal_col50 {
  border: 0 !important; }

#favorites .event-listing .details .evo_h3 {
  float: none;
  font-family: 'Work Sans', sans-serif;
  text-transform: none;
  color: #403f3f; }

#favorites .event-listing .links-row .evcal_evdata_cell {
  padding-left: 45px;
  min-height: 25px; }

#favorites .event-listing .links-row .evcal_evdata_icons {
  display: block;
  position: absolute;
  padding: 0;
  width: 31px;
  height: 30px; }

#favorites .event-listing .links-row h3.evo_h3 {
  display: inline;
  padding-bottom: 0;
  vertical-align: middle;
  float: none; }

#favorites .event-listing .evcal_evdata_icons i {
  color: #403f3f; }

#favorites .event-listing .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#favorites .event-listing .evcal_evdata_row .evcal_evdata_cell p {
  font-family: 'Work Sans', sans-serif;
  font-style: normal; }

#favorites .sis-listings .listing .simplefavorite-button:before {
  content: "Remove";
  padding-right: 0; }

#favorites .sis-listings .listing .simplefavorite-button .et_fav_icon_full {
  display: none; }

.fav-tip {
  display: none;
  position: absolute;
  right: 0;
  bottom: -84px;
  width: 315px;
  height: 100px;
  background: #b47e2b;
  z-index: 10;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  font-weight: 300;
  line-height: 1.75em; }

.fav-tip:after {
  bottom: 100%;
  right: 41px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #b47e2b;
  border-width: 12px;
  margin-left: -12px; }

#standalone-events {
  background-color: #fff; }

#standalone-events .ajde_evcal_calendar {
  padding: 1em; }

#standalone-events .ajde_evcal_calendar #evcal_head {
  display: block; }

#embed-calendar, #iframe-widget p {
  font-size: 14px !important; }

#iframe-widget {
  display: none;
  clear: both; }

#iframe-widget textarea {
  width: 100%; }

#catering-menus .et_pb_text {
  margin-bottom: 100px;
  min-height: 160px; }

#catering-menus .et_pb_text img {
  vertical-align: middle; }

#catering-menus .et_pb_text .small-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.addthis_toolbox {
  min-width: 150px; }

#wp-admin-bar-wpseo-menu {
  /* DO NOT REMOVE */
  display: none !important; }

body #fancybox-thumbs,
body .fancybox-overlay {
  z-index: 99999; }

.virtual-tour .tours {
  margin-bottom: 7.27%;
  overflow: hidden;
  text-align: center; }

.virtual-tour .tours div {
  display: none; }

.virtual-tour .tours div:first-child {
  display: block; }

#fancybox-thumbs:before {
  content: "Tour Additional Spaces";
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px; }

#fancybox-thumbs {
  bottom: 20px !important; }

#submit-your-event h1 {
  color: #b47e2b;
  font-weight: 300; }

#submit-your-event h2 {
  display: none; }

#submit-your-event #eventon_form.evoau_submission_form {
  border: 0;
  padding: 0; }

#submit-your-event #eventon_form .evoau_table {
  margin: 0; }

#submit-your-event #eventon_form .evoau_table .row {
  padding: 7px 0 10px;
  border: 0; }

#submit-your-event #eventon_form .evoau_table .row p label {
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  font-family: inherit; }

#submit-your-event #eventon_form .evoau_table .row:hover {
  background-color: initial; }

#submit-your-event #eventon_form p input,
#submit-your-event #eventon_form p select {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #bbb;
  color: #4e4e4e; }

#submit-your-event #eventon_form p select {
  display: block; }

#submit-your-event-button,
#embed-calendar,
#submit-your-event #eventon_form p #evoau_submit,
#submit-your-event .evoau_submission_form .formBtnS {
  background: none;
  border: 2px solid #b47e2b;
  border-radius: 8px;
  color: #b47e2b;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }

#submit-your-event-button,
#embed-calendar {
  padding: 5px;
  width: 250px;
  display: block;
  text-align: center;
  float: left;
  margin: 1em 1em 1em 0; }

#submit-your-event .evoau_submission_form.successForm {
  background-color: #90cfad; }

#submit-your-event .evoau_success_msg p {
  color: #fff; }

#see-savannah {
  background: #e0dfdb;
  color: #006169;
  font-size: 20px; }

#see-savannah h3 {
  color: #b47e2b;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 0; }

/*Blog Styles*/
.blog-section #main-content .container {
  padding-top: 0; }

.blog-section .et_pb_post .entry-content {
  padding-top: 0; }

.blog-section #main-content .entry-content > p {
  margin-bottom: 1.2em;
  line-height: 1.9em; }

.blog-section .entry-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 31px;
  color: #B57E22;
  letter-spacing: -0.54px;
  line-height: 42px;
  font-weight: 400; }

.blog-section .et_pb_post h2 {
  margin-top: 20px; }

.blog-section .post-meta, .blog-section #left-area .post-meta {
  font-family: 'Lora', sans-serif;
  font-size: 17px;
  color: #9B9B9B;
  line-height: 27px;
  font-style: italic; }

.blog-section #main-content .container:before, .archive #main-content .container:before, .single-post #main-content .container:before {
  display: none; }

.blog-section .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.blog-section #left-area, .et_right_sidebar #left-area {
  width: 100%; }

.blog-section .et_pb_section {
  padding: 0; }

.blog-section .et_pb_row {
  width: 100%; }

.featured-content .image {
  height: 114px;
  background-size: cover;
  background-position: center; }

.featured-content h4, .featured-content h4 a {
  color: #b47e2b; }

.featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em; }

.blog-section #main-content .container {
  padding-top: 0 !important; }

.blog-section .et_pb_slide {
  padding-top: 0 !important; }

.blog-section.archive .page-title {
  font-weight: 400;
  color: #90cfad;
  margin-bottom: 20px; }

div.wpcf7 .ajax-loader {
  display: block; }

@media (max-width: 768px) {
  #sidebar {
    border-top: 1px solid #aaa;
    padding-top: 30px; } }

@media (min-width: 768px) {
  .blog-section #left-area, .et_right_sidebar #left-area {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px; }
  .blog-section #sidebar {
    width: 25%;
    padding-left: 0;
    padding-right: 30px;
    padding-left: 30px; }
  .blog-section #content-area {
    width: 970px;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1024px) {
  .blog-section #content-area {
    /*width: 1150px;*/
    /*    margin-left: -30px;
    margin-right: -30px;*/ } }

@media (min-width: 1200px) {
  .blog-section #left-area, .et_right_sidebar #left-area {
    padding-right: 30px;
    padding-left: 30px; }
  .blog-section #content-area {
    width: 1150px;
    margin-left: -30px;
    margin-right: -30px; }
  .blog-section .container {
    padding-left: 0px;
    padding-right: 0px; } }

.blog-section .read-more {
  color: #90CFAD;
  background: none;
  border: 2px solid #90CFAD;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  /*width: auto;*/
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 23px;
  opacity: 1 !important;
  text-transform: uppercase; }

.blog-section .read-more:hover, .blog-section .read-more:active, .blog-section .read-more:focus {
  color: #fff;
  background: #90CFAD;
  border: 2px solid #90CFAD;
  -webkit-transition: 0.05s all linear;
  -moz-transition: 0.05s all linear;
  -o-transition: 0.05s all linear;
  transition: 0.05s all linear; }

.form div.sharedaddy {
  display: none; }

.gm-style .gm-style-iw-c {
  padding: 12px !important; }

@media (min-width: 768px) {
  .blog-section .read-more {
    padding-right: 60px;
    padding-left: 60px; } }

/*bachelorette-parties */
.page-id-6135 .et_pb_row {
  max-width: 1125px; }

.page-id-6135 .et_pb_row {
  padding: 0px; }

.bachelorette-pg-title h2 {
  color: #B57E22;
  font-size: 48px;
  font-weight: 300;
  width: 100%;
  position: relative;
  line-height: 57px;
  letter-spacing: 0.4px; }

.bach-packages span.headline {
  color: #979EA1;
  font-size: 18px;
  width: 100%;
  font-family: Lora,serif;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.2px;
  display: block; }

.bach-subject span {
  font-size: 15px;
  font-family: Lora,serif; }

.bach-location h3 {
  color: #3F3F3F;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Work Sans',sans-serif;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.bach-location h3::after {
  content: ' ';
  width: 26px;
  height: 5px;
  margin: 10px 0 15px 0;
  float: none;
  clear: both;
  display: block;
  background-color: #B57E22; }

.bach-location a {
  font-weight: 700;
  text-decoration: underline;
  color: #3F3F3F; }

.bach-location p, .bach-location span {
  font-family: Lora,serif;
  color: #3F3F3F;
  font-size: 15px;
  font-weight: 500; }

.bach-location {
  background-color: #E0DFDB !important;
  overflow: hidden;
  line-height: 26px;
  font-weight: 500;
  min-height: 522px; }

.bach-brunch {
  min-height: 624px; }

.bach-spa {
  min-height: 386px; }

.page-id-6135 .et_pb_column_6 {
  float: right !important; }

.page-id-6135 .bach-location a.small-button {
  background-color: #B57E22 !important;
  font-size: 11px !important;
  height: 36px;
  width: 100%;
  max-width: 235px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Work Sans',sans-serif;
  font-weight: 600; }

.bach-packages h2 {
  color: #B57E22;
  font-size: 41px;
  font-weight: 300;
  width: 100%;
  position: relative;
  line-height: 48px;
  font-family: 'Work Sans',sans-serif;
  font-weight: 200;
  text-align: center; }

.bach-packages h3 {
  color: #b47e2b;
  font-size: 32px;
  line-height: 43px;
  font-family: 'Work Sans',sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 0px; }

.bach-packages p {
  font-family: Lora,serif;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0.16px;
  font-weight: 500; }

.bach-mem {
  background-color: #E0DFDB !important;
  padding-bottom: 100px !important; }

.bach-mem h2 {
  color: #B57E22;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px; }

.bach-mem span.headline {
  color: #979EA1;
  font-size: 18px;
  width: 100%;
  font-family: Lora,serif;
  font-weight: 500;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.2px;
  display: block; }

.bach-mem h4 {
  color: #B57E22;
  font-size: 20px;
  font-family: 'Work Sans',sans-serif;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 5px; }

.bach-mem p {
  font-family: Lora,serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.16px; }

.bach-brunch h4 {
  margin-top: 30px; }

@media only screen and (min-width: 981px) {
  .bach-subject p {
    margin: 7% 0px !important;
    font-family: Lora,serif; }
  .bach-location img {
    min-height: 522px;
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .bach-right-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70%;
    left: 0; }
  .bach-left-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70%;
    right: 0;
    min-height: 386px; }
  .bach-left-image img {
    height: 386px;
    object-fit: cover;
    width: 100%; }
  .bach-location .text {
    margin: 7% 0px !important;
    padding: 0px; }
  .bach-location {
    padding: 0px; }
  .page-id-6135 .et_pb_section {
    padding: 0 0 44px 0; }
  .bach-location {
    margin-bottom: 40px; }
  .bach-packages span.headline {
    margin-bottom: 43px; }
  .bach-spa .text, .bach-brunch .text {
    margin: 7% 0px !important;
    padding: 0px; }
  .bach-mem h2 {
    margin-top: 50px; }
  .bach-mem .middle {
    margin: 50px auto !important; }
  .bach-mem span.headline {
    margin-bottom: 50px; } }

@media only screen and (max-width: 980px) {
  .bach-subject p {
    margin: 0% 0px !important;
    font-family: Lora,serif; }
  .bach-location {
    padding: 20px 0px; }
  .et_pb_text_align_center, .et_pb_text_align_center h2, .et_pb_text_align_center p, .et_pb_text_align_center span {
    text-align: left !important; } }

/*update book now buttons*/
#book-a-room .hotel .image img {
  border: solid 1px #ccc;
  padding: 10px;
  height: 65px;
  width: 88px;
  transition: box-shadow .3s;
  box-shadow: 10px 10px 19px -12px black; }

#book-a-room .hotel .image img:hover {
  box-shadow: 10px 10px 19px -10px black !important; }

.bach-spa .et_pb_column_6 {
  float: right; }

/*update book now buttons*/
#book-a-room .hotel .image img {
  border: solid 1px #ccc;
  padding: 10px;
  height: 65px;
  width: 88px;
  transition: box-shadow .3s;
  box-shadow: 10px 10px 19px -12px black; }

#book-a-room .hotel .image img:hover {
  box-shadow: 10px 10px 19px -10px black !important; }

#book-a-room .current-form button {
  width: 100%; }

#book-a-room {
  width: 100%; }

#book-a-room .hotel .name {
  cursor: auto !important;
  margin-top: 10px; }

#book-a-room .book-copy {
  margin-bottom: 20px;
  color: #b47e2b;
  font-size: 16px; }

a.book-your-stay-button {
  background: #8fcbab;
  color: #fff;
  font-size: 18px;
  width: 90%;
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: -20px;
  display: block; }

@media only screen and (min-width: 768px) {
  #book-a-room .current-form button {
    display: none; } }

#main-content .et_pb_column_1_4 {
  width: 20% !important; }

/*from wp */
@media only screen and (max-width: 979px) {
  #main-content .et_pb_column_1_4 {
    width: 46% !important; } }

@media only screen and (max-width: 540px) {
  #main-content .et_pb_column_1_4 {
    width: 96% !important; } }

_::-webkit-full-page-media, _:future, :root .alert {
  display: none; }

.single #main-header, .blog-section #main-header {
  background-color: #393a3c !important;
  top: 0px;
  height: 57px; }

.single #main-header #et-top-navigation, .blog-section #main-header #et-top-navigation {
  height: 44px !important;
  top: 13px !important;
  right: 85px !important; }

.single .mini-logo, .blog-section .mini-logo {
  display: block !important;
  width: 50px;
  height: auto; }

.single #main-header .logo_container:before, .single #main-header .logo_container:after, .blog-section #main-header .logo_container:after, .blog-section #main-header .logo_container:before {
  display: none; }

.single #main-header #logo, .blog-section #main-header #logo {
  display: none; }

.single #main-header .logo_container, .blog-section #main-header .logo_container {
  top: 5px; }

body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
  top: 0px !important; }

.single-ajde_events #top-bar .social-sharing, .single-ajde_events #top-bar .weather, .archive #top-bar .social-sharing, .archive #top-bar .weather {
  display: none; }

.blog-section #content-area {
  margin-top: 75px; }

/*change events menu*/
.book-btn a, .rfp-btn a {
  display: inline-block;
  background: #90cfad;
  height: 31px;
  padding: 0px;
  border-radius: 8px;
  max-height: 25px; }

.rfp-btn a {
  color: #000 !important;
  background: #f0e6d7; }

.nav-events ul.sub-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 20px !important; }

.nav-events ul.sub-menu li {
  width: 100% !important; }

.nav-events ul.sub-menu li a {
  padding: 6px 0px !important; }

.single-post .et_pb_slider .et_pb_slide:first-child {
  display: none !important; }

a.plan-stay-cta {
  color: #FFF;
  background: #90cfad;
  padding: 5px 10px;
  border-radius: 8px;
  display: block;
  max-width: 200px;
  padding: 10px 15px;
  text-align: center;
  max-width: 200px;
  margin-top: 40px;
  margin-bottom: 20px; }

.bg-none {
  background: none !important; }

.tc-orange {
  color: #feb753; }

.bg-orange {
  background-color: #feb753; }

.bd-orange {
  border-color: #feb753; }

.tc-blood {
  color: #c6524c; }

.bg-blood {
  background-color: #c6524c; }

.bd-blood {
  border-color: #c6524c; }

.tc-grapefruit {
  color: #f25951; }

.bg-grapefruit {
  background-color: #f25951; }

.bd-grapefruit {
  border-color: #f25951; }

.tc-salmon {
  color: #f57a74; }

.bg-salmon {
  background-color: #f57a74; }

.bd-salmon {
  border-color: #f57a74; }

.tc-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bd-white {
  border-color: #fff; }

.tc-background {
  color: #fff9f2; }

.bg-background {
  background-color: #fff9f2; }

.bd-background {
  border-color: #fff9f2; }

.tc-border {
  color: #e6e0d8; }

.bg-border {
  background-color: #e6e0d8; }

.bd-border {
  border-color: #e6e0d8; }

.tc-footer {
  color: #1e1e1e; }

.bg-footer {
  background-color: #1e1e1e; }

.bd-footer {
  border-color: #1e1e1e; }

.tc-maroon {
  color: #813333; }

.bg-maroon {
  background-color: #813333; }

.bd-maroon {
  border-color: #813333; }

.tc-gray {
  color: #888888; }

.bg-gray {
  background-color: #888888; }

.bd-gray {
  border-color: #888888; }

.tc-dark-maroon {
  color: #610000; }

.bg-dark-maroon {
  background-color: #610000; }

.bd-dark-maroon {
  border-color: #610000; }

.tc-footer-border {
  color: #353535; }

.bg-footer-border {
  background-color: #353535; }

.bd-footer-border {
  border-color: #353535; }

.tc-form-border {
  color: #ccc; }

.bg-form-border {
  background-color: #ccc; }

.bd-form-border {
  border-color: #ccc; }

.tc-light-gray {
  color: #aaa; }

.bg-light-gray {
  background-color: #aaa; }

.bd-light-gray {
  border-color: #aaa; }

.tc-medium-gray {
  color: #bbb; }

.bg-medium-gray {
  background-color: #bbb; }

.bd-medium-gray {
  border-color: #bbb; }

.tc-slevin {
  color: #777; }

.bg-slevin {
  background-color: #777; }

.bd-slevin {
  border-color: #777; }

.tc-off-white {
  color: #d2d2d2; }

.bg-off-white {
  background-color: #d2d2d2; }

.bd-off-white {
  border-color: #d2d2d2; }

.tc-nav-bg {
  color: #2e3034; }

.bg-nav-bg {
  background-color: #2e3034; }

.bd-nav-bg {
  border-color: #2e3034; }

.tc-nav-header {
  color: #27292c; }

.bg-nav-header {
  background-color: #27292c; }

.bd-nav-header {
  border-color: #27292c; }

.tc-satan {
  color: #666; }

.bg-satan {
  background-color: #666; }

.bd-satan {
  border-color: #666; }

.tc-sidebar-border {
  color: #3a3d43; }

.bg-sidebar-border {
  background-color: #3a3d43; }

.bd-sidebar-border {
  border-color: #3a3d43; }

.tc-embed {
  color: #999; }

.bg-embed {
  background-color: #999; }

.bd-embed {
  border-color: #999; }

.tc-nav-link-hover {
  color: #4a4d53; }

.bg-nav-link-hover {
  background-color: #4a4d53; }

.bd-nav-link-hover {
  border-color: #4a4d53; }

.tc-input-color {
  color: #555; }

.bg-input-color {
  background-color: #555; }

.bd-input-color {
  border-color: #555; }

.tc-white-field {
  color: #f9f8f6; }

.bg-white-field {
  background-color: #f9f8f6; }

.bd-white-field {
  border-color: #f9f8f6; }

.j-facebook {
  background: #3B5998; }

.j-facebook:before {
  content: ""; }

.j-facebook-border {
  border-color: #3B5998; }

.j-facebook-text {
  color: #3B5998;
  background: transparent; }

.j-facebook-text:before {
  color: #3B5998; }

.j-facebook-hover.highlight, .j-facebook-hover:hover {
  background: #3B5998 !important;
  color: white;
  border-bottom: 1px solid #2d4373 !important; }

.j-facebook-hover.highlight:before, .j-facebook-hover:hover:before {
  color: white; }

.j-twitter {
  background: #55ACEE; }

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

.j-twitter-border {
  border-color: #55ACEE; }

.j-twitter-text {
  color: #55ACEE;
  background: transparent; }

.j-twitter-text:before {
  color: #55ACEE; }

.j-twitter-hover.highlight, .j-twitter-hover:hover {
  background: #55ACEE !important;
  color: white;
  border-bottom: 1px solid #2795e9 !important; }

.j-twitter-hover.highlight:before, .j-twitter-hover:hover:before {
  color: white; }

.j-instagram {
  background: #3F729B; }

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

.j-instagram-border {
  border-color: #3F729B; }

.j-instagram-text {
  color: #3F729B;
  background: transparent; }

.j-instagram-text:before {
  color: #3F729B; }

.j-instagram-hover.highlight, .j-instagram-hover:hover {
  background: #3F729B !important;
  color: white;
  border-bottom: 1px solid #305777 !important; }

.j-instagram-hover.highlight:before, .j-instagram-hover:hover:before {
  color: white; }

.j-youtube {
  background: #CC181E; }

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

.j-youtube-border {
  border-color: #CC181E; }

.j-youtube-text {
  color: #CC181E;
  background: transparent; }

.j-youtube-text:before {
  color: #CC181E; }

.j-youtube-hover.highlight, .j-youtube-hover:hover {
  background: #CC181E !important;
  color: white;
  border-bottom: 1px solid #9e1317 !important; }

.j-youtube-hover.highlight:before, .j-youtube-hover:hover:before {
  color: white; }

.j-tumblr {
  background: #375471; }

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

.j-tumblr-border {
  border-color: #375471; }

.j-tumblr-text {
  color: #375471;
  background: transparent; }

.j-tumblr-text:before {
  color: #375471; }

.j-tumblr-hover.highlight, .j-tumblr-hover:hover {
  background: #375471 !important;
  color: white;
  border-bottom: 1px solid #263b4f !important; }

.j-tumblr-hover.highlight:before, .j-tumblr-hover:hover:before {
  color: white; }

.j-googleplus {
  background: #DD4B39; }

.j-googleplus:before {
  content: ""; }

.j-googleplus-border {
  border-color: #DD4B39; }

.j-googleplus-text {
  color: #DD4B39;
  background: transparent; }

.j-googleplus-text:before {
  color: #DD4B39; }

.j-googleplus-hover.highlight, .j-googleplus-hover:hover {
  background: #DD4B39 !important;
  color: white;
  border-bottom: 1px solid #c23321 !important; }

.j-googleplus-hover.highlight:before, .j-googleplus-hover:hover:before {
  color: white; }

.j-pinterest {
  background: #CB2028; }

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

.j-pinterest-border {
  border-color: #CB2028; }

.j-pinterest-text {
  color: #CB2028;
  background: transparent; }

.j-pinterest-text:before {
  color: #CB2028; }

.j-pinterest-hover.highlight, .j-pinterest-hover:hover {
  background: #CB2028 !important;
  color: white;
  border-bottom: 1px solid #9f191f !important; }

.j-pinterest-hover.highlight:before, .j-pinterest-hover:hover:before {
  color: white; }

.j-blog {
  background: #FF6600; }

.j-blog:before {
  content: ""; }

.j-blog-border {
  border-color: #FF6600; }

.j-blog-text {
  color: #FF6600;
  background: transparent; }

.j-blog-text:before {
  color: #FF6600; }

.j-blog-hover.highlight, .j-blog-hover:hover {
  background: #FF6600 !important;
  color: white;
  border-bottom: 1px solid #cc5200 !important; }

.j-blog-hover.highlight:before, .j-blog-hover:hover:before {
  color: white; }

.j-vine {
  background: #00BF8F; }

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

.j-vine-border {
  border-color: #00BF8F; }

.j-vine-text {
  color: #00BF8F;
  background: transparent; }

.j-vine-text:before {
  color: #00BF8F; }

.j-vine-hover.highlight, .j-vine-hover:hover {
  background: #00BF8F !important;
  color: white;
  border-bottom: 1px solid #008c69 !important; }

.j-vine-hover.highlight:before, .j-vine-hover:hover:before {
  color: white; }

.j-soundcloud {
  background: #f30; }

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

.j-soundcloud-border {
  border-color: #f30; }

.j-soundcloud-text {
  color: #f30;
  background: transparent; }

.j-soundcloud-text:before {
  color: #f30; }

.j-soundcloud-hover.highlight, .j-soundcloud-hover:hover {
  background: #f30 !important;
  color: white;
  border-bottom: 1px solid #cc2900 !important; }

.j-soundcloud-hover.highlight:before, .j-soundcloud-hover:hover:before {
  color: white; }

.j-linkedin {
  background: #007bb6; }

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

.j-linkedin-border {
  border-color: #007bb6; }

.j-linkedin-text {
  color: #007bb6;
  background: transparent; }

.j-linkedin-text:before {
  color: #007bb6; }

.j-linkedin-hover.highlight, .j-linkedin-hover:hover {
  background: #007bb6 !important;
  color: white;
  border-bottom: 1px solid #005983 !important; }

.j-linkedin-hover.highlight:before, .j-linkedin-hover:hover:before {
  color: white; }

.j-flickr {
  background: #ff0084; }

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

.j-flickr-border {
  border-color: #ff0084; }

.j-flickr-text {
  color: #ff0084;
  background: transparent; }

.j-flickr-text:before {
  color: #ff0084; }

.j-flickr-hover.highlight, .j-flickr-hover:hover {
  background: #ff0084 !important;
  color: white;
  border-bottom: 1px solid #cc006a !important; }

.j-flickr-hover.highlight:before, .j-flickr-hover:hover:before {
  color: white; }

.j-vimeo {
  background: #1AB7EA; }

.j-vimeo:before {
  content: ""; }

.j-vimeo-border {
  border-color: #1AB7EA; }

.j-vimeo-text {
  color: #1AB7EA;
  background: transparent; }

.j-vimeo-text:before {
  color: #1AB7EA; }

.j-vimeo-hover.highlight, .j-vimeo-hover:hover {
  background: #1AB7EA !important;
  color: white;
  border-bottom: 1px solid #1295bf !important; }

.j-vimeo-hover.highlight:before, .j-vimeo-hover:hover:before {
  color: white; }

.j-hashtag {
  background: #F17E6F; }

.j-hashtag:before {
  content: ""; }

.j-hashtag-border {
  border-color: #F17E6F; }

.j-hashtag-text {
  color: #F17E6F;
  background: transparent; }

.j-hashtag-text:before {
  color: #F17E6F; }

.j-hashtag-hover.highlight, .j-hashtag-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important; }

.j-hashtag-hover.highlight:before, .j-hashtag-hover:hover:before {
  color: white; }

.j-yelp {
  background: #C41200; }

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

.j-yelp-border {
  border-color: #C41200; }

.j-yelp-text {
  color: #C41200;
  background: transparent; }

.j-yelp-text:before {
  color: #C41200; }

.j-yelp-hover.highlight, .j-yelp-hover:hover {
  background: #C41200 !important;
  color: white;
  border-bottom: 1px solid #910d00 !important; }

.j-yelp-hover.highlight:before, .j-yelp-hover:hover:before {
  color: white; }

.j-deviantart {
  background: #05cc47; }

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

.j-deviantart-border {
  border-color: #05cc47; }

.j-deviantart-text {
  color: #05cc47;
  background: transparent; }

.j-deviantart-text:before {
  color: #05cc47; }

.j-deviantart-hover.highlight, .j-deviantart-hover:hover {
  background: #05cc47 !important;
  color: white;
  border-bottom: 1px solid #049a36 !important; }

.j-deviantart-hover.highlight:before, .j-deviantart-hover:hover:before {
  color: white; }

.j-email {
  background: #F17E6F; }

.j-email:before {
  content: ""; }

.j-email-border {
  border-color: #F17E6F; }

.j-email-text {
  color: #F17E6F;
  background: transparent; }

.j-email-text:before {
  color: #F17E6F; }

.j-email-hover.highlight, .j-email-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important; }

.j-email-hover.highlight:before, .j-email-hover:hover:before {
  color: white; }

.j-slack {
  background: #6ecadc; }

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

.j-slack-border {
  border-color: #6ecadc; }

.j-slack-text {
  color: #6ecadc;
  background: transparent; }

.j-slack-text:before {
  color: #6ecadc; }

.j-slack-hover.highlight, .j-slack-hover:hover {
  background: #6ecadc !important;
  color: white;
  border-bottom: 1px solid #45bbd2 !important; }

.j-slack-hover.highlight:before, .j-slack-hover:hover:before {
  color: white; }

.j-spotify {
  background: #1ed760; }

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

.j-spotify-border {
  border-color: #1ed760; }

.j-spotify-text {
  color: #1ed760;
  background: transparent; }

.j-spotify-text:before {
  color: #1ed760; }

.j-spotify-hover.highlight, .j-spotify-hover:hover {
  background: #1ed760 !important;
  color: white;
  border-bottom: 1px solid #18aa4c !important; }

.j-spotify-hover.highlight:before, .j-spotify-hover:hover:before {
  color: white; }

.j-soundcloud:before {
  position: relative;
  left: -4px; }

.j-googleplus:before {
  position: relative;
  left: -0.15em; }

.j-hashtag:before {
  -moz-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  -webkit-transform: rotate(19deg);
  transform: rotate(19deg);
  position: relative;
  left: -2px; }

.j-juicer:before {
  content: url(//assets.juicer.io/small-square-5c1396a2ebe4ff05db2926e880300420d3de4482b82fad44edb5956de50e5a9b.png); }

.j-email:before {
  position: relative;
  top: -1px !important; }

.j-social-icon:before {
  font-family: 'FontAwesome'; }

.j-sprite, .juicer-feed h1.referral a:after, .j-gallery .j-image:after, .j-gallery-nav .j-gallery-arrow, .j-overlay .j-close {
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(//assets.juicer.io/embed-s03d8d2e28f-f5022200e184977ef7cc0cc8a87514fa826807e8299c5072803e1695f0ff1f56.png); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .j-sprite, .juicer-feed h1.referral a:after, .j-gallery .j-image:after, .j-gallery-nav .j-gallery-arrow, .j-overlay .j-close {
    background-image: url(//assets.juicer.io/embed-retina-s1cdb1f579a-c69ce40055c8870706ece48583d57ffbafa031b41964548c844a132065782324.png); } }

.j-loading-container {
  width: 100%;
  position: absolute;
  z-index: 99;
  height: 100%;
  background: rgba(242, 242, 242, 0.6);
  top: 0; }

.j-loading-container .j-loading {
  position: fixed;
  left: 58.5%; }

@media all and (max-width: 1000px) {
  .j-loading-container .j-loading {
    left: 50%; } }

.source-form .j-loading {
  margin: 35px auto 0; }

.j-loading {
  -moz-animation: loader 2s infinite ease;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
  width: 30px;
  height: 30px;
  border: 4px solid #F17E6F;
  margin: 0 auto;
  font-size: 0;
  color: transparent; }

.j-loading:before {
  -moz-animation: loader-inner 2s infinite ease-in;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #F17E6F;
  content: ''; }

@-moz-keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

@-webkit-keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

.juicer-feed {
  *zoom: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  margin: 0 auto !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  line-height: 1.4; }

.juicer-feed:after {
  content: "";
  display: table;
  clear: both; }

.juicer-feed .j-stacker {
  display: table;
  table-layout: fixed;
  width: 100%; }

.juicer-feed .j-stacker > * {
  display: table-cell !important;
  vertical-align: top;
  float: none !important; }

.juicer-feed * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.juicer-feed.loaded {
  visibility: visible;
  opacity: 1; }

.juicer-feed .j-loading-wrapper, .juicer-feed .j-paginate {
  margin: 50px auto; }

.juicer-feed .j-paginate {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 2px solid #F17E6F;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #F17E6F;
  text-align: center;
  padding: 12px 0 10px;
  cursor: pointer;
  background-color: transparent;
  width: 150px;
  display: block;
  text-transform: uppercase; }

.juicer-feed .j-paginate:hover {
  background: #F17E6F;
  color: #F2F2F2; }

.juicer-feed a {
  text-decoration: none !important;
  border-bottom: none; }

.juicer-feed h1.referral {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
  white-space: nowrap; }

.juicer-feed h1.referral a {
  color: #f05a4b;
  display: inline-block; }

.juicer-feed h1.referral a:after {
  height: 25px;
  width: 14px;
  background-position: 100% -168px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .juicer-feed h1.referral a:after {
    background-position: 100% -336px;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: 100% -168px; } }

.juicer-feed ul.j-filters {
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style-type: none;
  width: 100%;
  margin: 0 0 25px 0; }

.juicer-feed ul.j-filters li {
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-align: left;
  list-style-type: none;
  margin: 0;
  width: 190px;
  display: inline-block; }

.juicer-feed ul.j-filters li:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 5px 0 0;
  font-weight: normal; }

.juicer-feed ul.j-filters li:hover:after, .juicer-feed ul.j-filters li.selected:after, .juicer-feed ul.j-filters li.highlight:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #F17E6F;
  bottom: 0;
  left: 0;
  position: absolute; }

.juicer-feed ul.j-filters li.all, .juicer-feed ul.j-filters li.grouped, .juicer-feed ul.j-filters li.moderate-filter {
  background: #232830; }

.juicer-feed ul.j-filters li.all:before, .juicer-feed ul.j-filters li.grouped:before, .juicer-feed ul.j-filters li.moderate-filter:before {
  content: '\f0c0'; }

.juicer-feed ul.j-filters li.grouped, .juicer-feed ul.j-filters li.moderate-filter {
  border-right: 1px solid #e5e5e5; }

.juicer-feed ul.j-filters li.grouped:before, .juicer-feed ul.j-filters li.moderate-filter:before {
  content: ''; }

.juicer-feed ul.j-filters li.grouped:last-of-type, .juicer-feed ul.j-filters li.moderate-filter:last-of-type {
  border: none; }

.juicer-feed ul.j-filters li.moderate-filter {
  width: auto; }

@media all and (max-width: 500px) {
  .juicer-feed ul.j-filters li {
    width: 33.333%; } }

.juicer-feed .j-display-filters {
  text-align: center;
  margin: 15px 0 30px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #777; }

.juicer-feed .j-display-filters li {
  display: inline-block;
  margin: 0 20px 20px 0;
  cursor: pointer;
  background: white;
  padding: 7px 10px;
  border-bottom: 1px solid #e5e4e4; }

.juicer-feed .j-display-filters li:first-of-type {
  margin: 0 20px 20px 20px; }

.juicer-feed .j-display-filters li:last-of-type {
  margin: 0 0 20px 0; }

.juicer-feed .j-display-filters li:before {
  margin-right: 8px;
  line-height: 11px;
  font-size: 14px;
  position: relative;
  top: 1px; }

.juicer-feed .j-display-filters li.all {
  color: #f57a74; }

.juicer-feed .j-display-filters li.all:before {
  content: '\f0c0'; }

.juicer-feed .j-display-filters li.all.highlight, .juicer-feed .j-display-filters li.all:hover {
  background: #f57a74 !important;
  color: white;
  border-bottom: 1px solid #f24c44 !important; }

.juicer-feed .j-display-filters li.grouped, .juicer-feed .j-display-filters li.moderate-filter {
  color: #3A3A3A; }

.juicer-feed .j-display-filters li.grouped.highlight, .juicer-feed .j-display-filters li.grouped:hover, .juicer-feed .j-display-filters li.grouped.selected, .juicer-feed .j-display-filters li.moderate-filter.highlight, .juicer-feed .j-display-filters li.moderate-filter:hover, .juicer-feed .j-display-filters li.moderate-filter.selected {
  background: #3A3A3A !important;
  color: white;
  border-bottom: 1px solid #212121 !important; }

.juicer-feed .j-display-filters li.grouped:before, .juicer-feed .j-display-filters li.moderate-filter:before {
  content: '';
  margin-right: 0; }

.juicer-feed .bulk-moderate {
  color: white; }

.juicer-feed .bulk-moderate:hover {
  color: white; }

.juicer-feed .emoji {
  width: 1.5em !important;
  height: 1.5em !important;
  margin-bottom: 0 !important;
  margin-bottom: -0.25em !important;
  display: inline-block; }

.juicer-feed.photos-only li.words {
  display: none; }

.juicer-feed.white li.feed-item, .juicer-feed.user li.feed-item, .juicer-feed.image-grid li.feed-item, .juicer-feed.hip li.feed-item, .juicer-feed.gray li.feed-item, .juicer-feed.modern li.feed-item, .juicer-feed.polaroid li.feed-item {
  opacity: 0; }

.juicer-feed.white li.feed-item, .juicer-feed.user li.feed-item, .juicer-feed.juicer-widget li.feed-item, .juicer-feed.colors li.feed-item, .juicer-feed.gray li.feed-item, .juicer-feed.modern li.feed-item, .juicer-feed.polaroid li.feed-item {
  padding: 10px;
  background: white;
  color: #3A3A3A;
  margin-bottom: 5%;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px 0;
  white-space: normal;
  float: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.juicer-feed.white li.feed-item.juicer, .juicer-feed.user li.feed-item.juicer, .juicer-feed.juicer-widget li.feed-item.juicer, .juicer-feed.colors li.feed-item.juicer, .juicer-feed.gray li.feed-item.juicer, .juicer-feed.modern li.feed-item.juicer, .juicer-feed.polaroid li.feed-item.juicer {
  background: #F17E6F;
  color: white; }

.juicer-feed.white li.feed-item.juicer a, .juicer-feed.user li.feed-item.juicer a, .juicer-feed.juicer-widget li.feed-item.juicer a, .juicer-feed.colors li.feed-item.juicer a, .juicer-feed.gray li.feed-item.juicer a, .juicer-feed.modern li.feed-item.juicer a, .juicer-feed.polaroid li.feed-item.juicer a {
  color: white;
  text-decoration: underline !important; }

.juicer-feed.white li.feed-item.juicer a:hover, .juicer-feed.user li.feed-item.juicer a:hover, .juicer-feed.juicer-widget li.feed-item.juicer a:hover, .juicer-feed.colors li.feed-item.juicer a:hover, .juicer-feed.gray li.feed-item.juicer a:hover, .juicer-feed.modern li.feed-item.juicer a:hover, .juicer-feed.polaroid li.feed-item.juicer a:hover {
  color: white; }

.juicer-feed.white li.feed-item .j-message a, .juicer-feed.white li.feed-item .j-edit a, .juicer-feed.user li.feed-item .j-message a, .juicer-feed.user li.feed-item .j-edit a, .juicer-feed.juicer-widget li.feed-item .j-message a, .juicer-feed.juicer-widget li.feed-item .j-edit a, .juicer-feed.colors li.feed-item .j-message a, .juicer-feed.colors li.feed-item .j-edit a, .juicer-feed.gray li.feed-item .j-message a, .juicer-feed.gray li.feed-item .j-edit a, .juicer-feed.modern li.feed-item .j-message a, .juicer-feed.modern li.feed-item .j-edit a, .juicer-feed.polaroid li.feed-item .j-message a, .juicer-feed.polaroid li.feed-item .j-edit a {
  font-weight: bold; }

.juicer-feed.white img, .juicer-feed.white .video-wrapper, .juicer-feed.white .vine-wrapper, .juicer-feed.white .instagram-wrapper, .juicer-feed.white .twitter-wrapper, .juicer-feed.user img, .juicer-feed.user .video-wrapper, .juicer-feed.user .vine-wrapper, .juicer-feed.user .instagram-wrapper, .juicer-feed.user .twitter-wrapper, .juicer-feed.juicer-widget img, .juicer-feed.juicer-widget .video-wrapper, .juicer-feed.juicer-widget .vine-wrapper, .juicer-feed.juicer-widget .instagram-wrapper, .juicer-feed.juicer-widget .twitter-wrapper, .juicer-feed.colors img, .juicer-feed.colors .video-wrapper, .juicer-feed.colors .vine-wrapper, .juicer-feed.colors .instagram-wrapper, .juicer-feed.colors .twitter-wrapper, .juicer-feed.gray img, .juicer-feed.gray .video-wrapper, .juicer-feed.gray .vine-wrapper, .juicer-feed.gray .instagram-wrapper, .juicer-feed.gray .twitter-wrapper, .juicer-feed.modern img, .juicer-feed.modern .video-wrapper, .juicer-feed.modern .vine-wrapper, .juicer-feed.modern .instagram-wrapper, .juicer-feed.modern .twitter-wrapper, .juicer-feed.polaroid img, .juicer-feed.polaroid .video-wrapper, .juicer-feed.polaroid .vine-wrapper, .juicer-feed.polaroid .instagram-wrapper, .juicer-feed.polaroid .twitter-wrapper {
  width: 100%;
  margin-bottom: 10px; }

.juicer-feed.white img iframe, .juicer-feed.white img video, .juicer-feed.white img embed, .juicer-feed.white .video-wrapper iframe, .juicer-feed.white .video-wrapper video, .juicer-feed.white .video-wrapper embed, .juicer-feed.white .vine-wrapper iframe, .juicer-feed.white .vine-wrapper video, .juicer-feed.white .vine-wrapper embed, .juicer-feed.white .instagram-wrapper iframe, .juicer-feed.white .instagram-wrapper video, .juicer-feed.white .instagram-wrapper embed, .juicer-feed.white .twitter-wrapper iframe, .juicer-feed.white .twitter-wrapper video, .juicer-feed.white .twitter-wrapper embed, .juicer-feed.user img iframe, .juicer-feed.user img video, .juicer-feed.user img embed, .juicer-feed.user .video-wrapper iframe, .juicer-feed.user .video-wrapper video, .juicer-feed.user .video-wrapper embed, .juicer-feed.user .vine-wrapper iframe, .juicer-feed.user .vine-wrapper video, .juicer-feed.user .vine-wrapper embed, .juicer-feed.user .instagram-wrapper iframe, .juicer-feed.user .instagram-wrapper video, .juicer-feed.user .instagram-wrapper embed, .juicer-feed.user .twitter-wrapper iframe, .juicer-feed.user .twitter-wrapper video, .juicer-feed.user .twitter-wrapper embed, .juicer-feed.juicer-widget img iframe, .juicer-feed.juicer-widget img video, .juicer-feed.juicer-widget img embed, .juicer-feed.juicer-widget .video-wrapper iframe, .juicer-feed.juicer-widget .video-wrapper video, .juicer-feed.juicer-widget .video-wrapper embed, .juicer-feed.juicer-widget .vine-wrapper iframe, .juicer-feed.juicer-widget .vine-wrapper video, .juicer-feed.juicer-widget .vine-wrapper embed, .juicer-feed.juicer-widget .instagram-wrapper iframe, .juicer-feed.juicer-widget .instagram-wrapper video, .juicer-feed.juicer-widget .instagram-wrapper embed, .juicer-feed.juicer-widget .twitter-wrapper iframe, .juicer-feed.juicer-widget .twitter-wrapper video, .juicer-feed.juicer-widget .twitter-wrapper embed, .juicer-feed.colors img iframe, .juicer-feed.colors img video, .juicer-feed.colors img embed, .juicer-feed.colors .video-wrapper iframe, .juicer-feed.colors .video-wrapper video, .juicer-feed.colors .video-wrapper embed, .juicer-feed.colors .vine-wrapper iframe, .juicer-feed.colors .vine-wrapper video, .juicer-feed.colors .vine-wrapper embed, .juicer-feed.colors .instagram-wrapper iframe, .juicer-feed.colors .instagram-wrapper video, .juicer-feed.colors .instagram-wrapper embed, .juicer-feed.colors .twitter-wrapper iframe, .juicer-feed.colors .twitter-wrapper video, .juicer-feed.colors .twitter-wrapper embed, .juicer-feed.gray img iframe, .juicer-feed.gray img video, .juicer-feed.gray img embed, .juicer-feed.gray .video-wrapper iframe, .juicer-feed.gray .video-wrapper video, .juicer-feed.gray .video-wrapper embed, .juicer-feed.gray .vine-wrapper iframe, .juicer-feed.gray .vine-wrapper video, .juicer-feed.gray .vine-wrapper embed, .juicer-feed.gray .instagram-wrapper iframe, .juicer-feed.gray .instagram-wrapper video, .juicer-feed.gray .instagram-wrapper embed, .juicer-feed.gray .twitter-wrapper iframe, .juicer-feed.gray .twitter-wrapper video, .juicer-feed.gray .twitter-wrapper embed, .juicer-feed.modern img iframe, .juicer-feed.modern img video, .juicer-feed.modern img embed, .juicer-feed.modern .video-wrapper iframe, .juicer-feed.modern .video-wrapper video, .juicer-feed.modern .video-wrapper embed, .juicer-feed.modern .vine-wrapper iframe, .juicer-feed.modern .vine-wrapper video, .juicer-feed.modern .vine-wrapper embed, .juicer-feed.modern .instagram-wrapper iframe, .juicer-feed.modern .instagram-wrapper video, .juicer-feed.modern .instagram-wrapper embed, .juicer-feed.modern .twitter-wrapper iframe, .juicer-feed.modern .twitter-wrapper video, .juicer-feed.modern .twitter-wrapper embed, .juicer-feed.polaroid img iframe, .juicer-feed.polaroid img video, .juicer-feed.polaroid img embed, .juicer-feed.polaroid .video-wrapper iframe, .juicer-feed.polaroid .video-wrapper video, .juicer-feed.polaroid .video-wrapper embed, .juicer-feed.polaroid .vine-wrapper iframe, .juicer-feed.polaroid .vine-wrapper video, .juicer-feed.polaroid .vine-wrapper embed, .juicer-feed.polaroid .instagram-wrapper iframe, .juicer-feed.polaroid .instagram-wrapper video, .juicer-feed.polaroid .instagram-wrapper embed, .juicer-feed.polaroid .twitter-wrapper iframe, .juicer-feed.polaroid .twitter-wrapper video, .juicer-feed.polaroid .twitter-wrapper embed {
  height: 100% !important; }

.juicer-feed.white .j-meta ul, .juicer-feed.user .j-meta ul, .juicer-feed.juicer-widget .j-meta ul, .juicer-feed.colors .j-meta ul, .juicer-feed.gray .j-meta ul, .juicer-feed.modern .j-meta ul, .juicer-feed.polaroid .j-meta ul {
  margin: 0;
  padding: 0; }

.juicer-feed.juicer-widget.j-modern {
  overflow: visible;
  max-height: 100% !important; }

.juicer-feed.juicer-widget.j-modern .flip-container {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000; }

.juicer-feed.juicer-widget.j-modern .flip-container.flip .flipper {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.juicer-feed.juicer-widget.j-modern .flipper {
  *zoom: 1;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0.6s;
  position: relative; }

.juicer-feed.juicer-widget.j-modern .flipper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.juicer-feed.juicer-widget.j-modern .front, .juicer-feed.juicer-widget.j-modern .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.juicer-feed.juicer-widget.j-modern .front {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative;
  z-index: 2; }

.juicer-feed.juicer-widget.j-modern .back {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0; }

.juicer-feed.juicer-widget.j-modern .flip .front {
  position: absolute;
  top: 0;
  left: 0; }

.juicer-feed.juicer-widget.j-modern .flip .back {
  position: relative; }

.juicer-feed.juicer-widget.j-ie {
  overflow: visible;
  max-height: 100% !important; }

.juicer-feed.juicer-widget.j-ie .flip-container {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000; }

.juicer-feed.juicer-widget.j-ie .flipper {
  *zoom: 1;
  position: relative; }

.juicer-feed.juicer-widget.j-ie .flipper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.juicer-feed.juicer-widget.j-ie .front, .juicer-feed.juicer-widget.j-ie .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0s;
  -ms-backface-visibility: hidden;
  overflow: hidden; }

.juicer-feed.juicer-widget.j-ie .front {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative;
  z-index: 2; }

.juicer-feed.juicer-widget.j-ie .back {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0; }

.juicer-feed.juicer-widget.j-ie .flip .front {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0; }

.juicer-feed.juicer-widget.j-ie .flip .back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative; }

.juicer-feed.colors .j-meta a.j-social.j-facebook, .juicer-feed.colored-icons .j-meta a.j-social.j-facebook {
  color: #3B5998; }

.juicer-feed.colors .j-meta a.j-social.j-instagram, .juicer-feed.colored-icons .j-meta a.j-social.j-instagram {
  color: #3F729B; }

.juicer-feed.colors .j-meta a.j-social.j-twitter, .juicer-feed.colored-icons .j-meta a.j-social.j-twitter {
  color: #55ACEE; }

.juicer-feed.colors .j-meta a.j-social.j-youtube, .juicer-feed.colored-icons .j-meta a.j-social.j-youtube {
  color: #CC181E; }

.juicer-feed.colors .j-meta a.j-social.j-tumblr, .juicer-feed.colored-icons .j-meta a.j-social.j-tumblr {
  color: #375471; }

.juicer-feed.colors .j-meta a.j-social.j-googleplus, .juicer-feed.colored-icons .j-meta a.j-social.j-googleplus {
  color: #DD4B39; }

.juicer-feed.colors .j-meta a.j-social.j-pinterest, .juicer-feed.colored-icons .j-meta a.j-social.j-pinterest {
  color: #CB2028; }

.juicer-feed.colors .j-meta a.j-social.j-blog, .juicer-feed.colored-icons .j-meta a.j-social.j-blog {
  color: #FF6600; }

.juicer-feed.colors .j-meta a.j-social.j-vine, .juicer-feed.colored-icons .j-meta a.j-social.j-vine {
  color: #00BF8F; }

.juicer-feed.colors .j-meta a.j-social.j-soundcloud, .juicer-feed.colored-icons .j-meta a.j-social.j-soundcloud {
  color: #f30; }

.juicer-feed.colors .j-meta a.j-social.j-linkedin, .juicer-feed.colored-icons .j-meta a.j-social.j-linkedin {
  color: #007bb6; }

.juicer-feed.colors .j-meta a.j-social.j-flickr, .juicer-feed.colored-icons .j-meta a.j-social.j-flickr {
  color: #ff0084; }

.juicer-feed.colors .j-meta a.j-social.j-vimeo, .juicer-feed.colored-icons .j-meta a.j-social.j-vimeo {
  color: #1AB7EA; }

.juicer-feed.colors .j-meta a.j-social.j-hashtag, .juicer-feed.colored-icons .j-meta a.j-social.j-hashtag {
  color: #F17E6F; }

.juicer-feed.colors .j-meta a.j-social.j-yelp, .juicer-feed.colored-icons .j-meta a.j-social.j-yelp {
  color: #C41200; }

.juicer-feed.colors .j-meta a.j-social.j-deviantart, .juicer-feed.colored-icons .j-meta a.j-social.j-deviantart {
  color: #05cc47; }

.juicer-feed.colors .j-meta a.j-social.j-email, .juicer-feed.colored-icons .j-meta a.j-social.j-email {
  color: #F17E6F; }

.juicer-feed.colors .j-meta a.j-social.j-slack, .juicer-feed.colored-icons .j-meta a.j-social.j-slack {
  color: #6ecadc; }

.juicer-feed.colors .j-meta a.j-social.j-spotify, .juicer-feed.colored-icons .j-meta a.j-social.j-spotify {
  color: #1ed760; }

.juicer-feed.gray li.feed-item {
  background: #C6C8CA;
  color: #464648; }

.juicer-feed.gray a {
  color: #55C1BD; }

.juicer-feed.gray .j-meta a {
  color: #464648; }

.juicer-feed.gray .j-meta a:hover {
  color: #55C1BD; }

.juicer-feed.image-grid li.feed-item, .juicer-feed.slider li.feed-item, .juicer-feed.hip li.feed-item {
  padding: 0; }

.juicer-feed.image-grid li.feed-item:hover .j-text, .juicer-feed.slider li.feed-item:hover .j-text, .juicer-feed.hip li.feed-item:hover .j-text {
  visibility: visible;
  opacity: 1; }

.juicer-feed.image-grid li.feed-item.words, .juicer-feed.slider li.feed-item.words, .juicer-feed.hip li.feed-item.words {
  border-right: 1px solid white;
  border-bottom: 1px solid white; }

.juicer-feed.image-grid li.feed-item.words .j-text, .juicer-feed.slider li.feed-item.words .j-text, .juicer-feed.hip li.feed-item.words .j-text {
  visibility: visible;
  opacity: 1;
  position: relative;
  color: white;
  padding: 75px 5% 85px;
  background: transparent; }

.juicer-feed.image-grid li.feed-item.words .j-text a, .juicer-feed.slider li.feed-item.words .j-text a, .juicer-feed.hip li.feed-item.words .j-text a {
  color: white;
  font-weight: bold; }

.juicer-feed.image-grid li.feed-item.words .j-text a:hover, .juicer-feed.slider li.feed-item.words .j-text a:hover, .juicer-feed.hip li.feed-item.words .j-text a:hover {
  color: #F17E6F; }

.juicer-feed.image-grid li.feed-item.words .j-text p, .juicer-feed.slider li.feed-item.words .j-text p, .juicer-feed.hip li.feed-item.words .j-text p {
  color: white; }

.juicer-feed.image-grid li.feed-item.words .j-meta a, .juicer-feed.slider li.feed-item.words .j-meta a, .juicer-feed.hip li.feed-item.words .j-meta a {
  color: white;
  font-weight: normal; }

.juicer-feed.image-grid li.feed-item.words .j-poster h3, .juicer-feed.image-grid li.feed-item.words .j-poster .j-date, .juicer-feed.slider li.feed-item.words .j-poster h3, .juicer-feed.slider li.feed-item.words .j-poster .j-date, .juicer-feed.hip li.feed-item.words .j-poster h3, .juicer-feed.hip li.feed-item.words .j-poster .j-date {
  color: white; }

.juicer-feed.image-grid li.feed-item.j-video .j-text .j-message, .juicer-feed.slider li.feed-item.j-video .j-text .j-message, .juicer-feed.hip li.feed-item.j-video .j-text .j-message {
  vertical-align: top; }

.juicer-feed.image-grid .j-text, .juicer-feed.slider .j-text, .juicer-feed.hip .j-text {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #bababa;
  background: rgba(58, 58, 58, 0.7);
  text-align: center;
  position: absolute;
  padding: 5%;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }

.juicer-feed.image-grid .j-text:before, .juicer-feed.slider .j-text:before, .juicer-feed.hip .j-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.juicer-feed.image-grid .j-text .j-message, .juicer-feed.image-grid .j-text .j-edit, .juicer-feed.slider .j-text .j-message, .juicer-feed.slider .j-text .j-edit, .juicer-feed.hip .j-text .j-message, .juicer-feed.hip .j-text .j-edit {
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
  overflow: hidden;
  width: 100%; }

.juicer-feed.image-grid .j-text .j-message a, .juicer-feed.image-grid .j-text .j-edit a, .juicer-feed.slider .j-text .j-message a, .juicer-feed.slider .j-text .j-edit a, .juicer-feed.hip .j-text .j-message a, .juicer-feed.hip .j-text .j-edit a {
  color: #F17E6F; }

.juicer-feed.image-grid .j-text .j-message p, .juicer-feed.image-grid .j-text .j-edit p, .juicer-feed.slider .j-text .j-message p, .juicer-feed.slider .j-text .j-edit p, .juicer-feed.hip .j-text .j-message p, .juicer-feed.hip .j-text .j-edit p {
  margin: 0 0 10px 0;
  word-break: break-word;
  color: #bababa; }

.juicer-feed.image-grid .j-text .j-message p:last-of-type, .juicer-feed.image-grid .j-text .j-edit p:last-of-type, .juicer-feed.slider .j-text .j-message p:last-of-type, .juicer-feed.slider .j-text .j-edit p:last-of-type, .juicer-feed.hip .j-text .j-message p:last-of-type, .juicer-feed.hip .j-text .j-edit p:last-of-type {
  margin: 0; }

.juicer-feed.image-grid .j-image.playing + .j-text, .juicer-feed.slider .j-image.playing + .j-text, .juicer-feed.hip .j-image.playing + .j-text {
  visibility: hidden !important;
  opacity: 0 !important; }

.juicer-feed.image-grid .j-meta, .juicer-feed.slider .j-meta, .juicer-feed.hip .j-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 7px;
  margin: 25px -5% 0;
  text-align: left; }

.juicer-feed.image-grid .j-poster, .juicer-feed.slider .j-poster, .juicer-feed.hip .j-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  height: auto;
  opacity: 0;
  visibility: hidden; }

.juicer-feed.image-grid .j-poster h3, .juicer-feed.image-grid .j-poster .j-date, .juicer-feed.slider .j-poster h3, .juicer-feed.slider .j-poster .j-date, .juicer-feed.hip .j-poster h3, .juicer-feed.hip .j-poster .j-date {
  color: #bababa; }

.juicer-feed.slider {
  position: relative; }

.juicer-feed.slider li.feed-item {
  display: block; }

.juicer-feed.slider li.feed-item a.j-image {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative; }

.juicer-feed.slider li.feed-item a.j-image img {
  width: 100%; }

.juicer-feed.slider li.feed-item.words {
  border-right: none; }

.juicer-feed.slider li.feed-item.words:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  display: block;
  top: 0;
  right: 0; }

.juicer-feed.slider .slick-track {
  overflow: hidden; }

.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  outline: none;
  background: rgba(58, 58, 58, 0.7);
  margin: auto 0;
  height: 90px;
  width: auto;
  top: 0;
  bottom: 0;
  line-height: 1;
  z-index: 99; }

.juicer-feed.slider .slick-prev:before, .juicer-feed.slider .slick-next:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 43px;
  color: white; }

.juicer-feed.slider .slick-prev:hover:before, .juicer-feed.slider .slick-next:hover:before {
  color: #F17E6F; }

@media all and (max-width: 500px) {
  .juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {
    height: 65px; }
  .juicer-feed.slider .slick-prev:before, .juicer-feed.slider .slick-next:before {
    font-size: 2rem; } }

.juicer-feed.slider .slick-prev {
  left: 0;
  padding: 10px 15px 15px 10px; }

.juicer-feed.slider .slick-prev:before {
  content: '\f104'; }

@media all and (max-width: 500px) {
  .juicer-feed.slider .slick-prev {
    padding: 5px 7px 7px 5px; } }

.juicer-feed.slider .slick-next {
  right: 0;
  padding: 10px 10px 15px 15px; }

.juicer-feed.slider .slick-next:before {
  content: '\f105'; }

@media all and (max-width: 500px) {
  .juicer-feed.slider .slick-next {
    padding: 5px 5px 7px 7px; } }

.juicer-feed.slider.j-ie li.feed-item.image-post {
  background: transparent; }

.juicer-feed.slider.j-modern li.feed-item a.j-image img {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  object-fit: cover; }

.juicer-feed.slider.j-ie li.feed-item a.j-image {
  background-size: cover; }

.juicer-feed.slider.j-ie li.feed-item a.j-image img {
  visibility: hidden; }

.juicer-feed.hip {
  font-family: Courier, monospace; }

.juicer-feed.hip li.feed-item {
  font-size: 14px; }

.juicer-feed.hip li.feed-item.words {
  background: #232323;
  border-color: #333; }

.juicer-feed.hip li.feed-item.words .j-meta a {
  color: #aaa; }

.juicer-feed.hip li.feed-item:hover:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #F17E6F;
  display: block;
  position: absolute;
  bottom: 0; }

.juicer-feed.hip .j-meta {
  padding: 10px 15px; }

.juicer-feed.hip .j-meta nav {
  display: none; }

.juicer-feed.classic li.feed-item {
  background: white;
  min-height: 100px;
  overflow: hidden; }

.juicer-feed.classic li.feed-item img, .juicer-feed.classic li.feed-item .j-meta {
  position: absolute;
  top: 0;
  width: 100px; }

.juicer-feed.classic li.feed-item .j-meta {
  left: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  padding: 30px 0 0 0; }

.juicer-feed.classic li.feed-item .j-meta a {
  color: white; }

.juicer-feed.classic li.feed-item .j-meta:before {
  content: ''; }

.juicer-feed.classic li.feed-item .j-meta nav {
  float: none;
  display: block;
  display: block;
  font-size: 1.5em; }

.juicer-feed.classic li.feed-item .j-meta ul {
  font-size: 0.75em; }

.juicer-feed.classic li.feed-item .j-meta li {
  margin: 0 10px 10px 0;
  width: auto; }

.juicer-feed.classic li.feed-item .j-meta li:last-of-type {
  margin: 0 0 10px 0; }

.juicer-feed.classic li.feed-item img {
  right: 0; }

@media all and (max-width: 500px) {
  .juicer-feed.classic li.feed-item img {
    position: relative;
    top: 6px; } }

.juicer-feed.classic li.feed-item .j-text {
  font-family: "Georgia", Georgia, serif;
  font-size: 1.25em;
  margin: 0 100px;
  padding: 10px 25px;
  min-height: 100px; }

.juicer-feed.classic li.feed-item .j-message {
  height: 80px;
  display: table-cell;
  vertical-align: middle; }

.juicer-feed.classic li.feed-item .j-message a {
  color: #F17E6F; }

.juicer-feed.classic li.feed-item .info {
  font-size: 0.85rem;
  color: #878787; }

.juicer-feed.classic li.feed-item .info a {
  color: #878787;
  border-bottom: 1px solid; }

.juicer-feed.classic li.feed-item .info a:hover {
  color: #F17E6F; }

.juicer-feed.living-wall {
  overflow: hidden; }

.juicer-feed.living-wall li.feed-item {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 2; }

.juicer-feed.living-wall li.feed-item.j-video .j-image {
  position: absolute; }

.juicer-feed.living-wall .j-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.juicer-feed.living-wall img {
  max-width: 100%;
  height: auto;
  width: auto;
  min-width: 100%; }

.juicer-feed.living-wall img.landscape {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  max-width: none;
  max-height: 100%;
  height: 100%; }

.juicer-feed.living-wall ul.actions {
  font-size: 16px; }

.juicer-feed.living-wall .j-text {
  color: white;
  font-size: 14px;
  border: 1px solid white;
  text-align: center;
  padding-top: 45%;
  height: 100%; }

.juicer-feed.living-wall .j-text a {
  color: white;
  font-weight: bold; }

.juicer-feed.living-wall .j-text a:hover {
  color: #F17E6F; }

.juicer-feed.living-wall .j-living-wall-hover {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: rgba(58, 58, 58, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  text-align: center; }

.juicer-feed.living-wall .j-living-wall-hover:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '+';
  color: white;
  border: 3px solid white;
  width: 50px;
  height: 50px;
  font-size: 42px;
  line-height: 42px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%; }

.juicer-feed.living-wall li.feed-item:hover .j-image:before {
  display: none; }

.juicer-feed.living-wall li.feed-item:hover .j-living-wall-hover {
  visibility: visible;
  opacity: 1; }

.juicer-feed.living-wall h1.referral {
  position: relative;
  z-index: 3;
  background: rgba(58, 58, 58, 0.7);
  padding: 15px;
  display: inline-block;
  float: right; }

.juicer-feed.living-wall h1.referral a {
  color: white; }

.juicer-feed.modern li.feed-item {
  padding: 0; }

.juicer-feed.modern li.feed-item.words .j-message {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px; }

.juicer-feed.modern li.feed-item.juicer .j-poster .j-date, .juicer-feed.modern li.feed-item.juicer .j-poster h3 {
  color: white; }

.juicer-feed.modern li.feed-item.juicer .j-message {
  color: white; }

.juicer-feed.modern .j-poster {
  padding: 14px 10px 12px;
  height: auto;
  margin: 0;
  height: 56px; }

.juicer-feed.modern .j-poster img, .juicer-feed.modern .j-poster h3 {
  margin-bottom: 0; }

.juicer-feed.modern .j-poster img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: white;
  margin: 0 11px 0 0;
  height: 30px; }

.juicer-feed.modern .j-poster h3 {
  margin: 6px 0 0 0; }

.juicer-feed.modern .j-poster h3, .juicer-feed.modern .j-poster .j-date {
  font-size: 12px; }

.juicer-feed.modern .j-poster .j-date {
  margin-top: 7px; }

.juicer-feed.modern .j-image img {
  margin-bottom: 0; }

.juicer-feed.modern .j-text {
  font-size: 14px;
  padding: 20px 15px 20px 20px; }

.juicer-feed.modern .j-message {
  color: #666;
  line-height: 25px; }

.juicer-feed.polaroid li.feed-item {
  padding: 12px;
  text-align: center; }

.juicer-feed.polaroid li.feed-item.words .j-post-container {
  top: 0;
  margin-bottom: 0; }

.juicer-feed.polaroid li.feed-item.words .j-message {
  font-size: 16px;
  line-height: 25px;
  font-family: Georgia, serif; }

.juicer-feed.polaroid li.feed-item.juicer .j-message {
  color: white; }

.juicer-feed.polaroid .j-image img {
  margin-bottom: 0; }

.juicer-feed.polaroid .j-post-container {
  position: relative;
  top: -32px;
  margin-bottom: -32px; }

.juicer-feed.polaroid .j-post-container.no-poster {
  top: 0;
  margin-bottom: 0;
  margin-top: 25px; }

.juicer-feed.polaroid .j-poster {
  text-align: center;
  height: auto;
  margin: 0; }

.juicer-feed.polaroid .j-poster img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: none;
  width: 64px !important;
  height: 64px;
  border: 7px solid white;
  background-color: white; }

.juicer-feed.polaroid .j-poster h3, .juicer-feed.polaroid .j-poster .j-date {
  display: none; }

.juicer-feed.polaroid .j-poster-meta {
  font-size: 12px;
  color: #5c5c5c; }

.juicer-feed.polaroid .j-poster-meta a {
  text-transform: uppercase;
  font-weight: bold; }

.juicer-feed.polaroid .j-text {
  margin-top: 17px; }

.juicer-feed.polaroid .j-message {
  font-size: 13px;
  color: #5c5c5c;
  line-height: 22px; }

.juicer-feed.polaroid .j-meta ul a {
  font-size: 14px; }

.juicer-feed.polaroid .j-meta nav {
  display: none; }

.juicer-feed.night li.feed-item {
  background-color: #1f1f1f;
  color: #ccc;
  overflow: hidden; }

.juicer-feed.night li.feed-item a {
  color: #ccc; }

.juicer-feed.night li.feed-item .j-meta a {
  color: #a1a1a1; }

.juicer-feed.night li.feed-item.words .j-text {
  position: relative;
  opacity: 1;
  visibility: visible; }

.juicer-feed.night li.feed-item.words .j-message {
  font-size: 16px;
  line-height: 25px; }

.juicer-feed.night li.feed-item.words .j-meta a:before {
  font-size: 16px; }

.juicer-feed.night li.feed-item:hover .j-text {
  opacity: 1;
  visibility: visible; }

.juicer-feed.night .j-text-container {
  position: relative; }

.juicer-feed.night .j-text {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.9);
  overflow: hidden;
  padding: 25px;
  opacity: 0;
  visibility: hidden; }

.juicer-feed.night .j-message {
  font-size: 13px;
  color: #ccc;
  line-height: 20px; }

.juicer-feed.night .j-meta {
  font-size: 11px;
  margin-top: 15px; }

.juicer-feed.night .j-poster-meta {
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 18px 15px 18px; }

.juicer-feed.night .j-poster-meta .j-social-icon {
  background: transparent;
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 10px; }

.juicer-feed li.feed-item {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0;
  list-style-type: none;
  display: block; }

.juicer-feed li.feed-item:before {
  content: ''; }

.juicer-feed li.feed-item:hover ul.actions {
  visibility: visible;
  opacity: 1; }

.juicer-feed li.feed-item.j-video a.j-image {
  position: relative;
  display: block; }

.juicer-feed li.feed-item.j-video a.j-image:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 4px #999;
  content: '\f04b';
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3; }

.juicer-feed li.feed-item.j-video a.j-image.playing:before {
  opacity: 0;
  content: '\f04c'; }

.juicer-feed li.feed-item.j-video a.j-image.playing:hover:before {
  opacity: 1; }

@media all and (max-width: 500px) {
  .juicer-feed li.feed-item.j-video a.j-image.playing:before {
    display: none; } }

.juicer-feed li.feed-item.j-video.flickr .j-image.playing:before {
  display: none; }

.juicer-feed ul.actions {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  z-index: 4; }

.juicer-feed ul.actions li {
  padding: 10px 15px;
  cursor: pointer;
  background: rgba(119, 124, 133, 0.7);
  color: white;
  display: inline-block;
  margin-left: 1px;
  font-size: 12px; }

.juicer-feed ul.actions li:hover {
  background: #777c85; }

.juicer-feed ul.actions li.primary {
  background: rgba(245, 122, 116, 0.7); }

.juicer-feed ul.actions li.primary:hover {
  background: #f57a74; }

.juicer-feed .j-meta {
  margin-top: 25px; }

.juicer-feed .j-meta a {
  color: #bababa; }

.juicer-feed .j-meta a:hover {
  color: #F17E6F; }

.juicer-feed .j-meta ul {
  display: inline-block;
  width: auto !important;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  float: none; }

.juicer-feed .j-meta li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  background-image: none;
  border: none;
  font-size: 1em;
  font-weight: normal;
  height: auto;
  width: auto; }

.juicer-feed .j-meta li:last-of-type {
  margin-right: 0; }

.juicer-feed .j-meta nav {
  display: inline-block;
  float: right;
  border: none;
  background: transparent;
  position: relative;
  width: auto;
  height: auto; }

.juicer-feed .j-meta a {
  background: transparent;
  width: auto;
  height: auto;
  float: none; }

.juicer-feed .j-meta a span {
  display: none; }

.juicer-feed .j-meta a.j-social {
  font-size: 1.5em;
  line-height: 1;
  float: none;
  margin: 0; }

.juicer-feed .j-meta a:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-right: 5px; }

.juicer-feed .j-meta a.comments:before {
  content: '\f086'; }

.juicer-feed .j-meta a.likes:before {
  content: '\f164'; }

.juicer-feed .j-meta a.retweets:before {
  content: '\f079'; }

.juicer-feed .j-meta a.repins:before {
  content: '\f08d'; }

.juicer-feed .j-meta a.views:before {
  content: '\f06e'; }

.juicer-feed .j-meta a.heart:before {
  content: '\f004'; }

.juicer-feed .empty {
  padding: 250px 0;
  text-align: center; }

.juicer-feed .empty h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold; }

.juicer-feed .empty a {
  color: #F17E6F; }

.juicer-feed a {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #3A3A3A; }

.juicer-feed a:hover {
  color: #F17E6F; }

.juicer-feed .video-wrapper, .juicer-feed .vine-wrapper, .juicer-feed .instagram-wrapper, .juicer-feed .twitter-wrapper {
  position: relative; }

.juicer-feed .video-wrapper iframe, .juicer-feed .video-wrapper video, .juicer-feed .video-wrapper embed, .juicer-feed .vine-wrapper iframe, .juicer-feed .vine-wrapper video, .juicer-feed .vine-wrapper embed, .juicer-feed .instagram-wrapper iframe, .juicer-feed .instagram-wrapper video, .juicer-feed .instagram-wrapper embed, .juicer-feed .twitter-wrapper iframe, .juicer-feed .twitter-wrapper video, .juicer-feed .twitter-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.juicer-feed .video-wrapper {
  padding-bottom: 56.25%; }

.juicer-feed .vine-wrapper, .juicer-feed .instagram-wrapper, .juicer-feed .twitter-wrapper {
  padding-bottom: 100%; }

.juicer-feed hr {
  display: none; }

.juicer-feed .j-title {
  font-weight: bold; }

.juicer-feed video::-internal-media-controls-download-button {
  display: none; }

.juicer-feed video::-webkit-media-controls-enclosure {
  overflow: hidden; }

.juicer-feed video::-webkit-media-controls-panel {
  width: calc(100% + 30px); }

.juicer-feed.j-mobile li.feed-item.j-video a.j-image.playing:before {
  display: none; }

.j-poster {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px 0;
  height: 30px; }

.j-poster img {
  float: left;
  width: 30px !important;
  margin: 0 7px 0 0;
  padding: 0; }

.j-poster a {
  color: #3A3A3A; }

.j-poster a:hover {
  color: #F17E6F; }

.j-poster h3 {
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  max-width: 67%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: none;
  color: #3A3A3A;
  line-height: 20px; }

.j-poster .j-date {
  float: right;
  font-size: 14px;
  margin-top: 4px;
  color: #a0a0a0; }

.j-edit span {
  display: block;
  font-size: 0.85rem;
  color: #a0a0a0; }

.j-gallery .j-image {
  position: relative;
  display: block; }

.j-gallery .j-image:after {
  height: 14px;
  width: 14px;
  background-position: 0 -134px;
  -webkit-filter: drop-shadow(0px 0px 3px #a9a9a9);
  filter: drop-shadow(0px 0px 3px #a9a9a9);
  content: '';
  position: absolute;
  top: 10px;
  right: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .j-gallery .j-image:after {
    background-position: 0 -268px;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: 0 -134px; } }

.j-gallery:hover .j-gallery-nav {
  display: block; }

.j-gallery-nav {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  *zoom: 1;
  position: absolute;
  width: 100%;
  display: none; }

.j-gallery-nav:after {
  content: "";
  display: table;
  clear: both; }

.j-gallery-nav .j-gallery-arrow {
  -webkit-filter: drop-shadow(0px 0px 2px grey);
  filter: drop-shadow(0px 0px 2px grey); }

.j-gallery-nav .j-gallery-previous {
  height: 15px;
  width: 10px;
  background-position: 0 -64px;
  float: left;
  margin-left: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .j-gallery-nav .j-gallery-previous {
    background-position: 0 -128px;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: 0 -64px; } }

.j-gallery-nav .j-gallery-next {
  height: 15px;
  width: 10px;
  background-position: 0 -99px;
  float: right;
  margin-right: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .j-gallery-nav .j-gallery-next {
    background-position: 0 -198px;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: 0 -99px; } }

.j-post-overlay.juicer-feed {
  overflow: hidden;
  *zoom: 1;
  margin: 0 !important; }

.j-post-overlay.juicer-feed .image {
  float: left;
  max-width: 50%; }

.j-post-overlay.juicer-feed .vine-wrapper, .j-post-overlay.juicer-feed .instagram-wrapper, .j-post-overlay.juicer-feed .twitter-wrapper, .j-post-overlay.juicer-feed .video-wrapper {
  float: left;
  width: 50%;
  padding-bottom: 50%; }

.j-post-overlay.juicer-feed .image img {
  margin-bottom: 0 !important;
  display: block;
  width: 100%; }

.j-post-overlay.juicer-feed .j-overlay-text {
  overflow: hidden;
  padding: 25px; }

.j-post-overlay.juicer-feed .j-overlay-text .j-message, .j-post-overlay.juicer-feed .j-overlay-text .j-edit {
  margin-bottom: 25px;
  text-align: left; }

.j-post-overlay.juicer-feed .j-overlay-text .j-message a, .j-post-overlay.juicer-feed .j-overlay-text .j-edit a {
  font-weight: bold; }

.j-post-overlay.juicer-feed .j-overlay-text.words .j-message {
  font-family: 'Georgia', sans-serif;
  font-size: 24px; }

.j-post-overlay.juicer-feed .j-bottom {
  overflow: hidden;
  *zoom: 1; }

.j-post-overlay.juicer-feed .j-meta {
  margin: 15px 0 30px; }

.j-post-overlay.juicer-feed .j-meta nav {
  display: none; }

.j-post-overlay.juicer-feed a.juicer-button {
  float: left;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 2px solid #F17E6F;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #F17E6F;
  text-align: center;
  padding: 12px 0 10px;
  cursor: pointer;
  background-color: transparent;
  padding: 12px 35px 14px; }

.j-post-overlay.juicer-feed a.juicer-button:hover {
  background: #F17E6F;
  color: #F2F2F2; }

.j-post-overlay.juicer-feed a.juicer-button:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
  left: -10px;
  top: 1px;
  font-weight: normal; }

@media all and (max-width: 1190px) {
  .j-post-overlay.juicer-feed a.juicer-button {
    margin-bottom: 10px; } }

.j-post-overlay.juicer-feed ul.j-share {
  float: right;
  margin-top: 10px; }

.j-post-overlay.juicer-feed ul.j-share li {
  display: inline-block; }

.j-post-overlay.juicer-feed ul.j-share a {
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 33px;
  padding: 5px;
  text-align: center; }

.j-post-overlay.juicer-feed ul.j-share a:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  position: relative;
  top: 1px; }

.j-post-overlay.juicer-feed ul.j-share a.googleplus:before {
  left: 0; }

@media all and (max-width: 1190px) {
  .j-post-overlay.juicer-feed ul.j-share {
    float: none;
    display: block;
    clear: left; } }

.j-post-overlay.juicer-feed .j-navigate {
  position: absolute;
  bottom: 5px;
  right: 5px; }

.j-post-overlay.juicer-feed .j-navigate a.j-previous, .j-post-overlay.juicer-feed .j-navigate a.j-next {
  cursor: pointer;
  color: #bababa; }

.j-post-overlay.juicer-feed .j-navigate a.j-previous span, .j-post-overlay.juicer-feed .j-navigate a.j-next span {
  display: none; }

.j-post-overlay.juicer-feed .j-navigate a.j-previous:before, .j-post-overlay.juicer-feed .j-navigate a.j-next:before {
  font-family: "FontAwesome", Helvetica, Arial, sans-serif;
  font-size: 16px; }

.j-post-overlay.juicer-feed .j-navigate a.j-previous {
  margin-right: 5px; }

.j-post-overlay.juicer-feed .j-navigate a.j-previous:before {
  content: '\f053'; }

.j-post-overlay.juicer-feed .j-navigate a.j-next:before {
  content: '\f054'; }

@media all and (max-width: 800px) {
  .j-post-overlay.juicer-feed .image {
    float: none;
    display: block;
    max-width: 100%; }
  .j-post-overlay.juicer-feed .vine-wrapper, .j-post-overlay.juicer-feed .instagram-wrapper, .j-post-overlay.juicer-feed .twitter-wrapper, .j-post-overlay.juicer-feed .video-wrapper {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 100%; }
  .j-post-overlay.juicer-feed ul.j-share {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; }
  .j-post-overlay.juicer-feed .j-navigate {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 15px; }
  .j-post-overlay.juicer-feed .j-navigate .j-next {
    float: right; } }

.j-post-overlay.juicer-feed .j-gallery-nav {
  display: block; }

.juicer-feed.image-grid .j-post-overlay .j-meta, .juicer-feed.slider .j-post-overlay .j-meta {
  margin: 0 0 15px 0;
  padding: 0;
  position: relative; }

.j-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 50px;
  z-index: 99999999;
  outline: none; }

.j-overlay .j-overlay-content {
  margin: 0 auto;
  background: white;
  position: relative;
  color: #3A3A3A;
  font-weight: normal;
  max-height: 90%;
  overflow-y: auto;
  outline: none;
  max-width: 980px; }

.j-overlay .j-overlay-content h2 {
  margin-bottom: 1.5rem; }

@media all and (max-width: 800px) {
  .j-overlay .j-overlay-content {
    width: 95% !important; } }

.j-overlay .facebook-warning {
  color: #F17E6F;
  margin-bottom: 40px; }

.j-overlay .facebook-warning strong {
  text-decoration: underline;
  font-style: italic; }

.j-overlay .facebook-warning a {
  color: #F17E6F;
  text-decoration: underline; }

.j-overlay .j-close {
  height: 12px;
  width: 12px;
  background-position: 100% -32px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  text-align: right;
  padding: 15px; }

.j-overlay .j-close:hover {
  background-position: 100% 0; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .j-overlay .j-close {
    background-position: 100% -64px;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: 100% -32px; }
  .j-overlay .j-close:hover {
    background-position: 100% 0; } }

.j-overlay .j-close span {
  display: none; }

.juicer-feed .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.juicer-feed .slick-list:focus {
  outline: none; }

.juicer-feed .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.juicer-feed .slick-slider .slick-track, .juicer-feed .slick-slider .slick-list {
  -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); }

.juicer-feed .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.juicer-feed .slick-track:before, .juicer-feed .slick-track:after {
  content: "";
  display: table; }

.juicer-feed .slick-track:after {
  clear: both; }

.slick-loading .juicer-feed .slick-track {
  visibility: hidden; }

.juicer-feed .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .juicer-feed .slick-slide {
  float: right; }

.juicer-feed .slick-slide img {
  display: block; }

.juicer-feed .slick-slide.slick-loading img {
  display: none; }

.juicer-feed .slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .juicer-feed .slick-slide {
  display: block; }

.slick-loading .juicer-feed .slick-slide {
  visibility: hidden; }

.slick-vertical .juicer-feed .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.juicer-feed .j-facebook {
  background: #3B5998; }

.juicer-feed .j-facebook:before {
  content: ""; }

.juicer-feed .j-facebook-border {
  border-color: #3B5998; }

.juicer-feed .j-facebook-text {
  color: #3B5998;
  background: transparent; }

.juicer-feed .j-facebook-text:before {
  color: #3B5998; }

.juicer-feed .j-facebook-hover.highlight, .juicer-feed .j-facebook-hover:hover {
  background: #3B5998 !important;
  color: white;
  border-bottom: 1px solid #2d4373 !important; }

.juicer-feed .j-facebook-hover.highlight:before, .juicer-feed .j-facebook-hover:hover:before {
  color: white; }

.juicer-feed .j-twitter {
  background: #55ACEE; }

.juicer-feed .j-twitter:before {
  content: ""; }

.juicer-feed .j-twitter-border {
  border-color: #55ACEE; }

.juicer-feed .j-twitter-text {
  color: #55ACEE;
  background: transparent; }

.juicer-feed .j-twitter-text:before {
  color: #55ACEE; }

.juicer-feed .j-twitter-hover.highlight, .juicer-feed .j-twitter-hover:hover {
  background: #55ACEE !important;
  color: white;
  border-bottom: 1px solid #2795e9 !important; }

.juicer-feed .j-twitter-hover.highlight:before, .juicer-feed .j-twitter-hover:hover:before {
  color: white; }

.juicer-feed .j-instagram {
  background: #3F729B; }

.juicer-feed .j-instagram:before {
  content: ""; }

.juicer-feed .j-instagram-border {
  border-color: #3F729B; }

.juicer-feed .j-instagram-text {
  color: #3F729B;
  background: transparent; }

.juicer-feed .j-instagram-text:before {
  color: #3F729B; }

.juicer-feed .j-instagram-hover.highlight, .juicer-feed .j-instagram-hover:hover {
  background: #3F729B !important;
  color: white;
  border-bottom: 1px solid #305777 !important; }

.juicer-feed .j-instagram-hover.highlight:before, .juicer-feed .j-instagram-hover:hover:before {
  color: white; }

.juicer-feed .j-youtube {
  background: #CC181E; }

.juicer-feed .j-youtube:before {
  content: ""; }

.juicer-feed .j-youtube-border {
  border-color: #CC181E; }

.juicer-feed .j-youtube-text {
  color: #CC181E;
  background: transparent; }

.juicer-feed .j-youtube-text:before {
  color: #CC181E; }

.juicer-feed .j-youtube-hover.highlight, .juicer-feed .j-youtube-hover:hover {
  background: #CC181E !important;
  color: white;
  border-bottom: 1px solid #9e1317 !important; }

.juicer-feed .j-youtube-hover.highlight:before, .juicer-feed .j-youtube-hover:hover:before {
  color: white; }

.juicer-feed .j-tumblr {
  background: #375471; }

.juicer-feed .j-tumblr:before {
  content: ""; }

.juicer-feed .j-tumblr-border {
  border-color: #375471; }

.juicer-feed .j-tumblr-text {
  color: #375471;
  background: transparent; }

.juicer-feed .j-tumblr-text:before {
  color: #375471; }

.juicer-feed .j-tumblr-hover.highlight, .juicer-feed .j-tumblr-hover:hover {
  background: #375471 !important;
  color: white;
  border-bottom: 1px solid #263b4f !important; }

.juicer-feed .j-tumblr-hover.highlight:before, .juicer-feed .j-tumblr-hover:hover:before {
  color: white; }

.juicer-feed .j-googleplus {
  background: #DD4B39; }

.juicer-feed .j-googleplus:before {
  content: ""; }

.juicer-feed .j-googleplus-border {
  border-color: #DD4B39; }

.juicer-feed .j-googleplus-text {
  color: #DD4B39;
  background: transparent; }

.juicer-feed .j-googleplus-text:before {
  color: #DD4B39; }

.juicer-feed .j-googleplus-hover.highlight, .juicer-feed .j-googleplus-hover:hover {
  background: #DD4B39 !important;
  color: white;
  border-bottom: 1px solid #c23321 !important; }

.juicer-feed .j-googleplus-hover.highlight:before, .juicer-feed .j-googleplus-hover:hover:before {
  color: white; }

.juicer-feed .j-pinterest {
  background: #CB2028; }

.juicer-feed .j-pinterest:before {
  content: ""; }

.juicer-feed .j-pinterest-border {
  border-color: #CB2028; }

.juicer-feed .j-pinterest-text {
  color: #CB2028;
  background: transparent; }

.juicer-feed .j-pinterest-text:before {
  color: #CB2028; }

.juicer-feed .j-pinterest-hover.highlight, .juicer-feed .j-pinterest-hover:hover {
  background: #CB2028 !important;
  color: white;
  border-bottom: 1px solid #9f191f !important; }

.juicer-feed .j-pinterest-hover.highlight:before, .juicer-feed .j-pinterest-hover:hover:before {
  color: white; }

.juicer-feed .j-blog {
  background: #FF6600; }

.juicer-feed .j-blog:before {
  content: ""; }

.juicer-feed .j-blog-border {
  border-color: #FF6600; }

.juicer-feed .j-blog-text {
  color: #FF6600;
  background: transparent; }

.juicer-feed .j-blog-text:before {
  color: #FF6600; }

.juicer-feed .j-blog-hover.highlight, .juicer-feed .j-blog-hover:hover {
  background: #FF6600 !important;
  color: white;
  border-bottom: 1px solid #cc5200 !important; }

.juicer-feed .j-blog-hover.highlight:before, .juicer-feed .j-blog-hover:hover:before {
  color: white; }

.juicer-feed .j-vine {
  background: #00BF8F; }

.juicer-feed .j-vine:before {
  content: ""; }

.juicer-feed .j-vine-border {
  border-color: #00BF8F; }

.juicer-feed .j-vine-text {
  color: #00BF8F;
  background: transparent; }

.juicer-feed .j-vine-text:before {
  color: #00BF8F; }

.juicer-feed .j-vine-hover.highlight, .juicer-feed .j-vine-hover:hover {
  background: #00BF8F !important;
  color: white;
  border-bottom: 1px solid #008c69 !important; }

.juicer-feed .j-vine-hover.highlight:before, .juicer-feed .j-vine-hover:hover:before {
  color: white; }

.juicer-feed .j-soundcloud {
  background: #f30; }

.juicer-feed .j-soundcloud:before {
  content: ""; }

.juicer-feed .j-soundcloud-border {
  border-color: #f30; }

.juicer-feed .j-soundcloud-text {
  color: #f30;
  background: transparent; }

.juicer-feed .j-soundcloud-text:before {
  color: #f30; }

.juicer-feed .j-soundcloud-hover.highlight, .juicer-feed .j-soundcloud-hover:hover {
  background: #f30 !important;
  color: white;
  border-bottom: 1px solid #cc2900 !important; }

.juicer-feed .j-soundcloud-hover.highlight:before, .juicer-feed .j-soundcloud-hover:hover:before {
  color: white; }

.juicer-feed .j-linkedin {
  background: #007bb6; }

.juicer-feed .j-linkedin:before {
  content: ""; }

.juicer-feed .j-linkedin-border {
  border-color: #007bb6; }

.juicer-feed .j-linkedin-text {
  color: #007bb6;
  background: transparent; }

.juicer-feed .j-linkedin-text:before {
  color: #007bb6; }

.juicer-feed .j-linkedin-hover.highlight, .juicer-feed .j-linkedin-hover:hover {
  background: #007bb6 !important;
  color: white;
  border-bottom: 1px solid #005983 !important; }

.juicer-feed .j-linkedin-hover.highlight:before, .juicer-feed .j-linkedin-hover:hover:before {
  color: white; }

.juicer-feed .j-flickr {
  background: #ff0084; }

.juicer-feed .j-flickr:before {
  content: ""; }

.juicer-feed .j-flickr-border {
  border-color: #ff0084; }

.juicer-feed .j-flickr-text {
  color: #ff0084;
  background: transparent; }

.juicer-feed .j-flickr-text:before {
  color: #ff0084; }

.juicer-feed .j-flickr-hover.highlight, .juicer-feed .j-flickr-hover:hover {
  background: #ff0084 !important;
  color: white;
  border-bottom: 1px solid #cc006a !important; }

.juicer-feed .j-flickr-hover.highlight:before, .juicer-feed .j-flickr-hover:hover:before {
  color: white; }

.juicer-feed .j-vimeo {
  background: #1AB7EA; }

.juicer-feed .j-vimeo:before {
  content: ""; }

.juicer-feed .j-vimeo-border {
  border-color: #1AB7EA; }

.juicer-feed .j-vimeo-text {
  color: #1AB7EA;
  background: transparent; }

.juicer-feed .j-vimeo-text:before {
  color: #1AB7EA; }

.juicer-feed .j-vimeo-hover.highlight, .juicer-feed .j-vimeo-hover:hover {
  background: #1AB7EA !important;
  color: white;
  border-bottom: 1px solid #1295bf !important; }

.juicer-feed .j-vimeo-hover.highlight:before, .juicer-feed .j-vimeo-hover:hover:before {
  color: white; }

.juicer-feed .j-hashtag {
  background: #F17E6F; }

.juicer-feed .j-hashtag:before {
  content: ""; }

.juicer-feed .j-hashtag-border {
  border-color: #F17E6F; }

.juicer-feed .j-hashtag-text {
  color: #F17E6F;
  background: transparent; }

.juicer-feed .j-hashtag-text:before {
  color: #F17E6F; }

.juicer-feed .j-hashtag-hover.highlight, .juicer-feed .j-hashtag-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important; }

.juicer-feed .j-hashtag-hover.highlight:before, .juicer-feed .j-hashtag-hover:hover:before {
  color: white; }

.juicer-feed .j-yelp {
  background: #C41200; }

.juicer-feed .j-yelp:before {
  content: ""; }

.juicer-feed .j-yelp-border {
  border-color: #C41200; }

.juicer-feed .j-yelp-text {
  color: #C41200;
  background: transparent; }

.juicer-feed .j-yelp-text:before {
  color: #C41200; }

.juicer-feed .j-yelp-hover.highlight, .juicer-feed .j-yelp-hover:hover {
  background: #C41200 !important;
  color: white;
  border-bottom: 1px solid #910d00 !important; }

.juicer-feed .j-yelp-hover.highlight:before, .juicer-feed .j-yelp-hover:hover:before {
  color: white; }

.juicer-feed .j-deviantart {
  background: #05cc47; }

.juicer-feed .j-deviantart:before {
  content: ""; }

.juicer-feed .j-deviantart-border {
  border-color: #05cc47; }

.juicer-feed .j-deviantart-text {
  color: #05cc47;
  background: transparent; }

.juicer-feed .j-deviantart-text:before {
  color: #05cc47; }

.juicer-feed .j-deviantart-hover.highlight, .juicer-feed .j-deviantart-hover:hover {
  background: #05cc47 !important;
  color: white;
  border-bottom: 1px solid #049a36 !important; }

.juicer-feed .j-deviantart-hover.highlight:before, .juicer-feed .j-deviantart-hover:hover:before {
  color: white; }

.juicer-feed .j-email {
  background: #F17E6F; }

.juicer-feed .j-email:before {
  content: ""; }

.juicer-feed .j-email-border {
  border-color: #F17E6F; }

.juicer-feed .j-email-text {
  color: #F17E6F;
  background: transparent; }

.juicer-feed .j-email-text:before {
  color: #F17E6F; }

.juicer-feed .j-email-hover.highlight, .juicer-feed .j-email-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important; }

.juicer-feed .j-email-hover.highlight:before, .juicer-feed .j-email-hover:hover:before {
  color: white; }

.juicer-feed .j-slack {
  background: #6ecadc; }

.juicer-feed .j-slack:before {
  content: ""; }

.juicer-feed .j-slack-border {
  border-color: #6ecadc; }

.juicer-feed .j-slack-text {
  color: #6ecadc;
  background: transparent; }

.juicer-feed .j-slack-text:before {
  color: #6ecadc; }

.juicer-feed .j-slack-hover.highlight, .juicer-feed .j-slack-hover:hover {
  background: #6ecadc !important;
  color: white;
  border-bottom: 1px solid #45bbd2 !important; }

.juicer-feed .j-slack-hover.highlight:before, .juicer-feed .j-slack-hover:hover:before {
  color: white; }

.juicer-feed .j-spotify {
  background: #1ed760; }

.juicer-feed .j-spotify:before {
  content: ""; }

.juicer-feed .j-spotify-border {
  border-color: #1ed760; }

.juicer-feed .j-spotify-text {
  color: #1ed760;
  background: transparent; }

.juicer-feed .j-spotify-text:before {
  color: #1ed760; }

.juicer-feed .j-spotify-hover.highlight, .juicer-feed .j-spotify-hover:hover {
  background: #1ed760 !important;
  color: white;
  border-bottom: 1px solid #18aa4c !important; }

.juicer-feed .j-spotify-hover.highlight:before, .juicer-feed .j-spotify-hover:hover:before {
  color: white; }

.juicer-feed .j-soundcloud:before {
  position: relative;
  left: -4px; }

.juicer-feed .j-googleplus:before {
  position: relative;
  left: -0.15em; }

.juicer-feed .j-hashtag:before {
  -moz-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  -webkit-transform: rotate(19deg);
  transform: rotate(19deg);
  position: relative;
  left: -2px; }

.juicer-feed .j-juicer:before {
  content: url(//assets.juicer.io/small-square-5c1396a2ebe4ff05db2926e880300420d3de4482b82fad44edb5956de50e5a9b.png); }

.juicer-feed .j-email:before {
  position: relative;
  top: -1px !important; }

.juicer-feed .j-social-icon:before {
  font-family: 'FontAwesome'; }

@media (max-width: 1280px) {
  #hotel-logos .et_pb_image {
    width: 33%; }
  #hotel-profile .book-your-stay .dates .input-block {
    width: 100%; }
  #hotel-tabs .et_pb_row {
    width: 90%; }
  #hero-image .et_pb_slide {
    height: 610px; }
  #hotel-boxes .et_pb_row .et_pb_text, .page-hotels .hotel-row .et_pb_text {
    padding: 30px 0; }
  #hotel-boxes .et_pb_row a.small-button, .page-hotels .hotel-row a.small-button {
    margin: 20px 0 0; }
  #hotel-boxes .et_pb_row hr, .page-hotels .hotel-row hr {
    margin: 20px 0; }
  #rfp-form .text-box.three-col {
    width: 30%; }
  .single-ajde_events .simplefavorite-button {
    float: right;
    margin: 0 0 10px; }
  .single-ajde_events #event-addon-row .event-sharing {
    clear: right;
    margin-top: 10px;
    display: block; } }

@media (max-width: 1024px) {
  #hotel-profile .book-your-stay {
    padding: 25px 20px; }
  #hotel-profile .book-your-stay .input-block {
    margin-bottom: 18px; }
  #hotel-profile .book-your-stay h4 {
    font-size: 23px;
    padding-bottom: 20px; }
  #hotel-profile .side-bar-title h4 {
    font-size: 23px; } }

@media (max-width: 980px) {
  .et_pb_row {
    padding: 0; }
  #breadcrumbs {
    padding: 30px 0; }
  #key-blurbs {
    padding: 0; }
  #key-blurbs .et_pb_column {
    height: auto !important;
    padding: 20px 35px; }
  #key-blurbs .et_pb_row {
    padding: 0;
    margin: 0;
    width: 100%; }
  #page-title h1 {
    font-size: 35px; }
  #footer-bottom .footer-widget {
    width: 30% !important;
    margin-right: 3% !important; }
  #footer-bottom .footer-widget.last:nth-child(n) {
    width: 100% !important;
    float: none;
    margin: 0 !important;
    clear: both; }
  #copyright,
  #et-footer-nav {
    float: none;
    width: 100%;
    text-align: center; }
  #menu-footer-bottom {
    margin: 1.25em 0; }
  #hotel-boxes .et_pb_column,
  #holiday-boxes .et_pb_column {
    height: auto !important;
    padding: 30px 0;
    margin: 0; }
  #hotel-boxes .et_pb_row .et_pb_image,
  #holiday-boxes .et_pb_row .et_pb_image {
    margin-right: 0 !important; }
  #hotel-boxes .et_pb_row .desktop-view,
  #holiday-boxes .et_pb_row .desktop-view {
    display: none; }
  #hotel-boxes .et_pb_row .mobile-view,
  #holiday-boxes .et_pb_row .mobile-view {
    display: block; }
  #hotel-boxes .et_pb_row img,
  #holiday-boxes .et_pb_row img {
    max-width: 100%;
    height: auto;
    position: relative !important; }
  #hotel-boxes .et_pb_row .et_pb_text, #hotel-boxes .et_pb_row .page-hotels .hotel-row .et_pb_text,
  #holiday-boxes .et_pb_row .et_pb_text,
  #holiday-boxes .et_pb_row .page-hotels .hotel-row .et_pb_text {
    padding: 0; }
  #hotel-boxes .et_pb_row a.small-button, #hotel-boxes .et_pb_row .page-hotels .hotel-row a.small-button,
  #holiday-boxes .et_pb_row a.small-button,
  #holiday-boxes .et_pb_row .page-hotels .hotel-row a.small-button {
    margin: 30px 0 0; }
  #hotels-map .checkbox-filter {
    padding: 20px;
    width: 30% !important; }
  #hotels-map .checkbox-filter:before {
    font-size: 24px;
    white-space: normal; }
  #hotels-map .checkbox-filter .filter {
    width: 100% !important; }
  #hotels-map .wpgmza_basic_list {
    width: 70% !important; }
  #hotels-map .wpgmza_map {
    height: 400px !important;
    float: none !important;
    width: 80% !important;
    margin: 0 10%; }
  #hotel-profile .et_pb_column_1 {
    margin-top: 0; }
  #hotel-profile .book-your-stay .dates .input-block {
    width: 49%; }
  #hotel-tabs ul.et_pb_tabs_controls li {
    font-size: 14px; }
  #hotel-tabs .et_pb_tab {
    height: auto !important; }
  #hotel-tabs .et_pb_row {
    width: 100%; }
  #hotel-tabs .et_pb_blurb_content {
    max-width: none; }
  #hotel-tabs .hotel-resources, #hotel-tabs .hotel-amenities {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0; }
  #hotel-tabs .et_pb_tab .et_pb_column_1_3 {
    width: 30% !important;
    margin-right: 3%; }
  #hotel-map {
    padding: 0; }
  #hotel-map .et_pb_row {
    padding: 0;
    margin: 0;
    width: 100%; }
  #hotel-map .checkbox-filter {
    position: relative;
    padding: 5px 10%; }
  #hotel-map .wpgmza_map {
    float: none !important;
    height: 400px !important;
    width: 80% !important;
    margin: 0 10%; }
  #hotel-map .et_pb_column {
    margin-bottom: 0; }
  #hotels-review {
    padding: 0; }
  .sis-listings .listing {
    width: 100%; }
  .place-details .image {
    width: 200px; }
  .place-details .info {
    margin-left: 250px; }
  .sis-listings .listing .info li,
  .place-details .info .contact-info li {
    display: block; }
  .sis-listings .listing .info li:after,
  .place-details .info .contact-info li:after {
    display: none; }
  #featured-meeting-spaces .et_pb_row {
    text-align: center; }
  #featured-meeting-spaces .et_pb_column {
    width: 30% !important;
    margin-right: 3%;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .page-hotels #page-intro .et_pb_column {
    margin-bottom: 0; }
  .holiday-grey-section .cards-container {
    padding-top: 0; }
  .holiday-grey-section .et_pb_row,
  .holiday-grey-section #hotel-faux-cards {
    padding: 0; }
  .holiday-grey-section .break {
    display: none; }
  .holiday-events .et_pb_row {
    width: 90%; }
  .holiday-alt-rows .desktop-view {
    display: none; }
  .holiday-alt-rows .mobile-view {
    display: block; }
  .holiday-alt-rows .et_pb_row {
    padding: 30px 0; }
  .holiday-alt-rows .et_pb_column {
    height: auto !important; }
  .holiday-alt-rows .et_pb_row:nth-child(n) .et_pb_image img {
    position: relative;
    max-width: 100%;
    height: auto; }
  .holiday-alt-rows .et_pb_row:nth-child(n) .et_pb_text {
    padding: 25px 0 0; }
  #events-sidebar {
    text-align: center; }
  #events-sidebar .featured-content {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
  body.search-results #hero-image .et_pb_slide, .places-level-3 #hero-image .et_pb_slide, .single-place #hero-image .et_pb_slide,
  #hero-image .et_pb_slide {
    height: 467px;
    padding: 0 !important; }
  #hero-image .et_pb_slide .et_pb_container {
    min-height: 0 !important;
    height: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
  #hero-image .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 0;
    margin: 0; }
  #hero-image .et_pb_slide_title {
    font-size: 30px;
    padding: 0 5%; }
  #hero-image.caption-bottom-left .et_pb_slide:not(:first-child) .et_pb_slide_title {
    font-size: 23px;
    padding: 0; }
  #hero-image.caption-bottom-left .et_pb_slide:not(:first-child) .et_pb_slide_description {
    left: 40px; }
  #rm-mobile-nav-button a {
    color: #fff;
    line-height: 57px;
    display: block;
    width: 100%;
    text-align: center; }
  #rm-mobile-nav {
    display: block;
    background: #393a3c;
    color: #fff;
    min-height: 57px;
    position: relative; }
  #rm-mobile-nav ul li {
    position: relative;
    background: #393a3c; }
  #rm-mobile-nav ul li a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 44px;
    padding: 0 20px; }
  #rm-mobile-nav ul li.has-children i {
    font-style: normal;
    position: absolute;
    line-height: 44px;
    width: 25%;
    text-align: right;
    top: 0;
    right: 0;
    z-index: 10;
    padding-right: 20px;
    cursor: pointer; }
  #rm-mobile-nav ul li .sub-menu {
    display: none; }
  #rm-mobile-nav ul li .sub-menu img {
    display: none; }
  #rm-mobile-nav ul li .sub-menu a {
    padding-left: 50px; }
  #rm-mobile-icons {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 57px;
    z-index: 30;
    padding-right: 10px; }
  #rm-mobile-icons .header-favorites-button,
  #rm-mobile-icons #mobile-search {
    width: 18px;
    margin-left: 15px;
    float: right;
    cursor: pointer; }
  #main-header .logo_container,
  #main-header #top-bar {
    display: none; }
  #main-header {
    height: 0; }
  #mobile-logo {
    float: left;
    display: block;
    margin-left: 10px;
    margin-top: 6px; }
  #mobile-logo img {
    height: 47px; }
  #book-a-room {
    top: 0;
    z-index: 100; }
  #things-to-do .et_pb_blurb {
    height: auto !important; }
  #savannah-a-to-z .block,
  #savannah-a-to-z .block:nth-child(n) {
    width: 100%;
    display: block;
    margin: 0 0 1em;
    padding: 0; }
  #savannah-a-to-z .et_pb_column {
    float: none; }
  #savannah-a-to-z .desktop-view {
    display: none !important; }
  #savannah-a-to-z .mobile-view {
    display: block; }
  .halloween-blurbs .et_pb_row {
    padding: 0; }
  .holiday-blurbs .et_pb_row {
    padding: 0; }
  .holiday-blurbs img.alignright {
    margin: 0; }
  #hotel-profile .hotel-highlights ul li {
    margin: 0.5em 0; }
  #things-to-do .et_pb_blurb {
    width: 44.666%; }
  #see-savannah .et_pb_text {
    text-align: center; } }

@media (max-width: 768px) {
  #page-title h1 {
    width: 100%; }
  #page-title h1 br {
    display: none; }
  #footer-newsletter .form,
  #footer-newsletter .copy {
    float: none;
    width: 100%; }
  #footer-newsletter .copy {
    margin-bottom: 1em; }
  #hotel-logos .et_pb_image {
    width: 50%; }
  #hotel-tabs ul.et_pb_tabs_controls li {
    width: 100%;
    border-bottom: 1px solid #cdc8c8 !important; }
  #hotel-tabs .et_pb_tab .et_pb_column_1_3 {
    width: 100% !important;
    margin-right: 0; }
  #featured-wrapper .featured-content .featured-content-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em; }
  .featured-content .featured-event,
  .featured-content .featured-hotel,
  .featured-content .upcoming-holiday,
  .featured-content .featured-partner {
    max-width: none; }
  .featured-content .featured-event .image,
  .featured-content .featured-hotel .image,
  .featured-content .upcoming-holiday .image,
  .featured-content .featured-partner .image {
    height: 228px; }
  .place-details h1,
  .place-details .simplefavorite-button {
    float: none; }
  #featured-meeting-spaces .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important; }
  #featured-meeting-spaces .et_pb_blurb,
  #featured-meeting-spaces .et_pb_blurb_content {
    max-width: none; }
  #featured-meeting-spaces .et_pb_blurb .et_pb_main_blurb_image {
    height: auto; }
  #featured-meeting-spaces .et_pb_blurb img {
    margin: 0; }
  .holiday-events .et_pb_row {
    width: 80%; }
  .holiday-events .featured-content-block {
    width: 100%; }
  #events-sidebar .featured-content {
    width: 100%; }
  body.search-results #hero-image .et_pb_slide, .places-level-3 #hero-image .et_pb_slide, .single-place #hero-image .et_pb_slide,
  #hero-image .et_pb_slide {
    height: 366px; }
  .home #hero-image .et_pb_slide_title {
    margin-top: 0; }
  .home #hero-image .et_pb_slide_content {
    display: none; }
  #book-a-room .buttons a,
  #book-a-room .current-form .input-block {
    width: 100%; }
  #book-a-room .current-form .select {
    width: 30%; }
  #book-a-room .current-form button {
    width: 35%;
    float: right; }
  #book-a-room #hotel-select {
    display: block;
    margin-bottom: 30px; }
  #book-a-room .hotel {
    display: none; }
  body.search-results #hero-image .et_pb_slide_description,
  .places-level-3 #hero-image .et_pb_slide_description,
  .single-place #hero-image .et_pb_slide_description {
    padding: 32% 0; }
  #featured-partners li img {
    max-width: 190px; }
  .page-hotels #page-intro h2 {
    font-size: 22px;
    line-height: 1.2em; }
  #hotel-profile .address li {
    display: block; }
  #hotel-profile .address li:after {
    display: none; } }

@media (max-width: 640px) {
  #footer-newsletter .form .wpcf7-text {
    font-size: 24px; }
  #featured-partners .title {
    text-align: center;
    display: block;
    white-space: normal;
    border-bottom: 2px solid #333;
    padding-bottom: 10px; }
  #featured-partners .title:before, #featured-partners .title:after {
    display: none; }
  #footer-bottom .footer-widget:nth-child(n) {
    width: 47% !important;
    margin-right: 3% !important; }
  #footer-widgets .footer-widget:first-child {
    width: 100% !important; }
  #footer-widgets .footer-widget li {
    padding-left: 0; }
  #split-highlights .et_pb_blurb {
    padding: 0; }
  #hotels-map .checkbox-filter {
    width: 100% !important;
    height: auto; }
  #hotels-map .checkbox-filter .filter {
    width: 50% !important; }
  #hotels-map .wpgmza_basic_list {
    width: 100% !important;
    height: auto;
    overflow-y: auto; }
  #hotels-map .wpgmaps_blist_row {
    padding: 10px 50px 10px 20px; }
  .sis-listings .listing h3,
  .sis-listings .listing .simplefavorite-button {
    float: none; }
  .place-details .image {
    float: none;
    width: auto; }
  .place-details .info {
    margin-left: 0; }
  body.search-results #hero-image .et_pb_slide, .places-level-3 #hero-image .et_pb_slide, .single-place #hero-image .et_pb_slide,
  #hero-image .et_pb_slide {
    height: 305px; }
  body.search-results #hero-image .et_pb_slide_description,
  .places-level-3 #hero-image .et_pb_slide_description,
  .single-place #hero-image .et_pb_slide_description {
    padding: 38% 0; }
  #rfp-form .text-box,
  #rfp-form .text-box.three-col,
  #contact-us .text-box {
    width: 100%;
    margin-right: 0; }
  #rfp-form .text-box.state, #rfp-form .text-box.zip,
  #contact-us .text-box.state, #contact-us .text-box.zip {
    width: 49%; }
  .page-favorites .event-listing .title, .page-favorites .event-listing .title h2.event-title,
  .single-ajde_events .et_pb_column_3_4 .title, .single-ajde_events .et_pb_column_3_4 .title h2.event-title {
    padding-left: 0; }
  .page-favorites .event-listing .date,
  .single-ajde_events .et_pb_column_3_4 .date {
    float: none !important;
    position: relative;
    display: inline-block; } }

@media (max-width: 480px) {
  #page-intro .et_pb_text p {
    font-size: 16px;
    line-height: 1.6em; }
  .post-type-archive-ajde_events #page-intro .et_pb_column_inner_0 {
    padding-bottom: 60px; }
  .post-type-archive-ajde_events #page-intro .et_pb_column_inner_0:after {
    bottom: 30px; }
  .ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .ev_ftImg {
    display: none; }
  .ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_cblock {
    left: 0; }
  .ajde_evcal_calendar #evcal_list .eventon_list_event a.desc_trig .evcal_desc {
    padding-left: 75px !important; }
  #footer-bottom .footer-widget:nth-child(n) {
    width: 100% !important; }
  #hotel-boxes .et_pb_row a.small-button, .page-hotels .hotel-row a.small-button {
    margin: 30px auto 0;
    display: block;
    text-align: center;
    padding: 6px 10px; }
  #hotels-map .checkbox-filter .filter {
    width: 100% !important; }
  #hotel-profile .book-your-stay .dates .input-block {
    width: 100%; }
  .featured-content .featured-event .image,
  .featured-content .featured-hotel .image,
  .featured-content .upcoming-holiday .image,
  .featured-content .featured-partner .image {
    height: 114px; }
  #featured-meeting-spaces .et_pb_blurb .et_pb_main_blurb_image {
    height: auto; }
  #rm_evcal_head .date {
    font-size: 24px; }
  .single-ajde_events .simplefavorite-button {
    float: none; }
  .single-ajde_events #event-addon-row .evcal_col50 {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 10px;
    text-align: left !important; }
  #top-bar .social-sharing {
    display: none; }
  #mini-icons {
    width: 100%; }
  body.search-results #hero-image .et_pb_slide, .places-level-3 #hero-image .et_pb_slide, .single-place #hero-image .et_pb_slide,
  #hero-image .et_pb_slide {
    height: 229px; }
  body.search-results #hero-image .et_pb_slide_description,
  .places-level-3 #hero-image .et_pb_slide_description,
  .single-place #hero-image .et_pb_slide_description {
    padding: 62% 0; }
  #key-blurbs .et_pb_column h4 {
    font-size: 17px; }
  #page-title h1 {
    font-size: 32px;
    padding-bottom: 30px; }
  .et_pb_text h3 {
    font-size: 20px;
    line-height: 1.3em; }
  #featured-partners ul li {
    margin: 5px 20px; }
  #book-a-room .current-form .select {
    width: 47%; }
  #book-a-room .current-form button {
    width: 100%; }
  .page-favorites .event-listing .links-row .evcal_evdata_cell {
    padding-left: 38px; }
  #things-to-do .et_pb_blurb {
    width: 100%;
    margin-bottom: 40px; }
  #things-to-do .et_pb_blurb h4 a {
    margin: .25em 0; }
  #things-to-do .et_pb_blurb_content {
    padding-bottom: 30px; } }

@media (max-width: 320px) {
  body.search-results #hero-image .et_pb_slide, .places-level-3 #hero-image .et_pb_slide, .single-place #hero-image .et_pb_slide,
  #hero-image .et_pb_slide {
    height: 152px; }
  #hotel-logos .et_pb_image {
    width: 100%;
    padding-right: 0; }
  #split-highlights a.small-button {
    padding: 6px 10px;
    width: 100%;
    text-align: center; }
  #hero-image.caption-bottom-left .et_pb_slide:not(:first-child) .et_pb_slide_description {
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center; } }

@media print {
  .page-favorites #rm-mobile-nav,
  .page-favorites #main-header,
  .page-favorites #main-footer,
  .page-favorites #hero-image,
  .page-favorites .simplefavorite-button {
    display: none; } }

.email-signup-wrap {
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.25);
  background-color: #fff;
  position: fixed;
  bottom: -328px;
  z-index: 1000;
  width: 100%;
  animation: slideIn 1.5s 1 ease-out;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  animation-play-state: paused; }
  .email-signup-wrap.slideUp {
    animation-play-state: running; }
  @media (max-width: 767px) {
    .email-signup-wrap .container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .email-signup-wrap .row {
      display: flex;
      align-items: center; } }
  .email-signup-wrap p {
    margin-bottom: 0; }
  .email-signup-wrap .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    overflow: hidden; }
  .email-signup-wrap .wpcf7-not-valid-tip {
    display: inline-block;
    float: left; }
  .email-signup-wrap div.wpcf7-response-output {
    display: none !important;
    position: absolute;
    top: -20px; }
  .email-signup-wrap .sent div.wpcf7-response-output {
    display: block !important; }
  .email-signup-wrap .sent .wpcf7-submit, .email-signup-wrap .sent .email {
    visibility: hidden;
    opacity: 0; }
  .email-signup-wrap .message {
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    float: left;
    margin-top: 6px;
    font-size: 22px;
    color: #393A3B;
    letter-spacing: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .email-signup-wrap .message {
        text-align: left;
        padding-right: 60px; } }
    @media (min-width: 1024px) {
      .email-signup-wrap .message {
        text-align: left;
        width: 28%;
        margin-right: 15px;
        margin-bottom: 0; } }
  .email-signup-wrap div.wpcf7 {
    float: left; }
    @media (min-width: 768px) {
      .email-signup-wrap div.wpcf7 {
        width: 66%; } }
  .email-signup-wrap .signup, .email-signup-wrap .wpcf7-email {
    font-size: 33px;
    padding-top: 6px;
    font-family: 'Work Sans',sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #79B89E;
    color: #006168;
    width: 100%;
    vertical-align: bottom;
    position: relative; }
    @media (max-width: 767px) {
      .email-signup-wrap .signup, .email-signup-wrap .wpcf7-email {
        font-size: 24px;
        margin-left: 0; } }
  .email-signup-wrap .wpcf7-form {
    position: relative; }
  .email-signup-wrap .wpcf7-form-control-wrap.email {
    width: 100%;
    float: left;
    padding-right: 125px; }
    @media (min-width: 1024px) {
      .email-signup-wrap .wpcf7-form-control-wrap.email {
        padding-right: 125px; } }
    @media (min-width: 1200px) {
      .email-signup-wrap .wpcf7-form-control-wrap.email {
        padding-right: 200px; } }
  .email-signup-wrap .button, .email-signup-wrap .wpcf7-submit {
    background: #006168;
    border-radius: 8px;
    font-family: 'Work Sans',sans-serif;
    font-weight: 500;
    font-size: 15.87px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    float: left;
    padding: 15px 21px;
    margin-left: 16px;
    position: absolute;
    right: 0;
    border: none; }
    @media (max-width: 767px) {
      .email-signup-wrap .button, .email-signup-wrap .wpcf7-submit {
        padding: 8px 15px; } }
    @media (min-width: 1200px) {
      .email-signup-wrap .button, .email-signup-wrap .wpcf7-submit {
        padding: 15px 58px;
        margin-left: 30px; } }
  .email-signup-wrap .close {
    float: left;
    border: none;
    background: transparent;
    margin-left: 25px; }
    .email-signup-wrap .close i.fa {
      font-size: 30px;
      font-weight: 300; }
    @media (max-width: 1023px) {
      .email-signup-wrap .close {
        position: absolute;
        top: 5px;
        right: 0px;
        bottom: initial; } }
    @media (min-width: 1200px) {
      .email-signup-wrap .close {
        margin-left: 40px; } }
  .email-signup-wrap .confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .email-signup-wrap .confetti {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 1024px) {
      .email-signup-wrap .confetti {
        padding-bottom: 36px;
        padding-top: 36px; } }
  .email-signup-wrap .confetti-piece {
    position: absolute;
    width: 8px;
    height: 10px;
    background: #F0E6D8;
    top: 0;
    opacity: 0; }
    .email-signup-wrap .confetti-piece:nth-child(1) {
      left: 7%;
      transform: rotate(23deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 260ms;
      animation-duration: 874ms; }
    .email-signup-wrap .confetti-piece:nth-child(2) {
      left: 14%;
      transform: rotate(-74deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 7ms;
      animation-duration: 707ms; }
    .email-signup-wrap .confetti-piece:nth-child(3) {
      left: 21%;
      transform: rotate(11deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 41ms;
      animation-duration: 997ms; }
    .email-signup-wrap .confetti-piece:nth-child(4) {
      left: 28%;
      transform: rotate(3deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 457ms;
      animation-duration: 836ms; }
    .email-signup-wrap .confetti-piece:nth-child(5) {
      left: 35%;
      transform: rotate(37deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 38ms;
      animation-duration: 761ms; }
    .email-signup-wrap .confetti-piece:nth-child(6) {
      left: 42%;
      transform: rotate(29deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 88ms;
      animation-duration: 792ms; }
    .email-signup-wrap .confetti-piece:nth-child(7) {
      left: 49%;
      transform: rotate(12deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 438ms;
      animation-duration: 1067ms; }
    .email-signup-wrap .confetti-piece:nth-child(8) {
      left: 56%;
      transform: rotate(5deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 24ms;
      animation-duration: 1093ms; }
    .email-signup-wrap .confetti-piece:nth-child(9) {
      left: 63%;
      transform: rotate(-24deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 255ms;
      animation-duration: 833ms; }
    .email-signup-wrap .confetti-piece:nth-child(10) {
      left: 70%;
      transform: rotate(64deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 493ms;
      animation-duration: 1116ms; }
    .email-signup-wrap .confetti-piece:nth-child(11) {
      left: 77%;
      transform: rotate(38deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 318ms;
      animation-duration: 1153ms; }
    .email-signup-wrap .confetti-piece:nth-child(12) {
      left: 84%;
      transform: rotate(4deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 207ms;
      animation-duration: 758ms; }
    .email-signup-wrap .confetti-piece:nth-child(13) {
      left: 91%;
      transform: rotate(40deg);
      animation: makeItRain 1000ms infinite ease-out;
      animation-delay: 50ms;
      animation-duration: 1179ms; }
    .email-signup-wrap .confetti-piece:nth-child(odd) {
      background: #79B89E; }
    .email-signup-wrap .confetti-piece:nth-child(even) {
      z-index: 1; }
    .email-signup-wrap .confetti-piece:nth-child(4n) {
      width: 5px;
      height: 12px;
      animation-duration: 2000ms; }
    .email-signup-wrap .confetti-piece:nth-child(3n) {
      width: 3px;
      height: 10px;
      animation-duration: 2500ms;
      animation-delay: 1000ms; }
    .email-signup-wrap .confetti-piece:nth-child(4n-7) {
      background: #006168; }

@keyframes makeItRain {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    transform: translateY(200px); } }

@keyframes slideIn {
  to {
    bottom: 0; } }

@keyframes slideOut {
  from {
    bottom: 0; }
  to {
    bottom: inherit; } }

/*# sourceMappingURL=styles.css.map */