@charset "UTF-8";
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 40.0625em) {
  .display-table {
    display: table;
    table-layout: fixed;
    width: 100% !important;
    height: 100%;
    margin: 0 auto !important;
  }

  .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}
.clearfix, .featured {
  *zoom: 1;
}
.clearfix:after, .featured:after {
  content: "";
  display: table;
  clear: both;
}

hr, .hr--small, .hr--medium, .hr--large {
  border-color: #282828;
  border-width: 1px 0 0 0;
  width: 50px;
}

.hr--small {
  margin: 20px auto;
}

.hr--medium {
  margin: 35px auto;
}
@media only screen and (min-width: 64.0625em) {
  .hr--medium {
    margin: 45px auto;
  }
}

.hr--large {
  margin: 15px auto;
}

.max {
  width: 25%;
}

.hr--left {
  margin-left: 0;
  margin-right: 0;
}

.row {
  max-width: 80em;
}

.row--full {
  max-width: 100%;
}

*:focus,
select:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.button, button, input, *, body, h1, h2, h3, h4, h5, h6, select {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  text-transform: capitalize;
  font-weight: 100;
}

body {
  font-family: "Surveyor SSm A", "Surveyor SSm B";
  font-weight: 300;
}

body.logged-in.admin-bar header.site-header {
  margin-top: 2rem;
}

.link-underline, .map-data ul a, .review .reveal-review {
  color: black;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  font-size: 0.75em;
  text-transform: uppercase;
}

ul a .review .reveal-review {
  color: #0fdac2;
}

.link-underline:after, .map-data ul a:after, .review .reveal-review:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 300ms ease, background-color .5s ease;
  -moz-transition: width 300ms ease, background-color .5s ease;
  -ms-transition: width 300ms ease, background-color .5s ease;
  -o-transition: width 300ms ease, background-color .5s ease;
  transition: width 300ms ease, background-color .5s ease;
}
.link-underline:hover:after, .map-data ul a:hover:after, .review .reveal-review:hover:after {
  width: 100%;
  background: #0FDAC2;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  position: absolute;
  background: transparent;
  height: 85px;
  width: 100%;
  color: #FFFFFF;
  z-index: 997;
}
.tab-bar .header-logo {
  display: block;
  margin: 0;
  width: 210px;
  padding: 15px 30px 15px 15px;
}

.header-logotype.replaced-svg g path {
  fill: #fff;
  stroke-width: 1px;
  stroke: white;
}

.video-header .header-logotype.replaced-svg g path {
  opacity: 0.2;
  fill: #fff;
  fill-opacity: 0.4;
}

.video-header .site-header {
  opacity: 0.5;
}

.video-header .header-mark {
  opacity: 0.2;
}

.type-video h2 {
  display: none;
}

.tab-bar .left-small .menu-icon span::after {
  display: none;
}

.tab-bar .menu-icon {
  text-indent: 0;
  text-align: center;
  color: white;
}

.tab-bar .left-small .menu-icon span {
  font: normal normal normal 14px/1 'Font Awesome 6 Pro';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
}

.tab-bar .left-small .menu-icon span::before {
  content: "\f0c9";
}
/* This is from a WP plugin */
.gform_wrapper .gfield_radio li label {
margin: -7px 0 0 8px;
}
body .gform_wrapper #gform_footer input.button,
body .gform_wrapper #gform_footer input[type=submit] {
      display: block;
  width: 100%;
  max-width: 15rem;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: black;
    color: white;
}
/* make the form container relative for positioning */

body #gform_wrapper_1 {
    position: relative;
}

/* resize and position the form footer with the button */

.gform_footer {
        position: relative;
    margin: 0 auto !important;
    width: 50%;
}
.gfield_label {
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
h1.centered {text-align:center;}
p.centered {text-align:center;}
.property-fame-square{border-radius:0rem!important}
#press h4 {
margin-bottom: 2rem;
}
#press h4 span {
font-family: "Surveyor Fine A", "Surveyor Fine B";
font-style: italic;
font-weight: 300;
text-transform: none;
}
/* end */
.move-right .exit-off-canvas {
  box-shadow: none;
}

.move-right .tab-bar .left-small .menu-icon span::before {
  content: "\f00d";
}

.left-small {
  width: 2.8125rem;
  height: inherit;
  position: absolute;
  top: 20px;
  border-right: none;
  left: 20px;
  width: 35px;
  line-height: 35px;
  height: 35px;
}

.tab-bar .menu-icon {
  width: 35px;
  line-height: 35px;
  height: 35px;
}

.tab-bar .left-small .menu-icon span {
  font-size: 20px;
  line-height: 35px;
}

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

.left-off-canvas-menu {
  width: 15.625rem;
  background: black;
}

ul.off-canvas-list {
  padding: 30px;
}
ul.off-canvas-list li.small a {
  /*font-size: 12px;*/
  font-size: 16px;
}
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  background: transparent;
  border: 0 none;
  margin: 0;
}
ul.off-canvas-list li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  padding: 0.5rem;
  color: #e6e6e6;
  border: 0;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  color: #fff;
  background-color: transparent;
}
ul.off-canvas-list li a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 300ms ease, background-color .5s ease;
  -moz-transition: width 300ms ease, background-color .5s ease;
  -ms-transition: width 300ms ease, background-color .5s ease;
  -o-transition: width 300ms ease, background-color .5s ease;
  transition: width 300ms ease, background-color .5s ease;
}
ul.off-canvas-list li a:hover:after {
  width: 100%;
  background: #0FDAC2;
}

.accordion .accordion-navigation > .content.active {
  display: flex;
}
.accordion dd>.content.active {
  display: flex;
}

.latest-tweet {
  text-align: center;
  background: #fff;
  padding: 0 15px 15px;
  margin-bottom: 30px;
}
.latest-tweet hr, .latest-tweet .hr--small, .latest-tweet .hr--medium, .latest-tweet .hr--large {
  border-color: #f2f2f2;
  width: 75%;
  margin: 15px auto;
}
.latest-tweet .tweet {
  font-size: 12px;
  margin-bottom: 7px;
  font-family: "Surveyor SSm A", "Surveyor SSm B";
  font-weight: 300;
  padding: 0 15px;
}
.latest-tweet .tweet a {
  color: #282828;
}
.latest-tweet .tweet a:hover {
  color: #424242;
}
.latest-tweet .timePosted {
  color: #282828;
  font-size: 10px;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.latest-tweet .timePosted:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f099\00A0';
  color: #282828;
}
.latest-tweet ul {
  list-style: none;
}
.latest-tweet p.interact {
  margin-bottom: 0;
}
.latest-tweet p.interact a {
  color: #a8a8a8;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 10px;
}
.latest-tweet p.interact a:hover, .latest-tweet p.interact a:hover:before {
  color: #8f8f8f;
}
.latest-tweet p.interact a:last-child {
  margin-right: 0;
}
.latest-tweet p.interact .twitter_reply_icon:before {
  font-family: "FontAwesome";
  content: '\f112\00A0';
  color: #a8a8a8;
  display: inline-block;
}
.latest-tweet p.interact .twitter_retweet_icon:before {
  font-family: "FontAwesome";
  content: '\f079\00A0';
  color: #a8a8a8;
  display: inline-block;
}
.latest-tweet p.interact .twitter_fav_icon:before {
  font-family: "FontAwesome";
  content: '\f005\00A0';
  color: #a8a8a8;
  display: inline-block;
}

