@charset "UTF-8";
/* MAIN LESS SETUP -----------------------------------------------------------*/
/* Font Families */
/* Base Measurements */
/* Other Variables */
/* Colors */
/* Shades */
/* Social Media Colors */
/* MIXIN CLASSES -------------------------------------------------------------*/
/* Appearance */
/* Adapt Pixel Font Sizes To ems */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
          animation-name: bounceRight;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}

@keyframes bounceLeft {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
          animation-name: bounceLeft;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

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

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* WEBSITE SETUP -------------------------------------------------------------*/
/* Color Classes */
.blue {
  color: #0c93bc !important;
}

.bg-blue {
  background-color: #0c93bc !important;
}

.border-blue {
  border-color: #0c93bc !important;
}

.navy {
  color: #00354b !important;
}

.bg-navy {
  background-color: #00354b !important;
}

.border-navy {
  border-color: #00354b !important;
}

.red {
  color: #973b3b !important;
}

.bg-red {
  background-color: #973b3b !important;
}

.border-red {
  border-color: #973b3b !important;
}

.orange {
  color: #f26722 !important;
}

.bg-orange {
  background-color: #f26722 !important;
}

.border-orange {
  border-color: #f26722 !important;
}

.yellow {
  color: #f8f4a0 !important;
}

.bg-yellow {
  background-color: #f8f4a0 !important;
}

.border-yellow {
  border-color: #f8f4a0 !important;
}

.teal {
  color: #49c2c1 !important;
}

.bg-teal {
  background-color: #49c2c1 !important;
}

.border-teal {
  border-color: #49c2c1 !important;
}

.green {
  color: #165e45 !important;
}

.bg-green {
  background-color: #165e45 !important;
}

.border-green {
  border-color: #165e45 !important;
}

/* Shade Classes */
.white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.gainsboro {
  color: #f5f5f5 !important;
}

.bg-gainsboro {
  background-color: #f5f5f5 !important;
}

.border-gainsboro {
  border-color: #f5f5f5 !important;
}

.silver {
  color: #dcdcdc !important;
}

.bg-silver {
  background-color: #dcdcdc !important;
}

.border-silver {
  border-color: #dcdcdc !important;
}

.grey {
  color: #808080 !important;
}

.bg-grey {
  background-color: #808080 !important;
}

.border-grey {
  border-color: #808080 !important;
}

.gunmetal {
  color: #555555 !important;
}

.bg-gunmetal {
  background-color: #555555 !important;
}

.border-gunmetal {
  border-color: #555555 !important;
}

.jet {
  color: #1b1b1b !important;
}

.bg-jet {
  background-color: #1b1b1b !important;
}

.border-jet {
  border-color: #1b1b1b !important;
}

.black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.border-black {
  border-color: #000000 !important;
}

/* Transparent Classes */
.transparent {
  color: transparent !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-transparent {
  border-color: transparent !important;
}

/* Text Alignments */
.textleft {
  text-align: left !important;
}

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

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

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

/* Section Spacing Classes */
.nomargin {
  margin-bottom: 0 !important;
}

.xsmargin {
  margin-bottom: 15px;
}

.smmargin {
  margin-bottom: 45px;
}

.mdmargin {
  margin-bottom: 75px;
}

.lgmargin {
  margin-bottom: 105px;
}

.xlmargin {
  margin-bottom: 135px;
}

/* Section Padding Classes */
.nopadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.smpadding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.mdpadding {
  padding-top: 75px;
  padding-bottom: 75px;
}

.lgpadding {
  padding-top: 105px;
  padding-bottom: 105px;
}

.xlpadding {
  padding-top: 135px;
  padding-bottom: 135px;
}

/* Miscellaneous */
.hidden {
  display: none !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

/* Display Overrides */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* Block Alignments */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* Display Modes */
.block {
  display: block;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.overflow-auto {
  overflow: auto;
}

/* Fonts */
.font-heading {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.font-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.font-awesome {
  font-family: "Font Awesome 5 Pro";
}

/* Introductory Paragraphs */
.byline {
  font-size: 24px;
  font-size: 1.4769230769rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #000000;
}

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

/* Miscellaneous */
.pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
  font-size: 20px;
  font-size: 1.2307692308rem;
}
.pagination .page-numbers {
  margin: 0 5px;
  font-weight: 600;
}
.pagination .page-numbers.current {
  color: #49c2c1;
}

/* Read More Links */
.readmore {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8615384615rem;
  line-height: 20px;
  cursor: pointer;
  color: #1b1b1b !important;
}
.readmore:hover {
  color: #000000 !important;
}

.cat-item {
  font-size: 11px;
  font-size: 0.6769230769rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cat-item a {
  color: #808080;
}
.cat-item a:hover {
  color: #000000;
}

.tagcloud {
  font-size: 11px;
  font-size: 0.6769230769rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tagcloud a {
  display: inline-block;
  width: 100%;
  color: #808080;
}
.tagcloud a:hover {
  color: #000000;
}

.social-list {
  list-style: none;
  width: 100%;
  padding: 5px 0px;
}
.social-list > a {
  color: #555555;
  font-size: 22px;
  font-size: 1.3538461538rem;
  margin: 0px 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-list > a:first-of-type {
  margin-left: 0px;
}
.social-list > a:last-of-type {
  margin-right: 0px;
}
.social-list > a:hover {
  color: #000000;
}

/* Items */
.breadcrumbs {
  margin: 30px 0;
  font-size: 14px;
  font-size: 0.8615384615rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::after {
  display: inline-block;
  margin: 0 5px;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.breadcrumbs li:last-of-type::after {
  display: none;
}

a[href^="tel:"] {
  display: inline-block;
  margin-left: 5px;
}
a[href^="tel:"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  text-align: center;
  content: "";
}

a[href^="mailto:"] {
  display: inline-block;
  margin-left: 5px;
}
a[href^="mailto:"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  text-align: center;
  content: "";
}

a[href$=".pdf"], a[type="application/pdf"] {
  display: inline-block;
  margin-left: 5px;
}
a[href$=".pdf"]:before, a[type="application/pdf"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-align: center;
  content: "";
}

a[href$=".doc"], a[href$=".docx"], a[href$=".docm"] {
  display: inline-block;
  margin-left: 5px;
}
a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".docm"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-align: center;
  content: "";
}

a[href$=".csv"], a[href$=".xlsx"], a[href$=".xls"] {
  display: inline-block;
  margin-left: 5px;
}
a[href$=".csv"]:before, a[href$=".xlsx"]:before, a[href$=".xls"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-align: center;
  content: "";
}

a[href$=".zip"], a[href$=".rar"], a[href$=".7z"] {
  display: inline-block;
  margin-left: 5px;
}
a[href$=".zip"]:before, a[href$=".rar"]:before, a[href$=".7z"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-align: center;
  content: "";
}

#content .button {
  display: inline-block;
  padding: 9px 22px;
  font-size: 20px;
  font-size: 1.2307692308rem;
  background-color: #555555;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
#content .button:hover {
  color: #ffffff;
  background-color: #1b1b1b;
}

label, .wpforms-container .wpforms-field-label {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 17px;
  font-size: 1.0461538462rem;
}

.wpforms-container .wpforms-field-sublabel {
  font-size: 12px;
  font-size: 0.7384615385rem;
}

input, textarea, select {
  padding: 6px 8px;
  font-size: 17px;
  font-size: 1.0461538462rem;
  border-radius: 2px;
  border: 1px solid #808080;
  color: #1b1b1b;
  outline: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.wpforms-container .wpforms-submit, button[type=submit] {
  display: inline-block;
  padding: 9px 22px;
  font-size: 20px;
  font-size: 1.2307692308rem;
  background-color: #555555;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.wpforms-container .wpforms-submit:hover, button[type=submit]:hover {
  color: #ffffff;
  background-color: #1b1b1b;
}

/* CONTENT STYLING -----------------------------------------------------------*/
#content a:not(.button) {
  color: #1b1b1b;
}

/* Homepage */
body.home #header #logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#home #homepage-hero {
  height: 80vh;
  min-height: 750px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home #homepage-hero > .container {
  text-align: center;
  margin-bottom: 50px;
}
#home #homepage-hero h1 {
  font-size: 100px;
  font-size: 6.1538461538rem;
}
#home #homepage-hero h2 {
  font-size: 50px;
  font-size: 3.0769230769rem;
}
#home #homepage-hero h1, #home #homepage-hero h2 {
  color: #ffffff;
}
@media (max-width: 991px) {
  #home #homepage-hero h1 {
    font-size: 80px;
    font-size: 4.9230769231rem;
  }
  #home #homepage-hero h2 {
    font-size: 40px;
    font-size: 2.4615384615rem;
  }
}
@media (max-width: 767px) {
  #home #homepage-hero h1 {
    font-size: 70px;
    font-size: 4.3076923077rem;
  }
  #home #homepage-hero h2 {
    font-size: 36px;
    font-size: 2.2153846154rem;
  }
}
#home #countdown {
  border: 2px solid #000000;
  margin: 90px auto;
  text-align: center;
}
#home #countdown #timer {
  color: #000000;
  margin: 0px;
}
#home #countdown #timer span {
  font-weight: 400;
}
#home #instagram-section .inner-content {
  min-height: 300px;
}
@media (max-width: 991px) {
  #home #instagram-section .inner-content {
    min-height: 0px;
  }
}
#home #instagram-section .feed-image {
  padding: 0px;
}
#home #instagram-section .feed-image > a {
  border: 15px solid #ffffff;
  position: relative;
  display: block;
}
#home #instagram-section .feed-image > a img {
  margin: 0px;
}
#home #instagram-section .feed-image figure {
  margin: 0px;
}
#home #instagram-section .feed-image .text {
  position: absolute;
  bottom: 12px;
  left: 15px;
}
#home #instagram-section .feed-image .text i {
  color: #ffffff;
  font-size: 34px;
  font-size: 2.0923076923rem;
  opacity: 0.5;
}
@media (max-width: 991px) {
  #home #instagram-section .feed-image {
    margin: 15px auto !important;
    display: block !important;
  }
}
#home #instagram-section #feed2 {
  margin-left: -15px;
  margin-top: -25px;
}
#home #instagram-section #feed1, #home #instagram-section #feed2 {
  position: relative;
  z-index: 2;
}
#home #instagram-section #feed3 {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}
#home #instagram-section #feed4 {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
#home #logoContainer .slick-slide a {
  max-width: 120px;
  display: block;
  border: 2px solid transparent;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
