/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .page-template-full-width.page-office-staff .main-content-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .page-template-full-width.page-office-staff h2 {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page-template-full-width.page-office-staff h2 {
    max-width: 322px;
  }
}
.page-template-full-width.page-office-staff .image-holder {
  padding-top: 0;
}

.page-template-full-width.page-office-staff .image-holder img {
  border-radius: 20px;
}

@media screen and (min-width: 1200px) {
  .page-template-full-width.page-office-staff .image-holder {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .page-template-full-width.page-office-staff .image-holder {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .page-template-full-width.page-office-staff p:has(.btn) {
    text-align: center;
    margin-bottom: 0;
  }
}
.page-template-full-width.page-office-staff .btn {
  margin: 0;
}

.page-template-full-width ul a {
  color: #000;
}

.page-in-the-news .entry-content ul {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.page-in-the-news .entry-content ul li:before {
  top: 9px !important;
}

.page-in-the-news .entry-content .h4 a {
  color: var(--color-primary);
}

.page-in-the-news .entry-content .btn-link {
  color: var(--color-primary);
  margin-top: 10px;
}

.page-in-the-news .entry-content .btn-link:hover {
  color: var(--accent-color);
}

/*# sourceMappingURL=full-width.css.map*/