/*

Theme Name: MLCommons Genesis 2023
Theme URI: https://www.kiterocket.com
Description: This is the MLCommons theme created for the Genesis Framework.
Author: Cake + Kiterocket
Author URI: https://www.kiterocket.com/

Version: 1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks


Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6

*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Inter:wght@600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  width: 100%;
  height: 100%;
}

ul,
ol {
  margin: 0 0 15px 45px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

select,
textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=search],
input[type=number],
input[type=date],
input[type=email] {
  appearance: none;
  border-radius: 0;
}

input[type=checkbox] {
  appearance: initial;
}

/*????????????????*/
/*b,
strong {
    font-weight: 500;
}*/
figure {
  margin-bottom: 0 !important;
}

.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-container .entry-content li > a {
  word-break: break-all;
}

* {
  font-family: "DM Sans", sans-serif;
}

body,
p,
a,
li,
ol,
span {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.5;
  color: #343C52;
  font-weight: 400;
}

a {
  transition: 0.3s ease color;
}
a:hover {
  color: #F29828;
}

h1 {
  font-size: clamp(2.5rem, 4.7vw, 4.06rem);
  line-height: 1.1;
  font-weight: 700;
  color: #171D30;
  margin-top: 0;
  margin-bottom: 30px;
}

h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.3;
  font-weight: 700;
  color: #171D30;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 601px) {
  h2 {
    margin-bottom: 10px;
  }
}

h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  line-height: 1.23;
  font-weight: 700;
  color: #343C52;
  margin-bottom: 21px;
}
@media only screen and (max-width: 601px) {
  h3 {
    margin-bottom: 12px;
  }
}

p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 601px) {
  p {
    margin-bottom: 20px;
  }
}

