.rc-bg-colour--3c3736 {
  background-color: #3c3736;
  color: #fff;
}
.rc-bg-colour--fff {
  background-color: #fff;
  color: #3c3736;
}
.rc-bg-colour--f59c00 {
  background-color: #f59c00;
  color: #fff;
}
.rc-bg-colour--ffffff {
  background-color: #ffffff;
  color: #3c3736;
}
.rc-bg-colour--827e7c {
  background-color: #827e7c;
  color: #fff;
}
.rc-bg-colour--d47abd {
  background-color: #d47abd;
  color: #fff;
}
.rc-bg-colour--6191ff {
  background-color: #6191ff;
  color: #fff;
}
.rc-bg-colour--62d2d0 {
  background-color: #62d2d0;
  color: #fff;
}
.rc-bg-colour--f59c00 {
  background-color: #f59c00;
  color: #fff;
}
.rc-bg-colour--3fa535 {
  background-color: #3fa535;
  color: #fff;
}
.rc-bg-colour--ffce44 {
  background-color: #ffce44;
  color: #fff;
}
.rc-bg-colour--3fa535 {
  background-color: #3fa535;
  color: #fff;
}
.rc-bg-colour--423c39 {
  background-color: #423c39;
  color: #fff;
}
.rc-bg-colour--3973b9 {
  background-color: #3973b9;
  color: #fff;
}
.rc-bg-colour--002e5f {
  background-color: #002e5f;
  color: #fff;
}
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3736;
  font-size: 1rem;
  background-color: #ececec;
}
body h1, body h2, body h3, body h4, body .rc-h1, body .rc-h2, body .rc-h3, body .rc-h4 {
  font-weight: 400;
  margin-bottom: 1.25rem;
}
body h1, body .rc-h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
body h2, body .rc-h2 {
  font-size: 2.1875rem;
}
body h3, body .rc-h3 {
  font-size: 1.3125rem;
  font-weight: 600;
}
body h4, body .rc-h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
body a {
  color: #3c3736;
  text-decoration: underline;
}
body a:hover {
  color: #f59c00;
}
body p {
  margin-bottom: 1.5rem;
}
body p:empty {
  display: none;
}
body .rc-p--large {
  font-size: 1.3125rem;
}
body .rc-p--small {
  font-size: 0.8125rem;
}
body hr {
  border-top: #3c3736 solid 1px;
  margin-left: -30px;
  margin-right: -30px;
}
body ul {
  margin-bottom: 1.5rem;
}
body ul li {
  margin-bottom: 0.55rem;
}
body blockquote {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.5rem;
  border-left: 3px solid #f59c00;
  font-style: italic;
}
body blockquote p {
  margin: 0;
}
body .rc-page-title {
  margin-top: 4rem;
}
body .rc-text--light {
  color: #fff;
}
body img {
  max-width: 100%;
  height: auto;
}
/* Sections */
.rc-section {
  padding: 75px 0;
}
.rc-section .container > .row > div > section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rc-section .container > .row > div > section:last-child p:last-child {
  margin-bottom: 0;
}
.rc-section.rc-section--npt {
  padding-top: 0;
}
.rc-page-title-container + .rc-section.rc-bg-colour--ececec {
  padding-top: 35px;
}
.rc-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
}
.rc-hero br {
  display: none;
}
@media (min-width: 576px) {
  .rc-hero {
    min-height: 50vh;
  }
}
@media (min-width: 768px) {
  .rc-hero {
    min-height: 40vh;
  }
  .rc-hero br {
    display: block;
  }
}
@media (min-width: 992px) {
  .rc-hero {
    min-height: 40vh;
  }
}
@media (min-width: 1200px) {
  .rc-hero {
    min-height: 40vh;
  }
}
.rc-hero__content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 30px;
  padding: 90px 0;
}
.rc-hero__heading {
  position: relative;
  z-index: 1;
}
.rc-hero__heading h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 125%;
}
.rc-hero__heading p {
  font-size: 1.3125rem;
}
.rc-hero__actions {
  position: relative;
  z-index: 1;
}
.rc-hero--overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.rc-people {
  margin-bottom: 45px;
}
.rc-people__section {
  margin-bottom: 30px;
}
.rc-people__item {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.rc-people__item img {
  width: 100%;
  border-radius: 8px;
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}
.rc-people__item__content {
  margin-top: 30px;
}
.rc-people__item__content h4 {
  margin-bottom: 5px;
}
.rc-people__item__content p {
  color: #827e7c;
  margin-bottom: 0;
}
.rc-people__item:hover img {
  filter: grayscale(0%);
}
.rc-people__modal {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.rc-people__modal__left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rc-people__modal__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.rc-people__modal__right h4 {
  margin-bottom: 5px;
}
.rc-people__modal__right__job p {
  color: #827e7c;
  margin-bottom: 20px;
}
.rc-people__modal__right__contact {
  margin-bottom: 20px;
  display: flex;
  font-size: 14px;
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
}
.rc-people__modal__right__contact i {
  margin-right: 2px;
  font-size: 16px;
}
.rc-people__modal__right__contact a {
  color: #f59c00;
  text-decoration: none;
  padding: 0px 5px;
}
.rc-people__modal__right__media {
  display: flex;
  gap: 10px;
}
.rc-people__modal__right__media a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f59c00;
  border-radius: 8px;
  font-size: 1.3125rem;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}
.rc-people__modal__right__media a:hover {
  color: #fff;
  background-color: #3c3736;
}
.rc-people__modal img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
}
.rc-quick-links__title {
  margin-bottom: 55px;
}
.rc-quick-links__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 30px;
}
.rc-quick-links__item img {
  max-width: 100%;
  margin-bottom: 30px;
}
.rc-latest-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.rc-latest-posts__img {
  flex: 0 0 calc(40% - 20px);
}
.rc-latest-posts__img__container {
  position: relative;
  width: 100%;
  padding-bottom: 78.26%;
}
.rc-latest-posts__img__container img {
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 8px;
  object-position: center;
}
.rc-latest-posts__latest {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 calc(35% - 20px);
}
.rc-latest-posts__latest h3 {
  font-weight: normal;
}
.rc-latest-posts__latest h4 {
  font-size: 2.1875rem;
}
.rc-latest-posts__all {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 calc(25% - 20px);
}
.rc-latest-posts__all h3 {
  font-weight: normal;
}
.rc-latest-posts__all__posts {
  width: 100%;
  margin-bottom: 20px;
}
.rc-latest-posts__all__link {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}
.rc-latest-posts__all__link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.rc-latest-posts__all__link:first-child {
  padding-top: 0;
}
.rc-latest-posts__all__link:last-child {
  border-bottom: none;
}
.rc-latest-posts a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .rc-latest-posts__img {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 5px;
  }
  .rc-latest-posts__latest {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 5px;
  }
  .rc-latest-posts__all {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .rc-latest-posts {
    flex-direction: row;
  }
  .rc-latest-posts__img {
    flex: 0 0 100%;
    align-self: flex-start;
  }
  .rc-latest-posts__latest {
    flex: 0 0 100%;
  }
  .rc-latest-posts__all {
    flex: 0 0 100%;
  }
}
.rc-partners__list {
  margin: 70px 0 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
}
.rc-partners__list img {
  max-height: 115px;
}
.rc-google-maps {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.rc-google-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.rc-video {
  padding: 30px 0;
  width: 800px;
  display: block;
  margin: auto;
}
@media (max-width: 992px) {
  .rc-video {
    width: 100%;
  }
}
.rc-video__container {
  padding: 56.25% 0 0 0;
  position: relative;
}
.rc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
}
.rc-section.rc-testimonials {
  padding-bottom: 45px;
}
.rc-section.rc-testimonials .owl-theme .owl-dots .owl-dot.active span, .rc-section.rc-testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #3c3735;
}
.rc-section.rc-testimonials .owl-theme .owl-dots .owl-dot span {
  background: #bfbcbd;
}
.rc-testimonial__title {
  text-align: center;
  font-weight: 400;
}
.rc-testimonial__author {
  text-align: center;
  color: #8d8a89;
  font-weight: 400;
  margin-bottom: 30px;
}
.rc-featured-posts__title {
  margin-bottom: 30px;
}
.rc-featured-posts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.rc-featured-posts__item img {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.rc-featured-posts__item:hover {
  transition: all 0.3s ease-in-out;
}
.rc-featured-posts__item:hover img {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
/* Page Content */
/*
 * Buttons
 */
/*
 * Mixins
 */
/*
 * Variables
 */
/* Also add to js/admin/color-picker-colours */
.rc-btn.rc-btn--ffffff {
  color: #3c3736;
  background-color: #ffffff;
  border-color: #ffffff;
}
.rc-btn.rc-btn--ffffff:hover, .rc-btn.rc-btn--ffffff:focus {
  color: #fff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-btn.rc-btn--ffffff.rc-btn--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.rc-btn.rc-btn--ffffff.rc-btn--outline:hover, .rc-btn.rc-btn--ffffff.rc-btn--outline:focus {
  color: #3c3736;
  background-color: #ffffff;
  border-color: #ffffff;
}
.rc-btn.rc-btn--62d2d0 {
  color: #fff;
  background-color: #62d2d0;
  border-color: #62d2d0;
}
.rc-btn.rc-btn--62d2d0:hover, .rc-btn.rc-btn--62d2d0:focus {
  color: #fff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-btn.rc-btn--62d2d0.rc-btn--outline {
  background-color: transparent;
  color: #62d2d0;
  border-color: #62d2d0;
}
.rc-btn.rc-btn--62d2d0.rc-btn--outline:hover, .rc-btn.rc-btn--62d2d0.rc-btn--outline:focus {
  color: #fff;
  background-color: #62d2d0;
  border-color: #62d2d0;
}
.rc-btn.rc-btn--d47abd {
  color: #fff;
  background-color: #d47abd;
  border-color: #d47abd;
}
.rc-btn.rc-btn--d47abd:hover, .rc-btn.rc-btn--d47abd:focus {
  color: #fff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-btn.rc-btn--d47abd.rc-btn--outline {
  background-color: transparent;
  color: #d47abd;
  border-color: #d47abd;
}
.rc-btn.rc-btn--d47abd.rc-btn--outline:hover, .rc-btn.rc-btn--d47abd.rc-btn--outline:focus {
  color: #fff;
  background-color: #d47abd;
  border-color: #d47abd;
}
/*
 * Button Styles
*/
.rc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-weight: 400;
  padding: 8px 15px;
  z-index: 0;
  color: #fff;
  text-decoration: none;
  min-width: 120px;
  border: 2px solid #3c3736;
  background-color: #3c3736;
  transition: all 0.3s ease;
  gap: 12px;
}
.rc-btn:hover, .rc-btn:focus {
  color: #fff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-btn--outline {
  background-color: transparent;
  color: #3c3736;
  border-color: #3c3736;
}
.rc-btn--outline:hover, .rc-btn--outline:focus {
  color: #fff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
}
.rc-accordion {
  margin-bottom: 2rem;
}
.rc-accordion__item {
  background: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.rc-accordion__item:last-child {
  margin-bottom: 0;
}
.rc-accordion__item__title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #3c3736;
}
.rc-accordion__item__title__trigger {
  width: auto;
}
.rc-accordion__item__title__trigger i {
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.rc-accordion__item__title:hover {
  cursor: pointer;
}
.rc-accordion__item__content {
  padding-bottom: 10px;
  display: none;
  color: #3c3736;
}
.rc-accordion__item__content .s-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rc-accordion__item__content .s-text h1, .rc-accordion__item__content .s-text h2, .rc-accordion__item__content .s-text h3, .rc-accordion__item__content .s-text h4, .rc-accordion__item__content .s-text h5, .rc-accordion__item__content .s-text h6, .rc-accordion__item__content .s-text p, .rc-accordion__item__content .s-text ul, .rc-accordion__item__content .s-text ol {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rc-accordion__item__content .rc-btn-group {
  margin-top: 1.5rem;
}
.rc-accordion__item--open .rc-accordion__item__title {
  margin-bottom: 1.25rem;
}
.rc-accordion__item--open .rc-accordion__item__title__trigger i {
  transform: rotate(90deg);
}
.rc-accordion__item--open .rc-accordion__item__content {
  display: block;
}
img + .rc-accordion, section + .rc-accordion, ul + .rc-accordion, ol + .rc-accordion, p + .rc-accordion {
  margin-top: 2rem;
}
.rc-coloured-panel {
  padding: 35px 30px;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.rc-coloured-panel img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .rc-coloured-panel img {
    height: auto;
    margin-bottom: 1.5rem;
  }
}
.rc-coloured-panel a:not(.rc-btn) {
  text-decoration: underline;
  color: inherit;
}
.rc-coloured-panel ol:last-child, .rc-coloured-panel ul:last-child, .rc-coloured-panel p:last-child {
  margin-bottom: 0;
}
.rc-cta-panel {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rc-cta-panel__img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.rc-cta-panel__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-cta-panel__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0px 0px 8px 8px;
  padding: 30px;
  color: #fff;
}
.rc-cta-panel__content h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.rc-cta-panel__content h3 {
  font-weight: 400;
}
.rc-cta-panel__content a {
  display: inline-block;
  margin-top: 15px;
  width: auto;
}
.rc-contact {
  padding: 30px 0;
}
.rc-contact .wpcf7 {
  width: 100%;
  margin: 0 auto;
}
.rc-contact .wpcf7 form {
  display: flex;
  flex-direction: column;
}
.rc-contact .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
}
.rc-contact .wpcf7 .wpcf7-not-valid-tip {
  margin-top: -7px;
  margin-bottom: 15px;
  font-size: 1rem;
}
.rc-contact .wpcf7 br {
  display: none;
}
.rc-contact .wpcf7 .wpcf7-submit {
  width: auto;
  min-width: 150px;
  float: right;
}
.rc-contact .wpcf7 .wpcf7-response-output {
  margin: 10px 0 20px 0;
  padding: 20px;
  border-radius: 8px;
}
.rc-contact .wpcf7 form.invalid .wpcf7-response-output, .rc-contact .wpcf7 form.unaccepted .wpcf7-response-output, .rc-contact .wpcf7 form.payment-required .wpcf7-response-output {
  background: #f59c00;
  border-color: #f59c00;
  color: #fff;
}
.rc-contact .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
  color: #fff;
}
.s-text > :first-child {
  margin-top: 0;
}
.s-text h1, .s-text h2, .s-text h3, .s-text h4, .s-text h5, .s-text h6 {
  margin-top: 30px;
}
/* Shared */
.rc-archive {
  /* Style to remove default arrow in some browsers */
}
.rc-archive__header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 10px solid #f59c00;
  padding: 30px 0;
}
.rc-archive__header h1 {
  margin-bottom: 0;
}
.rc-archive__header--news {
  border-color: #62d2d0;
}
.rc-archive__header--case-studies {
  border-color: #d47abd;
}
.rc-archive__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 65px;
}
.rc-archive__navigation__previous, .rc-archive__navigation__next {
  flex: 1;
  display: flex;
  margin-top: 30px;
}
.rc-archive__navigation__previous {
  justify-content: flex-start;
}
.rc-archive__navigation__next {
  justify-content: flex-end;
}
.rc-archive .u-select {
  position: relative;
  width: 250px;
  margin: 20px 0;
}
.rc-archive .u-select select {
  appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rc-archive .u-select select:hover {
  border-color: #888;
}
.rc-archive .u-select select:focus {
  border-color: #007BFF;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.rc-archive select::-ms-expand {
  display: none;
}
.rc-single__top-border {
  border-top: 10px solid #62d2d0;
}
.rc-single__top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.rc-single__tag {
  background-color: #62d2d0;
  color: #fff;
  padding: 0px 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  min-height: 40px;
}
.rc-single__shares {
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
}
.rc-single__shares a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #62d2d0;
  border-radius: 8px;
  font-size: 1.3125rem;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}
