@charset "utf-8";
/*!
CityRealty
*/
.w-fancytab {
  position: relative;
  margin: 0;
  padding: 0;
}
.w-fancytab ul {
  position: absolute;
  top: -40px;
  left: 0;
}
.w-fancytab ul,
.w-fancytab ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w-fancytab ul li {
  display: inline-block;
}
.w-fancytab ul li a {
  display: inline-block;
  background: #999;
  color: #ddd;
  text-transform: uppercase;
  margin: 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
.w-fancytab ul li a.active {
  background: #232323;
  color: #35b7e7;
  text-decoration: none;
}
.w-accordion .w-accordion-header {
  padding: 0.625em 0;
  border-top: 1px dotted #bcbcbc;
  display: block;
}
.w-accordion .w-accordion-header:focus {
  outline: none;
}
.w-accordion .w-accordion-header.ui-state-disabled:hover,
.w-accordion .w-accordion-header.ui-state-disabled:focus {
  background: none !important;
}
.w-accordion .w-accordion-header.ui-state-focus {
  box-shadow: 0 0 2px 2px #35b7e7;
}
.w-accordion .w-accordion-header .title {
  color: #333;
  display: inline-block;
  position: relative;
  width: 100%;
}
.w-accordion .w-accordion-header .title:hover {
  color: #106f8e;
  text-decoration: none;
  outline: none;
}
.w-accordion .w-accordion-header .title:hover:after {
  color: #106f8e;
  background-image: url("../i/w/accordion/arrow-down-on.svg");
}
.w-accordion .w-accordion-header .title:focus {
  color: #106f8e;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}
.w-accordion .w-accordion-header .title:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: center center url("../i/w/accordion/arrow-down.svg") no-repeat;
  background-size: contain;
  content: '';
  top: 0.125em;
  margin-left: 0.25em;
  top: 0;
  right: 0;
  position: absolute;
}
.w-accordion .w-accordion-header.ui-state-active .title {
  color: #106f8e;
}
.w-accordion .w-accordion-header.ui-state-active .title:after {
  background-image: url("../i/w/accordion/arrow-down-on.svg");
}
.w-accordion-blue .w-accordion-header {
  background: #76d1ef;
  border-top: 1px solid #fff;
  padding-left: 0.625em;
  cursor: pointer;
}
.w-accordion-blue .w-accordion-header a {
  color: #fff;
}
.w-accordion-blue .w-accordion-header a:after {
  background-image: url("../i/w/accordion/arrow-down-white.svg");
}
.w-accordion-blue .w-accordion-header:hover,
.w-accordion-blue .w-accordion-header.active,
.w-accordion-blue .w-accordion-header.ui-state-active {
  background: #1bb2e5;
}
.w-accordion-blue .w-accordion-header:hover a,
.w-accordion-blue .w-accordion-header.active a,
.w-accordion-blue .w-accordion-header.ui-state-active a {
  color: #fff;
}
.w-accordion-blue .w-accordion-header:hover a:after,
.w-accordion-blue .w-accordion-header.active a:after,
.w-accordion-blue .w-accordion-header.ui-state-active a:after {
  background-image: url("../i/w/accordion/arrow-down-white.svg");
}
#ui_property_map_base .w-amenities-container.container-vno {
  display: none;
}
#ui_property_map_base .modal-header .spacing-20 {
  display: none;
}
#ui_property_map_base .w-amenities-nav .box {
  padding: 0;
}
#ui_property_map_base .w-amenities-nav .box .spacing-20 {
  display: none;
}
.w-amenities .w-amenities-container {
  max-width: none;
}
.w-amenities .w-amenities-header,
.w-amenities .w-amenities-subheader {
  font-size: 1.25em;
  line-height: 1.2;
  padding-right: 2em;
}
@media screen and (min-width: 992px) {
  .w-amenities .w-amenities-header,
  .w-amenities .w-amenities-subheader {
    font-size: 1.5em;
  }
}
.w-amenities.modal .close {
  position: absolute;
  right: 1.25em;
  width: 1.875em;
  height: 1.875em;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .w-amenities.modal .close {
    position: static;
    width: 2.5em;
    height: 2.5em;
  }
}
.w-amenities .w-atlas-simple,
.w-amenities .w-atlas-simple-map {
  position: relative;
}
@media screen and (min-width: 992px) {
  .w-amenities .w-atlas-simple,
  .w-amenities .w-atlas-simple-map {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.w-amenities .w-atlas-simple-map {
  position: inherit !important;
}
@media screen and (max-width: 767px) {
  .w-amenities .navbar {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-bottom: 0.375em;
  }
  .w-amenities .w-amenities-header + div {
    max-width: 90%;
  }
  .w-amenities .w-amenities-list-wrapper > div > ul {
    height: auto !important;
  }
}
.w-amenities .w-amenities-atlas {
  position: relative;
}
.w-amenities .w-amenities-atlas a:focus {
  background-color: rgba(19, 126, 164, 0.6);
}
.w-amenities .w-amenities-category {
  display: none;
}
.w-amenities .w-amenities-category.active {
  display: block;
}
@media screen and (min-width: 992px) {
  .w-amenities .w-amenities-category.active {
    width: 100%;
  }
  .w-amenities .w-amenities-category.active .w-amenities-list-wrapper {
    height: 100%;
    position: relative;
  }
  .w-amenities .w-amenities-category.active .w-amenities-list-wrapper > div {
    position: relative;
  }
  .w-amenities .w-amenities-category.active .w-amenities-list-wrapper ul {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.w-amenities .w-amenities-nav {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .w-amenities .w-amenities-nav .navbar-collapse {
    overflow-x: auto;
  }
  .w-amenities .w-amenities-nav ul.nav-pills {
    display: inline-block;
  }
}
.w-amenities .w-amenities-pane-wrapper {
  position: relative;
  z-index: 1;
}
.w-amenities .nav-pills.nav-pills-block {
  text-align: left;
}
.w-amenities .nav-pills.nav-pills-block > li > a {
  padding: 0.875em 0.625em;
}
@media screen and (min-width: 992px) {
  .w-amenities .nav-pills.nav-pills-block > li > a {
    padding: 0.875em 1.25em;
  }
}
.w-amenities .w-amenities-list-item-info {
  min-width: 200px;
}
@media screen and (min-width: 992px) {
  .w-amenities .w-amenities-pane-wrapper {
    width: 100%;
  }
  .w-amenities .w-amenities-pane-wrapper .w-amenities-pane {
    position: relative;
  }
  .w-amenities .w-amenities-pane-wrapper .w-amenities-atlas,
  .w-amenities .w-amenities-pane-wrapper .w-amenities-list {
    position: absolute;
  }
  .w-amenities .w-amenities-pane-wrapper .w-amenities-atlas {
    width: 100%;
    left: 0;
  }
  .w-amenities .w-amenities-pane-wrapper .w-amenities-atlas .w-atlas-simple {
    height: 100%;
    width: 100%;
  }
  .w-amenities .w-amenities-pane-wrapper .w-amenities-list {
    width: 31.25%;
    overflow-y: auto;
    right: 0;
    background: #ededed;
  }
}
@media screen and (max-width: 991px) {
  .w-amenities .w-amenities-pane-wrapper {
    height: auto !important;
  }
}
.w-amenities .w-amenities-list-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0.625em;
}
.w-amenities .w-amenities-list-item {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 2.5em;
  padding-bottom: 1em;
  cursor: pointer;
}
.w-amenities .w-amenities-list-item:focus .w-amenities-list-item-info strong {
  color: #137ea4;
}
.w-amenities .w-amenities-list-item:focus .w-amenities-list-item-count {
  background: #137ea4;
}
.w-amenities .w-amenities-list-item .w-amenities-list-item-count {
  position: absolute;
  text-align: center;
  background: #333;
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  height: 2em;
  display: block;
  line-height: 2em;
  width: 2em;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.w-atlas-realty {
  position: relative;
}
.w-atlas-realty-map {
  position: relative;
  padding-bottom: 100%;
  z-index: 1;
  background: #e5e3df center center url("../i/l/spinner.gif") no-repeat;
}
.w-atlas-realty-info {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.w-atlas-realty-info.active {
  height: auto;
  overflow: visible;
}
.w-atlas-realty-bubble {
  position: relative;
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.w-atlas-realty-bubble.active {
  height: auto;
  overflow: visible;
  padding: 3.75em 0.625em;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
@media screen and (max-width: 767px) {
  .w-atlas-realty-bubble.active {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .w-atlas-realty-map {
    padding-bottom: 60%;
  }
  .w-atlas-realty-info {
    position: absolute;
    width: 40%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
  }
  .w-atlas-realty-bubble.active {
    padding: 3.75em 20%;
  }
}
@media screen and (min-width: 992px) {
  .w-atlas-realty-map {
    padding-bottom: 50%;
  }
  .w-atlas-realty-info {
    width: 31.25%;
  }
}
.w-atlas-simple {
  position: relative;
}
.w-atlas-simple .custom-marker {
  width: 30px;
  height: 44px;
  background: center center url("../i/l/pin.png") no-repeat;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 600;
  padding-top: 9px;
  margin-left: -15px;
  margin-top: -44px;
  z-index: 1;
}
.w-atlas-simple .custom-marker.property-marker {
  background: center center url("../i/w/atlas-realty/marker.png") no-repeat;
  background-size: contain;
  z-index: 99999;
}
.w-atlas-simple .custom-marker.highlight {
  background-image: url("../i/l/pin-blue.png");
  z-index: 10;
}
.w-atlas-simple a:focus,
.w-atlas-simple button:focus {
  color: #137ea4 !important;
  background-color: transparent;
}
.w-atlas-simple-map {
  position: relative;
  padding-bottom: 100%;
  z-index: 1;
  background: #e5e3df center center url("../i/l/spinner.gif") no-repeat;
}
.w-band {
  position: relative;
}
.w-band .w-band-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .w-band .w-band-viewport {
    padding-bottom: 33%;
  }
}
.w-band .w-band-items {
  position: relative;
  width: 100%;
  height: 100%;
}
.w-band ul.w-band-items {
  padding-left: 0;
}
.w-band .w-band-item {
  position: relative;
  float: left;
  height: 100%;
  overflow: hidden;
}
.w-band .w-band-item:only-child {
  width: 100% !important;
}
.w-band .w-band-image {
  position: relative;
  display: block;
  height: 100%;
  z-index: 1;
  margin: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.w-band .w-band-image-caption-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.w-band .w-band-image-caption-holder ._optional {
  padding-bottom: 6px;
}
.w-band .w-band-image-caption-holder.video-strip {
  /*background-color: #000;
      opacity: 0.7;
      padding: 0 0 0 2em;*/
}
.w-band .w-band-image-caption-holder.video-strip .caption-share {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.w-band .w-band-image-caption-holder.video-strip .sub-wrapper {
  margin-left: 0.75em;
  min-height: 40px;
  line-height: 1.1;
  font-weight: bold;
}
.w-band .w-band-image-caption-holder.video-strip .caption-time {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 2;
  width: 3.125em;
  height: 1.875em;
  color: #000;
  display: block;
  padding: 1px 5px 5px 5px;
  background-color: #fff;
  text-align: center;
  font-size: 85%;
}
.w-band .w-band-image-caption-holder.video-strip .caption-title {
  display: block;
}
.w-band .w-band-image-caption-holder.video-strip .caption-text {
  font-size: 85%;
}
.w-band .w-band-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.w-band .w-band-next,
.w-band .w-band-prev {
  position: absolute;
  z-index: 3;
  width: 100px;
  top: 0;
  bottom: 0;
  /*opacity: 0.3;*/
  display: block;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.w-band .w-band-next span,
.w-band .w-band-prev span {
  display: block;
  position: absolute;
  height: 3.125em;
  width: 3.125em;
  top: 50%;
  z-index: 10;
  margin-top: -1.5625em;
  /*opacity: 0.75;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.w-band .w-band-next:focus,
.w-band .w-band-prev:focus {
  background-color: transparent;
}
.w-band .w-band-next:focus span,
.w-band .w-band-prev:focus span {
  transform: scale(1.5);
}
.w-band .w-band-next {
  right: 0;
  cursor: e-resize;
}
.w-band .w-band-next span {
  right: 1.875em;
  background-image: url("../i/w/card/arrow-right-l2.png");
}
.w-band .w-band-next:hover span,
.w-band .w-band-next:focus span {
  background-image: url("../i/w/card/arrow-right-on-l2.png");
}
.w-band .w-band-next:focus span {
  right: 40px;
}
.w-band .w-band-prev {
  left: 0;
  cursor: w-resize;
}
.w-band .w-band-prev span {
  left: 1.875em;
  background-image: url("../i/w/card/arrow-left-l2.png");
}
.w-band .w-band-prev:hover span,
.w-band .w-band-prev:focus span {
  background-image: url("../i/w/card/arrow-left-on-l2.png");
}
.w-band .w-band-prev:focus span {
  left: 40px;
}
.w-band:hover .w-band-next,
.w-band:hover .w-band-prev {
  opacity: 1;
}
.w-band.disabled-prev .w-band-prev {
  /* display: none; */
}
.w-band.disabled-next .w-band-next {
  /* display: none; */
}
.w-band.dragging {
  cursor: all-scroll;
}
.w-band.dragging .w-band-prev,
.w-band.dragging .w-band-next {
  display: none;
}
.w-band .w-band-item-video .w-band-image {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .w-band .w-band-item-video {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .w-band .w-band-item-video .w-band-image {
    visibility: hidden;
  }
}
.w-band .w-band-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 6.25em;
  height: 6.25em;
  margin-left: -3.125em;
  margin-top: -3.125em;
  background: center center url("../i/l/video-btn.svg") no-repeat;
  background-size: cover;
}
.w-band .w-band-video-btn:hover,
.w-band .w-band-video-btn:focus {
  background-image: url("../i/l/video-btn-on.svg");
}
.w-band .w-band-video-btn:focus {
  transform: scale(1.2);
}
.w-card {
  position: relative;
}
.w-card-viewport {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  z-index: 2;
}
.w-card-items {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.w-card-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.w-card-image {
  height: 100%;
  z-index: 1;
  width: auto;
  max-width: none;
  position: relative;
}
.w-card-caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.w-card-item:hover .w-card-caption {
  visibility: visible;
}
.w-card-caption-valign {
  position: relative;
}
.w-card.uncalculated .w-card-item {
  float: none;
}
.w-card.uncalculated .w-card-caption {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.w-card-controls {
  position: absolute;
  height: 0;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
}
html.no-touch .w-card-controls {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
html.no-touch .w-card:hover .w-card-controls {
  opacity: 1;
}
.w-card-next,
.w-card-prev {
  height: 3.125em;
  width: 3.125em;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0.75;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.w-card-next {
  background-image: url("../i/w/card/arrow-right.png");
  right: 1.875em;
}
.w-card-next:hover {
  background-image: url("../i/w/card/arrow-right-on.png");
}
.w-card-prev {
  left: 1.875em;
  background-image: url("../i/w/card/arrow-left.png");
}
.w-card-prev:hover {
  background-image: url("../i/w/card/arrow-left-on.png");
}
.w-card-next span,
.w-card-prev span {
  display: none;
}
.w-card-next:hover,
.w-card-prev:hover,
.w-card-next:focus,
.w-card-prev:focus {
  opacity: 1;
  outline: none;
}
.w-card-index {
  list-style-type: none;
  margin: 0;
  padding: 1.25em;
  text-align: center;
}
.w-card-index li {
  display: inline-block;
}
.w-card .w-card-index.inline {
  position: relative;
  z-index: 4;
  margin-top: -3.75em;
}
.w-card .w-card-index a {
  color: #8c8988;
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin: 0 0.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../i/w/card/bull.png");
  background-size: cover;
}
.w-card .w-card-index a span {
  display: none;
}
.w-card .w-card-index.small-index {
  padding: 0;
}
.w-card .w-card-index.small-index a {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.3125em;
  line-height: 1em;
}
.w-card .w-card-index a:hover,
.w-card .w-card-index a:focus,
.w-card .w-card-index .active a {
  text-decoration: none;
  outline: none;
  background-image: url("../i/w/card/bull-on.png");
}
.w-card .w-card-index.inverse a {
  background-image: url("../i/w/card/bull-on.png");
}
.w-card .w-card-index.inverse a:hover,
.w-card .w-card-index.inverse a:focus,
.w-card .w-card-index.inverse .active a {
  background-image: url("../i/w/card/bull-white.png");
}
.w-card-captions {
  position: relative;
  z-index: 10;
}
.w-card-captions .w-card-caption {
  display: none;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  visibility: visible;
}
.w-card-captions .w-card-caption.active {
  display: block;
}
html.js .w-card.uncalculated .w-card-item {
  visibility: hidden;
}
.w-card-index-line .line {
  display: none;
}
@media screen and (min-width: 767px) {
  .w-card .w-card-index-line {
    position: relative;
  }
  .w-card .w-card-index-line .line {
    display: block;
    position: relative;
    width: 25em;
    margin: auto;
    z-index: 1;
  }
  .w-card .w-card-index-line .w-card-index {
    position: relative;
    z-index: 2;
    margin-top: -1.875em;
  }
  .w-card .w-card-index-line .w-card-index li {
    width: 12.5em;
    position: relative;
    display: inline-block;
  }
  .w-card .w-card-index-line .w-card-index li:after {
    display: block;
    content: '';
    background: #cecece;
    height: 2px;
    width: 11.5625em;
    left: 50%;
    top: 10px;
    margin-left: 10px;
    position: absolute;
  }
  .w-card .w-card-index-line .w-card-index li:last-child:after {
    display: none;
  }
  .w-card .w-card-index-line .w-card-index li a {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../i/w/card/dot.png");
  }
  .w-card .w-card-index-line .w-card-index li a:hover,
  .w-card .w-card-index-line .w-card-index li a:focus {
    background-image: url("../i/w/card/dot-on.png");
  }
  .w-card .w-card-index-line .w-card-index li.active a {
    color: #35b7e7;
    background-image: url("../i/w/card/dot-on.png");
  }
  .w-card .w-card-index-line .w-card-index span {
    display: block;
    white-space: nowrap;
    font-size: 0.75em;
    padding-top: 1.7142em;
    width: 14.2857em;
    margin-left: -6.4285em;
    text-align: center;
    text-transform: uppercase;
  }
}
.w-carousel .hero-pause-resume {
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: none;
}
.w-carousel .hero-pause-resume a {
  opacity: 1;
  color: #666666;
  transition: all 0.5s ease 0s;
}
.w-carousel .hero-pause-resume a:hover,
.w-carousel .hero-pause-resume a:focus {
  opacity: 1;
  background-color: transparent;
  color: #35b7e7;
}
@media screen and (min-width: 768px) {
  .w-carousel .hero-pause-resume {
    display: block;
  }
}
.w-carousel.full-height {
  display: table;
  height: 100%;
  width: 100%;
}
.w-carousel.full-height .w-carousel-viewport,
.w-carousel.full-height .w-carousel-viewport-inner,
.w-carousel.full-height .w-carousel-strip {
  display: table;
  height: 100%;
  width: 100%;
}
.w-carousel .w-carousel-viewport {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}
.w-carousel .w-carousel-viewport .w-carousel-viewport-inner {
  position: relative;
}
.w-carousel .w-carousel-viewport .w-carousel-viewport-inner.animate {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.w-carousel .w-carousel-viewport .w-carousel-strip {
  position: relative;
  display: table;
  width: 100%;
}
.w-carousel .w-carousel-items {
  display: table-row;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.w-carousel .w-carousel-items .w-carousel-item {
  display: table-cell;
  list-style-type: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 100%;
}
.w-carousel .w-carousel-dots {
  text-align: center;
}
.w-carousel .w-carousel-dots ul {
  display: block;
  list-style-type: none;
  margin: 0.625em;
  padding: 0;
  font-size: inherit !important;
  line-height: inherit;
}
.w-carousel .w-carousel-dots ul li {
  /* padding: 0 2/@font-size*1em; */
  padding: 0 5px;
  margin: 0;
  display: inline-block;
  font-size: inherit !important;
  line-height: inherit;
}
.w-carousel .w-carousel-dots ul li a {
  display: inline-block;
  outline: none;
  /* &:focus {
                 background-color: transparent;
                 span{
                    background: #666666;
                 }
               } */
}
.w-carousel .w-carousel-dots ul li a span {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #d9d9d9;
}
.w-carousel .w-carousel-dots ul li a:hover {
  outline: none;
}
.w-carousel .w-carousel-dots ul li a:hover span {
  background: #666666;
}
.w-carousel .w-carousel-dots ul li a:focus {
  transform: scale(1.8);
  background-color: transparent;
}
.w-carousel .w-carousel-dots ul li a:focus span {
  background: #137ea4;
}
.w-carousel .w-carousel-dots ul li.active a:focus {
  background-color: transparent;
}
.w-carousel .w-carousel-dots ul li.active a:focus span {
  /* background: #666666; */
  background: #137ea4;
}
.w-carousel .w-carousel-dots ul li.active a span {
  background: #666666;
}
.w-carousel .w-carousel-dots.w-carousel-dots-with-line a span {
  overflow: hidden;
  text-indent: -1000px;
}
@media screen and (min-width: 768px) {
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line {
    padding: 1em 0;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line ul {
    padding: 0;
    margin: 0;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li {
    padding: 0;
    position: relative;
    width: 18%;
    max-width: 7.5em;
    vertical-align: text-top;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li ~ li:before {
    content: '';
    display: block;
    border-bottom: 2px solid #cecece;
    top: 5px;
    left: -49%;
    width: 95%;
    position: absolute;
    z-index: 1;
    margin-top: 2px;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a {
    position: relative;
    color: #666666;
    z-index: 2;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:before {
    display: block;
    margin: auto;
    width: 1em;
    height: 1em;
    content: '';
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 1px #666666;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a span {
    width: auto;
    text-indent: 0;
    text-align: center;
    height: auto;
    background: none;
    border-radius: 0;
    font-size: 0.75em;
    text-transform: uppercase;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:hover,
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:focus {
    color: #137ea4;
    background-color: transparent;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:hover:before,
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:focus:before {
    background: #137ea4;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:hover span,
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:focus span {
    background: none;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:focus {
    background-color: transparent;
    transform: scale(1);
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li a:focus span {
    box-shadow: 0 0 3px 3px #35b7e7;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li.active a {
    color: #137ea4;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li.active a:before {
    background: #137ea4;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li.active a:focus {
    background-color: transparent;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li.active a:focus span {
    box-shadow: 0 0 3px 3px #35b7e7;
  }
  .w-carousel .w-carousel-dots.w-carousel-dots-with-line li.active a span {
    background: none;
  }
}
.w-carousel .w-carousel-controls {
  position: static;
  height: 0;
}
.w-carousel .w-carousel-controls a {
  display: inline-block;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  z-index: 10;
  opacity: .8;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  outline: none;
  top: 50%;
}
.w-carousel .w-carousel-controls a span {
  display: none;
}
.w-carousel .w-carousel-controls a:hover {
  opacity: 1;
  outline: none;
}
.w-carousel .w-carousel-controls a:focus {
  outline: none;
  opacity: 1;
}
.w-carousel .w-carousel-controls .w-carousel-prev {
  left: 0;
  background: center center url("../i/w/carousel/arrow-left.png") no-repeat;
  background-size: contain;
}
.w-carousel .w-carousel-controls .w-carousel-prev:focus {
  background-image: url("../i/w/carousel/arrow-left-focus.png");
}
.w-carousel .w-carousel-controls .w-carousel-next {
  right: 0;
  background: center center url("../i/w/carousel/arrow-right.png") no-repeat;
  background-size: contain;
}
.w-carousel .w-carousel-controls .w-carousel-next:focus {
  background-image: url("../i/w/carousel/arrow-right-focus.png");
}
.w-carousel .w-carousel-controls .w-carousel-prev-alt {
  background-image: url("../i/w/card/arrow-left-on.png");
  width: 3.125em;
  height: 3.125em;
  left: 1.25em;
  margin-top: -1.5625em;
}
.w-carousel .w-carousel-controls .w-carousel-prev-alt:focus {
  transform: scale(1.4);
  background-image: url("../i/w/card/arrow-left-on-l.png");
}
.w-carousel .w-carousel-controls .w-carousel-next-alt {
  background-image: url("../i/w/card/arrow-right-on.png");
  width: 3.125em;
  height: 3.125em;
  right: 1.25em;
  margin-top: -1.5625em;
}
.w-carousel .w-carousel-controls .w-carousel-next-alt:focus {
  transform: scale(1.4);
  background-image: url("../i/w/card/arrow-right-on-l.png");
}
.w-carousel .w-carousel-controls a.disabled {
  visibility: hidden;
}
.w-carousel .w-carousel-captions {
  position: relative;
}
.w-carousel .w-carousel-caption {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.w-carousel .w-carousel-caption.active {
  display: block;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.w-contact .w-contact-photo {
  float: left;
  width: 4.375em;
}
.w-contact .w-contact-photo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-contact .w-contact-photo {
    width: 6.25em;
  }
}
@media screen and (min-width: 992px) {
  .w-contact .w-contact-photo {
    width: 12.5em;
  }
}
@media screen and (min-width: 1200px) {
  .w-contact .w-contact-photo {
    width: 18.75em;
  }
}
.w-contact .w-contact-info {
  float: left;
  padding-left: 0.625em;
}
.w-date-picker input[type=text] {
  /* background-image: url("@{i}/w/date-picker/calendar.png"); */
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-shadow: none;
  /*&:focus{
      background-image: url("@{i}/w/date-picker/calendar-on.png");
    }*/
}
html.backgroundsize .w-date-picker {
  position: relative;
}
html.backgroundsize .w-date-picker input[type=text] {
  /* background-image: url("@{i}/w/date-picker/calendar2x.png"); */
  background-size: 28px 28px;
}
html.backgroundsize .w-date-picker input[type=text]:focus {
  /* background-image: url("@{i}/w/date-picker/calendar2x-on.png"); */
}
html.backgroundsize .w-date-picker .ui-datepicker-trigger {
  width: 28px;
  height: 28px;
  background-image: url("../i/w/date-picker/calendar2x.png");
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 15px;
}
html.backgroundsize .w-date-picker .ui-datepicker-trigger:focus {
  background-image: url("../i/w/date-picker/calendar2x-on.png");
}
.ui-datepicker {
  width: 240px;
  display: none;
  font-size: 0.875em;
  z-index: 20000 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
}
.ui-datepicker-next .ui-icon {
  text-indent: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: block;
  margin: 3px auto 0;
  text-align: center;
  font-size: 1.875em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-size: 16px;
}
.ui-datepicker .ui-datepicker-month {
  font-weight: bold;
  text-transform: uppercase;
}
.ui-datepicker {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker .ui-datepicker-header {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
.ui-datepicker .ui-datepicker-calendar {
  border-spacing: 2px;
}
.ui-datepicker-calendar tbody td {
  border-top: 1px solid #ccc;
  padding: 1px;
}
.ui-datepicker-calendar th {
  text-align: center;
}
.ui-datepicker-calendar .ui-datepicker-week-end a,
.ui-datepicker-calendar th.ui-datepicker-week-end span {
  color: #737373;
}
.ui-datepicker .ui-datepicker-today a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eee;
}
.ui-datepicker .ui-datepicker-current-day a {
  background: #137ea4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.ui-datepicker .ui-datepicker-current-day a:hover {
  color: #fff;
}
.ui-datepicker-calendar tbody td a:hover {
  text-decoration: none;
  color: #137ea4;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  color: #333;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: auto;
}
.ui-datepicker-calendar tbody td a:focus {
  color: #fff;
  background-color: #000;
}
.w-drawer {
  background: #333333;
}
.w-drawer .w-drawer-inner {
  min-height: 100px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 70em;
  color: #737373;
  padding: 0 0.625em;
}
@media screen and (min-width: 992px) {
  .w-drawer .w-drawer-inner {
    width: 87.5%;
    padding: 0;
  }
}
.w-drawer .w-drawer-close {
  width: 2em;
  height: 2em;
  top: 0.625em;
  right: 0.625em;
  position: absolute;
  z-index: 100;
  font-size: inherit;
  overflow: hidden;
  text-indent: -1000px;
  background: center center url("../i/l/close-inverse.png") no-repeat;
  background-size: contain;
  opacity: .9;
}
.w-drawer .w-drawer-close:hover {
  opacity: 1;
}
.w-drawer .w-drawer-close:focus {
  /* background-image: url("@{i}/l/close-blue.png"); */
  opacity: 1;
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-drawer .w-drawer-sub-tree {
  display: none;
}
.w-drawer .w-drawer-nav {
  padding: 0 0.625em;
}
.w-drawer .w-drawer-nav li {
  display: block;
  font-size: 1.125em;
  color: #737373;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .w-drawer .w-drawer-nav li {
    display: inline-block;
    font-size: 1.25em;
  }
}
.w-drawer .w-drawer-nav li a {
  color: #737373;
}
.w-drawer .w-drawer-nav li a:focus {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-drawer .w-drawer-nav li a:focus .label,
.w-drawer .w-drawer-nav li a:focus .active-label {
  background-color: #000;
  color: #fff;
}
.w-drawer .w-drawer-nav li a:hover {
  color: #35b7e7;
}
.w-drawer .w-drawer-nav li {
  position: relative;
  padding-left: 1.5em;
}
.w-drawer .w-drawer-nav li .li-gt {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.125em;
  padding: 0 0.3125em;
  display: inline-block;
  top: 0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .w-drawer .w-drawer-nav li {
    padding-left: 0;
  }
  .w-drawer .w-drawer-nav li:before {
    display: none;
  }
  .w-drawer .w-drawer-nav li ~ li {
    padding-left: 1.5em;
  }
  .w-drawer .w-drawer-nav li ~ li:before {
    display: block;
  }
}
.w-drawer .w-drawer-nav .active-label {
  display: none;
  color: #35b7e7;
}
.w-drawer .w-drawer-nav .label {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  padding: 0;
}
.w-drawer .w-drawer-tree {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.w-drawer .w-drawer-tree li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .w-drawer .w-drawer-tree li {
    width: 49%;
  }
}
@media screen and (min-width: 992px) {
  .w-drawer .w-drawer-tree li {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .w-drawer .w-drawer-tree li {
    width: 24.5%;
  }
}
.w-drawer .w-drawer-tree li .btn {
  display: block;
  margin: 0.625em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.w-drawer .w-drawer-tree li .btn.filtered-hide {
  opacity: .05;
  cursor: not-allowed;
}
.w-drawer .w-drawer-tree li .btn.filtered-hide:hover {
  border-color: #999;
  color: #737373;
}
.w-drawer .w-drawer-tree > li {
  /* first level */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-drawer .w-drawer-tree > li {
    width: 32.5%;
  }
}
@media screen and (min-width: 992px) {
  .w-drawer .w-drawer-tree > li {
    width: 24.5%;
  }
}
@media screen and (min-width: 1200px) {
  .w-drawer .w-drawer-tree > li {
    width: 19.5%;
  }
}
.w-drawer .w-drawer-tree ul {
  margin: 0;
  padding: 0;
}
.w-drawer .w-drawer-tree .active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer .w-drawer-tree .btn {
  color: #737373;
  border-color: #999;
  display: block;
}
.w-drawer .w-drawer-tree .btn:focus {
  color: #737373;
  border-color: #999;
  background: transparent;
}
.w-drawer .w-drawer-tree .btn:hover,
.w-drawer .w-drawer-tree .btn:focus {
  color: #35b7e7;
  border-color: #35b7e7;
  background: transparent;
}
.w-drawer .w-drawer-tree li.selected > .btn {
  color: #fff;
  border-color: #fff;
}
.w-drawer .w-drawer-filters {
  display: none;
}
.w-drawer .w-drawer-filters label {
  color: #737373;
  text-transform: uppercase;
  display: block;
  margin: 0 0.625em 0.625em;
  cursor: pointer;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .w-drawer .w-drawer-filters label {
    display: inline-block;
    margin: 0 0.625em;
  }
}
.w-drawer .w-drawer-filters label:hover {
  color: #35b7e7;
}
.w-drawer .w-drawer-filters label span {
  position: relative;
  display: inline-block;
}
.w-drawer .w-drawer-filters label span:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -1.5em;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
  border: 1px solid #ccc;
}
.w-drawer .w-drawer-filters label input {
  opacity: 0.01;
}
.w-drawer .w-drawer-filters label input:checked + span {
  color: #fff;
}
.w-drawer .w-drawer-filters label input:checked ~ span:before {
  background: center center url("../i/l/checked.png") no-repeat;
}
.w-drawer[data-view=root] .w-drawer-nav .type .label {
  display: none;
}
.w-drawer[data-view=root] .w-drawer-nav .type .active-label {
  display: inline;
}
.w-drawer[data-view=root] .w-drawer-nav .market a,
.w-drawer[data-view=root] .w-drawer-nav .district a,
.w-drawer[data-view=root] .w-drawer-nav .property a {
  cursor: not-allowed;
}
.w-drawer[data-view=root] .w-drawer-nav .market a:hover,
.w-drawer[data-view=root] .w-drawer-nav .district a:hover,
.w-drawer[data-view=root] .w-drawer-nav .property a:hover,
.w-drawer[data-view=root] .w-drawer-nav .market a:focus,
.w-drawer[data-view=root] .w-drawer-nav .district a:focus,
.w-drawer[data-view=root] .w-drawer-nav .property a:focus {
  text-decoration: none;
  color: #737373;
}
.w-drawer[data-view=root] .w-drawer-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=type] .w-drawer-nav .type a {
  color: #fff;
}
.w-drawer[data-view=type] .w-drawer-nav .market .label {
  display: none;
}
.w-drawer[data-view=type] .w-drawer-nav .market .active-label {
  display: inline;
}
.w-drawer[data-view=type] .w-drawer-nav .district a,
.w-drawer[data-view=type] .w-drawer-nav .property a {
  cursor: not-allowed;
}
.w-drawer[data-view=type] .w-drawer-nav .district a:hover,
.w-drawer[data-view=type] .w-drawer-nav .property a:hover,
.w-drawer[data-view=type] .w-drawer-nav .district a:focus,
.w-drawer[data-view=type] .w-drawer-nav .property a:focus {
  text-decoration: none;
  color: #737373;
}
.w-drawer[data-view=type] .w-drawer-tree > li {
  display: none;
}
.w-drawer[data-view=type] .w-drawer-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=type] .w-drawer-tree > li.active {
  display: block;
  width: auto;
}
.w-drawer[data-view=type] .w-drawer-tree > li.active > a {
  display: none;
}
.w-drawer[data-view=type] .w-drawer-tree > li.active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer[data-view=market] .w-drawer-filters {
  display: block;
}
.w-drawer[data-view=market] .w-drawer-nav .type a,
.w-drawer[data-view=market] .w-drawer-nav .market a {
  color: #fff;
}
.w-drawer[data-view=market] .w-drawer-nav .district .label {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-nav .district .active-label {
  display: inline;
}
.w-drawer[data-view=market] .w-drawer-nav .property a {
  cursor: not-allowed;
}
.w-drawer[data-view=market] .w-drawer-nav .property a:hover,
.w-drawer[data-view=market] .w-drawer-nav .property a:focus {
  text-decoration: none;
  color: #737373;
}
.w-drawer[data-view=market] .w-drawer-tree > li {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active {
  display: block;
  width: auto;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > a {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > .w-drawer-sub-tree > li {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > .w-drawer-sub-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active {
  display: block;
  width: auto;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > a {
  display: none;
}
.w-drawer[data-view=market] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer[data-view=district] .type a,
.w-drawer[data-view=district] .market a,
.w-drawer[data-view=district] .district a {
  color: #fff;
}
.w-drawer[data-view=district] .w-drawer-nav .property .label {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-nav .property .active-label {
  display: inline;
}
.w-drawer[data-view=district] .w-drawer-tree > li {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active {
  display: block;
  width: auto;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > a {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active {
  display: block;
  width: auto;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > a {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li .w-drawer-sub-tree {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li a {
  color: #737373;
  font-size: 0.875em;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li a:hover {
  color: #35b7e7;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li a:focus {
  /* color: #fff;
                          background-color: #000; */
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li.active {
  display: block;
  width: auto;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li.active > a {
  display: none;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree {
  display: block;
}
.w-drawer[data-view=district] .w-drawer-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree > li.active > .w-drawer-sub-tree a {
  display: inline-block;
  margin: 0.625em;
  text-transform: none;
}
.w-earnings {
  background: #222;
  color: #fff;
}
.w-earnings .w-earnings-quarter-year {
  font-size: 0.875em;
  line-height: 1;
  margin: 1em 0;
}
.w-earnings .w-earnings-quarter-date {
  font-size: 0.875em;
  line-height: 1;
  margin: 1em 0;
}
.w-earnings .w-earnings-quarter-q {
  font-size: 5em;
  color: #007db3;
  font-weight: 200;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .w-earnings .w-earnings-quarter-q {
    font-size: 5.625em;
  }
}
.w-earnings .w-earnings-quarter-ghost .w-earnings-quarter-year,
.w-earnings .w-earnings-quarter-ghost .w-earnings-quarter-q {
  color: #8C8C8C;
}
.w-earnings .w-earnings-quater-table {
  width: 100%;
}
.w-earnings .w-earnings-quater-table > tbody > tr > td {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #666;
  font-size: 0.875em;
  line-height: 1.8em;
}
.w-earnings .w-earnings-quater-table table {
  width: 100%;
  display: none;
}
.w-earnings .w-earnings-quater-table table td {
  text-align: center;
  width: 33.33%;
}
.w-earnings .w-earnings-quater-table table a {
  display: inline-block;
  padding-bottom: 1.4375em;
  background: center bottom url("../i/l/download-on.svg") no-repeat;
  background-size: 26px 26px;
  color: #fff;
}
.w-earnings .w-earnings-quater-table table a:hover,
.w-earnings .w-earnings-quater-table table a:focus {
  text-decoration: none;
  background-image: url("../i/l/download.svg");
}
.w-earnings .w-earnings-quater-table table a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-earnings .w-earnings-quater-table tr.show-options .w-earnings-quater-toggle {
  display: none;
}
.w-earnings .w-earnings-quater-table tr.show-options table {
  display: table;
  margin: auto;
  max-width: 20em;
}
.w-earnings .w-earnings-quater-table tr.show-options > td {
  padding: 10px;
}
.w-earnings .w-earnings-quater-toggle {
  color: #fff;
  white-space: nowrap;
  background: left center url("../i/l/document.png") no-repeat;
  background-size: 18px 18px;
  padding-left: 2em;
  font-weight: 700;
  display: inline-block;
}
.w-earnings .w-earnings-quater-toggle:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-earnings .w-earnings-quarter-ghost .w-earnings-quater-table > tbody > tr > td {
  text-transform: none;
}
.w-earnings .w-earnings-quarter-ghost .w-earnings-quater-toggle {
  visibility: hidden;
}
.w-earnings .w-earnings-quarter-ghost .w-earnings-quater-table > tbody > tr.empty td {
  text-transform: none;
  border-top: none;
  padding-top: 0.5625em;
  padding-bottom: 0.5625em;
  color: #8C8C8C;
}
.w-earnings .w-earnings-quarter-ghost .w-earnings-quater-table > tbody > tr.empty ~ tr > td {
  border-top: none;
}
.w-earnings .w-carousel-item {
  padding: 0.625em 1.25em;
}
@media screen and (min-width: 768px) {
  .w-earnings .w-carousel-item {
    padding: 1.25em 0.625em;
    border-left: 1px solid #2f2f2f;
    border-right: 1px solid #111;
  }
  .w-earnings .w-carousel-item:hover {
    background: #111;
  }
}
.w-earnings .w-carousel-dots ul li a span {
  background-color: #666666;
}
.w-earnings .w-carousel-dots ul li a:hover span {
  background-color: #35b7e7;
}
.w-earnings .w-carousel-dots ul li.active a span {
  background-color: #35b7e7;
}
@media screen and (min-width: 991px) {
  .w-earnings .w-carousel-strip {
    width: 100% !important;
  }
  .w-earnings .w-carousel-viewport-inner {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .w-earnings .w-carousel-item {
    width: 25% !important;
  }
  .w-earnings .w-carousel-dots {
    display: none;
  }
}
/* Explore Area Map Widget Styles */
.w-explore-area-map .w-explore-area-container {
  max-width: none;
}
.w-explore-area-map .w-explore-area-header,
.w-explore-area-map .w-explore-area-subheader {
  font-size: 1.25em;
  line-height: 1.2;
  padding-right: 2em;
}
@media screen and (min-width: 992px) {
  .w-explore-area-map .w-explore-area-header,
  .w-explore-area-map .w-explore-area-subheader {
    font-size: 1.5em;
  }
}
.w-explore-area-map.modal .close {
  position: absolute;
  right: 1.25em;
  width: 1.875em;
  height: 1.875em;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .w-explore-area-map.modal .close {
    position: static;
    width: 2.5em;
    height: 2.5em;
  }
}
/* Fix navigation tabs for smaller screens */
@media screen and (max-width: 1199px) {
  .w-amenities .navbar .nav-pills {
    font-size: 12px;
  }
  .w-amenities .navbar .nav-pills li {
    flex: 1;
    min-width: 0;
  }
  .w-amenities .navbar .nav-pills li a {
    padding: 8px 4px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 991px) {
  .w-amenities .navbar .nav-pills {
    font-size: 11px;
  }
  .w-amenities .navbar .nav-pills li a {
    padding: 6px 2px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .w-amenities .navbar .nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .w-amenities .navbar .nav-pills li {
    flex: 1 1 calc(31.33%);
    margin: 1px;
    min-width: 0;
  }
  .w-amenities .navbar .nav-pills li a {
    padding: 8px 2px;
    font-size: 10px;
  }
}
/* Ensure All tab is always visible */
@media screen and (max-width: 1199px) {
  .w-amenities .navbar .nav-pills li:last-child a {
    background-color: transparent;
    border: 1px solid #ccc;
  }
  .w-amenities .navbar .nav-pills li:last-child.active a,
  .w-amenities .navbar .nav-pills li:last-child a:hover {
    background-color: #337ab7;
    border-color: #337ab7;
  }
}
/* Search Box Styles */
.w-explore-area-search-container {
  padding: 10px 15px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.w-explore-area-search-container .w-explore-area-search {
  width: 100%;
  max-width: 360px;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.w-explore-area-search-container .w-explore-area-search:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}
.w-explore-area-search-container .w-explore-area-search::placeholder {
  color: #6c757d;
}
/* Filter Buttons */
.w-explore-area-filters {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.w-explore-area-filters .w-explore-area-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .w-explore-area-filters .w-explore-area-filter-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.w-explore-area-filters .w-explore-area-filter-btn {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  background: #fff;
  color: #495057;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.w-explore-area-filters .w-explore-area-filter-btn:hover {
  border-color: #1a73e8;
  color: #1a73e8;
}
.w-explore-area-filters .w-explore-area-filter-btn.active {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}
.w-explore-area-filters .w-explore-area-filter-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}
/* Main Content Layout */
.w-explore-area-pane-wrapper {
  position: relative;
  height: 70vh;
  min-height: 500px;
}
.w-explore-area-pane-wrapper .w-explore-area-pane {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .w-explore-area-pane-wrapper .w-explore-area-pane {
    flex-direction: column;
  }
}
/* Map Section */
.w-explore-area-map-section {
  flex: 1;
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 1199px) {
  .w-explore-area-map-section {
    height: 50vh;
    min-height: 300px;
  }
}
.w-explore-area-map-section .w-explore-area-map-container {
  width: 100%;
  height: 100%;
  position: relative;
}
/* Map Container for amenities layout - fill remaining space */
.w-amenities .w-amenities-pane-wrapper {
  height: calc(100vh - 215px);
  /* header/nav + search box (~55px) */
  min-height: 400px;
}
@media screen and (max-width: 991px) {
  .w-amenities .w-amenities-pane-wrapper {
    height: calc(100vh - 255px);
    min-height: calc(100vh - 255px);
  }
}
@media screen and (max-width: 767px) {
  .w-amenities .w-amenities-pane-wrapper {
    height: calc(100vh - 230px);
    min-height: calc(100vh - 230px);
  }
}
.w-amenities .w-amenities-pane {
  height: 100%;
  width: 100%;
}
.w-amenities .w-amenities-atlas {
  height: 100%;
  width: 100%;
  position: relative;
}
.w-amenities .w-explore-area-map-container {
  height: 100% !important;
  width: 100% !important;
  min-height: 350px;
}
@media screen and (max-width: 991px) {
  .w-amenities .w-explore-area-map-container {
    min-height: calc(100vh - 275px);
  }
}
@media screen and (max-width: 767px) {
  .w-amenities .w-explore-area-map-container {
    min-height: calc(100vh - 250px);
  }
}
.w-explore-area-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 4px;
  z-index: 100;
}
.w-explore-area-loading .spinner {
  text-align: center;
  color: #1a73e8;
  font-weight: 500;
}
/* No results message */
.w-explore-area-no-results {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 32px;
  border-radius: 4px;
  z-index: 100;
  text-align: center;
  max-width: 300px;
}
.w-explore-area-no-results p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #495057;
}
.w-explore-area-no-results p:last-child {
  margin-bottom: 0;
  font-size: 12px;
  color: #6c757d;
}
/* Places List Section */
.w-explore-area-list-section {
  width: 320px;
  background: #f8f9fa;
  border-left: 1px solid #dee2e6;
  overflow-y: auto;
}
@media screen and (max-width: 1199px) {
  .w-explore-area-list-section {
    width: 100%;
    height: 50vh;
    border-left: none;
    border-top: 1px solid #dee2e6;
  }
}
.w-explore-area-list-section .w-explore-area-list-wrapper {
  height: 100%;
}
.w-explore-area-list-section .w-explore-area-list-wrapper .w-explore-area-places-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* List Items */
.w-explore-area-list-item {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.w-explore-area-list-item:hover,
.w-explore-area-list-item:focus {
  background: #e9ecef;
  outline: none;
}
.w-explore-area-list-item:focus .w-explore-area-list-item-info h4 {
  color: #1a73e8;
}
.w-explore-area-list-item:focus .w-explore-area-list-item-number {
  background: #1a73e8;
  color: #fff;
}
.w-explore-area-list-item .w-explore-area-list-item-number {
  background: #6c757d;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}
.w-explore-area-list-item .w-explore-area-list-item-info {
  flex: 1;
  min-width: 0;
}
.w-explore-area-list-item .w-explore-area-list-item-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #212529;
  line-height: 1.3;
}
.w-explore-area-list-item .w-explore-area-list-item-info .address {
  font-size: 12px;
  color: #6c757d;
  margin: 0 0 6px 0;
  line-height: 1.3;
}
.w-explore-area-list-item .w-explore-area-list-item-info .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.w-explore-area-list-item .w-explore-area-list-item-info .rating .star {
  color: #fbbc04;
  font-size: 14px;
}
.w-explore-area-list-item .w-explore-area-list-item-info .rating .count {
  color: #6c757d;
}
/* Custom Marker Styles */
.property-marker,
.place-marker {
  cursor: pointer;
}
.property-marker:hover,
.place-marker:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .w-explore-area-search-container {
    padding: 10px;
  }
  .w-explore-area-search-container .w-explore-area-search {
    padding: 10px 12px;
    font-size: 16px;
    /* Prevent zoom on iOS */
  }
  .w-explore-area-filters {
    padding: 8px 0;
  }
  .w-explore-area-filters .w-explore-area-filter-buttons {
    padding: 0 10px;
  }
  .w-explore-area-filters .w-explore-area-filter-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
  .w-explore-area-list-item {
    padding: 12px;
  }
  .w-explore-area-list-item .w-explore-area-list-item-number {
    width: 20px;
    height: 20px;
    font-size: 11px;
    margin-right: 10px;
  }
  .w-explore-area-list-item .w-explore-area-list-item-info h4 {
    font-size: 13px;
  }
  .w-explore-area-list-item .w-explore-area-list-item-info .address {
    font-size: 11px;
  }
  .w-explore-area-list-item .w-explore-area-list-item-info .rating {
    font-size: 11px;
  }
  .w-explore-area-pane-wrapper {
    height: calc(-100vh);
    min-height: 400px;
  }
}
/* Loading animation */
.w-explore-area-loading .spinner {
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.w-explore-area-loading .spinner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #1a73e8;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.w-form-modal .w-form-modal-off {
  display: none;
}
@media screen and (max-width: 767px) {
  .w-form-modal .w-form-modal-off {
    display: block;
  }
}
.w-form-modal .w-form-modal-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .w-form-modal .w-form-modal-inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .w-form-modal.showing .w-form-modal-off {
    display: none;
  }
  .w-form-modal.showing .w-form-modal-on {
    display: block;
  }
  .w-form-modal.showing .w-form-modal-inner {
    background: #fff;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  body.showing-form-modal {
    overflow: hidden;
  }
}
.w-form ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.w-form ol li {
  font-size: inherit;
  margin-bottom: 0.625em;
}
.w-form > form > fieldset {
  margin-bottom: 1.25em;
}
.w-form > form > fieldset + fieldset {
  padding-top: 0.625em;
  border-top: 1px solid #000;
}
.w-form .text > label,
.w-form .textarea > label,
.w-form .password > label,
.w-form .select > label {
  display: block;
  color: #959595;
  color: #000;
  font-size: 0.875em;
  font-weight: normal;
}
.w-form .text > label.error,
.w-form .textarea > label.error,
.w-form .password > label.error,
.w-form .select > label.error {
  color: #cc3300;
}
.w-form .checkbox_fieldset > legend {
  display: block;
  color: #959595;
  font-size: 0.875em;
  font-weight: normal;
  margin: 0;
  border: none;
}
.w-form .has-placeholder label {
  display: block;
  /*position: absolute !important;
      height: 1px; width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);*/
}
.w-form .has-placeholder label.error {
  position: static !important;
  height: auto;
  width: auto;
  overflow: hidden;
  clip: auto;
  line-height: 1.4;
  padding-top: 2px;
}
.w-form .text input,
.w-form .password input {
  border: 1px solid #ccc;
  color: #000;
  display: block;
  width: 100%;
  padding: 0.5em 0.625em;
}
.w-form .text input:focus,
.w-form .password input:focus {
  border-color: #137ea4;
}
.w-form .text.error input,
.w-form .password.error input {
  border-color: #cc3300;
}
.w-form .text.error input:focus,
.w-form .password.error input:focus {
  box-shadow: 0 0 2px 2px #cc3300 inset;
}
.w-form .textarea textarea {
  border: 1px solid #ccc;
  font-size: 0.875em;
  color: #000;
  line-height: 2.5em;
  display: block;
  width: 100%;
  padding: 0.625em;
  resize: vertical;
  max-height: 300px;
}
.w-form .textarea textarea:focus {
  border-color: #137ea4;
}
.w-form .select {
  position: relative;
}
.w-form .select.error::after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.w-form .select select {
  border: 1px solid #000;
  font-size: 0.875em;
  color: #000;
  line-height: 2.5em;
  height: 2.625em;
  display: block;
  width: 100%;
  padding: 0 0.625em;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.w-form .select select:focus {
  border-color: #35b7e7;
  outline: none;
}
.w-form .select::before,
.w-form .select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.w-form .select::after {
  /*  Custom dropdown arrow */
  content: "";
  line-height: 1;
  right: 1px;
  width: 2.2em;
  margin-top: -2.2em;
  height: 2.105em;
  line-height: 2.105em;
  vertical-align: middle;
  background: #ffffff center center url("../i/l/caret.png") no-repeat;
  background-size: contain;
  text-align: center;
}
.w-form .select::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
.w-form .select.error select {
  border-color: #cc3300;
}
.w-form .required > label span {
  color: #007db3;
}
.w-form .radio,
.w-form .checkbox {
  margin: 0;
}
.w-form .checkbox > label,
.w-form .radiobutton > label {
  font-size: 0.875em;
  font-weight: normal;
}
.w-form .buttons {
  padding: 0 0 1.25em;
  text-align: right;
}
.w-form .buttons .button {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  background: transparent;
  border-radius: 0;
  color: #000;
  border: 0.21428571em solid #000000;
  text-transform: uppercase;
  padding: 1.07142857em 3em;
}
.w-form .buttons .button:hover,
.w-form .buttons .button:focus {
  background: #000;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 0.21428571em;
}
.w-form .buttons .button:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-form .buttons .button.btn-sm {
  padding: 0.57137143em 3em;
}
.w-form .buttons .button.btn-inverse {
  border-color: #fff;
  color: #fff;
}
.w-form .buttons .button.btn-inverse:hover,
.w-form .buttons .button.btn-inverse:focus {
  background: #fff;
  color: #000;
}
.w-form .buttons .button.btn-white {
  background: #fff;
}
.w-form .buttons .button.btn-white:hover,
.w-form .buttons .button.btn-white:focus {
  background: #000;
  color: #fff;
}
.w-form .buttons .button.btn-plus {
  font-size: 1.875em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  font-weight: 400;
  border-width: 2px;
  line-height: 1.125em;
  vertical-align: middle;
}
.w-form .buttons .button.btn-vno {
  padding: 0.75em 2.5em 0.75em 1.25em;
}
.w-form .buttons .button.btn-vno .caret {
  border: none;
  width: 1.5em;
  height: 0.875em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../i/l/caret.png");
  position: absolute;
  right: 0.625em;
}
.w-form .buttons .button.btn-vno:hover .caret,
.w-form .buttons .button.btn-vno:focus .caret {
  background-image: url("../i/l/caret-on.png");
}
.w-form .buttons .button.btn-primary {
  background: #41c7ff;
  border-color: #41c7ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .w-form .buttons .button.btn-block-xs {
    display: block;
  }
}
.w-form .buttons .button.primary {
  color: #fff;
  background: #000;
}
.w-form .buttons .button.primary:hover,
.w-form .buttons .button.primary:focus {
  background-color: #757575;
  border-color: #757575;
}
.w-form .recaptcha_message_label label,
.w-form .recaptcha_message_label input {
  display: none;
}
.w-form .options.error label.error {
  font-size: 14px;
  font-weight: normal;
  color: #cc3300;
}
html.ie8 .w-form > form > fieldset > ol {
  margin-right: 90px;
}
html.ie8 .w-form .buttons {
  margin-right: 90px;
}
html.ie8 .w-form .select select {
  padding: 0;
}
html.ie8 .w-form .select select:focus {
  border-color: #41c7ff;
}
.w-fp-viewer {
  position: absolute;
  top: 0.625em;
  bottom: 0.625em;
  left: 0.625em;
  right: 0.625em;
  overflow: hidden;
}
.w-guide {
  position: absolute;
  z-index: 10000;
  right: 0;
  top: 0;
  left: 0;
  opacity: 0.618;
}
.w-guide .container-fluid {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.w-guide .w-guide-lines {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
}
.w-guide.active .container-fluid,
.w-guide.active .w-guide-lines {
  display: block;
}
.w-guide .w-guide-col div {
  background: #FFC300;
  width: 9px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
}
.w-guide .w-guide-col div + div {
  left: auto;
  right: 1px;
}
.w-guide .w-guide-line {
  border-top: 1px dotted #FFC300;
  box-sizing: border-box;
  height: 1.5em;
}
.w-guide.active .w-guide-switch {
  transform: rotate(-90deg);
}
.w-guide .w-guide-switch {
  cursor: pointer;
  opacity: 1;
  position: fixed;
  right: 1em;
  top: 1em;
  width: 24px;
  z-index: 19500;
  transition: all 0.145s ease-out 0s;
}
.w-guide .w-guide-switch .bar {
  background: #FFC300;
  height: 4px;
  margin-bottom: 4px;
  width: 100%;
}
body.guide-on .normal,
body.guide-on .big,
body.guide-on .large,
body.guide-on .huge,
body.guide-on .jumbo,
body.guide-on .massive,
body.guide-on .gigantic,
body.guide-on h1,
body.guide-on h2,
body.guide-on h3,
body.guide-on h4,
body.guide-on h5,
body.guide-on h6 {
  background-color: #FFC300;
  background-color: rgba(255, 195, 0, 0.5);
}
.w-hero {
  position: relative;
  background: #000;
}
.w-hero + * {
  position: relative;
  background: #fff;
  z-index: 10;
}
.w-hero .w-hero-ownership {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0.625em;
}
.w-hero .w-hero-ownership:after {
  display: block;
  content: '';
  border-bottom: 1px solid #fff;
  width: 2.2222em;
  margin: 0 auto;
  padding: 0.25em 0;
}
.w-hero .w-hero-headline {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}
.w-hero .w-hero-copy-text {
  font-size: 1em;
}
.w-hero .w-hero-copy-text p {
  font-size: inherit;
}
.w-hero .w-hero-dropdown {
  position: relative;
  z-index: 1002;
  background: #fff;
}
.w-hero .w-hero-dropdown .w-hero-dropdown-toggle {
  font-size: 0.75em;
  line-height: 1em;
  color: #a4a4a4;
  background: #fff;
  text-transform: uppercase;
  padding: 1em 1.6666em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.w-hero .w-hero-dropdown .w-hero-dropdown-toggle:hover,
.w-hero .w-hero-dropdown .w-hero-dropdown-toggle:focus {
  text-decoration: none;
  color: #000;
}
.w-hero .w-hero-dropdown .w-hero-dropdown-toggle:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/dropdown-caret2x.png") no-repeat;
  background-size: 12px 12px;
  position: relative;
  top: 0.125em;
  margin-left: .5em;
}
.w-hero .w-hero-dropdown span.w-hero-dropdown-toggle:after {
  background: none;
}
.w-hero .w-hero-dropdown span.w-hero-dropdown-toggle:hover,
.w-hero .w-hero-dropdown span.w-hero-dropdown-toggle:focus {
  color: #a4a4a4;
  cursor: default;
}
.w-hero .w-hero-dropdown ul {
  list-style-type: none;
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: -20em;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.w-hero .w-hero-dropdown ul li {
  padding: 0;
  margin: 0;
  font-size: inherit;
  white-space: nowrap;
}
.w-hero .w-hero-dropdown ul li a {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #a4a4a4;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.6666em;
  display: block;
}
.w-hero .w-hero-dropdown ul li a:hover,
.w-hero .w-hero-dropdown ul li a:focus {
  text-decoration: none;
  color: #35b7e7;
}
.w-hero .w-hero-dropdown ul li.active a {
  color: #000;
  font-weight: bold;
}
.w-hero .w-hero-dropdown.open ul {
  top: 100%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-dropdown {
    position: fixed;
    background: none;
  }
  .w-hero .w-hero-dropdown .w-hero-dropdown-toggle {
    width: 13.3333em;
    left: -120%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
  }
  .w-hero .w-hero-dropdown ul {
    min-width: 10em;
    width: auto;
  }
  .w-hero .w-hero-dropdown.sticky .w-hero-dropdown-toggle {
    left: auto;
    opacity: 1;
  }
}
.w-hero .w-hero-content {
  background: #ccc;
  display: table;
  position: relative;
  z-index: 1;
  width: 100%;
}
.w-hero .w-hero-content .w-hero-content-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 10;
}
.w-hero .w-hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.w-hero .w-hero-copy {
  margin: 0.625em;
  max-width: 70em;
  position: relative;
  overflow: hidden;
  padding: 0 0.625em;
  opacity: 0.01;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.w-hero .w-hero-copy.fade-in {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-copy {
    margin: 0 auto 2.5em;
    width: 75%;
    padding: 0 8.3333%;
  }
}
.w-hero .w-hero-copy .w-hero-copy-inner {
  position: relative;
  z-index: 10;
  padding: 2.5em 0;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-copy .w-hero-copy-inner {
    padding: 3.75em 0;
  }
}
.w-hero .w-hero-copy .w-hero-copy-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.w-hero .w-hero-copy .w-hero-blur-bg {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.w-hero .w-hero-fixed {
  position: relative;
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-fixed {
    position: fixed;
  }
}
.w-hero .w-hero-bar-wrapper {
  width: 100%;
  display: block;
}
.w-hero .w-hero-bar-wrapper.w-hero-scroll {
  display: none;
}
.w-hero .w-hero-bar-wrapper.w-hero-scroll ul {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-bar-wrapper.w-hero-scroll {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-bar-wrapper {
    height: 0;
  }
  .w-hero .w-hero-bar-wrapper .w-hero-bar li.active a {
    color: inherit;
  }
  .w-hero .w-hero-bar-wrapper.sticky .w-hero-bar {
    position: fixed;
    bottom: auto;
    top: 4.375em;
    background: #000;
  }
  .w-hero .w-hero-bar-wrapper.sticky .w-hero-bar li.active a {
    color: #35b7e7;
  }
  .w-hero .w-hero-bar-wrapper.sticky.w-hero-scroll ul {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.w-hero .w-hero-bar {
  background: #000;
  border-top: 1px solid #666;
  color: #fff;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-bar {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.w-hero .w-hero-bar .w-hero-bar-white {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  opacity: 0;
}
.w-hero .w-hero-bar ul {
  margin: 0;
  position: relative;
  z-index: 3;
  list-style-type: none;
  text-align: center;
  padding: 0.6875em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-bar ul {
    white-space: nowrap;
  }
}
.w-hero .w-hero-bar ul li {
  display: inline-block;
  padding: 0 1em;
  margin: 0.5em 0;
  font-size: 0.75em;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .w-hero .w-hero-bar ul li {
    margin: 0;
  }
}
.w-hero .w-hero-bar ul li ~ li {
  border-left: 1px solid #ccc;
}
.w-hero .w-hero-bar ul li.active a {
  color: #35b7e7;
}
.w-hero .w-hero-bar ul a {
  color: inherit;
  text-transform: uppercase;
  display: inline-block;
}
.w-hero .w-hero-bar ul a:hover,
.w-hero .w-hero-bar ul a:focus {
  text-decoration: none;
  outline: none;
  color: #35b7e7;
}
.w-hero .w-hero-bar-wrapper.w-hero-static .w-hero-bar {
  background: #fff;
}
.w-hero .w-hero-bar-wrapper.w-hero-static .w-hero-bar a {
  color: #737373;
}
.w-hero .w-hero-bar-wrapper.w-hero-static .w-hero-bar a:hover,
.w-hero .w-hero-bar-wrapper.w-hero-static .w-hero-bar a:focus {
  color: #35b7e7;
}
.w-hero .w-hero-bar-wrapper.w-hero-static .w-hero-bar .active a {
  color: #35b7e7;
}
.w-hero .w-hero-bar-wrapper.w-hero-static .w-hero-bar-white {
  opacity: 1 !important;
  border-top: 1px solid #ccc;
}
.w-hero-section {
  height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.w-hero-section.active {
  height: auto;
  width: auto;
  overflow: auto;
  position: relative;
  top: auto;
}
html.no-mediaqueries .w-hero .w-hero-dropdown {
  position: fixed;
  background: none;
}
html.no-mediaqueries .w-hero .w-hero-dropdown .w-hero-dropdown-toggle {
  width: 13.3333em;
  left: -200%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
html.no-mediaqueries .w-hero .w-hero-dropdown ul {
  width: 10em;
}
html.no-mediaqueries .w-hero .w-hero-dropdown.sticky .w-hero-dropdown-toggle {
  left: auto;
  opacity: 1;
}
html.no-mediaqueries .w-hero .w-hero-copy {
  margin: 0.625em auto;
  width: 85.7142%;
  padding: 0 8.3333%;
}
html.no-mediaqueries .w-hero .w-hero-bar-wrapper {
  height: 0;
}
html.no-mediaqueries .w-hero .w-hero-bar-wrapper.sticky .w-hero-bar {
  position: fixed;
  bottom: auto;
  top: 4.375em;
  background: #000;
}
html.no-mediaqueries .w-hero .w-hero-bar-wrapper.sticky.w-hero-scroll ul {
  opacity: 0;
  filter: alpha(opacity=0);
}
html.no-mediaqueries .w-hero .w-hero-bar {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
}
html.no-mediaqueries .w-hero .w-hero-bar ul {
  white-space: nowrap;
}
html.no-mediaqueries .w-hero .w-hero-bar ul li {
  margin: 0;
}
html.no-backgroundsize .w-hero .w-hero-dropdown .w-hero-dropdown-toggle:after {
  background-image: url("../i/l/dropdown-caret.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .w-hero .w-hero-dropdown .w-hero-dropdown-toggle {
    padding-bottom: 0.8em;
  }
  .w-hero .w-hero-dropdown ul {
    margin-top: 2px;
  }
}
.w-history {
  position: relative;
}
.w-history.transitioning .w-history-sections {
  overflow: hidden;
}
.w-history .w-history-nav {
  position: relative;
  z-index: 10;
}
.w-history #search-last-item {
  color: #35b7e7;
}
.w-history #search-last-item:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-history-sections {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.w-history-sections .w-history-section {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /*
         -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
         -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
         -ms-transform: translate3d(0,0,0) scale3d(1,1,1);
         -o-transform: translate3d(0,0,0) scale3d(1,1,1);
         transform: translate3d(0,0,0) scale3d(1,1,1);
         */
  -webkit-transition-delay: 0s;
  /* Safari */
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.w-history-sections .w-history-section.shift-left {
  -webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
}
.w-history-sections .w-history-section.shift-right {
  -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
}
.w-history-sections .w-history-section.active {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 2;
  opacity: 1;
  -webkit-transition-delay: .5s;
  /* Safari */
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: 1s;
  /* Safari */
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.w-history-sections .w-history-section.hidden {
  display: none;
  /* display: block !important;
           visibility: visible !important; */
  height: 0;
  overflow: hidden;
}
.w-history-index {
  list-style-type: none;
  margin: 0;
  padding: 1.25em;
  text-align: center;
}
.w-history-index li {
  display: inline-block;
  padding: 0 0.25em;
  font-size: inherit;
}
.w-history-index li a {
  color: #8c8988;
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin: 0 0.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../i/w/card/bull.png");
  background-size: cover;
}
.w-history-index li a span {
  display: none;
}
.w-history-index li.active a,
.w-history-index li a:hover,
.w-history-index li a:focus {
  text-decoration: none;
  outline: none;
  background-image: url("../i/w/card/bull-on.png");
}
.w-history.no-push.transitioning .w-history-sections {
  overflow: visible;
}
.w-history.no-push .w-history-sections .shift-left,
.w-history.no-push .w-history-sections .shift-right {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.w-history.no-push .w-history-section.hidden {
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.w-history.no-push .w-history-section.active {
  position: relative;
  opacity: 1;
}
.w-history-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.w-history-controls .w-history-prev {
  left: 0;
  background-image: url("../i/w/card/arrow-left-on.png");
  background-position: left center;
}
.w-history-controls .w-history-prev-inverse {
  background-image: url("../i/w/card/arrow-left-inverse.png");
}
.w-history-controls .w-history-next {
  right: 0;
  background-image: url("../i/w/card/arrow-right-on.png");
  background-position: right center;
}
.w-history-controls .w-history-next-inverse {
  background-image: url("../i/w/card/arrow-right-inverse.png");
}
.w-history-controls .w-history-prev,
.w-history-controls .w-history-next {
  width: 3.125em;
  margin-top: -3.125em;
  height: 3.125em;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.w-history-controls .w-history-prev:hover,
.w-history-controls .w-history-next:hover,
.w-history-controls .w-history-prev:focus,
.w-history-controls .w-history-next:focus {
  opacity: 1;
}
.w-history-controls .w-history-prev span,
.w-history-controls .w-history-next span {
  display: none;
}
.w-history.w-history-linear > .w-history-sections > .w-history-section > .w-history-nav {
  display: none;
}
@media screen and (max-width: 991px) {
  .w-history.w-history-linear > .w-history-nav {
    display: none;
  }
  .w-history.w-history-linear > .w-history-controls,
  .w-history.w-history-linear > .w-hisotry-index {
    display: none;
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section {
    opacity: 1;
    position: relative;
    display: block;
    visibility: visible;
    height: auto;
    overflow: visible;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section.hidden {
    display: none;
    /* display: block !important;
          visibility: visible !important;
          height: auto !important; */
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section.shift-left,
  .w-history.w-history-linear > .w-history-sections > .w-history-section.shift-right {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .w-history.w-history-linear > .w-history-sections > .w-history-section > .w-history-nav {
    display: block;
  }
}
.w-instruction .w-instruction-img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.w-instruction .w-instruction-header {
  font-weight: 600;
  color: #000;
  font-size: 0.875em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .w-instruction .w-instruction-header {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
}
.w-instruction .close-instructions {
  float: right;
  margin-top: 70px;
  margin-right: 5px;
}
.w-instruction .w-instruction-row {
  margin-bottom: 1.875em;
}
@media screen and (min-width: 768px) {
  .w-instruction .w-instruction-row {
    margin-bottom: 2.5em;
  }
}
.w-instruction .w-instruction-step {
  color: #137ea4;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 0.625em;
}
@media screen and (min-width: 768px) {
  .w-instruction .w-instruction-step {
    font-size: 1.75em;
  }
}
.w-instruction .w-instruction-copy {
  font-size: 0.75em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .w-instruction .w-instruction-copy {
    font-size: 1em;
  }
}
.w-limo .w-limo-input {
  position: relative;
}
.w-limo .w-limo-input input {
  display: block;
  border-radius: 0;
  background: #fff;
  color: #000;
  height: 1.8em;
  padding: 0 1.8em 0 0.5em;
  border: 1px solid #fff;
  width: 100%;
  font-size: 2em;
}
.w-limo .w-limo-input input:focus {
  border-color: #137ea4;
  box-shadow: 0 0 2px 2px #35b7e7 inset;
}
.w-limo .w-limo-input input::-webkit-input-placeholder {
  font-size: 0.5em;
  line-height: 2.6em;
  vertical-align: middle;
}
.w-limo .w-limo-input input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.5em;
}
.w-limo .w-limo-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.5em;
}
.w-limo .w-limo-input input:-ms-input-placeholder {
  font-size: 2em;
}
.w-limo .w-limo-input:after {
  display: block;
  content: '';
  width: 3.4em;
  height: 3.4em;
  position: absolute;
  z-index: 2;
  background: #000000 center center url("../i/l/go.png") no-repeat;
  top: 2px;
  right: 2px;
}
.w-limo .w-limo-input label {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.w-limo .w-limo-search-results {
  position: relative;
  height: 0;
  z-index: 100;
}
.w-limo .w-limo-search-results ul {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: #fff;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: inherit;
  border-top: 2px solid #333;
}
.w-limo .w-limo-search-results ul li {
  display: block;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.w-limo .w-limo-search-results ul li a {
  color: #737373;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0.4166em 0.8333em;
  display: block;
}
.w-limo .w-limo-search-results ul li a:hover,
.w-limo .w-limo-search-results ul li a:focus {
  color: #35b7e7;
  text-decoration: none;
  outline: none;
}
.w-limo .w-limo-search-results ul li.empty-results {
  color: #737373;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0.4166em 0.8333em;
  display: block;
}
.w-package-list .dropdown-toggle {
  display: inline-block;
}
.w-package-list .dropdown-toggle > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.w-package-list.open.loading .dropdown-toggle > span {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.w-package-list.btn-group .dropdown-menu > li {
  margin-top: 1px;
}
.w-package-list.btn-group .dropdown-menu > li.active > a {
  background: #35b7e7;
  color: #fff;
}
.w-package-list .dropdown-menu {
  z-index: 999;
  max-height: 12.5em;
  overflow-x: hidden;
  overflow-y: auto;
}
.w-package-list .dropdown-menu:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #fff;
  right: 8px;
  top: -0.5em;
  margin-top: 1px;
  z-index: 1002;
}
.w-package-list .dropdown-menu:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ccc;
  right: 8px;
  top: -0.5em;
  z-index: 1000;
}
.w-package-list .dropdown-header {
  font-weight: bold;
  font-size: inherit;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.w-package-list .divider {
  margin-bottom: 0;
}
.w-package-list .add-package {
  display: none;
}
.w-package-list .add-package > div {
  margin: 0.625em;
  padding: 0.625em;
  background: #eee;
  width: 14.375em;
}
.w-package-list .add-package .form-control {
  border-radius: 0;
}
.w-package-list .add-package .add-package-btn {
  background: #137ea4;
  color: #fff;
  border-color: #137ea4;
  text-decoration: none;
}
.w-package-list .add-package .add-package-btn:hover {
  text-decoration: none;
}
.w-package-list .add-package .add-package-btn:focus {
  background: #757575;
  color: #fff;
  border-color: #757575;
}
.w-package-list .create-package.active {
  display: none;
}
.w-package-list .create-package.active + .add-package {
  display: block;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.w-parallax {
  position: relative;
  overflow: hidden;
}
.w-parallax-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.w-parallax-image {
  position: absolute;
}
html,
body {
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-presentation {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.w-presentation-slide {
  position: relative;
}
body.quest-open-swiftype {
  max-height: 100vh;
  overflow: hidden;
}
body.quest-open-swiftype #site-search-toggle-close {
  display: none !important;
}
body.quest-open-swiftype .w-quest-container {
  background-color: transparent;
}
body.quest-open-swiftype .w-splash-nav,
body.quest-open-swiftype .w-splash-tabs {
  display: none !important;
}
.w-swiftype-quest {
  height: auto;
  z-index: 9999;
  /* dchan starts */
  /* dchan ends */
}
.w-swiftype-quest.close {
  display: none;
}
.w-swiftype-quest .close {
  font-size: 5.625em;
  color: #fff;
  z-index: 10;
  margin-top: 0.9375em;
  margin-right: 0.3125em;
  font-weight: 200;
  opacity: 1;
  display: none;
}
.w-swiftype-quest .w-quest-limo {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.w-swiftype-quest .w-quest-limo .box {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media screen and (min-width: 768px) {
  .w-swiftype-quest .w-quest-limo {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  .w-swiftype-quest .w-quest-limo .box {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
.w-swiftype-quest .w-history-sections {
  padding: 2.5em 0;
}
.w-swiftype-quest #swiftype-property-search-form .w-drawer .w-drawer-inner {
  width: auto;
  max-width: none;
}
.w-swiftype-quest #swiftype-property-search-form .w-limo-search-results ul li a {
  font-size: 1.125em;
}
.w-swiftype-quest #swiftype-property-search-form .w-limo .w-limo-input input {
  height: 1.6em;
  font-size: 1.8em;
}
.w-swiftype-quest #swiftype-property-search-form .w-limo .w-limo-input:after {
  background: transparent;
}
.w-swiftype-quest #property-search-drawer.w-drawer {
  background: transparent;
}
.w-swiftype-quest #property-search-w-form .w-form .select label.error {
  position: absolute;
  top: auto;
  line-height: 1;
  padding-top: 6px;
}
.w-swiftype-data {
  color: #000;
  min-height: 200px;
  padding-bottom: 3em;
}
.w-quest-limo {
  background: #ededed;
  width: 100%;
}
.w-swiftype-quest .w-quest-nav {
  background: #ededed;
}
.w-swiftype-quest .w-quest-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar {
  display: table;
  width: 100%;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul {
  display: table-row;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li {
  display: table-cell;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li a {
  display: block;
  font-size: 0.75em;
  background: #636363;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 1.2em;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li a:hover,
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li a:focus {
  text-decoration: none;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li a:focus {
  box-shadow: inset 0 0 2px 2px #35b7e7;
}
.w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li.active a {
  color: #35b7e7;
  background: #222222;
}
@media screen and (min-width: 768px) {
  .w-swiftype-quest .w-quest-nav .w-quest-nav-bar {
    width: auto;
    margin: 0 0.625em -1px;
  }
  .w-swiftype-quest .w-quest-nav .w-quest-nav-bar ul li a {
    font-size: 0.875em;
    font-weight: 600;
  }
}
.w-quest-container {
  /* background: #232323; */
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.w-quest-container .w-history-section {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.w-swiftype-quest.open {
  height: auto;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.w-swiftype-quest.open .w-quest-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.w-swiftype-quest .w-form label.error {
  color: #fff;
}
.w-swiftype-quest .w-form label.error ~ .tiny {
  display: none;
}
.w-swiftype-quest .w-form > form > fieldset > ol > li {
  margin-bottom: 2.5em;
}
.w-swiftype-quest .w-form .text input {
  border: none;
  height: 3.6em;
  padding: 0 1em;
  border-radius: 0;
}
.w-swiftype-quest .w-form .select label {
  /* display: none; */
  color: #fff;
  position: absolute;
  top: -26px;
}
.w-swiftype-quest .w-form .select label.error {
  display: block;
}
.w-swiftype-quest .w-form .text label {
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.w-swiftype-quest .w-form .text label.error {
  position: static !important;
  height: auto;
  width: auto;
  overflow: hidden;
  clip: auto;
}
.w-swiftype-quest .w-form #available_only,
.w-swiftype-quest .w-form #is_total_avail_sf {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.01;
  z-index: 2;
  cursor: pointer;
}
.w-swiftype-quest .w-form #available_only ~ span,
.w-swiftype-quest .w-form #is_total_avail_sf ~ span {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
  border: 1px solid #ccc;
  z-index: 1;
  cursor: pointer;
}
.w-swiftype-quest .w-form #available_only:checked ~ span,
.w-swiftype-quest .w-form #is_total_avail_sf:checked ~ span {
  background: center center url("../i/l/checked.png") no-repeat;
}
.w-swiftype-quest .w-form #available_only ~ label,
.w-swiftype-quest .w-form #is_total_avail_sf ~ label {
  padding-left: 30px;
}
.w-swiftype-quest .w-form #available_only:focus + span,
.w-swiftype-quest .w-form #is_total_avail_sf:focus + span {
  box-shadow: 0 0 2px 2px #35b7e7;
}
.w-swiftype-quest .w-form #regional_market_li.faded,
.w-swiftype-quest .w-form #district_li.faded {
  cursor: not-allowed;
}
.w-swiftype-quest .w-form #available_only_li,
.w-swiftype-quest .w-form #is_total_avail_sf_li {
  margin-top: 0.3125em;
}
.w-swiftype-quest .w-form #available_only_li.faded,
.w-swiftype-quest .w-form #is_total_avail_sf_li.faded,
.w-swiftype-quest .w-form .w-quest-slider.faded {
  position: relative;
  opacity: 0.2;
}
.w-swiftype-quest .w-form #is_total_avail_sf_li.faded:after,
.w-swiftype-quest .w-form #available_only_li.faded:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #232323;
  opacity: .01;
  cursor: not-allowed;
}
.w-swiftype-quest .w-form .select {
  position: relative;
}
.w-swiftype-quest .w-form .select select {
  height: 3.6em;
  line-height: 3.6em;
  border: 3px solid #fff;
  background: #222;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.w-swiftype-quest .w-form .select select option {
  vertical-align: middle;
  padding: 1.25em;
}
.w-swiftype-quest .w-form .select::after,
.w-swiftype-quest .w-form .select:after {
  width: 2.75em;
  position: absolute;
  margin-top: 0;
  top: 0.1875em;
  right: 0.1875em;
  height: 2.75em;
  right: 3px;
  background-size: 1.5em;
  background-color: #222;
  background-image: url("../i/l/caret-on.png");
  transform: translateY(0);
}
.w-swiftype-quest .w-form .buttons {
  border-top: 2px solid #898989;
  padding-top: 1.875em;
}
.w-swiftype-quest .w-form .buttons .button {
  border-color: #fff;
  color: #fff;
  font-size: 1em;
  padding: 1.25em 5em;
}
.w-swiftype-quest .w-form .buttons .button:hover,
.w-swiftype-quest .w-form .buttons .button:focus {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.w-swiftype-quest .buttons a {
  display: block;
  margin-top: 0.625em;
  margin-bottom: 1.25em;
  color: #fff;
  text-decoration: underline;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .w-swiftype-quest .buttons a {
    display: inline-block;
    float: left;
    margin-bottom: 0.625em;
  }
}
.w-swiftype-quest .buttons a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-swiftype-quest .buttons .button {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-swiftype-quest .buttons .button {
    display: inline-block;
    width: auto;
  }
}
.w-swiftype-quest #available_only_li,
.w-swiftype-quest #is_total_avail_sf_li {
  position: relative;
}
.w-swiftype-quest #available_only_li input,
.w-swiftype-quest #is_total_avail_sf_li input {
  margin-left: 0;
}
.w-swiftype-quest #size_min_li,
.w-swiftype-quest #size_max_li {
  display: none;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-label {
  display: block !important;
  text-align: center;
  color: #fff;
  padding-bottom: 0.625em;
  text-transform: uppercase;
  font-weight: 600;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl {
  margin: 0 3.75em;
  height: 6px;
  background: #666666;
  border-radius: 0;
  border: 1px solid #35b7e7;
  box-shadow: none;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl:before,
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl:after {
  display: block;
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  top: -5px;
  z-index: 100;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl:before {
  content: 'MIN';
  left: -3.75em;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl:after {
  content: 'MAX';
  right: -3.75em;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-origin .noUi-handle:focus,
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-origin .noUi-handle:active {
  box-shadow: 0 0 6px 6px #35b7e7;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-connect {
  background: #35b7e7;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-origin.noUi-background {
  background: #666666;
  border: none;
  box-shadow: none;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -7px;
  background: center center url("../i/w/range-slider/knob.png") no-repeat;
  background-size: contain;
  border: none;
  box-shadow: none;
  border-radius: 50%;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-handle:before,
.w-swiftype-quest .w-quest-slider .w-quest-slider-ctrl .noUi-handle:after {
  display: none;
}
.w-swiftype-quest .w-quest-slider .w-quest-slider-values {
  display: block;
  text-align: center;
  color: #35b7e7;
  font-size: 0.875em;
  padding-top: 0.625em;
  font-weight: normal;
}
.w-swiftype-quest .w-quest-slider.faded .w-quest-slider-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  left: -10px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .w-swiftype-quest #types_li,
  .w-swiftype-quest #regional_market_li,
  .w-swiftype-quest #district_li,
  .w-swiftype-quest #size_max_li + .options {
    width: 25%;
    float: left;
  }
  .w-swiftype-quest #size_max_li + .options {
    margin-left: 5%;
    width: 20%;
  }
  .w-swiftype-quest #regional_market_li,
  .w-swiftype-quest #district_li {
    padding-left: 20px;
  }
  .w-swiftype-quest .w-quest-slider {
    width: 50%;
    margin-left: 25%;
    clear: both;
  }
  .w-swiftype-quest .buttons {
    clear: both;
  }
}
html.no-csstransforms3d .w-quest-container {
  position: relative;
  display: none;
}
html.no-csstransforms3d .w-swiftype-quest.open .w-quest-container {
  display: block;
}
html.touch body.quest-open-swiftype {
  overflow: auto;
}
html.touch .w-quest-container {
  position: relative;
}
html.touch .w-swiftype-quest {
  height: auto;
  overflow: auto;
  /* position: absolute; */
}
html.touch .w-swiftype-quest.open {
  height: auto;
  z-index: 200;
  overflow: auto;
}
html.touch .w-swiftype-quest.open ~ div {
  display: none;
}
html.touch .w-swiftype-quest.close {
  z-index: 1;
  height: 0;
  overflow: hidden;
}
html.ie .w-swiftype-quest .w-form .select {
  padding: 0;
}
html.ie .w-swiftype-quest .w-form .select select {
  margin: 0;
  height: auto;
  line-height: 1.5;
  border: none;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 10px;
}
html.ie .w-swiftype-quest .w-form .select select option {
  vertical-align: middle;
  padding: 0;
}
html.ie .w-swiftype-quest .w-form .select:after,
html.ie .w-swiftype-quest .w-form .select::after {
  display: none;
}
body.quest-open {
  overflow-y: hidden;
}
body.quest-open #site-search-toggle-close {
  display: block !important;
  cursor: pointer;
}
body.quest-open #site-search-toggle-close span {
  display: inline-block;
  cursor: pointer;
}
body.quest-open #swiftype-site-search-toggle {
  display: none !important;
}
body.quest-open .w-splash-nav,
body.quest-open .w-splash-tabs {
  display: none !important;
}
#site-search-toggle-close {
  display: none;
}
.w-quest {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: 9999;
  /* dchan starts */
  /* dchan ends */
}
.w-quest.close {
  display: none;
}
.w-quest .close {
  font-size: 5.625em;
  color: #fff;
  z-index: 10;
  margin-top: 0.9375em;
  margin-right: 0.3125em;
  font-weight: 200;
  opacity: 1;
  display: none;
}
.w-quest .w-quest-limo {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.w-quest .w-quest-limo .box {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media screen and (min-width: 768px) {
  .w-quest .w-quest-limo {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .w-quest .w-quest-limo .box {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
.w-quest .w-history-sections {
  padding: 2.5em 0;
}
.w-quest #property-search-form .w-drawer .w-drawer-inner {
  width: auto;
  max-width: none;
}
.w-quest #property-search-form .w-limo-search-results ul li a {
  font-size: 1.125em;
}
.w-quest #property-search-form .w-limo .w-limo-input input {
  height: 1.6em;
  font-size: 1.8em;
}
.w-quest #property-search-form .w-limo .w-limo-input:after {
  background: transparent;
}
.w-quest #property-search-drawer.w-drawer {
  background: transparent;
}
.w-quest #property-search-w-form .w-form .select label.error {
  position: absolute;
  top: auto;
  line-height: 1;
  padding-top: 6px;
}
.w-quest-limo {
  background: #ededed;
  width: 100%;
}
.w-quest .w-quest-nav {
  background: #ededed;
}
.w-quest .w-quest-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.w-quest .w-quest-nav .w-quest-nav-bar {
  display: table;
  width: 100%;
}
.w-quest .w-quest-nav .w-quest-nav-bar ul {
  display: table-row;
}
.w-quest .w-quest-nav .w-quest-nav-bar ul li {
  display: table-cell;
}
.w-quest .w-quest-nav .w-quest-nav-bar ul li a {
  display: block;
  font-size: 0.75em;
  background: #636363;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 1.2em;
}
.w-quest .w-quest-nav .w-quest-nav-bar ul li a:hover,
.w-quest .w-quest-nav .w-quest-nav-bar ul li a:focus {
  text-decoration: none;
}
.w-quest .w-quest-nav .w-quest-nav-bar ul li a:focus {
  box-shadow: inset 0 0 2px 2px #35b7e7;
}
.w-quest .w-quest-nav .w-quest-nav-bar ul li.active a {
  color: #35b7e7;
  background: #222222;
}
@media screen and (min-width: 768px) {
  .w-quest .w-quest-nav .w-quest-nav-bar {
    width: auto;
    margin: 0 0.625em -1px;
  }
  .w-quest .w-quest-nav .w-quest-nav-bar ul li a {
    font-size: 0.875em;
    font-weight: 600;
  }
}
.w-quest-container {
  background: #232323;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.w-quest-container .w-history-section {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.w-quest.open {
  height: auto;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.w-quest.open .w-quest-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .w-quest.open {
    height: 100%;
    position: fixed;
  }
}
.w-quest .w-form label.error {
  color: #fff;
}
.w-quest .w-form label.error ~ .tiny {
  display: none;
}
.w-quest .w-form .text-muted {
  color: #8e8e8e;
}
.w-quest .w-form > form > fieldset > ol > li {
  margin-bottom: 2.5em;
}
.w-quest .w-form .text input {
  border: none;
  height: 3.6em;
  padding: 0 1em;
  border-radius: 0;
}
.w-quest .w-form .select label {
  /* display: none; */
  color: #fff;
  position: absolute;
  top: -26px;
}
.w-quest .w-form .select label.error {
  display: block;
}
.w-quest .w-form .text label {
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.w-quest .w-form .text label.error {
  position: static !important;
  height: auto;
  width: auto;
  overflow: hidden;
  clip: auto;
}
.w-quest .w-form #available_only,
.w-quest .w-form #is_total_avail_sf {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.01;
  z-index: 2;
  cursor: pointer;
}
.w-quest .w-form #available_only ~ span,
.w-quest .w-form #is_total_avail_sf ~ span {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
  border: 1px solid #ccc;
  z-index: 1;
  cursor: pointer;
}
.w-quest .w-form #available_only:checked ~ span,
.w-quest .w-form #is_total_avail_sf:checked ~ span {
  background: center center url("../i/l/checked.png") no-repeat;
}
.w-quest .w-form #available_only ~ label,
.w-quest .w-form #is_total_avail_sf ~ label {
  padding-left: 30px;
}
.w-quest .w-form #available_only:focus + span,
.w-quest .w-form #is_total_avail_sf:focus + span {
  box-shadow: 0 0 2px 2px #35b7e7;
}
.w-quest .w-form #regional_market_li.faded,
.w-quest .w-form #district_li.faded {
  cursor: not-allowed;
}
.w-quest .w-form #available_only_li,
.w-quest .w-form #is_total_avail_sf_li {
  margin-top: 0.3125em;
}
.w-quest .w-form #available_only_li.faded,
.w-quest .w-form #is_total_avail_sf_li.faded,
.w-quest .w-form .w-quest-slider.faded {
  position: relative;
  opacity: 0.2;
}
.w-quest .w-form #is_total_avail_sf_li.faded:after,
.w-quest .w-form #available_only_li.faded:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #232323;
  opacity: .01;
  cursor: not-allowed;
}
.w-quest .w-form .select {
  position: relative;
}
.w-quest .w-form .select select {
  height: 3.6em;
  line-height: 3.6em;
  border: 3px solid #fff;
  background: #222;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.w-quest .w-form .select select option {
  vertical-align: middle;
  padding: 1.25em;
}
.w-quest .w-form .select::after,
.w-quest .w-form .select:after {
  width: 2.75em;
  position: absolute;
  margin-top: 0;
  top: 0.1875em;
  right: 0.1875em;
  height: 2.75em;
  right: 3px;
  background-size: 1.5em;
  background-color: #222;
  background-image: url("../i/l/caret-on.png");
  transform: translateY(0);
}
.w-quest .w-form .buttons {
  border-top: 2px solid #898989;
  padding-top: 1.875em;
}
.w-quest .w-form .buttons .button {
  border-color: #fff;
  color: #fff;
  font-size: 1em;
  padding: 1.25em 5em;
}
.w-quest .w-form .buttons .button:hover,
.w-quest .w-form .buttons .button:focus {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.w-quest .w-form .buttons .button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w-quest .buttons a,
.w-quest .buttons .reset-search-btn {
  display: block;
  margin-top: 0.625em;
  margin-bottom: 1.25em;
  color: #fff;
  text-decoration: underline;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .w-quest .buttons a,
  .w-quest .buttons .reset-search-btn {
    display: inline-block;
    float: left;
    margin-bottom: 0.625em;
  }
}
.w-quest .buttons a:focus,
.w-quest .buttons .reset-search-btn:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-quest .buttons .reset-search-btn {
  border: 0;
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
  float: left;
}
.w-quest .buttons .reset-search-btn:hover,
.w-quest .buttons .reset-search-btn:focus,
.w-quest .buttons .reset-search-btn:active {
  border: 0;
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}
.w-quest .buttons .reset-search-btn:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-quest .buttons .button {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-quest .buttons .button {
    display: inline-block;
    width: auto;
  }
}
.w-quest #available_only_li,
.w-quest #is_total_avail_sf_li {
  position: relative;
}
.w-quest #available_only_li input,
.w-quest #is_total_avail_sf_li input {
  margin-left: 0;
}
.w-quest #size_min_li,
.w-quest #size_max_li {
  display: none;
}
.w-quest .w-quest-slider .w-quest-slider-label {
  display: block !important;
  text-align: center;
  color: #fff;
  padding-bottom: 0.625em;
  text-transform: uppercase;
  font-weight: 600;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl {
  margin: 0 3.75em;
  height: 6px;
  background: #666666;
  border-radius: 0;
  border: 1px solid #35b7e7;
  box-shadow: none;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl:before,
.w-quest .w-quest-slider .w-quest-slider-ctrl:after {
  display: block;
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  top: -5px;
  z-index: 100;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl:before {
  content: 'MIN';
  left: -3.75em;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl:after {
  content: 'MAX';
  right: -3.75em;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-origin .noUi-handle:focus,
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-origin .noUi-handle:active {
  box-shadow: 0 0 6px 6px #35b7e7;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-connect {
  background: #35b7e7;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-origin.noUi-background {
  background: #666666;
  border: none;
  box-shadow: none;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -7px;
  background: center center url("../i/w/range-slider/knob.png") no-repeat;
  background-size: contain;
  border: none;
  box-shadow: none;
  border-radius: 50%;
}
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-handle:before,
.w-quest .w-quest-slider .w-quest-slider-ctrl .noUi-handle:after {
  display: none;
}
.w-quest .w-quest-slider .w-quest-slider-values {
  display: block;
  text-align: center;
  color: #35b7e7;
  font-size: 0.875em;
  padding-top: 0.625em;
  font-weight: normal;
}
.w-quest .w-quest-slider.faded .w-quest-slider-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  left: -10px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .w-quest #types_li,
  .w-quest #regional_market_li,
  .w-quest #district_li,
  .w-quest #size_max_li + .options {
    width: 25%;
    float: left;
  }
  .w-quest #size_max_li + .options {
    margin-left: 5%;
    width: 20%;
  }
  .w-quest #regional_market_li,
  .w-quest #district_li {
    padding-left: 20px;
  }
  .w-quest .w-quest-slider {
    width: 50%;
    margin-left: 25%;
    clear: both;
  }
  .w-quest .buttons {
    clear: both;
  }
}
html.no-csstransforms3d .w-quest-container {
  position: relative;
  display: none;
}
html.no-csstransforms3d .w-quest.open .w-quest-container {
  display: block;
}
html.touch body.quest-open {
  overflow: auto;
}
html.touch .w-quest-container {
  position: relative;
}
html.touch .w-quest {
  height: auto;
  overflow: auto;
  position: absolute;
}
html.touch .w-quest.open {
  height: auto;
  z-index: 200;
  overflow: auto;
}
html.touch .w-quest.open ~ div {
  display: none;
}
html.touch .w-quest.close {
  z-index: 1;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  html.touch .w-quest.open {
    height: 100%;
    position: fixed;
  }
}
html.ie .w-quest .w-form .select {
  padding: 0;
}
html.ie .w-quest .w-form .select select {
  margin: 0;
  height: auto;
  line-height: 1.5;
  border: none;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 10px;
}
html.ie .w-quest .w-form .select select option {
  vertical-align: middle;
  padding: 0;
}
html.ie .w-quest .w-form .select:after,
html.ie .w-quest .w-form .select::after {
  display: none;
}
.w-quickview {
  overflow-x: hidden;
}
.w-quickview .w-quickview-info {
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .w-quickview .w-quickview-info {
    padding-left: 6.25%;
  }
}
.w-quickview .w-quickview-nav .nav {
  text-align: left !important;
}
.w-quickview .w-card-prev {
  background-image: url("../i/w/card/arrow-left-inverse.png");
  opacity: .5;
}
.w-quickview .w-card-prev:hover {
  opacity: 1;
}
.w-quickview .w-card-next {
  background-image: url("../i/w/card/arrow-right-inverse.png");
  opacity: .5;
}
.w-quickview .w-card-next:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .w-quickview .w-quickview-section {
    z-index: 1;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .w-quickview .w-quickview-section.active {
    z-index: 2;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}
.modal .w-quickview button.close {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .modal .w-quickview button.close {
    background-image: url("../i/l/close-inverse.svg");
  }
}
html.no-svg .modal .w-quickview button.close {
  background-image: url("../i/l/close-inverse.svg");
}
.w-range-slider-controls {
  position: relative;
  height: 20px;
  padding: 0 3.125em 0 2.5em;
}
.w-range-slider-controls .ui-slider {
  height: 6px;
  background: #666666;
  top: 8px;
  position: relative;
  border-top: 1px solid #4b6c78;
  border-bottom: 1px solid #4b6c78;
}
.w-range-slider-controls .ui-slider::before {
  content: 'MIN';
  display: inline-block;
  font-size: 0.875em;
  position: absolute;
  left: -45px;
  top: -9px;
}
.w-range-slider-controls .ui-slider::after {
  content: 'MAX';
  display: block;
  font-size: 0.875em;
  position: absolute;
  right: -55px;
  top: -9px;
}
.w-range-slider-controls .ui-slider-handle {
  display: block;
  position: absolute;
  background: #ffffff center center url("../i/w/range-slider/knob.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: -8px;
  border-radius: 50%;
  margin-left: -10px;
}
.w-range-slider-controls .ui-slider-handle:focus {
  outline: none;
}
.w-range-slider-controls .ui-slider-handle ~ .ui-slider-handle {
  margin-left: 0;
}
.w-range-slider-controls .ui-slider-range {
  position: absolute;
  height: 6px;
  border-top: 1px solid #347187;
  border-bottom: 1px solid #347187;
  background: #35b7e7;
  top: -1px;
}
.w-range-slider-label {
  font-size: 0.875em;
  padding: 1.25em 0 0;
  text-align: center;
  font-weight: normal;
  color: #35b7e7;
}
.w-realty .w-realty-buildings ul {
  padding-left: 0;
}
.w-realty .w-realty-building {
  list-style-type: none;
}
.w-realty .w-realty-building-name {
  list-style-type: none;
}
.w-realty .w-realty-building-name a {
  color: #000;
}
.w-realty .w-realty-building-name a:hover {
  color: #000;
}
.w-realty .w-realty-building-name a:focus {
  color: #fff;
  background-color: #000;
}
.w-realty .w-realty-building-name a:focus div {
  color: #fff;
  background-color: #000;
}
.w-realty .w-atlas-realty-bubble-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  width: 1.875em;
  height: 1.875em;
  background: center center url("../i/l/close.svg") no-repeat;
  background-size: contain;
}
.w-realty .navbar-header {
  border: 3px solid #000;
}
@media screen and (min-width: 992px) {
  .w-realty .navbar-header {
    border: none;
  }
}
.w-realty .navbar-header .navbar-toggle {
  background-size: 1.875em 1.875em;
}
@media screen and (max-width: 991px) {
  .w-realty .w-realty-nav .navbar-collapse {
    top: 3px;
  }
}
.w-realty .w-realty-marker-name {
  color: #333333;
}
.w-realty .w-realty-nav-regions.nav.nav-pills {
  padding: 0;
  text-align: left;
}
.w-realty .w-realty-nav-regions.nav.nav-pills > li > a {
  padding: 0.375em 0;
}
@media screen and (min-width: 992px) {
  .w-realty .w-realty-nav-regions.nav.nav-pills > li ~ Li > a {
    margin-left: 1.875em;
  }
}
.w-realty .w-realty-regions .w-realty-region.shift-left {
  height: 0;
  overflow: hidden;
}
.w-realty .w-realty-nav {
  position: relative;
  z-index: 100;
}
.w-realty .w-realty-filter-group {
  display: none;
  border-top: 1px solid #ebebeb;
  padding: 0.3125em 0;
}
.w-realty .w-realty-filter-group label {
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.w-realty .w-realty-filter-group label ~ label {
  margin-left: 0.625em;
}
.w-realty .w-realty-filter-group label input {
  opacity: 0.01;
}
.w-realty .w-realty-filter-group label span {
  position: relative;
  display: inline-block;
}
.w-realty .w-realty-filter-group label span:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -1.5em;
  width: 1.25em;
  height: 1.25em;
  top: 0.3em;
  border: 1px solid #ccc;
}
.w-realty .w-realty-filter-group label input:checked ~ span:before {
  background: center center url("../i/l/checked.png") no-repeat;
}
.w-realty .availabilities-toggle {
  position: relative;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.2em;
  margin-top: 20px;
  padding-left: 2em;
}
@media screen and (min-width: 992px) {
  .w-realty .availabilities-toggle {
    margin-top: 0;
  }
}
.w-realty .availabilities-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}
.w-realty .availabilities-toggle span {
  cursor: pointer;
}
.w-realty .availabilities-toggle span:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  width: 1.5em;
  border: 2px solid #000;
}
.w-realty .availabilities-toggle input:checked ~ span:before {
  background: center center url("../i/l/checked.png") no-repeat;
}
.w-realty .medium-headline {
  color: #137ea4;
}
.w-realty-list-view-controls {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .w-realty-list-view-controls {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .w-realty-list-view-controls {
    text-align: right;
  }
}
.w-realty-nav-views {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 2.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .w-realty-nav-views {
    text-align: left;
  }
}
.w-realty-nav-views li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 2.5em;
  height: 2.5em;
}
.w-realty-nav-views li ~ li {
  margin-left: 0.625em;
}
@media screen and (min-width: 768px) {
  .w-realty-nav-views li ~ li {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .w-realty-nav-views li ~ li {
    margin-left: 0.625em;
  }
}
.w-realty-nav-views li a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.w-realty-nav-views li a span {
  display: none;
}
.w-realty-nav-views li.w-realty-nav-views-grid a {
  background-image: url("../i/w/atlas-realty/grid.svg");
}
.w-realty-nav-views li.w-realty-nav-views-grid.active a,
.w-realty-nav-views li.w-realty-nav-views-grid:hover a,
.w-realty-nav-views li.w-realty-nav-views-grid a:hover,
.w-realty-nav-views li.w-realty-nav-views-grid a:focus {
  background-image: url("../i/w/atlas-realty/grid-on.svg");
  background-color: #000;
}
.w-realty-nav-views li.w-realty-nav-views-grid a:focus {
  background-color: #137ea4;
}
.w-realty-nav-views li.w-realty-nav-views-list a {
  background-image: url("../i/w/atlas-realty/list.svg");
}
.w-realty-nav-views li.w-realty-nav-views-list.active a,
.w-realty-nav-views li.w-realty-nav-views-list:hover a,
.w-realty-nav-views li.w-realty-nav-views-list a:hover,
.w-realty-nav-views li.w-realty-nav-views-list a:focus {
  background-image: url("../i/w/atlas-realty/list-on.svg");
  background-color: #000;
}
.w-realty-nav-views li.w-realty-nav-views-list a:focus {
  background-color: #137ea4;
}
.w-realty-nav-views li.w-realty-nav-views-map a {
  background-image: url("../i/w/atlas-realty/map.svg");
}
.w-realty-nav-views li.w-realty-nav-views-map.active a,
.w-realty-nav-views li.w-realty-nav-views-map:hover a,
.w-realty-nav-views li.w-realty-nav-views-map a:hover,
.w-realty-nav-views li.w-realty-nav-views-map a:focus {
  background-image: url("../i/w/atlas-realty/map-on.svg");
  background-color: #000;
}
.w-realty-nav-views li.w-realty-nav-views-map a:focus {
  background-color: #137ea4;
}
.w-realty-region-list {
  background-color: #ededed;
}
.w-realty-region-list .w-realty-market-name {
  border-bottom: 1px solid #666;
}
.w-realty-region-list .w-realty-building-name {
  line-height: 1.2em;
}
.w-realty-region-list .w-realty-building-name a {
  color: inherit;
  font-size: 0.875em;
  line-height: 1.2em;
}
.w-realty-region-grid .w-realty-building-ghost .w-realty-building-photo div {
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../i/w/realty/empty.jpg");
  border: 0.125em solid #d4d4d4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.w-realty-region-grid .w-realty-market-name {
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .w-realty-region-grid .w-realty-market-name {
    margin: 1.5em 0;
  }
}
.w-realty-region-grid .w-realty-building {
  max-width: 28.75em;
  margin: auto;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.w-realty-region-grid .w-realty-building:nth-child(2n+1) {
  background: #eee;
}
.w-realty-region-grid .w-realty-building-name {
  font-size: 1.25em;
}
.w-realty-region-grid .w-realty-building-space,
.w-realty-region-grid .w-realty-building-state {
  color: #444;
  font-size: 0.75em;
}
.w-realty-region-grid .w-realty-building-ghost-2,
.w-realty-region-grid .w-realty-building-ghost-3,
.w-realty-region-grid .w-realty-building-ghost-4,
.w-realty-region-grid .clearfix-2,
.w-realty-region-grid .clearfix-3,
.w-realty-region-grid .clearfix-4 {
  display: none;
}
.w-realty-building-photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.w-realty-building-photo .label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  border-radius: 0;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.6;
  vertical-align: middle;
  padding: 0 0.6em;
  white-space: nowrap;
}
.w-realty-building-photo .label.label-warning {
  background-color: #e5921b;
}
.w-realty-building-photo .label.label-success {
  background-color: #008031;
}
.w-realty-building-photo .label.label-info {
  background-color: #137ea4;
}
.w-realty-building-photo .label.label-purple {
  background-color: #8560a8;
}
.w-realty-building-photo .w-realty-building-photo-wrapper {
  position: absolute;
  display: inline-block;
  z-index: 1;
}
.w-realty-building-photo .w-realty-building-photo-wrapper img {
  position: relative;
  visibility: hidden;
}
.w-realty-building-photo .w-realty-building-photo-wrapper img.tall,
.w-realty-building-photo .w-realty-building-photo-wrapper img.wide {
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.w-realty-building-photo .w-realty-building-photo-wrapper img.square {
  visibility: visible;
  width: 100%;
}
.w-realty-building-photo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.w-realty-building-photo a:focus span {
  display: block;
  background: center center url("../i/w/realty/plus.png") no-repeat;
}
.w-realty-building-photo a span {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  display: none;
}
.w-realty-building-photo a span:hover,
.w-realty-building-photo a span:focus {
  background: center center url("../i/w/realty/plus.png") no-repeat;
}
.w-realty-building-photo:hover a {
  background: url("../i/l/tran50.png");
}
.w-realty-building-photo:hover a span {
  display: block;
}
.w-realty-region-map .w-realty-markets {
  margin: auto;
  max-width: 320px;
}
.w-realty-region-map .w-realty-building-photo img {
  width: 100%;
}
.w-realty-region-map .w-realty-building-name {
  font-size: 1.25em;
}
.w-realty-region-map .w-realty-building-name a {
  color: #000;
}
.w-realty-markets[data-region] {
  height: 0;
  overflow: hidden;
}
.w-realty-markets[data-region].active {
  height: auto;
  overflow: visible;
}
@media screen and (min-width: 480px) {
  .w-realty-region-list .w-realty-market {
    margin: 0 6.25%;
  }
  .w-realty-region-list .w-realty-building {
    float: left;
    width: 50%;
    padding: 0 0.625em;
  }
  .w-realty-region-list .w-realty-building:nth-child(2n+1) {
    clear: left;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .w-realty-region-list .w-realty-building {
    width: 33.3333%;
    float: left;
  }
  .w-realty-region-list .w-realty-building:nth-child(2n+1) {
    clear: none;
    padding-left: 0.625em;
  }
  .w-realty-region-list .w-realty-building:nth-child(3n+1) {
    clear: left;
    padding-left: 0;
  }
  .w-realty-region-map .w-realty-markets {
    max-width: none;
  }
  .w-realty-region-grid .w-realty-market-name {
    padding-left: 6.25%;
    text-align: left;
  }
  .w-realty-region-grid .w-realty-buildings {
    margin-left: 0.625em;
    margin-right: 0.625em;
  }
  .w-realty-region-grid .w-realty-building {
    max-width: none;
    width: 50%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .w-realty-region-grid .w-realty-building:nth-child(2n+1) {
    clear: left;
    background: none;
  }
}
.w-realty-nav-regions-select {
  display: none;
}
.nav-select-mobile .w-realty-nav-regions-select {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}
.nav-select-mobile .w-realty-nav-regions-select option {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.nav-select-mobile .w-realty-nav-regions-select option:focus {
  box-shadow: 0;
}
.nav-select-mobile .w-realty-nav-regions-select,
.nav-select-mobile .w-realty-nav-regions-select option {
  font-size: 1em;
  font-weight: 700;
  color: #137ea4;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .w-realty .w-realty-nav .nav-select-mobile .navbar-collapse {
    display: none;
  }
  .nav-select-mobile .w-realty-nav-regions-select {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 100;
    /* -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; */
    opacity: 0.01;
  }
  .nav-select-mobile .w-realty-nav-regions-select {
    display: block;
    position: static;
    width: 100%;
    height: 40px;
    bottom: 0;
    z-index: 100;
    text-align: center;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .w-realty-region-list .w-realty-market {
    margin: 0 6.25%;
  }
  .w-realty-region-list .w-realty-building {
    width: 25%;
    float: left;
  }
  .w-realty-region-list .w-realty-building:nth-child(2n+1) {
    clear: none;
    padding-left: 0.625em;
  }
  .w-realty-region-list .w-realty-building:nth-child(3n+1) {
    clear: none;
    padding-left: 0.625em;
  }
  .w-realty-region-list .w-realty-building:nth-child(4n+1) {
    clear: left;
    padding-left: 0;
  }
  .w-realty-region-grid .w-realty-building {
    max-width: none;
    width: 33.3333%;
    float: left;
  }
  .w-realty-region-grid .w-realty-building:nth-child(2n+1) {
    clear: none;
  }
  .w-realty-region-grid .w-realty-building:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1280px) {
  .w-realty-region-grid .w-realty-building {
    width: 25%;
    float: left;
  }
  .w-realty-region-grid .w-realty-building:nth-child(3n+1),
  .w-realty-region-grid .w-realty-building:nth-child(2n+1) {
    clear: none;
  }
  .w-realty-region-grid .w-realty-building:nth-child(4n+1) {
    clear: left;
  }
}
html.no-mediaqueries .w-realty-region-list .w-realty-market {
  margin: 0 6.25%;
}
html.no-mediaqueries .w-realty-region-list .w-realty-building {
  width: 25%;
  float: left;
}
html.no-mediaqueries .w-realty-region-grid .w-realty-market-name {
  padding-left: 6.25%;
  text-align: left;
}
html.no-mediaqueries .w-realty-region-grid .w-realty-building {
  max-width: none;
  width: 33.3333%;
  float: left;
}
html.no-mediaqueries .w-realty-region-grid .w-realty-building-ghost-3 {
  display: block;
}
html.no-mediaqueries .w-realty-region-grid .w-realty-building-ghost-2 {
  display: none;
}
html.no-svg .w-realty-nav-views li.w-realty-nav-views-grid a {
  background-image: url("../i/w/atlas-realty/grid.png");
}
html.no-svg .w-realty-nav-views li.w-realty-nav-views-grid.active a,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-grid:hover a,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-grid a:hover,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-grid a:focus {
  background-image: url("../i/w/atlas-realty/grid-on.png");
}
html.no-svg .w-realty-nav-views li.w-realty-nav-views-list a {
  background-image: url("../i/w/atlas-realty/list.png");
}
html.no-svg .w-realty-nav-views li.w-realty-nav-views-list.active a,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-list:hover a,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-list a:hover,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-list a:focus {
  background-image: url("../i/w/atlas-realty/list-on.png");
}
html.no-svg .w-realty-nav-views li.w-realty-nav-views-map a {
  background-image: url("../i/w/atlas-realty/map.png");
}
html.no-svg .w-realty-nav-views li.w-realty-nav-views-map.active a,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-map:hover a,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-map a:hover,
html.no-svg .w-realty-nav-views li.w-realty-nav-views-map a:focus {
  background-image: url("../i/w/atlas-realty/map-on.png");
}
.w-rocket {
  display: block;
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 1000;
  background-color: transparent;
}
.w-rocket span {
  width: 3.125em;
  height: 3.125em;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  background: center center url("../i/w/rocket/rocket.png") no-repeat;
  background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.w-rocket:focus {
  background-color: transparent;
  opacity: inherit;
}
.w-rocket.fade-in span {
  opacity: .5;
  filter: alpha(opacity=50);
}
.w-rocket.fade-in:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
html.backgroundsize .w-rocket span {
  background-image: url("../i/w/rocket/rocket2x.png");
}
.w-share {
  height: 2.5em;
}
.w-share .stLarge {
  font-size: 1em !important;
  height: 3.625em !important;
  width: 3.625em !important;
  background-size: 3.5em 3.5em;
  background-position: center center;
  background-repeat: no-repeat;
}
.w-share .stLarge:hover {
  background-position: center center !important;
}
.w-share .st_facebook_large .stLarge {
  background-image: url("../i/w/share/facebook.png") !important;
}
.w-share .st_facebook_large .stLarge:hover {
  background-image: url("../i/w/share/facebook-on.png") !important;
}
.w-share .st_twitter_large .stLarge {
  background-image: url("../i/w/share/twitter.png") !important;
}
.w-share .st_twitter_large .stLarge:hover {
  background-image: url("../i/w/share/twitter-on.png") !important;
}
.w-share .st_email_large .stLarge {
  background-image: url("../i/w/share/mail.png") !important;
}
.w-share .st_email_large .stLarge:hover {
  background-image: url("../i/w/share/mail-on.png") !important;
}
html.no-backgroundsize .w-share .st_facebook_large .stLarge {
  background-image: url("../i/w/share/facebook-sm.png") !important;
}
html.no-backgroundsize .w-share .st_facebook_large .stLarge:hover {
  background-image: url("../i/w/share/facebook-sm-on.png") !important;
}
html.no-backgroundsize .w-share .st_twitter_large .stLarge {
  background-image: url("../i/w/share/twitter-sm.png") !important;
}
html.no-backgroundsize .w-share .st_twitter_large .stLarge:hover {
  background-image: url("../i/w/share/twitter-sm-on.png") !important;
}
html.no-backgroundsize .w-share .st_email_large .stLarge {
  background-image: url("../i/w/share/mail-sm.png") !important;
}
html.no-backgroundsize .w-share .st_email_large .stLarge:hover {
  background-image: url("../i/w/share/mail-sm-on.png") !important;
}
.w-sp {
  overflow: hidden;
}
.w-sp .w-sp-header {
  font-size: 0.875em;
  margin-top: 0.625em;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-header {
    font-size: 1.75em;
    margin-top: 0;
  }
}
.w-sp .btn-blue {
  background-color: #137ea4;
  border-color: #137ea4;
}
.w-sp .btn-blue:hover,
.w-sp .btn-blue:focus {
  background-color: #000;
  border-color: #000;
}
.w-sp .btn-grey {
  color: #fff;
  background: #ccc;
  border-color: #ccc;
}
.w-sp .btn-grey:hover,
.w-sp .btn-grey:focus {
  background-color: #137ea4;
  border-color: #137ea4;
}
.w-sp .w-sp-copy-form {
  padding: 0.625em 0;
}
.w-sp .w-sp-copy-form .form-control {
  width: 12.5em;
  border-radius: 0;
}
.w-sp .w-sp-copy-form .error-message {
  text-transform: none;
  font-size: 0.875em;
}
.w-sp .w-sp-copy-dropdown .dropdown-menu.with-caret {
  left: -11.25em;
}
.w-sp .w-sp-copy-dropdown .dropdown-menu.with-caret:before {
  left: auto;
  right: 0.625em;
}
.w-sp .w-sp-copy-dropdown .dropdown-menu.with-caret:after {
  left: auto;
  right: 0.625em;
}
.w-sp .w-sp-copy-dropdown .form-control:focus {
  -webkit-box-shadow: 0 0 2px 2px #35b7e7 inset;
  box-shadow: 0 0 2px 2px #35b7e7 inset;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-copy-dropdown .dropdown-menu.with-caret {
    left: -3.125em;
  }
  .w-sp .w-sp-copy-dropdown .dropdown-menu.with-caret:before {
    right: auto;
    left: 3.4375em;
  }
  .w-sp .w-sp-copy-dropdown .dropdown-menu.with-caret:after {
    right: auto;
    left: 3.4375em;
  }
}
.w-sp .w-sp-btn-group {
  display: table;
  width: 100%;
}
.w-sp .w-sp-btn-group .btn {
  display: table-cell;
  border: none;
}
.w-sp .w-sp-property-sub-title {
  font-size: 0.875em;
  text-transform: uppercase;
}
.w-sp .w-sp-left-col .dropdown-header {
  padding: 0.625em 1.25em;
  font-size: inherit;
  color: #000;
}
.w-sp .w-sp-left-col .btn-group .btn {
  border: none;
  padding: 0.625em 0 0;
  font-weight: normal;
  color: #137ea4;
  font-size: 0.75em;
}
.w-sp .w-sp-left-col .btn-group .btn:hover,
.w-sp .w-sp-left-col .btn-group .btn:focus {
  background: none;
  color: #137ea4;
  box-shadow: none;
}
.w-sp .w-sp-left-col .btn-group .btn:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-sp .w-sp-left-col .btn-group .btn.dropdown-toggle:focus {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-left-col .btn-group .btn {
    font-size: 0.875em;
  }
}
.w-sp .w-sp-left-col-controls {
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-left-col-controls {
    margin-right: 14.2857%;
  }
}
.w-sp .w-sp-cols {
  width: 200%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-cols {
    width: auto;
  }
}
.w-sp .w-sp-right-col-controls {
  display: block;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-right-col-controls {
    display: none;
  }
}
.w-sp .delete-space {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: center center url("../i/l/close.png") no-repeat;
  background-size: contain;
}
.w-sp .delete-space span {
  display: none;
}
.w-sp .delete-space:focus {
  background-image: url("../i/l/close-darker.png");
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-sp .back-to-list {
  position: relative;
  color: #137ea4;
  font-size: 0.875em;
}
.w-sp .back-to-list:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: red;
  content: '';
  margin-right: .25em;
  position: relative;
  top: .125em;
  background: center center url("../i/l/arrow-left-on.png") no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.w-sp .back-to-list:hover:before,
.w-sp .back-to-list:focus:before {
  opacity: 0.8;
}
.w-sp .w-sp-right-col {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .w-sp .w-sp-right-col {
    opacity: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .w-sp.show-detail .w-sp-cols {
    -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  .w-sp.show-detail .w-sp-right-col {
    opacity: 1;
    height: auto;
  }
}
.w-sp .w-sp-left-col {
  float: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-left-col {
    width: 28.125%;
  }
}
@media screen and (min-width: 991px) {
  .w-sp .w-sp-left-col {
    width: 21.875%;
    margin-left: 6.25%;
  }
}
.w-sp .w-sp-right-col {
  float: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-right-col {
    width: 71.875%;
  }
}
@media screen and (min-width: 992px) {
  .w-sp .w-sp-right-col {
    width: 62.5%;
    margin-left: 3.125%;
  }
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-packets {
    height: 25em;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling: touch;
    padding-right: 2.1875em;
  }
}
.w-sp .w-sp-packets table tbody tr td {
  font-size: inherit;
}
.w-sp .w-sp-packets .list-space {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1em;
  left: 0;
  z-index: 2;
  min-height: 4em;
  background: #fff;
  opacity: .01;
}
.w-sp .w-sp-packets .list-space:focus {
  background-color: #137ea4;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.w-sp .w-sp-packets .list-space span {
  display: none;
}
@media screen and (max-width: 767px) {
  .w-sp .w-sp-packets .list-space:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: center center url("../i/l/arrow-right.png") no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -0.5em;
    position: absolute;
    right: 0;
  }
}
.w-sp .new-packet-form {
  display: none;
}
.w-sp .new-packet-form label {
  display: block;
}
.w-sp .new-packet-form .form-control {
  border-radius: 0;
}
.w-sp .new-packet-form .btn {
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.w-sp.creating .new-packet-form {
  display: table-row;
}
.w-sp.creating .empty-row {
  display: none;
}
.w-sp.creating .w-sp-left-col-controls .line {
  display: none;
}
.w-sp.creating .w-sp-left-col-controls .line ~ .spacing {
  display: none;
}
.w-sp.creating .w-sp-left-col-controls .create-new-packet-toggle {
  display: none;
}
.w-sp .w-sp-advanced form .buttons:before {
  display: block;
  content: '';
  clear: both;
}
.w-sp .w-sp-advanced form .buttons .button {
  display: none;
}
.w-sp .w-sp-advanced form .file-input {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin-right: 0.625em;
}
.w-sp .w-sp-advanced form .file-input input {
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=1)";
  display: block;
  cursor: pointer;
}
.w-sp .w-sp-advanced form .file-input a {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 0.875em;
}
.w-sp .w-sp-advanced form .file-input:hover a {
  text-decoration: underline;
}
.w-sp .w-sp-advanced form .file-input-remove {
  display: inline-block;
  position: relative;
  float: left;
}
.w-sp .w-sp-advanced form .remove-logo {
  display: inline-block;
  position: relative;
  font-size: 0.875em;
}
.w-sp .w-sp-advanced form legend {
  margin-bottom: 0;
  font-size: 1em;
  border: none;
}
.w-sp .w-sp-advanced form .checkbox {
  margin: 0 0 0 1.25em;
}
.w-sp .w-sp-advanced form .checkbox label {
  padding-left: 0.625em;
}
.w-sp .w-sp-advanced form .file label {
  font-size: 1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-advanced form > fieldset {
    width: 60%;
    float: left;
  }
  .w-sp .w-sp-advanced form > fieldset ~ fieldset {
    width: 35%;
    margin-left: 5%;
  }
}
.w-sp .w-sp-advanced form:after {
  display: block;
  content: '';
  clear: both;
}
.w-sp .w-sp-advanced form #prepared_by_logo_li {
  clear: both;
  padding-top: 0.625em;
}
.w-sp .w-sp-advanced form #prepared_by_logo_li label {
  display: inline;
}
.w-sp .w-sp-advanced form #prepared_by_logo_li label:after {
  display: block;
  content: '';
}
.w-sp .w-sp-advanced form #prepared_by_logo_li label.error {
  clear: both;
  color: #cc0000;
}
.w-sp .w-sp-advanced form #prepared_by_logo_li .logo-wrapper {
  width: 9.375em;
  height: 9.375em;
  display: block;
  margin: 0 0 0.625em;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
}
.w-sp .w-sp-advanced form #prepared_by_logo_li .logo-wrapper .contain-photo {
  left: 0.625em;
  right: 0.625em;
  bottom: 0.625em;
  top: 0.625em;
}
.w-sp .w-sp-advanced form #prepared_by_logo_li .logo-wrapper img {
  display: block;
  position: relative;
}
.w-sp .w-sp-advanced form #prepared_by_li label,
.w-sp .w-sp-advanced form #prepared_by_company_li label {
  color: #000;
  font-size: 1em;
}
.w-sp .w-sp-advanced form #prepared_by_li label.error,
.w-sp .w-sp-advanced form #prepared_by_company_li label.error {
  color: #cc0000;
}
@media screen and (min-width: 992px) {
  .w-sp .w-sp-advanced form #prepared_by_li,
  .w-sp .w-sp-advanced form #prepared_by_company_li {
    width: 50%;
    float: left;
  }
  .w-sp .w-sp-advanced form #prepared_by_li {
    padding-right: 0.625em;
  }
  .w-sp .w-sp-advanced form #prepared_by_company_li {
    padding-left: 0.625em;
  }
}
.w-sp .spaces-reload {
  position: relative;
  display: inline-block;
}
.w-sp .spaces-reload i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/refresh2x.png") no-repeat;
  background-size: contain;
  top: 0.125em;
  position: relative;
}
.w-sp .spaces-reload:focus i {
  background-image: url("../i/l/refresh2x-focus.png");
}
.w-sp .w-sp-advanced-toggle {
  position: relative;
}
.w-sp .w-sp-advanced-toggle strong:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/caret.png") no-repeat;
  background-size: contain;
  content: '';
  position: relative;
  top: 0.25em;
  margin-left: .25em;
}
.w-sp .w-sp-intructions {
  padding: 1.25em 0;
  font-weight: 600;
  font-size: 0.875em;
}
.w-sp .w-sp-intructions a {
  font-weight: 200;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .w-sp .w-sp-intructions {
    font-size: 1.75em;
    text-align: center;
  }
  .w-sp .w-sp-intructions a {
    font-size: .5em;
  }
}
.w-sp .w-sp-advanced-wrapper {
  display: none;
}
.w-sp .w-sp-advanced-toggle.active ~ .w-sp-advanced-wrapper {
  display: block;
}
.w-sp .w-sp-show-on-empty {
  display: none;
}
.w-sp.w-sp-empty .w-sp-cols {
  width: auto;
}
.w-sp.w-sp-empty .w-sp-left-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w-sp.w-sp-empty .w-sp-left-col {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .w-sp.w-sp-empty .w-sp-left-col {
    width: 43.75%;
    margin-right: 0;
  }
}
.w-sp.w-sp-empty .w-sp-left-col .w-sp-left-col-controls {
  margin-right: 0;
}
.w-sp.w-sp-empty .w-sp-right-col {
  width: 100%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .w-sp.w-sp-empty .w-sp-right-col {
    width: 50%;
    margin-left: 0;
  }
}
.w-sp.w-sp-empty .w-sp-right-col .back-to-list {
  display: none;
}
@media screen and (min-width: 992px) {
  .w-sp.w-sp-empty .w-sp-right-col {
    width: 43.75%;
    margin-right: 6.25%;
  }
}
.w-sp.w-sp-empty .w-sp-search-for-properties {
  margin-bottom: 0.625em;
  position: relative;
}
.w-sp.w-sp-empty .w-sp-search-for-properties > div {
  padding: 3em 0.625em;
  border-radius: 0.625em;
  border: 1px solid #ccc;
}
.w-sp.w-sp-empty .w-sp-search-for-properties:before {
  content: 'OR';
  display: block;
  text-align: center;
  font-size: 0.875em;
  color: #ccc;
  padding: 0.625em 0;
}
@media screen and (min-width: 768px) {
  .w-sp.w-sp-empty .w-sp-search-for-properties:before {
    left: -40px;
    position: absolute;
    top: 50%;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .w-sp.w-sp-empty .w-sp-search-for-properties:before {
    left: -8%;
  }
}
.w-sp.w-sp-empty .w-sp-search-for-properties .btn {
  padding: 1em 2em;
  font-size: 0.875em;
  border: none;
}
.w-sp.w-sp-empty .w-sp-search-for-properties h1 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .w-sp.w-sp-empty .w-sp-search-for-properties h1 {
    font-size: 1.5em;
  }
}
.w-sp.w-sp-empty .w-sp-hide-on-empty {
  display: none;
}
.w-sp.w-sp-empty .w-sp-show-on-empty {
  display: block;
}
.w-sp.w-sp-empty .w-sp1-left-col-controls {
  display: none;
}
.w-sp.w-sp-empty .new-packet-form {
  display: table-row;
}
.w-sp.w-sp-empty .new-packet-form td {
  display: block;
  border: 1px solid #ccc;
  padding: 1.25em;
  border-radius: 0.625em;
  margin: 0 0.625em;
}
.w-sp.w-sp-empty .new-packet-form td label div {
  text-align: center;
  padding: 0.625em 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .w-sp.w-sp-empty .new-packet-form td label div {
    font-size: 1.5em;
  }
}
.w-sp.w-sp-empty .new-packet-form td .btn-grey {
  display: none;
}
.w-sp.w-sp-empty .new-packet-form td .w-sp-btn-group {
  text-align: center;
  display: block;
}
.w-sp.w-sp-empty .new-packet-form td .btn-blue {
  display: inline-block;
  padding: 1em 2em;
}
html.backgroundsize .w-sp .logo-wrapper img {
  visibility: hidden;
}
.w-space-table > table > tbody > tr > td .dropdown-menu {
  font-size: 1em;
}
.w-space-table > table > thead > tr > th {
  font-size: 0.875em;
  font-weight: 600;
}
.w-space-table a {
  color: #137ea4;
  text-decoration: underline;
}
.w-splash .w-splash-content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  z-index: 1;
  left: 0;
}
.w-splash .w-splash-content:before {
  content: '';
  background: #fff;
  top: -20em;
  width: 100%;
  height: 20em;
  position: absolute;
}
.w-splash .w-splash-content-align {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.w-splash .w-splash-inner {
  display: table;
  width: 100%;
  height: 100%;
  background: url("../i/l/tran60.png");
}
.w-splash .w-splash-copy {
  display: table-cell;
  vertical-align: middle;
}
.w-splash .w-splash-blur {
  display: none;
}
@media screen and (min-width: 768px) {
  .w-splash {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .w-splash ~ * {
    position: relative;
    z-index: 101;
    background: #fff;
  }
  .w-splash .w-splash-fixed {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .w-splash .w-splash-content {
    display: table;
    height: 100%;
    padding-bottom: 0;
  }
  .w-splash .w-splash-content-align {
    display: table-cell;
    vertical-align: middle;
    position: static;
    padding: 4.375em 0 2.5em;
  }
  .w-splash .w-splash-blur {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    z-index: 1;
  }
  .w-splash .w-splash-inner {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    width: 75%;
    max-width: 70em;
    margin: auto;
    height: auto;
  }
  .w-splash .w-splash-copy {
    padding: 1.875em 4.3333%;
    /* background: url("@{i}/l/tran60.png"); */
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    display: block;
    z-index: 2;
  }
  .w-splash .w-splash-copy p {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .w-splash .w-splash-inner {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
  }
  .w-splash.faded .w-splash-inner {
    opacity: 0;
  }
  .w-splash.dissolving .w-splash-inner {
    opacity: 0 !important;
  }
}
.w-splash .w-splash-tabs {
  position: relative;
  z-index: 100;
  padding: 0;
  text-align: center;
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid #ccc;
}
.w-splash .w-splash-tabs .scroll-down-link-container {
  padding: 0.4375em 0;
}
.w-splash .w-splash-tabs .scroll-down-link {
  padding: 0 1em;
  background: none;
  position: relative;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  color: #737373;
  white-space: nowrap;
}
.w-splash .w-splash-tabs .scroll-down-link:focus {
  /* color: @blue-color; */
  /* color: @blue-color;
          background-color: transparent; */
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-splash .w-splash-tabs ul,
.w-splash .w-splash-tabs div {
  white-space: nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  padding: 0.15625em 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.w-splash .w-splash-tabs ul::-webkit-scrollbar,
.w-splash .w-splash-tabs div::-webkit-scrollbar {
  height: 0;
}
.w-splash .w-splash-tabs ul li,
.w-splash .w-splash-tabs div li {
  display: inline-block;
}
.w-splash .w-splash-tabs ul li ~ li a:before,
.w-splash .w-splash-tabs div li ~ li a:before {
  content: '|';
  display: inline-block;
  color: #ccc;
  position: absolute;
  left: -0.5em;
  margin-left: 3px;
  font-weight: normal;
}
.w-splash .w-splash-tabs ul li a,
.w-splash .w-splash-tabs div li a {
  padding: 0 1em;
  background: none;
  position: relative;
  font-weight: normal;
  font-size: 1em;
  display: block;
  text-transform: uppercase;
  color: #737373;
  white-space: nowrap;
}
.w-splash .w-splash-tabs ul li a:focus,
.w-splash .w-splash-tabs div li a:focus {
  /* color: @blue-color; */
  /* background-color: transparent; */
  box-shadow: 0 0 3px 3px #35b7e7;
}
.w-splash .w-splash-tabs ul li.active a,
.w-splash .w-splash-tabs div li.active a {
  color: #137ea4;
}
.w-splash .w-splash-tabs ul li.active a:hover,
.w-splash .w-splash-tabs div li.active a:hover {
  color: #137ea4;
  background-color: transparent;
}
.w-splash .w-splash-tabs.w-splash-tabs-scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .w-splash .w-splash-tabs {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    max-height: 2.5em;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #666;
    border-bottom: none;
  }
  .w-splash .w-splash-tabs .scroll-down-link {
    color: #fff;
  }
  .w-splash .w-splash-tabs ul {
    padding: 0.4375em 0;
  }
  .w-splash .w-splash-tabs ul li a {
    color: #fff;
  }
  .w-splash .w-splash-tabs ul li a:hover,
  .w-splash .w-splash-tabs ul li a:focus {
    color: #35b7e7;
  }
  .w-splash .w-splash-tabs ul li.active a {
    color: #fff;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-scroll {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-splash .w-splash-tabs:before {
    content: '';
    display: block;
    height: 2.5em;
  }
}
.w-splash .w-splash-fixed ~ .w-splash-tabs:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .w-splash.faded .w-splash-tabs {
    border-top: none;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .w-splash.faded .w-splash-tabs .scroll-down-link {
    color: #737373;
  }
  .w-splash.faded .w-splash-tabs .scroll-down-link:before {
    color: #737373;
  }
  .w-splash.faded .w-splash-tabs .scroll-down-link:hover,
  .w-splash.faded .w-splash-tabs .scroll-down-link:focus {
    color: #137ea4;
  }
  .w-splash.faded .w-splash-tabs ul li a {
    color: #737373;
  }
  .w-splash.faded .w-splash-tabs ul li a:before {
    color: #737373;
  }
  .w-splash.faded .w-splash-tabs ul li a:hover,
  .w-splash.faded .w-splash-tabs ul li a:focus {
    color: #137ea4;
  }
  .w-splash.faded .w-splash-tabs ul li.active a {
    color: #137ea4;
  }
}
.w-splash.fixed-nav .w-splash-tabs ul li a {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .w-splash.fixed-nav .w-splash-tabs {
    position: fixed;
    top: 4.375em;
    bottom: auto;
    width: 100%;
    z-index: 200;
  }
  .w-splash.fixed-nav .w-splash-tabs.w-splash-tabs-scroll ul li a {
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .w-splash .w-splash-tabs.w-splash-tabs-buttons {
    border: none;
    padding: 0.625em 1.25em;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul {
    display: table;
    width: 100%;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li {
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li a {
    background: #ccc;
    font-weight: 600;
    padding: 0.6666em 1em;
    color: #fff;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li a:before {
    display: none;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li a:hover,
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li a:focus {
    color: #35b7e7;
    text-decoration: none;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li.active a {
    background: #35b7e7;
    color: #fff;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li.active a:hover,
  .w-splash .w-splash-tabs.w-splash-tabs-buttons ul li.active a:focus {
    color: #fff;
  }
  .w-splash .w-splash-tabs.w-splash-tabs-buttons.w-splash-tabs-buttons-2 ul li {
    width: 50%;
  }
}
.w-splash .w-splash-nav {
  position: fixed;
  top: 3.75em;
  left: 0;
  z-index: 202;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.w-splash .w-splash-nav + .w-splash-fixed {
  margin-top: 1.875em;
}
.w-splash .w-splash-nav .w-splash-nav-dropdown-toggle {
  font-size: 1em;
  line-height: 1em;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  padding: 0.6em 1.2em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  width: 100%;
}
.w-splash .w-splash-nav .w-splash-nav-dropdown-toggle:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.25em;
  margin-left: .5em;
}
.w-splash .w-splash-nav span.w-splash-nav-dropdown-toggle {
  display: none;
}
.w-splash .w-splash-nav a.w-splash-nav-dropdown-toggle:hover,
.w-splash .w-splash-nav a.w-splash-nav-dropdown-toggle:focus {
  text-decoration: none;
  color: #000;
}
.w-splash .w-splash-nav a.w-splash-nav-dropdown-toggle:after {
  background: center center url("../i/l/dropdown-caret2x-dark.png") no-repeat;
  background-size: 12px 12px;
}
.w-splash .w-splash-nav a.w-splash-nav-dropdown-toggle:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
.w-splash .w-splash-nav ul {
  list-style-type: none;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  font-size: inherit;
  border-right: none;
  border-top: 1px solid #ccc;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: -1px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.w-splash .w-splash-nav ul li {
  padding: 0;
  margin: 0;
  font-size: inherit;
  white-space: nowrap;
  background: #fff;
}
.w-splash .w-splash-nav ul li a {
  font-size: 0.875em;
  color: #a4a4a4;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: .5em 1.6666em;
  line-height: 1em;
  display: block;
}
@media screen and (min-height: 321px) {
  .w-splash .w-splash-nav ul li a {
    padding: 1em 1.6666em;
    line-height: 1.5em;
  }
}
.w-splash .w-splash-nav ul li a:hover,
.w-splash .w-splash-nav ul li a:focus {
  text-decoration: none;
  color: #137ea4;
}
.w-splash .w-splash-nav ul li a:focus {
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
.w-splash .w-splash-nav ul li.active a {
  color: #000;
  font-weight: bold;
}
.w-splash .w-splash-nav ul li.active a:focus {
  color: #137ea4;
}
.w-splash .w-splash-nav.open ul {
  top: 1px;
  opacity: 1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .w-splash .w-splash-nav {
    top: 4.375em;
    width: 0;
    /*opacity: 0.5;*/
    border-bottom: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .w-splash .w-splash-nav + .w-splash-fixed {
    margin-top: 0;
  }
  .w-splash .w-splash-nav .w-splash-nav-dropdown-toggle {
    width: auto;
    padding: 0.6em 1.2em;
    /* opacity: 0.5; */
  }
  .w-splash .w-splash-nav .w-splash-nav-dropdown-toggle:focus {
    opacity: 1;
  }
  .w-splash .w-splash-nav ul {
    min-width: 16.5em;
    width: auto;
  }
  .w-splash .w-splash-nav ul li {
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .w-splash.w-spash-simple {
    margin-top: 4.375em;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .w-splash.fixed-nav .w-splash-nav {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .w-splash.going-down .w-splash-nav {
    top: 0;
  }
  .w-splash.going-down .w-splash-nav.open {
    top: 3.75em;
  }
}
@media screen and (min-width: 768px) {
  html.touch .w-splash ~ * {
    position: relative;
    z-index: 100;
  }
  html.touch .w-splash .w-splash-fixed {
    position: absolute;
    z-index: -1;
  }
  html.touch .w-splash .w-splash-fixed.shift-when-menu-open {
    left: 0;
  }
}
body.menu-open .w-splash-fixed.shift-when-menu-open {
  right: -250px;
}
.w-stock-performance {
  position: relative;
}
.w-stock-performance-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
}
.w-stock-performance-bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.w-stock-performance-headline {
  text-align: center;
  padding: 0 10px;
}
.w-stock-performance-sub-headline {
  text-align: center;
  padding: 0 10px;
  font-weight: 100;
}
.w-stock-performance-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .w-stock-performance-content {
    min-height: 750px;
  }
}
.w-stock-performance.light .w-stock-performance-content {
  color: #000;
}
.w-stock-performance.light,
.w-stock-performance.light cover-photo,
.w-stock-performance.light .w-stock-performance-bg {
  background-color: #fff;
}
.w-stock-performance.light .w-stock-performance-bg {
  border-bottom: 1px solid #fff;
}
.w-stock-performance-graph-wrapper {
  margin: auto;
  max-width: 45em;
}
.w-stock-performance-graph-height {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.w-stock-performance-graph {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.w-stock-performance-chart-upper {
  position: relative;
}
.w-stock-performance-chart-upper .img-block {
  position: relative;
  z-index: 1;
}
.w-stock-performance-chart-upper .mountains {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.w-stock-performance-chart-upper .mountains .img-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 100%, 0) scale3d(1, 1, 1);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.w-stock-performance-chart-upper .mountains .mountain-1 {
  z-index: 1;
  -webkit-transition-delay: 3s;
  /* Safari */
  -moz-transition-delay: 3s;
  transition-delay: 3s;
}
.w-stock-performance-chart-upper .mountains .mountain-2 {
  z-index: 2;
  -webkit-transition-delay: 2s;
  /* Safari */
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.w-stock-performance-chart-upper .mountains .mountain-3 {
  z-index: 3;
  -webkit-transition-delay: 1s;
  /* Safari */
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.w-stock-performance-chart {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.w-stock-performance-chart.show-off {
  opacity: 1;
}
.w-stock-performance-chart.show-off .mountains .img-block {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.w-stock-viewer .w-stock-viewer-right {
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .w-stock-viewer .w-stock-viewer-toggle {
    text-align: center;
  }
  .w-stock-viewer .w-stock-viewer-toggle li {
    width: 50%;
  }
}
.w-stock-viewer .form-control {
  border-radius: 0;
  border: none;
  background-color: #ededed;
  padding: 1em 1em;
  height: auto;
}
.w-stock-viewer label {
  color: #000;
  font-weight: normal;
  font-size: 0.75em;
  text-transform: uppercase;
}
.w-stock-viewer .btn-group {
  display: block;
}
.w-stock-viewer .btn-group .dropdown-toggle {
  float: none;
  width: 100%;
  text-align: left;
}
.w-stock-viewer .w-stock-viewer-price-graph,
.w-stock-viewer .w-stock-viewer-share-graph {
  height: 12.5em;
}
@media screen and (min-width: 768px) {
  .w-stock-viewer .w-stock-viewer-price-graph .highcharts-axis-labels span {
    white-space: nowrap !important;
    max-width: none!important;
    text-align: left !important;
  }
}
.w-stock-viewer .w-stock-viewer-pane {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
}
.w-stock-viewer .w-stock-viewer-pane.active {
  z-index: 10;
  height: auto;
  overflow: visible;
}
.w-stock-viewer .w-stock-viewer-table-wrapper {
  margin: auto;
}
.w-stock-viewer .w-stock-viewer-table-wrapper .high-col,
.w-stock-viewer .w-stock-viewer-table-wrapper .low-col,
.w-stock-viewer .w-stock-viewer-table-wrapper .adj-col {
  display: none;
  text-align: right;
}
.w-stock-viewer .w-stock-viewer-table-wrapper .high-low-info {
  display: block;
}
.w-stock-viewer .w-stock-viewer-table-wrapper .price-col {
  text-align: left;
}
.w-stock-viewer .w-stock-viewer-table-wrapper table thead th {
  padding-top: 0.1875em;
  font-weight: 600;
}
.w-stock-viewer .w-stock-viewer-table-wrapper td.price-col {
  font-weight: 600;
}
.w-stock-viewer .w-stock-viewer-table-wrapper td.high-col,
.w-stock-viewer .w-stock-viewer-table-wrapper td.low-col,
.w-stock-viewer .w-stock-viewer-table-wrapper td.volumn-col,
.w-stock-viewer .w-stock-viewer-table-wrapper td.adj-col {
  color: #666;
}
.w-stock-viewer .w-stock-viewer-table-wrapper .volumn-col {
  text-align: right;
}
.w-stock-viewer .w-stock-viewer-table-wrapper .adj-col {
  text-align: right;
}
@media screen and (min-width: 480px) {
  .w-stock-viewer .w-stock-viewer-table-wrapper thead th {
    width: 20%;
  }
  .w-stock-viewer .w-stock-viewer-table-wrapper .price-col {
    text-align: right;
  }
  .w-stock-viewer .w-stock-viewer-table-wrapper .high-col,
  .w-stock-viewer .w-stock-viewer-table-wrapper .low-col {
    display: table-cell;
  }
  .w-stock-viewer .w-stock-viewer-table-wrapper .high-low-info {
    display: none;
  }
  .w-stock-viewer .w-stock-viewer-table-wrapper .adj-col {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  .w-stock-viewer .w-stock-viewer-left {
    display: none;
  }
  .w-stock-viewer.show-form .w-stock-viewer-pane {
    z-index: auto !important;
  }
  .w-stock-viewer.show-form .w-stock-viewer-pane.active {
    z-index: auto !important;
  }
  .w-stock-viewer.show-form .w-stock-viewer-pane.active .w-stock-viewer-left {
    position: fixed;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .w-stock-viewer.show-form .w-stock-viewer-pane.active .w-stock-viewer-left form {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  body.stock-viewer-showing-form {
    overflow: hidden;
  }
}
.w-sustainability-logo img {
  width: 7.5em;
  height: 7.5em;
  margin: 0 auto;
}
.w-sustainability-content {
  position: relative;
  z-index: 10;
}
.w-sustainability-copies-bg {
  background: #000;
}
.w-sustainability-download {
  background: #fff;
  color: #000;
}
.w-sustainability-col {
  padding: 0 1.24995em;
}
@media screen and (min-width: 480px) {
  .w-sustainability-copy {
    max-width: 75%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .w-sustainability-copy {
    max-width: none;
  }
  .w-sustainability-col {
    float: left;
    width: 33.33%;
    position: relative;
  }
  .w-sustainability-logo img {
    width: 10.5em;
    height: 10.5em;
  }
  .w-sustainability-logo {
    position: absolute;
    top: -13.5em;
    left: 0;
    right: 0;
  }
  .w-sustainability-logo-space {
    height: 13.5em;
  }
}
@media screen and (min-width: 992px) {
  .w-sustainability-col {
    width: 25%;
    margin-left: 6.25%;
    padding: 0;
  }
}
html.no-mediaqueries .w-sustainability-logo img {
  width: 10.5em;
  height: 10.5em;
}
html.no-mediaqueries .w-sustainability-logo {
  position: absolute;
  top: -13.5em;
  left: 0;
  right: 0;
}
html.no-mediaqueries .w-sustainability-logo-space {
  height: 13.5em;
}
html.no-mediaqueries .w-sustainability-copy {
  max-width: 75%;
  margin: auto;
}
html.no-mediaqueries .w-sustainability-logo img {
  width: 10.5em;
  height: 10.5em;
}
html.no-mediaqueries .w-sustainability-logo {
  position: absolute;
  top: -13.5em;
  left: 0;
  right: 0;
}
html.no-mediaqueries .w-sustainability-logo-space {
  height: 13.5em;
}
html.no-mediaqueries .w-sustainability-col {
  width: 25%;
  margin-left: 6.25%;
  padding: 0;
  position: relative;
  float: left;
}
body.quest-open-swifty #site-header #site-nav-toggle:focus i {
  background-image: url("../i/l/hamburger.png") !important;
}
body.quest-open-swifty #site-header #site-nav-toggle i {
  background-size: contain;
}
body.quest-open-swifty #site-header .site-search-toggle {
  background-image: url("../i/l/close-inverse.svg") !important;
  background-size: contain;
}
body.quest-open-swifty #site-header .main-logo-wrapper .main-logo:focus {
  background-color: transparent;
}
body.quest-open-swifty #site-header #site-nav-toggle:focus span,
body.quest-open-swifty #site-header .site-search-toggle:focus span {
  color: #FFF;
}
body.quest-open-swifty #site-header #site-nav-toggle span,
body.quest-open-swifty #site-header .site-search-toggle span {
  color: #FFF;
  font-weight: normal;
  -webkit-filter: none;
  filter: none;
}
.w-swiftype-quest-limo {
  background-color: #EDEDED;
  padding: 72px 0 20px;
  border: 0;
}
.w-swiftype-quest-limo .container-vno {
  max-width: 100%;
}
.w-swiftype-quest-limo .col-lg-12 {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .w-swiftype-quest-limo {
    padding: 72px 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .w-swiftype-quest-limo {
    padding: 60px 0 20px;
  }
}
.w-swiftype-quest {
  color: #000;
  min-height: 200px;
}
.w-swiftype-quest .w-swiftype-input {
  position: relative;
  max-width: 812px;
  margin: 0 auto 1.250em;
}
.w-swiftype-quest .w-swiftype-input input {
  display: block;
  background: #fff;
  border-radius: 0;
  border: 3px solid #137ea4;
  color: #000;
  font-size: 1.25em;
  width: 100%;
  height: 74px;
  padding: 0 34px;
}
.w-swiftype-quest .w-swiftype-input input:focus {
  border-color: #137ea4;
  box-shadow: 0 0 2px 2px #35b7e7 inset;
}
.w-swiftype-quest .w-swiftype-input input::-webkit-input-placeholder {
  color: #2D92B9;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.w-swiftype-quest .w-swiftype-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #2D92B9;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.w-swiftype-quest .w-swiftype-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2D92B9;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.w-swiftype-quest .w-swiftype-input input:-ms-input-placeholder {
  color: #2D92B9;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.w-swiftype-quest .w-swiftype-input label {
  display: block;
  color: #000;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 8px;
}
.w-swiftype-quest .w-swiftype-input .availability-search-link {
  display: block;
}
.w-swiftype-quest .w-swiftype-input .availability-search-link a {
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .w-swiftype-quest .w-swiftype-input .availability-search-link {
    float: right;
    margin-left: 10px;
  }
}
.w-swiftype-quest .results-filter {
  max-width: 812px;
  margin: 0 auto 1.250em;
  display: flex;
}
.w-swiftype-quest .results-filter .filter-field {
  margin: 0 10px 0 0;
  font-size: 1.000em;
  line-height: 17px;
  color: #636363;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.w-swiftype-quest .results-filter .filter-field label {
  cursor: pointer;
}
.w-swiftype-quest .results-filter .filter-field .chk-span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #636363;
  border-radius: 50%;
  cursor: pointer;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.w-swiftype-quest .results-filter .filter-field .chk-span:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 10px;
}
.w-swiftype-quest .results-filter .filter-field input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.w-swiftype-quest .results-filter .filter-field input[type="checkbox"]:focus + label {
  outline: auto !important;
}
.w-swiftype-quest .results-filter .filter-field input[type="checkbox"]:checked + label .chk-span {
  background-color: #636363;
  border-color: #636363;
}
.w-swiftype-quest .results-filter .filter-field input[type="checkbox"]:checked + label .chk-span:after {
  opacity: 1;
}
.w-swiftype-quest .results-filter .filter-field label {
  margin: 0;
}
.w-swiftype-quest .results-filter .filter-field label:focus {
  outline: auto !important;
}
.w-swiftype-quest .w-swiftype-search-results {
  position: relative;
  height: auto;
  z-index: 100;
}
.w-swiftype-quest .w-swiftype-search-results .no-results {
  font-weight: bold;
  text-align: center;
  padding: 3em 0 4em;
}
.w-swiftype-quest .flex-row {
  display: flex;
  justify-content: center;
  position: relative;
}
.w-swiftype-quest .flex-col {
  width: 30%;
  margin: 0 1.5%;
  max-width: 410px;
  padding-top: 1.250em;
}
.w-swiftype-quest .flex-col:first-child:before {
  content: '';
  display: block;
  border-top: 1px solid #707070;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.w-swiftype-quest .flex-col .category-title {
  font-size: 1.250em;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.w-swiftype-quest .flex-col .category-title span {
  font-weight: normal;
}
.w-swiftype-quest .flex-col .category-title a {
  color: #000;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: uppercase;
}
.w-swiftype-quest .flex-col .category-title a:focus {
  color: #fff;
  background-color: #000;
}
.w-swiftype-quest .category-item {
  display: flex;
  align-items: center;
}
.w-swiftype-quest .category-item .category-col .col {
  margin-bottom: 22px;
}
.w-swiftype-quest .category-item .category-col .h1-tag {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
}
.w-swiftype-quest .category-item .category-col .col-img {
  width: 7.500em;
  height: 7.500em;
  margin-right: 18px;
  margin-bottom: 1.250em;
}
.w-swiftype-quest .category-item .category-col.col-info p {
  font-size: 0.750em;
  color: #5A5A5A;
}
.w-swiftype-quest .category-item .category-col.col-info .property-title {
  text-transform: uppercase;
  margin-bottom: 1.250em;
}
.w-swiftype-quest .category-item .category-col.col-info .property-title a {
  color: #000;
}
.w-swiftype-quest .category-item .category-col.col-info .property-title a:focus {
  color: #fff;
  background-color: #000;
}
.w-swiftype-quest .category-item .category-col.col-info .property-title p {
  color: #5A5A5A;
}
.w-swiftype-quest .category-item .category-col.col-info .property-info {
  display: flex;
}
.w-swiftype-quest .category-item .category-col.col-info .property-info .col:first-child {
  margin-right: 18px;
}
.w-swiftype-quest .category-item .category-col.col-info .property-info .h1-tag {
  color: #2D92B9;
}
.w-swiftype-quest .results-pages-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.w-swiftype-quest .results-pages-list .results-item {
  border-bottom: 1px solid #707070;
  padding: 1.250em 0;
  max-width: 810px;
  margin: 0 auto;
}
.w-swiftype-quest .results-pages-list .results-item:first-child:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #707070;
}
.w-swiftype-quest .results-pages-list .results-item a {
  color: #000;
}
.w-swiftype-quest .results-pages-list .results-item a:focus {
  color: #fff;
  background-color: #000;
}
.w-swiftype-quest .results-pages-list .results-item .h1-tag {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.250em;
}
.w-swiftype-quest .results-pages-list .results-item .h1-tag a {
  color: #000;
}
.w-swiftype-quest .results-pages-list .results-item .h1-tag a:focus {
  color: #fff;
  background-color: #000;
}
.w-swiftype-quest .results-pages-list .results-item p {
  font-size: 0.875em;
  line-height: 1.250em;
}
.w-swiftype-quest .results-pages-list .results-item em {
  font-weight: bold;
}
.w-swiftype-quest .view-more-btn {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 2em auto 2.25em;
}
.w-swiftype-quest #swiftype-search-last-item {
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media screen and (min-width: 1600px) {
  .w-swiftype-quest {
    font-size: 100%;
  }
}
@media screen and (max-width: 1599px) {
  .w-swiftype-quest {
    font-size: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .w-swiftype-quest .flex-col {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {
  .w-swiftype-quest .flex-row {
    flex-direction: column;
  }
  .w-swiftype-quest .flex-col {
    width: 100%;
  }
}
.w-swiftype-page-results {
  padding-top: 3.25em;
  padding-bottom: 4.25em;
}
.w-swiftype-page-results .result-row {
  padding: .625em 15px;
  border-bottom: .125em solid #ebebeb;
}
.w-swiftype-page-results .result-row .col,
.w-swiftype-page-results .result-row .col-result {
  display: flex;
  justify-content: center;
}
.w-swiftype-page-results .result-row .col-result {
  flex-direction: column;
}
.w-swiftype-page-results .result-row .col-result-btn {
  margin-left: auto;
}
.w-swiftype-page-results .result-row a {
  color: #000;
}
.w-swiftype-page-results .result-row a:focus {
  color: #fff;
  background-color: #000;
}
.w-swiftype-page-results .result-row .h1-tag {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: bold;
  margin: .5em 0;
  text-transform: uppercase;
}
.w-swiftype-page-results .result-row .h1-tag em {
  font-weight: bold;
  font-style: normal;
}
.w-swiftype-page-results .result-row p {
  max-width: 90%;
}
.w-swiftype-page-results .result-row p em {
  font-weight: bold;
  font-style: normal;
}
.w-swiftype-page-results .result-row .btn:hover,
.w-swiftype-page-results .result-row .btn:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
.w-swiftype-page-results .col-lg-12 {
  width: 100%;
}
.w-swiftype-page-results .pagination {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.w-swiftype-page-results .pagination li {
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.w-swiftype-page-results .pagination li a {
  display: block;
  padding: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .w-swiftype-page-results {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
  .w-swiftype-page-results .result-row:nth-child(2n+0) {
    background: #eee;
  }
  .w-swiftype-page-results .result-row .col {
    flex-direction: column;
  }
  .w-swiftype-page-results .result-row .col .btn {
    min-width: 200px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .w-swiftype-page-results .result-row p {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .w-swiftype-page-results .result-row .col-result-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
html.touch body.quest-open {
  overflow: hidden;
}
.w-total-space-table {
  /* @media screen and (max-width: 340px) {
    & > table {
    width: 100%;
    }
  }*/
}
.w-total-space-table > table {
  width: auto;
}
.w-total-space-table > table th {
  font-size: 85%;
}
.w-total-space-table > table th .subhead {
  font-size: 100%;
}
.w-total-space-table > table td {
  font-size: 85%;
}
.w-total-space-table > table td a {
  color: #666;
}
.w-total-space-table > table tr th {
  width: 42%;
}
.w-total-space-table > table tr th + td {
  width: 12%;
  text-align: center;
}
.w-total-space-table > table tr th + td + td {
  text-align: right;
}
.w-total-space-table > table .tr-one td:first-child {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .w-total-space-table > table {
    width: 92%;
    float: right;
  }
  .w-total-space-table > table tr th {
    width: auto;
    font-weight: normal;
  }
  .w-total-space-table > table tr th + td {
    width: 22%;
  }
  .w-total-space-table > table tr th + td + td {
    width: 35%;
    width: auto;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .w-total-space-table > table {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
}
.w-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.w-video .w-video-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}
.w-video .w-video-inner iframe {
  border: none !important;
}
.w-video .w-video-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.w-video .w-video-controls .w-video-btn {
  width: 5em;
  height: 5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../i/l/video-btn.svg");
  display: block;
  border: none;
  -webkit-appearance: none;
}
.w-video .w-video-controls .w-video-btn:hover,
.w-video .w-video-controls .w-video-btn:focus {
  background-image: url("../i/l/video-btn-on.svg");
}
.w-video .w-video-controls .w-video-btn span {
  display: none;
}
.w-video.active .w-video-controls {
  display: none;
}
html.no-svg .w-video .w-video-controls .w-video-btn {
  background-image: url("../i/l/video-btn.png");
}
html.no-svg .w-video .w-video-controls .w-video-btn:hover,
html.no-svg .w-video .w-video-controls .w-video-btn:focus {
  background-image: url("../i/l/video-btn-on.png");
}
#aag {
  height: 100%;
}
#aag #footer-news,
#aag #footer-portfolio,
#aag #footer-tenant-service,
#aag #footer-careers {
  display: none;
}
#aag .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#aag .section-header.larger {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  #aag .section-header {
    font-size: 1.75em;
  }
  #aag .section-header.smaller {
    font-size: 1.5em;
  }
  #aag .section-header.larger {
    font-size: 1.75em;
  }
}
#aag #back-to-prev {
  position: fixed;
  top: 5em;
  left: 0;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75em;
  color: #555;
  padding: 0.125em 1.6666em;
  line-height: 2.5em;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 101;
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
#aag #back-to-prev:hover,
#aag #back-to-prev:focus {
  opacity: 1;
  text-decoration: none;
}
#aag #back-to-prev:focus {
  box-shadow: #35b7e7 0px 0px 5px 5px !important;
  opacity: 1 !important;
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  #aag #back-to-prev {
    top: 5.8333em;
  }
}
#aag #aag-hero.faded ~ #back-to-prev {
  background: #35b7e7;
  color: #fff;
  opacity: 1;
}
#aag .section-copy {
  font-size: 0.75em;
}
#aag .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #aag .section-copy {
    font-size: 1em;
  }
  #aag .section-copy.smaller {
    font-size: 0.875em;
  }
  #aag .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
  #aag .section-copy.larger {
    font-size: 1.125em;
  }
  #aag .section-copy.larger p {
    font-size: inherit;
    line-height: inherit;
  }
}
#aag #page,
#aag #page > #content {
  display: inline;
}
@media screen and (min-width: 768px) {
  #aag #site-header {
    height: auto;
  }
}
#aag #aag-hero {
  background: #000;
  position: relative;
  z-index: 1;
}
#aag #aag-hero .w-splash-content-align {
  background: url("../i/l/tran60.png");
}
#aag #aag-hero .w-splash-inner {
  background: none;
  position: relative;
  z-index: 1;
}
#aag #aag-hero .w-splash-copy {
  background: none;
  text-align: center;
  color: #fff;
}
#aag #aag-hero .w-splash-fixed {
  margin-top: -1px;
}
#aag #aag-hero .aag-splash-title {
  font-size: 1.25em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #aag #aag-hero .aag-splash-title {
    font-size: 3em;
  }
}
@media screen and (min-width: 768px) {
  #aag #aag-hero.faded .w-splash-tabs {
    opacity: 0;
  }
  #aag #aag-hero .w-splash-tabs {
    background: none;
    border: none;
    position: absolute;
    bottom: 1.25em;
  }
  #aag #aag-hero .w-splash-tabs li a {
    width: 3em;
    height: 3em;
    line-height: 1em;
    opacity: 0.65;
  }
  #aag #aag-hero .w-splash-tabs li a:hover,
  #aag #aag-hero .w-splash-tabs li a:focus {
    opacity: 1;
  }
  #aag #aag-hero .w-splash-tabs li a span {
    display: inline-block;
    width: 1em;
    text-indent: -100px;
    overflow: hidden;
  }
  #aag #aag-hero .w-splash-tabs li a:before {
    display: none;
  }
  #aag #aag-hero .w-splash-tabs li a.share-icon {
    background: center center url("../i/p/aag/share.png") no-repeat;
    background-size: contain;
  }
  #aag #aag-hero .w-splash-tabs li a.print-icon {
    background: center center url("../i/p/aag/print.png") no-repeat;
    background-size: contain;
  }
  #aag #aag-hero .w-splash-tabs li ~ li {
    margin-left: 0.625em;
  }
}
@media screen and (min-width: 768px) {
  #aag #aag-hero {
    height: 28.125em;
  }
  #aag #aag-hero .w-splash-content {
    height: 28.125em;
  }
  #aag #aag-hero .w-splash-fixed {
    position: fixed;
  }
  #aag #aag-hero .w-splash-content-align {
    padding-top: 7.5em;
  }
}
#aag #financial img {
  width: 8.75em;
  display: block;
  margin: auto;
  margin-bottom: 0.625em;
}
#aag #financial .w-carousel-item {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #aag #financial .w-carousel-viewport,
  #aag #financial .w-carousel-viewport-inner,
  #aag #financial .w-carousel-strip {
    width: auto !important;
  }
  #aag #financial .w-carousel-viewport-inner {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
  #aag #financial .w-carousel-item {
    width: 25% !important;
  }
}
#aag #portfolio {
  background: #111;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #aag #portfolio {
    background: #111111 center center url("../i/p/aag/map.png") no-repeat;
    background-size: cover;
  }
  #aag #portfolio .col {
    float: left;
    width: 33.3333%;
  }
  #aag #portfolio .col .section-header {
    font-weight: 200;
  }
  #aag #portfolio .col-1 {
    padding-right: 1.25em;
  }
  #aag #portfolio .col-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  #aag #portfolio .col-3 {
    padding-left: 1.25em;
  }
}
#aag #sust img {
  display: block;
  width: 8.75em;
  margin: auto;
}
#aag #sust .w-carousel-item {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #aag #sust .w-carousel-viewport,
  #aag #sust .w-carousel-viewport-inner,
  #aag #sust .w-carousel-strip {
    width: auto !important;
  }
  #aag #sust .w-carousel-viewport-inner {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
  #aag #sust .w-carousel-item {
    width: 25% !important;
  }
}
#abt {
  height: 100%;
}
#abt #footer-about-us,
#abt #footer-news,
#abt #footer-investor-relation,
#abt #footer-tenant-service {
  display: none;
}
#abt #abt-ovr {
  padding: 2.5em 0.625em 0;
}
#abt .abt-ownership {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#abt .abt-splash-title,
#abt .abt-splash-copy {
  display: none;
}
#abt .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#abt .section-header.larger {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  #abt .section-header {
    font-size: 1.75em;
  }
  #abt .section-header.larger {
    font-size: 1.75em;
  }
  #abt .section-header.smaller {
    font-size: 1.5em;
  }
}
#abt .section-copy {
  font-size: 0.75em;
  line-height: 1.5em;
}
#abt .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #abt .section-copy {
    font-size: 1em;
  }
  #abt .section-copy.smaller {
    font-size: 0.875em;
  }
  #abt .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
  #abt .section-copy.larger {
    font-size: 1.125em;
  }
  #abt .section-copy.larger p {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (min-width: 768px) {
  #abt #site-header {
    height: 0;
  }
  #abt #page,
  #abt #page > #content {
    display: inline;
  }
  #abt .abt-ownership {
    font-size: 1.125em;
    font-weight: normal;
  }
  #abt .abt-ownership:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin: 0 auto;
    padding: 0.25em 0;
    width: 2.2222em;
  }
  #abt .abt-splash-title,
  #abt .abt-splash-copy {
    display: block;
    color: #fff;
    text-align: center;
  }
  #abt .abt-splash-title {
    font-size: 1.75em;
    margin: 0.5em 0;
    line-height: 1.1425;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  #abt #abt-splash .w-splash-nav {
    display: none;
  }
  #abt #abt-splash .w-splash-fixed {
    margin-top: 0;
  }
}
#abt #our-people {
  background: #fff;
  padding: 2.5em 0.625em;
}
#abt #our-people h2 {
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  #abt #our-people {
    padding: 3.75em 0;
  }
  #abt #our-people h2 {
    font-size: 1.5em;
  }
}
#abt #core-values {
  padding: 2.5em 0.625em 2.5em;
  background-color: #ededed;
}
#abt #core-values h2,
#abt #core-values .sub-hdg {
  text-transform: uppercase;
  font-size: 0.875em;
  margin-top: 2em;
}
#abt #core-values p {
  font-size: 0.75em;
}
#abt #core-values .section-header {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #abt #core-values {
    padding: 2.5em 0 3.75em;
  }
  #abt #core-values .section-header {
    font-weight: normal;
  }
  #abt #core-values h2 {
    margin-top: 2.5em;
  }
  #abt #core-values p {
    font-size: 1.25em;
  }
  #abt #core-values .core-values-columns {
    border-top: 2px dotted #ccc;
    margin-top: 2.5em;
  }
  #abt #core-values .core-values-column {
    width: 33.3333%;
    float: left;
  }
}
#abt #portfolio {
  background: #000;
  color: #fff;
  padding: 2.5em 0.625em 1.25em;
}
#abt #portfolio .portfolio-section {
  padding: 1em 0.625em;
}
#abt #portfolio .portfolio-section h1,
#abt #portfolio .portfolio-section .h1-tag {
  border-top: 1px solid #fff;
  font-size: 1em;
  padding-top: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#abt #portfolio .portfolio-section p {
  font-size: 0.75em;
  margin-bottom: 1em;
}
#abt #portfolio .portfolio-section .section-copy p {
  font-size: 1em;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #abt #portfolio {
    padding: 3.75em 0 1.25em;
    /*background: #000 center center url("@{i}/p/abt/portfolio.jpg") no-repeat;
         background-size: cover;*/
  }
  #abt #portfolio .portfolio-section {
    width: 50%;
    float: left;
    padding-right: 1.25em;
  }
  #abt #portfolio .portfolio-section h1,
  #abt #portfolio .portfolio-section .h1-tag {
    font-size: 1.25em;
  }
  #abt #portfolio .portfolio-section .section-copy p {
    font-size: 0.875em;
    font-size: inherit;
    line-height: inherit;
  }
  #abt #portfolio .portfolio-section p {
    font-size: 0.875em;
  }
  #abt #portfolio .portfolio-section + .portfolio-section {
    padding-right: 0.625em;
    padding-left: 1.25em;
  }
  #abt #portfolio .portfolio-section.last {
    clear: left;
    float: none;
    padding: 2.5em 0.625em;
    width: auto;
  }
  #abt #portfolio .portfolio-section.last .clearfix {
    margin-left: -1em;
    margin-right: -1em;
    position: relative;
  }
  #abt #portfolio .portfolio-section.last p {
    /*width: 25%;*/
    float: left;
    padding: 0 1.25em;
    font-size: 0.875em;
  }
  #abt #portfolio .portfolio-section.last h1 {
    font-size: 1.125em;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
  }
  #abt #portfolio .portfolio-section.last .h1-tag {
    font-size: 1.125em;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
  }
}
#abt #leadership-team {
  padding: 2.5em 0.625em 1.25em;
}
@media screen and (min-width: 768px) {
  #abt #leadership-team {
    padding: 3.75em 0;
  }
}
#abt .leadership-member-list {
  list-style: none;
}
#abt #about-active {
  padding: 1.25em 0 0;
}
#abt #about-active h1,
#abt #about-active .h1-tag {
  text-transform: uppercase;
  font-size: 1em;
}
#abt #about-active h3,
#abt #about-active h4 {
  font-size: 0.875em;
  margin-bottom: 2em;
}
#abt #about-active p {
  font-size: 0.75em;
}
#abt #about-active .active-panel {
  padding: 0 0.625em 2.5em;
  margin: 2.5em 0.625em 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#abt #about-active .active-panel:first-child {
  margin-top: 0;
}
#abt #about-active .active-panel:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #abt #about-active {
    padding: 4.375em 0;
  }
  #abt #about-active h2,
  #abt #about-active h4,
  #abt #about-active p {
    font-size: 0.875em;
  }
  #abt #about-active h1,
  #abt #about-active .h1-tag {
    font-size: 1.25em;
  }
  #abt #about-active .active-panel {
    width: 33.3333%;
    float: left;
    margin: 0;
    padding: 0 0 2.5em;
    border-bottom: 0;
  }
  #abt #about-active .active-panel ~ .active-panel {
    border-left: 1px solid #ccc;
  }
  #abt #about-active .active-panel {
    padding: 0 1.25em 0 0.625em;
  }
  #abt #about-active .active-panel + .active-panel {
    padding-left: 1.25em;
  }
  #abt #about-active .active-panel + .active-panel + .active-panel {
    padding-right: 0.625em;
  }
}
@media screen and (min-width: 768px) {
  #abt #about-active .active-panel {
    padding: 0 2.5em 0 0.625em;
  }
  #abt #about-active .active-panel + .active-panel {
    padding-left: 2.5em;
  }
  #abt #about-active .active-panel + .active-panel + .active-panel {
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #abt #about-active .active-panel {
    height: auto !important;
  }
}
#acc .section-header {
  font-size: 1.25em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #acc .section-header {
    font-size: 1.5em;
  }
}
#acc .section-header ~ .section-header {
  margin-top: 1.25em;
}
#acc .section-copy {
  font-size: 0.75em;
}
#acc .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
#acc .section-copy .a360_badge {
  text-align: center;
}
#acc .section-copy .a360_badge img {
  display: inline-block;
}
#acc .section-copy p + p {
  margin-top: .62505em;
}
@media screen and (min-width: 768px) {
  #acc .section-copy {
    font-size: 1em;
  }
  #acc .section-copy ul,
  #acc .section-copy ol {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #acc .section-copy ul,
  #acc .section-copy ol {
    padding-left: 20px;
  }
  #acc .section-copy ul li,
  #acc .section-copy ol li {
    /*font-size: 12/@em;*/
  }
}
#car {
  height: 100%;
}
#car #footer-portfolio,
#car #footer-sustainability,
#car #footer-tenant-service,
#car #footer-careers {
  display: none;
}
#car .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #car .section-header {
    font-size: 1.75em;
  }
  #car .section-header.smaller {
    font-size: 1.5em;
  }
}
#car .section-copy {
  font-size: 0.75em;
}
#car .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #car .section-copy {
    font-size: 1em;
  }
  #car .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #car .section-copy.smaller {
    font-size: 0.875em;
  }
  #car .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#car #car-sections {
  min-height: 300px;
  margin-top: 0.625em;
}
@media screen and (min-width: 992px) {
  #car #car-sections {
    margin-top: 0;
  }
}
#car #car-sub-nav {
  padding: 0.625em;
}
@media screen and (min-width: 992px) {
  #car #car-sub-nav {
    padding: 0;
  }
}
#car #page,
#car #page > #content {
  display: inline;
}
@media screen and (min-width: 768px) {
  #car #site-header {
    height: 0;
  }
}
#car #car-hero .car-splash-title {
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #car #car-hero .car-splash-title {
    font-size: 3em;
  }
}
#car #car-hero .w-splash-tabs {
  display: none;
}
@media screen and (min-width: 768px) {
  #car #car-hero {
    height: 28.125em;
  }
  #car #car-hero .w-splash-fixed {
    height: 28.125em;
  }
  #car #car-hero .w-splash-content-align {
    background: url("../i/l/tran40.png");
  }
  #car #car-hero .w-splash-copy {
    background: none;
  }
  #car #car-hero .w-splash-tabs {
    opacity: 0;
    display: block;
  }
  #car #car-hero.fixed-nav .w-splash-tabs {
    opacity: 1;
  }
}
#car #headline-card .w-card-viewport {
  padding-bottom: 100%;
}
#car #benefit {
  background: #000000 url("../i/p/car/pattern.gif");
}
#car #benefit h1 {
  font-weight: normal;
}
#car #benefit .img-block {
  width: 8.75em;
}
#car #benefit .benefit {
  max-width: 20em;
  padding: 0 0.625em;
  margin: auto;
}
#car #benefit .benefit .benefit-copy {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  #car #benefit .benefit .benefit-copy {
    font-size: 1em;
  }
}
#car #benefit .w-carousel-dots {
  margin-top: 1.25em;
}
#car #benefit .w-carousel-dots span {
  background: #fff;
  opacity: 0.3;
}
#car #benefit .w-carousel-dots .active a span,
#car #benefit .w-carousel-dots a:hover span {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #car #benefit .w-carousel-dots {
    display: none;
  }
  #car #benefit .w-carousel-viewport-inner {
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #car #benefit .w-carousel-strip {
    width: 100% !important;
    display: block;
  }
  #car #benefit .w-carousel-items {
    display: block;
  }
  #car #benefit .w-carousel-items:after {
    display: block;
    content: '';
    clear: both;
  }
  #car #benefit .w-carousel-item {
    display: block;
    float: left;
    width: 33.3333% !important;
    margin-bottom: 2.5em;
  }
  #car #benefit .w-carousel-item:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  #car #benefit .w-carousel-item {
    width: 20% !important;
  }
  #car #benefit .w-carousel-item:nth-child(3n+1) {
    clear: none;
  }
  #car #benefit .w-carousel-item:nth-child(5n+1) {
    clear: left;
  }
  #car #benefit .w-carousel-item:nth-child(6n+0) {
    margin-left: 10%;
  }
}
#car #apply {
  background: #137ea4;
  color: #fff;
}
#con #footer-news,
#con #footer-sustainability,
#con #footer-tenant-service,
#con #footer-careers {
  display: none;
}
#con .phone,
#con .email {
  display: inline-block;
  position: relative;
  color: #000;
}
#con h1 + .dotted-line,
#con .h1-tag + .dotted-line {
  margin-top: 0.625em;
}
#con #inv-line {
  position: relative;
}
@media screen and (min-width: 768px) {
  #con #inv-line {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 1px;
    border-bottom: none;
    border-left: 1px dotted #ccc;
  }
}
#con .w-form form > fieldset {
  padding-top: 1.5625em;
  border-color: #ccc;
}
#con .w-form .select label {
  display: block;
  /*position: absolute !important;
        height: 1px; width: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);*/
}
#con .w-form .select label.error {
  position: static !important;
  height: auto;
  width: auto;
  overflow: hidden;
  clip: auto;
}
#con .w-form .select select {
  border-color: #ccc;
}
#con .w-form .select select:focus {
  border-color: #41c7ff;
}
#con #con-hero .w-splash-nav-dropdown-toggle {
  display: block;
}
#con #con-hero .w-splash-nav-dropdown-toggle:after {
  background: none;
}
#con #con-hero .w-splash-nav-dropdown-toggle:hover {
  color: #a4a4a4;
  cursor: default;
}
#con #inquiry_form fieldset:after {
  display: block;
  content: '';
  clear: both;
}
@media screen and (min-width: 768px) {
  #con #inquiry_form #first_name_li,
  #con #inquiry_form #last_name_li,
  #con #inquiry_form #phone_li,
  #con #inquiry_form #email_address_li,
  #con #inquiry_form #street_1_li,
  #con #inquiry_form #street_2_li,
  #con #inquiry_form #city_li,
  #con #inquiry_form #state_li,
  #con #inquiry_form #zip_li,
  #con #inquiry_form #country_li {
    width: 50%;
    float: left;
  }
  #con #inquiry_form #phone_li {
    clear: left;
  }
  #con #inquiry_form #first_name_li,
  #con #inquiry_form #phone_li,
  #con #inquiry_form #street_1_li,
  #con #inquiry_form #city_li,
  #con #inquiry_form #zip_li {
    padding-right: 0.625em;
  }
  #con #inquiry_form #last_name_li,
  #con #inquiry_form #email_address_li,
  #con #inquiry_form #street_2_li,
  #con #inquiry_form #state_li,
  #con #inquiry_form #country_li {
    padding-left: 0.625em;
  }
}
#con #inquiry_form .buttons .button {
  background: #757575;
  border-color: #757575;
  color: #fff;
}
#con #inquiry_form .buttons .button:hover,
#con #inquiry_form .buttons .button:focus {
  background: #000;
  border-color: #000;
}
#con #inquiry_form .buttons {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #con #inquiry_form #zip_li {
    padding-right: 0;
    padding-left: 0.625em;
    width: 25%;
  }
  #con #inquiry_form #state_li,
  #con #inquiry_form #country_li {
    padding-left: 0;
    padding-right: 0.625em;
  }
  #con #inquiry_form #state_li:after,
  #con #inquiry_form #country_li:after {
    right: 0.6875em;
  }
  #con #inquiry_form #state_li {
    width: 25%;
    padding-left: 0.625em;
  }
  #con #inquiry_form .buttons {
    text-align: right;
  }
}
#con #request_information_form .buttons {
  text-align: center;
}
#con #request_information_form .buttons .button {
  background: #757575;
  border-color: #757575;
  color: #fff;
}
#con #request_information_form .buttons .button:hover,
#con #request_information_form .buttons .button:focus {
  background: #000;
  border-color: #000;
}
#con #request_information_form #other_li label {
  display: block;
}
#con #request_information_form #i_section_3 #category_id_li ol {
  margin-left: 1.25em;
}
@media screen and (min-width: 768px) {
  #con #request_information_form {
    position: relative;
  }
  #con #request_information_form #i_section_3 {
    width: 30%;
    padding-right: 5%;
    float: left;
    position: absolute;
    border-top: 0;
    top: 0;
  }
  #con #request_information_form #i_section_3 legend {
    font-size: 1em;
    color: #000;
    margin-bottom: 1.25em;
  }
  #con #request_information_form #i_section_3 .checkbox {
    padding-left: 1.25em;
  }
  #con #request_information_form #i_section_3 .checkbox label {
    padding-left: 0.625em;
  }
  #con #request_information_form #i_section_3 #category_id_li ol {
    margin-left: 0;
  }
  #con #request_information_form #i_section_1,
  #con #request_information_form #i_section_2,
  #con #request_information_form #i_section_0 {
    width: 70%;
    float: right;
  }
  #con #request_information_form .buttons {
    clear: both;
    border-top: 1px dotted #ccc;
    padding-top: 2.5em;
  }
  #con #request_information_form #first_name_li,
  #con #request_information_form #last_name_li,
  #con #request_information_form #phone_li,
  #con #request_information_form #email_address_li,
  #con #request_information_form #street_1_li,
  #con #request_information_form #street_2_li,
  #con #request_information_form #city_li,
  #con #request_information_form #state_li,
  #con #request_information_form #zip_li,
  #con #request_information_form #country_li {
    width: 50%;
    float: left;
  }
  #con #request_information_form #first_name_li,
  #con #request_information_form #phone_li,
  #con #request_information_form #street_1_li,
  #con #request_information_form #city_li,
  #con #request_information_form #zip_li {
    padding-right: 0.625em;
  }
  #con #request_information_form #last_name_li,
  #con #request_information_form #email_address_li,
  #con #request_information_form #street_2_li,
  #con #request_information_form #state_li,
  #con #request_information_form #country_li {
    padding-left: 0.625em;
  }
  #con #request_information_form #zip_li {
    padding-right: 0;
    padding-left: 0.625em;
    width: 25%;
  }
  #con #request_information_form #state_li,
  #con #request_information_form #country_li {
    padding-left: 0;
    padding-right: 0.625em;
  }
  #con #request_information_form #state_li:after,
  #con #request_information_form #country_li:after {
    right: 0.6875em;
  }
  #con #request_information_form #state_li {
    width: 25%;
    padding-left: 0.625em;
  }
}
#con #search-agent-form .form-control {
  border-radius: 0;
  border-color: 999;
  height: 2.8em;
}
#con #search-agent-form .btn {
  background: #757575;
  border-color: #757575;
  color: #fff;
}
#con #search-agent-form .btn:hover,
#con #search-agent-form .btn:focus {
  background: #000;
  border-color: #000;
}
#con #agent-list .agents-row-flex {
  display: flex;
}
#con #agent-list .agents-row-flex .agents-col {
  width: 50%;
}
#con #agent-list .agents-row-flex .agents-col-right {
  padding-left: 3.33%;
}
#con #agent-list .agents-row-flex .agents-col-left {
  padding-right: 3.33%;
}
@media screen and (min-width: 768px) {
  #con #agent-list .agents-desktop {
    display: block !important;
  }
  #con #agent-list .agents-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #con #agent-list {
    /* .agents-mobile {
        display: block !important;
      } */
  }
  #con #agent-list .agents-desktop {
    display: none !important;
  }
}
#con #agent-list .w-accordion-header {
  border-top: none;
  outline: none;
  position: relative;
}
#con #agent-list .w-accordion-header:hover,
#con #agent-list .w-accordion-header:focus {
  outline: none;
}
#con #agent-list .w-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/caret-on.png") no-repeat;
  background-size: contain;
  z-index: 100;
}
#con #agent-list .w-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: #fff;
  height: 2px;
  top: 1.75em;
  width: 0.8em;
}
@media screen and (min-width: 768px) {
  #con #agent-list .ui-widget-content {
    height: auto !important;
    display: block !important;
  }
  #con #agent-list .ui-widget-content.agents-mobile {
    display: none !important;
  }
  #con #agent-list .w-accordion-header .ui-accordion-header-icon {
    display: none;
  }
}
#con #agent-list .btn {
  border-width: 1px;
  border-color: #999;
  color: #737373;
}
#con #agent-list .btn:hover,
#con #agent-list .btn:focus {
  color: #fff;
}
#con #agent-list table td {
  font-size: 1em;
}
#con #agent-list table td .btn {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
#con #agent-list table td .btn-plus {
  padding-left: 0;
  padding-right: 0;
}
#con #agent-list table thead th {
  color: #737373;
  font-size: 0.875em;
}
#con #agent-list .agent-header-bar {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background: #137ea4;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1.25em;
}
#con #agent-list .col-agents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#con #agent-list .agents-top-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#con #agent-list .agents-top-row .agent {
  float: none;
  margin-left: 3.3333% !important;
  margin-right: 3.3333% !important;
}
#con #agent-list .agents-bt-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
#con #agent-list .agents-bt-row:before {
  display: block;
  content: '';
  border-bottom: 1px dotted #ccc;
  position: absolute;
  left: 0.625em;
  right: 0.625em;
  margin-top: -2.5em;
}
#con #agent-list .agent {
  max-width: 20em;
  /* min-height: 20%; */
  /* margin: auto; */
  min-height: auto !important;
}
@media screen and (max-width: 480px) {
  #con #agent-list .agent:before {
    display: block;
    content: '';
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: 0.625em;
    right: 0.625em;
    margin-top: -2.5em;
  }
}
#con #agent-list .agent:first-child:before {
  display: none !important;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #con #agent-list .agents-top-row .agent {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #con #agent-list .agent {
    max-width: none;
    min-height: 560px;
    width: 50%;
    float: left;
  }
  #con #agent-list .agent:nth-child(odd) {
    padding-right: 5%;
  }
  #con #agent-list .agent:nth-child(odd):before {
    display: block;
    content: '';
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: 0.625em;
    right: 0.625em;
    margin-top: -2.5em;
  }
  #con #agent-list .agent:nth-child(odd):first-child:before {
    display: none;
  }
  #con #agent-list .agent:nth-child(even) {
    padding-left: 5%;
  }
  #con #agent-list .agent:nth-child(even):after {
    display: block;
    clear: both;
    content: '';
    height: 5px;
  }
}
@media screen and (max-width: 479px) {
  #con #agent-list .col-agents {
    display: block;
  }
  #con #agent-list .agents-top-row,
  #con #agent-list .agents-bt-row {
    display: block;
  }
  #con #agent-list .agents-top-row .agent,
  #con #agent-list .agents-bt-row .agent {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #con #agent-list .agent {
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1096px) {
  #con #agent-list .agents-top-row .agent {
    padding-left: 1.25% !important;
    padding-right: 1.25% !important;
  }
  #con #agent-list .agents-row-flex .agent {
    width: 50%;
  }
  #con #agent-list .agents-row-flex .agent:first-child {
    padding-right: 1% !important;
  }
  #con #agent-list .agents-row-flex .agent:nth-child(2) {
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 1% !important;
  }
  #con #agent-list .agents-row-flex .agent .box .box {
    padding: 0;
  }
  #con #agent-list .agents-row-flex .agents-col-left {
    padding-right: 1%;
  }
  #con #agent-list .agents-row-flex .agents-col-right {
    padding-left: 1%;
  }
  #con #agent-list .agent {
    width: 33.3333%;
    min-height: 560px;
    float: left;
  }
  #con #agent-list .agent:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 5%;
  }
  #con #agent-list .agent:nth-child(3n+2),
  #con #agent-list .agent:nth-child(3n+3) {
    margin-left: 0;
  }
  #con #agent-list .agent:nth-child(3n+2) {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #con #agent-list .agent:nth-child(3n+3) {
    padding-left: 5%;
    padding-right: 0;
  }
  #con #agent-list .agent:nth-child(3n+3):after {
    display: block;
    clear: both;
    content: '';
    height: 1px;
  }
  #con #agent-list .agent:nth-child(3n+1):before {
    display: block;
    content: '';
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: 0.625em;
    right: 0.625em;
    margin-top: -2.5em;
  }
}
@media screen and (min-width: 1097px) {
  #con #agent-list .agents-row-flex .agent {
    width: 43.3334%;
  }
  #con #agent-list .agents-row-flex .agent:nth-child(2) {
    margin-left: auto !important;
  }
  #con #agent-list .agent {
    width: 20%;
    min-height: 482px;
    float: left;
  }
  #con #agent-list .agent:nth-child(4n+2),
  #con #agent-list .agent:nth-child(4n+3),
  #con #agent-list .agent:nth-child(4n+4) {
    margin-left: 6.6666%;
  }
  #con #agent-list .agent:nth-child(4n+4):after {
    display: block;
    clear: both;
    content: '';
  }
  #con #agent-list .agent:nth-child(4n+1):before {
    display: block;
    content: '';
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: 0.625em;
    right: 0.625em;
    margin-top: -2.5em;
  }
}
#con .agent-modal .img-block {
  max-width: 20em;
}
#con .agent-modal ul {
  padding-left: 0;
}
#con .agent-modal ul li {
  list-style-type: none;
}
#con .agent-modal .modal-dialog {
  max-width: 50em;
}
@media screen and (min-width: 768px) {
  #con .agent-modal .modal-dialog {
    width: 87.5%;
  }
}
@media screen and (min-width: 992px) {
  #con .agent-modal .modal-dialog {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  #con .agent-modal .modal-dialog {
    width: 62.5%;
  }
}
#con .agent-modal .modal-body {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #con .agent-modal .modal-body {
    padding: 0  10%;
  }
}
#con .agent-modal .modal-content {
  box-shadow: none;
  border-radius: 0;
}
#con .agent-modal .modal-header {
  text-align: right;
  border: none;
}
#con .agent-modal .modal-header .close {
  display: inline-block;
  float: none;
  opacity: .8;
}
#con .agent-modal .modal-header .close:hover,
#con .agent-modal .modal-header .close:focus {
  opacity: 1;
}
#con .agent-modal .building {
  padding-bottom: 0.625em;
}
#con .agent-modal .building a {
  color: #000;
}
#con .agent-modal .building a:focus {
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #con .agent-modal .building {
    width: 50%;
    float: left;
  }
  #con .agent-modal .building:nth-child(odd) {
    padding-right: 5%;
    clear: left;
  }
  #con .agent-modal .building:nth-child(even) {
    padding-left: 5%;
  }
  #con .agent-modal .building:nth-child(even):after {
    display: block;
    clear: both;
    content: '';
  }
}
@media screen and (min-width: 992px) {
  #con .agent-modal .building {
    width: 28.5714%;
    float: left;
  }
  #con .agent-modal .building:nth-child(3n+1) {
    clear: left;
  }
  #con .agent-modal .building:nth-child(3n+2),
  #con .agent-modal .building:nth-child(3n+3) {
    margin-left: 7.1428%;
  }
  #con .agent-modal .building:nth-child(3n+3):after {
    display: block;
    clear: both;
    content: '';
  }
}
#dcc {
  height: 100%;
}
#dcc #footer-portfolio,
#dcc #footer-news,
#dcc #footer-portfolio,
#dcc #footer-tenant-service,
#dcc #footer-careers {
  display: none;
}
@media screen and (min-width: 768px) {
  #dcc #site-header {
    height: auto;
  }
}
#dcc #page,
#dcc #page > #content {
  display: inline;
}
#dcc .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#dcc .section-header.larger {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  #dcc .section-header {
    font-size: 1.75em;
  }
  #dcc .section-header.larger {
    font-size: 1.75em;
  }
  #dcc .section-header.smaller {
    font-size: 1.5em;
  }
}
#dcc .section-copy {
  font-size: 0.75em;
}
#dcc .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #dcc .section-copy {
    font-size: 1em;
  }
  #dcc .section-copy.smaller {
    font-size: 0.875em;
  }
  #dcc .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#dcc #eco-system .img-block {
  max-width: 8.75em;
  margin-bottom: 1.875em;
}
#dcc #eco-system .w-carousel-item {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #dcc #eco-system .w-carousel-viewport,
  #dcc #eco-system .w-carousel-strip {
    width: auto !important;
    display: block;
  }
  #dcc #eco-system .w-carousel-items {
    display: block;
  }
  #dcc #eco-system .w-carousel-viewport-inner {
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
  }
  #dcc #eco-system .w-carousel-item {
    display: block;
    float: left;
    width: 33.3333% !important;
  }
  #dcc #eco-system .w-carousel-item:nth-child(3n+1) {
    clear: both;
  }
}
#dcc #dynamic-community a {
  opacity: 0.5;
}
#dcc #dynamic-community a:hover,
#dcc #dynamic-community a:focus {
  opacity: 1;
}
#dcc #dynamic-community .w-carousel-next-alt {
  background-image: url("../i/w/card/arrow-right-inverse.png");
}
#dcc #dynamic-community .w-carousel-prev-alt {
  background-image: url("../i/w/card/arrow-left-inverse.png");
}
#dcc #dcc-hero .w-splash-tabs:before {
  display: none;
}
#dcc #dcc-hero .dcc-ownership {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #dcc #dcc-hero .dcc-ownership {
    font-size: 2.5em;
    padding: .5em 0;
  }
}
#dcc .small-line {
  border-bottom: 1px solid #666;
  width: 2.5em;
  margin: auto;
}
#dcc #stats .headshot {
  display: block;
  border-radius: 50%;
  width: auto;
  height: 140px;
}
@media screen and (min-width: 768px) {
  #dcc #stats .headshot {
    height: auto;
    width: 120px;
  }
}
#dcc #stats .w-carousel-dots li {
  padding: 0 0.625em;
}
#dcc #stats .w-carousel-dots li a span {
  background: #fff;
  opacity: 0.5;
}
#dcc #stats .w-carousel-dots li a:hover span,
#dcc #stats .w-carousel-dots li a:focus span {
  background: #fff;
  opacity: 1;
}
#dcc #stats .w-carousel-dots li.active a span {
  background: #fff;
  opacity: 1;
}
#dcc #stats .w-carousel .w-carousel-viewport {
  overflow-x: visible;
}
@media screen and (min-width: 768px) {
  #dcc #stats .w-carousel {
    width: 50%;
    margin: auto;
  }
}
#dcc #stats .w-carousel .w-carousel-item {
  vertical-align: top;
  text-align: left;
  opacity: 0.5;
}
#dcc #stats .w-carousel .w-carousel-item.active {
  opacity: 1;
}
#dcc #back-to-prev {
  position: fixed;
  top: 5.8333em;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75em;
  color: #555;
  padding: 0.125em 1.6666em;
  line-height: 2.5em;
  white-space: nowrap;
  text-transform: uppercase;
  visibility: hidden;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #dcc #back-to-prev {
    visibility: visible;
    z-index: 1000;
  }
}
#dcc #back-to-prev:hover,
#dcc #back-to-prev:focus {
  background: #fff;
  text-decoration: none;
}
#dcc #back-to-prev:focus {
  box-shadow: #35b7e7 0px 0px 5px 5px !important;
  opacity: 1 !important;
  transform: scale(1.1);
}
#dcc #back-to-prev .l {
  position: relative;
  z-index: 3;
}
#dcc #back-to-prev .bg-off {
  background: #fff;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#dcc #back-to-prev .bg-on {
  background: #137ea4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
#dcc #innovation-hub {
  background: #111;
}
#dcc #innovation-hub .staging {
  height: 0;
  position: relative;
  padding-bottom: 56.3830%;
  background: #000;
}
#dcc #innovation-hub .staging iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#dcc #innovation-hub .thumb {
  position: relative;
  padding-bottom: 56.3830%;
  background: #000;
  display: block;
  overflow: hidden;
}
#dcc #innovation-hub .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  opacity: 0.3;
}
#dcc #innovation-hub .thumb:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center center url("../i/l/video-btn.svg") no-repeat;
  background-size: 2.5em 2.5em;
  z-index: 2;
  opacity: 0.3;
}
#dcc #innovation-hub .thumb:hover:after,
#dcc #innovation-hub .thumb.active:after {
  opacity: 1;
}
#dcc #innovation-hub .thumb:hover img,
#dcc #innovation-hub .thumb.active img {
  opacity: 1;
}
html.touch #dcc #stats {
  overflow: hidden;
}
#dcc .containing-block {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #dcc .containing-block {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #dcc .containing-block {
    width: 90%;
  }
}
#dcc .outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#dcc .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dcs #back-to-prev {
  position: fixed;
  top: 5.8333em;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75em;
  color: #555;
  padding: 0.125em 1.6666em;
  line-height: 2.5em;
  white-space: nowrap;
  text-transform: uppercase;
  visibility: hidden;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #dcs #back-to-prev {
    visibility: visible;
    z-index: 1000;
  }
}
#dcs #back-to-prev:hover,
#dcs #back-to-prev:focus {
  background: #fff;
  text-decoration: none;
}
#dcs #back-to-prev:focus {
  box-shadow: #35b7e7 0px 0px 5px 5px !important;
  opacity: 1 !important;
  transform: scale(1.1);
}
#dcs #back-to-prev .l {
  position: relative;
  z-index: 3;
}
#dcs #back-to-prev .bg-off {
  background: #fff;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#dcs #back-to-prev .bg-on {
  background: #137ea4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
#dcs .modal.jbgs .close {
  position: relative;
  z-index: 2;
  margin-top: 0.625em;
  margin-right: 0.625em;
}
#dcs .modal.jbgs .modal-content {
  border-radius: 0;
  background: none;
  display: table;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: none;
}
#dcs .modal.jbgs .modal-content > div {
  display: table-cell;
  vertical-align: middle;
}
#dcs .modal.jbgs .modal-content > div > div {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#dcs .modal.jbgs .modal-dialog {
  width: auto;
  margin-left: 0.625em;
  margin-right: 0.625em;
  max-width: 60em;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #dcs .modal.jbgs .modal-dialog {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#dcs .modal.jbgs .modal-body {
  min-height: 0 !important;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #dcs .modal.jbgs .modal-body {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
#gov {
  height: 100%;
}
#gov #footer-news,
#gov #footer-portfolio,
#gov #footer-tenant-service,
#gov #footer-careers {
  display: none;
}
#gov #page,
#gov #page > #content {
  display: inline;
}
@media screen and (min-width: 768px) {
  #gov .modal-bio {
    width: 47.1875em;
    border: 1px solid red;
  }
}
#gov .governance-overview-fixed-nav {
  position: fixed;
  background-color: #fff;
  top: 70px;
  right: 0;
  z-index: 1000;
  left: 0;
  border-bottom: 1px solid #ccc;
  overflow-x: auto;
}
#gov .governance-overview-fixed-nav ul {
  white-space: nowrap;
  list-style-type: none;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}
#gov .governance-overview-fixed-nav li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
}
#gov .governance-overview-fixed-nav li:nth-of-type(n+2):before {
  color: #ccc;
  content: '|';
  position: absolute;
  left: -3px;
}
#gov .governance-overview-fixed-nav li a {
  color: #737373;
  text-transform: uppercase;
}
#gov .governance-overview-fixed-nav li a:hover {
  color: #137ea4;
  background-color: transparent;
}
#gov .governance-overview-fixed-nav li a:focus {
  color: #000;
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#gov .governance-overview-fixed-nav li.active a {
  color: #137ea4;
}
#gov .governance-overview-fixed-nav li.active a:focus {
  font-weight: bold;
}
#gov .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #gov .section-header {
    font-size: 1.75em;
  }
  #gov .section-header.smaller {
    font-size: 1.5em;
  }
}
#gov .section-copy {
  font-size: 0.75em;
}
#gov .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #gov .section-copy {
    font-size: 1em;
  }
  #gov .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #gov .section-copy.smaller {
    font-size: 0.875em;
  }
  #gov .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#gov .gov-ownership {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#gov .gov-splash-title,
#gov .gov-splash-copy {
  display: none;
}
#gov .w-accordion .head-shot + p {
  margin-top: 20px;
  width: auto;
}
#gov .w-accordion .head-shot + p + p {
  clear: both;
}
#gov .w-splash.fixed-nav .w-splash-tabs ul li a,
#gov .w-splash.board-of-trustees .w-splash-tabs ul li a,
#gov .w-splash.fixed-nav .w-splash-tabs ul li a {
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  #gov .w-splash-tabs:before {
    height: 2.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #gov .board-of-trustees .w-splash-tabs,
  #gov .comm-charter-splash .w-splash-tabs {
    padding-top: 2.5em;
  }
  #gov .board-of-trustees .w-splash-tabs ul,
  #gov .comm-charter-splash .w-splash-tabs ul {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #gov .board-of-trustees:after,
  #gov .comm-charter-splash:after {
    display: block;
    position: relative;
    content: '';
    height: 2.5em;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1430px) {
  #gov .board-of-trustees .w-splash-tabs ul,
  #gov .comm-charter-splash .w-splash-tabs ul {
    padding: 0.4375em 0 0.4375em 200px;
  }
}
@media screen and (min-width: 768px) {
  #gov #site-header {
    height: auto;
  }
  #gov .w-splash-nav ul {
    min-width: 15.625em;
  }
  #gov .w-splash.fixed-nav .w-splash-tabs ul li a {
    font-size: 0.75em;
  }
  #gov .gov-ownership {
    font-size: 1.125em;
    font-weight: 400;
    margin: 0px 0.625em;
  }
  #gov .gov-ownership:after {
    display: block;
    content: "";
    border-bottom: 1px solid #FFF;
    width: 2.2222em;
    margin: 0px auto;
    padding: 0.25em 0px;
  }
  #gov .gov-splash-title,
  #gov .gov-splash-copy {
    display: block;
    color: #fff;
    text-align: center;
  }
  #gov .gov-splash-copy {
    font-size: 1.125em;
  }
  #gov .gov-splash-title {
    font-size: 1.75em;
    line-height: 1.142em;
    margin: 0.5em 0;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  #gov .governance-overview-fixed-nav {
    top: 60px;
  }
  #gov .w-accordion .head-shot {
    margin-right: 0;
    float: none;
  }
  #gov .w-accordion .head-shot img {
    height: auto;
    max-width: 20em;
  }
  #gov .w-accordion .head-bio {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #gov .w-accordion .head-shot {
    margin-right: 20px;
    float: left;
  }
  #gov .w-accordion .head-shot img {
    width: 120px;
    height: auto;
  }
  #gov .w-accordion .head-shot + p {
    margin-top: 0;
    float: left;
    width: 78%;
  }
  #gov .w-accordion .head-shot + p + p {
    /*margin-top: 10px;*/
    float: none;
    clear: both;
  }
  #gov .w-accordion .head-bio {
    float: left;
    width: 78%;
  }
}
@media screen and (min-width: 992px) {
  #gov .w-accordion .head-shot + p {
    width: 81%;
  }
  #gov .w-accordion .head-bio {
    width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  #gov .w-accordion .head-shot + p {
    width: 84%;
  }
  #gov .w-accordion .head-bio {
    width: 81%;
  }
}
#gov .gov-contact-link {
  display: inline-block;
  position: relative;
}
#gov .gov-contact-link img {
  height: .8em;
  top: -0.1em;
  position: relative;
  display: inline-block;
}
#gov .gov-contact-link a {
  color: #000;
}
#gov .download-pdf img {
  height: 2em;
}
#gov .download-pdf:focus {
  background-color: transparent;
  color: #137ea4;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#gov .gov-section {
  height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#gov .gov-section.active {
  height: auto;
  width: auto;
  overflow: auto;
  position: relative;
  top: auto;
}
#gov .w-accordion .w-accordion-header:hover,
#gov .w-accordion .w-accordion-header:focus {
  background: #eee;
  color: #106F8E;
}
#gov .w-accordion .w-accordion-header a {
  width: 100%;
}
#gov .w-accordion .w-accordion-header a:after {
  position: absolute;
  top: 0;
  right: 0;
}
#gov .w-accordion .w-accordion-header.ui-state-active:hover {
  background: none;
}
#gov .w-accordion .w-accordion-header.ui-state-active:hover a {
  color: #000;
}
#gov .w-accordion .w-accordion-header.ui-state-active a {
  color: #000;
}
#gov .w-accordion .w-accordion-header.ui-state-active a:after {
  background-image: url("../i/w/accordion/arrow-up.svg");
}
#gov .der.w-accordion-separator {
  padding: 0;
}
#gov .der.w-accordion-separator .w-accordion-separator-inner {
  border-top: 1px dotted #bcbcbc;
  margin-top: 0.5em;
  padding: 1.25em 0;
}
#gov .der.w-accordion-separator .w-accordion-separator-inner .sub-header {
  font-size: 80%;
}
#gov .der h1 .small,
#gov .der .h1-tag .small {
  line-height: 1.2;
}
#gov #gov-accordion .w-accordion-header {
  background: #f3f3f3;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 1.25em;
  padding-right: 2.5em;
  position: relative;
}
#gov #gov-accordion .w-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 0.625em;
  top: 0.75em;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/caret.png") no-repeat;
  background-size: contain;
}
#gov #gov-accordion .w-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: #666;
  height: 2px;
  top: 1.2em;
  width: 0.8em;
}
@media screen and (min-width: 768px) {
  #gov #gov-accordion .w-accordion-header {
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    display: none;
  }
  #gov #gov-accordion .ui-accordion-content1 {
    height: auto !important;
    top: auto !important;
    padding: 0 !important;
  }
}
#gov #executive-accordion #senior-advisors.w-accordion-header {
  padding: 0;
  border-top: 0;
}
#gov #executive-accordion #senior-advisors.w-accordion-header .row ._hr {
  border-top: 0;
  border-bottom: 2px solid #010101;
  padding: 0;
  margin-left: 20px;
  margin-top: 6px;
  width: 345px;
}
@media screen and (min-width: 768px) {
  #gov #executive-accordion #senior-advisors.w-accordion-header .row ._hr {
    margin-left: 5px;
  }
}
#gov #executive-accordion #senior-advisors.w-accordion-header .row ._hr .section-header {
  font-size: 15px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  #gov #page-header {
    background: #000;
  }
  #gov #page-header .header-clear {
    position: relative;
    height: 3.125em;
    z-index: 1;
    top: 2px;
  }
  #gov #page-header .header-clear .hero-title {
    position: fixed;
    width: 100%;
    top: auto;
  }
  #gov #page-header .navbar {
    position: relative;
    z-index: 2;
  }
  #gov #page-header.sticky {
    top: 1.25em;
  }
}
#gov #gov-sections {
  min-height: 300px;
}
#gov .modal.bio .close {
  position: relative;
  z-index: 2;
  margin-top: 0.625em;
  margin-right: 0.625em;
}
#gov .modal.bio .modal-content {
  border-radius: 0;
  background: none;
  display: table;
  height: 100%;
  box-shadow: none;
  border: none;
}
#gov .modal.bio .modal-content > div {
  display: table-cell;
  vertical-align: middle;
}
#gov .modal.bio .modal-content > div > div {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#gov .modal.bio .modal-dialog {
  width: auto;
  margin-left: 0.625em;
  margin-right: 0.625em;
  max-width: 60em;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #gov .modal.bio .modal-dialog {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#gov .modal.bio .modal-body {
  min-height: 0 !important;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #gov .modal.bio .modal-body {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
#gov .composition-table {
  border-collapse: separate;
  margin-bottom: 0;
}
#gov .composition-table .comm-legends {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #gov .composition-table {
    border-spacing: 1.25em;
  }
}
#gov .composition-table table {
  margin-top: 0.625em;
}
#gov .composition-table table td {
  border: none;
}
#gov .composition-table .comm-legend {
  line-height: 1em;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.625em;
}
@media screen and (min-width: 992px) {
  #gov .composition-table .comm-legend {
    line-height: 3em;
    display: block;
    margin-right: 0;
  }
}
#gov .composition-table .comm-legend .text-muted {
  line-height: 2em;
  display: inline-block;
  vertical-align: text-bottom;
}
#gov .composition-table ~ .line {
  margin-left: 1.25em;
  margin-right: 1.25em;
  background: #ccc;
}
#gov .composition-table > thead > tr > th {
  font-size: 0.75em;
  font-weight: normal;
  vertical-align: middle;
  border-bottom-color: #ccc;
}
#gov .composition-table > tbody > tr > td,
#gov .composition-table > tbody > tr > th {
  vertical-align: middle;
  border-top: none;
  padding-top: 0;
}
#gov .composition-table > tbody > tr > th {
  border-bottom: 1px solid #ccc;
}
#gov .composition-table > tbody > tr:last-child > th {
  border-bottom: 0;
}
#gov .composition-table > tbody > tr:last-child > td {
  border-bottom: none;
  padding-bottom: 0;
}
#gov .composition-table .comm-member,
#gov .composition-table .comm-chair {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gov .composition-table .comm-chair {
  background: #137ea4;
}
#gov .composition-table a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
#hom {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #hom #site-header {
    height: auto;
  }
  #hom #page {
    display: inline;
  }
  #hom #page > #content {
    display: inline;
  }
}
#hom .scroll-down-btn {
  opacity: 1;
  transform: scale(1.2);
}
#hom .scroll-down-btn:focus {
  transform: scale(2);
  background-color: transparent;
  opacity: 1;
}
#hom #site-footer {
  display: none;
}
#hom .stock-performance {
  margin-top: 30px;
}
#hom .stock-performance a:focus {
  background-color: #fff;
  color: #000;
}
#hom .stock-performance-table-modal {
  text-align: center;
}
#hom .stock-performance-table-modal th,
#hom .stock-performance-table-modal td {
  padding: 5px 10px;
}
#hom .stock-performance-table-modal .modal-body {
  min-height: 0 !important;
  padding: 30px 15px;
}
#hom .stock-performance-table-modal table {
  display: inline-block;
}
#hom #callouts {
  padding: 0.625em 1.25em;
  background: #f9f9f9;
}
#hom #callouts h1,
#hom #callouts .h1-tag {
  font-size: 12.8px;
  text-transform: uppercase;
}
#hom #callouts p,
#hom #callouts ul li {
  font-size: 12px;
  color: #000;
}
#hom #callouts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hom #callouts .section,
#hom #callouts section {
  padding-top: .5em;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#hom #callouts .section ~ .section,
#hom #callouts section ~ section {
  margin-top: .5em;
  border-top: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {
  #hom #callouts {
    position: relative;
    height: 0;
    z-index: 100;
    background: none;
    padding: 0;
    top: 5em;
    width: 100%;
    list-style: none;
    margin: 0;
  }
  #hom #callouts h1,
  #hom #callouts p,
  #hom #callouts .h1-tag {
    line-height: 1.3;
  }
  #hom #callouts #callouts-inner {
    position: absolute;
    /* background: url("@{i}/l/tran60.png"); */
    background-color: rgba(0, 0, 0, 0.8);
    left: 0.625em;
    right: 0.625em;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  #hom #callouts #callouts-inner._multiple_urls .section,
  #hom #callouts #callouts-inner._multiple_urls section {
    min-height: 64px;
  }
  #hom #callouts .section,
  #hom #callouts section {
    color: #fff;
    border-top: 0;
    padding-top: 0.25em;
    padding-right: 10 / em;
    padding-bottom: 0.25em;
    padding-left: 10 / em;
    margin-top: 0;
    margin: 0.25em 0 0.25em 0;
    text-align: center;
    list-style: none;
  }
  #hom #callouts .section._multiple,
  #hom #callouts section._multiple {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  #hom #callouts .section p,
  #hom #callouts section p,
  #hom #callouts .section ul li,
  #hom #callouts section ul li {
    color: #fff;
  }
  #hom #callouts .section .multiple-urls-list,
  #hom #callouts section .multiple-urls-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #hom #callouts .section ~ .section,
  #hom #callouts section ~ .section,
  #hom #callouts .section ~ section,
  #hom #callouts section ~ section {
    margin-top: 0;
    margin: 0.25em 0 0.25em 0;
    border-top: none;
    border-left: 1px dotted #ccc;
  }
  #hom #callouts .section a,
  #hom #callouts section a {
    color: #fff;
  }
  #hom #callouts .section a:focus,
  #hom #callouts section a:focus {
    background-color: #fff;
    color: #000;
  }
  #hom #callouts.items-4 .section,
  #hom #callouts.items-4 section {
    width: 25%;
    float: left;
  }
  #hom #callouts.items-3 .section,
  #hom #callouts.items-3 section {
    width: 33.3333%;
    float: left;
  }
  #hom #callouts.items-2 .section,
  #hom #callouts.items-2 section {
    width: 50%;
    float: left;
  }
  #hom #callouts.items-2 .section + section + section,
  #hom #callouts.items-2 section + section + section {
    display: none;
  }
  #hom #callouts.items-1 .section ~ section,
  #hom #callouts.items-1 section ~ section {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #hom #callouts .section,
  #hom #callouts section {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #hom #callouts .section h1,
  #hom #callouts section h1,
  #hom #callouts .section .h1-tag,
  #hom #callouts section .h1-tag {
    font-size: 16px;
    line-height: 1.3;
  }
  #hom #callouts .section p,
  #hom #callouts section p,
  #hom #callouts .section ul li,
  #hom #callouts section ul li {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
  }
  #hom #callouts .section .multiple-urls-list,
  #hom #callouts section .multiple-urls-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
#hom #home-upper {
  position: relative;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #hom #home-upper {
    min-height: 0 !important;
  }
}
#hom #hero {
  /* .w-carousel-item:not(.active) {
         display: none;
      } */
}
#hom #hero .w-carousel-viewport .w-band-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 7.25em;
  height: 7.25em;
  margin-left: -3.125em;
  margin-top: -3.125em;
  background: center center url(../i/l/video-btn.svg) no-repeat;
  background-size: cover;
}
#hom #hero .w-carousel-viewport .w-band-video-btn span {
  display: block;
  text-indent: -9999px;
}
#hom #hero .hero-image-wrapper {
  padding-bottom: 75%;
  position: relative;
  height: 0;
}
#hom #hero .hero-pause-resume {
  /* font-size: 100px; */
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -1.75em;
  z-index: 2;
}
#hom #hero .hero-pause-resume a {
  opacity: .8;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  transition: all ease .3s;
}
#hom #hero .hero-pause-resume a .fa {
  display: inline-block;
  height: 24px;
  border-color: #000;
  border-style: solid;
  vertical-align: middle;
  position: relative;
  top: -21px;
}
#hom #hero .hero-pause-resume a .fa-pause-circle {
  width: 0;
  border-width: 0 0 0 16px;
  border-style: double;
}
#hom #hero .hero-pause-resume a .fa-play-circle {
  width: 34px;
  border-width: 16px 0px 16px 30px;
  border-color: transparent transparent transparent #202020;
  right: -7px;
}
#hom #hero .hero-pause-resume a .fa:before {
  display: none;
}
#hom #hero .hero-pause-resume a:focus {
  opacity: .9;
  transform: scale(1.6);
}
@media screen and (max-width: 767px) {
  #hom #hero .w-carousel-item {
    height: auto !important;
  }
}
#hom #hero .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hom #hero .hero-image.align_img_bottom {
  background-position: center bottom;
}
#hom #hero .hero-copy {
  text-align: center;
  color: #000;
  padding: 1.25em 0.625em 0;
}
#hom #hero .hero-copy .header-p a {
  color: #000;
  text-decoration: none;
}
#hom #hero .hero-copy h1,
#hom #hero .hero-copy .h1-tag {
  font-size: 1.125em;
}
#hom #hero .hero-copy h2 {
  font-size: 0.6875em;
  text-transform: uppercase;
}
#hom #hero .hero-copy .hero-btn {
  padding: 1.25em;
}
#hom #hero .hero-copy-text-hidden {
  display: none;
}
#hom #hero .w-carousel-item.active .hero-copy-text-hidden {
  display: block;
}
#hom #hero .w-carousel-item.active .hero-copy-text-hidden a {
  color: #35b7e7;
}
#hom #hero .hero-controls {
  height: 0;
  position: relative;
  z-index: 10;
}
#hom #hero .hero-controls a {
  top: -4.375em;
  background-color: #fff;
  border-radius: 50%;
  background-size: 60%;
  transition: all ease .3s;
  opacity: .8;
  width: 3.75em;
  height: 3.75em;
}
#hom #hero .hero-controls a:hover {
  opacity: .9;
}
#hom #hero .hero-controls .w-carousel-prev {
  left: 1.25em;
  background-image: url("../i/w/carousel/arrow-left-dark.png");
}
#hom #hero .hero-controls .w-carousel-prev:focus {
  background-image: url("../i/w/carousel/arrow-left-l-dark.png");
  left: 40px;
  transform: scale(1.5);
}
#hom #hero .hero-controls .w-carousel-next {
  right: 1.25em;
  background-image: url("../i/w/carousel/arrow-right-dark.png");
}
#hom #hero .hero-controls .w-carousel-next:focus {
  background-image: url("../i/w/carousel/arrow-right-l-dark.png");
  right: 40px;
  transform: scale(1.5);
}
#hom #hero .hero-controls a.disabled {
  visibility: visible;
}
#hom #hero .w-carousel-viewport-inner {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #hom #hero .column {
    height: auto !important;
  }
  #hom #hero .hero-image-wrapper {
    position: absolute;
    top: 4.375em;
    left: 0;
    right: 0;
    bottom: 7.5em;
    padding-bottom: 0;
    height: auto;
    z-index: 1;
    overflow: hidden;
  }
  #hom #hero .w-carousel-item {
    overflow: hidden;
    position: relative;
  }
  #hom #hero .w-carousel-item.active .hero-copy-text-hidden {
    display: block;
  }
  #hom #hero .w-carousel-item.active .hero-copy-text-hidden .desc {
    margin-top: -10px;
    font-size: 1.25em;
    padding-bottom: 14px;
  }
  #hom #hero .w-carousel-item.active .hero-copy-text-hidden .desc p {
    line-height: 1.25em;
  }
  #hom #hero .w-carousel-item.active .hero-copy-text-hidden .desc + .watch-video-link {
    padding-top: 0;
  }
  #hom #hero .w-carousel-viewport {
    position: relative;
    z-index: 1;
  }
  #hom #hero .hero-controls {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    /*bottom: 130/@em;*/
    bottom: 10.125em;
  }
  #hom #hero .hero-copy {
    /*position: relative;*/
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: 168/@em;*/
    bottom: 15.5em;
    color: #fff;
    z-index: 20;
    /*padding: 20/@em 36/@em;*/
    padding: 0 0;
    /*min-width: 368/@em;*/
    width: 56em;
    /*width: 416/@em;*/
    /*max-width: 384/@em;*/
    /*max-width: 480/@em;*/
    display: inline-block;
    /* background: url("@{i}/l/tran60.png"); */
    background-color: rgba(0, 0, 0, 0.8);
    margin: auto;
  }
  #hom #hero .hero-copy .header-p a {
    color: #fff;
    text-decoration: none;
  }
  #hom #hero .hero-copy .header-p a:focus {
    background-color: #fff;
    color: #000;
  }
  #hom #hero .hero-copy .w-band-video-btn {
    color: #fff;
  }
  #hom #hero .hero-copy .w-band-video-btn:hover,
  #hom #hero .hero-copy .w-band-video-btn:focus {
    color: #35B7E7;
    text-decoration: underline;
  }
  #hom #hero .hero-copy .watch-video-link {
    display: inline-block;
    font-size: 1.6em;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #hom #hero .hero-copy h1,
  #hom #hero .hero-copy .h1-tag {
    font-size: 1.75em;
    font-size: 3em;
  }
  #hom #hero .hero-copy h2 {
    font-size: 0.875em;
  }
  #hom #hero .hero-copy .hero-btn {
    padding: 1.875em;
  }
  #hom #hero .hero-copy .hero-btn .btn {
    border-color: #fff;
    color: #fff;
  }
  #hom #hero .hero-copy .hero-btn .btn:hover,
  #hom #hero .hero-copy .hero-btn .btn:focus {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 767px) {
  #hom #hero .hero-copy .header-p a:focus {
    background-color: #000;
    color: #fff;
  }
}
#hom #announcement {
  background: #000;
  color: #fff;
  padding: 0.625em 0.625em 1.25em;
  position: relative;
  z-index: 100;
}
#hom #announcement .scroll-down-btn {
  /*top: -160/@em;*/
  top: -9.5em;
  opacity: 1;
  transform: scale(1.2);
}
#hom #announcement .scroll-down-btn.inverse {
  background-image: url("../i/l/scrolldown-black-2x-new-3.png");
}
#hom #announcement .scroll-down-btn:focus {
  transform: scale(2);
  background-color: transparent;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #hom #announcement {
    padding: 0;
  }
  #hom #announcement .announcement-inner {
    background: #000;
    height: 7.5em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#hom #announcement .announcement-section {
  padding-top: 0.625em;
  padding-bottom: 0em;
}
#hom #announcement .w-carousel-item {
  text-align: left;
  vertical-align: top;
}
#hom #announcement .w-carousel-item h1,
#hom #announcement .w-carousel-item .h1-tag {
  font-size: 0.875em;
}
#hom #announcement .w-carousel-item a {
  color: #fff;
}
#hom #announcement .w-carousel-item a:hover,
#hom #announcement .w-carousel-item a:focus {
  text-decoration: underline;
}
#hom #announcement .w-carousel-item a:focus {
  background-color: #fff;
  color: #000;
}
#hom #announcement .w-carousel-dots {
  display: none;
}
#hom #announcement .w-carousel-dots ul {
  margin-left: 0;
}
#hom #announcement .w-carousel-dots li:first-child {
  margin-left: 0;
}
#hom #announcement .w-carousel-dots li > a span {
  background: #666;
}
#hom #announcement .w-carousel-dots li > a:focus span {
  background: #35b7e7;
}
#hom #announcement .w-carousel-dots li.active > a span {
  background: #fff;
}
#hom #announcement .w-carousel-dots li.active > a:focus span {
  background: #35b7e7;
}
#hom #announcement .hero-pause-resume {
  position: relative;
  top: 4px;
  left: auto;
  right: auto;
  transform: translate(0, 0);
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
}
#hom #announcement .hero-pause-resume a {
  color: #fff;
}
#hom #announcement .hero-pause-resume a:focus {
  color: #35b7e7;
}
@media screen and (max-width: 767px) {
  #hom #announcement .hero-pause-resume {
    display: none;
  }
  #hom #announcement .w-carousel-viewport-inner {
    position: static;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: inline;
  }
  #hom #announcement .w-carousel-strip,
  #hom #announcement .w-carousel-items,
  #hom #announcement .w-carousel-item {
    display: block;
    width: auto !important;
  }
  #hom #announcement .w-carousel-item {
    padding: 0 0.625em 1em 0;
  }
  #hom #announcement .w-carousel-item {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #hom #announcement .w-carousel-dots {
    display: inline-block;
  }
  #hom #announcement .w-carousel-viewport {
    height: 1.3125em;
    overflow: hidden;
  }
  #hom #announcement .w-carousel-item a {
    display: block;
    width: 200px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 992px) {
  #hom #announcement .w-carousel-item a {
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  #hom #announcement .w-carousel-item a {
    width: 300px;
  }
}
#hom #announcement .announcement-header {
  font-size: 1.125em;
  margin-top: .5em;
  margin-bottom: .5em;
  text-transform: uppercase;
}
#hom #announcement .announcement-header a {
  color: #35b7e7;
}
#hom #announcement .announcement-header a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
  color: #fff;
}
#hom #announcement .stock h1,
#hom #announcement .stock .h1-tag {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.2;
  margin-top: .5em;
}
#hom #announcement .stock h1 h2,
#hom #announcement .stock .h1-tag h2,
#hom #announcement .stock h1 sup,
#hom #announcement .stock .h1-tag sup {
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-size: 0.4375em;
  font-weight: normal;
  top: auto;
}
#hom #announcement .stock h1 small,
#hom #announcement .stock .h1-tag small {
  font-size: 0.4375em;
}
#hom #focus .scroll-down-btn {
  z-index: 1000;
  bottom: 100px;
}
#hom #focus .focus-copy-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#hom #focus .focus-copy-header > div {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  padding: 5em 1.4286em;
  font-weight: 600;
}
#hom #focus .focus-copy-body {
  padding: 2.5em 1.25em;
  background: #eee;
  text-align: center;
}
#hom #focus .focus-copy-body p {
  font-size: 0.875em;
}
#hom #focus .focus-copy {
  opacity: 0.01;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#hom #focus.active .focus-copy {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #hom #focus {
    display: table;
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100%;
  }
  #hom #focus ~ div {
    background: #fff;
    position: relative;
    z-index: 20;
  }
  #hom #focus .w-parallax {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: fixed;
  }
  #hom #focus .focus-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 4.375em;
    height: 100%;
    z-index: 2;
  }
  #hom #focus .focus-fixed .focus-content {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
  }
  #hom #focus .focus-fixed .focus-content .focus-content-inner {
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: middle;
  }
  #hom #focus .focus-copy-header {
    background: none !important;
  }
  #hom #focus .focus-copy-header > div {
    background: none;
    padding: 0;
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.2em;
  }
  #hom #focus .focus-copy-body {
    background: none;
    color: #fff;
  }
  #hom #focus .focus-copy-body p {
    font-size: 1em;
  }
  #hom #focus .focus-copy {
    position: relative;
    top: -2.1875em;
    z-index: 10;
    margin: 0 auto;
    padding: 3.75em 8.3333%;
    width: 75%;
    background: rgba(0, 0, 0, 0.7);
  }
}
#hom #portfolio {
  display: table;
  width: 100%;
  position: relative;
}
#hom #portfolio .portfolio-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.5em 0.625em;
}
#hom #portfolio .portfolio-header {
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
}
#hom #portfolio .portfolio-intro {
  font-size: 0.75em;
  text-align: center;
  margin: 2.5em 0;
}
#hom #portfolio .portfolio-img {
  display: block;
  height: 1px;
  padding-bottom: 27.6562%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#hom #portfolio .portfolio-copy {
  font-size: 0.75em;
  z-index: 1;
}
#hom #portfolio .portfolio-copy.active {
  z-index: 2;
}
#hom #portfolio .portfolio-copy > * {
  visibility: hidden;
}
#hom #portfolio .portfolio-copy.active > * {
  visibility: visible;
}
#hom #portfolio .portfolio-copy a {
  /*color: @blue-color;*/
}
#hom #portfolio .portfolio-copy a:before {
  content: '';
  display: block;
  height: 2em;
}
#hom #portfolio .w-carousel .w-carousel-items .w-carousel-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#hom #portfolio .w-carousel .w-carousel-dots ul li.active a:focus span {
  background-color: transparent;
}
#hom #portfolio .scroll-down-btn {
  opacity: 1;
  transform: scale(1.2);
}
#hom #portfolio .scroll-down-btn.inverse {
  background-image: url("../i/l/scrolldown-black-2x-new-3.png");
}
#hom #portfolio .scroll-down-btn:focus {
  transform: scale(2);
  background-color: transparent;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #hom #portfolio .portfolio-inner {
    padding: 3.75em 0;
  }
  #hom #portfolio .portfolio-header {
    font-size: 1.75em;
  }
  #hom #portfolio .portfolio-intro {
    font-size: 1em;
  }
  #hom #portfolio .portfolio-copy {
    font-size: 1em;
    margin: 1.25em;
  }
  #hom #portfolio .portfolio-copy a:before {
    display: none;
  }
}
#hom #stock {
  background: #000000 center center url("../i/p/hom/stockbg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
#hom #stock .stock-header {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.1em;
  text-transform: uppercase;
}
#hom #stock .stock-intro {
  font-size: 0.75em;
  text-align: center;
  margin: 1.25em 0 2.5em;
}
#hom #stock .stock-intro a {
  color: #57b4d6;
}
#hom #stock .stock-intro a:before {
  content: '';
  display: block;
  height: 2em;
  pointer-events: none;
}
#hom #stock .stock-intro a:focus {
  color: #000;
  background-color: #fff;
}
#hom #stock .chart-big {
  display: none;
}
#hom #stock .chart-small {
  max-width: 20em;
}
#hom #stock .stock-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.5em 0.625em;
}
@media screen and (min-width: 768px) {
  #hom #stock .chart-small {
    display: none;
  }
  #hom #stock .chart-big {
    display: block;
  }
  #hom #stock .stock-header {
    font-size: 1.75em;
  }
  #hom #stock .stock-inner {
    padding: 3.75em 0;
  }
  #hom #stock .stock-intro {
    font-size: 1em;
  }
  #hom #stock .stock-intro a:before {
    display: none;
  }
}
#hom #sustainability {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
}
#hom #sustainability .sus-upper {
  position: relative;
}
#hom #sustainability .sus-lower {
  position: relative;
  background: #fff;
  padding: 2.5em 0 1.25em;
}
#hom #sustainability .sus-lower .w-carousel-item {
  color: #000;
  vertical-align: top;
  padding: 0 0.625em;
}
#hom #sustainability .sus-lower .img-block {
  max-width: 8.75em;
}
#hom #sustainability .sus-lower section h1,
#hom #sustainability .sus-lower section .h1-tag {
  font-size: 0.875em;
  line-height: 1.2em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#hom #sustainability .sus-lower section .sus-copy {
  font-size: 0.75em;
}
#hom #sustainability .sus-lower .w-carousel-dots {
  margin: 1.25em 0 0;
}
#hom #sustainability .sus-inner {
  display: table-cell;
  vertical-align: middle;
}
#hom #sustainability .sus-header {
  text-align: center;
  font-size: 1.75em;
  text-transform: uppercase;
  padding: 3.75em 0;
  background: #008031 center center url("../i/p/hom/bg2.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
#hom #sustainability .sus-intro {
  text-align: center;
  padding: 2.5em 1.25em;
  border-bottom: 1px solid #ccc;
}
#hom #sustainability .sus-intro p {
  font-size: 0.75em;
}
#hom #sustainability .sus-intro a {
  color: #35b7e7;
}
#hom #sustainability .sus-intro a:before {
  content: '';
  display: block;
  height: 2em;
  pointer-events: none;
}
#hom #sustainability .sus-intro a:focus {
  color: #000;
  background-color: #fff;
}
#hom #sustainability .w-parallax {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  opacity: 0.4;
}
#hom #sustainability .w-parallax + div {
  position: relative;
  z-index: 2;
}
#hom #sustainability .sus-upper {
  background: #000;
}
#hom #sustainability .sus-lower section .sus-copy {
  font-size: 1em;
}
#hom #sustainability .sus-lower section .sus-copy p {
  font-size: 0.875em;
}
#hom #sustainability .sus-header {
  font-size: 1.75em;
  background: none;
  padding: 2.1428em 0 0;
}
#hom #sustainability .sus-intro {
  color: #fff;
  padding: 1em 0.625em;
  margin: 0 0 3.75em;
  border-bottom: none;
}
#hom #sustainability .sus-intro p {
  font-size: 1em;
}
#hom #sustainability .sus-intro a:before {
  display: none;
}
#hom #sustainability .w-carousel-items {
  display: block;
  padding-left: 0;
}
#hom #sustainability .w-carousel-items .w-carousel-item {
  width: auto !important;
  display: block;
  border-bottom: 2px dotted #ccc;
  padding: 1.5625em 0;
  margin: 0 0.625em;
}
#hom #sustainability .w-carousel-items .w-carousel-item h1,
#hom #sustainability .w-carousel-items .w-carousel-item .h1-tag {
  font-size: 1em;
  margin: 0 0 .5em;
}
#hom #sustainability .w-carousel-items .w-carousel-item:last-child {
  border-bottom: none;
}
#hom #sustainability .sus-lower {
  padding: 3.75em 0;
}
#hom #sustainability .w-carousel-viewport,
#hom #sustainability .w-carousel-strip {
  width: 100% !important;
}
#hom #sustainability .w-carousel-viewport-inner {
  width: 100% !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
}
#hom #sustainability .w-carousel-dots {
  display: none;
}
#hom #sustainability-footer {
  padding: 2.5em 0;
  text-align: center;
}
#hom #sustainability-footer .sus-download-copy {
  font-size: 0.75em;
}
#hom #sustainability-footer .sus-download-copy a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
  display: inline-block;
  font-size: 1.1em;
  line-height: inherit;
  margin-top: 12px;
}
#hom #sustainability-footer .sus-download-copy a:hover,
#hom #sustainability-footer .sus-download-copy a:active {
  text-decoration: none;
  text-decoration: underline;
}
#hom #sustainability-footer .sus-download-copy a:hover:hover,
#hom #sustainability-footer .sus-download-copy a:active:hover {
  text-decoration: none;
}
#hom #sustainability-footer .sus-download-copy a:focus {
  outline: auto !important;
}
#hom #sustainability-footer .sus-download-header {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
#hom #sustainability-footer .container {
  max-width: 20em;
}
#hom #sustainability-footer .btn-block {
  /*max-width: 10em;*/
  /*margin: auto;*/
}
@media screen and (min-width: 768px) {
  #hom #sustainability-footer {
    text-align: left;
  }
  #hom #sustainability-footer .container {
    max-width: 80em;
  }
  #hom #sustainability-footer .sus-download-copy {
    font-size: 0.875em;
  }
  #hom #sustainability-footer .sus-download-header {
    font-size: 1.75em;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  #hom #sustainability-footer .sus-download-header.esg {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #hom .scroll-down-btn {
    display: none;
  }
}
html.touch #hom #focus .focus-fixed {
  position: relative;
}
@media screen and (min-width: 768px) {
  html.ie #hom #hero .hero-image-wrapper {
    min-height: calc(100vh - 190px);
    background-color: #ccc;
  }
}
#inv {
  height: 100%;
}
#inv #footer-investor-relation,
#inv #footer-news,
#inv #footer-tenant-service,
#inv #footer-careers {
  display: none;
}
#inv .event-widget-mobile-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#inv .event-widget-mobile-item:last-of-type {
  border-bottom-width: 0;
}
#inv .resource-link-label {
  margin-top: 20px;
}
#inv .resource-link-ul {
  list-style: none;
  padding-left: 10px;
}
#inv .hero-pause-resume {
  font-size: 70px;
  top: auto;
  left: 50%;
  bottom: 40px;
  transform: translate(0, -50%);
  z-index: 99999;
}
#inv .hero-pause-resume a {
  opacity: .8;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  transition: all ease .3s;
}
#inv .hero-pause-resume a .fa {
  display: inline-block;
  height: 30px;
  border-color: #000;
  border-style: solid;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
#inv .hero-pause-resume a .fa-pause-circle {
  width: 0;
  border-width: 0 0 0 20px;
  border-style: double;
}
#inv .hero-pause-resume a .fa-play-circle {
  width: 30px;
  border-width: 20px 0px 20px 30px;
  border-color: transparent transparent transparent #202020;
  right: -4px;
}
#inv .hero-pause-resume a .fa:before {
  display: none;
}
#inv .hero-pause-resume a:focus {
  opacity: .9;
  transform: scale(1.4);
}
#inv #hero-gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 9;
  padding-bottom: 56.25%;
}
#inv #hero-gallery .w-carousel-item > div {
  height: 0;
  padding-bottom: 56.25%;
}
#inv #hero-gallery .w-carousel-viewport,
#inv #hero-gallery .w-carousel-viewport-inner {
  height: 0;
  padding-bottom: 56.25%;
}
#inv #hero-gallery .w-carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#inv .nav-tabs-vno {
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  #inv .nav-tabs-vno {
    margin-bottom: 0;
  }
}
#inv .w-splash .w-splash-content {
  z-index: 10;
  background: transparent;
}
#inv .hero-controls {
  position: absolute;
  z-index: 11;
  right: 0;
  left: 0;
  bottom: 2.5em;
  /* .hero-control-prev{
        left: 20/@em;
     }
     .hero-control-next{
        right: 20/@em;

     } */
}
#inv .hero-controls a {
  display: block;
  position: absolute;
  bottom: 1.25em;
  top: auto;
  opacity: 1;
  width: 3.75em;
  height: 3.75em;
  background-color: #fff;
  border-radius: 50%;
  background-size: 60%;
  transition: all ease .3s;
  opacity: .8;
}
#inv .hero-controls a:hover {
  opacity: .9;
}
#inv .hero-controls a:focus {
  opacity: .9;
}
#inv .hero-controls .hero-control-prev {
  left: 1.25em;
  background-image: url("../i/w/carousel/arrow-left-dark.png");
}
#inv .hero-controls .hero-control-prev:focus {
  background-image: url("../i/w/carousel/arrow-left-l-dark.png");
  left: 40px;
  transform: scale(1.5);
}
#inv .hero-controls .hero-control-next {
  right: 1.25em;
  background-image: url("../i/w/carousel/arrow-right-dark.png");
}
#inv .hero-controls .hero-control-next:focus {
  background-image: url("../i/w/carousel/arrow-right-l-dark.png");
  right: 40px;
  transform: scale(1.5);
}
#inv #hero-side {
  background: #222;
}
#inv #hero-side .w-carousel-dots {
  display: none;
}
#inv #hero-side a {
  color: #35b7e7;
}
@media screen and (max-width: 767px) {
  #inv #inv-overview-scroll {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #inv #site-header {
    height: auto;
  }
  #inv #page,
  #inv #page > #content,
  #inv #inv-content-overview {
    display: inline;
  }
  #inv #hero-gallery {
    right: 40%;
    bottom: 0;
    height: auto;
    padding-bottom: 0;
    z-index: 10;
  }
  #inv #hero-gallery .w-carousel-item > div {
    display: none;
  }
  #inv #hero-gallery .w-carousel,
  #inv #hero-gallery .w-carousel-viewport,
  #inv #hero-gallery .w-carousel-strip,
  #inv #hero-gallery .w-carousel-viewport-inner {
    height: 100%;
    padding-bottom: 0;
  }
  #inv .w-carousel-dots {
    position: absolute;
    z-index: 20;
    bottom: 2.5em;
    left: 0;
    right: 40%;
  }
  #inv .w-earnings .w-carousel-dots {
    right: auto;
    left: auto;
    bottom: 0;
    position: relative;
  }
  #inv #hero-side {
    position: absolute;
    width: 40%;
    top: 4.375em;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #inv .w-splash-content-align {
    padding-right: 40%;
  }
}
@media screen and (min-width: 992px) {
  #inv .w-splash-content-align {
    padding-right: 22.5em;
  }
  #inv #hero-gallery {
    right: 22.5em;
  }
  #inv #hero-side {
    width: 22.5em;
  }
  #inv .w-carousel-dots {
    right: 22.5em;
  }
  #inv .w-earnings .w-carousel-dots {
    right: auto;
  }
}
#inv .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
#inv .section-header.larger {
  font-size: 1.125em;
}
@media screen and (min-width: 768px) {
  #inv .section-header {
    font-size: 1.75em;
  }
  #inv .section-header.smaller {
    font-size: 1.5em;
  }
  #inv .section-header.larger {
    font-size: 1.5em;
  }
}
#inv .section-copy {
  font-size: 0.75em;
}
#inv .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #inv .section-copy {
    font-size: 1em;
  }
  #inv .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #inv .section-copy.smaller {
    font-size: 0.875em;
  }
  #inv .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#inv .inv-ownership {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#inv .inv-splash-title,
#inv .inv-splash-copy {
  display: none;
}
@media screen and (min-width: 768px) {
  #inv .inv-ownership {
    font-size: 1.125em;
    font-weight: 400;
    margin: 0px 0.625em;
  }
  #inv .inv-ownership:after {
    display: block;
    content: "";
    border-bottom: 1px solid #FFF;
    width: 2.2222em;
    margin: 0px auto;
    padding: 0.25em 0px;
  }
  #inv .inv-splash-title,
  #inv .inv-splash-copy {
    display: block;
    color: #fff;
    text-align: center;
  }
  #inv .inv-splash-copy {
    font-size: 1.125em;
  }
  #inv .inv-splash-title {
    font-size: 1.75em;
    line-height: 1.142em;
    margin: 0.5em 0;
    text-transform: uppercase;
  }
}
#inv .stock-performance-table-modal {
  text-align: center;
}
#inv .stock-performance-table-modal th,
#inv .stock-performance-table-modal td {
  padding: 5px 10px;
}
#inv .stock-performance-table-modal .modal-body {
  min-height: 0 !important;
  padding: 30px 15px;
}
#inv .stock-performance-table-modal table {
  display: inline-block;
}
/*#inv .w-splash.fixed-nav {
      .w-splash-tabs{
        ul{
           li {
            a {
              font-size: 0.75em;
            }
           }
        }
      }
    }*/
@media screen and (max-width: 767px) {
  #inv .w-splash-tabs:before {
    content: '';
    display: block;
    height: 2em;
  }
}
#inv #footer-investor-relation,
#inv #footer-news,
#inv #footer-tenant-service,
#inv #footer-careers {
  display: none;
}
#inv .w-hero + .spacing-40 {
  height: 2.4375em;
}
#inv #inv-overview-news {
  background: #222;
}
#inv #stock-performance {
  background: center center url("../i/p/hom/stockbg.jpg") no-repeat;
  background-size: cover;
}
#inv .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #inv .section-header {
    font-size: 1.75em;
  }
  #inv .section-header.smaller {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  #inv .w-splash .w-splash-tabs {
    text-align: left;
  }
  #inv .w-splash .w-splash-tabs ul {
    padding: 0.75em 0 0.4em 0;
  }
}
@media (min-width: 768px) {
  #inv .w-splash .w-splash-tabs {
    text-align: center;
  }
  #inv .w-splash .w-splash-tabs ul {
    padding: 0.4375em 0 0.4375em 300px;
  }
}
@media (min-width: 992px) {
  #inv .w-splash {
    text-align: center;
  }
  #inv .w-splash-nav ul li {
    text-align: left;
  }
  #inv .w-splash .w-splash-tabs ul {
    padding: 0.4375em 0 0.4375em 0;
  }
}
#inv .quarterly-earning-hero .w-splash-tabs {
  border-top: 1px solid #fff;
}
#inv .quarterly-earning-hero .w-splash-tabs ul {
  border-top: 1px solid #fff;
}
#inv .section-copy {
  font-size: 0.75em;
}
#inv .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #inv .section-copy {
    font-size: 1em;
  }
  #inv .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #inv .section-copy.smaller {
    font-size: 0.875em;
  }
  #inv .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (min-width: 768px) {
  #inv .amount-col {
    text-align: right;
  }
}
#inv #inv-side-nav ul {
  list-style-type: none;
  padding: 0;
}
#inv #inv-side-nav li {
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0;
  margin: 0;
}
#inv #inv-side-nav li a {
  color: #fff;
  display: block;
  padding: 0.625em 1.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #inv #inv-side-nav li a {
    padding: 0.625em;
  }
}
#inv #inv-side-nav li a:after {
  display: block;
  content: '';
  width: 2em;
  background: center center url("../i/p/inv/arrow-right.png") no-repeat;
  position: absolute;
  right: 0.625em;
  top: 0;
  bottom: 0;
  background-size: 11px 21px;
}
#inv #inv-side-nav li a:hover {
  color: #35b7e7;
  text-decoration: none;
}
#inv #inv-side-nav li a:hover:after {
  background-image: url("../i/p/inv/arrow-right-on.png");
}
#inv #inv-side-nav li a:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
#inv #inv-side-nav li ~ li {
  border-top: none;
}
#inv #inv-side-nav li:hover {
  background: #000;
}
#inv #inv-accordion .w-accordion-header {
  background: #f3f3f3;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 0.625em;
  position: relative;
}
#inv #inv-accordion .w-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 0.625em;
  top: 0.75em;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/caret.png") no-repeat;
  background-size: contain;
}
#inv #inv-accordion .w-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: #666;
  height: 2px;
  top: 1.2em;
  width: 0.8em;
}
#inv #inv-accordion .btn-blue:hover,
#inv #inv-accordion .btn-blue:focus {
  background: #137ea4;
  border-color: #137ea4;
}
#inv #inv-accordion #inv-evt-current.w-accordion-header,
#inv #inv-accordion #inv-evt-past.w-accordion-header {
  padding: 0.625em 0 0.625em 0.625em;
}
@media screen and (min-width: 768px) {
  #inv #inv-accordion .w-accordion-header {
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: none;
    font-size: 1.750em;
  }
  #inv #inv-accordion #inv-evt-current.w-accordion-header,
  #inv #inv-accordion #inv-evt-past.w-accordion-header {
    height: auto;
    overflow: visible;
  }
  #inv #inv-accordion .ui-accordion-content {
    height: auto !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
#inv .pinned {
  position: fixed;
}
#inv .pinned a {
  white-space: nowrap;
}
#inv .credit-table .primary {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #inv .credit-table .primary {
    font-weight: 400;
  }
}
#inv .credit-table .secondary {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  #inv .credit-table .secondary {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  #inv .credit-table .primary,
  #inv .credit-table .secondary {
    display: block;
  }
  #inv .credit-table .primary {
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }
  #inv .credit-table .secondary {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
#inv .credit-table > thead > tr > th {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #inv .credit-table > thead > tr > th {
    padding-left: 0.625em;
  }
  #inv .credit-table > thead > tr > th:first-child {
    padding-left: 0;
  }
  #inv .credit-table .no-border {
    border-bottom: none;
    border-top: none;
  }
  #inv .credit-table .no-top {
    border-top: none;
  }
  #inv .credit-table .no-bottom {
    border-top: none;
  }
}
#inv #stock-table {
  color: #ccc;
}
#inv #stock-table hr {
  margin: .5em 0;
  border-color: #666;
}
#inv #stock-table #stock-btn {
  margin-top: 0.5em;
}
#inv #stock-table .price {
  vertical-align: text-top;
  height: 3.5em;
}
#inv #chart-view a,
#inv #list-view a {
  color: #137ea4;
}
#inv #chart-view a:focus,
#inv #list-view a:focus {
  color: #fff;
  background-color: #000;
}
#inv #chart-view .btn-blue:hover,
#inv #list-view .btn-blue:hover,
#inv #chart-view .btn-blue:focus,
#inv #list-view .btn-blue:focus {
  background: #137ea4;
  border-color: #137ea4;
}
#inv #chart-view .dropdown-menu a:focus,
#inv #list-view .dropdown-menu a:focus {
  color: #137ea4;
  background-color: transparent;
}
#inv #list-view.active,
#inv #chart-view.active {
  z-index: 1;
}
#inv #list-view.active .dropdown-menu,
#inv #chart-view.active .dropdown-menu {
  max-height: 22.5em;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
#inv #inv-overview {
  z-index: 102;
}
#inv #stock-price span {
  font-size: 0.5em;
  vertical-align: baseline;
}
#inv #inv-overview-stock .line {
  background-color: #666;
}
#inv #at-a-glance-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
}
#inv #inv-overview-stock,
#inv #inv-overview-news-inner {
  width: 100%;
}
#inv #inv-overview-news-inner .big a:hover,
#inv #inv-overview-news-inner .big a:focus {
  text-decoration: none;
}
#inv #inv-overview-news-inner .h1-tag a:focus {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#inv #inv-overview-news-inner .news-container a {
  color: #fff;
}
#inv #inv-overview-news-inner .news-container a[data-widget="ellipsis"] {
  display: block;
}
#inv #inv-overview-news-inner .news-container a:hover {
  color: #35b7e7;
}
#inv #inv-overview-news-inner .news-container a:focus {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#inv #inv-overview-news-inner .news-container .w-card-viewport {
  height: auto;
  padding-bottom: 0;
}
#inv #inv-overview-news-inner .news-container .w-carousel-item {
  display: block !important;
  text-align: left;
}
@media screen and (min-width: 992px) {
  #inv #inv-overview-news-inner .news-container .w-carousel-item {
    text-align: center;
  }
}
#inv #inv-overview-news-inner .news-container .w-carousel-viewport-inner {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
#inv #inv-overview-news-inner .w-card-caption {
  visibility: visible;
  position: relative;
}
#inv #inv-overview-news-inner .w-card-caption .small {
  font-size: 1em;
}
#inv #inv-overview-news-inner .w-card-index {
  display: none;
}
#inv #inv-overview-news-inner .w-card-items {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  position: relative;
}
#inv #inv-overview-news-inner .w-card-item {
  width: auto !important;
  height: auto !important;
  float: none;
}
#inv #inv-overview-news-inner .w-card-item.cloned {
  display: none;
}
#inv #inv-overview-news-inner .news-container h1 a,
#inv #inv-overview-news-inner .news-container .h1-tag a {
  display: block;
  /*@media screen and (min-height: @screen-xs-min) {
            height: 1.5em;
            height: 1.5em;
          }*/
}
@media screen and (min-height: 480px) {
  #inv #inv-overview-news-inner .news-container h1 a,
  #inv #inv-overview-news-inner .news-container .h1-tag a {
    height: 2.8571em;
    hheight: 2.5em;
  }
}
@media screen and (min-height: 768px) {
  #inv #inv-overview-news-inner .news-container h1 a,
  #inv #inv-overview-news-inner .news-container .h1-tag a {
    height: 4.2857em;
    height: 1.5em;
  }
}
#inv #inv-overview-sub {
  background-color: #000;
}
#inv #inv-overview-sub .t-cell .t-cell {
  background: #000;
  min-height: 12.5em;
  min-height: 7.5em;
}
#inv #inv-overview-sub .t-cell .t-cell .earnings-links {
  padding: 0 0.825em;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub .t-cell .t-cell {
    height: 12.5em;
    height: 7.5em;
    height: 5.625em;
  }
  #inv #inv-overview-sub .t-cell .t-cell .earnings-links {
    padding: 10px 10px 0 10px;
  }
  #inv #inv-overview-sub .t-cell .t-cell #at-a-glance.t-cell {
    height: 14.375em;
  }
  #inv #inv-overview-sub .t-cell .t-cell #at-a-glance #at-a-glance-img {
    height: 75%;
  }
}
#inv #inv-overview-sub .t-cell .t-cell ~ .t-cell {
  background: #222;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub .t-cell .t-cell {
    background: #000;
  }
  #inv #inv-overview-sub .t-cell .t-cell ~ .t-cell {
    background: #000;
    border-left: 1px solid #222;
  }
  #inv #inv-overview-sub .t-cell ~ .t-cell .t-cell {
    background: #222;
  }
  #inv #inv-overview-sub .t-cell ~ .t-cell .t-cell ~ .t-cell {
    background: #222;
  }
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub .t-cell .t-cell {
    background: #000;
  }
  #inv #inv-overview-sub .t-cell .t-cell ~ .t-cell {
    background: #222;
    border-left: none;
  }
  #inv #inv-overview-sub .t-cell ~ .t-cell .t-cell {
    background: #000;
  }
  #inv #inv-overview-sub .t-cell ~ .t-cell .t-cell ~ .t-cell {
    background: #222;
  }
}
#inv #inv-overview-sub .annual-meeting-copy {
  font-size: 1em;
  color: #ccc;
}
#inv #inv-overview-sub .annual-year {
  font-size: 3.5em;
}
#inv #inv-overview-sub table {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub table {
    /*height: 100%;*/
  }
  #inv #inv-overview-sub table a {
    line-height: 3;
  }
}
#inv #inv-overview-sub table a {
  color: #fff;
  display: block;
  position: relative;
}
#inv #inv-overview-sub table a:hover {
  text-decoration: none;
}
#inv #inv-overview-sub table a:after {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: center center url("../i/l/download-on.svg") no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: -0.125em;
  right: 0;
}
#inv #inv-overview-sub table tr {
  height: 3.125em;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub table tr {
    height: 25%;
  }
}
#inv #inv-overview-sub table tr td {
  padding-left: 1.4286em;
  padding-right: 1.4286em;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub table tr td {
    padding-left: 0.7143em;
    padding-right: 0.7143em;
  }
}
#inv #inv-overview-sub table tr td:hover {
  background: #000;
}
#inv #inv-overview-sub table tr td:hover a {
  color: #35b7e7;
}
#inv #inv-overview-sub table tr td:hover a:after {
  background-image: url("../i/l/download.svg");
}
#inv #inv-overview-sub table tr ~ tr td {
  border-top: 1px solid #333;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-sub .t-row {
    display: table;
    width: 100%;
  }
  #inv #inv-overview-sub .t-cell {
    display: table;
    width: 100%;
    height: 100%;
  }
  #inv #inv-overview-sub .t-cell .t-cell {
    width: 62.5%;
    display: table-cell;
    vertical-align: top;
  }
  #inv #inv-overview-sub .t-cell .t-cell ~ .t-cell {
    /*width: 37.5%;*/
  }
}
@media screen and (min-width: 992px) {
  #inv #inv-overview-sub .t-row {
    display: table;
    width: 100%;
    /*height: 100%;*/
  }
  #inv #inv-overview-sub .t-row > .t-cell {
    width: 33%;
  }
  #inv #inv-overview-sub .t-cell {
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
  }
  #inv #inv-overview-sub .t-cell.one-third {
    /*width: 33%;*/
  }
  #inv #inv-overview-sub .t-cell.two-third {
    width: 66%;
  }
  #inv #inv-overview-sub .t-cell.two-third .t-cell {
    width: 50%;
  }
  #inv #inv-overview-sub .t-cell.two-third .t-cell.relative {
    width: 50%;
  }
  #inv #inv-overview-sub .t-cell.two-quarts {
    width: 50%;
  }
  #inv #inv-overview-sub .t-cell.two-quarts .t-cell {
    width: 50%;
  }
  #inv #inv-overview-sub .t-cell.two-quarts .t-cell.relative {
    width: 50%;
  }
  #inv #inv-overview-sub .t-cell.one-quart {
    width: 25%;
  }
  #inv #inv-overview-sub .t-cell.one-quart + .one-third {
    width: 25%;
  }
  #inv #inv-overview-sub .t-cell .t-cell {
    vertical-align: top;
  }
  #inv #inv-overview-sub .t-cell .t-row {
    height: 100%;
  }
}
#inv #inv-overview-intro {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}
#inv #inv-overview-intro > div {
  display: table-cell;
  vertical-align: middle;
}
#inv #inv-overview-intro > div > div {
  padding: 0 0.625em;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-intro > div > div {
    padding: 0 5em;
  }
}
#inv #inv-overview-intro h1,
#inv #inv-overview-intro .h1-tag {
  line-height: 1.1875em;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-intro .medium-headline {
    font-size: 1.75em;
    line-height: 1.142em;
  }
}
#inv #inv-overview-cards {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#inv #inv-overview-cards .w-card-viewport {
  position: relative;
  width: 100%;
  height: 100%;
}
#inv .event-table > tbody > tr > td {
  border: none;
}
#inv .event-table > tbody > tr > td.has-top-line {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #inv .event-table .th_title {
    width: 596px;
  }
  #inv .event-table .th_title + .th_date_time {
    width: 92px;
  }
  #inv .event-table .th_date_time {
    width: 141px;
  }
}
@media screen and (min-width: 768px) {
  #inv .event-table .section-header {
    font-size: 1.5em;
  }
  #inv .event-table .section-header strong {
    font-weight: 400;
  }
}
#inv .event-table .btn-sm {
  font-size: 0.75em;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  #inv #inv-overview-gallery {
    display: table-cell;
    width: 60%;
  }
  #inv #inv-overview-news {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  #inv #inv-overview-gallery {
    width: 70%;
  }
  #inv #inv-overview-news {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  #inv #inv-overview-gallery {
    width: 75%;
  }
  #inv #inv-overview-news {
    width: 25%;
  }
}
#inv #stock-info-nav {
  padding: 0;
  position: relative;
}
#inv #stock-info-nav ul li a {
  background: #666666;
}
#inv #stock-info-nav ul li a:focus {
  background-color: rgba(255, 255, 255, 0.95);
  color: #137ea4;
}
#inv #stock-info-nav ul li.active a {
  background: #fff;
}
#inv #stock-info-nav ul li.active a:focus {
  background-color: rgba(255, 255, 255, 0.95);
  color: #137ea4;
}
#inv #stock-btn {
  display: block;
}
#inv #stock-btn .dropdown-toggle {
  float: none;
  display: block;
  width: 100%;
  line-height: 0.1em;
  text-align: left;
  padding: .8em 2.5em .8em 1.25em;
  font-weight: 600;
}
#inv #stock-btn .dropdown-toggle em {
  font-style: normal;
  font-size: 2em;
  line-height: 0.5em;
}
@media screen and (min-width: 992px) {
  #inv #stock-btn .dropdown-menu {
    margin-left: 80%;
    margin-top: -0.625em;
  }
}
#inv #stock-btn .dropdown-menu a {
  color: #737373;
}
#inv #stock-btn .dropdown-menu a:hover,
#inv #stock-btn .dropdown-menu a:focus {
  background: transparent;
  color: #137ea4;
}
#inv #stock-btn .dropdown-menu > li {
  border-bottom: 1px solid #ccc;
}
#inv #stock-btn .dropdown-menu > li.active a {
  background: transparent;
  color: #137ea4;
}
#inv #request_information_form #category_id {
  margin-left: 1.875em;
}
@media screen and (min-width: 480px) {
  #inv #request_information_form > fieldset > ol {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
  #inv #request_information_form > fieldset > ol > li {
    width: 50%;
    float: left;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  #inv #request_information_form > fieldset > ol > li#g-recaptcha-response_li {
    width: 100%;
  }
  #inv #request_information_form #category_id_li,
  #inv #request_information_form #other_li {
    float: none;
    width: auto;
    padding: 0;
  }
  #inv #request_information_form #category_id {
    margin-left: 0;
  }
  #inv #request_information_form #category_id ol {
    text-align: center;
  }
  #inv #request_information_form #category_id .checkbox {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
  }
  #inv #request_information_form #category_id .checkbox label {
    padding: 0;
  }
}
@media screen and (min-width: 480px) {
  #inv #resources-download .resource-download {
    float: right;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  #inv #resources-download .resource-download:hover,
  #inv #resources-download .resource-download:focus {
    background-color: #137ea4;
    border-color: #137ea4;
  }
  #inv #resources-download h2 {
    float: left;
  }
}
#inv #annual-reports .table .btn {
  padding: 0.6785em 1em;
}
#inv #quarterly-earnings .w-carousel-dots ul {
  margin-bottom: 0;
  padding: 1.25em 0;
}
#inv #sec-filings-table td,
#inv #section-16-table td,
#inv #sec-filings-table th[scope="row"],
#inv #section-16-table th[scope="row"] {
  vertical-align: middle;
  border-width: 1px;
  padding-top: 0.4375em;
  padding-bottom: 0.4375em;
  font-size: 14px;
  font-weight: normal;
}
#inv #sec-filings-table td .tiny,
#inv #section-16-table td .tiny,
#inv #sec-filings-table th[scope="row"] .tiny,
#inv #section-16-table th[scope="row"] .tiny,
#inv #sec-filings-table td .copy,
#inv #section-16-table td .copy,
#inv #sec-filings-table th[scope="row"] .copy,
#inv #section-16-table th[scope="row"] .copy {
  line-height: 1em;
}
#inv #sec-filings-table .dropdown-menu:before,
#inv #section-16-table .dropdown-menu:before {
  left: auto;
  right: 0.625em;
}
#inv #sec-filings-table .dropdown-menu:after,
#inv #section-16-table .dropdown-menu:after {
  left: auto;
  right: 0.625em;
}
#inv #section-16-table .filing-type-label {
  width: 2em;
  line-height: 2em;
  display: inline-block;
  font-weight: bold;
}
#inv #section-16-table .filing-type-label:hover,
#inv #section-16-table .filing-type-label:focus {
  color: #fff;
  text-decoration: none;
}
#inv #section-16-table .filing-type {
  display: none;
}
#inv #section-16-table .main-row + tr {
  display: none;
}
#inv #section-16-table .main-row + tr td {
  border-top: none;
}
#inv #section-16-table .main-row.active + tr {
  display: table-row;
}
#inv #section-16-table tr.active:hover td {
  background: #f5f5f5;
}
#inv #section-16-table td {
  position: relative;
  vertical-align: middle;
}
#inv #section-16-table td .tiny,
#inv #section-16-table td .copy {
  line-height: 1em;
}
#inv #section-16-table .close {
  font-weight: 200;
  font-size: 3em;
  top: 0;
  right: 0.625em;
  float: none;
  position: absolute;
}
#inv #section-16-table .close:focus {
  color: #137ea4;
  background-color: transparent;
  opacity: 1;
}
#inv #section-16-table .filing-type-label {
  color: #fff;
  background-color: #137ea4;
}
#inv #section-16-table .filing-type-label:hover,
#inv #section-16-table .filing-type-label:focus {
  background: #000;
  color: #fff;
}
#inv #section-16-table .main-row.active[data-filling="3"] .filing-type-label[data-type="3"],
#inv #section-16-table .main-row.active[data-filling="4"] .filing-type-label[data-type="4"],
#inv #section-16-table .main-row.active[data-filling="4a"] .filing-type-label[data-type="4a"],
#inv #section-16-table .main-row.active[data-filling="5"] .filing-type-label[data-type="5"] {
  background: #000;
  color: #fff;
}
#inv #section-16-table .main-row.active[data-filling="3"] + tr .type-3,
#inv #section-16-table .main-row.active[data-filling="4"] + tr .type-4,
#inv #section-16-table .main-row.active[data-filling="4a"] + tr .type-4a,
#inv #section-16-table .main-row.active[data-filling="5"] + tr .type-5 {
  display: block;
}
@media screen and (min-width: 768px) {
  #inv #section-16-table .col-1,
  #inv #section-16-table .col-2 {
    float: left;
    margin-left: 7.1428%;
  }
  #inv #section-16-table .col-1 {
    width: 7.1428%;
    white-space: nowrap;
  }
  #inv #section-16-table .col-2 {
    width: 78.5714%;
  }
}
#inv #news-alert-form .text label {
  display: block;
  text-transform: uppercase;
}
#inv #news-alert-form .text label.active {
  display: block;
}
#inv #news-alert-form .text input {
  padding: .75em 0.625em;
  outline: none;
}
#inv #news-alert-form .text input:focus {
  border-color: #137ea4;
  outline: none;
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
@media screen and (min-width: 768px) {
  #inv #news-alert-form fieldset {
    width: 80%;
  }
  #inv #news-alert-form .buttons {
    width: 16.6666%;
    margin-top: 29px;
  }
  #inv #news-alert-form .buttons .button {
    display: block;
    background: #757575;
    border-color: #757575;
    color: #fff;
  }
  #inv #news-alert-form .buttons .button:hover {
    background: #000;
    border-color: #000;
  }
  #inv #news-alert-form .buttons .button:focus {
    background: #000;
    border-color: #000;
  }
  #inv #news-alert-form fieldset,
  #inv #news-alert-form .buttons {
    float: left;
  }
}
html.touch #inv .w-splash .w-splash-fixed {
  z-index: 1;
}
html.touch #inv #hero-side {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#inv .modal.jbgs .close {
  position: relative;
  z-index: 2;
  margin-top: 0.625em;
  margin-right: 0.625em;
}
#inv .modal.jbgs .modal-content {
  border-radius: 0;
  background: none;
  display: table;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: none;
}
#inv .modal.jbgs .modal-content > div {
  display: table-cell;
  vertical-align: middle;
}
#inv .modal.jbgs .modal-content > div > div {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#inv .modal.jbgs .modal-dialog {
  width: auto;
  margin-left: 0.625em;
  margin-right: 0.625em;
  max-width: 60em;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #inv .modal.jbgs .modal-dialog {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#inv .modal.jbgs .modal-body {
  min-height: 0 !important;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #inv .modal.jbgs .modal-body {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
#inv {
  /* Hide Second current Event Date
     https://jira.reol.com/browse/VS-291
     should be removed when a permanent soltion is found
  */
  /*#w_events_calendar_0 .event-table tbody tr:nth-child(2) {
    .td_date_time {
      .ts_date {
        display: none;
      }
    }
    div .mobi_date {
      display: none;
    }
  }*/
}
#inv .modal.jbgs .close {
  position: relative;
  z-index: 2;
  margin-top: 0.625em;
  margin-right: 0.625em;
}
#inv .modal.jbgs .modal-content {
  border-radius: 0;
  background: none;
  display: table;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: none;
}
#inv .modal.jbgs .modal-content > div {
  display: table-cell;
  vertical-align: middle;
}
#inv .modal.jbgs .modal-content > div > div {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#inv .modal.jbgs .modal-dialog {
  width: auto;
  margin-left: 0.625em;
  margin-right: 0.625em;
  max-width: 60em;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #inv .modal.jbgs .modal-dialog {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#inv .modal.jbgs .modal-body {
  min-height: 0 !important;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #inv .modal.jbgs .modal-body {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
#inv .event-table .mobi_date br {
  display: none;
}
#inv .event-table .mobi_date nobr::before {
  content: " - ";
}
#inv .event-table .mobi_date br + nobr::before {
  content: "";
}
#inv #earning-calendar .event-table .th_download span {
  display: none;
}
/* Overwriting above height for inv-overview-scroll */
#log #master-header {
  padding-left: 0.625em;
}
@media screen and (min-width: 768px) {
  #log #master-header {
    padding-left: 3.125%;
  }
}
#log .v-line {
  top: 0;
  bottom: 0;
}
#log .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
}
#log .section-header.larger {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  #log .section-header {
    font-size: 1.75em;
  }
  #log .section-header.smaller {
    font-size: 1.5em;
  }
  #log .section-header.larger {
    font-size: 1.75em;
  }
}
#log .section-copy {
  font-size: 0.75em;
}
#log .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #log .section-copy {
    font-size: 1em;
  }
  #log .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #log .section-copy.smaller {
    font-size: 0.875em;
  }
  #log .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#log #login-form {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #log #login-form #username_li,
  #log #login-form #password_li {
    width: 50%;
    float: left;
  }
  #log #login-form .buttons {
    clear: both;
  }
  #log #login-form #username_li {
    padding-right: 0.625em;
  }
  #log #login-form #password_li {
    padding-left: 0.625em;
  }
}
@media screen and (min-width: 768px) {
  #log #register-form #first_name_li,
  #log #register-form #last_name_li,
  #log #register-form #password_li,
  #log #register-form #confirm_password_li {
    width: 50%;
    float: left;
  }
  #log #register-form #password_li,
  #log #register-form #email_address_li,
  #log #register-form .buttons {
    clear: both;
  }
  #log #register-form #first_name_li,
  #log #register-form #password_li {
    padding-right: 0.625em;
  }
  #log #register-form #last_name_li,
  #log #register-form #confirm_password_li {
    padding-left: 0.625em;
  }
  #log #register-form #email_address_li {
    border-top: 2px solid #e7e7e7;
    padding-top: 1.25em;
    margin-top: 0.625em;
  }
}
#log #forgot-password-link {
  position: relative;
  z-index: 2;
  text-align: center;
  text-align: left;
}
#log #forgot-password-link a {
  display: inline-block;
  position: absolute;
  top: -3.125em;
}
#pnf {
  background: #333333;
}
#pnf #site-footer-wrapper {
  display: none;
}
#por {
  height: 100%;
}
#por .por-ownership {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#por .por-splash-title,
#por .por-splash-copy {
  display: none;
}
@media screen and (max-width: 767px) {
  #por #por-overview.viewport-height-no-header-min,
  #por #por-properties.viewport-height-no-header-min {
    min-height: 0 !important;
  }
}
#por .por-section-header {
  font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #por .por-section-header {
    font-size: 1.75em;
    margin-bottom: 0.625em;
  }
}
#por .por-section-header.por-header-normal-case {
  text-transform: none;
}
#por .por-section-property-url {
  padding: 1.25em 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #por .por-section-property-url {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #por .por-section-sub-market hr {
    margin-left: 0.625em;
    margin-right: 0.625em;
  }
}
#por .btn-view-properties {
  font-weight: normal;
  background: #35b7e7;
  border: none;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  #por .btn-view-properties {
    display: none;
  }
}
#por .por-section-copy {
  font-size: 0.75em;
  line-height: 1.5em;
}
#por .por-section-copy.gallery-section-copy p {
  font-size: 1.2em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  #por .por-section-copy {
    font-size: 1em;
  }
  #por .por-section-copy.gallery-section-copy p {
    font-size: 0.85em;
    line-height: 1em;
  }
}
#por .por-section-copy.format-paragraphs {
  margin-bottom: 1em;
}
#por .por-section-copy.format-paragraphs:last-child {
  margin-bottom: 0;
}
#por .por-section {
  padding: 2.5em 0.625em;
}
@media screen and (min-width: 768px) {
  #por .por-section {
    padding: 3.75em 0;
  }
}
#por .por-section hr {
  margin-top: 0;
  margin-bottom: 0;
}
#por .por-section .w-carousel-dots ul {
  margin: 0;
}
#por .small-hero-text .por-section-header {
  font-size: 0.875em;
  line-height: 1.2857em;
}
@media screen and (min-width: 768px) {
  #por .por-section-copy.por-section-copy-larger {
    font-size: 1.125em;
  }
}
#por .prime-carousel .w-carousel-item {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#por .prime-carousel .w-carousel-viewport {
  margin-bottom: 8px;
  /* background-color: rgba(242, 242, 242, .4); */
}
#por .prime-carousel .prime-img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
#por .prime-carousel .w-carousel-caption {
  padding: 8px 0;
}
#por .retail-carousel .w-carousel-prev {
  background-image: url("../i/w/card/arrow-left-inverse.png");
  width: 3.125em;
  height: 3.125em;
  left: 1.25em;
}
#por .retail-carousel .w-carousel-next {
  background-image: url("../i/w/card/arrow-right-inverse.png");
  width: 3.125em;
  height: 3.125em;
  right: 1.25em;
}
@media screen and (max-width: 767px) {
  #por .retail-carousel .w-carousel-viewport-inner {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #por .retail-carousel .w-carousel-items {
    display: block;
  }
  #por .retail-carousel .w-carousel-item:last-child {
    display: block;
  }
  #por .retail-carousel .w-carousel-item:last-child hr {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  #por .signage-section {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }
}
#por #por-properties {
  background: #ededed;
}
#por #por-dev-accordion .property-name {
  font-size: 1.125em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #por #por-dev-accordion .property-name {
    font-size: 1.75em;
  }
}
#por #por-dev-accordion .property-sub-name {
  font-size: 0.6875em;
  line-height: 1.6363em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #por #por-dev-accordion .property-sub-name {
    font-size: 1em;
  }
}
#por #por-dev-accordion .por-property-url {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #por #por-dev-accordion .por-property-url {
    text-align: left;
  }
}
#por #por-dev-accordion .w-accordion-header {
  background: #f3f3f3;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 0.625em;
  position: relative;
}
#por #por-dev-accordion .w-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 0.625em;
  top: 0.75em;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/caret.png") no-repeat;
  background-size: contain;
}
#por #por-dev-accordion .w-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: #666;
  height: 2px;
  top: 1.2em;
  width: 0.8em;
}
@media screen and (min-width: 768px) {
  #por #por-dev-accordion .w-accordion-header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #por #por-dev-accordion .ui-accordion-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    z-index: 1;
    display: block !important;
    height: auto !important;
    -webkit-transform: opacity .5s;
    -moz-transform: opacity .5s;
    -ms-transform: opacity .5s;
    transform: opacity .5s;
    opacity: 0;
    overflow: hidden;
  }
  #por #por-dev-accordion .ui-accordion-content .por-section {
    position: absolute;
    background: #fff;
    top: 0;
    width: 100%;
  }
  #por #por-dev-accordion .ui-accordion-content-active {
    height: auto !important;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  #por #por-dev-accordion .ui-accordion-content-active .por-section {
    position: relative;
    top: auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #por #site-header {
    height: auto;
  }
  #por .por-ownership {
    font-size: 1.125em;
    font-weight: normal;
  }
  #por .por-ownership:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin: 0 auto;
    padding: 0.25em 0;
    width: 2.2222em;
  }
  #por #page,
  #por #page > #content {
    display: inline;
  }
  #por .por-splash-title,
  #por .por-splash-copy {
    display: block;
    color: #fff;
    text-align: center;
  }
  #por .por-splash-title {
    font-size: 1.75em;
    margin: 0.5em 0;
    line-height: 1.15em;
    text-transform: uppercase;
  }
}
#por #roster .img-block {
  height: 5.875em;
  width: auto;
}
#por #roster .v-line {
  background: none;
  border-left: 1px dotted #bababa;
  top: 0;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  #por #roster .line-1 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #por #roster .line-1,
  #por #roster .line-2,
  #por #roster .line-3 {
    display: block;
  }
  #por #roster .line-1 {
    left: 25%;
  }
  #por #roster .line-3 {
    left: 75%;
  }
}
#por .video-brand .w-band-prev,
#por .video-brand .w-band-next {
  height: 100px;
  top: 50%;
  width: 100px;
  margin-top: -50px;
}
#por #unmatched-breadth-cards .image-wrapper,
#por #unmatched-breadth-cards-1 .image-wrapper,
#por #unmatched-breadth-cards-2 .image-wrapper,
#por #unmatched-breadth-cards-3 .image-wrapper,
#por #unmatched-breadth-cards-4 .image-wrapper,
#por #unmatched-breadth-cards-5 .image-wrapper {
  margin: 0.625em;
  height: 100%;
}
#por #unmatched-breadth-cards .w-band-item:last-child,
#por #unmatched-breadth-cards-1 .w-band-item:last-child,
#por #unmatched-breadth-cards-2 .w-band-item:last-child,
#por #unmatched-breadth-cards-3 .w-band-item:last-child,
#por #unmatched-breadth-cards-4 .w-band-item:last-child,
#por #unmatched-breadth-cards-5 .w-band-item:last-child {
  border-right: 0.625em solid #ffffff;
}
@media screen and (min-width: 768px) {
  #por #unmatched-breadth-cards,
  #por #unmatched-breadth-cards-1,
  #por #unmatched-breadth-cards-2,
  #por #unmatched-breadth-cards-3,
  #por #unmatched-breadth-cards-4,
  #por #unmatched-breadth-cards-5 {
    margin-bottom: 0.625em;
  }
  #por #unmatched-breadth-cards .image-wrapper,
  #por #unmatched-breadth-cards-1 .image-wrapper,
  #por #unmatched-breadth-cards-2 .image-wrapper,
  #por #unmatched-breadth-cards-3 .image-wrapper,
  #por #unmatched-breadth-cards-4 .image-wrapper,
  #por #unmatched-breadth-cards-5 .image-wrapper {
    margin: 1.25em;
  }
  #por #unmatched-breadth-cards .w-band-item:last-child,
  #por #unmatched-breadth-cards-1 .w-band-item:last-child,
  #por #unmatched-breadth-cards-2 .w-band-item:last-child,
  #por #unmatched-breadth-cards-3 .w-band-item:last-child,
  #por #unmatched-breadth-cards-4 .w-band-item:last-child,
  #por #unmatched-breadth-cards-5 .w-band-item:last-child {
    border-right: 1.25em solid #ffffff;
  }
}
#por #unmatched-breadth-cards .w-band-image-caption-holder1,
#por #unmatched-breadth-cards-1 .w-band-image-caption-holder1,
#por #unmatched-breadth-cards-2 .w-band-image-caption-holder1,
#por #unmatched-breadth-cards-3 .w-band-image-caption-holder1,
#por #unmatched-breadth-cards-4 .w-band-image-caption-holder1,
#por #unmatched-breadth-cards-5 .w-band-image-caption-holder1 {
  visibility: visible;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
  /* IE6-8 */
}
#por #unmatched-breadth-cards .w-band-image-caption,
#por #unmatched-breadth-cards-1 .w-band-image-caption,
#por #unmatched-breadth-cards-2 .w-band-image-caption,
#por #unmatched-breadth-cards-3 .w-band-image-caption,
#por #unmatched-breadth-cards-4 .w-band-image-caption,
#por #unmatched-breadth-cards-5 .w-band-image-caption {
  padding: 0.625em;
  left: 0;
  right: 0;
  bottom: 0;
}
#por #unmatched-breadth-cards .w-band-viewport,
#por #unmatched-breadth-cards-1 .w-band-viewport,
#por #unmatched-breadth-cards-2 .w-band-viewport,
#por #unmatched-breadth-cards-3 .w-band-viewport,
#por #unmatched-breadth-cards-4 .w-band-viewport,
#por #unmatched-breadth-cards-5 .w-band-viewport {
  padding-bottom: 58%;
}
@media screen and (min-width: 768px) {
  #por #unmatched-breadth-cards .w-band-viewport,
  #por #unmatched-breadth-cards-1 .w-band-viewport,
  #por #unmatched-breadth-cards-2 .w-band-viewport,
  #por #unmatched-breadth-cards-3 .w-band-viewport,
  #por #unmatched-breadth-cards-4 .w-band-viewport,
  #por #unmatched-breadth-cards-5 .w-band-viewport {
    padding-bottom: 22%;
  }
}
#por #unmatched-breadth-cards .w-band-next,
#por #unmatched-breadth-cards-1 .w-band-next,
#por #unmatched-breadth-cards-2 .w-band-next,
#por #unmatched-breadth-cards-3 .w-band-next,
#por #unmatched-breadth-cards-4 .w-band-next,
#por #unmatched-breadth-cards-5 .w-band-next,
#por #unmatched-breadth-cards .w-band-prev,
#por #unmatched-breadth-cards-1 .w-band-prev,
#por #unmatched-breadth-cards-2 .w-band-prev,
#por #unmatched-breadth-cards-3 .w-band-prev,
#por #unmatched-breadth-cards-4 .w-band-prev,
#por #unmatched-breadth-cards-5 .w-band-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  #por #unmatched-breadth-cards .w-band-next,
  #por #unmatched-breadth-cards-1 .w-band-next,
  #por #unmatched-breadth-cards-2 .w-band-next,
  #por #unmatched-breadth-cards-3 .w-band-next,
  #por #unmatched-breadth-cards-4 .w-band-next,
  #por #unmatched-breadth-cards-5 .w-band-next,
  #por #unmatched-breadth-cards .w-band-prev,
  #por #unmatched-breadth-cards-1 .w-band-prev,
  #por #unmatched-breadth-cards-2 .w-band-prev,
  #por #unmatched-breadth-cards-3 .w-band-prev,
  #por #unmatched-breadth-cards-4 .w-band-prev,
  #por #unmatched-breadth-cards-5 .w-band-prev {
    display: block;
  }
}
#por #unmatched-breadth-cards-1 .w-band-viewport,
#por #unmatched-breadth-cards-2 .w-band-viewport,
#por #unmatched-breadth-cards-3 .w-band-viewport,
#por #unmatched-breadth-cards-4 .w-band-viewport,
#por #unmatched-breadth-cards-5 .w-band-viewport {
  padding-bottom: 40%;
}
#por #unmatched-breadth-cards-1 .w-band-item,
#por #unmatched-breadth-cards-2 .w-band-item,
#por #unmatched-breadth-cards-3 .w-band-item,
#por #unmatched-breadth-cards-4 .w-band-item,
#por #unmatched-breadth-cards-5 .w-band-item {
  background-color: #000;
  border-right: 5px solid #fff;
}
#por #unmatched-breadth-cards-1 .w-band-item:last-child,
#por #unmatched-breadth-cards-2 .w-band-item:last-child,
#por #unmatched-breadth-cards-3 .w-band-item:last-child,
#por #unmatched-breadth-cards-4 .w-band-item:last-child,
#por #unmatched-breadth-cards-5 .w-band-item:last-child {
  border-right: 0.5em solid #ffffff;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-video-btn,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-video-btn,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-video-btn,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-video-btn,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-video-btn {
  background-size: contain;
  width: 21%;
  height: 21%;
  margin-left: -9%;
  margin-top: -25%;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption {
  padding: 0;
  bottom: 16%;
  text-align: center;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper {
  margin-left: 0;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 0.575em;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a {
  text-decoration: none;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:hover,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:hover,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:hover,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:hover,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:hover,
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:active,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:active,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:active,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:active,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:active {
  text-decoration: none;
}
#por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:focus,
#por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:focus,
#por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:focus,
#por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:focus,
#por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
@media screen and (min-width: 480px) {
  #por #unmatched-breadth-cards-1 .w-band-viewport,
  #por #unmatched-breadth-cards-2 .w-band-viewport,
  #por #unmatched-breadth-cards-3 .w-band-viewport,
  #por #unmatched-breadth-cards-4 .w-band-viewport,
  #por #unmatched-breadth-cards-5 .w-band-viewport {
    padding-bottom: 40%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-video-btn {
    width: 22%;
    height: 22%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption {
    bottom: 25%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title {
    font-size: 0.750em;
  }
}
@media screen and (min-width: 768px) {
  #por #unmatched-breadth-cards-1 .w-band-viewport,
  #por #unmatched-breadth-cards-2 .w-band-viewport,
  #por #unmatched-breadth-cards-3 .w-band-viewport,
  #por #unmatched-breadth-cards-4 .w-band-viewport,
  #por #unmatched-breadth-cards-5 .w-band-viewport {
    padding-bottom: 22%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption {
    bottom: 22%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title {
    font-size: 0.675em;
  }
}
@media screen and (min-width: 992px) {
  #por #unmatched-breadth-cards-1 .w-band-viewport,
  #por #unmatched-breadth-cards-2 .w-band-viewport,
  #por #unmatched-breadth-cards-3 .w-band-viewport,
  #por #unmatched-breadth-cards-4 .w-band-viewport,
  #por #unmatched-breadth-cards-5 .w-band-viewport {
    padding-bottom: 22%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption {
    bottom: 20%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title {
    font-size: 0.750em;
  }
}
@media screen and (min-width: 1200px) {
  #por #unmatched-breadth-cards-1 .w-band-viewport,
  #por #unmatched-breadth-cards-2 .w-band-viewport,
  #por #unmatched-breadth-cards-3 .w-band-viewport,
  #por #unmatched-breadth-cards-4 .w-band-viewport,
  #por #unmatched-breadth-cards-5 .w-band-viewport {
    padding-bottom: 18%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-video-btn,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-video-btn {
    margin-top: -22%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption {
    bottom: 25%;
  }
  #por #unmatched-breadth-cards-1 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-2 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-3 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-4 .w-band-item .w-band-image-caption .sub-wrapper .caption-title,
  #por #unmatched-breadth-cards-5 .w-band-item .w-band-image-caption .sub-wrapper .caption-title {
    font-size: 0.775em;
  }
}
@media screen and (min-width: 768px) {
  #por #unmatched-breadth-cards-1.short-run .w-band-viewport,
  #por #unmatched-breadth-cards-2.short-run .w-band-viewport,
  #por #unmatched-breadth-cards-3.short-run .w-band-viewport,
  #por #unmatched-breadth-cards-4.short-run .w-band-viewport,
  #por #unmatched-breadth-cards-5.short-run .w-band-viewport {
    text-align: center;
  }
  #por #unmatched-breadth-cards-1.short-run .w-band-viewport .w-band-items,
  #por #unmatched-breadth-cards-2.short-run .w-band-viewport .w-band-items,
  #por #unmatched-breadth-cards-3.short-run .w-band-viewport .w-band-items,
  #por #unmatched-breadth-cards-4.short-run .w-band-viewport .w-band-items,
  #por #unmatched-breadth-cards-5.short-run .w-band-viewport .w-band-items {
    min-width: 240px;
    width: auto !important;
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  #por #unmatched-breadth-cards-1 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-2 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-3 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-4 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-5 .w-band-viewport .w-band-items .w-band-item:only-child {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #por #unmatched-breadth-cards-1 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-2 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-3 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-4 .w-band-viewport .w-band-items .w-band-item:only-child,
  #por #unmatched-breadth-cards-5 .w-band-viewport .w-band-items .w-band-item:only-child {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  #por .pinned #por-dev-overview-nav,
  #por .pinned #por-dev-pipeline-nav {
    position: fixed;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  #por.atlas-show-info {
    overflow: hidden;
  }
  #por.atlas-show-info .w-history {
    z-index: 1000;
  }
  #por.atlas-show-info .w-realty-nav {
    z-index: 1;
  }
  #por.atlas-show-info #site-header {
    display: none;
  }
}
#por .themart {
  text-transform: none !important;
}
#pri .section-header {
  font-size: 1.25em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #pri .section-header {
    font-size: 1.5em;
  }
}
#pri .section-header ~ .section-header {
  margin-top: 1.25em;
}
#pri .section-copy {
  font-size: 0.75em;
}
#pri .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #pri .section-copy {
    font-size: 1em;
  }
  #pri .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
}
#pri .section-copy h2:not(:first-child ) {
  margin-top: 1.25em;
}
#pri .section-copy h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
#pri .section-copy p + p {
  margin-top: .62505em;
}
#pri .section-copy ol {
  list-style-type: lower-roman;
}
#pri .section-copy ol ol {
  list-style-type: decimal;
}
#pri .order-list ol {
  list-style-type: lower-roman;
}
#pri .order-list ol ol {
  list-style-type: decimal;
}
#prp .property-share {
  font-size: 28px;
  color: grey;
  line-height: 49px;
}
#prp .property-share:focus {
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#prp .sp-toggle {
  display: inline-block;
  color: #fff;
  background: #137ea4;
  line-height: 1em;
  width: 1.4em;
  height: 1.4em;
  padding: 0.25em 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.875em;
}
#prp .sp-toggle:focus {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #prp .sp-th {
    width: 170px;
  }
}
#prp #residential-map .custom-marker {
  background: center center url('../i/w/atlas-realty/marker.png') no-repeat;
  background-size: 75% 75%;
}
#prp #residential-map .custom-marker.on {
  background-image: url('../i/w/atlas-realty/marker-on.png');
}
#prp #residential-map .bubble {
  white-space: nowrap;
}
#prp #property-overview #property-title {
  font-size: 1.125em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  #prp #property-overview #property-title {
    font-size: 2em;
  }
}
#prp #property-overview #property-sub-title {
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #prp #property-overview #property-sub-title {
    font-size: 1em;
  }
}
#prp #property-overview .drawer-toggles {
  font-size: 0.6875em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  #prp #property-overview .drawer-toggles {
    font-size: 0.875em;
  }
}
#prp .tenant-name {
  color: #737373;
}
#prp .tenant-name a {
  color: #737373;
}
#prp .tenant-name a:focus,
#prp .tenant-name a:hover {
  color: #35b7e7;
}
#prp .drawer-toggles a {
  color: #000;
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
}
#prp .drawer-toggles a:hover,
#prp .drawer-toggles a:focus {
  color: #137ea4;
}
#prp .drawer-toggles a:focus {
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7;
  color: #137ea4;
  font-weight: bold;
}
#prp #drawer {
  height: 0;
  overflow: hidden;
}
#prp #back-to-prev {
  position: fixed;
  top: 5.8333em;
  font-weight: bold;
  display: inline-block;
  font-size: 0.75em;
  color: #555;
  padding: 0.125em 1.6666em;
  line-height: 2.5em;
  white-space: nowrap;
  text-transform: uppercase;
  visibility: hidden;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #prp #back-to-prev {
    visibility: visible;
    z-index: 2000;
  }
}
#prp #back-to-prev:hover,
#prp #back-to-prev:focus {
  background: #fff;
  text-decoration: none;
}
#prp #back-to-prev:focus {
  box-shadow: #35b7e7 0px 0px 5px 5px !important;
  opacity: 1 !important;
  transform: scale(1.1);
}
#prp #back-to-prev .l {
  position: relative;
  z-index: 3;
}
#prp #back-to-prev .bg-off {
  background: #fff;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#prp #back-to-prev .bg-on {
  background: #137ea4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
#prp #property-hero #back-to-prev {
  position: absolute;
  top: auto;
  z-index: 10;
}
#prp #property-accordion {
  position: relative;
  background: #fff;
  z-index: 100;
}
#prp #property-accordion .w-accordion-header {
  background: #f3f3f3;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-left: 1.25em;
  position: relative;
}
#prp #property-accordion .w-accordion-header:hover,
#prp #property-accordion .w-accordion-header:focus {
  outline: none;
}
#prp #property-accordion .w-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 1.25em;
  top: 0.75em;
  width: 1em;
  height: 1em;
  background: center center url("../i/l/caret.png") no-repeat;
  background-size: contain;
}
#prp #property-accordion .w-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
  background: #666;
  height: 2px;
  top: 1.2em;
  width: 0.8em;
}
#prp #property-accordion .w-accordion-header .box {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #prp #property-accordion .w-accordion-header {
    font-size: 1em;
    line-height: 1.5em;
    background: none;
    border-top: none;
    margin: auto;
    font-weight: 400;
    padding: 0;
    color: #000;
  }
  #prp #property-accordion .w-accordion-header .ui-accordion-header-icon {
    display: none;
  }
  #prp #property-accordion .w-accordion-header .box {
    padding: 0 0.625em;
  }
  #prp #property-accordion .w-accordion-header h1,
  #prp #property-accordion .w-accordion-header .h1-tag {
    font-size: 1.5em;
    padding: 1em 0;
    margin-bottom: 1em;
    border-bottom: 2px solid #ebebeb;
  }
}
#prp #property-accordion .ui-accordion-content {
  padding-top: 1.25em;
}
@media screen and (min-width: 768px) {
  #prp #property-accordion .ui-accordion-content {
    padding-top: 0;
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #prp #property-accordion #overview .btn {
    padding: 1.07143em 0;
  }
  #prp #property-accordion .table table {
    width: 100%;
  }
  #prp #property-accordion .table table th,
  #prp #property-accordion .table table td {
    width: 50%;
  }
}
#prp .property-overview-copy {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  #prp .property-overview-copy {
    font-size: 1.125em;
  }
}
#prp .inline-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#prp .inline-ul li {
  display: inline-block;
}
#prp .tenant-profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#prp .tenant-profile-list li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #prp .tenant-profile-list.column-2 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.25em;
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
    column-count: 2;
    column-gap: 1.25em;
  }
  #prp .tenant-profile-list.column-2 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
#prp .property-downloads {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #prp .property-downloads {
    font-size: 1em;
    text-transform: none;
  }
}
#prp .btn-property-url {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #prp .btn-property-url {
    display: inline-block;
    width: auto;
  }
}
#prp .similar-property-btn .dropdown-toggle {
  padding: 0;
  padding-right: 1.5em;
  border: none;
  font-weight: normal;
}
#prp .similar-property-btn .dropdown-toggle:hover,
#prp .similar-property-btn .dropdown-toggle:focus {
  background: none;
  color: #35b7e7;
  box-shadow: none;
}
#prp .similar-property-btn .dropdown-toggle:hover .caret,
#prp .similar-property-btn .dropdown-toggle:focus .caret {
  border-top-color: #35b7e7;
}
#prp .similar-property-btn .dropdown-header {
  color: #000;
  font-size: inherit;
  padding: 1em 1.2142em 0.5714em;
}
#prp .similar-property-btn .caret {
  right: 0;
  background: none;
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: .5em solid #000;
  top: .125em;
}
#prp .similar-property-btn .dropdown-menu {
  margin-top: 0.625em;
}
#prp .similar-property-btn .dropdown-menu > li {
  border: none;
}
#prp .similar-property-btn .dropdown-menu a {
  color: #666;
}
#prp .similar-property-btn .dropdown-menu a:hover,
#prp .similar-property-btn .dropdown-menu a:focus {
  background: none;
  color: #35b7e7;
}
#prp .similar-property-btn .divider {
  background: #000;
  margin: 0 1.2142em 0.5em;
  font-size: inherit;
}
#prp .similar-property-btn.open .dropdown-menu:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #fff;
  left: 50%;
  top: -0.5em;
  margin-top: 1px;
  z-index: 1002;
}
#prp .similar-property-btn.open .dropdown-menu:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ccc;
  left: 50%;
  top: -0.5em;
  z-index: 1000;
}
#prp #property-gallery {
  background: #000;
}
#prp #property-gallery .image-wrapper {
  margin: 0 0.625em;
  height: 100%;
}
#prp #property-gallery .w-band-item:last-child {
  border-right: 0.625em solid #000000;
}
@media screen and (min-width: 768px) {
  #prp #property-gallery .image-wrapper {
    margin: 0 1.25em;
  }
  #prp #property-gallery .w-band-item:last-child {
    border-right: 1.25em solid #000000;
  }
}
#prp #property-hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  #prp #property-hero {
    height: auto !important;
  }
  #prp #property-hero #property-gallery {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #prp #property-hero {
    min-height: 20em;
  }
}
#prp #property-hero #property-gallery-wrapper .w-band-viewport {
  padding-bottom: 56.25%;
}
#prp #property-hero #property-gallery-wrapper .w-band-image-caption-holder .w-band-video-btn {
  text-decoration: none;
  color: white;
}
#prp #property-hero #property-gallery-wrapper .w-band-image-caption-holder .w-band-video-btn .w-band-video-btn-text {
  display: block;
  text-align: center;
  font-size: 17px;
  margin-top: 108px;
}
@media screen and (min-width: 768px) {
  #prp #property-hero #property-gallery-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #fff;
    margin-top: -1px;
  }
  #prp #property-hero #property-gallery-wrapper .w-band-viewport {
    padding-bottom: 0;
    background: #000;
    height: 100%;
  }
  #prp #property-hero #property-gallery-wrapper .w-band-image-caption-holder .w-band-video-btn {
    width: 8em;
    height: 8em;
  }
  #prp #property-hero #property-gallery-wrapper .w-band-image-caption-holder .w-band-video-btn .w-band-video-btn-text {
    font-size: 22px;
    margin-top: 140px;
  }
}
#prp #property-hero #property-gallery-wrapper .w-band-item:after {
  display: block;
  content: '';
  height: 3.125em;
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
}
@media screen and (min-width: 768px) {
  #prp #property-hero #property-gallery-wrapper .w-band-item:after {
    height: 7.5em;
  }
}
#prp #property-hero #property-address-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
#prp #property-hero #property-address {
  position: relative;
  z-index: 2;
}
#prp #property-hero #property-address-small,
#prp #property-hero #property-address {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
#prp #property-hero #property-address-small {
  visibility: hidden;
  padding: 0.4375em 0;
}
@media screen and (min-width: 768px) {
  #prp #property-hero #property-address-small {
    position: fixed;
    visibility: visible;
    z-index: 1;
    width: 100%;
    top: 0;
    background: transparent;
    background-color: #fff;
    margin-top: -1px;
    text-align: center;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  #prp #property-hero #property-address-small #property-title,
  #prp #property-hero #property-address-small #property-sub-title {
    display: inline;
    font-size: 0.875em;
  }
}
#prp #property-hero.sticky {
  z-index: 12;
}
@media screen and (min-width: 768px) {
  #prp #property-hero.sticky #property-gallery-wrapper {
    height: 0;
    overflow: hidden;
  }
}
#prp #property-hero.sticky #property-address-wrapper {
  background: #000;
}
#prp #property-hero.sticky #property-address-small {
  background-color: #fff;
  width: 100%;
  z-index: 10;
  top: 4.375em;
  opacity: 1;
  display: block;
}
#prp #property-hero.sticky #property-address {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
#prp #property-type-nav {
  background: #fff;
  padding: 1.25em;
}
#prp #property-type-nav #property-nav {
  display: table;
  width: 100%;
}
#prp #property-type-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table-row;
}
#prp #property-type-nav ul li {
  display: table-cell;
  padding: 0;
  margin: 0;
}
#prp #property-type-nav ul li a {
  display: block;
  text-align: center;
  width: 100%;
  background: #cccccc;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding: 1.1667em 1em;
}
#prp #property-type-nav ul li a:hover,
#prp #property-type-nav ul li a:focus {
  text-decoration: none;
}
#prp #property-type-nav ul li.active a {
  background: #35b7e7;
}
@media screen and (min-width: 768px) {
  #prp #property-type-nav {
    background: #000;
    padding: 0;
  }
  #prp #property-type-nav #property-nav {
    margin: 0 0.625em;
    width: auto;
  }
  #prp #property-type-nav #property-nav ul li a {
    font-size: 0.875em;
    color: #fff;
    background: none;
    font-weight: 600;
    padding: 1em 2.5em;
  }
  #prp #property-type-nav #property-nav ul li a:focus {
    /* background-color: rgba(255, 255, 255, .95);
                     color: @blue-color; */
    box-shadow: 0 0 3px 3px #35b7e7 inset;
  }
  #prp #property-type-nav #property-nav ul li.active a {
    background: #fff;
    color: #137ea4;
  }
  #prp #property-type-nav #property-nav ul li.active a:focus {
    /* background-color: rgba(255, 255, 255, .95);
                        color: @blue-color; */
    box-shadow: 0 0 3px 3px #35b7e7 inset;
  }
}
#prp #secondary-nav-wrapper #secondary-nav {
  background: #fff;
}
#prp #secondary-nav-wrapper .nav-inline {
  background: #fff;
}
#prp #secondary-nav-wrapper #secondary-nav {
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #prp #secondary-nav-wrapper.sticky #secondary-nav:before {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 100%;
    height: 4.375em;
    left: 0;
    right: 0;
    width: 100%;
  }
  #prp #secondary-nav-wrapper.sticky #secondary-nav {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1000;
    width: 100%;
  }
}
#prp #secondary-nav-wrapper.open #drawer {
  height: auto;
}
@media screen and (max-width: 767px) {
  #prp #secondary-nav-wrapper {
    height: auto !important;
  }
  #prp #secondary-nav-wrapper.open #drawer {
    height: auto;
  }
}
#prp html.ie9 #prp #property-hero #property-gallery-wrapper .w-card-caption {
  filter: none;
}
#prp #footer-investor-relation,
#prp #footer-news,
#prp #footer-careers {
  display: none;
}
#prp #view-space {
  color: #737373;
  text-decoration: underline;
}
#prp #view-space:focus {
  color: #fff;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#prp #property-info {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-top: -1px;
}
#prp #property-nav .navbar {
  margin-top: 1.25em;
}
@media screen and (min-width: 768px) {
  #prp #property-nav .navbar {
    margin-left: 0.625em;
  }
  #prp #property-nav .navbar .nav {
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  #prp #property-nav .navbar {
    margin: 0 0.625em 0;
  }
  #prp #property-nav .navbar .nav {
    text-align: left;
  }
  #prp #property-nav .navbar .nav > li {
    display: inline-block;
  }
  #prp #property-nav .navbar .navbar-header {
    display: none;
  }
  #prp #property-nav .navbar .navbar-collapse {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  #prp #property-nav .navbar {
    margin-top: 0;
  }
  #prp #property-nav .navbar .nav > li a:hover,
  #prp #property-nav .navbar .nav > li a:focus {
    color: #fff;
    background: #000;
  }
  #prp #property-nav .navbar .nav > li.active a {
    background: #000;
    color: #fff;
  }
  #prp #property-nav .navbar .nav > li.active a:hover,
  #prp #property-nav .navbar .nav > li.active a:focus {
    background: #000;
    color: #fff;
  }
}
#prp #property-pdfs .btn {
  background: #fff;
}
#prp #property-pdfs .btn:hover,
#prp #property-pdfs .btn:focus {
  background: #000;
  color: #fff;
}
#prp #property-pdfs.property-downloads .btn {
  background: #bbb;
  color: #fff;
  border-color: #bbb;
}
#prp #property-pdfs.property-downloads .btn:hover,
#prp #property-pdfs.property-downloads .btn:focus {
  background: #35b7e7;
  border-color: #35b7e7;
}
#prp #property-pdfs .v-line {
  display: none;
  top: 1.25em;
  bottom: 1.25em;
}
@media screen and (min-width: 480px) {
  #prp #property-pdfs {
    padding: 0 7.1428%;
  }
  #prp #property-pdfs .property-pdf {
    width: 50%;
    float: left;
  }
  #prp #property-pdfs .property-pdf h1 strong,
  #prp #property-pdfs .property-pdf .h1-tag strong {
    white-space: nowrap;
  }
  #prp #property-pdfs .line-1 {
    display: block;
  }
  #prp #property-pdfs.property-pdfs-1 .property-pdf {
    width: auto;
    float: none;
  }
  #prp #property-pdfs.property-pdfs-1 .line-1 {
    display: none;
  }
  #prp #property-pdfs.property-pdfs-3 .property-pdf {
    width: auto;
    float: none;
  }
  #prp #property-pdfs.property-pdfs-3 .line-1 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #prp #property-pdfs .property-pdf {
    width: 25%;
  }
  #prp #property-pdfs .line-1,
  #prp #property-pdfs .line-2,
  #prp #property-pdfs .line-3 {
    display: block;
  }
  #prp #property-pdfs .line-1 {
    left: 29%;
  }
  #prp #property-pdfs .line-3 {
    left: 71%;
  }
  #prp #property-pdfs.property-pdfs-1 .property-pdf {
    width: auto;
    float: none;
  }
  #prp #property-pdfs.property-pdfs-1 .line-1,
  #prp #property-pdfs.property-pdfs-1 .line-2,
  #prp #property-pdfs.property-pdfs-1 .line-3 {
    display: none;
  }
  #prp #property-pdfs.property-pdfs-2 .property-pdf {
    width: 50%;
  }
  #prp #property-pdfs.property-pdfs-2 .line-1,
  #prp #property-pdfs.property-pdfs-2 .line-3 {
    display: none;
  }
  #prp #property-pdfs.property-pdfs-3 .property-pdf {
    width: 33.3333%;
    float: left;
  }
  #prp #property-pdfs.property-pdfs-3 .line-1 {
    left: 36%;
    display: block;
  }
  #prp #property-pdfs.property-pdfs-3 .line-2 {
    left: 64%;
  }
  #prp #property-pdfs.property-pdfs-3 .line-3 {
    display: none;
  }
}
#prp .property-contacts .property-contact-photo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 37.5%;
}
@media screen and (min-width: 768px) {
  #prp .property-contacts .property-contact-photo {
    width: 10em;
  }
}
@media screen and (min-width: 992px) {
  #prp .property-contacts .property-contact-photo {
    width: 13.75em;
  }
}
#prp .property-contacts .property-contact-photo img {
  display: block;
  width: 100%;
  height: auto;
}
#prp .property-contacts .property-contact-info {
  position: relative;
  float: left;
  width: 62.5%;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 0.625em;
}
@media screen and (min-width: 768px) {
  #prp .property-contacts .property-contact-info {
    width: 50%;
  }
}
#prp #similar-properties .similar-header {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1em 0 0;
}
#prp #similar-properties .w-carousel-item {
  width: 100%;
}
#prp #similar-properties .w-carousel-item img {
  width: 100%;
}
#prp #similar-properties .w-carousel-item > section {
  margin: 0.625em;
}
#prp #similar-properties .w-carousel-item > section a {
  color: #000;
}
#prp #similar-properties .w-carousel-item > section a:hover,
#prp #similar-properties .w-carousel-item > section a:focus {
  text-decoration: none;
}
#prp #similar-properties .w-carousel-item > section .similar-info {
  padding-top: 0.625em;
}
#prp #similar-properties .w-carousel-item > section h1,
#prp #similar-properties .w-carousel-item > section .h1-tag {
  font-size: 1.125em;
  line-height: 1.1em;
  font-weight: 600;
}
#prp #similar-properties .w-carousel-item > section h2 {
  font-style: italic;
  font-size: 0.875em;
}
#prp #similar-properties .w-carousel-item > section h3 {
  font-size: 0.6875em;
  text-transform: uppercase;
}
#prp #similar-properties .w-carousel {
  width: 100%;
  margin: auto;
  position: relative;
  left: -0.3125em;
}
@media screen and (min-width: 768px) {
  #prp #similar-properties .similar-header {
    font-size: 1.5em;
    font-weight: 400;
    margin: 1.8em 0 1em;
  }
  #prp #similar-properties .w-carousel {
    width: 100%;
    left: auto;
  }
  #prp #similar-properties .w-carousel:after {
    display: block;
    content: 'fill';
    width: 0;
    height: 0;
    overflow: hidden;
  }
  #prp #similar-properties .w-carousel-item {
    width: 18.75em !important;
    padding-bottom: 0.625em;
  }
  #prp #similar-properties .w-carousel-item img {
    width: 18.75em !important;
    z-index: 1;
    position: relative;
  }
  #prp #similar-properties .w-carousel-item > section a {
    color: #fff;
  }
  #prp #similar-properties .w-carousel-item > section .similar-info {
    padding: 0.625em;
    position: absolute;
    visibility: hidden;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../i/l/tran80.png");
  }
  #prp #similar-properties .w-carousel-item > section .similar-info > div {
    display: table;
    width: 100%;
    height: 100%;
  }
  #prp #similar-properties .w-carousel-item > section .similar-info > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  #prp #similar-properties .w-carousel-item > section h1,
  #prp #similar-properties .w-carousel-item > section .h1-tag {
    font-size: 1.5em;
  }
  #prp #similar-properties .w-carousel-item > section h2 {
    font-size: 1em;
  }
  #prp #similar-properties .w-carousel-item > section h3 {
    font-size: 0.75em;
    text-transform: uppercase;
  }
  #prp #similar-properties .w-carousel-item:hover > section .similar-info {
    visibility: visible;
  }
  #prp #similar-properties .w-carousel-item > section a {
    display: block;
  }
  #prp #similar-properties .w-carousel-item > section a:focus .similar-info {
    visibility: visible;
  }
}
#prp #similar-cards1 {
  margin-bottom: 0.625em;
}
#prp #similar-cards1 .w-band-image-caption-holder {
  border: 0.625em solid #ffffff;
}
#prp #similar-cards1 .w-band-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  display: table;
  height: 100%;
  width: 100%;
}
#prp #similar-cards1 .w-band-image-caption > div {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
#prp #similar-cards1 .w-band-image-caption-holder:hover .w-band-image-caption {
  visibility: visible;
}
#prp #similar-cards1 .w-band-viewport {
  padding-bottom: 0;
  height: 20em;
}
@media screen and (min-width: 768px) {
  #prp #similar-cards1 .w-band-viewport {
    padding-bottom: 0;
    height: 18.75em;
  }
}
@media screen and (min-width: 1280px) {
  #prp #similar-cards1 .w-band-viewport {
    padding-bottom: 23.4375%;
    height: 0;
  }
}
@media screen and (min-width: 1962px) {
  #prp #similar-cards1 .w-band-viewport {
    padding-bottom: 0;
    height: 460px;
  }
}
#prp #similar-cards1 .photo-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
}
#prp #similar-cards1 .photo-wrapper .tall {
  height: 100%;
  display: block;
  margin: auto;
}
#prp #similar-cards1 .photo-wrapper .wide {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#prp #similar-properties > .box {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #prp.quest-open #site-footer-wrapper {
    display: none;
  }
}
html.gte-ie9 #prp #property-hero #property-gallery-wrapper .w-band-item:after {
  filter: none;
}
html.touch #prp #back-to-prev {
  position: absolute;
  top: auto;
}
@media print {
  #prs #site-header,
  #prs #site-footer,
  #prs #site-search,
  #prs #close-press,
  #prs .hide-print {
    display: none;
  }
  #prs #news-content {
    width: auto;
    right: auto;
    float: none;
  }
}
#prs #save-btn,
#prs #print-btn {
  float: left;
  display: inline-block;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #prs #save-btn,
  #prs #print-btn {
    display: block;
    margin: 0 auto 1.25em;
    float: none;
  }
}
#prs #close-press {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  display: inline-block;
  background: center center url("../i/l/close.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
#prs #close-press:focus {
  background-image: url("../i/l/close-darker.png");
  box-shadow: 0 0 3px 3px #35b7e7;
}
#prs #save-btn span,
#prs #print-btn span {
  display: block;
}
#prs #save-btn .news-btn,
#prs #print-btn .news-btn {
  width: 2.25em;
  height: 2.25em;
  border: 0.125em solid #000000;
  margin: 0 auto 6px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#prs #save-btn:hover .news-btn,
#prs #print-btn:hover .news-btn,
#prs #save-btn:focus .news-btn,
#prs #print-btn:focus .news-btn {
  background-color: #000;
}
#prs #save-btn .news-btn {
  background-image: url("../i/p/prs/download.png");
}
#prs #save-btn:hover .news-btn,
#prs #save-btn:focus .news-btn {
  background-image: url("../i/p/prs/download-on.png");
}
#prs #print-btn .news-btn {
  background-image: url("../i/p/prs/print.png");
}
#prs #print-btn:hover .news-btn,
#prs #print-btn:focus .news-btn {
  background-image: url("../i/p/prs/print-on.png");
}
#prs .h_logo {
  display: none;
}
#prs .pr_contact {
  background-color: #f9f9f9;
  padding: 1.25em 0.625em;
  font-size: 1.125em;
  line-height: 1.33333333em;
  /* 24 */
}
#prs .pr_contact p {
  font-size: inherit;
  line-height: inherit;
}
#prs .pr_contact h3 {
  font-weight: bold;
}
#prs .pr_contact .tel .type {
  display: none;
}
#prs .pr_date {
  font-size: 0.875em;
  line-height: 1.42851429em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.625em 0;
}
#prs .pr_date p {
  font-size: inherit;
  line-height: inherit;
}
#prs .pr_title {
  font-size: 1.125em;
  line-height: 1.33333333em;
  /* 24 */
  text-align: center;
  font-weight: bold;
  margin: 1.25em 0;
}
#prs .pr_title p {
  font-size: inherit;
  line-height: inherit;
}
#prs .pr_content {
  font-size: 0.875em;
  line-height: 1.42851429em;
}
#prs .pr_content p {
  font-size: inherit;
  line-height: inherit;
}
#prs .pr_content p {
  margin-bottom: 15px;
}
#prs .pr_footer {
  font-size: 0.875em;
  line-height: 1.42851429em;
  background-color: #f9f9f9;
  padding: 0 0.625em;
  padding: 0.625em;
  margin: 1.25em 0;
}
#prs .pr_footer p {
  font-size: inherit;
  line-height: inherit;
}
#prs .iframe-parent {
  background: url("../i/l/spinner.gif") center center no-repeat;
}
#prs .iframe-parent iframe {
  width: 100% !important;
  overflow-y: scroll;
  overflow-x: hidden;
  background: transparent;
}
@media (max-width: 768px) {
  #prs .iframe-parent iframe {
    max-width: 100%;
    width: 100vw;
  }
}
#prt #close-press {
  display: none !important;
}
#prt .pr_contact .tel .type {
  display: none;
}
#prv #footer-sustainability,
#prv #footer-tenant-service,
#prv #footer-news,
#prv #footer-careers {
  display: none;
}
@media screen and (max-width: 767px) {
  #prv #prv-hero .w-splash-tabs {
    display: none;
  }
}
#prv .section-header {
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #prv .section-header {
    font-size: 1.75em;
    font-weight: normal;
  }
  #prv .section-header.smaller {
    font-size: 1.5em;
  }
}
#prv .section-copy {
  font-size: 0.75em;
}
#prv .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #prv .section-copy {
    font-size: 1em;
  }
  #prv .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #prv .section-copy.smaller {
    font-size: 0.875em;
  }
  #prv .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#prv #page,
#prv #page > #content {
  display: inline;
}
#prv #site-header {
  height: auto;
}
#prv #news-container {
  z-index: 10;
  background: #fff;
}
#prv #news-container .page-title {
  color: #fff;
  font-size: 2.5em;
  font-style: normal;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30%;
  width: 100%;
}
#prv #news-container .w-form-modal {
  z-index: 200;
}
#prv #news-container .w-splash {
  height: auto;
}
#prv #news-container .w-splash .w-splash-copy {
  background: transparent;
  color: #fff;
  text-align: center;
}
#prv #news-container .w-splash .w-splash-inner {
  background: none;
}
#prv #news-container .w-splash .srv-splash-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #prv #news-container .w-splash .srv-splash-title {
    font-size: 3em;
  }
}
#prv #news-container .w-splash .w-splash-fixed,
#prv #news-container .w-splash .w-splash-content {
  display: none;
}
#prv #news-container .w-splash .w-splash-tabs li a {
  display: none;
}
@media screen and (max-width: 767px) {
  #prv #news-container .w-splash .w-splash-tabs li a {
    display: inline-block;
  }
}
#prv #news-container .w-splash.is-overview .w-splash-fixed,
#prv #news-container .w-splash.is-overview .w-splash-content {
  display: block;
}
@media screen and (min-width: 768px) {
  #prv #news-container .w-splash.is-overview {
    height: 21.25em;
  }
  #prv #news-container .w-splash.is-overview .w-splash-fixed {
    display: block;
    bottom: auto;
  }
  #prv #news-container .w-splash.is-overview .w-splash-content {
    display: table;
    height: 21.25em;
    margin-top: 4.375em;
  }
}
#prv #news-container .w-splash.is-overview .w-splash-nav {
  display: none;
}
#prv #news-container .w-splash.is-overview .w-splash-nav + .w-splash-fixed {
  margin-top: 0;
}
#prv #news-container .w-splash.is-overview .w-splash-tabs {
  display: none !important;
  visibility: hidden !important;
}
#prv #news-container .table .link:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
@media screen and (min-width: 768px) {
  #prv #news-container {
    margin-top: 4.5em;
  }
  #prv #news-container .page-title {
    font-size: 2em;
    top: 47%;
  }
}
@media screen and (min-width: 992px) {
  #prv #news-container .page-title {
    font-size: 2.25em;
    top: 30%;
  }
}
@media screen and (min-width: 1200px) {
  #prv #news-container .page-title {
    font-size: 2.5em;
  }
}
#prv #news-container .news-asset {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 768px) {
  #prv #news-container .news-asset {
    float: left;
    width: 42.8571%;
    margin-bottom: 0;
  }
}
#prv #news-sort-btn .dropdown-menu {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #prv #news-sort-btn {
    float: right;
  }
}
#sea #footer-news,
#sea #footer-portfolio,
#sea #footer-tenant-service,
#sea #footer-careers {
  display: none;
}
@media screen and (min-width: 768px) {
  #sea .w-realty-nav-views {
    text-align: right;
  }
}
#sea #list-view .w-realty-market-name {
  margin-bottom: 0;
}
#sea #list-view .w-realty-building-name {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  #sea #list-view .w-realty-building-name {
    font-size: 1.5em;
  }
}
#sea #list-view .w-realty-market .container-fluid {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
#sea #list-view .w-realty-market .container-fluid:nth-child(2n+0) {
  background: #eee;
}
#sea #list-view .w-realty-market .container-fluid .line {
  display: none;
}
#sea #list-view .w-realty-market .label {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.6875em;
  border-radius: 0;
}
#sea #list-view .w-realty-market .w-realty-building-photo .label {
  display: none;
}
@media screen and (min-width: 768px) {
  #sea #list-view .w-realty-market .w-realty-building-photo .label {
    display: block;
  }
  #sea #list-view .w-realty-market .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sea #list-view .w-realty-market .container-fluid:nth-child(2n+0) {
    background: none;
  }
  #sea #list-view .w-realty-market .container-fluid .line {
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
  }
}
#sea #edit-search {
  color: #737373;
  font-size: 0.5em;
  text-transform: none;
  text-decoration: underline;
}
#sea #edit-search:hover,
#sea #edit-search:focus {
  color: #fff;
  background-color: #000;
}
#sea a:focus .text-green {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #sea.atlas-show-info {
    overflow: hidden;
  }
  #sea.atlas-show-info .w-history {
    z-index: 1000;
  }
  #sea.atlas-show-info .w-realty-nav {
    z-index: 1;
  }
  #sea.atlas-show-info #site-header {
    display: none;
  }
}
#seco {
  /* this gets repeated in every page!??
  doesnt make any sense */
}
#seco .seco-ownership-img {
  width: 150px;
  height: auto;
  margin: 15px 0;
}
#seco .security-page-cocntent {
  padding-bottom: 200px;
}
#seco .security-page-cocntent li {
  margin: 15px 0;
}
#seco .security-page-cocntent ul ul li {
  margin: 0;
}
#seco .security-page-cocntent ul {
  list-style: disc;
  padding-left: 23px;
}
#seco .w-splash-copy {
  color: #fff;
  text-align: center;
}
#seco .seco-splash-title {
  font-size: 1.75em;
  margin: .5em 0;
  line-height: 1.1425;
  text-transform: uppercase;
}
#seco .h1-tag {
  font-size: 1.75em;
  margin-bottom: .625em;
  font-weight: 600;
  text-align: center;
}
#seco .seco-ownership {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#seco .security-section {
  padding-top: 60px;
}
#seco .container-bg {
  background-color: #E7E6E6;
  padding: 30px 0;
}
#seco .gmsc-logo-container img {
  width: 100px;
  height: auto;
}
#seco .security-soc-imgs {
  text-align: center;
}
#seco .security-soc-imgs img {
  width: 340px;
  height: auto;
  margin: 10px;
  max-width: 22vw;
}
@media screen and (min-width: 768px) {
  #seco #security-splash {
    height: calc(100vh - 70px);
  }
  #seco .seco-ownership {
    font-size: 1.125em;
    font-weight: 400;
  }
  #seco .seco-ownership:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin: 0 auto;
    padding: .25em 0;
    width: 2.2222em;
  }
}
@media screen and (max-width: 991px) {
  #seco .security-soc-imgs img {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #seco .container {
    width: 924px;
  }
}
#spl .master-header {
  margin: 0 0.625em;
}
@media screen and (min-width: 768px) {
  #spl .master-header {
    padding: 3.125%;
  }
}
#spl .whats-this {
  font-size: 0.5em;
  line-height: 1;
  font-style: italic;
  text-transform: none;
}
#spl .whats-this:before {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #spl .whats-this:before {
    display: none;
  }
}
#spl .email-modal {
  background: url("../i/l/tran80.png");
}
#spl .email-modal .modal-dialog {
  max-width: 80em;
  width: 100%;
}
#spl .email-modal .modal-body {
  min-height: 0 !important;
}
#spl .email-modal .modal-content {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1.25em;
}
#spl .email-modal .modal-header {
  text-align: right;
  border: none;
}
#spl .email-modal .modal-header .close {
  float: none;
}
#spl .email-modal textarea {
  padding-top: 0;
  padding-bottom: 0;
}
#spl .email-modal fieldset legend {
  border: none;
}
#spl .email-modal fieldset legend span {
  text-transform: uppercase;
}
#spl .email-modal fieldset legend span span {
  color: #ccc;
}
#spl .email-modal #copy_me_li input {
  margin-left: 0;
}
#spl .email-modal .buttons {
  clear: both;
  border-top: 2px solid #e5e5e5;
  padding: 1.25em 0 3.75em;
}
#spl .email-modal .buttons .button {
  background: #999;
  border-color: #999;
}
#spl .email-modal .buttons .button:hover {
  background: #000;
  border-color: #000;
}
@media screen and (min-width: 992px) {
  #spl .email-modal .w-form > form > fieldset + fieldset {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #spl .email-modal #i_section_0 #to_li,
  #spl .email-modal #i_section_0 #cc_li,
  #spl .email-modal #i_section_0 #subject_li,
  #spl .email-modal #i_section_0 #message_li {
    width: 50%;
    float: left;
  }
  #spl .email-modal #i_section_0 #subject_li {
    clear: both;
  }
  #spl .email-modal #i_section_0 #to_li,
  #spl .email-modal #i_section_0 #subject_li {
    padding-right: 0.625em;
  }
  #spl .email-modal #i_section_0 #cc_li,
  #spl .email-modal #i_section_0 #message_li {
    padding-left: 0.625em;
  }
}
@media screen and (min-width: 992px) {
  #spl .email-modal #i_section_0 {
    width: 60%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  #spl .email-modal #i_section_1 {
    width: 30%;
    margin-left: 10%;
    float: left;
  }
}
#srv {
  height: 100%;
}
#srv #footer-investor-relation,
#srv #footer-news,
#srv #footer-tenant-service,
#srv #footer-careers {
  display: none;
}
#srv .w-accordion-header:focus {
  background-color: transparent;
}
#srv #services-accordion .section-copy li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
#srv #page,
#srv #page > #content {
  display: inline;
}
#srv .w-splash {
  height: auto;
}
#srv .w-splash .w-splash-copy {
  background: transparent;
  color: #fff;
  text-align: center;
}
#srv .w-splash .w-splash-inner {
  background: none;
}
#srv .w-splash .srv-splash-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #srv .w-splash .srv-splash-title {
    font-size: 3em;
  }
}
#srv .w-splash .w-splash-fixed,
#srv .w-splash .w-splash-content {
  display: none;
}
#srv .w-splash .w-splash-tabs li a {
  display: none;
}
@media screen and (max-width: 767px) {
  #srv .w-splash .w-splash-tabs li a {
    display: inline-block;
  }
}
#srv .w-splash.is-overview .w-splash-fixed,
#srv .w-splash.is-overview .w-splash-content {
  display: block;
}
@media screen and (min-width: 768px) {
  #srv .w-splash.is-overview {
    height: 21.25em;
  }
  #srv .w-splash.is-overview .w-splash-fixed {
    display: block;
    bottom: auto;
  }
  #srv .w-splash.is-overview .w-splash-content {
    display: table;
    height: 21.25em;
    margin-top: 4.375em;
  }
}
#srv .w-splash.is-overview .w-splash-nav {
  display: none;
}
#srv .w-splash.is-overview .w-splash-nav + .w-splash-fixed {
  margin-top: 0;
}
#srv .w-splash.is-overview .w-splash-tabs {
  display: none !important;
  visibility: hidden !important;
}
#srv .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #srv .section-header {
    font-size: 1.75em;
  }
  #srv .section-header.smaller {
    font-size: 1.5em;
  }
}
#srv .section-copy {
  font-size: 0.75em;
}
#srv .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
#srv .section-copy p + p {
  margin-top: 0.62505em;
}
@media screen and (min-width: 768px) {
  #srv .section-copy {
    font-size: 1em;
  }
  #srv .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #srv .section-copy.smaller {
    font-size: 0.875em;
  }
  #srv .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#srv .download-pdf:focus {
  background-color: transparent;
  color: #137ea4;
  font-weight: bold;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#srv #srv-panels {
  background: #cccccc url("../i/p/sus/pattern.jpg");
}
#srv #srv-panels .btn-ghost {
  border: none;
  color: #137ea4;
  padding: 0;
}
#srv #srv-panels .btn-ghost:hover,
#srv #srv-panels .btn-ghost:focus {
  background: none;
  text-decoration: underline;
}
#srv #srv-panels .btn-ghost ~ .btn-ghost {
  padding-left: 0.625em;
  margin-left: 0.625em;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #srv #srv-panels .column {
    height: auto !important;
  }
}
#srv #overview-hero-bar {
  background: rgba(0, 0, 0, 0.2);
}
#srv #srv-overview .img-block {
  width: 7.5em;
  margin: 2.5em auto 1.25em;
}
#srv #srv-overview .col {
  max-width: 22.5em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #srv #srv-overview .col .column {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #srv #srv-overview .col {
    width: 33.3333%;
    max-width: none;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  #srv #srv-overview .line-1,
  #srv #srv-overview .line-2 {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    border-bottom: 0;
    border-left: 1px dotted #b2b2b2;
  }
  #srv #srv-overview .line-1 {
    left: 33.3333%;
  }
  #srv #srv-overview .line-2 {
    left: 66.6666%;
  }
}
#srv #srv-overview .tenant-services .btn {
  margin: 0 0.625em 1.25em;
  padding-left: 1em;
  padding-right: 1em;
}
#srv .header-logo {
  width: 2.5em;
  display: block;
  margin: 0 auto 0.625em;
}
@media screen and (min-width: 768px) {
  #srv .header-logo {
    width: auto;
    margin: 0 0.625em 0 0;
    display: inline-block;
    height: 2.5em;
  }
}
#srv .service-text {
  min-height: 200px;
}
#srv #electric-chart {
  max-width: 25em;
}
#srv #tenant-login-form .text input,
#srv #tenant-login-form .password input {
  border: none;
  height: auto;
}
#srv #tenant-login-form .btn {
  background: #000;
  color: #fff;
}
#srv #tenant-login-form .btn:focus {
  background-color: #757575;
  border-color: #757575;
}
#srv .engineer-img {
  max-width: 31.25em;
  width: 100%;
}
#srv .provs {
  display: flex;
}
@media (max-width: 550px) {
  #srv .provs {
    flex-direction: column;
    gap: 40px;
  }
  #srv .provs .provider .top {
    padding: 20px !important;
    border: 1px solid #000 !important;
  }
}
#srv .provs .provider {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#srv .provs .provider:first-child .top {
  border-right: none;
}
#srv .provs .provider .top {
  padding: 30px 50px;
  border: 1px solid #000;
  flex: 0 0 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#srv .provs .provider .logo {
  height: 100px;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#srv .provs .provider .logo img {
  max-width: 100%;
  max-height: 100%;
}
#srv .provs .provider .login {
  background: #000;
  display: block;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  margin-bottom: 20px;
  width: 100%;
}
#srv .provs .provider .login:hover {
  background: #fff;
  color: #000;
}
#srv .provs .provider .instr {
  display: inline-block;
}
#srv .provs .provider .instr img {
  max-width: 20px;
  max-height: 20px;
}
#srv .provs .provider .text {
  margin-top: 20px;
  text-align: left;
  padding-right: 40px;
}
#srv .provs .provider .text ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
#srv .provs .provider .text ul li {
  margin: 5px 0;
}
.eip-logo {
  margin: 0 0 40px 0;
  width: 100%;
  text-align: right;
}
.eip-logo img {
  max-width: 100%;
}
#sus {
  height: 100%;
}
#sus #page,
#sus #page > #content {
  display: inline;
}
#sus .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #sus .section-header {
    font-size: 1.25em;
  }
  #sus .section-header.smaller {
    font-size: 1.25em;
  }
}
#sus .section-header.larger {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  #sus .section-header.larger {
    font-size: 1.25em;
  }
}
#sus .section-copy {
  font-size: 0.75em;
}
#sus .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
#sus .section-copy.larger {
  font-size: 0.875em;
}
#sus .section-copy.larger p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #sus .section-copy {
    font-size: 1em;
  }
  #sus .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #sus .section-copy.smaller {
    font-size: 0.875em;
  }
  #sus .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
  #sus .section-copy.larger {
    font-size: 1.25em;
  }
  #sus .section-copy.larger p {
    font-size: inherit;
    line-height: inherit;
  }
}
#sus .bg-green.inverse .section-copy a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
  display: inline-block;
  font-size: 1.1em;
  line-height: inherit;
  margin-top: 7px;
}
#sus .bg-green.inverse .section-copy a:hover,
#sus .bg-green.inverse .section-copy a:active {
  text-decoration: none;
  text-decoration: underline;
}
#sus .bg-green.inverse .section-copy a:hover:hover,
#sus .bg-green.inverse .section-copy a:active:hover {
  text-decoration: none;
}
#sus .sus-ownership {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#sus .sus-splash-title,
#sus .sus-splash-copy {
  display: none;
}
#sus .center-logos {
  text-align: center;
}
#sus .center-logos .logo-col {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  #sus .center-logos .logo-col {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  #sus #site-header {
    height: auto;
  }
  #sus .sus-ownership {
    font-size: 1.125em;
    font-weight: 400;
    margin: 0px 0.625em;
  }
  #sus .sus-ownership:after {
    display: block;
    content: "";
    border-bottom: 1px solid #FFF;
    width: 2.2222em;
    margin: 0px auto;
    padding: 0.25em 0px;
  }
  #sus .sus-splash-title,
  #sus .sus-splash-copy {
    display: block;
    color: #fff;
    text-align: center;
  }
  #sus .sus-splash-copy {
    font-size: 1.125em;
  }
  #sus .sus-splash-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #sus .sus-splash-title {
    font-size: 1.75em;
    line-height: 1.142em;
    margin: 0.5em 0;
    text-transform: uppercase;
  }
}
#sus #footer-news,
#sus #footer-sustainability,
#sus #footer-tenant-service,
#sus #footer-careers {
  display: none;
}
#sus .download-pdf img {
  height: 2em;
}
#sus #awards {
  background: #000000 center center url("../i/p/sus/awards-bg.jpg") no-repeat;
  background-size: cover;
}
#sus #awards .img-block {
  width: auto;
}
#sus #awards .w-carousel-item {
  vertical-align: top;
}
#sus #awards .w-carousel-dots li a span {
  background: #fff;
  opacity: 0.3;
}
#sus #awards .w-carousel-dots li a:hover,
#sus #awards .w-carousel-dots li a:focus {
  opacity: 1;
}
#sus #awards .w-carousel-dots li.active a span {
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #sus #awards .w-carousel-items {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
  }
  #sus #awards .w-carousel-items .w-carousel-item {
    flex: 0 0 calc(33.3% - 14px) !important;
  }
  #sus #awards .w-carousel-viewport,
  #sus #awards .w-carousel-strip {
    width: auto !important;
  }
  #sus #awards .w-carousel-viewport-inner {
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #sus #awards .w-carousel-item {
    width: 16.66% !important;
    vertical-align: top;
  }
}
#sus #rising {
  background-color: #f3f3f3;
  /* background-image: url("@{i}/p/sus/rising-bg.jpg"); */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #sus #rising {
    background-image: none !important;
  }
}
#sus #sus-info-graphic {
  background: #137ea4;
}
#sus #sus-info-graphic .img-block {
  max-width: 7.5em;
}
#sus #sus-info-graphic .w-carousel-dots li a span {
  background: #fff;
  opacity: 0.3;
}
#sus #sus-info-graphic .w-carousel-dots li a:hover,
#sus #sus-info-graphic .w-carousel-dots li a:focus {
  opacity: 1;
}
#sus #sus-info-graphic .w-carousel-dots li.active a span {
  background: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #sus #sus-info-graphic .w-carousel-viewport,
  #sus #sus-info-graphic .w-carousel-strip {
    width: auto !important;
  }
  #sus #sus-info-graphic .w-carousel-viewport-inner {
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #sus #sus-info-graphic .w-carousel-item {
    width: 33.3333% !important;
    vertical-align: top;
  }
}
#sus #sus-carousel .img-control-width {
  max-width: 15em;
}
#sus #sus-carousel .w-carousel-controls {
  z-index: 100;
}
#sus #sus-carousel .w-carousel-controls a {
  opacity: .6;
}
#sus #sus-carousel .w-carousel-controls a:focus,
#sus #sus-carousel .w-carousel-controls a:hover {
  opacity: 1;
}
#sus #sus-carousel .w-carousel-controls a:focus {
  transform: scale(1.5);
}
#sus #sus-carousel .w-carousel-controls .w-carousel-prev {
  background-image: url("../i/w/card/arrow-left-inverse.png");
  left: -3.5em;
}
@media screen and (min-width: 1200px) {
  #sus #sus-carousel .w-carousel-controls .w-carousel-prev {
    left: -4em;
  }
}
#sus #sus-carousel .w-carousel-controls .w-carousel-next {
  right: -3.5em;
  background-image: url("../i/w/card/arrow-right-inverse.png");
}
@media screen and (min-width: 1200px) {
  #sus #sus-carousel .w-carousel-controls .w-carousel-next {
    right: -4em;
  }
}
#sus #sus-carousel .w-carousel-item {
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #sus #sus-carousel .w-carousel-item .section-copy.larger strong {
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  #sus #sus-carousel .w-carousel-viewport,
  #sus #sus-carousel .w-carousel-strip {
    width: auto !important;
  }
  #sus #sus-carousel .w-carousel-viewport-inner {
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #sus #sus-carousel .w-carousel-item {
    width: auto !important;
    display: block;
  }
  #sus #sus-carousel .w-carousel-item ~ .w-carousel-item {
    border-top: 1px solid #ccc;
    padding-top: 2.5em;
    margin-top: 2.5em;
  }
  #sus #sus-carousel .w-carousel-strip,
  #sus #sus-carousel .w-carousel-items {
    display: block;
  }
}
#sus .sus-commitment-section-columns .col {
  padding: 1.25em 0.625em;
}
@media screen and (min-width: 768px) {
  #sus .sus-commitment-section-columns .col {
    float: left;
    width: 33.3333%;
    padding: 0 1.875em;
  }
  #sus .sus-commitment-section-columns .col:last-child {
    padding-right: 0;
  }
  #sus .sus-commitment-section-columns .col:first-child {
    padding-left: 0;
  }
}
#sus #where-we-stand {
  color: #666;
  background: url("../i/p/sus/pattern.jpg");
}
#sus #where-we-stand .w-carousel-item {
  vertical-align: top;
}
#sus #where-we-stand .img-block {
  max-width: 6.25em;
}
@media screen and (min-width: 768px) {
  #sus #where-we-stand .w-carousel-viewport,
  #sus #where-we-stand .w-carousel-strip {
    width: 100% !important;
  }
  #sus #where-we-stand .w-carousel-viewport-inner {
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #sus #where-we-stand .w-carousel-item {
    width: 20% !important;
  }
}
#sus #sus-caption {
  background: #000;
}
#sus #sus-caption .section-header {
  text-transform: none;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  #sus #sus-caption {
    background: #000000 center center url("../i/p/sus/caption-bg.jpg") no-repeat;
    background-size: cover;
  }
}
#sus #waste-reduction .line {
  background: none;
  border-top: 1px dashed #999999;
}
#sus #waste-reduction .text-blue {
  color: #137ea4;
}
#sus #partnerships .img-block {
  height: 5.875em;
  width: auto;
}
#sus #partnerships .v-line {
  background: none;
  border-left: 1px dotted #bababa;
  top: 0;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  #sus #partnerships .line-1 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #sus #partnerships .line-1,
  #sus #partnerships .line-2,
  #sus #partnerships .line-3,
  #sus #partnerships .line-4 {
    display: none;
  }
  #sus #partnerships .line-1 {
    left: 25%;
  }
  #sus #partnerships .line-2 {
    left: 33%;
  }
  #sus #partnerships .line-3 {
    left: 75%;
  }
  #sus #partnerships .line-4 {
    left: 66%;
  }
}
#sus #water-green {
  position: relative;
}
#sus #water-green .img-block {
  width: 8.75em;
}
#sus #water-green .row {
  position: relative;
}
#sus #water-green .line {
  border-bottom: 2px dotted #d5d5d5;
  background: none;
  margin: 0 0.625em;
}
@media screen and (min-width: 992px) {
  #sus #water-green .line {
    position: absolute;
    display: block;
    left: 33.3333%;
    top: 0;
    bottom: 0;
    background: none;
    border-left: 2px dotted #d5d5d5;
    height: 100%;
  }
  #sus #water-green .line ~ .line {
    left: 66.6666%;
  }
}
#sus #water-green .col {
  max-width: 22.5em;
  margin: auto;
}
@media screen and (min-width: 992px) {
  #sus #water-green .col {
    width: 33.3333%;
    max-width: none;
    float: left;
    padding: 0 1.25em;
  }
}
#sus #policies-carousel {
  background: #000;
}
#sus #policies-carousel .img-block {
  width: 8.75em;
}
#sus #policies-carousel .w-carousel-item {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sus #policies-carousel .w-carousel-viewport,
  #sus #policies-carousel .w-carousel-strip {
    width: auto !important;
  }
  #sus #policies-carousel .w-carousel-viewport-inner {
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #sus #policies-carousel .w-carousel-strip,
  #sus #policies-carousel .w-carousel-items,
  #sus #policies-carousel .w-carousel-item {
    display: block;
  }
  #sus #policies-carousel .w-carousel-item ~ .w-carousel-item {
    border-top: 1px solid #333;
  }
}
@media screen and (min-width: 768px) {
  #sus #policies-carousel .w-carousel-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #sus #policies-carousel .w-carousel-item.item-1 {
    background-image: url("../i/p/sus/carousel-bg-1.jpg");
  }
  #sus #policies-carousel .w-carousel-item.item-2 {
    background-image: url("../i/p/sus/carousel-bg-2.jpg");
  }
  #sus #policies-carousel .w-carousel-item.item-3 {
    background-image: url("../i/p/sus/carousel-bg-3.jpg");
  }
  #sus #policies-carousel .w-carousel-dots {
    margin-top: -5em;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li {
    width: 33.3333%;
    max-width: 12.5em;
    vertical-align: top;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a:after {
    display: block;
    width: .6em;
    height: .6em;
    content: "";
    left: 50%;
    margin-left: -0.3125em;
    top: 0.1875em;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5em;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a {
    padding-top: 1.25em;
    color: #fff;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a:hover span {
    color: #00af43;
    background-color: transparent;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a:hover:after {
    background: #00af43;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a:focus span {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 4px 4px #00af43;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li a:before {
    background: none;
    border: 1px solid #fff;
    box-shadow: none;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li.active span {
    color: #00af43;
  }
  #sus #policies-carousel .w-carousel-dots.w-carousel-dots-with-line li.active a:after {
    background: #00af43;
  }
}
#sus #recylcing-process {
  background: url("../i/p/sus/pattern.jpg");
  color: #666;
}
#sus #recylcing-process .img-block {
  width: 7.625em;
}
#sus #recylcing-process .w-carousel-item {
  vertical-align: top;
}
#sus #recylcing-process .img-block-wrap {
  position: relative;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 768px) {
  #sus #recylcing-process .img-block-wrap {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  #sus #recylcing-process .w-carousel-viewport,
  #sus #recylcing-process .w-carousel-strip {
    width: auto !important;
  }
  #sus #recylcing-process .w-carousel-viewport-inner {
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #sus #recylcing-process .w-carousel-item {
    width: 20% !important;
  }
  #sus #recylcing-process .img-block-wrap {
    position: relative;
  }
  #sus #recylcing-process .img-block-wrap:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px dotted #666;
    top: 3.5em;
    right: 50%;
    z-index: 1;
  }
  #sus #recylcing-process .img-block-wrap .img-block {
    position: relative;
    z-index: 2;
  }
  #sus #recylcing-process .w-carousel-item ~ .w-carousel-item .img-block-wrap:before {
    display: block;
  }
}
#sus #water-and-energy {
  position: relative;
}
#sus #water-and-energy .img-block {
  width: 8.4375em;
  margin: 2.5em auto;
}
@media screen and (min-width: 768px) {
  #sus #water-and-energy .dotted-line {
    border: 0.0625em dotted #b2b2b2;
    border-bottom: 0;
    width: 0.0625em;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #sus #water-and-energy .dotted-line-1 {
    left: 37.5%;
  }
  #sus #water-and-energy .dotted-line-2 {
    left: 68.75%;
  }
}
#sus #greenhouse-gas {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sus #greenhouse-gas .dotted-line {
    border: 0.0625em dotted #b2b2b2;
    border-bottom: 0;
    width: 0.0625em;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 56.25%;
  }
}
@media screen and (min-width: 992px) {
  #sus #greenhouse-gas .dotted-line {
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  #sus #wasted-papers {
    margin: auto;
  }
}
#sus #wasted-papers .img-block {
  width: 8.4375em;
  margin: 2.5em auto;
}
#sus #wasted-papers .wasted-col {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sus #wasted-papers .wasted-col {
    width: 33.3333%;
    float: left;
  }
}
#sus #wasted-papers .arrow {
  margin: 2.5em auto 0;
  width: 0.125em;
  background: #48c7f3;
  height: 5em;
  position: relative;
}
#sus #wasted-papers .arrow:after {
  position: absolute;
  width: 2.8125em;
  height: 2.125em;
  bottom: 0;
  margin-left: -1.4375em;
  content: '';
  background: center center url("../i/p/sus/arrowdown.png") no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (min-width: 768px) {
  #sus #wasted-papers .arrow {
    width: 100%;
    position: absolute;
    height: 0.125em;
    top: 4.25em;
    left: 15%;
    padding: 0 0 0 11.25em;
    background: none;
  }
  #sus #wasted-papers .arrow:before {
    content: "";
    display: block;
    background: #48c7f3;
    width: 100%;
    height: 0.125em;
    right: 0;
    position: relative;
  }
  #sus #wasted-papers .arrow:after {
    height: 2.8125em;
    width: 2.125em;
    margin-left: 0;
    top: -1.375em;
    right: 0;
    margin-right: 0;
    background-image: url("../i/p/sus/arrowleft2x.png");
  }
}
@media screen and (min-width: 992px) {
  #sus #wasted-papers .arrow {
    left: 25%;
  }
}
@media (max-width: 767px) {
  #sus .w-splash .w-splash-tabs ul li a {
    font-size: 0.75em;
  }
}
#tac .section-header {
  font-size: 1.25em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #tac .section-header {
    font-size: 1.5em;
  }
}
#tac .section-header ~ .section-header {
  margin-top: 1.25em;
}
#tac .section-copy {
  font-size: 0.75em;
}
#tac .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #tac .section-copy {
    font-size: 1em;
  }
  #tac .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
}
#tac .section-copy h2:not(:first-child ) {
  margin-top: 1.25em;
}
#tac .section-copy h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
#tac .section-copy p + p {
  margin-top: .62505em;
}
#tac .section-copy ol {
  list-style-type: lower-roman;
}
#tac .section-copy ol ol {
  list-style-type: lower-latin;
}
#ufp #master-header {
  padding-left: 0.625em;
}
@media screen and (min-width: 768px) {
  #ufp #master-header {
    padding-left: 3.125%;
  }
}
#ufp #login-form {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #ufp #login-form #username_li,
  #ufp #login-form #email_address_li {
    width: 50%;
    float: left;
  }
  #ufp #login-form .buttons {
    clear: both;
  }
}
#ufp #forgot-password-link {
  position: relative;
  z-index: 101;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #ufp #forgot-password-link {
    text-align: left;
  }
  #ufp #forgot-password-link a {
    display: inline-block;
    position: absolute;
    top: -3.125em;
  }
}
#ufp .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
}
#ufp .section-header p {
  font-size: inherit;
  line-height: inherit;
}
#ufp .section-header.larger {
  font-size: 1.25em;
}
#ufp .section-header.larger p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #ufp .section-header {
    font-size: 1.75em;
  }
  #ufp .section-header p {
    font-size: inherit;
    line-height: inherit;
  }
  #ufp .section-header.smaller {
    font-size: 1.5em;
  }
  #ufp .section-header.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
  #ufp .section-header.larger {
    font-size: 1.75em;
  }
  #ufp .section-header.larger p {
    font-size: inherit;
    line-height: inherit;
  }
}
#ufp .section-copy {
  font-size: 0.75em;
}
#ufp .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #ufp .section-copy {
    font-size: 1em;
  }
  #ufp .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #ufp .section-copy.smaller {
    font-size: 0.875em;
  }
  #ufp .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#ufps #master-header {
  padding-left: 0.625em;
}
@media screen and (min-width: 768px) {
  #ufps #master-header {
    padding-left: 3.125%;
  }
}
#urp #master-header {
  padding-left: 0.625em;
}
@media screen and (min-width: 768px) {
  #urp #master-header {
    padding-left: 3.125%;
  }
}
#urp #login-form {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #urp #login-form #username_li,
  #urp #login-form #email_address_li {
    width: 50%;
    float: left;
  }
  #urp #login-form .buttons {
    clear: both;
  }
  #urp #login-form #username_li {
    padding-right: 0.625em;
  }
  #urp #login-form #email_address_li {
    padding-left: 0.625em;
  }
}
#urp #forgot-password-link {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #urp #forgot-password-link {
    text-align: left;
  }
  #urp #forgot-password-link a {
    display: inline-block;
    position: absolute;
    top: -3.125em;
  }
}
#urps #master-header {
  padding-left: 0.625em;
}
@media screen and (min-width: 768px) {
  #urps #master-header {
    padding-left: 3.125%;
  }
}
#urps .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
}
#urps .section-header.larger {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  #urps .section-header {
    font-size: 1.75em;
  }
  #urps .section-header.smaller {
    font-size: 1.5em;
  }
  #urps .section-header.larger {
    font-size: 1.75em;
  }
}
#urps .section-copy {
  font-size: 0.75em;
}
#urps .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #urps .section-copy {
    font-size: 1em;
  }
  #urps .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #urps .section-copy.smaller {
    font-size: 0.875em;
  }
  #urps .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#urs #master-header {
  padding-left: 0.625em;
}
@media screen and (min-width: 768px) {
  #urs #master-header {
    padding-left: 3.125%;
  }
}
#urs #login-form {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #urs #login-form #username_li,
  #urs #login-form #password_li {
    width: 50%;
    float: left;
  }
  #urs #login-form .buttons {
    clear: both;
  }
  #urs #login-form #username_li {
    padding-right: 0.625em;
  }
  #urs #login-form #password_li {
    padding-left: 0.625em;
  }
}
#urs .section-header {
  font-size: 0.875em;
  line-height: 1.2em;
}
#urs .section-header.larger {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  #urs .section-header {
    font-size: 1.75em;
  }
  #urs .section-header.smaller {
    font-size: 1.5em;
  }
  #urs .section-header.larger {
    font-size: 1.75em;
  }
}
#urs .section-copy {
  font-size: 0.75em;
}
#urs .section-copy p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  #urs .section-copy {
    font-size: 1em;
  }
  #urs .section-copy p {
    font-size: inherit;
    line-height: inherit;
  }
  #urs .section-copy.smaller {
    font-size: 0.875em;
  }
  #urs .section-copy.smaller p {
    font-size: inherit;
    line-height: inherit;
  }
}
#site-header {
  height: 3.75em;
  background: #000;
}
@media screen and (min-width: 768px) {
  #site-header {
    height: 4.37505em;
  }
}
#site-header #site-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#site-header #site-header-inner {
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 99999;
  position: relative;
}
#site-header #site-header-inner .main-logo {
  height: 100%;
  display: inline-block;
}
#site-header .main-logo-wrapper {
  margin: 0;
  font-size: inherit;
  line-height: 3.75em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #site-header .main-logo-wrapper {
    line-height: 4.37505em;
  }
}
#site-header .main-logo-wrapper img {
  display: inline-block;
  margin: auto;
  font-size: inherit;
  height: 1.575em;
}
@media screen and (min-width: 768px) {
  #site-header .main-logo-wrapper img {
    height: 2.187em;
  }
}
#site-header .main-logo-wrapper .main-logo:focus img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#site-header #site-nav-toggle {
  position: absolute;
  z-index: 2;
  left: 1.25em;
  top: 0;
  display: block;
  vertical-align: middle;
  color: #fff;
  font-family: "proxima-nova", "sans-serif", "arial";
  text-transform: uppercase;
  font-weight: 400;
}
#site-header #site-nav-toggle span {
  font-size: 0.9999975em;
  line-height: 3.75em;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #site-header #site-nav-toggle span {
    line-height: 4.37505em;
  }
}
@media screen and (min-width: 768px) {
  #site-header #site-nav-toggle span {
    visibility: visible;
  }
}
#site-header #site-nav-toggle i {
  height: 1.25em;
  width: 1.25em;
  margin-top: 0em;
  display: inline-block;
  background: center center url("../i/l/hamburger.png") no-repeat;
  background-size: cover;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) {
  #site-header #site-nav-toggle i {
    height: 1.875em;
    width: 1.875em;
    margin-top: -0.3125em;
  }
}
#site-header #site-nav-toggle:hover,
#site-header #site-nav-toggle:focus {
  text-decoration: none;
  outline: none;
  color: #bbb;
}
#site-header #site-nav-toggle:focus {
  color: #35b7e7;
}
#site-header #site-nav-toggle:focus i {
  background-image: url("../i/l/hamburger-focus.png");
}
#site-header #swiftype-site-search-toggle,
#site-header #site-search-toggle-close,
#site-header .site-search-toggle {
  position: absolute;
  z-index: 2;
  right: 1.25em;
  display: block;
  vertical-align: middle;
  color: #fff;
  background: center center url("../i/l/search.svg") no-repeat;
  background-size: cover;
  width: 1.25em;
  height: 1.25em;
  top: 1.25em;
  cursor: pointer;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #site-header #swiftype-site-search-toggle,
  #site-header #site-search-toggle-close,
  #site-header .site-search-toggle {
    width: 1.875em;
    height: 1.875em;
    top: 1.25em;
  }
}
#site-header #swiftype-site-search-toggle span,
#site-header #site-search-toggle-close span,
#site-header .site-search-toggle span {
  display: none;
  position: relative;
  left: -44px;
  left: -60px;
  top: 3px;
  top: 2px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #site-header #swiftype-site-search-toggle span,
  #site-header #site-search-toggle-close span,
  #site-header .site-search-toggle span {
    display: block;
  }
}
#site-header #swiftype-site-search-toggle:hover,
#site-header #site-search-toggle-close:hover,
#site-header .site-search-toggle:hover,
#site-header #swiftype-site-search-toggle:focus,
#site-header #site-search-toggle-close:focus,
#site-header .site-search-toggle:focus {
  text-decoration: none;
  outline: none;
  color: #bbb;
  opacity: 0.8;
}
#site-header #swiftype-site-search-toggle:focus,
#site-header #site-search-toggle-close:focus,
#site-header .site-search-toggle:focus {
  color: #35b7e7;
  background-image: url("../i/l/search-focus.png");
}
.shift-for-header {
  padding-top: 3.75em;
}
@media screen and (min-width: 768px) {
  .shift-for-header {
    padding-top: 4.375em;
  }
}
body.quest-open #site-header .site-search-toggle,
body.quest-open-swiftype #site-header .site-search-toggle,
body.quest-open #site-header #swiftype-site-search-toggle,
body.quest-open-swiftype #site-header #swiftype-site-search-toggle,
body.quest-open #site-header #site-search-toggle-close,
body.quest-open-swiftype #site-header #site-search-toggle-close {
  background-image: url("../i/l/close-inverse.svg");
  cursor: pointer !important;
}
body.quest-open #site-header .site-search-toggle span,
body.quest-open-swiftype #site-header .site-search-toggle span,
body.quest-open #site-header #swiftype-site-search-toggle span,
body.quest-open-swiftype #site-header #swiftype-site-search-toggle span,
body.quest-open #site-header #site-search-toggle-close span,
body.quest-open-swiftype #site-header #site-search-toggle-close span {
  display: inline-block;
  cursor: pointer;
}
#page-header {
  width: 100%;
  z-index: 500;
  position: relative;
}
@media screen and (min-width: 992px) {
  #page-header.sticky {
    position: fixed;
    top: 0;
  }
}
#page-header .header-clear {
  height: auto;
  overflow: hidden;
  position: relative;
}
#page-header .header-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
#page-header .hero-title {
  font-size: 3.125em;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  vertical-align: text-bottom;
  white-space: normal;
  text-transform: uppercase;
  width: 100%;
  font-weight: 100;
}
@media screen and (min-width: 480px) {
  #page-header .hero-title {
    font-size: 3.125em;
    white-space: nowrap;
    line-height: 0.7142em;
    position: relative;
    top: 2px;
  }
}
@media screen and (min-width: 992px) {
  #page-header .hero-title {
    font-size: 3.75em;
  }
}
@media screen and (min-width: 1200px) {
  #page-header .hero-title {
    font-size: 4.375em;
  }
}
#page-header .navbar {
  margin: 0.625em;
}
@media screen and (min-width: 992px) {
  #page-header .navbar {
    margin: 0;
  }
}
html.no-mediaqueries #page-header .navbar {
  margin: 0;
}
html.no-mediaqueries #page-header .hero-title {
  white-space: nowrap;
  line-height: 0.7142em;
  position: relative;
  top: 2px;
  font-size: 4.375em;
}
html.no-mediaqueries #page-header .navbar-header {
  display: none;
}
html.no-svg #site-header .site-search-toggle,
html.no-svg #site-header #site-search-toggle-close,
html.no-svg #site-header #swiftype-site-search-toggle {
  background-image: url("../i/l/search.png");
  cursor: pointer !important;
}
html.no-svg #site-header .site-search-toggle span,
html.no-svg #site-header #site-search-toggle-close span,
html.no-svg #site-header #swiftype-site-search-toggle span {
  display: inline-block;
  cursor: pointer;
}
html.no-svg #site-header #site-nav-toggle i {
  background-image: url("../i/l/hamburger.png");
}
.intrinsic-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#survey.iframe {
  width: 98%;
  height: auto;
  /*border: 1px solid #333;*/
}
@media screen and (min-width: 320px) {
  #survey.iframe {
    min-height: 1600px;
  }
}
@media screen and (min-width: 500px) {
  #survey.iframe {
    min-height: 1200px;
    /* width: 100%;*/
  }
}
@media screen and (min-width: 680px) {
  #survey.iframe {
    min-height: 1200px;
  }
}
@media screen and (min-width: 768px) {
  #survey.iframe {
    /*min-height:  990px;*/
  }
}
@media screen and (min-width: 1200px) {
  #survey.iframe {
    /*min-height:  820px;*/
  }
}
.modal object {
  display: block;
}
.modal .close {
  font-size: inherit;
  line-height: inherit;
  width: 2.5em;
  height: 2.5em;
  background: center center url("../i/l/close-darker.png") no-repeat;
  background-size: cover;
  opacity: 1;
}
.modal .close span {
  display: none;
}
.modal .close:hover,
.modal .close:focus {
  background-color: transparent;
  background-image: url("../i/l/close-blue.png");
  opacity: 1;
}
.modal .close:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.modal-title {
  font-size: 1.25em;
}
.show-in-modal {
  display: none;
}
.hide-in-modal {
  display: block;
}
.modal .show-in-modal {
  display: block;
}
.modal .hide-in-modal {
  display: none;
}
.modal-header {
  display: none;
}
.modal-content .modal-header {
  display: block;
}
.modal.full {
  background: #fff;
  width: 100%;
}
.modal.full .close {
  top: 1.25em;
  width: 1.875em;
  height: 1.875em;
}
@media screen and (min-width: 768px) {
  .modal.full .close {
    width: 2.5em;
    height: 2.5em;
  }
}
.modal.full .close:hover {
  opacity: 1;
}
.modal.full .modal-dialog {
  margin: 0;
  height: 100%;
  width: 100%;
}
.modal.full .modal-content {
  min-height: 100%;
  border-radius: 0;
  border: none;
}
.modal.full .modal-body {
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.modal.full .modal-header {
  position: relative;
  display: block;
  z-index: 2;
  min-height: 0;
  border-bottom: 0;
  padding: 0.625em;
}
@media screen and (min-width: 768px) {
  .modal.full .modal-header {
    padding: 2.5em 3.125em;
  }
}
.modal.full .modal-title {
  line-height: inherit;
  padding-right: 2.5em;
  font-size: inherit;
}
.modal.full .modal-title .medium-headline {
  font-size: 1.5em;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  .modal.full .modal-title .medium-headline {
    font-size: 1.75em;
  }
}
.modal.full .modal-footer {
  background: #ededed;
  margin: 0;
  border: none;
  text-align: left;
  padding: 0.625em;
}
@media screen and (min-width: 768px) {
  .modal.full .modal-footer {
    padding: 2.5em 3.125em;
  }
}
.modal.inverse {
  background: #000;
}
.modal.inverse .close {
  background-image: url("../i/l/close-inverse.svg");
}
.modal.inverse .modal-content {
  border: none;
  background: #000;
}
.modal.inverse .modal-header {
  border: none;
}
.modal.inverse .modal-header .close {
  color: #fff;
}
.modal.inverse .modal-header .close:hover {
  color: #bbb;
}
.modal.inverse .modal-footer,
.modal.inverse .modal-body {
  background: #000;
}
.modal.inverse .modal-cancel {
  color: #35b7e7;
}
.modal.inverse .modal-cancel:hover {
  color: #35b7e7;
}
.modal.inverse .modal-cancel:focus {
  background-color: #000;
  box-shadow: 0 0 3px 3px #35b7e7;
  color: #fff;
}
html.no-svg .modal .close {
  background-image: url("../i/l/close.png");
}
html.no-svg .modal.inverse .close {
  background-image: url("../i/l/close-inverse.png");
}
html.touch .modal.full {
  position: absolute;
  top: 0;
  bottom: auto;
  overflow-y: visible;
}
html.touch .modal.full .modal-dialog {
  height: auto;
  overflow-y: visible;
}
html.touch body.modal-open {
  overflow: visible;
}
html.touch body.modal-open #page {
  height: 0;
  overflow: hidden;
}
.modal.amenities-modal .modal-header {
  padding: 0;
}
.modal.amenities-modal .modal-header .close {
  float: none;
}
.modal.amenities-modal .modal-cancel {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.modal.instructions-modal .modal-header {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.modal.instructions-modal .modal-header .close {
  position: absolute;
  float: none;
  right: 0.625em;
  top: 0.625em;
}
.modal.instructions-modal .w-instruction {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .modal.bio .modal-body,
  .modal.jbgs .modal-body {
    min-width: 56.625em;
  }
}
.modal.bio .close,
.modal.jbgs .close {
  right: 1.25em;
  top: 1.25em;
}
.modal-cancel {
  background-color: transparent;
  border: 0;
  color: #137ea4;
}
.modal-cancel:hover,
.modal-cancel:active {
  color: #137ea4;
  text-decoration: underline;
}
.modal-cancel:focus {
  background-color: #000;
  box-shadow: 0 0 3px 3px #35b7e7;
  color: #fff;
}
.nav.nav-aside > li.no-tab a {
  text-transform: none;
  color: #333;
}
.nav.nav-aside > li.no-tab.first a {
  margin-top: 30px;
  border-top: 0;
}
.nav.nav-aside > li > a {
  font-size: 0.875em;
  font-weight: normal;
  color: #9b9b9b;
  padding: 0.625em 0;
}
.nav.nav-aside > li > a:hover,
.nav.nav-aside > li > a:focus {
  background: none;
  color: #000;
  outline: none;
}
.nav.nav-aside > li > a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.nav.nav-aside > li.active > a {
  color: #137ea4;
  font-weight: 600;
}
.nav.nav-aside > li.active > a:focus {
  font-weight: bolder;
}
.nav.nav-aside.with-lines > li a:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.nav.nav-aside.with-lines > li ~ li > a {
  border-top: 1px solid #ccc;
}
.nav-btns {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: inherit;
  text-align: center;
}
.nav-btns > li {
  font-size: inherit;
  display: block;
  padding: 0.625em;
}
@media screen and (min-width: 768px) {
  .nav-btns > li {
    display: inline-block;
    padding: 0 0.625em;
  }
}
.nav-btns > li > a {
  display: block;
  border: 1px solid #bcbcbc;
  background: #ededed;
  color: #bcbcbc;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.7142em 2.1428em;
  -webkit-border-radius: 0.3571em;
  -moz-border-radius: 0.3571em;
  -ms-border-radius: 0.3571em;
  border-radius: 0.3571em;
}
@media screen and (min-width: 768px) {
  .nav-btns > li > a {
    display: inline-block;
  }
}
.nav-btns > li > a:hover,
.nav-btns > li > a:focus {
  text-decoration: none;
  border-color: #35b7e7;
  background-color: #35b7e7;
  color: #fff;
}
.nav-btns > li.active > a {
  border-color: #35b7e7;
  background-color: #35b7e7;
  color: #fff;
}
.nav-inline {
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 3;
  padding: 0.375em 0.625em;
  list-style-type: none;
  text-align: center;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .nav-inline {
    white-space: nowrap;
    padding: 0.625em;
  }
}
.nav-inline li {
  display: inline-block;
  padding: 0 1em;
  margin: 0.5em 0;
  font-size: 0.75em;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .nav-inline li {
    margin: 0;
  }
}
.nav-inline li ~ li {
  border-left: 1px solid #ccc;
  padding-right: 0.75em;
}
.nav-inline li.active a {
  color: #137ea4;
}
.nav-inline li.active a:focus {
  font-weight: bold;
}
.nav-inline a {
  color: #737373;
  text-transform: uppercase;
  display: inline-block;
}
.nav-inline a:hover,
.nav-inline a:focus {
  text-decoration: none;
  outline: none;
  color: #137ea4;
}
.nav-inline a:focus {
  color: #137ea4;
  background-color: transparent;
  font-weight: bold;
  box-shadow: 0 0 3px 3px #35b7e7;
}
.nav.nav-pills {
  text-align: center;
  padding: 1.875em 0;
  background: #fff;
}
.nav.nav-pills > li {
  display: block;
  float: none;
  font-size: inherit;
  line-height: inherit;
}
.nav.nav-pills > li a {
  color: #000;
  font-weight: 700;
  border-radius: 0;
  padding: 0.625em;
  font-size: 0.875em;
  line-height: 1.5em;
  vertical-align: middle;
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li a:focus,
.nav.nav-pills > li a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.nav.nav-pills > li + li {
  margin-left: 0;
}
.nav.nav-pills .nav-label {
  display: none;
}
.nav.nav-pills.nav-pills-inverse {
  background: #000;
  padding: 2.0625em 0;
}
.nav.nav-pills.nav-pills-inverse > li.active > a {
  background: transparent;
  font-weight: 600;
  text-decoration: none;
  color: #35b7e7;
}
.nav.nav-pills.nav-pills-inverse > li.active > a:hover,
.nav.nav-pills.nav-pills-inverse > li.active > a:focus {
  text-decoration: none;
}
.nav.nav-pills.nav-pills-inverse > li.active > a:focus {
  color: #fff;
}
.nav.nav-pills.nav-pills-inverse > li a {
  color: #cccccc;
  font-weight: 400;
  font-size: 0.875em;
}
.nav.nav-pills.nav-pills-inverse > li a:focus,
.nav.nav-pills.nav-pills-inverse > li a:hover {
  background: transparent;
  text-decoration: none;
  color: #35b7e7;
}
.nav.nav-pills.nav-pills-inverse > li a:focus {
  border-radius: 0;
  box-shadow: 0 0 3px 3px #35b7e7;
  color: #fff;
}
.nav.nav-pills.nav-pills-light {
  background: #fff;
}
.nav.nav-pills.nav-pills-light > li a {
  color: #636363;
  font-weight: 400;
  font-size: 1em;
}
.nav.nav-pills.nav-pills-light > li a:focus,
.nav.nav-pills.nav-pills-light > li a:hover {
  text-decoration: underline;
  background: transparent;
}
.nav.nav-pills.nav-pills-light > li a:focus {
  color: #137ea4;
  background: transparent;
  box-shadow: 0 0 3px 3px #35b7e7;
}
.nav.nav-pills.nav-pills-light > li.active > a {
  font-weight: 700;
  color: #137ea4;
  background: transparent;
}
.nav.nav-pills.nav-pills-light > li.active > a:focus,
.nav.nav-pills.nav-pills-light > li.active > a:hover {
  text-decoration: none;
}
.nav.nav-pills.nav-pills-light > li.active > a:active {
  border-radius: 0;
}
.nav.nav-pills.nav-pills-light > li.active > a:focus {
  color: #000;
  box-shadow: 0 0 3px 3px #35b7e7;
  border-radius: 0;
}
.nav.nav-pills.nav-pills-block {
  background: #fff;
  padding: 0;
}
.nav.nav-pills.nav-pills-block > li a {
  color: #737373;
  font-weight: 600;
  font-size: 0.875em;
  border-radius: 0;
  padding: 0.875em 1.25em;
}
@media screen and (min-width: 992px) {
  .nav.nav-pills.nav-pills-block > li a {
    padding: 0.875em 2.5em;
  }
}
.nav.nav-pills.nav-pills-block > li a:hover,
.nav.nav-pills.nav-pills-block > li a:focus {
  text-decoration: none;
  background: #ededed;
  color: #666;
}
.nav.nav-pills.nav-pills-block > li a:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
.nav.nav-pills.nav-pills-block > li.active > a {
  color: #fff;
  background: #000;
}
.nav.nav-pills.nav-pills-block > li.active > a:focus,
.nav.nav-pills.nav-pills-block > li.active > a:hover {
  text-decoration: none;
}
.nav.nav-pills.nav-pills-block > li.active > a:focus {
  background: #ededed;
  color: #666;
}
.nav.nav-pills.nav-pills-block.nav-pills-block-inverse {
  background: #000;
}
.nav.nav-pills.nav-pills-block.nav-pills-block-inverse > li a {
  color: #fff;
  font-weight: 600;
}
.nav.nav-pills.nav-pills-block.nav-pills-block-inverse > li a:focus,
.nav.nav-pills.nav-pills-block.nav-pills-block-inverse > li a:hover {
  text-decoration: none;
  background: #fff;
  color: #35b7e7;
}
.nav.nav-pills.nav-pills-block.nav-pills-block-inverse > li.active > a {
  color: #35b7e7;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .nav.nav-pills {
    padding: 1.125em 0;
    white-space: nowrap;
  }
  .nav.nav-pills > li {
    display: inline-block;
  }
  .nav.nav-pills > li > a {
    padding: 0.25em 1.25em;
    font-size: 0.75em;
    border-radius: .3333em;
    font-weight: normal;
  }
  .nav.nav-pills .nav-label {
    display: inline-block;
    font-weight: bold;
    padding-right: 0.625em;
  }
  .nav.nav-pills .nav-label + .nav-label {
    padding-left: 1em;
    padding-right: 0;
  }
  .nav.nav-pills.nav-pills-inverse > li > a {
    padding: 0.0625em 1.875em;
  }
}
.navbar {
  border: none;
  margin-bottom: 0;
  min-height: 0;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-header {
    position: relative;
    z-index: 10;
    float: none;
  }
  .navbar .navbar-toggle {
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: center center url("../i/l/menu-toggle.svg") no-repeat;
    background-size: contain;
    width: 2.5em;
    height: 2.5em;
    margin-right: 0.625em;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar .navbar-toggle.navbar-toggle-inverse {
    background-image: url("../i/l/menu-toggle-inverse.svg");
  }
  .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .navbar .nav {
    padding: 0;
  }
  .navbar .nav > li {
    display: none;
  }
  .navbar .nav > li a {
    color: #fff;
    text-align: center;
  }
  .navbar .nav > li a:focus,
  .navbar .nav > li a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
  }
  .navbar .nav > li.active {
    display: block;
  }
  .navbar .nav > li.active a {
    background: #000;
    color: #fff;
  }
  .navbar.open .navbar-header {
    width: 0;
    float: right;
  }
  .navbar.open .navbar-toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar.open .nav {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar.open .nav > li {
    display: block;
  }
  .navbar.open .nav .nav-label {
    display: none;
  }
}
html.no-mediaqueries .nav.nav-pills {
  padding: 1.125em 0;
  white-space: nowrap;
  margin: 0;
}
html.no-mediaqueries .nav.nav-pills > li {
  display: inline-block;
}
html.no-mediaqueries .nav.nav-pills > li > a {
  padding: 0.25em 1.25em;
  font-size: 0.75em;
  border-radius: .3333em;
  font-weight: normal;
}
html.no-mediaqueries .nav.nav-pills.nav-pills-inverse > li > a {
  padding: 0.0625em 1.875em;
}
.nav-tabs-vno {
  display: table;
  width: 100%;
}
.nav-tabs-vno ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table-row;
}
.nav-tabs-vno ul li {
  padding: 0;
  margin: 0;
  display: table-cell;
}
.nav-tabs-vno ul li a {
  display: block;
  font-size: 0.75em;
  background: #636363;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 1.2em;
}
.nav-tabs-vno ul li a:hover,
.nav-tabs-vno ul li a:focus {
  text-decoration: none;
}
.nav-tabs-vno ul li a:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
.nav-tabs-vno ul li.active a {
  color: #137ea4;
  background: #222222;
}
.nav-tabs-vno ul li.active a:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
@media screen and (min-width: 768px) {
  .nav-tabs-vno {
    width: auto;
  }
  .nav-tabs-vno ul li a {
    font-size: 0.875em;
    font-weight: 600;
  }
}
.no-mediaqueries .col-lg-1,
.no-mediaqueries .col-lg-2,
.no-mediaqueries .col-lg-3,
.no-mediaqueries .col-lg-4,
.no-mediaqueries .col-lg-5,
.no-mediaqueries .col-lg-6,
.no-mediaqueries .col-lg-7,
.no-mediaqueries .col-lg-8,
.no-mediaqueries .col-lg-9,
.no-mediaqueries .col-lg-10,
.no-mediaqueries .col-lg-11,
.no-mediaqueries .col-lg-12,
.no-mediaqueries .col-lg-13,
.no-mediaqueries .col-lg-14,
.no-mediaqueries .col-lg-15,
.no-mediaqueries .col-lg-16 {
  float: left;
}
.no-mediaqueries .col-lg-16 {
  width: 100%;
}
.no-mediaqueries .col-lg-15 {
  width: 93.75%;
}
.no-mediaqueries .col-lg-14 {
  width: 87.5%;
}
.no-mediaqueries .col-lg-13 {
  width: 81.25%;
}
.no-mediaqueries .col-lg-12 {
  width: 75%;
}
.no-mediaqueries .col-lg-11 {
  width: 68.75%;
}
.no-mediaqueries .col-lg-10 {
  width: 62.5%;
}
.no-mediaqueries .col-lg-9 {
  width: 56.25%;
}
.no-mediaqueries .col-lg-8 {
  width: 50%;
}
.no-mediaqueries .col-lg-7 {
  width: 43.75%;
}
.no-mediaqueries .col-lg-6 {
  width: 37.5%;
}
.no-mediaqueries .col-lg-5 {
  width: 31.25%;
}
.no-mediaqueries .col-lg-4 {
  width: 25%;
}
.no-mediaqueries .col-lg-3 {
  width: 18.75%;
}
.no-mediaqueries .col-lg-2 {
  width: 12.5%;
}
.no-mediaqueries .col-lg-1 {
  width: 6.25%;
}
.no-mediaqueries .col-lg-pull-16 {
  right: 100%;
}
.no-mediaqueries .col-lg-pull-15 {
  right: 93.75%;
}
.no-mediaqueries .col-lg-pull-14 {
  right: 87.5%;
}
.no-mediaqueries .col-lg-pull-13 {
  right: 81.25%;
}
.no-mediaqueries .col-lg-pull-12 {
  right: 75%;
}
.no-mediaqueries .col-lg-pull-11 {
  right: 68.75%;
}
.no-mediaqueries .col-lg-pull-10 {
  right: 62.5%;
}
.no-mediaqueries .col-lg-pull-9 {
  right: 56.25%;
}
.no-mediaqueries .col-lg-pull-8 {
  right: 50%;
}
.no-mediaqueries .col-lg-pull-7 {
  right: 43.75%;
}
.no-mediaqueries .col-lg-pull-6 {
  right: 37.5%;
}
.no-mediaqueries .col-lg-pull-5 {
  right: 31.25%;
}
.no-mediaqueries .col-lg-pull-4 {
  right: 25%;
}
.no-mediaqueries .col-lg-pull-3 {
  right: 18.75%;
}
.no-mediaqueries .col-lg-pull-2 {
  right: 12.5%;
}
.no-mediaqueries .col-lg-pull-1 {
  right: 6.25%;
}
.no-mediaqueries .col-lg-pull-0 {
  right: 0%;
}
.no-mediaqueries .col-lg-push-16 {
  left: 100%;
}
.no-mediaqueries .col-lg-push-15 {
  left: 93.75%;
}
.no-mediaqueries .col-lg-push-14 {
  left: 87.5%;
}
.no-mediaqueries .col-lg-push-13 {
  left: 81.25%;
}
.no-mediaqueries .col-lg-push-12 {
  left: 75%;
}
.no-mediaqueries .col-lg-push-11 {
  left: 68.75%;
}
.no-mediaqueries .col-lg-push-10 {
  left: 62.5%;
}
.no-mediaqueries .col-lg-push-9 {
  left: 56.25%;
}
.no-mediaqueries .col-lg-push-8 {
  left: 50%;
}
.no-mediaqueries .col-lg-push-7 {
  left: 43.75%;
}
.no-mediaqueries .col-lg-push-6 {
  left: 37.5%;
}
.no-mediaqueries .col-lg-push-5 {
  left: 31.25%;
}
.no-mediaqueries .col-lg-push-4 {
  left: 25%;
}
.no-mediaqueries .col-lg-push-3 {
  left: 18.75%;
}
.no-mediaqueries .col-lg-push-2 {
  left: 12.5%;
}
.no-mediaqueries .col-lg-push-1 {
  left: 6.25%;
}
.no-mediaqueries .col-lg-push-0 {
  left: 0%;
}
.no-mediaqueries .col-lg-offset-16 {
  margin-left: 100%;
}
.no-mediaqueries .col-lg-offset-15 {
  margin-left: 93.75%;
}
.no-mediaqueries .col-lg-offset-14 {
  margin-left: 87.5%;
}
.no-mediaqueries .col-lg-offset-13 {
  margin-left: 81.25%;
}
.no-mediaqueries .col-lg-offset-12 {
  margin-left: 75%;
}
.no-mediaqueries .col-lg-offset-11 {
  margin-left: 68.75%;
}
.no-mediaqueries .col-lg-offset-10 {
  margin-left: 62.5%;
}
.no-mediaqueries .col-lg-offset-9 {
  margin-left: 56.25%;
}
.no-mediaqueries .col-lg-offset-8 {
  margin-left: 50%;
}
.no-mediaqueries .col-lg-offset-7 {
  margin-left: 43.75%;
}
.no-mediaqueries .col-lg-offset-6 {
  margin-left: 37.5%;
}
.no-mediaqueries .col-lg-offset-5 {
  margin-left: 31.25%;
}
.no-mediaqueries .col-lg-offset-4 {
  margin-left: 25%;
}
.no-mediaqueries .col-lg-offset-3 {
  margin-left: 18.75%;
}
.no-mediaqueries .col-lg-offset-2 {
  margin-left: 12.5%;
}
.no-mediaqueries .col-lg-offset-1 {
  margin-left: 6.25%;
}
.no-mediaqueries .col-lg-offset-0 {
  margin-left: 0%;
}
.no-mediaqueries .hidden-no-mediaqueries {
  display: none;
}
.no-mediaqueries #page #content {
  width: 1280px;
  margin: auto;
}
.no-mediaqueries #site-header #site-header-inner {
  min-width: 1280px;
  margin: auto;
  position: relative;
}
.no-mediaqueries .viewport-width-min,
.no-mediaqueries .viewport-width {
  min-width: 1280px !important;
}
.pagination {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0;
}
.pagination .page span,
.pagination .page span:hover {
  color: #000;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 0.3125em;
  color: #737373;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #000;
  background-color: transparent;
}
.pagination li a:focus label {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.pagination li.active a,
.pagination li.active span {
  color: #137ea4;
}
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
  color: #137ea4;
}
.pagination li.active a:focus,
.pagination li.active span:focus {
  color: #000;
}
.pagination a:focus {
  outline: none;
}
.pagination li a,
.pagination li span,
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li.disabled a,
.pagination li.disabled span,
.pagination li.active a,
.pagination li.active span:hover,
.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active span {
  border: none;
  background: none;
}
.pagination li a label,
.pagination li span label {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
.pagination .bar span:after,
.pagination .bar a:after {
  content: '|';
  display: inline-block;
  padding-left: 0.4375em;
  color: #737373;
}
#site-nav {
  position: fixed;
  top: 0;
  width: 250px;
  bottom: 0;
  background: #222;
  color: #f5f5f5;
  z-index: 100;
  left: -250px;
  overflow-y: auto;
}
#site-nav #nav-close {
  color: #fff;
  font-weight: 100;
  font-size: 3em;
  line-height: 1.24em;
  display: block;
  float: right;
  padding: 0 0.2083em;
}
#site-nav #nav-close:hover,
#site-nav #nav-close:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  #site-nav #nav-close {
    line-height: 1.44em;
  }
}
#site-nav #nav-close:focus {
  background-color: inherit;
  /* color: #35b7e7; */
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
#site-nav nav {
  position: relative;
  z-index: 1;
}
#site-nav .btn {
  display: block;
  margin: 0.71417143em;
}
#site-nav .login-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  padding: 0.6111em 1em;
  display: block;
  border-bottom: 1px solid #333;
}
#site-nav .login-link:hover,
#site-nav .login-link:focus {
  background: #000;
}
#site-nav nav > ul {
  font-size: 1.125em;
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
#site-nav nav > ul li {
  font-size: inherit;
  position: relative;
  overflow: hidden;
}
#site-nav nav > ul a {
  color: #fff;
}
#site-nav nav > ul a:hover,
#site-nav nav > ul a:focus {
  text-decoration: none;
  outline: none;
}
#site-nav nav > ul a:focus {
  background-color: transparent;
}
#site-nav nav > ul > li a {
  display: block;
  padding: 0.6111em 1em;
  padding: 0.4889em 1em;
  border-top: 1px solid #333;
  position: relative;
  z-index: 2;
}
#site-nav nav > ul > li a:hover,
#site-nav nav > ul > li a:focus {
  opacity: 0.8;
}
#site-nav nav > ul > li a:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
#site-nav nav > ul > li > ul {
  height: 0;
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform .5s;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
}
#site-nav nav > ul > li > ul > li {
  position: static;
  height: auto;
}
#site-nav nav > ul > li > ul > li > a {
  color: #bbbbbb;
  padding: 0.1428em 1.2857em;
  display: block;
}
#site-nav nav > ul > li > ul > li > a:hover {
  color: #35b7e7;
}
#site-nav nav > ul > li > ul > li > a:focus {
  background-color: transparent;
  box-shadow: 0 0 3px 3px #35b7e7 inset;
  color: #fff;
}
#site-nav nav > ul > li > ul > li.last > a {
  margin-bottom: 0.8em;
}
#site-nav nav > ul > li > ul > li.selected > a {
  color: #fff;
}
#site-nav nav > ul > li.selected > ul {
  height: auto;
  overflow: visible;
  display: block;
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
}
#site-nav nav > ul > li.has-sub-menu > span {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #222;
  background-image: url("../i/l/tran40.png");
}
#site-nav nav > ul > li.has-sub-menu > span,
#site-nav nav > ul > li.has-sub-menu > a {
  cursor: pointer;
}
#site-nav nav > ul > li.has-sub-menu > span:after,
#site-nav nav > ul > li.has-sub-menu > a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 2.7777em;
  height: 2.7777em;
  background: center center url("../i/l/menu-toggle.svg") no-repeat;
  background-size: 1.5em 1.5em;
  opacity: 0.5;
}
#site-nav nav > ul > li.has-sub-menu > span:hover:after,
#site-nav nav > ul > li.has-sub-menu > a:hover:after,
#site-nav nav > ul > li.has-sub-menu > span:focus:after,
#site-nav nav > ul > li.has-sub-menu > a:focus:after {
  opacity: 1;
}
#site-nav nav > ul > li.has-sub-menu.selected > span:after,
#site-nav nav > ul > li.has-sub-menu.selected > a:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#site-nav nav > ul > li.simple > a {
  font-size: 0.875em;
  border: none;
  padding: 0.1428em 1.2857em;
  display: block;
}
#site-nav nav > ul > li.simple > a:hover,
#site-nav nav > ul > li.simple > a:focus {
  color: #35b7e7;
  background: none;
}
#site-nav nav > ul > li#n_con {
  margin-top: 1em;
}
#site-nav nav > ul li#n_car {
  margin-bottom: 1em;
}
#site-nav nav > ul > li#n_sus > a,
#site-nav nav > ul > li#n_spk > a {
  border-bottom: 1px solid #333;
}
#site-nav #nav-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
#site-nav #nav-wrapper:after {
  content: '';
  display: block;
  position: relative;
  height: 10.625em;
}
#site-nav .copyright {
  position: absolute;
  bottom: 0;
  padding: 1.25em;
  z-index: 1000;
}
#site-nav .copyright p {
  font-size: 0.6875em;
  margin-bottom: 1.5em;
}
#site-nav .copyright ul {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
#site-nav .copyright ul li {
  font-size: 0.6875em;
  margin: 0;
}
#site-nav .copyright a {
  text-decoration: underline;
  color: #fff;
  line-height: 1.8em;
}
#site-nav .copyright a:hover {
  color: #35B7E7;
}
#site-nav .copyright a:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 3px 3px #35b7e7;
}
#content {
  position: relative;
  width: 100%;
}
.shift-when-menu-open {
  left: 0;
}
#site-nav,
.shift-when-menu-open {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
#site-nav-mask {
  content: "";
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: url("../i/l/tran40.png");
  height: 0;
  width: 0;
}
body.no-overflow {
  overflow: hidden;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open #site-nav {
  left: 0;
  z-index: 10100;
  -webkit-animation: navOn 0.5s ease-out;
  animation: navOn 0.5s ease-out;
}
body.menu-open #site-nav nav {
  z-index: 10100;
}
body.menu-open:after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}
body.menu-open #site-nav-mask {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
}
body.menu-open .shift-when-menu-open,
body.menu-open #page-header.shift-when-menu-open {
  left: 250px;
}
body.menu-closed #site-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  html.touch body.menu-open #site-nav {
    width: 100% !important;
  }
  html.touch body.menu-open .shift-when-menu-open {
    display: none !important;
  }
}
html.touch #site-nav {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
html.no-svg #site-nav nav > ul > li.has-sub-menu #site-nav nav > ul > li.has-sub-menu > a:after,
html.no-svg #site-nav nav > ul > li.has-sub-menu #site-nav nav > ul > li.has-sub-menu > span:after {
  background-image: url("../i/l/nav-down.png");
}
html.no-svg #site-nav nav > ul > li.has-sub-menu #site-nav nav > ul > li.has-sub-menu.selected > a:after,
html.no-svg #site-nav nav > ul > li.has-sub-menu #site-nav nav > ul > li.has-sub-menu.selected > span:after {
  background-image: url("../i/l/nav-up.png");
}
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes fadeIn {
  from {
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -100%, 0) scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes navOn {
  from {
    left: -250px;
  }
  to {
    left: 0;
  }
}
@keyframes navOn {
  from {
    left: -250px;
  }
  to {
    left: 0;
  }
}
.table > thead > tr > th {
  font-weight: 600;
  border-bottom: 1px solid #666;
}
.table > tbody > tr > td {
  font-size: 14px;
  padding: 10px 10px;
  color: #333333;
  border-top-width: 1px;
  border-bottom: 1px solid #ccc;
}
/* Colors */
/* on darker bg */
/* on darker bg */
/* on white bg */
/* on grey bg */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  font-size: 100%;
}
body {
  min-height: 100%;
  font-family: "proxima-nova", "sans-serif", "arial";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}
*:focus {
  outline: none !important;
}
a {
  color: #137ea4;
}
a:hover {
  color: #137ea4;
  outline: none;
}
a:focus {
  background-color: #000;
  color: #fff;
  opacity: 1;
  outline: none !important;
  border: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.underline {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1-tag {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
}
.h1-tag small,
.h1-tag .small {
  font-size: 65%;
}
ul,
ol {
  margin: 0;
  margin-bottom: 1.5em;
  padding-left: 3em;
}
ul li,
ol li {
  font-size: 1em;
  line-height: 1.5em;
}
.uppercase {
  text-transform: uppercase;
}
.italicize {
  font-style: italic;
}
.inverse {
  color: #fff;
}
.book {
  font-weight: normal;
}
strong,
.strong {
  font-weight: 600;
}
.headline {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 200;
}
.size-inherit,
.reset-font {
  font-size: inherit !important;
  line-height: inherit;
}
.medium-headline {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
}
.subhead {
  font-size: 0.875em;
  line-height: 1.42856571em;
}
.subhead.line-height-fix {
  padding-bottom: 0.28572em;
}
.copy {
  font-size: 1.125em;
  line-height: 1.33333333em;
  /* 24 */
}
.copy p {
  font-size: inherit;
  line-height: inherit;
}
.tiny {
  font-size: 0.75em;
  line-height: 2em;
}
.small {
  font-size: 0.875em;
  line-height: 1.42851429em;
}
.small p {
  font-size: inherit;
  line-height: inherit;
}
.medium {
  font-size: 1.125em;
  line-height: 1.33333333em;
  /* 24 */
}
.medium p {
  font-size: inherit;
  line-height: inherit;
}
.mean {
  font-size: 1.25em;
  line-height: 1.5em;
}
.big {
  font-size: 1.5em;
  line-height: 1.5em;
}
.large {
  font-size: 1.75em;
  line-height: 1.2em;
}
.btn {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  padding: 1.07142857em 3em;
  background: transparent;
  border-radius: 0;
  color: #000;
  border: 0.21428571em solid #000000;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  background: #000;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 0.21428571em;
}
.btn:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.btn.btn-sm {
  padding: 0.57137143em 3em;
}
.btn.btn-inverse {
  border-color: #fff;
  color: #fff;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background: #fff;
  color: #000;
}
.btn.btn-white {
  background: #fff;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: #000;
  color: #fff;
}
.btn.btn-plus {
  font-size: 1.875em;
  padding: 0;
  height: 1.25em;
  width: 1.25em;
  font-weight: 400;
  border-width: 2px;
  line-height: 1.125em;
  vertical-align: middle;
}
.btn.btn-vno {
  padding: 0.75em 2.5em 0.75em 1.25em;
}
.btn.btn-vno .caret {
  border: none;
  width: 1.5em;
  height: 0.875em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../i/l/caret.png");
  position: absolute;
  right: 0.625em;
}
.btn.btn-vno:hover .caret,
.btn.btn-vno:focus .caret {
  background-image: url("../i/l/caret-on.png");
}
.btn.btn-primary {
  background: #41c7ff;
  border-color: #41c7ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn.btn-block-xs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .btn-group-block-xs {
    display: block;
  }
  .btn-group-block-xs > .btn {
    display: block;
    width: 100%;
    float: none;
  }
  .btn-group-block-xs .dropdown-menu {
    width: 100%;
    max-height: 12.5em;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.dropdown-menu > li > a:focus {
  box-shadow: 0 0 3px 3px #35b7e7 inset;
}
.download-pdf img {
  height: 2em;
}
.text-blue {
  color: #007db3;
}
.text-purple {
  color: #8560a8;
}
.text-purple a {
  color: #8560a8;
}
.text-dark-grey {
  color: #333;
}
.text-grey {
  color: #666;
}
.text-green {
  color: #008031;
}
.text-red {
  color: #ff3333;
}
.header-bar {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  color: #fff;
  background: #000;
  padding: 0.5em 0.625em;
  text-align: center;
}
.header-bar .box {
  padding: 0 0.3125em;
}
.light {
  font-weight: 200;
}
.thin {
  font-weight: 100;
}
.spacing {
  height: 0.62505em;
}
.spacing-20 {
  height: 1.24995em;
}
.spacing-30 {
  height: 1.875em;
}
.spacing-40 {
  height: 2.50005em;
}
.spacing-50 {
  height: 3.12495em;
}
.spacing-60 {
  height: 3.75em;
}
.spacing-80 {
  height: 4.99995em;
}
.spacing-100 {
  height: 6.25005em;
}
.spacing-120 {
  height: 7.5em;
}
.format-paragraphs p {
  margin-bottom: 1.5em;
}
.format-paragraphs p:last-child {
  margin-bottom: 0;
}
.wysiwyg {
  font-size: 0.875em;
  line-height: 1.5em;
  color: #333333;
}
.wysiwyg .column {
  padding: 0 0.625em;
}
@media screen and (max-width: 768px) {
  .wysiwyg .column {
    width: 100% !important;
    float: none !important;
  }
}
.wysiwyg .chunk {
  display: inline-block;
  width: 100%;
}
.wysiwyg .chunk p:last-child {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .wysiwyg.column-2 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
    -moz-column-width: 50%;
    column-count: 2;
    column-gap: 1.25em;
    column-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg.column-3 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
    -moz-column-width: 50%;
    column-count: 2;
    column-gap: 1.25em;
    column-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .wysiwyg.column-3 {
    -webkit-column-count: 3;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 33.3333%;
    -moz-column-count: 3;
    -moz-column-gap: 1.25em;
    -moz-column-width: 33.3333%;
    column-count: 3;
    column-gap: 1.25em;
    column-width: 33.3333%;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg.column-4 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
    -moz-column-width: 50%;
    column-count: 2;
    column-gap: 1.25em;
    column-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .wysiwyg.column-4 {
    -webkit-column-count: 3;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 33.3333%;
    -moz-column-count: 3;
    -moz-column-gap: 1.25em;
    -moz-column-width: 33.3333%;
    column-count: 3;
    column-gap: 1.25em;
    column-width: 33.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .wysiwyg.column-4 {
    -webkit-column-count: 4;
    -webkit-column-gap: 1.25em;
    -webkit-column-width: 33.3333%;
    -moz-column-count: 4;
    -moz-column-gap: 1.25em;
    -moz-column-width: 33.3333%;
    column-count: 4;
    column-gap: 1.25em;
    column-width: 33.3333%;
  }
}
.wysiwyg.inverse {
  color: #fff;
}
.regular {
  font-size: 1em;
  line-height: 1.5em;
}
.reset-typo {
  font-size: inherit !important;
}
@media screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
}
/* @media screen and (min-width: 640px) */
@media screen and (min-width: 40em) {
  .body {
    font-size: 0.8em;
    line-height: 1.875em;
  }
}
/* @media screen and (min-width: 960px) */
@media screen and (min-width: 60em) {
  .body {
    font-size: 0.9em;
    line-height: 1.66666667em;
  }
}
/* @media screen and (min-width: 1280px) */
@media screen and (min-width: 80em) {
  /* base */
  /*
   	body {
         font-size: (@font-size*1.2) / @em;
         line-height: (@line*1) / (@font-size*1.2) * 1em;
      }
      */
}
/* @media screen and (min-width: 1600px) */
@media screen and (min-width: 100em) {
  .body {
    font-size: 1.1em;
    line-height: 1.36363636em;
  }
}
/* @media screen and (min-width: 1920px) */
@media screen and (min-width: 120em) {
  .body {
    font-size: 1.15em;
    line-height: 1.30434783em;
  }
}
/* @media screen and (min-width: 2240px) */
@media screen and (min-width: 140em) {
  .body {
    font-size: 1.2em;
    line-height: 1.25em;
  }
}
/* @media screen and (min-width: 2560px) */
@media screen and (min-width: 160em) {
  .body {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
.cookie-banner {
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0px -3px 6px #dddddd;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: inherit;
  font-weight: 400;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
.cookie-banner a:hover,
.cookie-banner a:focus,
.cookie-banner a:active {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.cookie-banner .accept-button:hover,
.cookie-banner .accept-button:focus,
.cookie-banner .accept-button:active {
  box-shadow: 0 0 3px 3px #35b7e7;
}
@media (max-width: 767px) {
  .cookie-banner {
    font-size: 14px;
  }
  .cookie-banner .accept-button {
    font-size: 14px;
    margin-left: 30px;
  }
}
.cookie-banner .cookie-banner-info {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding: 20px 15px;
}
.cookie-banner .cookie-banner-txt {
  display: inline-block;
  max-width: 610px;
  text-align: left;
}
.cookie-banner .conditions-link {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
.cookie-banner .conditions-link:hover,
.cookie-banner .conditions-link:focus {
  text-decoration: none;
  background-color: transparent;
}
.cookie-banner .accept-button {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  height: 42px;
  min-width: 94px;
  padding: 0 5px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 0 80px;
}
.cookie-banner .accept-button:hover {
  background-color: #ffffff;
  color: #000000;
}
body {
  overflow-x: hidden;
}
.modal {
  z-index: 99999;
}
.browsehappy {
  position: fixed;
  z-index: 100000;
  background: lightyellow;
  width: 100%;
  top: 0;
  padding: 10px;
}
.container-vno {
  width: 100%;
  margin: auto;
  max-width: 80em;
}
.img-block {
  display: block;
  width: 100%;
  margin: auto;
}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.box {
  padding: 0 0.625em;
}
.box.box-xs {
  padding: 0 1.25em;
}
@media screen and (min-width: 768px) {
  .box.box-xs {
    padding: 0 0.625em;
  }
}
.xs-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .xs-block {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .box-xs {
    padding: 0 0.625em;
  }
}
@media screen and (min-width: 768px) {
  .box-sm {
    padding: 0 0.625em;
  }
}
input:focus,
textarea:focus,
.form-control:focus {
  box-shadow: 0 0 2px 2px #35b7e7 inset;
}
input[type=checkbox]:focus,
input[type=radio]:focus,
select:focus {
  box-shadow: 0 0 3px 3px #35b7e7;
}
.link {
  color: #000;
}
.link:hover {
  color: #000;
  text-decoration: underline;
}
.link:focus {
  color: #fff;
  text-decoration: underline;
}
.v-line {
  position: absolute;
  z-index: 1;
  width: 0.125em;
  top: 5em;
  bottom: 5em;
  left: 50%;
  margin-right: -0.0625em;
  background: #ebebeb;
}
.line {
  height: 0.125em;
  background: #ebebeb;
}
.dotted-line {
  border-style: dotted;
  border-color: #b2b2b2;
  border-width: 0.0625em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.line-black {
  height: 0.125em;
  background: #000;
}
.line-thin {
  height: 0.0625em;
}
.relative {
  position: relative;
}
.asset {
  width: 100%;
  margin: auto;
}
.cover-photo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover-photo img {
  display: none;
}
.contain-photo {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contain-photo img {
  display: none;
}
.stock-price-up {
  color: #1ccc04;
}
.stock-price-down {
  color: #FF6666;
}
.btn-scroll-down {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
}
.btn-scroll-down:focus {
  outline: none;
}
.btn-scroll-down i {
  display: inline-block;
  position: absolute;
  width: 3.75em;
  height: 3.75em;
  bottom: 0;
  left: -1.875em;
  background: center center url("../i/l/arrow-down.svg") no-repeat;
  background-size: cover;
  margin: auto;
}
.btn-scroll-down:hover,
.btn-scroll-down:focus {
  text-decoration: none;
}
.btn-scroll-down:hover i,
.btn-scroll-down:focus i {
  background-image: url("../i/l/arrow-down-on.svg");
}
html.no-svg .btn-scroll-down i {
  background-image: url("../i/l/arrow-down.png");
}
html.no-svg .btn-scroll-down:hover i,
html.no-svg .btn-scroll-down:focus i {
  background-image: url("../i/l/arrow-down-on.png");
}
.btn-video {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -1.875em;
  width: 0;
  height: 0;
  color: #fff;
}
.btn-video:focus {
  outline: none;
}
.btn-video i {
  display: inline-block;
  position: absolute;
  width: 3.75em;
  height: 3.75em;
  bottom: 0;
  background: center center url("../i/l/video-btn.svg") no-repeat;
  background-size: cover;
  margin: auto;
}
.btn-video:hover,
.btn-video:focus {
  text-decoration: none;
  color: #fff;
}
.btn-video:hover i,
.btn-video:focus i {
  background-image: url("../i/l/video-btn-on.svg");
}
.btn-video span {
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-left: -1em;
  margin-top: 0.625em;
}
/* VORN-183 */
.btn-video {
  display: none !important;
}
.animate {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#skip-nav {
  height: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#skip-nav span {
  text-indent: -10000px;
  display: block;
}
#skip-nav:focus {
  overflow: visible;
  height: 35px;
  background-color: #347AB7;
  width: 220px;
  color: white;
  padding: 5px 10px;
}
#skip-nav:focus span {
  text-indent: 0;
}
#secondary-nav {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #secondary-nav.sticky {
    padding-top: 3.75em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    top: 0;
    z-index: 400;
    margin-top: -1px;
    /* weird chrome bug */
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  #secondary-nav.sticky {
    padding-top: 4.375em;
  }
}
#site-footer-wrapper {
  position: relative;
  z-index: 100;
}
.gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
  /* IE6-8 */
}
html.ie9 .gradient {
  filter: none;
}
html.opacity .tran-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
html.opacity .tran-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
html.opacity .tran-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
html.no-opacity .tran-80 {
  background: url("../i/l/tran80.png");
}
html.no-opacity .tran-60 {
  background: url("../i/l/tran60.png");
}
html.no-opacity .tran-40 {
  background: url("../i/l/tran40.png");
}
.text-block {
  width: 87.5%;
  margin: 0 auto;
  max-width: 70em;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f9f9f9;
}
.bg-grey-d {
  background-color: #ededed;
}
.bg-grey-dd {
  background-color: #bdbdbd;
}
.bg-black {
  background-color: #000;
}
.bg-black-l {
  background-color: #222;
}
.bg-green {
  background: #008031;
}
.bg-blue {
  background: #137ea4;
}
.btn-blue {
  background: #757575;
  color: #fff;
  border-color: #757575;
}
.btn-blue:hover,
.btn-blue:focus {
  /* box-shadow: none; */
  color: #fff;
  background: #137ea4;
  border-color: #137ea4;
}
.btn-blue.dropdown-toggle .caret {
  background-image: url("../i/l/caret-on.png");
}
.btn-block {
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-group .dropdown-toggle .dropdown-toggle {
  font-weight: 400;
}
.btn-group .dropdown-toggle + .dropdown-toggle {
  border-left-width: 0 !important;
}
.btn-group .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.btn-group .dropdown-menu > li > a,
.btn-group .dropdown-menu > li > span {
  padding: 0.625em 1.25em;
}
.btn-group .dropdown-menu > li ~ li {
  border-top: 1px solid #ccc;
}
.btn-group .dropdown-menu > li > a:hover {
  color: #137ea4;
  background: transparent;
}
.btn-group .dropdown-menu > li > span {
  display: block;
  white-space: nowrap;
}
.btn-group .dropdown-menu > li.active > a {
  color: #137ea4;
  background: transparent;
  font-weight: bold;
}
.btn-group .dropdown-menu.with-caret:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #fff;
  left: 50%;
  top: -0.5em;
  margin-top: 1px;
  z-index: 1002;
}
.btn-group .dropdown-menu.with-caret:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #ccc;
  left: 50%;
  top: -0.5em;
  z-index: 1000;
}
.scroll-down-btn {
  position: absolute;
  display: block;
  width: 2.25em;
  height: 2.25em;
  left: 50%;
  background: center center url("../i/l/scrolldown-black-2x-new-3.png") no-repeat;
  background-size: contain;
  margin-left: -0.75em;
  z-index: 10;
  bottom: 1.25em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0.8;
}
.scroll-down-btn span {
  /*display: none;*/
}
.scroll-down-btn:hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 25%, 0);
  -moz-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.scroll-down-btn.inverse {
  background-image: url("../i/l/scrolldown-black-2x-new-3.png");
}
html.no-backgroundsize .scroll-down-btn {
  background-image: url("../i/l/scrolldown-black-2x-new-3.png");
}
html.no-backgroundsize .scroll-down-btn.inverse {
  background-image: url("../i/l/scrolldown-black-2x-new-3.png");
}
.label-purple {
  background: #7751a6;
  border-radius: 0;
  line-height: 2.5em;
  vertical-align: middle;
  font-weight: normal;
}
.v-center {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.v-center > div {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
form .form-control[disabled],
form .form-control[readonly],
form fieldset[disabled],
form .form-control {
  cursor: default;
}
form .form-control {
  cursor: default;
}
.technical-msg a {
  color: #35b7e7;
}
/* ADA global classes */
.ada-sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.highcharts-contextmenu {
  max-height: 200px;
  overflow-y: auto;
}
.highcharts-data-table {
  margin: 15px 0;
}
.highcharts-data-table table {
  width: 100%;
}
.highcharts-data-table table th,
.highcharts-data-table table td {
  padding: 10px;
}
.highcharts-data-table table tr:nth-of-type(2n) {
  background-color: #eee;
}
*:focus {
  /*border: 1px dotted #0078a3 !important;*/
  /*border: 2px dotted #000 !important;*/
  /* background: rgba(255, 0, 0 , 0.5) !important; */
}
.inverse-focus:focus {
  /*border: 2px dotted #fff !important;*/
}
/* Main <header> replacement with .header-p */
.header-p {
  display: block;
}
.section-copy a:hover img,
.section-copy a:focus img {
  transform: scale(1.1);
  transition: all .3s ease 0s;
  border: 2px solid #35B7E7;
}
.recaptcha-cont,
#ufp #login-form.recaptcha-cont {
  position: relative;
  z-index: 101;
}
#qa-last-refresh {
  display: block;
  position: fixed;
  top: 10px;
  right: 130px;
  z-index: 99999;
  width: 100%;
  max-width: 340px;
  white-space: nowrap;
  transition: all .9s ease 0s;
  float: right;
}
#qa-last-refresh.qa-collapsed {
  width: 50px;
}
#qa-last-refresh.qa-collapsed .qa-last-refresh-cont {
  width: 48px;
  position: relative;
}
#qa-last-refresh.qa-collapsed p {
  padding: 0;
}
#qa-last-refresh .qa-last-refresh-cont {
  overflow: hidden;
  transition: all .6s ease 0s;
  min-width: 48px;
  width: 100%;
  max-width: 340px;
  min-height: 48px;
  padding: 12px 0;
  float: right;
  background: #53C1EA;
  border: 1px solid #fff;
  border-radius: 22px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  left: -1px;
}
#qa-last-refresh p {
  font: bold 14px/22px Arial, sans-serif;
  padding: 0 64px 0 24px;
  transition: all 1s ease 0s;
  width: 100%;
  overflow: hidden;
}
#qa-last-refresh-btn {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: #53c1ea center center url("../i/l/clock@2x.png") no-repeat;
  background-size: 26px auto;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #qa-last-refresh {
    top: 5px;
    right: 50px;
  }
}
.site-search-toggle {
  position: relative;
  z-index: 9999;
}
