/*   
Theme Name: Jeremy James & Co
Author:
Version: 1
*/

:root {
  --blueColor: #002c5a;
  /* --gayColor: #b4b4b4; */
  --gayColor: #002c5a;
  /* --whiteColor: #f4f3ef; */
  --whiteColor: #ffffff;
}

@media screen {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    font: normal normal normal max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px)) / 1.275 "Akkurat Pro";
  }

  body {
    background: var(--whiteColor);
    color: var(--blueColor);
    font: normal normal normal max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px)) / 1.275 "Akkurat Pro";
  }

  .screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .clear {
    clear: both;
  }

  .group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  * html .group,
  *:first-child + html .group {
    zoom: 1;
  }

  /* First selector = IE6, Second Selector = IE 7 */

  a:hover {
  }

  blockquote {
  }

  blockquote p {
  }

  ul,
  ol {
    margin: 0 0 10px 0;
  }

  .post {
  }

  .entry {
  }

  .entry a {
  }

  .entry a:hover {
  }

  pre {
  }

  code,
  tt {
  }

  #meta {
  }

  .postmetadata {
  }

  #sidebar {
  }

  .navgation {
  }

  .next-posts {
  }

  .prev-posts {
  }

  #searchform {
  }

  #s {
  }

  #searchsubmt {
  }

  ol.commentlist {
    list-style: none;
  }

  ol.commentlist li {
  }

  ol.commentlist li.alt {
  }

  ol.commentlist li.bypostauthor {
  }

  ol.commentlist li.byuser {
  }

  ol.commentlist li.comment-author-admin {
  }

  ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 10px;
  }

  ol.commentlist li.comment div.comment-author {
  }

  ol.commentlist li.comment div.vcard {
  }

  ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
  }

  ol.commentlist li.comment div.vcard cite.fn a.url {
  }

  ol.commentlist li.comment div.vcard img.avatar {
    float: right;
    margin: 0 0 10px 10px;
  }

  ol.commentlist li.comment div.vcard img.avatar-32 {
  }

  ol.commentlist li.comment div.vcard img.photo {
  }

  ol.commentlist li.comment div.vcard span.says {
  }

  ol.commentlist li.comment div.commentmetadata {
  }

  ol.commentlist li.comment div.comment-meta {
    font-size: 10px;
  }

  ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
  }

  ol.commentlist li.comment p {
  }

  ol.commentlist li.comment ul {
  }

  ol.commentlist li.comment div.reply {
    font-size: 11px;
  }

  ol.commentlist li.comment div.reply a {
    font-weight: bold;
  }

  ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 10px 0 0;
  }

  ol.commentlist li.comment ul.children li {
  }

  ol.commentlist li.comment ul.children li.alt {
  }

  ol.commentlist li.comment ul.children li.bypostauthor {
  }

  ol.commentlist li.comment ul.children li.byuser {
  }

  ol.commentlist li.comment ul.children li.comment {
  }

  ol.commentlist li.comment ul.children li.comment-author-admin {
  }

  ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 10px 10px;
  }

  ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 10px 10px;
  }

  ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px;
  }

  ol.commentlist li.comment ul.children li.depth-5 {
  }

  ol.commentlist li.comment ul.children li.odd {
  }

  ol.commentlist li.even {
    background: #fff;
  }

  ol.commentlist li.odd {
    background: #f6f6f6;
  }

  ol.commentlist li.parent {
    border-left: 5px solid #111;
  }

  ol.commentlist li.thread-alt {
  }

  ol.commentlist li.thread-even {
  }

  ol.commentlist li.thread-odd {
  }

  form {
  }

  input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/* END screen media */

@media print {
  .do-not-print {
    display: none;
  }

  #comments {
    page-break-before: always;
  }

  code {
    font: 10pt Courier, monospace;
  }

  blockquote {
    margin: 1.3em;
    padding: 1em;
  }

  img {
    display: block;
    margin: 1em 0;
  }

  a img {
    border: none;
  }

  table {
    margin: 1px;
    text-align: left;
  }

  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }

  td {
    border-bottom: 1px solid #333;
  }

  th,
  td {
    padding: 4px 10px 4px 0;
  }

  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  a {
    text-decoration: none;
    color: black;
  }
}

/* END print media */
body.navActive {
  overflow: hidden;
  height: 100vh;
}
.hamburgerIcon {
  display: none;
}

.mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
}

.mainMenu > li {
  position: relative;
}

.mainMenu > li:nth-child(4) {
  margin-left: auto;
}

.sub-menu {
  list-style-type: none;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  left: 0;
  -webkit-transition: 0.75s all;
  -o-transition: 0.75s all;
  transition: 0.75s all;
  background: var(--whiteColor);
  padding: 9px 0;
}

.mainMenu > li:hover > .sub-menu {
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mainMenu > li a {
  display: inline-block;
  color: var(--blueColor);
  padding: 18px 0;
  font-size: 16px;
  font-family: "Petit Serif";
  text-decoration: none;
  position: relative;
  margin-right: 1.75rem;
  width: 140px;
  letter-spacing: 0.64px;
}

.mainMenu li.menu-item-has-children > a::after {
  content: ">";
  float: right;
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -2px;
}

.mainMenu > li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--blueColor);
  left: 0;
  bottom: 0;
}

.mainMenu .sub-menu > li a {
  margin-right: 0;
  padding: 9px;
  letter-spacing: 0.64px;
}

.mainMenu .sub-menu > li a::before {
  content: unset;
}

header {
  position: relative;
  padding: 50px 0 35px;
  z-index: 2;
  height: 142px;
}

header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu-main-menu-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.searchInput .searchBtn {
  display: inline-block;
}
.searchInput form {
  position: fixed;
  width: 100vw;
  height: auto;
  left: 0;
  top: 0;
  display: block;
  z-index: 3;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  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;
}
.searchInput form > div {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 0;
  z-index: 3;
  background: var(--blueColor);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
}
.searchInput form.active > div {
  height: 100vh;
}

.searchInput form > div input,
.searchInput form > div label {
  position: relative;
  display: none;
  opacity: 0;
}

.searchInput {
  position: relative;
}

.searchInput .searchBtn {
  width: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--blueColor);
  padding: 17px 0 15px;
  font-size: 16px;
  font-family: "Petit Serif";
  text-decoration: none;
  position: relative;
  width: 140px;
  letter-spacing: 0.64px;
  background: transparent;
  border-bottom: 1px solid var(--blueColor);
  cursor: pointer;
}

