@charset "UTF-8";
/*!
Theme Name: SCSP - Version 2
Theme URI: http://underscores.me/
Author: Kiterocket
Author URI: https://www.kiterocket.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scsp-v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SCSP - Version 2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* GLOBALS */
body, p {
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  color: #7B7B7B;
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #0A3161;
}
@media only screen and (max-width: 620px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #0A3161;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 620px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  color: #851432;
}

p {
  margin-bottom: 30px;
}

a {
  color: #851432;
}

.text-light-red {
  color: #820024 !important;
}

ul, ol {
  margin-left: 16px;
  padding-left: 0px;
}
ul > li, ol > li {
  padding-left: 9px;
}

ul {
  list-style-image: url("img/blue-circle.svg");
}

strong {
  font-weight: 500;
}

body {
  margin-top: 125px;
}
@media only screen and (max-width: 991px) {
  body {
    margin-top: 90px;
  }
}

a {
  color: #851432;
  text-decoration: none;
}

@media (min-width: 1730px) {
  .container {
    max-width: 1650px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1730px) {
  .container.narrow {
    max-width: 1360px;
  }
}

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

mark {
  padding: 0;
}

.site-main {
  background: url("img/body-bottom-deco.svg") no-repeat bottom center;
  background-size: contain;
  padding-bottom: 220px;
}
@media only screen and (max-width: 1200px) {
  .site-main {
    background-size: auto;
  }
}
@media only screen and (max-width: 420px) {
  .site-main {
    padding-bottom: 150px;
  }
}

.with-plus-sign {
  position: relative;
  padding-right: 22px;
}
.with-plus-sign::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  transform-origin: center;
  transform: rotate(0deg);
  font-weight: 200;
  font-size: 20px;
  transition: 0.2s ease-out all;
}
.with-plus-sign:hover::after {
  transform: rotate(360deg);
}

.learn-more-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 25px;
  display: inline-block;
  padding-bottom: 35px;
}
.learn-more-link::before {
  content: "";
  width: 225px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("img/blue-line.svg");
  background-position-x: center;
  background-position-y: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.learn-more-link::after {
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}

h2.h2-centered-subtitle {
  margin-bottom: 95px;
}
@media only screen and (max-width: 1200px) {
  h2.h2-centered-subtitle {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 620px) {
  h2.h2-centered-subtitle {
    margin-bottom: 50px;
  }
}

a.email-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
}

#cookie-settings-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
}

@media only screen and (max-width: 620px) {
  a {
    word-break: break-all;
  }
}

body.admin-bar header#masthead {
  top: 32px;
}
body.admin-bar header#masthead .main-navigation ul li ul.sub-menu {
  top: 157px !important;
}
@media only screen and (max-width: 991px) {
  body.admin-bar header#masthead .main-navigation ul li ul.sub-menu {
    top: auto !important;
  }
}

.share-shortcode {
  padding-top: 12px;
  margin-left: -3px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.share-shortcode.visible {
  opacity: 1;
  pointer-events: all;
}

.share-buttons ul, .share-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-buttons ul {
  display: flex;
}
.share-buttons ul li a {
  padding: 5px;
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
}

/*thanks cake*/
.button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 40px 10px 40px;
}
.button.button--primary {
  background-color: #851432;
  color: white;
}
.button.button--primary:hover {
  background-color: #B31942;
}

.wp-block-buttons .wp-block-button.is-style-secondary a.wp-block-button__link {
  background-color: #0A3161;
  color: white;
  padding: calc(0.5em + 2px) calc(1em + 2px);
}
.wp-block-buttons .wp-block-button.is-style-secondary a.wp-block-button__link:hover {
  background-color: #851432;
}

.archive-pagination,
.nav-links {
  padding-left: 80px;
  padding-top: 50px;
}
.archive-pagination .page-of,
.nav-links .page-of {
  display: none;
}
.archive-pagination .page-numbers,
.nav-links .page-numbers {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.archive-pagination .page-numbers:hover,
.nav-links .page-numbers:hover {
  color: #0A3161;
}
.archive-pagination .page-numbers.current,
.nav-links .page-numbers.current {
  color: #0A3161;
}

.nav-links {
  padding-left: 0px;
  padding-top: 0px;
}

/* MODULES */
header#masthead {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  height: 125px;
  top: 0;
  left: 0;
  z-index: 5000;
}
@media only screen and (max-width: 991px) {
  header#masthead {
    height: 90px;
  }
}
@media (max-width: 575px) {
  header#masthead > .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
header#masthead .row {
  align-items: center;
}
header#masthead .site-branding {
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  header#masthead .site-branding {
    max-width: 270px;
  }
}
@media only screen and (max-width: 620px) {
  header#masthead .site-branding {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 420px) {
  header#masthead .site-branding {
    flex-basis: 50%;
  }
}

.header-search-trigger-col {
  width: 42px;
  margin-left: auto;
  position: relative;
  height: 125px;
}
@media only screen and (max-width: 991px) {
  .header-search-trigger-col {
    height: 90px;
  }
}
.header-search-trigger-col .search-form {
  position: absolute;
  right: -15px;
  top: 50%;
  background-color: #F7F7F7;
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.2) inset;
  border-radius: 10px;
  width: 380px;
  transform: translateY(-50%);
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in all;
  font-family: "Outfit", sans-serif;
  border: none;
}
@media only screen and (max-width: 620px) {
  .header-search-trigger-col .search-form {
    width: 95vw;
  }
}
@media (max-width: 575px) {
  .header-search-trigger-col .search-form {
    width: 98vw;
  }
}
.header-search-trigger-col .search-form label {
  width: calc(100% - 52px);
}
.header-search-trigger-col .search-form input {
  border: none;
  background-color: transparent;
  height: 42px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
}
.header-search-trigger-col .search-form input:focus {
  outline: none;
  background-color: transparent;
}
.header-search-trigger-col .search-form input[type=submit] {
  width: 42px;
  height: 42px;
  background: url("img/icon__search.svg") center no-repeat;
  text-indent: -9999px;
  margin-left: auto;
}
.header-search-trigger-col a.header-search-trigger {
  height: 100%;
  line-height: 52px;
  position: absolute;
  top: 28%;
}
@media only screen and (max-width: 991px) {
  .header-search-trigger-col a.header-search-trigger {
    top: 16px;
  }
}

.search-widget--open .main-navigation {
  pointer-events: none;
  opacity: 0.2;
}
.search-widget--open .header-search-trigger-col .search-form {
  opacity: 1;
  pointer-events: all;
}
.search-widget--open .header-search-trigger-col a.header-search-trigger {
  display: none;
}

.main-navigation {
  justify-content: flex-end;
  display: flex;
  padding-right: 96px;
}
@media only screen and (max-width: 1200px) {
  .main-navigation {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 90px;
    left: 0px;
    width: auto;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    background-color: white;
    transition: 0.3s all ease;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.main-navigation .menu-primary-menu-container > ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  height: 125px;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul {
    justify-content: left;
    height: auto;
    flex-direction: column;
  }
}
.main-navigation .menu-primary-menu-container > ul > li {
  display: flex;
  align-items: center;
  padding: 0 38px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .main-navigation .menu-primary-menu-container > ul > li {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li {
    display: block;
    padding: 0 30px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > a {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > a {
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #0A3161;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > a:hover {
  color: #851432;
}
.main-navigation .menu-primary-menu-container > ul > li.current-menu-parent > a, .main-navigation .menu-primary-menu-container > ul > li.current-menu-ancestor > a, .main-navigation .menu-primary-menu-container > ul > li.current-menu-item > a {
  font-weight: 500;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu {
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: auto;
  background-color: #FFF;
  padding: 30px 0 85px;
  left: 0;
  top: 0;
  justify-content: center;
  transform: translateY(10px);
  pointer-events: none;
  transition: 0.4s ease-out all;
  margin-left: 0;
  box-shadow: 0 50px 60px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu {
    position: relative;
    opacity: 1;
    box-shadow: unset;
    flex-direction: column;
    padding: 0px;
    pointer-events: all;
    margin-bottom: 20px;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li {
  display: block;
  flex-basis: 15%;
  flex-grow: 0;
  max-width: 1650px;
  opacity: 0;
  transition: 0.2s ease-out all 0.2s;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li {
    opacity: 1;
    padding-left: 25px;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > a.sub-menu-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #0A3161;
  transition: 0.3s all ease;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > a.sub-menu-link {
    color: #000;
    font-weight: 500;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > a.sub-menu-link:hover {
    color: #851432;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li.current-menu-item > a, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li.current-menu-parent > a {
  color: #851432;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-458 {
  flex-basis: auto;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-291, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-446, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-642 {
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-291, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-446, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-642 {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-291, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-446, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-642 {
    text-align: left;
  }
}
@media (max-width: 1500px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-319, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-353 {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-319, .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-353 {
    flex-basis: 25%;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-232 {
  flex-basis: 100%;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-232 {
    display: none;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-232 > a {
  display: none;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-232 .featured-event {
  padding-bottom: 25px;
}
@media (max-width: 1500px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-232 .featured-event {
    padding-right: 70px;
    padding-left: 40px;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-458 {
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li#nav-menu-item-458 {
    text-align: left;
    padding-left: 25px;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > ul {
  list-style: none;
  margin-left: 0px;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > ul {
    padding-left: 25px;
  }
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > ul > li {
  padding-left: 0px;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > ul > li > a {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #7B7B7B;
  transition: 0.3s all ease;
  display: block;
  margin-bottom: 14px;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > ul > li > a:hover {
  color: #851432;
}
.main-navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > ul > li.current_page_item > a {
  color: #851432;
}
@media (min-width: 992px) {
  .main-navigation .menu-primary-menu-container > ul > li.menu-item-has-children:hover ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    top: 125px;
    pointer-events: all;
  }
  .main-navigation .menu-primary-menu-container > ul > li.menu-item-has-children:hover ul.sub-menu > li {
    transform: translateY(10px);
    opacity: 1;
  }
}
.main-navigation .menu-primary-menu-container > ul > li.twitter-account-link span.text {
  display: none;
}
.main-navigation.toggled button.menu-toggle .mobo-menu__line:nth-child(1) {
  transform: translate(100px, 0);
}
.main-navigation.toggled button.menu-toggle .mobo-menu__line:nth-child(2) {
  top: 11px;
  transform: rotate(-45deg) translate(0, 2px);
}
.main-navigation.toggled button.menu-toggle .mobo-menu__line:nth-child(3) {
  top: 22px;
  transform: rotate(46deg) translate(-6px, -8px);
}
.main-navigation.toggled .menu-primary-menu-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.main-navigation button.menu-toggle {
  display: none !important;
  width: 38px;
  height: 32px;
  position: relative;
  background-color: unset;
  margin-right: 30px;
  opacity: 1;
  transition: 0.3s opacity ease;
  overflow: hidden;
  border: none;
  border-radius: 0px;
}
@media only screen and (max-width: 991px) {
  .main-navigation button.menu-toggle {
    display: block !important;
    margin-left: auto;
  }
}
@media only screen and (max-width: 420px) {
  .main-navigation button.menu-toggle {
    margin-right: 12px;
  }
}
.main-navigation button.menu-toggle:hover {
  cursor: pointer;
  opacity: 0.7;
}
.main-navigation button.menu-toggle .mobo-menu__line {
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  transition: 0.3s cubic-bezier(0.08, 0.82, 0.17, 1) all;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.main-navigation button.menu-toggle .mobo-menu__line:nth-child(1) {
  background-color: #851432;
  top: 0;
}
.main-navigation button.menu-toggle .mobo-menu__line:nth-child(2) {
  top: 11px;
  background-color: #B31942;
}
.main-navigation button.menu-toggle .mobo-menu__line:nth-child(3) {
  top: 22px;
  background-color: #B31942;
}

footer.site-footer {
  background-color: #F7F7F7;
  padding-top: 125px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  footer.site-footer {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1160px) {
  footer.site-footer > .container {
    max-width: 1080px;
  }
}
@media (max-width: 575px) {
  footer.site-footer > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  footer.site-footer > .container > .row > div:nth-child(2) {
    padding-top: 70px;
  }
}
footer.site-footer p.footer__site-info {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
footer.site-footer p.footer__site-info a {
  color: #7B7B7B;
  text-transform: none;
  transition: 0.3s all ease;
}
footer.site-footer p.footer__site-info a:hover {
  color: #851432;
}
footer.site-footer h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #851432;
  margin-bottom: 20px;
}
footer.site-footer #block-9 {
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  footer.site-footer #block-9 {
    margin-bottom: 60px;
  }
}
footer.site-footer #block-9 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 767px) {
  footer.site-footer #block-17 .wp-block-spacer {
    height: 60px !important;
  }
}
footer.site-footer iframe {
  border: none !important;
}
@media (max-width: 767px) {
  footer.site-footer iframe {
    max-width: 100% !important;
  }
}
footer.site-footer .use-theme-bg {
  background-color: #7B7B7B !important;
}
footer.site-footer section#block-20 .footer-gfform a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
}

textarea,
input[type=text],
input[type=email],
input[type=search] {
  -webkit-appearance: none;
}

.gform_wrapper label {
  font-weight: 300;
}
.gform_wrapper textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=search] {
  font-family: "Outfit", sans-serif;
  border: none;
  border-radius: 10px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px !important;
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.2) inset;
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
}
.gform_wrapper textarea:focus-visible,
.gform_wrapper input[type=text]:focus-visible,
.gform_wrapper input[type=email]:focus-visible,
.gform_wrapper input[type=search]:focus-visible {
  outline: none;
}
.gform_wrapper textarea {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 25px;
  resize: none;
}
.gform_wrapper #field_2_4 textarea {
  height: 133px !important;
}
.gform_wrapper #field_2_11,
.gform_wrapper #field_4_3 {
  padding: 13px 0;
}
.gform_wrapper #field_2_11 .gform_fileupload_rules,
.gform_wrapper #field_4_3 .gform_fileupload_rules {
  display: none;
}
.gform_wrapper #field_2_11 input[type=file],
.gform_wrapper #field_4_3 input[type=file] {
  color: transparent;
  width: 270px;
}
.gform_wrapper #field_2_11 input[type=file]::-webkit-file-upload-button,
.gform_wrapper #field_4_3 input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.gform_wrapper #field_2_11 input[type=file]::before,
.gform_wrapper #field_4_3 input[type=file]::before {
  content: "Submit File (.pdf, .doc, .mp4, .mp3)";
  font-family: "Outfit", sans-serif;
  line-height: 50px;
  color: #7B7B7B;
  transition: 0.3s all ease;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.gform_wrapper #field_2_11 input[type=file]:hover::before,
.gform_wrapper #field_4_3 input[type=file]:hover::before {
  color: #851432;
}
.gform_wrapper #field_4_3 input[type=file] {
  width: auto;
}
.gform_wrapper #field_4_3 input[type=file]::before {
  content: "Submit File (.pdf, .doc, .mp4, .mov, .zip)";
}
.gform_wrapper #field_3_5 .gfield_description,
.gform_wrapper #field_3_6 .gfield_description {
  font-size: 10px;
  font-weight: 200;
  padding-left: 0px;
  padding-bottom: 0px;
}
.gform_wrapper #field_3_1 input#input_3_1 {
  background-color: white;
}
@media (max-width: 500px) {
  .gform_wrapper #field_2_8 label.gfield_consent_label {
    width: 66%;
  }
}
.gform_wrapper input[type=submit] {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 0 10px;
  background-color: #851432;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
.gform_wrapper input[type=submit]:hover {
  background-color: #B31942;
}
.gform_wrapper fieldset .ginput_container_consent,
.gform_wrapper fieldset .ginput_container_checkbox .gchoice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: top;
}
.gform_wrapper fieldset .ginput_container_consent input[type=checkbox],
.gform_wrapper fieldset .ginput_container_checkbox .gchoice input[type=checkbox] {
  margin-right: 20px;
  position: relative;
  visibility: hidden;
  margin-top: 3px;
}
.gform_wrapper fieldset .ginput_container_consent input[type=checkbox]::after,
.gform_wrapper fieldset .ginput_container_checkbox .gchoice input[type=checkbox]::after {
  content: "";
  position: absolute;
  visibility: visible;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
  background-color: #F7F7F7;
  z-index: 10;
}
.gform_wrapper fieldset .ginput_container_consent input[type=checkbox]::before,
.gform_wrapper fieldset .ginput_container_checkbox .gchoice input[type=checkbox]::before {
  content: "";
  position: absolute;
  visibility: visible;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 18px;
  transform: rotate(45deg) translate(-2px, -10px) skew(2deg, 10deg);
  border-right: 2px solid #851432;
  border-bottom: 2px solid #851432;
  display: none;
  z-index: 20;
}
.gform_wrapper fieldset .ginput_container_consent input[type=checkbox]:checked::before,
.gform_wrapper fieldset .ginput_container_checkbox .gchoice input[type=checkbox]:checked::before {
  display: block;
}
.gform_wrapper fieldset .ginput_container_consent label,
.gform_wrapper fieldset .ginput_container_checkbox .gchoice label {
  font-weight: 300;
}
.gform_wrapper fieldset .ginput_container_consent .gfield_required,
.gform_wrapper fieldset .ginput_container_checkbox .gchoice .gfield_required {
  color: #0A3161;
}
.gform_wrapper fieldset .gfield_description {
  padding-top: 0 !important;
  margin-left: 27px;
  margin-top: 0 !important;
  border: none !important;
  overflow: auto !important;
}
.gform_wrapper .files-over-250 .gfield_checkbox > div input {
  display: none;
}
.gform_wrapper .files-over-250 .gfield_checkbox > div label {
  font-weight: 500;
  color: #851432;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.gform_wrapper .files-over-250 .gfield_checkbox > div label:after {
  content: "+";
  position: absolute;
  font-size: 26px;
  font-weight: 200;
  right: 0;
  top: -8px;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper .gform_footer #gform_ajax_spinner_4 {
  float: left !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border-color: #851432 !important;
}

#gform_confirmation_message_4 {
  font-size: 30px;
  line-height: 40px;
  color: #851432;
  font-weight: 200;
  padding-right: 120px;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background-color: transparent !important;
  color: #851432 !important;
  border: none !important;
  padding: 0 !important;
}

.gform_wrapper .gform_validation_errors {
  background-color: transparent !important;
  color: #851432 !important;
  border: none !important;
}

.gform_wrapper .gform_validation_errors > h2,
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true] + label, .gform_wrapper label + [aria-invalid=true] {
  color: #851432 !important;
}

.gform_confirmation_wrapper {
  padding-right: 190px;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  background-color: #F7F7F7;
  padding: 30px;
  color: #0A3161;
}
.gform_confirmation_wrapper .gform_confirmation_message p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

/**/
/*salesforce forms*/
.sf-form-wrapper {
  transition: 0.4s;
  max-width: 100%;
  margin: 0 auto;
}
.sf-form-wrapper.lt-sponsor #interest-options,
.sf-form-wrapper.lt-sponsor #sponsorship-options {
  display: block;
}
.sf-form-wrapper.lt-sponsor #interest-options .required,
.sf-form-wrapper.lt-sponsor #sponsorship-options .required {
  display: inline-block;
}
.sf-form-wrapper.lt-exhibitor #interest-options {
  display: block;
}
.sf-form-wrapper.lt-exhibitor #interest-options .required {
  display: inline-block;
}
.sf-form-wrapper.sending {
  opacity: 0.8;
}
.sf-form-wrapper.sending form {
  pointer-events: none;
}
.sf-form-wrapper.blocked form #submit-button {
  opacity: 0.25;
  pointer-events: none;
}
.sf-form-wrapper.visible-lead-selector form .lead-type {
  display: block;
}
.sf-form-wrapper form {
  pointer-events: none;
}
.sf-form-wrapper form input, .sf-form-wrapper form select {
  opacity: 0.5;
  transition: 0.2s;
}
.sf-form-wrapper form .lead-type {
  display: none;
}
.sf-form-wrapper form.recaptched {
  pointer-events: auto;
}
.sf-form-wrapper form.recaptched input, .sf-form-wrapper form.recaptched select {
  opacity: 1;
}
.sf-form-wrapper form.submitting #submit-button {
  opacity: 0.1;
  pointer-events: none;
}
.sf-form-wrapper form select,
.sf-form-wrapper form textarea,
.sf-form-wrapper form input[type=email],
.sf-form-wrapper form input[type=tel],
.sf-form-wrapper form input[type=text] {
  font-family: "Outfit", sans-serif;
  border: none;
  border-radius: 10px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px !important;
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.2) inset;
  background-color: #F7F7F7;
  font-size: 15px;
  font-weight: 300;
  color: #7B7B7B;
  width: 100%;
}
.sf-form-wrapper form input_[type=checkbox] {
  margin-right: 10px;
  margin-top: 5px;
}
.sf-form-wrapper form input3[type=checkbox] {
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  visibility: hidden;
  margin-top: 3px;
}
.sf-form-wrapper form input3[type=checkbox]:checked:before {
  display: block;
}
.sf-form-wrapper form input3[type=checkbox]:before {
  content: "";
  position: absolute;
  visibility: visible;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 18px;
  transform: rotate(45deg) translate(-2px, -10px) skew(2deg, 10deg);
  border-right: 2px solid #851432;
  border-bottom: 2px solid #851432;
  display: none;
  z-index: 20;
}
.sf-form-wrapper form input3[type=checkbox]:after {
  content: "";
  position: absolute;
  visibility: visible;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
  background-color: #F7F7F7;
  z-index: 10;
}
.sf-form-wrapper form input[type=checkbox] {
  /* Reset */
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 0;
  height: 0;
  margin: 0;
  margin-right: 25px;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.sf-form-wrapper form input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}