#home #logoContainer .slick-slide a img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #home #logoContainer .slick-slide a {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  #home #logoContainer .slick-slide a {
    padding: 10px;
    border: none;
  }
  #home #logoContainer .slick-slide a:hover {
    border: none !important;
  }
}
#home #logoContainer .slick-slide a:hover {
  border: 2px solid #000;
  -webkit-filter: none;
          filter: none;
}
#home #newsletter-section {
  background-image: url("/wp-content/uploads/2018/09/contact-form-bg.jpg");
  background-size: cover;
  background-position: center right;
  color: #000000;
  position: relative;
}
#home #newsletter-section .inner-content {
  width: 50%;
}
#home #newsletter-section .inner-content .wpforms-container input {
  border: 2px solid #000000;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  color: #000000;
}
#home #newsletter-section .inner-content .wpforms-container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  text-transform: lowercase;
  opacity: 0.8;
}
#home #newsletter-section .inner-content .wpforms-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  text-transform: lowercase;
  opacity: 0.8;
}
#home #newsletter-section .inner-content .wpforms-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  text-transform: lowercase;
  opacity: 0.8;
}
#home #newsletter-section .inner-content .wpforms-container :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  text-transform: lowercase;
  opacity: 0.8;
}
#home #newsletter-section .inner-content .wpforms-container button.wpforms-submit {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home #newsletter-section .inner-content .wpforms-container button.wpforms-submit:hover {
  background-color: #000000;
  color: #ffffff;
}
#home #newsletter-section h3 {
  color: #000000;
}
@media (max-width: 991px) {
  #home #newsletter-section:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f54c4f;
    opacity: 0.75;
    position: absolute;
    z-index: 1;
  }
  #home #newsletter-section .inner-content {
    position: relative;
    z-index: 2;
    width: 100%;
  }
}

