a.phpdebugbar-tab i {
  color: #000;
}

.navbar {
  height: 10.9375rem;
  max-height: 10.9375rem;
}
.navbar a.nav-link {
  text-align: center;
  font-weight: 700;
}
.navbar a.nav-link span {
  font-weight: 400;
  text-align: center;
}
.navbar .dropdown .dropdown-menu .dropdown-column {
  width: auto;
  min-width: auto;
}

.btn-search {
  color: #5a5b75;
}
.btn-search:hover {
  color: #5a5b75;
  filter: brightness(85%);
}

footer a span {
  font-size: initial;
}
footer:hover {
  font-weight: 400;
}

.pageTitle, .pageTitle:hover {
  font-weight: 700;
}
.pageTitle span, .pageTitle:hover span {
  font-weight: 400;
}

@media screen and (max-width: 61.9375rem) {
  .navbar {
    height: 5.8125rem;
    max-height: 5.8125rem;
  }
}
@media screen and (max-width: 75rem) {
  .navbar {
    height: 8.4375rem;
    max-height: 8.4375rem;
  }
  .navbar a.nav-link {
    text-align: left;
    font-weight: 400;
  }
  .offcanvas-collapse {
    top: 8.4375rem;
  }
  .offcanvas-collapse.offcanvas-open {
    left: 0%;
    visibility: visible;
    top: 8.4375rem;
    z-index: 1;
  }
  .siteLogo {
    display: inline-block;
    margin-top: 0.375rem;
  }
}
main {
  padding-top: 5.8125rem;
}
@media screen and (min-width: 36rem) and (max-width: 47.9375rem) {
  main {
    padding-top: 3.1875rem;
  }
}
@media screen and (min-width: 62rem) {
  main {
    padding-top: 10.9375rem;
  }
}

@media screen and (min-width: 62rem) {
  .navbar ul.navbar-nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 48rem) {
  .subheader .content-header {
    height: auto;
  }
}
@media screen and (max-width: 22.5rem) {
  .logo {
    max-width: 13.75rem; /* stop hamburger from snapping below logo on very small screen sizes */
  }
}
@media screen and (max-width: 87.5rem) {
  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.875rem 0.625rem;
  }
}
.btn-search.btn-success {
  background-color: #CC3333;
  border-color: #CC3333;
}

#kindyMap {
  height: 640px !important;
}