.instagram-feed {
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .instagram-feed {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .instagram-feed {
    margin-bottom: 0;
  }
}
.instagram-feed .slider1 {
  display: none;
  margin: 0;
  padding: 0 30px;
}
.instagram-feed .slider1.slick-initialized {
  display: block;
}
.instagram-feed .slider1 img {
  display: block;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .instagram-feed .slider1 img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.instagram-feed .slider1 .slick-center img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 40.0625em) {
  .instagram-feed .slider1 {
    padding: 0 60px;
  }
}
.instagram-feed .slider1 .slick-prev,
.instagram-feed .slider1 .slick-next {
  margin: 0;
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.instagram-feed .slider1 .slick-prev:hover, .instagram-feed .slider1 .slick-prev:focus,
.instagram-feed .slider1 .slick-next:hover,
.instagram-feed .slider1 .slick-next:focus {
  outline: none;
  color: transparent;
  background-color: transparent;
}
.instagram-feed .slider1 .slick-prev:hover:before, .instagram-feed .slider1 .slick-prev:focus:before,
.instagram-feed .slider1 .slick-next:hover:before,
.instagram-feed .slider1 .slick-next:focus:before {
  opacity: 1;
}
.instagram-feed .slider1 .slick-prev.slick-disabled:before,
.instagram-feed .slider1 .slick-next.slick-disabled:before {
  opacity: 0.5;
}
.instagram-feed .slider1 .slick-prev:before, .instagram-feed .slider1 .slick-next:before {
  font-family: "FontAwesome";
  font-size: 32px;
  line-height: 1;
  color: #888888;
  background-color: transparent;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.instagram-feed .slider1 .slick-prev {
  left: 0;
}
.instagram-feed .slider1 .slick-prev:before {
  content: '\f104';
}
.instagram-feed .slider1 .slick-next {
  right: 0;
}
.instagram-feed .slider1 .slick-next:before {
  content: '\f105';
}

.community .form {
  margin: 0 -4px;
  padding: 0 15px;
}
@media only screen and (min-width: 40.0625em) {
  .community .form {
    padding: 0 60px;
  }
}
.community .form .columns {
  padding: 0 4px;
}
.community .form p {
  font-weight: 300;
  font-size: 0.75em;
  text-align: center;
}
.community .form input {
  font-size: 12px;
  margin-bottom: 8px;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  -webkit-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 4px 4px 4 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 64.0625em) {
  .community .form input {
    height: 44px;
    padding: 15px;
  }
}
.community .form .postfix {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  background-color: black;
}
.community .form .postfix:hover {
  background-color: #333333;
}
@media only screen and (min-width: 64.0625em) {
  .community .form .postfix {
    height: auto;
    max-height: 2.6rem;
    margin: 0.5rem auto 1rem;
    width: 97%;
    padding: 0;
    position: relative;
    top: 0.5rem;
  }
}
.community .social-links {
  text-align: center;
  padding: 0 100px;
  margin-top: 30px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .community .social-links {
    margin-bottom: 0;
    padding: 0 100px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .community .social-links {
    padding: 0 130px;
    margin-top: 10px;
  }
}
.community .social-links li {
  padding: 0;
}
.community .social-links a {
  color: black;
  display: block;
}
.community .social-links a .fa {
  color: black;
  font-size: 18px;
}
.community .social-links a:hover .fa {
  color: #333333;
}

.social {
  padding: 30px 0 0;
}
@media only screen and (min-width: 64.0625em) {
  .social {
    padding: 60px 0;
  }
}
.social hr, .social .hr--small, .social .hr--medium, .social .hr--large {
  display: none;
}
@media only screen and (max-width: 40em) {
  .social hr, .social .hr--small, .social .hr--medium, .social .hr--large {
    display: block;
    width: 50%;
    margin: 30px auto;
  }
}
.social h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

footer {
  padding: 0 0 30px;
}
footer hr, footer .hr--small, footer .hr--medium, footer .hr--large {
  display: none;
}
@media only screen and (max-width: 40em) {
  footer hr, footer .hr--small, footer .hr--medium, footer .hr--large {
    display: block;
    width: 50%;
    margin: 30px auto;
  }
}
footer .footer-mark {
  margin: 0 auto 10px;
  display: block;
  max-width: 150px;
}
footer .footer-logotype {
  margin: 0 auto 30px;
  display: block;
}
footer .footer-nav {
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  margin: 0 0 15px 0;
}
footer .footer-nav li {
  margin-right: 15px;
  display: inline-block;
}
footer .footer-nav li:last-child {
  margin-right: 0;
}
footer .footer-nav li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  display: block;
  color: #282828;
  padding-bottom: 7px;
}
footer .footer-nav li a:hover {
  color: #020202;
}
footer .footer-nav li a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 300ms ease, background-color .5s ease;
  -moz-transition: width 300ms ease, background-color .5s ease;
  -ms-transition: width 300ms ease, background-color .5s ease;
  -o-transition: width 300ms ease, background-color .5s ease;
  transition: width 300ms ease, background-color .5s ease;
}
footer .footer-nav li a:hover:after {
  width: 100%;
  background: #0FDAC2;
}
footer .footer-credit {
  color: #888888;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 8px;
  line-height: 1;
}
@media only screen and (min-width: 64.0625em) {
  footer .footer-credit {
    margin-bottom: 0;
    font-size: 9px;
  }
}
footer .footer-credit > a {
  color: #888888;
}
footer .footer-credit > a:hover {
  color: #282828;
}

.featured {
  margin: 0;
  padding: 30px 15px 0;
}
.featured li {
  padding: 0 15px 30px;
}
.featured hr, .featured .hr--small, .featured .hr--medium, .featured .hr--large {
  display: none;
}
@media only screen and (max-width: 40em) {
  .featured hr, .featured .hr--small, .featured .hr--medium, .featured .hr--large {
    display: block;
    margin: 30px auto 30px;
    width: 50%;
  }
}
.featured h2 {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-style: italic;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
  margin: 0 0 15px 0;
}
.featured h2 span {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  display: block;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2em;
  font-style: normal;
}
.featured .featured-property {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 15px;
}
.featured .featured-property:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.19), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.featured .featured-property .property-thumb {
  overflow: hidden;
  margin: 0 auto 15px;
  height: 100%;
  max-height: 12rem;
}
.featured .featured-property .property-thumb img {
  display: block;
}
.featured .featured-property ul {
  padding: 0 30px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.featured .featured-property ul li {
  padding: 0;
}
.featured .featured-property ul h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  margin: 0 0 7px 0;
  text-transform: uppercase;
}
.featured .featured-property ul h4 span {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
}
.featured .featured-property ul p {
  font-size: 0.75em;
  font-weight: 300;
  margin-bottom: 7px;
  color:black;
}
.featured .featured-property ul a {
  display: inline-block;
  font-weight: 400;
  color: black;
}
@media only screen and (min-width: 64.0625em) {
  .featured .featured-property ul a {
    display: inline-block;
  }
}
.featured .featured-property ul a:hover {
  color: #333333;
}
.featured .featured-property ul a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 300ms ease, background-color .5s ease;
  -moz-transition: width 300ms ease, background-color .5s ease;
  -ms-transition: width 300ms ease, background-color .5s ease;
  -o-transition: width 300ms ease, background-color .5s ease;
  transition: width 300ms ease, background-color .5s ease;
}
.featured .featured-property ul a:hover:after {
  width: 100%;
  background: #0FDAC2;
}
.featured .featured-property ul small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
}
.featured .featured-property ul .featured-property-occupancy {
  padding: 0;
  color: gray;
  margin-bottom: 7px;
}
.featured .featured-property ul .featured-property-occupancy ul {
  padding: 0;
}
.featured .featured-property ul .featured-property-occupancy ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.625em;
  display: inline-block;
  padding-right: 8px;
}
.featured .featured-property ul .featured-property-occupancy ul li:last-child {
  padding: 0;
}