/* Regular Page Styling */
body.page-template-default #page-hero {
  height: 700px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
body.page-template-default #page-hero .container {
  margin-top: 80px;
}
body.page-template-default #page-hero p {
  font-size: 20px;
}
body.page-template-default #page-hero h1 {
  color: #ffffff;
  font-size: 44px;
  font-size: 2.7076923077rem;
}

#page-hero p {
  font-size: 20px;
}

.page-shop #page-hero {
  height: 780px;
  background-size: cover;
  background-position: 80% bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.page-shop #page-hero .container {
  margin-top: 15%;
}
.page-shop #page-hero h1 {
  color: #ffffff;
  font-size: 44px;
  font-size: 2.7076923077rem;
}
.page-shop #store-categories {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-shop #store-categories .store-category {
  border: 2px solid #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 5px auto;
  font-size: 26px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  width: 31%;
}
@media (max-width: 991px) {
  .page-shop #store-categories .store-category {
    width: 48%;
    font-size: 22px;
    font-size: 1.3538461538rem;
  }
}
@media (max-width: 767px) {
  .page-shop #store-categories .store-category {
    width: 98%;
    font-size: 18px;
    font-size: 1.1076923077rem;
  }
}
.page-shop #store-categories .store-category:hover, .page-shop #store-categories .store-category.active {
  background-color: #000000;
  color: #ffffff;
}
.page-shop .row.stores > a.store {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.page-shop .row.stores > a.store.active {
  opacity: 1;
  visibility: visible;
  max-width: 20%;
  padding: 0px 15px;
}
@media (max-width: 1199px) {
  .page-shop .row.stores > a.store.active {
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .page-shop .row.stores > a.store.active {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .page-shop .row.stores > a.store.active {
    max-width: 50%;
  }
}
.page-shop .row.stores > a.store .inner {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.page-shop .row.stores > a.store .inner img {
  margin-bottom: 0px;
}
.page-shop .row.stores > a.store .inner:hover {
  border-color: #000000;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.page-shop .svg-absolute-img {
  position: absolute;
  opacity: 0;
}
.page-shop .svgmapContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1450px;
  width: 100%;
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
}
.page-shop .svgmapContainer svg {
  width: 100%;
  height: 100%;
}
.page-shop .svgmapContainer svg polygon,
.page-shop .svgmapContainer svg rect {
  opacity: 0.12 !important;
  fill: #fff;
  -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;
  cursor: help;
}
.page-shop .svgmapContainer svg polygon:hover,
.page-shop .svgmapContainer svg rect:hover {
  opacity: 0.4 !important;
  fill: #9ae6d9;
}
.page-shop .rented {
  fill: #ad44e9 !important;
  opacity: 1 !important;
}
.page-shop polygon:hover .unitTooltip,
.page-shop rect:hover .unitTooltip {
  display: block;
}
.page-shop .unitTooltip {
  display: none;
  background: #000;
  border-radius: 0px;
  color: white;
  margin-left: 28px;
  padding: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;
  z-index: 1000;
  width: 200px;
  min-height: 100px;
}
.page-shop .unitTooltip .title {
  font-size: bold;
}
.page-shop .visible {
  display: block;
  opacity: 1;
}

#page.page-events #page-hero {
  height: 560px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
#page.page-events #page-hero .container {
  margin-top: 120px;
}
#page.page-events #page-hero .inner {
  max-width: 60%;
}
#page.page-events #page-hero h1 {
  color: #ffffff;
  font-size: 44px;
  font-size: 2.7076923077rem;
}
#page.page-events .row.event {
  font-size: 17px;
  font-size: 1.0461538462rem;
}
#page.page-events .row.event .desc-col {
  background-color: #49c2c1;
  padding: 75px 45px;
  color: #ffffff;
}
#page.page-events .row.event .desc-col a {
  color: #ffffff;
}
#page.page-events .row.event .desc-col h3 {
  color: #ffffff;
}
#page.page-events .row.event .img-col img {
  margin-bottom: 0px;
}
#page.page-events .row.event h3 {
  font-size: 28px;
  font-size: 1.7230769231rem;
}
#page.page-events .row.event .event-time {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  #page.page-events .row.event .img-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
#page.page-events .row.event:nth-of-type(even) .img-col {
  margin-right: -60px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#page.page-events .row.event:nth-of-type(odd) .img-col {
  margin-left: -60px;
}