.text-white {
  color: white;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.container,
.site-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 45px;
}
@media only screen and (max-width: 781px) {
  .container,
  .site-inner {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 601px) {
  .container,
  .site-inner {
    padding-inline: 20px;
  }
}

.site-inner {
  padding-top: 116px;
}
@media only screen and (max-width: 601px) {
  .site-inner {
    padding-top: 77px;
  }
}

.container-narrow {
  max-width: 1160px;
}

body.page-template-default header.entry-header {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 40px;
}

.mb-4 {
  margin-bottom: 45px;
}

.mt-1 {
  margin-top: 20px;
}

.mt-2 {
  margin-top: 30px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 601px) {
  .mobo-mt-0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 601px) {
  .mobo-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 601px) {
  .mobo-pt-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 601px) {
  .mobo-pb-0 {
    padding-bottom: 0 !important;
  }
}

.border-none {
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.loading {
  opacity: 0.5;
  pointer-events: none;
}

.hidden {
  display: none;
}

a.no-link {
  cursor: default;
  pointer-events: none;
}

.border-bottom-green {
  border-bottom: 2px solid #CCEBD4;
}

.no-border-bottom-left-radius img {
  border-bottom-left-radius: 0 !important;
}

.iframe-placeholder {
  background-color: #EEF2F9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: 574px;
  margin-bottom: 47px;
  width: calc(100% - 90px);
}
.iframe-placeholder .wp-block-group__inner-container {
  max-width: 100%;
  width: 100%;
  height: calc(100% - 50px);
}
@media only screen and (max-width: 781px) {
  .iframe-placeholder {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 601px) {
  .iframe-placeholder {
    width: calc(100% - 40px);
  }
}

.tableauViz-placeholder {
  background-color: #EEF2F9;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .tableauViz-placeholder {
    margin-bottom: 60px;
    max-width: 1360px;
  }
}
.orange-bullet-group {
  padding-left: 42px;
}
.orange-bullet-group p:first-child {
  position: relative;
}
.orange-bullet-group p:first-child::after {
  content: "";
  background-color: #F29828;
  position: absolute;
  left: -42px;
  top: 11px;
  width: 22px;
  height: 3px;
}

.orange-bullet-paragraph {
  padding-left: 42px;
  position: relative;
}
.orange-bullet-paragraph::after {
  content: "";
  background-color: #F29828;
  position: absolute;
  left: 0px;
  top: 11px;
  width: 22px;
  height: 3px;
}

.gap-60 {
  gap: 60px;
}

@media only screen and (max-width: 781px) {
  .tablet-gap-0 {
    gap: 0;
  }
}

.word-break {
  word-break: break-all;
}

.w-full {
  width: 100%;
}

.no-paddingbot {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-buttons {
  margin-top: 43px;
}
@media only screen and (max-width: 601px) {
  .wp-block-buttons {
    margin-top: 30px;
  }
}
.wp-block-buttons .wp-block-button__link {
  color: #171D30 !important;
  background-color: #F29828 !important;
  height: 50px;
  min-width: 207px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
  position: relative;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 601px) {
  .wp-block-buttons .wp-block-button__link {
    font-size: 0.9rem !important;
    height: 42px;
    min-width: 160px;
    border-radius: 6px !important;
  }
}
.wp-block-buttons .wp-block-button__link svg {
  margin-left: 12px;
}
.wp-block-buttons .wp-block-button__link svg path {
  transition: 0.3s ease all;
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #546D9B !important;
  color: white !important;
  box-shadow: unset !important;
}
.wp-block-buttons .wp-block-button__link:hover svg path {
  stroke: white;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: transparent !important;
  color: #F29828 !important;
  padding: 0 !important;
  height: auto;
  min-width: unset !important;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link:hover {
  color: #171D30 !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link:hover svg path {
  stroke: #171D30;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link svg {
  margin-left: 7px;
}
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link svg path {
  stroke: #F29828;
}
.wp-block-buttons .wp-block-button.is-style-tertiary .wp-block-button__link {
  background-color: #546D9B !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button.is-style-tertiary .wp-block-button__link:hover {
  background-color: #F29828 !important;
  color: #171D30 !important;
}
.wp-block-buttons .wp-block-button.is-style-tertiary .wp-block-button__link:hover svg path {
  stroke: #171D30;
}
.wp-block-buttons .wp-block-button.is-style-tertiary .wp-block-button__link svg path {
  stroke: white;
}
.wp-block-buttons .wp-block-button.is-style-quaternary .wp-block-button__link {
  background-color: white !important;
  color: #546D9B !important;
  border: 2px solid #546D9B;
}
.wp-block-buttons .wp-block-button.is-style-quaternary .wp-block-button__link:hover {
  background-color: #546D9B !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button.is-style-quaternary .wp-block-button__link:hover svg path {
  stroke: white;
}
.wp-block-buttons .wp-block-button.is-style-quaternary .wp-block-button__link svg path {
  stroke: #546D9B;
}

header.site-header {
  border-bottom: 1px solid #D7DCE5;
  background-color: #EEF2F9;
  height: 116px;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}
@media only screen and (max-width: 601px) {
  header.site-header {
    height: 77px;
  }
}
header.site-header > .wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  padding-inline: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap {
    justify-content: unset;
  }
}
@media only screen and (max-width: 781px) {
  header.site-header > .wrap {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 601px) {
  header.site-header > .wrap {
    padding-inline: 21px;
  }
}
header.site-header > .wrap .title-area a.custom-logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  aspect-ratio: unset !important;
}
header.site-header > .wrap .title-area a.custom-logo-link img {
  width: 147px;
  height: 44px;
}
@media only screen and (max-width: 601px) {
  header.site-header > .wrap .title-area a.custom-logo-link img {
    width: auto;
    height: 26px;
  }
}
header.site-header > .wrap .title-area .site-title,
header.site-header > .wrap .title-area .site-description {
  display: none;
}
header.site-header > .wrap button.menu-toggle {
  display: none;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url("images/mobo-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-left: auto;
  width: 50px;
}
header.site-header > .wrap button.menu-toggle.activated {
  background-image: url("images/mobo-menu-close.svg");
}
header.site-header > .wrap button.menu-toggle::before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap button.menu-toggle {
    display: block;
  }
}
header.site-header > .wrap #mobo-search-button {
  width: 50px;
  background-image: url("images/orange-search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap #mobo-search-button {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav {
    position: fixed;
    top: 116px;
    right: 0;
    background: white;
    width: 243px;
    height: calc(100vh - 116px);
    display: none;
    padding: 12px 32px 62px 23px;
  }
}
@media only screen and (max-width: 601px) {
  header.site-header > .wrap nav {
    top: 77px;
    height: calc(100vh - 77px);
  }
}
header.site-header > .wrap nav > .wrap {
  height: 100%;
}
header.site-header > .wrap nav > .wrap > ul#menu-main {
  display: flex;
  margin: 0;
  height: 100%;
  list-style: none;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main {
    flex-direction: column;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li {
  height: 100%;
  position: relative;
  padding-inline: 13px;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li {
    padding-inline: 0px;
    height: auto;
    border-bottom: 1px solid #D7DCE5;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > a {
    height: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > a:hover span {
    color: #F29828;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > a span {
  font-size: 1rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li.mobo-no-border-bottom {
    border-bottom: none;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li:last-child {
  background-color: #546D9B;
  width: 63px;
  background-image: url("images/search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease all;
  margin-left: 23px;
  padding-inline: 0;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li:last-child {
    display: none;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li:last-child:hover {
  background-color: #F29828;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li:last-child a span {
  color: transparent;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li.menu-item-has-children > a span {
  padding-right: 22px;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li.menu-item-has-children > a span {
    padding-right: 0;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li.menu-item-has-children > a span::after {
  content: "";
  background-image: url("images/keyboard_arrow_down.svg");
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li.menu-item-has-children > a span::after {
    display: none;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > button.sub-menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  width: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("images/keyboard_arrow_down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > button.sub-menu-toggle::before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > button.sub-menu-toggle {
    display: block;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  list-style: none;
  display: none;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 3px;
  border-top: 1px solid #D7DCE5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu {
    position: unset;
    box-shadow: none;
    border: 0;
    padding-bottom: 20px;
    padding-top: 0;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 179px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu::after {
    display: none;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li > a {
  display: block;
  padding-block: 9px 10px;
  text-decoration: none;
}
@media only screen and (max-width: 601px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li > a {
    padding-block: 4px 0;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li > a span {
  white-space: pre;
  font-size: 1rem;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 601px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li > a span {
    font-size: 0.81rem;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:hover > a > span {
  color: #F29828;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child {
  position: absolute;
  top: 8px;
  left: 0;
  width: 184px;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child {
    display: none;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child:hover > a > span {
  padding-left: 27px;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child:hover > a > span::before {
  width: 24px;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child a span {
  padding-left: 0;
  position: relative;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child a span::before {
  content: "";
  background-image: url("images/arrow_downward_alt.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 24px;
  transition: 0.3s ease all;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child.working-groups span {
  width: 80px;
  white-space: unset;
  display: inline-block;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:first-child.working-groups span::before {
  top: 26%;
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:not(:first-child) {
  margin-left: 184px;
  padding-left: 25px;
  padding-right: 15px;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:not(:first-child) {
    margin-left: 0;
    padding-left: 17px;
    padding-right: 0;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:not(:first-child) > a {
  padding-right: 30px;
  border-bottom: 1px solid #D7DCE5;
}
@media only screen and (max-width: 1200px) {
  header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:not(:first-child) > a {
    padding-right: 0;
    border: 0;
  }
}
header.site-header > .wrap nav > .wrap > ul#menu-main > li > ul.sub-menu > li:last-child > a {
  border-bottom: 0;
}

.genesis-skip-link,
.go-top,
#mlcommons-popup {
  display: none;
}

.search-form {
  position: fixed;
  top: 25px;
  height: 80px;
  width: 100vw;
  background-color: white;
  left: 0;
  transition: 0.3s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9990;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 601px) {
  .search-form {
    height: 60px;
    top: 0;
  }
}
.search-form.active {
  top: 116px;
}
@media only screen and (max-width: 601px) {
  .search-form.active {
    top: 77px;
  }
}
.search-form .search-form-submit {
  display: none;
}
.search-form .search-form-input {
  width: 1150px;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.5;
  color: #F29828;
  border: none;
}
@media only screen and (max-width: 1200px) {
  .search-form .search-form-input {
    width: calc(100vw - 90px);
  }
}
@media only screen and (max-width: 781px) {
  .search-form .search-form-input {
    width: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 601px) {
  .search-form .search-form-input {
    width: calc(100vw - 42px);
    font-size: 1.2rem;
  }
}

footer.site-footer {
  background-color: #EEF2F9;
}
footer.site-footer .subscribe-section {
  background-color: #546D9B;
  min-height: 200px;
  display: flex;
  align-items: center;
  padding-block: 30px;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .subscribe-section {
    padding-block: 30px 40px;
  }
}
footer.site-footer .subscribe-section h3 {
  margin-bottom: 0;
}
footer.site-footer .subscribe-section .wp-block-group__inner-container {
  display: flex;
  gap: 52px;
  margin-top: 8px;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .subscribe-section .wp-block-group__inner-container {
    gap: 15px;
    margin-top: 3px;
    flex-direction: column;
  }
}
footer.site-footer .subscribe-section .gform_validation_errors {
  display: none !important;
}
footer.site-footer .subscribe-section .gform_confirmation_message {
  color: #F29828;
  position: relative;
  bottom: -6px;
}
footer.site-footer .subscribe-section form {
  display: flex;
  gap: 9px;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .subscribe-section form {
    flex-direction: column;
  }
}
footer.site-footer .subscribe-section form #gform_fields_1 {
  gap: 10px;
}
footer.site-footer .subscribe-section form #field_1_1 label {
  display: none;
}
footer.site-footer .subscribe-section form #field_1_1 input {
  width: 420px;
  height: 50px;
  background-color: white;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .subscribe-section form #field_1_1 input {
    height: 45px;
  }
}
footer.site-footer .subscribe-section form #field_1_1 input::placeholder {
  color: #546D9B;
}
footer.site-footer .subscribe-section form #field_1_1 input:focus {
  box-shadow: none !important;
}
footer.site-footer .subscribe-section form #field_1_3 legend,
footer.site-footer .subscribe-section form #field_1_3 label {
  display: none;
}
footer.site-footer .subscribe-section form #field_1_3 input {
  cursor: pointer;
}
footer.site-footer .subscribe-section form #field_1_3 input:focus {
  border: none !important;
  box-shadow: none !important;
}
footer.site-footer .subscribe-section form #gfield_consent_description_1_3 {
  display: inline;
  font-size: 1rem;
  color: white;
  padding: 0 0 0 8px;
}
footer.site-footer .subscribe-section form #gfield_consent_description_1_3 a {
  font-size: 1rem;
  color: white;
  text-decoration: underline;
}
footer.site-footer .subscribe-section form #gfield_consent_description_1_3 a:hover {
  color: #F29828;
}
footer.site-footer .subscribe-section form .gform_footer {
  align-items: flex-start;
  margin-top: 0;
}
footer.site-footer .subscribe-section form .gform_footer .gform_button {
  color: #171D30 !important;
  background-color: #F29828 !important;
  height: 50px !important;
  width: 198px !important;
  min-width: 207px;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  position: relative;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .subscribe-section form .gform_footer .gform_button {
    font-size: 0.9rem !important;
    height: 42px !important;
    min-width: 160px;
    width: 160px !important;
    border-radius: 6px !important;
  }
}
footer.site-footer .subscribe-section form .gform_footer .gform_button:focus {
  border: none !important;
  box-shadow: none !important;
}
footer.site-footer .subscribe-section form .gform_footer .gform_button:hover {
  background-color: #171D30 !important;
  color: white !important;
}
footer.site-footer .subscribe-section form .gfield_description.validation_message.gfield_validation_message {
  color: #F29828;
}
footer.site-footer .footer-section {
  padding-top: 70px;
  padding-bottom: 175px;
}
@media only screen and (max-width: 960px) {
  footer.site-footer .footer-section {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 601px) {
  footer.site-footer .footer-section {
    padding-bottom: 60px;
  }
}
footer.site-footer .footer-section__logo {
  width: 190px;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section__logo {
    width: 150px;
  }
}
footer.site-footer .footer-section ul {
  list-style: none;
  margin: 0;
}
footer.site-footer .footer-section ul li:first-child {
  margin-bottom: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .footer-section ul li:first-child {
    margin-bottom: 12px;
  }
}
footer.site-footer .footer-section ul li:first-child a {
  font-weight: 700;
  text-decoration: none;
}
footer.site-footer .footer-section ul li:not(:first-child) {
  font-size: 1rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .footer-section ul li:not(:first-child) {
    margin-bottom: 6px;
  }
}
footer.site-footer .footer-section ul li:not(:first-child) a {
  font-size: 1rem;
  text-decoration: none;
}
footer.site-footer .footer-section .contact-column a {
  text-decoration: underline !important;
}
footer.site-footer .footer-section__social-icons-group {
  margin-top: -8px;
}
@media only screen and (max-width: 601px) {
  footer.site-footer .footer-section__social-icons-group {
    margin-top: 0;
  }
}
footer.site-footer .footer-section__social-icons-group > div {
  display: flex;
}
footer.site-footer .footer-section__social-icons-group > div svg circle {
  opacity: 0.2;
  transition: 0.3s ease opacity;
}
footer.site-footer .footer-section__social-icons-group > div svg:last-child {
  margin-right: 0;
}
footer.site-footer .footer-section__social-icons-group > div a {
  margin-right: 12px;
}
footer.site-footer .footer-section__social-icons-group > div a:hover svg circle {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 30px;
  }
}
footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(1) {
  flex-basis: 25.5%;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(2) {
  flex-basis: 17%;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 23%;
  }
}
@media only screen and (max-width: 781px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 45%;
  }
}
footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(3) {
  flex-basis: 17%;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(3) {
    flex-basis: 23%;
  }
}
@media only screen and (max-width: 781px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(3) {
    flex-basis: 45%;
  }
}
footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(4) {
  flex-basis: 25.5%;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(4) {
    flex-basis: 23%;
  }
}
@media only screen and (max-width: 781px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(4) {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 601px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(4) {
    flex-basis: 100%;
  }
}
footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(5) {
  flex-basis: 15%;
}
@media only screen and (max-width: 1200px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(5) {
    flex-basis: 23%;
  }
}
@media only screen and (max-width: 960px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(5) {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 781px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(5) {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 601px) {
  footer.site-footer .footer-section .wp-block-columns .wp-block-column:nth-child(5) {
    flex-basis: 100%;
  }
}

.wp-block-cake-blocks-cake-counter__number-row {
  text-align: left !important;
  margin-bottom: 7px;
}
@media only screen and (max-width: 781px) {
  .wp-block-cake-blocks-cake-counter__number-row {
    text-align: center !important;
  }
}
.wp-block-cake-blocks-cake-counter__number-row__prefix {
  display: none;
}
.wp-block-cake-blocks-cake-counter__number-row__number, .wp-block-cake-blocks-cake-counter__number-row__suffix {
  font-size: 3.44rem !important;
  font-weight: 700;
  color: #546D9B;
  margin-right: 0 !important;
  line-height: 1 !important;
}
.wp-block-cake-blocks-cake-counter__description-row {
  text-align: left !important;
}
.wp-block-cake-blocks-cake-counter__description-row__description {
  font-size: 1.125rem !important;
  font-weight: 400;
}
@media only screen and (max-width: 781px) {
  .wp-block-cake-blocks-cake-counter__description-row__description {
    display: block;
    text-align: center;
  }
}

.card-learn-more {
  background-color: #EEF2F9;
  border-radius: 15px;
  position: relative;
  padding: 74px 50px 84px;
}
@media only screen and (max-width: 1200px) {
  .card-learn-more {
    padding: 40px 30px 60px;
  }
}
@media only screen and (max-width: 601px) {
  .card-learn-more {
    padding: 30px 20px 50px;
  }
}
.card-learn-more img {
  margin-bottom: 42px;
}
@media only screen and (max-width: 601px) {
  .card-learn-more img {
    margin-bottom: 25px;
    width: 85px;
  }
}
.card-learn-more .wp-block-buttons {
  position: absolute;
  bottom: 44px;
  left: 50px;
}
@media only screen and (max-width: 1200px) {
  .card-learn-more .wp-block-buttons {
    left: 30px;
  }
}
@media only screen and (max-width: 601px) {
  .card-learn-more .wp-block-buttons {
    left: 20px;
  }
}
.card-learn-more .wp-block-buttons .wp-block-button__link {
  background-color: transparent !important;
  color: #F29828 !important;
  padding: 0 !important;
  height: auto;
  min-width: unset !important;
}
.card-learn-more .wp-block-buttons .wp-block-button__link:hover {
  color: #171D30 !important;
}
.card-learn-more .wp-block-buttons .wp-block-button__link:hover svg path {
  stroke: #171D30;
}
.card-learn-more .wp-block-buttons .wp-block-button__link svg {
  margin-left: 7px;
}
.card-learn-more .wp-block-buttons .wp-block-button__link svg path {
  stroke: #F29828;
}
.card-learn-more__row > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .card-learn-more__row > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 601px) {
  .card-learn-more__row > div {
    grid-template-columns: 1fr;
  }
}

.title-content-row {
  gap: 135px;
  margin-bottom: 0;
  padding-block: 50px;
  border-bottom: 2px solid #CCEBD4;
}
@media only screen and (max-width: 1200px) {
  .title-content-row {
    gap: 50px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 781px) {
  .title-content-row {
    flex-direction: column;
    gap: 0;
  }
}
.title-content-row > .wp-block-column:nth-child(1) {
  flex-basis: 32% !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
}
@media only screen and (max-width: 781px) {
  .title-content-row > .wp-block-column:nth-child(1) h2 br {
    display: none;
  }
}
.title-content-row > .wp-block-column:nth-child(2) {
  flex-basis: 58% !important;
}

.number-text-block {
  background-color: #EEF2F9;
  border-radius: 10px;
  padding: 32px 20px 24px 20px;
  margin-bottom: 17px;
}
.number-text-block *:last-child {
  margin-bottom: 0 !important;
}
.number-text-block .number-text-row {
  gap: 0;
  margin-bottom: 0;
}
.number-text-block .number-text-row > div:first-child {
  flex-basis: 95px !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
}
.number-text-block .number-text-row > div:last-child li {
  margin-bottom: 30px;
}
.number-text-block .number-text-row__number {
  font-size: 3.4375rem;
  color: #F29828;
  font-weight: 700;
  line-height: 1;
}

.blue-bg-text {
  background-color: #EEF2F9;
  border-radius: 10px;
  padding: 32px 35px 42px;
}
@media only screen and (max-width: 781px) {
  .blue-bg-text {
    padding: 25px 20px;
  }
}
.blue-bg-text *:last-child {
  margin-bottom: 0 !important;
}

.image-content-row {
  padding-top: 90px;
  padding-bottom: 80px;
  gap: 135px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .image-content-row {
    gap: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 781px) {
  .image-content-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 601px) {
  .image-content-row {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.image-content-row > .wp-block-column:first-child {
  flex-basis: 41% !important;
  flex-grow: 0 !important;
}
.image-content-row img {
  border-top-right-radius: 147px;
  border-bottom-left-radius: 141px;
}

.orange-bullets-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 601px) {
  .orange-bullets-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.orange-bullets-block h2 {
  margin-bottom: 18px;
}
.orange-bullets-block__grid > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 150px;
  row-gap: 50px;
  margin-top: 37px;
}
@media only screen and (max-width: 1200px) {
  .orange-bullets-block__grid > div {
    column-gap: 70px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 781px) {
  .orange-bullets-block__grid > div {
    grid-template-columns: 1fr;
  }
}
.orange-bullets-block__article {
  padding-left: 50px;
  position: relative;
}
@media only screen and (max-width: 601px) {
  .orange-bullets-block__article {
    padding-left: 35px;
  }
}
.orange-bullets-block__article::after {
  content: "";
  background-color: #F29828;
  position: absolute;
  left: 0;
  top: 15px;
  width: 22px;
  height: 3px;
}
@media only screen and (max-width: 1200px) {
  .orange-bullets-block__article::after {
    top: 10px;
  }
}
.orange-bullets-block__article h3 {
  margin-bottom: 10px;
}
.orange-bullets-block__article .wp-block-buttons {
  margin-top: 13px;
}
.orange-bullets-block__article p {
  margin-bottom: 0;
  padding-inline: 0px !important;
  font-size: 1rem;
}
.orange-bullets-block__article p:first-child {
  padding-top: 5px;
}

.content-image-row {
  padding-block: 95px;
}
@media only screen and (max-width: 1200px) {
  .content-image-row {
    padding-block: 70px;
  }
}
@media only screen and (max-width: 781px) {
  .content-image-row {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media only screen and (max-width: 601px) {
  .content-image-row {
    padding-block: 60px;
  }
}
.content-image-row img {
  border-top-left-radius: 190px;
  border-bottom-right-radius: 190px;
  width: 548px;
  aspect-ratio: 548/448;
  object-fit: cover;
}
@media only screen and (max-width: 781px) {
  .content-image-row figure {
    float: unset !important;
    margin: 0 !important;
  }
}

.light-blue-bg-cards__grid > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  .light-blue-bg-cards__grid > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 601px) {
  .light-blue-bg-cards__grid > div {
    grid-template-columns: 1fr;
  }
}
.light-blue-bg-cards__article {
  background-color: #EEF2F9;
  border-radius: 10px;
  position: relative;
  padding: 56px 40px 70px;
}
@media only screen and (max-width: 1200px) {
  .light-blue-bg-cards__article {
    padding: 30px 30px 50px;
  }
}
.light-blue-bg-cards__article .wp-block-buttons {
  position: absolute;
  bottom: 57px;
  left: 40px;
}
@media only screen and (max-width: 1200px) {
  .light-blue-bg-cards__article .wp-block-buttons {
    left: 30px;
    bottom: 30px;
  }
}

.template-B-page {
  padding-bottom: 155px;
}
@media only screen and (max-width: 601px) {
  .template-B-page {
    padding-bottom: 30px;
  }
}

.join-our-community-block {
  padding-block: 53px;
}
.join-our-community-block .wp-block-columns {
  gap: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 781px) {
  .join-our-community-block .wp-block-columns {
    flex-direction: column;
  }
}
.join-our-community-block .wp-block-columns .content-col {
  background-color: #546D9B;
  display: flex;
  align-items: center;
  padding-inline: 52px 80px;
  flex-basis: 51% !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
  padding-block: 30px;
}
@media only screen and (max-width: 1200px) {
  .join-our-community-block .wp-block-columns .content-col {
    padding-inline: 30px 50px;
  }
}
@media only screen and (max-width: 781px) {
  .join-our-community-block .wp-block-columns .content-col {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 601px) {
  .join-our-community-block .wp-block-columns .content-col {
    padding-inline: 20px;
  }
}
.join-our-community-block .wp-block-columns .content-col p,
.join-our-community-block .wp-block-columns .content-col h2 {
  color: white;
}
.join-our-community-block .wp-block-columns .content-col .wp-block-button__link:hover {
  border: 1px solid white;
}
.join-our-community-block .wp-block-columns .image-col {
  flex-basis: 49% !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
}
.join-our-community-block .wp-block-columns .image-col figure {
  width: 100%;
  height: 100%;
}
.join-our-community-block .wp-block-columns .image-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-our-community-block.is-style-light .content-col {
  background-color: #EEF2F9;
}
.join-our-community-block.is-style-light .content-col p,
.join-our-community-block.is-style-light .content-col h2 {
  color: #171D30;
}
.join-our-community-block.is-style-light .content-col .wp-block-button__link {
  color: white !important;
}
.join-our-community-block.is-style-light .content-col .wp-block-button__link:hover {
  border: none;
}
.join-our-community-block.is-style-light .content-col .wp-block-button__link svg path {
  stroke: white;
}

.post-listing-section .wp-block-query > ul {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .post-listing-section .wp-block-query > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 781px) {
  .post-listing-section .wp-block-query > ul {
    grid-template-columns: 1fr;
  }
}
.post-listing-section .wp-block-query > ul > li {
  border-radius: 10px;
  overflow: hidden;
  background-color: #EEF2F9;
}
.post-listing-section .wp-block-query > ul > li figure {
  width: 100%;
  aspect-ratio: 433/277;
}
.post-listing-section .wp-block-query > ul > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div {
  background-color: #EEF2F9;
  padding: 20px 40px 46px;
}
@media only screen and (max-width: 1200px) {
  .post-listing-section .wp-block-query > ul > li .wp-block-group > div {
    padding: 20px 20px 40px;
  }
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div .wp-block-columns {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  .post-listing-section .wp-block-query > ul > li .wp-block-group > div .wp-block-columns {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 781px) {
  .post-listing-section .wp-block-query > ul > li .wp-block-group > div .wp-block-columns {
    gap: 0;
  }
}
@media only screen and (max-width: 781px) {
  .post-listing-section .wp-block-query > ul > li .wp-block-group > div .wp-block-columns > div {
    flex-basis: 50% !important;
  }
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div .taxonomy-category.wp-block-post-terms {
  text-align: right;
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div .taxonomy-category.wp-block-post-terms a {
  text-decoration: none;
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div .taxonomy-category.wp-block-post-terms a:hover {
  color: #F29828;
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div time,
.post-listing-section .wp-block-query > ul > li .wp-block-group > div .taxonomy-category.wp-block-post-terms a {
  font-weight: 700;
  font-size: 0.875rem;
  color: #546D9B;
  margin-bottom: 0;
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div h3 a {
  font-size: clamp(1.25rem, 1.8vw, 1.375rem);
  font-weight: 600;
  line-height: 1.23;
  text-decoration: none;
}
.post-listing-section .wp-block-query > ul > li .wp-block-group > div p {
  margin-bottom: 0;
}

.page-header {
  background-color: #EEF2F9;
  height: 220px;
}
@media only screen and (max-width: 1200px) {
  .page-header {
    height: 190px;
  }
}
@media only screen and (max-width: 601px) {
  .page-header {
    height: auto;
    min-height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 601px) {
  .page-header > .wp-block-group__inner-container {
    margin-left: unset !important;
  }
}
.page-header div {
  height: 100%;
}
.page-header .wp-block-column {
  display: flex;
  align-items: flex-end;
}
.page-header h1 {
  font-size: clamp(2.1rem, 4.7vw, 3.44rem);
  color: #546D9B;
  margin-bottom: 42px;
}
@media only screen and (max-width: 601px) {
  .page-header h1 {
    margin-bottom: 30px;
  }
}
.page-header.with-image .wp-block-columns {
  flex-wrap: nowrap !important;
  justify-content: space-between;
}
@media only screen and (max-width: 601px) {
  .page-header.with-image .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.page-header.with-image .wp-block-column:last-child {
  flex-basis: 207px !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
  padding-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .page-header.with-image .wp-block-column:last-child {
    padding-right: 0;
    justify-content: right;
  }
}
@media only screen and (max-width: 601px) {
  .page-header.with-image .wp-block-column:last-child {
    display: none;
  }
}
.page-header.with-image .wp-block-column:last-child img {
  max-height: 157px;
  margin-bottom: 36px;
}

.inner-navigation {
  height: 99px;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
  position: sticky;
  top: 116px;
  background-color: white;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .inner-navigation {
    margin-bottom: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 601px) {
  .inner-navigation {
    top: 77px;
    height: auto;
    margin-bottom: 40px;
    padding-inline: 10px;
  }
}
.inner-navigation ul {
  border-bottom: 1px solid #F29828;
  margin: 0;
  height: 100%;
  list-style: none;
  display: flex;
  gap: 50px;
  width: 1440px;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .inner-navigation ul {
    padding-block: 10px;
  }
}
@media only screen and (max-width: 601px) {
  .inner-navigation ul {
    flex-wrap: wrap;
    gap: 0;
    padding-block: 4px;
  }
}
.inner-navigation ul li {
  height: 100%;
}
@media only screen and (max-width: 601px) {
  .inner-navigation ul li {
    flex-basis: 50%;
    height: auto;
  }
}
.inner-navigation ul li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  height: 100%;
  padding-inline: 12px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .inner-navigation ul li a {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 601px) {
  .inner-navigation ul li a {
    font-size: 0.8rem;
    height: auto;
    text-align: left;
    padding-block: 2px;
  }
}
.inner-navigation ul li a::after {
  content: "";
  width: 100%;
  bottom: -5px;
  left: 0;
  position: absolute;
  height: 8px;
  border-radius: 30px;
  background-color: #F29828;
  opacity: 0;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 1200px) {
  .inner-navigation ul li a::after {
    bottom: -15px;
  }
}
@media only screen and (max-width: 601px) {
  .inner-navigation ul li a::after {
    width: 8px;
    top: 8px;
  }
}
.inner-navigation ul li.active a {
  font-weight: 700;
}
.inner-navigation ul li.active a::after {
  opacity: 1;
}

#members-slider {
  padding: 0;
  max-width: unset;
  margin-block: 40px;
  pointer-events: none;
  height: 345px;
}
@media only screen and (max-width: 601px) {
  #members-slider {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
#members-slider .slick-arrow {
  display: none !important;
}
#members-slider .wp-block-column {
  display: flex;
  gap: 24px;
}
#members-slider h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: white;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
  height: 341px;
  width: 105px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
#members-slider .members-slider__founding-members-col {
  width: max-content !important;
}
#members-slider .members-slider__founding-members-col h2 {
  background-color: #F29828;
}
#members-slider .members-slider__founding-members-col .member {
  border: 2px solid #F29828;
}
#members-slider .members-slider__members-col {
  width: max-content !important;
}
#members-slider .members-slider__members-col h2 {
  background-color: #CCEBD4;
  color: #343C52;
}
#members-slider .members-slider__members-col .member {
  border: 2px solid #CCEBD4;
}
#members-slider .mlcommons-mb.members {
  display: flex;
  column-gap: 19px;
  row-gap: 21px;
  margin-bottom: 21px;
}
#members-slider .mlcommons-mb.members:nth-child(2) {
  padding-left: 110px;
}
#members-slider .mlcommons-mb.members:last-child {
  margin-bottom: 0;
}
#members-slider .mlcommons-mb.members .member {
  width: 200px;
  height: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
}
#members-slider .mlcommons-mb.members .member img {
  width: 207px;
  height: 100px;
  object-fit: none;
  max-width: none;
  margin-left: -3px;
}

.history-slider {
  padding-inline: 75px;
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 781px) {
  .history-slider {
    padding-inline: 52px;
  }
}
.history-slider::after {
  content: "";
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 104px);
  height: 3px;
  background-color: #CCEBD4;
}
.history-slider .slick-arrow {
  position: absolute;
  top: 25px;
  width: 52px;
  height: 52px;
  background-image: url("images/history-slider-arrow.png");
  background-color: white;
  border: none;
  color: transparent;
  cursor: pointer;
  transition: 0.3s ease all;
  z-index: 2;
  overflow: hidden;
}
.history-slider .slick-arrow:hover {
  opacity: 0.7;
}
.history-slider .slick-arrow.slick-prev {
  left: 0;
}
.history-slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}
.history-slider__slide {
  padding-inline: 25px;
}
@media only screen and (max-width: 781px) {
  .history-slider__slide {
    padding-inline: 0px;
  }
}
.history-slider__slide h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #546D9B;
}
.history-slider__slide h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.history-slider__slide__image {
  height: 98px;
  background-image: url("images/history-decoration.png");
  background-position: center;
  background-repeat: no-repeat;
}
.history-slider__slide p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .history-slider__slide p {
    font-size: 14px;
  }
}

.gh-block {
  margin-bottom: 7px;
}
.gh-block h2 {
  margin-bottom: 20px;
}
.gh-block.type-calendar p {
  display: flex;
  align-items: center;
  padding-inline: 35px;
  padding-block: 15px;
  min-height: 120px;
  border-radius: 10px;
  border: 3px solid #CCEBD4;
  margin-bottom: 14px;
}
@media only screen and (max-width: 781px) {
  .gh-block.type-calendar p {
    padding-inline: 20px;
  }
}
.gh-block.type-calendar p:nth-of-type(2n) {
  margin-left: 14px;
}

.shortcode-featured-article {
  height: 560px;
  display: flex;
  background-color: #EEF2F9;
  display: flex;
  gap: 70px;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .shortcode-featured-article {
    gap: 30px;
  }
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article {
    flex-direction: column-reverse;
    height: auto;
    border-radius: 10px;
    gap: 0;
  }
}
.shortcode-featured-article__content {
  padding: 49px 0 35px 43px;
  position: relative;
  flex-basis: 50%;
}
@media only screen and (max-width: 960px) {
  .shortcode-featured-article__content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__content {
    padding: 20px 20px 40px;
  }
}
.shortcode-featured-article__content__wrapper {
  position: absolute;
  bottom: 13px;
  left: 43px;
  max-height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .shortcode-featured-article__content__wrapper {
    left: 25px;
  }
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__content__wrapper {
    position: relative;
    left: unset;
    bottom: unset;
    max-height: unset;
  }
}
.shortcode-featured-article__content__wrapper h3 a {
  font-size: clamp(1.25rem, 1.8vw, 1.375rem);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.23;
}
.shortcode-featured-article__content__wrapper p {
  font-size: 1rem;
}
.shortcode-featured-article__content__date-category-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__content__date-category-row {
    margin-bottom: 11px;
  }
}
.shortcode-featured-article__content__date-category-row time,
.shortcode-featured-article__content__date-category-row a {
  font-size: 0.875rem;
  color: #546D9B;
  font-weight: 700;
  text-decoration: none;
}
.shortcode-featured-article__content__date-category-row a:hover {
  color: #F29828;
}
.shortcode-featured-article__content__date-category-row > div:nth-child(2) {
  text-align: right;
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__content__excerpt {
    margin-bottom: 0;
  }
}
.shortcode-featured-article__image {
  flex-basis: 48.7%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__image {
    aspect-ratio: 433/277;
    width: 100%;
  }
}
.shortcode-featured-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shortcode-featured-article__row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 17px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 601px) {
  .shortcode-featured-article__row {
    margin-bottom: 10px;
  }
}
.shortcode-featured-article__row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 960px) {
  .shortcode-featured-article__row.cols-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article__row.cols-3 {
    grid-template-columns: 1fr;
  }
}
.shortcode-featured-article.vertical {
  flex-direction: column-reverse;
  gap: 0;
}
.shortcode-featured-article.vertical .shortcode-featured-article__content {
  padding: 14px 40px 0;
  flex-basis: 100%;
}
@media only screen and (max-width: 960px) {
  .shortcode-featured-article.vertical .shortcode-featured-article__content {
    padding-inline: 25px;
  }
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article.vertical .shortcode-featured-article__content {
    padding: 20px 20px 40px;
  }
}
.shortcode-featured-article.vertical .shortcode-featured-article__content__date-category-row {
  margin-bottom: 12px;
}
.shortcode-featured-article.vertical .shortcode-featured-article__content__wrapper {
  position: relative;
  left: unset;
  bottom: unset;
  max-height: auto;
}
.shortcode-featured-article.vertical .shortcode-featured-article__content__wrapper p {
  max-height: 48px;
  overflow: hidden;
}
@media only screen and (max-width: 781px) {
  .shortcode-featured-article.vertical .shortcode-featured-article__content__wrapper p {
    max-height: unset;
  }
}
.shortcode-featured-article.vertical .shortcode-featured-article__image img {
  aspect-ratio: 433/277;
}

.wp-block-table {
  margin-top: 30px;
}

@media only screen and (max-width: 781px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    max-height: 60vh;
    overflow: scroll;
  }
  .wp-block-flexible-table-block-table.is-scroll-on-mobile > table {
    width: 200% !important;
  }
  .wp-block-flexible-table-block-table.is-scroll-on-mobile > table thead tr {
    border-bottom: 1px solid #546D9B;
  }
  .wp-block-flexible-table-block-table.is-scroll-on-mobile > table tbody tr {
    border-bottom: 1px solid #546D9B;
  }
}

table {
  background-color: #F8F9FF !important;
}
@media only screen and (max-width: 781px) {
  table thead tr {
    border-bottom: 10px solid white;
  }
}
table thead th {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  vertical-align: top !important;
  border: 1px solid #546D9B !important;
  border-right: 1px solid white !important;
  border-left: 1px solid white !important;
  background-color: #546D9B !important;
}
@media only screen and (max-width: 781px) {
  table thead th {
    border-right: 1px solid #546D9B !important;
    border-left: 1px solid #546D9B !important;
    border-bottom: 1px solid white !important;
  }
}
table thead th:first-child {
  border-left: 1px solid #546D9B !important;
}
table thead th:last-child {
  border-right: 1px solid #546D9B !important;
}
@media only screen and (max-width: 781px) {
  table thead th:last-child {
    border-bottom: 1px solid #546D9B !important;
  }
}
table tbody td {
  border: 1px solid #546D9B !important;
  padding-bottom: 14px !important;
  background-color: #F8F9FF !important;
}
@media only screen and (max-width: 781px) {
  table tbody td {
    border-top: 0px !important;
  }
}
@media only screen and (max-width: 781px) {
  table tbody td:first-child {
    border-top: 1px solid #546D9B !important;
  }
}
table tbody td a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #546D9B;
}
table tbody tr {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  color: #546D9B;
}
@media only screen and (max-width: 781px) {
  table tbody tr {
    border-bottom: 10px solid transparent;
  }
}

.mlcommons-dropdown {
  background-color: #EEF2F9;
  border-radius: 10px;
  margin-bottom: 20px;
}
.mlcommons-dropdown.active h3 {
  border-bottom: 1px solid #CCEBD4;
}
.mlcommons-dropdown.active h3::after {
  transform: translateY(-50%) rotate(180deg);
}
.mlcommons-dropdown h3 {
  margin-bottom: 0;
  padding-inline: 36px;
  height: 80px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.125rem;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s ease all;
  position: relative;
}
@media only screen and (max-width: 601px) {
  .mlcommons-dropdown h3 {
    padding-inline: 20px 60px;
    height: 60px;
    font-size: 1rem;
  }
}
.mlcommons-dropdown h3::after {
  content: "";
  background-image: url("images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 12px;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 601px) {
  .mlcommons-dropdown h3::after {
    right: 20px;
  }
}
.mlcommons-dropdown h3:hover {
  color: #F29828;
}
.mlcommons-dropdown > div > .wp-block-group {
  display: none;
  padding-inline: 36px;
}
@media only screen and (max-width: 601px) {
  .mlcommons-dropdown > div > .wp-block-group {
    padding-inline: 20px;
  }
}
.mlcommons-dropdown__content {
  padding-top: 22px;
  padding-bottom: 10px;
}

.archive-pagination,
.pagination {
  margin-bottom: 70px;
}
.archive-pagination ul,
.pagination ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
.archive-pagination ul li a,
.pagination ul li a {
  text-decoration: none;
  padding-inline: 8px;
}
.archive-pagination ul li.active a,
.pagination ul li.active a {
  color: #546D9B;
  font-weight: bold;
}

#mc_embed_signup {
  width: 100% !important;
  margin-bottom: 80px;
  margin-top: 30px;
}
#mc_embed_signup div#mce-responses {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
@media only screen and (max-width: 601px) {
  #mc_embed_signup div#mce-responses #mce-success-response {
    width: 100% !important;
  }
}

form#mc-embedded-subscribe-form {
  margin: 0 !important;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 0px;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.3;
  font-weight: 700;
  color: #171D30;
  margin-top: 20px;
  flex-basis: 100%;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .indicates-required {
  flex-basis: 100%;
  text-align: left;
  margin-top: -18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 601px) {
  form#mc-embedded-subscribe-form #mc_embed_signup_scroll .indicates-required {
    margin-bottom: 10px;
  }
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
  flex-basis: calc(50% - 8px);
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 601px) {
  form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
    flex-basis: 100%;
    padding-bottom: 25px;
  }
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group:not(.input-group) label {
  font-weight: 700;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group small {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 4px;
  padding-inline: 4px;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group .mce_inline_error:not(input) {
  position: absolute;
  top: -1px;
  right: 0;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group .asterisk {
  line-height: 1;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input {
  height: 38px;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group:nth-child(8) strong {
  display: none;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group:nth-child(8) ul {
  padding: 0;
  padding-top: 14px;
}
form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group:nth-child(8) ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
form#mc-embedded-subscribe-form input[type=checkbox] {
  width: 20px !important;
}
form#mc-embedded-subscribe-form input[type=checkbox] + label {
  margin-bottom: 0;
}
form#mc-embedded-subscribe-form .input-group {
  display: block;
}
form#mc-embedded-subscribe-form .input-group > strong {
  font-size: 1.25rem;
  line-height: 1.23;
  font-weight: 700;
  color: #343C52;
  margin-bottom: 21px;
}
@media only screen and (max-width: 601px) {
  form#mc-embedded-subscribe-form .input-group > strong {
    margin-bottom: 12px;
  }
}
form#mc-embedded-subscribe-form .input-group ul {
  padding: 0;
  padding-top: 14px;
}
form#mc-embedded-subscribe-form .input-group ul li {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
form#mc-embedded-subscribe-form input[type=submit] {
  color: #171D30 !important;
  background-color: #F29828 !important;
  height: 50px;
  min-width: 207px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
  position: relative;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 601px) {
  form#mc-embedded-subscribe-form input[type=submit] {
    font-size: 0.9rem !important;
    height: 42px;
    min-width: 160px;
    border-radius: 6px !important;
  }
}
form#mc-embedded-subscribe-form input[type=submit]:hover {
  background-color: #546D9B !important;
  color: white !important;
  box-shadow: unset !important;
}

.wp-block-group.amchart-container {
  margin-bottom: 50px;
}
.wp-block-group.amchart-container .wp-block-group__inner-container {
  max-width: 99%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home__hero {
  background-color: #EEF2F9;
  padding-top: 18px;
  padding-bottom: 32px;
  border-bottom: 2px solid #CCEBD4;
}
@media only screen and (max-width: 960px) {
  .home__hero {
    padding-block: 40px;
  }
}
@media only screen and (max-width: 601px) {
  .home__hero {
    padding-block: 50px;
  }
}
.home__hero .wp-block-columns {
  gap: 126px;
}
@media only screen and (max-width: 960px) {
  .home__hero .wp-block-columns {
    gap: 70px;
  }
}
@media only screen and (max-width: 781px) {
  .home__hero .wp-block-columns {
    gap: 50px;
    flex-direction: column;
  }
}
.home__hero .wp-block-columns .wp-block-column:first-child {
  flex-basis: 44% !important;
  flex-grow: 0;
}
.home__hero p {
  max-width: 490px;
}
@media only screen and (max-width: 781px) {
  .home__hero figure {
    text-align: center;
  }
}
.home__counters-section > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 53px;
}
@media only screen and (max-width: 960px) {
  .home__counters-section > div {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media only screen and (max-width: 601px) {
  .home__counters-section > div {
    grid-template-columns: 1fr;
  }
}
.home__counters-section .wp-block-group {
  padding-inline: 30px;
  border-right: 2px solid #CCEBD4;
}
@media only screen and (max-width: 601px) {
  .home__counters-section .wp-block-group {
    border-right: 0px;
  }
}
@media only screen and (max-width: 960px) {
  .home__counters-section .wp-block-group:nth-child(2) {
    border-right: 0px;
  }
}
.home__counters-section .wp-block-group:last-child {
  border-right: 0;
}
.home__counters-section__number {
  text-align: center;
  margin-bottom: 7px;
  font-size: 3.44rem !important;
  font-weight: 700;
  color: #546D9B;
  margin-right: 0 !important;
  line-height: 1 !important;
}
.home__counters-section__description {
  text-align: center;
  font-size: 1.125rem !important;
  font-weight: 400;
  margin-bottom: 0;
}
.home__the-mission-section {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .home__the-mission-section {
    padding-bottom: 0;
  }
}
.home__headline-section {
  padding-top: 60px;
}
.home__focus-areas-cards {
  margin-bottom: 60px;
}
.home__see-all-blogs-button {
  margin-top: 26px;
  margin-bottom: 126px;
}
@media only screen and (max-width: 601px) {
  .home__see-all-blogs-button {
    margin-bottom: 90px;
  }
}
.home .join-our-community-block {
  margin-bottom: 12px;
}
.home__members-section {
  margin-bottom: 77px;
}

.single-post.full-width-content .entry-content > .alignwide {
  margin-left: -295px;
  margin-right: -295px;
  max-width: calc(100% + 590px);
  width: auto;
}
@media only screen and (max-width: 1440px) {
  .single-post.full-width-content .entry-content > .alignwide {
    margin-left: unset;
    margin-right: unset;
  }
}
.single-post .entry-content {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.single-post__header {
  margin-top: 34px;
  background-color: #EEF2F9;
  display: flex;
  gap: 20px;
  height: 600px;
  border-radius: 30px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 781px) {
  .single-post__header {
    flex-direction: column-reverse;
    height: unset;
    gap: 0;
    border-radius: 10px;
  }
}
.single-post__header > div {
  flex-basis: calc(50% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
}
.single-post__header__content {
  padding: 45px 0 60px 60px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .single-post__header__content {
    padding: 30px 0 25px 25px;
  }
}
@media only screen and (max-width: 781px) {
  .single-post__header__content {
    padding: 20px;
  }
}
.single-post__header__content__date-category-row {
  display: flex;
  border-bottom: 2px solid white;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 781px) {
  .single-post__header__content__date-category-row {
    margin-bottom: 30px;
  }
}
.single-post__header__content__date-category-row time,
.single-post__header__content__date-category-row a {
  font-size: 0.875rem;
  color: #546D9B;
  font-weight: 500;
  text-decoration: none;
}
.single-post__header__content__date-category-row > div:nth-child(2) {
  text-align: right;
}
.single-post__header__content h1 {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.3;
  padding-right: 90px;
}
@media only screen and (max-width: 1200px) {
  .single-post__header__content h1 {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 781px) {
  .single-post__header__content h1 {
    padding-right: 0;
  }
}
.single-post__header__content__excerpt {
  padding-right: 90px;
}
@media only screen and (max-width: 1200px) {
  .single-post__header__content__excerpt {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 781px) {
  .single-post__header__content__excerpt {
    margin-bottom: 30px !important;
    padding-right: 0;
  }
}
.single-post__header__content__author-share-row {
  position: absolute;
  bottom: 60px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 781px) {
  .single-post__header__content__author-share-row {
    position: relative;
    bottom: unset;
    width: 100%;
  }
}
.single-post__header__content__author-share-row > div:nth-child(2) {
  text-align: right;
  display: flex;
  align-items: center;
  position: relative;
}
.single-post__header__content__author-share-row p {
  margin-bottom: 0;
}
.single-post__header__content__author-share-row p.author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #546D9B;
}
.single-post__header__content__author-share-row p.author-title {
  font-size: 0.875rem;
  font-weight: 400;
}
.single-post__header__content__author-share-row button {
  color: #F29828;
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
  margin-right: 30px;
}
.single-post__header__content__author-share-row button:hover {
  color: #546D9B;
}
.single-post__header__content__author-share-row button:hover svg rect {
  fill: #546D9B;
}
.single-post__header__content__author-share-row button:hover svg path {
  fill: #546D9B;
}
.single-post__header__content__author-share-row button svg {
  margin-right: 2px;
}
.single-post__header__content__author-share-row button svg rect,
.single-post__header__content__author-share-row button svg path {
  transition: 0.3s ease all;
}
.single-post__header__content__author-share-row .share-popup {
  position: absolute;
  top: 173%;
  left: 39%;
  transform: translateX(-50%);
  display: block;
  background-color: white;
  border-radius: 5px;
  width: 208px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease opacity;
}
.single-post__header__content__author-share-row .share-popup::after {
  content: "";
  background-image: url("images/white-triangle.png");
  width: 24px;
  height: 15px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post__header__content__author-share-row .share-popup.active {
  opacity: 1;
  pointer-events: all;
}
.single-post__header__content__author-share-row .share-popup ul {
  list-style: none;
  margin: 0;
  padding-bottom: 11px;
}
.single-post__header__content__author-share-row .share-popup ul li {
  height: 30px;
  display: flex;
  align-items: center;
}
.single-post__header__content__author-share-row .share-popup ul li:first-child {
  height: 40px;
  border-bottom: 1px solid #D7DCE5;
  margin-bottom: 8px;
}
.single-post__header__content__author-share-row .share-popup ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.single-post__header__content__author-share-row .share-popup ul li a:hover svg rect {
  fill: #F29828;
}
.single-post__header__content__author-share-row .share-popup ul li a:hover svg path {
  fill: #F29828;
}
.single-post__header__content__author-share-row .share-popup ul li a div {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.single-post__header__content__author-share-row .share-popup ul li a .icon-wrapper {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-post__header__content__author-share-row .share-popup ul li a .icon-wrapper svg rect,
.single-post__header__content__author-share-row .share-popup ul li a .icon-wrapper svg path {
  transition: 0.3s ease all;
}
.single-post__header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 781px) {
  .single-post__header__image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
  }
}
.single-post .entry-content figure.alignwide {
  margin-block: 65px !important;
}
@media only screen and (max-width: 601px) {
  .single-post .entry-content figure.alignwide {
    margin-block: 30px !important;
  }
}
.single-post .entry-content blockquote {
  margin-inline: 0;
  margin-block: 60px 80px;
}
.single-post .entry-content blockquote p {
  font-family: "DM Sans", sans-serif !important;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #F29828;
}
.single-post .entry-content h2 {
  font-size: 1.625rem;
  line-height: 1.23;
  font-weight: 700;
  margin-top: 54px;
}
.single-post .entry-content h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}
.single-post .entry-content ul {
  margin: 0 0 30px 20px;
}
.single-post .entry-content ul li {
  padding-left: 6px;
  margin-bottom: 8px;
}
.single-post .entry-content ul li::marker {
  font-size: 13px;
}
.single-post .entry-content ul li a {
  text-decoration: underline;
}

.error404 h1 {
  padding-top: 85px;
  color: #546D9B;
}
.error404 .content {
  padding-bottom: 70px;
}

.about-us__headline-section {
  padding-top: 66px;
}
.about-us__headline-section figure {
  margin-top: 66px !important;
  margin-bottom: 70px !important;
}
.about-us__five-principles-section__heading {
  gap: 136px;
}
@media only screen and (max-width: 1200px) {
  .about-us__five-principles-section__heading {
    gap: 20px;
  }
}
@media only screen and (max-width: 781px) {
  .about-us__five-principles-section__heading {
    gap: 0;
  }
}
.about-us__five-principles-section__heading > div:first-child {
  flex-basis: 32% !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
}
.about-us__five-principles-section__grid {
  gap: 21px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .about-us__five-principles-section__grid {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 601px) {
  .about-us__five-principles-section__grid {
    margin-bottom: 60px;
  }
}
.about-us__five-principles-section__grid > div:first-child {
  flex-basis: 32% !important;
  flex-grow: 0 !important;
  flex-shrink: 0;
}
.about-us__five-principles-section__grid > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 601px) {
  .about-us__five-principles-section__grid > div:last-child {
    grid-template-columns: 1fr;
  }
}
.about-us__five-principles-section__big-article {
  border: 3px solid #F29828;
  border-radius: 20px;
  padding: 32px 35px 32px;
  height: 100%;
}
.about-us__five-principles-section__big-article h3 {
  width: 261px;
}
@media only screen and (max-width: 1200px) {
  .about-us__five-principles-section__big-article h3 {
    width: auto;
  }
}
.about-us__five-principles-section__article {
  background-color: #EEF2F9;
  border-radius: 20px;
  padding: 33px 55px 80px;
}
@media only screen and (max-width: 1200px) {
  .about-us__five-principles-section__article {
    padding: 30px;
  }
}
.about-us__five-principles-section__article__number {
  color: #F29828;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 601px) {
  .about-us__five-principles-section__article__number {
    font-size: 3.5rem;
    margin-bottom: 12px;
  }
}
.about-us__five-principles-section__article li {
  font-size: 1rem;
  margin-bottom: 6px;
}
.about-us__mission-section {
  gap: 90px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .about-us__mission-section {
    gap: 50px;
  }
}
@media only screen and (max-width: 781px) {
  .about-us__mission-section {
    flex-direction: column-reverse;
  }
}
.about-us__mission-section figure {
  text-align: right;
}
.about-us__mission-section img {
  border-radius: 191px 0 161px 0;
}

.working-groups__reusable-page h2.is-style-nav-target {
  padding-bottom: 15px;
  border-bottom: 2px solid #CCEBD4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .working-groups__reusable-page h2.is-style-nav-target {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.working-groups__text-image-section {
  gap: 180px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1200px) {
  .working-groups__text-image-section {
    gap: 50px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 781px) {
  .working-groups__text-image-section {
    gap: 0;
    margin-bottom: 60px;
  }
}
.working-groups__text-image-section img {
  border-radius: 170px 0 149px 0;
}
.working-groups__section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .working-groups__section {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 781px) {
  .working-groups__section {
    margin-bottom: 20px;
  }
}
.working-groups__section .wp-block-columns {
  gap: 120px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .working-groups__section .wp-block-columns {
    gap: 50px;
  }
}
.working-groups__section .wp-block-columns:last-child {
  margin-bottom: 0;
}
.working-groups__article h3 {
  margin-bottom: 10px;
}
.working-groups__article .wp-block-buttons {
  margin-top: 5px;
}
.working-groups__article p {
  margin-bottom: 0;
  font-size: 1rem;
}
.working-groups__single__mission-section {
  padding-top: 94px;
  gap: 86px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
  .working-groups__single__mission-section {
    padding-top: 60px;
    gap: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 601px) {
  .working-groups__single__mission-section {
    padding-top: 40px;
  }
}
.working-groups__single__mission-section img {
  border-top-left-radius: 132px;
  width: 100%;
  border-bottom-right-radius: 126px;
}
.working-groups__single__deliverables-section {
  gap: 86px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .working-groups__single__deliverables-section {
    gap: 1.25em;
  }
}
@media only screen and (max-width: 1200px) {
  .working-groups__single__deliverables-section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .working-groups__single__deliverables-section {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1440px) {
  .working-groups__single__deliverables-section > .wp-block-column:first-child {
    flex-basis: 32% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .working-groups__single__deliverables-section > .wp-block-column:last-child {
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 1440px) {
  .working-groups__single__deliverables-section .wp-block-columns {
    gap: 1.25em;
  }
}
@media only screen and (max-width: 960px) {
  .working-groups__single__deliverables-section .wp-block-columns {
    margin-bottom: 0;
  }
}
.working-groups__single__deliverables-section .wp-block-columns .wp-block-column:first-child {
  flex-basis: 50% !important;
  flex-grow: 0 !important;
}
@media only screen and (max-width: 781px) {
  .working-groups__single__deliverables-section .wp-block-columns .wp-block-column:first-child {
    flex-basis: 100% !important;
    flex-grow: 1 !important;
  }
}
.working-groups__single__deliverables-section .wp-block-columns .wp-block-column:last-child .wp-block-buttons {
  margin-top: 0px;
  gap: 0;
}
.working-groups__single__deliverables-section .wp-block-columns .wp-block-column:last-child .wp-block-buttons .wp-block-button {
  width: 100%;
  margin-bottom: 17px;
}
.working-groups__single .see-all-blogs-button {
  margin-top: 26px;
  margin-bottom: 106px;
}
.working-groups__single__projects__grid > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-bottom: 90px;
}
.working-groups__single__projects__article {
  background-color: #EEF2F9;
  border-radius: 10px;
  position: relative;
  padding: 56px 40px 70px;
}
.working-groups__single__projects__article .wp-block-buttons {
  position: absolute;
  bottom: 57px;
  left: 40px;
}
.working-groups__single__how-to-join-section {
  margin-bottom: 90px;
}
.working-groups__single__chairs-section {
  margin-bottom: 150px;
}

.blog__featured-articles-heading {
  margin-top: 57px;
}
.blog__see-all-blogs-button {
  margin-top: 26px;
  margin-bottom: 73px;
}
.blog__see-all-blogs-button svg {
  transform: rotate(90deg);
}
.blog__news-section {
  margin-bottom: 113px;
}

.community__members-slider {
  margin-top: 13px !important;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 1200px) {
  .community__members-slider {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 781px) {
  .community__members-slider {
    margin-bottom: 20px !important;
  }
}

.leadership__paragraph-section {
  padding-top: 60px;
  margin-bottom: 40px;
}
.leadership__grid > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 1200px) {
  .leadership__grid > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .leadership__grid > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 601px) {
  .leadership__grid > div {
    grid-template-columns: 1fr;
  }
}
.leadership-users {
  cursor: pointer;
  min-height: 486px;
}
.leadership-users.active .leadership-users__back {
  opacity: 1;
  pointer-events: all;
}
.leadership-users h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #546D9B;
  margin-bottom: 0;
  text-align: center;
  padding-inline: 20px;
}
.leadership-users__title {
  font-size: 1rem;
  text-align: center;
  padding-inline: 20px;
  margin-bottom: 0;
  min-height: 48px;
}
.leadership-users__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.leadership-users__social-icons {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.leadership-users__social-icons a {
  text-decoration: none;
  margin-inline: 6px;
}
.leadership-users__social-icons a svg path {
  transition: 0.3s ease all;
}
.leadership-users__social-icons a:hover svg path {
  fill: #546D9B;
}
.leadership-users__front {
  background-color: #F8F9FF;
  padding-bottom: 76px;
}
.leadership-users__front img {
  width: 100%;
  aspect-ratio: 320/316.3;
  object-fit: cover;
  margin-bottom: 14px;
}
.leadership-users__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #546D9B;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  color: white;
  padding: 27px 20px 76px;
}
.leadership-users__back p.leadership-users__title {
  color: white;
  text-align: left;
  padding-inline: 0px;
}
.leadership-users__back h4 {
  color: white;
  text-align: left;
  padding-inline: 0px;
}
.leadership-users__back .leadership-users__social-icons {
  text-align: left;
}
.leadership-users__back .leadership-users__social-icons a:first-child {
  margin-left: 20px;
}
.leadership-users__back .leadership-users__social-icons a:hover svg path {
  fill: white;
}
.leadership-users__back .bio {
  height: 75%;
  overflow-y: auto;
  padding-right: 20px;
}
.leadership-users__back .bio p {
  font-size: 13px;
  color: white;
}
.leadership-users__back .bio::-webkit-scrollbar {
  width: 4px;
}
.leadership-users__back .bio::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 6px;
}
.leadership-users__back .bio::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}
.leadership-users__back .bio::-webkit-scrollbar-track {
  background: transparent;
}
.leadership-users__back .bio::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.leadership-users__back .bio::-webkit-scrollbar-track-piece:start:hover {
  background: transparent;
}
.leadership-users__back .bio::-webkit-scrollbar-track-piece:end:hover {
  background: transparent;
}

.template-c__results-row {
  gap: 40px;
}
@media only screen and (max-width: 781px) {
  .template-c__results-row {
    flex-direction: column;
    gap: 0;
  }
}
.template-c__results-row > .wp-block-column:first-child {
  flex-basis: 22% !important;
  flex-grow: 0 !important;
}
.template-c__results-row p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.template-c__single-stream-table {
  margin-bottom: 50px;
}
.template-c__content-table-row {
  gap: 90px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .template-c__content-table-row {
    gap: 50px;
  }
}
@media only screen and (max-width: 781px) {
  .template-c__content-table-row {
    flex-direction: column;
    gap: 0;
  }
}
.template-c__content-table-row > .wp-block-column:first-child {
  flex-basis: 25% !important;
  flex-grow: 0 !important;
}
.template-c__content-table-row .wp-block-table {
  margin-top: 0;
}
.template-c__divisions-row {
  gap: 90px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .template-c__divisions-row {
    gap: 50px;
  }
}
@media only screen and (max-width: 781px) {
  .template-c__divisions-row {
    flex-direction: column;
    gap: 20px;
  }
}
.template-c__submission-section {
  background-color: #EEF2F9;
  padding-block: 90px 70px;
}
@media only screen and (max-width: 1200px) {
  .template-c__submission-section {
    padding-block: 70px;
  }
}
@media only screen and (max-width: 601px) {
  .template-c__submission-section {
    padding-bottom: 50px;
  }
}
.template-c__submission-section p.description {
  margin-bottom: 60px;
  padding-inline: 120px;
}
.template-c__submission-section p.description-two {
  margin-block: 60px 40px;
}
.template-c__submission-section__grid__article {
  gap: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 601px) {
  .template-c__submission-section__grid__article {
    margin-bottom: 0px;
  }
}
.template-c__submission-section__grid__article > .wp-block-column:first-child {
  flex-basis: 66px !important;
  flex-grow: 0 !important;
}
.template-c__submission-section__grid__article h3 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 601px) {
  .template-c__submission-section__grid__article h3 {
    margin-bottom: 4px;
  }
}
.template-c__submission-section__grid__article p {
  font-size: 1rem;
  margin-bottom: 0;
}
.template-c__submission-section__orange-bullets-row .wp-block-column {
  padding-left: 35px;
}

.template-k__image-content-row {
  padding-top: 0;
}
.template-k .orange-bullets-block {
  margin-bottom: 40px;
}
.template-k .light-blue-bg-cards__grid > div {
  margin-bottom: 35px;
}

body.search .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
body.search .search-results__list {
  list-style: none;
  margin: 0;
  padding-top: 70px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 20px;
}
@media only screen and (max-width: 601px) {
  body.search .search-results__list {
    grid-template-columns: 1fr;
  }
}
body.search .search-results__list li a {
  text-decoration: none;
}
body.search .search-results__list li a h3 {
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
body.search .search-results__list li a:hover h3 {
  color: #F29828;
}
body.search .search-results__list li p {
  font-size: 1rem;
}
body.search .search-results__list li p span {
  font-size: 1rem;
}
body.search .no-results {
  padding-top: 70px;
  margin-bottom: 75px;
}

/*
    Created on : Nov 1, 2023, 7:19:02 AM
    Author     : ale
*/
nav li.current-menu-item > a span, nav li.current-page-ancestor > a span {
  color: #546D9B;
}

/*disable the featured image on pages and posts*/
body.single-post .entry-content .singular-image.entry-image,
body.page .entry-content .singular-image.entry-image {
  display: none;
}

/*an update for gravity consent label fields*/
.body-size-text .gfield_consent_label {
  font-size: 18px;
}

/**/
body.wp-embed-responsive > #iubenda-cs-banner > div {
  flex-direction: row-reverse;
}
body.wp-embed-responsive > #iubenda-cs-banner .iubenda-cs-opt-group > .iubenda-cs-opt-group-custom > button {
  background-color: #546D9B !important;
  border: 2px solid #F29828 !important;
  color: #F29828 !important;
}
body.wp-embed-responsive > #iubenda-cs-banner .iubenda-cs-opt-group button {
  border-radius: 5px !important;
}
body.wp-embed-responsive > #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn {
  border: 2px solid #F29828 !important;
}
body.wp-embed-responsive > #iubenda-iframe #iubenda-iframe-content .purposes-header .purposes-header-title {
  font-size: 24px !important;
}
body.wp-embed-responsive > #iubenda-iframe #iubenda-iframe-content .iub-toggle-checkbox input.style1:checked,
body.wp-embed-responsive > #iubenda-iframe #iubenda-iframe-content .iub-toggle-checkbox input.style1:checked {
  background-color: #546D9B !important;
}
body.wp-embed-responsive > #iubenda-iframe #iubenda-iframe-content .iub-btn-consent {
  border-radius: 5px !important;
  box-shadow: none !important;
  background-color: #546D9B !important;
  color: white !important;
}
body.wp-embed-responsive > #iubenda-iframe #iubenda-iframe-content .iub-btn-consent.purposes-btn-reject {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 386.667 386.667' height='512px' viewBox='0 0 386.667 386.667' width='512px' class=''%3E%3Cg%3E%3Cpath d='m386.667 45.564-45.564-45.564-147.77 147.769-147.769-147.769-45.564 45.564 147.769 147.769-147.769 147.77 45.564 45.564 147.769-147.769 147.769 147.769 45.564-45.564-147.768-147.77z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
body.wp-embed-responsive > #iubenda-iframe #iubenda-iframe-content .iub-btn-consent.purposes-btn-accept {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 515.556 515.556' height='512px' viewBox='0 0 515.556 515.556' width='512px' class=''%3E%3Cg%3E%3Cpath d='m0 274.226 176.549 176.886 339.007-338.672-48.67-47.997-290.337 290-128.553-128.552z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
body.wp-embed-responsive > #iubenda-iframe #iubFooterBtnContainer button {
  border-radius: 5px !important;
  padding: 4px 12px !important;
  background-color: #F29828 !important;
}

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