@charset "UTF-8";
/*!
Theme Name: Setsquared Impact
Theme URI: http://setsquaredimpact.co.uk
Author: Recognition Creative
Author URI: recognitioncreative.com/
Version: 1.0.0
Developer: Mike Turner
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: setsquaredimpact
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://db.onlinewebfonts.com/c/61ccd65742ec5c151136c77f6ef097c4?family=HelveticaNeueLTPro-Ex);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media screen and (min-width: 1000px) {
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1110px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: #1A3878;
  font-family: "HelveticaNeueLTPro-Ex";
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  overflow-x: hidden;
  margin-top: 84px !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
body.no-scroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

.container,
.small-container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .small-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .site-content {
    margin-top: 104px;
  }
}
a {
  color: #1A3878;
  text-decoration: none;
  line-height: normal;
  text-decoration: underline;
}
a:visited, a:active, a:hover {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  margin: 0;
  line-height: 66px;
  font-weight: 700;
}

h2 {
  font-size: 44px;
  font-size: clamp(2rem, 7vw, 4.4rem);
  margin: 0;
  line-height: 54px;
  font-weight: 700;
}

h3 {
  font-size: 35px;
  font-size: clamp(1.8rem, 7vw, 3.5rem);
  margin: 0;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 28px;
  font-size: clamp(2.4rem, 5vw, 2.8rem);
  margin: 0;
  line-height: 34px;
  font-weight: 700;
}

h5 {
  font-size: 23px;
  font-size: clamp(1.2rem, 5vw, 2.3rem);
  margin: 0;
  line-height: 38px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  margin: 0;
  line-height: 22px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.caption {
  font-size: 13px;
  font-size: clamp(1rem, 4vw, 1.3rem);
  line-height: 21px;
  font-family: "Inter", serif;
}

small, .small {
  font-size: 14px;
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-family: "HelveticaNeueLTPro-Ex";
  line-height: 21px;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.page-template-page-stage .anchor {
  display: block;
  position: relative;
  top: -230px;
  visibility: hidden;
}

.page-template-page-resources .anchor {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #C71838;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.menu-toggle {
  background: none;
  border: none;
  margin-left: auto;
  border-radius: 0;
  z-index: 999;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #1A3878;
  margin: 6px 0;
  transition: 0.4s;
}

.bar1 {
  transform: rotate(0deg) translate(0px, -5px);
}

.bar2 {
  transform: rotate(0deg) translate(0px, -5px);
  width: 25px;
}

.bar3 {
  transform: rotate(0deg) translate(0px, -5px);
  width: 30px;
}

.menu-is-active .bar1, .menu-is-active .bar2, .menu-is-active .bar3 {
  background-color: #ffffff;
  margin-right: -4px;
}
.menu-is-active .bar1 {
  transform: rotate(-45deg) translate(0px, 6px);
}
.menu-is-active .bar2 {
  display: none;
}
.menu-is-active .bar3 {
  transform: rotate(45deg) translate(0px, -7px);
  width: 35px;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  height: 84px;
}
.site-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 769px) {
  .site-header .main-navigation {
    padding: 20px 0;
  }
}
.site-header .main-navigation li {
  margin: -28px 0;
}
@media screen and (max-width: 1109px) {
  .site-header .main-navigation li {
    margin: 0;
  }
}
.site-header .main-navigation li:hover a {
  color: #C71838;
}
.site-header .site-title img {
  display: block;
  min-width: 120px;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .site-header .site-title img {
    min-width: 100px;
    max-width: 160px;
    transition: all 0.3s;
    transition: opacity 0.6s;
    opacity: 1;
  }
}
.site-header .menu-main-menu-container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .menu-overlay {
  width: 100%;
}
@media screen and (max-width: 1109px) {
  .site-header .menu-overlay {
    display: none;
  }
}
.site-header .menu-overlay #primary-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .site-header .menu-overlay #primary-menu {
    gap: 18px;
  }
}
.site-header .menu-overlay #primary-menu a {
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
  transition: text-shadow 0.2s;
  padding: 31px 0;
}
@media screen and (max-width: 1109px) {
  .site-header .menu-overlay #primary-menu a {
    padding: 10px 28px 10px 0;
    font-weight: bold;
  }
}
.site-header .menu-overlay #primary-menu a:hover {
  color: #C71838;
}
@media screen and (min-width: 1109px) {
  .site-header .menu-overlay ul ul {
    padding: 15px;
    background-color: #C71838;
    color: #ffffff;
  }
  .site-header .menu-overlay ul ul li {
    padding: unset;
    margin: 10px 0;
  }
  .site-header .menu-overlay ul ul a {
    color: #ffffff !important;
    font-weight: normal !important;
    padding: unset !important;
  }
  .site-header .menu-overlay ul ul a:hover {
    color: #cccccc !important;
  }
}
.site-header .main-navigation.toggled .menu-overlay {
  display: block;
  height: 100vh;
  background: #ffffff;
  overflow: scroll;
  top: 160px;
  z-index: 9;
}
@media screen and (max-width: 1109px) {
  .site-header .main-navigation.toggled .menu-overlay {
    top: 84px;
  }
}
@media screen and (max-width: 769px) {
  .site-header .main-navigation.toggled .menu-overlay {
    top: 0px;
    background: #1A3878;
    color: #ffffff;
    padding-top: 80px;
  }
}
.site-header .main-navigation.toggled .menu-overlay .menu-main-menu-container {
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}
.site-header .main-navigation.toggled .menu-overlay #primary-menu {
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  .site-header .main-navigation.toggled .menu-overlay #primary-menu {
    text-align: left;
    gap: 2px;
  }
}
.site-header .main-navigation.toggled .menu-overlay #primary-menu a {
  color: #ffffff;
}
.site-header .main-navigation.toggled .menu-overlay #primary-menu .sub-menu a {
  color: #ffffff !important;
}
@media (max-width: 1279px) {
  .site-header .main-navigation.toggled #primary-menu .menu-item-has-children .sub-menu {
    display: none;
  }
  .site-header .main-navigation.toggled #primary-menu .menu-item-has-children .submenu-toggle-button {
    position: absolute;
    top: 5px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
  }
  .site-header .main-navigation.toggled #primary-menu .menu-item-has-children .submenu-toggle-button:after {
    cursor: pointer;
    padding: 15px 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 600;
    font-size: 15px;
  }
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .sub-menu {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .sub-menu li {
    opacity: 1 !important;
    width: 100%;
  }
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .sub-menu li a {
    font-size: 15px !important;
    width: 100%;
    text-align: left;
    color: #1A3878 !important;
    padding: 10px 0;
  }
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .sub-menu li a::before {
    cursor: pointer;
    padding: 5px;
    content: "-";
  }
}
@media screen and (max-width: 1279px) and (max-width: 1109px) {
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .sub-menu li a {
    color: #ffffff !important;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .submenu-toggle-button {
    position: absolute;
    top: -11px;
    right: 0;
    color: #1A3878;
    cursor: pointer;
  }
  .site-header .main-navigation.toggled #primary-menu .submneu-menu-open .submenu-toggle-button:after {
    cursor: pointer;
    padding: 15px 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 600;
    font-size: 15px;
    top: 15px;
    position: relative;
  }
}
.site-header .current-menu-item a {
  color: #C71838;
}

.main-navigation.toggled .menu-overlay {
  display: block;
  padding: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  position: fixed;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(100% - 15px);
  width: 320px;
  max-width: 100%;
  z-index: 10;
  overflow-y: auto;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .menu-main-menu-container {
    opacity: 0;
    transform: scale(0.8);
    -webkit-animation: scalein 0.5s;
    animation: scalein 0.5s;
    transition: all 0.5s;
  }
  .main-navigation.toggled .menu-main-menu-container {
    opacity: 1;
    transform: scale(1);
  }
  #primary.content-area {
    z-index: 50;
    position: relative;
    transition: all 0.3s ease;
  }
  .menu-toggled #primary.content-area, .menu-toggled .site-footer {
    transform: translateX(-320px);
  }
  .main-navigation.toggled .site-title {
    opacity: 0;
  }
}
.fixed-key-section {
  position: fixed;
  top: 40%;
  right: -300px;
  transform: translate(0%, -50%);
  background-color: #1A3878;
  color: #ffffff;
  padding: 20px 15px;
  transition: right 1.5s;
  z-index: 2;
  width: 302px;
  border: 2px solid #ffffff;
}
.fixed-key-section .fixed-key {
  position: absolute;
  left: -52px;
  bottom: -2px;
  background: #1A3878;
  padding: 10px 5px;
  cursor: pointer;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #ffffff;
  border-right: 0;
}
.fixed-key-section .fixed-key-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fixed-key-section .fixed-key-items span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.fixed-key-section .key-arrow {
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  transition-property: transform;
}
.fixed-key-section.fixed-key-menu-open {
  right: 0;
}
.fixed-key-section.fixed-key-menu-open .key-arrow {
  transform: rotate(180deg);
}

.yoast-breadcrumb {
  background-color: #1A3878;
  color: #ffffff;
  padding: 15px;
  font-size: 12px;
}
.yoast-breadcrumb p {
  margin: 0;
}
.yoast-breadcrumb a {
  color: #ffffff;
}
.yoast-breadcrumb #breadcrumbs > span:first-child {
  display: flex;
  overflow: scroll;
  width: 100%;
  gap: 10px;
  align-items: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.yoast-breadcrumb #breadcrumbs > span:first-child::-webkit-scrollbar {
  display: none;
}
.yoast-breadcrumb #breadcrumbs a, .yoast-breadcrumb #breadcrumbs .breadcrumb_last {
  text-wrap: nowrap;
}

.site-footer {
  background-color: #ffffff;
  padding: 40px 0;
}
@media screen and (max-width: 1109px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer .footer-wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1109px) {
  .site-footer .footer-wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.site-footer .footer-left {
  flex: 1;
  max-width: 260px;
  width: 100%;
}
.site-footer .footer-left img {
  width: 260px;
}
.site-footer .footer-right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1109px) {
  .site-footer .footer-right {
    display: block;
  }
}
.site-footer .footer-end {
  flex: 1;
  max-width: 260px;
  width: 100%;
}
.site-footer .footer-end h4 {
  font-size: 20px;
  color: #C71838;
  font-weight: bold;
}
.site-footer .footer-end .button {
  margin-top: 5px;
  background: #C71838;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.site-footer .footer-end .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.site-footer .footer-end .button:hover {
  background: #a3142e;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .footer-end .button:active {
  background: #550a18;
}
.site-footer #footer-menu-1 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: left;
}
@media screen and (max-width: 1109px) {
  .site-footer #footer-menu-1 {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer #footer-menu-1 > * {
  padding: 0.4rem 0;
  flex: 33% 0;
}
.site-footer #footer-menu-1 a {
  text-decoration: none;
  font-size: 16px;
}
.site-footer #footer-menu-1 a:hover {
  text-decoration: underline;
}
.site-footer .bottom-site-info {
  margin-top: 30px;
  text-align: center;
}
.site-footer .bottom-site-info p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.header-section {
  position: relative;
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .header-section {
    margin: 30px 0;
  }
}
.header-section .background-image {
  display: block;
  max-width: calc(50% + 260px);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-section .overlay {
  position: absolute;
  background: #1A3878;
  background: linear-gradient(90deg, #1A3878 45%, rgba(26, 56, 120, 0) 60%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1109px) {
  .header-section .overlay {
    display: none;
  }
}
.header-section .container {
  height: 100%;
}
@media screen and (max-width: 1109px) {
  .header-section .container {
    padding: 0;
  }
}
.header-section .text {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0);
  color: #ffffff;
  text-align: left;
  width: 50%;
  height: 100%;
  z-index: 1;
  height: 600px;
}
@media screen and (max-width: 1109px) {
  .header-section .text {
    height: auto;
    min-height: 200px;
    width: 100%;
    background: rgba(26, 56, 120, 0.5);
  }
}
.header-section .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px 50px 10px 10px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1109px) {
  .header-section .text-wrap {
    gap: 5px;
    padding: 5px;
    text-align: center;
  }
}
.header-section .text-wrap .bottom-block {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1109px) {
  .header-section .text-wrap .bottom-block {
    margin-top: auto;
    flex-direction: column;
  }
}
.header-section .text-wrap .bottom-block img {
  width: 250px;
}
.header-section .text-wrap h1 {
  line-height: normal;
}
.header-section.short .text {
  height: 250px;
}

.logos-slider-section {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .logos-slider-section {
    margin: 30px 0;
  }
}
.logos-slider-section h3 {
  color: #C71838;
}
.logos-slider-section .logo {
  max-width: 160px !important;
  height: 160px !important;
  width: 100% !important;
  display: block !important;
  margin: 0 auto;
  object-fit: contain;
  aspect-ratio: 3/3 !important;
}
@media screen and (max-width: 769px) {
  .logos-slider-section .logo {
    max-width: 100px !important;
    height: 100px !important;
  }
}
.logos-slider-section .button {
  margin-top: 40px;
  background: #C71838;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.logos-slider-section .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.logos-slider-section .button:hover {
  background: #a3142e;
  transition: all 0.3s ease;
  text-decoration: none;
}
.logos-slider-section .button:active {
  background: #550a18;
}
@media screen and (max-width: 769px) {
  .logos-slider-section .button {
    margin-top: 5px;
  }
}
.logos-slider-section .logos-slider::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .logos-slider-section .logos-slider::before {
    width: 150px;
    height: 100px;
  }
}
.logos-slider-section .logos-slider::after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 160px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .logos-slider-section .logos-slider::after {
    width: 150px;
    height: 100px;
  }
}

.logos-section {
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .logos-section {
    margin: 30px 0;
  }
}
.logos-section .logos-block-title {
  border-bottom: 1px solid #C6CDDD;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .logos-section .logos-block-title {
    text-align: center;
  }
}
.logos-section .logos-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 769px) {
  .logos-section .logos-block {
    flex-direction: column;
    padding: 20px;
  }
}

.intro-section {
  margin: 60px auto;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .intro-section {
    margin: 30px 0;
  }
}
.intro-section .wrap {
  display: flex;
  padding: 50px;
  background-color: #C71838;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .intro-section .wrap {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
}
.intro-section .button {
  margin-top: 40px;
  background: #ffffff;
  color: #1A3878;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}
.intro-section .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1A3878;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.intro-section .button:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.intro-section .button:active {
  background: #bfbfbf;
}
@media screen and (max-width: 769px) {
  .intro-section .button {
    margin-top: 20px;
  }
}
.intro-section .left {
  flex: 1;
}
.intro-section .right {
  flex: 2;
}
.intro-section .right p:first-child {
  margin-top: 0;
}

.innovation-pathway-section {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .innovation-pathway-section {
    margin: 30px 0;
  }
}
.innovation-pathway-section .swipe {
  display: none;
}
@media screen and (max-width: 769px) {
  .innovation-pathway-section .swipe {
    display: block;
    margin-bottom: -30px;
    margin-top: 30px;
    color: #C71838;
  }
  .innovation-pathway-section .swipe svg {
    top: 2px;
    position: relative;
  }
  .innovation-pathway-section .swipe .swipe-left-arrow svg {
    transform: rotate(180deg);
    top: 1px;
    position: relative;
  }
}
.innovation-pathway-section .image {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 40px;
}
.innovation-pathway-section .image::-webkit-scrollbar {
  display: none;
}
.innovation-pathway-section .image img {
  margin-bottom: 20px;
  max-width: fit-content;
}

.pathways-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .pathways-section {
    margin: 30px 0;
  }
}
.pathways-section .top-block {
  text-align: center;
  padding: 10px 0;
}
.pathways-section .video {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pathways-section .video small {
  margin-top: 15px;
}
.pathways-section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.pathways-section .embed-container iframe,
.pathways-section .embed-container object,
.pathways-section .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pathways-section .wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1109px) {
  .pathways-section .wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.pathways-section .block {
  background-color: #1A3878;
  color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
}
.pathways-section .block:hover img {
  transform: scale(1.05);
}
.pathways-section .block img {
  display: block;
  transition: transform 0.8s;
}
.pathways-section .block .image-wrap {
  position: relative;
}
.pathways-section .block .overlay {
  background: linear-gradient(0deg, rgb(26, 56, 120) 1%, rgba(26, 56, 120, 0) 20%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pathways-section .content {
  background: linear-gradient(0deg, rgb(26, 56, 120) 70%, rgba(26, 56, 120, 0) 100%);
  padding: 40px;
  padding-top: 0;
  margin-top: -140px;
  z-index: 1;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
}
.pathways-section .button {
  background: #ffffff;
  color: #1A3878;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  margin-top: 15px;
}
.pathways-section .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1A3878;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.pathways-section .button:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.pathways-section .button:active {
  background: #bfbfbf;
}

.resources-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .resources-section {
    margin: 30px 0;
  }
}
.resources-section .top-block {
  text-align: center;
}
.resources-section .wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1109px) {
  .resources-section .wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.resources-section .block {
  background-color: #C71838;
  color: #ffffff;
  flex: 1;
  padding-top: 125px;
  position: relative;
}
.resources-section .block img {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
}
.resources-section .content {
  padding: 40px;
  padding-top: 0;
}
.resources-section .button {
  background: #ffffff;
  color: #1A3878;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  margin-top: 15px;
}
.resources-section .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1A3878;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.resources-section .button:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.resources-section .button:active {
  background: #bfbfbf;
}

.text-block-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .text-block-section {
    margin: 30px 0;
  }
}

.accordion-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .accordion-section {
    margin: 30px 0;
  }
}
.accordion-section h2 {
  font-weight: normal;
  margin: 0;
}
.accordion-section h3 {
  font-weight: normal;
  color: #1A3878;
  margin: 0;
}

.accordion span {
  font-size: 16px;
  margin-top: 30px;
  display: block;
}
.accordion #step-1 {
  margin-top: 15px;
}
.accordion .accordion-head {
  color: #1A3878;
  background-color: #C6CDDD;
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.accordion .accordion-head * {
  cursor: pointer;
}
.accordion .accordion-head h4 {
  margin: 0;
}
.accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.accordion .accordion-body {
  padding: 10px 20px 10px 0;
  height: auto;
  display: none;
  margin: 0;
}
.accordion .accordion-body p {
  margin: 10px 0;
}

.arrow {
  width: 30px;
  height: 30px;
}

.accordion-head .arrow .line-one {
  vertical-align: top;
  transition: opacity 0.3s;
  opacity: 1;
}

.accordion-head.open .arrow .line-one {
  opacity: 0;
}

.two-column-text-image-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .two-column-text-image-section {
    margin: 30px 0;
    text-align: center;
  }
}
.two-column-text-image-section .container {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .container {
    flex-direction: column;
  }
}
.two-column-text-image-section .container.left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .container.left {
    flex-direction: column-reverse;
  }
}
.two-column-text-image-section .container.right {
  flex-direction: row;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .container.right {
    flex-direction: column-reverse;
  }
}
.two-column-text-image-section .content {
  flex: 1;
}
.two-column-text-image-section .image-wrap {
  flex: 1;
  width: 100%;
}
.two-column-text-image-section .image {
  flex: 1;
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}

.two-column-text-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .two-column-text-section {
    margin: 30px 0;
    text-align: center;
  }
}
.two-column-text-section .container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .two-column-text-section .container {
    flex-direction: column;
  }
}

.three-column-text-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .three-column-text-section {
    margin: 30px 0;
    text-align: center;
  }
}
.three-column-text-section .container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .three-column-text-section .container {
    flex-direction: column;
  }
}
.three-column-text-section .left, .three-column-text-section .middle, .three-column-text-section .right {
  flex: 1;
}

.form-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .form-section {
    margin: 30px 0;
  }
}
.form-section .container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1109px) {
  .form-section .container {
    flex-direction: column;
    gap: 20px;
  }
}
.form-section .text {
  flex: 1;
}
@media screen and (max-width: 1109px) {
  .form-section .text {
    text-align: center;
  }
}
.form-section .form {
  flex: 1;
}
.form-section label, .form-section legend {
  font-weight: 400 !important;
}
.form-section .gfield_required.gfield_required_text {
  color: #1A3878 !important;
}
.form-section .gform_button {
  background: #1A3878;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}
.form-section .gform_button:hover {
  background: #132856;
  transition: all 0.3s ease;
  text-decoration: none;
}
.form-section .gform_button:active {
  background: #03070f;
}
.form-section .gform_wrapper .gform_footer .gform_button[type=submit] {
  background-image: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L1 11.5" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 90% 1.1rem;
  padding-right: 3rem;
}

.role-section {
  margin: 60px 0;
}
@media screen and (max-width: 1109px) {
  .role-section {
    margin: 30px 0;
  }
}
.role-section .role {
  margin: 40px 0;
  position: relative;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .role-section .role {
    flex-direction: column;
    gap: 0;
  }
}
.role-section .role .background-image {
  display: block;
  max-width: calc(50% + 260px);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.role-section .role .overlay {
  position: absolute;
  background: #1A3878;
  background: linear-gradient(90deg, #0F6DAB 45%, rgba(26, 56, 120, 0) 60%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1109px) {
  .role-section .role .overlay {
    display: none;
  }
}
.role-section .role .text {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0);
  color: #1A3878;
  text-align: left;
  width: 50%;
  height: 100%;
  z-index: 1;
  height: 100%;
  padding: 60px 5px 60px 60px;
}
@media screen and (max-width: 1109px) {
  .role-section .role .text {
    height: auto;
    padding: 30px;
    min-height: 300px;
    width: 100%;
    padding: 60px 15px;
  }
}
.role-section .role .text.royalblue {
  color: #ffffff;
  background: #0F6DAB;
}
.role-section .role .text.royalblue .button {
  background: #ffffff;
  color: #1A3878;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  margin-top: 15px;
}
.role-section .role .text.royalblue .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #1A3878;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.role-section .role .text.royalblue .button:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
  text-decoration: none;
}
.role-section .role .text.royalblue .button:active {
  background: #bfbfbf;
}
.role-section .role .text.midblue {
  background: #3ABFC2;
}
@media screen and (max-width: 769px) {
  .role-section .role .text.midblue {
    background: rgba(58, 191, 194, 0.9);
  }
}
.role-section .role .text.lightblue {
  background: #72CFE9;
}
@media screen and (max-width: 769px) {
  .role-section .role .text.lightblue {
    background: rgba(114, 207, 233, 0.9);
  }
}
.role-section .role .text.orange {
  background: #F99D36;
}
@media screen and (max-width: 769px) {
  .role-section .role .text.orange {
    background: rgba(249, 157, 54, 0.9);
  }
}
.role-section .role .text.green {
  background: #88C655;
}
@media screen and (max-width: 769px) {
  .role-section .role .text.green {
    background: rgba(136, 198, 85, 0.9);
  }
}
.role-section .role .text.purple {
  background: #A77BCA;
}
@media screen and (max-width: 769px) {
  .role-section .role .text.purple {
    background: rgba(167, 123, 202, 0.9);
  }
}
.role-section .role .icon-text {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .role-section .role .icon-text {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.role-section .role .icon-text .icon {
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 20px;
  padding-top: 25px;
}
.role-section .role .button {
  background: #1A3878;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  margin-top: 15px;
}
.role-section .role .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.role-section .role .button:hover {
  background: #132856;
  transition: all 0.3s ease;
  text-decoration: none;
}
.role-section .role .button:active {
  background: #03070f;
}
.role-section .role.right {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .role-section .role.right {
    flex-direction: column;
  }
}
.role-section .role.right .overlay.royalblue {
  background: linear-gradient(90deg, #0F6DAB 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.right .overlay.midblue {
  background: linear-gradient(90deg, #3ABFC2 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.right .overlay.lightblue {
  background: linear-gradient(90deg, #72CFE9 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.right .overlay.orange {
  background: linear-gradient(90deg, #F99D36 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.right .overlay.green {
  background: linear-gradient(90deg, #88C655 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.right .overlay.purple {
  background: linear-gradient(90deg, #A77BCA 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.right .text {
  padding: 60px 5px 60px 60px;
}
@media screen and (max-width: 769px) {
  .role-section .role.right .text {
    padding: 60px 15px;
    text-align: center;
  }
}
.role-section .role.left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .role-section .role.left {
    flex-direction: column;
  }
}
.role-section .role.left .background-image {
  left: 0;
}
.role-section .role.left .overlay.royalblue {
  background: linear-gradient(-90deg, #0F6DAB 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.left .overlay.midblue {
  background: linear-gradient(-90deg, #3ABFC2 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.left .overlay.lightblue {
  background: linear-gradient(-90deg, #72CFE9 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.left .overlay.orange {
  background: linear-gradient(-90deg, #F99D36 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.left .overlay.green {
  background: linear-gradient(-90deg, #88C655 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.left .overlay.purple {
  background: linear-gradient(-90deg, #A77BCA 50%, rgba(26, 56, 120, 0) 80%);
}
.role-section .role.left .text {
  padding: 60px;
}
@media screen and (max-width: 769px) {
  .role-section .role.left .text {
    padding: 60px 15px;
    text-align: center;
  }
}

.quote-section {
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .quote-section {
    margin: 30px 0;
  }
}
.quote-section .quote-container {
  border-left: 6px solid #72CFE9;
  padding: 10px 20px;
}
.quote-section .image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.quote-section blockquote {
  position: relative;
  font-family: Georgia, serif;
  font-style: italic;
}
.quote-section blockquote::before, .quote-section blockquote::after {
  position: absolute;
  color: #72CFE9;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
  display: inline-block;
}
.quote-section blockquote::before {
  content: "“";
  left: -40px;
  top: -30px;
}
.quote-section blockquote::after {
  content: "”";
  right: -30px;
  bottom: 0;
}
.quote-section .bottom-quote-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .quote-section .bottom-quote-info {
    flex-direction: column;
    align-items: baseline;
  }
}
.quote-section cite {
  display: block;
  font-size: 0.8em;
}
.quote-section cite p {
  margin: 0;
}
.quote-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.quote-section .slick-dots li {
  margin: 0 0.25rem;
}
.quote-section .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background-color: #1A3878;
  text-indent: -9999px;
}
.quote-section .slick-dots li.slick-active button {
  background-color: #C71838;
}
.quote-section .slick-prev {
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.quote-section .slick-prev:before {
  content: url(/wp-content/themes/setsquared-impact/img/quote-arrow.svg);
  transform: rotate(180deg);
  width: 20px;
  display: block;
  opacity: 1;
}
.quote-section .slick-prev:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .quote-section .slick-prev {
    top: 95%;
    left: 0;
  }
}
.quote-section .slick-next {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.quote-section .slick-next:before {
  content: url(/wp-content/themes/setsquared-impact/img/quote-arrow.svg);
  width: 20px;
  display: block;
  opacity: 1;
}
.quote-section .slick-next:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .quote-section .slick-next {
    top: 95%;
    right: 0;
  }
}

.video-section {
  margin: 30px 0;
}
@media screen and (max-width: 769px) {
  .video-section .container {
    padding: 0;
  }
}
.video-section .video {
  clip-path: inset(2px 4px);
  transform: scale(1.03);
}

.resources-login-wrapper {
  text-align: center;
}
.resources-login-wrapper .resources-login-top {
  text-align: center;
  padding: 30px;
  background-color: #1A3878;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .resources-login-wrapper .resources-login-top {
    padding: 15px;
  }
}
.resources-login-wrapper .small-container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .resources-login-wrapper .small-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.resources-login-wrapper .login-form {
  border: 1px solid #1A3878;
  padding: 50px 64px;
  text-align: left;
  max-width: 700px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 769px) {
  .resources-login-wrapper .login-form {
    padding: 25px 32px;
    margin: 15px auto;
  }
}
.resources-login-wrapper .login-form label {
  display: block;
  font-size: 18px;
}
.resources-login-wrapper .login-form input {
  width: 100%;
  border-radius: 0;
  height: 45px;
}
.resources-login-wrapper .login-form .form-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .resources-login-wrapper .login-form .form-group {
    margin-bottom: 15px;
  }
}
.resources-login-wrapper .login-form .login-forgot-password-link {
  margin-bottom: 15px;
}
.resources-login-wrapper .login-form .forgot-password {
  font-size: 14px;
}
.resources-login-wrapper .login-form button {
  background: #1A3878;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  font-size: 18px;
}
.resources-login-wrapper .login-form button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.resources-login-wrapper .login-form button:hover {
  background: #132856;
  transition: all 0.3s ease;
  text-decoration: none;
}
.resources-login-wrapper .login-form button:active {
  background: #03070f;
}
.resources-login-wrapper .login-form .login-reg-link p {
  margin: 0;
  display: inline-block;
}

.registration-form {
  border: 1px solid #1A3878;
  padding: 50px 64px;
  text-align: left;
  max-width: 700px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 769px) {
  .registration-form {
    padding: 25px 32px;
    margin: 15px auto;
  }
}
.registration-form label {
  display: block;
  font-size: 18px;
}
.registration-form input {
  width: 100%;
  border-radius: 0;
  height: 45px;
}
.registration-form .form-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .registration-form .form-group {
    margin-bottom: 15px;
  }
}
.registration-form .login-forgot-password-link {
  margin-bottom: 15px;
}
.registration-form .forgot-password {
  font-size: 14px;
}
.registration-form .gform_footer input {
  background: #1A3878;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  font-size: 18px;
  width: auto;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L1 11.5" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 92% 1.3rem;
  padding-right: 3rem;
}
.registration-form .gform_footer input:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.registration-form .gform_footer input:hover {
  background: #132856;
  transition: all 0.3s ease;
  text-decoration: none;
}
.registration-form .gform_footer input:active {
  background: #03070f;
}
.registration-form .login-reg-link p {
  margin: 0;
  display: inline-block;
}
.registration-form input[type=checkbox] {
  height: auto;
  width: auto;
}

.progress-sub-menu-section {
  position: sticky;
  top: 84px;
  z-index: 9;
}
@media screen and (max-width: 1109px) {
  .progress-sub-menu-section {
    top: 121px;
  }
}
.progress-sub-menu-section .progress-text {
  background-color: #1A3878;
  color: #ffffff;
}
.progress-sub-menu-section .progress-text .container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1109px) {
  .progress-sub-menu-section .progress-text .container {
    flex-direction: column;
    gap: 5px;
  }
}
.progress-sub-menu-section .right-menu {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.progress-sub-menu-section .right-menu::-webkit-scrollbar {
  display: none;
}
.progress-sub-menu-section .right-menu ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 18px 0 14px 0;
  list-style: none;
}
.progress-sub-menu-section .right-menu ul .current-menu-item a {
  color: #ffffff !important;
}
.progress-sub-menu-section .right-menu ul li:first-of-type a {
  border: none;
}
.progress-sub-menu-section .right-menu ul a {
  padding: 0 10px 0 20px;
  color: #0F6DAB;
  text-decoration: none;
  border-left: 2px solid #0F6DAB;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1109px) {
  .progress-sub-menu-section .right-menu ul a {
    font-size: 16px;
    padding: 0 5px 0 10px;
  }
}

.pathway-map-wrapper {
  position: relative;
  position: sticky;
  top: 84px;
  z-index: 10;
}
@media screen and (max-width: 1109px) {
  .pathway-map-wrapper {
    background: #ffffff;
  }
}

.container {
  position: relative;
}

.pathway-map-wrap {
  cursor: pointer;
  display: flex;
  gap: 5px;
  position: absolute;
  right: 30px;
  background: #ffffff;
  color: #1A3878;
  padding: 5px 10px 5px 15px;
  z-index: 3;
}
@media screen and (max-width: 1109px) {
  .pathway-map-wrap {
    position: relative;
    top: 0;
    right: auto;
    justify-content: center;
  }
}
.pathway-map-wrap svg {
  width: 20px;
  height: 20px;
  display: block;
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  transition-property: transform;
}
.pathway-map-wrap.map-open svg {
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  transition-property: transform;
  transform: rotate(180deg);
}

.pathway-map {
  cursor: pointer;
  margin: 0;
}

.map-block {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
@media screen and (max-width: 1109px) {
  .map-block {
    overflow: scroll;
  }
}
.map-block svg {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1109px) {
  .map-block svg {
    width: auto;
  }
}

.map-block-open {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}

.progress-title-section {
  background-color: #0F6DAB;
  color: #ffffff;
  text-align: center;
  padding: 5px;
}
.progress-title-section.royalblue {
  background: #0F6DAB;
  color: #ffffff;
}
.progress-title-section.midblue {
  background: #3ABFC2;
}
.progress-title-section.lightblue {
  background: #72CFE9;
}
.progress-title-section.orange {
  background: #F99D36;
}
.progress-title-section.green {
  background: #88C655;
}
.progress-title-section.purple {
  background: #A77BCA;
}
.progress-title-section .container {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
.progress-title-section .role-icon {
  display: flex;
}
.progress-title-section .role-icon span {
  background-color: #88C655;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: -6px;
  padding: 20px;
  padding-top: 25px;
}
.progress-title-section .role-icon span:first-child {
  z-index: 3;
  margin-left: 0;
}
.progress-title-section .role-icon span:nth-child(2) {
  z-index: 2;
}
.progress-title-section .role-icon span:nth-child(3) {
  z-index: 1;
}
.progress-title-section .role-icon span.royalblue {
  background: #0F6DAB;
  color: #ffffff;
}
.progress-title-section .role-icon span.midblue {
  background: #3ABFC2;
}
.progress-title-section .role-icon span.lightblue {
  background: #72CFE9;
}
.progress-title-section .role-icon span.orange {
  background: #F99D36;
}
.progress-title-section .role-icon span.green {
  background: #88C655;
}
.progress-title-section .role-icon span.purple {
  background: #A77BCA;
}
.progress-title-section h6 {
  padding-top: 5px;
}

.progress-header-section {
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
}

.progress-text-section {
  margin: 60px 0;
}
@media screen and (max-width: 769px) {
  .progress-text-section {
    margin: 30px 0;
  }
}

.full-width-stage-section {
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .full-width-stage-section {
    margin: 20px 0;
  }
}
.full-width-stage-section .block {
  margin-bottom: 10px;
}
.full-width-stage-section .block:last-child {
  margin-bottom: 0;
}
.full-width-stage-section .top-text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1109px) {
  .full-width-stage-section .top-text {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.full-width-stage-section .role-icon {
  display: flex;
}
.full-width-stage-section .role-icon span {
  background-color: #88C655;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: -6px;
  padding: 20px;
  padding-top: 25px;
}
.full-width-stage-section .role-icon span:first-child {
  z-index: 3;
  margin-left: 0;
}
.full-width-stage-section .role-icon span:nth-child(2) {
  z-index: 2;
}
.full-width-stage-section .role-icon span:nth-child(3) {
  z-index: 1;
}
.full-width-stage-section .role-icon span.royalblue {
  background: #0F6DAB;
  color: #ffffff;
}
.full-width-stage-section .role-icon span.midblue {
  background: #3ABFC2;
}
.full-width-stage-section .role-icon span.lightblue {
  background: #72CFE9;
}
.full-width-stage-section .role-icon span.orange {
  background: #F99D36;
}
.full-width-stage-section .role-icon span.green {
  background: #88C655;
}
.full-width-stage-section .role-icon span.purple {
  background: #A77BCA;
}
.full-width-stage-section .text-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1109px) {
  .full-width-stage-section .text-wrap {
    flex-direction: column;
  }
}
.full-width-stage-section .resouces-block {
  align-self: baseline;
  flex: 0 0 260px;
  padding: 25px;
  background-color: #C71838;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
}
.full-width-stage-section .resouces-block .path-resources-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.full-width-stage-section .resouces-block a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
}
.full-width-stage-section .resouces-block a:hover {
  text-decoration: underline;
}
.full-width-stage-section .resouces-block .bottom-link {
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: underline;
  display: flex;
  gap: 5px;
  font-size: 1.6rem;
}
.full-width-stage-section .resouces-block h5 {
  text-transform: uppercase;
}
.full-width-stage-section .full-width-block {
  padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 1109px) {
  .full-width-stage-section .full-width-block {
    padding: 20px;
  }
}
.full-width-stage-section .full-width-block.spinouttintone {
  background: #C3DAEA;
}
.full-width-stage-section .full-width-block.spinouttinttwo {
  background: #CEEFF0;
}
.full-width-stage-section .full-width-block.spinouttintthree {
  background: #DCF3F9;
}
.full-width-stage-section .full-width-block.licenepathwaytintone {
  background: #FDE6CD;
}
.full-width-stage-section .full-width-block.licenepathwaytinttwo {
  background: #E1F1D4;
}
.full-width-stage-section .full-width-block.licenepathwaytintthree {
  background: #E9DEF2;
}
.full-width-stage-section .logged-out {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: not-allowed;
}
.full-width-stage-section .logged-out a {
  pointer-events: none;
}

.half-width-stage-section {
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .half-width-stage-section {
    margin: 20px 0;
  }
}
.half-width-stage-section .block {
  flex: 1;
}
.half-width-stage-section .top-text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1109px) {
  .half-width-stage-section .top-text {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.half-width-stage-section .role-icon {
  display: flex;
}
.half-width-stage-section .role-icon span {
  background-color: #88C655;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: -6px;
  padding: 20px;
  padding-top: 25px;
}
.half-width-stage-section .role-icon span:first-child {
  z-index: 3;
  margin-left: 0;
}
.half-width-stage-section .role-icon span:nth-child(2) {
  z-index: 2;
}
.half-width-stage-section .role-icon span:nth-child(3) {
  z-index: 1;
}
.half-width-stage-section .role-icon span.royalblue {
  background: #0F6DAB;
  color: #ffffff;
}
.half-width-stage-section .role-icon span.midblue {
  background: #3ABFC2;
}
.half-width-stage-section .role-icon span.lightblue {
  background: #72CFE9;
}
.half-width-stage-section .role-icon span.orange {
  background: #F99D36;
}
.half-width-stage-section .role-icon span.green {
  background: #88C655;
}
.half-width-stage-section .role-icon span.purple {
  background: #A77BCA;
}
.half-width-stage-section .text-wrap {
  display: flex;
  flex-direction: column;
}
.half-width-stage-section .resouces-block {
  padding: 25px;
  background-color: #C71838;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
}
.half-width-stage-section .resouces-block .path-resources-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.half-width-stage-section .resouces-block a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
}
.half-width-stage-section .resouces-block a:hover {
  text-decoration: underline;
}
.half-width-stage-section .resouces-block .bottom-link {
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: underline;
  display: flex;
  gap: 5px;
  font-size: 1.6rem;
}
.half-width-stage-section .resouces-block h5 {
  text-transform: uppercase;
}
.half-width-stage-section .half-width-block {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1109px) {
  .half-width-stage-section .half-width-block {
    flex-direction: column;
    gap: 20px;
  }
}
.half-width-stage-section .half-width-block .block {
  padding: 40px;
}
@media screen and (max-width: 1109px) {
  .half-width-stage-section .half-width-block .block {
    padding: 20px;
  }
}
.half-width-stage-section .half-width-block .block.spinouttintone {
  background: #C3DAEA;
}
.half-width-stage-section .half-width-block .block.spinouttinttwo {
  background: #CEEFF0;
}
.half-width-stage-section .half-width-block .block.spinouttintthree {
  background: #DCF3F9;
}
.half-width-stage-section .half-width-block .block.licenepathwaytintone {
  background: #FDE6CD;
}
.half-width-stage-section .half-width-block .block.licenepathwaytinttwo {
  background: #E1F1D4;
}
.half-width-stage-section .half-width-block .block.licenepathwaytintthree {
  background: #E9DEF2;
}
.half-width-stage-section .logged-out {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: not-allowed;
}
.half-width-stage-section .logged-out a {
  pointer-events: none;
}

.related-pathway-section {
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .related-pathway-section {
    margin: 40px 0 20px 0;
  }
}
.related-pathway-section .related-pathway-wrap {
  border-radius: 20px;
  padding: 10px 40px 40px 40px;
}
@media screen and (max-width: 1109px) {
  .related-pathway-section .related-pathway-wrap {
    padding: 10px;
  }
}
.related-pathway-section .related-pathway-wrap.royalblue {
  border: 2px dashed #0F6DAB;
}
.related-pathway-section .related-pathway-wrap.midblue {
  border: 2px dashed #3ABFC2;
}
.related-pathway-section .related-pathway-wrap.lightblue {
  border: 2px dashed #72CFE9;
}
.related-pathway-section .related-pathway-wrap.orange {
  border: 2px dashed #F99D36;
}
.related-pathway-section .related-pathway-wrap.green {
  border: 2px dashed #88C655;
}
.related-pathway-section .related-pathway-wrap.purple {
  border: 2px dashed #A77BCA;
}
.related-pathway-section .top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -35px;
  position: relative;
}
@media screen and (max-width: 1109px) {
  .related-pathway-section .top-block {
    top: -35px;
  }
}
.related-pathway-section .top-block h5 {
  background-color: #ffffff;
  padding: 0 10px;
}
.related-pathway-section .top-text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.related-pathway-section .role-icon {
  display: flex;
}
.related-pathway-section .role-icon span {
  background-color: #88C655;
  border: 2px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  margin-left: -6px;
  padding: 20px;
  padding-top: 25px;
}
.related-pathway-section .role-icon span:first-child {
  z-index: 3;
  margin-left: 0;
}
.related-pathway-section .role-icon span:nth-child(2) {
  z-index: 2;
}
.related-pathway-section .role-icon span:nth-child(3) {
  z-index: 1;
}
.related-pathway-section .role-icon span.royalblue {
  background: #0F6DAB;
  color: #ffffff;
}
.related-pathway-section .role-icon span.midblue {
  background: #3ABFC2;
}
.related-pathway-section .role-icon span.lightblue {
  background: #72CFE9;
}
.related-pathway-section .role-icon span.orange {
  background: #F99D36;
}
.related-pathway-section .role-icon span.green {
  background: #88C655;
}
.related-pathway-section .role-icon span.purple {
  background: #A77BCA;
}
.related-pathway-section .resouces-block {
  align-self: baseline;
  flex: 0 0 260px;
  padding: 25px;
  background-color: #C71838;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
}
.related-pathway-section .resouces-block .path-resources-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.related-pathway-section .resouces-block a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
}
.related-pathway-section .resouces-block a:hover {
  text-decoration: underline;
}
.related-pathway-section .resouces-block .bottom-link {
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: underline;
  display: flex;
  gap: 5px;
  font-size: 1.6rem;
}
.related-pathway-section .resouces-block h5 {
  text-transform: uppercase;
}
.related-pathway-section .related-pathway-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1109px) {
  .related-pathway-section .related-pathway-block {
    gap: 20px;
  }
}
.related-pathway-section .related-pathway-block .block {
  padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 1109px) {
  .related-pathway-section .related-pathway-block .block {
    padding: 20px;
  }
}
.related-pathway-section .related-pathway-block .block.spinouttintone {
  background: #C3DAEA;
}
.related-pathway-section .related-pathway-block .block.spinouttinttwo {
  background: #CEEFF0;
}
.related-pathway-section .related-pathway-block .block.spinouttintthree {
  background: #DCF3F9;
}
.related-pathway-section .related-pathway-block .block.licenepathwaytintone {
  background: #FDE6CD;
}
.related-pathway-section .related-pathway-block .block.licenepathwaytinttwo {
  background: #E1F1D4;
}
.related-pathway-section .related-pathway-block .block.licenepathwaytintthree {
  background: #E9DEF2;
}
.related-pathway-section .full-width-stage-section:nth-child(2) {
  margin-top: 0;
}
.related-pathway-section .logged-out {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: not-allowed;
}
.related-pathway-section .logged-out a {
  pointer-events: none;
}

.stage-progress-button-section {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .stage-progress-button-section {
    margin: 30px 0;
  }
}
.stage-progress-button-section .button {
  background: #1A3878;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  padding: 30px 40px;
}
.stage-progress-button-section .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.stage-progress-button-section .button:hover {
  background: #132856;
  transition: all 0.3s ease;
  text-decoration: none;
}
.stage-progress-button-section .button:active {
  background: #03070f;
}

.table-section {
  /* Caption styling */
}
.table-section .container {
  overflow: scroll;
}
.table-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 500px;
  border-radius: 5px;
  overflow: hidden;
}
.table-section thead {
  border: 2px solid #1A3878;
}
.table-section thead tr {
  background-color: #1A3878;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
.table-section th,
.table-section td {
  padding: 12px 15px;
  border: 2px solid #1A3878;
}
.table-section tbody {
  border: 2px solid #1A3878;
}
.table-section tbody tr {
  border: 2px solid #1A3878;
}
.table-section tbody tr:nth-of-type(even) {
  background-color: #C3DAEA;
}
.table-section tbody tr:last-of-type {
  border-bottom: 2px solid #1A3878;
}
.table-section caption {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.resources-header-section {
  position: relative;
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .resources-header-section {
    margin: 30px 0;
  }
}
.resources-header-section .background-image {
  display: block;
  max-width: calc(50% + 260px);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1109px) {
  .resources-header-section .background-image {
    right: 0;
    max-width: 100%;
    height: 300px;
    position: relative;
  }
}
.resources-header-section .overlay {
  position: absolute;
  background: #C71838;
  background: linear-gradient(90deg, #C71838 45%, rgba(26, 56, 120, 0) 60%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1109px) {
  .resources-header-section .overlay {
    display: none;
  }
}
.resources-header-section .container {
  height: 100%;
}
@media screen and (max-width: 1109px) {
  .resources-header-section .container {
    padding: 0;
  }
}
.resources-header-section .text {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0);
  color: #ffffff;
  text-align: left;
  width: 50%;
  height: 100%;
  z-index: 1;
  height: 600px;
}
@media screen and (max-width: 1109px) {
  .resources-header-section .text {
    height: auto;
    min-height: 300px;
    width: 100%;
    background: #C71838;
  }
}
.resources-header-section .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px 50px 10px 10px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1109px) {
  .resources-header-section .text-wrap {
    gap: 5px;
    padding: 15px;
    padding-bottom: 50px;
    text-align: center;
  }
}
.resources-header-section .text-wrap .bottom-block {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1109px) {
  .resources-header-section .text-wrap .bottom-block {
    margin-top: auto;
    flex-direction: column;
  }
}
.resources-header-section .text-wrap .bottom-block img {
  width: 250px;
}
.resources-header-section.short .text {
  height: 300px;
}

.resources-text-block-section {
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .resources-text-block-section {
    margin: 20px 0;
  }
}

.resources-block-section {
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .resources-block-section {
    margin: 20px 0;
  }
}
.resources-block-section .top-block {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  color: #C71838;
  border-bottom: 2px solid #C71838;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.resources-block-section .resources-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 40px;
}
.resources-block-section .coming-soon {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: not-allowed;
}
.resources-block-section .coming-soon .resource {
  z-index: -1;
  position: relative;
  height: 100%;
}
.resources-block-section .coming-soon .resource .button {
  pointer-events: none;
}
.resources-block-section .resource {
  background-color: #C6CDDD;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.resources-block-section .resource p {
  margin: 0;
}
.resources-block-section .resource h6 {
  margin: 10px 0;
}
.resources-block-section .resource small {
  display: block;
  margin-bottom: 10px;
}
.resources-block-section .button {
  background: #1A3878;
  color: #ffffff;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  margin-top: auto;
  text-align: center;
}
.resources-block-section .button:after {
  width: 8px;
  height: 13px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/setsquared-impact/img/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  margin-left: 15px;
  top: 1px;
  position: relative;
}
.resources-block-section .button:hover {
  background: #132856;
  transition: all 0.3s ease;
  text-decoration: none;
}
.resources-block-section .button:active {
  background: #03070f;
}

.resources-top-text-section {
  text-align: center;
  padding: 20px;
  background-color: #C71838 !important;
  position: sticky;
  top: 84px;
  z-index: 8;
  color: #ffffff;
  transition: all 0.5s ease;
}
.resources-top-text-section.scroll {
  padding: 10px;
}

.playbooks-top-text-section {
  text-align: center;
  padding: 20px;
  background-color: #C71838 !important;
  position: sticky;
  top: 84px;
  z-index: 8;
  transition: all 0.5s ease;
}
.playbooks-top-text-section.scroll {
  padding: 10px;
}

.playbooks-header-section {
  margin-bottom: 60px;
}
.playbooks-header-section .playbooks-header-wrapper {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1109px) {
  .playbooks-header-section .playbooks-header-wrapper {
    padding: 15px;
  }
}
.playbooks-header-section .playbooks-header-wrapper img {
  width: 80px;
}
@media screen and (max-width: 1109px) {
  .playbooks-header-section .playbooks-header-wrapper img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
  }
}
.playbooks-header-section.no_margin {
  margin-bottom: -160px;
}

.playbooks-text-block-section {
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .playbooks-text-block-section {
    margin: 20px 0;
  }
}

.playbooks-colour-text-section {
  margin: 40px 0;
  padding: 60px;
}
@media screen and (max-width: 769px) {
  .playbooks-colour-text-section {
    margin: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .playbooks-colour-text-section {
    padding: 20px;
  }
}

.playbooks-contents-section {
  padding: 20px;
  position: sticky;
  top: 160px;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  .playbooks-contents-section {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.playbooks-contents-section small {
  display: block;
  border-top: 1px solid #1A3878;
  padding: 12px 0 8px 0;
}
.playbooks-contents-section small:last-of-type {
  padding-bottom: 0;
}
.playbooks-contents-section small a {
  text-decoration: none;
}
.playbooks-contents-section small a:hover {
  text-decoration: underline;
}

.playbooks-content-section {
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  .playbooks-content-section {
    max-width: 100%;
  }
}

.playbooks-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: baseline;
  margin: 50px auto;
}
@media screen and (max-width: 1109px) {
  .playbooks-wrap {
    flex-direction: column-reverse;
  }
}

.playbooks-color ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.playbooks-color.one .playbooks-top-text-section {
  background-color: #0F6DAB;
  color: #ffffff;
}
.playbooks-color.one h1 {
  color: #0F6DAB;
}
.playbooks-color.one .playbooks-contents-section {
  background-color: #C3DAEA;
}
.playbooks-color.one .playbooks-header-section {
  background-color: #0F6DAB;
  color: #ffffff;
}
.playbooks-color.one .accordion-head {
  background-color: #C3DAEA;
}
.playbooks-color.one .playbooks-colour-text-section {
  background-color: #0F6DAB;
  color: #ffffff;
}
.playbooks-color.two .playbooks-top-text-section {
  background-color: #3ABFC2;
  color: #ffffff;
}
.playbooks-color.two h1 {
  color: #3ABFC2;
}
.playbooks-color.two .playbooks-contents-section {
  background-color: #CEEFF0;
}
.playbooks-color.two .playbooks-header-section {
  background-color: #3ABFC2;
  color: #1A3878;
}
.playbooks-color.two .accordion-head {
  background-color: #CEEFF0;
}
.playbooks-color.two .playbooks-colour-text-section {
  background-color: #3ABFC2;
  color: #1A3878;
}
.playbooks-color.three .playbooks-top-text-section {
  background-color: #72CFE9;
  color: #ffffff;
}
.playbooks-color.three h1 {
  color: #72CFE9;
}
.playbooks-color.three .playbooks-contents-section {
  background-color: #DCF3F9;
}
.playbooks-color.three .playbooks-header-section {
  background-color: #72CFE9;
  color: #1A3878;
}
.playbooks-color.three .accordion-head {
  background-color: #DCF3F9;
}
.playbooks-color.three .playbooks-colour-text-section {
  background-color: #72CFE9;
  color: #1A3878;
}
.playbooks-color.four .playbooks-top-text-section {
  background-color: #F99D36;
  color: #ffffff;
}
.playbooks-color.four h1 {
  color: #F99D36;
}
.playbooks-color.four .playbooks-contents-section {
  background-color: #FDE6CD;
}
.playbooks-color.four .playbooks-header-section {
  background-color: #F99D36;
  color: #1A3878;
}
.playbooks-color.four .accordion-head {
  background-color: #FDE6CD;
}
.playbooks-color.four .playbooks-colour-text-section {
  background-color: #F99D36;
  color: #1A3878;
}
.playbooks-color.five .playbooks-top-text-section {
  background-color: #88C655;
  color: #ffffff;
}
.playbooks-color.five h1 {
  color: #88C655;
}
.playbooks-color.five .playbooks-contents-section {
  background-color: #E1F1D4;
}
.playbooks-color.five .playbooks-header-section {
  background-color: #88C655;
  color: #1A3878;
}
.playbooks-color.five .accordion-head {
  background-color: #E1F1D4;
}
.playbooks-color.five .playbooks-colour-text-section {
  background-color: #88C655;
  color: #1A3878;
}
.playbooks-color.six .playbooks-top-text-section {
  background-color: #A77BCA;
  color: #ffffff;
}
.playbooks-color.six h1 {
  color: #A77BCA;
}
.playbooks-color.six .playbooks-contents-section {
  background-color: #E9DEF2;
}
.playbooks-color.six .playbooks-header-section {
  background-color: #A77BCA;
  color: #1A3878;
}
.playbooks-color.six .accordion-head {
  background-color: #E9DEF2;
}
.playbooks-color.six .playbooks-colour-text-section {
  background-color: #A77BCA;
  color: #1A3878;
}

/*# sourceMappingURL=style.css.map */