body.events-template-default #header {
  position: relative;
  z-index: 9;
}
body.events-template-default #header #main-menu li a {
  color: #000000;
}
body.events-template-default #header #logo {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}

#event {
  padding-top: 80px;
}
#event h1 {
  font-size: 50px;
  font-size: 3.0769230769rem;
  margin-bottom: 65px;
}
#event a {
  color: #000000;
}
#event .button {
  background-color: #a942e4;
}
#event .button:hover {
  background-color: #921ed5;
}

#page.page-trend-setters #page-hero {
  height: 700px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
#page.page-trend-setters #page-hero .container {
  margin-top: 80px;
}
#page.page-trend-setters #page-hero .inner {
  max-width: 60%;
}
#page.page-trend-setters #page-hero h1 {
  color: #ffffff;
  font-size: 44px;
  font-size: 2.7076923077rem;
}
#page.page-trend-setters .row.trend-setters a.trend-setter {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page.page-trend-setters .row.trend-setters a.trend-setter h3 {
  font-size: 22px;
  font-size: 1.3538461538rem;
}
#page.page-trend-setters .row.trend-setters a.trend-setter img {
  margin: 0px auto 20px auto;
}
@media (max-width: 1199px) {
  #page.page-trend-setters .row.trend-setters a.trend-setter h3 {
    font-size: 18px;
    font-size: 1.1076923077rem;
  }
}
@media (max-width: 991px) {
  #page.page-trend-setters .row.trend-setters a.trend-setter h3 {
    font-size: 16px;
    font-size: 0.9846153846rem;
  }
}
@media (max-width: 767px) {
  #page.page-trend-setters .row.trend-setters a.trend-setter h3 {
    font-size: 14px;
    font-size: 0.8615384615rem;
  }
}
#page.page-trend-setters .row.trend-setters a.trend-setter:hover {
  text-decoration: none;
  background-color: #f54c4f;
  color: #ffffff;
}

body.single-trend_setters #header #main-menu li a {
  color: #000000;
}

#trend-setter {
  padding-top: 260px;
}
#trend-setter h1 {
  font-size: 40px;
  font-size: 2.4615384615rem;
}
#trend-setter a {
  color: #000000;
}

/* Index Template */
#blog #page-hero {
  height: 700px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
#blog #page-hero h1 {
  font-size: 44px;
  font-size: 2.7076923077rem;
}
#blog article .meta {
  font-size: 13px;
  font-size: 0.8rem;
}
#blog article h1 {
  font-size: 34px;
  font-size: 2.0923076923rem;
  margin-bottom: 6px;
}
#blog article p {
  font-size: 15px;
  font-size: 0.9230769231rem;
}

#blog .desc-col .button,
#archive .desc-col .button,
#page.page-events .desc-col .button {
  background-color: #ffffff;
  color: #1b1b1b !important;
  border-radius: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  font-size: 0.9846153846rem;
  padding: 10px 15px;
  border: 2px solid #ffffff;
}
#blog .desc-col .button:hover,
#archive .desc-col .button:hover,
#page.page-events .desc-col .button:hover {
  background-color: transparent;
  color: #ffffff !important;
}

#blog article,
#archive article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog article .desc-col,
#archive article .desc-col {
  background-color: #49c2c1;
  color: #ffffff;
  padding: 75px 45px;
}
#blog article .desc-col a,
#archive article .desc-col a {
  color: #ffffff;
}
#blog article .desc-col h3,
#archive article .desc-col h3 {
  color: #ffffff;
  margin-bottom: 0;
}
#blog article .desc-col .excerpt,
#blog article .desc-col .meta,
#archive article .desc-col .excerpt,
#archive article .desc-col .meta {
  margin-bottom: 25px;
  margin-top: 10px;
}
#blog article .img-col img,
#archive article .img-col img {
  margin-bottom: 0px;
  width: 100%;
  height: auto;
}
#blog article h3,
#archive article h3 {
  font-size: 28px;
  font-size: 1.7230769231rem;
}
#blog article:nth-of-type(even) .img-col,
#archive article:nth-of-type(even) .img-col {
  margin-right: -60px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#blog article:nth-of-type(even) .desc-col,
