@font-face {
  font-family: "Akkurat Light Pro";
  src: url("../fonts/AkkuratLightPro.woff2") format("woff2"), url("../fonts/AkkuratLightPro.woff") format("woff"), url("../fonts/AkkuratLightPro.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akkurat Pro Italic";
  src: url("../fonts/AkkuratPro-BoldItalic.woff2") format("woff2"), url("../fonts/AkkuratPro-BoldItalic.woff") format("woff"),
    url("../fonts/AkkuratPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Akkurat Light Pro Italic";
  src: url("../fonts/AkkuratLightPro-Italic.woff2") format("woff2"), url("../fonts/AkkuratLightPro-Italic.woff") format("woff"),
    url("../fonts/AkkuratLightPro-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Petit Serif";
  src: url("../fonts/PetitSerif.woff2") format("woff2"), url("../fonts/PetitSerif.woff") format("woff"), url("../fonts/PetitSerif.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akkurat Pro";
  src: url("../fonts/AkkuratPro-Bold.woff2") format("woff2"), url("../fonts/AkkuratPro-Bold.woff") format("woff"), url("../fonts/AkkuratPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akkurat Pro";
  src: url("../fonts/AkkuratPro.woff2") format("woff2"), url("../fonts/AkkuratPro.woff") format("woff"), url("../fonts/AkkuratPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Akkurat Pro";
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0 0;
  padding: 0;
}

p {
  margin: 0;
}

h1.title,
h1 {
  font-size: 2.727rem;
  font-size: max(30px, min(30px + (60 - 30) * ((100vw - 575px) / (1680 - 575)), 60px));
  letter-spacing: max(1.5px, min(1.5px + (3 - 1.5) * ((100vw - 575px) / (1680 - 575)), 3px));
  text-align: center;
  font-family: "Petit Serif";
  padding-bottom: 2.25rem;
  line-height: 1.4;
}

h2.title,
.textEditor h2,
h2 {
  font-size: 1.636rem;
  font-size: max(24px, min(24px + (36 - 24) * ((100vw - 575px) / (1680 - 575)), 36px));
  letter-spacing: max(1px, min(1px + (1.8 - 1) * ((100vw - 575px) / (1680 - 575)), 1.8px));
  text-align: center;
  font-family: "Petit Serif";
  padding-bottom: 2.25rem;
  line-height: 1.67;
}
.textEditor h2 {
  padding: 0;
}
h3.titleGray,
h3 {
  font-size: 1.636rem;
  font-size: max(24px, min(24px + (36 - 24) * ((100vw - 575px) / (1680 - 575)), 36px));
  letter-spacing: max(1px, min(1px + (1.8 - 1) * ((100vw - 575px) / (1680 - 575)), 1.8px));
  text-align: center;
  color: var(--gayColor);
  font-family: "Petit Serif";
  padding-bottom: 2.25rem;
  line-height: 1.67;
}

h4.title,
h4 {
  font-size: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  letter-spacing: max(0.8px, min(0.8px + (1.1 - 0.8) * ((100vw - 575px) / (1680 - 575)), 1.1px));
  font-family: "Petit Serif";
  font-weight: normal;
  padding-bottom: 1.5rem;
  line-height: 1.59;
}
section .searchResult:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}
.searchResult h4 {
  text-align: left;
}
.searchResult h4 a {
  color: var(--blueColor);
}
.searchResult p {
  text-align: left;
  font-family: "Akkurat Light Pro";
  padding-bottom: 0.5rem;
}

body.search.search-results .pagination {
  text-align: center;
}
body.search.search-results .pagination a,
body.search.search-results .pagination span {
  margin: 0 3px;
  padding: 2px;
  font-family: "Petit Serif";
}
body.search.search-results .pagination a:hover {
  text-decoration: underline;
}
h5.title,
h5 {
  font-size: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  letter-spacing: max(0.8px, min(0.8px + (1.1 - 0.8) * ((100vw - 575px) / (1680 - 575)), 1.1px));
  font-family: "Petit Serif";
  font-weight: normal;
  padding-bottom: 1.5rem;
  line-height: 1.59;
  color: var(--gayColor);
}
h6.title,
h6 {
  font-size: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  letter-spacing: 0;
  font-family: "Akkurat Pro";
  font-weight: normal;
  padding-bottom: 1.5rem;
  line-height: 1.59;
}

p {
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  letter-spacing: 0;
  line-height: 1.59;
}

.textEditor {
  font-family: "Akkurat Light Pro";
  line-height: 1.59;
}
.textEditor h4,
h4,
h5,
.textEditor h5 {
  font-size: 1rem;
  font-size: max(15px, min(15px + (22 - 15) * ((100vw - 1330px) / (1920 - 1330)), 22px));
  font-family: "Petit Serif";
  line-height: 1.275;
  margin: 0 0 0.25rem 0;
  letter-spacing: 0.5px;
  padding: 0;
  line-height: 1.59;
}
h5 {
  color: var(--gayColor);
}
.textEditor h1,
.textEditor h2,
.textEditor h3,
.textEditor h4,
.textEditor h5,
.textEditor h6 {
  padding: 0;
  text-align: left;
}

.textEditor h4:empty,
.textEditor h5:empty,
.textEditor p:empty {
  height: 28px;
}

.textEditor p,
body.search.search-results #page-wrap [class^="post"] p {
  font-family: "Akkurat Light Pro";
  line-height: 1.275;
  margin: 0 0 0.25rem 0;
  letter-spacing: min(-0.11px, max(-0.11px + (-0.22 - -0.11) * ((100vw - 575px) / (1680 - 575)), -0.22px));
  line-height: 1.59;
}
.descriptionText.textEditor p:not(:last-child) {
  margin-bottom: 1rem;
}
body.search.search-results #page-wrap [class^="post"] p {
  text-align: left;
}

.textEditor ul {
  list-style-type: none;
  margin: 0;
}

.textEditor ul li,
.textEditor ol li {
  position: relative;
  font-family: "Akkurat Light Pro";
  line-height: 1.275;
  margin: 0;
  letter-spacing: min(-0.11px, max(-0.11px + (-0.22 - -0.11) * ((100vw - 575px) / (1680 - 575)), -0.22px));
  padding-left: 1rem;
  line-height: 1.59;
}
.textEditor ul li:last-child {
  margin: 0 0 0.25rem 0;
}

.textEditor ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background-color: var(--blueColor);
  position: absolute;
  top: max(11px, min(11px + (16 - 11) * ((100vw - 1330px) / (1920 - 1330)), 16px));
  left: 0;
}
.textEditor ul[style*="list-style"] {
  margin-left: 1rem;
}
.textEditor ul[style*="list-style"] li {
  padding-left: 0;
}
.textEditor ul[style*="list-style"] li::before {
  content: none;
}
.textEditor ol {
  margin: 0 0 0 1rem;
}
.textEditor ol li {
  padding-left: 0;
}
.textEditor a,
p a,
footer ul a,
.residentialBanner > div ul li a {
  color: var(--blueColor);
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.textEditor h3 a,
h3 a,
a {
  color: inherit;
  text-decoration: none;
}
.textEditor a::before,
p a::before,
footer ul a::before,
.residentialBanner > div ul li a::before {
  position: absolute;
  display: inline-block;
  background: var(--blueColor);
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.textLight {
  line-height: 1.59;
}
.textEditor a:hover::before,
p a:hover::before,
.residentialBanner > div ul li a:hover::before {
  height: 100%;
}

.textEditor a:hover,
p a:hover,
.contactInfo div a:hover,
.residentialBanner > div ul li a:hover {
  color: #ffffff;
}
.OF-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}
