/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.slick-dots {
  position: relative;
  list-style: none;
  display: flex;
  gap: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  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: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  border: 8px solid #ffffff;
  font-family: "source-serif-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
}
@media (min-width: 650px) {
  body {
    border: 12px solid #ffffff;
  }
}
@media (min-width: 900px) {
  body {
    border: 16px solid #ffffff;
  }
}
body main {
  padding-top: 61px;
}
@media (min-width: 650px) {
  body main {
    padding-top: 57px;
  }
}
@media (min-width: 900px) {
  body main {
    padding-top: 67px;
  }
}
body img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
  margin: 0px;
  font-weight: inherit;
}
body a {
  color: inherit;
}
body .h2 {
  font-size: 20px;
}
body h1, body .h1 {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 650px) {
  body {
    font-size: 20px;
  }
  body .bigtype {
    font-size: 48px;
    font-weight: 700px;
  }
  body h1, body .h1 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  body h1, body .h1 {
    font-size: 42px;
  }
  body h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 53px;
  }
}
body button {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
body .button {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 14px 30px 13px;
  width: fit-content;
  text-align: center;
  color: #91ca64;
  background: #000000;
  transition: background 0.15s ease, color 0.15s ease;
}
body .button:hover {
  color: #000000;
  background: #91ca64;
  transition: background 0.15s ease, color 0.15s ease;
  text-decoration: none;
}
body #title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 12.5%;
  background-size: cover;
  background-position: center;
}
body #title .header {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  left: -3vw;
}
body #title .img {
  display: none;
}
@media (min-width: 650px) {
  body #title {
    justify-content: space-between;
    gap: 0px;
    padding: 0 12.5%;
    aspect-ratio: 4.93;
  }
  body #title .header h1 {
    line-height: 1.2;
  }
  body #title .img {
    height: 100%;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
  }
  body #title .img img {
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  }
}
@media (min-width: 900px) {
  body #title {
    padding: 0 12.5%;
  }
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px;
}
header.header .wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
header.header a.home {
  width: 110px;
  height: 39px;
  display: block;
  position: relative;
  z-index: 1;
  top: 0px;
  opacity: 1;
  transition: opacity 0.25s ease;
}
header.header a.home img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
header.header div.right {
  width: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 0px;
}
header.header div.right button {
  line-height: 0;
  padding: 0px;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  font-size: 16px;
  transition: color 0.25s ease;
}
header.header div.right button span.icon {
  width: 24px;
  height: 16px;
  display: inline-block;
}
header.header div.right button span.icon div {
  position: relative;
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  transition: transform 0.25s ease, background 0.25s ease;
  background: #000000;
}
header.header div.right button span.icon div.top {
  top: 0px;
}
header.header div.right button span.icon div.mid {
  top: 6px;
}
header.header div.right button span.icon div.bot {
  top: 13px;
}
@media (max-width: 500px) {
  header.header div.right button span.text {
    display: none;
  }
}
@media (min-width: 900px) {
  header.header div.right button {
    display: none;
  }
}
header.header div.right .current-menu-item a, header.header div.right .current_page_item a {
  text-decoration: underline;
  text-decoration-color: #91ca64;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
header.header div.right a {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 16px;
  transition: color 0.25s ease;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
header.header div.right a:hover {
  text-decoration: underline;
  text-decoration-color: #91ca64;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 650px) {
  header.header {
    padding: 15px 24px;
  }
}
@media (min-width: 900px) {
  header.header {
    padding: 15px 40px;
  }
  header.header .wrap {
    justify-content: flex-start;
  }
  header.header div.right {
    top: 13px;
  }
  header.header a.home {
    width: 150px;
    height: 53px;
  }
}
@media (min-width: 1200px) {
  header.header {
    padding: 15p 60px 15px;
  }
  header.header .wrap {
    justify-content: center;
  }
}
header.header nav {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: -20px;
  width: max-content;
  padding: 20px 25px 20px 30px;
}
header.header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: right;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
header.header nav ul li a {
  padding: 5px 0;
  display: inline-block;
}
header.header nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (min-width: 900px) {
  header.header nav {
    padding: 0px 40px 25px;
    display: block;
    position: relative;
    display: flex;
    padding: 0px;
    gap: 15px;
    right: 0px;
  }
  header.header nav ul {
    flex-direction: row;
    gap: 30px;
  }
  header.header nav ul li a {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  header.header nav {
    gap: 30px;
  }
}
header.header.open .wrap button span.icon div {
  transition: transform 0.25s ease, background 0.25s ease;
}
header.header.open .wrap button span.icon div.top {
  transform: translate(0, 7px) rotate(45deg);
}
header.header.open .wrap button span.icon div.mid {
  transform: scaleX(0);
}
header.header.open .wrap button span.icon div.bot {
  transform: translate(0, -8px) rotate(-45deg);
}
header.header.open nav {
  display: block;
}

body.page-template-home-template header.unscrolled {
  background-color: transparent;
}
body.page-template-home-template header.unscrolled nav {
  background: transparent;
}
body.page-template-home-template header.unscrolled a.home {
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.page-template-home-template header.unscrolled div.right a, body.page-template-home-template header.unscrolled div.right button {
  transition: color 0.25s ease;
}
body.page-template-home-template header.unscrolled div.right button span.icon div {
  transition: transform 0.25s ease, background 0.25s ease;
}
footer #contact {
  background-color: #deefd1;
  background-image: url("../derby-theme/img/footer.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer #contact .copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 35px;
  z-index: 2;
  text-align: center;
}
footer #contact .copy h2 {
  font-size: 32px;
}
footer #contact .copy ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer #contact .copy ul h3 {
  font-size: 18px;
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
footer #contact .copy ul a {
  font-size: 18px;
  display: block;
  text-decoration: none;
}
footer #contact .copy ul a:hover {
  text-decoration: underline;
}
@media (min-width: 650px) {
  footer #contact {
    display: flex;
    align-items: center;
    padding-right: 30%;
    background-position: right;
    background-image: url("../derby-theme/img/footer_tall.png");
  }
  footer #contact .copy {
    padding: 60px 30px;
    width: 100%;
  }
  footer #contact .copy h2 {
    font-size: 40px;
  }
  footer #contact .copy ul h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) {
  footer #contact {
    padding-right: 15%;
    background-image: url("../derby-theme/img/footer.png");
  }
  footer #contact .copy {
    padding: 80px 5vw;
  }
  footer #contact .copy h2 {
    font-size: 50px;
  }
  footer #contact .copy ul {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer #contact .copy ul li {
    width: calc(50% - 15px);
  }
  footer #contact .copy ul h3 {
    font-size: 24px;
  }
  footer #contact .copy ul a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  footer #contact {
    align-items: center;
    padding-right: 25%;
  }
  footer #contact .copy {
    padding: 90px 10vw;
    gap: 30px;
  }
  footer #contact .copy ul {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (min-width: 1500px) {
  footer #contact .copy {
    gap: 50px;
  }
  footer #contact .copy ul li {
    width: calc(50% - 25px);
  }
  footer #contact .copy ul a {
    font-size: 24px;
  }
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 45px 20px;
}
footer .footer .address {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
footer .footer .address p {
  margin: 0px;
}
footer .footer .address a {
  text-decoration: none;
}
footer .footer .address a:hover {
  text-decoration: underline;
}
footer .footer .address::before {
  display: block;
  content: "";
  height: 64px;
  width: 55px;
  background-image: url("../derby-theme/img/derbyplace_mark_black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer .logos {
  display: flex;
  align-items: center;
  gap: 35px;
}
footer .footer .logos .hr {
  height: 45px;
  width: auto;
}
footer .footer .logos .sjc {
  height: 62px;
  width: auto;
}
@media (min-width: 650px) {
  footer .footer {
    gap: 45px;
  }
  footer .footer .address::before {
    height: 76px;
    width: 67px;
  }
}
@media (min-width: 900px) {
  footer .footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 45px;
    gap: 0px;
  }
  footer .footer .address {
    gap: 25px;
    flex-direction: row;
    text-align: left;
    align-items: flex-end;
  }
  footer .footer .address a, footer .footer .address p {
    margin-bottom: -8px;
  }
  footer .footer .logos .hr {
    height: 56px;
    width: auto;
  }
  footer .footer .logos .sjc {
    height: 76px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  footer .footer {
    padding: 40px 65px;
  }
  footer .footer .logos {
    gap: 35px;
  }
}

body.error404 .wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body.error404 .wrapper main {
  padding: 160px 40px 100px;
  height: 100%;
  background: #e9f4e0;
}
@media (min-width: 650px) {
  body.error404 .wrapper main {
    padding: 220px 10vw 160px;
  }
}
@media (min-width: 900px) {
  body.error404 .wrapper main {
    padding: 245px 22vw 160px;
  }
}
body.error404 .wrapper main section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #deefd1;
  color: #000000;
  padding: 30px;
}
@media (min-width: 650px) {
  body.error404 .wrapper main section {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.error404 .wrapper main section {
    padding: 60px;
    gap: 30px;
  }
}

@keyframes gallop {
  0% {
    opacity: 1;
  }
  24.99% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.page-template-home-template main {
  padding-top: 0px;
  text-align: center;
}
body.page-template-home-template main #hero {
  position: relative;
}
body.page-template-home-template main #hero svg.gallop {
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  transform: translate(-50%, -100%);
  width: 35%;
  max-width: 420px;
}
body.page-template-home-template main #hero svg.gallop .frame1, body.page-template-home-template main #hero svg.gallop .frame2, body.page-template-home-template main #hero svg.gallop .frame3, body.page-template-home-template main #hero svg.gallop .frame4 {
  animation-name: gallop;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
body.page-template-home-template main #hero svg.gallop .frame2 {
  animation-delay: -0.6s;
}
body.page-template-home-template main #hero svg.gallop .frame3 {
  animation-delay: -0.4s;
}
body.page-template-home-template main #hero svg.gallop .frame4 {
  animation-delay: -0.2s;
}
body.page-template-home-template main #hero #img_slider {
  position: relative;
  background-color: #deefd1;
}
body.page-template-home-template main #hero #img_slider .bkgimg {
  width: 100%;
  height: 54vw;
}
body.page-template-home-template main #hero #img_slider .caption {
  text-align: center;
  position: absolute;
  top: calc(50% + 8px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  width: 100%;
}
@media (min-width: 500px) {
  body.page-template-home-template main #hero #img_slider .bkgimg {
    height: 48vw;
  }
  body.page-template-home-template main #hero #img_slider .caption {
    font-size: 24px;
  }
}
@media (min-width: 650px) {
  body.page-template-home-template main #hero svg.gallop {
    width: 40%;
    top: 50%;
  }
  body.page-template-home-template main #hero #img_slider .caption {
    font-size: 32px;
    top: calc(50% + 30px);
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #hero #img_slider .caption {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #hero #img_slider .bkgimg {
    height: calc(100vh - 16px);
  }
  body.page-template-home-template main #hero #img_slider .caption {
    font-size: 53px;
    top: calc(50% + 100px);
  }
}
body.page-template-home-template main #overview {
  display: flex;
  justify-content: center;
}
body.page-template-home-template main #overview .wrap {
  padding: 60px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-image: url("../derby-theme/img/bd_mark_navy.svg");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 110% 9%;
}
@media (min-width: 500px) {
  body.page-template-home-template main #overview .wrap {
    padding: 80px 35px;
    background-position: 102% 9%;
  }
}
@media (min-width: 650px) {
  body.page-template-home-template main #overview .wrap {
    padding: 100px 12vw;
    gap: 25px;
    background-position: 102% 9%;
    background-size: 280px;
    background-position: 95% 20%;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #overview .wrap {
    padding: 130px 14vw;
    background-size: 320px;
    background-position: 92% 20%;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #overview .wrap {
    max-width: calc(940px + 32vw);
    padding: 160px 16vw;
    background-size: 360px;
    background-position: 89% 30%;
  }
}
body.page-template-home-template main #stats .stat {
  display: flex;
  flex-direction: column;
}
body.page-template-home-template main #stats .stat .img {
  position: relative;
  aspect-ratio: 1;
}
body.page-template-home-template main #stats .stat .img img {
  width: 100%;
  height: 100%;
}
body.page-template-home-template main #stats .stat .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}
body.page-template-home-template main #stats .stat .copy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.page-template-home-template main #stats .stat:nth-of-type(4n-3) .copy {
  background-color: #fbc9ac;
  background-image: url("../derby-theme/img/stat1.png");
}
body.page-template-home-template main #stats .stat:nth-of-type(4n-2) .copy {
  background-color: #deefd1;
  background-image: url("../derby-theme/img/stat2.png");
}
body.page-template-home-template main #stats .stat:nth-of-type(4n-1) .copy {
  background-color: #fdf5b3;
  background-image: url("../derby-theme/img/stat3.png");
}
body.page-template-home-template main #stats .stat:nth-of-type(4n) .copy {
  background-color: #fbc9ac;
  background-image: url("../derby-theme/img/stat4.png");
}
@media (min-width: 650px) {
  body.page-template-home-template main #stats .stat {
    flex-direction: row;
  }
  body.page-template-home-template main #stats .stat .copy, body.page-template-home-template main #stats .stat .img {
    width: 50%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #stats {
    display: flex;
    flex-wrap: wrap;
  }
  body.page-template-home-template main #stats .stat {
    width: 50%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n-1), body.page-template-home-template main #stats .stat:nth-of-type(4n) {
    flex-direction: row-reverse;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n-2) {
    flex-direction: row;
  }
}
body.page-template-home-template main #gallery {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #000000;
}
body.page-template-home-template main #gallery .img {
  padding: 0 20px;
}
body.page-template-home-template main #gallery .img img {
  aspect-ratio: 1.75;
  width: 100%;
}
@media (min-width: 900px) {
  body.page-template-home-template main #gallery {
    padding: 60px 0;
  }
  body.page-template-home-template main #gallery .img {
    padding: 0 40px;
  }
}
body.page-template-home-template main #gallery .slick-slide:not(.slick-current) .caption {
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.page-template-home-template main #gallery button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  color: transparent;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url("../derby-theme/img/next.svg");
  height: 35px;
  width: 35px;
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
body.page-template-home-template main #gallery button.slick-prev {
  transform: translate(0, -50%) rotate(180deg);
  right: auto;
  left: 20px;
}
@media (min-width: 900px) {
  body.page-template-home-template main #gallery button {
    right: 60px;
  }
  body.page-template-home-template main #gallery button.slick-prev {
    left: 60px;
  }
}
body.page-template-retail-template main {
  text-align: center;
}
body.page-template-retail-template main #title {
  background-color: #f9df00;
  background-image: url("../derby-theme/img/title_yellow30.png");
}
body.page-template-retail-template main #signed {
  background: #fdf5b3;
  padding: 55px 12px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
