/*! jQuery UI - v1.11.4 - 2016-01-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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;
  /* support: IE7 */
}

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

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

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: 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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  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;
  /* removes extra width in IE */
}

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

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

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

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

/* button text element */
.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;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.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;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

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

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
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;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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-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;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  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;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.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);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  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;
}

/* support: IE8 - See #6727 */
.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-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;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  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;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 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: Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e3a1a1;
  background: #cc0000 url("/assets/libs/jquery.ui/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
  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 {
  border: 1px solid #d8dcdf;
  background: #eeeeee url("/assets/libs/jquery.ui/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #004276;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #004276;
  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 #cdd5da;
  background: #f6f6f6 url("/assets/libs/jquery.ui/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #111111;
}

.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: #111111;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-weight: bold;
  color: #cc0000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0000;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url("/assets/libs/jquery.ui/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
  color: #444444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url("/assets/libs/jquery.ui/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
  color: #2e2e2e;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}

.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("/assets/libs/jquery.ui/ui-icons_cc0000_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/libs/jquery.ui/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/assets/libs/jquery.ui/ui-icons_cc0000_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/assets/libs/jquery.ui/ui-icons_cc0000_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/assets/libs/jquery.ui/ui-icons_cc0000_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/assets/libs/jquery.ui/ui-icons_004276_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/libs/jquery.ui/ui-icons_cc0000_256x240.png");
}

/* positioning */
.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 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: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
  background: #a6a6a6 url("/assets/libs/jquery.ui/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
  opacity: .4;
  filter: Alpha(Opacity=40);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333;
  opacity: .1;
  filter: Alpha(Opacity=10);
  /* support: IE8 */
  border-radius: 8px;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

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

.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
}

.bgstretcher ul, .bgstretcher ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bgstretcher {
  background: transparent;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 1;
  _position: absolute;
  /*IE6 doesn't support fixed positioning*/
  top: 0;
  left: 0;
}

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

html {
  font-size: 62.5%;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  color: #555;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a {
  color: #2a85e8;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  color: #11639d;
}

a:focus {
  color: #cc4714;
  outline: none;
}

p a, p a:visited {
  line-height: inherit;
}

/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

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

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

ul.disc {
  list-style: disc outside;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

table thead, table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none;
}

table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

.hide {
  display: none;
}

.highlight {
  background: #ff0;
}

#googlemap img, object, embed {
  max-width: none;
}

#map_canvas embed {
  max-width: none;
}

#map_canvas img {
  max-width: none;
}

#map_canvas object {
  max-width: none;
}

/* Artfully Masterminded by ZURB */
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-weight: bold;
  line-height: 1.25;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 12px;
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 9px;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 9px;
}

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 3px;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 3px;
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.subheader {
  color: #777;
  font-weight: 300;
  margin-bottom: 24px;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 0 0 18px;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

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

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

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

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777;
}

/*	Blockquotes  */
blockquote, blockquote p {
  line-height: 20px;
  color: #777;
}

blockquote {
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  p a, p a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  p a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }
}
/* Artfully Masterminded by ZURB */
/* --------------------------------------------------
	:: Grid
	
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
	
	-------------------------------------------------- */
.container {
  padding: 0 20px;
}

.row {
  width: 100%;
  max-width: 980px;
  min-width: 727px;
  margin: 0 auto;
}

/* To fix the grid into a certain size, set max-width to width */
.row .row {
  min-width: 0;
}

.column, .columns, section.block.listings-horizontal article.listing .image, section.block.listings-horizontal article.room .image, section.rooms.listings-horizontal article.listing .image, section.rooms.listings-horizontal article.room .image, section.block.listings-horizontal article.listing .details, section.block.listings-horizontal article.room .details, section.rooms.listings-horizontal article.listing .details, section.rooms.listings-horizontal article.room .details, section.block.listings-horizontal article.listing.no-image .details, section.block.listings-horizontal article.room.no-image .details, section.rooms.listings-horizontal article.listing.no-image .details, section.rooms.listings-horizontal article.room.no-image .details, section.page.wide .page, section.page.wide section.content, section.page.half .page, section.page.half section.content, section.page.narrow .page, section.page.narrow section.content, section.page.narrow section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.rooms.listings-vertical-3 article.listing, section.page.narrow section.rooms.listings-vertical-2 article.listing, section.page.full .page.has-hero .description, section.page.full .page.has-hero .hero, section.page.full .page.no-hero .description, section.page.full section.block.listings-vertical-3 article.listing, section.page.full section.rooms.listings-vertical-3 article.listing, section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.rooms.listings-vertical-2 article.listing {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}

.column:first-child, .columns:first-child, section.block.listings-horizontal article.listing .image:first-child, section.block.listings-horizontal article.room .image:first-child, section.rooms.listings-horizontal article.listing .image:first-child, section.rooms.listings-horizontal article.room .image:first-child, section.block.listings-horizontal article.listing .details:first-child, section.block.listings-horizontal article.room .details:first-child, section.rooms.listings-horizontal article.listing .details:first-child, section.rooms.listings-horizontal article.room .details:first-child, section.page.wide .page:first-child, section.page.wide section.content:first-child, section.page.half .page:first-child, section.page.half section.content:first-child, section.page.narrow .page:first-child, section.page.narrow section.content:first-child, section.page.narrow section.block.listings-vertical-3 article.listing:first-child, section.page.narrow section.block.listings-vertical-2 article.listing:first-child, section.page.narrow section.rooms.listings-vertical-3 article.listing:first-child, section.page.narrow section.rooms.listings-vertical-2 article.listing:first-child, section.page.full .page.has-hero .description:first-child, section.page.full .page.has-hero .hero:first-child, section.page.full .page.no-hero .description:first-child, section.page.full section.block.listings-vertical-3 article.listing:first-child, section.page.full section.rooms.listings-vertical-3 article.listing:first-child, section.page.full section.block.listings-vertical-2 article.listing:first-child, section.page.full section.rooms.listings-vertical-2 article.listing:first-child {
  margin-left: 0;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

.row .one {
  width: 4.27503%;
}

.row .two {
  width: 12.97730%;
}

.row .three {
  width: 21.67957%;
}

.row .four {
  width: 30.37999%;
}

.row .five {
  width: 39.08411%;
}

.row .six {
  width: 47.78638%;
}

.row .seven {
  width: 56.48865%;
}

.row .eight {
  width: 65.19092%;
}

.row .nine {
  width: 73.89319%;
}

.row .ten {
  width: 82.59546%;
}

.row .eleven {
  width: 91.29773%;
}

.row .twelve {
  width: 100%;
}

.row .offset-by-one {
  margin-left: 12.97730%;
}

.row .offset-by-two {
  margin-left: 21.67957%;
}

.row .offset-by-three {
  margin-left: 30.38184%;
}

.row .offset-by-four {
  margin-left: 39.08226%;
}

.row .offset-by-five {
  margin-left: 47.78638%;
}

.row .offset-by-six {
  margin-left: 56.48865%;
}

.row .offset-by-seven {
  margin-left: 65.19092%;
}

.row .offset-by-eight {
  margin-left: 73.89319%;
}

.row .offset-by-nine {
  margin-left: 82.59546%;
}

.row .offset-by-ten {
  margin-left: 91.29773%;
}

.row .centered {
  float: none;
  margin: 0 auto;
}

.row .offset-by-one:first-child {
  margin-left: 8.626165%;
}

.row .offset-by-two:first-child {
  margin-left: 17.328435%;
}

.row .offset-by-three:first-child {
  margin-left: 26.030705%;
}

.row .offset-by-four:first-child {
  margin-left: 34.731125%;
}

.row .offset-by-five:first-child {
  margin-left: 43.435245%;
}

.row .offset-by-six:first-child {
  margin-left: 52.137515%;
}

.row .offset-by-seven:first-child {
  margin-left: 60.839785%;
}

.row .offset-by-eight:first-child {
  margin-left: 69.542055%;
}

.row .offset-by-nine:first-child {
  margin-left: 78.244325%;
}

.row .offset-by-ten:first-child {
  margin-left: 86.946595%;
}

.row .offset-by-eleven:first-child {
  margin-left: 95.648865%;
}

/* Source Ordering */
.push-two {
  left: 17.328435%;
}

.push-three {
  left: 26.030705%;
}

.push-four {
  left: 34.731125%;
}

.push-five {
  left: 43.435245%;
}

.push-six {
  left: 52.137515%;
}

.push-seven {
  left: 60.839785%;
}

.push-eight {
  left: 69.542055%;
}

.push-nine {
  left: 78.244325%;
}

.push-ten {
  left: 86.946595%;
}

.pull-two {
  right: 17.328435%;
}

.pull-three {
  right: 26.030705%;
}

.pull-four {
  right: 34.731125%;
}

.pull-five {
  right: 43.435245%;
}

.pull-six {
  right: 52.137515%;
}

.pull-seven {
  right: 60.839785%;
}

.pull-eight {
  right: 69.542055%;
}

.pull-nine {
  right: 78.244325%;
}

.pull-ten {
  right: 86.946595%;
}

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

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

#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, div.panel:before, .clearfix:after, div.panel:after {
  content: "";
  display: table;
}

.row:after, .clearfix:after, div.panel:after {
  clear: both;
}

.row, .clearfix, div.panel {
  zoom: 1;
}

/*	--------------------------------------------------
	:: Block grids
	
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	
	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
}

.block-grid > li {
  display: block;
  height: auto;
  float: left;
}

.block-grid.two-up {
  margin-left: -4%;
}

.block-grid.two-up > li {
  margin-left: 4%;
  width: 46%;
  margin-bottom: 4%;
}

/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up {
  margin-left: -2%;
}

.block-grid.three-up > li {
  margin-left: 2%;
  width: 31.2%;
  margin-bottom: 2%;
}

/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up {
  margin-left: -2%;
}

.block-grid.four-up > li {
  margin-left: 2%;
  width: 23%;
  margin-bottom: 2%;
}

/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up {
  margin-left: -1.5%;
}

.block-grid.five-up > li {
  margin-left: 1.5%;
  width: 18.5%;
  margin-bottom: 1.5%;
}

/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Buttons
:: Alerts
:: Labels
:: Tabs
:: Pagination
:: Breadcrumbs
:: Lists
:: Panels
:: Nav
:: Video
:: Microformats
*/
/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */
.button {
  background: #00a6fc;
  display: inline-block;
  text-align: center;
  padding: 9px 34px 11px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Hide inner focus effect in Firefox */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

.button.nice, #surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  background: #00a6fc url(/assets/foundation/misc/button-gloss-77be5001ce4fa9cbfe8549fc3e3579da.png) repeat-x 0 -31px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
  background: #00a6fc url(/assets/foundation/misc/button-gloss-77be5001ce4fa9cbfe8549fc3e3579da.png) repeat-x 0 -31px, -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  background: #00a6fc url(/assets/foundation/misc/button-gloss-77be5001ce4fa9cbfe8549fc3e3579da.png) repeat-x 0 -31px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, transparent));
  border: 1px solid #0593dc;
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
}

.button.radius, #surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button.round {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.button.left-align {
  text-align: left;
  text-indent: 12px;
}

/* Sizes ---------- */
.tiny.button {
  font-size: 10px;
  padding: 6px 14px 8px;
  width: auto;
}

.small.button, #surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  font-size: 11px;
  padding: 8px 20px 10px;
  width: auto;
}

.medium.button {
  font-size: 13px;
  width: auto;
}

.large.button {
  font-size: 18px;
  padding: 11px 48px 13px;
  width: auto;
}

/* Nice Sizes ---------- */
.nice.tiny.button, #surveyor .previous_section input.tiny[type="submit"], #surveyor .next_section input.tiny[type="submit"] {
  background-position: 0 -37px;
}

.nice.small.button, #surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  background-position: 0 -34px;
}

.nice.large.button, #surveyor .previous_section input.large[type="submit"], #surveyor .next_section input.large[type="submit"] {
  background-position: 0 -30px;
}

/* Colors ---------- */
.blue.button {
  background-color: #00a6fc;
}

.red.button {
  background-color: #e91c21;
}

.white.button, #surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  background-color: #e9e9e9;
  color: #333;
}

.black.button {
  background-color: #141414;
}

.green.button {
  background-color: #5b8737;
}

/* Nice Colors ---------- */
.nice.blue.button, #surveyor .previous_section input.blue[type="submit"], #surveyor .next_section input.blue[type="submit"] {
  border: 1px solid #0593dc;
}

.nice.red.button, #surveyor .previous_section input.red[type="submit"], #surveyor .next_section input.red[type="submit"] {
  border: 1px solid #b90b0b;
}

.nice.white.button, #surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  border: 1px solid #cacaca;
  text-shadow: none !important;
}

.nice.black.button, #surveyor .previous_section input.black[type="submit"], #surveyor .next_section input.black[type="submit"] {
  border: 1px solid #000;
}

.nice.green.button, #surveyor .previous_section input.green[type="submit"], #surveyor .next_section input.green[type="submit"] {
  border: 1px solid #4a6b2d;
}

/* Hovers ---------- */
.button:hover, .button:focus {
  background-color: #0192dd;
  color: #fff;
}

.blue.button:hover, .blue.button:focus {
  background-color: #0192dd;
}

.red.button:hover, .red.button:focus {
  background-color: #d01217;
}

.white.button:hover, #surveyor .previous_section input[type="submit"]:hover, #surveyor .next_section input[type="submit"]:hover, .white.button:focus, #surveyor .previous_section input[type="submit"]:focus, #surveyor .next_section input[type="submit"]:focus {
  background-color: #dadada;
  color: #333;
}

.black.button:hover, .black.button:focus {
  background-color: #000;
}

.green.button:hover, .green.button:focus {
  background-color: #699c40;
}

/* Hovers ---------- */
.nice.button:active, #surveyor .previous_section input[type="submit"]:active, #surveyor .next_section input[type="submit"]:active {
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Disabled ---------- */
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
}

/* Correct FF button padding */
@-moz-document url-prefix("http://") {
  input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input[type=submit].tiny.button {
    padding: 5px 14px 7px;
  }

  input[type=submit].small.button, #surveyor .previous_section input[type=submit][type="submit"], #surveyor .next_section input[type=submit][type="submit"] {
    padding: 7px 20px 8px;
  }

  input[type=submit].medium.button {
    padding: 8px 34px 9px;
  }

  input[type=submit].large.button {
    padding: 9px 48px 10px;
  }
}

/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */
div.alert-box {
  display: block;
  padding: 6px 7px;
  font-weight: bold;
  font-size: 13px;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  position: relative;
}

.alert-box.success {
  background-color: #7fae00;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box.warning {
  background-color: #f68b01;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box.error {
  background-color: #c00000;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box a.close {
  color: #000;
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 18px;
  opacity: 0.2;
  padding: 4px;
}

.alert-box a.close:hover, .alert-box a.close:focus {
  opacity: 0.4;
}

/*    --------------------------------------------------
    Labels
    -------------------------------------------------- */
.label {
  padding: 0 4px 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #00a6fc;
}

.label.radius {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.label.round {
  padding: 1px 7px 2px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* Colors ---------- */
.blue.label {
  background-color: #00a6fc;
}

.red.label {
  background-color: #e91c21;
}

.green.label {
  background-color: #7fae00;
}

.white.label {
  background-color: #e9e9e9;
  color: #333;
}

.black.label {
  background-color: #141414;
}

/*    --------------------------------------------------
    Tabs
    -------------------------------------------------- */
dl.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  height: 30px;
  border-bottom: solid 1px #ddd;
}

dl.tabs dt {
  display: block;
  width: auto;
  height: 30px;
  padding: 0 9px 0 20px;
  line-height: 30px;
  float: left;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  cursor: default;
}

dl.tabs dt:first-child {
  padding: 0 9px 0 0;
}

dl.tabs dd {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
}

dl.tabs dd a {
  display: block;
  width: auto;
  height: 29px;
  padding: 0 9px;
  line-height: 30px;
  border: solid 1px #ddd;
  margin: 0 -1px 0 0;
  color: #555;
  background: #eee;
}

dl.tabs dd a.active {
  background: #fff;
  border-width: 1px 1px 0 1px;
  height: 30px;
}

.nice.tabs {
  border-bottom: solid 1px #eee;
  margin: 0 0 30px 0;
  height: 43px;
}

.nice.tabs dd a {
  padding: 7px 18px 9px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555555;
  background: none;
  border: none;
}

.nice.tabs dd a.active {
  font-weight: bold;
  color: #333;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #00a6fc;
  margin: 0 10px;
  position: relative;
  top: -5px;
}

.nice.tabs dd:first-child a.active {
  margin-left: 0;
}

dl.tabs.vertical {
  height: auto;
}

dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd {
  float: none;
  height: auto;
}

dl.tabs.vertical dd a {
  display: block;
  width: auto;
  height: auto;
  padding: 15px 20px;
  line-height: 1;
  border: solid 0 #ccc;
  border-width: 1px 1px 0;
  margin: 0;
  color: #555;
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem;
}

dl.tabs.vertical dd a.active {
  height: auto;
  margin: 0;
  border-width: 1px 0 0;
  background: #fff;
}

.nice.tabs.vertical {
  border-bottom: solid 1px #eee;
  height: auto;
}

.nice.tabs.vertical dd a {
  padding: 15px 20px;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
}

.nice.tabs.vertical dd a.active {
  border: none;
  background: #00a6fc;
  color: #fff;
  margin: 0;
  position: static;
  top: 0;
  height: auto;
}

.nice.tabs.vertical dd:first-child a.active {
  margin: 0;
}

ul.tabs-content {
  margin: 0;
  display: block;
}

ul.tabs-content > li {
  display: none;
}

.no-js ul.tabs-content > li {
  display: block;
}

ul.tabs-content > li.active {
  display: block;
}

dl.contained, dl.nice.contained {
  margin-bottom: 0;
}

dl.contained.tabs dd a {
  padding: 0 14px;
}

dl.nice.contained.tabs dd a {
  padding: 7px 18px 9px;
}

ul.contained.tabs-content {
  padding: 0;
}

ul.contained.tabs-content > li {
  padding: 20px;
  border: solid 0 #ddd;
  border-width: 0 1px 1px 1px;
}

ul.contained.vertical.tabs-content > li {
  border-width: 1px 1px 1px 1px;
}

ul.nice.contained.tabs-content > li {
  border-color: #eee;
}

/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}

ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}

ul.pagination li a {
  display: block;
  padding: 6px 7px 4px;
  color: #555;
}

ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
  border-bottom: solid 2px #00a6fc;
  color: #141414;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  border-bottom: none;
}

/*  --------------------------------------------------
    Breadcrumbs
    -------------------------------------------------- */
ul.breadcrumbs {
  display: block;
  background: #f4f4f4;
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
}

ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
}

ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 12px;
}

ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0;
}

ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}

ul.breadcrumbs li:first-child:before {
  content: " ";
}

ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}

ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
  text-decoration: underline;
}

ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}