.sf-form-wrapper form input[type=checkbox]::before {
  content: "";
  position: absolute;
  /*top: -16px;*/
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #23151d;
  background: #fff;
  box-sizing: content-box;
  border-radius: 4px;
}
.sf-form-wrapper form input[type=checkbox]:disabled::before,
.sf-form-wrapper form input[type=checkbox]:disabled::after {
  opacity: 0.4;
}
.sf-form-wrapper form input[type=checkbox]:checked::before {
  border: 1px solid #851432;
  background: transparent;
}
.sf-form-wrapper form input[type=checkbox]::after {
  content: "✓";
  text-indent: 4px;
  position: absolute;
  top: -10px;
  display: none;
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  text-align: center;
}
.sf-form-wrapper form input[type=checkbox]:checked::after {
  display: block;
  color: #851432;
}
.sf-form-wrapper form input[type=button] {
  border: 0;
  padding: 18px 40px;
  border-radius: 5px;
}
.sf-form-wrapper form input[type=button]:hover {
  background: #B31942;
}
.sf-form-wrapper form em.required {
  font-weight: 300;
  font-size: 14px;
  color: #851432;
  display: inline-block;
  margin-left: 5px;
}
.sf-form-wrapper form div.lead-info-fields p {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.sf-form-wrapper form div.lead-info-fields p.title {
  margin-bottom: 0;
  margin-top: 20px;
  flex-direction: row;
  width: 100%;
  font-size: 16px;
}
.sf-form-wrapper form div.lead-info-fields p.half {
  flex-direction: row;
  width: 100%;
  gap: 1em;
}
@media only screen and (max-width: 1080px) {
  .sf-form-wrapper form div.lead-info-fields p.half {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1080px) {
  .sf-form-wrapper form div.lead-info-fields p.half {
    gap: 0;
  }
}
.sf-form-wrapper form div.lead-info-fields p.half span {
  display: inline-flex;
  width: 50%;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1080px) {
  .sf-form-wrapper form div.lead-info-fields p.half span {
    width: 100%;
  }
}
.sf-form-wrapper form div.lead-info-fields p.half span label {
  font-weight: normal;
  font-size: 16px;
}
.sf-form-wrapper form div.lead-info-fields p input {
  margin-top: 10px;
}
.sf-form-wrapper form div.lead-type-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.sf-form-wrapper form div.lead-type-options > div {
  display: none;
}
.sf-form-wrapper form div.lead-type-options p.title {
  margin-bottom: 5px;
  margin-top: 20px;
  flex-direction: row;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.sf-form-wrapper form div.lead-type-options .required {
  display: none;
}
.sf-form-wrapper form ul, .sf-form-wrapper form li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-form-wrapper form ul.opportunity-interest-fields, .sf-form-wrapper form ul.opportunity-sponsorship-fields {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.sf-form-wrapper form ul.opportunity-interest-fields li, .sf-form-wrapper form ul.opportunity-sponsorship-fields li {
  flex-basis: 50%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 2px 0;
}
.sf-form-wrapper form ul.opportunity-interest-fields li label, .sf-form-wrapper form ul.opportunity-sponsorship-fields li label {
  cursor: pointer;
}
.sf-form-wrapper form ul.lead-terms-privacy-fields {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sf-form-wrapper form ul.lead-terms-privacy-fields li {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.sf-form-wrapper form ul.lead-terms-privacy-fields li label {
  cursor: auto;
}
.sf-form-wrapper form ul.lead-terms-privacy-fields li .label {
  display: block;
  font-weight: 700;
}
.sf-form-wrapper form ul.lead-terms-privacy-fields li .desc {
  clear: both;
  display: block;
  font-size: 0.9em;
}

body.popup-visible {
  height: 100vh;
  overflow: hidden;
}
body.popup-visible #site-popup {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body #site-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
body #site-popup .close {
  position: fixed;
  bottom: 30px;
  margin: 0 auto;
}
body #site-popup .close a {
  color: white;
  background: #B31942;
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.2em;
}
body #site-popup .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
body #site-popup .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* BLOCKS */
.wp-block-getwid-toggle__row {
  border-bottom: 1px solid rgba(123, 123, 123, 0.5);
}
.wp-block-getwid-toggle__row:first-child {
  border-top: 1px solid rgba(123, 123, 123, 0.5);
}
.wp-block-getwid-toggle__header-wrapper {
  border: none !important;
}
.wp-block-getwid-toggle__content {
  border: none !important;
}
.wp-block-getwid-toggle__header-title {
  color: #0A3161;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.wp-block-getwid-toggle__icon i {
  font-size: 0.5em;
}

.wp-block-getwid-accordion__header-wrapper {
  border: none !important;
}
.wp-block-getwid-accordion__header-wrapper:first-child {
  border-top: 1px solid rgba(123, 123, 123, 0.5) !important;
}
.wp-block-getwid-accordion__content-wrapper {
  border-bottom: 1px solid rgba(123, 123, 123, 0.5) !important;
}
.wp-block-getwid-accordion__content {
  padding-top: 0.5em;
  border: none !important;
  padding-bottom: 32px;
}
.wp-block-getwid-accordion__header-title {
  color: #0A3161;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.wp-block-getwid-accordion__icon i {
  font-size: 0.5em;
}

.wp-block-getwid-social-links ul li {
  padding-right: 12px;
}
.wp-block-getwid-social-links ul li span {
  margin-left: 0px;
}

.wp-block-getwid-custom-post-type.custom-post-type-event h3 {
  margin-bottom: 2px;
  line-height: 24px;
}
.wp-block-getwid-custom-post-type.custom-post-type-event h3 a {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
  transition: 0.3s all ease;
}
.wp-block-getwid-custom-post-type.custom-post-type-event h3 a:hover {
  color: #851432;
}
.wp-block-getwid-custom-post-type.custom-post-type-event .is-excerpt p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
}
.wp-block-getwid-custom-post-type.custom-post-type-event .wp-block-button {
  display: inline;
}
.wp-block-getwid-custom-post-type.custom-post-type-event .wp-block-button a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  background-color: transparent;
  padding: 0px;
  transition: 0.3s all ease;
  position: relative;
  padding-right: 22px;
}
.wp-block-getwid-custom-post-type.custom-post-type-event .wp-block-button a::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 11px;
  margin-top: -12px;
  transform-origin: center;
  transform: rotate(0deg);
  font-weight: 300;
  font-size: 32px;
  transition: 0.2s ease-out all;
  color: #851432;
}
.wp-block-getwid-custom-post-type.custom-post-type-event .wp-block-button a:hover {
  color: #0A3161;
}
.wp-block-getwid-custom-post-type.custom-post-type-event .wp-block-button a:hover::after {
  transform: rotate(360deg);
  color: #0A3161;
}

.wp-block-getwid-post-carousel {
  overflow: hidden;
}
.wp-block-getwid-post-carousel__wrapper {
  max-width: calc(100% - 140px);
  transform: translateX(140px);
}
@media only screen and (max-width: 1366px) {
  .wp-block-getwid-post-carousel__wrapper {
    max-width: unset;
    transform: unset;
  }
}
.wp-block-getwid-post-carousel .slick-list {
  overflow: visible;
}
@media (max-width: 768px) {
  .wp-block-getwid-post-carousel .slick-list {
    height: 510px !important;
  }
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel .slick-list {
    height: 550px !important;
  }
}
.wp-block-getwid-post-carousel .slick-slider {
  padding-bottom: 0px !important;
}
.wp-block-getwid-post-carousel .slick-track {
  padding-top: 90px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 1200px) {
  .wp-block-getwid-post-carousel .slick-track {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .wp-block-getwid-post-carousel .slick-track {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 620px) {
  .wp-block-getwid-post-carousel .slick-track {
    padding-top: 20px;
  }
}
.wp-block-getwid-post-carousel .slick-track .slick-slide {
  margin: 0 30px;
}
@media only screen and (max-width: 1366px) {
  .wp-block-getwid-post-carousel .slick-track .slick-slide {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .wp-block-getwid-post-carousel .slick-track .slick-slide {
    margin-right: 50px;
  }
}
.wp-block-getwid-post-carousel__slide {
  height: 300px !important;
  opacity: 0;
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel__slide {
    height: 410px !important;
  }
}
.wp-block-getwid-post-carousel__slide.slick-active {
  opacity: 1;
  transition: 0.2s ease-in opacity 0.2s;
}
.wp-block-getwid-post-carousel__post {
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 70px 0 70px 0;
  align-items: center;
}
.wp-block-getwid-post-carousel__post-thumbnail {
  margin-bottom: 0;
  padding-top: 0;
  height: 100%;
}
.wp-block-getwid-post-carousel__post-thumbnail a {
  display: block;
  position: inherit;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  height: 100%;
  width: 100%;
}
.wp-block-getwid-post-carousel__post-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 45px;
}
.wp-block-getwid-post-carousel__post-content-wrapper h3 {
  line-height: 24px;
}
.wp-block-getwid-post-carousel__post-content-wrapper h3 a {
  font-size: 20px;
  font-weight: 300;
  color: #0A3161;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s all ease;
}
.wp-block-getwid-post-carousel__post-content-wrapper h3 a:hover {
  color: #851432;
}
.wp-block-getwid-post-carousel__post-excerpt p {
  position: relative;
  font-size: 14px;
  font-weight: 100;
  line-height: 18px;
  padding-bottom: 40px;
}
.wp-block-getwid-post-carousel__post-excerpt p::after {
  content: "Read more +";
  position: absolute;
  bottom: 0;
  left: 0;
  color: #851432;
  font-size: 16px;
  font-weight: 400;
}
.wp-block-getwid-post-carousel .slick-dots {
  text-align: left;
  bottom: 60px;
}
@media only screen and (max-width: 1366px) {
  .wp-block-getwid-post-carousel .slick-dots {
    padding-left: 20px;
  }
}
.wp-block-getwid-post-carousel .slick-dots li {
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-getwid-post-carousel .slick-dots li button {
  color: #851432;
  font-size: 20px;
  font-weight: 200;
  line-height: 45px;
}
.wp-block-getwid-post-carousel .slick-dots li button::before {
  display: none;
}
.wp-block-getwid-post-carousel .slick-dots li.slick-active button {
  font-weight: 600;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news {
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 70px 0 70px 0;
  align-items: center;
  gap: 0px !important;
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news {
    flex-direction: column;
  }
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:first-child {
  flex-basis: 34.5% !important;
  flex-grow: 0 !important;
  background-image: url("img/placemats-icon.svg");
  background-position-x: center;
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #F7F7F7;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:first-child .wp-block-getwid-template-post-featured-image {
  margin-bottom: 0;
  padding-top: 0;
  height: 100%;
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:first-child .wp-block-getwid-template-post-featured-image {
    height: 150px;
  }
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:first-child .wp-block-getwid-template-post-featured-image a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: white;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:first-child .wp-block-getwid-template-post-featured-image a img {
  object-fit: contain;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 45px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) {
    padding: 25px;
  }
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) h3 {
  line-height: 24px;
  font-size: 20px;
  min-height: 72px;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) h3 a {
  font-size: 20px;
  font-weight: 300;
  color: #0A3161;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s all ease;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) h3 a:hover {
  color: #851432;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) p {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 17px;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) .wp-block-button {
  margin-top: 0px;
  position: absolute;
  bottom: 70px;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) .wp-block-button a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  background: transparent;
  position: relative;
  padding-right: 22px;
  transition: 0.3s all ease;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) .wp-block-button a::after {
  content: "+";
  position: absolute;
  right: 0;
  margin-top: -12px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) .wp-block-button a:hover {
  color: #0A3161;
}
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) .wp-block-button a:hover::after {
  transform: rotate(360deg);
}
.wp-block-getwid-post-carousel.custom-post-type-history .slick-track {
  padding-top: 75px;
}
@media only screen and (max-width: 1200px) {
  .wp-block-getwid-post-carousel.custom-post-type-history .slick-track {
    padding-top: 20px;
  }
}
.wp-block-getwid-post-carousel.custom-post-type-history .slick-slider {
  max-width: 100%;
  transform: unset;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide {
  height: 370px !important;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  height: 100%;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-featured-image {
  margin-bottom: 0px;
  height: unset;
  flex-basis: 35%;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content {
  flex-basis: 65%;
  padding: 45px;
}
@media only screen and (max-width: 1440px) {
  .wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content {
    padding: 25px;
  }
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  min-height: 72px;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #0A3161;
  margin-bottom: 10px;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0A3161;
}
.wp-block-getwid-post-carousel.custom-post-type-history .wp-block-getwid-post-carousel__slide .wp-block-group__inner-container .wp-block-getwid-template-post-content a:hover {
  color: #851432;
}
.wp-block-getwid-post-carousel.press-releases-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:first-child {
  flex-basis: 32% !important;
  flex-grow: 0 !important;
  background-image: url("img/SCSP__logo-icon.svg");
  background-position-x: center;
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-size: 60px;
  background-color: white;
}
.wp-block-getwid-post-carousel.press-releases-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) {
  padding-left: 0px;
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel.press-releases-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) {
    padding-left: 25px;
  }
}
.wp-block-getwid-post-carousel.press-releases-carousel .wp-block-getwid-post-carousel__post-news > .wp-block-column:nth-child(2) .wp-block-button {
  bottom: 45px;
}
.wp-block-getwid-post-carousel.press-releases-carousel .wp-block-getwid-post-carousel__post-news a {
  background-color: transparent !important;
}
.wp-block-getwid-post-carousel.press-releases-carousel .wp-block-getwid-post-carousel__post-news img {
  visibility: hidden;
}
@media (max-width: 575px) {
  .wp-block-getwid-post-carousel.press-releases-carousel .slick-list {
    height: 550px !important;
  }
}

.wp-block-separator {
  border-top: 0;
  border-bottom: 10px solid #F7F7F7;
  margin: 50px auto;
  max-width: 260px;
  height: 10px !important;
}

.featured-event {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 782px) {
  .featured-event {
    flex-direction: column-reverse;
  }
}
.featured-event .section-content {
  width: 30%;
}
@media only screen and (max-width: 1440px) {
  .featured-event .section-content {
    width: 50%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 782px) {
  .featured-event .section-content {
    width: 100%;
    padding-right: unset;
  }
}
.featured-event .section-content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 17px;
  color: #0A3161;
}
.featured-event .section-content__date {
  font-size: 14px;
  font-weight: 500;
  color: #0A3161;
  line-height: 18px;
  margin-bottom: 5px;
}
.featured-event .section-content__location {
  font-size: 14px;
  font-weight: 500;
  color: #0A3161;
  line-height: 18px;
  margin-bottom: 15px;
}
.featured-event .section-image {
  width: 70%;
  height: 100%;
  max-width: 840px;
  margin-left: auto;
}
@media only screen and (max-width: 782px) {
  .featured-event .section-image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.featured-event .section-image a {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 782px) {
  .featured-event .section-image a {
    height: 300px;
  }
}
.featured-event .section-image a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  border-radius: 30px 0 30px 0;
}
.featured-event .section-content__buttons .section-content__buttons--link.with-plus-sign {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  padding: 0px;
  transition: 0.3s all ease;
  position: relative;
  padding-right: 22px;
}
.featured-event .section-content__buttons .section-content__buttons--link.with-plus-sign::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 11px;
  margin-top: -12px;
  transform-origin: center;
  transform: rotate(0deg);
  font-weight: 300;
  font-size: 32px;
  transition: 0.2s ease-out all;
  color: #851432;
}
.featured-event .section-content__buttons .section-content__buttons--link.with-plus-sign:hover {
  color: #0A3161;
}
.featured-event .section-content__buttons .section-content__buttons--link.with-plus-sign:hover::after {
  transform: rotate(360deg);
  color: #0A3161;
}
.featured-event__with-video .section-image a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 75px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("img/icon__play.svg");
  background-size: 25px 22px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  transition: 0.2s ease-out all;
}
.featured-event__with-video .section-image a:hover::after {
  transform: translate(-50%, -50%) scale(1.3);
}

.wp-block-group.is-style-contained {
  margin: 0 auto;
  max-width: unset;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .wp-block-group.is-style-contained {
    max-width: 540px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.is-style-contained {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.is-style-contained {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.is-style-contained {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wp-block-group.is-style-contained {
    max-width: 1320px;
  }
  .wp-block-group.is-style-contained.narrow {
    max-width: 1360px;
  }
}
@media (min-width: 1730px) {
  .wp-block-group.is-style-contained {
    max-width: 1650px;
  }
}

.wp-block-columns {
  gap: 60px !important;
}

.content-block__text-header {
  min-height: 400px;
  padding: 10vh 0;
  margin: 0 auto;
  max-width: 800px;
}
.content-block__text-header h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  color: #851432;
}
.content-block__column-doble-spacing {
  gap: 100px !important;
}
.content-block__follow-us-social .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.content-block__follow-us-social .wp-block-group__inner-container p {
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: 500;
}

.team-member {
  display: flex;
  gap: 60px !important;
}
@media only screen and (max-width: 782px) {
  .team-member {
    gap: 30px !important;
  }
}
@media only screen and (max-width: 620px) {
  .team-member {
    flex-direction: column;
  }
}
@media only screen and (max-width: 420px) {
  .team-member > .image {
    display: flex;
  }
}
.team-member > .image img {
  object-fit: cover;
  width: 224px;
  height: 338px;
  border-radius: 20px 0 20px 0;
}
@media only screen and (max-width: 782px) {
  .team-member > .image img {
    width: 165px;
    height: 249px;
  }
}
@media only screen and (max-width: 620px) {
  .team-member > .image img {
    width: 224px;
    height: 338px;
    margin: 0 auto;
  }
}
.team-member > .info {
  flex-basis: 56%;
}
@media only screen and (max-width: 1200px) {
  .team-member > .info {
    flex-grow: 1;
  }
}
.team-member > .info .position {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #851432;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team-member > .info .name {
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  color: #0A3161;
  margin-bottom: 14px;
}
.team-member > .info .bio {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px;
  height: 222px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s linear;
  position: relative;
}
@media only screen and (max-width: 782px) {
  .team-member > .info .bio {
    height: 132px;
  }
}
.team-member > .info .bio::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
}
.team-member > .info .bio.bio-expanded {
  height: 535px;
}
@media (max-width: 1400px) {
  .team-member > .info .bio.bio-expanded {
    height: 700px;
  }
}
@media only screen and (max-width: 1200px) {
  .team-member > .info .bio.bio-expanded {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .team-member > .info .bio.bio-expanded {
    height: 435px;
  }
}
@media only screen and (max-width: 782px) {
  .team-member > .info .bio.bio-expanded {
    height: 550px;
  }
}
@media only screen and (max-width: 620px) {
  .team-member > .info .bio.bio-expanded {
    height: auto;
  }
}
.team-member > .info .bio.bio-expanded::after {
  height: 0px;
}
.team-member > .info .team-member-read-more {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  position: relative;
  padding-right: 22px;
  transition: 0.3s all ease;
}
.team-member > .info .team-member-read-more::after {
  content: "+";
  position: absolute;
  right: 0;
  margin-top: -12px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}
.team-member > .info .team-member-read-more.bio-expanded::after {
  content: "-";
  top: 10px;
}
.team-member > .info .team-member-read-more:hover {
  color: #0A3161;
  cursor: pointer;
}
.team-member > .info .team-member-read-more:hover::after {
  transform: rotate(360deg);
}
.team-member > .info .team-member-read-more.bio-expanded:hover::after {
  transform: unset;
}
.team-member.type-full {
  flex-direction: column;
  position: relative;
  width: 23%;
}
@media only screen and (max-width: 991px) {
  .team-member.type-full {
    width: 30%;
  }
}
@media only screen and (max-width: 782px) {
  .team-member.type-full {
    width: calc(50% - 15px);
  }
}
.team-member.type-full .full-team-member-front .position {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #851432;
  text-transform: none;
  margin-bottom: 6px;
}
.team-member.type-full .full-team-member-front .name {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
}
.team-member.type-full .full-team-member-front .image img {
  object-fit: cover;
  border-radius: 20px 0 20px 0;
  margin-bottom: 30px;
  width: 100%;
  height: unset;
  aspect-ratio: 224/259;
}
@media (max-width: 767px) {
  .team-member.type-full .full-team-member-front .image img {
    margin-bottom: 15px;
  }
}
.team-member.type-full .full-team-member-back {
  opacity: 0;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0A3161;
  color: white;
  padding: 30px 24px;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  overflow-y: auto;
}
.team-member.type-full .full-team-member-back .position {
  color: white;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.team-member.type-full .full-team-member-back .name {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: white;
  margin-bottom: 15px;
}
.team-member.type-full .full-team-member-back .bio p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: white;
}
.team-member.type-full:hover .full-team-member-back {
  opacity: 1;
}
.team-member.type-compact {
  flex-direction: column;
  gap: 0px !important;
  width: 100%;
}
.team-member.type-compact img {
  width: unset;
  height: unset;
  margin-bottom: 28px;
  aspect-ratio: 224/259;
}
@media only screen and (max-width: 620px) {
  .team-member.type-compact img {
    margin-bottom: 10px;
  }
}
.team-member.type-compact .position {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: none;
}
.team-member.type-compact .name {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

body.scsp-report article .entry-content li {
  margin-bottom: 12px;
}
body.scsp-report article .report-chapter-header {
  height: calc(100vh - 60px);
  max-height: 750px;
  display: flex;
  align-items: center;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-chapter-header {
    height: auto;
    max-height: unset;
  }
}
body.scsp-report article .report-chapter-header img {
  box-shadow: unset !important;
  border-radius: unset !important;
}
body.scsp-report article .report-chapter-header__row {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-chapter-header__row {
    flex-direction: column-reverse;
  }
}
body.scsp-report article .report-chapter-header__left-col {
  flex-basis: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}
@media only screen and (max-width: 1650px) {
  body.scsp-report article .report-chapter-header__left-col {
    flex-basis: 65%;
  }
}
@media only screen and (max-width: 1366px) {
  body.scsp-report article .report-chapter-header__left-col {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-chapter-header__left-col {
    padding-right: 0px;
  }
}
body.scsp-report article .report-chapter-header__left-col__subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #851432;
  margin-bottom: 18px;
}
body.scsp-report article .report-chapter-header__left-col__title {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1366px) {
  body.scsp-report article .report-chapter-header__left-col__title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-chapter-header__left-col__title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
body.scsp-report article .report-chapter-header__left-col__title::after {
  content: "";
  background-image: url(img/report-header-separator.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 224px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.scsp-report article .report-chapter-header__right-col {
  flex-basis: 53%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-chapter-header__right-col {
    flex-basis: 100%;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
}
body.scsp-report article .report-chapter-header__right-col img {
  width: 80%;
}
@media only screen and (max-width: 1650px) {
  body.scsp-report article .report-chapter-header__right-col img {
    width: 100%;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-chapter-header__right-col img {
    width: 60%;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-chapter-header__right-col img {
    width: 80%;
  }
}
body.scsp-report article .report-chapter-header .entry-share a.share-toggle {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  position: relative;
  padding-right: 22px;
  transition: 0.3s all ease;
  width: fit-content;
}
body.scsp-report article .report-chapter-header .entry-share a.share-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  margin-top: -12px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}
body.scsp-report article .report-chapter-header .entry-share a.share-toggle.share-visible::after {
  content: "-";
  top: 9px;
}
body.scsp-report article .report-chapter-header .entry-share a.share-toggle:hover {
  color: #0A3161;
  cursor: pointer;
}
body.scsp-report article .report-chapter-header .entry-share a.share-toggle:hover::after {
  transform: rotate(360deg);
}
body.scsp-report article .report-chapter-header .entry-share a.share-toggle.share-visible:hover::after {
  transform: unset;
}
body.scsp-report article .report-chapter-header .entry-share .share-shortcode {
  padding-top: 12px;
  margin-left: -3px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
}
body.scsp-report article .report-chapter-header .entry-share .share-shortcode.visible {
  opacity: 1;
  pointer-events: all;
}
body.scsp-report article .report-block__2-cols-text-image-caption {
  padding-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-text-image-caption .wp-block-columns {
    flex-direction: column;
  }
}
body.scsp-report article .report-block__2-cols-text-image-caption__left-col {
  flex-basis: 55% !important;
  flex-grow: 0 !important;
}
body.scsp-report article .report-block__2-cols-text-image-caption__right-col {
  flex-basis: 40% !important;
  flex-grow: 0 !important;
}
body.scsp-report article .report-block__2-cols-text-image-caption__right-col figure img {
  width: 100%;
  aspect-ratio: 508/330;
  object-fit: cover;
  margin-bottom: 22px;
}
body.scsp-report article .report-block__full-width-image {
  margin-bottom: 70px;
}
body.scsp-report article .report-block__full-width-image img {
  padding: 25px;
  background-color: white;
}
body.scsp-report article .report-block__2-cols-image-text--text {
  padding-bottom: 55px;
}
body.scsp-report article .report-block__2-cols-image-text--text .wp-block-columns {
  gap: 200px !important;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report article .report-block__2-cols-image-text--text .wp-block-columns {
    gap: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-image-text--text .wp-block-columns {
    flex-direction: column-reverse;
  }
}
body.scsp-report article .report-block__2-cols-image-text--text__left-col {
  flex-basis: 30% !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report article .report-block__2-cols-image-text--text__left-col {
    flex-basis: 40% !important;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-image-text--text__left-col {
    flex-basis: 100% !important;
  }
}
body.scsp-report article .report-block__2-cols-image-text--text__left-col figure img {
  width: 100%;
  aspect-ratio: 366/238;
  object-fit: cover;
  margin-bottom: 22px;
}
body.scsp-report article .report-block__2-cols-image-text--text__right-col {
  flex-basis: 53% !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-image-text--text__right-col {
    flex-basis: 100% !important;
  }
}
body.scsp-report article .report-block__3-cols-image-text {
  padding-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__3-cols-image-text .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__3-cols-image-text .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
body.scsp-report article .report-block__3-cols-image-text figure img {
  width: 100%;
  aspect-ratio: 366/238;
  object-fit: cover;
  margin-bottom: 22px;
}
body.scsp-report article .report-block__quote {
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  body.scsp-report article .report-block__quote {
    max-width: 940px;
  }
}
@media only screen and (max-width: 1366px) {
  body.scsp-report article .report-block__quote {
    max-width: 820px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report article .report-block__quote {
    max-width: 910px;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__quote {
    max-width: 700px;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__quote {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.scsp-report article .report-block__quote blockquote p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #B31942;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__quote blockquote p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-block__quote blockquote p {
    font-size: 26px;
    line-height: 36px;
  }
}
body.scsp-report article .report-block__quote blockquote cite {
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0px;
  font-style: unset;
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-block__quote blockquote cite {
    font-size: 18px;
    line-height: 24px;
  }
}
body.scsp-report article .report-block__2-cols-members {
  padding-bottom: 85px;
}
@media only screen and (max-width: 1366px) {
  body.scsp-report article .report-block__2-cols-members .wp-block-columns {
    flex-direction: column;
  }
}
body.scsp-report article .report-block__2-cols-members img {
  box-shadow: unset !important;
}
body.scsp-report article .report-block__2-cols-image-caption {
  padding-bottom: 70px;
}
body.scsp-report article .report-block__2-cols-image-caption .wp-block-columns {
  gap: 210px !important;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report article .report-block__2-cols-image-caption .wp-block-columns {
    gap: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-image-caption .wp-block-columns {
    flex-direction: column;
    gap: 60px !important;
  }
}
body.scsp-report article .report-block__2-cols-image-caption figure img {
  width: 100%;
  aspect-ratio: 508/330;
  object-fit: cover;
  margin-bottom: 22px;
}
body.scsp-report article .report-block__full-type-members {
  padding-bottom: 85px;
}
body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container {
    gap: 30px;
  }
}
body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container .team-member.type-full {
  width: calc(23.5% - 30px);
}
@media (max-width: 1550px) {
  body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container .team-member.type-full {
    width: calc(23.1% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container .team-member.type-full {
    width: calc(32.6% - 15px);
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container .team-member.type-full {
    width: calc(50% - 15px);
  }
}
body.scsp-report article .report-block__full-type-members .wp-block-group__inner-container .team-member.type-full img {
  box-shadow: unset !important;
  border-radius: 20px 0 !important;
}
body.scsp-report article .report-block__big-red-centered-h2 h2 {
  text-align: center;
  font-size: 50px !important;
  line-height: 65px !important;
  color: #B31942 !important;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report article .report-block__big-red-centered-h2 h2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-block__big-red-centered-h2 h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
body.scsp-report article .report-block__research-assistants {
  padding-bottom: 120px;
}
body.scsp-report article .report-block__research-assistants .wp-block-group__inner-container {
  display: flex;
  justify-content: left;
  row-gap: 24px;
  column-gap: 24px;
  flex-wrap: wrap;
}
body.scsp-report article .report-block__research-assistants .wp-block-group__inner-container h3 {
  background-color: #F2F2F2;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  width: 22.8%;
  margin-bottom: 0px;
  color: #1C2529;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__research-assistants .wp-block-group__inner-container h3 {
    width: 31%;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__research-assistants .wp-block-group__inner-container h3 {
    width: 47%;
  }
}
@media (max-width: 460px) {
  body.scsp-report article .report-block__research-assistants .wp-block-group__inner-container h3 {
    width: 100%;
  }
}
body.scsp-report article .report-block__expert-advisors {
  padding-bottom: 110px;
}
body.scsp-report article .report-block__expert-advisors .wp-block-group__inner-container {
  display: flex;
  justify-content: left;
  row-gap: 0px;
  column-gap: 24px;
  flex-wrap: wrap;
}
body.scsp-report article .report-block__expert-advisors .wp-block-group__inner-container h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  width: 22.8%;
  margin-bottom: 0px;
  color: #7B7B7B;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__expert-advisors .wp-block-group__inner-container h3 {
    width: 31%;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__expert-advisors .wp-block-group__inner-container h3 {
    width: 47%;
  }
}
@media (max-width: 460px) {
  body.scsp-report article .report-block__expert-advisors .wp-block-group__inner-container h3 {
    width: 100%;
  }
}
body.scsp-report article .report-block__big-red-centered-h2-with-subtitle .wp-block-group__inner-container h2 {
  text-align: center;
  font-size: 50px !important;
  line-height: 65px !important;
  color: #B31942 !important;
  margin-bottom: 14px !important;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report article .report-block__big-red-centered-h2-with-subtitle .wp-block-group__inner-container h2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-block__big-red-centered-h2-with-subtitle .wp-block-group__inner-container h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
body.scsp-report article .report-block__big-red-centered-h2-with-subtitle .wp-block-group__inner-container > p {
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__separator-1 {
    height: 70px !important;
  }
}
body.scsp-report article .report-block__footnote p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  max-width: 880px;
  padding-top: 12px;
  border-top: 1px solid #851432;
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__footnote p {
    width: 100%;
  }
}
body.scsp-report article .report-block__full-width-text {
  margin-bottom: 30px;
}
body.scsp-report article .report-block__full-width-text .wp-block-group__inner-container {
  max-width: 880px;
}
body.scsp-report article .report-block__2-cols-text-quote-right blockquote p, body.scsp-report article .report-block__2-cols-text-quote-left blockquote p {
  background-color: white;
  border-radius: 30px 0 30px 0;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  padding: 40px;
  font-size: 28px;
  line-height: 36px;
  color: #0A3161;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-text-quote-right blockquote p, body.scsp-report article .report-block__2-cols-text-quote-left blockquote p {
    font-size: 22px;
    line-height: 32px;
    padding: 25px;
  }
}
body.scsp-report article .report-block__2-cols-text-quote-right blockquote p .has-vivid-red-color, body.scsp-report article .report-block__2-cols-text-quote-left blockquote p .has-vivid-red-color {
  color: #B31942 !important;
  font-weight: 700;
}
body.scsp-report article .report-block__2-cols-text-quote-right .wp-block-columns, body.scsp-report article .report-block__2-cols-text-quote-left .wp-block-columns {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-text-quote-right .wp-block-columns {
    flex-direction: column;
    gap: 30px !important;
  }
}
body.scsp-report article .report-block__2-cols-text-quote-right__left-col {
  flex-basis: 55% !important;
  flex-grow: 0 !important;
}
body.scsp-report article .report-block__2-cols-text-quote-right__right-col {
  flex-basis: 40% !important;
  flex-grow: 0 !important;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-text-quote-right__right-col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-text-quote-left .wp-block-columns {
    flex-direction: column;
    gap: 30px !important;
  }
}
body.scsp-report article .report-block__2-cols-text-quote-left__left-col {
  flex-basis: 40% !important;
  flex-grow: 0 !important;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report article .report-block__2-cols-text-quote-left__left-col {
    margin-bottom: 0px;
  }
}
body.scsp-report article .report-block__2-cols-text-quote-left__right-col {
  flex-basis: 55% !important;
  flex-grow: 0 !important;
}
body.scsp-report article .report-block__grey-background {
  margin-bottom: 60px;
}
body.scsp-report article .report-block__grey-background > .wp-block-group__inner-container {
  background-color: #F7F7F7;
  max-width: 880px;
  padding: 25px;
}
body.scsp-report article .report-block__grey-background > .wp-block-group__inner-container h2 {
  color: #851432 !important;
}
body.scsp-report article .report-block__grey-background .has-vivid-red-color {
  color: #B31942 !important;
}
body.scsp-report article .report-block__blue-text {
  padding-left: 25px;
}
body.scsp-report article .report-block__blue-text.pl-0 {
  padding-left: 0px;
}
body.scsp-report article .report-block__blue-text p, body.scsp-report article .report-block__blue-text li {
  color: #0A3161;
}
body.scsp-report article .report-block__signatures {
  margin-bottom: 60px;
}
body.scsp-report article .report-block__signatures figure {
  display: inline;
}
body.scsp-report article .report-block__signatures figure img {
  width: 250px;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 620px) {
  body.scsp-report article .report-block__signatures figure img {
    width: 50%;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__appendix-table {
    gap: 0 !important;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report article .report-block__appendix-table p {
    margin-bottom: 0;
  }
}

mark.has-vivid-cyan-blue-color {
  color: #0A3161 !important;
  font-weight: 700;
}

body #site-popup .wrapper {
  background-color: #000;
}
body #site-popup .wrapper iframe {
  top: 50%;
  left: 50%;
  height: 100vh;
  max-width: 1440px;
  transform: translate(-50%, -50%);
}

/* PAGES */
.page .entry-header {
  padding-top: 105px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .page .entry-header {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 620px) {
  .page .entry-header {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page .entry-header h1 {
  text-align: center;
  margin-bottom: 0;
}

.header-subtitle {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #851432;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .header-subtitle {
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 620px) {
  .header-subtitle {
    font-size: 22px;
    line-height: 34px;
    margin-top: -10px;
  }
}

body.menu-opened {
  height: 100vh;
  overflow: hidden;
}

.home header.entry-header {
  display: none;
}
.home__hero {
  background-image: linear-gradient(#F7F7F7, white);
  padding-top: 5vh;
  padding-bottom: 5vh;
  overflow: hidden;
}
.home__hero img.wp-block-cover__image-background {
  height: auto;
  width: 200vw;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transition: 0.2s ease-out all;
  margin-top: -300px;
}
@media (max-width: 1080px) {
  .home__hero img.wp-block-cover__image-background {
    width: auto;
    top: 40%;
    left: -25%;
    height: 420px;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero img.wp-block-cover__image-background {
    top: 33%;
  }
}
.home__hero .home__intro-hero-block {
  width: 90%;
  margin: 120px auto 20px;
  max-width: 1080px;
  padding: 120px 90px 70px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .home__hero .home__intro-hero-block {
    padding: 120px 30px 70px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__intro-hero-block {
    width: 100%;
    padding: 70px 15px 35px;
    margin-top: 45px;
    margin-bottom: 0px;
  }
}
.home__hero .home__intro-hero-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 70px 0 70px 0;
  background-color: #FFF;
  overflow: hidden;
  opacity: 0.4;
  z-index: 1;
  border: 1px solid #FFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
}
.home__hero .home__intro-hero-block .wp-block-group__inner-container {
  position: relative;
  z-index: 10;
}
.home__hero .home__intro-hero-block .wp-block-image {
  width: 175px;
  height: 121px;
  position: absolute;
  top: -170px;
  left: 20px;
}
@media only screen and (max-width: 1200px) {
  .home__hero .home__intro-hero-block .wp-block-image {
    width: 140px;
    height: 100px;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__intro-hero-block .wp-block-image {
    width: 115px;
    height: 85px;
    top: -115px;
  }
}
.home__hero .home__intro-hero-block h2 {
  font-size: 30px !important;
  line-height: 38px;
  color: #851432;
  font-weight: 300;
}
@media only screen and (max-width: 620px) {
  .home__hero .home__intro-hero-block h2 {
    font-size: 26px !important;
    line-height: 34px;
  }
}
.home__hero .home__intro-hero-block h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  color: #0A3161;
}
@media only screen and (max-width: 1200px) {
  .home__hero .home__intro-hero-block h3 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__intro-hero-block h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
.home__hero .home__subscription-hero-block {
  width: 824px;
}
@media only screen and (max-width: 1200px) {
  .home__hero .home__subscription-hero-block {
    width: unset;
  }
}
@media (max-width: 575px) {
  .home__hero .home__subscription-hero-block {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.home__hero .home__subscription-hero-block h2 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #0A3161;
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .home__hero .home__subscription-hero-block h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__subscription-hero-block h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.home__hero .home__subscription-hero-block h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #0A3161;
  padding-top: 20px;
}
.home__hero .home__subscription-hero-block #gform_3 {
  position: relative;
  margin-bottom: 19px;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body {
  position: relative;
  padding: 8px 0px;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body .gform_fields {
  position: relative;
  z-index: 20;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body input {
  outline: none;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body input[type=email] {
  background-color: #F7F7F7;
  border: none;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body .ginput_container_consent input {
  margin-top: 3px;
  margin-right: 14px;
}
.home__hero .home__subscription-hero-block #gform_3 .gform-body .ginput_container_consent .gfield_consent_label,
.home__hero .home__subscription-hero-block #gform_3 .gform-body .ginput_container_consent .gfield_required {
  border: none !important;
  font-size: 10px;
  font-weight: 200;
}
.home__hero .home__subscription-hero-block #gform_3 .gform_footer {
  position: absolute;
  width: 150px;
  height: 42px;
  top: 7px;
  right: 7px;
  z-index: 40;
  padding: 0;
  margin: 0;
}
.home__hero .home__subscription-hero-block #gform_3 .gform_footer input[type=submit] {
  font-family: "Outfit", sans-serif;
  background-color: #851432;
  color: #FFF;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
  line-height: 42px;
  margin-top: 8px;
  padding: 0;
  cursor: pointer;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .home__hero .home__subscription-hero-block #gform_3 .gform_footer input[type=submit] {
    width: 75%;
  }
}
.home__hero .home__subscription-hero-block #gform_3 .gform_footer input[type=submit]:hover {
  background-color: #B31942;
}
.home__hero .home__subscription-hero-block #gform_3 #gform_fields_3 {
  grid-row-gap: 0px !important;
}
.home__post-carrousel-section {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 575px) {
  .home__post-carrousel-section .slick-list {
    height: 620px !important;
  }
}
.home__who-we-are .wp-block-group__inner-container {
  margin: 80px auto;
  max-width: 83.33%;
}
@media only screen and (max-width: 1200px) {
  .home__who-we-are .wp-block-group__inner-container {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .home__who-we-are .wp-block-group__inner-container {
    max-width: unset;
  }
}
@media only screen and (max-width: 620px) {
  .home__who-we-are .wp-block-group__inner-container {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.home__see-all-news-link {
  text-align: right;
}
.home__see-all-news-link a {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.home__see-all-news-link a svg {
  margin-left: 10px;
  transform: translateY(-1px);
}
.home__see-all-news-link a:hover svg path {
  stroke: #0A3161;
}
.home__separator-1 {
  margin: 122px auto;
}
@media only screen and (max-width: 1200px) {
  .home__separator-1 {
    margin: 90px auto;
  }
}

.the-panels__row-1 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .the-panels__row-1 {
    flex-direction: column-reverse;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 620px) {
  .the-panels__row-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .the-panels__panels-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.the-panels__panels-group h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
@media only screen and (max-width: 1200px) {
  .the-panels__panels-group h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .the-panels__panels-group .wp-block-columns {
    gap: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .the-panels__panels-group .wp-block-columns {
    gap: 30px !important;
  }
}
@media only screen and (max-width: 782px) {
  .the-panels__panels-group .wp-block-spacer {
    display: none;
  }
}
@media only screen and (max-width: 782px) {
  .the-panels__panels-group lottie-player {
    width: 60% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 620px) {
  .the-panels__panels-group lottie-player {
    width: 70% !important;
  }
}
@media (max-width: 500px) {
  .the-panels__panels-group lottie-player {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .the-panels__future-tech-title {
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 782px) {
  .the-panels__future-tech-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .the-panels__panel-objetives-title {
    margin-bottom: 10px;
  }
}

.who-we-are__featured-members-row {
  margin-bottom: 133px !important;
}
@media only screen and (max-width: 1200px) {
  .who-we-are__featured-members-row > .wp-block-group__inner-container > .wp-block-columns {
    flex-direction: column;
    gap: 110px !important;
  }
}
.who-we-are__board-advisors-row .wp-block-columns {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .who-we-are__board-advisors-row .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media only screen and (max-width: 620px) {
  .who-we-are__board-advisors-row .wp-block-columns {
    gap: 30px !important;
  }
}
.who-we-are__board-advisors-row .wp-block-columns .wp-block-column {
  flex-basis: 17% !important;
  flex-grow: 0;
}
@media only screen and (max-width: 1200px) {
  .who-we-are__board-advisors-row .wp-block-columns .wp-block-column {
    flex-basis: 25% !important;
  }
}
@media only screen and (max-width: 991px) {
  .who-we-are__board-advisors-row .wp-block-columns .wp-block-column {
    flex-basis: 30% !important;
  }
}
@media only screen and (max-width: 782px) {
  .who-we-are__board-advisors-row .wp-block-columns .wp-block-column {
    flex-basis: 35% !important;
  }
}
@media only screen and (max-width: 620px) {
  .who-we-are__board-advisors-row .wp-block-columns .wp-block-column {
    flex-basis: 45% !important;
  }
}
.who-we-are__staff-group .wp-block-group__inner-container {
  display: flex;
  column-gap: 2.6% !important;
  row-gap: 46px !important;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .who-we-are__staff-group .wp-block-group__inner-container {
    column-gap: 4.8% !important;
  }
}
@media only screen and (max-width: 782px) {
  .who-we-are__staff-group .wp-block-group__inner-container {
    row-gap: 30px !important;
    column-gap: 30px !important;
  }
}
.who-we-are__research-row .wp-block-group__inner-container {
  display: flex;
  justify-content: left;
  row-gap: 24px;
  column-gap: 24px;
  flex-wrap: wrap;
}
.who-we-are__research-row .wp-block-group__inner-container h3 {
  background-color: #F2F2F2;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  width: 18.5%;
  margin-bottom: 0px;
  color: #1C2529;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1400px) {
  .who-we-are__research-row .wp-block-group__inner-container h3 {
    width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .who-we-are__research-row .wp-block-group__inner-container h3 {
    width: 30.5%;
  }
}
@media (max-width: 767px) {
  .who-we-are__research-row .wp-block-group__inner-container h3 {
    width: 30%;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .who-we-are__research-row .wp-block-group__inner-container h3 {
    width: 46%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.who-we-are__expert-advisors-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #7B7B7B;
  margin-bottom: 85px;
}
.who-we-are__expert-advisors-group .wp-block-group__inner-container {
  display: flex;
  justify-content: left;
  row-gap: 0px;
  column-gap: 24px;
  flex-wrap: wrap;
}
.who-we-are__expert-advisors-group .wp-block-group__inner-container h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  width: 18.5%;
  margin-bottom: 0px;
  color: #7B7B7B;
}
@media (max-width: 1400px) {
  .who-we-are__expert-advisors-group .wp-block-group__inner-container h3 {
    width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .who-we-are__expert-advisors-group .wp-block-group__inner-container h3 {
    width: 30.5%;
  }
}
@media (max-width: 767px) {
  .who-we-are__expert-advisors-group .wp-block-group__inner-container h3 {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .who-we-are__expert-advisors-group .wp-block-group__inner-container h3 {
    width: 46%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 12px;
    line-height: 28px;
  }
}
.who-we-are__separator-1 {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
  .who-we-are__separator-1 {
    margin-top: 110px;
    margin-bottom: 90px;
  }
}

.twitter-feed-group {
  padding-top: 160px;
}
.twitter-feed-group > .wp-block-group__inner-container {
  max-width: 1100px;
  margin: 0 auto;
}
.twitter-feed-group .twitter-link {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 80px;
}
.twitter-feed-group h2 {
  margin-bottom: 13px;
}

body.archive .page-header {
  padding-top: 105px;
  padding-bottom: 35px;
}
body.archive .page-header h1 {
  text-align: center;
  margin-bottom: 80px;
}

body:not(.search-results) .archive-items {
  display: flex;
  column-gap: 60px;
  row-gap: 75px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  body:not(.search-results) .archive-items {
    row-gap: 60px;
  }
}
@media (max-width: 575px) {
  body:not(.search-results) .archive-items {
    row-gap: 30px;
  }
}
body:not(.search-results) .archive-items article {
  flex-basis: calc(50% - 30px);
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  align-items: center;
  height: 330px;
}
@media only screen and (max-width: 991px) {
  body:not(.search-results) .archive-items article {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  body:not(.search-results) .archive-items article {
    flex-direction: column;
    height: 410px;
  }
  body:not(.search-results) .archive-items article.category-news {
    height: 300px;
  }
}
body:not(.search-results) .archive-items article .archive-item__post-thumbnail {
  height: 100%;
  flex-basis: 224px;
  background-image: url("img/placemats-icon.svg");
  background-position-x: center;
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 1200px) {
  body:not(.search-results) .archive-items article .archive-item__post-thumbnail {
    flex-basis: 160px;
    background-size: 60px;
    background-position-y: 60px;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.search-results) .archive-items article .archive-item__post-thumbnail {
    flex-basis: 224px;
    background-size: auto;
    background-position-y: 50px;
  }
}
@media only screen and (max-width: 620px) {
  body:not(.search-results) .archive-items article .archive-item__post-thumbnail {
    flex-basis: 160px;
    background-size: 60px;
    background-position-y: 60px;
  }
}
@media (max-width: 575px) {
  body:not(.search-results) .archive-items article .archive-item__post-thumbnail {
    height: 150px;
    flex-basis: 100%;
  }
}
body:not(.search-results) .archive-items article .archive-item__post-thumbnail a {
  display: block;
  height: 100%;
  width: 224px;
  position: relative;
  background-color: white;
}
body:not(.search-results) .archive-items article .archive-item__post-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body:not(.search-results) .archive-items article.has-post-thumbnail .archive-item__post-thumbnail a {
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1200px) {
  body:not(.search-results) .archive-items article.has-post-thumbnail .archive-item__post-thumbnail a {
    width: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body:not(.search-results) .archive-items article.has-post-thumbnail .archive-item__post-content {
    padding: 25px !important;
  }
}
body:not(.search-results) .archive-items article.has-post-thumbnail.category-news .archive-item__post-thumbnail {
  background-color: white;
  background-image: none;
}
body:not(.search-results) .archive-items article .archive-item__post-content {
  padding: 45px;
  flex-basis: calc(100% - 224px);
}
@media only screen and (max-width: 1200px) {
  body:not(.search-results) .archive-items article .archive-item__post-content {
    flex-basis: calc(100% - 160px);
  }
}
@media only screen and (max-width: 991px) {
  body:not(.search-results) .archive-items article .archive-item__post-content {
    flex-basis: calc(100% - 224px);
  }
}
@media only screen and (max-width: 620px) {
  body:not(.search-results) .archive-items article .archive-item__post-content {
    flex-basis: calc(100% - 160px);
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  body:not(.search-results) .archive-items article .archive-item__post-content {
    padding: 25px !important;
    width: 100%;
  }
}
body:not(.search-results) .archive-items article .archive-item__post-content h2 {
  line-height: 24px;
  font-size: 20px;
  min-height: 72px;
  margin-bottom: 15px;
}
body:not(.search-results) .archive-items article .archive-item__post-content h2 a {
  font-size: 20px;
  font-weight: 300;
  color: #0A3161;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s all ease;
}
body:not(.search-results) .archive-items article .archive-item__post-content h2 a:hover {
  color: #851432;
}
body:not(.search-results) .archive-items article .archive-item__post-content p {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
body:not(.search-results) .archive-items article .archive-item__post-content > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
body:not(.search-results) .archive-items article .archive-item__post-content > a::after {
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}

.category-press-releases article .archive-item__post-thumbnail {
  background-image: url("img/SCSP__logo-icon.svg") !important;
  background-color: white !important;
  background-size: 60px !important;
}
.category-press-releases article .archive-item__post-thumbnail img {
  visibility: hidden;
}
.category-press-releases article .archive-item__post-content {
  padding-left: 0px;
}

.contact-us__inquiries-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #851432;
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  .contact-us__row-1 {
    flex-direction: column;
  }
}
.contact-us__row-1 > div:first-child {
  padding-right: 140px;
}
@media only screen and (max-width: 1200px) {
  .contact-us__row-1 > div:first-child {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__row-1 > div:first-child {
    padding-right: 0px;
  }
}
.contact-us__row-1 > div:nth-child(2) > .wp-block-group > .wp-block-group__inner-container {
  position: relative;
}
.contact-us__row-1 > div:nth-child(2) > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1400px) {
  .contact-us__row-1 > div:nth-child(2) > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
    bottom: -30px;
  }
}
@media only screen and (max-width: 620px) {
  .contact-us__row-1 > div:nth-child(2) > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
    bottom: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__row-1 > div:nth-child(2) > .wp-block-group > .wp-block-group__inner-container lottie-player {
    width: 70% !important;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .contact-us__row-1 > div:nth-child(2) > .wp-block-group > .wp-block-group__inner-container lottie-player {
    width: 100% !important;
  }
}
.contact-us__email-link a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: underline;
}

.events__events-grid {
  padding-top: 20px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 991px) {
  .events__events-grid {
    padding-top: 0px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .events__events-grid .getwid-columns .wp-block-getwid-custom-post-type__post {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 620px) {
  .events__events-grid .getwid-columns .wp-block-getwid-custom-post-type__post {
    width: 100%;
    margin-bottom: 40px;
  }
}

body.page-id-230.paged article.page #featured-event-section,
body.page-id-230.paged article.page #upcoming-events-section,
body.page-id-230.paged article.page .wp-block-getwid-advanced-spacer:not(:first-of-type) {
  display: none;
}
body.page-id-230.paged article.page #past-events-section > div > h2 {
  display: none;
}

body.search-results .site-main,
body.search-no-results .site-main {
  padding-top: 90px;
}
body.search-results h1.page-title,
body.search-no-results h1.page-title {
  margin-bottom: 60px;
}
body.search-results .archive-items,
body.search-no-results .archive-items {
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  body.search-results .archive-items,
  body.search-no-results .archive-items {
    padding-right: 0px;
  }
}
body.search-results .archive-items article,
body.search-no-results .archive-items article {
  margin-bottom: 48px;
}
@media only screen and (max-width: 620px) {
  body.search-results .archive-items article,
  body.search-no-results .archive-items article {
    margin-bottom: 40px;
  }
}
body.search-results .archive-items article header,
body.search-no-results .archive-items article header {
  padding: 0px;
}
body.search-results .archive-items article header h2,
body.search-no-results .archive-items article header h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
body.search-results .archive-items article header h2 a,
body.search-no-results .archive-items article header h2 a {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
  text-decoration: underline;
  transition: 0.3s all ease;
}
body.search-results .archive-items article header h2 a:hover,
body.search-no-results .archive-items article header h2 a:hover {
  color: #851432;
}
body.search-results .archive-pagination,
body.search-no-results .archive-pagination {
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  body.search-results .archive-pagination,
  body.search-no-results .archive-pagination {
    padding-top: 0px;
  }
}
body.search-results .site-main .featured-event,
body.search-no-results .site-main .featured-event {
  background-color: #F7F7F7;
  padding: 0;
  align-items: unset;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  position: sticky;
  top: 215px;
}
@media only screen and (max-width: 991px) {
  body.search-results .site-main .featured-event,
  body.search-no-results .site-main .featured-event {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 420px) {
  body.search-results .site-main .featured-event,
  body.search-no-results .site-main .featured-event {
    margin-right: -15px;
    margin-left: -15px;
  }
}
body.search-results .site-main .featured-event .section-content,
body.search-no-results .site-main .featured-event .section-content {
  flex-basis: 100% !important;
  padding: 90px 60px 75px 75px;
}
@media only screen and (max-width: 1200px) {
  body.search-results .site-main .featured-event .section-content,
  body.search-no-results .site-main .featured-event .section-content {
    padding: 55px 40px;
  }
}
@media only screen and (max-width: 420px) {
  body.search-results .site-main .featured-event .section-content,
  body.search-no-results .site-main .featured-event .section-content {
    padding: 45px 30px;
  }
}
body.search-results .site-main .featured-event .section-image,
body.search-no-results .site-main .featured-event .section-image {
  flex-basis: 36% !important;
  height: auto;
  display: none;
}
body.search-results .site-main .featured-event .section-image a img,
body.search-no-results .site-main .featured-event .section-image a img {
  box-shadow: unset;
  border-radius: unset;
}

body.search-no-results form.search-form input.search-submit {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 40px 10px 40px;
  background-color: #851432;
  color: white;
}
@media (max-width: 575px) {
  body.search-no-results form.search-form input.search-submit {
    float: right;
  }
}
body.search-no-results form.search-form input.search-submit:hover {
  background-color: #B31942;
}
@media (max-width: 575px) {
  body.search-no-results form.search-form > label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
body.search-no-results form.search-form > label input[type=search] {
  font-family: "Outfit", sans-serif;
  border: none;
  border-radius: 10px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px !important;
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.2) inset;
  background-color: #F7F7F7;
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
  width: 300px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  body.search-no-results form.search-form > label input[type=search] {
    width: 100%;
    margin-right: 0;
  }
}
body.search-no-results form.search-form > label input[type=search]:focus-visible {
  outline: none;
}

.about__what-we-do .wp-block-group__inner-container {
  margin: 80px auto 0px;
  max-width: 83.33%;
}
@media only screen and (max-width: 1366px) {
  .about__what-we-do .wp-block-group__inner-container {
    max-width: unset;
  }
}
@media only screen and (max-width: 991px) {
  .about__what-we-do .wp-block-group__inner-container {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .about__what-we-do .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column-reverse;
    gap: 0 !important;
  }
}
.about__who-we-are .wp-block-group__inner-container {
  margin: 0px auto;
  max-width: 83.33%;
}
@media only screen and (max-width: 1366px) {
  .about__who-we-are .wp-block-group__inner-container {
    max-width: unset;
  }
}
@media only screen and (max-width: 991px) {
  .about__who-we-are .wp-block-group__inner-container {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .about__who-we-are .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column;
    gap: 0 !important;
  }
}
.about__what-we-do-col-1 {
  flex-basis: 27% !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .about__what-we-do-col-1 {
    flex-basis: 35% !important;
  }
}

@media only screen and (max-width: 782px) {
  .what-we-do__our-mission-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.what-we-do__our-mission-row .wp-block-columns {
  gap: 0 !important;
}
@media only screen and (max-width: 1650px) {
  .what-we-do__our-mission-row .wp-block-columns {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .what-we-do__our-mission-row .wp-block-columns {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .what-we-do__our-mission-row .wp-block-columns {
    flex-direction: column-reverse;
    gap: 30px !important;
  }
}
.what-we-do__our-mission-row .wp-block-columns .wp-block-column:first-child {
  flex-basis: 40% !important;
  flex-grow: 0 !important;
  padding-left: 280px;
}
@media only screen and (max-width: 1650px) {
  .what-we-do__our-mission-row .wp-block-columns .wp-block-column:first-child {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 782px) {
  .what-we-do__our-mission-row .wp-block-columns .wp-block-column:first-child {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .what-we-do__our-mission-row .wp-block-columns lottie-player {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 782px) {
  .what-we-do__our-mission-row .wp-block-columns lottie-player {
    width: 100% !important;
  }
}
.what-we-do__inspired-past-group {
  padding-top: 180px;
}
@media only screen and (max-width: 1200px) {
  .what-we-do__inspired-past-group {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 620px) {
  .what-we-do__inspired-past-group {
    padding-top: 30px;
  }
}

.submissions__row-1 {
  padding-top: 83px;
  gap: 150px !important;
}
@media only screen and (max-width: 1200px) {
  .submissions__row-1 {
    gap: 70px !important;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .submissions__row-1 {
    flex-direction: column-reverse;
    gap: 50px !important;
  }
}

@media only screen and (max-width: 991px) {
  body.error404 .page-404 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 782px) {
  body.error404 .page-404 {
    padding-top: 35px;
  }
}
body.error404 .page-404 h1 {
  font-size: 120px;
  line-height: 130px;
  color: #851432;
}
@media only screen and (max-width: 782px) {
  body.error404 .page-404 h1 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 420px) {
  body.error404 .page-404 h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 782px) {
  body.error404 .page-404 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 782px) {
  body.error404 .page-404 .wp-block-columns {
    flex-direction: column-reverse;
    gap: 0 !important;
  }
}
body.error404 .addtoany_share_save_container {
  display: none;
}

.privacy-notice-group,
.terms-of-use-group {
  max-width: 960px !important;
}
@media (max-width: 1020px) {
  .privacy-notice-group,
  .terms-of-use-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.privacy-notice-group h2,
.terms-of-use-group h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 620px) {
  .privacy-notice-group h2,
  .terms-of-use-group h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.privacy-notice-group h3,
.terms-of-use-group h3 {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}
@media only screen and (max-width: 620px) {
  .privacy-notice-group h3,
  .terms-of-use-group h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.privacy-notice-group h3 em,
.terms-of-use-group h3 em {
  font-style: unset;
}
.privacy-notice-group table tbody tr:nth-child(2n),
.terms-of-use-group table tbody tr:nth-child(2n) {
  background-color: #F7F7F7;
}
.privacy-notice-group table tbody tr strong,
.terms-of-use-group table tbody tr strong {
  color: #0A3161;
}
.privacy-notice-group table tbody tr td,
.terms-of-use-group table tbody tr td {
  padding: 10px;
}
.privacy-notice-group table tbody tr td:first-child,
.terms-of-use-group table tbody tr td:first-child {
  width: 30%;
}

body.scsp-report {
  margin-top: 0;
  width: 100vw;
  overflow-x: hidden;
}
body.scsp-report .is-style-contained {
  max-width: 1218px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  body.scsp-report .is-style-contained {
    max-width: 1060px;
  }
}
@media (max-width: 1550px) {
  body.scsp-report .is-style-contained {
    max-width: 940px;
  }
}
@media only screen and (max-width: 1366px) {
  body.scsp-report .is-style-contained {
    max-width: 820px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report .is-style-contained {
    max-width: 910px;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report .is-style-contained {
    max-width: 700px;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report .is-style-contained {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.scsp-report #masthead {
  background: none;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  padding-left: 25px;
}
body.scsp-report #masthead > div {
  display: flex;
}
body.scsp-report #masthead > div .report-header-menu-trigger {
  text-align: center;
  padding: 12px 8px;
  background: #0A3161;
  border-radius: 50%;
  transition: 0.3s opacity ease;
}
body.scsp-report #masthead > div .report-header-menu-trigger:hover {
  opacity: 0.8;
}
body.scsp-report #masthead > div .report-header-menu-trigger img {
  width: 60%;
}
body.scsp-report #masthead > div .search-form {
  position: absolute;
  right: 34px;
  top: 26px;
  background-color: white;
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.2) inset;
  border-radius: 10px;
  width: 380px;
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in all;
  font-family: "Outfit", sans-serif;
  border: none;
}
@media only screen and (max-width: 620px) {
  body.scsp-report #masthead > div .search-form {
    width: 290px;
  }
}
@media only screen and (max-width: 420px) {
  body.scsp-report #masthead > div .search-form {
    width: 86vw;
  }
}
body.scsp-report #masthead > div .search-form label {
  width: calc(100% - 52px);
}
body.scsp-report #masthead > div .search-form input {
  border: none;
  background-color: transparent;
  height: 42px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #7B7B7B;
}
body.scsp-report #masthead > div .search-form input:focus {
  outline: none;
  background-color: transparent;
}
body.scsp-report #masthead > div .search-form input[type=submit] {
  width: 42px;
  height: 42px;
  background: url("img/icon__search.svg") center no-repeat;
  text-indent: -9999px;
  margin-left: auto;
}
body.scsp-report.search-widget--open .search-form {
  opacity: 1 !important;
  pointer-events: all !important;
}
body.scsp-report.search-widget--open a.report-header-search-trigger {
  display: none;
}
@media only screen and (max-width: 420px) {
  body.scsp-report.search-widget--open .report-header-menu-trigger {
    display: none;
  }
}
body.scsp-report #primary {
  width: calc(100vw - 410px);
  min-height: calc(100vh - 93px);
  margin-left: 410px;
  padding: 0;
  background: none;
  background-size: unset;
  padding-bottom: unset;
  background-color: white;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report #primary {
    width: calc(100vw - 300px);
    margin-left: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #primary {
    width: 100vw;
    margin-left: 0px;
  }
}
body.scsp-report #primary article {
  padding-top: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  body.scsp-report #primary article {
    padding-top: 70px;
  }
}
body.scsp-report #primary article h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
  color: #B31942;
}
@media only screen and (max-width: 620px) {
  body.scsp-report #primary article h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
body.scsp-report #primary article h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #0A3161;
  margin-bottom: 34px;
}
@media only screen and (max-width: 620px) {
  body.scsp-report #primary article h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
body.scsp-report #primary article h3 {
  font-size: 22px;
  line-height: 32px;
  padding-top: 20px;
}
body.scsp-report #primary article figcaption {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0px;
}
body.scsp-report #primary article img {
  box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.26);
  border-radius: 30px 0 30px 0;
}
body.scsp-report #primary article ul {
  list-style-image: unset;
}
body.scsp-report #primary article ul li::marker {
  color: #0A3161;
  font-size: 17px;
}
body.scsp-report #primary article ul.li-without-dot {
  list-style: none;
}
body.scsp-report #primary article .has-vivid-red-color {
  color: #B31942 !important;
}
body.scsp-report #primary article .next-chapter-button {
  max-width: 1218px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 60px;
}
@media (max-width: 1700px) {
  body.scsp-report #primary article .next-chapter-button {
    max-width: 1060px;
  }
}
@media (max-width: 1550px) {
  body.scsp-report #primary article .next-chapter-button {
    max-width: 940px;
  }
}
@media only screen and (max-width: 1366px) {
  body.scsp-report #primary article .next-chapter-button {
    max-width: 820px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #primary article .next-chapter-button {
    max-width: 910px;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report #primary article .next-chapter-button {
    max-width: 700px;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report #primary article .next-chapter-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.scsp-report #primary article .next-chapter-button a {
  display: inline-block;
  word-break: break-word;
}
@media only screen and (max-width: 620px) {
  body.scsp-report #primary article .next-chapter-button a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  body.scsp-report #primary article .next-chapter-button a {
    padding: 12px 34px 10px;
  }
}
body.scsp-report #primary .edit-report {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
body.scsp-report #primary .edit-report a {
  padding: 5px 10px;
  background: #851432;
  color: white;
  display: inline-block;
  font-size: 12px;
}
body.scsp-report #secondary {
  width: 410px;
  position: fixed;
  background-color: #00334E;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 5000;
  padding-top: 60px;
  overflow-y: auto;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report #secondary {
    width: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #secondary {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report #secondary {
    width: 100vw;
  }
}
body.scsp-report #secondary .report-menu-closer {
  display: none;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #secondary .report-menu-closer {
    display: inline;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 22px;
    transition: 0.3s opacity ease;
  }
  body.scsp-report #secondary .report-menu-closer:hover {
    opacity: 0.7;
  }
}
body.scsp-report #secondary .reports-sidebar__image-wrapper {
  text-align: center;
  margin-bottom: 100px;
  padding-right: 50px;
  padding-left: 50px;
}
body.scsp-report #secondary .reports-sidebar__image-wrapper img {
  width: 100%;
}
@media only screen and (max-width: 620px) {
  body.scsp-report #secondary .reports-sidebar__image-wrapper img {
    width: 300px;
  }
}
body.scsp-report #secondary > ul {
  margin-left: 135px;
  padding-right: 30px;
  list-style: none;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report #secondary > ul {
    margin-left: 75px;
  }
}
body.scsp-report #secondary > ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
body.scsp-report #secondary > ul li a {
  font-size: 14px;
  color: white;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
body.scsp-report #secondary > ul li a:hover {
  color: #B31942;
  transition: 0.3s color ease;
}
body.scsp-report #secondary > ul li.current {
  padding-top: 8px;
  margin-bottom: 24px;
}
body.scsp-report #secondary > ul li.current a {
  font-size: 24px;
  line-height: 30px;
}
body.scsp-report #secondary > p {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
body.scsp-report #secondary > p a {
  background-color: #851432;
  color: white;
  transition: 0.3s all ease;
  border-radius: 5px;
  font-weight: 400;
  width: 294px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report #secondary > p a {
    width: 80%;
  }
}
body.scsp-report #secondary > p a:hover {
  background-color: #B31942;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.menu-opened #secondary {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s opacity ease;
  }
}
body.scsp-report #colophon {
  height: 94px;
  width: calc(100vw - 410px);
  margin-left: 410px;
  padding-top: 40px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report #colophon {
    width: calc(100vw - 300px);
    margin-left: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #colophon {
    flex-direction: column-reverse;
    padding-top: 50px;
    padding-bottom: 25px;
    height: auto;
    width: 100vw;
    margin-left: 0;
  }
}
body.scsp-report #colophon .report-footer__left-col {
  padding-left: 80px;
}
@media only screen and (max-width: 1366px) {
  body.scsp-report #colophon .report-footer__left-col {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report #colophon .report-footer__left-col {
    padding-left: 0px !important;
  }
}
body.scsp-report #colophon .report-footer__left-col br {
  display: none;
}
@media (max-width: 450px) {
  body.scsp-report #colophon .report-footer__left-col br {
    display: inline;
  }
}
body.scsp-report #colophon .report-footer__left-col p {
  font-size: 12px;
  font-weight: 300;
  color: #7B7B7B;
  line-height: 24px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #colophon .report-footer__left-col p {
    text-align: right;
    padding-right: 30px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report #colophon .report-footer__left-col p {
    text-align: left;
    padding-right: 30px;
    padding-left: 30px;
  }
}
body.scsp-report #colophon .report-footer__left-col p a {
  color: #7B7B7B;
  transition: 0.3s all ease;
}
body.scsp-report #colophon .report-footer__left-col p a:hover {
  color: #B31942;
}
body.scsp-report #colophon .report-footer__right-col {
  text-align: right;
  padding-right: 50px;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 1366px) {
  body.scsp-report #colophon .report-footer__right-col {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #colophon .report-footer__right-col {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report #colophon .report-footer__right-col {
    padding-right: 0px !important;
  }
}
body.scsp-report #colophon .report-footer__right-col .share-buttons {
  margin-left: 10px;
}
body.scsp-report #colophon .report-footer__right-col .share-buttons a {
  font-size: 16px;
  padding: 2px;
}
body.scsp-report #colophon .report-footer__right-col p {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
  line-height: 21px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report #colophon .report-footer__right-col p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report #colophon .report-footer__right-col p {
    text-align: left;
    padding-right: 30px;
    padding-left: 30px;
  }
}
body.scsp-report #colophon .report-footer__right-col p a {
  color: #851432;
  transition: 0.3s all ease;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