.awards {
  padding: 3.75em 15px;
  background-size: cover;
}
@media only screen and (min-width: 40.0625em) {
  .awards {
    padding: 3.75em 0;
    padding: 0.75em 0;
  }
}
.awards li {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 40.0625em) {
  .awards li {
    padding-bottom: 0;
  }
}
.awards li img, .awards li p {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.awards li img {
  opacity: 0.9;
  display: block;
  margin: 0 auto 7px;
}
.awards li p {
  margin: 0;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  opacity: 0.9;
}
.awards li p span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.awards li:hover img, .awards li:hover p {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  font-size: 0.80em;
}

.call-to-action {
  padding: 0 15px 15px;
}
@media only screen and (min-width: 64.0625em) {
  .call-to-action {
    padding: 0 0 30px;
  }
}
.call-to-action .grid-call-to-action li {
  padding: 0;
}
.call-to-action .grid-call-to-action div {
  position: relative;
}
.call-to-action .grid-call-to-action div g {
  stroke: black;
  -webkit-transition: stroke 0.35s ease-in-out;
  transition: stroke 0.35s ease-in-out;
}
.call-to-action .grid-call-to-action div:hover g {
  stroke: #333333;
  -webkit-transition: stroke 0.35s ease-in-out;
  transition: stroke 0.35s ease-in-out;
}
.call-to-action .grid-call-to-action div .link-copy {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.call-to-action .grid-call-to-action div .link-copy:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: '';
  display: block;
  opacity: 0;
  width: 50px;
  margin: 0 auto;
  height: 1px;
  background-color: #0FDAC2;
}
.call-to-action .grid-call-to-action div:hover a.link-copy {
  color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.call-to-action .grid-call-to-action div:hover a.link-copy:before {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
}
.call-to-action .grid-call-to-action div svg {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.call-to-action .grid-call-to-action div:hover svg {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.call-to-action .grid-call-to-action div p {
  font-size: 0.75em;
  text-align: center;
  color: gray;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.call-to-action .grid-call-to-action div:hover p {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
.call-to-action .grid-call-to-action div .link-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.properties {
  padding: 30px 15px 0;
}
.properties .large-4.columns {
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .properties .first-property {
    margin-top: 100px;
  }
}
.properties .intro {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
  .properties .intro {
    margin-bottom: 0;
    text-align: left;
  }
}
.properties .intro h2 {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-weight: 300;
  font-size: 1.625em;
  line-height: 1;
  font-style: italic;
  text-transform: lowercase;
  margin: 0 0 30px 0;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  .properties .intro h2 {
    font-size: 2.375em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .properties .intro h2 {
    text-align: left;
  }
}
.properties .intro h2 span {
  font-weight: 300;
  font-size: 1.25em;
  letter-spacing: 3px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .properties .intro h2 span {
    text-align: left;
  }
}
.properties .intro h2:after {
  content: '';
  display: block;
  width: 125px;
  margin: 30px auto 0;
  height: 1px;
  background-color: black;
}
@media only screen and (min-width: 64.0625em) {
  .properties .intro h2:after {
    margin: 30px 0 0 0;
  }
}
.properties .intro p {
  font-weight: 300;
  font-size: 0.875em;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .properties .intro p {
    text-align: left;
  }
}
.properties .intro a.button.tiny {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
.properties .intro a.button.tiny:hover {
  background-color: black;
  color: white;
}
.properties .properties-item {
  position: relative;
  overflow: hidden;
  display: table;
}
.properties .properties-item:hover img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.properties .properties-item img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  display: block;
}
.properties .properties-item .properties-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.properties .properties-item .properties-item-content .overlay {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  /*background-color: rgba(0, 0, 0, 0.2);*/
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  height: 100%;
  width: 100%;
}
.properties .properties-item .properties-item-content .overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.properties .properties-item .properties-item-content .overlay .overlay-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.properties .properties-item .properties-item-content .overlay .overlay-inner .link-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.properties .properties-item .properties-item-content .overlay .overlay-inner:hover h5 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.properties .properties-item .properties-item-content .overlay .overlay-inner:hover h6 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.properties .properties-item .properties-item-content .overlay .overlay-inner:hover h5:after {
  width: 50px;
  background: #0FDAC2;
}
.properties .properties-item .properties-item-content .overlay .overlay-inner h5 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  display: inline-block;
  text-transform: capitalize;
  font-style: italic;
  font-size: 1.375em;
  line-height: 1.7;
  font-weight: 300;
  color: white;
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  .properties .properties-item .properties-item-content .overlay .overlay-inner h5 {
    font-size: 2em;
  }
}
.properties .properties-item .properties-item-content .overlay .overlay-inner h5:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 300ms ease, background-color .5s ease;
  -moz-transition: width 300ms ease, background-color .5s ease;
  -ms-transition: width 300ms ease, background-color .5s ease;
  -o-transition: width 300ms ease, background-color .5s ease;
  transition: width 300ms ease, background-color .5s ease;
}
.properties .properties-item .properties-item-content .overlay .overlay-inner h6 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.625em;
  line-height: 1;
  color: white;
}
.properties .properties-item .properties-item-content .overlay .overlay-inner h6 strong {
  font-size: 1.75em;
  font-family: "Surveyor SSm A", "Surveyor SSm B";
  font-weight: 300;
}
.properties .properties-item:hover .properties-item-content {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.about-content {
  margin: 30px 0;
}

.about-prop .properties-item {
  margin-bottom: 30px;
}

/*================ Module-specific styles ================*/
.slick-slider .slick-dots {
  margin: 0;
  bottom: 10px;
}
.slick-slider .slick-dots li {
  margin: 0;
  vertical-align: middle;
}
.slick-slider .slick-dots li button {
  position: relative;
}
.slick-slider .slick-dots li button:before {
  text-indent: -9999px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-slider .slick-dots li.slick-active button:before {
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px;
}
.slick-slider .slick-dots li button:active:before {
  opacity: 0.5;
}
.slick-slider .slick-dots.is-dark li button:before {
  background-color: #000;
}
.slick-slider .slick-dots.is-dark li.slick-active button:before {
  border-color: #000;
  background-color: transparent;
}

.hero .slick-prev,
.hero .slick-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px;
}
.hero .slick-prev {
  left: 0;
}
.hero .slick-next {
  right: 0;
}

/*================ Slide colors ================*/
.hero__slide.is-light {
  color: #fff;
}
.hero__slide.is-dark {
  color: #000;
}

/*============================================================================
  General slide styles
    - Sizes based on height of image when 100% of container width
==============================================================================*/
.hero__slide {
  position: relative;
}

.hero__image {
  position: relative;
  opacity: 0;
}
.slick-initialized .hero__image {
  opacity: 1;
  -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.hero__image img {
  display: block;
  width: 100%;
}

.hero__slide--hidden {
  visibility: hidden;
}

.supports-touch .hero__slide--hidden {
  visibility: visible;
}

.ie9 .hero__slide,
.lt-ie9 .hero__slide {
  z-index: 1 !important;
}
.ie9 .slick-dots,
.lt-ie9 .slick-dots {
  z-index: 2;
}

.page-hero {
  overflow: hidden;
  height: 500px;
}

.page-hero {
  position: relative;
}

.page-hero__image {
  height: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}
.no-js .page-hero__image {
  opacity: 1;
}
.is-init .page-hero__image {
  opacity: 1;
  -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.page-hero__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-hero__image {
  background-color: rgba(51,51,51,0.2);
  background-blend-mode: multiply;
}

.lt-ie9 .page-hero__image {
  background-position: center center;
}

/*============================================================================
  Full screen hero styles
    - Uses css background image
==============================================================================*/
.hero--full-height {
  height: 100vh;
  min-height: 550px;
}
.hero--full-height .slick-list,
.hero--full-height .slick-track {
  height: 100%;
}
.hero--full-height .hero__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.lt-ie9 .hero--full-height .hero__image {
  background-position: center center;
}

/*================ Hero text/CTA ================*/
.page-hero__text-wrap,
.hero__text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.page-hero__text-align,
.hero__text-align {
  display: table;
  width: 100%;
  height: 100%;
}

.page-hero__text-content,
.hero__text-content {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.slick-initialized .page-hero__text-content, .slick-initialized
.hero__text-content {
  opacity: 1;
  -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
@media only screen and (min-width: 64.0625em) {
  .page-hero__text-content,
  .hero__text-content {
    padding: 15px 150px;
  }
}

.page-hero__text-content {
  opacity: 1;
  padding-top: 80px;
  -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.page-hero__text-content p {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-style: italic;
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  .page-hero__text-content p {
    font-size: 92px;
  }
}
.page-hero__text-content p span {
  display: block;
  font-style: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}

.hero__cta {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  background-color: black;
}
.hero__cta:hover {
  background-color: #333333;
}

.wrap .hero__cta {
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  background-color: black;
}
.wrap .hero__cta:hover {
  background-color: #333333;
}

.hero__ctb {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  background-color: black;
}
.hero__ctb:hover {
  background-color: #333333;
}

.wrap .hero__ctb {
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  background-color: black;
}
.wrap .hero__ctb:hover {
  background-color: #333333;
}

.hero__text-content .slick-dots {
  position: static;
}

/*================ Font sizes ================*/
.hero__slide .hero__title {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  /* font-style: italic; */
  font-weight: 300;
  font-weight: 500;
  /* font-size: 2em; */
  font-size:5.6vmax;
  line-height: 1;
  margin: 0;
  margin: 0 0 15px 0;
}
.hero__slide .hero__subtitle {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  /* font-weight: 700; */
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1;
  margin: 0 0 15px 0;
}
.hero__slide .hero__subtitle.bold {
  font-weight:700;
}
.gglobe::after{
  content: 'translate';
  font-size: xx-small;
  top: 73%;
  left: 5%;
  font-family: sans-serif;
  position: relative;
  color: #ff4500;
}

@media only screen and (min-width: 64.0625em) {
  .hero__slide .hero__subtitle {
    /*margin: 80px 0 15px 0;*/
    margin: 25px 0 15px 0;
    /*font-weight: 700;*/
  }
  .hero__slide .hero__subtitle .single {
    margin: 0px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .hero__slide .hero__subtitle {
    font-size: 1.125em;
    /*font-weight: 700;*/
  }
  .hero__slide .hero__subtitle .bold {
    /* font-size: 120%; */
    font-weight:700;
  }


  .hero__slide .hero__subtitle .single {
    margin-top: 0px;
    font-weight:400;
  }

  .hero__subtitle__single {
    margin-top: 0px;
    text-transform: uppercase;
    /*font-weight: 700;*/
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;

  }


  .hero__slide .hero__title {
    font-size: 6.375em;
  }
}

/*================ Hero header ================*/
.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.slick-initialized .hero__header {
  opacity: 1;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

/*============================================================================
  #Slick Slider overrides
    - If upgrading Slick's styles, use the following variables/functions
      instead of the slick defaults
    - Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
  #Slick Slider SCSS
    - Everything below this line is unchanged from Slick's scss file
    - When updating to a new version, don't include the variables/function
      that were modified above
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-x:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 20px;
  line-height: 1;
  color: #204a80;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick-icons, sans-serif";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #204a80;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #204a80;
  opacity: 0.75;
}

body:not(.home) .header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 998;
}
@media only screen and (min-width: 64.0625em) {
  body:not(.home) .header-wrapper {
    position: static;
  }
}

@media only screen and (min-width: 64.0625em) {
  .site-header {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: white;
    height: 105px;
    position: fixed;
    z-index: 997;
    width: 100%;
    top: 58px;
  }
  .site-header .row.display-table {
    position: relative;
    /*edited for Dave
    top: -1rem;*/
    top: 0.5em;
    max-height: 4em;
  }
}
.site-header .main-nav .they-dropdown-target, .site-header .utils-nav .they-dropdown-target {
  position: relative;
}
.site-header .main-nav .they-dropdown-target .dropdown-contain, .site-header .utils-nav .they-dropdown-target .dropdown-contain {
  position: absolute;
  left: -8.75rem;
  display: none;
  background: rgba(255, 255, 255, 1);
  width: 51rem;
}
.narrow {
  width: 14rem!important;
  /*left: -3.75rem!important;*/
  left: -0.55rem!important;

}
.narrow li a {
  width: 14rem!important;
  left: -3.75rem!important;
}
.site-header .main-nav .they-dropdown-target .they-dropdown, .site-header .utils-nav .they-dropdown-target .they-dropdown {
  margin-left: 0;
  width: 17.5rem;
  float: left;
}
.site-header .main-nav .they-dropdown-target .they-dropdown li, .site-header .utils-nav .they-dropdown-target .they-dropdown li {
  display: none;
  text-align: left;
  width: 100%;
  padding: 0;
}
.site-header .main-nav .they-dropdown-target .they-dropdown li a, .site-header .utils-nav .they-dropdown-target .they-dropdown li a {
  display: block;
  padding: 0.35rem 0.7rem;
  font-size: 0.6rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header .main-nav .they-dropdown-target .they-dropdown li a:hover, .site-header .utils-nav .they-dropdown-target .they-dropdown li a:hover, .site-header .main-nav .they-dropdown-target .they-dropdown li a:focus, .site-header .utils-nav .they-dropdown-target .they-dropdown li a:focus, .site-header .main-nav .they-dropdown-target .they-dropdown li a:active, .site-header .utils-nav .they-dropdown-target .they-dropdown li a:active {
  background: #000;
  color: #fff;
}
.site-header .main-nav .they-dropdown-target:hover .dropdown-contain, .site-header .utils-nav .they-dropdown-target:hover .dropdown-contain {
  display: block;
}
.site-header .main-nav .they-dropdown-target:hover .they-dropdown li, .site-header .utils-nav .they-dropdown-target:hover .they-dropdown li {
  display: block;
}
.site-header .main-nav .they-dropdown-target:hover .they-dropdown li a:after, .site-header .utils-nav .they-dropdown-target:hover .they-dropdown li a:after {
  display: none;
}
.site-header .top-most {
  padding-top: 0.5rem;
  opacity: 0.8;
}
.site-header .top-most ul {
  float: right;
}
.site-header .main-nav, .site-header .utils-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .site-header .main-nav, .site-header .utils-nav {
    display: block;
  }
}
.site-header .main-nav li, .site-header .utils-nav li {
  display: inline-block;
  padding-right: 15px;
}
.site-header .main-nav li:last-child, .site-header .utils-nav li:last-child {
  padding-right: 0;
}
.site-header .main-nav li.top a, .site-header .utils-nav li.top a {
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  font-size: 0.75em;
  text-transform: uppercase;
}
.site-header .main-nav li.top a:after, .site-header .utils-nav li.top a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  -webkit-transition: width 300ms ease, background-color .5s ease;
  -moz-transition: width 300ms ease, background-color .5s ease;
  -ms-transition: width 300ms ease, background-color .5s ease;
  -o-transition: width 300ms ease, background-color .5s ease;
  transition: width 300ms ease, background-color .5s ease;
}
.site-header .main-nav li.top a:hover:after, .site-header .utils-nav li.top a:hover:after {
  width: 100%;
  background: #0FDAC2;
}
.site-header .main-nav li.top.active a:after, .site-header .utils-nav li.top.active a:after {
  width: 100%;
  background: #0FDAC2;
}
.site-header .social-sharing a {
  margin: 0;
}
.site-header .header-logo {
  position: absolute;
  /*top: 0;*/
  top: -10px;
  padding: 15px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.site-header .header-logo .header-mark {
  margin: 0 auto 10px;
  display: block;
  max-height: 90px;
  /*max-width: 190px;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-header .header-logo .header-logotype {
  /*max-width: 150px;*/
  max-width: 190px;
  margin: 0 auto 30px;
  display: block;
}
.shadow {
    -webkit-filter: drop-shadow( 1px 1px 2px #000 );
            filter: drop-shadow( 1px 1px 2px #000 ); /* Same syntax as box-shadow */
}
@media only screen and (min-width: 64.0625em) {
  .site-header.header--hidden {
    -webkit-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
  }
  .site-header.header--narrow {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkig-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 17px 50px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .site-header.header--narrow .header-logo {
    position: absolute;
    top: 0;
    padding: 15px 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 64.0625em) {
  .site-header.header--narrow .header-logo .header-mark {
    margin: 0 auto;
    display: block;
    max-width: 50px;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 40em) {
  .site-header.header--narrow .header-logo .header-mark {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .site-header.header--narrow .header-logo .header-logotype {
    display: none;
  }
}

/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

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

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

.chat {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  .chat {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
  }
  .chat .columns {
    float: right;
  }
  .chat .columns a.button.small {
    margin: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    background-color: black;
    color: white;
  }
  .chat .columns a.button.small:hover {
    background-color: white;
    color: black;
  }
}

.property-filter {
  background-color: black;
  color: white;
  padding: 30px 15px;
}
.property-filter .price-output {
  text-align: center;
}
.property-filter span small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: gray;
}
.property-filter select {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin-bottom: 0;
  background-color: black;
  text-transform: uppercase;
  color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwRkRBQzIiIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  border: 1px solid #333333;
  font-size: 0.85rem;
}
.property-filter select:focus {
  background-color: #333333;
}
.property-filter .property-filter__range-slider {
  max-width: 100%;
  margin: 0;
  height: 1px;
  border: 0 none;
  margin: 0 0;
  vertical-align: middle;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1px;
  width: 100%;
  background: #282828;
}
.property-filter .property-filter__range-slider .range-slider-active-segment {
  background: #0FDAC2;
  height: 1px;
}
.property-filter .property-filter__range-slider .range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  top: -8px;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #0FDAC2;
  border-radius: 100%;
}
.property-filter .property-filter__range-select {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.property-filter .property-filter__range-select li {
  display: inline-block;
}
.property-filter .property-filter__range-select li:not(:last-child) {
  padding-right: 7px;
}
.property-filter .property-filter__range-select li a {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #555;
  font-size: 0.9rem;
  font-weight: 700;
}
.property-filter .property-filter__range-select li a:hover {
  color: #f2f2f2;
}
.property-filter .property-filter__range-select li a.active {
  color: #fff;
}
.property-filter .property-filter__range-select li a.active:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 60%;
  background: #0FDAC2;
}
.property-filter .range-val {
  text-align: center;
}
.property-filter .property-filter__stepper .fa-door-open,
.property-filter .property-filter__stepper .fa-users {
  font-size: 0.85rem;/*font-size: 14px;*/
  font-weight: bold; /*added*/
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: gray;
}
.property-filter .property-filter__stepper .fa-door-open:before,
.property-filter .property-filter__stepper .fa-users:before {
  text-align: center;
}
.property-filter #showAll {
  display: block;
  margin-top: 0.2rem;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: whitesmoke; /*color: #555;*/
  font-size: 0.85rem; /*font-size: 10px;*/
  font-weight: 600;
}
.property-filter #showAll:hover {
  color:yellowgreen; /* color: #f2f2f2;*/
  font-weight: 700;
  font-size: 0.90rem;
}
.property-filter #showAll.active {
  color: #fff;
}
.property-filter #showAll.active:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 60%;
  background: #0FDAC2;
}

.stepper-label {
  float: right;
  margin-right: 0.35rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.85rem; /*font-size: 0.65rem;*/
  font-weight: bold; /*none*/
  text-transform: uppercase;
}

.they-player {
  margin-top: 1rem;
}

.playlist {
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
}
.playlist h4 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.25rem;
}
.playlist .vid_views {
  display: none;
}
.playlist li {
  margin: 0 0 1.6rem;
  padding: 0 1rem;
  float: left;
}
@media only screen and (max-width: 40em) {
  .playlist li {
    width: 100%;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .playlist li {
    width: 33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .playlist li {
    width: 25%;
  }
  .playlist li:last-child {
    margin-right: 0;
  }
}
.playlist li a.video-thumb {
  display: block;
  overflow: hidden;
}
.playlist li a.video-thumb img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.playlist li a.video-thumb:hover img {
  -webkit-filter: contrast(1) brightness(1);
  -moz-filter: contrast(1) brightness(1);
  -ms-filter: contrast(1) brightness(1);
  -o-filter: contrast(1) brightness(1);
  filter: contrast(1) brightness(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#vid-meta {
  padding: 0 0 2rem;
}
#vid-meta h4 {
  font-size: 2.6rem;
  line-height: 1;
}
#vid-meta .vid_views {
  display: none;
}
#vid-meta p.hide {
  display: block;
}

.video-cat-filter {
  margin: 1rem 0 2rem;
  padding-top: 1rem;
}
.video-cat-filter a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #333;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  margin-right: 1rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.video-cat-filter a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.video-cat-filter a.active, .video-cat-filter a:hover, .video-cat-filter a:focus, .video-cat-filter a:active {
  color: #000;
}
.video-cat-filter a.active:after, .video-cat-filter a:hover:after, .video-cat-filter a:focus:after, .video-cat-filter a:active:after {
  width: 100%;
}
.video-cat-filter span.label {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem 0.45rem;
}
@media only screen and (max-width: 40em) {
  .video-cat-filter span.label {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 0.5rem 0;
  }
}

.they-tabs .tab-title {
  width: 50%;
  background: #fff;
  text-align: center;
}
.they-tabs .tab-title a {
  color: #000;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.065rem;
  background: #eee;
}
.they-tabs .tab-title a:hover, .they-tabs .tab-title a:active, .they-tabs .tab-title a:focus {
  background: rgba(136, 171, 28, 0.25);
}
.they-tabs .tab-title.active a {
  background: rgba(136, 171, 28, 0.35);
}

.they-modal {
  box-shadow: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.they-modal .flex-video {
  margin-bottom: 0;
  padding-bottom: 65%;
}
.they-modal .close-reveal-modal {
  top: 0;
  right: -2.05rem;
  padding: 0.1rem 0.5rem 0.4rem;
  font-size: 1.8rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #222;
  color: rgba(0, 0, 0, 0.5);
}
.they-modal .close-reveal-modal:hover, .they-modal .close-reveal-modal:active, .they-modal .close-reveal-modal:focus {
  color: #fff;
  background: #000;
}
.they-modal .modal-wrap {
  padding: 1rem;
}

.reveal-modal-bg {
  background: #222;
  background: rgba(0, 0, 0, 0.65);
}

.qty {
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  min-width: 75px;
  overflow: visible;
}
.qty input[type="text"] {
  display: block;
  background: none;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding: 5px 25px;
  border: 1px solid #333333;
  margin: 0;
  color: #ffffff;
}
.qty a {
  display: block;
  line-height: 35px;
}
.qty a.qty__adjust--minus {
  border-right: 1px solid #333333;
  float: left;
}
.qty a.qty__adjust--plus {
  border-left: 1px solid #333333;
  float: right;
}
.qty .num {
  padding: 5px 25px;
  display: block;
  text-align: center;
  border: 1px solid #333333;
}

.qty__adjust {
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  height: 100%;
  line-height: 37px;
  width: 37px;
  color: #0FDAC2;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.qty__adjust:hover {
  color: #0FDAC2;
}
.qty__adjust .fa {
  text-align: center;
  font-size: 10px;
  vertical-align: middle;
}
.qty__adjust:hover {
  background-color: #282828;
}
.qty__adjust:active {
  background-color: #0f0f0f;
}

.qty__adjust--plus {
  right: 0;
  border-left: 1px solid #282828;
}

.qty__adjust--minus {
  left: 0;
  border-right: 1px solid #282828;
}

.about-map .they-map {
  padding-bottom: 95%;
}

.map-data ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.map-data ul a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #282828;
}
.map-data .marker {
  display: none;
}

.they-map {
  background-color: #aee2e0 !important;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
.they-map iframe {
  background-color: #aee2e0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* .they-map::after{ */
  /* content: url('https://tulemar.com/wp-content/uploads/2022/08/google_on_white_hdpi.png'); */
}
.they-map .gm-style-cc,
.they-map a[target="_blank"] {
  display: inherit;
}
.they-map .gmnoprint .gm-style-cc {
  display:inline;
}
.slider-for {
  margin-bottom: 15px;
}

.they-clearing {
  display: none;
}

.clearing-blackout {
  background: rgba(0, 0, 0, 0.85);
}
.clearing-blackout .they-clearing {
  display: block;
}

.clearing-assembled .clearing-container .visible-img {
  background: transparent;
}

.slider-nav img {
  opacity: 0.7;
}
.slider-nav .slick-center img {
  opacity: 1;
}

.property-container {
  list-style: none;
}
.property-container .not-found {
  display: block;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.35rem;
  color: #000;
  padding: 45px 0;
}

.shuffle {
  height: 420px;
  width: 100%;
  padding: 0 15px 15px 0;
  float: left;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .shuffle {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .shuffle {
    width: 33.33333%;
  }
}

p {
  font-weight: 300;
}

.property-single .property-single__intro {
  /*padding-top: 60px;*/
  padding: 50px 0px;
}

.property-logo {
  /*padding-top: 30px;*/
}
.property-single .property-single__intro p {
  font-weight: 300;
  font-family: "Surveyor Display A", "Surveyor Display B";
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  .property-single .property-single__intro p {
    font-size: 44px;
    line-height: 1.3;
  }
}
.property-single .property-single__intro p strong {
/*  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;*/
  font-weight: inherit;
}
.property-single .property-single__main {
  padding: 60px 0;
}

.horizontal-slider {
  width: 100%;
  height: 1px;
  background-color: #000;
  border: 1px solid #000;
}

.handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  top: -8px;
  left: -8px;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #0FDAC2;
  border-radius: 100%;
}

.bar {
  position: relative;
  background: #ddd;
}

.horizontal-slider .bar {
  top: 0px;
  height: 1px;
  background-color: green;
}

.bar.bar-0 {
  background-color: #0FDAC2;
}

.bar.bar-1 {
  background-color: #DDDDDD;
}

.property-skinny {
  /*padding: 30px 0;*/
  padding: 5px 0;
  background-color: #282828;
}
.property-skinny .columns {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}
@media only screen and (max-width: 40em) {
  .property-skinny .columns {
    font-size: 1.2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .property-skinny .columns {
    font-size: 1.2rem;
    width: 25%;
  }
}
.property-skinny .columns span {
  color: #666;
  color: #c3c3c3;
  display: block;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.8rem;
  font-size: 1.0rem;
  text-transform: uppercase;
  font-weight: 500;
}
.property-skinny .columns strong {
  font-weight: 300;
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  color: #f4f4f4;
  font-size: 36px;
}

.property-features {
  padding: 0 10%;
}
.property-features h3, .rateQuote h3 {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  text-transform: lowercase;
  font-style: italic;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.3rem;
}
.property-features h3 span {
  display: block;
  margin-bottom: -0.25rem;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 0.065rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: black;
  font-style: normal;
}
.property-features ul {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  list-style: square;
  margin-bottom: 0;
  color: #4d4d4d;
}
.property-features ul span {
  text-transform: uppercase;
  font-size: 10px;
}

h3.gallery-title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
}

.review {
  margin: 0 0 2rem;
  padding: 5% 5% 0;
}
.review h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0.25rem;
}
.review h4 span {
  font-size: 0.9rem;
  color: #333;
}
.review .review_copy {
  margin: 0.25rem 0 0;
  display: block;
  max-height: none;
  margin-bottom: 0;
}
.review .review_copy.masked {
  max-height: 5rem;
  overflow: hidden;
  margin-bottom: -5rem;
}
.review .review_copy p {
  font-size: 0.9rem;
}
.review .mask {
  display: block;
  height: 5rem;
  background: #fff;
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
.review .reveal-review {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  text-transform: uppercase;
  /*color: #333;*/
  color: #0fdac2;
  margin-bottom: 0.25rem;
}

#staff .staff-member {
  padding: 60px 0;
}
#staff .staff-member h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
#staff .staff-member h4 {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-size: 3.75rem;
  color: #000;
  text-transform: capitalize;
}
#staff .staff-member h4 span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.5);
}
#staff .staff-member img {
  border-radius: 30rem;
  margin: 0 auto;
}
#staff .staff-member p {
  color: #000;
  font-size: 0.9rem;
}
#staff .staff-member p br {
  line-height: 2;
}

#availability .availability-calendar {
  padding: 60px 0;
}
#availability .availability-calendar h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 3.8rem;
}
#availability .availability-calendar h4 {
  font-family: "Surveyor Fine A", "Surveyor Fine B";
  font-size: 3.75rem;
  color: #000;
  text-transform: capitalize;
}
#availability .availability-calendar h4 span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.5);
}
#availability .availability-calendar img {
  border-radius: 30rem;
  margin: 0 auto;
}
#availability .availability-calendar p {
  color: #000;
  font-size: 0.9rem;
}
#availability .availability-calendar p br {
  line-height: 2;
}
.rates-item {
  background-color: #282828;
  padding-bottom: 0.625rem;
}
.rates-item h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 1.5rem 1.5rem 0;
  color: #fff;
}
.rates-item table {
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  border: 0;
  margin-bottom: 0;
}
.rates-item table thead {
  background: #282828;
}
.rates-item table thead tr:nth-of-type(odd) {
  background: #282828;
}
.rates-item table thead th {
  padding: 0.5rem 1.5rem 0.625rem;
  background-color: transparent !important;
  font-weight: 300;
  font-size: 12px;
  color: #0FDAC2;
}
.rates-item table tr td {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  /* padding: 0.5rem 1.5rem 0.625rem; */
  padding: 0.5rem 0.8rem 0.625rem;
}
.jules_promo {
  color: #257a22!important;
  font-weight: 800;
}
.announcement-bar {
  background-color: #257a22; /* Change the background color as desired */
  color: #fff; /* Change the text color as desired */
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: sticky;
  top: 0;
  /* position: fixed; */
  /* top: 30px; */
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-decoration:none;
  cursor: pointer;
}
.announcement-bar p {
  margin: 0;
}
.announcement-button {
  background-color: #000; /* Change the button background color as desired */
  color: #fff; /* Change the button text color as desired */
  border: none;
  padding: 10px 15px;
  font-size: 0.8rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.announcement-button:hover {
  background-color: #fff; /* Change the hover background color as desired */
  color: #000; /* Change the hover text color as desired */
}
.rates-item table tr td.jules_promo {
  color: #257a22!important;;
  font-size: 12px;
  text-transform: uppercase;
  /* padding: 0.5rem 1.5rem 0.625rem; */
  padding: 0.5rem 0.8rem 0.625rem;
  font-weight:800!important;
}
.rates-item table tr.even, .rates-item table tr.alt, .rates-item table tr:nth-of-type(even) {
  background: #282828;
}
.rates-item table tr.odd, .rates-item table tr, .rates-item table tr:nth-of-type(odd) {
  background: #2d2d2d;
}
.rates-item table .subhead:nth-of-type(odd) {
  background: #282828;
}
.rates-item table .subhead td {
  /* font-weight: 300; */
  text-transform: uppercase;
  font-size: 10px;
  /* color: #a8a8a8; */
  font-weight: 400;
  color: #afe1cfd6;
}
.rates-item table .num {
  text-align: center;
  padding: 0.3rem;
}
.rates-item table .dim {
  color: #7a7676;
}
.rates-item table .sale {
  color: yellow;
  font-weight: 700;
}
.rates-item.no-rates {
  background: #eee;
  padding: 5%;
  margin: 2rem 0;
  text-align: center;
}
.rates-item.no-rates h4 {
  line-height: 1.15;
  margin: 0;
}
.rates-item.no-rates h4 a {
  color: #0FDAC2;
}
.rates-item.no-rates h4 span {
  font-size: 1.15rem;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.rates-item p {
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 25px;
  font-size: 13px;
  margin-bottom: 10px;
}

.book-button {
  display: block;
  width: 100%;
  max-width: 15rem;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.book-button.book-button__header {
  margin: 1rem auto;
}
.book-button.book-button__page {
  margin: 0.5rem 0 0;
  max-width: none;
  color: #fff;
  border-color: #fff;
}
.book-button.book-button__page:before {
  background: black;
}
.book-button:hover, .book-button:active, .book-button:focus {
  color: #fff;
  background: #282828;
}

.booking-modal {
  min-width: 400px;
  max-width: 42.5rem;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .booking-modal {
    min-width: 500px;
  }
}
.booking-modal h3 {
  font-family: "Surveyor SSm A", "Surveyor SSm B";
  font-size: 2.3rem;
  font-weight: 100;
  text-transform: capitalize;
}
.booking-modal h4 {
  font-weight: 900;
  font-size: 1.1rem;
}
.booking-modal .they-progress {
  height: 0.7rem;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.progress-meter-text {
  color: white;
  display: block;
  margin: auto;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 10pt;
  text-align: center;
  vertical-align: top;
}
.booking-modal .they-progress .meter {
  background: #0FDAC2;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.booking-modal .row {
  width: 103%;
  margin-left: -0.5rem;
}
.booking-modal .columns.padcol {
  padding: 0 0.5rem;
}
.booking-modal .step {
  display: none;
}
.booking-modal .step.step-1 {
  display: block;
}
.booking-modal .modal-nav a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border: 1px solid #000;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.booking-modal .modal-nav a:hover, .booking-modal .modal-nav a:focus, .booking-modal .modal-nav a:active {
  color: #fff;
  background: #000;
  border-color: #000;
}
.booking-modal .modal-nav a.endofline {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.booking-modal .modal-nav a.endofline:hover, .booking-modal .modal-nav a.endofline:focus, .booking-modal .modal-nav a.endofline:active {
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border-color: #000;
}
.booking-modal a.prop-booking {
  display: block;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  width: 100%;
  color: #666;
}
@media only screen and (min-width: 40.0625em) {
  .booking-modal a.prop-booking {
    width: 50%;
    padding: 0 0 0.25rem 0.5rem;
  }
  .booking-modal a.prop-booking:nth-child(odd) {
    clear: left;
    padding: 0 0.25rem 0.5rem 0;
  }
}
.booking-modal a.prop-booking.active {
  font-weight: 600;
}
.booking-modal a.prop-booking.active, .booking-modal a.prop-booking:hover, .booking-modal a.prop-booking:focus, .booking-modal a.prop-booking:active {
  color: #000;
}
.booking-modal .cancellation-terms {
  width: 100%;
  max-height: 8rem;
  overflow: scroll;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.85rem;
  line-height: 1.3;
  color: #999;
  border: 1px solid #eee;
  padding: 0.8rem 1.3rem;
  margin: 1rem 0;
}

.booking-modal .cancellation-terms strong {
  display: block;
  text-align: center;
}
/*
  Icon Font: custom-font-icons
*/
@font-face {
  font-family: "custom-font-icons";
  src: url("./fonts/custom-font-icons.eot");
  src: url("./fonts/custom-font-icons.eot?#iefix") format("embedded-opentype"), url("./fonts/custom-font-icons.woff") format("woff"), url("./fonts/custom-font-icons.ttf") format("truetype"), url("./fonts/custom-font-icons.svg#custom-font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "custom-font-icons";
    src: url("./custom-font-icons.svg#custom-font-icons") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.fa-admin:before,
.fa-broom:before,
.fa-coin-bag:before,
.fa-coins:before,
.fa-deaf:before,
.fa-dice:before,
.fa-door-closed:before,
.fa-door-open:before,
.fa-factory:before,
.fa-hourglass:before,
.fa-id-card:before,
.fa-map:before,
.fa-robot:before,
.fa-shopping-basket:before,
.fa-shower:before,
.fa-stop-watch:before,
.fa-t-shirt:before,
.fa-target:before,
.fa-tractor:before,
.fa-user-with-headset:before {
  display: inline-block;
  font-family: "custom-font-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fa-admin:before {
  content: "\f100";
}

.fa-broom:before {
  content: "\f101";
}

.fa-coin-bag:before {
  content: "\f102";
}

.fa-coins:before {
  content: "\f103";
}

.fa-deaf:before {
  content: "\f104";
}

.fa-dice:before {
  content: "\f105";
}

.fa-door-closed:before {
  content: "\f106";
}

.fa-door-open:before {
  content: "\f107";
}

.fa-factory:before {
  content: "\f108";
}

.fa-hourglass:before {
  content: "\f109";
}

.fa-id-card:before {
  content: "\f10a";
}

.fa-map:before {
  content: "\f10b";
}

.fa-robot:before {
  content: "\f10c";
}

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

.fa-shower:before {
  content: "\f10e";
}

.fa-stop-watch:before {
  content: "\f10f";
}

.fa-t-shirt:before {
  content: "\f110";
}

.fa-target:before {
  content: "\f111";
}

.fa-tractor:before {
  content: "\f112";
}

.fa-user-with-headset:before {
  content: "\f113";
}

@media only screen and (min-width: 40.0625em) {
  .large--text-two-col {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .large--text-two-col big {
    font-family: "Surveyor Display A", "Surveyor Display B";
    font-size: 23px;
    line-height: 1.5;
  }
}
.post-edit-link {
  background-color: black;
  padding: 8px 12px;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.post-edit-link:hover {
  color: black;
  background-color: #ddd;
}

.archive-filter {
  max-width: 78em;
  padding: 20px 45px;
  margin: 0 auto;
}
.archive-filter a {
  display: inline-block;
  margin: 0 15px 10px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.archive-filter a:hover, .archive-filter a:active, .archive-filter a:focus, .archive-filter a.active {
  color: #000;
}

.row-mask-toggle {
  float: right;
}

.row-mask {
  display: block;
  margin: 15px 0 15px;
  clear: both;
}
.row-mask.masking {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.row-mask.masking span.the_mask {
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a.row-mask-toggle {
  display: block;
  width: 100%;
  max-width: 10rem;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
a.row-mask-toggle:hover, a.row-mask-toggle:focus, a.row-mask-toggle:active {
  color: #fff;
  background: #000;
}

.they-grid {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.they-grid li {
  width: 100%;
  padding: 0 30px 45px;
  margin: 0;
  float: left;
  min-height: none;
}
@media only screen and (min-width: 40.0625em) {
  .they-grid li {
    min-height: 400px;
    width: 50%;
  }
  .they-grid li.activity {
    width: 100%;
    min-height: 0;
  }
  .they-grid li.animal {
    width: 100%;
    min-height: 0;
  }
  .they-grid li.sales {
    width: 33%;
  }
  .they-grid li.story {
    width: 100%;
    min-height: 0;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .they-grid li {
    min-height: 750px;
  }
  .they-grid li.activity {
    min-height: 0;
  }
  .they-grid li.animal {
    min-height: 0;
  }
  .they-grid li.sales {
    /*min-height: 800px;*/
    width: 33%;
  }
}
.they-grid li ul {
  list-style: square;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.they-grid li ul li {
  width: 100%;
  min-height: 0;
  padding: 0 0 5px;
}
.they-grid li ul li:last-child {
  margin-bottom: 20px;
}

li.activity .display-table {
  vertical-align: middle;
  display: table-cell;
}
li.activity .medium-4,
li.activity .medium-8 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

li.animal .display-table {
  vertical-align: middle;
  display: table-cell;
}
li.animal .medium-4,
li.animal .medium-8 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.powered-by {
  clear: both;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  top: -0.5rem;
  margin-bottom: 0.5rem;
}
.powered-by a {
  color: #fff;
  color: rgba(255, 255, 255, 0.35);
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.powered-by a:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.powered-by a:hover {
  color: #fff;
}
.powered-by a:hover:after {
  width: 100%;
  background: #fff;
}

.weather-widget ul.days {
  margin-top: 0.75rem;
}

.weather {
  display: block;
  min-height: 5rem;
  height: 100%;
  width: 100%;
  -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.other-title {
  font-size: 2.1rem;
}
.other-title a {
  color: #000;
}
.other-title a:hover, .other-title a:active, .other-title a:focus {
  color: #dcdcdc;
}

.other-link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.7rem;
  font-weight: 100;
  color: #fff;
  background: #222;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}
.other-link:hover {
  background: rgba(34, 34, 34, 0.7);
}

#booking .step {
  display: none;
}
#booking .step.step-1, #booking .step.active {
  display: block;
}
#booking h4 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
#booking h4 + p {
  text-align: center;
}
#booking .interested-props a {
  display: block;
  /*width: 33%;*/
  /*float: left;*/
  /*padding: 0rem 1rem;*/
  font-size: 0.875rem;
}
#booking .interested-props a:nth-child(3n+1) {
  /*clear: left;*/
}
#booking .terms-textarea {
  padding: 1rem 1.5rem;
  border: rgba(0, 0, 0, 0.75);
  background: #eee;
  box-shadow: none;
  width: 100%;
  max-width: 54rem;
  height: 22rem;
  padding: 1rem 1.5rem;
  margin: 1rem auto 0;
}
#booking .cancellation-terms {
  text-align: center;
}

.booking-nav {
  text-align: center;
}
.booking-nav a {
  float: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.booking-nav a:focus, .booking-nav a:active {
  color: #000;
}
.booking-nav a.endofline, .booking-nav a:hover {
  color: rgba(34, 34, 34, 0.7);
}
.booking-nav a i.fa {
  font-size: 1.1rem;
  position: relative;
  top: 1px;
}
.booking-nav a.endofline:hover {
  cursor: cancellation;
}

textarea[rows]{
  height: 6em;
}

@media only screen and (max-width: 40em) {
  .property-filter__stepper {
    padding-bottom: 2rem !important;
  }
  .property-filter__stepper span.stepper-label {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0.8rem !important;
  }
  .property-filter__stepper div.stepper {
    margin-right: 2.5%;
  }

  .property-filter .horizontal-slider {
    top: 1rem;
  }
  .property-filter #showAll {
    margin-top: 1.9rem !important;
  }
  .property-filter select {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .property-filter__stepper {
    padding-bottom: 1rem !important;
  }
  .property-filter__stepper span.stepper-label {
    display: block;
    width: 100%;
    text-align: center;
  }
  .property-filter__stepper div.stepper {
    margin-right: 2.5%;
  }
}
body.page article.video.type-video {
  margin-top: 3rem;
}

::selection {
  background: #222;
  color: #fff;
}

::-webkit-selection {
  background: #222;
  color: #fff;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

/*# sourceMappingURL=screen.css.map */

@media (max-width: 64em) {
  .introductory-verbage { display: none;}
}
li .animal-label {
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: small;
}
.spanish-name {
  color: green;
  font-style: italic;
}
#bic-calendar .bic_calendar .main-bcalendar .footer .viewmonth {
  background-color: rgb(141, 190, 19) !important;
}
h5.prop-menu-name {
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: small;
}
h6.prop-menu-desc {
  font-weight: 300;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-size: xx-small;
}
ul.boat-details {
  list-style-type: none;
}
li.boatBullets {
  list-style-type: square;
}
.boatRates {
  background-color: #7fedff6b;
  padding: 1.2rem;
  margin-bottom: 2rem;
}
/* div.video_cont {
position: relative;
padding-bottom: 56.25%;
margin-bottom:2em;
padding-top: 35px;
height: 0;
overflow: hidden;
}
iframe.faq_video {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
.calendar-navigation {
  margin-left:auto;
  margin-right:auto;

}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background-color:white;
    padding-left:15px;
    padding-bottom:15px;
    min-height:275px;
    margin-bottom:10px;
}

.day-label {
    font-weight: 500;
    text-align: center;
    /* background-color: #f2f2f2; */
    padding: 4px;
    font-family:"Gotham SSm A", "Gotham SSm B", sans-serif;
    background-color:white;
    color:#c3c3c3;
    /* width:35px; */
}

.day {
    text-align: center;
    padding: 4px;
    /* background-color: #ffffff; */
    border: 1px solid #f2f2f2;
    /* font-family:"Gotham SSm A", "Gotham SSm B", sans-serif; */
    /* background-color:rgb(34,34,34); */
    /* border-radius: 50%; */
    color:#222;
    /* width:34px; */
    /* height:34px; */
    border:none;
    padding-top:8px;
    /* border-spacing:5px 5px; */
}
.day.empty {
  border:none;
  background-color: white;
}

.unavailable {
    background-color: #ffc0bd;
    /* border-radius:0%; */
    /* color:#fff; */
}

.available {
  background-color: #ddffcc;
  /* color:#fff; */
  /* border:2px solid #2abb7e; */
  font-weight:500
}

.day.grey {
  background-color:rgb(204,204,204);
  color:white;
}
.calendar-month {
  /* flex-basis: calc(50% - 1%); /* Set the width of each calendar-month div */ */
  box-sizing: border-box;
  /* max-width: calc(33.3333% - 1%); /* Set a maximum width */ */
  margin-bottom:10%;
}
.hidden {
  display:none;
}
.calendar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Add this line to adjust the horizontal spacing */
  align-items: flex-start; /* Add this line to align the items to the top */
}
  .calendar-navigation button.calendar-prev {
    font-family:"Gotham SSm A", "Gotham SSm B", sans-serif;
    background-color:white;
    color:black;
    font-size:125%;
    font-weight: 300;
    /* border: 1px solid black; */
  }
  .calendar-navigation button.calendar-next {
    font-family:"Gotham SSm A", "Gotham SSm B", sans-serif;
    background-color:white;
    color:black;
    font-size:125%;
    font-weight:300;
    /* border: 1px solid black; */
  }
  .calendar-next::after{
    font-family:'FontAwesome';
    content:'\f271';
    margin-left:4px;
  }
  .calendar-prev::before{
    font-family:'FontAwesome';
    content:'\f272';
    margin-right:4px;
  }
  .calendar-navigation button.calendar-next:disabled,
.calendar-navigation button.calendar-next[disabled]{
  color: #eae1e1;
}
.calendar-navigation button.calendar-prev:disabled,
.calendar-navigation button.calendar-prev[disabled]{
color: #eae1e1;
}
  .calendar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left:auto;
  margin-right:auto;
  width:90%;
}

.equal-height {
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}

.calendar-month {
  box-sizing: border-box;
  flex-grow: 1;

}
.centered-text {
  text-align: center;
}
.calendar-legend:before {
  font-family:'FontAwesome';
  content:'\f0c8';
  color:rgb(221, 255, 204);
}
.calendar-legend {
  float:left;
}
.calendar-legend-a:before {
  font-family:'FontAwesome';
  content:'\f0c8';
  color:rgb(255, 192, 189);
  margin-left:5px;
}
.avail_date {
  display:block;
  position:relative;
  font-weight:400;;
  font-size:10px;
}
.avail_month {
  font-size:8px;
  font-weight: 400;
  display:block;
  position: relative;
}
.avail_year {
  text-align: center;
  display:block;
  position:relative;
  font-size:6px;
}
th.calendar_date {
  border-radius: 10px;
  border:1px solid #fff;
  text-align: center;
}
#tableAll {
  /* border-collapse: collapse!important; */

}
.tableAll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.tableAll th.date {
  padding:0.25rem;
}
.tableAll th, .tableAll td {
  font-size: x-small;
  font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
  text-align: center!important;
  /* box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.4); */
  line-height:0.6rem;
}
.tableAll th.calendar_label, .tableAll td.property_name{
  position:sticky;
  background:white;
  left:0;
  z-index: 1;
  text-align:right!important;
}

.tableAll th.date {
  position:sticky;
  top:0px;
  background:white;
  max-width: 25px;
  max-height: 25px;
}
.tableAll td.date {
  max-width:25px;
  max-height:25px;
}
.tableAll th.calendar_label:before, #tableAll td.property_name:before {
  content: '';
  display: block;
  width: 11em;
}
.calendar-legend:before{

}
#loading {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  /* display: flex; */
  justify-content: center;
  align-items: center;
}
#loading img {
  display:flex;
  align-items: center;
}
#masterCalendar_nav {
  display:block;
  margin:auto;
}
#scrollLeft, #scrollRight {
  /* background: transparent;
color: black;
border: 1px solid black;
font-size: x-small;
text-transform: uppercase;
margin-right: 24px; */
display:inline-block;
width:33%;
}
#scrollLeft {
  margin-right:24px;
}
#periodStart {
  width:75%;
}
button.nav{
  display:inline-block;
}
.brag-bar img {
  position: relative;
  vertical-align: middle;
}
.brag-bar li {
  line-height: 2rem;
}
img.ta{
  position: relative;
  top: -1.3rem;
}
img.cpl {
  position: relative;
  top:-1rem;
}
img.cosmo {
  position: relative;
  top:0.6rem;
}
.tabs .tab-title.covid a {
  font-family:"Gotham SSm A","Gotham SSm B",sans-serif;
  font-siz:large;
  background:#ECF0F1;
  color:#333;
  text-transform: uppercase;
  font-weight:500;
  border-radius: 2px;

}
.tabs .tab-title.covid.active a {
    background:#F7F9F9;
    color:#333;
    border-radius: 2px;
    border-bottom: 1px, solid, aqua;

}
.tabs .tab-title.covid a:hover {
  background:#FBFCFC;
  color:#333;
  transform:scale(1.1);
  /* text-decoration: underline; */
  /* text-decoration-color: aqua; */
  border-bottom:2px solid aqua;
  font-weight:600;
}
.tabs-content.corona {
  margin-top:2.5em;
}
li.covid-block:hover {
  transform:scale(1.4);
}
p>i.fa-dizzy {
  transition: transform 0.8s ease-in-out;
}
p>i.fa-dizzy:hover {
  transform: rotate(180deg);
}
p>i.fa-virus {
  transition:transform 0.5s ease-in-out;
}
p>i.fa-virus:hover {
  transform: rotate(360deg);
}