ul.breadcrumbs li.unavailable a {
  color: #999;
}

ul.breadcrumbs li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/*  --------------------------------------------------
    Lists
    -------------------------------------------------- */
ul.nice, ol.nice {
  list-style: none;
  margin: 0;
}

ul.nice li, ol.nice li {
  padding-left: 13px;
  position: relative;
}

ul.nice li span.bullet, ol.nice li span.number {
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
}

/*	--------------------------------------------------
	Panels
	-------------------------------------------------- */
div.panel {
  padding: 20px 20px 2px 20px;
  background: #efefef;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -o-linear-gradient(top, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px 0;
}

/*	--------------------------------------------------
   	Nav Bar with Dropdowns
	-------------------------------------------------- */
.nav-bar, #surveyor .survey_sections ul {
  height: 45px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #ddd;
}

.nav-bar > li, #surveyor .survey_sections ul > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border-right: 1px solid #ddd;
  line-height: 45px;
}

.nav-bar > li > a.main, #surveyor .survey_sections ul > li > a.main {
  position: relative;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}

.nav-bar > li > input, #surveyor .survey_sections ul > li > input {
  margin: 0 16px;
}

.nav-bar > li ul, #surveyor .survey_sections ul > li ul {
  margin-bottom: 0;
}

.nav-bar > li li, #surveyor .survey_sections ul > li li {
  line-height: 1.3;
}

.nav-bar > li.has-flyout > a.main, #surveyor .survey_sections ul > li.has-flyout > a.main {
  padding-right: 36px;
}

.nav-bar > li.has-flyout > a.flyout-toggle, #surveyor .survey_sections ul > li.has-flyout > a.flyout-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 22px;
  z-index: 2;
  display: block;
}

.nav-bar > li.has-flyout > a.flyout-toggle span, #surveyor .survey_sections ul > li.has-flyout > a.flyout-toggle span {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2a85e8;
  display: block;
}

.flyout {
  background: #fff;
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  position: absolute;
  top: 45px;
  left: -1px;
  width: 400px;
  z-index: 40;
}

.flyout.small {
  width: 200px;
}

.flyout.large {
  width: 600px;
}

.flyout.right {
  left: auto;
  right: 0;
}

.flyout p:last-child {
  margin-bottom: 0;
}

.nav-bar > li .flyout, #surveyor .survey_sections ul > li .flyout {
  display: none;
}

/*	--------------------------------------------------
   	Sub Navs
   	http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na
	-------------------------------------------------- */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px -9px;
  padding-top: 4px;
}

dl.sub-nav dt, dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 4px;
}

dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}

dl.sub-nav dd a {
  text-decoration: none;
  border-radius: 12px;
}

dl.sub-nav dd.active a {
  background: #00A6FC;
  color: #fff;
  padding: 3px 9px;
}

/*	--------------------------------------------------
   	Video
   	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	-------------------------------------------------- */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	--------------------------------------------------
   	Microformats
	-------------------------------------------------- */
/* hCard */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}

ul.vcard li {
  margin: 0;
  display: block;
}

ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

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

p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

/*	--------------------------------------------------
   	Tooltips
	-------------------------------------------------- */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

.has-tip:hover {
  border-bottom: dotted 1px #0593dc;
  color: #0192dd;
}

.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}

.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}

.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important;
  top: -10px !important;
}

.tooltip.tip-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}

.tooltip.tip-left, .tooltip.tip-right, .has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  right: -10px;
  left: auto;
}

.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  right: auto;
  left: -10px;
}

.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.has-tip.opened {
  color: #0192DD !important;
  border-bottom: dotted 1px #0593DC !important;
}

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  color: #888;
  font-weight: normal;
}

/* 	Artfully masterminded by ZURB
	Make sure to include app.js / foundation.js if you are going to use inline label inputs
*/
/* -----------------------------------------
   Standard Forms
----------------------------------------- */
form {
  margin: 0 0 18px;
}

form label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  margin-bottom: 9px;
}

input.input-text, textarea {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

input.input-text, textarea, select {
  display: block;
  margin-bottom: 9px;
}

label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
  margin-top: -9px;
}

textarea {
  max-width: 100%;
}

/* Text input and textarea font and padding */
input.input-text, textarea {
  font-size: 13px;
  padding: 4px 3px 2px;
  background: #fff;
}

input.input-text:focus, textarea:focus {
  outline: none !important;
}

input.input-text.oversize, textarea.oversize {
  font-size: 18px !important;
  padding: 4px 5px !important;
}

input.input-text:focus, textarea:focus {
  background: #f9f9f9;
}

/* Text input and textarea, disabled */
input.input-text[disabled], textarea[disabled] {
  background-color: #ddd;
}

/* Inlined Label Style */
input.placeholder, textarea.placeholder {
  color: #888;
}

/* Text input and textarea sizes */
input.input-text, textarea {
  width: 254px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input.small, textarea.small {
  width: 134px;
}

input.medium, textarea.medium {
  width: 254px;
}

input.large, textarea.large {
  width: 434px;
}

input.expand, textarea.expand {
  width: 100%;
}

/* Lock textareas so they can't be resized beyond their set width in webkit */
textarea.locked {
  max-width: 254px;
}

textarea.locked.small {
  max-width: 134px;
}

textarea.locked.large {
  max-width: 434px;
}

textarea.locked.expand {
  max-width: 100%;
}

/* Fieldsets */
form fieldset {
  padding: 9px 9px 2px 9px;
  border: solid 1px #ddd;
  margin: 18px 0;
}

/* Inlined Radio & Checkbox */
.form-field input[type=radio], div.form-field input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0;
}

/* Errors */
.form-field.error input, input.input-text.red {
  border-color: #C00000;
  background-color: rgba(255, 0, 0, 0.15);
}

.form-field.error label, label.red {
  color: #C00000;
}

.form-field.error small, small.error {
  margin-top: -6px;
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  color: #C00000;
  width: 254px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.small + small.error {
  width: 134px;
}

.medium + small.error {
  width: 254px;
}

.large + small.error {
  width: 434px;
}

.expand + small.error {
  width: 100%;
}

.small.oversize + small.error {
  width: 144px;
}

.medium.oversize + small.error {
  width: 264px;
}

.large.oversize + small.error {
  width: 444px;
}

.expand.oversize + small.error {
  width: 100%;
}

/* -----------------------------------------
   Nicer Forms
----------------------------------------- */
form.nice div.form-field input, form.nice input.input-text, form.nice textarea {
  border: solid 1px #bbb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

form.nice div.form-field input, form.nice input.input-text, form.nice textarea {
  font-size: 13px;
  padding: 6px 3px 4px;
  outline: none !important;
  background: url(/assets/foundation/misc/input-bg-5d9bd2ea68684eeb7895f491269f97d1.png) white;
}

form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus {
  background-color: #f9f9f9;
}

/* Text input and textarea, disabled */
form.nice div.form-field input[disabled], form.nice input.input-text[disabled], form.nice textarea[disabled] {
  background-color: #ddd;
}

form.nice fieldset {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

form.nice div.form-field input[type=radio], form.nice div.form-field input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0;
}

form.nice div.form-field.error small, form.nice small.error {
  padding: 6px 4px;
  border: solid 0 #C00000;
  border-width: 0 1px 1px 1px;
  margin-top: -10px;
  background: #C00000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
}

form.nice div.form-field.error .small + small, form.nice .small + small.error {
  width: 132px;
}

form.nice div.form-field.error .medium + small, form.nice .medium + small.error {
  width: 252px;
}

form.nice div.form-field.error .large + small, form.nice .large + small.error {
  width: 432px;
}

form.nice div.form-field.error .small.oversize + small, form.nice .small.oversize + small.error {
  width: 136px;
}

form.nice div.form-field.error .medium.oversize + small, form.nice .medium.oversize + small.error {
  width: 256px;
}

form.nice div.form-field.error .large.oversize + small, form.nice .large.oversize + small.error {
  width: 436px;
}

/* -----------------------------------------
   Custom Forms
----------------------------------------- */
form.custom span.custom {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  border: solid 1px #ccc;
  background: url(/assets/foundation/misc/custom-form-sprites-7f5fb33aaa869c1a3d4525315ab07190.png) 0 0 no-repeat;
}

form.custom span.custom.radio {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

form.custom span.custom.radio.checked {
  background-position: 0 -14px;
}

form.custom span.custom.checkbox.checked {
  background-position: 0 -28px;
}

form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}

form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 26px;
  padding: 0 38px 0 6px;
  border: solid 1px #ddd;
  color: #141414;
  background-color: #fff;
  word-wrap: nowrap;
}

form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  background: url(/assets/foundation/misc/custom-form-sprites-7f5fb33aaa869c1a3d4525315ab07190.png) -14px 1px no-repeat;
  right: 0;
  top: 0;
  border: solid 1px #ddd;
}

form.custom div.custom.dropdown:hover a.selector,
form.custom div.custom.dropdown.open a.selector {
  background-position: -14px -26px;
}

form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #ddd;
}

form.custom div.custom.dropdown ul li {
  cursor: pointer;
  padding: 3px 38px 3px 6px;
  min-height: 18px;
  margin: 0;
  white-space: nowrap;
}

form.custom div.custom.dropdown ul li.selected {
  background: url(/assets/foundation/misc/custom-form-sprites-7f5fb33aaa869c1a3d4525315ab07190.png) right -52px no-repeat;
}

form.custom div.custom.dropdown ul li:hover {
  background-color: #2a85e8;
  color: #fff;
}

form.custom div.custom.dropdown ul li.selected:hover {
  background: url(/assets/foundation/misc/custom-form-sprites-7f5fb33aaa869c1a3d4525315ab07190.png) #2a85e8 right -78px no-repeat;
}

form.custom div.custom.dropdown ul.show {
  display: block;
}

form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}

form.custom div.custom.dropdown.small {
  width: 134px !important;
}

form.custom div.custom.dropdown.medium {
  width: 254px !important;
}

form.custom div.custom.dropdown.large {
  width: 434px !important;
}

form.custom div.custom.dropdown.expand {
  width: 100% !important;
}

form.custom div.custom.dropdown.open.small ul {
  width: 132px !important;
}

form.custom div.custom.dropdown.open.medium ul {
  width: 252px !important;
}

form.custom div.custom.dropdown.open.large ul {
  width: 432px !important;
}

form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
  box-sizing: border-box;
}

/* Custom input, disabled */
form.custom .custom.disabled {
  background-color: #ddd;
}

/* -----------------------------------------
   Nicer Custom Forms
----------------------------------------- */
form.custom.nice span.custom.checkbox {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

form.custom.nice div.custom.dropdown a.current {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-image: url(/assets/foundation/misc/input-bg-outset-93f64cb807041cf5dba01bfcf4a9774b.png);
  background-position: bottom right;
}

form.custom.nice div.custom.dropdown a.selector {
  height: 27px;
  border-width: 0 0 0 1px;
}

form.custom.nice div.custom.dropdown ul {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
}

/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* CONTAINER
   ================================================== */
div.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

div.orbit.with-bullets {
  margin-bottom: 40px;
}

div.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}

div.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* TIMER
   ================================================== */
div.orbit-wrapper div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}

div.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url(/assets/foundation/orbit/rotator-black-8db55d2c1412e670d699388687a7642d.png) no-repeat;
  z-index: 3;
}

div.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

div.orbit-wrapper span.rotator.move {
  left: 0;
}

div.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url(/assets/foundation/orbit/timer-black-e5483efde84ecad656e1baf3760bd06e.png) repeat 0 0;
}

div.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/foundation/orbit/pause-black-a72196c146daf447725c585d65e579f2.png) no-repeat;
  z-index: 4;
  opacity: 0;
}

div.orbit-wrapper span.pause.active {
  background: url(/assets/foundation/orbit/pause-black-a72196c146daf447725c585d65e579f2.png) no-repeat 0 -40px;
}

div.orbit-wrapper div.timer:hover span.pause,
div.orbit-wrapper span.pause.active {
  opacity: 1;
}

/* CAPTIONS
   ================================================== */
.orbit-caption {
  display: none;
  font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.orbit-wrapper .orbit-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* DIRECTIONAL NAV
   ================================================== */
div.orbit-wrapper div.slider-nav {
  display: block;
}

div.orbit-wrapper div.slider-nav span {
  width: 78px;
  height: 100px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}

div.orbit-wrapper div.slider-nav span.right {
  background: url(/assets/foundation/orbit/right-arrow-efe7cb327aa5ba639d7f234e32d0c088.png);
  right: 0;
}

div.orbit-wrapper div.slider-nav span.left {
  background: url(/assets/foundation/orbit/left-arrow-fcecd7969cf4bc986fd8a260dee40d47.png);
  left: 0;
}

/* BULLET NAV
   ================================================== */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  background: url(/assets/foundation/orbit/bullets-112d5bb645b7390a94e011991426b266.jpg) no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}

ul.orbit-bullets li.active {
  color: #222;
  background-position: -8px 0;
}

ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid #000;
}

/* FLUID LAYOUT
   ================================================== */
div.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

div.orbit, div.orbit-wrapper {
  width: 100% !important;
}

ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}

ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999;
  text-indent: -9999px;
  background: url(/assets/foundation/orbit/bullets-112d5bb645b7390a94e011991426b266.jpg) no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}

ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}

ul.orbit-bullets li.active {
  color: #222;
  background-position: -8px 0;
}

ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid #000;
}

/* Correct timer in IE */
.timer {
  display: none !important;
}

div.caption {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

/* CSS for jQuery Reveal Plugin
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eeeeee url(/assets/foundation/misc/modal-gloss-e20345bb7126267f562a1e3ba209aa0a.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 41;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

.reveal-modal .row {
  min-width: 0;
}

/* Mobile */
@media handheld, only screen and (max-width: 1023px) {
  .reveal-modal-bg {
    position: absolute;
  }

  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 60%;
    top: 60px;
    left: 15%;
    margin-left: 0;
    padding: 20px;
    height: auto;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .reveal-modal-bg {
    position: absolute;
  }

  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 5%;
    margin-left: 0;
    padding: 20px;
    height: auto;
  }
}
/*
		
NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/
/* --------------------------------------------------
	:: Typography
	-------------------------------------------------- */
@media handheld, only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3;
  }

  h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }

  h3 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  body, p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */
/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row .row .column, .row .row .columns, .row .row section.block.listings-horizontal article.listing .image, section.block.listings-horizontal article.listing .row .row .image, .row .row section.block.listings-horizontal article.room .image, section.block.listings-horizontal article.room .row .row .image, .row .row section.rooms.listings-horizontal article.listing .image, section.rooms.listings-horizontal article.listing .row .row .image, .row .row section.rooms.listings-horizontal article.room .image, section.rooms.listings-horizontal article.room .row .row .image, .row .row section.block.listings-horizontal article.listing .details, section.block.listings-horizontal article.listing .row .row .details, .row .row section.block.listings-horizontal article.room .details, section.block.listings-horizontal article.room .row .row .details, .row .row section.rooms.listings-horizontal article.listing .details, section.rooms.listings-horizontal article.listing .row .row .details, .row .row section.rooms.listings-horizontal article.room .details, section.rooms.listings-horizontal article.room .row .row .details, .row .row section.page.wide .page, section.page.wide .row .row .page, .row .row section.page.wide section.content, section.page.wide .row .row section.content, .row .row section.page.half .page, section.page.half .row .row .page, .row .row section.page.half section.content, section.page.half .row .row section.content, .row .row section.page.narrow .page, section.page.narrow .row .row .page, .row .row section.page.narrow section.content, section.page.narrow .row .row section.content, .row .row section.page.narrow section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-3 .row .row article.listing, .row .row section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.block.listings-vertical-2 .row .row article.listing, .row .row section.page.narrow section.rooms.listings-vertical-3 article.listing, section.page.narrow section.rooms.listings-vertical-3 .row .row article.listing, .row .row section.page.narrow section.rooms.listings-vertical-2 article.listing, section.page.narrow section.rooms.listings-vertical-2 .row .row article.listing, .row .row section.page.full .page.has-hero .description, section.page.full .page.has-hero .row .row .description, .row .row section.page.full .page.has-hero .hero, section.page.full .page.has-hero .row .row .hero, .row .row section.page.full .page.no-hero .description, section.page.full .page.no-hero .row .row .description, .row .row section.page.full section.block.listings-vertical-3 article.listing, section.page.full section.block.listings-vertical-3 .row .row article.listing, .row .row section.page.full section.rooms.listings-vertical-3 article.listing, section.page.full section.rooms.listings-vertical-3 .row .row article.listing, .row .row section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.block.listings-vertical-2 .row .row article.listing, .row .row section.page.full section.rooms.listings-vertical-2 article.listing, section.page.full section.rooms.listings-vertical-2 .row .row article.listing {
    padding: 0;
  }

  .column, .columns, section.block.listings-horizontal article.listing .image, section.block.listings-horizontal article.room .image, section.rooms.listings-horizontal article.listing .image, section.rooms.listings-horizontal article.room .image, section.block.listings-horizontal article.listing .details, section.block.listings-horizontal article.room .details, section.rooms.listings-horizontal article.listing .details, section.rooms.listings-horizontal article.room .details, section.block.listings-horizontal article.listing.no-image .details, section.block.listings-horizontal article.room.no-image .details, section.rooms.listings-horizontal article.listing.no-image .details, section.rooms.listings-horizontal article.room.no-image .details, section.page.wide .page, section.page.wide section.content, section.page.half .page, section.page.half section.content, section.page.narrow .page, section.page.narrow section.content, section.page.narrow section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.rooms.listings-vertical-3 article.listing, section.page.narrow section.rooms.listings-vertical-2 article.listing, section.page.full .page.has-hero .description, section.page.full .page.has-hero .hero, section.page.full .page.no-hero .description, section.page.full section.block.listings-vertical-3 article.listing, section.page.full section.rooms.listings-vertical-3 article.listing, section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.rooms.listings-vertical-2 article.listing {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .column:last-child, .columns:last-child, section.block.listings-horizontal article.listing .image:last-child, section.block.listings-horizontal article.room .image:last-child, section.rooms.listings-horizontal article.listing .image:last-child, section.rooms.listings-horizontal article.room .image:last-child, section.block.listings-horizontal article.listing .details:last-child, section.block.listings-horizontal article.room .details:last-child, section.rooms.listings-horizontal article.listing .details:last-child, section.rooms.listings-horizontal article.room .details:last-child, section.page.wide .page:last-child, section.page.wide section.content:last-child, section.page.half .page:last-child, section.page.half section.content:last-child, section.page.narrow .page:last-child, section.page.narrow section.content:last-child, section.page.narrow section.block.listings-vertical-3 article.listing:last-child, section.page.narrow section.block.listings-vertical-2 article.listing:last-child, section.page.narrow section.rooms.listings-vertical-3 article.listing:last-child, section.page.narrow section.rooms.listings-vertical-2 article.listing:last-child, section.page.full .page.has-hero .description:last-child, section.page.full .page.has-hero .hero:last-child, section.page.full .page.no-hero .description:last-child, section.page.full section.block.listings-vertical-3 article.listing:last-child, section.page.full section.rooms.listings-vertical-3 article.listing:last-child, section.page.full section.block.listings-vertical-2 article.listing:last-child, section.page.full section.rooms.listings-vertical-2 article.listing:last-child {
    margin-right: 0;
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  .column:before, .columns:before, section.block.listings-horizontal article.listing .image:before, section.block.listings-horizontal article.room .image:before, section.rooms.listings-horizontal article.listing .image:before, section.rooms.listings-horizontal article.room .image:before, section.block.listings-horizontal article.listing .details:before, section.block.listings-horizontal article.room .details:before, section.rooms.listings-horizontal article.listing .details:before, section.rooms.listings-horizontal article.room .details:before, section.block.listings-horizontal article.listing.no-image .details:before, section.block.listings-horizontal article.room.no-image .details:before, section.rooms.listings-horizontal article.listing.no-image .details:before, section.rooms.listings-horizontal article.room.no-image .details:before, section.page.wide .page:before, section.page.wide section.content:before, section.page.half .page:before, section.page.half section.content:before, section.page.narrow .page:before, section.page.narrow section.content:before, section.page.narrow section.block.listings-vertical-3 article.listing:before, section.page.narrow section.block.listings-vertical-2 article.listing:before, section.page.narrow section.rooms.listings-vertical-3 article.listing:before, section.page.narrow section.rooms.listings-vertical-2 article.listing:before, section.page.full .page.has-hero .description:before, section.page.full .page.has-hero .hero:before, section.page.full .page.no-hero .description:before, section.page.full section.block.listings-vertical-3 article.listing:before, section.page.full section.rooms.listings-vertical-3 article.listing:before, section.page.full section.block.listings-vertical-2 article.listing:before, section.page.full section.rooms.listings-vertical-2 article.listing:before, .column:after, .columns:after, section.block.listings-horizontal article.listing .image:after, section.block.listings-horizontal article.room .image:after, section.rooms.listings-horizontal article.listing .image:after, section.rooms.listings-horizontal article.room .image:after, section.block.listings-horizontal article.listing .details:after, section.block.listings-horizontal article.room .details:after, section.rooms.listings-horizontal article.listing .details:after, section.rooms.listings-horizontal article.room .details:after, section.block.listings-horizontal article.listing.no-image .details:after, section.block.listings-horizontal article.room.no-image .details:after, section.rooms.listings-horizontal article.listing.no-image .details:after, section.rooms.listings-horizontal article.room.no-image .details:after, section.page.wide .page:after, section.page.wide section.content:after, section.page.half .page:after, section.page.half section.content:after, section.page.narrow .page:after, section.page.narrow section.content:after, section.page.narrow section.block.listings-vertical-3 article.listing:after, section.page.narrow section.block.listings-vertical-2 article.listing:after, section.page.narrow section.rooms.listings-vertical-3 article.listing:after, section.page.narrow section.rooms.listings-vertical-2 article.listing:after, section.page.full .page.has-hero .description:after, section.page.full .page.has-hero .hero:after, section.page.full .page.no-hero .description:after, section.page.full section.block.listings-vertical-3 article.listing:after, section.page.full section.rooms.listings-vertical-3 article.listing:after, section.page.full section.block.listings-vertical-2 article.listing:after, section.page.full section.rooms.listings-vertical-2 article.listing:after {
    content: "";
    display: table;
  }

  .column:after, .columns:after, section.block.listings-horizontal article.listing .image:after, section.block.listings-horizontal article.room .image:after, section.rooms.listings-horizontal article.listing .image:after, section.rooms.listings-horizontal article.room .image:after, section.block.listings-horizontal article.listing .details:after, section.block.listings-horizontal article.room .details:after, section.rooms.listings-horizontal article.listing .details:after, section.rooms.listings-horizontal article.room .details:after, section.block.listings-horizontal article.listing.no-image .details:after, section.block.listings-horizontal article.room.no-image .details:after, section.rooms.listings-horizontal article.listing.no-image .details:after, section.rooms.listings-horizontal article.room.no-image .details:after, section.page.wide .page:after, section.page.wide section.content:after, section.page.half .page:after, section.page.half section.content:after, section.page.narrow .page:after, section.page.narrow section.content:after, section.page.narrow section.block.listings-vertical-3 article.listing:after, section.page.narrow section.block.listings-vertical-2 article.listing:after, section.page.narrow section.rooms.listings-vertical-3 article.listing:after, section.page.narrow section.rooms.listings-vertical-2 article.listing:after, section.page.full .page.has-hero .description:after, section.page.full .page.has-hero .hero:after, section.page.full .page.no-hero .description:after, section.page.full section.block.listings-vertical-3 article.listing:after, section.page.full section.rooms.listings-vertical-3 article.listing:after, section.page.full section.block.listings-vertical-2 article.listing:after, section.page.full section.rooms.listings-vertical-2 article.listing:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered {
    margin-left: 0 !important;
  }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child {
    margin-left: 0;
  }

  .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child {
    float: right;
  }

  .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0;
  }

  .row .phone-one {
    width: 21.68% !important;
  }

  .row .phone-two {
    width: 47.8% !important;
  }

  .row .phone-three {
    width: 73.9% !important;
  }

  .row .phone-four {
    width: 100% !important;
  }

  .row .push-one-phone {
    left: 26.08%;
  }

  .row .push-two-phone {
    left: 52.2%;
  }

  .row .push-three-phone {
    left: 78.3%;
  }

  .row .pull-one-phone {
    right: 26.08%;
  }

  .row .pull-two-phone {
    right: 52.2%;
  }

  .row .pull-three-phone {
    right: 78.3%;
  }
}
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .block-grid.mobile {
    margin-left: 0;
  }

  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
.show-on-phones {
  display: none !important;
}

.show-on-tablets {
  display: none !important;
}

.show-on-desktops {
  display: block !important;
}

.hide-on-phones {
  display: block !important;
}

.hide-on-tablets {
  display: block !important;
}

.hide-on-desktops {
  display: none !important;
}

/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch .hide-on-phones {
    display: block !important;
  }

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

  .touch .hide-on-desktops {
    display: block !important;
  }

  .touch .show-on-phones {
    display: none !important;
  }

  .touch .show-on-tablets {
    display: block !important;
  }

  .touch .show-on-desktops {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }

  .hide-on-tablets {
    display: block !important;
  }

  .hide-on-desktops {
    display: block !important;
  }

  .show-on-phones {
    display: block !important;
  }

  .show-on-tablets {
    display: none !important;
  }

  .show-on-desktops {
    display: none !important;
  }
}
/* Specific overrides for elements that require something other than display: block */
table.show-on-desktops {
  display: table !important;
}

table.hide-on-phones {
  display: table !important;
}

table.hide-on-tablets {
  display: table !important;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch table.hide-on-phones {
    display: table !important;
  }

  .touch table.hide-on-desktops {
    display: table !important;
  }

  .touch table.show-on-tablets {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-on-tablets {
    display: table !important;
  }

  table.hide-on-desktops {
    display: table !important;
  }

  table.show-on-phones {
    display: table !important;
  }
}
/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
  div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,
  form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
    display: block;
    width: 100%;
    padding: 6px 2% 4px;
    font-size: 18px;
  }

  form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  form.nice div.form-field.error small, form.nice small.error {
    padding: 6px 2%;
    display: block;
  }

  form.nice div.form-field.error .small + small, form.nice .small + .error {
    width: auto;
  }

  form.nice div.form-field.error .medium + small, form.nice .medium + .error {
    width: auto;
  }

  form.nice div.form-field.error .large + small, form.nice .large + .error {
    width: auto;
  }

  form.nice div.form-field.error .expand + small, form.nice .expand + .error {
    width: auto;
  }
}
/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/
/* Buttons */
@media only screen and (max-width: 767px) {
  .button {
    display: block;
  }

  button.button, input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
/* Tabs */
@media only screen and (max-width: 767px) {
  dl.tabs.mobile, dl.nice.tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    height: auto;
  }

  dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd {
    float: none;
    height: auto;
  }

  dl.tabs.mobile dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 0 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem;
  }

  dl.tabs.mobile dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
  }

  .nice.tabs.mobile {
    border-bottom: solid 1px #ccc;
    height: auto;
  }

  .nice.tabs.mobile dd a {
    padding: 18px 20px;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }

  .nice.tabs.mobile dd a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }

  .nice.tabs.mobile dd:first-child a.active {
    margin: 0;
  }

  dl.contained.mobile, dl.nice.contained.mobile {
    margin-bottom: 0;
  }

  dl.contained.tabs.mobile dd a {
    padding: 18px 20px;
  }

  dl.nice.contained.tabs.mobile dd a {
    padding: 18px 20px;
  }

  dl.tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }
}
/* Nav Bar */
/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch .nav-bar li a, .touch #surveyor .survey_sections ul li a, #surveyor .survey_sections .touch ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .touch .nav-bar li.has-flyout > a.flyout-toggle, .touch #surveyor .survey_sections ul li.has-flyout > a.flyout-toggle, #surveyor .survey_sections .touch ul li.has-flyout > a.flyout-toggle {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-bar, #surveyor .survey_sections ul {
    height: auto;
  }

  .nav-bar > li, #surveyor .survey_sections ul > li {
    float: none;
    display: block;
    border-right: none;
  }

  .nav-bar > li > a.main, #surveyor .survey_sections ul > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }

  .nav-bar > li:first-child > a.main, #surveyor .survey_sections ul > li:first-child > a.main {
    border-top: none;
  }

  .nav-bar > li.has-flyout > a.flyout-toggle, #surveyor .survey_sections ul > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    border-left: 1px dashed #eee;
    display: block;
  }

  .nav-bar > li.has-flyout > a.flyout-toggle span, #surveyor .survey_sections ul > li.has-flyout > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a85e8;
    display: block;
  }

  .nav-bar > li.has-flyout > a.flyout-toggle:hover span, #surveyor .survey_sections ul > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }

  .flyout {
    position: relative;
    width: auto;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }

  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }

  .flyout.small, .flyout.large {
    width: auto;
  }

  .flyout p:last-child {
    margin-bottom: 18px;
  }
}
/* Tooltips */
@media only screen and (max-width: 767px) {
  .tooltip {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
  }

  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* Video */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

html {
  height: 100%;
}

body {
  background-image: url(https://guestfolio.net/system/branding/backgrounds/000/032/179/original.jpg?1454441364);
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19.5px;
  line-height: 1.95rem;
  background-color: black;
  font-family: "Helvetica", "Arial", "sans-serif";
  height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  line-height: 3.4rem;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 0.2em;
  color: #646469;
}

h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  color: #646469;
}

h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19.5px;
  line-height: 1.95rem;
  color: #00b388;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin: 0.4em 0 1.6em;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21.0px;
  line-height: 2.1rem;
  color: #646469;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0 0 0.4em 0;
}
@media handheld, only screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21.0px;
    line-height: 2.1rem;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.column {
  overflow: hidden;
}

table, table tbody tr.alt {
  background-color: transparent;
}

table, table tbody tr.alt, table tbody tr:nth-child(even), table tbody tr:nth-child(2n) {
  background: transparent;
  color: inherit;
}

.bgstretcher-area, .bgstretcher-page {
  height: 100%;
}
.bgstretcher-area .bgstretcher ul li img, .bgstretcher-page .bgstretcher ul li img {
  max-width: none;
}

#intro {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dfdfdf), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, #dfdfdf, #ffffff);
  background-image: -moz-linear-gradient(left, #dfdfdf, #ffffff);
  background-image: -o-linear-gradient(left, #dfdfdf, #ffffff);
  background-image: linear-gradient(left, #dfdfdf, #ffffff);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background-color: white;
  color: black;
  position: absolute;
  width: 40em;
  height: 100%;
  margin-right: 20em;
}
@media handheld, only screen and (max-width: 767px) {
  #intro {
    width: 100%;
    margin: 0;
  }
}
#intro article.content {
  width: 30em;
  margin: auto;
  padding: 0 5em;
  position: relative;
  z-index: 2;
}
@media handheld, only screen and (max-width: 767px) {
  #intro article.content {
    width: 80%;
    padding: 0 10%;
  }
}
#intro article.content .button {
  margin: 0 5em;
  width: 10em;
}

#wrapper {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
  /* Required to absolutely position the footer */
}

.intros #content {
  height: 100%;
  margin: 0;
  padding: 0;
}
#content #body {
  -webkit-box-shadow: inset 0 10px 10px -10px #e6e6e6;
  -moz-box-shadow: inset 0 10px 10px -10px #e6e6e6;
  box-shadow: inset 0 10px 10px -10px #e6e6e6;
  padding: 1em 0 3.6em;
  background-color: white;
}

a, a:link, a:active, a:hover, a:visited {
  color: #eaaa00;
}

.listing .description a:active, .listing .description a:hover, .page .description a:active, .page .description a:hover, footer a:active, footer a:hover, .notice .rate a:active, .notice .rate a:hover {
  text-decoration: underline;
}

.loading {
  background-image: url(/assets/ajax-loader-cec0e4d3a7b2614356a490ac192a097c.gif);
  margin: 20px auto;
  width: 220px;
  height: 19px;
}

#header {
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  box-shadow: 0 0 10px 0 #e6e6e6;
  background-image: none;
  color: white;
  min-height: 120px;
}
#header.short {
  min-height: 40px;
}
#header .logo {
  display: inline;
  float: left;
}
#header .logo > img {
  max-height: 100px;
  padding: 10px 0;
  display: block;
}
#header .welcome, #header .locale {
  color: white;
  position: absolute;
  text-align: center;
}
#header .welcome h3 {
  color: white;
  background: transparent;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 0.2em 0;
  text-align: center;
}
#header .locale {
  z-index: 40 !important;
}
#header .locale h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #e6e6e6;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
#header .locale:hover .forecast {
  height: 90px !important;
}
#header .locale .current {
  cursor: pointer;
}
#header .locale .temperature {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16.5px;
  line-height: 1.65rem;
  margin-top: 0.5em;
}
#header .locale .forecast {
  background-color: white;
  color: black;
  -webkit-transition: height 0.2s ease-out, left 0s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: height 0.2s ease-out 0s, left 0s linear 0s;
  -o-transition: height 0.2s ease-out 0s, left 0s linear 0s;
  transition: height 0.2s ease-out 0s, left 0s linear 0s;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  box-shadow: 0 0 10px 0 #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  min-height: 0px;
  height: 0;
  z-index: 200;
}
#header .locale .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  text-transform: uppercase;
  text-align: center;
}
@media handheld, only screen and (max-width: 767px) {
  #header {
    min-height: 44px;
    margin: 0 auto;
  }
  #header .logo {
    text-align: center;
    float: none;
  }
  #header .logo > img {
    padding: 2px 0 !important;
    margin: 0 auto !important;
    max-height: 40px !important;
  }
  #header .welcome, #header .locale {
    margin: 0;
  }
  #header .welcome h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24.0px;
    line-height: 2.4rem;
  }
  #header #phone-menu {
    text-align: right;
  }
  #header #phone-itinerary img, #header #phone-menu img {
    padding: 1em;
  }
  #header .locale .time {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24.0px;
    line-height: 2.4rem;
  }
  #header .locale {
    -webkit-transition: opacity 0.1s ease-out, left 0s linear;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: opacity 0.1s ease-out 0s, left 0s linear 0s;
    -o-transition: opacity 0.1s ease-out 0s, left 0s linear 0s;
    transition: opacity 0.1s ease-out 0s, left 0s linear 0s;
    top: 228px;
    z-index: 35;
    opacity: 0;
    left: -999em;
  }
  #header .locale.active {
    -webkit-transition: opacity 0.5s ease-out, left 0s linear;
    -webkit-transition-delay: 0.5s, 0s;
    -moz-transition: opacity 0.5s ease-out 0.5s, left 0s linear 0s;
    -o-transition: opacity 0.5s ease-out 0.5s, left 0s linear 0s;
    transition: opacity 0.5s ease-out 0.5s, left 0s linear 0s;
    opacity: 1;
    display: block;
    left: auto;
  }
  #header .locale .current {
    cursor: default;
  }
  #header .locale .forecast {
    display: none;
  }
  #header .locale .time {
    margin-top: 0.5em;
  }
}