body.page-template-retail-template main #signed ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body.page-template-retail-template main #signed ul li {
  aspect-ratio: 1;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-retail-template main #signed ul li img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
@media (min-width: 500px) {
  body.page-template-retail-template main #signed ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(50% - 6px);
  }
}
@media (min-width: 650px) {
  body.page-template-retail-template main #signed {
    padding: 90px 30px 50px;
    gap: 40px;
  }
  body.page-template-retail-template main #signed h2 {
    font-size: 40px;
  }
  body.page-template-retail-template main #signed ul {
    gap: 20px;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 900px) {
  body.page-template-retail-template main #signed {
    padding: 120px 50px 70px;
    gap: 60px;
  }
  body.page-template-retail-template main #signed h2 {
    font-size: 48px;
  }
  body.page-template-retail-template main #signed ul {
    gap: 30px;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(33.3% - 20px);
  }
}
@media (min-width: 1200px) {
  body.page-template-retail-template main #signed {
    padding: 140px 60px 80px;
    gap: 70px;
  }
  body.page-template-retail-template main #signed ul {
    gap: 50px;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(25% - 38px);
  }
}
body.page-template-retail-template main #availability {
  background: #deefd1;
  padding: 55px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  overflow: hidden;
}
body.page-template-retail-template main #availability .title {
  position: relative;
  z-index: 1;
}
body.page-template-retail-template main #availability .title h2 {
  font-size: 32px;
}
body.page-template-retail-template main #availability img {
  wdith: 100%;
}
@media (min-width: 650px) {
  body.page-template-retail-template main #availability {
    padding: 90px 30px 30px;
    gap: 40px;
  }
  body.page-template-retail-template main #availability .title h2 {
    font-size: 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-retail-template main #availability {
    padding: 120px 30px 30px;
    gap: 60px;
  }
  body.page-template-retail-template main #availability .title h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  body.page-template-retail-template main #availability {
    padding: 140px 30px 30px;
    gap: 70px;
  }
}