.weather-widget .forecast {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
    font-size: 22px;
    /* color: #a0ddf5; */
    color: #0fdac2;
    font-size:small;
}
.weather-widget .forecast:before,
.weather-widget .forecast:after {
    content: " ";
    display: table
}
.weather-widget .forecast:after {
    clear: both
}
.weather-widget .forecast li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em
}
.weather-widget .forecast li {
    width: 20%;
    padding: 0 0.625em 1.25em
}
.weather-widget .forecast li:nth-of-type(n) {
    clear: none
}
.weather-widget .forecast li:nth-of-type(5n+1) {
    clear: both
}
.weather-widget ul.rainfall li{
  font-size:small;
  color:#0fc7da;
  width:20%;
  padding:1px;
}
.weather-widget ul.rainfall li.description {
  color:#f59278;
}
.weather-widget ul.rainfall li.accumulation {
  color: whitesmoke;
  font-size:xsmall;
}
.leadin-container {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}
.image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2; /* Makes sure this is on top */
}
.image-container img {
  /* -webkit-filter: drop-shadow(-4px 5px 5px rgba(0,0,0,0.6)); */
  /* filter: drop-shadow(-4px 5px 5px rgba(0,0,0,0.6)); */
  height: 250px;
  animation: image-slide 6s cubic-bezier(.5,.5,0,1);
  animation-fill-mode: forwards;
}
.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1; /* Places this below the image container */
  margin-left: -100px;
}
.fading-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: white;
}
@keyframes image-slide {
  0% { transform: translateX(-250px) scale(0); }
  60% { transform: translateX(-250px) scale(1); }
  90% { transform: translateX(150px) scale(1); }
  100% { transform: translateX(150px) scale(1); }
}
@keyframes text-slide {
  0% { width: 100%; }
  60% { width: 100%; }
  75%{ width: 0; }
  100% { width: 0; }
}
@media screen and (max-width: 1000px) {
  @keyframes image-slide {
    0% { transform: translatex(-150px) scale(0); }
    60% { transform: translatex(-150px) scale(1); }
    90% { transform: translatex(120px) scale(1); }
    100% { transform: translatex(120px) scale(1); }
  }
}