.searchInput input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--blueColor);
  background: var(--whiteColor);
  padding: 18px 23px 17px 0px;
  font-size: 16px;
  font-family: "Petit Serif";
  text-decoration: none;
  letter-spacing: 0.64px;
  -webkit-transition: 0.65s all;
  -o-transition: 0.65s all;
  transition: 0.65s all;
  float: right;
  /* position: absolute;
  right: 0; */
}
.searchInput input[type="text"]:focus {
  outline: none;
}
.searchInput input[type="submit"] {
  font-size: 0;
  width: 46.5px;
  height: 59.5px;
  background: transparent url(https://jeremyjames.cskills.me/wp-content/uploads/2022/12/search-icon.svg) no-repeat center center;
  background-size: contain;
  border: none;
  position: absolute;

  top: 50%;
  cursor: pointer;
}
.searchInput .screen-reader-text {
  position: absolute;
  left: unset;
  top: 18px;
  left: 0;
  width: 70px;
  display: inline-block;
  color: var(--blueColor);
  padding: 0 0;
  font-size: 16px;
  font-family: "Petit Serif";
  text-decoration: none;
  margin-right: 1.75rem;
  letter-spacing: 0.64px;
  height: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.searchInput .screen-reader-text.hidden,
.searchInput .screen-reader-text.active {
  opacity: 0;
}

.searchInput form span.formClose {
  opacity: 0;
  display: none;
  z-index: 4;
  cursor: pointer;
  transition: 0.5s all;
  position: fixed;
  top: 49px;
  right: 32px;
  width: 48px;
  height: 40px;
  transition: 0.5s all;
}
.searchInput form.active span.formClose {
  opacity: 0;
  display: inline-flex;
  transform: translateY(20px);
  flex-direction: column;
  justify-content: space-between;
  animation: searchBox 0.75s ease 0.5s;
  animation-fill-mode: forwards;
}
.searchInput form span.formClose:before,
.searchInput form span.formClose:after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--whiteColor);
  display: inline-block;
}
.searchInput form span.formClose:before {
  transform: translateY(18px) rotate(45deg);
}
.searchInput form span.formClose:after {
  transform: translateY(-18px) rotate(-45deg);
}
.searchInput form.active > div .searchFieldBox {
  max-width: 700px;
  height: 60px;
  width: calc(100% - 40px);
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  animation: searchBox 0.75s ease 0.5s;
  animation-fill-mode: forwards;
}

.searchInput form.active input[type="text"] {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  padding-left: 20px;
  border-radius: 0;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  position: absolute;
  opacity: 1;
  display: inline-block;
}
.searchInput form.active .screen-reader-text {
  color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
  left: 22px;
  opacity: 1;
  top: 50%;
  position: absolute;
  opacity: 1;
  display: inline-block;
}
.searchInput .screen-reader-text.active + input[type="text"],
.searchInput .screen-reader-text.hidden + input[type="text"] {
  background: #ffffff;
}
.searchInput form.active input[type="submit"] {
  font-size: 0;
  width: 46.5px;
  height: 59.5px;
  background: white url(https://jeremyjames.cskills.me/wp-content/uploads/2022/12/search-icon.svg) no-repeat center center;
  background-size: 22px;
  border: none;
  border-radius: 0;
  position: absolute;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0;
  left: unset;
  top: 50%;
  opacity: 1;
  display: inline-block;
}

@keyframes searchBox {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes searchBoxTwo {
  to {
    transform: translate(-455%, -50%);
    opacity: 1;
  }
}
@keyframes searchBoxThree {
  to {
    transform: translate(630%, -50%);
    opacity: 1;
  }
}
.searchInput form.active .error {
  transform: translate(-50%, 200%);
  left: 50%;
  color: var(--whiteColor);
  font-size: 1rem;
  width: 100%;
  opacity: 1;
  font-family: "Akkurat Light Pro";
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
header div.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 3;
}
header img.logo {
  width: 100%;
}
main > .homeBanner {
  padding-top: 0 !important;
}
main > .homeBanner:not(:first-child) {
  margin-top: max(40px, min(40px + (80 - 40) * ((100vw - 525px) / (1680 - 525)), 80px));
}
.homeBanner {
  position: relative;
}

.logged-in .homeBanner {
}

section.homeBanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
  position: absolute;
  top: 0;
  left: 0;
}

.homeBanner .bannerImg {
  height: 100%;
}

.logged-in .homeBanner .bannerImg {
}

.homeBanner #banner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 35vh;
  max-width: 45vw;
}

.homeBanner {
  /* min-height: calc(930px - 141px) !important; */
  height: calc(100vh - 141px) !important;
}

.logged-in .homeBanner {
  /* min-height: calc(930px - 173px) !important; */
  height: calc(100vh - 173px) !important;
}
.homeBanner .bannerSlider {
  height: 100% !important;
}
.downArrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  -webkit-animation: arrowAnimate 4s linear 0.25s infinite;
  animation: arrowAnimate 4s linear 0.25s infinite;
  cursor: pointer;
  font-size: 2rem;
  font-family: "Petit Serif";
  color: var(--whiteColor);
  padding: 0 15px 5px 15px;
}

