@media screen {
  body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
  }

  :root {
    --avatar-size: 8rem;
  }

  /**
 * Typography
 *
 */
  .top-bar, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a.button {
    font-family: 'filson-pro';
  }

  body, ul, ol, p, label {
    color: #303130
  }

  h1, a.h5:hover {
    color: #6d378d;
  }

  .bold {
    font-weight: bold;
  }

  .filson {
    font-family: 'filson-pro';
  }

  a.text-primary:hover {
    color: #9c75ad;
  }

  .page-text h3 {
    color: #6A3AB2;
  }

  .text-orange {
    color: #e0670f;
  }

  .text-primary {
    color: #402a55;
  }

  .text-lp {
    color: #8f5ba1;
  }

  .text-body {
    color: #444;
  }

  .text-fff {
    color: #fff;
  }

  .lead {
    font-size: 1rem;
  }

  .breadcrumbs.text-fff li a {
    color: #fff;
  }

  p a {
    color: #8255ac;
    font-weight: bold;
    text-decoration: none;
  }

  p a:hover {
    text-decoration: underline;
    color: #8255ac;
  }

  /**
 * Colours
 *
 */
  .bg-lp {
    background: #8f5ba1;
  }

  .bg-fff {
    background: #fff;
  }

  .bg-purple {
    background: #402a55;
  }

  .bg-dp {
    background: #402a55;
  }

  .bg-orange {
    background: #e0670f
  }

  .bg-active {
    background: #e0670f !important
  }

  .bg-radio {
    background: #ff0094;
  }

  .bg-teal {
    background: #22ab99;
  }

  .bg-light-grey {
    background: #f8f8f8;
  }


  /**
 * Buttons
 *
 */
  .button-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button:focus, .button:hover {
    background-color: #8f5ba1;
    color: #fefefe;
  }

  .button.hollow.text-fff {
    color: #fff;
    border: 1px solid #fff;
  }

  .button.hollow.text-fff:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #444
  }

  .button {
    border-radius: 4px;
  }

  .button.bg-orange:hover {
    background: #fd6b00;
  }

  .button.bg-teal:hover {
    background: #1cc2ac;
  }

  /**
 * Utility
 *
 */
  .no-margin {
    margin: 0;
  }

  .nm-bottom {
    margin-bottom: 0 !important;
  }

  .nm-top {
    margin-top: 0 !important;
  }

  .mb-1 {
    margin-bottom: 1rem;
  }

  .mb-2 {
    margin-bottom: 2rem;
  }

  .section-wrapper {
   /* margin: 4rem auto;*/
padding:104px 0px 100px 0px;
  }

  .mh30 {
    min-height: 30vh;
  }

  .mh40 {
    min-height: 40vh;
  }

  .h100 {
    height: 100%;
  }

  .heading--underline {
    font-weight: bold;
    border-bottom: 2px solid #444;
  }

  .box-padding {
    padding: 1rem
  }

  .box-padding-r2 {
    padding-right: 2rem;
  }

  .box-shadow {
    box-shadow: 0 8px 14px 1px rgb(27 27 27 / 10%);
    background: #fff;
  }

  .radius {
    border-radius: 6px;
  }


  /**
 * Top Bar
 */
  .top-bar {
    position: relative;
    box-shadow: 0 0 1px 1px rgb(29 17 51 / 4%), 0 0 3px 2px rgb(9 32 77 / 12%), 0 0 2px -3px rgb(29 17 51 / 12%);
  }

  .top-bar, .top-bar ul {
    background-color: #fff;
  }

  .top-bar, .top-bar ul li a {
    color: #000;
  }

  .top-bar .menu .button, .top-bar .menu a {
    line-height: 2;
  }

  /**
 * Hero Images
 *
 */
  .section-hero {
    min-height: 20vh;
    overflow: hidden;
    background-attachment: fixed;
    background-size: contain;
  }

  .services-bg {
    position: relative;
    background: url(../img/services.jpg) center center;
    background-size: cover;
  }

  .ceo-corner-bg {
    position: relative;
    background: url(../img/paul-waite-ceo-corner-bg.jpg) center center;
    background-attachment: fixed
  }

  .mountain-bg {
    position: relative;
    background: url(../img/mountain.jpg) 770px 680px;
    background-attachment: fixed;
    height: 80vh !important
  }

  .stag-bg {
    position: relative;
    background: url(../img/stag-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 80vh !important;
  }

  .advisors-bg {
    position: relative;
    background: url(../img/advisors-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .friend-bg {
    background: url(../img/friend-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .accounting-audit-bg {
    background: url(../img/accounting-audit-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .business-advisory-bg {
    background: url(../img/business-advisory-bg.jpg) center center no-repeat;
    background-attachment: fixed;
  }

  .financial-advisory-bg, .business-recovery-bg {
    background: url(../img/financial-advisory-bg.jpg) center center no-repeat;
    background-attachment: fixed;
  }

  .our-partners-bg {
    background: url(../img/our-partners-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .innovation-bg {
    background: url(../img/innovation-bg.jpg) center center no-repeat;
    background-attachment: fixed;
  }

  .international-bg {
    background: url(../img/international-services-bg.jpg) center center no-repeat;
  }

  .our-services-bg {
    background: url(../img/our-services-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .r-and-d-tax-credits-bg {
    background: url(../img/r-d-tax-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .specialist-tax-bg {
    background: url(../img/specialist-tax-bg.jpg) center center no-repeat;
    background-attachment: fixed;
  }

  .outsourced-payroll-bg {
    background: url(../img/outsourced-payroll-bg.jpg) center center no-repeat;
    background-attachment: fixed;
  }

  .marketing-media-bg {
    background-image: url(../img/marketing-media-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
  }

  .environmental-services-bg {
    background: url(../img/environmental-services-bg.jpg) center center no-repeat;
    background-attachment: fixed;
  }

  .breakfast-bg {
    background: #ff0094 url(../img/breakfast-paul-bg.jpg) no-repeat bottom center;
    padding: 2rem;
    margin-bottom: 1rem;
  }

  .tax-bg {
    background: url(../img/tax-bg.jpg) center center;
    background-size: cover
  }

  .magazine-bg {
    background: url(../img/magazine-bg.jpg) center center;
    background-size: cover
  }

  .blog-bg {
    background: url(../img/blog-bg.jpg) center center;
    background-size: cover
  }

  .success-stories-bg {
    background: url(../img/success-stories-bg.jpg) center center;
    background-size: cover
  }

  .bg-friend-pattern {
    background: url(../img/friends-pattern-bg.jpg) center center;
    background-size: cover
  }

  .hero-bg {
    background: url(../img/hero-bg.jpg) center center;
    background-size: cover
  }

  .cta-guarantee, .bg-gradient {
    position: relative;
    background: url(../img/cta-bg-gradient.jpg) no-repeat center center;
    background-size: cover;
  }

  .paul-waite-ceo-corner {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 25%;
  }



  .page-text p:first-child {
    font-size: 125%;
  }

  .article-heading {
    display: block;
    margin-bottom: 1rem;
    color: #9d5abb;
  }

  .article-heading:hover {
    color: #8c3faf;
  }

  .article-body {
    padding: 1rem;
  }

  .article-content img {
    display: block;
    margin: 1.4rem auto;
  }

  .article-content h3 {
    color: #69468c;
  }

  .article-content a:not('.button') {
    color: #9b80b6;
    font-weight: bold;
    transition: all 0.3s linear;
  }

  .article-content a:hover {
    text-decoration: underline;
  }

  .article-content p:first-child {
    font-size: 125%;
  }

  .article-wrapper {
    min-height: auto;
  }

  .article-wrapper {
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: box-shadow 0.3s linear;
  }

  .article-wrapper:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }

  .stick {
    position: sticky;
    top: 0;
    z-index: 1;
  }


  .office-item {
    box-shadow: 0 8px 14px 1px rgb(27 27 27 / 10%);
    background: #fff;
    margin-bottom: 3rem;
    padding: 2rem;
    height: 340px;
    border-radius: 12px;
  }

  .home-tabs, .home-tabs .tabs-content {
    background: none;
    border: none;
  }

  .home-tabs .tabs-title {
    width: 30%
  }

  .home-tabs+.tabs-content {
    padding: 2rem;
  }

  .tab-image-wrapper img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  #panel1 img {
    width: 50%;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
  }

  .home-tabs .tabs-title.is-active {
    background-color: #e0670f;
  }

  .home-tabs .tabs-title.is-active img, .home-tabs .tabs-title.is-active .text-body {
    filter: brightness(0) invert(1);
    color: #fff;
  }

  .home-tabs .tabs-title.is-active>a, .home-tabs .tabs-title>a:focus, .home-tabs .tabs-title.tabs-title>a[aria-selected=true] {
    background: #e0670f;
    opacity: 1;
  }

  .home-tabs .tabs-title.tabs-title>a:focus .text-body {
    color: #fff
  }

  .home-tabs .tabs-title.tabs-title>a {
    background: rgb(255 255 255 / 43%);
    transition: 0.3s ease all
  }

  .services-overview .grid-y {
    height: 300px;
  }

  .services-overview .grid-y img {
    margin-bottom: 1rem
  }

  .caseStudiesList article {
    height: 150px;
    padding: 1rem;
  }

  .home-featured-client {
    filter: grayscale(1);
    transition: 0.3s ease all
  }

  .home-featured-client:hover {
    filter: none;
  }


  .what-we-do__section {
    padding: 2rem 0;
  }

  .what-we-do__heading {
    margin-bottom: 1rem;
  }

  .what-we-do__icon {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 3px solid #fff;
    background: #fff;
    text-align: center;
    display: inline-block;
  }

  .what-we-do__icon img {
    margin-bottom: 1rem;
  }

  .horizontal-tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .horizontal-tabs-wrapper .card-item {
    flex: 0 0 auto;
    width: 90%;
    padding-right: 20px;
  }

  .horizontal-tabs-wrapper {
    margin-bottom: 20px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .horizontal-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .service-icon, .icon-scroll img {
    max-width: 100px;
    margin: 0 auto 1rem;
  }

}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .section-hero {
    background-attachment: scroll;
  }

  .top-bar li {
    width: 100%;
    text-align: center;
  }

  .horizontal-tabs-wrapper .card-item--services {
    flex: 0 0 auto;
    width: 45%;
    padding-right: 20px;
  }

  .horizontal-tabs-wrapper .card-item--articles {
    flex: 0 0 auto;
    width: 90%;
    padding-right: 20px;
  }
  
  .section-padding{padding:2rem 0;}
}

/* Medium and up */
@media screen and (min-width: 40em) {

  .horizontal-tabs-wrapper .card-item {
    width: 50%;
  }

  .advisor-profile-picture {
    width: 200px;
    height: 200px;
  }

  .top-bar ul li.align-self-middle a {
    transition: background ease 0.3s;
  }

  .top-bar ul li.align-self-middle:hover a {
    background: #fff;
    transition: all ease 0.3s;
    color: #0a0a0a
  }

  .lead {
    font-size: 125%;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  /*.section-hero h1 {
          color: #fff;
          font-weight: bold;
          text-shadow: 3px 4px 7px rgb(65 64 64 / 58%);
      }*/

  .section-padding {
    padding: 4rem 0;
  }

  /*.section-hero {
          height: 60vh;
          overflow: hidden;
          background-size: cover;
      }*/

      
  .mountain-bg {
    overflow: hidden;
    background-position: center center;
  }

  .paul-waite-ceo-corner {
    position: absolute;
    bottom: -150px;
    left: 180px;
    width: auto;
    max-width: 30%;
  }


  .what-we-do__section {
    min-height: 80vh;
  }

  .cta-guarantee {
    min-height: 25vh;
  }

  .article-wrapper {
    margin: 0 auto 1.4rem;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .thumbnail-wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    padding-top: 56.25%;
  }

  .news-post-thumbnail {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    object-fit: cover;
  }

  .tabs.home-tabs {
    margin-top: -130px
  }

  .home-tabs .tabs-title {
    float: none;
    display: inline-block;
  }

  .home-search-results {
    padding: 2rem;
    background: #fff;
    border-radius: 4px;
  }

  .home-search-results .sisea-result {
    margin-bottom: 1rem;
  }

  .extract {
    font-size: 0.9rem;
  }


  .contact-form label {
    color: #fff;
  }

  .social-icon {
    width: 40px;
  }

  .office-item h5 a {
    color: #444;
  }

  .schedule-item {
    padding: 0;
    box-shadow: 0 1px 3px rgb(12 13 14 / 25%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 2rem;
    border-radius: 20px 50px 50px 20px;
    background: #fff;
    cursor: pointer;
  }

  .caseStudiesList article {
    height: 250px;
  }

  .thumbnail {
    border: none;
  }

  .services-content__item {
    padding: 1rem;
  }

  .featured-image-hero {
    height: 60vh;
    width: 100%;
    object-fit: cover;
  }

  .service-tabs.vertical {
    border: none;
  }

  .service-tabs.vertical .tabs-title a {
    color: #fff !important;
    font-weight: bold;
    border: none
  }

  .service-tabs.vertical>li {
    background: #8f5ba1;
  }

  .tabs-content.vertical {
    background: none;
    padding: 0 1rem;
    border: none;
    color: #fff;
  }

  .tabs-content.vertical {
    border: none;
  }

  .service-tabs.vertical .tabs-title>a:hover {
    background: #e0670f;
  }

  .service-tabs.vertical .tabs-title>a:focus, .service-tabs.vertical .tabs-title>a[aria-selected=true] {
    background: #e0670f;
  }

  .body-text ul {
    display: table;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1rem
  }

  .breadcrumbs.text-fff li a {
    color: #fff;
  }

  .thumbnail {
    border: none;
  }

  .media-object a {
    color: #6d378d;
  }

  .rib__wrapper {
    padding: 1rem !important;
  }

  .awRadioNowPlaying .container {
    display: flex;
    justify-content: center;
  }

  .awRadioNowPlaying .container div {
    padding: 1rem
  }

  .now-playing-overview {
    font-weight: bold;
  }

  .awRadioBtn {
    backface-visibility: hidden;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    font-size: .75rem;
    height: 80px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    transform-origin: center;
    width: 80px;
    z-index: 1003;
  }

  .noot-1, .noot-2, .noot-3, .noot-4 {
    position: absolute;
    animation: notes 2s infinite linear;
    font-size: 35px;
    opacity: 0;
  }

  .noot-1 {
    top: 60px;
    left: 0;
    animation-delay: 0.5s;
  }

  .noot-2 {
    top: 30px;
    left: 30%;
    animation-delay: 1s;
  }

  .noot-3 {
    top: 90px;
    left: 60%;
    animation-delay: 1.5s;
  }

  .noot-4 {
    top: 40px;
    left: 90%;
    animation-delay: 2s;
  }

  @keyframes notes {
    0% {
      transform: scale(1) translate(0, 0);
      opacity: 0;
    }

    50% {
      opacity: 1;
      transform: scale(1.5) translate(50%, -50%);
    }

    80% {
      pacity: 0;
      transform: scale(1.5) translate(100%, -100%);
    }

    100% {
      transform: scale(1.5) translate(100%, -100%);
      opacity: 0;
    }
  }

  .circle {
    display: block;
    margin: 1rem auto;
    background-color: #ccc;
    border-radius: 50%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
  }

  .initials {
    font-size: calc(var(--avatar-size) / 2);
    /* 50% of parent */
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size) / 4);
    /* 25% of parent */
  }

  .ajax {
    display: block;
    padding: 1rem;
    color: #444;
    border-bottom: 5px solid #fff
  }

  .ajax:hover, .activeLink {
    order: #d6d6d6 1px solid;
    display: block;
    padding: 1rem;
    border-bottom: 5px solid #8f5ba1;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgb(60 64 67 / 28%);
  }

  .ajax h5 {
    font-weight: 500;
    color: #000;
  }

  .ajax p {
    font-size: 0.85rem;
    color: #000;
  }

  .friend-bg {
    position: relative;
  }

  .people {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 400px;
  }

  .horizontal-tabs-wrapper {
    flex-wrap: wrap;
  }

  .horizontal-tabs-wrapper .card-item {
    flex: 0 0 auto;
    padding: 1.5rem 1rem;
  }

  .horizontal-tabs-wrapper .card-item--width-3 {
    width: 33%;
  }

  .horizontal-tabs-wrapper .card-item--width-4 {
    width: 25%;
  }

  .horizontal-tabs-wrapper .card-item--width-5 {
    width: 20%;
  }

  .card-item--services, .card-item--services h5 {
    transition: all 0.5s ease-in-out;
  }

  .card-item--services:hover {
    background: #fff;
    border-radius: 4px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  }

  .card-item--services:hover h5 {
    color: #444;
  }

  .service-icon, .icon-scroll img {
    transition: all 0.3s ease-in-out
  }

  .icon-scroll:hover img, .card-item:hover .service-icon {
    transform: scale(1.1);
  }

}


.social-icons img {
  display: block;
  padding: 0.5rem;
  border-radius: 100%;
}

.friend-bg .overlay-text span {
  display: inline-block;
}

.friend-bg .overlay-text {
  position: relative;
  z-index: 999;
}

.friends-corner {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer-nav__title {
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.7rem
}

.footer-nav__list a {
  color: #959595;
  transition: color .1s ease-in-out;
  font-weight: bold;
  display: block;
  margin: 0.5rem 0
}

.footer-nav__list a:hover {
  text-decoration: underline;
  color: #444;
}


.section-scroll__nav a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  color: #fff;
}

.card-item:first-child {
  padding-left: 20px;
}


.insight-overview {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}


.top-bar li {
  position: relative;
}



.nav-container {
  display: none;
  width: 300px;
  position: absolute;
  left: 24px;
  z-index: 1000;
  box-shadow: 0 16px 24px 2px rgb(29 17 51 / 4%), 0 6px 32px 4px rgb(9 32 77 / 12%), 0 8px 12px -5px rgb(29 17 51 / 12%);
}

.nav-container ul {
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
}

.nav-container li a {
  line-height: 1 !important;
  padding: 1rem
}

.has-submenu:hover .nav-container {
  display: block;
}

.nav-container {
  background: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.nav-container ul li a {
  background: none !important;
  padding: 0.4rem !important
}

.nav-container p {
  margin-bottom: 0;
  font-weight: bold;
}

.nav-container small {
  font-family: open sans, arial, sans-serif;
  font-weight: normal;
}

.nav-container ul li {
  border-radius: 4px;

  transition: 0.2s ease-in all;
}

.nav-container ul li:hover {
  background: #eee !important
}


.quick-links li a {
  line-height: unset;
  padding-left: 0;
  color: #2d3546;
  font-size: 1.3rem
}


.bg-wave {
  min-height: 20vh;
  background-size: cover;
  margin-bottom: 1rem;
}


@media screen and (min-width:767px) {
  .bg-wave {
    min-height: 25vh;
  }
}


.bg-purple-wave {
  background-image: url(../img/hero/purple-wave.svg);
}

.bg-green-wave {
  background-image: url(../img/hero/green-wave.svg);
}

.bg-orange-wave {
  background-image: url(../img/hero/orange-wave.svg);
}

.bg-blue-wave {
  background-image: url(../img/hero/blue-wave.svg);
}


.quick-links li a.active {
  font-weight: bold;
}


ul li h4 {
  font-size: 1rem;
  margin-bottom: 0rem;
  color: #9056b3;
  font-family: inherit;
  font-weight: bold;
}

article ul.menu li {
  margin-bottom: 1rem;
}





.slick-slide img {
  display: block;
  margin: auto;
}

.slick-next:before,
.slick-prev:before {
  font-size: 40px !important;
  color: #fff !important;
}

.home-hero {
  position: relative;
}

.home-hero .hero__image {
  background-size: cover;
  background-position: center center;
  height: 30vw;
  background-repeat: no-repeat;
}

.home-hero .hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.2rem;
  color: white;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__content {
  max-width: 800px;
}

.hero__content p, .hero__cta a {
  margin: 0;
}

.home-hero .hero__overlay .hero__heading {
  font-size: 1.6rem;
}



.navigation__primary {
  background: #f7f7f7;
}

.navigation__primary>.top-bar ul {
  background: none;
}


.slick-slide {
  position: relative;
}


.header__cta {
  padding: 0;
}

.phone__wrapper {
  display: flex;
  align-items: center;
  color: #777;
  padding-right: 1rem;
}

.phone__wrapper span {
  margin-left: .5rem;
  color: #151515;
}

.phone__wrapper .fa {
  color: #e0670f;
}


@media screen and (min-width:1024px) {
  .articles-container {
    margin-top: -6rem;
  }

  .article-wrapper {
    height: 100%;
  }

  .phone__wrapper {
    padding-right: 3rem;
  }
}



@media only screen and (max-width: 1023px) {
  .home-hero {
    background-color: #142855;
  }

  .home-hero .hero__overlay {
    position: relative;
    background-color: #142855;

    flex-direction: column;
    align-items: start;

  }

  .hero__content p {
    margin-bottom: 1rem;
  }

  .hero__heading {
    font-size: 1.2rem;
  }

  .slick-next {
    right: 6px;
  }

  .home-hero .slick-prev {
    left: auto;
    right: 50px;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }


  .home-hero .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .slick-prev {
    left: auto;
    right: 50px;
  }

  .slick-prev {
    left: 0;
  }


  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .slick-prev,
  .slick-next {
    z-index: 10;
    width: 100px;
    height: 100px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 20px rgb(0 0 0 / 25%);
  }

  body .slick-prev,
  body .slick-next {
    line-height: 1;
  }

  .slick-prev {
    left: -25px;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: none;
    transform: translate(0, -50%);
  }
}

.news-post-thumbnail {
  width: 100%;
}


.menu-vertical {
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px;

}

.menu-vertical li {
  margin-bottom: 10px;

}

.menu-vertical li a {
  color: #333;
  display: block;
  padding: 8px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;

}

.menu-vertical li a:hover {
  background-color: #333;
  color: #fff;
}







.sub-text {
  text-transform: uppercase;
  color: #953fb9;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}

h2.title {
  color: #00204a;
  font-weight: bold;
  line-height: 60px;
  font-weight: 700;
  font-size: 50px;
}


.service-inner {
  height: 100%;
  padding: 40px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0000001A;
  box-shadow: 30px 30px 60px 0px rgba(1.0000000000000009, 61.000000000000014, 101.00000000000001, 0.04);
 transition: background 0.3s; /* smooth transition for gradient effect */
}

.service-inner:hover {
  background: linear-gradient(to bottom, rgba(220,220,220,0.2), transparent);
}

.service-inner .title a, .service-inner .title {
  font-size: 22px;
  line-height: 32px;
  color: #00204a;
  font-weight: 600;
}


.article__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom:3rem;
}

.cbgs__services_wrapper {
    background:#f7f7f7;
}
.cbgs__services li {
background:#fff;
padding:10px 20px;
margin-bottom:15px;
font-size:16px;
transition: box-shadow 0.3s ease-in-out; 
cursor:pointer;
}

.cbgs__services li.active {
    border:2px solid #953fb9;
    border-radius:4px;
}

.cbgs__services li:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
}
.cbgs {
  display:none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.cbgs.show {
  opacity: 1;
  display:block!important;
}

html { scroll-behavior: smooth; } 

.description {padding-right:1rem;}

.services-wrapper {margin-bottom:3rem;}


        .cta__wrapper {
            padding: 3rem;
            border-radius: 10px;
            background: #953fb9;
        }

        .cta__header {
            margin-bottom:2rem;
        }

        .cta__form label {
            display: none;
        }

        .cta__form input::placeholder, .cta__form textarea::placeholder {
             color: #777; font-family:filson-pro
        }

        .cta__form input[type=text],
        .cta__form textarea,
        .cta__form input[type=email] {
            width: 100%;
            margin-bottom: 1.5rem;
            padding: 1.125rem 1.25rem;
            border-radius: 0.625rem;
            border: 1px solid #FFFFFF26;
        }

        .cta__form input[type=submit] {
            border: none;
            outline: none;
        }


        .accordion {
            background: none;
            margin: 3rem 0 0 0;
        }

        .accordion-item {
            margin-bottom: 1rem;
            background: #fff;
        }

        .accordion-item:last-child {
            margin-bottom: 0rem;
        }

        .accordion-title {
            border: none;
            color: #8749b3;
            font-size: 16px;
            font-weight: 600;
            transition: 0.3s ease all;
        }

        .accordion-title:hover,
        .accordion-title:focus {
            color: #8749b3;
        }

        .accordion-title::before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid currentColor;
        }

        .is-active>.accordion-title::before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid currentColor;
            border-top: none;
        }

        .accordion-content {
            border: none;
            background: #fff;
        }


.hero-cta-button {
    display: inline-block;
    background-color: #FFA500;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    padding: 15px 50px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 1rem;
}
.button-block {
    display:block;
    width:100%;
}
.header--spacing {
    margin-bottom:3rem
}


.newsletter-form {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius::10px;
}

.newsletter-form__input--checkbox {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
}

.button__cta {
  display: inline-block;
  background-color: #FFA500;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-radius: 50px; 
}

.button__cta:hover, .button__cta:active, .button_cta:focus {
  background-color: #FF8C00;
  transform: scale(1.05);
  color:#fff;
}

.button__cta--small {
  font-size: 18px;
  padding: 10px 20px;
}

.button__cta--medium {
  font-size: 20px;
  padding: 12px 30px;
}

.button__cta--large {
    font-size:24px;
    padding: 15px 50px;
}

.button__cta--block {
    display:block;
    width:100%;
}


.sidebar {
  
}

.sidebar__list {
  /* Styles for the unordered list */
}

.sidebar__item {
    margin-bottom: 1rem;
    border: 1px solid #7d50ad3d;
    background: #f8f5fe;
    border-radius: 10px;
 overflow: hidden;
}

.sidebar__link {
border: none;
color: #8749b3;
font-size: 16px;
font-weight: 600;
transition: 0.3s ease all;

}

.sidebar__item--active {
border: none;
background:#8749b3;
color: #fff;
font-size: 16px;
font-weight: 600;
transition: 0.3s ease all;
}


.sidebar__item--active .sidebar__link {
    color:#fff;
}

   

.sidebar__link:hover,
.sidebar__link:focus {

background:#8749b3;
color: #fff;
}


.service-inner .fas {
    color:#fff;
    padding:1rem;
    background:linear-gradient(60deg, #362350, #9370db);
    border-radius:100%;
    font-size:16px;
}



.challenge-grid .service-inner {
    display:flex;
    justify-content:flex-start;
    flex-direction:column;
    align-items:flex-start
}
.challenge-grid .service-inner .button {
    margin-top:auto;
    margin-bottom:0;
}


.staff-photo-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-photo-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
  max-width: none;
  border-radius: 50%;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media screen and (min-width: 640px) {
  .staff-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .staff-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.staff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.staff-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.staff-card .staff-name {
  font-weight: bold;
  min-height: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.staff-card .staff-jobtitle {
  color: #953fb9;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-height: 4.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.staff-jobtitle {
  color: #953fb9;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.staff-bio {
  white-space: pre-line;
  margin-bottom: 1.5rem;
}

.staff-experience {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.staff-experience li {
  margin-bottom: 0.5rem;
}

h4.bold {
  margin-top: 1.5rem;
}