.rc-single__shares a:focus, .rc-single__shares a:hover {
  color: #ffffff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-single__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 65px;
}
.rc-single__navigation__previous, .rc-single__navigation__next {
  flex: 1;
  display: flex;
  margin-top: 30px;
}
.rc-single__navigation__previous a, .rc-single__navigation__next a {
  background-color: #62d2d0;
  border-color: #62d2d0;
}
.rc-single__navigation__previous a:focus, .rc-single__navigation__previous a:hover, .rc-single__navigation__next a:focus, .rc-single__navigation__next a:hover {
  color: #ffffff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-single__navigation__previous {
  justify-content: flex-start;
}
.rc-single__navigation__next {
  justify-content: flex-end;
}
.rc-single blockquote {
  border-color: #62d2d0;
}
.rc-single.rc-single--case-studies .rc-single__top-border {
  border-color: #d47abd;
}
.rc-single.rc-single--case-studies .rc-single__tag {
  background-color: #d47abd;
}
.rc-single.rc-single--case-studies .rc-single__shares a {
  background-color: #d47abd;
}
.rc-single.rc-single--case-studies .rc-single__shares a:focus, .rc-single.rc-single--case-studies .rc-single__shares a:hover {
  color: #ffffff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-single.rc-single--case-studies .rc-single__navigation a {
  background-color: #d47abd;
  border-color: #d47abd;
}
.rc-single.rc-single--case-studies .rc-single__navigation a:focus, .rc-single.rc-single--case-studies .rc-single__navigation a:hover {
  color: #ffffff;
  background-color: #3c3736;
  border-color: #3c3736;
}
.rc-single.rc-single--case-studies blockquote {
  border-color: #d47abd;
}
body.home {
  padding-top: 92px;
}
body.home .rc-header {
  height: 92px;
}
body {
  padding-top: 137px;
}
body::after {
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.rc-header-body--open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.rc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 137px;
}
.rc-header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 92px;
}
.rc-header__brand {
  display: block;
  width: 230px;
}
.rc-header__hamburger-menu {
  width: 55px;
}
.rc-header__hamburger-menu path {
  fill: none;
  stroke: #3c3736;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-header__hamburger-menu circle {
  transition: all 0.3s ease-in-out;
  fill: #eaeaea;
  opacity: 0;
  cursor: pointer;
}
.rc-header__hamburger-menu svg:hover circle {
  opacity: 1;
}
.rc-header__hamburger-menu .rc-header__hamburger-menu__line--1, .rc-header__hamburger-menu .rc-header__hamburger-menu__line--3 {
  --total-length: 126.64183044433594;
  --length: 16;
  --offset: -42;
}
.rc-header__hamburger-menu .rc-header__hamburger-menu__line--2 {
  --total-length: 70;
}
.rc-header__nav {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #3c3736;
  padding: 30px;
  overflow-y: auto;
  max-height: calc(100vh - 110px);
  opacity: 0;
  transform: translateY(-100%);
  transition: visibility 0s 0.3s, opacity 0s 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.rc-header__nav .rc-header__nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 10px 10px 10px 30px;
  transition: all 0.2s ease-in-out;
}
.rc-header__nav .rc-header__nav-item a:hover {
  color: #f59c00;
}
.rc-header__nav .rc-header__nav-item--active a {
  color: #f59c00;
}
.rc-header__nav .rc-header__nav-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
@media (max-width: 767px) {
  .rc-header__nav .rc-header__nav-left {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
  .rc-header__nav .rc-header__nav-left--root a {
    font-weight: 600;
  }
  .rc-header__nav .rc-header__nav-left--root #rc-header__nav_root .rc-header__nav__back {
    display: block;
  }
  .rc-header__nav .rc-header__nav-left--root #rc-header__nav_root .rc-header__nav-item {
    display: none;
  }
  .rc-header__nav .rc-header__nav-left--level1 a {
    font-weight: 600;
  }
  .rc-header__nav .rc-header__nav-left--level1 #rc-header__nav_root .rc-header__nav-item {
    display: none;
  }
  .rc-header__nav .rc-header__nav-left--level1 .rc-header__nav_level--1 {
    border-left: none;
  }
  .rc-header__nav .rc-header__nav-left--level1 .rc-header__nav_level--1 .rc-header__nav__back {
    display: block;
  }
  .rc-header__nav .rc-header__nav-left--level1 .rc-header__nav_level--1 .rc-header__nav-item {
    display: none;
  }
}
.rc-header__nav .rc-header__nav-right {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 100%;
}
.rc-header__nav #rc-header__nav_side {
  padding-left: 30px;
}
@media (min-width: 1400px) {
  .rc-header__nav #rc-header__nav_side {
    border-top: none;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: solid 1px #827e7c;
  }
}
@media (max-width: 1399px) {
  .rc-header__nav #rc-header__nav_side {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: start;
    margin-top: 20px;
  }
}
.rc-header__nav #rc-header__nav_side__links {
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .rc-header__nav #rc-header__nav_side__links {
    border-top: solid 1px #827e7c;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .rc-header__nav #rc-header__nav_side__links {
    grid-template-columns: 1fr;
  }
}
.rc-header__nav #rc-header__nav_side__links a {
  padding-left: 0;
}
.rc-header__nav #rc-header__nav_side__links a:hover {
  color: #f59c00;
}
.rc-header__nav #rc-header__nav_side__socials {
  color: #827e7c;
}
@media (max-width: 1399px) {
  .rc-header__nav #rc-header__nav_side__socials {
    border-top: solid 1px #827e7c;
  }
}
.rc-header__nav #rc-header__nav_side__socials__title {
  border-bottom: solid 1px #827e7c;
}
@media (max-width: 1399px) {
  .rc-header__nav #rc-header__nav_side__socials__title {
    display: none;
  }
}
.rc-header__nav #rc-header__nav_side__socials__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .rc-header__nav #rc-header__nav_side__socials__links {
    margin-top: 30px;
    justify-content: flex-end;
  }
}
.rc-header__nav #rc-header__nav_side__socials__links a {
  text-decoration: none;
  font-size: 1.3125rem;
}
.rc-header__nav #rc-header__nav_side__socials__links a:hover {
  color: #f59c00;
}
.rc-header__nav #rc-header__nav_side a {
  font-weight: 400;
  color: #827e7c;
}
.rc-header__nav #rc-header__nav_root {
  grid-column: 1;
}
.rc-header__nav #rc-header__nav_root a {
  font-size: 1.3125rem;
}
.rc-header__nav #rc-header__nav_root .rc-header__nav-item--active a {
  padding-left: 27px;
  border-left: solid 3px #827e7c;
}
.rc-header__nav .rc-header__nav_level--1 {
  grid-column: 2;
  border-left: solid 3px #827e7c;
}
.rc-header__nav .rc-header__nav_level--2 {
  grid-column: 3;
  border-left: solid 3px #827e7c;
}
.rc-header__nav .rc-header__nav_level--2 a {
  font-weight: 400;
}
.rc-header__nav .rc-header__nav__back {
  display: none;
  color: #fff;
  padding: 10px 25px 10px 25px;
}
.rc-header__nav .rc-header__nav__back i {
  font-size: 32px;
}
.rc-header__nav .rc-header__nav_level {
  display: none;
}
.rc-header__nav .rc-header__nav_level.rc-header__nav_level--active {
  display: block;
}
.rc-header.rc-header--open .rc-header__hamburger-menu .rc-header__hamburger-menu__line--1, .rc-header.rc-header--open .rc-header__hamburger-menu .rc-header__hamburger-menu__line--3 {
  --length: 22.627416998;
  --offset: -94.1149185097;
}
.rc-header.rc-header--open .rc-header__hamburger-menu .rc-header__hamburger-menu__line--2 {
  --length: 0;
  --offset: -50;
}
.rc-header.rc-header--open .rc-header__nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.rc-header-bottom-bar {
  position: relative;
  display: block;
  width: 100%;
  background: #dedede;
  padding: 12px 0;
  z-index: 2;
}
.u-breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  gap: 12px;
}
.u-breadcrumb-item {
  display: flex;
  gap: 15px;
  font-size: 0.85rem;
  align-items: center;
  white-space: nowrap;
}
.u-breadcrumb-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.u-breadcrumb-item a {
  text-decoration: none;
}
.u-breadcrumb-item a:hover {
  text-decoration: none;
}
.u-breadcrumb-item::before {
  content: ">";
  display: flex;
  padding: 0;
}
.u-breadcrumb-item:first-child::before {
  content: "";
  display: none;
}
.u-breadcrumb-item--active {
  pointer-events: none;
  cursor: default;
}
.rc-footer-browse {
  background: #fff;
  padding: 90px 0;
}
.rc-footer-browse__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  align-items: start;
  gap: 30px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .rc-footer-browse__content .rc-cta-panel h3 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991px) {
  .rc-footer-browse__content {
    grid-template-columns: 1fr;
  }
}
.rc-footer-browse__content__stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rc-footer {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #3c3736;
  color: #ececec;
}
.rc-footer a {
  color: #ececec;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .rc-footer a {
    font-size: 18px;
  }
}
.rc-footer a:hover {
  color: #f59c00;
}
.rc-footer ul, .rc-footer li {
  margin: 0;
  padding: 0;
}
.rc-footer__brand {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .rc-footer__brand {
    flex-direction: row;
    align-items: center;
    margin-bottom: 45px;
  }
}
.rc-footer__logo {
  display: block;
  width: 100%;
  max-width: 230px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .rc-footer__logo {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.rc-footer__tag {
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
  max-width: 270px;
}
@media (max-width: 1199px) {
  .rc-footer__tag {
    padding-left: 30px;
    width: 100%;
    max-width: 440px;
    border-left: solid 1px #827e7c;
  }
}
.rc-footer__links {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 2fr;
}
.rc-footer__services ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}
@media (max-width: 991px) {
  .rc-footer__services ul {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }
}
.rc-footer__more ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
@media (max-width: 991px) {
  .rc-footer__more ul {
    grid-template-columns: 1fr;
  }
}
.rc-footer__contact {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .rc-footer__contact {
    flex-direction: row;
    padding-top: 45px;
    border-top: solid 1px #827e7c;
  }
}
.rc-footer__contact__top {
  width: 100%;
}
a.rc-footer__contact__top__tel {
  font-size: 21px;
  text-decoration: none;
}
a.rc-footer__contact__top__email {
  font-size: 21px;
  margin-bottom: 15px;
  text-decoration: none;
}
.rc-footer__contact__top a {
  display: block;
  width: 100%;
}
.rc-footer__contact__bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
@media (max-width: 991px) {
  .rc-footer__contact__bottom {
    flex-direction: row-reverse;
  }
}
.rc-footer__contact__bottom a {
  font-size: 24px;
  text-decoration: none;
}
.rc-footer h4 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .rc-footer h4 {
    font-size: 22px;
  }
}
.rc-feature-image {
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin-bottom: 3rem;
}
.rc-feature-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 100%;
}
.rc-no-feature-image {
  margin-bottom: 2.5rem;
}
/* Overrides */
body.home .rc-quick-links__item img {
  max-width: 60%;
}
/*# sourceMappingURL=index.css.map */