#archive article:nth-of-type(even) .desc-col {
  padding-left: 75px;
}
#blog article:nth-of-type(odd) .img-col,
#archive article:nth-of-type(odd) .img-col {
  margin-left: -60px;
}
#blog article:nth-of-type(odd) .desc-col,
#archive article:nth-of-type(odd) .desc-col {
  padding-right: 75px;
}
@media (max-width: 991px) {
  #blog article .img-col,
#archive article .img-col {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  #blog article:nth-of-type(odd) .img-col, #blog article:nth-of-type(even) .img-col,
#archive article:nth-of-type(odd) .img-col,
#archive article:nth-of-type(even) .img-col {
    margin-left: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  #blog article:nth-of-type(odd) .desc-col, #blog article:nth-of-type(even) .desc-col,
#archive article:nth-of-type(odd) .desc-col,
#archive article:nth-of-type(even) .desc-col {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  #blog article .img-col,
#archive article .img-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
}

/* Single Post Meta Data */
#single article > h1 {
  margin-bottom: 0px;
  font-size: 44px;
  font-size: 2.7076923077rem;
}
@media (max-width: 991px) {
  #single article > h1 {
    font-size: 42px;
    font-size: 2.5846153846rem;
  }
}
@media (max-width: 767px) {
  #single article > h1 {
    font-size: 36px;
    font-size: 2.2153846154rem;
  }
}
#single article .meta {
  display: block;
  text-align: left;
  font-size: 13px;
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 35px;
}
#single #content {
  padding-top: 175px;
  z-index: -1;
}
#single #content ul {
  list-style: disc;
  margin: 0 0 30px 30px;
}
#single.single-format-standard #content {
  z-index: 1;
}
@media (max-width: 767px) {
  #single.single-format-standard img.alignright,
#single.single-format-standard img.alignleft {
    float: none;
    margin: 30px auto;
  }
}

@media (max-width: 1199px) {
  body.single-post #single .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body.single-post #single .offset-md-1 {
    margin-left: 0;
  }
}
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* This indication makes HTML5 videos responsive */
video {
  width: 100% !important;
  height: auto !important;
}

body.stores-template-default #store-banner {
  background-size: cover;
  background-position: center center;
  height: 650px;
}
body.stores-template-default #store-logo {
  position: relative;
  margin-top: -60px;
}
body.stores-template-default #store-logo img {
  background: white;
}
body.stores-template-default #store-right {
  min-height: 1065px;
}
body.stores-template-default #store-left #store-contact {
  font-size: 14px;
  font-size: 0.8615384615rem;
}
body.stores-template-default #store-left #store-contact a {
  color: #000000;
}
body.stores-template-default #store-left #store-contact #store-social {
  padding: 20px 0;
}
body.stores-template-default #store-left #store-contact #store-social i {
  color: #000000;
  font-size: 24px;
  font-size: 1.4769230769rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.stores-template-default #store-left #store-contact #store-social i:hover {
  opacity: 0.7;
}
body.stores-template-default #store-right {
  padding: 60px 0;
}

.page-template-page-lease #contact .contact-form {
  width: 750px;
  max-width: 100%;
  margin-top: 30px;
}
.page-template-page-lease #contact .contact-form label {
  color: #ffffff;
}
.page-template-page-lease #contact .contact-form .contact-submit {
  font-size: inherit;
  margin: 0 0 5px 0;
  line-height: inherit;
}
.page-template-page-lease #main-wrap {
  padding-top: 170px;
}
.page-template-page-lease .splash {
  background: #99e6d7;
  background-size: cover;
  background-repeat: center;
  max-width: 100vw;
  min-height: 570px;
  margin-left: -78px;
  color: black;
  margin-right: -78px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 24px 84px;
}
.page-template-page-lease .splash p,
.page-template-page-lease .splash h3 {
  position: relative;
  z-index: 10;
}
.page-template-page-lease .splash button {
  font-weight: bold;
  position: relative;
  z-index: 10;
  padding: 15px 20px;
  border: 3px solid black;
  color: black;
  text-transform: uppercase;
  display: inline-block;
}
.page-template-page-lease .blendModeFix {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  top: 0;
  bottom: 0;
  background: rgba(94, 228, 210, 0.85);
}
.page-template-page-lease .heading {
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-page-lease .blackAccent {
  background: black;
  color: white;
  padding: 20px;
  min-height: 591px;
  margin-top: -30px;
  margin-left: -146px;
  padding-top: 113px;
  padding-left: 194px;
  padding-right: 150px;
}
.page-template-page-lease .accentimg {
  position: relative;
  z-index: 10;
}
.page-template-page-lease .justifycenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-lease .legend .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.page-template-page-lease .legend .item span {
  color: grey;
  font-size: 10px;
}
.page-template-page-lease .rentsquare,
.page-template-page-lease .availablesquare {
  display: inline-block;
  border: 2px solid #eee;
  margin-right: 5px;
  padding: 5px 15px;
}
.page-template-page-lease .rentsquare {
  background: #eee;
}
.page-template-page-lease .availablesquare {
  border-color: #333;
}
.page-template-page-lease .svgmapContainer {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1450px;
  min-height: 1000px;
  width: 100%;
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
  -webkit-transform: rotateX(20deg) rotate(-20deg);
          transform: rotateX(20deg) rotate(-20deg);
}
.page-template-page-lease .svgmapContainer svg {
  width: 80%;
  height: 80%;
}
.page-template-page-lease .svgmapContainer:hover {
  -webkit-transform: rotateX(30deg) rotate(-25deg);
          transform: rotateX(30deg) rotate(-25deg);
}
.page-template-page-lease .svgmapContainer svg polygon,
.page-template-page-lease .svgmapContainer svg rect {
  opacity: 0.35 !important;
  fill: #fff;
  -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;
  cursor: help;
}
.page-template-page-lease .svgmapContainer svg polygon:hover,
.page-template-page-lease .svgmapContainer svg rect:hover {
  opacity: 0.6 !important;
  fill: #9ae6d9;
}
.page-template-page-lease .rented {
  fill: #00cfb2 !important;
  opacity: 1 !important;
}
.page-template-page-lease polygon:hover .unitTooltip,
.page-template-page-lease rect:hover .unitTooltip {
  display: block;
}
.page-template-page-lease .unitTooltip {
  display: none;
  background: #000;
  border-radius: 0px;
  color: white;
  margin-left: 28px;
  padding: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;
  z-index: 1000;
  width: 200px;
  min-height: 100px;
}
.page-template-page-lease .unitTooltip .title {
  font-size: bold;
}
.page-template-page-lease .visible {
  display: block;
  opacity: 1;
}
.page-template-page-lease .footerCallout {
  background: black;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 50px;
  padding-bottom: 0;
  color: white;
}
.page-template-page-lease .footerCallout p {
  min-height: 86px;
}
.page-template-page-lease .footerCallout form#wpforms-form-46 {
  margin-top: -18px;
}
.page-template-page-lease .footerCallout div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 700;
  text-align: left;
  font-size: 10px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}