@-webkit-keyframes arrowAnimate {
  1%,
  99% {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  49%,
  51% {
    -webkit-transform: translate(-50%, 30px) rotate(90deg);
    transform: translate(-50%, 30px) rotate(90deg);
  }
}

@keyframes arrowAnimate {
  1%,
  99% {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  49%,
  51% {
    -webkit-transform: translate(-50%, 30px) rotate(90deg);
    transform: translate(-50%, 30px) rotate(90deg);
  }
}

.row_50,
.row_3,
.row_4,
.residentialBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.35vw;
  margin-right: -3.35vw;
}

.row_50 > .col,
.row_3 > .col,
.row_4 > .col,
.residentialBanner > div {
  padding-left: 3.35vw;
  padding-right: 3.35vw;
}

.row_50 > .col {
  width: 50%;
  max-width: 50%;
}

.row_3 > .col {
  width: 33.33%;
  max-width: 33.33%;
}

.row_4 > .col {
  width: 25%;
  max-width: 25%;
}
.residentialBanner > div:first-child {
  width: 75%;
  max-width: 75%;
}

.residentialBanner > div:last-child {
  width: 25%;
  max-width: 25%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.residentialBanner > div .btnBox {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.residentialBanner > div .btnBox span:not(:first-child) {
  margin-top: 1.25rem;
}
.residentialBanner > div ul{ list-style-type: none;}
.residentialBanner > div p, .residentialBanner > div ul li {
  margin-bottom: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
}

.residentialBanner > div p.title , 
.residentialBanner > div ul li h6{
  margin-bottom: 0.25rem;
  padding: 0;font-family: "Petit Serif";
}

.residentialInfo .col {
  padding-bottom: 4rem;
}

.container,
.container_md,
.container_lg,
.width_60,
.width_70,
.width_full,
.width_80, .filterlist {
  margin: 0 auto;
  padding: 0 20px;
}

/* body.search.search-results #page-wrap {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
} */
.container,
.width_full, .filterlist {
  max-width: 1800px;
  width: 93.75vw;
}

.container_md,
.width_60 {
  max-width: 1250px;
  width: 65vw;
}
.width_70 {
  max-width: 1250px;
  width: 70%;
}

.container_lg,
.width_80 {
  max-width: 1700px;
  width: 88vw;
}

footer ul a::before,
footer p a::before {
  width: 0;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer p a:hover,
footer ul a:hover {
  color: var(--blueColor);
}
footer ul a:hover::before,
footer p a:hover::before {
  height: 1px;
  width: 100%;
}
.textLg,
.big_size_para p {
  font-size: max(18px, min(18px + (30 - 18) * ((100vw - 575px) / (1680 - 575)), 30px));
  font-family: "Akkurat Light Pro";
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
.textEditor.big_size_para * {
  text-align: center;
}
.textEditor.big_size_para .aligncenter {
  margin: 0 auto;
}
.textEditor .alignleft {
  float: left;
}
.textEditor .alignright {
  float: right;
}
img,
img[class^="wp-image-"] {
  display: block;
  max-width: 100%;
  height: auto;
}
.iframeWrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0px 0 40px 0px;
}

.iframeWrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
blockquote > *::before {
  content: open-quote;
  font-size: 4em;
  line-height: 1;
  height: 0.5em;
  display: block;
}
blockquote > *::after {
  content: close-quote;
  font-size: 4em;
  line-height: 1;
  height: 0.5em;
  display: block;
}
.textEditor > .col *:first-child:has(img),
.textEditor > .col *:first-child:has([class^="youtube"]),
.textEditor > .col *:first-child:has(.iframeWrapper) {
  margin-top: 10px;
}
.sectionPadding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
main {
  padding-top: 0;
  padding-bottom: max(60px, min(60px + (120 - 60) * ((100vw - 575px) / (1680 - 575)), 120px));
}
main > .pageTitle {
  padding-top: max(40px, min(40px + (80 - 40) * ((100vw - 525px) / (1680 - 525)), 80px));
}
main > section:not(:first-child) {
  padding-top: max(60px, min(60px + (120 - 60) * ((100vw - 575px) / (1680 - 575)), 120px));
}

main > section.homeBanner,
main:has(.homeBanner) {
  padding-top: 0;
}
.sectionPadding > [class^="contain"]:not(:first-child) {
  padding-top: max(60px, min(60px + (120 - 60) * ((100vw - 575px) / (1680 - 575)), 120px));
}
main > section.homeBanner:first-child + section {
  padding-top: max(40px, min(40px + (80 - 40) * ((100vw - 525px) / (1680 - 525)), 80px));
}
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-15 {
  padding-bottom: 1.5rem;
}
.mb-15 {
  margin-bottom: 1.5rem;
}
.twoBtns > div:first-child {
  text-align: right;
}
.twoBtns.textCenter > div {
  text-align: center;
}
.twoBtns.textCenter {
  justify-content: center;
}
.blueButton,
.formFields input.button, .propertiesList .alm-btn-wrap .alm-load-more-btn,
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn,
.filterlist .alm-filters .alm-filters--controls .alm-filters--button {
  background-color: var(--blueColor);
  border: 1px solid var(--blueColor);
  color: var(--whiteColor);
  font-size: 16px;
  line-height: 28px;
  padding: 12px 12px 13px;
  display: inline-block;
  min-width: 187px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Petit Serif";
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: 0.3s all;
  height: auto;
  font-weight: normal;
}
.blueButton::after,
.formFields input.button::after,
.cky-notice-btn-wrapper button.cky-btn::after,
.propertiesList .alm-btn-wrap .alm-load-more-btn::after,
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn::after,
.filterlist .alm-filters .alm-filters--controls .alm-filters--button::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 2px;
  -webkit-transition: 0.75s all;
  -o-transition: 0.75s all;
  transition: 0.75s all;
  border: 1px solid transparent;
  border-right: none;
  border-bottom: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blueButton::before,
.formFields input.button::before,
.cky-notice-btn-wrapper button.cky-btn::before,
.propertiesList .alm-btn-wrap .alm-load-more-btn::before,
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn::before,
.filterlist .alm-filters .alm-filters--controls .alm-filters--button::before{
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 2px;
  bottom: 2px;
  -webkit-transition: 0.75s all;
  -o-transition: 0.75s all;
  transition: 0.75s all;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
}
.blueButton:hover::after,
.formFields input.button:hover::after,
.blueButton:hover::before,
.formFields input.button:hover::before,
.cky-notice-btn-wrapper button.cky-btn:hover::after,
.cky-notice-btn-wrapper button.cky-btn:hover::before,
.propertiesList .alm-btn-wrap .alm-load-more-btn:hover::after,
.propertiesList .alm-btn-wrap .alm-load-more-btn:hover::before,
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn:hover::after,
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn:hover::before,
.filterlist .alm-filters .alm-filters--controls .alm-filters--button:hover::after,
.filterlist .alm-filters .alm-filters--controls .alm-filters--button:hover::before {
  border-color: #fff;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}
.propertiesList .alm-btn-wrap .alm-load-more-btn:hover,
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn:hover{background-color: var(--blueColor);color: var(--whiteColor);}
.formFields input.button:hover {
  background: transparent;
  color: var(--blueColor);
}
.w_100 {
  width: 100%;
}

.textCenter {
  text-align: center;
}

.textLight {
  font-family: "Akkurat Light Pro";
}

.box {
  display: block;
  text-decoration: none;
  color: var(--blueColor);
  position: relative;

}
.row_50 > .col:nth-last-child(n + 3) .box {
  margin-bottom: 2.5rem;
}
.box h4 {
  font-size: max(15px, min(15px + (20 - 15) * ((100vw - 575px) / (1680 - 575)), 20px));
  margin-bottom: 0;
}
.box p {
  font-family: "Akkurat Light Pro";
}
.box .imgBox {
  position: relative;
  overflow: hidden;
}

.box .imgBox::before {
  content: "";
  display: block;
  max-width: 100%;
  padding-top: 57.8%;
}

.box .imgBox img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg) scale(1);
  -ms-transform: translate(0, -50%) rotate(0deg) scale(1);
  transform: translate(0, -50%) rotate(0deg) scale(1);
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.box .imgBox img.lazyloaded {opacity: 1;}
a.box:hover .imgBox img {
  -webkit-transform: translate(0, -50%) rotate(0.5deg) scale(1.025);
      -ms-transform: translate(0, -50%) rotate(0.5deg) scale(1.025);
          transform: translate(0, -50%) rotate(0.5deg) scale(1.025);
          -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.box .boxBadge,
.slick-slide .boxBadge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--blueColor);
  color: var(--whiteColor);
  font-family: "Petit Serif";
  font-size: 0.725rem;
  display: inline-block;
  min-width: 8.5rem;
  text-align: center;
  padding: 0.725rem;
}

.slick-slide .galleryBadges {
  position: absolute;
top: 1rem;
right: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
gap: 1rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
.slick-slide .galleryBadges .boxBadge {position: unset;top: 0rem; right: 0rem;line-height: 1.15;}
.slick-slide .boxBadge.virtual{cursor: pointer;    position: relative;
  }
.box .imgBox + * {
  margin-top: 1.25rem;
}
.box .imgBox + *:not(.textLight) {font-family: "Petit Serif";    padding-bottom: 4px;}
.box .imgBox.floorplanMsg img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;opacity: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.box:hover .imgBox.floorplanMsg img {
  -webkit-transform: translate(-50%, -50%) rotate(0.5deg) scale(1.025);
  -ms-transform: translate(-50%, -50%) rotate(0.5deg) scale(1.025);
  transform: translate(-50%, -50%) rotate(0.5deg) scale(1.025);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.box .imgBox.floorplanMsg{background: none;}
.imgBox.floorplanMsg p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px;font-family: "Akkurat Light Pro";
}
.properties .blueButton {
  margin-top: 2.5rem;
}
.images_4_zigzag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.images_4_zigzag > div:nth-child(1) {
  width: 13.41%;
  padding-top: 8%;
  z-index: 1;
}

.images_4_zigzag > div:nth-child(2) {
  width: 36.59%;
  padding-top: 18%;
}

.images_4_zigzag > div:nth-child(3) {
  width: 36.59%;
  padding-top: 6.5%;
}

.images_4_zigzag > div:nth-child(4) {
  width: 13.41%;
}

.images_4_zigzag > div {
  position: relative;
}

.images_4_zigzag > div > div > img {
  position: absolute;
  top: 0;
  left: 0;
}

.images_4_zigzag > div > div {
  position: relative;
}

.images_4_zigzag > div > div::before {
  content: "";
  display: block;
}

.images_4_zigzag > div:nth-child(1) > div {
  width: 200%;
}

.images_4_zigzag > div:nth-child(2) > div {
  width: 126%;
}

.images_4_zigzag > div:nth-child(3) > div {
  width: 126%;
}

.images_4_zigzag > div:nth-child(4) > div {
  width: 200%;
}

.images_4_zigzag > div:nth-child(3) > div,
.images_4_zigzag > div:nth-child(4) > div {
  float: right;
}

.images_4_zigzag > div:nth-child(1) > div::before {
  padding-top: 63%;
}

.images_4_zigzag > div:nth-child(2) > div::before {
  padding-top: 62.5%;
}

.images_4_zigzag > div:nth-child(3) > div::before {
  padding-top: 62.5%;
}

.images_4_zigzag > div:nth-child(4) > div::before {
  padding-top: 63%;
}
.aboutUsThreeCol .row_3 {
  padding: 0 8.5vw;
}
.aboutUsThreeCol .row_3 > .col {
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
}

.aboutUsThreeCol .row_3 > .col div {
  margin-top: auto;
}
.aboutUsThreeCol h4 {
  padding-bottom: 1.25rem;
}
.aboutUsThreeCol div p {
  font-family: "Akkurat Light Pro";
  line-height: 1.59;
}

.aboutUsThreeCol div a {
  margin-top: 2rem;
}

.mapBlock {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.mapBlock > div {
  height: 100% !important;
}

.teamSection {
  margin-top: 1rem;
}
.teamSection > .col:nth-child(even) .imgBox {
  float: right;
  margin-top: 42%;
  margin-bottom: 2.5rem;
}

.teamSection > .col .imgBox {
  width: calc(100% + 6.7vw);
  position: relative;
  overflow: hidden;
}

.teamSection > .col .imgBox::before {
  content: "";
  display: block;
  padding-top: 63%;
}

.teamSection > .col .imgBox img {
  position: absolute;
  top: 0;
  height: 111%;
}
.teamSection > .col h4 {
  padding-bottom: 1rem;
}
.teamSection p {
  font-family: "Akkurat Light Pro";
}

.teamSection > .col:nth-child(odd) .imgBox {
  margin-bottom: calc(42% + 2.5rem);
}
.teamSection > .col:nth-last-child(n + 4) {
  margin-bottom: 3.5rem;
}
.logoSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoSection img {
  margin: 1rem;
  max-width: 190px;
  max-height: 50px;
  height: auto;
  width: auto;
}

.introText {
  min-height: 140px;
}
.introText > *:last-child,
.introText .textEditor *:last-child,
.lastChildPadding > *:last-child {
  padding-bottom: 0;
}

.legalPages h2:first-child {
  padding-bottom: 0;
}

.insightImage {
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
}
.grecaptcha-badge {
  display: none;
}
main > .contactUs + section {
  padding-top: 2rem;
}
.contactInfo div p,
.contactInfo div a {
  color: var(--blueColor);
  text-decoration: none;
  font-family: "Akkurat Light Pro";
}
.contactUs > div > h2 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: max(40px, min(40px + (80 - 40) * ((100vw - 525px) / (1680 - 525)), 80px));
}
.contactInfo div p:first-child,
.contactUs > div:first-child {
  font-size: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  font-family: "Petit Serif";
}

.contactUs .row_50 > .col:nth-child(3n + 1) {
  width: 23%;
  max-width: 23%;
}
.contactUs .row_50 > .col:nth-child(3n + 2) {
  width: 27%;
  max-width: 27%;
}
.contactUs .row_50 > .col:nth-child(3n + 3) {
  max-width: 50%;
  width: 50%;
  overflow: hidden;
}
.contactUs h4,
.residentialInfo h4 {
  margin-bottom: 1.5rem;
}
.contactUs h4.pb-0, .residentialInfo h4.pb-0 {    margin-bottom: 5px;}
.gform_ajax_spinner {
  width: 20px;
}
.formFields .gform_wrapper .gform_heading {
  display: none;
}

.contactUs .gform_wrapper.gravity-theme .gform_fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr 1.5rem 0fr 1.5rem 0fr;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template: 0fr 0fr 0fr / 1fr 1fr;
  gap: 1.5rem 0;
}
.contactUs .gform_wrapper.gravity-theme .gform_fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr 1.5rem 0fr 1.5rem 0fr;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template: 0fr 0fr 0fr / 1fr 1fr;
  gap: 1.5rem 0;
}
.reqViewingForm .gform_wrapper.gravity-theme .gform_fields {
  gap: 1.5rem 0;
}
.contactUs .gform_wrapper.gravity-theme .gform_fields .gfield {
  grid-column: unset;
}

.contactUs .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(1),
.contactUs .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(3) {
  padding-right: 3.3vw;
}

.contactUs .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(2),
.contactUs .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(4) {
  padding-left: 3.3vw;
}

.reqViewingForm .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(odd) {
  padding-right: 3.3vw;
}
.reqViewingForm .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(even) {
  padding-left: 3.3vw;
}

.reqViewingForm .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(8) {
  padding-left: 0;
}
.contactUs .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(5) {
  -ms-grid-row: 3;
  grid-row: 3 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea {
  border: 1px solid var(--blueColor);
  color: var(--blueColor);
  font-family: "Akkurat Pro";
  font-size: 1rem;
  padding: 18px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.3;
}
.formFields .gform_wrapper.gravity-theme .ginput_container textarea {
  resize: none;
  line-height: 1.3;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input::-webkit-input-placeholder,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea::-webkit-input-placeholder {
  font-family: "Akkurat Light Pro";
  color: var(--blueColor);opacity:1;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input::-moz-placeholder,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea::-moz-placeholder {
  font-family: "Akkurat Light Pro";
  color: var(--blueColor);opacity:1;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input:-ms-input-placeholder,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea:-ms-input-placeholder {
  font-family: "Akkurat Light Pro";
  color: var(--blueColor);opacity:1;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input::-ms-input-placeholder,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea::-ms-input-placeholder {
  font-family: "Akkurat Light Pro";
  color: var(--blueColor);opacity:1;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input::placeholder,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea::placeholder {
  font-family: "Akkurat Light Pro";
  color: var(--blueColor);opacity:1;
}

.formFields .gform_wrapper.gravity-theme .ginput_container input:focus,
.formFields .gform_wrapper.gravity-theme .ginput_container textarea:focus {
  border: 1px solid var(--blueColor);
  outline: none;
}

.formFields .gform_wrapper.gravity-theme .gform_footer {
  float: right;
  position: relative;
  margin: 0px 0 0;
  padding: 0px 0;
}
.formFields.reqViewingForm .gform_wrapper.gravity-theme .gform_footer {
  top: -3.5rem;
}
.formFields.reqViewingForm .ginput_container.ginput_container_consent {
  padding-top: 0.5rem;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  left: -40px;
  top: 15px;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.formFields .gfield_error .gfield_validation_message {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 5px 0 0 !important;
}
.gfield_validation_message{display: none;}
.formFields .gform_wrapper.gravity-theme .gfield_error .ginput_container input,
.formFields .gform_wrapper.gravity-theme .gfield_error .ginput_container textarea {
  border: 1px solid red;
}
.formFields .gform_wrapper .gfield_error .gfield_repeater_cell label,
.formFields .gform_wrapper .gfield_error label,
.formFields .gform_wrapper .gfield_error legend,
.formFields .gform_wrapper .gfield_validation_message,
.formFields .gform_wrapper .validation_message,
.formFields .gform_wrapper [aria-invalid="true"] + label,
.formFields .gform_wrapper label + [aria-invalid="true"] {
  color: red;    padding: 5px 8px 2px !important;
}
[type="checkbox"][aria-invalid="true"] + label::before {
  border-color: red;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  color: rgb(60, 165, 0);
  border: 2px solid var(--blueColor);
  padding: 10px;
}
.gform-body label a::before {
  content: unset;
}
.gform-body label a:hover {
  color: var(--blueColor);
}
.gform-body [type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
}
.formFields.reqViewingForm .ginput_container.ginput_container_consent [type="checkbox"] + label {
  padding-left: 25px !important;
  position: relative;
  cursor: pointer;
  font-family: "Akkurat Light Pro";
  padding-top: 0 !important;
}
[type="checkbox"] + label a {
  font-family: "Akkurat Light Pro";
    text-decoration: underline;
}
[type="checkbox"] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 3px;
  transition: 0.25s all;
}
[type="checkbox"]:checked + label::before {
  border: 3px solid #000;
  transform: rotate(35deg);
  border-top: 0;
  width: 6px;
  height: 14px;
  border-left: 0;
  left: 6px;
}
.formFields .gform_wrapper.gravity-theme .ginput_container_time {
  flex-basis: min-content;
  max-width: unset;
  min-width: unset;
  flex: 1;
  margin-left: 0;
}
.gform_wrapper.gravity-theme .hour_minute_colon {
  display: none;
}
.formFields .gform_wrapper.gravity-theme .ginput_complex select,
.formFields .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  border: 1px solid var(--blueColor);
  color: var(--blueColor);
  font-family: "Akkurat Light Pro";
  font-size: 1rem;
  padding: 18px 18px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  line-height: 1.3;
  position: relative;
}
.formFields .ginput_container.ginput_container_select {position: relative;}
.formFields .ginput_container.ginput_container_select::after {
  content: ">";
    display: inline-block;
    position: absolute;
    font-size: 22px;
    width: 10px;
    height: 10px;
    font-family: "Petit Serif";
    top: 29px;
    right: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);z-index: -1;
}
.formFields .gform_wrapper.gravity-theme .ginput_container_time input {
  border-right: none !important;
}
.formFields .gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
}
.formFields .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
.formFields .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) td,
body .gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 2px;
  text-align: center;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  align-items: center;
  color: var(--blueColor);
  display: inline-flex;
  font-size: 16px;
  height: 34px;
  width: 34px;
  font-family: "Akkurat Light Pro";
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  font-family: "Akkurat Light Pro";
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
  border-color: var(--blueColor);
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: var(--blueColor);
  border-color: var(--blueColor);
  box-shadow: none;
  color: var(--whiteColor);
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  box-shadow: none;
  width: 34px;
  height: 34px;
  font-size: 16px;
  display: inline-flex;
  line-height: 1;
  font-family: "Akkurat Light Pro";
}
body .ui-datepicker:not(.gform-legacy-datepicker)[style] {
  left: 0 !important;
  top: unset !important;
  bottom: max(59px, min(59px + (67 - 59) * ((100vw - 575px) / (1680 - 575)), 67px));
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 15px 10px 10px;
}
body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  height: 40px;
  width: 36px;
}
.formFields .gform_wrapper.gravity-theme .ginput_complex select.textRegular, .formFields .gform_wrapper.gravity-theme .gfield select.large.textRegular {font-family: "Akkurat Pro";}
/* [type="checkbox"]:checked + label::after {
  content: "";
  width: 6px;
  height: 11px;
  display: inline-block;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  position: absolute;
  left: 5px;
  top: 4px;
  transform: rotate(35deg);
} */
.errorPage {
  padding: 0 18%;
}

.errorPage h2.title {
  font-size: 8.5rem;
  letter-spacing: -30px;
  padding-bottom: 0;
  line-height: 1.2;
}
.errorPage p {
  font-family: "Akkurat Light Pro";
}
.errorPage p a {
  font-family: "Akkurat Pro";
}
.formFields .iframeWrapper {
  padding-bottom: 0;
  height: 0;
  margin: 0;
}
footer {
  padding: 30px 0 40px;
  border-top: 1px solid var(--blueColor);
  text-align: center;
}
footer .footerLogo {
  position: relative;
  top: 48px;
}

.footerLogo a {
  display: inline-block;
}
footer .footerLogo img {
  display: inline-block;
}
footer p,
footer ul {
  list-style-type: none;
  font-size: 15px;
  line-height: 22px;
  font-family: "Akkurat Light Pro";
}

footer ul {
  margin: 0;
}

footer ul a,
footer a {
  color: var(--blueColor);
  text-decoration: none;
  display: inline-block;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -3.35vw;
  margin-right: -3.35vw;
}

footer .row .col {
  text-align: center;
  padding-left: 3.35vw;
  padding-right: 3.35vw;
  width: 25%;
  margin-bottom: 1.5rem;
}

footer h4 {
  font-family: "Petit Serif";
  font-size: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  padding-bottom: 1.3rem;
}
footer .row .col p:not(:first-child) {
  padding-top: 22px;
}
.socialIcons a {
  width: 22px;
  height: 22px;
  border: 1px solid var(--blueColor);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  position: relative;
  overflow: hidden;
}

.socialIcons a::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background-color: var(--blueColor);
  transition: 0.35s all;
  bottom: -20px;
}
.socialIcons a:hover::before {
  bottom: 6%;
}

.socialIcons a:hover img {
  fill: var(--whiteColor);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.slick-slider {
  margin-bottom: 0;
}

.your-class img,
.residentialSlide img {
  width: 100%;
  height: auto;
}

.slick-slider .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: var(--blueColor);
  font-size: 2.25rem;
  font-family: "Petit Serif";
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1;
}

.slick-slider .slide-arrow.prev-arrow {
  left: 4%;
}

.slick-slider .slide-arrow.next-arrow {
  right: 4%;
}
.slick-slide {
  position: relative;
}
.slick-lightbox {
  background-color: var(--whiteColor) !important;
}
.slick-lightbox.whiteBg {
  background-color: #ffffff !important;
}

.slick-lightbox-close {
  top: 6px;
  height: 32px;
  width: 24px;
  left: 50%;
  right: unset;
  transform: translateX(658px);
  font-weight: bold;
}

.logged-in .slick-lightbox-close {
  top: 35px;
}

.slick-lightbox-close:before {
  color: var(--blueColor);
  font-size: 2rem;
  content: "x";
  font-family: "Akkurat Light Pro";
}

.slick-lightbox .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Petit Serif";
  color: var(--blueColor);
  font-size: 0;
  z-index: 1;
}

