@charset "UTF-8";
/* Colours */
/*-----------------------------------------
HTML, BODY
-----------------------------------------*/
body {
  background: #FFFCED;
  color: #0C2043;
}

/* Widths of different sizes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*** Heading at top of pages ***/
.heading-module {
  margin: auto;
  max-width: 100%;
  width: 100%;
  /*** Stop line breaks on pages ***/
}
@media (min-width: 769px) {
  .heading-module {
    max-width: 850px;
    width: 65%;
  }
}
@media (max-width: 475px) {
  .heading-module br {
    display: none;
  }
}

@media (max-width: 768px) {
  body.page-id-879 .heading-module {
    margin: 20px;
    width: auto;
  }
}

.header-content-image img {
  height: 52vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 769px) {
  .header-content-image img {
    height: 45vh;
  }
}
@media (min-width: 1200px) {
  .header-content-image img {
    height: 52vh;
  }
}
@media (min-width: 1920px) {
  .header-content-image img {
    height: 530px;
  }
}
.header-content-image.art-content-image {
  max-width: 700px;
  padding: 0 20px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #FF645F;
}
a:hover {
  color: #0C2043;
}
a.link-arrow {
  border-bottom: 1px solid;
  font-weight: bold;
  padding-bottom: 0.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
a.link-arrow:after {
  content: "";
  background-image: url("../img/diagonal-up-arrow.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  margin-left: 0.6rem;
  vertical-align: middle;
  width: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.link-arrow:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-links-row a.link-arrow {
  border-bottom: 0;
  font-weight: normal;
}
.page-links-row a.link-arrow:after {
  margin-left: 1.5rem;
}
.page-links-row a:hover.link-arrow {
  border-bottom: 1px solid;
  font-weight: bold;
}

/*-----------------------------------------
GENERAL HTML
-----------------------------------------*/
.page-title {
  background: #0C2043;
  color: #FFFEF2;
}

.fl-row-content-wrap {
  overflow: hidden;
}

.fl-row-full-width .fl-row-fixed-width > .fl-col-group {
  margin: auto;
  /*width: 90%;*/
  /*@media (min-width: 769px)
  {
  	width: 80%;
  }*/
}

#acwp-toolbar-btn-wrap {
  border: 0;
}
#acwp-toolbar-btn-wrap #acwp-toolbar-btn {
  background: #0C2043;
  border: 0;
}
#acwp-toolbar-btn-wrap.show {
  right: 25px !important;
  top: 200px !important;
}

/*** Finance Page ***/
body.page-id-510 #acwp-toolbar-btn-wrap #acwp-toolbar-btn {
  background: #B9C6E5;
  border: 0;
}

#acwp-toolbar .acwp-heading {
  background: #0C2043;
}

/*-----------------------------------------
HEADER
-----------------------------------------*/
@media (min-width: 981px) {
  body > header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 980px) {
  body > header {
    display: none !important;
  }
}

body > header .logo img, body > header .logo svg {
  width: auto;
  max-width: 200px;
}

body.page-id-510 > header .logo svg path {
  fill: #FFFEF2;
}