.page-template-page-lease .footerCallout div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
  margin: 0 10px 0 0;
  border: none !important;
  padding: 3px !important;
  margin-top: -6px;
}
.page-template-page-lease .footerCallout a {
  color: white;
  display: block;
  border: 3px solid #fff;
  margin-bottom: 5px;
  padding: 5px 10px;
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
}
.page-template-page-lease .footerCallout a:hover {
  background: white;
  color: black;
  text-decoration: none;
}
.page-template-page-lease .footerCallout .col-md-6 {
  padding: 50px;
}
.page-template-page-lease .footerCallout input,
.page-template-page-lease .footerCallout textarea {
  background: none !important;
  border: 3px solid #fff !important;
  border-radius: 0 !important;
  color: white !important;
}
.page-template-page-lease .footerCallout .nopad {
  padding-bottom: 0;
}
.page-template-page-lease .footerCallout div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right;
}
.page-template-page-lease .footerCallout div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
  text-align: right !important;
}
.page-template-page-lease .footerCallout label {
  color: white !important;
  text-transform: uppercase !important;
}
.page-template-page-lease .footerCallout button.wpforms-page-button.wpforms-page-next,
.page-template-page-lease .footerCallout div.wpforms-container-full .wpforms-form button[type=submit] {
  background: none !important;
  color: white !important;
  font-weight: bold !important;
  border: 3px solid #fff !important;
  text-transform: uppercase;
}
.page-template-page-lease .amenities {
  text-align: center;
}
.page-template-page-lease .amenities p,
.page-template-page-lease .amenities h5 {
  margin: 0;
  margin-bottom: 2px;
}
.page-template-page-lease .amenities span {
  font-size: 12px;
  color: grey;
  font-style: italic;
}
.page-template-page-lease img.statIcon {
  max-width: 59px;
  max-height: 50px;
  margin: 0;
  padding-bottom: 18px;
  /* min-height: 71px; */
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.page-template-page-lease .openModalBtn {
  letter-spacing: 3px;
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
}
.page-template-page-lease .openModalBtn:hover {
  background: #84c6d2;
}
.page-template-page-lease .details {
  color: white;
  margin-top: 40px;
}
.page-template-page-lease .details h6 {
  margin: 0;
}
.page-template-page-lease .details span {
  margin: 0;
}
@media (max-width: 1199px) {
  .page-template-page-lease .splash {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .page-template-page-lease #footer .social-list {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .page-template-page-lease .blendModeFix {
    display: block;
  }
  .page-template-page-lease .legend {
    padding: 20px;
    float: right;
    margin-top: -57px;
  }
  .page-template-page-lease div#copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-page-lease div#copyright img {
    margin-bottom: 10px;
  }
  .page-template-page-lease .footerCallout {
    padding: 5px;
  }
  .page-template-page-lease .footerCallout a {
    font-size: 13px;
    font-size: 0.8rem;
  }
  .page-template-page-lease .contactModal {
    margin: 10px;
  }
  .page-template-page-lease .unitTooltip {
    display: none !important;
    background: #000;
    border-radius: 0px;
    color: white;
    margin-left: 28px;
    padding: 10px;
    position: relative;
    opacity: 0;
    -webkit-transition: 200ms ease all;
    -o-transition: 200ms ease all;
    transition: 200ms ease all;
    z-index: 1000;
    width: 200px;
    min-height: 100px;
  }
  .page-template-page-lease div#svgmapContainer {
    min-width: 724px;
    padding-left: 205px;
    padding-right: 50px;
    min-height: 308px;
  }
  .page-template-page-lease .overflowscroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .page-template-page-lease .splash {
    background: #99e6d7;
    background-size: cover;
    background-repeat: center;
    background-position: right;
    margin-top: 30px;
    min-height: 550px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    padding: 5px 10px;
  }
  .page-template-page-lease .blackAccent {
    background: black;
    color: white;
    padding: 20px;
    min-height: 184px;
    margin-bottom: 30px;
    margin-top: -30px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .page-template-page-lease .amenities .col-md-3 {
    margin-bottom: 15px;
  }
}
.page-template-page-lease .bold {
  font-weight: bold;
}
.page-template-page-lease img.colliers {
  max-height: 55px;
}
.page-template-page-lease #footer .social-list {
  display: inline-block;
  max-width: 200px;
}

.modalContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 400ms ease all 500ms;
  -o-transition: 400ms ease all 500ms;
  transition: 400ms ease all 500ms;
  -webkit-transition: 400ms ease background 500ms;
  -o-transition: 400ms ease background 500ms;
  transition: 400ms ease background 500ms;
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
  bottom: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.8);
  z-index: 1000000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactModal {
  max-height: 100vh;
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
  opacity: 0;
  z-index: 1000000000;
  position: relative;
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
  overflow-y: scroll;
  max-width: 654px;
  background: black;
  padding: 40px;
  padding-top: 10px;
}
.contactModal .wpforms-required-label {
  display: inline-block !important;
}
.contactModal button.closebtn {
  color: white;
  background: #000000;
  float: right;
  font-size: 26px;
  padding: 10px;
}
.contactModal label {
  color: white;
  font-size: 11px !important;
  text-transform: uppercase !important;
}
.contactModal input,
.contactModal textarea {
  border-radius: 0 !important;
  border: none !important;
}
.contactModal button#wpforms-submit-45 {
  width: 100%;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: #2d2d2d;
  border: none;
}

.open {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.open .contactModal {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

body.error404 #header #main-menu li a {
  color: #000000;
}
body.error404 .hamburger-inner, body.error404 .hamburger-inner:before, body.error404 .hamburger-inner:after {
  background-color: #000000;
}
body.error404 #error404 {
  padding-top: 160px;
}
body.error404 #error404 a {
  color: #000000;
}

.svgmapContainer svg polygon.activeUnit, #store-map svg polygon.activeUnit {
  fill: #ad44e9 !important;
  opacity: 1 !important;
}
.svgmapContainer svg polygon.activeUnit text, #store-map svg polygon.activeUnit text {
  color: white;
}

#store-map {
  max-width: 90vw;
  -webkit-transform: rotate(85deg);
      -ms-transform: rotate(85deg);
          transform: rotate(85deg);
  margin-left: 63px;
}
#store-map svg {
  max-width: 90vw;
}

@media (max-width: 991px) {
  #store-right {
    min-height: 300px !important;
  }

  #store-map {
    overflow-x: auto;
    max-width: 95vw;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    margin-left: 0;
  }
  #store-map svg {
    max-width: 95vw;
    max-height: 300px;
    padding-left: 10px;
  }
}
.svgmapContainers text {
  display: none;
}

@media (max-width: 599px) {
  .div-find-map {
    margin-bottom: 30px;
  }
}
.wp-block-jetpack-phone {
  margin-bottom: 30px;
}
.wp-block-jetpack-phone a {
  text-align: center;
  text-decoration: none;
  background: white;
  display: block;
  border: 3px solid #000;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 5px 10px;
  -webkit-transition: 400ms ease all;
  -o-transition: 400ms ease all;
  transition: 400ms ease all;
}
.wp-block-jetpack-phone a:hover {
  background: #000;
  color: #fff !important;
}
.wp-block-jetpack-phone a[href^="tel:"]:before {
  margin-right: 5px;
}

.wp-block-jetpack-address {
  margin-bottom: 5px;
}

.jetpack-business-hours {
  margin-bottom: 0px;
}
.jetpack-business-hours .jetpack-business-hours__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jetpack-business-hours .jetpack-business-hours__item dt {
  width: 50%;
  margin-right: 0px;
  border-bottom: 3px solid #000;
}
.jetpack-business-hours .jetpack-business-hours__item dd {
  text-align: right;
  width: 50%;
  border-bottom: 3px solid #000;
}
.jetpack-business-hours .jetpack-business-hours__item:nth-last-child(1) {
  margin-bottom: 0px;
}

/* Slideout */
#main-wrap {
  background-color: #ffffff;
}