.slick-lightbox .slick-prev {
  left: 50%;
    transform: translateX(-683px);
}

.slick-lightbox .slick-next {
  right: unset;
    transform: translateX(652px);
    left: 50%;
}

.slick-lightbox .slick-prev::after {
  content: "<";
  font-size: 2.25rem;
}

.slick-lightbox .slick-next::after {
  content: ">";
  font-size: 2.25rem;
}
.slick-lightbox .slick-lightbox-slick-img {
  max-width: 1200px;
  width: auto;
  height: auto;
  max-height: 85vh !important;
}
.bannerSlider .slick-track {
  height: 100%;
}
/* .full-width .slick-prev {
  margin-left: 40px;
}

.full-width .slick-next {
  margin-right: 40px;
}

.slick-prev:before,
.slick-next:before {
  color: red;
} */
.cky-consent-container .cky-consent-bar {
  padding: 10px 20px;
}

.cky-notice-des div,
.cky-notice-des div a {
  font-size: 16px;
  color: var(--blueColor);
  line-height: 1.25;
}
.cky-notice-des div a {
  text-decoration: underline;
}
.cky-notice-btn-wrapper button.cky-btn {
  background-color: var(--blueColor) !important;
  opacity: 1 !important;
  color: var(--whiteColor) !important;
  border: 1px solid var(--blueColor) !important;
  position: relative;
}