@media (max-width: 980px) {
  body > header .columns:first-child,
  body > header .columns:last-child {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*-----------------------------------------
MAIN
-----------------------------------------*/
/* Padding on top due to floating menu */
.fl-builder .fl-builder-content .fl-row:first-child .fl-row-content-wrap {
  padding-top: 30px;
}
@media (min-width: 981px) {
  .fl-builder .fl-builder-content .fl-row:first-child .fl-row-content-wrap {
    padding-top: 100px;
  }
}

@media (max-width: 980px) {
  .fl-builder main {
    padding-top: 66px;
  }
}

/*main:not(.fl-builder main):not(.fullpage-wrapper)
{
	padding-top: 0;

	@media(min-width: 981px)
	{
		padding-top: 100px;
	}
}*/
/*-----------------------------------------
SECTIONS
-----------------------------------------*/
.header-content {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8rem;
}
@media (min-width: 981px) {
  .header-content {
    padding-bottom: 4rem;
    padding-top: 12rem;
  }
}
@media (min-width: 769px) {
  .header-content > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .header-content > .row {
    padding-left: 5px;
    padding-right: 5px;
    width: 95%;
  }
}

@media (min-width: 769px) {
  .header-intro-text {
    max-width: 500px;
  }
}

/*-----------------------------------------
BEAVER BUILDER Modules
-----------------------------------------*/
.fl-module-slideshow .fl-slideshow-container {
  padding-top: 3rem;
}
.fl-module-slideshow .fl-slideshow-container .fl-slideshow-image {
  border-radius: 10px;
}
.fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-left,
.fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-right {
  display: block !important;
  margin-top: -8rem;
  opacity: 1 !important;
  top: 0 !important;
}
@media (min-width: 581px) {
  .fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-left,
  .fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-right {
    margin-top: -10rem;
  }
}
.fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-left a,
.fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-right a {
  background-image: url("../img/long-white-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
  height: 13px;
  width: 108px;
}
@media (min-width: 581px) {
  .fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-left a,
  .fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-right a {
    height: 21px;
    width: 177px;
  }
}
.fl-module-slideshow .fl-slideshow-container .fl-slideshow-image-nav-left a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fl-module-slideshow.blue-arrows .fl-slideshow-container .fl-slideshow-image-nav-left a,
.fl-module-slideshow.blue-arrows .fl-slideshow-container .fl-slideshow-image-nav-right a {
  background-image: url("../img/long-blue-arrow.svg") !important;
}
.fl-module-slideshow.red-arrows .fl-slideshow-container .fl-slideshow-image-nav-left a,
.fl-module-slideshow.red-arrows .fl-slideshow-container .fl-slideshow-image-nav-right a {
  background-image: url("../img/long-arrow.svg") !important;
}

.fl-builder-content .fl-module-content .fl-rich-text p strong {
  font-weight: 600;
}

/*-----------------------------------------
LINK ARROWS - top of service pages
-----------------------------------------*/
.link-arrows a:before {
  content: "";
  background-image: url("../img/long-white-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
  float: left;
  height: 13px;
  width: 108px;
}
@media (min-width: 581px) {
  .link-arrows a:before {
    height: 21px;
    width: 177px;
  }
}
.link-arrows a.next:before {
  float: right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.link-arrows a:hover:before {
  background-image: url("../img/long-blue-arrow.svg") !important;
}
.link-arrows.blue-arrows a:before {
  background-image: url("../img/long-blue-arrow.svg") !important;
}
.link-arrows.blue-arrows a:hover:before {
  background-image: url("../img/long-arrow.svg") !important;
}
.link-arrows.red-arrows a:before {
  background-image: url("../img/long-arrow.svg") !important;
}
.link-arrows.red-arrows a:hover:before {
  background-image: url("../img/long-white-arrow.svg") !important;
}

/*** JUSTICE Page ***/
body.page-id-504 .link-arrows.red-arrows a:hover:before {
  background-image: url("../img/long-blue-arrow.svg") !important;
}

/*-----------------------------------------
SLIDERS
-----------------------------------------*/
.flip-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.flip-cards .flip-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 981px) {
  .flip-cards .flip-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 13.3px);
            flex: 0 0 calc(50% - 13.3px);
  }
}
@media (min-width: 1200px) {
  .flip-cards .flip-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 13.3px);
            flex: 0 0 calc(33.33% - 13.3px);
  }
}
.flip-cards .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.flip-cards .flip-card .flip-card-front,
.flip-cards .flip-card .flip-card-back {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
}
.flip-cards .flip-card .flip-card-front {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.flip-cards .flip-card .flip-card-front .open-card {
  cursor: pointer;
  display: block;
  margin: 0.6em 0.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.flip-cards .flip-card .flip-card-front .open-card:before {
  content: "";
  background-image: url("../img/plus-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  width: 60px;
}
@media (min-width: 981px) {
  .flip-cards .flip-card .flip-card-front .open-card {
    display: none;
  }
}
.flip-cards .flip-card .flip-card-front h2 {
  color: #0C2043;
  text-transform: uppercase;
}
.flip-cards .flip-card .flip-card-front .more-link {
  border-bottom: 1px solid;
  color: #FF645F;
  display: inline-block;
  font-weight: bold;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
  padding-bottom: 0.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.flip-cards .flip-card .flip-card-front .more-link:after {
  content: "";
  background-image: url("../img/diagonal-up-arrow.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  margin-left: 0.6rem;
  vertical-align: text-top;
  width: 24px;
}
.flip-cards .flip-card .flip-card-back {
  background-color: #0C2043;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.flip-cards .flip-card .flip-card-back .close-card {
  cursor: pointer;
  display: block;
  margin: 0.6em 0.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.flip-cards .flip-card .flip-card-back .close-card:before {
  content: "";
  background-image: url("../img/close-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  width: 60px;
}
@media (min-width: 981px) {
  .flip-cards .flip-card .flip-card-back .close-card {
    display: none;
  }
}
.flip-cards .flip-card .flip-card-back h2 {
  color: #B9C6E5;
  text-transform: uppercase;
}
@media (min-width: 981px) {
  .flip-cards .flip-card:hover .flip-card-back {
    opacity: 1;
    visibility: visible;
  }
}
.flip-cards.team-grid .flip-card {
  -ms-flex: 0 0 calc(100% - 0px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 0px);
  min-height: 400px;
}
@media (min-width: 590px) {
  .flip-cards.team-grid .flip-card {
    -ms-flex: 0 0 calc(48% - 2px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(48% - 2px);
  }
}
@media (min-width: 981px) {
  .flip-cards.team-grid .flip-card {
    -ms-flex: 0 0 calc(24.8% - 13.3px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(24.8% - 13.3px);
  }
}
@media (min-width: 1610px) {
  .flip-cards.team-grid .flip-card {
    min-height: 450px;
  }
}
.flip-cards.team-grid .flip-card .flip-card-front,
.flip-cards.team-grid .flip-card .flip-card-back {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.flip-cards.team-grid .flip-card .flip-card-front .name-position,
.flip-cards.team-grid .flip-card .flip-card-back .name-position {
  margin-top: auto;
}
.flip-cards.team-grid .flip-card .flip-card-front {
  color: #FFFEF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
}
.flip-cards.team-grid .flip-card .flip-card-front .name-position {
  text-shadow: 1px 1px 7px #000000;
}
.flip-cards.team-grid .flip-card .flip-card-back {
  color: #0C2043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.flip-cards.team-grid .flip-card .flip-card-back h2 {
  color: #0C2043;
  font-size: 4rem;
  margin-bottom: 4rem;
  text-transform: none;
}
.flip-cards.team-grid .flip-card .flip-card-back .link a {
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 981px) {
  .flip-cards.team-grid .flip-card:hover .flip-card-back {
    opacity: 1;
    visibility: visible;
  }
}

/*** HOVERS ***/
.red-hover-cards .flip-cards .flip-card .flip-card-back {
  background-color: #FF645F;
}
.red-hover-cards .flip-cards .flip-card .flip-card-back h2 {
  color: #FFFEF2;
}

.blue-hover-cards .flip-cards .flip-card .flip-card-back {
  background-color: #B9C6E5;
  color: #0C2043;
}
.blue-hover-cards .flip-cards .flip-card .flip-card-back h2 {
  color: #0C2043;
}

/*** JUSTICE page ***/
@media (min-width: 1200px) {
  .page-id-510 .flip-cards .flip-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 0px);
    flex: 0 0 calc(33.33% - 0px);
  }
}

/*-----------------------------------------
SLIDES
-----------------------------------------*/
.cycle-slider {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 8rem;
}
.cycle-slider .cycle-slider-pager-top-row {
  background: #EDFF6E;
}
.cycle-slider .cycle-slideshow {
  overflow: hidden;
}
.cycle-slider .cycle-slideshow .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slideshow .cycle-slide img {
  width: 100%;
}
.cycle-slider .cycle-slideshow .cycle-slide a {
  border-bottom: 1px solid;
  text-decoration: none;
}
.cycle-slider .cycle-slideshow .cycle-slide a.image-link {
  border-bottom: 0;
  display: block;
}
.cycle-slider .cycle-slideshow.home-slider .cycle-slide {
  text-align: center;
}
.cycle-slider .cycle-slideshow.home-slider .cycle-slide img {
  border-bottom-left-radius: 45px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 2rem;
}
@media (min-width: 981px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide img {
    height: 400px;
  }
}
@media (min-width: 1200px), (max-height: 500px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide img {
    height: 38vh;
  }
}
@media (min-width: 1500px), (max-height: 850px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide img {
    height: 48vh;
  }
}
@media (min-width: 1920px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide img {
    height: 500px;
  }
}
.cycle-slider .cycle-slideshow.home-slider .cycle-slide h2 {
  color: #0C2043;
}
.cycle-slider .cycle-slideshow.home-slider .cycle-slide h2 a {
  border-bottom: 0;
  color: #0C2043;
}
@media (max-width: 980px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide .button {
    padding: 10px 20px;
  }
}
.cycle-slider .cycle-slideshow.home-slider .cycle-slide a.yellow-button {
  border-bottom: 0;
}
.cycle-slider .cycle-slideshow.home-slider .cycle-slide .content-link {
  padding: 3rem 0;
}
@media (min-width: 769px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide .content-link h2 {
    display: inline-block;
    margin-right: 4rem;
    vertical-align: middle;
  }
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide .content-link .slide-button {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 430px) {
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide .content-link h2 {
    padding: 0 1.5rem;
  }
  .cycle-slider .cycle-slideshow.home-slider .cycle-slide .content-link h2 br {
    display: none;
  }
}
.cycle-slider .cycle-slider-pager a {
  text-decoration: none;
  color: #0C2043;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top {
  text-align: center;
  text-transform: uppercase;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top a {
  display: block;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-top a {
    display: inline-block;
  }
}
@media (min-width: 981px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-top a {
    padding: 6px 15px;
    width: 177px;
  }
}
@media (min-width: 1226px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-top a {
    width: 226px;
  }
}
@media (max-width: 768px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-top a {
    padding: 15px 5px;
  }
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-top a:hover span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top a span {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-top a span:after {
    content: "";
    background-image: url("../img/diagonal-up-arrow.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    margin-left: 0.6rem;
    vertical-align: middle;
    width: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top a img {
  display: none;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top a.cycle-pager-active {
  font-weight: bold;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top a.cycle-pager-active span {
  border-bottom: 1px solid #FF645F;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-top a:hover span {
  font-weight: bold;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a span, .cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a span {
  display: none;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a:after, .cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a:after {
  content: "●";
  font-size: 3rem;
  line-height: 1;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a img, .cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a img {
  display: none;
  width: 32px;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a.cycle-pager-active img, .cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a.cycle-pager-active img {
  display: inline-block;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a.cycle-pager-active:after, .cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a.cycle-pager-active:after {
  content: "";
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left {
  padding-top: 100px;
  margin-left: calc(20% + 10px);
}
@media (max-width: 980px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-left {
    display: none;
  }
}
@media (min-width: 1777.77px) {
  .cycle-slider .cycle-slider-pager.cycle-slider-pager-left {
    margin-left: calc((100vw - 1600px) / 2);
  }
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a {
  display: block;
  clear: both;
  margin: 5px 0;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-left a img {
  margin: 7px 0 0px -5px;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom {
  text-align: center;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a {
  display: inline-block;
  margin: 0 10px;
}
.cycle-slider .cycle-slider-pager.cycle-slider-pager-bottom a img {
  margin-bottom: -3px;
}

.home .cycle-slider {
  padding-bottom: 1em;
}
.home .cycle-slider .cycle-slider-pager-top a:hover span {
  border-bottom: 1px solid #FF645F;
}
.home .cycle-slider .cycle-prev,
.home .cycle-slider .cycle-next {
  position: absolute;
  background: red;
  height: 18px;
  width: 60px;
  top: 140px;
  margin: 0;
  background: url(../img/long-blue-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
}
@media (min-width: 769px) {
  .home .cycle-slider .cycle-prev,
  .home .cycle-slider .cycle-next {
    background-size: contain;
    height: 13px;
    top: 70px;
    width: 108px;
  }
}
@media (min-width: 981px) {
  .home .cycle-slider .cycle-prev,
  .home .cycle-slider .cycle-next {
    height: 21px;
    width: 177px;
  }
}
.home .cycle-slider .cycle-prev:hover,
.home .cycle-slider .cycle-next:hover {
  background-image: url(../img/long-arrow.svg);
}
.home .cycle-slider .cycle-prev {
  left: 20px;
}
@media (min-width: 981px) {
  .home .cycle-slider .cycle-prev {
    left: auto;
  }
}
.home .cycle-slider .cycle-next {
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 981px) {
  .home .cycle-slider .cycle-next {
    right: 30px;
  }
}

.data-slider > .row {
  padding: 0;
}
@media (min-width: 981px) {
  .data-slider {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .data-slider .data-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .data-slider .data-slider-content .data-column,
  .data-slider .data-slider-content .content-column {
    margin: auto;
  }
}
.data-slider .data-column {
  padding: 0;
}
@media (min-width: 769px) {
  .data-slider .data-column img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 45vh;
  }
}
@media (min-width: 1200px) {
  .data-slider .data-column img {
    height: 52vh;
  }
}
@media (min-width: 1920px) {
  .data-slider .data-column img {
    height: 530px;
  }
}
.data-slider .cycle-prev,
.data-slider .cycle-next {
  position: absolute;
  background: red;
  height: 13px;
  width: 108px;
  margin: auto;
  bottom: -20px;
  background: url(../img/long-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
}
@media (min-width: 981px) {
  .data-slider .cycle-prev,
  .data-slider .cycle-next {
    height: 21px;
    width: 177px;
  }
}
.data-slider .cycle-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.data-slider .cycle-next {
  right: 0;
}
@media (min-width: 981px) {
  .data-slider .cycle-prev {
    top: 0;
    bottom: 0;
    /*left: -100px;*/
  }
  .data-slider .cycle-next {
    top: 0;
    bottom: 0;
    /*right: -100px;*/
  }
}

/*-----------------------------------------
PARTNERS GRID
-----------------------------------------*/
.partners-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.partners-grid .partner-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
}
@media (min-width: 550px) {
  .partners-grid .partner-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 16px);
            flex: 0 0 calc(33.33% - 16px);
  }
}
@media (min-width: 769px) {
  .partners-grid .partner-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 16px);
            flex: 0 0 calc(25% - 16px);
  }
}
@media (min-width: 1200px) {
  .partners-grid .partner-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 16px);
            flex: 0 0 calc(20% - 16px);
  }
}
.partners-grid .partner-col .partner-logo {
  margin: auto;
}
.partners-grid .partner-col .partner-name {
  margin: auto;
}
.partners-grid .partner-col .partner-url {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
FIREBIRD FOUNDATION - Justice page
-----------------------------------------*/
@media (min-width: 981px) {
  .firebird-foundation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.firebird-foundation .col {
  border-radius: 20px;
  margin-bottom: 2.5rem;
  padding: 3rem;
}
@media (min-width: 981px) {
  .firebird-foundation .col {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 31.66%;
  }
}
.firebird-foundation .col.col-0 {
  background: #F99B86;
}
@media (min-width: 981px) {
  .firebird-foundation .col.col-0 {
    margin-top: 18rem;
  }
}
.firebird-foundation .col.col-1 {
  background: #FF8B87;
}
@media (min-width: 981px) {
  .firebird-foundation .col.col-1 {
    margin-top: 7.5rem;
  }
}
.firebird-foundation .col.col-2 {
  background: #FF645F;
}
.firebird-foundation .col .content {
  margin-top: auto;
}

/*-----------------------------------------
HEADINGS
-----------------------------------------*/
/*-----------------------------------------
FORMS
-----------------------------------------*/
.inline-form > div {
  display: inline-block;
}

/*-----------------------------------------
BUTTONS
-----------------------------------------*/
/*-----------------------------------------
PAGES
-----------------------------------------*/
/*-- HOME --*/
.home-heading-svg {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  width: 80%;
}
@media (min-width: 1600px) {
  .home-heading-svg {
    max-width: 500px;
    width: 100%;
  }
}

/*-- THEME pages --*/
/*** Violence & Abuse ***/
.page-id-338 .fl-builder-content {
  background-image: url("/wp-content/uploads/2025/02/Firebird_Blur_MintNavy-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*** Justice ***/
.page-id-504 .fl-builder-content {
  background-image: url("/wp-content/uploads/2025/02/Firebird_Sharp_CoralPowder-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*** Finance ***/
.page-id-510 .fl-builder-content {
  background-image: url("/wp-content/uploads/2025/02/Firebird_Sharp_PowderCreamLight-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*** Sport ***/
.page-id-330 .fl-builder-content {
  background-image: url("/wp-content/uploads/2025/02/Firebird_Sharp_PowderCreamLight-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-- APPROACH --*/
@media (min-width: 981px) {
  .collective-approach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
}
.collective-approach .col {
  background: #0C2043;
  border-radius: 10px;
  color: #B9C6E5;
  height: 150px;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem;
}
.collective-approach .col span {
  color: #FFFEF2;
  font-weight: bold;
}

/*-- CONTACT --*/
/*-----------------------------------------
MENUS
-----------------------------------------*/
.main-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.main-menu > li {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
  position: relative;
}
.main-menu > li a {
  color: #0C2043;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  padding: 12px 30px;
  text-decoration: none;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  border: 1px solid;
  border-radius: 30px;
}
.main-menu > li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40px;
  padding: 0;
  margin: 0;
  z-index: 99;
  text-align: left;
  list-style: none;
}
.main-menu > li .sub-menu li {
  margin: 0;
  padding: 0 13px 25px 13px;
  text-align: center;
}
.main-menu > li .sub-menu li a {
  margin: 0;
  padding: 0;
  display: inline;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.main-menu > li .sub-menu li:first-child {
  padding-top: 25px;
}
.main-menu > li:hover > a, .main-menu > li.current-menu-parent > a,
.main-menu > li .current-menu-item > a {
  background: #EDFF6E;
  border-color: #EDFF6E;
  font-weight: bold;
}
.main-menu > li.menu-item-has-children:hover {
  background: #EDFF6E;
}
.main-menu > li.menu-item-has-children:hover .sub-menu {
  overflow: hidden;
  display: block;
  background: #EDFF6E;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}
.main-menu > li.menu-item-has-children:hover .sub-menu li:hover a, .main-menu > li.menu-item-has-children:hover .sub-menu li.current-menu-item a {
  border-bottom: 1px solid #0C2043;
}

/** Finance page ***/
.page-id-510 .main-menu > li:not(.current-menu-parent):not(.current-menu-item) > a {
  color: #FFFEF2;
}
.page-id-510 .main-menu > li:not(.current-menu-parent):not(.current-menu-item):hover a {
  color: #0C2043;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu > li {
  margin: 0;
}

@media (min-width: 981px) {
  .footer-menu > li {
    display: block;
    clear: both;
  }
  .footer-menu > li > a {
    padding: 10px 10px 10px 0;
  }
}
/* SLICK NAV */
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 980px) {
  .js .main-menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .js body:not(.home) .slicknav_menu {
    opacity: 1 !important;
  }
  body.page-id-338 .slicknav_menu,
  body.page-id-504 .slicknav_menu {
    background: #F6F5E8;
  }
  body.page-id-510 .slicknav_menu {
    background: #0C2043;
  }
  body.page-id-330 .slicknav_menu,
  body.page-id-350 .slicknav_menu,
  body.page-id-519 .slicknav_menu,
  body.page-id-879 .slicknav_menu {
    background: #B9C6E5;
  }
}
.mobile-menu {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
}

.mobile-menu .slicknav_btn {
  margin-top: 15px;
}

.mobile-menu .slicknav_nav {
  padding-top: 50px;
}

.admin-bar .mobile-menu {
  top: 46px;
}

/*-----------------------------------------
FOOTER
-----------------------------------------*/
footer {
  background: #F6F5E8;
  font-size: 1.2rem;
}
@media (max-width: 980px) {
  footer {
    text-align: center;
  }
  footer .desktop-col {
    display: none;
  }
  footer > .row-1 {
    padding-bottom: 0;
  }
  footer > .row-2 {
    padding-top: 0;
  }
}
@media (min-width: 981px) {
  footer {
    height: 256px !important;
  }
  footer .mobile-col {
    display: none;
  }
}
footer a {
  color: #0C2043;
}
footer a:hover {
  color: #FF645F;
}
footer .logo img, footer .logo svg {
  width: auto;
  max-width: 200px;
}

/* Social Links */
.social-links {
  list-style-type: none !important;
  padding: 0 !important;
}

.social-links li {
  display: inline-block;
  margin-right: 10px;
}

.social-links li a {
  font-size: 30px;
}

/* Social Share */
.social-share-container {
  width: 100%;
  float: left;
}

.social-share-text {
  float: left;
  margin: 0.5em 0.6em 0.3em 0;
  font-weight: bold;
}

.social-share {
  float: left;
}

.social-share-text {
  color: #FF645F;
}

.jssocials-share-twitter .jssocials-share-link,
.jssocials-share-linkedin .jssocials-share-link {
  color: #ffffff;
}

.jssocials-share-linkedin .jssocials-share-link .jssocials-share-logo {
  margin-top: -2px;
}

.jssocials-share-label {
  display: none;
}

/* Cookie Bar Button Colour Fix for iPhone */
.cookie-bar-bar button#catapultCookie {
  background: #cccccc;
}

/* Make complianz 100% wide on page */
#cmplz-document {
  max-width: 100%;
}

/* BEAVER CLASSES */
@media (min-width: 981px) {
  .vertical-align-center .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vertical-align-center .fl-col-group .fl-col {
    margin-bottom: auto;
    margin-top: auto;
  }
}