.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 450px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #000000;
  -webkit-box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.slideout-menu img {
  margin: 15px auto;
  max-width: 175px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.slideout-menu #main-menu {
  text-align: center;
  padding: 45px 10px 0 20px;
  list-style-type: none !important;
  display: block !important;
}
.slideout-menu #main-menu > li {
  margin: 0;
}
.slideout-menu #main-menu > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 1.7230769231rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 0;
  margin: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.slideout-menu #main-menu > li > a:hover {
  color: #ffffff;
}
.slideout-menu #main-menu > li > a i {
  font-weight: 400;
}
.slideout-menu #main-menu > li a {
  display: block;
}
.slideout-menu #main-menu > li .sub-menu {
  list-style-type: none;
  padding-left: 15px;
}
.slideout-menu #main-menu > li .sub-menu li {
  margin: 5px 0;
}
.slideout-menu #main-menu > li .sub-menu li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.8615384615rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px 0;
}
.slideout-menu #main-menu > li .sub-menu li a:hover {
  color: #ffffff;
}
@media (max-width: 469px) {
  .slideout-menu {
    width: 100%;
  }
}
.slideout-menu .social-list {
  text-align: left;
  margin-top: auto;
  padding: 15px 30px;
  font-size: 24px;
  font-size: 1.4769230769rem;
}
.slideout-menu .social-list a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open .slideout-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 469px) {
  .slideout-open {
    overflow: hidden;
  }
}

.slideout-open #pull {
  color: #ffffff !important;
  position: fixed;
}
.slideout-open #pull .inner {
  background-color: #ffffff !important;
}
.slideout-open #pull .inner:before, .slideout-open #pull .inner:after {
  background-color: #ffffff !important;
}

.slideout-open #pull .inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideout-open #pull .inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.slideout-open #pull .inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.woocommerce #main-wrap ul.products {
  margin: 30px 0;
}
.woocommerce .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce .woocommerce-checkout .form-control {
  font-size: 15px;
  font-size: 0.9230769231rem;
}
.woocommerce .quantity input, .woocommerce .coupon .input-text, .woocommerce .select2-selection {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  height: 32px;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.woocommerce .select2-selection__rendered {
  line-height: 1 !important;
  font-size: 15px;
  font-size: 0.9230769231rem;
  padding: 0px !important;
  overflow: visible !important;
}
.woocommerce .select2-dropdown li {
  font-size: 15px;
  font-size: 0.9230769231rem;
}
@media (min-width: 768px) {
  .woocommerce .coupon .input-text {
    width: 92px !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .col-left {
    float: left;
    width: 48%;
  }
  .woocommerce .col-right {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
}

.flex-viewport {
  height: 0px;
  padding-bottom: 75%;
  position: relative;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0px;
  max-width: 100%;
}

/* FOOTER --------------------------------------------------------------------*/
/* Homepage footer */
#footer {
  font-size: 15px;
  font-size: 0.9230769231rem;
  background-color: #ffffff;
  color: #808080;
  /* Copyright */
}
#footer a {
  text-decoration: none;
  color: #000000;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .heading {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.2307692308rem;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.125;
}
#footer .footer-right {
  text-align: right;
}
#footer .footer-right a {
  color: #000000;
}
#footer #menu-footer-menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
#footer #menu-footer-menu li {
  padding: 0px 6px;
  line-height: 1;
  border-left: 1px solid #000000;
  display: inline-block;
  vertical-align: text-top;
}
#footer #menu-footer-menu li:first-of-type {
  border: none !important;
}
#footer .social-list a {
  color: #000000;
}
#footer .social-list a:hover {
  color: #808080;
}
#footer [itemprop=address],
#footer [itemprop=telephone],
#footer [itemprop=faxNumber],
#footer [itemprop=email] {
  display: block;
  margin-left: 30px;
}
#footer [itemprop=address]::before,
#footer [itemprop=telephone]::before,
#footer [itemprop=faxNumber]::before,
#footer [itemprop=email]::before {
  display: block;
  float: left;
  margin-left: -30px;
  font-family: "Font Awesome 5 Pro";
  width: 30px;
  text-align: center;
  font-weight: 400;
}
#footer [itemprop=address]::before {
  content: "";
}
#footer [itemprop=email]::before {
  content: "";
}
#footer [itemprop=telephone]::before {
  content: "";
}
#footer [itemprop=faxNumber]::before {
  content: "";
}
#footer .copyright {
  padding-top: 0px;
  font-size: 12px;
  font-size: 0.7384615385rem;
}
#footer .copyright::after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer img {
    margin: 15px auto;
  }
  #footer .footer-right {
    text-align: center;
  }
}

/* PRINT STYLES */
@media only print {
  h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans";
  }

  #pull-menu,
.button {
    display: none;
  }

  #site-navigation {
    display: none;
  }

  #footer {
    display: none;
  }

  #logo {
    filter: url(inverse.svg#negative);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    margin: 0.25in auto;
    width: 3in;
    height: auto;
  }

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

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

  ul, img {
    page-break-inside: avoid;
  }
}
@media only print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media only print {
  article a {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media only print {
  article a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}
@media only print {
  article a[href^="#"]:after {
    content: "";
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev {
  display: none !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: white;
  color: #000;
  border: 2px solid #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #f7f7f7;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: black;
  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: -40px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

@media (max-width: 1054px) {
  .slick-next {
    display: none !important;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 0px;
  font-size: 0px;
  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: "Font Awesome 5 Pro";
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
}

.slick-arrow.slick-hidden {
  display: none;
}