.cky-notice .cky-title:empty {
  display: none;
}
/* home banner slider */
.slide img {
}
/* .slider .slick-list::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.548);
} */
.homeBanner.slideshow .overlay::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.548);
}
button {
  z-index: 1;
  border-radius: 0;
  border: none;
}

.slideshow {
  position: relative;
  z-index: 1;
}
.slideshow * {
  outline: none;
}
.slideshow .slick-list {
  height: 100%;
}
.slideshow .slider-track {
  -webkit-transition: all 15s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 15s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 15s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 20s ease;
  -o-transition: all 20s ease;
  transition: all 20s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* end home banner slider */
.fadeIn {
  opacity: 0;
  transition: opacity 1s ease 0.2s;
  -webkit-transition: opacity 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s;
}

.fadeIn.animateMe {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
}
.images_4_zigzag .fadeInUp {
  -webkit-transform: translateY(30px) scale(0.8);
  -ms-transform: translateY(30px) scale(0.8);
  transform: translateY(30px) scale(0.8);
}
.groupNews-page .lazyloaded.fadeInUp,
.ceoPage .lazyloaded.animateMe,
.fadeInUp.animateMe {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.images_4_zigzag .fadeInUp.animateMe {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.animation {
  -webkit-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

.imgBox,
.slick-slide,
.images_4_zigzag > div > div {
  background: url("https://jeremyjames.cskills.me/wp-content/themes/jeremy-custom//images/spinner.gif");
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #000; */
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
}

.imgBox:has(> img.lazyloaded),
.slick-slide:has(> img.lazyloaded),
.images_4_zigzag > div > div:has(> img.lazyloaded) {
  background-image: none;
}
[data-cky-tag="detail-powered-by"],.cky-notice .cky-title {
  display: none !important;
}
.cky-modal .cky-preference-center {
  max-height: 80vh;
  border-radius: 0;
}
.cky-preference-body-wrapper p {
  font-family: "Akkurat Light Pro";
  font-size: 16px;
  color: var(--blueColor) !important;
}
.cky-accordion-header .cky-accordion-btn,
.cky-preference-header .cky-preference-title {
  font-family: "Petit Serif" !important;
  color: var(--blueColor) !important;
}
.cky-accordion-header .cky-always-active {
  font-family: "Petit Serif";
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject {
  border-color: var(--blueColor) !important;
  color: var(--blueColor) !important;
  font-family: "Petit Serif";
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
  border-color: #102c5a !important;
  color: #ffffff !important;
  background-color: var(--blueColor) !important;
  font-family: "Petit Serif";
}
.touch footer p a:hover,
.touch footer ul a:hover,
.touch footer ul a:hover,
.touch footer p a:hover,
.touch .textEditor a:hover,
.touch p a:hover {
  color: var(--blueColor);
}
.touch footer ul a:hover::before,
.touch footer p a:hover::before,
.touch .textEditor a:hover::before,
.touch p a:hover::before {
  height: 0;
  width: 0;
}
.touch .blueButton:hover::after,
.touch .formFields input.button:hover::after,
.touch .blueButton:hover::before,
.touch .formFields input.button:hover::before,
.touch .cky-notice-btn-wrapper button.cky-btn:hover::after,
.touch .cky-notice-btn-wrapper button.cky-btn:hover::before {
  border-color: transparent;
  width: 0;
  height: 0;
}
/* start css for ajax load more */
/* .propertiesList .alm-layouts .alm-listing .alm-reveal{width: 100%;} */
.propertiesList .alm-btn-wrap .alm-load-more-btn.done {display: none;}
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn.loading{
  padding: 12px 12px 13px;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;background-color: transparent;color: transparent;
}
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn.loading:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);-webkit-transition: 0s all;-o-transition: 0s all;transition: 0s all;
}
.propertiesList .alm-btn-wrap{
  padding: 0;
  margin: 0;
}
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn {margin: 2.5rem 0 0;}
.propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn {     display: none; }
section .properties:last-child .propertiesList .ajax-load-more-wrap.light-grey .alm-load-more-btn {
    display: inline-block;
}
.propertiesList .alm-listing .alm-reveal:not(:last-child) {
  padding-bottom: 2.5rem;
}
.propertiesList .alm-no-results,
.propertiesList .no-result {text-align: center;}
/* end css for ajax load more */

/* virtual video popup */
#lightboxVideo {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  display: none;
  background-color: var(--whiteColor);
  z-index: 3;
}

.video-wrapper {
  z-index: 2;
  width: 100%;
  max-height: 90vh;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0px auto 0px auto;
}
.youtubeVideo .rll-youtube-player {
  position: absolute;
  padding-bottom: 0;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
/* .video-wrapper.youtubeVideo::before {
  content: "";
  padding-top: 56.25%;
  display: block;
} */
@media screen and (orientation:landscape) {
  .video-wrapper {
      max-width: 1200px;
      height: auto;
      width: 100%;
  }
}
@media screen and (orientation:portrait) {
  .video-wrapper {
      max-width: 93.8vw;
      height: auto;
      width: 100%;
  }
}
#close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  top: 6px;
  height: 32px;
  width: 24px;
  color: var(--blueColor);
  font-size: 2rem;
  z-index: 3;
}
.logged-in #close-btn  {    top: 28px;}
.popupVideoBox {display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;}
  /* virtual video popup end */

  /* ajax filter css */
  .ajax-load-more-wrap.light-grey .alm-load-more-btn.loading:before{
    background-image: url(images/spinner.gif) !important;    background-size: 28px 28px !important;
  }
  .filterlist {
    margin: 0 auto 40px;
}
.filterlist .alm-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: 0 50px;
}
.filterlist .alm-filters > div {width: 210px;margin-bottom: 40px;}
.filterlist .alm-filters .alm-filters--controls {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0;
  padding-top: 20px;
}
.filterlist .alm-filters .alm-filters--controls > div button{margin-left: 10px;margin-right: 10px;}
.filterlist .alm-filters-container .alm-filters--submit {margin: 0;}
.filterlist .alm-filters-container .alm-filter--inner,
.filterlist .alm-filters-container .alm-filter label {margin: 0;padding:0;text-transform: uppercase;}

.page-template-template-residential-to-let .filterlist .alm-filters .property_price_min_dropdown,
.page-template-template-residential-to-let .filterlist .alm-filters .property_price_max_dropdown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .property_price_min_dropdown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .property_price_max_dropdown,
.page-template-template-healthcare-for-sale .filterlist .alm-filters .rent_price_min_dropdown,
.page-template-template-residential-for-sale .filterlist .alm-filters .rent_price_min_dropdown,
.page-template-template-healthcare-for-sale .filterlist .alm-filters .rent_price_max_dropdown,
.page-template-template-residential-for-sale .filterlist .alm-filters .rent_price_max_dropdown,
.page-template-template-residential .filterlist .alm-filters .rent_price_min_dropdown,
.page-template-template-residential .filterlist .alm-filters .rent_price_max_dropdown,
.page-template-template-healthcare .filterlist .alm-filters .rent_price_min_dropdown,
.page-template-template-healthcare .filterlist .alm-filters .rent_price_max_dropdown,
.page-template-template-healthcare .filterlist .alm-filters .property_bedrooms_drodown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .rent_price_max_dropdown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .rent_price_min_dropdown,
.page-template-template-healthcare-for-sale .filterlist .alm-filters .property_bedrooms_drodown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .property_bedrooms_drodown,
.page-template-template-healthcare .filterlist .alm-filters .property_type_dropdown,
.page-template-template-healthcare-for-sale .filterlist .alm-filters .property_type_dropdown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .property_type_dropdown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .healthcare_price_min_dropdown,
.page-template-template-healthcare-to-let .filterlist .alm-filters .healthcare_price_max_dropdown,
.page-template-template-residential .filterlist .alm-filters .healthcare_price_min_dropdown,
.page-template-template-residential .filterlist .alm-filters .healthcare_price_max_dropdown,
.page-template-template-residential-for-sale .filterlist .alm-filters .healthcare_price_min_dropdown,
.page-template-template-residential-for-sale .filterlist .alm-filters .healthcare_price_max_dropdown,
.page-template-template-residential-to-let .filterlist .alm-filters .healthcare_price_min_dropdown,
.page-template-template-residential-to-let .filterlist .alm-filters .healthcare_price_max_dropdown ,
.page-template-template-healthcare .filterlist .alm-filters .property_price_min_dropdown,
.page-template-template-healthcare .filterlist .alm-filters .property_price_max_dropdown,
.page-template-template-healthcare-for-sale .filterlist .alm-filters .property_price_min_dropdown,
.page-template-template-healthcare-for-sale .filterlist .alm-filters .property_price_max_dropdown{display: none;}

body:not(.page-template-template-healthcare-to-let) .healthcare_rent_price_min_dropdown, 
body:not(.page-template-template-healthcare-to-let) .healthcare_rent_price_max_dropdown {display: none;}

.healthcare_price_max_dropdown .select-options, .healthcare_price_min_dropdown .select-options
.healthcare_rent_price_min_dropdown .select-options, .healthcare_rent_price_max_dropdown .select-options, .healthcare_price_min_dropdown .select-options, .healthcare_rent_price_min_dropdown .select-options {
  min-width: 210px;
}
.filterlist .alm-filters-container .alm-filter label{font-size: 16px;    font-family: "Petit Serif";    font-weight: normal;    margin-bottom: 10px;}
.filterlist .alm-filters .alm-filters--controls .alm-filters--button{line-height: 28px;
  display: inline-block;
  min-width: 127px;}
.filterlist .alm-filters .alm-filters--reset-button{
  background-color:transparent;
  border: 1px solid var(--blueColor);
  color: var(--blueColor);
  font-size: 16px;
  line-height: 28px;
  padding: 12px 12px 13px;
  display: inline-block;
  min-width: 127px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Petit Serif";
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  height: auto;
}

.filterlist .alm-filters .alm-filters--reset-button:hover{
  background-color: var(--blueColor);
  border: 1px solid var(--blueColor);
  color: var(--whiteColor);
}
.filterlist .alm-filters-container .alm-filter--select{position: relative;}
.filterlist .alm-filters-container .alm-filter--select select{
  background: transparent;
    border: none;
    border-bottom: 1px solid;
    text-transform: unset;padding-left: 0;color: var(--blueColor);padding: 5px 12px 5px 0;
    text-transform: capitalize;
    font-family: "Akkurat Light Pro";
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;font-size: 16px;
}
.filterlist .alm-filters-container .alm-filter--select .select-styled::after {
  content: ">";
  display: inline-block;
  position: absolute;
  font-size: 16px;
  width: 10px;
  height: 10px;
  font-family: "Petit Serif";
  top: 12px;
  right: -6px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);z-index: 1;
}
.filterlist .alm-filters-container .alm-filter--select select.disabled {
  cursor: default;
  opacity: .75;
}
.pageTitle.filterPage + section {    padding-top: 20px !important;}
/* .filterlist .alm-filters-container .alm-filter--select select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  box-shadow:none;
  background-image: none;
  flex: 1;
  padding:5px 0;
  cursor:pointer;
}
.filterlist .alm-filters-container .alm-filter--select select::-ms-expand {
  display: none;
} */

