@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .green-overlay {
    opacity: 0.8 !important;
  }
  .two-col-full-background {
    background-position: center center;
  }
}
/* using change in background-size instead of transform scale results in jittery zoom effect on Safari and Safari/iOS */
@keyframes hoverzoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes hoverzoom-mobile {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes justFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-banner {
  overflow: hidden;
}
.hero-banner .hero-image {
  animation-name: hoverzoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
body.highcontrast #content a {
  color: #000 !important;
  background-color: #fff !important;
}
body.highcontrast .high {
  background: #000 !important;
  color: #fff !important;
}
body.highcontrast .regular {
  background: transparent !important;
  color: #000 !important;
}
body.highcontrast #content blockquote, body.highcontrast #content .infotext, body.highcontrast #content .button a, body.highcontrast #content p, body.highcontrast #content h1, body.highcontrast #content h2, body.highcontrast #content h3, body.highcontrast #content h4, body.highcontrast #content h5, body.highcontrast #content section, body.highcontrast #content div, body.white-label #content blockquote, body.white-label #content .infotext, body.white-label #content .button a, body.white-label #content p, body.white-label #content h1, body.white-label #content h2, body.white-label #content h3, body.white-label #content h4, body.white-label #content h5, body.white-label #content section, body.white-label #content div {
  color: #000 !important;
  background-color: #fff !important;
}
body.highcontrast #content h1:after, body.highcontrast #content h2:after, body.highcontrast #content .menu-item a:after, body.white-label #content h1:after, body.white-label #content h2:after, body.white-label #content .menu-item a:after {
  background: #000;
}
body.highcontrast #content .menu.main .extra-links div > a:after, body.highcontrast #content .reveal-link:after, body.highcontrast #content .nice-links a:after, body.white-label #content .menu.main .extra-links div > a:after, body.white-label #content .reveal-link:after, body.white-label #content .nice-links a:after {
  border-left: 10px solid #000;
}
body.highcontrast #content blockquote:before, body.highcontrast #content blockquote:after, body.white-label #content blockquote:before, body.white-label #content blockquote:after {
  color: #000;
}
body.highcontrast #content .accessibility .options a.regular, body.white-label #content .accessibility .options a.regular {
  background-color: #006751 !important;
  color: #fff !important;
  border: 1px solid white;
}
body.highcontrast #content .blog-footer, body.white-label #content .blog-footer {
  background-color: #fff;
}
body.highcontrast #content .blog-footer .row.logos, body.white-label #content .blog-footer .row.logos {
  background-color: #000 !important;
}
body.highcontrast #content .blog-footer .row.logos .col, body.white-label #content .blog-footer .row.logos .col {
  background-color: #000 !important;
}
body.highcontrast #content .blog-footer .row.logos .col div, body.white-label #content .blog-footer .row.logos .col div {
  background-color: #000 !important;
}
.person-content .top-bar {
  width: 3rem;
}
.person-content a {
  font-weight: 400;
}
.person-content h2 {
  color: #18d69d;
  margin: 30px 0;
}
.person-content .two-col-text {
  min-height: initial;
}
.person-content .two-col-text .col-left {
  justify-content: flex-start;
  flex-basis: 40%;
}
.person-content .two-col-text .col-left h3 {
  color: #18d69d;
}
.person-content .two-col-text .col-left .sector-link {
  font-family: "Poppins", sans-serif;
}
.person-content .two-col-text .col-right {
  flex-basis: 60%;
}
.person-content .two-col-text .col-right p {
  color: black;
  font-family: "Poppins", sans-serif;
}
.person-content .two-col-text .social-icons a {
  font-size: 3rem;
  padding: 0 8px;
}
.person-content .two-col-text .get-in-touch {
  margin: 20px 0;
}
.person-content .two-col-text .get-in-touch a {
  display: inline-block;
  border: 1px solid #18d69d;
  background-color: #fff;
  text-align: center;
  padding: 10px 40px;
}
.person-content .two-col-text .get-in-touch a:hover {
  background-color: #006751;
  color: #fff;
}
.person-team {
  padding: 60px 0;
}
.person-team .two-col-text .col {
  background-color: transparent;
  justify-content: flex-start;
}
section.person h1 {
  font-size: 3rem;
}
section.person h3 {
  font-family: "Poppins", sans-serif;
}
section.person .two-col-image-right .col:nth-of-type(2) {
  padding-left: 0;
}
.type-person .col.flush-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .type-person .col-right, .type-person .col-left {
    padding: 20px !important;
  }
  .team-members {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .all-team-members .team.row .col {
    margin: 0 0 20px 0;
  }
  .nice-links.search-all-teams {
    margin-top: 5px;
  }
}
.team.row .col .backg {
  background-size: auto 95% !important;
  background-position: bottom center !important;
}
.col.member .content {
  padding: 10px;
}
.team.row .col {
  height: auto !important;
}
#sector-exp.all-team-members {
  background-color: transparent;
}
.all-team-members .title-row {
  margin-bottom: 10px;
}
.all-team-members .team {
  flex-wrap: wrap;
  overflow-x: initial;
}
.all-team-members .team.row .col {
  flex-basis: 25%;
  margin: 0 0 30px 0;
  padding: 0;
}
.all-team-members .team.row .col:hover .imagery .backg-filtered {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.all-team-members .team.row .col:hover .middleboth {
  opacity: 1;
  transition: all ease 0.4s;
}
@media only screen and (max-width: 1200px) {
  .all-team-members .team.row {
    flex-wrap: wrap;
  }
  .all-team-members .team.row .col {
    flex-basis: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .all-team-members .team.row {
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
  }
  .all-team-members .team.row .col {
    flex-basis: 50% !important;
    width: 50% !important;
    flex-grow: 0;
  }
  .all-team-members .team.row .col .content .name, .all-team-members .team.row .col .content .title {
    font-size: 1rem;
  }
}
.all-team-members .imagery {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-color: #efefef;
}
.all-team-members .imagery .backg-filtered {
  background-color: #006751;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all ease 0.4s;
}
.all-team-members .middleboth {
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 150;
  transition: all ease 0.4s;
}
.recent-appointments:not(.single-sector) .team.row .col {
  height: 400px;
  margin-left: 6px;
  margin-right: 6px;
  flex-basis: calc(25% - 12px);
}
#sector-exp.recent-appointments.single-sector {
  background-color: rgba(24, 214, 157, 0.1);
}
#sector-exp.recent-appointments.single-sector .team.row .col {
  height: 150px;
  flex-basis: 33%;
  margin: 0;
}
#sector-exp.recent-appointments.single-sector .team.row .col .content {
  padding: 10px;
  font-size: 1.3rem;
}
.search-all-teams {
  margin-top: 40px;
}
.team-members {
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-members .header-row .col {
  padding-left: 80px;
  padding-right: 80px;
}
.team-members .team-member {
  height: 370px;
}
.team-members .team-member:hover .imagery .backg-filtered {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.team-members .team-member:hover .imagery .middleboth {
  opacity: 1;
  transition: all ease 0.4s;
}
.team-members .team-member .content {
  position: relative !important;
  margin-top: 8px;
  padding-left: 8px;
  line-height: initial;
  text-align: initial;
  font-weight: 400;
}
.team-members .team-member .content .name {
  display: block;
  color: #006751;
}
.team-members .team-member .content .title {
  display: block;
  color: #000;
}
.team-members .team-member .imagery {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 300px;
  background-color: #efefef;
}
.team-members .team-member .imagery .backg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.team-members .team-member .imagery .backg-filtered {
  background-color: #006751;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all ease 0.4s;
}
.team-members .team-member .imagery .middleboth {
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 150;
  transition: all ease 0.4s;
  line-height: initial;
}
.all-case-studies {
  padding: 60px 0;
}
.all-case-studies .name h2 {
  font-size: 1.8rem;
}
.all-case-studies .row.filters .col {
  height: auto;
  text-align: center;
  flex-basis: 25%;
  flex-grow: 0;
}
.all-case-studies .row.filters .col ul {
  list-style: none;
  padding: 0;
}
.all-case-studies .row.filters .col .person-filter, .all-case-studies .row.filters .col .clear-filter {
  margin: 10px 0;
}
.all-case-studies .row.filters .col .clear-filter {
  width: auto;
  background-color: transparent;
  font-size: 2.5rem;
  color: #000;
  padding: 0;
}
.all-case-studies .row.filters .col .clear-filter:hover {
  color: #006751;
}
.all-case-studies .row.filters .clear-filter-block {
  flex-basis: 1%;
}
.all-case-studies .row.viewmore {
  padding-top: 60px;
}
.all-case-studies .row.viewmore .col {
  height: 50px;
  text-align: center;
  flex-grow: 1;
}
.all-case-studies .row.case-studies {
  flex-wrap: wrap;
  justify-content: normal;
}
.all-case-studies .row.case-studies a {
  flex-basis: calc(33% - 20px);
  height: auto;
  min-height: 440px;
  margin: 10px;
  flex-grow: 0;
  position: relative;
  display: block;
}
.all-case-studies .row.case-studies a:hover .hoverslide {
  height: 100%;
  transition: height swing 0.3s;
}
.all-case-studies .row.case-studies a:hover .backg {
  opacity: 0;
  transition: opacity swing 0.3s;
}
.all-case-studies .row.case-studies a:hover .green-overlay {
  opacity: 0;
  transition: opacity swing 0.3s;
}
.all-case-studies .row.case-studies a:hover .content {
  display: none;
}
.all-case-studies .row.case-studies a:hover .content h2:after {
  opacity: 0;
  transition: opacity swing 0.5s;
}
.all-case-studies .row.case-studies a:hover .reveal-content {
  opacity: 1;
  transition: opacity swing 0.5s;
}
.all-case-studies .row.case-studies a:hover .bottom-content {
  display: none;
  position: relative;
  padding-top: 500px;
  transition: all swing 0.5s;
}
.all-case-studies .row.case-studies a:hover .bottom-content span {
  display: block;
}
.all-case-studies .row.case-studies a:hover .bottom-content span .link-green-arrow:hover {
  color: #006751;
}
.all-case-studies .row.case-studies a:hover .bottom-content h3 {
  display: none;
}
.all-case-studies .row.case-studies a .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  transition: all ease 0.4s;
  z-index: 1;
}
.all-case-studies .row.case-studies a .green-overlay {
  position: absolute;
  background-color: #006751;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 2;
  opacity: 0.5;
  height: 440px;
}
.all-case-studies .row.case-studies a .green-overlay.forced-full {
  width: 100vw;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
.all-case-studies .row.case-studies a .hoverslide {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #006751;
  z-index: 2;
  transition: height ease 0.4s;
}
.all-case-studies .row.case-studies a .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 100;
  text-align: center;
  width: 80%;
}
.all-case-studies .row.case-studies a .content h2 {
  color: #fff;
}
.all-case-studies .row.case-studies a .content h2:after {
  content: "";
  display: block;
  height: 0.6rem;
  background-color: #18d69d;
  margin: 15px auto;
  width: 3.5rem;
  transition: opacity swing 0.4s;
}
.all-case-studies .row.case-studies a .reveal-content {
  opacity: 0;
  color: #006751;
  font-weight: 300;
}
.all-case-studies .row.case-studies a .reveal-content .excerpt {
  position: absolute;
  z-index: 110;
  top: 60%;
  transition: opacity swing 0.4s;
}
.all-case-studies .row.case-studies a .reveal-content .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 110;
  text-align: center;
  width: 80%;
  transition: opacity swing 0.4s;
}
.all-case-studies .row.case-studies a .reveal-content .name h2 {
  color: #fff;
}
.all-case-studies .row.case-studies a .reveal-content .name h2:after {
  content: "";
  display: block;
  height: 0.6rem;
  background-color: #18d69d;
  margin: 15px auto;
  width: 3.5rem;
  transition: opacity swing 0.4s;
}
.all-case-studies .row.case-studies a .bottom-content {
  position: relative;
  padding: 432px 10px 10px;
}
.all-case-studies .row.case-studies a .bottom-content span {
  display: none;
}
.all-case-studies .row.case-studies a .bottom-content span.link-green-arrow:hover {
  color: #006751;
  z-index: 1000;
}
@media only screen and (max-width: 1200px) {
  .all-case-studies .row.case-studies a {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .all-case-studies .row.case-studies a {
    flex-basis: 100%;
  }
}
.case-study-content {
  font-size: 1rem;
}
.case-study-content p {
  margin: 0 0 20px;
  color: #000;
}
.case-study-content blockquote {
  font-size: 21px;
}
.case-study-content blockquote p {
  color: #006751;
}
.case-study-content a {
  font-weight: 400;
}
.case-study-content .col-right h2 {
  color: #18d69d;
  margin: 30px 0;
}
.case-study-content .two-col-text {
  min-height: initial;
  font-size: 1.2em;
}
.case-study-content .two-col-text .col-left {
  flex-basis: 60%;
}
.case-study-content .two-col-text .col-right {
  justify-content: flex-start;
  flex-basis: 40%;
}
.case-study-content .two-col-text .get-in-touch-pre {
  margin: 60px 0 0;
}
.case-study-content .two-col-text .get-in-touch {
  margin-bottom: 20px;
  border: 1px solid #18d69d;
  background-color: transparent;
  text-align: center;
}
.case-study-content .two-col-text .get-in-touch a {
  display: block;
  padding: 20px;
}
.case-study-content .two-col-text .get-in-touch a:hover {
  text-decoration: none;
  background-color: #006751;
  color: #fff;
}
.single-news ol, .single-news ul {
  color: #000;
}
.single-news p {
  margin: 0 0 20px;
  color: #000;
}
.single-news blockquote {
  font-size: 21px;
}
.single-news blockquote:before, .single-news blockquote:after {
  content: "";
}
.single-news a {
  font-weight: 400;
}
.single-news h2 {
  color: #18d69d;
  margin: 30px 0;
}
.single-news .widescreen {
  width: initial;
}
.single-news .two-col-text .col:nth-of-type(1), .single-news .two-col-text .col:nth-of-type(2) {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.single-news .two-col-text {
  min-height: initial;
  padding: 0 60px;
  margin-left: 10% !important;
  margin-right: 10% !important;
  flex-wrap: wrap;
}
.single-news .two-col-text .col-left {
  display: block;
  flex: 1 1 50%;
  padding-right: 40px;
  margin-right: 20px;
}
.single-news .two-col-text .col-left .single-featured {
  margin-bottom: 40px;
}
.single-news .two-col-text .col-left .single-featured img {
  width: 100%;
  height: auto;
}
.single-news .two-col-text .col-left img {
  max-width: 100%;
  height: auto;
}
.single-news .two-col-text .col-left hr {
  width: initial;
}
.single-news .two-col-text .col-right {
  flex: 1;
  justify-content: flex-start;
}
.single-news .two-col-text .get-in-touch {
  margin: 20px 0;
  border: 1px solid #18d69d;
  background-color: transparent;
  text-align: center;
  padding: 20px;
}
.post-hero .hero-content {
  width: auto;
}
.post-hero .hero-sub {
  display: flex;
  margin-top: 40px;
}
.post-hero .hero-sub .categories {
  margin-right: 40px;
}
.post-hero .hero-sub .categories, .post-hero .hero-sub .social-icons {
  color: black;
}
.post-hero .hero-sub .social-icons .fa {
  font-size: 3rem;
}
.post-hero .hero-sub .social-icons a {
  color: #18d69d;
  transition: color ease 0.2s;
}
.post-hero .hero-sub .social-icons a:hover {
  color: #006751;
  transition: color ease 0.2s;
}
.post-hero .hero-sub .social-icons a:hover:after {
  content: none;
}
#posts-wrap {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.latest-news {
  padding: 60px 0;
  background-color: rgba(24, 214, 157, 0.1);
}
.latest-news .row.headline .col {
  padding: 0 60px 40px;
}
.latest-news .row.fadein {
  padding-bottom: 60px;
}
.latest-news .news-items {
  width: 100%;
  height: 440px;
}
.latest-news .news-items.carousel {
  padding: 0 calc(10% + 50px);
}
.latest-news .news-items .news-item {
  flex: 0 0 25%;
  height: 440px;
  text-align: initial;
}
.latest-news .news-items .news-item:hover a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.latest-news .news-items .news-item:hover .the-title {
  color: #006751;
  font-weight: 700;
}
.latest-news .news-items .news-item:hover .imagery .hoverslide {
  height: 100%;
  transition: all ease 0.3s;
}
.latest-news .news-items .news-item:hover .imagery .backg {
  opacity: 0;
  transition: all ease 0.3s;
}
.latest-news .news-items .news-item:hover .story-content {
  opacity: 1;
  top: 0;
  transition: top ease 0.3s;
  transition: opacity ease 0.5s;
}
.latest-news .news-items .news-item:hover .story-content .excerpt {
  position: absolute;
  bottom: 0;
  display: block;
  width: 285px;
}
.latest-news .news-items .news-item .imagery {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  height: 300px;
}
.latest-news .news-items .news-item .imagery .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all ease 0.4s;
  z-index: 1;
}
.latest-news .news-items .news-item .imagery .backg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  z-index: 1;
  background-color: black;
  opacity: 0.3;
}
.latest-news .news-items .news-item .imagery .hoverslide {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #006751;
  z-index: 2;
  transition: all ease 0.3s;
}
.latest-news .news-items .news-item .story-content {
  position: relative;
  padding: 0 20px;
  top: 305px;
  height: 300px;
  transition: all ease 0.3s;
  z-index: 10;
  line-height: initial;
}
.latest-news .news-items .news-item .story-content h2 {
  color: #fff;
}
.latest-news .news-items .news-item .story-content .excerpt {
  display: none;
}
.latest-news .news-items .news-item .the-title {
  position: absolute;
  top: 320px;
  left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  width: 305px;
  line-height: initial;
  overflow: wrap;
}
.latest-posts.row {
  flex-wrap: wrap;
}
.latest-posts .col.latest-post-content {
  flex: 1 1 calc(30% - 20px);
  border: 1px solid #006751;
  padding: 10px;
  margin: 10px;
}
.social-icons.moved-down {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding: 5px 0;
}
.social-icons.moved-down h5 {
  font-weight: bold;
  line-height: 0;
}
.social-icons.moved-down h5 i {
  margin-right: 3px;
}
.social-icons.vertical {
  display: flex;
  flex-wrap: wrap;
}
.social-icons.vertical h5 {
  width: 100%;
  font-weight: bold;
  line-height: 0;
}
.social-icons.vertical h5 i {
  margin-right: 3px;
}
@media only screen and (max-width: 600px) {
  .social-icons.moved-down h5 {
    flex: 1 100%;
  }
  .social-icons.moved-down .social-navigation li:first-child {
    margin-left: 0;
  }
}
.single-appointment .social-icons.moved-down {
  border-top: none;
  padding: 0;
}
.single-canvas .social-icons.moved-down {
  border-top: none;
  padding: 0;
  margin-top: 0;
  display: block;
}
.single-canvas .social-links-menu.embedded {
  text-align: center;
}
.single-canvas .social-navigation li {
  font-size: 0;
}
.single-canvas .social-links-menu.embedded .menu-item a {
  font-size: 2.5rem;
  color: #fff;
  line-height: 0;
}
.single-canvas .social-links-menu.embedded {
  line-height: 0;
  padding-top: 5px;
}
.social-icons.moved-down button, .social-icons.vertical button {
  border: 0;
  padding: 0 8px;
  background-color: rgba(24, 214, 157, 0.1);
  margin-left: 9px;
  border-radius: 5px;
}
.social-icons.vertical button:hover {
  background-color: #e7fbf5 !important;
  color: #006751;
}
.social-icons.moved-down button:hover, .social-icons.vertical button {
  background-color: #18d69d;
  color: #fff;
}
.social-icons.moved-down button:active, .social-icons.vertical button {
  background-color: #006751 !important;
}
.social-icons.vertical button {
  height: 27px;
  margin-top: 12px;
}
.social-icons.moved-down .social-navigation li {
  margin: -3px 2px 0 12px;
}
.social-icons.moved-down .social-navigation li .fa-twitter, .social-icons.moved-down .social-navigation li .fa-x-twitter {
  margin: -3px -3px 0 0px;
}
.intro-block {
  color: #006751 !important;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.intro-block a {
  text-decoration: underline;
}
a.link-white-arrow {
  color: #fff;
}
a.link-white-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
}
a.link-white-arrow:hover::after {
  margin-left: 15px;
}
.all-news, #sector-selected-news {
  padding: 60px 0;
  background-color: rgba(24, 214, 157, 0.1);
}
.all-news .row.headline .col, #sector-selected-news .row.headline .col {
  height: 50px;
}
.all-news .row.fadein, #sector-selected-news .row.fadein {
  padding-bottom: 60px;
}
.all-news .news-items, #sector-selected-news .news-items {
  width: 100vw;
  flex: 1;
  flex-wrap: wrap;
}
.all-news .news-items .news-item, #sector-selected-news .news-items .news-item {
  flex: 0 0 33%;
  height: 440px;
  position: relative;
}
.all-news .news-items .news-item:hover a, #sector-selected-news .news-items .news-item:hover a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.all-news .news-items .news-item:hover .the-title, #sector-selected-news .news-items .news-item:hover .the-title {
  color: #006751;
  font-weight: 700;
}
.all-news .news-items .news-item:hover .imagery .hoverslide, #sector-selected-news .news-items .news-item:hover .imagery .hoverslide {
  height: 100%;
  transition: all ease 0.3s;
}
.all-news .news-items .news-item:hover .imagery .backg, #sector-selected-news .news-items .news-item:hover .imagery .backg {
  opacity: 0;
  transition: all ease 0.3s;
}
.all-news .news-items .news-item:hover .story-content, #sector-selected-news .news-items .news-item:hover .story-content {
  opacity: 1;
  top: 0;
  transition: top ease 0.3s;
  transition: opacity ease 0.5s;
}
.all-news .news-items .news-item:hover .story-content .excerpt, #sector-selected-news .news-items .news-item:hover .story-content .excerpt {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(100% - 42px);
}
.all-news .news-items .news-item .imagery, #sector-selected-news .news-items .news-item .imagery {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  height: 300px;
}
.all-news .news-items .news-item .imagery .backg, #sector-selected-news .news-items .news-item .imagery .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all ease 0.4s;
  z-index: 1;
}
.all-news .news-items .news-item .imagery .backg-overlay, #sector-selected-news .news-items .news-item .imagery .backg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  z-index: 1;
  background-color: black;
  opacity: 0.3;
}
.all-news .news-items .news-item .imagery .hoverslide, #sector-selected-news .news-items .news-item .imagery .hoverslide {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #006751;
  z-index: 2;
  transition: all ease 0.3s;
}
.all-news .news-items .news-item .story-content, #sector-selected-news .news-items .news-item .story-content {
  transition: top ease 0.4s;
  transition: opacity ease 0.2s;
  opacity: 0;
  position: relative;
  padding: 20px;
  top: 310px;
  height: 300px;
  z-index: 10;
  overflow-y: hidden;
  line-height: initial;
}
.all-news .news-items .news-item .story-content h2, #sector-selected-news .news-items .news-item .story-content h2 {
  color: #fff;
}
.all-news .news-items .news-item .story-content .excerpt, #sector-selected-news .news-items .news-item .story-content .excerpt {
  position: absolute;
  z-index: 1000;
}
.all-news .news-items .news-item .the-title, #sector-selected-news .news-items .news-item .the-title {
  position: absolute;
  padding: 10px;
  top: 310px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .all-news .news-items .news-item, #sector-selected-news .news-items .news-item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 900px) {
  .all-news .news-items .news-item, #sector-selected-news .news-items .news-item {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 600px) {
  .all-news .news-items .news-item, #sector-selected-news .news-items .news-item {
    flex: 0 0 100%;
  }
}
.news-entry.entry-content p {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .social-icons.vertical {
    display: none;
  }
}
.life-at-saxbam blockquote {
  color: #006751;
}
.life-at-saxbam .row {
  width: 80vw;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.life-at-saxbam .widescreen > div {
  margin: 0;
  padding: 0;
}
.life-at-saxbam .col {
  flex-basis: 50%;
  padding: 20px 60px;
  align-self: start;
  min-height: 500px;
  position: relative;
}
.life-at-saxbam .col .content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100% - 120px);
}
.life-at-saxbam .col .content h2:after {
  content: "";
  display: block;
  height: 0.7rem;
  background-color: #18d69d;
  margin: 20px 0 20px;
  width: 5rem;
}
.life-at-saxbam .full_backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.life-at-saxbam .hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.life-at-saxbam .hero video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.life-at-saxbam.social-purpose {
  background-color: rgba(253, 223, 208, 0.25);
  margin-top: 140px;
  padding-bottom: 60px;
}
.life-at-saxbam.social-purpose .row {
  flex-wrap: wrap;
}
.life-at-saxbam.social-purpose .header .col {
  min-height: 6rem;
}
.life-at-saxbam.social-purpose .social-blocks .col {
  min-height: 410px;
  margin: 0;
  padding: 0;
  flex: 0 0 25%;
  overflow-y: hidden;
}
.life-at-saxbam.social-purpose .social-blocks .col .content {
  padding: 10px;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
}
.life-at-saxbam.social-purpose .social-blocks .col .content h4 {
  font-weight: 700;
}
.life-at-saxbam.social-purpose .social-blocks .col .content .social-image {
  display: block;
  position: relative;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.life-at-saxbam.social-purpose .social-blocks .col .content .social-image:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.life-at-saxbam.social-purpose .social-blocks .col .content .text {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  top: calc(50% + 10px);
  left: 0;
}
@media only screen and (max-width: 1500px) {
  .life-at-saxbam.social-purpose .social-blocks .col {
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 1200px) {
  .life-at-saxbam.social-purpose .social-blocks .col {
    flex: 0 0 50%;
  }
}
.life-at-saxbam.social-purpose .chalk {
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.life-at-saxbam.our-locations {
  padding-bottom: 60px;
}
.life-at-saxbam.our-locations .row {
  width: 60vw;
}
.life-at-saxbam.our-locations .header .col {
  min-height: 1rem;
  text-align: center;
}
.life-at-saxbam.our-locations .location-blocks .col {
  min-height: 220px;
  margin: 0;
  padding: 0;
  flex-basis: 33%;
  flex-grow: 0;
}
.life-at-saxbam.our-locations .location-blocks .col .content {
  padding: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 96px;
  transform: none;
}
.life-at-saxbam.our-locations .location-blocks .col .content .location:after {
  content: "";
  display: block;
  height: 8px;
  background-color: #18d69d;
  margin: 15px 0;
  width: 2.5rem;
}
.life-at-saxbam.our-locations .location-blocks .col .content .phone {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 860px) {
  .life-at-saxbam.our-locations .location-blocks .col {
    min-height: 250px;
  }
}
.life-at-saxbam.joining .row {
  width: 100vw;
}
.life-at-saxbam.joining .col .content {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 50%);
}
.life-at-saxbam.joining .col .content h2:after {
  content: none;
}
.life-at-saxbam.joining .col .content .link-text a {
  display: inline-block;
  background: #18d69d;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
  font-weight: 400;
}
.life-at-saxbam.joining .col .content .link-text a:hover {
  background-color: #006751;
  transition: all ease 0.4s;
  text-decoration: none;
}
@media only screen and (max-width: 860px) {
  .social-blocks .col {
    flex: 0 0 33%;
  }
}
.people-filter .row, .show-more-link .row, .news-filters .row {
  justify-content: center;
  display: flex;
  padding-bottom: 40px;
}
.people-filter .row .col, .show-more-link .row .col, .news-filters .row .col {
  flex: 0 1 25%;
  margin: 0 10px;
}
.people-filter .person-filter, .people-filter .clear-filter, .people-filter .name-searcher, .people-filter .opps-show-more, .people-filter .news-filter-top, .show-more-link .person-filter, .show-more-link .clear-filter, .show-more-link .name-searcher, .show-more-link .opps-show-more, .show-more-link .news-filter-top, .news-filters .person-filter, .news-filters .clear-filter, .news-filters .name-searcher, .news-filters .opps-show-more, .news-filters .news-filter-top {
  background: rgba(24, 214, 157, 0.1);
  transition: all ease 0.3s;
  padding: 10px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.people-filter .person-filter, .people-filter .name-searcher, .people-filter #namesearch, .people-filter .opps-show-more, .people-filter .news-filter-top, .show-more-link .person-filter, .show-more-link .name-searcher, .show-more-link #namesearch, .show-more-link .opps-show-more, .show-more-link .news-filter-top, .news-filters .person-filter, .news-filters .name-searcher, .news-filters #namesearch, .news-filters .opps-show-more, .news-filters .news-filter-top {
  margin: 40px 0 5px;
}
.people-filter .person-filter:hover, .people-filter .person-filter.active, .people-filter .name-searcher:hover, .people-filter .name-searcher.active, .people-filter #namesearch:hover, .people-filter #namesearch.active, .people-filter .opps-show-more:hover, .people-filter .opps-show-more.active, .people-filter .news-filter-top:hover, .people-filter .news-filter-top.active, .show-more-link .person-filter:hover, .show-more-link .person-filter.active, .show-more-link .name-searcher:hover, .show-more-link .name-searcher.active, .show-more-link #namesearch:hover, .show-more-link #namesearch.active, .show-more-link .opps-show-more:hover, .show-more-link .opps-show-more.active, .show-more-link .news-filter-top:hover, .show-more-link .news-filter-top.active, .news-filters .person-filter:hover, .news-filters .person-filter.active, .news-filters .name-searcher:hover, .news-filters .name-searcher.active, .news-filters #namesearch:hover, .news-filters #namesearch.active, .news-filters .opps-show-more:hover, .news-filters .opps-show-more.active, .news-filters .news-filter-top:hover, .news-filters .news-filter-top.active {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.people-filter .person-filter.down-wedge:after, .people-filter .name-searcher.down-wedge:after, .people-filter #namesearch.down-wedge:after, .people-filter .opps-show-more.down-wedge:after, .people-filter .news-filter-top.down-wedge:after, .show-more-link .person-filter.down-wedge:after, .show-more-link .name-searcher.down-wedge:after, .show-more-link #namesearch.down-wedge:after, .show-more-link .opps-show-more.down-wedge:after, .show-more-link .news-filter-top.down-wedge:after, .news-filters .person-filter.down-wedge:after, .news-filters .name-searcher.down-wedge:after, .news-filters #namesearch.down-wedge:after, .news-filters .opps-show-more.down-wedge:after, .news-filters .news-filter-top.down-wedge:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.people-filter #namesearch, .show-more-link #namesearch, .news-filters #namesearch {
  padding: 0 !important;
}
.people-filter #namesearch input, .show-more-link #namesearch input, .news-filters #namesearch input {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  padding: 9px 20px;
}
.people-filter #sectors, .people-filter #roles, .people-filter #roletypes, .show-more-link #sectors, .show-more-link #roles, .show-more-link #roletypes, .news-filters #sectors, .news-filters #roles, .news-filters #roletypes {
  display: none;
  flex-direction: column;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 100;
  background-color: #fff;
}
.people-filter #sectors li, .people-filter #roles li, .people-filter #roletypes li, .show-more-link #sectors li, .show-more-link #roles li, .show-more-link #roletypes li, .news-filters #sectors li, .news-filters #roles li, .news-filters #roletypes li {
  border-bottom: 5px solid white;
  flex: 0 0 100%;
}
.people-filter #sectors li:hover, .people-filter #roles li:hover, .people-filter #roletypes li:hover, .show-more-link #sectors li:hover, .show-more-link #roles li:hover, .show-more-link #roletypes li:hover, .news-filters #sectors li:hover, .news-filters #roles li:hover, .news-filters #roletypes li:hover {
  text-decoration: none;
  transition: all ease 0.3s;
}
.people-filter #sectors li a, .people-filter #roles li a, .people-filter #roletypes li a, .show-more-link #sectors li a, .show-more-link #roles li a, .show-more-link #roletypes li a, .news-filters #sectors li a, .news-filters #roles li a, .news-filters #roletypes li a {
  color: #006751;
  display: inline-block;
  background: rgba(24, 214, 157, 0.1);
  width: 100%;
  padding: 10px 40px;
  transition: all ease 0.3s;
  font-weight: 400;
}
.people-filter #sectors li a:hover, .people-filter #roles li a:hover, .people-filter #roletypes li a:hover, .show-more-link #sectors li a:hover, .show-more-link #roles li a:hover, .show-more-link #roletypes li a:hover, .news-filters #sectors li a:hover, .news-filters #roles li a:hover, .news-filters #roletypes li a:hover {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.people-filter #sectors li.selected, .people-filter #roles li.selected, .people-filter #roletypes li.selected, .show-more-link #sectors li.selected, .show-more-link #roles li.selected, .show-more-link #roletypes li.selected, .news-filters #sectors li.selected, .news-filters #roles li.selected, .news-filters #roletypes li.selected {
  text-decoration: underline;
}
.people-filter #sectors li.selected a, .people-filter #roles li.selected a, .people-filter #roletypes li.selected a, .show-more-link #sectors li.selected a, .show-more-link #roles li.selected a, .show-more-link #roletypes li.selected a, .news-filters #sectors li.selected a, .news-filters #roles li.selected a, .news-filters #roletypes li.selected a {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
  width: 100%;
}
.people-filter #namesearch, .show-more-link #namesearch, .news-filters #namesearch {
  display: none;
  background: rgba(24, 214, 157, 0.1);
  margin-bottom: 40px 0;
  padding: 10px 40px;
}
.all-case-studies .row {
  justify-content: center;
}
.all-case-studies .person-filter, .all-case-studies .clear-filter {
  background: rgba(24, 214, 157, 0.1);
  transition: all ease 0.3s;
  padding: 10px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.all-case-studies .person-filter, .all-case-studies .name-searcher, .all-case-studies #namesearch {
  margin: 40px 0 5px;
}
.all-case-studies .person-filter:hover, .all-case-studies .person-filter.active, .all-case-studies .name-searcher:hover, .all-case-studies .name-searcher.active, .all-case-studies #namesearch:hover, .all-case-studies #namesearch.active {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.all-case-studies .person-filter.down-wedge:after, .all-case-studies .name-searcher.down-wedge:after, .all-case-studies #namesearch.down-wedge:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.all-case-studies #sectors {
  display: none;
  flex-direction: column;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
}
.all-case-studies #sectors li {
  border-bottom: 5px solid white;
  flex: 0 0 100%;
}
.all-case-studies #sectors li:hover {
  text-decoration: none;
  transition: all ease 0.3s;
}
.all-case-studies #sectors li a {
  color: #006751;
  display: inline-block;
  background: rgba(24, 214, 157, 0.1);
  width: 100%;
  padding: 10px 40px;
  transition: all ease 0.3s;
  text-align: left;
  font-weight: 400;
}
.all-case-studies #sectors li a:hover {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.all-case-studies #sectors li.selected {
  text-decoration: underline;
}
.all-case-studies #sectors li.selected a {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
  width: 100%;
}
.recent-appointments .person-filter, .recent-appointments .clear-filter, .opp-filters .person-filter, .opp-filters .clear-filter {
  background: rgba(24, 214, 157, 0.1);
  padding: 10px 40px;
  display: inline-block;
}
.recent-appointments #sectors, .opp-filters #sectors {
  list-style: none;
  padding: 0;
  display: none;
}
.recent-appointments #sectors li.selected, .opp-filters #sectors li.selected {
  text-decoration: underline;
}
.recent-appointments #namesearch, .opp-filters #namesearch {
  display: none;
  background: rgba(24, 214, 157, 0.1);
  margin-bottom: 40px 0;
  padding: 10px 40px;
}
.opp-filters .filter-row, .recent-appointments .filter-row {
  margin-bottom: 100px;
}
.opp-filters .row, .recent-appointments .row {
  justify-content: center;
}
.opp-filters .row .col, .recent-appointments .row .col {
  flex: 0 1 25%;
  margin: 0 10px;
}
.opp-filters #sectors, .opp-filters #roles, .opp-filters #roletypes, .recent-appointments #sectors, .recent-appointments #roles, .recent-appointments #roletypes {
  display: none;
  flex-direction: column;
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 100;
  background-color: #fff;
}
.opp-filters #sectors li, .opp-filters #roles li, .opp-filters #roletypes li, .recent-appointments #sectors li, .recent-appointments #roles li, .recent-appointments #roletypes li {
  border-bottom: 5px solid white;
  flex: 0 0 100%;
}
.opp-filters #sectors li:hover, .opp-filters #roles li:hover, .opp-filters #roletypes li:hover, .recent-appointments #sectors li:hover, .recent-appointments #roles li:hover, .recent-appointments #roletypes li:hover {
  text-decoration: none;
  transition: all ease 0.3s;
}
.opp-filters #sectors li a, .opp-filters #roles li a, .opp-filters #roletypes li a, .recent-appointments #sectors li a, .recent-appointments #roles li a, .recent-appointments #roletypes li a {
  color: #006751;
  display: inline-block;
  background: rgba(24, 214, 157, 0.1);
  width: 100%;
  padding: 10px 40px;
  transition: all ease 0.3s;
  text-align: left;
  font-weight: 400;
}
.opp-filters #sectors li a:hover, .opp-filters #roles li a:hover, .opp-filters #roletypes li a:hover, .recent-appointments #sectors li a:hover, .recent-appointments #roles li a:hover, .recent-appointments #roletypes li a:hover {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.opp-filters #sectors li.selected, .opp-filters #roles li.selected, .opp-filters #roletypes li.selected, .recent-appointments #sectors li.selected, .recent-appointments #roles li.selected, .recent-appointments #roletypes li.selected {
  text-decoration: underline;
}
.opp-filters #sectors li.selected a, .opp-filters #roles li.selected a, .opp-filters #roletypes li.selected a, .recent-appointments #sectors li.selected a, .recent-appointments #roles li.selected a, .recent-appointments #roletypes li.selected a {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
  width: 100%;
}
.opp-filters #namesearch, .recent-appointments #namesearch {
  display: none;
  background: rgba(24, 214, 157, 0.1);
  margin-bottom: 40px 0;
  padding: 10px 40px;
}
.opp-filters .name-searcher, .recent-appointments .name-searcher {
  background: rgba(24, 214, 157, 0.1);
  transition: all ease 0.3s;
  padding: 10px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.opp-filters .person-filter, .opp-filters .clear-filter, .opp-filters .name-searcher, .recent-appointments .person-filter, .recent-appointments .clear-filter, .recent-appointments .name-searcher {
  background: rgba(24, 214, 157, 0.1);
  transition: all ease 0.3s;
  padding: 10px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.opp-filters .person-filter, .opp-filters .name-searcher, .opp-filters #namesearch, .opp-filters .clear-filter, .opp-filters .news-filter, .recent-appointments .person-filter, .recent-appointments .name-searcher, .recent-appointments #namesearch, .recent-appointments .clear-filter, .recent-appointments .news-filter {
  margin: 40px 0 5px;
}
.opp-filters .person-filter:hover, .opp-filters .person-filter.active, .opp-filters .name-searcher:hover, .opp-filters .name-searcher.active, .opp-filters #namesearch:hover, .opp-filters #namesearch.active, .opp-filters .clear-filter:hover, .opp-filters .clear-filter.active, .opp-filters .news-filter:hover, .opp-filters .news-filter.active, .recent-appointments .person-filter:hover, .recent-appointments .person-filter.active, .recent-appointments .name-searcher:hover, .recent-appointments .name-searcher.active, .recent-appointments #namesearch:hover, .recent-appointments #namesearch.active, .recent-appointments .clear-filter:hover, .recent-appointments .clear-filter.active, .recent-appointments .news-filter:hover, .recent-appointments .news-filter.active {
  text-decoration: none;
  background: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.opp-filters .person-filter.down-wedge:after, .opp-filters .name-searcher.down-wedge:after, .opp-filters #namesearch.down-wedge:after, .opp-filters .clear-filter.down-wedge:after, .opp-filters .news-filter.down-wedge:after, .recent-appointments .person-filter.down-wedge:after, .recent-appointments .name-searcher.down-wedge:after, .recent-appointments #namesearch.down-wedge:after, .recent-appointments .clear-filter.down-wedge:after, .recent-appointments .news-filter.down-wedge:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.opp-filters #namesearch, .recent-appointments #namesearch {
  padding: 0 !important;
}
.opp-filters #namesearch input, .recent-appointments #namesearch input {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  padding: 9px 20px;
}
.clear-all {
  flex: none !important;
  width: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.clear-all a {
  margin: 40px 0 5px;
  font-size: 2.5rem;
  color: #000;
  background: transparent !important;
  margin-top: 26px !important;
}
.clear-all a:hover {
  color: #006751 !important;
}
#slider .mask {
  opacity: 0.4 !important;
}
.carousel {
  padding: 0 calc(10% + 80px);
}
.carousel__button--prev, .carousel__button--next {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
}
.carousel__button--prev:focus, .carousel__button--next:focus {
  outline: 0;
  border: 0;
}
.carousel__button--prev {
  left: 5vw;
  transition: all ease 0.3s;
}
.carousel__button--prev:hover {
  left: 4.8vw;
  transition: all ease 0.3s;
}
.carousel__button--next {
  right: 5vw;
  transition: all ease 0.3s;
}
.carousel__button--next:hover {
  right: 4.8vw;
  transition: all ease 0.3s;
}
.carousel__container {
  overflow: hidden;
  height: 100%;
}
.carousel__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.carousel__list.unwrap {
  flex-wrap: nowrap;
}
.carousel__item {
  position: relative;
  flex: 1 0 280px !important;
  height: 200px;
  text-align: center;
  line-height: 100px;
}
@media only screen and (max-width: 768px) {
  .carousel__item {
    flex: 1 0 180px !important;
  }
}
.saxbam_accordion .ui-corner-top, .saxbam_accordion .ui-corner-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.saxbam_accordion .ui-state-default {
  background: transparent;
}
.saxbam_accordion .ui-state-active {
  border: 1px solid #006751;
}
.saxbam_accordion .ui-accordion-header {
  color: #006751;
  outline: none ! important;
}
.saxbam_accordion .ui-accordion-content {
  color: #006751;
  font-family: "Poppins", sans-serif;
}
.four-points .widescreen {
  padding: 40px 0;
}
.four-points .widescreen .the-stats {
  padding: 20px 140px;
}
.four-points .widescreen .col {
  text-align: center;
  padding: 0 10px;
}
.four-points .widescreen .col .headbar {
  height: 8px;
  margin: 10px auto 10px;
  width: 2rem;
}
.four-points .widescreen .col .top-span {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
.four-points .widescreen .col .bottom-span {
  display: block;
  font-family: "Poppins", sans-serif;
}
.our-benefits {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-benefits h3 {
  color: #18d69d;
  margin-top: 0;
}
.our-benefits .row.benefits {
  flex-wrap: wrap;
}
.our-benefits .row.benefits .col {
  flex: 1 0 25%;
  height: 300px;
  position: relative;
}
.our-benefits .row.benefits .col:hover .content {
  background-color: #18d69d;
  transition: all ease 0.4s;
}
.our-benefits .row.benefits .col:hover .content .reveal {
  display: block;
}
.our-benefits .row.benefits .col:hover .content .title {
  display: none;
}
.our-benefits .row.benefits .col .content {
  position: absolute;
  margin: 10px;
  padding: 16px;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(24, 214, 157, 0.1);
  transition: all ease 0.4s;
  z-index: 1;
}
.our-benefits .row.benefits .col .content .reveal {
  display: none;
}
.our-benefits .row.benefits .col .content .title {
  text-align: center;
  width: 60%;
}
.our-benefits .row.benefits .col .content .title-text {
  font-family: "Poppins", sans-serif;
  color: #006751;
  font-size: 1.1em;
}
.our-benefits .row.benefits .col .content .text {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 1500px) {
  .our-benefits .row.benefits .col {
    flex: 1 0 33%;
  }
}
@media only screen and (max-width: 1250px) {
  .our-benefits .row.benefits .col {
    flex: 1 0 50%;
  }
}
@media only screen and (max-width: 950px) {
  .our-benefits .row.benefits .col {
    flex: 1 0 100%;
  }
}
.find-us {
  display: block;
  padding-top: 40px;
  background-color: #18d69d;
}
.find-us h3 a {
  color: #006751;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block;
  transition: all ease 0.3s;
}
.find-us h3 a:hover {
  text-decoration: none;
  color: #006751;
  transition: all ease 0.3s;
  cursor: pointer;
}
.find-us .feature-image, .find-us .map-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.find-us .location-header {
  display: inline-block;
  padding: 10px;
}
.find-us .location-header h3 {
  margin: 0;
  color: #fff;
}
.find-us .location-header h3 a.selected {
  color: #006751;
}
.find-us .location-header h3 a.selected:after {
  content: "";
  display: block;
  height: 10px;
  background-color: #fff;
  margin: 15px auto;
  width: 3rem;
}
.find-us .row.vertical {
  flex-direction: column;
  padding: 0;
  margin: 0;
  height: 100%;
}
.find-us .row.vertical .col {
  flex: 1 0 50%;
  height: 50%;
}
.find-us .row.vertical .col.address {
  background-color: #006751;
  color: #fff;
  padding: 70px 30px 30px 50%;
}
.find-us .row.location-reveal {
  display: none;
  height: 650px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.find-us .row.location-reveal .col a {
  color: #fff;
}
.find-us #location_0 {
  display: flex;
}
footer .with_frm_style .frm_message p {
  background-color: #fff;
  padding: 0 0.5em;
}
.footer-site-logo {
  height: 4em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.5em;
  margin: 0 0 60px 0;
  background-image: url(../images/footer-logo.svg);
}
.pano-logo {
  height: 2.5em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 0;
  background-image: url(../images/pano-logo.svg);
}
.aesc-logo, .eoa-logo, .cyber-essentials-logo, .disability-confident-logo, .afc-logo {
  height: 2.5em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.aesc-logo {
  background-image: url(../images/aesc-logo-white.svg);
}
.eoa-logo {
  background-image: url(../images/eoa-2025.png);
}
.cyber-essentials-logo {
  background-image: url(../images/k2-cyber-essentials-plus-logo.png);
}
.disability-confident-logo {
  background-image: url(../images/Disability-Confident-white-2025.png);
}
.afc-logo {
  background-image: url(../images/AFC_POS_WHITE-2025.png);
  background-position: left;
}
footer a:hover {
  text-decoration: none !important;
}
.social-links-menu {
  text-align: center;
  list-style: none;
}
.social-links-menu li {
  display: inline-block;
}
.social-links-menu .menu-item a {
  font-size: 2rem;
}
.social-links-menu.embedded {
  text-align: left;
  padding-left: 0;
}
.social-links-menu.embedded .menu-item a {
  font-size: 2rem;
  color: #006751;
}
.social-links-menu.embedded .menu-item a:after {
  content: none;
}
.social-links-menu.embedded .menu-item a:hover {
  color: #18d69d;
}
.social-links-menu.embedded .menu-item a:hover:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .pano-logo, .aesc-logo, .eoa-logo, .cyber-essentials-logo, .disability-confident-logo, .afc-logo {
    background-position: left !important;
  }
  .blog-footer .footer-right {
    padding: 0 !important;
  }
  .blog-footer .row.logos {
    margin: 20px 0px;
  }
  .blog-footer .location {
    padding-right: 0 !important;
  }
  .disability-confident-logo {
    margin-top: 10px;
  }
}
.social-links-menu-shortcode {
  text-align: none;
  list-style: none;
  padding: 0;
}
.social-links-menu-shortcode li {
  display: inline-block;
  padding: 10px;
}
.social-links-menu-shortcode .menu-item a {
  font-size: 3rem;
}
.social-links-menu-shortcode .menu-item a:after {
  content: none;
}
.social-links-menu-shortcode .menu-item a:hover:after {
  content: none;
}
.blog-footer .row {
  padding: 0;
  margin: 0;
}
.blog-footer .row.logos {
  width: 62%;
}
.blog-footer .location {
  padding-right: 20px;
  width: 100%;
}
.blog-footer .location.fourth .link-green-arrow:after {
  position: absolute;
  margin-top: 3px;
}
.blog-footer .location a {
  color: #fff;
}
.blog-footer .location a:hover {
  color: #18d69d;
}
.blog-footer .location-head {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid #18d69d;
  margin-bottom: 6px;
  padding-bottom: 10px;
}
.blog-footer .location-phone {
  font-size: 0.9em;
  margin-top: 10px;
  display: block;
}
.blog-footer .social-links-menu {
  text-align: left;
}
.blog-footer .footer-left {
  flex: 2;
}
.blog-footer .footer-right {
  flex: 1;
  padding: 0 0 0 12vw;
}
.blog-footer .footer-right .social-navigation a:hover {
  color: #18d69d;
}
.blog-footer .footer-right .social-navigation a:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .blog-footer .footer-right {
    padding: 0 40px;
  }
}
.blog-footer .subscribe {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  margin-top: 50px;
  display: block;
}
.frm_forms .frm_radio input::before {
  width: 12px !important;
  height: 12px !important;
}
.frm_style_big-text .frm_checkbox input[type="checkbox"], .frm_style_big-text .frm_radio input[type="radio"] {
  padding: 10px !important;
}
.frm_forms .frm_progress_line li:first-of-type input, .frm_forms .frm_progress_line li:last-of-type input {
  border-radius: 0;
}
#frm_field_362_container .grecaptcha-badge {
  display: none !important;
}
.with_frm_style .frm_checkbox input[type="checkbox"]:checked::before {
  margin: -0.4rem !important;
  box-shadow: inset 10px 10px #006751 !important;
}
.with_frm_style .frm_radio input[type="radio"]:checked::before {
  box-shadow: inset 10px 10px #006751 !important;
  margin: -6px 0 0 -6px !important;
}
.frm_rootline_single {
  border: none;
  position: relative;
  padding: 10px;
}
.frm_page_bar .frm_rootline_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frm_page_bar .frm_rootline_single {
  height: 45px;
}
.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}
.frm_rootline_single {
  padding: 8px !important;
}
.frm_style_formidable-style .form-field input, .frm_style_formidable-style select, .frm_style_formidable-style textarea {
  padding: 10px !important;
  border: 1px solid #006751 !important;
  background: #fff !important;
  margin-bottom: 5px !important;
}
.frm_style_formidable-style .ui-datepicker-title select {
  padding: 4px 5px 5px !important;
}
.with_frm_style input[type=text] {
  color: #006751 !important;
}
/* still to come */
.frm_forms .frm_page_bar input, .frm_forms .frm_page_bar input:disabled {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(24, 214, 157, 0.1);
}
/* active one */
.frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"] {
  background-color: transparent;
  background-color: #006751;
  z-index: -1;
}
/* past one */
.frm_forms .frm_progress_line input.frm_page_back {
  background-color: rgba(24, 214, 157, 0.1);
  border: 0;
}
.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back {
  border: 0;
}
.frm_current_page .frm_rootline_title {
  color: #fff;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
  border: 0;
  border-radius: 0;
  background-color: #f5f5f5;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  background-color: #f5f5f5;
  border: 1px solid #66afe9;
  color: var(--text-color);
  box-shadow: none;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background-color: transparent;
  background-color: #18d69d;
  z-index: -1;
  border: 0;
  color: #fff;
  border-radius: 0;
  transition: all ease 0.3s;
  padding: 10px 40px;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: #006751;
  transition: all ease 0.3s;
  color: #fff;
}
#frm_form_23_container input[type=email] {
  border: 0;
  height: 43px;
}
#frm_form_23_container input[type=submit] {
  border: 0;
}
#frm_form_23_container .frm_button_submit {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #18d69d;
  line-height: 22px;
}
#frm_form_23_container .frm_button_submit:hover {
  border: 1px solid #18d69d;
}
/* Form message brand colours */
.with_frm_style .frm_message, .frm_success_style {
  background: transparent !important;
  border: 0 !important;
  padding-left: 0 !important;
}
.with_frm_style .frm_message p {
  color: #006751 !important;
}
.frm_form_fields .frm_section_heading.the_uploads {
  display: flex;
  grid-gap: 0;
  flex-wrap: wrap;
}
.frm_form_fields .frm_section_heading.the_uploads .frm_form_field {
  flex: 0 0 20%;
}
.frm_form_fields .frm_section_heading.the_uploads div.frm_required_field.extra_upload > label {
  padding-bottom: 0;
}
.with_frm_style .frm_primary_label {
  font-weight: bold !important;
}
.with_frm_style {
  /* reset font size in forms to match both font size */
  --font-size: inherit !important;
  --check-font-size: inherit !important;
}
@media only screen and (max-width: 1024px) {
  .frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    height: auto !important;
  }
}
.opacity-0 {
  opacity: 0 !important;
}
.single-canvas .nav-elements {
  display: inline-block;
}
.single-canvas .nav-elements {
  display: inline-block;
}
.back-to-canvas {
  background-color: #f5f5f5;
}
.back-to-canvas img {
  margin: 0 !important;
}
.black-text {
  color: #000;
}
.canvas-article-sub {
  color: #006751;
  font-weight: lighter;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .canvas-article-sub {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 499px) {
  .canvas-hero .row .col h2.force-mobile-size {
    font-size: 1.4rem !important;
  }
}
.narrower > div {
  margin: 0 15%;
  padding-top: 40px;
}
.back-to-canvas .back-arrow::before {
  margin-left: 0;
  position: absolute;
  left: 18px;
  top: 15px;
}
.single-canvas_article .hero-content h1 {
  font-size: 2.6667rem;
}
.single-canvas_article .hero-content h2.canvas-article-sub {
  color: #006751;
  margin-top: 0;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.single-canvas-intro {
  min-height: 400px;
  display: block;
  text-align: initial;
  padding-bottom: 60px;
  color: #fff;
}
.single-canvas-intro h1, .single-canvas-intro h2, .single-canvas-intro h3 {
  color: #fff;
}
.single-canvas-intro .links-row {
  padding-top: 0;
  color: #006751;
}
.reveal-more {
  display: none;
}
.canvas-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 50px;
  transition: all ease 0.4s;
  z-index: 1000;
}
.canvas-nav .backg {
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all ease 0.4s;
}
.canvas-nav.hovering {
  width: 30%;
  transition: all ease 0.4s;
}
.canvas-nav.hovering .backg {
  opacity: 1;
  transition: all ease 0.4s;
}
.canvas-nav.hovering .canvas-links .col {
  flex: 0 0 100px;
  transition: all ease 0.4s;
}
.canvas-nav.hovering .canvas-links .col .content {
  display: block;
}
.canvas-nav.hovering .canvas-links .col .dot {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .canvas-nav.hovering {
    width: 100%;
  }
}
.canvas-nav .dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.canvas-nav .canvas-links {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.canvas-nav .canvas-links .col {
  position: relative;
  height: 0;
  flex: 0 0 40px;
}
.canvas-nav .canvas-links .col .content {
  display: none;
  width: 80%;
  padding: 10px 10px 10px 30px;
  color: #fff;
  text-align: right;
}
.canvas-nav .canvas-links .col .content .title {
  text-transform: none;
}
.canvas-template-default .extra-links {
  top: 0 !important;
  left: 0 !important;
  padding-left: 40px !important;
}
.canvas-template-default .mobile-nav.show-nav {
  display: block;
}
.canvas-template-default .extra-links .opps-link {
  display: none;
}
.canvas-template-default .extra-links {
  background: #e3faf3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 414px) {
  .canvas-template-default .extra-links {
    padding-left: 20px !important;
  }
}
.canvas-hero .row .col.static {
  animation: fadeIn 1s ease-in both;
}
.canvas-hero .row .col.title {
  animation: fadeIn 0.75s ease-in both;
  animation-delay: 0.25s;
  margin-top: 2em;
}
.canvas-hero .row .col.subtitle {
  animation: fadeIn 0.5s ease-in both;
  animation-delay: 0.5s;
}
.canvas-hero .row.social {
  animation: fadeIn 0.5s ease-in both;
  animation-delay: 0.75s;
  margin-top: 100px;
}
.canvas-hero .row {
  display: flex;
  flex-direction: column;
  height: 500px;
}
.canvas-hero .row.social {
  height: 200px;
}
.canvas-hero .row .col {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 0;
  position: relative;
  width: 100%;
}
.canvas-hero .row .col h1, .canvas-hero .row .col h2, .canvas-hero .row .col h3 {
  display: inline-block;
  padding: 16px;
  background-color: #2d7590;
}
.canvas-hero .row .col h1 {
  font-family: "Poppins", sans-serif;
}
.canvas-hero .row .col.static a {
  font-family: "Poppins", sans-serif;
}
.canvas-hero .row .col.title h1 {
  margin-bottom: 6px;
  font-size: 2.6667rem;
  width: 40%;
}
@media (max-width: 1200px) {
  .canvas-hero .row .col.title h1 {
    width: 100%;
  }
}
.canvas-hero .row .col.subtitle h1 {
  position: absolute;
  margin-top: 6px;
  left: 40%;
  transform: translateX(-35%);
}
.canvas-hero .row .col.dropdown {
  font-size: 1.67rem;
}
.canvas-hero .row .col.dropdown ul.canvas-selector {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
  cursor: pointer;
  z-index: 10;
}
.canvas-hero .row .col.dropdown ul.canvas-selector li {
  display: none;
  transition: all ease 0.3s;
}
.canvas-hero .row .col.dropdown ul.canvas-selector li a {
  color: #fff;
  font-weight: 400;
}
.canvas-hero .row .col.dropdown ul.canvas-selector li a:hover, .canvas-hero .row .col.dropdown ul.canvas-selector li a:active, .canvas-hero .row .col.dropdown ul.canvas-selector li a:focus {
  text-decoration: none;
  color: #ddd;
}
.canvas-hero .row .col.dropdown ul.canvas-selector li.active {
  display: block;
}
.canvas-hero .row .col.dropdown ul.canvas-selector.showAll li {
  display: block;
  transition: all ease 0.3s;
}
.canvas-hero .row .col.dropdown ul.canvas-selector.showAll li.active {
  color: #18d69d;
  text-decoration: none;
}
.canvas-articles-header {
  padding: 50px 0;
  background-color: #fff;
}
.canvas-articles-header h2 {
  text-align: center;
  font-family: "Antonio";
  color: #006751;
  font-size: 7em;
}
.canvas-articles {
  background-color: #fff;
}
.canvas-articles .wrapper {
  margin: 0 10%;
  display: flex;
  flex-wrap: wrap;
}
.canvas-articles .wrapper a {
  display: block;
  flex-basis: 50%;
  flex-grow: 0;
  height: 600px;
}
.canvas-articles .wrapper a:hover .canvas .imagery .backg-overlay {
  opacity: 1;
  transition: all ease 0.3s;
}
.canvas-articles .wrapper a:hover .canvas .content {
  transition: all ease 0.3s;
  height: calc(100% - 12px);
  display: block;
}
.canvas-articles .wrapper a:hover .canvas .content .backg-overlay {
  opacity: 1;
}
.canvas-articles .wrapper a:hover .canvas .content .excerpt {
  display: block;
}
.canvas-articles .wrapper .canvas {
  position: relative;
  height: 100%;
  width: 100%;
  color: #000;
}
.canvas-articles .wrapper .canvas .imagery {
  position: relative;
  margin: 6px;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
}
.canvas-articles .wrapper .canvas .imagery .backg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.canvas-articles .wrapper .canvas .imagery .backg-overlay {
  transition: all ease 0.3s;
  position: absolute;
  background-color: #006751;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 2;
  opacity: 0.4;
}
.canvas-articles .wrapper .canvas .imagery .backg-overlay.forced-full {
  width: 100vw;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
.canvas-articles .wrapper .canvas .content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all ease 0.3s;
  margin: 6px;
  height: 250px;
  width: calc(100% - 12px);
  z-index: 5;
  position: absolute;
  bottom: 6px;
  color: #fff;
  overflow: hidden;
  padding: 0 24px;
}
.canvas-articles .wrapper .canvas .content .backg-underlay {
  transition: all ease 0.3s;
  position: absolute;
  background-color: #006751;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 2;
  opacity: 0;
}
.canvas-articles .wrapper .canvas .content .backg-underlay.forced-full {
  width: 100vw;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
.canvas-articles .wrapper .canvas .content .excerpt {
  display: none;
}
.canvas-articles .wrapper .canvas .canvas-link:after, .canvas-articles .wrapper .canvas .more-link:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.canvas-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.canvas-footer .row .col {
  flex: none;
}
.canvas-footer .row .col a {
  min-width: 250px;
  display: block;
  text-align: center;
  background-color: rgba(24, 214, 157, 0.1);
  padding: 10px 10px;
  margin: 20px 0;
  font-weight: 400;
}
.canvas-footer .row .col a:hover {
  background-color: #006751;
  color: #fff;
}
.canvas-home-header h1 {
  font-size: 6rem;
  font-family: "Antonio";
  letter-spacing: 0.1rem;
}
.canvas-home-header .hero-content {
  max-width: 80%;
  font-size: 1.5rem;
  line-height: 1.77rem;
}
.canvas-home-header .latest-edition-link a {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #006751;
  color: #fff;
  font-size: 1.33rem;
  font-weight: 400;
  transition: all ease 0.3s;
}
.canvas-home-header .latest-edition-link a:hover {
  color: #006751;
  text-decoration: none;
  background-color: #fff;
  transition: all ease 0.3s;
}
.canvas-home-featured {
  display: block;
  padding-top: 40px;
}
.canvas-home-featured h2 {
  color: #006751;
}
.canvas-home-featured h3 {
  margin-top: 0;
  color: #006751;
}
.canvas-home-featured .row {
  padding: 0 calc(10vw + 60px);
}
.canvas-home-featured .row.half-row .col {
  flex: 1 0 50%;
  height: 510px;
}
.canvas-home-featured .row.half-row .col .imagery .backg {
  height: 70%;
}
.canvas-home-featured .row.half-row .col .content {
  top: 70%;
  left: 15px;
  height: calc(50% - 15px);
}
.canvas-home-featured .row.half-row .col:hover .imagery .backg {
  top: -75%;
  transition: all ease 0.3s;
}
.canvas-home-featured .row.quarter-row .col {
  flex: 1 0 25%;
  height: 650px;
}
.canvas-home-featured .row .col {
  max-width: initial;
  margin: 0;
  padding: 10px;
  position: relative;
  overflow-y: hidden;
}
.canvas-home-featured .row .col:hover .imagery .backg {
  top: -65%;
  transition: all ease 0.3s;
}
.canvas-home-featured .row .col:hover .content {
  height: calc(100% - 30px);
  top: 10px;
  transition: all ease 0.3s;
}
.canvas-home-featured .row .col:hover .content .reveal-link {
  display: block;
}
.canvas-home-featured .row .col .imagery {
  padding: 10px;
  height: 100%;
  position: relative;
  background-color: rgba(24, 214, 157, 0.1);
}
.canvas-home-featured .row .col .imagery .backg {
  transition: all ease 0.3s;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.canvas-home-featured .row .col .content {
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  left: 15px;
  height: calc(50% - 15px);
  width: calc(100% - 30px);
  padding: 15px;
  font-weight: 400;
  z-index: 2;
}
.canvas-home-featured .row .col .content .sector {
  color: #006751;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}
.canvas-home-featured .row .col .content .title {
  font-size: 1.75rem;
  font-family: "Poppins", sans-serif;
}
.canvas-home-featured .row .col .content .subtitle {
  color: #000;
}
.canvas-home-featured .row .col .content .reveal-link {
  display: none;
  margin-top: 10px;
  color: #18d69d;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  .canvas-home-featured .row.half-row .col {
    height: 500px;
  }
  .canvas-home-featured .row.half-row .col .imagery .backg {
    height: 50%;
  }
  .canvas-home-featured .row.half-row .col .content {
    top: 50%;
  }
  .canvas-home-featured .row.half-row .col:hover .content {
    top: 5%;
  }
  .canvas-home-featured .row {
    flex-wrap: wrap;
  }
  .canvas-home-featured .row.quarter-row .col {
    flex: 1 0 50%;
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .canvas-home-featured .row {
    padding: 20px !important;
  }
}
.canvas-home-library {
  margin-top: 40px;
  padding-top: 40px;
  background-color: rgba(24, 214, 157, 0.1);
  display: block;
}
.canvas-home-library h2 {
  color: #006751;
}
.canvas-home-library h3 {
  color: #006751;
}
.canvas-home-library .title, .canvas-home-library .post-date {
  color: black;
  font-weight: 400;
}
.canvas-home-library a:hover {
  text-decoration: none;
}
.canvas-home-library a:hover h3 {
  color: #006751;
}
.canvas-home-library a:hover .title, .canvas-home-library a:hover .post-date {
  color: black;
}
.canvas-home-library .row {
  padding: 0 calc(10vw + 60px);
  flex-wrap: wrap;
}
.canvas-home-library .row .col {
  max-width: initial;
  margin: 0;
  padding: 10px;
  position: relative;
  overflow-y: hidden;
  flex: 0 0 25%;
}
.canvas-home-library .row .col.canvas:nth-child(n+5) {
  border-top: 1px solid lightgrey;
}
.canvas-home-library .row .col .canvas-cover {
  width: 100%;
  margin-top: 30px;
}
.canvas-home-library .row .col.canvas {
  position: relative;
  margin-bottom: 40px;
}
.canvas-home-library .row .col.canvas a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.canvas-home-library .row .col.canvas a .content {
  padding: 0;
}
.canvas-home-library .row .col.canvas a .content .sector {
  color: #006751;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.canvas-home-library .row .col.canvas a .frontpage {
  flex: 1;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 75%;
  width: 100%;
}
.canvas-home-library .row .col.canvas a .frontpage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #006751;
  opacity: 0;
  transition: all ease 0.3s;
}
.canvas-home-library .row .col.canvas a:hover .frontpage:after {
  opacity: 0;
  transition: all ease 0.3s;
}
.thoughtpiece-header .widescreen > div .col {
  margin: 0 20%;
}
@media only screen and (max-width: 768px) {
  .thoughtpiece-header .widescreen > div .col {
    margin: 0;
  }
}
.thoughtpiece-header h3 {
  color: #18d69d;
}
.thoughtpiece-header .row {
  padding-bottom: 40px;
  border-bottom: 1px solid darkgrey;
}
@media only screen and (max-width: 1024px) {
  .thoughtpiece-articles .row.widescreen > div.col {
    width: calc(100% - 4rem) !important;
  }
}
@media only screen and (max-width: 768px) {
  .thoughtpiece-articles .row.widescreen > div.col {
    width: calc(100% - 5rem) !important;
    margin: 0 2.5rem !important;
  }
}
.thoughtpiece-featured .row {
  flex-wrap: wrap;
}
.thoughtpiece-featured .widescreen > div {
  padding: 0;
  min-height: 400px;
}
.thoughtpiece-featured .col {
  padding: 0;
}
.thoughtpiece-featured .col.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .thoughtpiece-featured .col.image {
    height: 250px;
  }
}
.thoughtpiece-featured .col.backg {
  background-color: rgba(24, 214, 157, 0.1);
}
.thoughtpiece-featured .col .content {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  padding: 10px 12%;
}
@media only screen and (max-width: 768px) {
  .thoughtpiece-featured .col .content {
    height: auto;
    top: 0;
    transform: initial;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .thoughtpiece-featured .col {
    flex-basis: 100%;
  }
}
.thoughtpiece-three-featured {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.thoughtpiece-three-featured .row {
  flex-wrap: wrap;
}
.thoughtpiece-three-featured a {
  font-weight: 400;
  display: block;
  flex: 0 0 33%;
  height: auto;
}
.thoughtpiece-three-featured a:hover {
  text-decoration: none;
  color: #006751;
}
.thoughtpiece-three-featured a:hover .col {
  background-color: rgba(253, 223, 208, 0.25);
  transition: all ease 0.3s;
}
.thoughtpiece-three-featured .widescreen > div {
  padding: 0;
}
.thoughtpiece-three-featured .col {
  height: 100%;
  flex: 33%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all ease 0.3s;
}
.thoughtpiece-three-featured .col .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thoughtpiece-three-featured .col .sub-col {
  height: 300px;
}
.thoughtpiece-three-featured .col .content {
  padding: 20px;
  color: #006751;
}
@media only screen and (max-width: 1250px) {
  .thoughtpiece-three-featured a {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .thoughtpiece-three-featured a {
    flex-basis: 100%;
  }
  .thoughtpiece-three-featured .col .sub-col.content {
    height: auto;
  }
}
.thoughtpiece-all {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.thoughtpiece-all .row {
  flex-wrap: wrap;
}
.thoughtpiece-all a {
  font-weight: 400;
  flex: 0 0 33%;
}
.thoughtpiece-all a:hover {
  text-decoration: none;
  color: #006751;
}
.thoughtpiece-all a:hover .col {
  background-color: rgba(253, 223, 208, 0.25);
  transition: all ease 0.3s;
}
.thoughtpiece-all .widescreen > div {
  padding: 0;
}
.thoughtpiece-all .col {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all ease 0.3s;
}
.thoughtpiece-all .col .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thoughtpiece-all .col .sub-col {
  height: 300px;
}
.thoughtpiece-all .col .content {
  padding: 30px;
  color: #006751;
}
@media only screen and (max-width: 1250px) {
  .thoughtpiece-all a {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .thoughtpiece-all a {
    flex-basis: 100%;
  }
  .thoughtpiece-all .col .sub-col.content {
    height: auto;
  }
}
.single-thoughtpiece-header {
  position: relative;
  height: 600px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.single-thoughtpiece-intro, .single-thoughtpiece-viewer {
  min-height: 600px;
  display: block;
}
.canvas-hero.single-thoughtpiece-intro {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-thoughtpiece-header .menu-item a:hover:after {
  width: auto;
}
.single-thoughtpiece-header .just-text {
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-40%);
}
.single-thoughtpiece-header .row .col .content .title {
  animation: fadeIn 0.8s ease-in both;
}
.single-thoughtpiece-header .row .col .content .subtitle {
  animation: fadeIn 0.8s ease-in both;
  animation-delay: 1.1s;
}
.single-thoughtpiece-header .row.social {
  animation: fadeIn 1s ease-in both;
  animation-delay: 1.8s;
  margin-top: 100px;
}
.single-thoughtpiece-header .row.social .social-links-menu.embedded {
  text-align: center;
}
.single-thoughtpiece-header .row.social .social-links-menu.embedded .menu-item a {
  color: #fff;
}
.single-thoughtpiece-intro .just-text {
  height: 100%;
}
.single-thoughtpiece-intro .row {
  height: 100%;
}
.single-thoughtpiece-intro .row .col .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1667rem;
}
.single-thoughtpiece-intro .row .col .content h1, .single-thoughtpiece-intro .row .col .content h2, .single-thoughtpiece-intro .row .col .content h3, .single-thoughtpiece-intro .row .col .content h4, .single-thoughtpiece-intro .row .col .content p {
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .single-thoughtpiece-intro .row .col .content {
    height: auto;
    top: 0;
    transform: initial;
    padding-bottom: 40px;
  }
}
.single-thoughtpiece-viewer {
  background-color: #fff;
}
.single-thoughtpiece-viewer .download a {
  display: inline-block;
  padding: 10px 40px;
  background-color: rgba(24, 214, 157, 0.1);
  transition: all ease 0.3s;
  font-weight: 400;
  width: 100%;
}
.single-thoughtpiece-viewer .download a:hover {
  transition: all ease 0.3s;
  text-decoration: none;
  background-color: #006751;
  color: #fff;
}
.single-thoughtpiece-viewer .col {
  flex: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  height: 500px;
}
.single-thoughtpiece-viewer .col .sub-col {
  width: 300px;
  padding: 10px 0;
}
.single-thoughtpiece-viewer .col .sub-col.download {
  flex: 0 0 10%;
}
.single-thoughtpiece-viewer .col .sub-col.pdf {
  flex: 1 1 90%;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.thoughtpiece-articles {
  display: block;
}
.thoughtpiece-articles article {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  color: #000;
}
@supports (-webkit-touch-callout: none) {
  .thoughtpiece-articles article {
    background-attachment: scroll;
    background-position: bottom;
    background-size: auto 500px;
  }
}
.thoughtpiece-articles .canvas {
  padding-bottom: 500px;
}
.thoughtpiece-articles .canvas .canvas-link:after, .thoughtpiece-articles .canvas .more-link:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.thoughtpiece-articles .canvas .row {
  background: #fff;
  min-height: 500px;
}
.thoughtpiece-articles .canvas .col {
  padding-bottom: 40px;
  padding-top: 40px;
}
article.thoughtpiece h2, article.thoughtpiece h3 {
  color: #006751;
}
article.thoughtpiece h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
article.thoughtpiece .subtitle {
  font-family: "Poppins", sans-serif;
}
article.thoughtpiece .subtitle h3 {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .thoughtpiece-template-default .widescreen > div {
    max-width: 960px;
    margin: 0 auto;
  }
}
.thoughtpiece-template-default .extra-links {
  top: 0 !important;
  left: 0 !important;
  padding-left: 40px !important;
}
.thoughtpiece-template-default .mobile-nav.show-nav {
  display: block;
}
.thoughtpiece-template-default .extra-links .opps-link {
  display: none;
}
.thoughtpiece-template-default .extra-links {
  background: #e3faf3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 414px) {
  .thoughtpiece-template-default .extra-links {
    padding-left: 20px !important;
  }
}
body.single-thoughtpiece nav.menu.main {
  display: none;
}
.giving-back {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.giving-back .header {
  text-align: center;
  margin-bottom: 40px;
}
.giving-back .showhide + ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.giving-back .logo, .giving-back .org-name {
  text-align: center;
  transition: all ease 0.3s;
}
.giving-back .col.organisations {
  padding: 10px;
  transition: all ease 0.3s;
}
.giving-back .col.organisations:hover .logo {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .giving-back .row {
    flex-wrap: wrap;
  }
  .giving-back .row .col {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .giving-back .row {
    flex-wrap: wrap;
    display: flex;
  }
  .giving-back .row .col {
    flex-basis: 50% !important;
    width: 50% !important;
    flex-shrink: 1;
    flex-grow: 0;
  }
}
.all-opportunities {
  margin: 80px 0 10px 0;
}
.all-opportunities .row {
  flex-wrap: wrap;
  overflow-x: initial;
  padding-left: 0;
  padding-right: 0;
  width: 70vw;
  margin: 0 auto;
}
.all-opportunities .row.opps-carousel {
  width: 100%;
  margin: 0;
}
.all-opportunities .row.opps-carousel .carousel {
  width: 100%;
}
.all-opportunities .row.opps-carousel .carousel .carousel__container {
  width: 100%;
}
.all-opportunities .row.opps-carousel .carousel .carousel__container .col.carousel__item {
  flex: 1 0 350px !important;
  text-align: left;
  line-height: normal;
}
.all-opportunities .row .col {
  flex-basis: 33%;
  height: 400px;
  flex-grow: 0;
  position: relative;
  background-color: #006751;
  border: 10px solid white;
  transition: all ease 0.4s;
}
.all-opportunities .row .col .content {
  margin: 10px;
  color: #fff;
  width: calc(100% - 20px);
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  top: auto;
}
.all-opportunities .row .col .content .job-title {
  color: #e8fbf5;
  transition: all ease 0.4s;
}
.all-opportunities .row .col .content .closing-date {
  font-weight: 400;
}
.all-opportunities .row .col .content a {
  color: #fff;
}
.all-opportunities .row .col .content a:hover {
  text-decoration: none;
}
.all-opportunities .row .col:hover {
  background-color: #18d69d;
  transition: all ease 0.4s;
}
.all-opportunities .row .col:hover .job-title {
  color: #006751;
  transition: all ease 0.4s;
}
.all-opportunities .row .col.date-past {
  background: #EDFBF5;
}
.all-opportunities .row .col.date-past h3, .all-opportunities .row .col.date-past .job-title, .all-opportunities .row .col.date-past p {
  color: #006751;
}
.all-opportunities .row .col.date-past:hover {
  background-color: #18d69d;
}
.all-opportunities .row .col.date-past:hover .job-title {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .all-opportunities .row .col .content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .all-opportunities .row .col {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .all-opportunities .row .col {
    flex-basis: 100%;
  }
  .all-opportunities .row .col .content {
    padding: 0 10px;
  }
}
.candidate-resources .row.title {
  height: auto;
}
.candidate-resources .row.title .col {
  height: 120px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 10vw;
}
.candidate-resources .row.title .col h2 {
  display: block;
  display: relative;
}
.candidate-resources .row.title .col h2:after {
  content: "";
  display: block;
  height: 8px;
  background-color: #18d69d;
  margin: 15px 0;
  width: 4rem;
}
.candidate-resources .row {
  padding: 0;
  height: 300px;
}
.candidate-resources .row .col {
  height: 300px;
  position: relative;
}
.candidate-resources .row .col:hover .imagery .backg-filtered {
  opacity: 0.8;
  transition: all ease 0.4s;
}
.candidate-resources .row .col:hover .middleboth {
  opacity: 1;
  transition: all ease 0.4s;
}
.candidate-resources .row .col .backg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-position: center;
  background-size: cover;
}
.candidate-resources .row .col .imagery {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.candidate-resources .row .col .imagery .backg-filtered {
  background-color: #006751;
  opacity: 0.4;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  z-index: 2;
  transition: all ease 0.4s;
}
.candidate-resources .row .col .middleboth {
  opacity: 0;
  text-align: center;
  position: absolute;
  line-height: 1.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 150;
  transition: all ease 0.4s;
}
.appointment-content .jobreference {
  margin-top: 40px;
}
.appointment-content .closingdate {
  margin-top: 20px;
}
.appointment-content .jobreference span, .appointment-content .closingdate span {
  display: block;
  color: black;
  font-weight: 700;
}
.appointment-content .row.top {
  padding: 60px 0 30px;
}
.appointment-content .row.bottom {
  padding: 30px 0;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
.appointment-content .row .col > .content {
  margin-right: 80px;
  color: #000;
}
.appointment-content .row .col:nth-of-type(1) {
  flex-grow: 4;
  flex-shrink: 0;
}
.appointment-content .row .col:nth-of-type(2) {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
}
.appointment-content .row .col:nth-of-type(2) .client-image {
  align-self: flex-end;
  max-width: 200px;
}
.appointment-content .help-link {
  padding-top: 1rem;
}
.appointment-links .row {
  padding: 30px 0;
}
.appointment-links .row .col .download, .appointment-links .row .col .apply {
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
  min-width: 20%;
  text-align: center;
  font-weight: 400;
  transition: all ease 0.3s;
}
.appointment-links .row .col .download:hover, .appointment-links .row .col .apply:hover {
  text-decoration: none;
  color: #006751;
  background-color: rgba(24, 214, 157, 0.1);
}
.appointment-links .row .col .expired {
  pointer-events: none;
  background-color: #cccccc !important;
}
.appointment-links .row .col .download {
  background-color: rgba(24, 214, 157, 0.1);
}
.appointment-links .row .col .apply {
  color: #fff;
  background-color: #006751;
}
.current-opps {
  display: blocks;
  padding-top: 40px;
  padding-bottom: 80px;
}
.current-opps h2:after {
  content: "";
  display: block;
  height: 10px;
  background-color: #18d69d;
  margin: 15px 0;
  width: 3rem;
}
.current-opps a.rolelink, .current-opps a.mailtolink {
  display: inline-block;
  padding: 10px 40px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
  transition: all ease 0.3s;
  background-color: rgba(24, 214, 157, 0.1);
}
.current-opps a.rolelink:hover, .current-opps a.mailtolink:hover {
  text-decoration: none;
  color: #fff;
  background-color: #006751;
}
.current-opps a.mailtolink {
  background-color: #006751;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.current-opps a.mailtolink:hover {
  text-decoration: none;
  color: #006751;
  background-color: rgba(24, 214, 157, 0.1);
}
.current-opps .question, .current-opps .title {
  color: #006751;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 10px 0 5px;
}
.current-opps .paragraph, .current-opps .location {
  color: #000;
}
.current-opps .row {
  flex-direction: column;
}
.current-opps .row .col .row {
  flex-direction: row;
  padding: 0 0 10px 0;
  margin: 0;
}
.current-opps .row .col .row.role {
  padding-bottom: 30px;
}
.current-opps .row .col .row .col {
  position: relative;
  justify-content: space-between;
}
.current-opps .row .col .row .col .paragraph {
  max-width: 80%;
}
.current-opps .row .col .row .col:nth-of-type(1) {
  flex-grow: 3;
}
.current-opps .row .col .row .col:nth-of-type(2) {
  text-align: right;
  flex-grow: 2;
}
.current-opps .row .col.narrow {
  width: 50vw;
  margin: 0 auto;
}
.current-opps .row .col.narrow .row {
  border-bottom: 1px solid grey;
}
.notice-animation {
  translate: 0 -100%;
  animation: notice-appear 1s 0.5s 1 forwards;
}
@keyframes notice-appear {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
.banner-mask {
  background: rgba(0, 103, 81, 0.5);
}
#recent-appointments {
  background-color: rgba(24, 214, 157, 0.1);
}
#recent-appointments .title .col {
  height: auto;
  margin-bottom: 40px;
  flex-grow: 1;
}
#recent-appointments .col {
  min-height: 80px;
  height: auto;
  flex-basis: 31%;
  padding: 20px;
}
#recent-appointments .col .content {
  left: 65px;
}
#recent-appointments .col .content .title {
  color: #006751;
  font-weight: 500;
}
#recent-appointments .col .content .client {
  color: #000;
  font-weight: 400;
}
#recent-appointments .row.team {
  margin: 0 10%;
  justify-content: normal;
}
.team.row.all-recent-appointments {
  justify-content: center;
}
.team.row.all-recent-appointments .col {
  height: auto !important;
  flex: 0 0 300px !important;
  margin-bottom: 60px;
}
.team.row.all-recent-appointments .col .backg {
  aspect-ratio: 1;
  background-size: cover !important;
  background-position: center;
  position: relative !important;
}
.team.row.all-recent-appointments .col .backg:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 768px) {
  .team.row.all-recent-appointments {
    padding-left: 0;
    padding-right: 0;
  }
  .team.row.all-recent-appointments .col .content {
    top: 0 !important;
    margin-top: 0 !important;
  }
}
.team.row.all-recent-appointments .content {
  position: relative !important;
  padding-top: 10px;
}
.team.row.all-recent-appointments .content .client, .team.row.all-recent-appointments .content .title {
  font-family: "Poppins", sans-serif !important;
  color: #006751 !important;
  font-size: 1.3em;
}
.team.row.all-recent-appointments .content .client {
  font-weight: 700;
}
.team.row.all-recent-appointments .content .link {
  color: #18d69d;
  font-size: 1.1em;
}
.team.row.all-recent-appointments .content .name {
  margin-top: 15px;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif !important;
}
blockquote {
  font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  padding: 0;
  border: 0;
  position: relative;
}
blockquote p {
  color: #006751 !important;
}
blockquote:before, blockquote:after {
  color: #18d69d;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: -12px;
  top: 13px;
  font-size: 35px;
  line-height: 0;
}
blockquote:after {
  content: "”";
  bottom: -4px;
  font-size: 30px;
}
blockquote p {
  display: inline;
}
blockquote.small-quote {
  font-size: 21px;
}
blockquote.small-quote:before {
  left: -1rem;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 17px !important;
  }
}
a.link-green-arrow.opps-link {
  margin-bottom: 5px;
  display: inline-block;
}
.tiny-info {
  font-size: 0.55em;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  margin-left: -4px;
}
.menu.main {
  padding-top: 20px !important;
}
.menu.main .accessibility ul {
  display: block;
  list-style-type: none;
  font-size: 0;
  padding: 0;
  text-align: center;
  margin-top: -5px;
}
.menu.main .accessibility ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.toggle-nav {
  right: 40px !important;
  top: 26px !important;
}
.toggle-nav:hover {
  opacity: 0.5;
}
.closemenu {
  display: block;
  font-size: 2em;
  position: fixed;
  right: 54px;
  z-index: 5000;
  top: 29px;
  cursor: pointer;
}
.closemenu:hover {
  opacity: 0.5;
}
.mobile-nav {
  background: #e8fbf5;
  position: fixed;
  width: 100%;
  padding: 40px;
  height: 100%;
  z-index: 2000;
  top: -100%;
  transition: all 0.35s ease;
  overflow-y: scroll;
  background-image: url(../images/logo-white.svg);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: 50% 95%;
}
.mobile-nav ul {
  list-style: none;
  padding-left: 0;
}
.mobile-nav li {
  margin-bottom: 10px;
}
.mobile-nav .current-menu-item a::after, .mobile-nav .menu-item a::after {
  display: none;
}
.mobile-nav .add-arrow::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #18d69d;
  margin-left: 2px;
  margin-right: 8px;
  display: inline-block;
}
.mobile-nav .sub-menu {
  display: none;
  opacity: 0;
  margin-bottom: 20px;
  padding: 10px 0 0 16px;
}
.mobile-nav .news-parent .sub-menu.show-child {
  display: block;
  -webkit-animation: fade-in 0.5s forwards;
  -moz-animation: fade-in 0.35s forwards;
  -o-animation: fade-in 0.5s forwards;
  animation: fade-in 0.5s forwards;
}
.mobile-nav .about-parent .sub-menu.show-child {
  display: block;
  -webkit-animation: fade-in 0.5s forwards;
  -moz-animation: fade-in 0.5s forwards;
  -o-animation: fade-in 0.5s forwards;
  animation: fade-in 0.5s forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobile-nav .link-green-arrow a {
  font-weight: 700 !important;
  color: #006751;
  border-top: 1px solid;
  margin-top: 10px;
  padding-top: 10px;
}
.mobile-nav .link-green-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
  .mobile-nav {
    background-size: 90%;
  }
}
@media only screen and (max-width: 414px) {
  .toggle-nav {
    right: 20px !important;
    top: 22px;
  }
  .closemenu {
    right: 26px;
    top: 25px;
  }
  .mobile-nav {
    padding: 40px 20px 20px 20px;
  }
  .extra-links {
    padding: 10px 20px 20px !important;
  }
}
.mobile-nav.show-nav {
  top: 0%;
}
@media only screen and (min-width: 1200) {
  .mobile-nav.show-nav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .extra-links .opps-link {
    display: none;
  }
}
.pagination {
  background-color: rgba(24, 214, 157, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 0 10% 30px;
  margin: 0;
}
.pagination .nav-previous, .pagination .nav-next, .pagination .loadmore-wrap {
  width: auto;
}
.pagination .nav-previous a, .pagination .nav-previous .loadmore, .pagination .nav-next a, .pagination .nav-next .loadmore, .pagination .loadmore-wrap a, .pagination .loadmore-wrap .loadmore {
  display: inline-block;
  border: 1px solid #006751;
  padding: 10px 20px;
  color: #fff;
  background-color: #006751;
  cursor: pointer;
}
.pagination .nav-previous a:hover, .pagination .nav-previous .loadmore:hover, .pagination .nav-next a:hover, .pagination .nav-next .loadmore:hover, .pagination .loadmore-wrap a:hover, .pagination .loadmore-wrap .loadmore:hover {
  color: #006751;
  background-color: #18d69d;
  border: 1px solid #18d69d;
}
.pagination .nav-previous {
  flex: 1;
}
.pagination .nav-next {
  flex: 1;
  text-align: right;
}
.news-pagination {
  width: 100%;
}
.news-pagination .loadmore-wrap {
  margin: auto;
}
#cookie-consent-wrapper {
  position: fixed;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #006751;
  z-index: 5000;
}
#cookie-consent-wrapper p {
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: center;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper {
  display: flex;
  justify-content: center;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper .cookie-button + .cookie-button {
  margin-left: 10px;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper .cookie-button {
  display: inline-block;
  padding: 10px;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper .primary-button {
  color: #006751;
  border: 1px solid white;
  background-color: #fff;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper .primary-button:hover {
  color: #fff;
  background-color: #006751;
  border: 1px solid white;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper .secondary-button {
  color: #006751;
  border: 1px solid #e3faf3;
  background-color: #e3faf3;
}
#cookie-consent-wrapper #cookie-consent-button-wrapper .secondary-button:hover {
  color: #e3faf3;
  background-color: #006751;
  border: 1px solid #e3faf3;
}
.download-loop {
  margin-left: -10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.download-loop .download-single {
  flex: 0 0 25%;
  position: relative;
}
.download-loop .download-single .download-single-content {
  margin: 10px;
  padding: 10px;
  background-color: rgba(24, 214, 157, 0.1);
  height: 250px;
}
.download-loop .download-single .download-single-content .title {
  padding: 20px;
}
.downloads {
  margin-bottom: 40px;
}
.download-button {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
.download-link {
  color: #fff;
  background-color: #18d69d;
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
  margin: 10px;
  text-align: center;
  font-weight: 400;
  transition: all ease 0.3s;
}
.download-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #006751;
}
.single-post.client-view .client-image {
  padding: 1.2em 0;
}
.single-post.client-view .post-hero .hero-content {
  padding: 0;
}
.dab-header .widescreen > div .col {
  margin: 0 20%;
}
@media only screen and (max-width: 768px) {
  .dab-header .widescreen > div .col {
    margin: 0;
  }
}
.dab-header h3 {
  color: #18d69d;
}
.dab-header .row {
  padding-bottom: 40px;
  border-bottom: 1px solid darkgrey;
}
@media only screen and (max-width: 1024px) {
  .dab-articles .row.widescreen > div.col {
    width: calc(100% - 4rem) !important;
  }
}
@media only screen and (max-width: 768px) {
  .dab-articles .row.widescreen > div.col {
    width: calc(100% - 5rem) !important;
    margin: 0 2.5rem !important;
  }
}
.dab-featured .row {
  flex-wrap: wrap;
}
.dab-featured .widescreen > div {
  padding: 0;
  min-height: 400px;
}
.dab-featured .col {
  padding: 0;
}
.dab-featured .col.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .dab-featured .col.image {
    height: 250px;
  }
}
.dab-featured .col.backg {
  background-color: rgba(24, 214, 157, 0.1);
}
.dab-featured .col .content {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  padding: 10px 12%;
}
@media only screen and (max-width: 768px) {
  .dab-featured .col .content {
    height: auto;
    top: 0;
    transform: initial;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .dab-featured .col {
    flex-basis: 100%;
  }
}
.dab-three-featured {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dab-three-featured .row {
  flex-wrap: wrap;
}
.dab-three-featured a {
  font-weight: 400;
  display: block;
  flex: 0 0 33%;
  height: auto;
}
.dab-three-featured a:hover {
  text-decoration: none;
  color: #006751;
}
.dab-three-featured a:hover .col {
  background-color: rgba(253, 223, 208, 0.25);
  transition: all ease 0.3s;
}
.dab-three-featured .widescreen > div {
  padding: 0;
}
.dab-three-featured .col {
  height: 100%;
  flex: 33%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all ease 0.3s;
}
.dab-three-featured .col .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dab-three-featured .col .sub-col {
  height: 300px;
}
.dab-three-featured .col .content {
  padding: 20px;
  color: #006751;
}
@media only screen and (max-width: 1250px) {
  .dab-three-featured a {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .dab-three-featured a {
    flex-basis: 100%;
  }
  .dab-three-featured .col .sub-col.content {
    height: auto;
  }
}
.dab-all {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dab-all .row {
  flex-wrap: wrap;
}
.dab-all a {
  font-weight: 400;
  flex: 0 0 33%;
}
.dab-all a:hover {
  text-decoration: none;
  color: #006751;
}
.dab-all a:hover .col {
  background-color: rgba(253, 223, 208, 0.25);
  transition: all ease 0.3s;
}
.dab-all .widescreen > div {
  padding: 0;
}
.dab-all .col {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: all ease 0.3s;
}
.dab-all .col .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dab-all .col .sub-col {
  height: 300px;
}
.dab-all .col .content {
  padding: 30px;
  color: #006751;
}
@media only screen and (max-width: 1250px) {
  .dab-all a {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .dab-all a {
    flex-basis: 100%;
  }
  .dab-all .col .sub-col.content {
    height: auto;
  }
}
.single-dab-header {
  height: 600px;
  display: block;
}
.single-dab-intro, .single-dab-viewer {
  min-height: 600px;
  display: block;
}
.canvas-hero.single-dab-intro {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-dab-header .menu-item a:hover:after {
  width: auto;
}
.single-dab-header .just-text {
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-40%);
}
.single-dab-header .row .col .content .title {
  animation: fadeIn 0.8s ease-in both;
}
.single-dab-header .row .col .content .subtitle {
  animation: fadeIn 0.8s ease-in both;
  animation-delay: 1.1s;
}
.single-dab-header .row.social {
  animation: fadeIn 1s ease-in both;
  animation-delay: 1.8s;
  margin-top: 100px;
}
.single-dab-header .row.social .social-links-menu.embedded {
  text-align: center;
}
.single-dab-header .row.social .social-links-menu.embedded .menu-item a {
  color: #fff;
}
.single-dab-intro .just-text {
  height: 100%;
}
.single-dab-intro .row {
  height: 100%;
}
.single-dab-intro .row .col .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1667rem;
}
.single-dab-intro .row .col .content h1, .single-dab-intro .row .col .content h2, .single-dab-intro .row .col .content h3, .single-dab-intro .row .col .content h4, .single-dab-intro .row .col .content p {
  font-family: "Poppins", sans-serif;
}
.single-dab-viewer {
  background-color: #fff;
}
.single-dab-viewer .download a {
  display: inline-block;
  padding: 10px 40px;
  background-color: rgba(24, 214, 157, 0.1);
  transition: all ease 0.3s;
  font-weight: 400;
  width: 100%;
}
.single-dab-viewer .download a:hover {
  transition: all ease 0.3s;
  text-decoration: none;
  background-color: #006751;
  color: #fff;
}
.single-dab-viewer .col {
  flex: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  height: 500px;
}
.single-dab-viewer .col .sub-col {
  width: 300px;
  padding: 10px 0;
}
.single-dab-viewer .col .sub-col.download {
  flex: 0 0 10%;
}
.single-dab-viewer .col .sub-col.pdf {
  flex: 1 1 90%;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.dab-articles {
  display: block;
}
.dab-articles article {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  color: #000;
}
.dab-articles .canvas {
  padding-bottom: 500px;
}
.dab-articles .canvas .canvas-link:after, .dab-articles .canvas .more-link:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.dab-articles .canvas .row {
  background: #fff;
  min-height: 500px;
}
.dab-articles .canvas .col {
  padding-bottom: 40px;
  padding-top: 40px;
}
article.dab h2, article.dab h3 {
  color: #006751;
}
article.dab h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
article.dab .subtitle {
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) {
  .dab-template-default .widescreen > div {
    max-width: 960px;
    margin: 0 auto;
  }
}
.appointment-brief-template-default .extra-links {
  top: 0 !important;
  left: 0 !important;
  padding-left: 40px !important;
}
.appointment-brief-template-default .mobile-nav.show-nav {
  display: block;
}
.appointment-brief-template-default .extra-links .opps-link {
  display: none;
}
.appointment-brief-template-default .extra-links {
  background: #e3faf3;
  width: 100%;
  margin: 0 !important;
  padding: 20px 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 414px) {
  .appointment-brief-template-default .extra-links {
    padding-left: 20px !important;
  }
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {
  display: block;
  margin: 1em auto;
}
img.alignright, div.alignright, figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}
.gallery figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
p img.alignright, p img.alignleft {
  margin-top: 0;
}
.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}
.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}
.gallery.gallery-columns-3 figure {
  width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}
.gallery.gallery-columns-2 figure {
  width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}
.gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}
.gallery.gallery-columns-5 figure {
  width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}
.gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}
.gallery.gallery-columns-7 figure {
  width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}
.gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}
.gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}
@media (max-width: 767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
.logo-scroller {
  animation: justFadeIn 1.5s ease-in;
}
.logo-scroller .news-items {
  height: 330px;
}
.logo-scroller .news-items .news-item {
  flex: 0 0 25%;
  height: 440px;
  text-align: initial;
}
.logo-scroller .news-items .news-item .imagery .backg {
  background-size: contain;
}
.logo-scroller .news-items .news-item:hover .imagery .hoverslide {
  height: 100%;
  transition: all ease 0.3s;
}
.logo-scroller .news-items .news-item:hover .imagery .backg-overlay {
  opacity: 0;
  transition: all ease 0.3s;
}
.logo-scroller .news-items .news-item:hover .imagery .backg {
  opacity: 1;
  transition: all ease 0.3s;
}
.white-label {
  font-family: "Poppins", sans-serif;
}
.white-label a {
  color: #337ab7;
  font-weight: initial;
  transition: all ease 0.2s;
}
.white-label a:hover, .white-label a:active, .white-label a:focus {
  transition: all ease 0.2s;
  color: #23527c;
  text-decoration: underline;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background-color: #000;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: #404040;
}
@media print {
  img, a.toggle-nav, .site-branding a, .subscribe-form-row, #mobile-nav {
    display: none !important;
  }
  * {
    background-image: none !important;
  }
  .single-dab-header, .single-dab-intro {
    height: auto;
    min-height: 0;
  }
  #page.site {
    margin: 60px 20px;
  }
  .dab-articles article {
    min-height: 0;
  }
  .dab-articles .canvas {
    padding-bottom: 60px;
  }
  .menu.main {
    padding-top: 80px !important;
  }
  .single-dab-header .row .col .content .title {
    animation: none;
  }
  .blog-footer .location-head {
    border-bottom: 2px solid black;
  }
}
.nav-elements {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .nav-elements {
    display: inline-block;
  }
  .menu.main, .main-nav, .extra-links {
    display: none !important;
  }
  .site-logo {
    margin-top: 2.5em !important;
  }
}
@media only screen and (max-width: 1350px) {
  .life-at-saxbam .row .col {
    min-height: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-content h4 {
    font-size: 14px;
  }
  .news-content h3 {
    font-size: 16px;
  }
  .canvas-home-library .row .col {
    flex: 0 0 50% !important;
  }
  .hero-content {
    width: 80% !important;
  }
  .sector-top-row .col {
    padding: 40px 0 !important;
  }
  .life-at-saxbam .row .col {
    min-height: 600px;
  }
  .life-at-saxbam .row .col .content blockquote {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1160px) {
  .sector.row .col {
    flex-basis: calc(50% - 20px) !important;
  }
  .blog-footer .row.logos {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .life-at-saxbam .row .col {
    min-height: 700px;
  }
  .life-at-saxbam .row .col .content blockquote {
    font-size: 22px;
  }
  #slider .slide-content {
    padding: 60px 100px;
  }
  #slider a.control_prev {
    left: 5%;
  }
  #slider a.control_next {
    right: 5%;
  }
  .two-col-image-right .col, .two-col-image-left .col {
    padding: 80px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .current-opps a.mailtolink {
    position: relative;
  }
  .news-content h4 {
    font-size: 18px;
  }
  .news-content h3 {
    font-size: 20px;
  }
  .news-content .news-text {
    display: none;
  }
  .canvas-home-library .row {
    padding: 20px !important;
  }
  .canvas-articles .wrapper {
    display: block;
    padding-top: 6px;
  }
  .canvas-nav {
    width: 25px;
  }
  .canvas-hero .row.widescreen > div {
    max-width: calc(100% - (2 * 1rem)) !important;
  }
  .single-canvas-intro .narrower > div {
    margin: 0;
  }
  .canvas-hero .row {
    height: auto;
    display: block;
  }
  .canvas-hero .row .col.title h1 {
    margin-bottom: 0;
    position: relative;
    left: 0;
    transform: none;
  }
  .canvas-hero .row .col.subtitle h1, .canvas-hero .row .col.subtitle h2 {
    margin-top: 0;
  }
  .single-news .two-col-text .col-right {
    margin-left: initial;
    padding-left: 0;
    padding-right: 0;
  }
  .people-filter .filter-row {
    display: block;
  }
  .hero-banner .hero-content {
    width: 80% !important;
    padding: 20px !important;
  }
  .hero-banner .hero-image {
    background-size: auto 100%;
    animation-name: hoverzoom-mobile;
  }
  .hero-content {
    width: 80% !important;
    padding: 20px !important;
  }
  .single-news .two-col-text {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .single-thoughtpiece-header {
    height: 1200px;
  }
  .single-thoughtpiece-intro .row .col .content, .single-dab-intro .row .col .content {
    transform: none;
  }
  .news-blocks {
    min-height: 500px;
    height: auto !important;
  }
  .news-blocks .news-items {
    height: 475px;
  }
  .news-blocks .news-items .news-item {
    padding-top: 300px;
  }
  #slider .slide-content {
    padding: 60px 60px;
  }
  #slider a.control_prev {
    left: 1%;
  }
  #slider a.control_next {
    right: 1%;
  }
  .col {
    width: 100% !important;
    max-width: 100% !important;
    flex-grow: 1 !important;
    flex-basis: 100% !important;
  }
  .location-reveal {
    flex-wrap: wrap;
    height: 900px !important;
  }
  .location-reveal .col {
    padding: 0;
  }
  .find-us .row.vertical .col.address {
    padding: 70px 30px 30px 20%;
  }
  .widescreen .expertise-row {
    padding: 20px !important;
  }
  #slider ul li div.single {
    margin-left: 0 !important;
    padding: 30px !important;
    width: auto !important;
  }
  .four-points .widescreen .the-stats {
    padding: 20px;
  }
  .four-points .widescreen .the-stats .col {
    padding-bottom: 40px;
  }
  .single-post .post-hero .hero-content h1 {
    font-size: 1.76rem;
  }
  .single-post .post-hero .hero-sub {
    display: block;
    margin-top: 20px;
  }
  .single-post .post-hero .hero-sub .categories {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-post .post-hero .hero-sub .social-icons {
    width: 100%;
    margin: -8px;
  }
  .single-post .post-hero .social-links-menu.embedded .menu-item a i {
    font-size: 2rem;
  }
  .two-col-image-right .col, .two-col-image-left .col, .two-col-full-background .col {
    padding: 40px 0 !important;
  }
  .two-col-image-right .col.flush-bottom, .two-col-image-left .col.flush-bottom, .two-col-full-background .col.flush-bottom {
    padding: 0 !important;
  }
  .two-col-image-right figure, .two-col-image-left figure {
    float: none !important;
    text-align: center;
  }
  .two-col-text .col {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .life-at-saxbam .row {
    width: 100%;
  }
  .life-at-saxbam.our-locations .header .col, .life-at-saxbam.social-purpose .header .col {
    padding: 20px 0;
  }
  .life-at-saxbam.our-locations .location-blocks .col .content {
    text-align: center;
    left: 0;
  }
  .life-at-saxbam.our-locations .location-blocks .col .content .location:after {
    margin: 15px auto;
  }
  .life-at-saxbam.our-locations .location-blocks .col .content .phone {
    position: relative;
  }
  .our-firm .row.blocks .header {
    padding: 0;
  }
  .our-firm .row.blocks .block {
    padding: 40px 0 !important;
    text-align: justify-content;
  }
  .statistics .the-stats {
    width: 80% !important;
  }
  .footer-left .location {
    padding-top: 60px;
  }
  .afc-logo {
    margin-left: 0;
    margin-top: 10px;
  }
  .team.row .col .backg {
    background-position: bottom !important;
  }
}
@media only screen and (max-width: 500px) {
  .canvas-hero .row {
    height: 580px;
  }
}
@media only screen and (max-width: 400px) {
  .news-content h4 {
    font-size: 14px;
  }
  .news-content h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .news-content h4 {
    font-size: 12px;
  }
  .news-content h3 {
    font-size: 15px;
  }
}
/* Canvas headings in particular get long and need fine-tuning on mobile*/
@media (max-width: 499px) {
  .single-canvas_article .hero-content h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 399px) {
  .single-canvas_article .hero-content h1 {
    font-size: 1.9rem !important;
  }
}
@media (max-width: 329px) {
  .single-canvas_article .hero-content h1 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 499px) {
  .single-canvas_article .hero-content h2 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 399px) {
  .single-canvas_article .hero-content h2 {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 329px) {
  .single-canvas_article .hero-content h2 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 499px) {
  .canvas-hero .row .col h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 399px) {
  .canvas-hero .row .col h1 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 329px) {
  .canvas-hero .row .col h1 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 499px) {
  .canvas-hero .row .col h2 {
    font-size: 3rem !important;
  }
}
@media (max-width: 399px) {
  .canvas-hero .row .col h2 {
    font-size: 2.6rem !important;
  }
}
@media (max-width: 329px) {
  .canvas-hero .row .col h2 {
    font-size: 2.4rem !important;
  }
}
a {
  text-decoration: none !important;
}
.new-banner h1.white-text {
  font-size: 15rem !important;
  text-transform: uppercase;
}
.new-banner h1.h2 {
  text-transform: none;
  font-weight: bold;
}
.max-img-size {
  max-width: 480px;
  height: auto;
}
.green-text {
  color: #006751;
}
.white-text {
  color: #fff;
}
.bright-green-text {
  color: #18d69d;
}
.red-bg {
  background-color: #ffbdbd;
}
.white-bg {
  background-color: #fff;
}
.bright-green-bg {
  background-color: #18d69d;
}
.dark-green-bg-2 {
  background-color: #006751;
}
.pink-bg {
  background-color: #E5CDCB;
}
.light-grey-bg {
  background-color: #efefef;
}
.peach-bg {
  background-color: #fff7f3;
}
.dark-green-bg .bright-green-bg h2:hover, .dark-green-bg .bright-green-bg .ffs:hover {
  color: white !important;
}
.border-bottom.green-border {
  border-color: #18d69d !important;
}
.social-links-menu a:hover::after {
  width: 0 !important;
}
.social-links-menu a:hover, footer .link-green-arrow.white-text:hover {
  color: #18d69d;
}
.footer-logos a {
  opacity: 1;
  transition: all 0.35s ease;
}
.footer-logos a:hover {
  opacity: 0.7;
}
.bg-person {
  height: 300px;
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.min-height {
  height: 300px;
}
.mini-min-height {
  height: 190px;
}
.dark-green-mask {
  background: rgba(0, 103, 81, 0.5);
}
.define-height {
  opacity: 0;
}
.peep-hover {
  background: rgba(0, 103, 81, 0.5);
  color: #fff;
  transform: translateY(100%);
  transition: all 0.35s ease;
}
.peep:hover .peep-hover {
  transform: translateY(0%);
}
.slide-up {
  transform: translateY(100%);
  transition: all 0.35s ease;
}
.show-slide-up:hover .slide-up {
  transform: translateY(0%);
}
.banner-light-green-bg {
  background-color: #C7D9CC;
}
.dark-green-bg {
  background-color: #006751;
}
.dark-green-bg .white-text:hover {
  color: #18d69d;
}
.light-green-bg {
  background-color: rgba(24, 214, 157, 0.1);
}
a.light-green-bg:hover {
  background-color: #006751;
  color: #fff;
}
.bright-green-border {
  color: #18d69d;
}
.img-min-height {
  min-height: 230px;
}
.single-canvas .img-min-height {
  min-height: 350px;
}
.bg-img {
  background-size: cover;
  background-position: center center;
}
.wee-tag {
  background: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 3px 6px;
  font-weight: bold;
}
.link-mask:hover .cover-text {
  opacity: 1;
}
.cover-text {
  transition: all 0.35s ease;
  opacity: 0;
}
.new-banner .row {
  min-height: 500px;
}
.new-banner img {
  height: 410px;
  opacity: 0;
  transition: all 0.35s ease;
}
.accordion-button {
  background-color: rgba(255, 255, 255, 0) !important;
  font-size: 1.1667rem;
}
.accordion-body {
  background-color: rgba(255, 255, 255, 0) !important;
}
.accordion-item h2 .accordion-button {
  color: #006751;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #006751 !important;
}
.accordion-item h2 .accordion-button {
  color: #006751;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
/* Keep text and images in view while sliding out */
.swiper-slide-prev .peep-fadein, .swiper-slide-prev .peep-fadein-2, .swiper-slide-prev .peep-fadein-3, .swiper-slide-prev .letter {
  opacity: 0 !important;
}
.ani-insights .smaller {
  max-width: 185px;
  height: auto;
}
.ani-leader .smaller {
  max-width: 195px;
  height: auto;
}
.ani-leader .bigger {
  max-width: 205px;
  height: auto;
}
/* Fade letters in */
.letter {
  opacity: 0;
  transition: all 0.35s ease;
}
@keyframes fadein-letter-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-active .letter-1-4 {
  -webkit-animation: fadein-letter-in 1.3s 0.8s 1 alternate forwards;
  -moz-animation: fadein-letter-in 1.3s 0.8s 1 alternate forwards;
  -o-animation: fadein-letter-in 1.3s 0.8s 1 alternate forwards;
  animation: fadein-letter-in 1.3s 0.8s 1 alternate forwards;
}
.swiper-slide-active .letter-2-5 {
  -webkit-animation: fadein-letter-in 1.8s 1.2s 1 alternate forwards;
  -moz-animation: fadein-letter-in 1.8s 1.2s 1 alternate forwards;
  -o-animation: fadein-letter-in 1.8s 1.2s 1 alternate forwards;
  animation: fadein-letter-in 1.8s 1.2s 1 alternate forwards;
}
.swiper-slide-active .letter-last {
  -webkit-animation: fadein-letter-in 1s 1s 1 alternate forwards;
  -moz-animation: fadein-letter-in 1s 1s 1 alternate forwards;
  -o-animation: fadein-letter-in 1s 1s 1 alternate forwards;
  animation: fadein-letter-in 1s 1s 1 alternate forwards;
}
.swiper-slide-active .letter-3 {
  -webkit-animation: fadein-letter-in 0.8s 1.4s 1 alternate forwards;
  -moz-animation: fadein-letter-in 0.8s 1.4s 1 alternate forwards;
  -o-animation: fadein-letter-in 0.8s 1.4s 1 alternate forwards;
  animation: fadein-letter-in 0.8s 1.4s 1 alternate forwards;
}
.swiper-slide-active .letter-6 {
  -webkit-animation: fadein-letter-in 2s 1.4s 1 alternate forwards;
  -moz-animation: fadein-letter-in 2s 1.4s 1 alternate forwards;
  -o-animation: fadein-letter-in 2s 1.4s 1 alternate forwards;
  animation: fadein-letter-in 2s 1.4s 1 alternate forwards;
}
/* Text fade up */
@keyframes text-fade-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper-slide-active .text-fade-up {
  -webkit-animation: text-fade-up 1.2s 0.5s 1 forwards;
  -moz-animation: text-fade-up 1.2s 0.5s 1 forwards;
  -o-animation: text-fade-up 1.2s 0.5s 1 forwards;
  animation: text-fade-up 1.2s 0.5s 1 forwards;
}
/* Peeps fade in */
.peep-fadein, .peep-fadein-2, .peep-fadein-3 {
  opacity: 0;
  transition: all 0.35s ease;
}
@keyframes peep-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-active .peep-fadein {
  -webkit-animation: peep-fadein 2s 2s 1 forwards;
  -moz-animation: peep-fadein 2s 2s 1 forwards;
  -o-animation: peep-fadein 2s 2s 1 forwards;
  animation: peep-fadein 2s 2s 1 forwards;
}
.swiper-slide-active .peep-fadein-2 {
  -webkit-animation: peep-fadein 2s 2.5s 1 forwards;
  -moz-animation: peep-fadein 2s 2.5s 1 forwards;
  -o-animation: peep-fadein 2s 2.5s 1 forwards;
  animation: peep-fadein 2s 2.5s 1 forwards;
}
.swiper-slide-active .peep-fadein-3 {
  -webkit-animation: peep-fadein 2s 3s 1 forwards;
  -moz-animation: peep-fadein 2s 3s 1 forwards;
  -o-animation: peep-fadein 2s 3s 1 forwards;
  animation: peep-fadein 2s 3s 1 forwards;
}
/* Fade peeps in left and right - client removed these :( */
@keyframes fadein-left {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.swiper-slide-active .fadein-left {
  -webkit-animation: fadein-left 1.2s 0.5s 1 forwards;
  -moz-animation: fadein-left 1.2s 0.5s 1 forwards;
  -o-animation: fadein-left 1.2s 0.5s 1 forwards;
  animation: fadein-left 1.2s 0.5s 1 forwards;
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    transform: translate(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.swiper-slide-active .fadein-right {
  -webkit-animation: fadein-right 1.2s 0.5s 1 forwards;
  -moz-animation: fadein-right 1.2s 0.5s 1 forwards;
  -o-animation: fadein-right 1.2s 0.5s 1 forwards;
  animation: fadein-right 1.2s 0.5s 1 forwards;
}
.new-banner .padding-left {
  padding-left: 227px !important;
}
.ani-insights .padding-right {
  padding-right: 122px;
}
.box-container div p {
  display: none;
}
.flip-horizontally {
  -webkit-transform: scaleX(-1) !important;
  -moz-transform: scaleX(-1) !important;
  -o-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.z-top {
  z-index: 99;
  position: relative;
}
.z-top:hover .cover-text {
  opacity: 1;
}
.z-5 {
  z-index: 5;
}
.z-10 {
  z-index: 10;
}
.z-15 {
  z-index: 15;
}
.a {
  overflow: hidden;
}
.b {
  opacity: 0;
}
.t {
  animation: fade 1s forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-img-custom {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 430px;
}
.an-appointment {
  min-height: 380px;
  transition: all 0.35s ease;
}
.an-appointment:hover {
  background-color: #18d69d;
}
.an-appointment:hover .white-text {
  color: #006751 !important;
}
/* Swiper ---------------------------- */
.logoSwiper .swiper-wrapper, .home-Swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper {
  width: 100%;
}
img.scrolling-logo {
  max-height: 75px;
  max-width: 210px;
}
.swiper-pagination-bullet-active {
  background-color: #18d69d !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #006751;
}
/* Responsive styles */
@media (max-width: 1400px) {
  .new-banner h1.white-text {
    font-size: 11rem !important;
  }
  .new-banner .padding-left {
    padding-left: 330px !important;
  }
  .new-banner.ani-values .padding-left {
    padding-left: 190px !important;
  }
  .new-banner.ani-values .peep:nth-of-type(2), .new-banner.ani-futures .peep:nth-of-type(2) {
    z-index: 0;
  }
  .new-banner.ani-futures .padding-left {
    padding-left: 98px !important;
  }
  .new-banner.ani-insights .padding-left {
    padding-left: 260px !important;
  }
  .ani-insights .padding-right {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .new-banner h1.white-text {
    font-size: 9rem !important;
  }
  .new-banner .z-5 {
    z-index: 20;
  }
}
@media (max-width: 991px) {
  .new-banner h1.white-text {
    font-size: 7rem !important;
  }
  .new-banner .padding-left {
    padding-left: 150px !important;
  }
  .new-banner .row {
    min-height: 340px;
    display: flex;
  }
  .new-banner img {
    height: 340px;
  }
  img.scrolling-logo {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .new-banner h1.white-text {
    font-size: 5rem !important;
  }
  .bg-img-custom {
    background-size: auto 100%;
    background-position: bottom left;
    min-height: 300px;
  }
  .page-id-155869 .bg-img-custom {
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .new-banner h1.white-text {
    font-size: 3rem !important;
  }
  img.scrolling-logo {
    max-width: 120px;
  }
  .bg-img-custom {
    background-position: bottom center;
  }
}
html, body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #006751;
}
hr {
  width: 100%;
}
a {
  color: #006751;
  font-weight: 700;
  transition: all ease 0.2s;
}
a:hover, a:active, a:focus {
  transition: all ease 0.2s;
  color: #000;
}
#menu-top-level-nav a:hover {
  color: #006751;
  text-decoration: none !important;
}
.menus-wrapper a:hover {
  text-decoration: underline !important;
}
body {
  font-size: 1.1667rem;
}
/* Gonna try BS sizes
h1 {
  font-size:3.6667rem
}
h2 {
  font-size:2.6667rem;
}
h1,h2,h3,h4 {
  line-height:1.2em;
}
*/
h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif !important;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 600;
}
h3 {
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: normal;
}
.slide-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
}
p strong {
  font-weight: 600 !important;
}
a {
  font-weight: 700;
  color: #006751;
}
iframe {
  width: 100%;
}
.site-logo {
  position: absolute;
  height: 4em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.5em;
  margin: 2em 0 0 0;
  margin-bottom: -36px;
  background-image: url(../images/logo.svg);
  z-index: 1000;
}
.grecaptcha-badge {
  display: none !important;
}
.flush-bottom {
  padding-bottom: 0 !important;
  position: relative;
  height: 100%;
}
.flush-bottom figure {
  margin-bottom: 0;
}
.flush-top {
  padding-top: 0 !important;
}
.reduced-top {
  padding-top: 30px !important;
}
@media only screen and (max-width: 1450px) {
  .site-logo {
    margin-bottom: 0;
  }
}
.show-on-small-screens {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-on-small-screens {
    display: block;
  }
  .hide-on-small-screens {
    display: none;
  }
}
.row {
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}
.fadein {
  opacity: 0;
}
.fadein .col {
  opacity: 0;
}
.fadein .col.nofade {
  opacity: 1;
}
/** hide for now
@media only screen and (max-width: 768px) {
    .row {
        display:block;
    }
}
*/
.col {
  flex: 1;
}
.nobreak {
  white-space: nowrap;
}
.statistics {
  text-align: center;
}
.statistics .row .col .headbar {
  height: 10px;
  background-color: #18d69d;
  margin: 20px 42%;
}
.statistics.tight-spaced .row .col .headbar {
  height: 10px;
  background-color: #18d69d;
  margin: 60px 42% 10px;
}
h2 + .headbar {
  height: 10px;
  background-color: #18d69d;
  margin: 30px 0 0 0;
  width: 3rem;
}
.top-bar {
  height: 10px;
  background-color: #18d69d;
  margin: 15px 0 0 0;
  width: 2.5rem;
}
.footer-bar {
  height: 10px;
  background-color: #18d69d;
  margin: 15px 0 0 0;
  width: 3rem;
}
.person .footer-bar {
  width: 5rem;
  margin: 30px 0;
}
.sector-top-row h2:after, .sector-top-row h3:after, .heading-underlines h2:after, .heading-underlines h1:after {
  content: "";
  display: block;
  height: 10px;
  background-color: #18d69d;
  margin: 15px 0;
  width: 3rem;
}
h2.h3:after {
  background-color: transparent !important;
}
.black-text p, .black-text li {
  color: black;
}
.two-col-image-right h1:after, .sector-expertise .hero-content h1:after {
  content: "";
  display: block;
  height: 10px;
  background-color: #18d69d;
  margin: 15px 0;
  width: 5rem;
}
.sector-expertise .hero-content {
  font-size: 1.2em;
}
.statistics .row h2 {
  text-align: center;
}
.statistics .numberup, .statistics .units, .statistics .not_a_number {
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.statistics .infotext {
  font-family: "Poppins", sans-serif;
}
.statistic.tight-spaced .infotext {
  margin-top: 20px;
}
.row.widescreen {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em;
}
.widescreen {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.widescreen > div {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .widescreen > div {
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
  }
}
#sector-selected-news .header-row {
  margin: 50px 0;
}
.latest-row {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}
.latest-item {
  flex: 1 0 calc(33% - 20px);
  flex-grow: 0;
  height: 300px;
  margin: 10px;
  position: relative;
}
.latest-item .content {
  color: #fff;
  padding: 20px;
}
#sector-cta {
  height: 25vh;
  background-color: #006751;
  padding: 60px 0;
}
#sector-recent-appointments {
  padding: 40px 0;
}
#sector-recent-appointments .appt-row {
  margin: 0;
  padding: 60px calc(10vw + 60px);
  flex-wrap: wrap;
  flex-grow: 0;
}
#sector-recent-appointments .appt-row .col {
  padding: 0;
  margin: 0;
  padding: 40px 80px;
  flex: 1 0 33%;
  flex-grow: 0;
}
#sector-recent-appointments .appt-row .col span:nth-of-type(1) {
  color: #006751;
  font-family: "Poppins", sans-serif;
}
#sector-recent-appointments .appt-row .col span {
  display: block;
  color: #000;
}
.widescreen .expertise-row {
  display: flex;
  flex-wrap: wrap;
  padding: 60px calc(10vw + 70px);
  max-width: initial;
  margin: 0;
  background-color: rgba(24, 214, 157, 0.1);
}
#expertise-scroller .widescreen .expertise-row {
  flex-wrap: nowrap;
  overflow-x: auto;
}
#expertise-scroller .widescreen .expertise-row .col {
  flex-basis: 33%;
  flex-shrink: 0;
}
.expertise-row .first h2 {
  color: #18d69d;
}
.expertise-row .second h2, .expertise-row .first {
  color: #fff;
}
.expertise-row .col {
  flex: 1;
  flex-basis: 31%;
  background-color: #006751;
  margin: 10px;
  padding: 20px 20px;
  flex-grow: 0;
  height: 300px;
}
@media only screen and (max-width: 1460px) {
  .expertise-row .col {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 1080px) {
  .expertise-row .col {
    flex-basis: 100%;
  }
}
.expertise-row .col .second {
  display: none;
}
.sector.row {
  flex-wrap: wrap;
}
.team {
  display: flex;
  overflow-x: auto;
}
.sector.row .col, .team.row .col {
  flex: 1;
  flex-basis: 23%;
  flex-grow: 0;
  height: 200px;
  margin: 10px;
  position: relative;
}
.sector.row .col {
  flex-grow: 0;
}
.team.row .col {
  height: 350px;
  flex-basis: 18%;
  flex-shrink: 0;
}
.sector.row .col .backg, .team.row .col .backg, .latest-row.row .col .backg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background-color ease 0.4s;
  z-index: 1;
}
.team.row .col .backg {
  height: 280px;
  background-size: contain;
}
.sector.row .col .backg-overlay, .latest-row.row .col .backg-overlay {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background-color ease 0.4s;
  z-index: 2;
  background-color: #006751;
  opacity: 0.5;
}
.sector.row .col .hoverslide, .team.row .col .hoverslide, .latest-row.row .col .hoverslide {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #18d69d;
  z-index: 2;
  transition: height ease 0.4s;
}
.sector .reveal-link {
  display: none;
  transition: background-color swing 0.4s;
  margin-top: 20px;
}
.sector.row .col:hover .hoverslide, .latest-row.row .col:hover .hoverslide {
  height: 100%;
  transition: height swing 0.4s;
}
.sector.row .col:hover .reveal-link, .team.row .col:hover .reveal-link {
  display: block;
  transition: background-color ease 0.4s;
}
.sector.row .col:hover .reveal-link:after, .teamx.row .col:hover .reveal-link:after {
  border-left: 10px solid #fff;
}
svg#filters {
  display: none;
}
.sector a:hover {
  text-decoration: none;
}
.team.row .col .content .name {
  font-family: "Poppins", sans-serif;
  display: block;
}
.team.row .col .content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
}
.sector.row .col .content {
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sector.row .col .content h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
}
.toggle-nav {
  display: none;
}
a.toggle-nav:hover {
  text-decoration: none !important;
}
.site-content.stick {
  margin-top: 143px;
}
#masthead.stick {
  position: fixed;
  top: 0;
  z-index: 5000;
  background: #fff;
  opacity: 1;
  width: 100%;
}
.big-nav {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -10;
  display: none;
}
.big-nav:before {
  background-color: rgba(24, 214, 157, 0.1);
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  z-index: 999;
}
.big-nav {
  margin-left: 0;
  margin-right: 0;
}
.big-nav .menus-wrapper {
  display: flex;
  z-index: 3000;
}
.big-nav .menus-wrapper h3 {
  font-size: 1.4em;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid grey;
}
.big-nav .menus-wrapper ul {
  list-style: none;
  padding: 0 0 20px;
}
.big-nav .menus-wrapper ul li {
  padding-bottom: 0.5em;
}
.big-nav .menus-wrapper .menu-content {
  flex: 1;
  padding: 0 30px;
}
.big-nav .menus-wrapper .menu-content a:hover:after, .big-nav .menus-wrapper .menu-content a:after {
  content: none;
}
.big-nav .col {
  padding: 10px;
  display: none;
  z-index: 1001;
  position: relative;
  flex: 0 0 200px;
}
.big-nav .menus-wrapper .menu-content:last-of-type {
  padding-right: 0;
}
.menu.main {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-top: 20px;
}
.menu.main ul {
  display: block;
  overflow: auto;
  left: 0px;
  z-index: 999;
  margin: 0;
}
a.toggle-nav:link, a.toggle-nav:visited, a.toggle-nav:hover, a.toggle-nav:active, a.toggle-nav:focus {
  text-decoration: none;
  color: #006751;
  outline: none;
}
.menu.main {
  position: relative;
  text-align: left;
}
.menu.main ul .submenu {
  padding: 0;
}
.menu.main ul li {
  float: none;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  min-width: 25vw;
  padding: 0 40px;
}
.menu.main .closemenu {
  display: none;
  position: absolute;
  z-index: 2000;
  top: -6px;
  left: 8px;
  cursor: pointer;
  font-size: 2em;
}
.main.menu li:after {
  content: none;
}
.menu-item a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
}
.menu-item a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #18d69d;
  transition: width 0.2s;
}
.menu-item a:hover:after {
  width: 40px;
}
.current-menu-item a:after {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .menu.main {
    text-align: right;
  }
  .menu.main ul li {
    display: inline-block;
    min-width: initial;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .menu.main ul .sub-menu {
    display: none;
  }
}
body.single-canvas:after {
  content: "";
  position: fixed;
  top: 0;
  /* stretch a fixed position to the whole screen */
  height: 100vh;
  left: 0;
  /* fix for mobile browser address bar appearing disappearing */
  right: 0;
  z-index: -1;
  background-position: center;
  /* needed to keep in the background */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.single-thoughtpiece, body.single-canvas, body.single-appointment-brief {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-thoughtpiece #masthead.stick, body.single-canvas #masthead.stick, body.single-appointment-brief #masthead.stick {
  padding-bottom: 30px;
  background-color: rgba(0, 103, 81, 0.9);
}
body.single-thoughtpiece .toggle-nav, body.single-canvas .toggle-nav, body.single-appointment-brief .toggle-nav {
  position: absolute;
  top: 32px;
  right: 12px;
  display: block;
  margin: 0;
  font-size: 2em;
  transition: all linear 0.15s;
  z-index: 5000;
  width: 40px;
}
body.single-thoughtpiece a.toggle-nav:link, body.single-thoughtpiece a.toggle-nav:visited, body.single-thoughtpiece a.toggle-nav:hover, body.single-thoughtpiece a.toggle-nav:active, body.single-thoughtpiece a.toggle-nav:focus, body.single-canvas a.toggle-nav:link, body.single-canvas a.toggle-nav:visited, body.single-canvas a.toggle-nav:hover, body.single-canvas a.toggle-nav:active, body.single-canvas a.toggle-nav:focus, body.single-appointment-brief a.toggle-nav:link, body.single-appointment-brief a.toggle-nav:visited, body.single-appointment-brief a.toggle-nav:hover, body.single-appointment-brief a.toggle-nav:active, body.single-appointment-brief a.toggle-nav:focus {
  color: #fff;
}
body.single-thoughtpiece .site-logo, body.single-canvas .site-logo, body.single-appointment-brief .site-logo {
  background-image: url(../images/logo-white.svg);
}
body.single-thoughtpiece .menu.main .closemenu, body.single-canvas .menu.main .closemenu, body.single-appointment-brief .menu.main .closemenu {
  display: none;
  z-index: 2001;
  position: fixed;
  top: 30px;
  left: calc(100vw - 60px);
  font-size: 4rem;
}
body.single-thoughtpiece .menu.main ul:not(.options), body.single-canvas .menu.main ul:not(.options), body.single-appointment-brief .menu.main ul:not(.options) {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  opacity: 1;
  z-index: 2000;
  padding: 250px 50px 0;
  text-align: left;
}
body.single-thoughtpiece .menu.main ul:not(.options) .menu-item a, body.single-canvas .menu.main ul:not(.options) .menu-item a, body.single-appointment-brief .menu.main ul:not(.options) .menu-item a {
  font-size: 1.5em;
}
body.single-thoughtpiece .menu.main ul:not(.options) li, body.single-canvas .menu.main ul:not(.options) li, body.single-appointment-brief .menu.main ul:not(.options) li {
  display: block;
}
body.single-thoughtpiece .extra-links, body.single-canvas .extra-links, body.single-appointment-brief .extra-links {
  display: none;
  position: fixed;
  top: 42px;
  left: -26px;
  z-index: 2100;
  padding-left: calc(50px + 40px);
  text-align: left;
}
body.single-thoughtpiece .extra-links a.opps-link, body.single-canvas .extra-links a.opps-link, body.single-appointment-brief .extra-links a.opps-link {
  font-size: 1.4rem !important;
}
body.single-thoughtpiece .extra-links .options li, body.single-canvas .extra-links .options li, body.single-appointment-brief .extra-links .options li {
  min-width: initial !important;
}
body.single-thoughtpiece .extra-links .options li a, body.single-canvas .extra-links .options li a, body.single-appointment-brief .extra-links .options li a {
  font-size: 1.4rem !important;
}
body.single-thoughtpiece .extra-links div, body.single-canvas .extra-links div, body.single-appointment-brief .extra-links div {
  width: 100%;
  padding-left: 0 !important;
}
body.single-thoughtpiece .accessibility ul, body.single-thoughtpiece .accessibility .tiny-info, body.single-canvas .accessibility ul, body.single-canvas .accessibility .tiny-info, body.single-appointment-brief .accessibility ul, body.single-appointment-brief .accessibility .tiny-info {
  text-align: initial !important;
}
@media only screen and (max-width: 1400px) {
  .toggle-nav {
    display: block;
    margin: 0;
    font-size: 2em;
    transition: color linear 0.15s;
    position: absolute;
    right: 12px;
    z-index: 5000;
    top: 32px;
    width: 40px;
  }
  #masthead.stick .toggle-nav {
    top: 32px;
  }
  .site-logo {
    position: relative;
    width: 13.5em;
    height: 3em;
  }
  .menu.main {
    padding-top: 0;
  }
  .menu.main .closemenu {
    display: none;
    z-index: 2001;
    position: fixed;
    top: 30px;
    left: calc(100vw - 60px);
    font-size: 4rem;
  }
  .menu.main ul:not(.options) {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    opacity: 1;
    z-index: 2000;
    padding: 200px 0 0;
  }
  .menu.main ul:not(.options) .menu-item a {
    font-size: 1.5em;
  }
  .accessibility ul, .accessibility .tiny-info {
    text-align: initial !important;
  }
}
@media only screen and (max-width: 1400px) {
  .extra-links {
    margin-top: 86px;
  }
}
.menu.main .extra-links {
  margin-right: 0;
  margin-bottom: 20px;
}
.menu.main .extra-links a {
  font-size: 0.9rem;
}
.opps-link {
  line-height: 2;
  vertical-align: bottom;
}
.opps-link:after {
  vertical-align: bottom !important;
}
@media only screen and (max-width: 1200px) {
  .opps-link:after {
    margin-bottom: 7px;
  }
}
.menu.main .language ul, .showhide + ul {
  max-height: 0px;
  transition: all ease 0.3s;
  overflow: hidden;
}
.showhide + ul {
  position: absolute;
}
.menu.main .language:hover ul, .showhide:hover + ul {
  max-height: 300px;
  transition: all ease 0.5s;
}
.menu.main .language ul li, .showhide ul li {
  display: block;
  min-width: initial;
  padding: 0 10px;
  margin-bottom: 10px;
}
.accessibility .options a {
  display: inline-block;
  padding: 6px 12px;
}
.accessibility .options a.regular {
  background-color: #006751;
  color: #fff;
  border: 1px solid #006751;
}
.accessibility .options a.high {
  color: #000;
  background-color: #fff;
  border: 1px solid black;
}
.menu.main .extra-links div {
  display: inline-block;
  padding: 0 5px 0 10px;
  vertical-align: top;
}
.menu.main .extra-links div a {
  font-weight: 300;
}
.menu.main .extra-links div.button a {
  padding: 10px 40px;
  background-color: #18d69d;
  transition: all ease 0.3s;
}
.menu.main .extra-links div.button a:hover {
  background-color: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.menu.main .extra-links div > a:hover {
  text-decoration: none;
}
.menu.main .extra-links div.button > a:after {
  content: none;
}
.menu.main .extra-links div > a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.closemenu {
  display: none;
}
#sector-exp, .sector-exp {
  background-color: rgba(24, 214, 157, 0.1);
}
#sector-exp.our-exp-page {
  background-color: #fff;
}
#sector-exp.our-exp-page .header-row {
  margin: 50px 0;
}
.sector-top-row {
  min-height: 500px;
}
.sector-top-row .col {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.sector-top-row .col.col-left p {
  color: #000;
}
.two-col-text.borders-on {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.two-col-text {
  align-items: stretch;
  min-height: 500px;
  position: relative;
}
.two-col-text .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  transition: all ease 0.8s;
  position: relative;
}
.two-col-text .col .content {
  z-index: 5;
}
.person-team {
  background-color: rgba(253, 223, 208, 0.25);
}
.person .two-col-image-right {
  background: rgba(24, 214, 157, 0.1);
}
.two-col-text .col, .two-col-image-right .col, .two-col-image-left .col, .two-col-full-background .col, .sector-top-row .col, .get-in-touch .col {
  padding: 80px;
  margin: 0;
  flex: 0 0 50%;
}
.two-col-image-left .col.no-image-centering, .two-col-image-right .col.no-image-centering {
  padding-right: 0;
  padding-left: 0;
}
.two-col-image-left .col.no-image-centering .expander img, .two-col-image-right .col.no-image-centering .expander img {
  max-width: 100%;
  height: auto;
}
.two-col-text .col {
  flex-shrink: 1;
}
.two-col-text.hover-fx-on .col.this-hover .backg-mask:after {
  background-color: #006751;
  transition: all ease 0.8s;
}
.two-col-text.hover-fx-on .col.other-hover .backg-mask:after {
  opacity: 0;
  transition: all ease 0.8s;
}
.two-col-text.hover-fx-on .col.other-hover .backg-mask {
  z-index: 10;
}
.hover-fx-on .this-hover, .hover-fx-on .this-hover h2, .hover-fx-on .this-hover a {
  color: #fff;
}
.backg-mask:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all ease 0.3s;
  opacity: 1;
  z-index: 2;
}
.backg-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.3s;
  z-index: 1;
  background-size: cover;
}
.backg-mask.no-background-image {
  background-image: url();
}
.row.two-col-image-left, .row.two-col-image-right, .row.get-in-touch, .site-branding, .row.just-text, .row.two-col-full-background, .row.blocks, .menu.main {
  padding-left: 10%;
  padding-right: 10%;
}
.our-firm .row.blocks .col {
  padding: 30px 80px;
}
.row.blocks {
  flex-wrap: wrap;
  background-color: rgba(24, 214, 157, 0.1);
  padding-top: 60px;
}
.row.blocks .col {
  margin: 0;
  padding: 60px 80px;
  flex: 1 0 30%;
}
.row.blocks .header {
  width: 100%;
  margin: 0;
  padding: 0 80px;
}
.row.blocks .block {
  transition: all ease 0.3s;
}
.row.blocks .block h1, .row.blocks .block h2, .row.blocks .block h3 {
  transition: all ease 0.3s;
}
.row.blocks .block:hover h1, .row.blocks .block:hover h2, .row.blocks .block:hover h3 {
  color: #18d69d;
  transition: all ease 0.3s;
}
.two-col-image-right figure {
  float: left;
}
.two-col-image-left figure, .get-in-touch figure {
  float: right;
}
.two-col-text.borders-on .col:nth-of-type(1) {
  border-right: 1px solid lightgrey;
}
.two-col-text .col:nth-of-type(1) {
  padding-left: calc(10vw + 80px);
  padding-right: 80px;
  max-width: 66%;
}
.two-col-text .col:nth-of-type(2) {
  padding-right: calc(10vw + 80px);
  padding-left: 80px;
}
.half-width-background {
  /* Removed at request of client on 18 Mar 2024 */
  /* height:500px; */
}
.half-width-background .col {
  margin: 0;
  max-width: initial;
  padding: 80px;
}
.half-width-background .col:nth-of-type(1) {
  background-size: cover;
  background-position: center;
}
.half-width-background .col:nth-of-type(2) {
  align-self: center;
}
.statistics .row:first-of-type {
  padding-top: 60px;
}
.statistics.tight-spaced .row:first-of-type {
  padding-top: 0;
}
.statistics .the-stats {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.statistics .the-stats .col {
  padding: 25px;
}
.just-text {
  text-align: center;
  font-size: 1rem;
  padding: 40px 0;
}
/* animation stuff */
.expander img {
  transition: all ease 0.3s;
  max-width: 400px;
  height: auto;
}
.expanderxx:hover img {
  transform: scale(1.05);
  transition: all ease 0.3s;
}
a.link-green-arrow:hover {
  text-decoration: none !important;
  color: #006751;
}
span.link-green-arrow:hover {
  color: #18d69d;
}
a.bright-green-hover:hover {
  color: #18d69d;
}
a.dark-green-link {
  color: #006751;
  font-weight: 700;
}
.hero-banner .hero-image {
  transition: all ease 0.3s;
}
.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #006751;
  opacity: 0.3;
  z-index: 2;
  transition: all ease 0.4s;
}
.reveal-link:after, a.link-green-arrow:after, span.link-green-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
}
a.link-green-arrow:hover:after, span.link-green-arrow:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #18d69d;
  margin-left: 15px;
  margin-right: 5px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
}
.expertise-row a:after, .expertise-row a:hover:after {
  border-left: 10px solid #fff;
}
.expertise-row .first a:after, .expertise-row .first a:hover:after {
  margin-left: 0;
}
a.back-arrow:hover {
  text-decoration: none !important;
}
.back-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #18d69d;
  margin-left: 10px;
  margin-right: 10px;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
}
.back-arrow:hover:before {
  margin-left: 5px;
  margin-right: 15px;
}
/* slider */
#slider {
  position: relative;
  overflow: hidden;
  margin: 0;
}
#slider .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #006751;
  z-index: 99;
  opacity: 0.4;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 700px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 700px;
  text-align: center;
  background-size: cover;
}
#slider ul li div {
  width: 100%;
  text-align: center;
  color: #fff;
}
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 2% 1%;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
}
a.control_prevx:hover, a.control_nextx:hover {
  opacity: 0.5;
  background: #2a2a2a;
  -webkit-transition: all 0.4s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
  left: 10%;
}
a.control_next {
  right: 10%;
  border-radius: 2px 0 0 2px;
}
.chevron::before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 2em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 2em;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
article.hero {
  height: 100%;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#slider ul li div.hero {
  width: 100%;
  margin: 0;
}
.slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.slide-wrapper .link-green-arrow:hover {
  color: #18d69d;
}
.slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 60px 300px;
  font-size: 2em;
  color: #fff;
}
#slider ul li div.single {
  margin-left: 10%;
  padding-left: 80px;
  padding-right: 80px;
  width: 40%;
  text-align: left;
}
#slider ul li div.single h1:after {
  content: "";
  display: block;
  height: 10px;
  background-color: #18d69d;
  margin: 15px 0;
  width: 3rem;
}
.slide-content h1, .slide-content h2 {
  color: #fff;
}
.slide-content a {
  color: #fff;
  font-weight: 400;
}
/* footer */
.blog-footer {
  background-color: #006751;
  padding: 60px 10vw;
  color: #fff;
}
.small-top-margin {
  margin-top: 30px;
}
.footer-menu ul, .social-navigation ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}
.footer-menu a, .social-navigation a {
  color: #fff;
}
.social-navigation li {
  display: inline-block;
  font-size: 2em;
  margin: 0 8px;
}
.contact-footer p {
  color: #18d69d;
}
.contact-footer input {
  width: 100%;
  background-color: #4d8579;
  color: #fff;
  border: 0;
  padding: 5px;
  outline: none;
}
/* News Block stuff */
section.news {
  margin: 40px 0;
}
section.news .row.title {
  margin: 50px 0;
}
.news-blocks {
  height: 500px;
}
.news-blocks .col {
  margin: 6px;
}
.news-blocks .col.latest {
  flex: 1 1 0;
}
.news-blocks .col.recent {
  flex: 1 1 0;
}
.news-blocks .col .news-slider {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.news-slider .news-nav {
  position: absolute;
  right: 10px;
  z-index: 5000;
  top: 0;
}
.news-nav ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}
.news-nav ul li {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 10px;
}
.news-nav ul li.active {
  border: 2px solid #fff;
  z-index: 86;
  background-color: transparent;
}
.latest .news-items .news-item:first-of-type, .recent .news-items .news-item:first-of-type, .event .news-items .news-item:first-of-type {
  display: block;
}
.latest .news-items .news-item:not(:first-of-type), .recent .news-items .news-item:not(:first-of-type), .event .news-items .news-item:not(:first-of-type) {
  display: none;
}
.news-items {
  height: 100%;
  width: 100%;
}
.news-items .news-item {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-top: 350px;
  transition: all ease 0.3s;
  overflow: hidden;
}
.news-content .block-type {
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
  font-size: 18px;
  margin: 10px 0;
  display: block;
}
.news-content h3 {
  margin-top: 6px;
}
.news-items h3, .news-items h4 {
  color: #fff;
}
.news-text {
  font-family: "Poppins", sans-serif;
  opacity: 0;
  font-weight: 300;
}
.news-item:hover {
  padding-top: 0;
  transition: all ease 0.3s;
}
.news-item:hover .news-content {
  background-color: #006751;
  color: #fff;
  transition: all ease 0.3s;
}
.news-item:hover .news-content .news-text {
  opacity: 1;
}
.news-item:hover h3, .news-item:hover h4 {
  color: #fff;
  transition: all ease 0.3s;
}
.news-slider .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 0.25;
  background-color: #000;
}
.news-content {
  position: relative;
  z-index: 300;
  padding: 12px 40px 12px 24px;
  color: #fff;
  height: 100%;
  transition: all ease 0.3s;
}
.news-blocks .latest .news-slider .news-items .news-item:after, .news-blocks .event .news-slider .news-items .news-item:after {
  background-color: #18d69d;
}
.news-blocks .recent .news-slider .news-items .news-item:after, .news-blocks .featured .news-slider .news-items .news-item:after {
  background-color: #006751;
}
.news-blocks .latest .news-slider .news-items .news-item:after, .news-blocks .event .news-slider .news-items .news-item:after, .news-blocks .recent .news-slider .news-items .news-item:after, .news-blocks .featured .news-slider .news-items .news-item:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 95;
  opacity: 0.5;
}
/* hero stuff */
.hero-banner {
  width: 100%;
  height: 500px;
  position: relative;
}
.hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-content {
  position: absolute;
  z-index: 2;
  margin: 0 10%;
  padding: 80px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
.hero-content.vertical-top {
  top: 0;
  transform: none;
}
.hero-content h1 {
  color: #fff;
}
.two-col-full-background {
  min-height: 60vh;
  background-size: cover;
  align-items: center;
}
.two-col-full-background-text-left {
  position: relative;
}
.green-overlay {
  position: absolute;
  background-color: #006751;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 2;
}
.green-overlay.forced-full {
  width: 100vw;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
.over-green-overlay {
  z-index: 2;
  position: relative;
}
.filter-button {
  padding: 10px 80px;
  background-color: rgba(24, 214, 157, 0.1);
  display: inline-block;
}
.post-hero {
  background-color: rgba(24, 214, 157, 0.1);
}
.post-hero .hero-content a {
  color: #18d69d;
}
.post-hero .hero-content h1 {
  color: #006751;
}
.single-post .post-hero .hero-content {
  width: unset;
  padding: 0 60px;
}
.single-post .post-hero h1 {
  font-size: 2.6667rem;
}
.content ul {
  padding-left: 20px;
}
.centerme {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  margin: 0;
}
.reduced-height {
  width: auto;
  max-height: 400px;
}
.more-reduced-height {
  width: auto;
  max-height: 250px;
}
a.link-as-a-button {
  display: inline-block;
  border: 1px solid #18d69d;
  padding: 10px 20px;
  margin: 20px;
  transition: all ease 0.3s;
}
a.link-as-a-button:after {
  content: none;
}
a.link-as-a-button:hover {
  transition: all ease 0.3s;
  background: #006751;
  color: #fff;
}
a.link-as-a-button:hover:after {
  content: none;
}
#page.site {
  overflow-y: hidden;
}
.white-text {
  color: #fff;
}
.half-bigger-text {
  font-size: 1.5rem;
}
.open-sans {
  font-family: "Poppins", sans-serif;
}
.row.empty-results .col {
  padding: 0 80px;
  flex: 1;
  height: auto;
  font-weight: 500;
  background-color: transparent;
}
.plain-content {
  color: #000 !important;
  padding: 40px 0;
}
.plain-content h2, .plain-content h3 {
  color: #006751;
}
h2.centred-title {
  text-align: center;
}
body.highcontrast #content a {
  color: #000 !important;
  background-color: #fff !important;
}
body.highcontrast .high {
  background: #000 !important;
  color: #fff !important;
}
body.highcontrast .regular {
  background: transparent !important;
  color: #000 !important;
}
body.highcontrast #content blockquote, body.highcontrast #content .infotext, body.highcontrast #content .button a, body.highcontrast #content p, body.highcontrast #content h1, body.highcontrast #content h2, body.highcontrast #content h3, body.highcontrast #content h4, body.highcontrast #content h5, body.highcontrast #content section, body.highcontrast #content div, body.white-label #content blockquote, body.white-label #content .infotext, body.white-label #content .button a, body.white-label #content p, body.white-label #content h1, body.white-label #content h2, body.white-label #content h3, body.white-label #content h4, body.white-label #content h5, body.white-label #content section, body.white-label #content div {
  color: #000 !important;
  background-color: #fff !important;
}
body.highcontrast #content h1:after, body.highcontrast #content h2:after, body.highcontrast #content .menu-item a:after, body.white-label #content h1:after, body.white-label #content h2:after, body.white-label #content .menu-item a:after {
  background: #000;
}
body.highcontrast #content .menu.main .extra-links div > a:after, body.highcontrast #content .reveal-link:after, body.highcontrast #content .nice-links a:after, body.white-label #content .menu.main .extra-links div > a:after, body.white-label #content .reveal-link:after, body.white-label #content .nice-links a:after {
  border-left: 10px solid #000;
}
body.highcontrast #content blockquote:before, body.highcontrast #content blockquote:after, body.white-label #content blockquote:before, body.white-label #content blockquote:after {
  color: #000;
}
body.highcontrast #content .accessibility .options a.regular, body.white-label #content .accessibility .options a.regular {
  background-color: #006751 !important;
  color: #fff !important;
  border: 1px solid white;
}
body.highcontrast #content .blog-footer, body.white-label #content .blog-footer {
  background-color: #fff;
}
body.highcontrast #content .blog-footer .row.logos, body.white-label #content .blog-footer .row.logos {
  background-color: #000 !important;
}
body.highcontrast #content .blog-footer .row.logos .col, body.white-label #content .blog-footer .row.logos .col {
  background-color: #000 !important;
}
body.highcontrast #content .blog-footer .row.logos .col div, body.white-label #content .blog-footer .row.logos .col div {
  background-color: #000 !important;
}
body.home .just-text {
  font-family: "Poppins", sans-serif;
}
/*# sourceMappingURL=saxbam-sass.css.map */