/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* Transitions */
/* Fonts */
/* Other */
h1, h2, h3, h4, h5, h6 {
  color: #001C4A;
  font-weight: 600;
  overflow-wrap: break-word;
}

h1, .heading-h1 {
  font-size: 3rem;
  line-height: 1.14;
}
@media (min-width: 1024px) {
  h1, .heading-h1 {
    font-size: 4rem;
    line-height: 1.25;
  }
}

h2, .heading-h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h2, .heading-h2 {
    font-size: 3rem;
    line-height: 1.166;
  }
}

h3, .heading-h3 {
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h3, .heading-h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

h4, .heading-h4 {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  h4, .heading-h4 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

h5, .heading-h5 {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  h5, .heading-h5 {
    font-size: 1.5rem;
  }
}

h6, .heading-h6 {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  h6, .heading-h6 {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  p {
    font-size: 1.125rem;
    line-height: 1.77;
  }
}

.heading-20 {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-20 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.heading-40 {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  .heading-40 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.heading-56 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-56 {
    font-size: 3.5rem;
    line-height: 1.11;
  }
}

.heading-64 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-64 {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.heading-72 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .heading-72 {
    font-size: 3.5rem;
    line-height: 1.11;
  }
}

.introduction-text p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .introduction-text p {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}

.text-small {
  font-size: 1rem;
  line-height: 1.5;
}

.caption {
  font-size: 0.875rem;
  line-height: 1.14;
}

.title-meta-info {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  background-color: #EEF0FF;
}
@media (min-width: 1024px) {
  .title-meta-info {
    padding: 0 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.button-label {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .button-label {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.77;
}

.inner__wrapper {
  max-width: 1440px;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .inner__wrapper {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
}

@media (min-width: 1024px) {
  .inner__wysiwyg {
    max-width: 826px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.insulate-p {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .insulate-p {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.insulate-p-no {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .insulate-p-no {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.insulate-p-no-top {
  padding-top: 0;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .insulate-p-no-top {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}

.insulate-p-no-bottom {
  padding-top: 3.5rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .insulate-p-no-bottom {
    padding-top: 7.5rem;
    padding-bottom: 0;
  }
}

.increase-p--both.insulate-p {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 480px) {
  .increase-p--both.insulate-p {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 768px) {
  .increase-p--both.insulate-p {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .increase-p--both.insulate-p {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 1440px) {
  .increase-p--both.insulate-p {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }
}

.increase-p--bot.insulate-p, .increase-p--bot.insulate-p-no-top {
  padding-bottom: 3.5rem;
}
@media (min-width: 480px) {
  .increase-p--bot.insulate-p, .increase-p--bot.insulate-p-no-top {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 768px) {
  .increase-p--bot.insulate-p, .increase-p--bot.insulate-p-no-top {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .increase-p--bot.insulate-p, .increase-p--bot.insulate-p-no-top {
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 1440px) {
  .increase-p--bot.insulate-p, .increase-p--bot.insulate-p-no-top {
    padding-bottom: 14.5rem;
  }
}

.increase-p--top.insulate-p, .increase-p--top.insulate-p-no-bottom {
  padding-top: 3.5rem;
}
@media (min-width: 480px) {
  .increase-p--top.insulate-p, .increase-p--top.insulate-p-no-bottom {
    padding-top: 5.5rem;
  }
}
@media (min-width: 768px) {
  .increase-p--top.insulate-p, .increase-p--top.insulate-p-no-bottom {
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .increase-p--top.insulate-p, .increase-p--top.insulate-p-no-bottom {
    padding-top: 10.5rem;
  }
}
@media (min-width: 1440px) {
  .increase-p--top.insulate-p, .increase-p--top.insulate-p-no-bottom {
    padding-top: 14.5rem;
  }
}

.decor-border--top::before, .decor-border--both::before,
.decor-border--bottom::after, .decor-border--both::after {
  position: absolute;
  width: 100%;
  height: 1.6rem;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 9;
}

.decor-border--top::before, .decor-border--both::before {
  top: -1.5rem;
}
@media (min-width: 480px) {
  .decor-border--top::before, .decor-border--both::before {
    top: -2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .decor-border--top::before, .decor-border--both::before {
    top: -5rem;
    height: 5rem;
  }
}
@media (min-width: 1440px) {
  .decor-border--top::before, .decor-border--both::before {
    top: -7rem;
    height: 7rem;
  }
}
@media (min-width: 1536px) {
  .decor-border--top::before, .decor-border--both::before {
    height: 8rem;
  }
}
@media (min-width: 2200px) {
  .decor-border--top::before, .decor-border--both::before {
    height: 10rem;
  }
}

.decor-border--bottom::after, .decor-border--both::after {
  bottom: -1.5rem;
}
@media (min-width: 480px) {
  .decor-border--bottom::after, .decor-border--both::after {
    bottom: -2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .decor-border--bottom::after, .decor-border--both::after {
    bottom: -5rem;
    height: 5rem;
  }
}
@media (min-width: 1440px) {
  .decor-border--bottom::after, .decor-border--both::after {
    bottom: -7rem;
    height: 7rem;
  }
}
@media (min-width: 1536px) {
  .decor-border--bottom::after, .decor-border--both::after {
    height: 8rem;
  }
}

.sr__only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid--grid2 {
  margin: 0 -1%;
}
.grid--grid2 .card, .grid--grid2 .col {
  width: 48%;
  margin: 0 1% 32px;
}
@media (max-width: 768px) {
  .grid--grid2 .card, .grid--grid2 .col {
    width: 100%;
  }
}
.grid--grid3 {
  margin: 0 -1%;
}
.grid--grid3 .card, .grid--grid3 .col {
  width: 31.3333%;
  margin: 0 1% 32px;
}
@media (max-width: 768px) {
  .grid--grid3 .card, .grid--grid3 .col {
    width: 100%;
  }
}
.grid--grid4 {
  margin: 0 -1%;
}
.grid--grid4 .card, .grid--grid4 .col {
  width: 23%;
  margin: 0 1% 32px;
}
@media (max-width: 1024px) {
  .grid--grid4 .card, .grid--grid4 .col {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .grid--grid4 .card, .grid--grid4 .col {
    width: 100%;
    margin: 0 0 32px;
  }
}
.grid--grid4 .content-card__title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.grid--grid4 .content-card p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.grid--sidebar {
  justify-content: space-between;
}
.grid--sidebar .sidebar {
  width: 25%;
  word-break: break-word;
}
@media (max-width: 1023px) {
  .grid--sidebar .sidebar {
    width: 100%;
  }
}
.grid--sidebar .main-content {
  width: 70%;
}
@media (max-width: 1023px) {
  .grid--sidebar .main-content {
    width: 100%;
  }
}
.grid--reverse {
  flex-direction: row-reverse;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.print {
  visibility: hidden;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 20;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: auto;
  bottom: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 40px;
  width: 48px;
  height: 48px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #4B63E6;
  background-image: url("../img/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  z-index: 20;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: #DCE2FF;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #4B63E6;
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  text-rendering: auto;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F6F6F6;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

main, section, header, footer, aside {
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in;
  color: #0077CF;
  font-weight: 700;
  outline: none;
}
a:hover, a:focus, a:active {
  transition: all 0.3s ease-in;
  text-decoration: underline;
  color: #4B63E6;
}

ul {
  margin: 24px 0 40px 24px;
}
ul li {
  margin-bottom: 8px;
}

ol {
  margin: 24px 0 40px 24px;
}
ol li {
  margin-bottom: 8px;
}

img {
  width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-style: italic;
}

.pill, .button, .wpcf7-submit, #searchsubmit {
  position: relative;
  padding: 0.75rem 1.5rem;
  border: 2px solid #FFFFFF;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 600;
  color: #000000;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  .pill, .button, .wpcf7-submit, #searchsubmit {
    display: block;
  }
}
.pill:disabled, .button:disabled, .wpcf7-submit:disabled, #searchsubmit:disabled {
  background-color: #d1d7f9;
  border: 2px solid #d1d7f9;
  color: #888888;
}
.pill:disabled:hover, .pill:disabled:focus, .pill:disabled:active, .button:disabled:hover, .button:disabled:focus, .button:disabled:active, .wpcf7-submit:disabled:hover, .wpcf7-submit:disabled:focus, .wpcf7-submit:disabled:active, #searchsubmit:disabled:hover, #searchsubmit:disabled:focus, #searchsubmit:disabled:active {
  background-color: #d1d7f9;
  border: 2px solid #d1d7f9;
  color: #888888;
  cursor: not-allowed;
}
.pill:hover, .button:hover, .wpcf7-submit:hover, #searchsubmit:hover {
  border-color: #4B66FE;
  color: #FFFFFF;
  background-color: #4B66FE;
  text-decoration: none;
}
.pill--primary, .button--primary, .wpcf7-submit--primary, #searchsubmit--primary {
  border-color: #65FBD2;
  color: #000000;
  background-color: #65FBD2;
}
.pill--primary:hover, .button--primary:hover, .wpcf7-submit--primary:hover, #searchsubmit--primary:hover {
  border-color: #001C4A;
  color: #FFFFFF;
  background-color: #001C4A;
}
.pill--secondary, .button--secondary, .wpcf7-submit--secondary, #searchsubmit--secondary {
  border-color: #162BA2;
  color: #FFFFFF;
  background-color: #162BA2;
}
.pill--secondary:hover, .button--secondary:hover, .wpcf7-submit--secondary:hover, #searchsubmit--secondary:hover {
  border-color: #4B66FE;
  color: #FFFFFF;
  background-color: #4B66FE;
}
.pill--accent, .button--accent, .wpcf7-submit--accent, #searchsubmit--accent {
  border-color: #F99A01;
  color: #000000;
  background-color: #F99A01;
}
.pill--accent:hover, .button--accent:hover, .wpcf7-submit--accent:hover, #searchsubmit--accent:hover {
  border-color: #001C4A;
  color: #FFFFFF;
  background-color: #001C4A;
}
.pill--secondary-hover-dark:hover, .button--secondary-hover-dark:hover, .wpcf7-submit--secondary-hover-dark:hover, #searchsubmit--secondary-hover-dark:hover {
  border-color: #65FBD2;
  color: #001C4A;
  background-color: #65FBD2;
}
.pill--outline, .button--outline, .wpcf7-submit--outline, #searchsubmit--outline {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
}
.pill--outline.button--icon--download:after, .button--outline.button--icon--download:after, .wpcf7-submit--outline.button--icon--download:after, #searchsubmit--outline.button--icon--download:after {
  background-image: url("../img/icon-download-black.svg");
}
.pill--outline:hover, .pill--outline:focus, .pill--outline:active, .button--outline:hover, .button--outline:focus, .button--outline:active, .wpcf7-submit--outline:hover, .wpcf7-submit--outline:focus, .wpcf7-submit--outline:active, #searchsubmit--outline:hover, #searchsubmit--outline:focus, #searchsubmit--outline:active {
  background: #FFFFFF;
  color: #4B63E6;
}
.pill--outline-dark, .button--outline-dark, .wpcf7-submit--outline-dark, #searchsubmit--outline-dark {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.pill--outline-dark:hover, .pill--outline-dark:focus, .pill--outline-dark:active, .button--outline-dark:hover, .button--outline-dark:focus, .button--outline-dark:active, .wpcf7-submit--outline-dark:hover, .wpcf7-submit--outline-dark:focus, .wpcf7-submit--outline-dark:active, #searchsubmit--outline-dark:hover, #searchsubmit--outline-dark:focus, #searchsubmit--outline-dark:active {
  background-color: transparent;
  border-color: #758AFE;
  color: #758AFE;
}
.pill--small, .button--small, .wpcf7-submit--small, #searchsubmit--small {
  height: 40px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.pill--large, .button--large, .wpcf7-submit--large, #searchsubmit--large {
  height: 57px;
  padding: 1rem 2rem;
}
.pill.prev, .button.prev, .wpcf7-submit.prev, #searchsubmit.prev {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
}
.pill.prev:hover, .pill.prev:focus, .pill.prev:active, .button.prev:hover, .button.prev:focus, .button.prev:active, .wpcf7-submit.prev:hover, .wpcf7-submit.prev:focus, .wpcf7-submit.prev:active, #searchsubmit.prev:hover, #searchsubmit.prev:focus, #searchsubmit.prev:active {
  background: #FFFFFF;
  color: #4B63E6;
}
.pill--icon, .pill.submit, .pill.next, .button--icon, .button.submit, .button.next, .wpcf7-submit--icon, .wpcf7-submit.submit, .wpcf7-submit.next, #searchsubmit--icon, #searchsubmit.submit, #searchsubmit.next {
  padding-right: 56px;
  position: relative;
}
.pill--icon:after, .pill.submit:after, .pill.next:after, .button--icon:after, .button.submit:after, .button.next:after, .wpcf7-submit--icon:after, .wpcf7-submit.submit:after, .wpcf7-submit.next:after, #searchsubmit--icon:after, #searchsubmit.submit:after, #searchsubmit.next:after {
  content: "";
  background-image: url("../img/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.pill--icon:hover:after, .pill--icon:focus:after, .pill--icon:active:after, .pill.submit:hover:after, .pill.submit:focus:after, .pill.submit:active:after, .pill.next:hover:after, .pill.next:focus:after, .pill.next:active:after, .button--icon:hover:after, .button--icon:focus:after, .button--icon:active:after, .button.submit:hover:after, .button.submit:focus:after, .button.submit:active:after, .button.next:hover:after, .button.next:focus:after, .button.next:active:after, .wpcf7-submit--icon:hover:after, .wpcf7-submit--icon:focus:after, .wpcf7-submit--icon:active:after, .wpcf7-submit.submit:hover:after, .wpcf7-submit.submit:focus:after, .wpcf7-submit.submit:active:after, .wpcf7-submit.next:hover:after, .wpcf7-submit.next:focus:after, .wpcf7-submit.next:active:after, #searchsubmit--icon:hover:after, #searchsubmit--icon:focus:after, #searchsubmit--icon:active:after, #searchsubmit.submit:hover:after, #searchsubmit.submit:focus:after, #searchsubmit.submit:active:after, #searchsubmit.next:hover:after, #searchsubmit.next:focus:after, #searchsubmit.next:active:after {
  right: 12px;
  background-image: url("../img/arrow-right-white.svg");
}
.pill--icon--dark:after, .pill.submit--dark:after, .pill.next--dark:after, .button--icon--dark:after, .button.submit--dark:after, .button.next--dark:after, .wpcf7-submit--icon--dark:after, .wpcf7-submit.submit--dark:after, .wpcf7-submit.next--dark:after, #searchsubmit--icon--dark:after, #searchsubmit.submit--dark:after, #searchsubmit.next--dark:after {
  background-image: url("../img/arrow-right-black.svg");
}
.pill--icon--download:after, .pill.submit--download:after, .pill.next--download:after, .button--icon--download:after, .button.submit--download:after, .button.next--download:after, .wpcf7-submit--icon--download:after, .wpcf7-submit.submit--download:after, .wpcf7-submit.next--download:after, #searchsubmit--icon--download:after, #searchsubmit.submit--download:after, #searchsubmit.next--download:after {
  background-image: url("../img/icon-download-white.svg");
}
.pill--icon--download:hover:after, .pill--icon--download:focus:after, .pill--icon--download:active:after, .pill.submit--download:hover:after, .pill.submit--download:focus:after, .pill.submit--download:active:after, .pill.next--download:hover:after, .pill.next--download:focus:after, .pill.next--download:active:after, .button--icon--download:hover:after, .button--icon--download:focus:after, .button--icon--download:active:after, .button.submit--download:hover:after, .button.submit--download:focus:after, .button.submit--download:active:after, .button.next--download:hover:after, .button.next--download:focus:after, .button.next--download:active:after, .wpcf7-submit--icon--download:hover:after, .wpcf7-submit--icon--download:focus:after, .wpcf7-submit--icon--download:active:after, .wpcf7-submit.submit--download:hover:after, .wpcf7-submit.submit--download:focus:after, .wpcf7-submit.submit--download:active:after, .wpcf7-submit.next--download:hover:after, .wpcf7-submit.next--download:focus:after, .wpcf7-submit.next--download:active:after, #searchsubmit--icon--download:hover:after, #searchsubmit--icon--download:focus:after, #searchsubmit--icon--download:active:after, #searchsubmit.submit--download:hover:after, #searchsubmit.submit--download:focus:after, #searchsubmit.submit--download:active:after, #searchsubmit.next--download:hover:after, #searchsubmit.next--download:focus:after, #searchsubmit.next--download:active:after {
  right: 16px;
  background-image: url("../img/icon-download-brand.svg");
}
.pill--icon--arrow-down:after, .pill.submit--arrow-down:after, .pill.next--arrow-down:after, .button--icon--arrow-down:after, .button.submit--arrow-down:after, .button.next--arrow-down:after, .wpcf7-submit--icon--arrow-down:after, .wpcf7-submit.submit--arrow-down:after, .wpcf7-submit.next--arrow-down:after, #searchsubmit--icon--arrow-down:after, #searchsubmit.submit--arrow-down:after, #searchsubmit.next--arrow-down:after {
  transform: rotate(90deg);
}
.pill--icon--arrow-down:hover:after, .pill--icon--arrow-down:focus:after, .pill--icon--arrow-down:active:after, .pill.submit--arrow-down:hover:after, .pill.submit--arrow-down:focus:after, .pill.submit--arrow-down:active:after, .pill.next--arrow-down:hover:after, .pill.next--arrow-down:focus:after, .pill.next--arrow-down:active:after, .button--icon--arrow-down:hover:after, .button--icon--arrow-down:focus:after, .button--icon--arrow-down:active:after, .button.submit--arrow-down:hover:after, .button.submit--arrow-down:focus:after, .button.submit--arrow-down:active:after, .button.next--arrow-down:hover:after, .button.next--arrow-down:focus:after, .button.next--arrow-down:active:after, .wpcf7-submit--icon--arrow-down:hover:after, .wpcf7-submit--icon--arrow-down:focus:after, .wpcf7-submit--icon--arrow-down:active:after, .wpcf7-submit.submit--arrow-down:hover:after, .wpcf7-submit.submit--arrow-down:focus:after, .wpcf7-submit.submit--arrow-down:active:after, .wpcf7-submit.next--arrow-down:hover:after, .wpcf7-submit.next--arrow-down:focus:after, .wpcf7-submit.next--arrow-down:active:after, #searchsubmit--icon--arrow-down:hover:after, #searchsubmit--icon--arrow-down:focus:after, #searchsubmit--icon--arrow-down:active:after, #searchsubmit.submit--arrow-down:hover:after, #searchsubmit.submit--arrow-down:focus:after, #searchsubmit.submit--arrow-down:active:after, #searchsubmit.next--arrow-down:hover:after, #searchsubmit.next--arrow-down:focus:after, #searchsubmit.next--arrow-down:active:after {
  right: 16px;
  transform: rotate(90deg);
}
.pill--icon--user:after, .pill.submit--user:after, .pill.next--user:after, .button--icon--user:after, .button.submit--user:after, .button.next--user:after, .wpcf7-submit--icon--user:after, .wpcf7-submit.submit--user:after, .wpcf7-submit.next--user:after, #searchsubmit--icon--user:after, #searchsubmit.submit--user:after, #searchsubmit.next--user:after {
  background-image: url("../img/icon-user-white.svg");
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.pill--icon--user:hover:after, .pill--icon--user:focus:after, .pill--icon--user:active:after, .pill.submit--user:hover:after, .pill.submit--user:focus:after, .pill.submit--user:active:after, .pill.next--user:hover:after, .pill.next--user:focus:after, .pill.next--user:active:after, .button--icon--user:hover:after, .button--icon--user:focus:after, .button--icon--user:active:after, .button.submit--user:hover:after, .button.submit--user:focus:after, .button.submit--user:active:after, .button.next--user:hover:after, .button.next--user:focus:after, .button.next--user:active:after, .wpcf7-submit--icon--user:hover:after, .wpcf7-submit--icon--user:focus:after, .wpcf7-submit--icon--user:active:after, .wpcf7-submit.submit--user:hover:after, .wpcf7-submit.submit--user:focus:after, .wpcf7-submit.submit--user:active:after, .wpcf7-submit.next--user:hover:after, .wpcf7-submit.next--user:focus:after, .wpcf7-submit.next--user:active:after, #searchsubmit--icon--user:hover:after, #searchsubmit--icon--user:focus:after, #searchsubmit--icon--user:active:after, #searchsubmit.submit--user:hover:after, #searchsubmit.submit--user:focus:after, #searchsubmit.submit--user:active:after, #searchsubmit.next--user:hover:after, #searchsubmit.next--user:focus:after, #searchsubmit.next--user:active:after {
  right: 16px;
  background-image: url("../img/icon-user-brand.svg");
}
.pill--icon--plus:after, .pill.submit--plus:after, .pill.next--plus:after, .button--icon--plus:after, .button.submit--plus:after, .button.next--plus:after, .wpcf7-submit--icon--plus:after, .wpcf7-submit.submit--plus:after, .wpcf7-submit.next--plus:after, #searchsubmit--icon--plus:after, #searchsubmit.submit--plus:after, #searchsubmit.next--plus:after {
  background-image: url("../img/icon-plus-white.svg");
}
.pill--icon--plus:hover:after, .pill--icon--plus:focus:after, .pill--icon--plus:active:after, .pill.submit--plus:hover:after, .pill.submit--plus:focus:after, .pill.submit--plus:active:after, .pill.next--plus:hover:after, .pill.next--plus:focus:after, .pill.next--plus:active:after, .button--icon--plus:hover:after, .button--icon--plus:focus:after, .button--icon--plus:active:after, .button.submit--plus:hover:after, .button.submit--plus:focus:after, .button.submit--plus:active:after, .button.next--plus:hover:after, .button.next--plus:focus:after, .button.next--plus:active:after, .wpcf7-submit--icon--plus:hover:after, .wpcf7-submit--icon--plus:focus:after, .wpcf7-submit--icon--plus:active:after, .wpcf7-submit.submit--plus:hover:after, .wpcf7-submit.submit--plus:focus:after, .wpcf7-submit.submit--plus:active:after, .wpcf7-submit.next--plus:hover:after, .wpcf7-submit.next--plus:focus:after, .wpcf7-submit.next--plus:active:after, #searchsubmit--icon--plus:hover:after, #searchsubmit--icon--plus:focus:after, #searchsubmit--icon--plus:active:after, #searchsubmit.submit--plus:hover:after, #searchsubmit.submit--plus:focus:after, #searchsubmit.submit--plus:active:after, #searchsubmit.next--plus:hover:after, #searchsubmit.next--plus:focus:after, #searchsubmit.next--plus:active:after {
  right: 16px;
  background-image: url("../img/icon-plus-brand.svg");
}
.pill--hub, .button--hub, .wpcf7-submit--hub, #searchsubmit--hub {
  display: flex;
  white-space: nowrap;
  padding: 6px 16px;
}
.pill--hub span, .button--hub span, .wpcf7-submit--hub span, #searchsubmit--hub span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-right: 16px;
  padding-right: 8px;
}
.pill--hub span:after, .button--hub span:after, .wpcf7-submit--hub span:after, #searchsubmit--hub span:after {
  content: "";
  background-image: url("../img/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
  width: 14px;
  position: absolute;
  right: -16px;
  top: 8px;
  transition: all 0.3s ease-in;
  transform: rotate(90deg);
}
.pill--hub .avatar, .button--hub .avatar, .wpcf7-submit--hub .avatar, #searchsubmit--hub .avatar {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 0 0 16px;
}
.pill--hub:hover span:after, .pill--hub:focus span:after, .pill--hub:active span:after, .button--hub:hover span:after, .button--hub:focus span:after, .button--hub:active span:after, .wpcf7-submit--hub:hover span:after, .wpcf7-submit--hub:focus span:after, .wpcf7-submit--hub:active span:after, #searchsubmit--hub:hover span:after, #searchsubmit--hub:focus span:after, #searchsubmit--hub:active span:after {
  background-image: url("../img/arrow-right-brand.svg");
}

