@media only screen and (min-width: 1300px) {
  body .component-sticky-header .inner {
    max-width: 950px;
    position: relative;
  }
}
body .company-logo {
  padding-top: 13px;
  max-width: 335px;
}
@media only screen and (min-width: 1300px) {
  body .nav .link:hover,
  body .nav .link:active,
  body .nav .link.active {
    background: #f29a35;
    color: white;
  }
  body .calls-to-action {
    display: block;
  }
}
@media only screen and (min-width: 70em) {
  body .nav .link {
    display: block;
    padding: 10px 10px;
    background: #26213e;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.2s ease-out, background 0.2s ease-out;
  }
}
body .block-form {
  background: #26213e;
}
body .block-form .submit {
  color: #26213E;
  background: #f29a35;
}
body .block-form .submit:hover {
  color: #26213e;
}
body .block-form .fieldset .row.row-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .block-form .fieldset .row.row-submit input {
  max-width: 200px;
}
body .block-form .select-wrapper::after {
  border-top: 9px solid #f29a35;
}
body #container-right .sub-nav .sub-menu ul {
  padding: 0rem 0 0rem 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
body #container-right .sub-nav .page_item.page_item_title a {
  background: #26213e;
}
@media only screen and (min-width: 1300px) {
  body {
    padding-top: 0;
  }
  body .mobile-ui {
    display: none;
  }
  body .nav {
    display: block;
    margin-top: 1rem;
    float: right;
    position: relative;
    height: 40px;
    visibility: visible;
    opacity: 1;
    z-index: 300;
  }
  body .nav.fixed {
    position: fixed;
  }
  body .nav .menu {
    position: relative;
    float: left;
  }
  body .nav .menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0px;
    height: 40px;
    background: #26213e;
    z-index: 2;
  }
  body .nav .menu > .item {
    position: relative;
    float: left;
  }
  body .nav .menu > .item:last-child .sub-menu {
    right: 0;
  }
  body .nav .menu > .item:hover .level-1 {
    background: none;
    color: #fff;
  }
  body .nav .menu > .item:hover .sub-menu {
    top: 40px;
    transform: translateX(0);
  }
  body .nav .sub-menu {
    position: absolute;
    top: -100rem;
    width: 300px;
    transform: translateX(-40px);
    transition: transform 0.2s ease-out;
    z-index: 1;
  }
  body .nav .link {
    display: block;
    padding: 10px 10px;
    background: #26213E;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.2s ease-out, background 0.2s ease-out;
  }
  body .nav .link:hover,
  body .nav .link:active,
  body .nav .link.active {
    background: #313579;
    color: #fff;
  }
  body .nav .link.active:hover {
    background: #082035;
    color: #fff;
  }
  body .nav .link.level-1 {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: none;
    color: #fff;
    text-align: center;
    z-index: 2;
    font-size: 0.9rem;
  }
  body .nav .link.level-1:after {
    left: 50%;
    right: 50%;
    width: 0px;
  }
  body .nav .link.level-1:hover,
  body .nav .link.level-1:active,
  body .nav .link.level-1.active {
    background: none;
    color: #f29a35;
  }
  body .nav .link.level-1:hover:after,
  body .nav .link.level-1:active:after,
  body .nav .link.level-1.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #f29a35;
    transition: all 0.3s ease-in-out;
    left: 10px;
    right: 10px;
    width: auto;
  }
  body .nav .link.level-1.active {
    color: #fff;
  }
  body .nav .link.level-1.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #f29a35;
    transition: all 0.3s ease-in-out;
    left: 10px;
    right: 10px;
    width: auto;
  }
  body .nav .link.level-1.active:hover {
    background: none;
    color: #fff;
  }
  body .header .header-inner .header-buttons,
  body .component-sticky-header {
    display: block !important;
  }
  body .calls-to-action .action.search-trigger-wrapperr {
    display: block;
  }
}
body .footer .footer-block.footer-information .footer-info {
  display: flex;
  flex-direction: column;
}
body .footer .footer-block.footer-information .footer-info .footer-social {
  width: 100%;
  margin-bottom: 40px;
}
body .footer .footer-block.footer-information .footer-info .footer-sra {
  width: 100%;
}
body .mobile-ui .mobile-ui-panels-container {
  position: fixed;
  top: 100%;
  left: 0;
  height: 0;
  background: #082035;
  overflow: hidden;
  transition: all 0.3s ease-out;
  z-index: 1;
}
body .mobile-ui-nav .menu-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #082035;
}
body .mobile-ui .mobile-ui-panel {
  position: relative;
  float: left;
  width: 100vw;
  height: 0;
  padding: 0;
  background: #082035;
  color: #fff;
  overflow: hidden;
}
body .promo-item .card-content .read-more:hover {
  color: #082035 !important;
  background: white !important;
}
body p,
body a,
body span,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  letter-spacing: 1px !important;
}
body .panel-testimonials-area .people-panel-image {
  box-shadow: none;
}
body .footer .footer-office .office-contact li.phone:before,
body .office-card .phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 Sharp";
  padding-right: 0.5rem;
  font-weight: 600;
  color: #f29a35;
}
body .footer .footer-office .office-contact li.email:before,
body .office-card .email:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Sharp";
  padding-right: 0.5rem;
  font-weight: 600;
  color: #f29a35;
}
body .footer .footer-office .office-contact li.fax:before,
body .office-card .fax:before {
  content: "\f1ac";
  font-family: "Font Awesome 6 Sharp";
  padding-right: 0.5rem;
  font-weight: 600;
  color: #f29a35;
}
body .office-card .office:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body .list.office-card.office-multi {
  margin-bottom: 0rem;
  margin-top: 2rem;
}
body .footer .footer-office .office-brand a {
  color: #f29a35;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
body .footer .footer-office .office-brand a:hover {
  opacity: 0.8;
}
body span.brand {
  font-weight: 600;
}
body .service-block.service-cta-block p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .action.has-icon.enquiry .icon-link, body .action.has-icon.enquiry .icon-email {
  line-height: 45px;
  font-size: 1rem;
  color: #26213E;
  fill: #26213E;
}
body .action.has-icon.enquiry .icon-link span, body .action.has-icon.enquiry .icon-email span {
  font-size: inherit;
}
body .action.has-icon.enquiry:hover .icon-link {
  color: white;
}
body .action.has-icon.enquiry:hover .icon.icon-email {
  fill: white;
}
body .lastest-posts-container ul .card .card-content .read-more {
  color: #26213E;
}
body .lastest-posts-container ul .card .card-content .title {
  font-size: 1.75rem;
  color: #26213E;
  letter-spacing: 0px;
  line-height: 40px;
  margin-bottom: 1.5rem;
  text-transform: initial;
}
body .panel-service-blocks .title {
  color: #26213E !important;
}
body .content p.intro {
  color: #26213E !important;
  line-height: 1.5;
}
body body p {
  color: #1b1d36;
}
body .sub-nav {
  background: #313579;
}
body .sub-nav .page_item a {
  background: #313579;
}
body .content strong a {
  color: #26213E;
}
body .content strong a:hover {
  opacity: 0.85;
}
body .content a {
  color: #26213E;
}
body .content a:hover {
  opacity: 0.85;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: 3px !important;
}
body li.staff-phone ul li a {
  color: #f29a35;
}
body.home .main .centre .panel-service-blocks ul .service-block .service-image:after {
  background: #313579;
}
body.home .service-image::before {
  transition: all 0.3s ease-in-out;
}
body.home .service-image:hover::before {
  opacity: 0;
}
body.home .footer {
  background: #1b1d36;
}
body.home .breadcrumb-container .crumbtrails .current {
  color: #313579;
}
body .panel-testimonials-area .testimonials-container .bx-controls .bx-pager-item .bx-pager-link.active:hover {
  background: #313579;
}
body .staff-rotator .staff-attributes .staff-contact .email {
  background: #313579;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body .staff-rotator .staff-attributes .staff-contact .email:hover {
  background: #26213E !important;
  color: white !important;
}
body .staff-rotator .staff-attributes .staff-contact .email:hover a {
  color: white;
  background: #26213E;
}
body .staff-rotator .staff-attributes .staff-contact .profile {
  background: #f29a35;
  color: #26213E;
  transition: all 0.3s ease-in-out;
}
body .staff-rotator .staff-attributes .staff-contact .profile a {
  color: #26213E;
}
body .staff-rotator .staff-attributes .staff-contact .profile:hover {
  background: #26213E !important;
  color: white !important;
}
body .staff-rotator .staff-attributes .staff-contact .profile:hover a {
  background: #26213E;
  color: white;
}
body .lastest-posts-container ul .card {
  position: relative;
  width: 100%;
  background: #F1F1F6;
}
body .staff-list .staff-attributes .staff-contact .email {
  background: #313579;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body .staff-list .staff-attributes .staff-contact .email:hover {
  background: #26213E !important;
  color: white !important;
}
body .staff-list .staff-attributes .staff-contact .email:hover a {
  color: white;
  background: #26213E;
}
body .staff-list .staff-attributes .staff-contact .profile {
  background: #f29a35;
  color: #26213E;
  transition: all 0.3s ease-in-out;
}
body .staff-list .staff-attributes .staff-contact .profile a {
  color: #26213E;
}
body .staff-list .staff-attributes .staff-contact .profile:hover {
  background: #26213E !important;
  color: white !important;
}
body .staff-list .staff-attributes .staff-contact .profile:hover a {
  background: #26213E;
  color: white;
}

.searchandfilter .search-filter-reset {
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  display: block;
  background: #f29a35;
  border: 0px solid #f29a35;
  border-left: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #26213E;
  transition: all 0.3s ease-out;
  z-index: 1;
  min-height: 50px;
  letter-spacing: 1px;
}
.searchandfilter .search-filter-reset:hover {
  background: #26213E;
  color: white;
}

@media only screen and (min-width: 1300px) {
  .searchandfilter li.sf-field-reset {
    margin-top: 0 !important;
    margin-left: 0rem !important;
  }
}
@media only screen and (min-width: 1300px) {
  .searchandfilter li {
    float: left;
    width: calc((100% - 6rem) / 3);
    margin: 0 0 0 0rem;
    margin: 0 0 0 0rem !important;
  }
}
.searchandfilter li.sf-field-post-meta-service_areas label, .searchandfilter li.sf-field-taxonomy-stafftype label, .searchandfilter li.sf-field-taxonomy-department label {
  border-radius: 0;
  font-size: 1rem;
}

input[type=text], input[type=tel], input[type=email], textarea, .searchandfilter li.sf-field-post-meta-service_areas label .sf-input-select, .searchandfilter li.sf-field-post-meta-service_areas label .sf-input-text, .searchandfilter li.sf-field-taxonomy-stafftype label .sf-input-select, .searchandfilter li.sf-field-taxonomy-stafftype label .sf-input-text, .searchandfilter li.sf-field-taxonomy-department label .sf-input-select, .searchandfilter li.sf-field-taxonomy-department label .sf-input-text {
  border-radius: 0;
  font-size: 1rem;
}

.sf-input-text, .sf-input-select {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

.searchandfilter ul {
  display: flex;
  gap: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
.searchandfilter ul::after {
  display: none;
}

.panel-service-blocks ul .service-block.services-for-individuals .service-image:after {
  background: #313579;
}

.panel-service-blocks ul .service-block .service-image {
  transition: all 0.3s ease-in-out;
}
.panel-service-blocks ul .service-block .service-image span {
  transition: all 0.3s ease-in-out;
}
.panel-service-blocks ul .service-block .service-image:hover span {
  color: #26213E;
}

.panel-service-blocks ul .service-block.services-for-business .service-image {
  transition: all 0.3s ease-in-out;
}
.panel-service-blocks ul .service-block.services-for-business .service-image span {
  transition: all 0.3s ease-in-out;
}
.panel-service-blocks ul .service-block.services-for-business .service-image:hover span {
  color: white;
}

.home .main .centre .panel-service-blocks ul .service-block .service-image {
  transition: all 0.3s ease-in-out;
}
.home .main .centre .panel-service-blocks ul .service-block .service-image span {
  transition: all 0.3s ease-in-out;
}
.home .main .centre .panel-service-blocks ul .service-block .service-image:hover span {
  color: #26213E;
}

html {
  background: white;
}

.news-item .read-more, .staff-rotator-container .staff-link a, .read-more, .lastest-posts-container ul .card .card-content .read-more {
  color: #26213E;
}
.news-item .read-more:hover, .staff-rotator-container .staff-link a:hover, .read-more:hover, .lastest-posts-container ul .card .card-content .read-more:hover {
  color: white;
}

.lastest-posts-container ul .card .card-content .title a:hover {
  color: #26213E;
  opacity: 0.85;
}

.recent-cases-inner a:hover {
  color: #26213E;
  opacity: 0.85;
}

.calls-to-action .action.search-trigger-wrapper {
  display: none;
}

.calls-to-action .action.enquiry {
  display: none;
}

@media screen and (min-width: 1300px) {
  .calls-to-action .action.search-trigger-wrapper {
    display: block !important;
  }
}
@media screen and (min-width: 1150px) {
  .calls-to-action .action.enquiry {
    display: block !important;
  }
}
.footer-office.office-Newtown {
  display: none;
}