body.page-template-location-template main {
  text-align: center;
}
body.page-template-location-template main #title {
  background-color: #bddfa2;
  background-image: url("../derby-theme/img/title_green30.png");
}
body.page-template-location-template main #overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0 0;
}
body.page-template-location-template main #overview .copy {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
body.page-template-location-template main #overview .copy h2 {
  font-size: 36px;
}
body.page-template-location-template main #overview .copy img {
  width: 60px;
}
body.page-template-location-template main #overview .img img {
  width: 100%;
}
@media (min-width: 500px) {
  body.page-template-location-template main #overview {
    padding: 60px;
    gap: 60px;
  }
  body.page-template-location-template main #overview .copy {
    padding: 0px;
    gap: 30px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 36px;
  }
}
@media (min-width: 650px) {
  body.page-template-location-template main #overview {
    padding: 60px 100px;
    gap: 60px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 40px;
  }
}
@media (min-width: 900px) {
  body.page-template-location-template main #overview {
    flex-direction: row-reverse;
    padding: 10px 0px;
    gap: 0px;
  }
  body.page-template-location-template main #overview .img {
    width: 45%;
  }
  body.page-template-location-template main #overview .copy {
    width: 55%;
    gap: 20px;
    padding: 0 5vw;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  body.page-template-location-template main #overview .copy {
    gap: 30px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 46px;
  }
}
@media (min-width: 1500px) {
  body.page-template-location-template main #overview .copy {
    gap: 40px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 52px;
  }
}
body.page-template-location-template main #stats {
  display: flex;
  flex-direction: column;
}
body.page-template-location-template main #stats .stat {
  background-color: #fdf5b3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../derby-theme/img/location_sq1.png");
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  padding: 0 15%;
}
body.page-template-location-template main #stats .stat.statimg {
  padding: 0px;
}
body.page-template-location-template main #stats .stat .copy {
  width: 100%;
  max-width: 303px;
}
body.page-template-location-template main #stats .stat .copy h3 {
  font-size: 28px;
  display: inline-block;
  position: relative;
}
body.page-template-location-template main #stats .stat .copy h3 span {
  font-size: 24px;
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.page-template-location-template main #stats .stat .copy h3::after {
  display: block;
  content: "";
  position: absolute;
  top: -15px;
  left: 15%;
  width: 70%;
  height: 2px;
  background: #000000;
}
body.page-template-location-template main #stats .stat .copy h3::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15%;
  width: 70%;
  height: 1.5px;
  background: #000000;
}
body.page-template-location-template main #stats .stat .img {
  height: 100%;
  width: 100%;
}
body.page-template-location-template main #stats .stat .img img {
  height: 100%;
  width: 100%;
}
body.page-template-location-template main #stats .stat:nth-of-type(even) {
  background-color: #fde4d5;
  background-image: url("../derby-theme/img/location_sqpink.png");
}
@media (min-width: 500px) {
  body.page-template-location-template main #stats .stat {
    padding: 0 20%;
  }
}
@media (min-width: 650px) {
  body.page-template-location-template main #stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-location-template main #stats .stat {
    width: 50%;
    padding: 0 5%;
  }
}
@media (min-width: 650px) and (max-width: 1200px) {
  body.page-template-location-template main #stats .stat:nth-of-type(3) {
    background-color: #fde4d5;
    background-image: url("../derby-theme/img/location_sqpink.png");
  }
  body.page-template-location-template main #stats .stat:nth-of-type(4) {
    background-color: #fdf5b3;
    background-image: url("../derby-theme/img/location_sq1.png");
  }
}
@media (min-width: 900px) {
  body.page-template-location-template main #stats .stat {
    padding: 0 8%;
  }
  body.page-template-location-template main #stats .stat .copy h3::after {
    top: -20px;
  }
  body.page-template-location-template main #stats .stat .copy h3::before {
    bottom: -20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-location-template main #stats .stat {
    width: 33.33%;
    padding: 0 5%;
  }
}
body.page-template-location-template main #map #mapInit {
  width: 100%;
  height: 600px;
}
body main.blog #title {
  background-color: #f9a574;
  background-image: url("../derby-theme/img/title_orange60.png");
}
body main.blog #bloglist, body main.blog #blogpost {
  padding: 36px 36px 60px;
  background-color: #e9f4e0;
}
body main.blog #bloglist .wrap, body main.blog #blogpost .wrap {
  max-width: 800px;
}
@media (min-width: 500px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 36px 60px;
  }
}
@media (min-width: 650px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 50px 100px;
  }
}
@media (min-width: 900px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 80px 100px;
  }
}
@media (min-width: 1200px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 120px 120px;
  }
}
@media (min-width: 1500px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 140px 140px;
  }
}
body main.blog #bloglist ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body main.blog #bloglist ul li a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
body main.blog #bloglist ul li a h2 {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: 0px;
}
body main.blog #bloglist ul li a:hover h2, body main.blog #bloglist ul li a:hover .more {
  text-decoration: none;
}
body main.blog #bloglist ul li a:hover .more {
  text-decoration: underline;
  text-decoration-color: #91ca64;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body main.blog #bloglist ul li a p {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body main.blog #bloglist ul li a .more {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