.listings {
  overflow: hidden;
  *zoom: 1;
}
.listings nav {
  overflow: hidden;
  *zoom: 1;
}
.listings .tabs {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  display: inline;
  float: right;
  margin-bottom: 1em;
  min-height: 41px;
  height: auto;
}
.listings .tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.listings .tabs dd {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dededc), color-stop(100%, #c2c2c0));
  background: -webkit-linear-gradient(#dededc, #c2c2c0);
  background: -moz-linear-gradient(#dededc, #c2c2c0);
  background: -o-linear-gradient(#dededc, #c2c2c0);
  background: linear-gradient(#dededc, #c2c2c0);
  border: none;
  padding: 1px 0 1px 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.listings .tabs dd:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.listings .tabs dd:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 1px;
}
.listings .tabs a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f4), color-stop(100%, #e5e5e3));
  background: -webkit-linear-gradient(#f5f5f4, #e5e5e3);
  background: -moz-linear-gradient(#f5f5f4, #e5e5e3);
  background: -o-linear-gradient(#f5f5f4, #e5e5e3);
  background: linear-gradient(#f5f5f4, #e5e5e3);
  text-shadow: 1px 1px 3px white;
  border: none;
  margin: 0;
  height: 30px;
}
.listings .tabs a.active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92b3bc), color-stop(100%, #94b4bf));
  background: -webkit-linear-gradient(#92b3bc, #94b4bf);
  background: -moz-linear-gradient(#92b3bc, #94b4bf);
  background: -o-linear-gradient(#92b3bc, #94b4bf);
  background: linear-gradient(#92b3bc, #94b4bf);
  text-shadow: 1px 1px 3px #888888;
  color: #fff;
  position: relative;
}
.listings .tabs a.active:after, .listings .tabs a.active:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.listings .tabs a.active:after {
  border-top-color: #94b4bf;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.listings .tabs a.active:before {
  border-top-color: #dededc;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.listings ul.contained.tabs-content {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.listings ul.contained.tabs-content > li {
  border: none;
}

section.block.listings-horizontal article.listing .image, section.block.listings-horizontal article.room .image, section.rooms.listings-horizontal article.listing .image, section.rooms.listings-horizontal article.room .image {
  width: 30.37999%;
}
section.block.listings-horizontal article.listing .details, section.block.listings-horizontal article.room .details, section.rooms.listings-horizontal article.listing .details, section.rooms.listings-horizontal article.room .details {
  width: 65.19092%;
  padding: 12px 0 12px 0;
  margin-left: 12px !important;
}
section.block.listings-horizontal article.listing.no-image .details, section.block.listings-horizontal article.room.no-image .details, section.rooms.listings-horizontal article.listing.no-image .details, section.rooms.listings-horizontal article.room.no-image .details {
  width: 100%;
  margin: 0 !important;
  padding-bottom: 0px;
}
section.block.listings-horizontal article.listing.no-image .details .description, section.block.listings-horizontal article.listing.no-image .details hgroup, section.block.listings-horizontal article.room.no-image .details .description, section.block.listings-horizontal article.room.no-image .details hgroup, section.rooms.listings-horizontal article.listing.no-image .details .description, section.rooms.listings-horizontal article.listing.no-image .details hgroup, section.rooms.listings-horizontal article.room.no-image .details .description, section.rooms.listings-horizontal article.room.no-image .details hgroup {
  padding: 0 12px;
}
section.block.listings-vertical-3 article.listing, section.block.listings-vertical-2 article.listing, section.rooms.listings-vertical-3 article.listing, section.rooms.listings-vertical-2 article.listing {
  height: 532px;
}
section.block.listings-vertical-3 article.listing img.highlight, section.block.listings-vertical-2 article.listing img.highlight, section.rooms.listings-vertical-3 article.listing img.highlight, section.rooms.listings-vertical-2 article.listing img.highlight {
  background: none;
  position: absolute;
  right: 8%;
}
section.block.listings-vertical-3 article.listing .border, section.block.listings-vertical-2 article.listing .border, section.rooms.listings-vertical-3 article.listing .border, section.rooms.listings-vertical-2 article.listing .border {
  height: 530px;
}
section.block.listings-vertical-3 article.listing .details, section.block.listings-vertical-2 article.listing .details, section.rooms.listings-vertical-3 article.listing .details, section.rooms.listings-vertical-2 article.listing .details {
  margin: 12px;
}
section.block.listings-vertical-3 article.listing .description, section.block.listings-vertical-2 article.listing .description, section.rooms.listings-vertical-3 article.listing .description, section.rooms.listings-vertical-2 article.listing .description {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  overflow: auto;
}
section.block.listings-vertical-3 article.listing ul.product-actions, section.block.listings-vertical-2 article.listing ul.product-actions, section.rooms.listings-vertical-3 article.listing ul.product-actions, section.rooms.listings-vertical-2 article.listing ul.product-actions {
  overflow: auto;
  max-height: 70px;
}
section.block.listings-vertical-3 article.listing .image, section.rooms.listings-vertical-3 article.listing .image {
  max-height: 205px;
}
section.block.listings-vertical-3 article.listing .description, section.rooms.listings-vertical-3 article.listing .description {
  height: 160px;
}
section.block.listings-vertical-3 article.listing.no-sub-title .description, section.rooms.listings-vertical-3 article.listing.no-sub-title .description {
  height: 182px;
}
section.block.listings-vertical-3 article.listing.no-sub-title.no-products .description, section.rooms.listings-vertical-3 article.listing.no-sub-title.no-products .description {
  height: 264px;
}
section.block.listings-vertical-3 article.listing.no-sub-title.product-count-1 .description, section.rooms.listings-vertical-3 article.listing.no-sub-title.product-count-1 .description {
  height: 217px;
}
section.block.listings-vertical-3 article.listing.no-sub-title.no-image .description, section.rooms.listings-vertical-3 article.listing.no-sub-title.no-image .description {
  height: 387px;
}
section.block.listings-vertical-3 article.listing.no-sub-title.no-image.no-products .description, section.rooms.listings-vertical-3 article.listing.no-sub-title.no-image.no-products .description {
  height: 469px;
}
section.block.listings-vertical-3 article.listing.no-sub-title.no-image.product-count-1 .description, section.rooms.listings-vertical-3 article.listing.no-sub-title.no-image.product-count-1 .description {
  height: 422px;
}
section.block.listings-vertical-3 article.listing.no-image .description, section.rooms.listings-vertical-3 article.listing.no-image .description {
  height: 365px;
}
section.block.listings-vertical-3 article.listing.no-image.no-products .description, section.rooms.listings-vertical-3 article.listing.no-image.no-products .description {
  height: 447px;
}
section.block.listings-vertical-3 article.listing.no-image.product-count-1 .description, section.rooms.listings-vertical-3 article.listing.no-image.product-count-1 .description {
  height: 400px;
}
section.block.listings-vertical-3 article.listing.no-products .description, section.rooms.listings-vertical-3 article.listing.no-products .description {
  height: 242px;
}
section.block.listings-vertical-3 article.listing.product-count-1 .description, section.rooms.listings-vertical-3 article.listing.product-count-1 .description {
  height: 195px;
}
section.block.listings-vertical-2 article.listing, section.rooms.listings-vertical-2 article.listing {
  height: 552px;
}
section.block.listings-vertical-2 article.listing .border, section.rooms.listings-vertical-2 article.listing .border {
  height: 550px;
}
section.block.listings-vertical-2 article.listing .image, section.rooms.listings-vertical-2 article.listing .image {
  max-height: 323px;
}
section.block.listings-vertical-2 article.listing .description, section.rooms.listings-vertical-2 article.listing .description {
  height: 62px;
}
section.block.listings-vertical-2 article.listing.no-sub-title .description, section.rooms.listings-vertical-2 article.listing.no-sub-title .description {
  height: 84px;
}
section.block.listings-vertical-2 article.listing.no-sub-title.no-products .description, section.rooms.listings-vertical-2 article.listing.no-sub-title.no-products .description {
  height: 166px;
}
section.block.listings-vertical-2 article.listing.no-sub-title.product-count-1 .description, section.rooms.listings-vertical-2 article.listing.no-sub-title.product-count-1 .description {
  height: 119px;
}
section.block.listings-vertical-2 article.listing.no-sub-title.no-image .description, section.rooms.listings-vertical-2 article.listing.no-sub-title.no-image .description {
  height: 407px;
}
section.block.listings-vertical-2 article.listing.no-sub-title.no-image.no-products .description, section.rooms.listings-vertical-2 article.listing.no-sub-title.no-image.no-products .description {
  height: 489px;
}
section.block.listings-vertical-2 article.listing.no-sub-title.no-image.product-count-1 .description, section.rooms.listings-vertical-2 article.listing.no-sub-title.no-image.product-count-1 .description {
  height: 442px;
}
section.block.listings-vertical-2 article.listing.no-image .description, section.rooms.listings-vertical-2 article.listing.no-image .description {
  height: 385px;
}
section.block.listings-vertical-2 article.listing.no-image.no-products .description, section.rooms.listings-vertical-2 article.listing.no-image.no-products .description {
  height: 467px;
}
section.block.listings-vertical-2 article.listing.no-image.product-count-1 .description, section.rooms.listings-vertical-2 article.listing.no-image.product-count-1 .description {
  height: 420px;
}
section.block.listings-vertical-2 article.listing.no-products .description, section.rooms.listings-vertical-2 article.listing.no-products .description {
  height: 144px;
}
section.block.listings-vertical-2 article.listing.product-count-1 .description, section.rooms.listings-vertical-2 article.listing.product-count-1 .description {
  height: 97px;
}

article.listing, article.room {
  -webkit-box-shadow: 0 0 10px 0 #bbbfbe;
  -moz-box-shadow: 0 0 10px 0 #bbbfbe;
  box-shadow: 0 0 10px 0 #bbbfbe;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
  background-image: -o-linear-gradient(#ffffff, #f1f1f1);
  background-image: linear-gradient(#ffffff, #f1f1f1);
  margin-bottom: 1em;
}

article.listing.highlight, article.room.highlight, article.marker.highlight, div.notice.highlight {
  background-image: url(/assets/concierge/highlighted-b99d85df1b3303030b5d8c5eeb543b42.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background-image: url(/assets/concierge/highlighted-b99d85df1b3303030b5d8c5eeb543b42.png), -webkit-linear-gradient(#ffffff, #f1f1f1);
  background-image: url(/assets/concierge/highlighted-b99d85df1b3303030b5d8c5eeb543b42.png), -moz-linear-gradient(#ffffff, #f1f1f1);
  background-image: url(/assets/concierge/highlighted-b99d85df1b3303030b5d8c5eeb543b42.png), -o-linear-gradient(#ffffff, #f1f1f1);
  background-image: url(/assets/concierge/highlighted-b99d85df1b3303030b5d8c5eeb543b42.png), linear-gradient(#ffffff, #f1f1f1);
  background-position: 92% 0;
  background-repeat: no-repeat;
}
article.listing hgroup, article.room hgroup, article.marker hgroup, div.notice hgroup {
  overflow: hidden;
  *zoom: 1;
}
article.listing hgroup h2, article.room hgroup h2, article.marker hgroup h2, div.notice hgroup h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  margin-bottom: 0.3em;
  margin-right: 1em;
}
article.listing hgroup h3, article.room hgroup h3, article.marker hgroup h3, div.notice hgroup h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-top: 0.4em;
}
article.listing .description ul, article.listing .description ol, article.room .description ul, article.room .description ol, article.marker .description ul, article.marker .description ol, div.notice .description ul, div.notice .description ol {
  margin: 0 1em 1em 1em;
}
article.listing .description ul li, article.listing .description ol li, article.room .description ul li, article.room .description ol li, article.marker .description ul li, article.marker .description ol li, div.notice .description ul li, div.notice .description ol li {
  margin: 0 1em;
}
article.listing .description ul, article.room .description ul, article.marker .description ul, div.notice .description ul {
  list-style-type: disc;
}
article.listing .description ol, article.room .description ol, article.marker .description ol, div.notice .description ol {
  list-style-type: decimal;
}
article.listing .border, article.room .border, article.marker .border, div.notice .border {
  overflow: hidden;
  *zoom: 1;
}
article.listing ul.product-actions, article.listing ul.actions, article.room ul.product-actions, article.room ul.actions, article.marker ul.product-actions, article.marker ul.actions, div.notice ul.product-actions, div.notice ul.actions {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  padding: 12px 12px 0 12px;
  margin-bottom: 12px;
}
article.listing ul.product-actions li, article.listing ul.actions li, article.room ul.product-actions li, article.room ul.actions li, article.marker ul.product-actions li, article.marker ul.actions li, div.notice ul.product-actions li, div.notice ul.actions li {
  margin-bottom: 4px;
  line-height: 2.6em;
}
article.listing ul.product-actions li a, article.listing ul.actions li a, article.room ul.product-actions li a, article.room ul.actions li a, article.marker ul.product-actions li a, article.marker ul.actions li a, div.notice ul.product-actions li a, div.notice ul.actions li a {
  background: url(/assets/concierge/icons/request-16ab43ff83149613eee0e3fff27ba576.png) 0.9em 0.95em no-repeat;
  padding: 0.8em 0.8em 0.8em 2.5em;
  display: block;
  text-align: left;
}
@media handheld, only screen and (max-width: 767px) {
  article.listing ul.product-actions li a, article.listing ul.actions li a, article.room ul.product-actions li a, article.room ul.actions li a, article.marker ul.product-actions li a, article.marker ul.actions li a, div.notice ul.product-actions li a, div.notice ul.actions li a {
    background: url(/assets/concierge/icons/request-16ab43ff83149613eee0e3fff27ba576.png) 0.9em 1.2em no-repeat;
  }
}
article.listing ul.product-actions li a.phone, article.listing ul.actions li a.phone, article.room ul.product-actions li a.phone, article.room ul.actions li a.phone, article.marker ul.product-actions li a.phone, article.marker ul.actions li a.phone, div.notice ul.product-actions li a.phone, div.notice ul.actions li a.phone {
  background: url(/assets/concierge/icons/phone-99340021ea33cf5504abd90c3bbab97d.png) 0.9em 0.95em no-repeat;
  padding: 0.8em 0.8em 0.8em 2.5em;
}
@media handheld, only screen and (max-width: 767px) {
  article.listing ul.product-actions li a.phone, article.listing ul.actions li a.phone, article.room ul.product-actions li a.phone, article.room ul.actions li a.phone, article.marker ul.product-actions li a.phone, article.marker ul.actions li a.phone, div.notice ul.product-actions li a.phone, div.notice ul.actions li a.phone {
    background: url(/assets/concierge/icons/phone-99340021ea33cf5504abd90c3bbab97d.png) 0.9em 1.2em no-repeat;
  }
}
article.listing ul.product-actions li a.email, article.listing ul.actions li a.email, article.room ul.product-actions li a.email, article.room ul.actions li a.email, article.marker ul.product-actions li a.email, article.marker ul.actions li a.email, div.notice ul.product-actions li a.email, div.notice ul.actions li a.email {
  background: url(/assets/concierge/icons/email-4705ee0fe4dd00c879dddea63a04746c.png) 0.9em 0.95em no-repeat;
  padding: 0.8em 0.8em 0.8em 2.5em;
}
@media handheld, only screen and (max-width: 767px) {
  article.listing ul.product-actions li a.email, article.listing ul.actions li a.email, article.room ul.product-actions li a.email, article.room ul.actions li a.email, article.marker ul.product-actions li a.email, article.marker ul.actions li a.email, div.notice ul.product-actions li a.email, div.notice ul.actions li a.email {
    background: url(/assets/concierge/icons/email-4705ee0fe4dd00c879dddea63a04746c.png) 0.9em 1.2em no-repeat;
  }
}
article.listing ul.product-actions li a.link, article.listing ul.actions li a.link, article.room ul.product-actions li a.link, article.room ul.actions li a.link, article.marker ul.product-actions li a.link, article.marker ul.actions li a.link, div.notice ul.product-actions li a.link, div.notice ul.actions li a.link {
  background: url(/assets/concierge/icons/link-6b1b79eedcd8778aafd2442920910164.png) 0.9em 0.95em no-repeat;
  padding: 0.8em 0.8em 0.8em 2.5em;
}
@media handheld, only screen and (max-width: 767px) {
  article.listing ul.product-actions li a.link, article.listing ul.actions li a.link, article.room ul.product-actions li a.link, article.room ul.actions li a.link, article.marker ul.product-actions li a.link, article.marker ul.actions li a.link, div.notice ul.product-actions li a.link, div.notice ul.actions li a.link {
    background: url(/assets/concierge/icons/link-6b1b79eedcd8778aafd2442920910164.png) 0.9em 1.2em no-repeat;
  }
}
article.listing ul.product-actions li span.price, article.listing ul.actions li span.price, article.room ul.product-actions li span.price, article.room ul.actions li span.price, article.marker ul.product-actions li span.price, article.marker ul.actions li span.price, div.notice ul.product-actions li span.price, div.notice ul.actions li span.price {
  float: right;
}
article.listing ul.product-actions li span.price span.prefix, article.listing ul.actions li span.price span.prefix, article.room ul.product-actions li span.price span.prefix, article.room ul.actions li span.price span.prefix, article.marker ul.product-actions li span.price span.prefix, article.marker ul.actions li span.price span.prefix, div.notice ul.product-actions li span.price span.prefix, div.notice ul.actions li span.price span.prefix {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 12.0px;
  line-height: 1.2rem;
}
article.listing ul.product-actions li span.price span.suffix, article.listing ul.actions li span.price span.suffix, article.room ul.product-actions li span.price span.suffix, article.room ul.actions li span.price span.suffix, article.marker ul.product-actions li span.price span.suffix, article.marker ul.actions li span.price span.suffix, div.notice ul.product-actions li span.price span.suffix, div.notice ul.actions li span.price span.suffix {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 12.0px;
  line-height: 1.2rem;
}

.rooms {
  margin-top: 12px;
}
.rooms article.room hgroup, .rooms article.room .description, .rooms article.room .action {
  margin: 12px 0 12px 12px;
}
.rooms article.room .eight hgroup, .rooms article.room .eight .description {
  margin-left: 0;
}

.notices .notice ul, .notices .notice ol {
  margin: 0 1em 1em 1em;
}
.notices .notice ul li, .notices .notice ol li {
  margin: 0 1em;
}
.notices .notice ul {
  list-style-type: disc;
}
.notices .notice ol {
  list-style-type: decimal;
}
.notices .notice .action {
  padding-bottom: 12px;
}
.notices .notice .action a {
  background: url(/assets/concierge/icons/request-16ab43ff83149613eee0e3fff27ba576.png) 0.9em 1.15em no-repeat;
  padding: 1em 0.8em 1em 2.5em;
}
@media handheld, only screen and (max-width: 767px) {
  .notices .notice .action a {
    background: url(/assets/concierge/icons/request-16ab43ff83149613eee0e3fff27ba576.png) 0.9em 1.4em no-repeat;
  }
}

.highlight {
  background-color: transparent;
}

@media handheld, only screen and (max-width: 767px) {
  article.listing, article.room, article.marker, div.notice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D4D4D4;
  }
  article.listing hgroup h2, article.room hgroup h2, article.marker hgroup h2, div.notice hgroup h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24.0px;
    line-height: 2.4rem;
  }
  article.listing hgroup h3, article.room hgroup h3, article.marker hgroup h3, div.notice hgroup h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21.0px;
    line-height: 2.1rem;
  }

  section .listings nav dl.tabs {
    display: inline;
    float: left;
  }
  section .listings nav dl.tabs dd a.active:before, section .listings nav dl.tabs dd a.active:after {
    content: "";
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    border: none;
  }

  section.page.narrow section.block.listings-horizontal ul.product-actions, section.page.narrow section.block.listings-horizontal ul.actions, section.page.narrow section.rooms.listings-horizontal ul.product-actions, section.page.narrow section.rooms.listings-horizontal ul.actions, section.page.full section.block.listings-horizontal ul.product-actions, section.page.full section.block.listings-horizontal ul.actions, section.page.full section.rooms.listings-horizontal ul.product-actions, section.page.full section.rooms.listings-horizontal ul.actions {
    overflow: hidden;
    *zoom: 1;
    float: none !important;
    display: block !important;
    width: auto !important;
  }
  section.page.narrow section.block.listings-horizontal ul.product-actions li, section.page.narrow section.block.listings-horizontal ul.actions li, section.page.narrow section.rooms.listings-horizontal ul.product-actions li, section.page.narrow section.rooms.listings-horizontal ul.actions li, section.page.full section.block.listings-horizontal ul.product-actions li, section.page.full section.block.listings-horizontal ul.actions li, section.page.full section.rooms.listings-horizontal ul.product-actions li, section.page.full section.rooms.listings-horizontal ul.actions li {
    width: auto !important;
  }

  ul.product-actions li a, ul.actions li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  ul.product-actions li a span.prefix, ul.actions li a span.prefix {
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
  ul.product-actions li a span.suffix, ul.actions li a span.suffix {
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
  }

  ul.products .row h6.phone-three:last-child {
    float: left;
  }

  ul.contained.tabs-content > li {
    padding: 0;
  }

  .profile-image, .status-image {
    margin: 0 1rem 0 0;
    left: 0;
    top: 0;
  }

  #back-top {
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    -o-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline;
    float: right;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
    background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
    background-image: -o-linear-gradient(#ffffff, #f1f1f1);
    background-image: linear-gradient(#ffffff, #f1f1f1);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-decoration: none;
    color: #999;
    padding: 0.4rem;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 20;
    position: fixed;
    -webkit-box-shadow: 0 0 10px 0 #bbbfbe;
    -moz-box-shadow: 0 0 10px 0 #bbbfbe;
    box-shadow: 0 0 10px 0 #bbbfbe;
    opacity: 0;
  }
  #back-top.visible {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
  }
  #back-top:after, #back-top:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #back-top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
  }
  #back-top:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
  }
}
#header #page-navigation {
  min-height: 120px;
}
#header #page-navigation nav {
  margin-top: 55px;
  margin-bottom: -55px;
}
#header #page-navigation nav ul {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  height: auto;
}
#header #page-navigation nav ul > li {
  width: 12.49%;
  border: 0 none;
  text-transform: uppercase;
}
#header #page-navigation nav ul > li:last-child {
  float: left;
}
#header #page-navigation nav ul > li a {
  color: white;
  min-height: 62px;
  display: block;
}
#header #page-navigation nav ul .main {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  border: none;
  text-align: center;
  padding: 0 2px 3px 2px;
}
#header #page-navigation nav ul .main img {
  display: block;
  margin: 0 auto 2px;
}
#header #page-navigation nav ul .main .button-label {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  bottom: 0.4rem;
  margin: 0 auto;
  width: 100%;
  max-height: 2.0rem;
}
#header #page-navigation nav ul .main.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 25%, #ffffff);
}
#header #page-navigation nav ul .main.active:after, #header #page-navigation nav ul .main.active:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#header #page-navigation nav ul .main.active:after {
  border-top-color: white;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#header #page-navigation nav ul .main.active:before {
  border-top-color: white;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
@media handheld, only screen and (max-width: 767px) {
  #header #page-navigation {
    background-color: white;
    color: black;
    -webkit-box-shadow: 0 10px 10px -10px #e6e6e6;
    -moz-box-shadow: 0 10px 10px -10px #e6e6e6;
    box-shadow: 0 10px 10px -10px #e6e6e6;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    padding: 0;
    top: 44px;
    z-index: 31;
    position: absolute;
    width: 100% !important;
    min-height: 0px;
    height: 0;
  }
  #header #page-navigation.active {
    padding: 1em 0;
    height: 228px;
  }
  #header #page-navigation nav {
    margin: 0;
  }
  #header #page-navigation nav ul > li {
    padding: 0;
    height: 88px;
  }
  #header #page-navigation nav ul > li a {
    min-height: 38px;
  }
  #header #page-navigation nav ul > li:nth-child(5) {
    margin: 0;
  }
  #header #page-navigation nav ul .main {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding-bottom: 0.5em;
  }
  #header #page-navigation nav ul .main .button-label {
    position: relative;
    bottom: 0;
    max-height: 4.0rem;
  }
  #header #page-navigation nav ul .main.active:before, #header #page-navigation nav ul .main.active:after {
    content: "";
    margin: 0;
    left: 0;
    right: 0;
    border: none;
  }
}