.hero {
  background-color: #F1FAF7;
  max-height: 530px;
  overflow: hidden;
  position: relative;
}
.hero__mobile-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.hero__mobile-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  width: auto;
}
@media screen and (min-width: 36rem) {
  .hero__mobile-image {
    margin-top: 2.625rem;
    height: 300px;
  }
  .hero__mobile-image img {
    height: 300px;
  }
}
@media screen and (min-width: 48rem) {
  .hero__mobile-image {
    margin-top: 0;
  }
}
@media screen and (min-width: 62rem) {
  .hero__mobile-image {
    display: none;
  }
}
@media screen and (min-width: 62rem) {
  .hero::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50vw;
    display: block;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 50%;
    max-width: 68.75rem;
  }
}
.hero__text {
  padding: 2.5rem 0.625rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .hero__text {
    text-align: left;
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 75rem) {
  .hero__text {
    padding: 6.875rem 0;
  }
}
.hero h1 {
  color: #4A4B65;
  font-size: 2.125rem;
}
@media screen and (min-width: 48rem) {
  .hero h1 {
    font-size: 2.4375rem;
  }
}
@media screen and (min-width: 75rem) {
  .hero h1 {
    font-size: 3.5rem;
  }
}
.hero h1 span {
  color: #4E75A0;
  display: block;
}
.hero p {
  font-size: 1.25rem;
  color: #6C757D;
  margin: 0;
}
@media screen and (min-width: 62rem) {
  .hero p {
    font-size: 1.5rem;
  }
}
.hero .clip {
  min-height: 0;
  -webkit-clip-path: none;
          clip-path: none;
}

.feature-text {
  margin: 3.5rem auto;
  color: #4A4B65;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.625rem;
  letter-spacing: -0.96px;
}
.feature-text::after {
  content: "";
  width: 4.5rem;
  border-bottom: 2px solid #CC3333;
  margin: 2.8125rem auto 0;
  display: block;
}
@media screen and (min-width: 48rem) {
  .feature-text {
    font-size: 1.625rem;
    margin: 3rem auto;
  }
  .feature-text::after {
    width: 7.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .feature-text {
    font-size: 2rem;
    margin: 5.625rem auto 5rem;
  }
}

.news-col {
  margin-bottom: 1.875rem;
  cursor: pointer;
}
@media screen and (min-width: 48rem) {
  .news-col {
    margin-bottom: 0;
  }
}
.news-col a:hover {
  text-decoration: underline;
}
.news-col:hover a {
  text-decoration: underline;
}

h2.news-block-title {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.2px;
  color: #4A4B65;
}

.news-card {
  border: 1px solid #E6EBF1;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 48rem) {
  .news-card {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
.news-card img {
  width: 100%;
  height: auto;
}
.news-card__image {
  width: 100%;
}
.news-card__text {
  width: 100%;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 48rem) {
  .news-card__text {
    margin-bottom: auto;
  }
}
.news-card h3 {
  color: #4A4B65;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.photo-strip {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 48rem) {
  .photo-strip {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .photo-strip {
    margin-bottom: 5rem;
  }
}
.photo-strip__photo {
  width: calc(50% - 7.5px);
  height: calc(50% - 7.5px);
  margin-bottom: 0.9375rem;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.photo-strip__photo.last {
  display: none;
}
.photo-strip__photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 30rem) {
  .photo-strip__photo {
    width: calc(25% - 15px);
    height: calc(25% - 15px);
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 62rem) {
  .photo-strip__photo {
    margin-bottom: 0;
    width: calc(20% - 15px);
    height: calc(20% - 15px);
  }
  .photo-strip__photo.last {
    display: block;
  }
}

.homepage-block h2 {
  font-size: 2rem;
  line-height: 135%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin: 0 0 1rem;
}
.homepage-block a {
  margin-top: 1.875rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #4A4B65;
  border: 1px solid #4A4B65;
  border-radius: 1.375rem;
  padding: 0.4375rem 1.5625rem;
  transition: 0.3s;
}
.homepage-block a:hover {
  color: #fff;
  background-color: #4A4B65;
}
@media screen and (min-width: 48rem) {
  .homepage-block a {
    width: auto;
  }
}
@media screen and (min-width: 48rem) {
  .homepage-block h2 {
    font-size: 2.25rem;
  }
}

.text-blocks.homepage-block {
  margin-bottom: 0;
}
@media screen and (min-width: 48rem) {
  .text-blocks.homepage-block {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .text-blocks.homepage-block {
    margin-bottom: 3.125rem;
  }
}
.text-blocks .col-md-6 {
  margin-bottom: 1.875rem;
}
.text-blocks__block {
  display: flex;
  flex-direction: column;
  border: 1px solid #E6EBF1;
  border-radius: 1rem;
  padding: 1.875rem;
  height: 100%;
  font-size: 1.125rem;
}
@media screen and (min-width: 48rem) {
  .text-blocks__block {
    padding: 3.75rem 3.125rem;
  }
}
.text-blocks__link {
  margin-top: auto;
}

.image-block {
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #F1FAF7;
  min-height: 25rem;
}
@media screen and (min-width: 48rem) {
  .image-block {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .image-block {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 48rem) {
  .image-block {
    flex-direction: row;
  }
  .image-block.image-left {
    flex-direction: row-reverse;
  }
}
.image-block a {
  background-color: #4A4B65;
  color: #E6EBF1;
}
.image-block a:hover {
  background: #F1FAF7;
  color: #4A4B65;
}
.image-block.mulled-wine {
  background-color: #4A4B65;
}
.image-block.mulled-wine h2, .image-block.mulled-wine div {
  color: #E6EBF1;
}
.image-block.mulled-wine a {
  border-color: #E6EBF1;
}
.image-block.mulled-wine a:hover {
  background: #fff;
}
.image-block__text {
  flex: 0 0 50%;
  align-self: center;
  padding: 1.875rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 48rem) {
  .image-block__text {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .image-block__text {
    padding: 3.75rem 3.125rem;
  }
}
.image-block__image {
  flex: 0 0 50%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-block__image div {
  height: 18.75rem;
}
@media screen and (min-width: 48rem) {
  .image-block__image div {
    min-height: auto;
    height: 100%;
  }
}