body main.blog #bloglist ul li a .more::after {
  display: block;
  content: "";
  height: 12px;
  width: 30px;
  background-image: url("../derby-theme/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 650px) {
  body main.blog #bloglist ul {
    gap: 60px;
  }
}
@media (min-width: 900px) {
  body main.blog #bloglist ul .date {
    font-size: 24px;
  }
}
body main.blog #bloglist .pagination {
  display: flex;
  gap: 15px;
  padding-top: 60px;
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
}
body main.blog #bloglist .pagination .current {
  text-decoration: underline;
  text-decoration-color: #91ca64;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body main.blog #bloglist .pagination .next, body main.blog #bloglist .pagination .prev {
  display: flex;
  align-items: center;
  gap: 8px;
}
body main.blog #bloglist .pagination .next::after, body main.blog #bloglist .pagination .prev::before {
  display: block;
  content: "";
  height: 12px;
  width: 30px;
  background-image: url("../derby-theme/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body main.blog #bloglist .pagination .prev::before {
  transform: rotate(180deg);
}
body main.blog #bloglist .pagination a {
  text-decoration: none;
}
body main.blog #bloglist .pagination a:hover {
  text-decoration: underline;
  text-decoration-color: #91ca64;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 650px) {
  body main.blog #bloglist .pagination {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  body main.blog #bloglist .pagination {
    padding-top: 100px;
  }
}
@media (min-width: 1500px) {
  body main.blog #bloglist .pagination {
    padding-top: 120px;
  }
}
body main.blog #blogpost .date {
  padding-bottom: 5px;
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body main.blog #blogpost h2 {
  font-weight: 600;
  text-transform: unset;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
body main.blog #blogpost .image {
  margin-bottom: 40px;
}
body main.blog #blogpost .content {
  font-family: "sweet-sans-pro-hairline", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: unset;
  letter-spacing: 0px;
  font-weight: 600;
}
body main.blog #blogpost .content h1, body main.blog #blogpost .content h2, body main.blog #blogpost .content h3, body main.blog #blogpost .content h4, body main.blog #blogpost .content h5, body main.blog #blogpost .content h6, body main.blog #blogpost .content p, body main.blog #blogpost .content a {
  margin-bottom: 15px;
}
body main.blog #blogpost .content p {
  font-weight: 600;
}
@media (min-width: 900px) {
  body main.blog #blogpost .date {
    font-size: 24px;
  }
}