.facetwp-load-more {
  padding: 14px 24px;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  transition: all 0.3s ease-in;
  cursor: pointer;
  outline: 0;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
}
.facetwp-load-more:hover, .facetwp-load-more:focus, .facetwp-load-more:active {
  background-color: transparent;
  color: #4B63E6;
  text-decoration: none;
}

.button-print {
  background-image: url("../img/icon-print-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 56px;
  width: 56px;
}
.button-print:hover, .button-print:focus, .button-print:active {
  background-image: url("../img/icon-print-brand.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.button-share {
  background-image: url("../img/icon-share-white.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 60px;
}
.button-share:hover, .button-share:focus, .button-share:active {
  background-image: url("../img/icon-share-brand.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.button-extlink {
  background-image: url("../img/icon-extlink-white.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 60px;
}
.button-extlink:hover, .button-extlink:focus, .button-extlink:active {
  background-image: url("../img/icon-extlink-brand.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.button-extlink-dark {
  background-image: url("../img/icon-extlink-black.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 60px;
}
.button-extlink-dark:hover, .button-extlink-dark:focus, .button-extlink-dark:active {
  background-image: url("../img/icon-extlink-brand.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.buttons-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.buttons-bottom:empty {
  display: none;
}
.buttons-bottom .buttons-bottom__button {
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .buttons-bottom .buttons-bottom__button {
    width: auto;
  }
}
.buttons-bottom .buttons-bottom__button:first-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 480px) {
  .buttons-bottom .buttons-bottom__button:first-child {
    margin-right: 1.5rem;
  }
}
.buttons-bottom .buttons-bottom__button a, .buttons-bottom .buttons-bottom__button button {
  width: 100%;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 480px) {
  .buttons-bottom .buttons-bottom__button a, .buttons-bottom .buttons-bottom__button button {
    width: auto;
  }
}
.buttons-bottom .buttons-bottom__button a:hover, .buttons-bottom .buttons-bottom__button button:hover {
  color: #4B66FE;
}

.wysiwyg_editor .pill--primary:hover {
  background-color: #001C4A;
  border-color: #001C4A;
}
.wysiwyg_editor .pill--secondary:hover {
  background-color: #4B66FE;
  border-color: #4B66FE;
}

form__row, form .field, .form__row, .form .field {
  display: block;
  margin-bottom: 24px;
  border: 0;
  padding: 0;
}
form__row br, form .field br, .form__row br, .form .field br {
  display: none;
}
form fieldset, .form fieldset {
  display: flex;
  justify-content: space-between;
}
form__col, .form__col {
  width: 49%;
}
form a, .form a {
  color: #0077CF;
}
form label, .form label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
form input, form textarea, form select,
form .acf-field input[type=text],
form .acf-field input[type=number],
form .acf-field input[type=email], .form input, .form textarea, .form select,
.form .acf-field input[type=text],
.form .acf-field input[type=number],
.form .acf-field input[type=email] {
  width: 100%;
  padding: 13px 20px;
  border-radius: 8px;
  border: 3px solid #BAC4FF;
  background-color: #F6F7FF;
  outline: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  form input, form textarea, form select,
  form .acf-field input[type=text],
  form .acf-field input[type=number],
  form .acf-field input[type=email], .form input, .form textarea, .form select,
  .form .acf-field input[type=text],
  .form .acf-field input[type=number],
  .form .acf-field input[type=email] {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
form input::-ms-expand, form textarea::-ms-expand, form select::-ms-expand,
form .acf-field input[type=text]::-ms-expand,
form .acf-field input[type=number]::-ms-expand,
form .acf-field input[type=email]::-ms-expand, .form input::-ms-expand, .form textarea::-ms-expand, .form select::-ms-expand,
.form .acf-field input[type=text]::-ms-expand,
.form .acf-field input[type=number]::-ms-expand,
.form .acf-field input[type=email]::-ms-expand {
  display: none;
}
form input:focus, form textarea:focus, form select:focus,
form .acf-field input[type=text]:focus,
form .acf-field input[type=number]:focus,
form .acf-field input[type=email]:focus, .form input:focus, .form textarea:focus, .form select:focus,
.form .acf-field input[type=text]:focus,
.form .acf-field input[type=number]:focus,
.form .acf-field input[type=email]:focus {
  border-color: #0093FF;
}
form input[type=checkbox], form input[type=radio], .form input[type=checkbox], .form input[type=radio] {
  width: auto;
  flex-shrink: 0;
}
form textarea, .form textarea {
  min-height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select select::-ms-expand {
  display: none;
}

.select-selected {
  background-color: #F6F7FF;
  border: 3px solid #BAC4FF;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .select-selected {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow-right-brand.svg");
  background-repeat: no-repeat;
  top: 24px;
  right: 24px;
  height: 16px;
  width: 16px;
  transform: rotate(90deg);
  background-size: contain;
  display: block;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(270deg);
  top: 16px;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #000000;
  padding: 8px 16px;
  border: 3px solid #BAC4FF;
  cursor: pointer;
}

.select-selected {
  color: #000000;
  padding: 13px 20px;
  border: 3px solid #BAC4FF;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #FFFFFF;
  border: 3px solid #BAC4FF;
  border-top: 0;
  font-size: 1rem;
  max-height: 275px;
  overflow-y: auto;
  z-index: 99;
}
.select-items div {
  border: 0;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #DCE2FF;
}

span.wpcf7-list-item {
  margin: 0;
}

.parsley-errors-list {
  color: #C60000;
  margin: 16px 0 0 16px;
  padding: 0;
}
.parsley-errors-list li {
  font-size: 0.825rem;
  line-height: 1.125rem;
  font-weight: 700;
}

.controls {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .controls {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .controls .button {
    margin-bottom: 0.5rem;
  }
}

.form-wrapper {
  padding: 1.5rem;
  margin-bottom: 48px;
  background: #FFFFFF;
  border: 3px solid #EDF0FF;
  border-radius: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (min-width: 480px) {
  .form-wrapper {
    padding: 3rem;
  }
}
@media (min-width: 1440px) {
  .form-wrapper {
    padding: 4rem;
  }
}
.form-wrapper .button {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .button {
    width: 100% !important;
  }
}

.step p {
  margin-bottom: 48px !important;
}

.acf-field-radio.columns ul {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .acf-field-radio.columns ul {
    column-count: 1;
  }
}

.columns .field {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .columns .field {
    column-count: 1;
  }
}

.columns-flex .field {
  display: flex;
}
.columns-flex .check-inline {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .columns-flex .check-inline {
    width: 100%;
  }
}

.wpcf7-response-output {
  background-color: #E5FCF1;
  border-color: #E5FCF1 !important;
  text-align: left;
  color: #444444;
  font-weight: 700;
  margin: 0 !important;
  background-image: url("../img/icon-check-green.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding: 8px 32px 8px 48px !important;
}

.invalid .wpcf7-response-output {
  background-color: #FFF4E5;
  border-color: #FFF4E5 !important;
  color: #444444;
  background-image: url("../img/icon-warning.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
}

.wpcf7-not-valid-tip {
  color: #C60000;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 8px;
  padding-left: 24px;
  background-image: url("../img/icon-error.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.flatpickr-alt, .facetwp-facet input.facetwp-location {
  width: 100%;
  height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 3px solid #BAC4FF;
  outline: 0;
  background-color: #F6F7FF;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flatpickr-alt, .facetwp-facet input.facetwp-location {
    padding: 13px;
  }
}
.flatpickr-alt:focus, .facetwp-facet input.facetwp-location:focus {
  border: 2px solid #0093FF;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-icon:before {
  background-position: center center !important;
  width: 100% !important;
}

.facetwp-facet-search .facetwp-icon:before {
  margin-left: 0 !important;
}

.facetwp-radius {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20%;
  padding: 10px 20px;
  border-radius: 0.5rem;
  border: 2px solid #BAC4FF;
  background-image: url("../img/arrow-down-black.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-left: 8px;
  outline: 0;
}
.facetwp-radius::-ms-expand {
  display: none;
}
.facetwp-radius:focus {
  border: 2px solid #0093FF;
}

.facetwp-facet-search .facetwp-search {
  min-width: auto;
  width: 100%;
  height: 56px;
  border: 3px solid #BAC4FF;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #F6F7FF;
}

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  width: 100% !important;
}
.fs-dropdown .fs-search {
  background: #F6F6F6;
  padding: 16px;
  position: relative;
}
.fs-dropdown .fs-search input {
  padding: 16px;
  border: 2px solid #000000 !important;
  padding-right: 60px;
}
.fs-dropdown .fs-search:after {
  background-image: url("../img/icon-search-white.svg");
  background-repeat: no-repeat;
  margin-left: 12px;
}

.fs-wrap, .fs-label-wrap {
  width: 100%;
  position: relative;
}

.facetwp-input-wrap {
  width: 100%;
}

.fs-wrap {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}

.facetwp-facet {
  margin-bottom: 0;
}

.facetwp-type-fselect .fs-label-wrap {
  width: 100%;
  position: relative;
}

.fs-label-wrap {
  border: 3px solid #BAC4FF !important;
}

.fs-arrow {
  display: block;
  border: 0 !important;
}

.fs-dropdown {
  width: 100%;
  margin-top: 0;
  border: 0;
}

.fs-option, .fs-search, .fs-optgroup-label {
  padding: 0.5rem;
}

.fs-option {
  font-weight: 700;
}
.fs-option:hover {
  background: #DCE2FF;
}

.facetwp-type-fselect label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-label-wrap {
  width: 100%;
  position: relative;
}
.facetwp-type-fselect .fs-open .fs-arrow {
  transform: rotate(180deg);
}
.facetwp-type-fselect .fs-label-wrap {
  padding: 0.35rem 2.5rem 0.35rem 1rem;
  border: 3px solid #BAC4FF;
  border-radius: 0.5rem;
  background-color: #F6F7FF;
}
.facetwp-type-fselect .fs-arrow {
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border: 0;
  background: url("../img/icon--24--chevron-d--blue.svg") no-repeat center/1rem;
}
@media (min-width: 1024px) {
  .facetwp-type-fselect .fs-arrow {
    right: 1.125rem;
    background-size: 1.5rem;
  }
}
.facetwp-type-fselect .fs-dropdown {
  width: 100%;
  margin-top: 0;
  border: 0;
}
.facetwp-type-fselect .fs-option, .facetwp-type-fselect .fs-search, .facetwp-type-fselect .fs-optgroup-label {
  padding: 16px;
}
.facetwp-type-fselect .fs-option {
  font-weight: 700;
}
.facetwp-type-fselect .fs-option:hover {
  background: #DCE2FF;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option {
  padding-left: 3rem;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option .fs-checkbox i {
  width: 2rem;
  height: 2rem;
  border: 3px solid #BAC4FF;
  border-radius: 0.5rem;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-size: 20px;
  background-image: url("../img/icon-check-brand.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #BAC4FF;
  background-color: #FFFFFF;
}
.facetwp-type-fselect .fs-options {
  padding: 0.5rem 1rem;
  border: 3px solid #BAC4FF;
  border-radius: 0.5rem;
  background-color: #F6F7FF;
}
.facetwp-type-fselect .fs-option-label {
  font-weight: 600;
}
.facetwp-type-fselect .fs-search {
  position: relative;
  background: #F6F6F6;
  padding: 16px;
  display: none;
}
.facetwp-type-fselect .fs-search input {
  padding: 16px;
  border: 2px solid #000000 !important;
  padding-right: 60px;
}
.facetwp-type-fselect .fs-search:after {
  content: "";
  background-image: url("../img/icon-search-brand.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  right: 32px;
  top: 32px;
}
.facetwp-type-fselect .facetwp-facet input.facetwp-search {
  min-width: auto;
  width: 100%;
  border: 2px solid #000000;
  padding: 15px 8px;
  padding-right: 60px;
  outline: 0;
}
.facetwp-type-fselect .facetwp-input-wrap {
  width: 100%;
}
.facetwp-type-fselect .facetwp-facet {
  margin-bottom: 0;
}
.facetwp-type-fselect .facetwp-facet.not-active {
  margin-top: 2rem;
}
.facetwp-type-fselect .facetwp-icon {
  opacity: 1;
  right: 2px;
  top: 2px;
  background-color: #4B63E6;
  width: 54px;
  height: 54px;
}
.facetwp-type-fselect .facetwp-icon:before {
  background-image: url("../img/icon-search-white.svg");
  background-repeat: no-repeat;
  margin-left: 12px;
}

.facetwp-facet input.facetwp-search {
  outline: 0;
}
.facetwp-facet input.facetwp-search:focus {
  background-color: #DCE2FF;
}

.fs-label-wrap .fs-label {
  color: #1E1B43;
  background-color: #F6F7FF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fs-label-wrap .fs-label {
    text-align: left;
  }
}

.facetwp-facet-showing {
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 500;
}

.facetwp-facet-date input {
  width: 100%;
  height: 48px;
  padding: 0.75rem 1.5rem;
  border: 3px solid #BAC4FF !important;
  border-radius: 0.5rem;
  background-color: #F6F7FF;
  outline: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #001C4A;
}
@media (min-width: 1024px) {
  .facetwp-facet-date input {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .facetwp-facet-date input {
    padding: 13px 8px;
  }
}
.facetwp-facet-date input:focus {
  outline: 2px solid #0093FF;
}

.facetwp-sort-select, .facetwp-type-dropdown, .facetwp-sort {
  position: relative;
}
.facetwp-sort-select select, .facetwp-type-dropdown select, .facetwp-sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  padding: 2px 32px 2px 8px;
  border: 2px solid #BAC4FF;
  font-weight: bold;
  outline: 0;
}
.facetwp-sort-select select::-ms-expand, .facetwp-type-dropdown select::-ms-expand, .facetwp-sort select::-ms-expand {
  display: none;
}
.facetwp-sort-select select:focus, .facetwp-type-dropdown select:focus, .facetwp-sort select:focus {
  border: 2px solid #0093FF;
}
.facetwp-sort-select:after, .facetwp-type-dropdown:after, .facetwp-sort:after {
  content: "";
  background-image: url("../img/arrow-right-brand.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  height: 12px;
  width: 12px;
  background-size: contain;
  transform: rotate(90deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 2px solid #0093FF;
}

.facetwp-type-fselect.selected .fs-wrap .fs-label {
  color: #000000;
}
.facetwp-type-fselect .fs-wrap:focus {
  outline: 2px solid #0093FF;
}

.search-form .search-form__submit {
  border-radius: 0.25rem;
}

a.skip-main {
  top: -100px;
  background: #4B63E6;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 8px;
  overflow: hidden;
  z-index: 500;
  color: #FFFFFF;
  text-align: center;
}

a.skip-main:focus, a.skip-main:active {
  top: 0;
}

.site-container {
  overflow: hidden;
}

.center {
  text-align: center;
}

.padding {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .padding {
    padding: 40px 0;
  }
}
.padding--header {
  padding-top: 216px;
}
@media only screen and (max-width: 1150px) {
  .padding--header {
    padding-top: 0;
  }
}

.ie-flex-fix {
  display: block;
  width: 100%;
}

.padding-top {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .padding-top {
    padding-top: 40px;
  }
}

.padding-top-less {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .padding-bottom {
    padding-bottom: 40px;
  }
}

.showable {
  display: none;
}
.showable.active {
  display: block;
}

.move-up {
  margin-top: -124px;
  position: relative;
  z-index: 25;
}
.move-up--small {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .move-up {
    margin-top: 0;
  }
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 32px 0;
}

.thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.browserupgrade {
  background: #000000;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 0;
}

/* Style the buttons that are used to open and close the accordion panel */
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.favourite-button {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  z-index: 4;
  right: 24px;
  background: url("../img/heart-white.svg") no-repeat center/1.5rem;
  transition: all 0.3s ease-in;
}
.favourite-button:hover, .favourite-button.active, .favourite-button:focus, .favourite-button.is-favourite, .favourite-button:focus {
  background: url("../img/icon-heart-yellow.svg") no-repeat center/1.5rem;
  cursor: pointer;
}

.breadcrumb {
  font-size: 0.875rem;
  font-weight: normal;
}
.breadcrumb a {
  color: #758AFE;
}

.secondary-background {
  background: #DCE2FF;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 0;
  font-size: 0.825rem;
  line-height: 1.125rem;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
}

ul.tabs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul.tabs li {
  display: inline-block;
  margin-bottom: 0;
}
ul.tabs a {
  background: none;
  color: #222222;
  font-weight: 700;
  padding: 24px 48px;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  ul.tabs a {
    padding: 16px;
    font-size: 0.875rem;
  }
}
ul.tabs .current a {
  color: #4B66FE;
  text-decoration: underline;
}

.success-message,
.acf-notice.-success {
  border-color: #E5FCF1 !important;
  text-align: left;
  color: #444444;
  font-weight: 700;
  margin: 0;
  background: #E5FCF1 url("../img/icon-check-green.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left 16px center !important;
  padding: 8px 32px 8px 48px;
}

.acf-notice.-success {
  margin-bottom: 8px !important;
}

.error-message {
  background-color: #FFEDED;
  border-color: #FFEDED;
  text-align: left;
  color: #444444;
  font-weight: 700;
  margin: 0;
  background-image: url("../img/icon-error.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding: 8px 32px 8px 48px;
}

.warning-message {
  background-color: #FFF4E5;
  border-color: #FFF4E5;
  text-align: left;
  color: #444444;
  font-weight: 700;
  margin: 0;
  background-image: url("../img/icon-warning.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding: 8px 32px 8px 48px;
}

.info-message {
  background-color: #EBF9FF;
  border-color: #EBF9FF;
  text-align: left;
  color: #444444;
  font-weight: 700;
  margin: 0;
  background-image: url("../img/icon-info.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding: 8px 32px 8px 48px;
}

.form-errors {
  margin-bottom: 24px;
  list-style: none;
}
.form-errors li:first-child {
  margin-top: 8px;
}

.wrapper {
  max-width: 1312px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .wrapper {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    max-width: 924px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: auto;
  }
}

.wrapper-wide {
  max-width: 1312px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .wrapper-wide {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper-wide {
    max-width: 924px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-wide {
    max-width: auto;
    width: 100%;
  }
}

.wrapper-half {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .wrapper-half {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-half {
    width: 100%;
  }
}

.grecaptcha-badge {
  z-index: 99999;
}

.share-btn-container {
  top: 90px;
  right: 0;
  left: 0;
  position: absolute;
  width: 220px;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  display: none;
  justify-content: center;
  background-color: #060D31;
  z-index: 1;
}
.share-btn-container::before {
  top: -8px;
  position: absolute;
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #060D31;
  content: "";
  z-index: -1;
  transform: rotate(45deg);
}
.share-btn-container li {
  margin-bottom: 0;
}
.share-btn-container.active {
  display: flex;
}

.pill-tags {
  padding: 0 0.5rem;
  margin-right: 0.25rem;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  background-color: #F6F7FF;
}
.pill-tags::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  display: block;
  background-color: #4B66FE;
  flex-shrink: 0;
}

.splide .splide__arrow {
  top: unset;
  bottom: -5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
  border-radius: 0.5rem;
  background-color: #4B66FE;
  opacity: 1;
}
@media (min-width: 768px) {
  .splide .splide__arrow {
    display: flex;
  }
}
.splide .splide__arrow--prev {
  left: unset;
  right: 5rem;
}
.splide .splide__arrow--next {
  right: 0;
}
.splide .arrow_image {
  width: 1.5rem;
  height: 1.5rem;
}
.splide .splide__pagination {
  bottom: -1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .splide .splide__pagination {
    bottom: -2rem;
    right: unset;
  }
}
.splide .splide__pagination li {
  display: flex;
  align-items: center;
}
.splide .splide__pagination .splide__pagination__page {
  margin: 0 1rem 0 0;
}
.splide .splide__pagination .splide__pagination__page.is-active {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  transform: scale(1);
  background-color: #4B66FE;
}
.splide .splide__track {
  padding: 3rem 0;
}

.pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .facetwp-pager {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pagination .facetwp-page.active {
  cursor: pointer;
}
.pagination .page-numbers, .pagination .facetwp-page {
  margin: 0 0.5rem;
  font-size: 1rem;
  line-height: 1.33;
  font-weight: 700;
  color: #001C4A;
}
@media (min-width: 480px) {
  .pagination .page-numbers, .pagination .facetwp-page {
    font-size: 1.125rem;
  }
}
.pagination .page-numbers:first-child, .pagination .facetwp-page:first-child {
  margin-right: 0.5rem;
  margin-left: 0;
}
@media (min-width: 480px) {
  .pagination .page-numbers:first-child, .pagination .facetwp-page:first-child {
    margin-right: 1.5rem;
  }
}
.pagination .page-numbers:last-child, .pagination .facetwp-page:last-child {
  margin-right: 0;
  margin-left: 0.5rem;
}
@media (min-width: 480px) {
  .pagination .page-numbers:last-child, .pagination .facetwp-page:last-child {
    margin-left: 1.5rem;
  }
}
.pagination .facetwp-page {
  padding: 0 2px;
}
@media (min-width: 480px) {
  .pagination .facetwp-page {
    padding: 0 4px;
  }
}
.pagination .page-numbers.current, .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .facetwp-page.active, .pagination .facetwp-page.prev, .pagination .facetwp-page.next {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .pagination .page-numbers.current, .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .facetwp-page.active, .pagination .facetwp-page.prev, .pagination .facetwp-page.next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.pagination .page-numbers.current, .pagination .facetwp-page.active {
  color: #4B66FE;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 12px 24px rgba(75, 102, 254, 0.2));
}
.pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .facetwp-page.prev, .pagination .facetwp-page.next {
  background-color: #162BA2;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover, .pagination .facetwp-page.prev:hover, .pagination .facetwp-page.next:hover {
  background-color: #4B66FE;
}
.pagination .icon--arrow {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 480px) {
  .pagination .icon--arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.pagination--invert .page-numbers, .pagination--invert .facetwp-page {
  color: #FFFFFF;
}
.pagination--invert .page-numbers.prev, .pagination--invert .page-numbers.next, .pagination--invert .facetwp-page.prev, .pagination--invert .facetwp-page.next {
  background-color: #4B66FE;
}

/* wysywig-block
----------------------------------------------------------------------------- */
.wysiwyg .map-container iframe {
  width: 100%;
  height: 990px;
}

.wysiwyg_editor {
  position: relative;
}
.wysiwyg_editor h1, .wysiwyg_editor h2, .wysiwyg_editor h3, .wysiwyg_editor h4, .wysiwyg_editor h5, .wysiwyg_editor h6 {
  margin-bottom: 1rem;
}
.wysiwyg_editor p {
  margin-bottom: 1.5rem;
}
.wysiwyg_editor p:last-child {
  margin-bottom: 0;
}
.wysiwyg_editor ul,
.wysiwyg_editor ol {
  margin-bottom: 1.5rem;
}
.wysiwyg_editor ul li,
.wysiwyg_editor ol li {
  margin-bottom: 6px;
}
.wysiwyg_editor ul {
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
}
.wysiwyg_editor ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 0;
  list-style-position: outside;
}
@media (max-width: 1024px) {
  .wysiwyg_editor ul li {
    font-size: 1rem;
  }
}
.wysiwyg_editor ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 16px;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  background-color: #4B66FE;
}
.wysiwyg_editor ol {
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  counter-reset: step-counter;
}
@media (max-width: 1024px) {
  .wysiwyg_editor ol {
    font-size: 1rem;
  }
}
.wysiwyg_editor ol li:before {
  margin-right: 0.5rem;
  counter-increment: step-counter;
  content: counter(step-counter);
  color: #4B66FE;
  font-weight: 600;
}
.wysiwyg_editor blockquote {
  position: relative;
  padding: 2rem 2rem 2rem 3rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #162BA2;
  font-weight: 600;
  background-color: grey;
  clip-path: polygon(calc(100% - 2.5rem) 0px, 100% calc(0% + 2.5rem), 100% 100%, 0px 100%, 0px 0px);
}
@media (min-width: 480px) {
  .wysiwyg_editor blockquote {
    clip-path: polygon(calc(100% - 5rem) 0px, 100% calc(0% + 5rem), 100% 100%, 0px 100%, 0px 0px);
  }
}
@media (min-width: 1024px) {
  .wysiwyg_editor blockquote {
    padding: 5rem 5rem 5rem 10.5rem;
    margin-top: 2.5rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.wysiwyg_editor blockquote p:nth-child(1) {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .wysiwyg_editor blockquote p:nth-child(1) {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.wysiwyg_editor blockquote p:nth-child(2) {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.33;
  color: #65FBD2;
}
@media (min-width: 1024px) {
  .wysiwyg_editor blockquote p:nth-child(2) {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
.wysiwyg_editor blockquote p:nth-child(3) {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 1024px) {
  .wysiwyg_editor blockquote p:nth-child(3) {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.wysiwyg_editor blockquote::before {
  width: 48px;
  height: 52px;
  margin-bottom: 1.5rem;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/western-gateway/images/graphic--80x66--pull-quote--p100.svg");
  background-repeat: no-repeat;
  background-size: 48px;
}
@media (min-width: 1024px) {
  .wysiwyg_editor blockquote::before {
    left: -80px;
    width: 80px;
    height: 66px;
    margin-bottom: 2.5rem;
    background-size: 80px;
  }
}
.wysiwyg_editor blockquote::after {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 1rem;
  height: calc(100% - 10rem);
  margin: 5rem 0;
  content: "";
  display: block;
  background-color: #65FBD2;
}
@media (min-width: 1024px) {
  .wysiwyg_editor blockquote::after {
    left: 3.5rem;
    width: 3.5rem;
  }
}
.wysiwyg_editor a {
  position: relative;
  color: #0077CF;
  font-weight: 600;
  transition: all 0.3s ease-in;
  text-decoration: underline;
}
.wysiwyg_editor a:hover {
  text-decoration: none;
}
.wysiwyg_editor .pill {
  margin-bottom: 1rem;
  text-decoration: none;
}
.wysiwyg_editor .pill--secondary {
  color: #FFFFFF;
}
.wysiwyg_editor .shortcode__link {
  width: fit-content;
  padding: 0.875rem 1.5rem;
}
.wysiwyg_editor .shortcode-link {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wysiwyg_editor .shortcode-link {
    text-align: center;
  }
}
.wysiwyg_editor .shortcode-link a {
  text-decoration: none;
}
.wysiwyg_editor img {
  margin-bottom: 1.5rem;
}
.wysiwyg_editor .wp-caption, .wysiwyg_editor img {
  width: 100% !important;
}
.wysiwyg_editor .wp-caption-text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.14;
  opacity: 0.9;
}
.wysiwyg_editor .wp-caption + blockquote {
  margin-top: 5rem;
}

.intro-text p:first-of-type {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 600;
  color: #162BA2;
}

.responsive-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
  overflow: hidden;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Hamburger Menu used in main header for mobile menu */
.open-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .open-button {
    height: 3rem;
    width: 3rem;
    border-radius: 0.5rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform-origin: center;
    flex-shrink: 0;
    background-color: #162BA2;
    transform: rotate(0deg);
    z-index: 99999;
  }
}
.open-button span {
  display: block;
  position: absolute;
  top: 14px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 20px;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.open-button span:nth-child(1) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.open-button span:nth-child(2) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.open-button span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.open-button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 6px;
}
.open-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.open-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 6px;
}

.register-info {
  margin-top: 1rem;
}

.account-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .account-button {
    top: 1rem;
    right: 4rem;
    position: absolute;
    height: 3rem;
    width: 3rem;
    margin-right: 1rem;
    border-radius: 0.5rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    filter: drop-shadow(0px 6px 16px rgba(75, 102, 254, 0.2));
    transition: all 0.3s ease-in;
    background-color: #FFFFFF;
    z-index: 999;
  }
}
.account-button.active {
  background-color: #F99A01;
}
.account-button.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1713%) hue-rotate(283deg) brightness(104%) contrast(107%);
}
.account-button .account-button__image {
  width: 1.5rem;
  height: 1.5rem;
}

.card {
  padding: 1rem 1rem 1.5rem 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
  filter: drop-shadow(0px 12px 24px rgba(75, 102, 254, 0.2));
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .card {
    padding: 2rem;
  }
}
.card__link {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid transparent;
}
.card__link:focus {
  border: 2px solid #0093FF;
}
.card__listing {
  background: #DCE2FF;
  padding: 4px 16px;
  font-weight: 700;
  color: #444444;
  display: block;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.card__listing--learning-journey {
  color: #FFFFFF;
  background: #444444;
}
.card__listing--organisation {
  color: #FFFFFF;
  background: #000000;
}
.card__listing--post, .card__listing--page {
  color: #FFFFFF;
  background: #4B63E6;
}
.card__learner-type {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  color: #000000;
}
.card__company {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
}
.card__company.padding-top {
  padding-top: 16px;
}
.card__company .card__title {
  margin: 0;
}
.card__logo {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
  flex-shrink: 0;
}
.card__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.card__name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.card__name a {
  font-weight: 400;
}
.card__name span {
  color: rgba(0, 0, 0, 0.5);
}
.card .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.card .post-categories li {
  margin-bottom: 0;
  margin-right: 8px;
}
.card .post-categories li a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #4B63E6;
}
.card .card__tag {
  margin-bottom: 0.25rem;
}
.card__status {
  padding: 4px 16px;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  clear: both;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: absolute;
  right: 0;
}
.card__status--draft {
  background: #FF9800;
}
.card__status--published {
  background: #00E676;
  color: #222222;
}

.card--listing {
  position: relative;
  height: 100%;
}
.card--listing .title-meta-info {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.14;
  z-index: 9;
}
@media (min-width: 768px) {
  .card--listing .title-meta-info {
    top: 1.5rem;
    left: 1.5rem;
  }
}
.card--listing .title-meta-info::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  display: block;
  background-color: #4B66FE;
  flex-shrink: 0;
}
.card--listing .card__image {
  position: relative;
  margin-top: -1rem;
  margin-right: -1rem;
  margin-left: -1rem;
  height: 194px;
  background-size: cover;
  background-image: url("../img/fusion-logo.svg");
  background-color: #222222;
  background-position: center center;
}
@media (min-width: 768px) {
  .card--listing .card__image {
    margin-top: -2rem;
    margin-right: -2rem;
    margin-left: -2rem;
    height: 235px;
  }
}
.card--listing .card__image:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.card--listing .card__image .fusion-skills-icons {
  position: absolute;
  bottom: -26px;
  left: 16px;
}
.card--listing .card__image .fusion-skills-icons .card__icon {
  margin-bottom: 0;
}
.card--listing .card__image .favourite-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  outline: none;
}
.card--listing .card__content {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .card--listing .card__content {
    margin-top: 2rem;
  }
}
.card--listing .card__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.card--listing .card__title a {
  color: #4B66FE;
  font-weight: 600;
}
.card--listing .card__title a:hover, .card--listing .card__title a:focus, .card--listing .card__title a:active {
  color: #4B63E6;
}
.card--listing .card__text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.card--listing .card__tags {
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
}
.card--listing .card__tag-label {
  padding: 0 0.5rem;
  margin-right: 0.25rem;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f2f2f2;
}
.card--listing .card__tag-label::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  display: block;
  background-color: #4B66FE;
  flex-shrink: 0;
}
.card--listing .favourite-button .pill {
  opacity: 0;
}

.card--organisation {
  transition: all 0.3s ease-in;
}
.card--organisation:hover {
  transform: translateY(-8px);
}
.card--organisation .card__image {
  margin: -2rem -2rem 0 -2rem;
}
.card--organisation .card__image img {
  height: 235px;
  object-fit: cover;
}
.card--organisation .card__company {
  padding-top: 2rem;
}
.card--organisation .card__logo {
  margin-right: 1rem;
}

.title-block {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .title-block {
    margin-bottom: 2.5rem;
    flex-direction: column;
  }
}
.title-block__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.title-block__title h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .title-block__title h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-block__button {
    display: none;
  }
}
.title-block__filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .title-block__filters {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .title-block__filters {
    margin-top: 16px;
  }
}
.title-block__filters .facetwp-facet {
  margin-bottom: 0;
}
.title-block__filters__field {
  flex: 1;
  margin-left: 8px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .title-block__filters__field {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .title-block__filters__field {
    margin-left: 0;
  }
}

.box-jagged {
  position: relative;
  margin-bottom: 3.25rem;
}
@media only screen and (max-width: 767px) {
  .box-jagged {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box-jagged:last-of-type {
    margin-bottom: 40px;
  }
}
.box-jagged--grid {
  display: flex;
  flex-wrap: wrap;
}
.box-jagged--grid .featured-slider {
  margin-bottom: -70px;
}
@media only screen and (max-width: 767px) {
  .box-jagged--grid .featured-slider {
    margin-bottom: 0;
  }
}
.box-jagged--grid .box-jagged__intro {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .box-jagged--grid .box-jagged__intro {
    width: 100%;
    margin-bottom: 32px;
  }
}
.box-jagged--grid .featured-slider {
  width: 75%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .box-jagged--grid .featured-slider {
    width: 100%;
  }
}
.box-jagged--grid .featured-slider .card {
  width: 31.3333%;
  margin: 0 1%;
}
@media only screen and (max-width: 767px) {
  .box-jagged--grid .featured-slider .card {
    width: 100%;
    margin: 0;
  }
}
.box-jagged__intro {
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .box-jagged__intro {
    padding-right: 0;
  }
}
.box-jagged__intro h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 16px;
}
.box-jagged__intro h3 {
  color: #758AFE;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 16px;
}
.box-jagged__intro p {
  color: #FFFFFF;
}
.box-jagged .grid {
  margin-bottom: -120px;
}
@media only screen and (max-width: 767px) {
  .box-jagged .grid {
    margin-bottom: 0;
  }
}

.hero-listing {
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-listing {
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 10;
    margin-bottom: -56px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-listing .wrapper {
    width: 100%;
  }
}
.hero-listing__flex {
  height: 600px;
  padding-top: 200px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1390px) {
  .hero-listing__flex {
    height: 640px;
  }
}
@media only screen and (max-width: 1170px) {
  .hero-listing__flex {
    height: 680px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-listing__flex {
    height: 720px;
  }
}
@media only screen and (max-width: 1042px) {
  .hero-listing__flex {
    height: 760px;
  }
}
@media only screen and (max-width: 866px) {
  .hero-listing__flex {
    height: 780px;
  }
}
@media only screen and (max-width: 836px) {
  .hero-listing__flex {
    height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-listing__flex {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }
}
.hero-listing__flex--small {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .hero-listing__flex--small {
    height: auto;
  }
}
.hero-listing__flex--small .hero-listing__box {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hero-listing__flex--small .hero-listing__box {
    padding: 50px 32px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-listing__flex--small .hero-listing__subtitle {
    margin-bottom: 5px;
  }
}
.hero-listing__flex--small .hero-listing__avatar-mobile {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .hero-listing__flex--small .hero-listing__avatar-mobile {
    display: flex;
  }
}
.hero-listing__flex--small .hero-listing__avatar-mobile p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.hero-listing__flex--small .hero-listing__avatar-mobile a {
  color: #4B63E6;
}
.hero-listing__flex--small .hero-listing__avatar-mobile div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.hero-listing__flex--small .hero-listing__avatar-mobile img {
  width: 80px;
  margin-right: 32px;
}
.hero-listing__mobile-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.hero-listing__mobile-image:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.hero-listing__box {
  background: #000000;
  padding: 32px;
  display: inline-block;
  position: absolute;
  width: 60%;
  bottom: 96px;
}
@media only screen and (max-width: 767px) {
  .hero-listing__box {
    position: relative;
    bottom: 0;
  }
}
.hero-listing__box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 32px solid transparent;
  border-top: 20px solid #000000;
}
@media only screen and (max-width: 767px) {
  .hero-listing__box:before {
    display: none;
  }
}
.hero-listing__box:after {
  content: "";
  background: url("../img/border-bottom.svg") top left;
  background-repeat: repeat-x;
  height: 30px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -29px;
  z-index: -1;
  pointer-events: none;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero-listing__box:after {
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .hero-listing__box {
    width: 100%;
    padding: 32px 16px;
  }
}
.hero-listing__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .hero-listing__content {
    width: 100%;
    display: block;
  }
}
.hero-listing__breadcrumb {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .hero-listing__breadcrumb {
    margin-bottom: 0;
    display: none;
  }
}
.hero-listing__breadcrumb p {
  background: #000000;
  color: #FFFFFF;
  padding: 8px 16px;
  position: relative;
  display: inline-block;
}
.hero-listing__breadcrumb p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 16px solid transparent;
  border-top: 8px solid #000000;
}
.hero-listing__subtitle {
  color: #758AFE;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.hero-listing__title, .hero-listing__text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.hero-listing__text {
  margin-top: 16px;
}
.hero-listing .button {
  margin-right: 24px;
}
.hero-listing__image {
  width: 50%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.hero-listing__image img {
  height: auto;
  width: auto;
}
.hero-listing__listing-type {
  background: #444444;
  color: #FFFFFF;
  padding: 4px 16px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .hero-listing__listing-type {
    padding: 4px 16px;
  }
}
.hero-listing__listing-type--listing {
  background: #DCE2FF;
  color: #222222;
}
.hero-listing__type {
  background: #4B63E6;
  color: #FFFFFF;
  padding: 4px 16px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 77px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.hero-listing__type:hover, .hero-listing__type:focus, .hero-listing__type:active {
  background: #1f3ddf;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .hero-listing__type {
    padding: 4px 16px;
  }
}
.hero-listing__org-link {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hero-listing__org-link {
    margin-left: 0;
  }
}
.hero-listing__org-link:hover, .hero-listing__org-link:focus, .hero-listing__org-link:active {
  color: #758AFE;
}
.hero-listing__org-title {
  margin-left: 8px;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: -4px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hero-listing__org-title {
    margin-left: 0;
  }
}
.hero-listing__avatar__wrapper {
  display: flex;
  align-self: center;
}
.hero-listing__avatar .avatar__title {
  color: #001C4A;
  font-weight: 600;
}
.hero-listing__avatar a {
  color: #758AFE;
  font-size: 0.875rem;
  left: 1.125rem;
}
.hero-listing__avatar__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 32px;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .hero-listing__avatar {
    display: none;
  }
}
.hero-listing__avatar__image {
  border-radius: 100%;
  width: 120px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 120px;
  flex-shrink: 0;
}
.hero-listing__avatar__image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.hero-listing__avatar-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hero-listing__avatar-mobile {
    display: block;
    width: 80px;
    position: absolute;
    top: -122px;
    left: 16px;
    border-radius: 100%;
    padding: 12px;
  }
}
.hero-listing__avatar-mobile img {
  width: 100%;
}
.hero-listing .org-type-icon {
  background-color: #FFFFFF;
  border: 10px solid #FFFFFF;
}

.hero-listing.my-hub .hero-listing__avatar {
  width: 42%;
}

.content-card {
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 6px 4px -4px rgba(0, 0, 0, 0.08);
}
.content-card__image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.content-card__image:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.content-card__inner {
  padding: 24px;
}
.content-card__mini-title {
  color: #4B63E6;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.content-card__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 8px;
}
.content-card p {
  margin-bottom: 0;
}

.sidebar__title {
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 32px 0 24px;
  margin: 0 32px 0;
}
.sidebar__menu {
  margin-bottom: 32px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08), 0 10px 16px -4px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .sidebar__menu {
    background: #DCE2FF;
    margin-bottom: 0;
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar__menu .button {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.sidebar__menu .button.active {
  background-color: #FFFFFF;
  color: #4B63E6;
}
.sidebar__menu .button.active:after {
  content: "";
  background-image: url("../img/icon-plus-brand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 16px;
  top: 15px;
  transition: all 0.3s ease-in;
}
.sidebar__menu ul {
  padding: 16px 0 40px;
  margin: 0;
  list-style-type: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sidebar__menu ul {
    padding: 0;
  }
}
.sidebar__menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar__menu ul li a {
  padding: 16px 32px;
  display: block;
  color: #222222;
  font-weight: 700;
}
.sidebar__menu ul li.current-menu-item, .sidebar__menu ul li.current {
  background-color: #EDF0FE;
}
.sidebar__menu ul li.current-menu-item:before, .sidebar__menu ul li.current:before {
  content: "";
  width: 4px;
  background: #4B63E6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.sidebar__box .button-share, .sidebar__sidebar__box-links .button-share {
  flex: 1;
  margin-right: 10px;
}
.sidebar__box h2, .sidebar__box h3, .sidebar__box h4, .sidebar__sidebar__box-links h2, .sidebar__sidebar__box-links h3, .sidebar__sidebar__box-links h4 {
  margin-bottom: 16px;
}
.sidebar__box {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .sidebar__box {
    padding: 2rem;
  }
}
.sidebar__box .action-form {
  margin-bottom: 1rem;
}
.sidebar__box .action-form .pill {
  text-align: left;
}
.sidebar__box a {
  width: 100%;
  margin-bottom: 1rem;
}
.sidebar__box a:last-child {
  margin-bottom: 0;
}
.sidebar__box .tags {
  margin-bottom: 10px;
}
.sidebar__box--contact a {
  margin-bottom: 8px;
  display: block;
}
.sidebar__box-links {
  background: #F6F7FF;
  margin-bottom: 2.5rem;
  position: relative;
}
.sidebar__box-links .pill__link {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar__box-links .pill__link::after {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  content: "";
}
.sidebar__box-links .pill__link--access::after {
  background-image: url("../img/icon--24--external-link--white.svg");
}
.sidebar__box-links .action-form .pill {
  height: 70px;
  background: url("../img/icon--24--heart--white.svg") #162BA2 no-repeat center right 2rem/1.5rem;
}
.sidebar__box-links .action-form .pill:hover {
  background-color: #4B66FE;
}
.sidebar__box-links .pill__link--resources::after {
  background-image: url("../img/icon--24--link--black.svg");
}
.sidebar__box-fusion-skills {
  background-color: #4B66FE;
}
.sidebar__box-fusion-skills .box-fusion-skills__title {
  color: #FFFFFF;
}
.sidebar__box--contact {
  margin-bottom: 2.5rem;
  background-color: #4B66FE;
}
.sidebar__box--contact ul {
  margin: 0;
  list-style: none;
}
.sidebar__box--contact .pill {
  text-decoration: underline;
}
.sidebar__box--contact .pill:hover {
  border: 2px solid #FFFFFF;
  text-decoration: none;
  color: #001C4A;
  background-color: #FFFFFF;
}
.sidebar .sidebar__box-title {
  color: #FFFFFF;
}
.sidebar .list__container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sidebar .list__item {
  margin-bottom: 1rem;
}
.sidebar .list__item:last-child {
  margin-bottom: 0;
}
.sidebar .list__item .pill {
  height: 70px;
  display: flex;
  align-items: center;
}
.sidebar .sidebar__box--organisation {
  background-color: #EDF0FF;
}
.sidebar .sidebar__box-fusion-skills {
  margin-bottom: 2.5rem;
}
.sidebar .fusion-skills__item {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  height: 70px;
}
.sidebar__buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1320px) {
  .sidebar__buttons .button-share {
    flex: initial;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar__buttons .button-share {
    flex: 1;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  nav.sidebar-menu {
    display: none;
  }
}
nav.sidebar-menu.active {
  display: block;
  background: #FFFFFF;
}

.main-content__inner {
  padding: 64px 112px 32px 112px;
  position: relative;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1280px) {
  .main-content__inner {
    padding: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-content__inner {
    padding: 56px 32px 24px;
    margin-bottom: 32px;
  }
}
.main-content__inner p:last-of-type {
  margin-bottom: 0;
}

.page-template-page-register {
  background-color: #F6F7FF;
}
.page-template-page-register #maincontent {
  position: relative;
}
.page-template-page-register main.decor-border--top {
  position: relative;
}
.page-template-page-register main.decor-border--top::before {
  background-image: url("../img/primary-white-bottom.svg");
  background-color: #F6F7FF;
}
.page-template-page-register .main-content__inner {
  background-image: url("../img/Graphic--Ellipse--Left--Orange.svg"), url("../img/Graphic--Ellipse--Right--Orange.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left -50px top 200px, right -100px top 200px;
  position: relative;
  background-clip: border-box, border-box;
  padding: 0 224px 32px 224px;
  position: relative;
  margin-bottom: 64px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .page-template-page-register .main-content__inner {
    padding: 0 32px 24px;
    margin-bottom: 32px;
  }
}
.page-template-page-register .main-content__inner p:last-of-type {
  margin-bottom: 0;
}

.page-template-page-no-hero .main-content__inner .button {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .page-template-page-no-hero .main-content__inner .button {
    width: 100% !important;
  }
}

.header-find-menu {
  position: absolute;
  background: #FFFFFF;
  text-align: left;
  padding: 24px;
  justify-content: space-between;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.header-find-menu.active {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-find-menu.active {
    width: 700px;
  }
}
.header-find-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  top: -10px;
  display: block;
  position: absolute;
  left: 50%;
}
.header-find-menu__wrapper {
  position: relative;
  display: inline-block;
}
.header-find-menu__wrapper .button:hover, .header-find-menu__wrapper .button:focus, .header-find-menu__wrapper .button:active {
  background: transparent;
  border-color: #758AFE;
  color: #758AFE;
}
.header-find-menu .col {
  min-width: 224px;
  margin-right: 16px;
}
.header-find-menu .col h3 {
  color: #4B63E6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.header-find-menu .col h3 a {
  color: #4B63E6;
}
.header-find-menu .col:nth-child(1) {
  width: 30%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-find-menu .col:nth-child(1) {
    min-width: 150px;
  }
}
.header-find-menu .col:nth-child(2) {
  width: 65%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-find-menu .col:nth-child(2) {
    min-width: 450px;
  }
}
.header-find-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}
.header-find-menu ul li {
  padding: 0;
  margin: 0 0 8px 0;
}
.header-find-menu ul li a {
  color: #000000;
  font-weight: 700;
  text-decoration: none !important;
}
.header-find-menu ul li a:hover, .header-find-menu ul li a:focus, .header-find-menu ul li a:active {
  color: #4B63E6;
  text-decoration: none !important;
}
.header-find-menu #menu-learning-journeys {
  column-count: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-find-menu #menu-learning-journeys {
    column-count: 2;
  }
}
.header-find-menu #menu-learning-journeys li {
  min-width: 200px;
}

.search-form {
  display: flex;
  padding: 0;
  margin: 0;
}
.search-form__input {
  border: 0;
  max-height: 48px;
}
.search-form__input:focus {
  background: #DCE2FF;
}
.search-form__submit {
  width: auto;
  padding: 0;
  border: 0;
}
.search-form__submit:focus {
  opacity: 0.8;
}

.searchform input {
  margin-bottom: 8px;
  padding: 8px;
}

.header-account-menu {
  position: absolute;
  background: #000000;
  text-align: left;
  padding: 0;
  justify-content: space-between;
  margin-top: 20px;
  top: 85%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-account-menu {
    min-width: 220px;
  }
}
.header-account-menu.active {
  display: flex;
}
.header-account-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  top: -10px;
  display: block;
  position: absolute;
  left: 50%;
}
.header-account-menu__wrapper {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0.75rem 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  filter: drop-shadow(0 6px 16px rgba(75, 102, 254, 0.2));
  z-index: 2;
}
.header-account-menu__wrapper a {
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: normal;
}
.header-account-menu__wrapper a:first-child::after {
  content: "";
  margin: 0 0.75rem;
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #000000;
  vertical-align: middle;
}
.header-account-menu__wrapper .button:hover, .header-account-menu__wrapper .button:focus, .header-account-menu__wrapper .button:active {
  background: transparent;
  border-color: #758AFE;
  color: #758AFE;
}
.header-account-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.header-account-menu ul li {
  margin: 0;
  display: block;
  padding: 0 24px;
}
.header-account-menu ul li:last-child a {
  border-bottom: 0;
}
.header-account-menu ul li a {
  color: #FFFFFF !important;
  display: block;
  padding: 16px 0;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-account-menu ul li a:first-child::after {
  content: none;
}
.header-account-menu ul li a:hover, .header-account-menu ul li a:focus, .header-account-menu ul li a:active {
  color: #4B63E6;
  text-decoration: underline;
}

.header-account-login {
  height: 50px;
  padding: 0.75rem 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  filter: drop-shadow(0 6px 16px rgba(75, 102, 254, 0.2));
  z-index: 9;
}
.header-account-login ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-account-login li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.header-account-login li:first-child::after {
  content: "";
  margin: 0 0.75rem;
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #000000;
}
.header-account-login a {
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: normal;
  color: #001C4A;
}
.header-account-login a:hover {
  text-decoration: underline;
}

.header-account-login .register__submenu, .hero__content .register__submenu {
  top: 72px;
  left: 0;
  position: absolute;
  min-width: 300px;
  margin: 0;
  padding: 1.5rem;
  display: none;
  flex-direction: column;
  background-color: #000000;
  z-index: 99;
}
.header-account-login .register__submenu::before, .hero__content .register__submenu::before {
  top: -8px;
  right: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: block;
  background-color: #000000;
  transform: rotate(45deg);
}
.header-account-login .register__submenu li:first-of-type, .hero__content .register__submenu li:first-of-type {
  margin-bottom: 0.5rem;
}
.header-account-login .register__submenu a, .hero__content .register__submenu a {
  color: #FFFFFF;
  font-weight: 400;
}
.header-account-login .active .register__submenu, .hero__content .active .register__submenu {
  display: flex;
}

.hero__content .register__submenu {
  top: 162px;
  left: 0;
  right: 0;
}
@media (min-width: 555px) {
  .hero__content .register__submenu {
    top: 82px;
    left: unset;
  }
}
.hero__content .active .register-btn {
  color: #FFFFFF;
}

.header-create-menu {
  position: absolute;
  background: #000000;
  text-align: left;
  padding: 0;
  justify-content: space-between;
  margin-top: 20px;
  top: 85%;
  transform: translateX(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-create-menu {
    min-width: 250px;
  }
}
.header-create-menu.active {
  display: flex;
}
.header-create-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  top: -10px;
  display: block;
  position: absolute;
  left: 50%;
}
.header-create-menu__wrapper {
  position: relative;
  display: inline-block;
}
.header-create-menu__wrapper .button {
  background: #758AFE;
  border-color: #758AFE;
}
.header-create-menu__wrapper .button:hover, .header-create-menu__wrapper .button:focus, .header-create-menu__wrapper .button:active {
  background: transparent;
  color: #758AFE;
}
.header-create-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.header-create-menu ul li {
  margin: 0;
  padding: 0 24px;
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-create-menu ul li {
    padding: 0 32px;
  }
}
.header-create-menu ul li:last-child a {
  border-bottom: 0;
}
.header-create-menu ul li a {
  color: #FFFFFF !important;
  display: block;
  padding: 16px 0;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-create-menu ul li a:first-child::after {
  content: none;
}
.header-create-menu ul li a:hover, .header-create-menu ul li a:focus, .header-create-menu ul li a:active {
  color: #4B63E6;
  text-decoration: underline;
}

.sidebar-cta {
  background: #000000;
  padding: 32px;
}
.sidebar-cta__subtitle {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4B63E6;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.sidebar-cta__title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.sidebar-cta .button {
  display: block;
  text-align: center;
}

.steps {
  padding: 80px 0 104px;
  position: relative;
  z-index: 20;
  background: #BAC5FF;
}
@media only screen and (max-width: 1024px) {
  .steps {
    padding: 40px 0 80px;
  }
}
.steps__col {
  font-weight: 700;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .steps__col {
    width: 100% !important;
  }
}
.steps__col h3 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 900;
}
.steps__icon {
  width: 80px;
  margin-right: 32px;
}
.steps__content {
  flex: 1;
}

.box-border {
  border: 3px solid #BAC4FF;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .box-border {
    border: 0;
    margin-bottom: 0;
  }
}
.box-border__inner {
  padding: 32px 24px 8px;
}
.box-border__inner .card {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .box-border__inner .card {
    margin-bottom: 24px;
  }
}

.filter {
  position: relative;
  width: 100%;
  z-index: 99;
}
.filter .filter-menu {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filter .filter-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .filter .filter-menu.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .filter .filter-menu .reset {
    top: 14px;
    right: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .filter__flex {
    background: #FFFFFF;
    margin-top: 1.5rem;
  }
}
.filter__flex.showable {
  display: none;
}
.filter__flex.showable.active {
  display: flex;
}
.filter .filter__top, .filter .filter__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .filter .filter__top, .filter .filter__bottom {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .filter .filter__bottom .facetwp-facet {
    margin-top: 2rem;
  }
}
.filter .center {
  margin-bottom: 20px;
}
.filter .button {
  width: 100%;
  text-align: left;
  display: none;
  margin-bottom: 10px;
}
.filter .button.filters__more {
  display: inline-block;
  width: auto;
  background: #222222;
  border: 2px solid #222222;
  padding: 12px 32px 12px 16px;
}
.filter .button.filters__more:after {
  background-image: url("../img/icon-plus-white.svg");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 8px;
  top: 13px;
  transition: all 0.3s ease-in;
}
.filter .button.filters__more:hover, .filter .button.filters__more:focus, .filter .button.filters__more:active {
  color: #FFFFFF;
  background: #4B63E6;
}
.filter .button.filters__more:focus {
  border-color: #0093FF;
}
.filter .button.filters__more.active {
  background: #FFFFFF;
  color: #222222;
}
.filter .button.filters__more.active:after {
  background-image: url("../img/icon-minus-black.svg");
}
@media only screen and (max-width: 767px) {
  .filter .button {
    display: block;
  }
  .filter .button.filters__more {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .filter__extras {
    display: block;
  }
}
.filter__field {
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .filter__field {
    width: 220px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .filter__field {
    width: 260px;
  }
}
@media (min-width: 1440px) {
  .filter__field {
    width: 326px;
  }
}
.filter__field--wide {
  width: 48%;
}
.filter__field label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.filter__field--wide {
  width: 48%;
}
.filter .fs-label {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .filter .fs-label {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.filter .facetwp-facet-date {
  position: relative;
  display: flex;
  align-items: center;
}
.filter .facetwp-facet-date::after {
  position: absolute;
  right: 1.125rem;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  background: url("../img/icon--24--calendar--blue.svg") no-repeat center/1rem;
}
@media (min-width: 768px) {
  .filter .facetwp-facet-date::after {
    background-size: 1.5rem;
  }
}
.filter .fs-option-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.filter .reset {
  position: relative;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #1E1B43;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.filter .reset:hover, .filter .reset:focus, .filter .reset:active {
  text-decoration: underline;
}
.filter .reset:focus {
  border-color: #0093FF;
}
.filter .reset::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  display: block;
  background-image: url("../img/icon--24--close--red.svg");
}

.fusion-skills-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 4;
}
.fusion-skills-icons li {
  margin-bottom: 1.125rem;
  padding: 1rem 0;
  border-radius: 0.5rem;
  display: flex;
  background-color: #FFFFFF;
}
.fusion-skills-icons li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.fusion-skills-icons a {
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
.fusion-skills-icons a:hover {
  text-decoration: none;
}
.fusion-skills-icons a:focus .fusion-skills-icons__icon {
  background-color: #444444;
}
.fusion-skills-icons__icon {
  width: 40px;
  height: 40px;
  margin-right: 0.75rem;
  display: block;
  border-radius: 100%;
  transition: 0.3s;
}
.fusion-skills-icons__icon img {
  filter: brightness(0) saturate(100%);
}
.fusion-skills-icons .fusion-skills-icons__title {
  color: #001C4A;
}

.favourites-menu {
  background: #FFFFFF;
  position: absolute;
  z-index: 15;
  right: 16px;
  padding: 8px;
  top: 72px;
}
.favourites-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #FFFFFF;
  top: -12px;
  right: 18px;
  position: absolute;
}
.favourites-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.favourites-menu ul li {
  display: block;
  margin: 0;
  padding: 0 8px;
}
.favourites-menu ul li:last-child a,
.favourites-menu ul li:last-child .button {
  border-bottom: 0;
}
.favourites-menu ul li a,
.favourites-menu ul li .button {
  display: block;
  color: #222222;
  padding: 8px 0;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: left;
  line-height: 1.5rem;
  background-color: transparent;
}
.favourites-menu ul li a:hover, .favourites-menu ul li a:focus, .favourites-menu ul li a:active,
.favourites-menu ul li .button:hover,
.favourites-menu ul li .button:focus,
.favourites-menu ul li .button:active {
  color: #4B63E6;
  text-decoration: none;
}

.interest-types {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
}
.interest-types--padding {
  padding: 16px;
}
.interest-types li {
  margin-bottom: 0;
  display: inline-block;
}
.interest-types li:last-of-type:after {
  content: "";
}

ul.tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.tags li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.tags li a {
  display: block;
  border: 2px solid #4B63E6;
  font-weight: 700;
  padding: 2px 8px;
  font-size: 0.825rem;
  margin: 0 8px 10px 0;
}
ul.tags__wrapper {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 6px 4px -4px rgba(0, 0, 0, 0.08);
  padding: 32px;
  padding-bottom: 22px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  ul.tags__wrapper {
    background: transparent;
    box-shadow: none;
    padding: 0 16px 16px;
  }
}
ul.tags__wrapper h3 {
  margin: 0 5.3333333333px 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  ul.tags__wrapper h3 {
    width: 100%;
    margin-bottom: 16px;
  }
}

.partners {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
}
.partners li {
  margin: 0 8px 0 0;
}
.partners li a:hover, .partners li a:focus, .partners li a:active {
  transform: translateY(-3px);
}
.partners li img {
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.listing-info {
  background: #BAC5FF;
  padding: 28px 32px 0;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .listing-info {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .listing-info {
    padding: 24px 16px 16px;
  }
}
.listing-info:before {
  content: "";
  background: url("../img/border-top-blue.svg") center bottom;
  background-repeat: repeat-x;
  height: 30px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -29px;
  left: 0;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  transform: rotate(180deg);
}
.listing-info h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-right: 32px;
}
.listing-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
}
.listing-info ul li {
  flex: 1;
  position: relative;
}
.listing-info ul li.icon {
  padding-left: 56px;
}
.listing-info ul li.icon:before {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.listing-info ul li.cost:before {
  background-image: url("../img/icon-cost.svg");
}
.listing-info ul li.date:before {
  background-image: url("../img/icon-cal.svg");
}
.listing-info ul li.learner-type:before {
  background-image: url("../img/icon-user-bg.svg");
}
@media only screen and (max-width: 1023px) {
  .listing-info ul {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .featured-slider {
    padding-bottom: 70px;
  }
}

.modal__wrapper {
  z-index: 9999;
}
.modal__header {
  border: 0px;
}
.modal__header button.close {
  background-color: #162BA2;
  height: 48px;
  width: 48px;
  border: 0;
  border-radius: 8px;
  position: absolute;
  top: 24px;
  background-image: url("../img/icon-close-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  right: 24px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.modal__header button.close:hover, .modal__header button.close:focus, .modal__header button.close:active {
  background-color: #4B66FE;
}
.modal__header button.close span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal__container {
  padding: 80px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__container {
    padding: 32px;
    width: 100%;
  }
}
.modal__container .citlfp-modal {
  border-radius: 24px;
  padding: 48px;
  max-width: 640px;
}
.modal__container p {
  font-size: 18px;
  color: #001C4A;
  margin-top: 24px;
}
.modal__container a {
  color: #0077CF;
}
.modal__container form .button {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .modal__container form .button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal__container .forgotten-password {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
.modal__footer {
  margin-top: 32px;
}

form.multistep .steps-wrapper {
  position: relative;
  width: 50%;
  padding: 0;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  form.multistep .steps-wrapper {
    width: 90%;
  }
}
form.multistep .steps-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4B66FE;
  display: block;
  top: 19.2px;
  left: 0;
  z-index: 1;
}
form.multistep ul.steps-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
form.multistep ul.steps-list li {
  position: relative;
  z-index: 2;
}
form.multistep ul.steps-list li button {
  border-radius: 100%;
  border: 3px solid #4B66FE;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  font-weight: bold;
  color: #162BA2;
}
form.multistep ul.steps-list li.invalid button {
  background: #C60000;
  border-color: #C60000;
}
form.multistep ul.steps-list li.active button {
  outline: 3px solid #4B66FE;
  border: 6px solid #FFFFFF;
  background-color: #65FBD2;
  color: #162BA2;
}

.acf-true-false label {
  display: flex !important;
}
.acf-true-false label .message {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.check-inline, .acf-field-true-false {
  margin: 8px 0;
}
.check-inline label, .acf-field-true-false label {
  display: inline-block;
}
.check-inline .acf-label, .check-inline .acf-input, .acf-field-true-false .acf-label, .acf-field-true-false .acf-input {
  display: inline-block;
}
.check-inline p, .acf-field-true-false p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 8px;
}

.check-inline {
  display: flex !important;
  margin: 0;
}
.check-inline input[type=radio] {
  margin-right: 16px;
  margin-bottom: 0;
}
.check-inline label {
  padding-top: 8px;
}

.select2-container.-acf .select2-selection {
  border: 0;
  min-height: 48px;
}
.select2-container.-acf .select2-selection:focus, .select2-container.-acf .select2-selection:active {
  outline: 2px solid #0093FF;
}

.select2-container {
  border-radius: 8px;
  border: 3px solid #BAC4FF;
  min-height: 48px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px;
  padding: 8px;
}
.select2-container .select2-selection {
  min-height: 48px;
}
.select2-container--open .select2-dropdown {
  top: -4px;
  left: -2px !important;
}

body.admin-bar .select2-container--open .select2-dropdown {
  top: 28px;
  left: -2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px !important;
  right: 16px !important;
  background: url("../img/arrow-right-brand.svg") no-repeat;
  background-size: contain !important;
  transform: rotate(90deg);
  height: 16px !important;
  width: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border: 2px solid #BAC4FF !important;
}

.select2-selection--multiple {
  padding: 6px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0 !important;
}

.select2-search--dropdown {
  position: relative;
}
.select2-search--dropdown input {
  border: 2px solid #BAC4FF !important;
  padding: 13px 20px !important;
  padding-right: 60px;
}
.select2-search--dropdown:after {
  content: "";
  background-image: url("../img/icon-search-brand.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  right: 24px;
  top: 20px;
}

.acf-flexible-content .layout .acf-fc-layout-controls {
  top: 0 !important;
}

.acf-url input[type=url] {
  padding: 13px 20px 13px !important;
}

.acf-url i {
  top: 15px !important;
  left: 8px !important;
}

.image-preview {
  width: 160px;
  margin-bottom: 24px;
}

.acf-hl > li {
  float: none !important;
  margin-bottom: 8px !important;
}

.acf-checkbox-list li {
  float: none;
}

a.acf-icon {
  right: 8px;
  top: 8px;
  border: 1px solid #000000 !important;
  color: #4B63E6 !important;
  line-height: 20px;
  text-decoration: none;
}

.acf-icon.grey {
  background: #4B63E6 !important;
  border-radius: 0;
  font-size: 1.5rem;
}

.acf-radio-list li {
  margin-bottom: 16px !important;
}

.check-inline,
.acf-radio-list li,
.acf-checkbox-list li {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}
.check-inline:last-child,
.acf-radio-list li:last-child,
.acf-checkbox-list li:last-child {
  margin-bottom: 0 !important;
}

.categorychecklist-holder .acf-checkbox-list {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .categorychecklist-holder .acf-checkbox-list {
    column-count: 1;
  }
}
.categorychecklist-holder .acf-checkbox-list li {
  padding-top: 3px;
}

.check-inline input[type=radio],
.acf-radio-list li input[type=radio],
.acf-checkbox-list li input[type=radio] {
  padding: 0;
  position: relative;
  height: 32px;
  width: 32px;
  min-width: 32px;
  display: inline-block;
  border: 0;
  -webkit-appearance: none;
  border-radius: 100%;
  cursor: pointer;
}
.check-inline input[type=radio]:before,
.acf-radio-list li input[type=radio]:before,
.acf-checkbox-list li input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-radius: 100%;
  border: 3px solid #BAC4FF;
}
.check-inline input[type=radio]:after,
.acf-radio-list li input[type=radio]:after,
.acf-checkbox-list li input[type=radio]:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-radius: 100%;
}
.check-inline input[type=radio]:focus:before,
.acf-radio-list li input[type=radio]:focus:before,
.acf-checkbox-list li input[type=radio]:focus:before {
  border-color: #0093FF;
}
ul.acf-radio-list li input[type=radio],
.acf-checkbox-list li input[type=radio] {
  margin-right: 10px !important;
}

.check-inline input[type=radio]:hover:before,
.acf-radio-list li input[type=radio]:hover:before,
.acf-checkbox-list li input[type=radio]:hover:before {
  background-color: #DCE2FF;
}
.check-inline input[type=radio]:hover:after,
.acf-radio-list li input[type=radio]:hover:after,
.acf-checkbox-list li input[type=radio]:hover:after {
  background-color: #DCE2FF;
}

.check-inline input[type=radio]:checked:before,
.acf-radio-list li input[type=radio]:checked:before,
.acf-checkbox-list li input[type=radio]:checked:before {
  background-color: #FFFFFF;
}
.check-inline input[type=radio]:checked:after,
.acf-radio-list li input[type=radio]:checked:after,
.acf-checkbox-list li input[type=radio]:checked:after {
  background-color: #4B66FE;
}

form.multistep .check-inline {
  display: flex;
  margin-bottom: 11px;
}
form.multistep .check-inline label {
  margin-bottom: 0;
  padding-top: 8px;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.radio.columns {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .radio.columns {
    column-count: 1;
  }
}

.check-inline,
.acf-checkbox-list li,
.checkbox-list-item,
.acf-true-false,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  overflow: auto;
}

.acf-field-true-false .parsley-errors-list {
  position: relative;
  left: -32px;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.check-inline input[type=checkbox],
.acf-checkbox-list li input[type=checkbox],
.checkbox-list-item input[type=checkbox],
.acf-true-false input[type=checkbox],
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  padding: 0;
  position: relative;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 16px 0 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 8px;
  cursor: pointer;
}
.check-inline input[type=checkbox]:before,
.acf-checkbox-list li input[type=checkbox]:before,
.checkbox-list-item input[type=checkbox]:before,
.acf-true-false input[type=checkbox]:before,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-radius: 8px;
  border: 3px solid #BAC4FF;
}
.check-inline input[type=checkbox]:after,
.acf-checkbox-list li input[type=checkbox]:after,
.checkbox-list-item input[type=checkbox]:after,
.acf-true-false input[type=checkbox]:after,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-radius: 0;
}
.check-inline input[type=checkbox]:focus:before,
.acf-checkbox-list li input[type=checkbox]:focus:before,
.checkbox-list-item input[type=checkbox]:focus:before,
.acf-true-false input[type=checkbox]:focus:before,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus:before {
  border-color: #0093FF;
  background-color: #DCE2FF;
}
.check-inline input[type=checkbox]:focus:after,
.acf-checkbox-list li input[type=checkbox]:focus:after,
.checkbox-list-item input[type=checkbox]:focus:after,
.acf-true-false input[type=checkbox]:focus:after,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus:after {
  background-color: transparent;
}

ul.acf-checkbox-list li {
  margin-bottom: 16px !important;
}

ul.acf-checkbox-list li input[type=checkbox] {
  margin-right: 16px !important;
  margin-top: 0 !important;
}

ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
  display: inline-block;
}

.check-inline input[type=checkbox]:hover:before,
.acf-checkbox-list li input[type=checkbox]:hover:before,
.checkbox-list-item input[type=checkbox]:hover:before,
.acf-true-false input[type=checkbox]:hover:before,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:hover:before {
  background-color: #DCE2FF;
}
.check-inline input[type=checkbox]:hover:after,
.acf-checkbox-list li input[type=checkbox]:hover:after,
.checkbox-list-item input[type=checkbox]:hover:after,
.acf-true-false input[type=checkbox]:hover:after,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:hover:after {
  background-color: transparent;
}

.check-inline input[type=checkbox]:checked:before,
.acf-checkbox-list li input[type=checkbox]:checked:before,
.checkbox-list-item input[type=checkbox]:checked:before,
.acf-true-false input[type=checkbox]:checked:before,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked:before {
  background-color: transparent;
}
.check-inline input[type=checkbox]:checked:after,
.acf-checkbox-list li input[type=checkbox]:checked:after,
.checkbox-list-item input[type=checkbox]:checked:after,
.acf-true-false input[type=checkbox]:checked:after,
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked:after {
  background-image: url("../img/icon-check-brand.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.acf-field.acf-field-true-false .acf-label label {
  padding-top: 6px !important;
}

.checkbox-list-item input, .checkbox-list-item label {
  display: inline-block;
}
.checkbox-list-item label {
  max-width: calc(100% - 48px);
}
.checkbox-list-item input {
  float: left;
  margin-right: 20px;
}

.acf-field .acf-label {
  margin: 0 0 8px !important;
}

.acf-true-false label, form.multistep .acf-field-true-false .acf-label {
  margin-bottom: 0 !important;
}

.acf-field {
  margin: 0 0 24px !important;
}

.acf-field .acf-label label {
  margin: 0 0 0 !important;
}

.acf-field-true-false .acf-input {
  float: left;
}

.acf-taxonomy-field .categorychecklist-holder {
  border: 0px solid rgba(0, 0, 0, 0.5) !important;
  max-height: initial !important;
}

.acf-taxonomy-field {
  border: 0;
}

.acf-fields.-border {
  border: 0px solid rgba(0, 0, 0, 0.5) !important;
}
.acf-fields.-border .acf-field {
  margin: 0 !important;
}

.acf-field p.description {
  font-size: 0.825rem;
  line-height: 1.125rem;
  margin-bottom: 16px !important;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
  min-width: 100% !important;
}

.acf-field.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 32px !important;
  padding-top: 20px;
}

.acf-field-true-false .acf-label {
  max-width: calc(100% - 48px);
  margin-bottom: 0;
}
.acf-field-true-false .acf-label p.description {
  margin-bottom: 0 !important;
}

.delete-account {
  margin-top: 32px;
  background: #F6F6F6;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.filters-top {
  display: flex;
  margin: 32px 0;
  justify-content: space-between;
}
.filters-top .facetwp-type-fselect .fs-label-wrap {
  padding: 2px !important;
}
.filters-top .fs-label-wrap .fs-label {
  padding: 4px 40px 4px 8px !important;
}
.filters-top .facetwp-type-fselect .fs-arrow {
  top: 7px !important;
  right: 12px !important;
}

.icon-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
}
.icon-checkbox-grid .checkbox-icon {
  background: #000000;
  position: relative;
  width: 33.3333%;
  padding: 32px;
  text-align: center;
  transition: 0.5s;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .icon-checkbox-grid .checkbox-icon {
    width: 50%;
  }
}
.icon-checkbox-grid .checkbox-icon:hover {
  background: #4B63E6;
  cursor: pointer;
}
.icon-checkbox-grid .checkbox-icon__label {
  color: #FFFFFF;
}
.icon-checkbox-grid .checkbox-icon__input {
  padding: 0;
  position: absolute;
  left: 16px;
  top: 16px;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 16px 0 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.icon-checkbox-grid .checkbox-icon__input:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-radius: 0;
  border: 2px solid #000000;
}
.icon-checkbox-grid .checkbox-icon__input:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  pointer-events: none;
  border-radius: 0;
}
.icon-checkbox-grid .checkbox-icon__input:checked:before {
  background-color: #FFFFFF;
}
.icon-checkbox-grid .checkbox-icon__input:checked:after {
  background-image: url("../img/icon-check-brand.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.icon-checkbox-grid .checkbox-icon__img {
  width: 50%;
  margin: 32px auto;
}

.faq button.accordion {
  background-color: transparent;
  padding: 0 0 0 32px;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 32px;
  background-image: url("../img/icon-plus-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  transition: 0s;
}
@media only screen and (max-width: 767px) {
  .faq button.accordion {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.faq button.accordion.active {
  background-image: url("../img/icon-minus-black.svg");
}
.faq button.accordion:hover {
  color: #4B63E6;
}
.faq .panel__inner {
  padding: 32px;
  background: #F6F6F6;
  margin-bottom: 32px;
}
.faq .panel__inner p:last-child {
  margin-bottom: 0;
}

.widget-title {
  color: #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 8px;
}

.widget {
  margin-bottom: 32px;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li a {
  color: #4B63E6;
}

.posted-in {
  display: flex;
  margin-bottom: 8px;
}
.posted-in a {
  margin-left: 4px;
  color: #4B63E6;
}

.posted-by a {
  color: #4B63E6;
}

.welcome-message .button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.welcome-message .button-wrapper .button {
  display: block;
  width: calc(50% - 8px);
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
}
.welcome-message .button-wrapper .button:nth-child(odd) {
  margin-left: 0;
}
.welcome-message .button-wrapper .button:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .welcome-message .button-wrapper .button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.additional-content-item.button {
  margin-bottom: 32px;
}
.notyf {
  padding: 40px;
}

.notyf-announcer {
  background-color: blue;
}

.embed-wrapper iframe {
  width: 100%;
}

.social-media {
  display: flex;
  list-style: none;
  margin: 0;
}
.social-media .social-media__icon {
  filter: brightness(0) saturate(100%) invert(37%) sepia(57%) saturate(5292%) hue-rotate(225deg) brightness(105%) contrast(101%);
  transition: all 0.3s ease-in;
}
.social-media .social-media__item:last-child .social-media__link {
  margin-right: 0;
}
.social-media .social-media__icon {
  width: 1.5rem;
  transition: all 0.3s ease-in;
}
.social-media .social-media__link {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.social-media .social-media__link:hover {
  background-color: #4B66FE;
}
.social-media .social-media__link:hover .social-media__icon {
  filter: brightness(0) invert(1);
}

.modal__container {
  padding: 1rem;
}
.modal__container .citlfp-modal.welcome-message {
  padding: 1.5rem;
}
@media (min-width: 480px) {
  .modal__container .citlfp-modal.welcome-message {
    padding: 3rem;
  }
}
@media (min-width: 1440px) {
  .modal__container .citlfp-modal.welcome-message {
    padding: 4rem;
  }
}
.modal__container .citlfp-modal.welcome-message .welcome-message-label {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  .modal__container .citlfp-modal.welcome-message .welcome-message-label {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.modal__container .citlfp-modal.welcome-message .modal__body {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .modal__container .citlfp-modal.welcome-message .modal__body {
    font-size: 1.125rem;
  }
}
.modal__container .citlfp-modal.welcome-message .button--secondary {
  color: #FFFFFF !important;
}
.modal__container .citlfp-modal.welcome-message .dismiss-welcome-message {
  border: 2px solid #000000;
}

.footer.insulate-p {
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .footer.insulate-p {
    padding-bottom: 2.5rem;
  }
}

.footer {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background: url("/wp-content/themes/fusionhub/assets/img/ellipse-footer.svg") no-repeat #060D31 bottom -25rem right -20rem;
  z-index: 99;
}
@media (min-width: 768px) {
  .footer {
    background-position: top 10rem right -15rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    background-position: top -5rem right -2rem;
  }
}
@media (min-width: 1536px) {
  .footer {
    background-position: top -4rem right -2rem;
  }
}
@media (min-width: 1800px) {
  .footer {
    background-position: top -2rem right -2rem;
  }
}
.footer:before {
  background-image: url("../img/dark-blue-bottom-divider.svg");
}
.footer .footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer__col {
    text-align: left;
    align-items: flex-start;
  }
}
.footer p {
  color: rgba(255, 255, 255, 0.8);
}
.footer .site-logo {
  width: 6.25rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .footer .site-logo {
    width: 14rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .footer .site-logo {
    margin-right: unset;
    margin-left: unset;
  }
}
.footer .footer__site-intro {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer .footer__site-intro {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer .footer__site-intro {
    font-size: 1.875rem;
    line-height: 1.33;
    text-align: left;
  }
}
.footer .footer__title {
  margin-bottom: 2rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer .footer__title {
    margin-bottom: 1.5rem;
  }
}
.footer .footer__nav-items ul {
  list-style: none;
}
.footer .footer__nav-items .menu-item {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer .footer__nav-items .menu-item {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.footer .footer__nav-items .menu-item:last-of-type {
  margin-bottom: 0;
}
.footer .footer__nav-items .menu-item a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.8;
}
.footer .footer__nav-items .menu-item a:hover {
  text-decoration: underline;
}
.footer .footer__nav-items .menu-item.current-menu-parent > a, .footer .footer__nav-items .menu-item.current-menu-item > a {
  color: #4B66FE;
  text-decoration: underline;
}
.footer .footer__nav-items a {
  font-weight: 400;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin-bottom: 0;
}
.footer ul li a {
  text-decoration: underline;
}
.footer__flex {
  display: flex;
  flex-wrap: wrap;
}
.footer__col {
  margin-bottom: 2.5rem;
  flex: 1;
}
@media only screen and (max-width: 1280px) {
  .footer__col {
    width: 18%;
    flex: none;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__col {
    width: 30%;
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    flex: none;
    padding-right: 0;
    width: 100%;
  }
}
.footer__col:nth-child(1) {
  margin-right: 70px;
  width: 40%;
  min-width: 400px;
}
@media only screen and (max-width: 1440px) {
  .footer__col:nth-child(1) {
    width: 30%;
    min-width: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer__col:nth-child(1) {
    width: 35%;
    min-width: 350px;
    margin-right: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__col:nth-child(1) {
    width: 100%;
    min-width: auto;
    marin-right: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col:nth-child(1) {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    border-right: 0;
  }
}
.footer__col:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.footer .pill {
  margin-top: 2rem;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .pill {
    max-width: fit-content;
  }
}
.footer .social-media {
  margin-top: 2rem;
}
.footer .footer__logo {
  width: 3.75rem;
  margin: 0 auto 2rem auto;
  order: 1;
}
@media (min-width: 768px) {
  .footer .footer__logo {
    margin: 0;
    order: 2;
  }
}
.footer .footer__logo .footer-logo__icon {
  width: 3.75rem;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__bottom .site-info {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  order: 2;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom .site-info {
    align-self: flex-end;
    order: 1;
  }
}
@media (min-width: 767px) {
  .footer__bottom .site-info {
    flex-direction: row;
    align-self: flex-end;
  }
}
.footer__bottom .web-agency {
  margin-top: 1.5rem;
  margin-left: 0rem;
}
@media (min-width: 768px) {
  .footer__bottom .web-agency {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.footer__bottom .web-agency a {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}
.footer__bottom .web-agency a:hover {
  color: #4B66FE;
}
.footer__bottom p {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.header .menu-toggle, .mobile-header .menu-toggle {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  background: url("/wp-content/themes/fusionhub/assets/img/icon-arrow-white-down.svg") no-repeat #4B66FE center;
  cursor: pointer;
  flex-shrink: 0;
}
.header .menu .menu-item, .mobile-header .menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .menu .menu-item, .mobile-header .menu .menu-item {
    padding: 1.5rem 0;
  }
}
.header .menu .menu-item a, .mobile-header .menu .menu-item a {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
.header .menu .menu-item a:hover, .mobile-header .menu .menu-item a:hover {
  color: #4B66FE;
}
.header .menu .menu-item.current-menu-parent > a, .header .menu .menu-item.current-menu-item > a, .mobile-header .menu .menu-item.current-menu-parent > a, .mobile-header .menu .menu-item.current-menu-item > a {
  color: #4B66FE;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .header .menu .menu-item .sub-menu .menu-item, .mobile-header .menu .menu-item .sub-menu .menu-item {
    padding: 0;
  }
}
.header .menu .menu-item .sub-menu a, .mobile-header .menu .menu-item .sub-menu a {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #FFFFFF;
}

.header, .mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.5rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s ease-in;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .header, .mobile-header {
    display: none;
  }
}
.header.header-scroll--active, .mobile-header.header-scroll--active {
  top: -12rem;
}
.header.nav-sticky--active, .mobile-header.nav-sticky--active {
  background-color: #FFFFFF;
}
.header .inner__wrapper, .mobile-header .inner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .site-logo, .mobile-header .site-logo {
  width: 12.5rem;
}
.header .main-nav, .mobile-header .main-nav {
  margin-bottom: 1.5rem;
}
.header .main-nav .header-account-menu__wrapper a, .mobile-header .main-nav .header-account-menu__wrapper a {
  color: #1E1B43;
}
.header .main-nav .header-account-menu__wrapper a:hover, .mobile-header .main-nav .header-account-menu__wrapper a:hover {
  color: #4B66FE;
}
.header .pill, .mobile-header .pill {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__menus, .mobile-header__menus {
    display: none;
  }
}

.main-nav {
  display: flex;
  justify-content: flex-end;
}

.top-menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.top-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
.top-menu ul li {
  padding: 0;
  margin: 0;
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
.top-menu ul li:first-child {
  margin-left: 0;
}
.top-menu .sub-menu {
  top: 0;
  position: absolute;
  width: 260px;
  padding-top: 3rem;
  display: none;
  text-align: left;
}
.top-menu .sub-menu a {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.33;
  color: #FFFFFF;
}
.top-menu .sub-menu li {
  padding: 0 1.5rem;
  margin-left: 0;
  background-color: #000000;
}
.top-menu .sub-menu li:first-child {
  padding-top: 1.5rem;
  border-top: 2px solid #387FEB;
}
.top-menu .sub-menu li:last-child {
  padding-bottom: 1.5rem;
}
.top-menu .menu-item:hover > a {
  color: #387FEB;
}
.top-menu .menu-item:hover .sub-menu {
  display: block;
}
.top-menu .menu-item:hover .menu-toggle {
  transform: rotate(180deg);
}

.mobile-header {
  padding: 1rem 0;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-header {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 9999;
  }
}
.mobile-header .inner__wrapper {
  display: flex;
  justify-content: space-between;
}
.mobile-header .mobile-navigation__container {
  display: flex;
  align-items: center;
}
.mobile-header__logo {
  width: 100px;
  display: block;
}
.mobile-header__logo h2 {
  color: #FFFFFF;
  display: block;
  background: url("../img/fusion-logo.svg") no-repeat;
  background-size: contain;
  width: 210px;
  height: 72px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .mobile-header__logo h2 {
    width: 120px;
    height: 52px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-header__logo h2 {
    height: 24px;
    width: 68px;
  }
}

.mobile-menu {
  position: relative;
}
.mobile-menu h3 {
  margin-bottom: 1rem;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-menu ul li {
  flex-wrap: wrap;
  margin: 0;
  transition: all 0.3s ease-in;
}
.mobile-menu ul li a {
  transition: all 0.3s ease-in;
}
.mobile-menu ul li a.button {
  color: #FFFFFF;
}
.mobile-menu ul li a.button:hover, .mobile-menu ul li a.button:focus, .mobile-menu ul li a.button:active {
  color: #4B63E6;
}
.mobile-menu .sub-menu {
  width: calc(100% + 6rem);
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
  margin-right: -3rem;
  margin-left: -3rem;
  padding: 2rem 3rem;
  display: none;
  background: #060D31;
}
.mobile-menu .sub-menu li {
  padding: 0;
  margin-bottom: 1.5rem;
}
.mobile-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.mobile-menu .sub-menu a {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #FFFFFF;
}
.mobile-menu .sub-menu--active {
  color: #001C4A;
  background-color: #F6F7FF;
}
.mobile-menu .sub-menu--active .menu-toggle {
  transform: rotate(180deg);
}
.mobile-menu .sub-menu--active .sub-menu {
  display: block;
}

.mobile-menu-slide,
.mobile-menu-slide-account,
.mobile-menu-slide-search,
.mobile-menu-slide-find {
  position: absolute;
  left: 0;
  top: 5rem;
  width: 100%;
  height: 100vh;
  padding-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #FFFFFF;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  transform: translateX(-100%);
  z-index: 100;
}
.mobile-menu-slide.open,
.mobile-menu-slide-account.open,
.mobile-menu-slide-search.open,
.mobile-menu-slide-find.open {
  transform: translateX(0);
  transition: 0.5s all ease-in-out;
  visibility: visible;
}

.mobile-menu-slide .pill {
  text-align: center;
}
.mobile-menu-slide .pill--find-opportunities {
  max-width: 220px;
  width: 100%;
}

.mobile-menu-slide-account .button {
  margin: 16px;
}

.hero {
  position: relative;
  padding-top: 80px;
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 148px;
    align-items: center;
  }
}
.hero .inner__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero .inner__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.hero .hero__content {
  max-width: 757px;
  width: 100%;
  order: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero .hero__content {
    width: 50%;
    order: 1;
  }
}
@media (min-width: 850px) {
  .hero .hero__content {
    width: 60%;
  }
}
.hero .hero__logo {
  display: none;
}
@media (min-width: 768px) {
  .hero .hero__logo {
    margin-bottom: 2rem;
    display: block;
  }
}
.hero .hero__logo-image {
  width: 3rem;
}
@media (min-width: 1024px) {
  .hero .hero__logo-image {
    width: 5rem;
  }
}
.hero .hero__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero .hero__title {
    margin-bottom: 2rem;
  }
}
.hero .hero__title strong {
  color: #4B66FE;
  font-weight: inherit;
}
.hero .hero__text {
  margin-bottom: 24px;
}
.hero .hero__text p {
  margin-bottom: 24px;
}
.hero .hero__links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.hero .pill {
  margin-bottom: 0;
}
@media (max-width: 554px) {
  .hero .pill {
    width: 100%;
  }
}
@media (min-width: 554px) {
  .hero .pill {
    margin-right: 1rem;
  }
  .hero .pill:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .hero .pill {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .hero .pill {
    margin-bottom: 1.5rem;
  }
}
.hero .pill:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero .pill:last-child {
    margin-left: 2rem;
    margin-bottom: 0;
  }
}
.hero .hero__oval {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .hero__oval {
    right: -50px;
    width: 520px;
  }
}
@media (min-width: 1024px) {
  .hero .hero__oval {
    width: 620px;
  }
}
@media (min-width: 1440px) {
  .hero .hero__oval {
    width: 720px;
  }
}
@media (min-width: 1800px) {
  .hero .hero__oval {
    right: -200px;
    width: 820px;
  }
}
@media (min-width: 2000px) {
  .hero .hero__oval {
    right: -300px;
    width: 1020px;
  }
}
.hero .hero__image {
  position: relative;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 1.5rem;
  order: 1;
}
@media (min-width: 768px) {
  .hero .hero__image {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.hero .hero__image .hero__image-wrapper {
  margin-right: -120px;
}
@media (min-width: 768px) {
  .hero .hero__image .hero__image-wrapper {
    margin-right: -220px;
  }
}
@media (min-width: 1440px) {
  .hero .hero__image .hero__image-wrapper {
    margin-right: -320px;
  }
}
@media (min-width: 1800px) {
  .hero .hero__image .hero__image-wrapper {
    margin-right: -520px;
  }
}
@media (min-width: 2000px) {
  .hero .hero__image .hero__image-wrapper {
    margin-right: -620px;
  }
}
.hero .hero__image .hero__image-wrapper img {
  width: 100%;
  height: 100%;
  mask-image: url("/wp-content/themes/fusionhub/assets/img/oval-mask.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.hero-page.hero-intro--active .inner__wrapper, .hero-page.hero-image--active .inner__wrapper {
  padding-bottom: 0;
}
.hero-page.hero-intro--active .hero-page__box, .hero-page.hero-image--active .hero-page__box {
  background: url("../img/graphic--ellipse--50-50-left--orange.svg") no-repeat top 3rem right -10rem/400px;
}
@media (min-width: 480px) {
  .hero-page.hero-intro--active .hero-page__box, .hero-page.hero-image--active .hero-page__box {
    background-position: top 3rem right -10rem;
  }
}
@media (min-width: 768px) {
  .hero-page.hero-intro--active .hero-page__box, .hero-page.hero-image--active .hero-page__box {
    background-size: 600px;
    background-position: top -3rem right 5rem;
  }
}
@media (min-width: 1024px) {
  .hero-page.hero-intro--active .hero-page__box, .hero-page.hero-image--active .hero-page__box {
    background-position: top -3rem right 8rem;
  }
}
@media (min-width: 1120px) {
  .hero-page.hero-intro--active .hero-page__box, .hero-page.hero-image--active .hero-page__box {
    background-position: top -3rem right 15rem;
  }
}

.hero-page {
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .hero-page {
    padding-top: 96px;
  }
}
@media (min-width: 1024px) {
  .hero-page {
    padding-top: 200px;
  }
}
.hero-page .filter {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .hero-page .filter {
    margin-top: 2rem;
  }
}
.hero-page--contact {
  background: #F6F7FF;
}
.hero-page--contact .hero-page__breadcrumb {
  margin-bottom: 0;
}
.hero-page--contact .hero-page__box {
  display: inline-block;
}
.hero-page--contact .hero-page__flex {
  height: auto;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .hero-page--contact .hero-page__flex {
    height: auto;
  }
}
.hero-page--no-hero {
  background: #FFFFFF;
}
.hero-page--no-hero .hero-page__breadcrumb {
  margin-bottom: 0;
}
.hero-page--no-hero .hero-page__box {
  display: inline-block;
}
.hero-page--no-hero .hero-page__flex {
  height: auto;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .hero-page--no-hero .hero-page__flex {
    height: auto;
  }
}
.hero-page--register {
  background: #FFFFFF;
}
.hero-page--register .hero-page__breadcrumb {
  margin-bottom: 0;
}
.hero-page--register .hero-page__flex {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .hero-page--register .hero-page__flex {
    height: auto;
  }
}
.hero-page--register .hero-page__box {
  display: inline-block;
  background: none;
  width: 100%;
  padding-bottom: 0;
}
.hero-page--register .hero-page__box:before {
  content: none;
}
.hero-page--register .hero-page__box:after {
  content: none;
}
.hero-page--small .hero-page__flex {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .hero-page--small .hero-page__flex {
    height: auto;
  }
}
.hero-page--smallest .hero-page__flex {
  height: 320px;
}
@media only screen and (max-width: 767px) {
  .hero-page--smallest .hero-page__flex {
    height: auto;
  }
}
.hero-page__box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero-page__box {
    flex-direction: row;
  }
}
.hero-page__box .rh-col, .hero-page__box .lh-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-page__box .rh-col, .hero-page__box .lh-col {
    width: calc(50% - 2rem);
  }
}
.hero-page__box .rh-col {
  position: relative;
  margin-top: 2rem;
  z-index: 999;
}
@media (min-width: 1024px) {
  .hero-page__box .rh-col {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero-page__box .lh-col {
    margin-right: 2rem;
  }
}
.hero-page__image {
  height: 16rem;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-page__image {
    height: 24rem;
    margin-bottom: 0;
  }
}
.hero-page__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .hero-page__content {
    width: 100%;
    display: block;
  }
}
.hero-page__breadcrumb p {
  color: #001C4A;
  position: relative;
  display: inline-block;
}
.hero-page__breadcrumb a {
  font-weight: 500;
}
.hero-page__subtitle {
  margin-top: 2.5rem;
  align-self: flex-start;
}
.hero-page__title, .hero-page__text {
  margin-bottom: 0;
}
.hero-page__text {
  margin-top: 16px;
}
.hero-page__text p {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.hero-page .button {
  margin-right: 24px;
}
.hero-page--with-image .hero-page__flex {
  padding: 160px 0 70px;
  display: flex;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .hero-page--with-image .hero-page__flex {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.hero-page--with-image .hero-page__content {
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero-page--with-image .hero-page__content {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-page--with-image .hero-page__image {
    display: none;
  }
}

.hero-intro {
  margin-top: -3.5rem;
  position: relative;
  background-color: #4B66FE;
}
.hero-intro::before {
  background-image: url("../img/primary-blue-top.svg");
}
.hero-intro::after {
  background-image: url("../img/graphic--curve--bottom--blue--1440x48.svg");
}
.hero-intro .insulate-p {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .hero-intro .insulate-p {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.hero-intro .hero-intro__title, .hero-intro p {
  color: #FFFFFF;
}
.hero-intro .hero-intro__title {
  width: 100%;
  max-width: 700px;
  margin-bottom: 2rem;
}
.hero-intro .intro-section__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero-intro .intro-section__container {
    flex-direction: row;
  }
}
.hero-intro .lh-col, .hero-intro .rh-col {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-intro .lh-col {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero-intro .lh-col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .hero-intro .rh-col {
    width: calc(50% - 9rem);
    margin-left: 9rem;
  }
}
@media (min-width: 1120px) {
  .hero-intro .rh-col {
    margin-left: 9rem;
  }
}

.hero-page--taxonomy {
  position: relative;
  background-color: #F6F7FF;
}
.hero-page--taxonomy.decor-border--bottom::after {
  background-image: url("../img/graphic--1440x80--wave--top--light-blue-1.svg");
}
.hero-page--taxonomy .hero-page__box {
  background-image: none;
}
@media (min-width: 480px) {
  .hero-page--taxonomy .hero-page__box {
    margin-bottom: -160px;
  }
}
.hero-page--taxonomy .hero-taxonomy__title {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .hero-page--taxonomy .hero-taxonomy__title {
    margin-bottom: 3rem;
  }
}
.hero-page--taxonomy .taxonomy-icon {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .hero-page--taxonomy .taxonomy-icon {
    max-width: 400px;
    margin-right: unset;
  }
}

.hero-page--opportunities {
  position: relative;
  background-color: #F6F7FF;
}
.hero-page--opportunities.decor-border--bottom::after {
  background-image: url("../img/graphic--1440x80--wave--top--light-blue-1.svg");
}

.hero-banner--secondary .hero-page__box {
  background: none;
}
@media (min-width: 1024px) {
  .hero-banner--secondary .hero-page__box {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-banner--secondary .lh-col {
    order: 2;
  }
}
@media (max-width: 768px) {
  .hero-banner--secondary .rh-col {
    order: 1;
  }
}
.hero-banner--secondary .hero__image {
  position: relative;
  margin-right: -1rem;
  margin-left: -1rem;
  background: url("../img/graphic--ellipse--50-50-left--orange.svg") no-repeat top -1rem right -1.5rem/320px;
}
@media (min-width: 480px) {
  .hero-banner--secondary .hero__image {
    background-size: 480px;
    background-position: top 0rem right 0rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner--secondary .hero__image {
    top: 0;
    right: 0;
    position: absolute;
    background-size: 560px;
    background-position: top -2.5rem right -1rem;
  }
}
.hero-banner--secondary .hero__image .hero__image--container {
  width: 260px;
  margin-left: auto;
}
@media (min-width: 320px) {
  .hero-banner--secondary .hero__image .hero__image--container {
    width: 320px;
  }
}
@media (min-width: 480px) {
  .hero-banner--secondary .hero__image .hero__image--container {
    width: 480px;
  }
}
@media (min-width: 1120px) {
  .hero-banner--secondary .hero__image .hero__image--container {
    width: 680px;
  }
}
.hero-banner--secondary .hero__image .hero__image-wrapper {
  clip-path: ellipse(40% 60% at 60% 35%);
  transform: rotate(60deg);
  pointer-events: none;
}
@media (min-width: 320px) {
  .hero-banner--secondary .hero__image .hero__image-wrapper {
    clip-path: ellipse(35% 70% at 60% 35%);
  }
}
@media (min-width: 1024px) {
  .hero-banner--secondary .hero__image .hero__image-wrapper {
    clip-path: ellipse(35% 60% at 55% 35%);
  }
}
@media (min-width: 1120px) {
  .hero-banner--secondary .hero__image .hero__image-wrapper {
    clip-path: ellipse(22% 60% at 50% 32%);
  }
}
.hero-banner--secondary .hero__image .hero__image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: rotate(-60deg);
}
@media (min-width: 480px) {
  .hero-banner--secondary .hero__image .hero__image-wrapper img {
    height: 480px;
  }
}

.hero-page--404 .hero-page__box {
  flex-direction: column;
}

.text-two-col {
  position: relative;
  background-color: #162BA2;
}
.text-two-col.decor-border--top::before, .text-two-col.decor-border--both::before {
  background-image: url("../img/graphic--1440x80--wave--top--dark-blue.svg");
}
.text-two-col.decor-border--bottom::after, .text-two-col.decor-border--both::after {
  background-image: url("../img/graphic--1440x80--wave--bottom--dark-blue.svg");
}
.text-two-col .text-two-col__title, .text-two-col .title-meta-info, .text-two-col .text-two-col__text-area {
  color: #FFFFFF;
}
.text-two-col .title-meta-info {
  background-color: rgba(255, 255, 255, 0.05);
}
.text-two-col .lh-col, .text-two-col .rh-col {
  width: 100%;
}
@media (min-width: 768px) {
  .text-two-col .lh-col, .text-two-col .rh-col {
    width: calc(50% - 2rem);
  }
}
.text-two-col .lh-col {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .text-two-col .lh-col {
    margin-right: 2rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .text-two-col .rh-col {
    margin-left: 2rem;
  }
}
.text-two-col .text-two-col__header {
  max-width: 568px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .text-two-col .text-two-col__header {
    margin-bottom: 2rem;
  }
}
.text-two-col .text-two-col__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .text-two-col .text-two-col__content {
    flex-direction: row;
  }
}
.text-two-col .wysiwyg_editor a {
  color: #FFFFFF;
}

.text-two-col.theme--light {
  background-color: #FFFFFF;
}
.text-two-col.theme--light .text-two-col__title, .text-two-col.theme--light .wysiwyg_editor p, .text-two-col.theme--light .introduction-text p {
  color: #001C4A;
}
.text-two-col.theme--light .wysiwyg_editor a {
  color: #4B66FE;
}

@media (min-width: 768px) {
  .text-two-col.offset--left-column .lh-col {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .text-two-col.offset--left-column .rh-col {
    width: calc(50% - 9rem);
    margin-left: 9rem;
  }
}

.text-icon-image {
  position: relative;
  background: url("../img/ellipse--right--and--left--yellow.svg") no-repeat top 2rem center/500px;
}
@media (min-width: 768px) {
  .text-icon-image {
    background-size: 800px;
    background-position: top 3rem center;
  }
}
@media (min-width: 1024px) {
  .text-icon-image {
    background-position: top 3rem left -10rem;
  }
}
@media (min-width: 1536px) {
  .text-icon-image {
    background-position: top 3rem left 12rem;
  }
}
.text-icon-image p {
  color: #FFFFFF;
}
.text-icon-image .inner__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-icon-image .lh-col, .text-icon-image .rh-col {
  width: 100%;
}
@media (min-width: 1024px) {
  .text-icon-image .lh-col, .text-icon-image .rh-col {
    width: calc(50% - 3rem);
  }
}
.text-icon-image .lh-col {
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .text-icon-image .lh-col {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .text-icon-image .rh-col {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .text-icon-image .rh-col {
    margin-left: 3rem;
  }
}
.text-icon-image .text-image__title {
  margin-bottom: 2rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .text-icon-image .text-image__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.text-icon-image .introduction-text {
  margin-bottom: 2rem;
}
.text-icon-image .introduction-text p {
  line-height: 1.66;
}
.text-icon-image .text-image__contianer-image {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .text-icon-image .text-image__contianer-image {
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .text-icon-image .text-image__contianer-image {
    max-width: 100%;
  }
}
.text-icon-image .text-image__top, .text-icon-image .text-image__bottom {
  display: flex;
}
.text-icon-image .image-one, .text-icon-image .image-two {
  width: 100%;
  object-fit: cover;
  flex-shrink: 1;
}
.text-icon-image .image-one {
  max-width: 165px;
  height: 165px;
  margin-left: 1rem;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .text-icon-image .image-one {
    max-width: 306px;
    height: 306px;
    margin-left: 2rem;
  }
}
.text-icon-image .image-two {
  max-width: 207px;
  height: 207px;
  margin-top: -2rem;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .text-icon-image .image-two {
    max-width: 382px;
    height: 382px;
    margin-top: -4rem;
  }
}
.text-icon-image .icon-one__container, .text-icon-image .icon-two__container {
  width: 102px;
  height: 102px;
  border-radius: 1.5rem;
  display: flex;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9;
}
@media (min-width: 768px) {
  .text-icon-image .icon-one__container, .text-icon-image .icon-two__container {
    width: 192px;
    height: 192px;
  }
}
.text-icon-image .icon-one__container {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-icon-image .icon-one__container {
    margin-bottom: 1rem;
  }
}
.text-icon-image .icon-two__container {
  margin-top: 1rem;
  margin-left: -2rem;
}
@media (min-width: 768px) {
  .text-icon-image .icon-two__container {
    margin-top: 2rem;
    margin-left: -3rem;
  }
}
.text-icon-image .icon-one, .text-icon-image .icon-two {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .text-icon-image .icon-one, .text-icon-image .icon-two {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.step-cards--active .insulate-p-no-top {
  padding-bottom: 0rem;
}

.step-cards--active + section .inner__wrapper {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .step-cards--active + section .inner__wrapper {
    padding-top: 14.5rem;
  }
}

.step-cards {
  width: 100%;
  margin-bottom: -7rem;
  z-index: 999;
}
@media (min-width: 768px) {
  .step-cards {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .step-cards {
    margin-top: 5.5rem;
    margin-bottom: -15rem;
  }
}
.step-cards .card {
  padding: 1rem;
}
.step-cards .step-cards__title {
  margin-bottom: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .step-cards .step-cards__title {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.step-cards .step-cards__container {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .step-cards .step-cards__container {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.step-cards .step-cards__container .card {
  display: flex;
  align-items: center;
}
.step-cards .step-cards__container .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step-cards .card__image {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .step-cards .card__image {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 1.5rem;
  }
}
.step-cards .title-meta-info {
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .step-cards .title-meta-info {
    margin-bottom: 1rem;
  }
}
.step-cards .card__title {
  font-weight: 600;
  color: #4B66FE;
}

.text-icon-image.theme--light {
  background-color: #F6F7FF;
}
.text-icon-image.theme--light .title-meta-info {
  color: #030621;
  background-color: rgba(75, 102, 254, 0.05);
}
.text-icon-image.theme--light .text-image__title {
  color: #4B66FE;
}
.text-icon-image.theme--light .text-image__title strong {
  color: #030621;
  font-weight: 600;
}
.text-icon-image.theme--light .wysiwyg_editor p {
  color: rgba(3, 6, 33, 0.8);
}

.text-icon-image.bg-colour--blue {
  background-color: #4B66FE;
}
.text-icon-image.bg-colour--blue.decor-border--top::before, .text-icon-image.bg-colour--blue.decor-border--both::before {
  background-image: url("../img/primary-blue-top.svg");
}
.text-icon-image.bg-colour--blue.decor-border--bottom::after, .text-icon-image.bg-colour--blue.decor-border--both::after {
  background-image: url("../img/primary-blue-bottom.svg");
}

.text-icon-image.bg-colour--dark-blue {
  background-color: #162BA2;
}
.text-icon-image.bg-colour--dark-blue.decor-border--top::before, .text-icon-image.bg-colour--dark-blue.decor-border--both::before {
  background-image: url("../img/graphic--1440x80--wave--top--dark-blue.svg");
}
.text-icon-image.bg-colour--dark-blue.decor-border--bottom::after, .text-icon-image.bg-colour--dark-blue.decor-border--both::after {
  background-image: url("../img/graphic--1440x80--wave--bottom--dark-blue.svg");
}

.text-image {
  background: url("../img/graphic--ellipse--50-50-left--orange.svg") #F6F7FF no-repeat bottom left 10rem;
}
.text-image .inner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .text-image .inner__wrapper {
    flex-direction: row;
  }
}
.text-image .lh-col, .text-image .rh-col {
  width: 100%;
}
@media (min-width: 768px) {
  .text-image .lh-col, .text-image .rh-col {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .text-image .lh-col, .text-image .rh-col {
    width: calc(50% - 4.5rem);
  }
}
@media (min-width: 768px) {
  .text-image .lh-col {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .text-image .lh-col {
    margin-right: 4.5rem;
  }
}
@media (min-width: 768px) {
  .text-image .rh-col {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .text-image .rh-col {
    margin-left: 4.5rem;
  }
}
.text-image .text-image__image {
  height: 340px;
  margin-bottom: 2.5rem;
  border-radius: 1.5rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .text-image .text-image__image {
    height: 640px;
    margin-bottom: 0;
  }
}
.text-image .text-image__title, .text-image .introduction-text, .text-image .wysiwyg_editor {
  color: #001C4A;
}
.text-image .introduction-text {
  margin-top: 2rem;
}
.text-image .wysiwyg_editor {
  margin-top: 2rem;
}
.text-image .pill {
  margin-top: 2.5rem;
}
@media (max-width: 1536px) {
  .text-image .pill {
    text-align: center;
  }
}

.switch--columns.text-image {
  background: url("../img/graphic--ellipse--50-50-right--orange.svg") #F6F7FF no-repeat bottom right 10rem;
}
@media (min-width: 768px) {
  .switch--columns.text-image .lh-col {
    margin-left: 1rem;
    margin-right: 0;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .switch--columns.text-image .lh-col {
    margin-left: 4.5rem;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .switch--columns.text-image .rh-col {
    margin-right: 1rem;
    margin-left: 0;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .switch--columns.text-image .rh-col {
    margin-right: 4.5rem;
    margin-left: 0;
  }
}

.default-cta {
  background-color: #F6F7FF;
}
.default-cta .inner__wrapper {
  position: relative;
  z-index: 999;
}
.default-cta .default-cta__top, .default-cta .default-cta__bottom {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
@media (min-width: 768px) {
  .default-cta .default-cta__top, .default-cta .default-cta__bottom {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2.5rem;
  }
}
.default-cta .default-cta__top {
  margin-bottom: 2.5rem;
}
.default-cta .default-cta__bottom {
  grid-row-gap: 2rem;
}
.default-cta .default-cta__title strong {
  color: #4B66FE;
}
.default-cta .default-cta__text-area {
  color: rgba(0, 0, 0, 0.8);
}
.default-cta .cta-card {
  padding: 2rem;
  border-radius: 1.5rem;
}
@media (min-width: 1024px) {
  .default-cta .cta-card {
    padding: 2.5rem;
  }
}
.default-cta .cta-card:first-child {
  background-color: #65FBD2;
}
.default-cta .cta-card:first-child .cta-card__sub-title, .default-cta .cta-card:first-child .cta-card__title, .default-cta .cta-card:first-child .cta-card__text-area p {
  color: #001C4A;
}
.default-cta .cta-card:last-child {
  background-color: #162BA2;
}
.default-cta .cta-card:last-child .cta-card__sub-title, .default-cta .cta-card:last-child .cta-card__title, .default-cta .cta-card:last-child .cta-card__text-area p {
  color: #FFFFFF;
}
.default-cta .cta-card .cta-card__sub-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .default-cta .cta-card .cta-card__sub-title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.default-cta .cta-card .cta-card__title {
  margin-bottom: 0.5rem;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) {
  .default-cta .cta-card .cta-card__title {
    font-size: 4.5rem;
    line-height: 1.11;
  }
}
.default-cta .cta-card .cta-card__text-area {
  margin-bottom: 2rem;
}
@media (min-width: 1120px) {
  .default-cta .cta-card .cta-card__text-area {
    margin-bottom: 2.5rem;
  }
}
.default-cta .cta-card .cta-card__text-area p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1120px) {
  .default-cta .cta-card .cta-card__text-area p {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .default-cta .cta-card .pill {
    text-align: center;
  }
}

.bulleted-list {
  position: relative;
  background-color: #162BA2;
  color: #FFFFFF;
}
.bulleted-list .inner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .bulleted-list .inner__wrapper {
    flex-direction: row;
  }
}
.bulleted-list .lh-col {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .bulleted-list .lh-col {
    width: calc(35% - 2.5rem);
    margin-right: 2.5rem;
  }
}
@media (min-width: 1120px) {
  .bulleted-list .lh-col {
    width: calc(35% - 4.5rem);
    margin-right: 4.5rem;
  }
}
.bulleted-list .rh-col {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .bulleted-list .rh-col {
    width: calc(65% - 2.5rem);
    margin-left: 2.5rem;
  }
}
@media (min-width: 1120px) {
  .bulleted-list .rh-col {
    width: calc(65% - 4.5rem);
    margin-left: 4.5rem;
  }
}
.bulleted-list .title-meta-info {
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.bulleted-list .bulleted-list__title {
  margin-bottom: 1rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .bulleted-list .bulleted-list__title {
    margin-bottom: 1.5rem;
  }
}
.bulleted-list .bulleted-list__text-area p {
  color: #FFFFFF;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .bulleted-list .bulleted-list__text-area p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.bulleted-list .bulleted-list__list {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  list-style: none;
}
@media (min-width: 768px) {
  .bulleted-list .bulleted-list__list {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.bulleted-list .list__list-item {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.bulleted-list .list__list-item::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  background: url("/wp-content/themes/fusionhub/assets/img/icon-awesome-check.svg") #F99A01 no-repeat center/0.875rem;
}
@media (min-width: 768px) {
  .bulleted-list .list__list-item::before {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
    background-size: 1.25rem;
  }
}
.bulleted-list .list__list-item:last-child {
  margin-bottom: 0;
}

.bulleted-list.theme--light {
  background-color: #F6F7FF;
}
.bulleted-list.theme--light .title-meta-info {
  color: #030621;
  background-color: rgba(75, 102, 254, 0.05);
}
.bulleted-list.theme--light .bulleted-list__title {
  color: #4B66FE;
}
.bulleted-list.theme--light .bulleted-list__title strong {
  color: #030621;
  font-weight: 600;
}
.bulleted-list.theme--light .bulleted-list__text-area p {
  color: rgba(3, 6, 33, 0.8);
}
.bulleted-list.theme--light .bulleted-list__list {
  color: #030621;
}

.featured-listing {
  position: relative;
  background: url("../img/ellipse--20--blue.svg") no-repeat bottom 70px left -120px, url("../img/ellipse--20--blue.svg") no-repeat top right -200px, #F6F7FF;
  background-size: 500px;
}
@media (min-width: 768px) {
  .featured-listing {
    background-position: bottom 20px left -120px, top 120px right -260px;
  }
}
@media (min-width: 1024px) {
  .featured-listing {
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .featured-listing {
    background-position: bottom left, top right;
  }
}
.featured-listing::after {
  background-image: url("../img/light-grey-bottom-divider.svg");
  z-index: 99;
}
.featured-listing .box-jagged {
  filter: drop-shadow(0px 12px 24px rgba(75, 102, 254, 0.2));
}
.featured-listing .featured-listing__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .featured-listing .featured-listing__header {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .featured-listing .featured-listing__header .lh-col {
    margin-bottom: 2rem;
  }
}
.featured-listing .featured-listing__header .rh-col {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .featured-listing .featured-listing__header .rh-col {
    text-align: center;
  }
}
.featured-listing .featured-listing__title {
  margin-bottom: 1rem;
}
.featured-listing .featured-listing__title strong {
  color: #4B66FE;
}
.featured-listing .card {
  flex-direction: column;
  filter: none;
}

.accordion-component {
  position: relative;
  background: url("../img/ellipse--20--blue.svg") no-repeat bottom 70px left -120px, url("../img/ellipse--20--blue.svg") no-repeat top right -200px, #F6F7FF;
  background-size: 500px;
}
@media (min-width: 768px) {
  .accordion-component {
    background-position: bottom 20px left -120px, top 120px right -260px;
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .accordion-component {
    background-position: bottom left, top right;
  }
}
.accordion-component.decor-border--top::before, .accordion-component.decor-border--both::before {
  background-image: url("../img/graphic--1440x80--wave--top--light-blue.svg");
}
.accordion-component .introduction-text {
  margin-bottom: 3.5rem;
  color: rgba(3, 6, 33, 0.8);
}
.accordion-component .accordion .accordion__item {
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  background-color: #FFFFFF;
  transition: all 300ms ease-in;
  cursor: pointer;
  filter: drop-shadow(0px 12px 24px rgba(75, 102, 254, 0.2));
}
@media (min-width: 768px) {
  .accordion-component .accordion .accordion__item {
    margin-bottom: 1rem;
  }
}
.accordion-component .accordion .accordion__item .accordion__title {
  margin-bottom: 0;
}
.accordion-component .accordion .accordion__item .accordion__title span {
  display: block;
}
.accordion-component .accordion .accordion__item .heading-h5 {
  font-weight: 600;
}
.accordion-component .accordion .accordion__title {
  position: relative;
  transition: all 300ms ease-in;
}
.accordion-component .accordion .accordion__title .heading-h5 {
  padding-right: 2rem;
}
.accordion-component .accordion .accordion__title h3 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1rem;
  color: white;
}
.accordion-component .accordion .accordion__title .accordion__control {
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 0.5rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #162BA2;
  transform: translateY(-50%) rotate(0);
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .accordion-component .accordion .accordion__title .accordion__control {
    width: 3rem;
    height: 3rem;
  }
}
.accordion-component .accordion .accordion__title .accordion__control::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: url("../img/icon-plus-black.svg") no-repeat center/1rem;
  transition: all 0.3s ease-in;
  filter: brightness(100);
}
.accordion-component .accordion .accordion__content {
  margin-top: 1.5rem;
  display: none;
}
@media (min-width: 768px) {
  .accordion-component .accordion .accordion__content {
    margin-top: 2rem;
  }
}
.accordion-component .accordion .accordion__content p {
  color: rgba(3, 6, 33, 0.8);
}
.accordion-component .accordion .accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion-component .accordion .accordion__content .pill {
  height: 32px;
  padding: 0.5rem 1rem;
}
.accordion-component .accordion .wysiwyg-editor li::after {
  background-color: white;
}
.accordion-component .accordion .accordion--open.accordion__item {
  background-color: #FFFFFF;
}
.accordion-component .accordion .accordion--open .accordion__control::after {
  transform: rotate(45deg);
}

.fusion-skills {
  position: relative;
  background-color: #F6F7FF;
}
.fusion-skills.decor-border--top::before, .fusion-skills.decor-border--both::before {
  background-image: url("../img/graphic--1440x80--wave--top--l--light-blue.svg");
}
.fusion-skills .fusion-skills__title {
  margin-bottom: 2.5rem;
}
.fusion-skills .fusion-skills__title strong {
  color: #4B66FE;
  font-weight: 600;
}
.fusion-skills .fusion-skills-accordion {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 480px) {
  .fusion-skills .fusion-skills-accordion {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .fusion-skills .fusion-skills-accordion {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .fusion-skills .fusion-skills-accordion {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fusion-skills .fusion-skills-accordion .fusion-skill__title {
  text-decoration: underline;
  text-align: left;
}
.fusion-skills .fusion-skills-accordion .fusion-skill__title .fusion-skill__link {
  color: #030621;
}
.fusion-skills .fusion-skills-accordion .card {
  position: relative;
  padding: 1.5rem 1.125rem 2rem 1.5rem;
}
.fusion-skills .fusion-skills-accordion__button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
  text-decoration: none;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}
.fusion-skills .fusion-skills-accordion__button img {
  width: 54px;
  margin-bottom: 1rem;
}
.fusion-skills .fusion-skills-accordion__button:hover .fusion-skill__info-icon img {
  transform: scale(1.2);
}
.fusion-skills .fusion-skills-accordion__panel {
  display: none;
  background: #FFFFFF;
  position: relative;
  width: 100%;
}
.fusion-skills .fusion-skills-accordion__panel.active {
  position: absolute;
  left: 0;
  border-radius: 1.5rem;
  display: block;
  overflow: hidden;
  z-index: 9;
}
.fusion-skills .fusion-skills-accordion__panel-inner {
  padding: 2.5rem;
  display: flex;
}
@media (min-width: 1024px) {
  .fusion-skills .fusion-skills-accordion__panel-inner {
    padding: 4rem;
  }
}
.fusion-skills .fusion-skills-accordion__panel-inner h2, .fusion-skills .fusion-skills-accordion__panel-inner h3, .fusion-skills .fusion-skills-accordion__panel-inner h4, .fusion-skills .fusion-skills-accordion__panel-inner p {
  color: #000000;
}
.fusion-skills .fusion-skills-accordion__panel-inner h3 {
  color: #4B63E6;
}
.fusion-skills .fusion-skills-accordion__image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fusion-skills .fusion-skills-accordion__image img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .fusion-skills .fusion-skills-accordion__image {
    display: none;
  }
}
.fusion-skills .fusion-skills-accordion__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.fusion-skills .fusion-skills-accordion__text .title {
  margin-bottom: 1rem;
}
.fusion-skills .fusion-skills-accordion__text .introduction-text {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fusion-skills .fusion-skills-accordion__text {
    width: 100%;
  }
}
.fusion-skills .fusion-skills-accordion__buttons {
  margin-top: 3rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .fusion-skills .fusion-skills-accordion__buttons {
    display: block;
    width: 100%;
  }
}
.fusion-skills .fusion-skills-accordion__buttons .button {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .fusion-skills .fusion-skills-accordion__buttons .button {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
}
.fusion-skills .fusion-skills-accordion .fusion-skill__info-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.125rem;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.fusion-skills .fusion-skills-accordion .fusion-skill__info-icon img {
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.fusion-skills .fusion-skills-accordion__close {
  position: absolute;
  top: 0;
  right: 0;
  background: #4B63E6;
  height: 48px;
  width: 48px;
  border: 0;
  background-image: url("../img/icon-close-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  cursor: pointer;
}

.error404 .header, .error404 .mobile-header {
  position: relative;
  background-color: #F6F7FF;
}
.error404 .hero-page--404 {
  position: relative;
  padding-top: 0;
}
.error404 .hero-page--404:before {
  top: 0;
  position: absolute;
  width: 100%;
  height: 1.6rem;
  content: "";
  display: block;
  background: url("../img/primary-grey-bottom.svg") center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 480px) {
  .error404 .hero-page--404:before {
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .error404 .hero-page--404:before {
    height: 5rem;
  }
}
@media (min-width: 1440px) {
  .error404 .hero-page--404:before {
    height: 7rem;
  }
}
@media (min-width: 480px) {
  .error404 .hero-page--404 .hero-page__box {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .error404 .hero-page--404 .hero-page__box {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .error404 .hero-page--404 .hero-page__box {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .error404 .hero-page--404 .hero-page__box {
    margin-top: 5rem;
  }
}
.error404 .main-page-content {
  padding-top: 2.5rem;
  background-color: #FFFFFF;
}
.error404 .main-page-content::before {
  display: none;
}

.main-page-content {
  background-color: #F6F7FF;
}
.main-page-content.decor-border--top {
  position: relative;
}
.main-page-content.decor-border--top::before {
  background-image: url("../img/graphic--1440x80--wave--top--l--light-blue.svg");
}

.page-template-page-contact .contact-form {
  background-image: url("../img/Graphic--Ellipse--Right--Orange.svg");
  background-repeat: no-repeat;
  background-position: right -200px top 200px;
}
.page-template-page-contact .contact-form .inner__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-template-page-contact .contact-form .inner__wrapper {
    flex-direction: row;
  }
}
.page-template-page-contact .contact-form .lh-col {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .page-template-page-contact .contact-form .lh-col {
    width: 35%;
    margin-bottom: 3rem;
  }
}
.page-template-page-contact .contact-form .rh-col {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-page-contact .contact-form .rh-col {
    width: calc(65% - 6rem);
    margin-left: 6rem;
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact .contact-form .rh-col {
    margin-left: 14rem;
    margin-bottom: 0;
  }
}
.page-template-page-contact .contact-form .contact-form__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .page-template-page-contact .contact-form .contact-form__title {
    margin-bottom: 2rem;
  }
}
.page-template-page-contact .contact-form .social-media__link {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  filter: drop-shadow(0 6px 16px rgba(75, 102, 254, 0.2));
  padding: 14px 12px;
}
.page-template-page-contact .contact-form .social-media__link:hover {
  background-color: #4B66FE;
}
.page-template-page-contact .contact-form .social-media__link:hover .social-media__icon {
  filter: brightness(0) invert(1);
}
.page-template-page-contact .contact-form .contact__email {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .page-template-page-contact .contact-form .contact__email {
    margin-bottom: 3rem;
  }
}
.page-template-page-contact .contact-form .contact__email h3 {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .page-template-page-contact .contact-form .contact__email h3 {
    margin-bottom: 0;
  }
}
.page-template-page-contact .contact-form .contact__email a {
  font-size: 1rem;
  line-height: 1.5;
  color: #162BA2;
  font-weight: normal;
}
@media (min-width: 480px) {
  .page-template-page-contact .contact-form .contact__email a {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.page-template-page-contact .contact-form .contact__email-info {
  display: flex;
  align-items: center;
}
.page-template-page-contact .contact-form .contact__email-info a {
  color: #001C4A;
}
.page-template-page-contact .contact-form .contact__icon {
  width: 40px;
  padding: 8px 8px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #162BA2;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 320px) {
  .page-template-page-contact .contact-form .contact__icon {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .page-template-page-contact .contact-form .contact__icon {
    width: 48px;
    padding: 14px 12px;
    margin-right: 1rem;
  }
}
.page-template-page-contact .contact-form .contact__contact-form {
  background: #FFFFFF;
  padding: 1.5rem;
  border: 3px solid #EDF0FF;
  border-radius: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (min-width: 480px) {
  .page-template-page-contact .contact-form .contact__contact-form {
    padding: 3rem;
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact .contact-form .contact__contact-form {
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-contact .contact-form .contact__contact-form {
    width: 100%;
    margin-bottom: 0;
  }
}

.page-template-page-contact .header, .page-template-page-contact .mobile-header {
  background: #F6F7FF;
}
.page-template-page-contact .border-top {
  background-color: #FFFFFF;
  position: relative;
  z-index: 5;
}
.page-template-page-contact .border-top:before {
  top: 0rem;
  position: absolute;
  width: 100%;
  height: 1.6rem;
  content: "";
  display: block;
  background: url("../img/primary-grey-bottom.svg") center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  pointer-events: none;
  z-index: 99;
}
@media (min-width: 480px) {
  .page-template-page-contact .border-top:before {
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page-template-page-contact .border-top:before {
    height: 5rem;
  }
}
@media (min-width: 1440px) {
  .page-template-page-contact .border-top:before {
    height: 7rem;
  }
}

.search-results .filters-top {
  margin-top: 0;
}

.fusion-assets {
  position: relative;
  background: url("../img/ellipse--20--blue.svg") no-repeat top right -200px #F6F7FF;
  background-size: 500px;
}
@media (min-width: 768px) {
  .fusion-assets {
    background-position: top 120px right -260px;
  }
}
@media (min-width: 1024px) {
  .fusion-assets {
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .fusion-assets {
    background-position: top right;
  }
}
.fusion-assets .fusion-assets__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .fusion-assets .fusion-assets__title {
    margin-bottom: 2.5rem;
  }
}
.fusion-assets .fusion_assets__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fusion-assets #items-count {
  font-weight: 500;
}
.fusion-assets .fusion-assets__container {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 2.5rem;
}
@media (min-width: 1024px) {
  .fusion-assets .fusion-assets__container {
    grid-template-columns: 1fr 1fr;
  }
}
.fusion-assets .card {
  padding: 1.5rem;
  display: flex;
}
.fusion-assets .card__image-wrap {
  margin-right: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .fusion-assets .card__image-wrap {
    display: none;
  }
}
.fusion-assets .card__title {
  margin-bottom: 1rem;
  color: #4B66FE;
}
.fusion-assets .card__text {
  margin-right: 1.5rem;
}
.fusion-assets .card__text p {
  font-size: 1rem;
  opacity: 0.8;
}
.fusion-assets .card__image {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
}
.fusion-assets .pill {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  align-self: flex-start;
  background-image: url("../img/icon-download-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.post-type-archive-citl_listing .hero-page {
  padding-bottom: 3.5rem;
}
@media (min-width: 480px) {
  .post-type-archive-citl_listing .hero-page {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 768px) {
  .post-type-archive-citl_listing .hero-page {
    padding-bottom: 8.5rem;
  }
}
@media (min-width: 1024px) {
  .post-type-archive-citl_listing .hero-page {
    padding-bottom: 10.5rem;
  }
}
.post-type-archive-citl_listing .hero-page .hero__title {
  position: relative;
  z-index: 99;
}
.post-type-archive-citl_listing .hero-page__oval {
  top: 200px;
  right: 0;
  position: absolute;
  width: 600px;
}
@media (min-width: 1024px) {
  .post-type-archive-citl_listing .hero-page__oval {
    top: 20px;
    right: -280px;
  }
}
.post-type-archive-citl_listing .featured-listing .inner__wrapper {
  padding-top: 0;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .post-type-archive-citl_listing .featured-listing .inner__wrapper {
    padding-bottom: 3.5rem;
  }
}
.post-type-archive-citl_listing .featured-listing::after {
  background-image: url("../img/graphic--1440x80--wave--top--light-blue-1.svg");
}
.post-type-archive-citl_listing .featured-listing .featured-listing__header .pill {
  display: none;
}
.post-type-archive-citl_listing .fusion-skills {
  background-color: #FFFFFF;
}
.post-type-archive-citl_listing .fusion-skills .insulate-p {
  padding-top: 3.5rem;
}
@media (min-width: 480px) {
  .post-type-archive-citl_listing .fusion-skills .insulate-p {
    padding-top: 5.5rem;
  }
}
@media (min-width: 768px) {
  .post-type-archive-citl_listing .fusion-skills .insulate-p {
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .post-type-archive-citl_listing .fusion-skills .insulate-p {
    padding-top: 10.5rem;
  }
}
@media (min-width: 1440px) {
  .post-type-archive-citl_listing .fusion-skills .insulate-p {
    padding-top: 14.5rem;
  }
}
.post-type-archive-citl_listing .default-cta {
  background-color: #FFFFFF;
}

.find-opportunities-archive {
  position: relative;
  background: url("../img/ellipse--20--blue.svg") no-repeat top 980px left -120px, url("../img/ellipse--20--blue.svg") no-repeat top -30px right -280px, #F6F7FF;
  background-size: 500px;
}
@media (min-width: 768px) {
  .find-opportunities-archive {
    background-position: top 1000px left -120px, top -40px right -260px;
  }
}
@media (min-width: 1024px) {
  .find-opportunities-archive {
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .find-opportunities-archive {
    background-position: top 500px left, top -50px right;
  }
}
@media (min-width: 1800px) {
  .find-opportunities-archive {
    background-position: top 500px left, top 0px right;
  }
}
.find-opportunities-archive .inner__wrapper {
  padding-top: 3rem;
}
.find-opportunities-archive.decor-border--top::before, .find-opportunities-archive.decor-border--both::before {
  background-image: url("../img/graphic--1440x80--wave--top--l--light-blue.svg");
}
.find-opportunities-archive.decor-border--bottom::after, .find-opportunities-archive.decor-border--both::after {
  background-image: url("../img/graphic--1440x80--wave--bottom--white.svg");
  background-color: #F6F7FF;
}
.find-opportunities-archive .listing-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
  row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .find-opportunities-archive .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .find-opportunities-archive .listing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero-page--providers .hero-page__box {
  background-image: none;
}

.providers {
  position: relative;
  background: url("../img/ellipse--20--blue.svg") no-repeat bottom 70px left -120px, url("../img/ellipse--20--blue.svg") no-repeat top right -200px, #162BA2;
  background-size: 500px;
}
@media (min-width: 768px) {
  .providers {
    background-position: bottom 200px left -120px, top 120px right -260px;
    background-size: auto;
  }
}
@media (min-width: 1536px) {
  .providers {
    background-position: bottom 400px left, top right;
  }
}
.providers .inner__wrapper {
  padding-top: 3rem;
}
.providers.decor-border--top::before, .providers.decor-border--both::before {
  background-image: url("../img/graphic--1440x80--wave--bottom--dark-blue.svg");
  transform: rotate(180deg);
}
.providers .providers__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 480px) {
  .providers .providers__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .providers .providers__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.providers .card__title a {
  color: #001C4A;
}

.tax-citl_fusion_skills .header, .tax-citl_fusion_skills .mobile-header {
  background-color: #F6F7FF;
}

.single-citl_listing .event-meta {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.33;
}
.single-citl_listing .event-meta__title {
  font-weight: 600;
}
.single-citl_listing .header, .single-citl_listing .mobile-header {
  background-color: #F6F7FF;
}
.single-citl_listing .hero-page__title {
  margin-bottom: 2rem;
}
.single-citl_listing .hero-listing__org-link {
  color: #001C4A;
}
.single-citl_listing .learner-type {
  position: relative;
  display: flex;
  font-weight: 500;
  text-decoration: underline;
  color: #001C4A;
}
.single-citl_listing .learner-type::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  display: block;
  background: url("../img/icon--24--person--purple.svg");
}
.single-citl_listing .opportunities-single__content {
  background-color: #FFFFFF;
}
.single-citl_listing .opportunities-single__content .inner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .single-citl_listing .opportunities-single__content .inner__wrapper {
    flex-direction: row;
  }
}
.single-citl_listing .opportunities-single__content .main-content, .single-citl_listing .opportunities-single__content .sidebar {
  width: 100%;
}
@media (max-width: 1024px) {
  .single-citl_listing .opportunities-single__content .main-content {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .single-citl_listing .opportunities-single__content .main-content {
    width: calc(65% - 7rem);
    margin-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .single-citl_listing .opportunities-single__content .sidebar {
    width: 35%;
  }
}
.single-citl_listing .featured-listing::before {
  background-image: url("../img/graphic--1440x80--wave--top--l--light-blue.svg");
  z-index: 9;
}
.single-citl_listing .featured-listing .inner__wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 480px) {
  .single-citl_listing .featured-listing .inner__wrapper {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 768px) {
  .single-citl_listing .featured-listing .inner__wrapper {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .single-citl_listing .featured-listing .inner__wrapper {
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 1440px) {
  .single-citl_listing .featured-listing .inner__wrapper {
    padding-bottom: 14.5rem;
  }
}

.single-citl_organisation .header, .single-citl_organisation .mobile-header {
  background-color: #F6F7FF;
}
.single-citl_organisation .hero-page--providers-single .hero-page__box {
  margin-bottom: unset;
}
.single-citl_organisation .hero-page--providers-single .hero-listing__title {
  color: #001C4A;
}
.single-citl_organisation .hero-page--providers-single .hero__provider-logo {
  width: 80px;
  margin-top: 1rem;
}
.single-citl_organisation .default-cta, .single-citl_organisation .providers__content {
  background-color: white;
}

.providers__content {
  background-image: url(../img/graphic--ellipse--providers-orange.svg);
  background-repeat: no-repeat;
  background-position: right -100px top 200px;
}
.providers__content .inner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .providers__content .inner__wrapper {
    flex-direction: row;
  }
}
.providers__content .main-content, .providers__content .sidebar {
  width: 100%;
}
.providers__content .main-content {
  padding: 2.5rem 2rem 2rem 2rem;
  border: 3px solid #EDF0FF;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .providers__content .main-content {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .providers__content .main-content {
    width: calc(65% - 7rem);
    margin-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .providers__content .sidebar {
    width: 35%;
  }
}
.providers__content .sidebar a {
  color: #001C4A;
  text-decoration: underline;
}
.providers__content .sidebar a:hover {
  text-decoration: none;
}

.page-template-template-my-hub .hero-page .rh-col {
  align-items: flex-end;
}
.page-template-template-my-hub .hero-page .lh-col {
  justify-content: flex-end;
}
.page-template-template-my-hub .hero-page__box {
  background-image: none;
}
.page-template-template-my-hub main.decor-border--top {
  position: relative;
}
.page-template-template-my-hub main.decor-border--top::before {
  background-image: url("../img/primary-white-bottom.svg");
  background-color: #F6F7FF;
}
.page-template-template-my-hub main {
  background-color: #F6F7FF;
}
.page-template-template-my-hub .tab-filters {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-my-hub .tab-filters {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .page-template-template-my-hub .tab-filters {
    margin-bottom: 5rem;
    flex-direction: row;
    align-items: center;
  }
}
.page-template-template-my-hub .tab-filters .tabs {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .page-template-template-my-hub .tab-filters .tabs {
    margin-right: unset;
    margin-left: unset;
  }
}
.page-template-template-my-hub .tab-filters .tabs a {
  padding: 1rem;
}

.forgotten-password {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.register-page {
  background: url("../img/Graphic--Ellipse--Left--Orange.svg") no-repeat top 300px left -50px/500px, url("../img/Graphic--Ellipse--Right--Orange.svg") no-repeat center right -80px/600px;
}
@media (min-width: 1024px) {
  .register-page {
    background-position: top 300px left 100px, center right -80px;
  }
}
@media (min-width: 1536px) {
  .register-page {
    background-position: top 300px left 260px, center right 160px;
  }
}

.hide-text {
  text-indent: -9999px;
}

.clear {
  clear: both;
  display: block;
  color: black;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hide-desktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
}

.hide-mobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.hide-tablet {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .hide-tablet {
    display: none;
  }
}

.show-tablet {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .show-tablet {
    display: block;
  }
}

.lock-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */
