/*
Theme Name: Stanningley Educational Charity
Author: James Kontargyris
Author URI: http://jameskontargyris.co.uk/
Description: SEC Wordpress template
Version: 1.0
Text Domain: sec
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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 http://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: royalblue;
}

a:visited {
  color: purple;
}

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;
}

.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: 37.5em) {
  .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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  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;
}

.hentry {
  margin: 0 0 1.5em;
}

.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;
}

* {
  z-index: 1;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  color: #222222;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

h1, .style-as-h1,
h2, .style-as-h2,
h3, .style-as-h3,
h4, .style-as-h4,
h5, .style-as-h5,
h6, .style-as-h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 1.75rem 0 0;
}

h1, .style-as-h1 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 1.1;
}
@media (min-width: 46.25em) {
  h1, .style-as-h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 61.25em) {
  h1, .style-as-h1 {
    font-size: 5.8rem;
    letter-spacing: -0.2rem;
  }
}

h2, .style-as-h2 {
  font-size: 3rem;
  letter-spacing: -0.1rem;
}
@media (min-width: 61.25em) {
  h2, .style-as-h2 {
    font-size: 5rem;
    letter-spacing: -0.2rem;
  }
}

h3, .style-as-h3 {
  color: #78babd;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  h3, .style-as-h3 {
    font-size: 3.6rem;
  }
}

h4, .style-as-h4 {
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
}
@media (min-width: 61.25em) {
  h4, .style-as-h4 {
    font-size: 3rem;
  }
}

h5, .style-as-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 61.25em) {
  h5, .style-as-h5 {
    font-size: 1.6rem;
  }
}

h6, .style-as-h6 {
  font-size: 1.6rem;
  line-height: 1.75;
}

p {
  margin-top: 1.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}

a:link,
a:visited {
  color: #f7a433;
  text-decoration: none;
  transition: all 300ms ease;
}
a:link:active, a:link:focus, a:link:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
  color: #78babd;
}

ul, ol {
  margin-left: 0px;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.text--upper {
  text-transform: uppercase;
  letter-spacing: 0rem;
}

ul.site__desktop-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 61.25em) {
  ul.site__desktop-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
ul.site__desktop-menu li:not(:first-of-type) {
  margin-left: 4rem;
}
ul.site__desktop-menu li.menu-item--is-button a {
  display: inline-block;
  padding: 1.5rem 2rem;
  background: #f7a433;
  color: #222222;
  transition: 0.3s all;
}
@media (hover: hover) {
  ul.site__desktop-menu li.menu-item--is-button a:hover, ul.site__desktop-menu li.menu-item--is-button a:active, ul.site__desktop-menu li.menu-item--is-button a:focus {
    background: #78babd;
  }
}
ul.site__desktop-menu li.menu-item--is-hidden {
  display: none;
}
ul.site__desktop-menu li a {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
ul.site__desktop-menu li.current-menu-item:not(.menu-item--is-button) a {
  position: relative;
  font-weight: 700;
  color: #f7a433;
}
ul.site__desktop-menu li.current-menu-item:not(.menu-item--is-button) a:after {
  content: "";
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #f7a433;
}

ul.site__mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 61.25em) {
  ul.site__mobile-menu {
    display: none;
  }
}
ul.site__mobile-menu li {
  text-align: center;
}
ul.site__mobile-menu li.menu-item--is-button a {
  display: block;
  background: #f7a433;
  color: #222222;
  transition: 0.3s all;
  margin-top: 1.5rem;
}
@media (hover: hover) {
  ul.site__mobile-menu li.menu-item--is-button a:hover, ul.site__mobile-menu li.menu-item--is-button a:active, ul.site__mobile-menu li.menu-item--is-button a:focus {
    background: #78babd;
  }
}
ul.site__mobile-menu li.menu-item--is-hidden {
  display: none;
}
ul.site__mobile-menu li a {
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 2.5rem 2rem;
}

ul.site__footer-menu {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
}
ul.site__footer-menu li {
  margin: 0.875rem 0 0;
}
ul.site__footer-menu li.menu-item--is-button a {
  display: block;
  background: #f7a433;
  color: #222222;
  transition: 0.3s all;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
}
@media (hover: hover) {
  ul.site__footer-menu li.menu-item--is-button a:hover, ul.site__footer-menu li.menu-item--is-button a:active, ul.site__footer-menu li.menu-item--is-button a:focus {
    background: #78babd;
  }
}
ul.site__footer-menu li.menu-item--is-hidden {
  display: none;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hentry {
  margin: 0;
}

.hentry > h1,
.hentry > h2,
.hentry > h3,
.hentry > h4,
.hentry > h5,
.hentry > h6,
.hentry > p,
.hentry > ul,
.hentry > .wp-block-buttons,
.hentry > .wp-block-columns {
  max-width: 116rem;
  padding: 0 2rem;
}
@media (min-width: 46.25em) {
  .hentry > h1,
  .hentry > h2,
  .hentry > h3,
  .hentry > h4,
  .hentry > h5,
  .hentry > h6,
  .hentry > p,
  .hentry > ul,
  .hentry > .wp-block-buttons,
  .hentry > .wp-block-columns {
    padding: 0 4rem;
  }
}
@media (min-width: 61.25em) {
  .hentry > h1,
  .hentry > h2,
  .hentry > h3,
  .hentry > h4,
  .hentry > h5,
  .hentry > h6,
  .hentry > p,
  .hentry > ul,
  .hentry > .wp-block-buttons,
  .hentry > .wp-block-columns {
    padding: 0 5.5rem;
  }
}
@media (min-width: 75em) {
  .hentry > h1,
  .hentry > h2,
  .hentry > h3,
  .hentry > h4,
  .hentry > h5,
  .hentry > h6,
  .hentry > p,
  .hentry > ul,
  .hentry > .wp-block-buttons,
  .hentry > .wp-block-columns {
    padding: 0;
  }
}

.hentry > p {
  margin: 3.5rem auto;
}
.hentry > p + p {
  margin-top: 0;
}

.hentry > .wp-block-buttons {
  margin: 3.5rem auto;
}
.hentry > .wp-block-buttons + .wp-block-buttons {
  margin-top: 0;
}

.hentry > .wp-block-columns {
  margin: 7rem auto;
}
.hentry > .wp-block-columns + .wp-block-columns {
  margin-top: 0;
}
.hentry > .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
  gap: 1.75rem;
}
@media (min-width: 46.25em) {
  .hentry > .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
    gap: 5rem;
  }
}

.site__header-wrapper {
  position: relative;
  background: #1b3761;
  padding: 2rem 2rem;
  height: 10.6rem;
}
@media (min-width: 61.25em) {
  .site__header-wrapper {
    padding: 4rem 4rem;
    height: 18rem;
  }
}
.site__header-wrapper h1,
.site__header-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.site__header-wrapper h1 a.site__header__logo,
.site__header-wrapper p a.site__header__logo {
  display: block;
  background: url(img/sec_logo_header.svg) top left no-repeat;
  aspect-ratio: 519/340;
  width: 10rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 61.25em) {
  .site__header-wrapper h1 a.site__header__logo,
  .site__header-wrapper p a.site__header__logo {
    width: 15rem;
  }
}

.site-header-wrapper--page-header-overlay {
  background: linear-gradient(to bottom, rgba(27, 55, 97, 0.5) 50%, rgba(27, 55, 97, 0));
}

.site__header__navigation-wrapper {
  display: none;
}
@media (min-width: 61.25em) {
  .site__header__navigation-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.site__navigation--mobile {
  position: fixed;
  z-index: 10;
  background: #1b3761;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  padding: 3rem;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.site__navigation--mobile.is-open {
  right: 0;
  opacity: 1;
}
@media (min-width: 61.25em) {
  .site__navigation--mobile {
    display: none;
  }
}

button.mobile-menu-toggle {
  position: absolute;
  top: 5.5rem;
  right: 2.5rem;
  transform: translateY(-50%) scale(1.2);
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  background: transparent;
  color: #f7a433;
  height: 3rem;
  border: none;
  --ggs: 1.2;
  z-index: 20;
}
@media (min-width: 61.25em) {
  button.mobile-menu-toggle {
    display: none;
  }
}
button.mobile-menu-toggle .mobile-menu-toggle__open-icon {
  display: inline-block;
}
button.mobile-menu-toggle .mobile-menu-toggle__close-icon {
  display: none;
}
button.mobile-menu-toggle.menu-is-open .mobile-menu-toggle__open-icon {
  display: none;
}
button.mobile-menu-toggle.menu-is-open .mobile-menu-toggle__close-icon {
  display: inline-block;
}

.site__footer {
  background: #1a3152;
  padding: 3.5rem 2rem 0;
  color: white;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.site__footer p {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media (min-width: 61.25em) {
  .site__footer {
    padding: 7rem 4rem 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .site__footer p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.site__footer__column-wrapper {
  max-width: 116rem;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .site__footer__column-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 46.24em) {
  .site__footer__column:not(:first-of-type) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 46.25em) {
  .site__footer__column:first-of-type {
    flex: 0 0 55%;
    margin-right: 10%;
  }
  .site__footer__column:nth-of-type(2) {
    flex: 0 0 35%;
  }
  .site__footer__column:last-of-type {
    flex: 0 0 100%;
    margin-top: 7rem;
  }
}
@media (min-width: 61.25em) {
  .site__footer__column:first-of-type {
    flex: 0 0 35%;
    margin-right: 5%;
  }
  .site__footer__column:nth-of-type(2) {
    flex: 0 0 25%;
    margin-right: 5%;
  }
  .site__footer__column:last-of-type {
    flex: 0 0 30%;
    margin-top: 0;
  }
}
.site__footer__column h5 {
  margin: 0;
}

a.site__footer__logo {
  display: block;
  background: url(img/sec_logo_header.svg) top left no-repeat;
  aspect-ratio: 519/340;
  width: 12rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 61.25em) {
  a.site__footer__logo {
    width: 15rem;
  }
}

a.site__footer__social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1b3761;
  aspect-ratio: 1/1;
  background: white;
  width: 2.5rem;
  border-radius: 0.4rem;
}
@media (hover: hover) {
  a.site__footer__social-link:hover, a.site__footer__social-link:active, a.site__footer__social-link:focus {
    background: #78babd;
    color: #1b3761;
  }
}

.site__footer__contact-info-row {
  margin: 1.75rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.site__footer__contact-info-row p:first-of-type {
  margin-top: 0;
}

.site__footer__contact-info-row__icon {
  flex: 0 0 3rem;
  padding-top: 0.5rem;
  color: #78babd;
  --ggs: 0.8;
}
@media (min-width: 46.25em) {
  .site__footer__contact-info-row__icon {
    padding-top: 0.8rem;
    --ggs: 1;
  }
}

.site__footer__copyright-bar {
  margin: 7rem -2rem 0;
  border-top: 0.1rem solid #2f4c77;
  padding: 3.5rem 2rem;
  text-align: center;
  color: #92a8c9;
}
@media (min-width: 46.25em) {
  .site__footer__copyright-bar {
    margin: 7rem -4rem 0;
  }
}
.site__footer__copyright-bar p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2rem;
}

.grid-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 20em) {
  .grid-mobile-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 20em) {
  .grid-mobile-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 20em) {
  .grid-mobile-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-4 {
    flex: 0 0 calc(100% / 4);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 20em) {
  .grid-mobile-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-4 {
    flex: 0 0 calc(100% / 4);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-mobile-5 {
    flex: 0 0 calc(100% / 5);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 46.25em) {
  .grid-tablet-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 46.25em) {
  .grid-tablet-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 46.25em) {
  .grid-tablet-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-4 {
    flex: 0 0 calc(100% / 4);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 46.25em) {
  .grid-tablet-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-4 {
    flex: 0 0 calc(100% / 4);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-tablet-5 {
    flex: 0 0 calc(100% / 5);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 61.25em) {
  .grid-desktop-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 61.25em) {
  .grid-desktop-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 61.25em) {
  .grid-desktop-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-4 {
    flex: 0 0 calc(100% / 4);
    padding: 2%;
    box-sizing: border-box;
  }
}
@media (min-width: 61.25em) {
  .grid-desktop-1 {
    flex: 0 0 calc(100% / 1);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-2 {
    flex: 0 0 calc(100% / 2);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-3 {
    flex: 0 0 calc(100% / 3);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-4 {
    flex: 0 0 calc(100% / 4);
    padding: 2%;
    box-sizing: border-box;
  }
  .grid-desktop-5 {
    flex: 0 0 calc(100% / 5);
    padding: 2%;
    box-sizing: border-box;
  }
}
.site {
  position: relative;
}

.btn, .cf7mls_back.action-button, .cf7mls_next.action-button, .application-form__submit-button-wrapper input[type=submit], input[type=submit].contact-form-block__submit-button,
a.btn,
button.btn,
.btn--primary,
a.btn--primary,
button.btn--primary,
.wp-block-button a.wp-block-button__link,
.wp-block-button.is-style-outline a.wp-block-button__link {
  display: inline-block;
  padding: 1.2rem 1.5rem;
  background: #f7a433;
  color: #222222;
  font-weight: 500;
  margin: 0.5rem 1rem 0 0;
  transition: 0.3s all;
  white-space: nowrap;
  text-align: center;
  border: 0.1rem solid #f7a433;
  border-radius: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.btn:last-of-type, .cf7mls_back.action-button:last-of-type, .cf7mls_next.action-button:last-of-type, .application-form__submit-button-wrapper input[type=submit]:last-of-type, input[type=submit].contact-form-block__submit-button:last-of-type,
a.btn:last-of-type,
button.btn:last-of-type,
.btn--primary:last-of-type,
a.btn--primary:last-of-type,
button.btn--primary:last-of-type,
.wp-block-button a.wp-block-button__link:last-of-type,
.wp-block-button.is-style-outline a.wp-block-button__link:last-of-type {
  margin-right: 0;
}
@media (min-width: 46.25em) {
  .btn, .cf7mls_back.action-button, .cf7mls_next.action-button, .application-form__submit-button-wrapper input[type=submit], input[type=submit].contact-form-block__submit-button,
  a.btn,
  button.btn,
  .btn--primary,
  a.btn--primary,
  button.btn--primary,
  .wp-block-button a.wp-block-button__link,
  .wp-block-button.is-style-outline a.wp-block-button__link {
    padding: 1.5rem 2rem;
  }
}
.btn.btn--white, .btn--white.cf7mls_back.action-button, .btn--white.cf7mls_next.action-button, .application-form__submit-button-wrapper input.btn--white[type=submit], input.btn--white[type=submit].contact-form-block__submit-button,
a.btn.btn--white,
button.btn.btn--white,
.btn--primary.btn--white,
a.btn--primary.btn--white,
button.btn--primary.btn--white,
.wp-block-button a.wp-block-button__link.btn--white,
.wp-block-button.is-style-outline a.wp-block-button__link.btn--white {
  background: white;
  border-color: white;
}
@media (hover: hover) {
  .btn:hover, .cf7mls_back.action-button:hover, .cf7mls_next.action-button:hover, .application-form__submit-button-wrapper input[type=submit]:hover, input[type=submit].contact-form-block__submit-button:hover, .btn:active, .cf7mls_back.action-button:active, .cf7mls_next.action-button:active, .application-form__submit-button-wrapper input[type=submit]:active, input[type=submit].contact-form-block__submit-button:active, .btn:focus, .cf7mls_back.action-button:focus, .cf7mls_next.action-button:focus, .application-form__submit-button-wrapper input[type=submit]:focus, input[type=submit].contact-form-block__submit-button:focus,
  a.btn:hover,
  a.btn:active,
  a.btn:focus,
  button.btn:hover,
  button.btn:active,
  button.btn:focus,
  .btn--primary:hover,
  .btn--primary:active,
  .btn--primary:focus,
  a.btn--primary:hover,
  a.btn--primary:active,
  a.btn--primary:focus,
  button.btn--primary:hover,
  button.btn--primary:active,
  button.btn--primary:focus,
  .wp-block-button a.wp-block-button__link:hover,
  .wp-block-button a.wp-block-button__link:active,
  .wp-block-button a.wp-block-button__link:focus,
  .wp-block-button.is-style-outline a.wp-block-button__link:hover,
  .wp-block-button.is-style-outline a.wp-block-button__link:active,
  .wp-block-button.is-style-outline a.wp-block-button__link:focus {
    background: #78babd;
    border-color: #78babd;
    color: #222222;
  }
}
.btn:disabled, .cf7mls_back.action-button:disabled, .cf7mls_next.action-button:disabled, .application-form__submit-button-wrapper input[type=submit]:disabled, input[type=submit].contact-form-block__submit-button:disabled, .btn[disabled], [disabled].cf7mls_back.action-button, [disabled].cf7mls_next.action-button, .application-form__submit-button-wrapper input[disabled][type=submit], input[disabled][type=submit].contact-form-block__submit-button,
a.btn:disabled,
a.btn[disabled],
button.btn:disabled,
button.btn[disabled],
.btn--primary:disabled,
.btn--primary[disabled],
a.btn--primary:disabled,
a.btn--primary[disabled],
button.btn--primary:disabled,
button.btn--primary[disabled],
.wp-block-button a.wp-block-button__link:disabled,
.wp-block-button a.wp-block-button__link[disabled],
.wp-block-button.is-style-outline a.wp-block-button__link:disabled,
.wp-block-button.is-style-outline a.wp-block-button__link[disabled] {
  opacity: 0.2;
}

.btn--secondary, .cf7mls_back.action-button,
a.btn--secondary,
button.btn--secondary,
.wp-block-button.is-style-outline a.wp-block-button__link {
  background: transparent;
  border: 0.1rem solid #f7a433;
  color: #222222;
}
.btn--secondary.btn--white, .btn--white.cf7mls_back.action-button,
a.btn--secondary.btn--white,
button.btn--secondary.btn--white,
.wp-block-button.is-style-outline a.wp-block-button__link.btn--white {
  border-color: white;
}
@media (hover: hover) {
  .btn--secondary:hover, .cf7mls_back.action-button:hover, .btn--secondary:active, .cf7mls_back.action-button:active, .btn--secondary:focus, .cf7mls_back.action-button:focus,
  a.btn--secondary:hover,
  a.btn--secondary:active,
  a.btn--secondary:focus,
  button.btn--secondary:hover,
  button.btn--secondary:active,
  button.btn--secondary:focus,
  .wp-block-button.is-style-outline a.wp-block-button__link:hover,
  .wp-block-button.is-style-outline a.wp-block-button__link:active,
  .wp-block-button.is-style-outline a.wp-block-button__link:focus {
    background: transparent;
    color: #78babd;
    border-color: #78babd;
  }
}

.btn--x-small,
a.btn--x-small,
button.btn--x-small {
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
}

.btn--small,
a.btn--small,
button.btn--small {
  font-size: 1.4rem;
  padding: 0.75rem 2.5rem;
}

.btn--medium,
a.btn--medium,
button.btn--medium {
  font-size: 1.8rem;
}

.btn--large,
a.btn--large,
button.btn--large {
  font-size: 2.1rem;
  padding: 1.5rem 3rem;
}

.btn--has-arrow,
a.btn--has-arrow,
button.btn--has-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn--has-arrow i,
a.btn--has-arrow i,
button.btn--has-arrow i {
  position: relative;
  margin-left: 0.3rem;
  transition: 0.2s all;
  left: 0;
}
@media (hover: hover) {
  .btn--has-arrow:hover i, .btn--has-arrow:active i, .btn--has-arrow:focus i,
  a.btn--has-arrow:hover i,
  a.btn--has-arrow:active i,
  a.btn--has-arrow:focus i,
  button.btn--has-arrow:hover i,
  button.btn--has-arrow:active i,
  button.btn--has-arrow:focus i {
    left: 0.5rem;
  }
}

.btn--text-with-arrow--reverse i,
a.btn--text-with-arrow--reverse i,
button.btn--text-with-arrow--reverse i {
  margin-left: 0;
  margin-right: 0.3rem;
}
@media (hover: hover) {
  .btn--text-with-arrow--reverse:hover, .btn--text-with-arrow--reverse:active, .btn--text-with-arrow--reverse:focus,
  a.btn--text-with-arrow--reverse:hover,
  a.btn--text-with-arrow--reverse:active,
  a.btn--text-with-arrow--reverse:focus,
  button.btn--text-with-arrow--reverse:hover,
  button.btn--text-with-arrow--reverse:active,
  button.btn--text-with-arrow--reverse:focus {
    color: #78babd;
  }
  .btn--text-with-arrow--reverse:hover i, .btn--text-with-arrow--reverse:active i, .btn--text-with-arrow--reverse:focus i,
  a.btn--text-with-arrow--reverse:hover i,
  a.btn--text-with-arrow--reverse:active i,
  a.btn--text-with-arrow--reverse:focus i,
  button.btn--text-with-arrow--reverse:hover i,
  button.btn--text-with-arrow--reverse:active i,
  button.btn--text-with-arrow--reverse:focus i {
    left: -0.5rem;
  }
}

.btn--has-shadow, .cf7mls_next.action-button, .application-form__submit-button-wrapper input[type=submit], input[type=submit].contact-form-block__submit-button {
  box-shadow: 0 0.3rem 0.8rem rgba(27, 55, 97, 0.3);
}

.page-header {
  position: relative;
  background: #1b3761;
  overflow: hidden;
}

.page-header__background-image,
.page-header__background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.page-header__background-image-overlay {
  background: rgba(27, 55, 97, 0.6);
}

.page-header__text {
  text-align: center;
  color: white;
  padding: 10.5rem 2rem;
  margin: 0 auto;
  max-width: 80rem;
}
@media (min-width: 46.25em) {
  .page-header__text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 61.25em) {
  .page-header__text {
    padding: 17.5rem 2rem;
  }
}

h5.page-header__mini-title {
  margin: 0;
}
h5.page-header__mini-title ~ h1.page-header__main-title {
  margin-top: 0.875rem;
}

p.page-header__introduction {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 46.25em) {
  p.page-header__introduction {
    font-size: 1.8rem;
  }
}
@media (min-width: 61.25em) {
  p.page-header__introduction {
    font-size: 2rem;
  }
}

h1.page-header__main-title {
  margin: 0;
}

.page-header--position-below-header {
  z-index: -1;
  margin-top: -10.6rem;
}
.page-header--position-below-header .page-header__text {
  padding-top: 15.8rem;
}
@media (min-width: 61.25em) {
  .page-header--position-below-header {
    margin-top: -18rem;
  }
  .page-header--position-below-header .page-header__text {
    padding-top: 26.5rem;
  }
}

.page-header--height-extra-high .page-header__text {
  padding: 17.5rem 2rem;
}
@media (min-width: 61.25em) {
  .page-header--height-extra-high .page-header__text {
    padding: 31.5rem 2rem;
  }
}

.page-header--height-screen-height .page-header__text {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-header--minimal {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  max-width: 116rem;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .page-header--minimal {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  .page-header--minimal {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  .page-header--minimal {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-header--minimal .page-header__text {
  color: inherit;
  text-align: left;
  margin: 0 auto 0 0;
  padding: 4rem 0 0;
}
@media (min-width: 61.25em) {
  .page-header--minimal .page-header__text {
    padding: 7rem 0 0;
  }
}
.page-header--minimal .page-header__text h1.page-header__main-title,
.page-header--minimal .page-header__text .page-header__introduction {
  color: #1b3761;
}
.page-header--minimal .page-header__text h5.page-header__mini-title {
  color: #f7a433;
}
.page-header--minimal .page-header__text p.page-header__introduction {
  font-size: 1.7rem;
}

.page-header__divider-line {
  width: 5rem;
  height: 0.3rem;
  background: #f7a433;
  margin-top: 3.5rem;
}

.side-by-side {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media (min-width: 46.25em) {
  .side-by-side {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  .side-by-side {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  .side-by-side {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 46.25em) {
  .side-by-side {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }
}
@media (min-width: 75em) {
  .side-by-side {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}
@media (min-width: 46.25em) {
  .side-by-side {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media (min-width: 46.25em) {
  .side-by-side__content {
    flex: 0 0 50%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

h3.side-by-side__title ~ .side-by-side__text {
  margin-top: 1.75rem;
}
@media (min-width: 46.25em) {
  h3.side-by-side__title ~ .side-by-side__text {
    margin-top: 3.5rem;
  }
}

.side-by-side__text p, .side-by-side__text ul, .side-by-side__text ol {
  margin-top: 1.75rem;
}
.side-by-side__text p:first-child, .side-by-side__text ul:first-child, .side-by-side__text ol:first-child {
  margin-top: 0;
}
@media (min-width: 61.25em) {
  .side-by-side__text p, .side-by-side__text ul, .side-by-side__text ol {
    font-size: 1.8rem;
  }
}
.side-by-side__text ul, .side-by-side__text ol {
  padding: 0;
  margin-left: 2rem;
}
.side-by-side__text ul li, .side-by-side__text ol li {
  margin-top: 0.875rem;
}

.side-by-side__links {
  margin-top: 1.75rem;
}
@media (min-width: 46.25em) {
  .side-by-side__links {
    margin-top: 3.5rem;
  }
}

.side-by-side__image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 3.5rem;
}
@media (min-width: 46.25em) {
  .side-by-side__image {
    flex: 0 0 45%;
    margin-top: 0;
  }
}

@media (min-width: 46.25em) {
  .side-by-side--layout-content-right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 46.25em) {
  .side-by-side--layout-content-right .side-by-side__content {
    margin-left: 5%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

section.countdown-cta {
  width: 100%;
}
@media (min-width: 46.25em) {
  section.countdown-cta {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (min-width: 61.25em) {
  section.countdown-cta {
    width: 100%;
    max-width: 116rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  section.countdown-cta {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) and (min-width: 61.25em) {
  section.countdown-cta {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 61.25em) and (min-width: 75em) {
  section.countdown-cta {
    padding-left: 0;
    padding-right: 0;
  }
}

.countdown-cta__countdown,
.countdown-cta__cta1,
.countdown-cta__cta2 {
  padding: 4rem 2rem;
  text-align: center;
}
.countdown-cta__countdown p,
.countdown-cta__cta1 p,
.countdown-cta__cta2 p {
  line-height: 1.5;
}
@media (min-width: 61.25em) {
  .countdown-cta__countdown,
  .countdown-cta__cta1,
  .countdown-cta__cta2 {
    text-align: left;
    padding: 4rem 3rem;
  }
}

.countdown-cta__countdown {
  background: #f7a433;
  flex: 0 0 100%;
}
@media (min-width: 61.25em) {
  .countdown-cta__countdown {
    flex: 0 0 50%;
  }
}

.countdown-cta__cta1 {
  background: #1b3761;
  color: white;
  flex: 0 0 50%;
}
@media (min-width: 61.25em) {
  .countdown-cta__cta1 {
    flex: 0 0 25%;
  }
}

.countdown-cta__cta2 {
  background: #78babd;
  flex: 0 0 50%;
}
@media (min-width: 61.25em) {
  .countdown-cta__cta2 {
    flex: 0 0 25%;
  }
}

h4.countdown-cta__cta-title {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
}

.countdown-cta__countdown__text {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.05rem;
}
@media (min-width: 61.25em) {
  .countdown-cta__countdown__text {
    font-size: 2.6rem;
  }
}

.countdown-cta__countdown__countdown-clock {
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .countdown-cta__countdown__countdown-clock br {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .countdown-cta__countdown__countdown-clock {
    font-size: 3.6rem;
    letter-spacing: -0.1rem;
  }
}

.countdown-cta__countdown__link,
.countdown-cta__cta1__link,
.countdown-cta__cta2__link {
  margin-top: 1.75rem;
}

.countdown-cta__countdown__applications-closed-message {
  font-size: 2rem;
  margin: 0;
}

@media (min-width: 61.25em) {
  section.countdown-cta--spacing-standard {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

@media (min-width: 61.25em) {
  section.countdown-cta--position-raised {
    margin-top: -9rem;
  }
  section.countdown-cta--position-raised:not(.countdown-cta--countdown-only) .countdown-cta__countdown,
  section.countdown-cta--position-raised:not(.countdown-cta--countdown-only) .countdown-cta__cta1,
  section.countdown-cta--position-raised:not(.countdown-cta--countdown-only) .countdown-cta__cta2 {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 61.25em) {
  section.countdown-cta--applications-closed .countdown-cta__cta1,
  section.countdown-cta--applications-closed .countdown-cta__cta2 {
    flex: 0 0 50%;
  }
  section.countdown-cta--applications-closed .countdown-cta__cta1 p,
  section.countdown-cta--applications-closed .countdown-cta__cta2 p {
    font-size: 1.8rem;
  }
}

.countdown-cta__countdown--full-width {
  text-align: center;
}
@media (min-width: 61.25em) {
  .countdown-cta__countdown--full-width {
    flex: 0 0 100%;
    padding: 5rem 2rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}

section.beneficiaries-carousel {
  padding: 7rem 0;
  background: #f5f5f5;
}
@media (min-width: 61.25em) {
  section.beneficiaries-carousel {
    padding: 10.5rem 0;
  }
}

h3.beneficiaries-carousel__title {
  margin: 0;
}

h3.beneficiaries-carousel__title,
.beneficiaries-carousel__introduction {
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
}

.beneficiaries-carousel__introduction p:first-of-type {
  margin-top: 0;
}
@media (min-width: 61.25em) {
  .beneficiaries-carousel__introduction p {
    font-size: 1.8rem;
  }
}

h3.beneficiaries-carousel__title ~ .beneficiaries-carousel__introduction {
  margin-top: 1.75rem;
}

ul.beneficiaries-carousel__carousel {
  list-style: none;
  margin: 3.5rem 0 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  ul.beneficiaries-carousel__carousel {
    margin: 7rem 0 0;
  }
}

li.beneficiaries-carousel__beneficiary {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 1rem;
}

.beneficiaries-carousel__beneficiary__logo {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.beneficiaries-carousel__beneficiary__name,
.beneficiaries-carousel__beneficiary__full-size-link {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.beneficiaries-carousel__beneficiary__name {
  background: #78babd;
  color: white;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.1;
  padding: 1.5rem;
}

@media (hover: hover) {
  li.beneficiaries-carousel__beneficiary:hover .beneficiaries-carousel__beneficiary__name,
  li.beneficiaries-carousel__beneficiary:hover .beneficiaries-carousel__beneficiary__full-size-link, li.beneficiaries-carousel__beneficiary:active .beneficiaries-carousel__beneficiary__name,
  li.beneficiaries-carousel__beneficiary:active .beneficiaries-carousel__beneficiary__full-size-link, li.beneficiaries-carousel__beneficiary:focus .beneficiaries-carousel__beneficiary__name,
  li.beneficiaries-carousel__beneficiary:focus .beneficiaries-carousel__beneficiary__full-size-link {
    top: 0;
    opacity: 1;
  }
}

section.shout-call-to-action {
  background: #1b3761;
  padding: 7rem 2rem;
}
@media (min-width: 61.25em) {
  section.shout-call-to-action {
    padding: 10.5rem 4rem;
  }
}

.shout-call-to-action__content {
  max-width: 80rem;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.3;
  color: white;
  text-align: center;
}
@media (min-width: 61.25em) {
  .shout-call-to-action__content {
    font-size: 3.6rem;
  }
}

.shout-call-to-action__text ~ .shout-call-to-action__link {
  margin-top: 3.5rem;
}

@media (min-width: 61.25em) {
  section.shout-call-to-action--has-extra-bottom-spacing {
    padding-bottom: 15.75rem;
  }
}

section.contact-form-block {
  position: relative;
  background: #78babd;
}

.contact-form-block__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/logomark_bg_pattern_white.svg) top left repeat;
  background-size: 18rem 18rem;
  opacity: 0.05;
  z-index: -1;
}
@media (min-width: 61.25em) {
  .contact-form-block__bg-pattern {
    background-size: 20rem 20rem;
  }
}

.contact-form-block__content {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  color: white;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 46.25em) {
  .contact-form-block__content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  .contact-form-block__content {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  .contact-form-block__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 61.25em) {
  .contact-form-block__content {
    font-size: 1.8rem;
  }
}

.contact-form-block__content__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h3.contact-form-block__title {
  margin: 0;
  color: white;
}
h3.contact-form-block__title ~ .contact-form-block__introduction {
  margin-top: 1.75rem;
}

h3.contact-form-block__title,
.contact-form-block__introduction {
  max-width: 76rem;
}

.contact-form-block__content__header ~ .contact-form-block__form {
  margin-top: 3.5rem;
}

@media (min-width: 61.25em) {
  .contact-form-block__flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.contact-form-block__field-column {
  flex: 0 0 49%;
}
@media (max-width: 61.24em) {
  .contact-form-block__field-column {
    margin-top: 2.45rem;
  }
}

.contact-form-block__field-group:not(:first-of-type) {
  margin-top: 2.45rem;
}
.contact-form-block__field-group p {
  margin: 0;
  line-height: 1;
}

.contact-form-block__field-group--left-align {
  text-align: left;
}

input[type=text].contact-form-block__text-field,
input[type=email].contact-form-block__text-field,
input[type=number].contact-form-block__text-field,
select.contact-form-block__select-field,
textarea.contact-form-block__textarea-field {
  font-family: "Source Sans 3", sans-serif;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.07);
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 2rem;
}

textarea.contact-form-block__textarea-field {
  height: auto;
  resize: none;
}

select.contact-form-block__select-field {
  padding: 1.7rem 2rem;
}

div.contact-form-block__submit-button p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type=submit].contact-form-block__submit-button {
  margin-top: 1.75rem;
}

.wpcf7-not-valid-tip {
  text-align: left;
  line-height: 1.5;
}

section.team-gallery {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media (min-width: 46.25em) {
  section.team-gallery {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  section.team-gallery {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  section.team-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 46.25em) {
  section.team-gallery {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }
}
@media (min-width: 75em) {
  section.team-gallery {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}

h3.team-gallery__title {
  margin: 0;
}

h3.team-gallery__title,
.team-gallery__introduction {
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
}

.team-gallery__introduction p:first-of-type {
  margin-top: 0;
}

h3.team-gallery__title ~ .team-gallery__introduction {
  margin-top: 1.75rem;
}

ul.team-gallery__team-members {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.team-gallery__team-members__team-member {
  margin-top: 3.5rem;
  width: 100%;
}
@media (max-width: 46.24em) {
  li.team-gallery__team-members__team-member:first-of-type {
    margin-top: 0;
  }
}

.team-gallery__team-members__team-member__photo {
  background: url(img/team-member-avatar.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 40rem;
}
@media (min-width: 46.25em) {
  .team-gallery__team-members__team-member__photo {
    height: auto;
    aspect-ratio: 3/4;
  }
}

.team-gallery__team-members__team-member__text {
  margin-top: 2rem;
}

.team-gallery__team-members__team-member__name {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.1rem;
}

.team-gallery__team-members__team-member__position {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #78babd;
}

section.coloured-cards-gallery {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media (min-width: 46.25em) {
  section.coloured-cards-gallery {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  section.coloured-cards-gallery {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  section.coloured-cards-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 46.25em) {
  section.coloured-cards-gallery {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }
}
@media (min-width: 75em) {
  section.coloured-cards-gallery {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}

h3.coloured-cards-gallery__title {
  margin: 0;
}

h3.coloured-cards-gallery__title,
.coloured-cards-gallery__introduction {
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
}

.coloured-cards-gallery__introduction p:first-of-type {
  margin-top: 0;
}
@media (min-width: 61.25em) {
  .coloured-cards-gallery__introduction p {
    font-size: 1.8rem;
  }
}

h3.coloured-cards-gallery__title ~ .coloured-cards-gallery__introduction {
  margin-top: 1.75rem;
}

ul.coloured-cards-gallery__cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 46.25em) {
  ul.coloured-cards-gallery__cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 2rem -2rem 0;
  }
}

li.coloured-cards-gallery__card {
  padding: 2rem;
  margin: 2rem 0 0;
  text-align: center;
}
@media (min-width: 46.25em) {
  li.coloured-cards-gallery__card {
    text-align: left;
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
  }
}
@media (min-width: 61.25em) {
  li.coloured-cards-gallery__card {
    flex: 0 0 calc(50% - 4rem);
    margin: 2rem;
    padding: 5rem 4rem;
  }
}

.coloured-cards-gallery__card__icon {
  line-height: 1;
}
.coloured-cards-gallery__card__icon img {
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (min-width: 61.25em) {
  .coloured-cards-gallery__card__icon img {
    width: 8rem;
    margin: 0;
  }
}

.coloured-cards-gallery__card__text p {
  line-height: 1.6;
}
.coloured-cards-gallery__card__text p:first-of-type {
  margin-top: 0;
}
@media (min-width: 61.25em) {
  .coloured-cards-gallery__card__text p {
    font-size: 1.9rem;
  }
}

@media (min-width: 46.25em) {
  .coloured-cards-gallery__card--has-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.coloured-cards-gallery__card--has-icon .coloured-cards-gallery__card__icon {
  flex: 0 0 8rem;
}
@media (min-width: 61.25em) {
  .coloured-cards-gallery__card--has-icon .coloured-cards-gallery__card__icon {
    flex: 0 0 12rem;
  }
}
.coloured-cards-gallery__card--has-icon .coloured-cards-gallery__card__text {
  margin-top: 1rem;
}
@media (min-width: 46.25em) {
  .coloured-cards-gallery__card--has-icon .coloured-cards-gallery__card__text {
    margin-top: 0;
  }
}

li.coloured-cards-gallery__card--style-filled.coloured-cards-gallery__card--colour-turquoise-light {
  background: #ebf5f5;
}
li.coloured-cards-gallery__card--style-filled.coloured-cards-gallery__card--colour-orange-light {
  background: #fde4c2;
}
li.coloured-cards-gallery__card--style-filled.coloured-cards-gallery__card--colour-grey-light {
  background: #ebebeb;
}
li.coloured-cards-gallery__card--style-filled.coloured-cards-gallery__card--colour-turquoise-dark {
  background: #78babd;
  color: white;
}
li.coloured-cards-gallery__card--style-filled.coloured-cards-gallery__card--colour-orange-dark {
  background: #f7a433;
  color: white;
}
li.coloured-cards-gallery__card--style-filled.coloured-cards-gallery__card--colour-grey-dark {
  background: #5a5a5a;
  color: white;
}

li.coloured-cards-gallery__card--style-outline.coloured-cards-gallery__card--colour-turquoise-light {
  border: 0.1rem solid #e4f1f2;
}
li.coloured-cards-gallery__card--style-outline.coloured-cards-gallery__card--colour-orange-light {
  border: 0.1rem solid #fde4c2;
}
li.coloured-cards-gallery__card--style-outline.coloured-cards-gallery__card--colour-grey-light {
  border: 0.1rem solid #ebebeb;
}
li.coloured-cards-gallery__card--style-outline.coloured-cards-gallery__card--colour-turquoise-dark {
  border: 0.1rem solid #78babd;
}
li.coloured-cards-gallery__card--style-outline.coloured-cards-gallery__card--colour-orange-dark {
  border: 0.1rem solid #f7a433;
}
li.coloured-cards-gallery__card--style-outline.coloured-cards-gallery__card--colour-grey-dark {
  border: 0.1rem solid #5a5a5a;
}

.wpcf7-form {
  overflow: visible;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.75rem 0;
  padding: 0.875rem 1.75rem;
  background: #5a5a5a;
  text-align: center;
  border: none;
  color: white;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #1b3761;
  font-size: 2rem;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: red;
}

.wpcf7-spinner {
  display: none;
  margin: 0.875rem auto;
}

form.submitting .wpcf7-spinner {
  display: block;
}

.wpcf7-not-valid-tip {
  padding: 1rem;
  background: red;
  color: white;
}

textarea.wpcf7-form-control ~ .wpcf7-not-valid-tip {
  position: relative;
  top: -1rem;
}

fieldset {
  padding: 0;
  margin: 0;
}

.content-accordion {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}
@media (min-width: 46.25em) {
  .content-accordion {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  .content-accordion {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  .content-accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 61.25em) {
  .content-accordion {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }
}
@media (min-width: 75em) {
  .content-accordion {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

.content-accordion__section:not(:first-of-type) {
  margin-top: 3.5rem;
  border-top: 0.1rem solid #ebebeb;
  padding-top: 3.5rem;
}

.content-accordion__content {
  position: relative;
  padding-top: 7rem;
}
.content-accordion__content:before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 6rem;
  height: 0.2rem;
  background: #f7a433;
}

h3.content-accordion__section__title {
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #78babd;
}
@media (min-width: 46.25em) {
  h3.content-accordion__section__title {
    font-size: 3.2rem;
    font-weight: 300;
  }
}
@media (min-width: 61.25em) {
  h3.content-accordion__section__title {
    font-size: 4.2rem;
  }
}

.content-accordion__section__title__arrow {
  display: none;
}

.content-accordion__content__text p:first-of-type {
  margin-top: 0;
}

.content-accordion__content__image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 3.5rem;
  min-height: 30rem;
}
@media (min-width: 46.25em) {
  .content-accordion__content__image {
    aspect-ratio: 2/1.5;
  }
}
@media (min-width: 61.25em) {
  .content-accordion__content__image {
    aspect-ratio: unset;
    margin-top: 0;
  }
}

@media (min-width: 61.25em) {
  .content-accordion__content--has-image {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .content-accordion__content--has-image .content-accordion__content__text {
    flex: 0 0 50%;
    margin-right: 5%;
  }
  .content-accordion__content--has-image .content-accordion__content__image {
    flex: 0 0 45%;
  }
}

@media (min-width: 61.25em) {
  .content-accordion__content--layout-content-right {
    flex-direction: row-reverse;
  }
  .content-accordion__content--layout-content-right .content-accordion__content__text {
    flex: 0 0 50%;
    margin-right: 0;
    margin-left: 5%;
  }
}

html.js .content-accordion__section__title__arrow {
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  --ggs: 1.6;
  color: #f7a433;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 61.25em) {
  html.js .content-accordion__section__title__arrow {
    --ggs: 2;
    top: 1.2rem;
  }
}
html.js .content-accordion__section__title__arrow i::after {
  border-width: 1px;
}
html.js .content-accordion__section__title {
  padding-left: 3.5rem;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 61.25em) {
  html.js .content-accordion__section__title {
    padding-left: 5rem;
  }
}
@media (min-width: 75em) {
  html.js .content-accordion__section__title {
    margin-left: -5rem;
  }
}
@media (hover: hover) {
  html.js .content-accordion__section__title:hover, html.js .content-accordion__section__title:active, html.js .content-accordion__section__title:focus {
    color: #f7a433;
  }
  html.js .content-accordion__section__title:hover .content-accordion__section__title__arrow, html.js .content-accordion__section__title:active .content-accordion__section__title__arrow, html.js .content-accordion__section__title:focus .content-accordion__section__title__arrow {
    transform: rotate(90deg);
  }
}
html.js .content-accordion__section__title.is-open {
  display: flex;
}
@media (min-width: 46.25em) {
  html.js .content-accordion__section__title.is-open {
    font-size: 4rem;
  }
}
@media (min-width: 61.25em) {
  html.js .content-accordion__section__title.is-open {
    font-size: 5rem;
  }
}
html.js .content-accordion__section__title.is-open .content-accordion__section__title__arrow {
  transform: rotate(90deg);
}
@media (hover: hover) {
  html.js .content-accordion__section__title.is-open:hover .content-accordion__section__title__arrow, html.js .content-accordion__section__title.is-open:active .content-accordion__section__title__arrow, html.js .content-accordion__section__title.is-open:focus .content-accordion__section__title__arrow {
    transform: rotate(-90deg);
  }
}
html.js .content-accordion__content-wrapper {
  display: none;
}

.progress-bar {
  background: #c9e3e5;
  display: inline-block;
  border-radius: 99rem;
}
@media (min-width: 46.25em) {
  .progress-bar {
    display: block;
    width: 100%;
  }
}
.progress-bar .progress-bar__progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #78babd;
  border-radius: 99rem;
  font-size: 1.6rem;
  line-height: 1;
  color: white;
  font-weight: bold;
}
@media (min-width: 46.25em) {
  .progress-bar .progress-bar__progress {
    padding: 1.5rem 2rem 1.5rem 0;
    text-align: right;
    justify-content: flex-end;
  }
}
@media (min-width: 46.25em) {
  .progress-bar .progress-bar__progress--step-1 {
    width: 20%;
  }
}
@media (min-width: 46.25em) {
  .progress-bar .progress-bar__progress--step-2 {
    width: 40%;
  }
}
@media (min-width: 46.25em) {
  .progress-bar .progress-bar__progress--step-3 {
    width: 60%;
  }
}
@media (min-width: 46.25em) {
  .progress-bar .progress-bar__progress--step-4 {
    width: 80%;
  }
}

h3.application-form__step-title {
  margin-top: 3rem;
}
@media (min-width: 46.25em) {
  h3.application-form__step-title {
    margin-top: 6rem;
  }
}

.application-form__field-group {
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: #f2f8f8;
  border-radius: 0.5rem;
}
@media (min-width: 46.25em) {
  .application-form__field-group {
    padding: 3rem;
  }
}
@media (min-width: 61.25em) {
  .application-form__field-group {
    margin-top: 3.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.application-form__field-group .application-form__label {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
}
@media (min-width: 46.25em) {
  .application-form__field-group .application-form__label {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 61.25em) {
  .application-form__field-group .application-form__label {
    flex: 0 0 35%;
    margin-right: 5%;
  }
}
.application-form__field-group .application-form__label__help {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #5a5a5a;
  font-style: italic;
}
@media (min-width: 46.25em) {
  .application-form__field-group .application-form__label__help {
    font-size: 1.6rem;
  }
}
.application-form__field-group > .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.875rem;
}
@media (min-width: 61.25em) {
  .application-form__field-group > .wpcf7-form-control-wrap {
    flex: 0 0 60%;
    margin-top: 0;
  }
}
.application-form__field-group input[type=text],
.application-form__field-group input[type=email],
.application-form__field-group input[type=date],
.application-form__field-group input[type=number],
.application-form__field-group input[type=file],
.application-form__field-group textarea {
  border: 0.1rem solid #78babd;
  border-radius: 1rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Source Sans 3", sans-serif;
  color: #222;
  resize: none;
  width: 100%;
  box-shadow: 0 0.3rem 0.8rem rgba(27, 55, 97, 0.15);
}
.application-form__field-group input[type=text].wpcf7-not-valid,
.application-form__field-group input[type=email].wpcf7-not-valid,
.application-form__field-group input[type=date].wpcf7-not-valid,
.application-form__field-group input[type=number].wpcf7-not-valid,
.application-form__field-group input[type=file].wpcf7-not-valid,
.application-form__field-group textarea.wpcf7-not-valid {
  border-radius: 1rem 1rem 0 0;
  border-color: red;
}
@media (min-width: 61.25em) {
  .application-form__field-group input[type=text],
  .application-form__field-group input[type=email],
  .application-form__field-group input[type=date],
  .application-form__field-group input[type=number],
  .application-form__field-group input[type=file],
  .application-form__field-group textarea {
    font-size: 1.8rem;
  }
}
.application-form__field-group .wpcf7-not-valid-tip {
  background: red;
  border-radius: 0 0 1rem 1rem;
  font-size: 1.5rem;
  box-shadow: 0 0.3rem 0.8rem rgba(27, 55, 97, 0.15);
}
.application-form__field-group textarea ~ .wpcf7-not-valid-tip {
  position: relative;
  top: -1rem;
}
.application-form__field-group input[type=date] {
  max-width: 20rem;
}
.application-form__field-group input[type=date] ~ .wpcf7-not-valid-tip {
  max-width: 20rem;
}
.application-form__field-group input[type=file] {
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.application-form__field-group .application-form__sub-fields {
  width: 100%;
}
.application-form__field-group .application-form__sub-field-group {
  margin-top: 1.75rem;
}
@media (min-width: 61.25em) {
  .application-form__field-group .application-form__sub-field-group {
    flex: 0 0 60%;
  }
  .application-form__field-group .application-form__sub-field-group:first-of-type {
    margin-top: 0;
  }
}
.application-form__field-group .application-form__sub-field-group .application-form__field-sub-field-group__label {
  font-weight: 600;
  color: #1b3761;
  font-size: 1.8rem;
}
.application-form__field-group .application-form__sub-field-group.application-form__sub-field-group--flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.application-form__field-group .application-form__sub-field-group.application-form__sub-field-group--flex .application-form__field-sub-field-group__label {
  margin-right: 2rem;
  width: 11rem;
}
.application-form__field-group .application-form__input--short {
  max-width: 20rem;
}
.application-form__field-group .application-form__input--short ~ .wpcf7-not-valid-tip {
  max-width: 20rem;
}

.application-form__consent-wrapper {
  padding: 2.5rem 0;
}
@media (min-width: 61.25em) {
  .application-form__consent-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4.5rem 0;
  }
}
.application-form__consent-wrapper .wpcf7-list-item {
  margin: 0 0 1.5rem;
}
.application-form__consent-wrapper .wpcf7-list-item label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
  color: #1b3761;
}
@media (min-width: 46.25em) {
  .application-form__consent-wrapper .wpcf7-list-item label {
    font-size: 2rem;
  }
}
.application-form__consent-wrapper .wpcf7-list-item label span {
  padding-left: 5rem;
}
@media (min-width: 46.25em) {
  .application-form__consent-wrapper .wpcf7-list-item label span {
    padding-left: 7rem;
  }
}
.application-form__consent-wrapper .wpcf7-list-item label input {
  margin: 0.5rem 1.5rem 0 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}
.application-form__consent-wrapper .wpcf7-list-item label input:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 3.5rem;
  width: 3.5rem;
  border: 0.2rem solid #78babd;
  border-radius: 0.5rem;
  transition: 0.3s all;
}
@media (min-width: 46.25em) {
  .application-form__consent-wrapper .wpcf7-list-item label input:after {
    height: 5rem;
    width: 5rem;
  }
}
@media (hover: hover) {
  .application-form__consent-wrapper .wpcf7-list-item label input:hover:after, .application-form__consent-wrapper .wpcf7-list-item label input:active:after, .application-form__consent-wrapper .wpcf7-list-item label input:focus:after {
    cursor: pointer;
    background-color: #ebebeb;
  }
}
.application-form__consent-wrapper .wpcf7-list-item label input:checked:after {
  background: url(img/tick-turquoise.svg) center no-repeat;
  background-size: 80%;
}
.application-form__consent-wrapper .application-form__consent {
  flex: 0 0 50%;
  margin-right: 5%;
}
.application-form__consent-wrapper .application-form__consent-additional-info {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #5a5a5a;
  font-style: italic;
  flex: 0 0 45%;
}

.application-form__submit-button-wrapper {
  float: right;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.application-form__submit-button-wrapper .wpcf7-spinner {
  margin-right: 1rem;
}
.application-form__submit-button-wrapper input[type=submit] {
  margin: 2rem 0 !important;
}
@media (min-width: 46.25em) {
  .application-form__submit-button-wrapper input[type=submit] {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
}

.cf7mls-btns {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (min-width: 46.25em) {
  .cf7mls-btns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  .cf7mls-btns {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  .cf7mls-btns {
    padding-left: 0;
    padding-right: 0;
  }
}
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
  margin: 0;
}

.cf7mls_next.action-button {
  margin: 2rem 0 !important;
}
@media (min-width: 46.25em) {
  .cf7mls_next.action-button {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
}

.cf7mls_back.action-button {
  margin: 2rem 0 !important;
}
@media (min-width: 46.25em) {
  .cf7mls_back.action-button {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
}

form.init.cf7mls .wpcf7-response-output {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
form.init.cf7mls .wpcf7-response-output.wpcf7-validation-errors {
  background: red;
}
form.init.cf7mls .wpcf7-response-output svg.wpcf7-icon-wraning {
  display: none;
}

fieldset.fieldset-cf7mls {
  width: 100%;
  max-width: 116rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
}
@media (min-width: 46.25em) {
  fieldset.fieldset-cf7mls {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 61.25em) {
  fieldset.fieldset-cf7mls {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (min-width: 75em) {
  fieldset.fieldset-cf7mls {
    padding-left: 0;
    padding-right: 0;
  }
}