@media (max-width: 500px) {
  body.scsp-report #colophon .report-footer__right-col p a:first-child {
    display: block;
    margin-bottom: 14px;
  }
}
body.scsp-report #colophon .report-footer__right-col p a:hover {
  color: #B31942;
}
body.scsp-report #colophon .report-footer__right-col .footer-separator-line {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 500px) {
  body.scsp-report #colophon .report-footer__right-col .footer-separator-line {
    display: none;
  }
}
body.scsp-report #colophon .report-footer__right-col .footer-separator-line line {
  stroke: #7B7B7B;
}
body.scsp-report #colophon .report-footer__right-col svg {
  transform: translateY(-5px);
}
body.scsp-report #colophon .report-footer__right-col svg#logo-twitter {
  transform: translateY(-3px);
}
body.scsp-report #colophon .report-footer__right-col .report-footer__linkedin-link {
  margin: 0 20px;
}
body.scsp-report .report-navigation {
  position: fixed;
  bottom: 110px;
  right: 50px;
  z-index: 1;
}
@media only screen and (max-width: 782px) {
  body.scsp-report .report-navigation {
    right: 0px !important;
    background-color: #851432;
    padding: 10px;
    border-radius: 100% 0 0 100%;
    padding-right: 12px;
  }
}
body.scsp-report .report-navigation a {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 782px) {
  body.scsp-report .report-navigation a {
    width: 50px !important;
    height: 50px !important;
  }
}
body.scsp-report .report-navigation a::after {
  content: "";
  background-image: url(img/next-report-arrow-red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 782px) {
  body.scsp-report .report-navigation a::after {
    filter: brightness(15);
  }
}
body.scsp-report .report-navigation a:hover {
  opacity: 0.5;
}
body.scsp-report .report-navigation a span {
  color: transparent;
}
body.scsp-report #cookie-settings-button {
  bottom: 37px;
}
@media only screen and (max-width: 620px) {
  body.scsp-report #cookie-settings-button {
    display: none;
  }
}
body.scsp-report.scsp-report-home #masthead {
  display: none;
}
body.scsp-report.scsp-report-home #secondary {
  display: none;
}
body.scsp-report.scsp-report-home #primary {
  width: 100vw;
  margin: 0 auto;
  min-height: calc(100vh - 110px);
  background-color: #00334E;
}
@media only screen and (max-width: 991px) {
  body.scsp-report.scsp-report-home #primary .report-landing-cover > img {
    opacity: 0.4;
  }
}
body.scsp-report.scsp-report-home #primary .report-landing-group {
  padding-left: 110px;
  padding-right: 110px;
  padding-top: 75px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.scsp-report.scsp-report-home #primary .report-landing-group .wp-block-columns {
  margin-bottom: 0px;
}
body.scsp-report.scsp-report-home #primary .report-landing-group h1 {
  color: white;
  font-size: 72px;
  font-weight: 400;
  line-height: 94px;
  letter-spacing: -0.002em;
  margin-bottom: 24px;
  max-width: 910px;
}
@media only screen and (max-width: 1440px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group h1 {
    font-size: 58px;
    line-height: 78px;
  }
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group h1 {
    font-size: 45px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 782px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
body.scsp-report.scsp-report-home #primary .report-landing-group p {
  color: white;
  font-size: 22px;
  line-height: 32px;
  max-width: 910px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 620px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group p {
    font-size: 18px;
    line-height: 28px;
  }
}
body.scsp-report.scsp-report-home #primary .report-landing-group .wp-block-image {
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group .wp-block-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.scsp-report.scsp-report-home #primary .report-landing-group .wp-block-image img {
  width: 700px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-home #primary .report-landing-group .wp-block-image img {
    width: 500px;
  }
}
body.scsp-report.scsp-report-home #colophon {
  height: 110px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00334E;
  width: 100vw;
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-home #colophon {
    padding-bottom: 25px;
    padding-top: 50px;
    height: auto;
  }
}
body.scsp-report.scsp-report-home #colophon .report-footer__left-col {
  padding-left: 155px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-home #colophon .report-footer__left-col {
    padding-left: 0px;
  }
}
body.scsp-report.scsp-report-home #colophon .report-footer__left-col p {
  font-size: 12px;
  font-weight: 300;
  color: white;
  line-height: 24px;
}
body.scsp-report.scsp-report-home #colophon .report-footer__left-col p a {
  color: white;
  transition: 0.3s all ease;
}
body.scsp-report.scsp-report-home #colophon .report-footer__left-col p a:hover {
  color: #B31942;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col {
  text-align: right;
  padding-right: 50px;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col .share-buttons .fa-brands {
  color: white;
  font-size: 14px;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 21px;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col p a {
  color: white;
  transition: 0.3s all ease;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col p a svg path {
  fill: white;
  stroke: white;
  transition: 0.3s all ease;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col p a:hover {
  color: #B31942;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col p a:hover svg path {
  fill: #B31942;
  stroke: #B31942;
  transition: 0.3s all ease;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col .footer-separator-line {
  margin-left: 20px;
  margin-right: 20px;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col .footer-separator-line line {
  stroke: white;
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col svg {
  transform: translateY(-5px);
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col svg#logo-twitter {
  transform: translateY(-3px);
}
body.scsp-report.scsp-report-home #colophon .report-footer__right-col .report-footer__linkedin-link {
  margin: 0 20px;
}
body.scsp-report.scsp-report-home .report-navigation {
  bottom: 142px;
  right: 74px;
  z-index: 1;
}
@media only screen and (max-width: 782px) {
  body.scsp-report.scsp-report-home .report-navigation {
    right: 0px;
    background-color: #851432;
    padding: 10px;
    border-radius: 100% 0 0 100%;
    padding-right: 12px;
    bottom: 110px;
  }
}
body.scsp-report.scsp-report-home .report-navigation a {
  position: relative;
  width: 86px;
  height: 86px;
  display: block;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 782px) {
  body.scsp-report.scsp-report-home .report-navigation a {
    width: 50px !important;
    height: 50px !important;
  }
}
body.scsp-report.scsp-report-home .report-navigation a::after {
  content: "";
  background-image: url(img/next-report-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 782px) {
  body.scsp-report.scsp-report-home .report-navigation a::after {
    filter: unset;
  }
}
body.scsp-report.scsp-report-home .report-navigation a:hover {
  opacity: 0.5;
}
body.scsp-report.scsp-report-home .report-navigation a span {
  color: transparent;
}
body.scsp-report .report-table-of-content {
  padding-top: 115px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report .report-table-of-content {
    padding-top: 50px;
  }
}
body.scsp-report .report-table-of-content h1 {
  margin-bottom: 70px;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-getwid-custom-post-type__post {
  padding-right: 140px;
}
@media only screen and (max-width: 1650px) {
  body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-getwid-custom-post-type__post {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-getwid-custom-post-type__post {
    width: 50%;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-getwid-custom-post-type__post {
    width: 100%;
  }
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .custom-field-index {
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
  color: #0A3161;
  margin-bottom: 14px;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter h3 {
  margin-bottom: 9px;
  line-height: 19px;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter h3 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #0A3161;
  transition: 0.3s color ease;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter h3 a:hover {
  color: #B31942;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .custom-field-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
  margin-bottom: 12px;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .is-excerpt p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 9px;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-button {
  margin: 0;
  margin-bottom: 50px;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-button a {
  position: relative;
  padding: 0;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #851432;
  margin-bottom: 0px;
  transition: 0.3s color ease;
  background-color: transparent;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-button a::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  transform-origin: center;
  transform: rotate(0deg);
  font-weight: 300;
  font-size: 29px;
  transition: 0.2s ease-out all;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-button a:hover {
  color: #0A3161;
}
body.scsp-report .report-table-of-content .custom-post-type-chapter .wp-block-button a:hover::after {
  transform: rotate(360deg);
}
body.scsp-report .report-table-of-content + .next-chapter-button {
  text-align: center;
}
body.scsp-report .wp-block-buttons .wp-block-button__link {
  background-color: #851432;
  color: white;
  transition: 0.3s all ease;
  border-radius: 5px;
  font-weight: 400;
  width: 366px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media only screen and (max-width: 620px) {
  body.scsp-report .wp-block-buttons .wp-block-button__link {
    width: 100%;
  }
}
body.scsp-report .wp-block-buttons .wp-block-button__link:hover {
  background-color: #B31942;
}
body.scsp-report.scsp-report-search .report-search-results {
  padding-top: 215px;
}
@media only screen and (max-width: 1200px) {
  body.scsp-report.scsp-report-search .report-search-results {
    padding-top: 150px;
  }
}
body.scsp-report.scsp-report-search .report-search-results h1 {
  color: #B31942;
  margin-bottom: 70px;
}
@media only screen and (max-width: 620px) {
  body.scsp-report.scsp-report-search .report-search-results h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
body.scsp-report.scsp-report-search .report-search-results .chapters {
  display: flex;
  column-gap: 60px;
  row-gap: 10px;
  flex-wrap: wrap;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item {
  width: 28%;
}
@media only screen and (max-width: 991px) {
  body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item {
    width: 44%;
  }
}
@media only screen and (max-width: 620px) {
  body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item {
    width: 100%;
  }
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item h2 {
  margin-bottom: 9px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #0A3161;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item__subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
  margin-bottom: 12px;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item__read-more {
  margin: 0;
  margin-bottom: 50px;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item__read-more a {
  position: relative;
  padding: 0;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #851432;
  margin-bottom: 0px;
  transition: 0.3s color ease;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item__read-more a::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  transform-origin: center;
  transform: rotate(0deg);
  font-weight: 300;
  font-size: 29px;
  transition: 0.2s ease-out all;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item__read-more a:hover {
  color: #0A3161;
}
body.scsp-report.scsp-report-search .report-search-results .chapters .report-search-results__item__read-more a:hover::after {
  transform: rotate(360deg);
}

.report-banner {
  background-color: #B31942;
  text-align: center;
  padding: 9px 30px;
}
.report-banner a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.3s opacity ease;
  word-break: break-word;
}
.report-banner a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  .flex-reversed-portrait {
    flex-direction: column-reverse !important;
  }
}

body.page-id-284 .entry-header {
  display: none;
}
body.page-id-284 .resources-header {
  padding-top: 120px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  body.page-id-284 .resources-header {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 620px) {
  body.page-id-284 .resources-header {
    padding-top: 60px;
  }
}
body.page-id-284 .resources-header h1 {
  display: inline-block;
  margin-bottom: 0px;
}
@media only screen and (max-width: 620px) {
  body.page-id-284 .resources-header h1 {
    margin-bottom: 8px;
  }
}
body.page-id-284 .resources-header .resources-custom-select {
  position: relative;
  width: 143px;
  display: inline-block;
  height: 25px;
  margin-left: 47px;
}
@media only screen and (max-width: 620px) {
  body.page-id-284 .resources-header .resources-custom-select {
    margin-left: 0;
    display: block;
  }
}
body.page-id-284 .resources-header .resources-custom-select select {
  display: none;
}
body.page-id-284 .resources-header .select-selected {
  background-color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #851432;
  cursor: pointer;
}
body.page-id-284 .resources-header .select-selected:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  background-image: url(img/chevron-right.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 10px;
  transition: 0.3s ease transform;
}
body.page-id-284 .resources-header .select-selected:hover::after, body.page-id-284 .resources-header .select-selected.select-arrow-active::after {
  transform: rotate(90deg);
}
body.page-id-284 .resources-header .select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 2px;
  padding-bottom: 20px;
}
body.page-id-284 .resources-header .select-items div {
  color: #851432;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 10px;
  transition: 0.3s ease color;
}
body.page-id-284 .resources-header .select-items div:hover {
  color: #0A3161;
}
body.page-id-284 .resources-header .select-hide {
  display: none;
}
body.page-id-284 .resources-archive {
  display: grid;
  grid-template-columns: repeat(4, 1Fr);
  column-gap: 150px;
  row-gap: 90px;
}
@media only screen and (max-width: 1440px) {
  body.page-id-284 .resources-archive {
    column-gap: 80px;
    row-gap: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  body.page-id-284 .resources-archive {
    grid-template-columns: repeat(3, 1Fr);
  }
}
@media only screen and (max-width: 991px) {
  body.page-id-284 .resources-archive {
    grid-template-columns: repeat(2, 1Fr);
  }
}
@media only screen and (max-width: 782px) {
  body.page-id-284 .resources-archive {
    column-gap: 60px;
  }
}
@media only screen and (max-width: 620px) {
  body.page-id-284 .resources-archive {
    grid-template-columns: 1Fr;
    row-gap: 60px;
  }
}
body.page-id-284 .archive-pagination {
  padding-left: 0;
  margin-left: -20px;
}

article.resource > .post-thumbnail {
  height: 50px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 620px) {
  article.resource > .post-thumbnail {
    margin-bottom: 15px;
  }
}
article.resource > .post-thumbnail img {
  height: 100%;
  width: auto;
}
article.resource.resource_category-videos > .post-thumbnail {
  padding-top: 8px;
}
article.resource.resource_category-videos > .post-thumbnail img {
  height: 35px;
}
article.resource .post-category {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #0A3161;
  margin-bottom: 3px;
}
article.resource h2.entry-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
  margin-bottom: 11px;
}
article.resource h2.entry-title a {
  color: #0A3161;
  transition: 0.3s ease all;
  word-break: unset;
}
article.resource h2.entry-title a:hover {
  color: #851432;
}
article.resource p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 20px;
}
article.resource > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  padding-right: 25px;
  transition: 0.3s ease color;
}
article.resource > a::after {
  top: 55%;
  font-size: 34px;
  font-weight: 300;
}
article.resource > a:hover {
  color: #0A3161;
}

/* SINGLE */
.single-post {
  padding-bottom: 100px;
}
.single-post .entry-header {
  background-color: #F7F7F7;
  border-radius: 40px 0 40px 0;
  margin-bottom: 90px;
  height: auto;
  display: flex;
  gap: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 620px) {
  .single-post .entry-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
}
.single-post .entry-header > div:first-child {
  flex-basis: 70%;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 90px;
  padding-bottom: 75px;
}
@media (max-width: 1730px) {
  .single-post .entry-header > div:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .entry-header > div:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 620px) {
  .single-post .entry-header > div:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .entry-header > div:first-child h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 620px) {
  .single-post .entry-header > div:first-child h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.single-post .entry-header > div:first-child .post-category {
  margin-bottom: 18px;
  color: #851432;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.single-post .entry-header > div:first-child .entry-meta {
  font-size: 14px;
  font-weight: 600;
  color: #0A3161;
  line-height: 18px;
}
.single-post .entry-header > div:first-child .entry-meta a {
  color: #0A3161;
}
.single-post .entry-header > div:first-child hr {
  width: 224px;
  background-color: #0A3161;
  margin-top: 28px;
}
.single-post .entry-header > div:nth-child(2) {
  flex-basis: 58%;
  display: none;
}
.single-post .entry-header > div:nth-child(2) .post-thumbnail {
  height: 100%;
}
@media only screen and (max-width: 782px) {
  .single-post .entry-header > div:nth-child(2) .post-thumbnail {
    height: 250px;
  }
}
.single-post .entry-header > div:nth-child(2) .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1730px) {
  .single-post .entry-header > div:nth-child(2) .post-thumbnail img {
    object-fit: contain;
  }
}
.single-post article.has-post-thumbnail .entry-header {
  height: 816px;
}
@media only screen and (max-width: 1440px) {
  .single-post article.has-post-thumbnail .entry-header {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .single-post article.has-post-thumbnail .entry-header {
    height: 500px;
  }
}
@media only screen and (max-width: 782px) {
  .single-post article.has-post-thumbnail .entry-header {
    flex-direction: column-reverse;
    height: auto;
  }
}
.single-post article.has-post-thumbnail .entry-header > div:first-child {
  flex-basis: 42%;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1730px) {
  .single-post article.has-post-thumbnail .entry-header > div:first-child {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 782px) {
  .single-post article.has-post-thumbnail .entry-header > div:first-child {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.single-post article.has-post-thumbnail .entry-header > div:nth-child(2) {
  display: block;
}
@media (max-width: 1730px) {
  .single-post article.has-post-thumbnail .entry-header > div:nth-child(2) {
    flex-basis: 40%;
  }
}
.single-post .entry-content > div:first-child h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
.single-post .entry-content > div:first-child h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
  color: #0A3161;
}
.single-post .entry-content > div:first-child h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
  color: #0A3161;
}
.single-post .entry-content > div:first-child strong {
  font-weight: 500;
}
.single-post__related-posts {
  padding-top: 20px;
}
.single-post__related-posts > h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 60px;
}
.single-post__related-posts article {
  flex-basis: calc(50% - 30px);
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  align-items: center;
  height: 330px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .single-post__related-posts article {
    flex-direction: column;
    height: 410px;
    margin-bottom: 30px;
  }
}
.single-post__related-posts article .archive-item__post-thumbnail {
  height: 100%;
}
@media (max-width: 575px) {
  .single-post__related-posts article .archive-item__post-thumbnail {
    height: 150px;
    flex-basis: 100%;
  }
}
.single-post__related-posts article .archive-item__post-thumbnail .post-thumbnail {
  width: 224px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .single-post__related-posts article .archive-item__post-thumbnail .post-thumbnail {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .single-post__related-posts article .archive-item__post-thumbnail .post-thumbnail {
    width: 100%;
  }
}
.single-post__related-posts article .archive-item__post-thumbnail .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post__related-posts article .archive-item__post-content {
  padding: 45px;
}
@media only screen and (max-width: 1200px) {
  .single-post__related-posts article .archive-item__post-content {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .single-post__related-posts article .archive-item__post-content {
    padding: 25px !important;
  }
}
.single-post__related-posts article .archive-item__post-content h2 {
  line-height: 24px;
  font-size: 20px;
  min-height: 72px;
  margin-bottom: 15px;
}
.single-post__related-posts article .archive-item__post-content h2 a {
  font-size: 20px;
  font-weight: 300;
  color: #0A3161;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s all ease;
}
.single-post__related-posts article .archive-item__post-content h2 a:hover {
  color: #851432;
}
.single-post__related-posts article .archive-item__post-content p {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.single-post__related-posts article .archive-item__post-content > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.single-post__related-posts article .archive-item__post-content > a::after {
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}
.single-post__related-posts article.category-press-releases .archive-item__post-thumbnail {
  background-image: url("img/SCSP__logo-icon.svg");
  background-size: 60px;
  background-position-x: center;
  background-position-y: 50px;
  background-repeat: no-repeat;
}
.single-post__related-posts article.category-press-releases .archive-item__post-thumbnail img {
  visibility: hidden;
}
.single-post__related-posts article.category-press-releases .archive-item__post-content {
  padding-left: 0px;
}

body.single-post .entry-share > a,
body.single-event .entry-share > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  position: relative;
  padding-right: 22px;
  transition: 0.3s all ease;
}
body.single-post .entry-share > a::after,
body.single-event .entry-share > a::after {
  content: "+";
  position: absolute;
  right: 0;
  margin-top: -12px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  font-size: 32px;
  font-weight: 300;
  top: 11px;
}
body.single-post .entry-share > a.share-visible::after,
body.single-event .entry-share > a.share-visible::after {
  content: "-";
  top: 9px;
}
body.single-post .entry-share > a:hover,
body.single-event .entry-share > a:hover {
  color: #0A3161;
  cursor: pointer;
}
body.single-post .entry-share > a:hover::after,
body.single-event .entry-share > a:hover::after {
  transform: rotate(360deg);
}
body.single-post .entry-share > a.share-visible:hover::after,
body.single-event .entry-share > a.share-visible:hover::after {
  transform: unset;
}

body.single-event article header {
  background-color: #F7F7F7;
  border-radius: 40px 0 40px 0;
  height: auto;
  display: flex;
  gap: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 620px) {
  body.single-event article header {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.single-event article header > div:first-child {
  flex-basis: 70%;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 90px;
  padding-bottom: 75px;
}
@media (max-width: 1730px) {
  body.single-event article header > div:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 991px) {
  body.single-event article header > div:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 620px) {
  body.single-event article header > div:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  body.single-event article header > div:first-child h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 620px) {
  body.single-event article header > div:first-child h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
body.single-event article header > div:first-child .post-category {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #851432;
  margin-bottom: 18px;
}
body.single-event article header > div:first-child .entry-title {
  margin-bottom: 10px;
}
body.single-event article header > div:first-child h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #0A3161;
}
body.single-event article header > div:first-child .event-location, body.single-event article header > div:first-child .event-dates {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #0A3161;
  margin-bottom: 0px;
  display: block;
}
body.single-event article header > div:first-child hr {
  width: 224px;
  background-color: #0A3161;
  margin-top: 28px;
  margin-bottom: 46px;
}
body.single-event article header > div:nth-child(2) {
  flex-basis: 58%;
  display: none;
}
body.single-event article header > div:nth-child(2) .post-thumbnail {
  height: 100%;
}
@media only screen and (max-width: 782px) {
  body.single-event article header > div:nth-child(2) .post-thumbnail {
    height: 250px;
  }
}
body.single-event article header > div:nth-child(2) .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1730px) {
  body.single-event article header > div:nth-child(2) .post-thumbnail img {
    object-fit: contain;
  }
}
body.single-event article.has-post-thumbnail header {
  height: 816px;
}
@media only screen and (max-width: 1440px) {
  body.single-event article.has-post-thumbnail header {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  body.single-event article.has-post-thumbnail header {
    height: 500px;
  }
}
@media only screen and (max-width: 782px) {
  body.single-event article.has-post-thumbnail header {
    flex-direction: column-reverse;
    height: auto;
  }
}
body.single-event article.has-post-thumbnail header > div:first-child {
  flex-basis: 42%;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1730px) {
  body.single-event article.has-post-thumbnail header > div:first-child {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 782px) {
  body.single-event article.has-post-thumbnail header > div:first-child {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
body.single-event article.has-post-thumbnail header > div:nth-child(2) {
  display: block;
}
@media (max-width: 1730px) {
  body.single-event article.has-post-thumbnail header > div:nth-child(2) {
    flex-basis: 40%;
  }
}
body.single-event article .entry-content {
  padding-top: 130px;
}
@media only screen and (max-width: 1440px) {
  body.single-event article .entry-content {
    padding-top: 70px;
  }
}
body.single-event article .entry-content > div:first-child h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
body.single-event article .entry-content > div:first-child h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
  color: #0A3161;
}
body.single-event article .entry-content > div:first-child h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
  color: #0A3161;
}
body.single-event article .entry-content > div:first-child strong {
  font-weight: 500;
}
body.single-event article .entry-content aside h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  margin-bottom: 3px;
}
body.single-event article .entry-content aside h2 img:first-child {
  width: 36px;
  height: 48px;
  margin-right: 25px;
}
body.single-event article .entry-content aside h2 img:not(:first-child) {
  width: 17px;
  height: 17px;
  margin-left: 8px;
  transform: translateY(-2px);
}
body.single-event article .entry-content aside ul {
  list-style: none;
  margin-bottom: 142px;
}
body.single-event article .entry-content aside ul li {
  border-bottom: 1px solid #7B7B7B;
  padding-bottom: 14px;
  padding-top: 26px;
}
body.single-event article .entry-content aside ul li a {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #0A3161;
  transition: 0.3s all ease;
}
body.single-event article .entry-content aside ul li a:hover {
  color: #851432;
}
body.single-event article .entry-content aside > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #851432;
  transition: 0.3s all ease;
}
body.single-event article .entry-content aside > a img:first-child {
  width: 47px;
  height: 52px;
  margin-right: 17px;
}
body.single-event article .entry-content aside > a img:not(:first-child) {
  width: 8px;
  height: 16px;
  margin-left: 8px;
}
body.single-event article .entry-content aside > a:hover {
  opacity: 0.7;
}

body.single-resource {
  padding-bottom: 100px;
}
body.single-resource .entry-header {
  background-color: #F7F7F7;
  border-radius: 40px 0 40px 0;
  margin-bottom: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  overflow: hidden;
  height: 600px;
}
@media only screen and (max-width: 991px) {
  body.single-resource .entry-header {
    height: 500px;
  }
}
@media only screen and (max-width: 782px) {
  body.single-resource .entry-header {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media only screen and (max-width: 620px) {
  body.single-resource .entry-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
}
body.single-resource .entry-header > div:first-child {
  padding-left: 140px;
  padding-right: 140px;
  flex-basis: 42%;
}
@media (max-width: 1730px) {
  body.single-resource .entry-header > div:first-child {
    flex-basis: 50%;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  body.single-resource .entry-header > div:first-child {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 991px) {
  body.single-resource .entry-header > div:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 782px) {
  body.single-resource .entry-header > div:first-child {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 620px) {
  body.single-resource .entry-header > div:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  body.single-resource .entry-header > div:first-child h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 620px) {
  body.single-resource .entry-header > div:first-child h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
body.single-resource .entry-header > div:first-child .post-category {
  margin-bottom: 18px;
  color: #851432;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
body.single-resource .entry-header > div:first-child .entry-meta {
  font-size: 14px;
  font-weight: 600;
  color: #0A3161;
  line-height: 18px;
}
body.single-resource .entry-header > div:first-child .entry-meta a {
  color: #0A3161;
}
body.single-resource .entry-header > div:first-child hr {
  width: 224px;
  background-color: #0A3161;
  margin-top: 28px;
}
body.single-resource .entry-header > div:nth-child(2) {
  flex-basis: 58%;
}
@media (max-width: 1730px) {
  body.single-resource .entry-header > div:nth-child(2) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  body.single-resource .entry-header > div:nth-child(2) {
    flex-basis: 40%;
  }
}
body.single-resource .entry-header > div:nth-child(2) .post-thumbnail {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 782px) {
  body.single-resource .entry-header > div:nth-child(2) .post-thumbnail {
    height: 250px;
  }
}
@media only screen and (max-width: 620px) {
  body.single-resource .entry-header > div:nth-child(2) .post-thumbnail {
    height: 220px;
  }
}
body.single-resource .entry-header > div:nth-child(2) .post-thumbnail img {
  width: 30%;
  max-height: 215px;
}
@media only screen and (max-width: 1200px) {
  body.single-resource .entry-header > div:nth-child(2) .post-thumbnail img {
    width: 45%;
  }
}
@media only screen and (max-width: 782px) {
  body.single-resource .entry-header > div:nth-child(2) .post-thumbnail img {
    width: 25%;
    max-height: 115px;
  }
}
@media only screen and (max-width: 620px) {
  body.single-resource .entry-header > div:nth-child(2) .post-thumbnail img {
    width: 40%;
    max-width: 150px;
  }
}
body.single-resource .entry-content > div:first-child h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
body.single-resource .entry-content > div:first-child h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
  color: #0A3161;
}
body.single-resource .entry-content > div:first-child h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
  color: #0A3161;
}
body.single-resource .entry-content > div:first-child strong {
  font-weight: 500;
}
body.single-resource aside {
  padding-top: 20px;
}
body.single-resource aside > h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 60px;
}
body.single-resource aside .related_resources_wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
body.single-resource aside .related_resources_wrapper article.resource {
  flex-basis: calc(50% - 25px);
}
@media (max-width: 500px) {
  body.single-resource aside .related_resources_wrapper article.resource {
    flex-basis: 100%;
  }
}

body.home.page-template-page-fullwidth {
  background-color: beige;
}
body.blog {
  background-color: antiquewhite;
}
body.page-template-page-fullwidth {
  background-color: gainsboro;
}

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