#footer {
  background-color: white;
  color: black;
  -webkit-box-shadow: inset 1px -2px 8px 1px #d9d9d9;
  -moz-box-shadow: inset 1px -2px 8px 1px #d9d9d9;
  box-shadow: inset 1px -2px 8px 1px #d9d9d9;
  color: white;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#footer .social {
  float: right;
}
#footer .social:before {
  content: " ";
}
#footer ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
}
#footer ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0.2em 0.1em;
}
#footer ul li a {
  color: white;
}
#footer ul li a:hover {
  color: #b3b3b3;
}
#footer ul li:before {
  content: "\2022  ";
}
#footer ul li:first-child:before {
  content: "";
}
@media handheld, only screen and (max-width: 767px) {
  #footer {
    clear: both;
  }
}

section.page {
  overflow: hidden;
  *zoom: 1;
}
.lt-ie9 section.page article.reset-row {
  margin-left: 0 !important;
  clear: both;
}
section.page.wide .page {
  width: 65.19092%;
}
section.page.wide section.content {
  width: 30.37999%;
}
section.page.wide section.block.listings-horizontal article.listing .description {
  height: 200px;
  overflow: auto;
}
section.page.half .page {
  width: 47.78638%;
}
section.page.half section.content {
  width: 47.78638%;
}
section.page.half section.block.listings-vertical-2 article.listing, section.page.half section.block.listings-vertical-3 article.listing, section.page.wide section.block.listings-vertical-2 article.listing, section.page.wide section.block.listings-vertical-3 article.listing {
  height: auto !important;
  margin-left: 0 !important;
}
section.page.half section.block.listings-vertical-2 article.listing .border, section.page.half section.block.listings-vertical-3 article.listing .border, section.page.wide section.block.listings-vertical-2 article.listing .border, section.page.wide section.block.listings-vertical-3 article.listing .border {
  height: auto !important;
}
section.page.half section.block.listings-vertical-2 article.listing .description, section.page.half section.block.listings-vertical-3 article.listing .description, section.page.wide section.block.listings-vertical-2 article.listing .description, section.page.wide section.block.listings-vertical-3 article.listing .description {
  max-height: 200px !important;
  height: auto !important;
}
section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing .image {
  text-align: center !important;
}
section.page.half section.block.listings-vertical-2 article.listing hgroup, section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-2 article.listing ul.product-actions, section.page.half section.block.listings-vertical-3 article.listing hgroup, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing ul.product-actions, section.page.wide section.block.listings-vertical-2 article.listing hgroup, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing ul.product-actions, section.page.wide section.block.listings-vertical-3 article.listing hgroup, section.page.wide section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing ul.product-actions {
  max-height: none !important;
}
section.page.narrow .page {
  width: 30.37999%;
}
section.page.narrow section.content {
  width: 65.19092%;
}
section.page.narrow section.block.listings-horizontal .image, section.page.narrow section.rooms.listings-horizontal .image {
  max-height: 136px;
}
section.page.narrow section.block.listings-horizontal ul.product-actions.count-1, section.page.narrow section.block.listings-horizontal ul.product-actions.count-2, section.page.narrow section.block.listings-horizontal ul.actions.count-1, section.page.narrow section.rooms.listings-horizontal ul.product-actions.count-1, section.page.narrow section.rooms.listings-horizontal ul.product-actions.count-2, section.page.narrow section.rooms.listings-horizontal ul.actions.count-1 {
  display: inline;
  float: right;
  clear: none;
  width: 31.3%;
  margin-left: 0%;
}
section.page.narrow section.block.listings-horizontal ul.product-actions.count-1 li, section.page.narrow section.block.listings-horizontal ul.product-actions.count-2 li, section.page.narrow section.block.listings-horizontal ul.actions.count-1 li, section.page.narrow section.rooms.listings-horizontal ul.product-actions.count-1 li, section.page.narrow section.rooms.listings-horizontal ul.product-actions.count-2 li, section.page.narrow section.rooms.listings-horizontal ul.actions.count-1 li {
  width: 98%;
}
section.page.narrow section.block.listings-horizontal ul.product-actions.count-2, section.page.narrow section.rooms.listings-horizontal ul.product-actions.count-2 {
  width: 64.6%;
  margin-right: 0;
}
section.page.narrow section.block.listings-horizontal ul.product-actions.count-2 li, section.page.narrow section.rooms.listings-horizontal ul.product-actions.count-2 li {
  width: 48%;
}
section.page.narrow section.block.listings-horizontal ul.actions.count-1, section.page.narrow section.rooms.listings-horizontal ul.actions.count-1 {
  width: 49.6%;
}
section.page.narrow section.block.listings-horizontal ul.actions.count-1 li, section.page.narrow section.rooms.listings-horizontal ul.actions.count-1 li {
  width: 96%;
}
section.page.narrow section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.rooms.listings-vertical-3 article.listing, section.page.narrow section.rooms.listings-vertical-2 article.listing {
  width: 47.78638%;
}
section.page.narrow section.block.listings-vertical-3 article.listing:nth-child(2n+1), section.page.narrow section.block.listings-vertical-2 article.listing:nth-child(2n+1), section.page.narrow section.rooms.listings-vertical-3 article.listing:nth-child(2n+1), section.page.narrow section.rooms.listings-vertical-2 article.listing:nth-child(2n+1) {
  margin-left: 0 !important;
  clear: both;
}
section.page.full .page.has-hero .description {
  width: 65.19092%;
}
section.page.full .page.has-hero .hero {
  width: 30.37999%;
}
section.page.full .page.no-hero .description {
  width: 100%;
}
section.page.full section.block.listings-horizontal .image, section.page.full section.rooms.listings-horizontal .image {
  line-height: 0;
}
section.page.full section.block.listings-horizontal ul.product-actions.count-1, section.page.full section.block.listings-horizontal ul.product-actions.count-2, section.page.full section.block.listings-horizontal ul.actions.count-1, section.page.full section.rooms.listings-horizontal ul.product-actions.count-1, section.page.full section.rooms.listings-horizontal ul.product-actions.count-2, section.page.full section.rooms.listings-horizontal ul.actions.count-1 {
  display: inline;
  float: right;
  clear: none;
  width: 31.3%;
  margin-left: 0%;
}
section.page.full section.block.listings-horizontal ul.product-actions.count-1 li, section.page.full section.block.listings-horizontal ul.product-actions.count-2 li, section.page.full section.block.listings-horizontal ul.actions.count-1 li, section.page.full section.rooms.listings-horizontal ul.product-actions.count-1 li, section.page.full section.rooms.listings-horizontal ul.product-actions.count-2 li, section.page.full section.rooms.listings-horizontal ul.actions.count-1 li {
  width: 98%;
}
section.page.full section.block.listings-horizontal ul.product-actions.count-2, section.page.full section.rooms.listings-horizontal ul.product-actions.count-2 {
  width: 64.6%;
  margin-right: 0;
}
section.page.full section.block.listings-horizontal ul.product-actions.count-2 li, section.page.full section.rooms.listings-horizontal ul.product-actions.count-2 li {
  width: 48%;
}
section.page.full section.block.listings-horizontal ul.actions.count-1, section.page.full section.rooms.listings-horizontal ul.actions.count-1 {
  width: 49.6%;
}
section.page.full section.block.listings-horizontal ul.actions.count-1 li, section.page.full section.rooms.listings-horizontal ul.actions.count-1 li {
  width: 96%;
}
section.page.full section.block.listings-vertical-3 article.listing, section.page.full section.rooms.listings-vertical-3 article.listing {
  width: 30.37999%;
}
@media only screen and (min-width: 1025px) {
  section.page.full section.block.listings-vertical-3 article.listing:nth-child(3n+1), section.page.full section.rooms.listings-vertical-3 article.listing:nth-child(3n+1) {
    margin-left: 0 !important;
    clear: both;
  }
}
section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.rooms.listings-vertical-2 article.listing {
  width: 47.78638%;
}
section.page.full section.block.listings-vertical-2 article.listing:nth-child(2n+1), section.page.full section.block.listings-vertical-2 article.listing.reset-row, section.page.full section.rooms.listings-vertical-2 article.listing:nth-child(2n+1), section.page.full section.rooms.listings-vertical-2 article.listing.reset-row {
  margin-left: 0 !important;
  clear: both;
}
section.page hgroup.title {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
section.page hgroup.title .page-icon {
  padding-right: 1em;
  vertical-align: middle;
}
section.page hgroup.title h1 {
  display: inline;
  vertical-align: middle;
}
section.page .page .hero {
  margin-bottom: 1em;
}
section.page .description ul, section.page .description ol {
  margin: 0 1em 1em 1em;
}
section.page .description ul li, section.page .description ol li {
  margin: 0 1em;
}
section.page .description ul {
  list-style-type: disc;
}
section.page .description ol {
  list-style-type: decimal;
}
@media handheld, only screen and (max-width: 767px) {
  section.page.full section.block.listings-horizontal article.listing, section.page.narrow section.block.listings-horizontal article.listing, section.page.half section.block.listings-horizontal article.listing, section.page.wide section.block.listings-horizontal article.listing {
    height: auto !important;
    margin-left: 0 !important;
  }
  section.page.full section.block.listings-horizontal article.listing .border, section.page.narrow section.block.listings-horizontal article.listing .border, section.page.half section.block.listings-horizontal article.listing .border, section.page.wide section.block.listings-horizontal article.listing .border {
    height: auto !important;
  }
  section.page.full section.block.listings-horizontal article.listing .description, section.page.narrow section.block.listings-horizontal article.listing .description, section.page.half section.block.listings-horizontal article.listing .description, section.page.wide section.block.listings-horizontal article.listing .description {
    max-height: none !important;
    height: auto !important;
  }
  section.page.full section.block.listings-horizontal article.listing .image, section.page.narrow section.block.listings-horizontal article.listing .image, section.page.half section.block.listings-horizontal article.listing .image, section.page.wide section.block.listings-horizontal article.listing .image {
    text-align: center !important;
  }
  section.page.full section.block.listings-horizontal article.listing hgroup, section.page.full section.block.listings-horizontal article.listing .image, section.page.full section.block.listings-horizontal article.listing ul.product-actions, section.page.narrow section.block.listings-horizontal article.listing hgroup, section.page.narrow section.block.listings-horizontal article.listing .image, section.page.narrow section.block.listings-horizontal article.listing ul.product-actions, section.page.half section.block.listings-horizontal article.listing hgroup, section.page.half section.block.listings-horizontal article.listing .image, section.page.half section.block.listings-horizontal article.listing ul.product-actions, section.page.wide section.block.listings-horizontal article.listing hgroup, section.page.wide section.block.listings-horizontal article.listing .image, section.page.wide section.block.listings-horizontal article.listing ul.product-actions {
    max-height: none !important;
  }
  section.page.full section.block.listings-horizontal .details, section.page.narrow section.block.listings-horizontal .details, section.page.half section.block.listings-horizontal .details, section.page.wide section.block.listings-horizontal .details {
    padding-right: 12px !important;
  }
  section.page.full section.block.listings-horizontal article.listing.no-image .details, section.page.narrow section.block.listings-horizontal article.listing.no-image .details, section.page.half section.block.listings-horizontal article.listing.no-image .details, section.page.wide section.block.listings-horizontal article.listing.no-image .details {
    padding-right: 0 !important;
    padding-top: 12px !important;
  }
}
@media only screen and (max-width: 1024px) {
  section.page.full section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-3 article.listing, section.page.half section.block.listings-vertical-3 article.listing, section.page.wide section.block.listings-vertical-3 article.listing {
    width: 47.78638%;
  }
  section.page.full section.block.listings-vertical-3 article.listing .image, section.page.narrow section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing .image {
    max-height: 323px;
  }
  section.page.full section.block.listings-vertical-3 article.listing:nth-child(2n+1), section.page.narrow section.block.listings-vertical-3 article.listing:nth-child(2n+1), section.page.half section.block.listings-vertical-3 article.listing:nth-child(2n+1), section.page.wide section.block.listings-vertical-3 article.listing:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  section.page.full section.block.listings-vertical-3 article.listing:nth-child(2n), section.page.narrow section.block.listings-vertical-3 article.listing:nth-child(2n), section.page.half section.block.listings-vertical-3 article.listing:nth-child(2n), section.page.wide section.block.listings-vertical-3 article.listing:nth-child(2n) {
    clear: none;
    margin-left: 4.4%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.block.listings-vertical-3 article.listing, section.page.half section.block.listings-vertical-2 article.listing, section.page.half section.block.listings-vertical-3 article.listing, section.page.wide section.block.listings-vertical-2 article.listing, section.page.wide section.block.listings-vertical-3 article.listing {
    height: auto !important;
    margin-left: 0 !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .border, section.page.full section.block.listings-vertical-3 article.listing .border, section.page.narrow section.block.listings-vertical-2 article.listing .border, section.page.narrow section.block.listings-vertical-3 article.listing .border, section.page.half section.block.listings-vertical-2 article.listing .border, section.page.half section.block.listings-vertical-3 article.listing .border, section.page.wide section.block.listings-vertical-2 article.listing .border, section.page.wide section.block.listings-vertical-3 article.listing .border {
    height: auto !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .description, section.page.full section.block.listings-vertical-3 article.listing .description, section.page.narrow section.block.listings-vertical-2 article.listing .description, section.page.narrow section.block.listings-vertical-3 article.listing .description, section.page.half section.block.listings-vertical-2 article.listing .description, section.page.half section.block.listings-vertical-3 article.listing .description, section.page.wide section.block.listings-vertical-2 article.listing .description, section.page.wide section.block.listings-vertical-3 article.listing .description {
    max-height: none !important;
    height: auto !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .image, section.page.full section.block.listings-vertical-3 article.listing .image, section.page.narrow section.block.listings-vertical-2 article.listing .image, section.page.narrow section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing .image {
    text-align: center !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing hgroup, section.page.full section.block.listings-vertical-2 article.listing .image, section.page.full section.block.listings-vertical-2 article.listing ul.product-actions, section.page.full section.block.listings-vertical-3 article.listing hgroup, section.page.full section.block.listings-vertical-3 article.listing .image, section.page.full section.block.listings-vertical-3 article.listing ul.product-actions, section.page.narrow section.block.listings-vertical-2 article.listing hgroup, section.page.narrow section.block.listings-vertical-2 article.listing .image, section.page.narrow section.block.listings-vertical-2 article.listing ul.product-actions, section.page.narrow section.block.listings-vertical-3 article.listing hgroup, section.page.narrow section.block.listings-vertical-3 article.listing .image, section.page.narrow section.block.listings-vertical-3 article.listing ul.product-actions, section.page.half section.block.listings-vertical-2 article.listing hgroup, section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-2 article.listing ul.product-actions, section.page.half section.block.listings-vertical-3 article.listing hgroup, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing ul.product-actions, section.page.wide section.block.listings-vertical-2 article.listing hgroup, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing ul.product-actions, section.page.wide section.block.listings-vertical-3 article.listing hgroup, section.page.wide section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing ul.product-actions {
    max-height: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page .page-icon {
    display: none;
  }
  section.page h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    display: block;
    margin-bottom: 0.3em;
  }
}

@media only screen and (max-width: 1024px) {
  section.page-social hgroup h2.truncate {
    width: 160px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page-social hgroup h2.truncate {
    width: auto;
    overflow: auto;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page-social .offset {
    left: auto !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page-social #feed-grid .grid-size, section.page-social #feed-grid .feed {
    width: 100%;
  }
  section.page-social #feed-grid .gutter-size {
    width: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page-social ul.actions li {
    display: block;
    width: auto;
  }
}

div.panel {
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px / 2px;
  border-radius: 2px / 2px;
  padding: 1em 1em 0.1em 1em;
}
div.panel .border, div.panel.border {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid #bec0bf;
}
div.panel.unpadded {
  padding-left: 0;
  padding-right: 0;
}
div.panel .padded {
  padding: 0 1em 0 1em;
}
div.panel .padded.bottom {
  padding-bottom: 1em;
}
div.panel .padded.top {
  padding-top: 1em;
}

section.page-gallery #gallery {
  margin: 20px 0 40px;
}

section.page-itinerary, .block-listing-request {
  /* THIS is SUPER slow - review the @extend article.listing when put live
  .suggestions {
    @extend article.listing;

    // Only target webkit browsers on desktop
    @media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1024px) {
      .description.long {
        @include single-transition(all, .2s, ease-out);
        @include background-image(linear-gradient(#444, #fff));
        @include background-clip(text);
        cursor: pointer;
        -webkit-text-fill-color: transparent;
        overflow: hidden;
        max-height: 3.8em;

        &:hover {
          @include single-transition(all, .4s, ease-out);
          @include background-image(linear-gradient(#444, #444));
          max-height: 20em;
        }
      }
    }
  }*/
}
section.page-itinerary .itinerary, .block-listing-request .itinerary {
  overflow: hidden;
  *zoom: 1;
}
section.page-itinerary #calendar, .block-listing-request #calendar {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
section.page-itinerary .itinerary-toolbar, .block-listing-request .itinerary-toolbar {
  margin: 1em 0;
  float: right;
}
section.page-itinerary .itinerary-calendar, .block-listing-request .itinerary-calendar {
  overflow: hidden;
  *zoom: 1;
}
section.page-itinerary .itinerary-calendar > dt, .block-listing-request .itinerary-calendar > dt {
  clear: both;
  width: 20%;
  padding-bottom: 1em;
}
section.page-itinerary .itinerary-calendar > dd, .block-listing-request .itinerary-calendar > dd {
  border-left: 3px solid #646469;
  width: 79%;
}
section.page-itinerary .itinerary-calendar > dt, section.page-itinerary .itinerary-calendar > dd, .block-listing-request .itinerary-calendar > dt, .block-listing-request .itinerary-calendar > dd {
  display: inline;
  float: left;
  position: relative;
  margin-left: 0;
  border-top: 1px solid #c4c4c4;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  max-height: 1000px;
}
section.page-itinerary .itinerary-calendar > dt.hidden, section.page-itinerary .itinerary-calendar > dd.hidden, .block-listing-request .itinerary-calendar > dt.hidden, .block-listing-request .itinerary-calendar > dd.hidden {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  max-height: 0px;
  padding: 0px;
}
section.page-itinerary .itinerary-calendar > dd.check-in, section.page-itinerary .itinerary-calendar > dd.check-out, section.page-itinerary .itinerary-calendar > dd.today, section.page-itinerary .itinerary-calendar > dd.month, .block-listing-request .itinerary-calendar > dd.check-in, .block-listing-request .itinerary-calendar > dd.check-out, .block-listing-request .itinerary-calendar > dd.today, .block-listing-request .itinerary-calendar > dd.month {
  background-color: #646469;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21.0px;
  line-height: 2.1rem;
  width: 18%;
  text-align: center;
  left: 10%;
  padding: 0.2em 0.5em;
  margin: 0.2em 0;
  border: none;
}
@media handheld, only screen and (max-width: 767px) {
  section.page-itinerary .itinerary-calendar > dd.check-in, section.page-itinerary .itinerary-calendar > dd.check-out, section.page-itinerary .itinerary-calendar > dd.today, section.page-itinerary .itinerary-calendar > dd.month, .block-listing-request .itinerary-calendar > dd.check-in, .block-listing-request .itinerary-calendar > dd.check-out, .block-listing-request .itinerary-calendar > dd.today, .block-listing-request .itinerary-calendar > dd.month {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
section.page-itinerary .itinerary-calendar > dd.check-in + dt, section.page-itinerary .itinerary-calendar > dd.check-in + dt + dd, section.page-itinerary .itinerary-calendar > dd.check-out + dt, section.page-itinerary .itinerary-calendar > dd.check-out + dt + dd, section.page-itinerary .itinerary-calendar > dd.today + dt, section.page-itinerary .itinerary-calendar > dd.today + dt + dd, section.page-itinerary .itinerary-calendar > dd.month + dt, section.page-itinerary .itinerary-calendar > dd.month + dt + dd, .block-listing-request .itinerary-calendar > dd.check-in + dt, .block-listing-request .itinerary-calendar > dd.check-in + dt + dd, .block-listing-request .itinerary-calendar > dd.check-out + dt, .block-listing-request .itinerary-calendar > dd.check-out + dt + dd, .block-listing-request .itinerary-calendar > dd.today + dt, .block-listing-request .itinerary-calendar > dd.today + dt + dd, .block-listing-request .itinerary-calendar > dd.month + dt, .block-listing-request .itinerary-calendar > dd.month + dt + dd {
  border-top: none;
}
section.page-itinerary .itinerary-calendar .calendar-date, .block-listing-request .itinerary-calendar .calendar-date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #444444;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
section.page-itinerary .itinerary-calendar .calendar-wday, .block-listing-request .itinerary-calendar .calendar-wday {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21.0px;
  line-height: 2.1rem;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 767px) {
  section.page-itinerary .itinerary-calendar .calendar-wday, .block-listing-request .itinerary-calendar .calendar-wday {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
section.page-itinerary .itinerary-calendar .itinerary-events, .block-listing-request .itinerary-calendar .itinerary-events {
  margin: 0;
  margin-top: -1px;
}
section.page-itinerary .itinerary-calendar .itinerary-events > li, .block-listing-request .itinerary-calendar .itinerary-events > li {
  position: relative;
  padding-left: 40px;
  margin: 0;
}
section.page-itinerary .itinerary-calendar .itinerary-event, section.page-itinerary .itinerary-calendar.basic dd, .block-listing-request .itinerary-calendar .itinerary-event, .block-listing-request section.page-itinerary .itinerary-calendar.basic dd, section.page-itinerary .block-listing-request .itinerary-calendar.basic dd, .block-listing-request .itinerary-calendar.basic dd {
  overflow: hidden;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%);
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%);
  background-image: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%);
  background-image: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%);
  padding: 6px;
  padding-left: 44px;
  margin: 0.5em 0;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
}
section.page-itinerary .itinerary-calendar .itinerary-event:after, section.page-itinerary .itinerary-calendar.basic dd:after, section.page-itinerary .itinerary-calendar .itinerary-event:before, section.page-itinerary .itinerary-calendar.basic dd:before, .block-listing-request .itinerary-calendar .itinerary-event:after, .block-listing-request .itinerary-calendar.basic dd:after, .block-listing-request .itinerary-calendar .itinerary-event:before, .block-listing-request .itinerary-calendar.basic dd:before {
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
section.page-itinerary .itinerary-calendar .itinerary-event:after, section.page-itinerary .itinerary-calendar.basic dd:after, .block-listing-request .itinerary-calendar .itinerary-event:after, .block-listing-request .itinerary-calendar.basic dd:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 9px;
  top: 30%;
  margin-top: -9px;
}
section.page-itinerary .itinerary-calendar .itinerary-event:before, section.page-itinerary .itinerary-calendar.basic dd:before, .block-listing-request .itinerary-calendar .itinerary-event:before, .block-listing-request .itinerary-calendar.basic dd:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #ddd;
  border-width: 8px;
  top: 30%;
  margin-top: -8px;
}
section.page-itinerary .itinerary-calendar .itinerary-event hgroup, section.page-itinerary .itinerary-calendar.basic dd hgroup, .block-listing-request .itinerary-calendar .itinerary-event hgroup, .block-listing-request .itinerary-calendar.basic dd hgroup {
  display: inline;
  float: left;
}
section.page-itinerary .itinerary-calendar .itinerary-event h4, section.page-itinerary .itinerary-calendar.basic dd h4, .block-listing-request .itinerary-calendar .itinerary-event h4, .block-listing-request .itinerary-calendar.basic dd h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24.0px;
  line-height: 2.4rem;
  margin: 0;
  color: #444444;
}
section.page-itinerary .itinerary-calendar .itinerary-event h4:before, section.page-itinerary .itinerary-calendar.basic dd h4:before, .block-listing-request .itinerary-calendar .itinerary-event h4:before, .block-listing-request .itinerary-calendar.basic dd h4:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 25%;
  left: -5px;
  background: #646469;
  box-shadow: 0px 0px 0px 3px black;
}
section.page-itinerary .itinerary-calendar .itinerary-event h5, section.page-itinerary .itinerary-calendar.basic dd h5, .block-listing-request .itinerary-calendar .itinerary-event h5, .block-listing-request .itinerary-calendar.basic dd h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19.5px;
  line-height: 1.95rem;
  color: #444444;
}
section.page-itinerary .itinerary-calendar .itinerary-event.check-in, section.page-itinerary .itinerary-calendar.basic dd.check-in, .block-listing-request .itinerary-calendar .itinerary-event.check-in, .block-listing-request .itinerary-calendar.basic dd.check-in {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/reservation-check-in-61e3fbe76034b824e362dea0f0f36561.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/reservation-check-in-61e3fbe76034b824e362dea0f0f36561.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-in-61e3fbe76034b824e362dea0f0f36561.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-in-61e3fbe76034b824e362dea0f0f36561.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-in-61e3fbe76034b824e362dea0f0f36561.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-in-61e3fbe76034b824e362dea0f0f36561.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.check-out, section.page-itinerary .itinerary-calendar.basic dd.check-out, .block-listing-request .itinerary-calendar .itinerary-event.check-out, .block-listing-request .itinerary-calendar.basic dd.check-out {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/reservation-check-out-1c21ad80f9dc4f047d7e6562268931af.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/reservation-check-out-1c21ad80f9dc4f047d7e6562268931af.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-out-1c21ad80f9dc4f047d7e6562268931af.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-out-1c21ad80f9dc4f047d7e6562268931af.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-out-1c21ad80f9dc4f047d7e6562268931af.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/reservation-check-out-1c21ad80f9dc4f047d7e6562268931af.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.room, section.page-itinerary .itinerary-calendar.basic dd.room, .block-listing-request .itinerary-calendar .itinerary-event.room, .block-listing-request .itinerary-calendar.basic dd.room {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/room-d30048526da4dd856ac8938af7f9a3ec.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/room-d30048526da4dd856ac8938af7f9a3ec.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-d30048526da4dd856ac8938af7f9a3ec.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-d30048526da4dd856ac8938af7f9a3ec.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-d30048526da4dd856ac8938af7f9a3ec.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-d30048526da4dd856ac8938af7f9a3ec.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.room.confirmed, section.page-itinerary .itinerary-calendar.basic dd.room.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.room.confirmed, .block-listing-request .itinerary-calendar.basic dd.room.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/room-confirmed-a2ffa7bf7860d746a5b8fc49ecc47c64.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/room-confirmed-a2ffa7bf7860d746a5b8fc49ecc47c64.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-confirmed-a2ffa7bf7860d746a5b8fc49ecc47c64.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-confirmed-a2ffa7bf7860d746a5b8fc49ecc47c64.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-confirmed-a2ffa7bf7860d746a5b8fc49ecc47c64.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/room-confirmed-a2ffa7bf7860d746a5b8fc49ecc47c64.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing, section.page-itinerary .itinerary-calendar.basic dd.listing, .block-listing-request .itinerary-calendar .itinerary-event.listing, .block-listing-request .itinerary-calendar.basic dd.listing {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/listing-062fc1e4c022ab8d5dc797036731dbe3.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/listing-062fc1e4c022ab8d5dc797036731dbe3.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-062fc1e4c022ab8d5dc797036731dbe3.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-062fc1e4c022ab8d5dc797036731dbe3.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-062fc1e4c022ab8d5dc797036731dbe3.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-062fc1e4c022ab8d5dc797036731dbe3.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.confirmed, section.page-itinerary .itinerary-calendar.basic dd.listing.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.listing.confirmed, .block-listing-request .itinerary-calendar.basic dd.listing.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/listing-confirmed-077ae528e42d3d40b021eddb90c770ea.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/listing-confirmed-077ae528e42d3d40b021eddb90c770ea.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-confirmed-077ae528e42d3d40b021eddb90c770ea.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-confirmed-077ae528e42d3d40b021eddb90c770ea.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-confirmed-077ae528e42d3d40b021eddb90c770ea.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/listing-confirmed-077ae528e42d3d40b021eddb90c770ea.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.spa, section.page-itinerary .itinerary-calendar.basic dd.listing.spa, .block-listing-request .itinerary-calendar .itinerary-event.listing.spa, .block-listing-request .itinerary-calendar.basic dd.listing.spa {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/spa-1da4f1de77e93693ba1a6d4e57f04138.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/spa-1da4f1de77e93693ba1a6d4e57f04138.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-1da4f1de77e93693ba1a6d4e57f04138.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-1da4f1de77e93693ba1a6d4e57f04138.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-1da4f1de77e93693ba1a6d4e57f04138.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-1da4f1de77e93693ba1a6d4e57f04138.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.spa.confirmed, section.page-itinerary .itinerary-calendar.basic dd.listing.spa.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.listing.spa.confirmed, .block-listing-request .itinerary-calendar.basic dd.listing.spa.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/spa-confirmed-8607d9fc1620f024e40d0bfd0265309d.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/spa-confirmed-8607d9fc1620f024e40d0bfd0265309d.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-confirmed-8607d9fc1620f024e40d0bfd0265309d.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-confirmed-8607d9fc1620f024e40d0bfd0265309d.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-confirmed-8607d9fc1620f024e40d0bfd0265309d.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/spa-confirmed-8607d9fc1620f024e40d0bfd0265309d.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.transport, section.page-itinerary .itinerary-calendar.basic dd.listing.transport, .block-listing-request .itinerary-calendar .itinerary-event.listing.transport, .block-listing-request .itinerary-calendar.basic dd.listing.transport {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/transport-fbfe9bba6df52ecf6b6762e36ed94839.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/transport-fbfe9bba6df52ecf6b6762e36ed94839.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-fbfe9bba6df52ecf6b6762e36ed94839.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-fbfe9bba6df52ecf6b6762e36ed94839.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-fbfe9bba6df52ecf6b6762e36ed94839.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-fbfe9bba6df52ecf6b6762e36ed94839.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.transport.confirmed, section.page-itinerary .itinerary-calendar.basic dd.listing.transport.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.listing.transport.confirmed, .block-listing-request .itinerary-calendar.basic dd.listing.transport.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/transport-confirmed-73e34c5e51403a54f7301b886bf5f945.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/transport-confirmed-73e34c5e51403a54f7301b886bf5f945.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-confirmed-73e34c5e51403a54f7301b886bf5f945.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-confirmed-73e34c5e51403a54f7301b886bf5f945.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-confirmed-73e34c5e51403a54f7301b886bf5f945.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/transport-confirmed-73e34c5e51403a54f7301b886bf5f945.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.check-in, section.page-itinerary .itinerary-calendar.basic dd.listing.check-in, .block-listing-request .itinerary-calendar .itinerary-event.listing.check-in, .block-listing-request .itinerary-calendar.basic dd.listing.check-in {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/check-in-82fa0ad564b85cc43744479ea23e5001.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/check-in-82fa0ad564b85cc43744479ea23e5001.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-82fa0ad564b85cc43744479ea23e5001.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-82fa0ad564b85cc43744479ea23e5001.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-82fa0ad564b85cc43744479ea23e5001.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-82fa0ad564b85cc43744479ea23e5001.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.check-in.confirmed, section.page-itinerary .itinerary-calendar.basic dd.listing.check-in.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.listing.check-in.confirmed, .block-listing-request .itinerary-calendar.basic dd.listing.check-in.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/check-in-confirmed-aee43eb4df8bd984009033ea5643dfe0.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/check-in-confirmed-aee43eb4df8bd984009033ea5643dfe0.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-confirmed-aee43eb4df8bd984009033ea5643dfe0.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-confirmed-aee43eb4df8bd984009033ea5643dfe0.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-confirmed-aee43eb4df8bd984009033ea5643dfe0.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/check-in-confirmed-aee43eb4df8bd984009033ea5643dfe0.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.dining, section.page-itinerary .itinerary-calendar.basic dd.listing.dining, .block-listing-request .itinerary-calendar .itinerary-event.listing.dining, .block-listing-request .itinerary-calendar.basic dd.listing.dining {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/dining-3c36107587062fc73936ddf68b76226f.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/dining-3c36107587062fc73936ddf68b76226f.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-3c36107587062fc73936ddf68b76226f.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-3c36107587062fc73936ddf68b76226f.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-3c36107587062fc73936ddf68b76226f.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-3c36107587062fc73936ddf68b76226f.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.dining.confirmed, section.page-itinerary .itinerary-calendar.basic dd.listing.dining.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.listing.dining.confirmed, .block-listing-request .itinerary-calendar.basic dd.listing.dining.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/dining-confirmed-64db6ee203d077c57be198dc12e214ef.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/dining-confirmed-64db6ee203d077c57be198dc12e214ef.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-confirmed-64db6ee203d077c57be198dc12e214ef.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-confirmed-64db6ee203d077c57be198dc12e214ef.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-confirmed-64db6ee203d077c57be198dc12e214ef.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/dining-confirmed-64db6ee203d077c57be198dc12e214ef.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.tour-activity, section.page-itinerary .itinerary-calendar.basic dd.listing.tour-activity, .block-listing-request .itinerary-calendar .itinerary-event.listing.tour-activity, .block-listing-request .itinerary-calendar.basic dd.listing.tour-activity {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/tour-activity-7278b89292dc0c654b7dad158b82676e.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/tour-activity-7278b89292dc0c654b7dad158b82676e.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-7278b89292dc0c654b7dad158b82676e.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-7278b89292dc0c654b7dad158b82676e.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-7278b89292dc0c654b7dad158b82676e.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-7278b89292dc0c654b7dad158b82676e.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.listing.tour-activity.confirmed, section.page-itinerary .itinerary-calendar.basic dd.listing.tour-activity.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.listing.tour-activity.confirmed, .block-listing-request .itinerary-calendar.basic dd.listing.tour-activity.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/tour-activity-confirmed-e6af049993516b2bfd530d2453dbe4b8.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/tour-activity-confirmed-e6af049993516b2bfd530d2453dbe4b8.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-confirmed-e6af049993516b2bfd530d2453dbe4b8.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-confirmed-e6af049993516b2bfd530d2453dbe4b8.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-confirmed-e6af049993516b2bfd530d2453dbe4b8.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/tour-activity-confirmed-e6af049993516b2bfd530d2453dbe4b8.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.in-house, section.page-itinerary .itinerary-calendar.basic dd.in-house, section.page-itinerary .itinerary-calendar .itinerary-event.event, section.page-itinerary .itinerary-calendar.basic dd.event, .block-listing-request .itinerary-calendar .itinerary-event.in-house, .block-listing-request .itinerary-calendar.basic dd.in-house, .block-listing-request .itinerary-calendar .itinerary-event.event, .block-listing-request .itinerary-calendar.basic dd.event {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/event-8f8457c97d3885721feb49f3a982a9cb.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/event-8f8457c97d3885721feb49f3a982a9cb.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-8f8457c97d3885721feb49f3a982a9cb.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-8f8457c97d3885721feb49f3a982a9cb.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-8f8457c97d3885721feb49f3a982a9cb.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-8f8457c97d3885721feb49f3a982a9cb.png) 2% 50% no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  max-height: 80px;
}
section.page-itinerary .itinerary-calendar .itinerary-event.in-house.confirmed, section.page-itinerary .itinerary-calendar.basic dd.in-house.confirmed, section.page-itinerary .itinerary-calendar .itinerary-event.event.confirmed, section.page-itinerary .itinerary-calendar.basic dd.event.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.in-house.confirmed, .block-listing-request .itinerary-calendar.basic dd.in-house.confirmed, .block-listing-request .itinerary-calendar .itinerary-event.event.confirmed, .block-listing-request .itinerary-calendar.basic dd.event.confirmed {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/event-confirmed-69283855e6934df46b217309a71792a8.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/event-confirmed-69283855e6934df46b217309a71792a8.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-confirmed-69283855e6934df46b217309a71792a8.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-confirmed-69283855e6934df46b217309a71792a8.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-confirmed-69283855e6934df46b217309a71792a8.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/event-confirmed-69283855e6934df46b217309a71792a8.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event.in-house.hidden, section.page-itinerary .itinerary-calendar.basic dd.in-house.hidden, section.page-itinerary .itinerary-calendar .itinerary-event.event.hidden, section.page-itinerary .itinerary-calendar.basic dd.event.hidden, .block-listing-request .itinerary-calendar .itinerary-event.in-house.hidden, .block-listing-request .itinerary-calendar.basic dd.in-house.hidden, .block-listing-request .itinerary-calendar .itinerary-event.event.hidden, .block-listing-request .itinerary-calendar.basic dd.event.hidden {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  max-height: 0px;
  margin: 0;
  padding: 0;
}
section.page-itinerary .itinerary-calendar .itinerary-event.survey, section.page-itinerary .itinerary-calendar.basic dd.survey, .block-listing-request .itinerary-calendar .itinerary-event.survey, .block-listing-request .itinerary-calendar.basic dd.survey {
  background: #fbfbfb url(/assets/concierge/icons/itinerary/survey-9d97567d840dab03adbc4a883f2ef187.png) 2% 50% no-repeat;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(10%, #fbfbfb), color-stop(90%, #f7f7f7)) url(/assets/concierge/icons/itinerary/survey-9d97567d840dab03adbc4a883f2ef187.png) 2% 50% no-repeat;
  background: -webkit-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/survey-9d97567d840dab03adbc4a883f2ef187.png) 2% 50% no-repeat;
  background: -moz-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/survey-9d97567d840dab03adbc4a883f2ef187.png) 2% 50% no-repeat;
  background: -o-linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/survey-9d97567d840dab03adbc4a883f2ef187.png) 2% 50% no-repeat;
  background: linear-gradient(#ffffff, #fbfbfb 10%, #f7f7f7 90%) url(/assets/concierge/icons/itinerary/survey-9d97567d840dab03adbc4a883f2ef187.png) 2% 50% no-repeat;
}
section.page-itinerary .itinerary-calendar .itinerary-event .description, section.page-itinerary .itinerary-calendar.basic dd .description, .block-listing-request .itinerary-calendar .itinerary-event .description, .block-listing-request .itinerary-calendar.basic dd .description {
  clear: both;
  display: none;
}
section.page-itinerary .itinerary-calendar .itinerary-event a.request, section.page-itinerary .itinerary-calendar.basic dd a.request, .block-listing-request .itinerary-calendar .itinerary-event a.request, .block-listing-request .itinerary-calendar.basic dd a.request {
  display: inline;
  float: right;
  margin: 0.5em 0;
}
section.page-itinerary .itinerary-calendar .itinerary-event span.label, section.page-itinerary .itinerary-calendar.basic dd span.label, .block-listing-request .itinerary-calendar .itinerary-event span.label, .block-listing-request .itinerary-calendar.basic dd span.label {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media handheld, only screen and (max-width: 767px) {
  section.page-itinerary .itinerary-calendar .itinerary-event span.label, section.page-itinerary .itinerary-calendar.basic dd span.label, .block-listing-request .itinerary-calendar .itinerary-event span.label, .block-listing-request .itinerary-calendar.basic dd span.label {
    top: 1em;
    bottom: auto;
  }
}
section.page-itinerary .itinerary-calendar.basic dt, .block-listing-request .itinerary-calendar.basic dt {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
section.page-itinerary .itinerary-calendar.basic dd, .block-listing-request .itinerary-calendar.basic dd {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16.5px;
  line-height: 1.65rem;
  float: none;
  width: auto;
  display: block;
  margin: 0.4em 0;
  padding: 0.4em;
}
section.page-itinerary .itinerary-calendar.basic dd:before, section.page-itinerary .itinerary-calendar.basic dd:after, .block-listing-request .itinerary-calendar.basic dd:before, .block-listing-request .itinerary-calendar.basic dd:after {
  display: none;
}
section.page-itinerary .itinerary-calendar.basic dd h4, .block-listing-request .itinerary-calendar.basic dd h4 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16.5px;
  line-height: 1.65rem;
  padding: 0;
  margin: 0;
}
section.page-itinerary .itinerary-calendar.basic dd h4:before, .block-listing-request .itinerary-calendar.basic dd h4:before {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  section.page-itinerary .itinerary-calendar h4, .block-listing-request .itinerary-calendar h4 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  section.page-itinerary .itinerary-calendar a.request, section.page-itinerary .itinerary-calendar hgroup, .block-listing-request .itinerary-calendar a.request, .block-listing-request .itinerary-calendar hgroup {
    overflow: hidden;
    *zoom: 1;
    float: none;
    display: block;
  }
}
section.page-itinerary .check-in-requests .check-in-request hgroup, .block-listing-request .check-in-requests .check-in-request hgroup {
  display: inline;
  float: left;
}
section.page-itinerary .check-in-requests .check-in-request .label, .block-listing-request .check-in-requests .check-in-request .label {
  display: inline;
  float: right;
}
section.page-itinerary .check-in-requests .check-in-request hr, .block-listing-request .check-in-requests .check-in-request hr {
  margin: 0.7em 0;
}

#reservation h4 {
  margin-bottom: 0.2em;
}

section.page-map .map {
  margin: 20px 0;
}
section.page-map .map #map {
  -webkit-box-shadow: 0 0 10px 0 #bbbfbe;
  -moz-box-shadow: 0 0 10px 0 #bbbfbe;
  box-shadow: 0 0 10px 0 #bbbfbe;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
  width: auto;
  height: 500px;
}
section.page-map .map img {
  max-width: none;
}

#surveyor[lang=ar] {
  direction: rtl;
  /*-- We may want to add arrows back to survey sections in future --*/
}
#surveyor[lang=ar] .survey_sections ul {
  float: right;
}
#surveyor[lang=ar] .survey_sections ul li {
  float: right;
  margin: 0;
  padding-right: 0;
}
#surveyor[lang=ar] .survey_sections ul li input {
  margin: 0;
}
#surveyor[lang=ar] fieldset.g_grid table td .choices-group {
  text-align: right;
}
#surveyor[lang=ar] fieldset.g_grid table tr.q_grid th {
  text-align: right;
}
#surveyor[lang=ar] fieldset.g_grid table th {
  text-align: right;
}

#surveyor {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
#surveyor .survey_flash {
  background-color: #fff1a8;
  margin: 0 auto;
  padding: 5px;
  width: 300px;
  font-weight: bold;
  text-align: center;
}
#surveyor .survey_title {
  font-size: 2em;
  font-weight: bold;
  padding: 5px 0;
}
#surveyor .survey_menu {
  float: right;
}
#surveyor .survey_menu ul {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom-width: 0;
  list-style: none;
}
#surveyor .survey_menu ul li {
  border: 0 solid #cccccc;
  border-bottom-width: 1px;
}
#surveyor .survey_menu ul li.active, #surveyor .survey_menu ul li.active input[type="submit"] {
  background-color: #ebebcc;
}
#surveyor .next_section {
  float: right;
}
#surveyor .survey_section span.title {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  font-size: 1.5em;
}
#surveyor fieldset.g_default legend, #surveyor fieldset.g_grid legend {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24.0px;
  line-height: 2.4rem;
}
#surveyor fieldset.g_default fieldset legend, #surveyor fieldset.g_grid fieldset legend {
  font-size: inherit;
}
#surveyor fieldset legend {
  white-space: normal;
  width: 100%;
}
#surveyor fieldset legend span {
  display: block;
  width: 100%;
}
#surveyor fieldset.g_grid th {
  vertical-align: middle;
}
#surveyor fieldset.g_grid th.align-left {
  text-align: left;
}
#surveyor fieldset.g_grid li.choice label {
  visibility: hidden;
  line-height: 0rem;
  font-size: 0rem;
}
#surveyor fieldset.g_grid li.choice label input {
  visibility: visible;
}
#surveyor fieldset.q_dependent, #surveyor #surveyor fieldset.g_dependent {
  background-color: rgba(255, 255, 255, 0.2);
}
#surveyor fieldset.g_grid table th {
  vertical-align: top;
}
#surveyor span.help, #surveyor li.help {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 13.5px;
  line-height: 1.35rem;
  display: block;
  color: inherit;
  margin: 0;
}
#surveyor fieldset.choices {
  margin: 0;
  border: none;
}
#surveyor fieldset.choices li.choice {
  margin: 0;
}
#surveyor fieldset.choices li.choice label {
  margin: 0;
}
#surveyor fieldset.choices li.choice input.input-text {
  width: auto;
  display: inline;
}
#surveyor fieldset.q_label, #surveyor fieldset.q_inline_label {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
#surveyor fieldset.q_label legend, #surveyor fieldset.q_inline_label legend {
  padding: 0;
}
#surveyor .previous_section input[type="submit"], #surveyor .next_section input[type="submit"] {
  display: inline;
  float: left;
  display: inline;
}
#surveyor .next_section input[type="submit"] {
  display: inline;
  float: right;
  display: inline;
}
#surveyor fieldset.g_inline fieldset, #surveyor fieldset.g_inline ol li {
  display: inline;
}
#surveyor fieldset.g_grid table {
  border-collapse: collapse;
  width: 100%;
}
#surveyor fieldset.g_grid table th, #surveyor fieldset.g_grid table td {
  padding: 4px 0px;
}
#surveyor fieldset.g_grid table th {
  text-align: center;
  margin: 0;
}
#surveyor fieldset.g_grid table tr.q_grid th {
  text-align: left;
}
#surveyor fieldset.g_grid table td {
  text-align: center;
}
#surveyor fieldset.g_grid table td .input, #surveyor fieldset.g_grid table td fieldset, #surveyor fieldset.g_grid table td .choices-group, #surveyor fieldset.g_grid table td .choices, #surveyor fieldset.g_grid table td .choice, #surveyor fieldset.g_grid table td label {
  padding: 2px 0;
  margin: 0;
}
@media handheld, only screen and (max-width: 767px) {
  #surveyor fieldset.g_grid table td .input, #surveyor fieldset.g_grid table td fieldset, #surveyor fieldset.g_grid table td .choices-group, #surveyor fieldset.g_grid table td .choices, #surveyor fieldset.g_grid table td .choice, #surveyor fieldset.g_grid table td label {
    width: 1.7em;
  }
}
#surveyor fieldset.g_grid table td .choices-group {
  width: 100%;
}
#surveyor fieldset.g_grid li.surveyor_radio label, #surveyor fieldset.g_grid li.surveyor_check_boxes label {
  visibility: hidden;
}
#surveyor fieldset.g_grid li.surveyor_radio label input, #surveyor fieldset.g_grid li.surveyor_check_boxes label input {
  visibility: visible;
}
#surveyor fieldset.g_grid li.choice label span {
  display: none;
}
#surveyor fieldset.g_repeater ol fieldset {
  display: inline;
}
#surveyor fieldset.g_repeater input[type="submit"].add_row {
  font-size: 0.7em;
}
#surveyor .survey_sections {
  overflow: hidden;
}
#surveyor .survey_sections ul {
  overflow: hidden;
  *zoom: 1;
  border: none;
  background: transparent;
  height: 60px;
}
#surveyor .survey_sections ul li {
  overflow: hidden;
  border: none;
  margin: 0 0 0 -15px;
  padding-right: 15px;
}
#surveyor .survey_sections ul li input {
  background-color: #333333;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0 20px 0 0;
  padding: 5px 10px 5px 20px;
  width: 100%;
  position: relative;
  display: block;
  border: none;
  color: white;
}
#surveyor .survey_sections ul li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 20px solid transparent;
  border-left: 20px solid #333333;
  position: relative;
  top: 50%;
  margin-top: -34px;
  margin-bottom: -6px;
  left: 100%;
  margin-left: -5px;
  z-index: 39;
}
#surveyor .survey_sections ul li.section-2 input {
  background-color: #3d3d3d;
}
#surveyor .survey_sections ul li.section-2:after {
  border-left: 20px solid #3d3d3d;
}
#surveyor .survey_sections ul li.section-3 input {
  background-color: #525252;
}
#surveyor .survey_sections ul li.section-3:after {
  border-left: 20px solid #525252;
}
#surveyor .survey_sections ul li.section-4 input {
  background-color: #666666;
}
#surveyor .survey_sections ul li.section-4:after {
  border-left: 20px solid #666666;
}
#surveyor .survey_sections ul li.section-5 input {
  background-color: #7a7a7a;
}
#surveyor .survey_sections ul li.section-5:after {
  border-left: 20px solid #7a7a7a;
}
#surveyor .survey_sections ul li.section-6 input {
  background-color: #8f8f8f;
}
#surveyor .survey_sections ul li.section-6:after {
  border-left: 20px solid #8f8f8f;
}
#surveyor .survey_sections ul li.section-7 input {
  background-color: #a3a3a3;
}
#surveyor .survey_sections ul li.section-7:after {
  border-left: 20px solid #a3a3a3;
}
#surveyor .survey_sections ul li.section-8 input {
  background-color: #b8b8b8;
}
#surveyor .survey_sections ul li.section-8:after {
  border-left: 20px solid #b8b8b8;
}
#surveyor .survey_sections li {
  float: left;
}
#surveyor .survey_sections li input {
  display: block;
  padding: 5px 10px;
}
#surveyor fieldset {
  padding-top: 5px;
  margin-bottom: 10px;
}
#surveyor fieldset li {
  list-style: none;
}
#surveyor fieldset ol fieldset {
  vertical-align: top;
}
#surveyor fieldset ol li {
  padding: 1px 0;
}
#surveyor fieldset ol li label, #surveyor fieldset ol li input {
  vertical-align: top;
}
#surveyor fieldset ol li p.inline-hints {
  margin: 0;
  padding: 0;
  display: inline;
}
#surveyor fieldset ol li.inline {
  display: inline;
}
#surveyor fieldset ol li.datetime input, #surveyor fieldset ol li.datetime fieldset, #surveyor fieldset ol li.datetime fieldset ol li, #surveyor fieldset ol li.time input, #surveyor fieldset ol li.time fieldset, #surveyor fieldset ol li.time fieldset ol li {
  display: inline;
}
#surveyor fieldset.q_inline ol li, #surveyor fieldset.q_inline_inline ol li, #surveyor fieldset.q_default_inline ol li {
  display: inline;
}
#surveyor fieldset input, #surveyor fieldset textarea, #surveyor fieldset select {
  margin: 0 3px;
}
#surveyor fieldset.q_inline div.row, #surveyor fieldset.q_inline_inline div.row, #surveyor fieldset.q_default_inline div.row {
  float: left;
  width: auto;
}
#surveyor fieldset legend {
  padding: 0 10px;
}
#surveyor fieldset.q_hidden, #surveyor fieldset.g_hidden, #surveyor fieldset.g_grid tr.q_hidden {
  display: none !important;
}
#surveyor fieldset.q_dependent, #surveyor fieldset.g_dependent {
  background-color: #ffffdf;
}
#surveyor fieldset.q_dependent legend, #surveyor fieldset.g_dependent legend {
  background-color: #ffffdf;
  padding: 3px 3px 3px 0;
}
#surveyor fieldset.q_dropdown label, #surveyor fieldset.q_inline_dropdown label, #surveyor fieldset.q_default_dropdown label, #surveyor fieldset.q_slider label, #surveyor fieldset.q_repeater_dropdown label {
  display: none;
}
#surveyor fieldset.q_label, #surveyor fieldset.q_inline_label {
  border: none;
  margin: 0;
}
#surveyor fieldset.q_slider {
  margin-bottom: 3em;
}
#surveyor fieldset.q_slider li.select {
  width: 50%;
  font-size: .8em;
}
#surveyor fieldset.q_slider .ui-slider span.ui-slider-label-show {
  position: relative;
  display: inline;
}
#surveyor input[type="submit"] {
  border: 1px;
  cursor: pointer;
}