.detailsPage .introText {
  min-height: auto;
}
.featureslist {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;-webkit-column-gap: 10px;-moz-column-gap: 10px;column-gap: 10px;
}

.featureslist span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.featureslist span::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--blueColor);
  border-radius: 50%;
  left: 0;
  top: max(6px, min(6px + (12 - 6) * ((100vw - 1330px) / (1920 - 1330)), 12px));
}
.zoom_cursor img{cursor: -webkit-zoom-in;cursor: zoom-in; -webkit-transition: -webkit-transform 200ms ease-out; transition: -webkit-transform 200ms ease-out; -o-transition: transform 200ms ease-out; transition: transform 200ms ease-out; transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;}
.zoom_cursor.zoom_mode_active img{cursor: -webkit-zoom-out;cursor: zoom-out;}
.residentialInfo .lightboxImg.floorplanPopup a.box {
  height: calc(100% - 3rem);
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--blueColor);
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--whiteColor);
  padding: 8px 15px 8px 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: 1px solid var(--blueColor);
  font-family: "Akkurat Light Pro";

}
/* .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: var(--blueColor) transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
} */
/* .select-styled:hover {
  background-color: #ffffff;
} */
/* .select-styled:active, .select-styled.active {
  background-color: #ffffff;
} */
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 12px 0 !important;
  list-style: none;
  background-color: var(--whiteColor);
  border: 2px solid var(--blueColor);
  border-top: 1px solid var(--blueColor);
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: var(--blueColor);
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.alm-filters-container .alm-filter .select-options li {
  padding: 8px 0;
    margin: 0;font-family: "Akkurat Light Pro";
}

.downloadBtn {position: relative;}
.downloadBtn .blueButton {line-height: 28px;display: inline-block;position: absolute;right: 20px;top: 9px;}

.cky-cookie-audit-table th, .cky-cookie-audit-table td, .page-template-default th, .page-template-default td {
  font-size: max(13px, min(13px + (18 - 13) * ((100vw - 1330px) / (1920 - 1330)), 18px)) !important;
}
.page-template-default a {text-decoration: underline;    text-decoration-thickness: 1px;
}

.fancybox-bg {
  background: #fff !important;
  opacity: 1 !important;
}
.fancybox-navigation, .fancybox-infobar {display: none !important;}
.fancybox-toolbar {opacity: 1 !important;visibility: visible !important;}
.fancybox-button {background: transparent !important;}
.fancybox-button path {fill: var(--blueColor);}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color: var(--blueColor) !important;}
#lightboxVideo .slick-lightbox-close:before {content: unset;}
.fancybox-button.fancybox-button--zoom {opacity: .5;}
.fancybox-is-zoomable .fancybox-button.fancybox-button--zoom {opacity: 1;}