.review-service {
  margin-bottom: 1rem;
}
.review-service hgroup, .review-service.custom-link a {
  line-height: 32px;
  overflow: hidden;
}
.review-service hgroup img, .review-service.custom-link a img {
  display: inline;
  float: left;
  height: 32px;
  width: 32px;
  margin-right: 6px;
}
.review-service hgroup h2, .review-service.custom-link a h2 {
  line-height: 32px;
}

@media handheld, only screen and (max-width: 767px) {
  #surveyor fieldset {
    padding: 2px;
  }
  #surveyor fieldset legend {
    padding: 0;
  }
  #surveyor fieldset.q_inline div.row, #surveyor fieldset.q_inline_inline div.row, #surveyor fieldset.q_default_inline div.row {
    float: none !important;
  }
  #surveyor fieldset.g_grid table {
    border: none;
  }
  #surveyor fieldset.g_grid table tr:nth-child(4n) th, #surveyor fieldset.g_grid table tr:nth-child(4n) td, #surveyor fieldset.g_grid table tr:nth-child(4n+1) th, #surveyor fieldset.g_grid table tr:nth-child(4n+1) td {
    background-color: rgba(230, 230, 230, 0.1);
  }
  #surveyor fieldset.g_grid table tr:first-child th {
    visibility: hidden;
    font-size: 0rem;
    line-height: 0;
  }
  #surveyor fieldset.g_grid table tr:first-child th:nth-child(2) span.help, #surveyor fieldset.g_grid table tr:first-child th:nth-last-child(2) span.help {
    visibility: visible;
  }
  #surveyor fieldset.g_grid table tr.show-on-phones {
    display: table-row !important;
    text-align: left;
  }
  #surveyor fieldset.g_grid table li.choice label {
    visibility: visible;
    line-height: inherit;
    font-size: 1rem;
    color: inherit;
  }
  #surveyor fieldset.g_grid table li.choice input.input-text {
    display: block;
    margin: 0 auto;
  }
  #surveyor fieldset input.string, #surveyor fieldset textarea.text {
    width: 98% !important;
  }
  #surveyor .survey_sections ul {
    height: auto;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  section.page.full article.listing .border, section.page.full article.room .border, section.page.full article.marker .border, section.page.full div.notice .border, section.page.narrow article.listing .border, section.page.narrow article.room .border, section.page.narrow article.marker .border, section.page.narrow div.notice .border, section.page.half article.listing .border, section.page.half article.room .border, section.page.half article.marker .border, section.page.half div.notice .border, section.page.wide article.listing .border, section.page.wide article.room .border, section.page.wide article.marker .border, section.page.wide div.notice .border {
    border: 1px solid #D4D4D4;
  }
  section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.block.listings-vertical-3 article.listing, section.page.half section.block.listings-vertical-2 article.listing, section.page.half section.block.listings-vertical-3 article.listing, section.page.wide section.block.listings-vertical-2 article.listing, section.page.wide section.block.listings-vertical-3 article.listing {
    height: auto !important;
    margin-left: 0 !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .border, section.page.full section.block.listings-vertical-3 article.listing .border, section.page.narrow section.block.listings-vertical-2 article.listing .border, section.page.narrow section.block.listings-vertical-3 article.listing .border, section.page.half section.block.listings-vertical-2 article.listing .border, section.page.half section.block.listings-vertical-3 article.listing .border, section.page.wide section.block.listings-vertical-2 article.listing .border, section.page.wide section.block.listings-vertical-3 article.listing .border {
    height: auto !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .description, section.page.full section.block.listings-vertical-3 article.listing .description, section.page.narrow section.block.listings-vertical-2 article.listing .description, section.page.narrow section.block.listings-vertical-3 article.listing .description, section.page.half section.block.listings-vertical-2 article.listing .description, section.page.half section.block.listings-vertical-3 article.listing .description, section.page.wide section.block.listings-vertical-2 article.listing .description, section.page.wide section.block.listings-vertical-3 article.listing .description {
    max-height: none !important;
    height: auto !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .image, section.page.full section.block.listings-vertical-3 article.listing .image, section.page.narrow section.block.listings-vertical-2 article.listing .image, section.page.narrow section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing .image {
    text-align: center !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing hgroup, section.page.full section.block.listings-vertical-2 article.listing .image, section.page.full section.block.listings-vertical-2 article.listing ul.product-actions, section.page.full section.block.listings-vertical-3 article.listing hgroup, section.page.full section.block.listings-vertical-3 article.listing .image, section.page.full section.block.listings-vertical-3 article.listing ul.product-actions, section.page.narrow section.block.listings-vertical-2 article.listing hgroup, section.page.narrow section.block.listings-vertical-2 article.listing .image, section.page.narrow section.block.listings-vertical-2 article.listing ul.product-actions, section.page.narrow section.block.listings-vertical-3 article.listing hgroup, section.page.narrow section.block.listings-vertical-3 article.listing .image, section.page.narrow section.block.listings-vertical-3 article.listing ul.product-actions, section.page.half section.block.listings-vertical-2 article.listing hgroup, section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-2 article.listing ul.product-actions, section.page.half section.block.listings-vertical-3 article.listing hgroup, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing ul.product-actions, section.page.wide section.block.listings-vertical-2 article.listing hgroup, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing ul.product-actions, section.page.wide section.block.listings-vertical-3 article.listing hgroup, section.page.wide section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing ul.product-actions {
    max-height: none !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing, section.page.full section.block.listings-vertical-3 article.listing, section.page.narrow section.block.listings-vertical-2 article.listing, section.page.narrow section.block.listings-vertical-3 article.listing, section.page.half section.block.listings-vertical-2 article.listing, section.page.half section.block.listings-vertical-3 article.listing, section.page.wide section.block.listings-vertical-2 article.listing, section.page.wide section.block.listings-vertical-3 article.listing {
    width: 100% !important;
  }
  section.page.full section.block.listings-vertical-2 article.listing .image, section.page.full section.block.listings-vertical-3 article.listing .image, section.page.narrow section.block.listings-vertical-2 article.listing .image, section.page.narrow section.block.listings-vertical-3 article.listing .image, section.page.half section.block.listings-vertical-2 article.listing .image, section.page.half section.block.listings-vertical-3 article.listing .image, section.page.wide section.block.listings-vertical-2 article.listing .image, section.page.wide section.block.listings-vertical-3 article.listing .image {
    display: inline;
    float: left;
    max-width: 20%;
    max-height: auto;
  }
  section.page.full section.block.listings-vertical-2 article.listing .details, section.page.full section.block.listings-vertical-3 article.listing .details, section.page.narrow section.block.listings-vertical-2 article.listing .details, section.page.narrow section.block.listings-vertical-3 article.listing .details, section.page.half section.block.listings-vertical-2 article.listing .details, section.page.half section.block.listings-vertical-3 article.listing .details, section.page.wide section.block.listings-vertical-2 article.listing .details, section.page.wide section.block.listings-vertical-3 article.listing .details {
    display: inline;
    float: left;
    width: 75%;
  }
}
form.request .share fieldset {
  padding: 0;
  border: none;
}
form.request .share label {
  display: inline;
  float: left;
  text-indent: -999rem;
  margin-right: 2em;
  display: block;
  height: 30px;
  width: 87px;
}
form.request .share label input[type=checkbox] {
  display: none;
}
form.request .share label.request_share_facebook {
  background-image: url(/assets/social/facebook-share-off-ae2f51473e1781c86e265ac58e7bee38.png);
}
form.request .share label.request_share_facebook.checked {
  background-image: url(/assets/social/facebook-share-d13dcd63417d8c1d16db0b8a2ecc26d5.png);
}
form.request .share label.request_share_twitter {
  background-image: url(/assets/social/twitter-share-off-a14b1a67854213100d0d8bf601229c90.png);
}
form.request .share label.request_share_twitter.checked {
  background-image: url(/assets/social/twitter-share-f15b90cd3b63f2f8eb2578f230cd3845.png);
}

label abbr[title=required] {
  padding-left: 2px;
}

p.inline-hints {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16.5px;
  line-height: 1.65rem;
}

input[type=time], input[type=date], input[type=datetime] {
  font-family: inherit;
}
input[type=time]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-calendar-picker-indicator, input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator, input[type=datetime]::-webkit-outer-spin-button, input[type=datetime]::-webkit-inner-spin-button, input[type=datetime]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type=time]::-webkit-clear-button, input[type=date]::-webkit-clear-button, input[type=datetime]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  input[type=time].input-text {
    background-image: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  input[type=time].input-text {
    background-image: none !important;
  }
}

form.nice span.error, form.nice p.inline-errors {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 244px;
  display: block;
  padding: 6px 4px;
  border: solid 0 #C00000;
  border-width: 0 1px 1px 1px;
  margin: -10px 0 5px 0;
  background: #C00000;
  color: #fff;
  font-weight: bold;
}

form .inline {
  overflow: hidden;
  *zoom: 1;
}
form .inline .row {
  display: inline;
  float: left;
  width: auto;
  margin-right: 1em;
}
@media only screen and (max-width: 1024px) {
  form .inline .row {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  form .inline .row {
    width: 100%;
  }
}

input.tiny, textarea.tiny {
  width: 84px;
}

.boolean label {
  display: inline;
  float: left;
  margin-right: 2%;
}
.boolean div.field {
  display: inline;
  float: left;
}
.boolean div.field input {
  width: auto;
}

ol.choices-group {
  list-style: none;
  margin: 0 1em;
}
ol.choices-group li.choice input, ol.choices-group span.custom.radio {
  margin: 0 2%;
}

.quiet {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

a.phone-icon {
  display: inline-block;
  text-indent: 999px;
  overflow: hidden !important;
  padding: 8px;
  width: 30px;
  height: 25px;
}
a.phone-icon.phone-menu-list {
  background: url(/assets/concierge/icons/sets/flat/color/phone/menu-list-1e9b0b2715550ea945238e07302db3a5.png) center center no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}
.lt-ie9 a.phone-icon.phone-menu-list {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/phone/menu-list-1e9b0b2715550ea945238e07302db3a5.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/phone/menu-list-1e9b0b2715550ea945238e07302db3a5.png', sizingMethod='scale')";
  background-image: none;
}
a.phone-icon.phone-home {
  background: url(/assets/concierge/icons/sets/flat/color/phone/home-1e411531c7454ccea36b537cd4a74c05.png) center center no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}
.lt-ie9 a.phone-icon.phone-home {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/phone/home-1e411531c7454ccea36b537cd4a74c05.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/phone/home-1e411531c7454ccea36b537cd4a74c05.png', sizingMethod='scale')";
  background-image: none;
}
a.phone-icon.phone-itinerary {
  background: url(/assets/concierge/icons/sets/flat/color/phone/itinerary-19556e9d2ed91fbc0c2d1fd698f13178.png) center center no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}
.lt-ie9 a.phone-icon.phone-itinerary {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/phone/itinerary-19556e9d2ed91fbc0c2d1fd698f13178.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/phone/itinerary-19556e9d2ed91fbc0c2d1fd698f13178.png', sizingMethod='scale')";
  background-image: none;
}

.weather-icon {
  height: 48px;
  z-index: 50;
}
.weather-icon.chanceflurries {
  background: url(/assets/concierge/icons/sets/flat/color/weather/chance-flurries-c316505f1a5f32b9ac53244805d71630.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.chanceflurries {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-flurries-c316505f1a5f32b9ac53244805d71630.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-flurries-c316505f1a5f32b9ac53244805d71630.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.chancerain {
  background: url(/assets/concierge/icons/sets/flat/color/weather/chance-rain-280217d09aeb4f226259162fe4eaddd0.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.chancerain {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-rain-280217d09aeb4f226259162fe4eaddd0.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-rain-280217d09aeb4f226259162fe4eaddd0.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.chancesleet {
  background: url(/assets/concierge/icons/sets/flat/color/weather/chance-sleet-6f692d822018c595aa51201fdb4ffde9.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.chancesleet {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-sleet-6f692d822018c595aa51201fdb4ffde9.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-sleet-6f692d822018c595aa51201fdb4ffde9.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.chancesnow {
  background: url(/assets/concierge/icons/sets/flat/color/weather/chance-snow-607496d6216ab0e2f06b421cf55f2f6f.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.chancesnow {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-snow-607496d6216ab0e2f06b421cf55f2f6f.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-snow-607496d6216ab0e2f06b421cf55f2f6f.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.chancestorm, .weather-icon.chancetstorms {
  background: url(/assets/concierge/icons/sets/flat/color/weather/chance-thunderstorm-bcdf2cd386fd4d5a95415690640a7a1e.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.chancestorm, .lt-ie9 .weather-icon.chancetstorms {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-thunderstorm-bcdf2cd386fd4d5a95415690640a7a1e.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/chance-thunderstorm-bcdf2cd386fd4d5a95415690640a7a1e.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.clear-day, .weather-icon.clear, .weather-icon.sunny {
  background: url(/assets/concierge/icons/sets/flat/color/weather/sunny-107aef60ff6d5abc7f0883cc55ce5765.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.clear-day, .lt-ie9 .weather-icon.clear, .lt-ie9 .weather-icon.sunny {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/sunny-107aef60ff6d5abc7f0883cc55ce5765.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/sunny-107aef60ff6d5abc7f0883cc55ce5765.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.clear-night {
  background: url(/assets/concierge/icons/sets/flat/color/weather/clear-night-4efd97fe17d9f6de09b2e56d0a13a0f1.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.clear-night {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/clear-night-4efd97fe17d9f6de09b2e56d0a13a0f1.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/clear-night-4efd97fe17d9f6de09b2e56d0a13a0f1.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.cloudy {
  background: url(/assets/concierge/icons/sets/flat/color/weather/cloudy-16158e8c9d401fc1c788a4fe789e17a8.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.cloudy {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/cloudy-16158e8c9d401fc1c788a4fe789e17a8.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/cloudy-16158e8c9d401fc1c788a4fe789e17a8.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.fog {
  background: url(/assets/concierge/icons/sets/flat/color/weather/fog-e949b4648907db163f35eec0c1b665fb.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.fog {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/fog-e949b4648907db163f35eec0c1b665fb.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/fog-e949b4648907db163f35eec0c1b665fb.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.hazy {
  background: url(/assets/concierge/icons/sets/flat/color/weather/hazy-bb2d1504bf932ee70f9094b30f4f6c85.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.hazy {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/hazy-bb2d1504bf932ee70f9094b30f4f6c85.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/hazy-bb2d1504bf932ee70f9094b30f4f6c85.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.mostlycloudy, .weather-icon.partlysunny {
  background: url(/assets/concierge/icons/sets/flat/color/weather/mostly-cloudy-e5f1ddd055071467ab669eaacf95330e.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.mostlycloudy, .lt-ie9 .weather-icon.partlysunny {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/mostly-cloudy-e5f1ddd055071467ab669eaacf95330e.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/mostly-cloudy-e5f1ddd055071467ab669eaacf95330e.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.mostlysunny {
  background: url(/assets/concierge/icons/sets/flat/color/weather/mostly-sunny-d59ddaa5df53717040a284fab32eff87.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.mostlysunny {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/mostly-sunny-d59ddaa5df53717040a284fab32eff87.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/mostly-sunny-d59ddaa5df53717040a284fab32eff87.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.partly-cloudy-day, .weather-icon.partlycloudy {
  background: url(/assets/concierge/icons/sets/flat/color/weather/partly-cloudy-474f2e68d392d7f31ed87cc519ef19c8.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.partly-cloudy-day, .lt-ie9 .weather-icon.partlycloudy {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/partly-cloudy-474f2e68d392d7f31ed87cc519ef19c8.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/partly-cloudy-474f2e68d392d7f31ed87cc519ef19c8.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.partly-cloudy-night {
  background: url(/assets/concierge/icons/sets/flat/color/weather/partly-cloudy-night-1c238f5ad77c9141dfacf9457cfe7d98.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.partly-cloudy-night {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/partly-cloudy-night-1c238f5ad77c9141dfacf9457cfe7d98.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/partly-cloudy-night-1c238f5ad77c9141dfacf9457cfe7d98.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.rain {
  background: url(/assets/concierge/icons/sets/flat/color/weather/rain-00f0b87de76dfbf05bcd6a6e713eb315.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.rain {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/rain-00f0b87de76dfbf05bcd6a6e713eb315.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/rain-00f0b87de76dfbf05bcd6a6e713eb315.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.sleet {
  background: url(/assets/concierge/icons/sets/flat/color/weather/sleet-142aee1c34494974d9de3a837dab9ffe.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.sleet {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/sleet-142aee1c34494974d9de3a837dab9ffe.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/sleet-142aee1c34494974d9de3a837dab9ffe.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.snow {
  background: url(/assets/concierge/icons/sets/flat/color/weather/snow-91a30bec23808da62b1e8497aad3f99a.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.snow {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/snow-91a30bec23808da62b1e8497aad3f99a.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/snow-91a30bec23808da62b1e8497aad3f99a.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.thunderstorm, .weather-icon.tstorms {
  background: url(/assets/concierge/icons/sets/flat/color/weather/thunderstorm-810909fb8eed5b18e542eff81d1fa766.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.thunderstorm, .lt-ie9 .weather-icon.tstorms {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/thunderstorm-810909fb8eed5b18e542eff81d1fa766.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/thunderstorm-810909fb8eed5b18e542eff81d1fa766.png', sizingMethod='scale')";
  background-image: none;
}
.weather-icon.unknown {
  background: url(/assets/concierge/icons/sets/flat/color/weather/unknown-2f308b0e6019e8ae9b09a1e5a9b5f23f.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.lt-ie9 .weather-icon.unknown {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/unknown-2f308b0e6019e8ae9b09a1e5a9b5f23f.png', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/concierge/icons/sets/flat/color/weather/unknown-2f308b0e6019e8ae9b09a1e5a9b5f23f.png', sizingMethod='scale')";
  background-image: none;
}

@media only screen and (max-width: 1024px) {
  .reveal-modal-bg {
    position: fixed;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .reveal-modal-bg {
    position: fixed;
  }
}

#page {
  display: block;
  text-align: center;
}

#header .logo > img {
  padding: 30px 0 0;
}

#header {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  text-shadow: rgba(0, 0, 0, 0.86275) 1px 3px 4px;
}

#header #page-navigation nav ul .main.active {
  background-image: none;
}

#header #page-navigation nav ul .main .button-label {
  font-weight: bold;
}

#header .welcome h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: Gotham, Raleway, Arial, Helvetica, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.86275) 1px 3px 4px;
  font-style: normal;
}

#header #page-navigation nav ul .main img {
  display: none;
}

section.page hgroup.title .page-icon {
  display: none;
}

#header #page-navigation nav ul .main.active {
  color: #EAAA00;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.86275) 1px 3px 4px;
}

#header #page-navigation nav ul .main.active:after {
  border-top-color: #EAAA00;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

#header #page-navigation nav ul .main.active:before {
  border-top-color: #EAAA00;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}

body {
  background-position: center top !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@font-face {
  font-family: "Raleway";
  src: url(https://fonts.gstatic.com/s/raleway/v9/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

h1 {
  color: #ffffff;
  font-family: Gotham, Raleway, Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 65px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-shadow: rgba(0, 0, 0, 0.86275) 1px 3px 4px;
}

h4 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-family: Gotham, Raleway, Arial, Helvetica, sans-serif;
}

h2 {
  font-weight: bold;
}

body {
  font-family: Gotham, Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #646469;
}

.listings .tabs a.active {
  background-color: #eaaa00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efae00), color-stop(100%, #e5a600));
  background-image: -webkit-linear-gradient(#efae00, #e5a600);
  background-image: -moz-linear-gradient(#efae00, #e5a600);
  background-image: -o-linear-gradient(#efae00, #e5a600);
  background-image: linear-gradient(#efae00, #e5a600);
}
.listings .tabs a.active:after {
  border-top-color: #e5a600;
}

#surveyor {
  color: #000;
}

body.surveys #content, body.subscribers #content {
  color: #000;
}

#surveyor fieldset.q_dependent, #surveyor fieldset.g_dependent, #surveyor fieldset.q_dependent legend, #surveyor fieldset.g_dependent legend {
  background: none;
}

section.page-itinerary .itinerary-calendar .calendar-date, section.page-itinerary .itinerary-calendar .calendar-wday {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.86275) 1px 3px 4px;
}

#footer {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#footer ul li {
  color: #EAAA00;
}

#footer ul li a {
  color: #EAAA00;
}

#footer ul li a:hover {
  color: #00B388;
  text-decoration: underline;
}
