@charset "UTF-8";
/**
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
@font-face {
  font-family: MaisonNeue-Book;
  src: url("./assets/css/fonts/MaisonNeue-Book.eot");
  src: url("./assets/css/fonts/MaisonNeue-Book.eot?#iefix") format("embedded-opentype"), url("./assets/css/fonts/MaisonNeueWEB-Book.woff") format("woff"), url("./assets/css/fonts/MaisonNeueWEB-Book.woff2") format("woff2"), url("./assets/css/fonts/MaisonNeue-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "ss01" on;
}
@font-face {
  font-family: MaisonNeue-Mono;
  src: url("./assets/css/fonts/MaisonNeue-Mono.eot");
  src: url("./assets/css/fonts/MaisonNeue-Mono.eot?#iefix") format("embedded-opentype"), url("./assets/css/fonts/MaisonNeue-Mono.woff") format("woff"), url("./assets/css/fonts/MaisonNeue-Mono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "ss01" on;
}
.body-20 {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.body-20-strong {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  font-weight: 700;
}

.font-mono {
  font-family: MaisonNeue-Mono, sans-serif;
}

/* Variables */
:root {
  --max-content-width: 1440px;
  /* Font Family */
  --global--font-primary: MaisonNeue-Book, sans-serif;
  --global--font-secondary: MaisonNeue-Mono, monospace;
  /* Colors */
  --white: #fff;
  --primary-blue: #070d59;
  --neutral-1: #4e609e;
  --neutral-light-2: #e7edf5;
  --neutral-light-3: #f3f6fa;
  --accent: #e43f5a;
  --gold: #bda340;
  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*:focus {
  outline-offset: 2px;
}

body {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--primary-blue);
  text-align: left;
  background-color: var(--neutral-light-3);
}

button {
  cursor: pointer;
}

a {
  color: var(--accent);
}
a:focus {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

a:visited {
  color: var(--neutral-1);
}

*:focus {
  outline-offset: 2px;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
/* Buttons */
.jleaders-button {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--accent);
  outline-color: var(--accent);
  outline-offset: 2px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 8px 16px;
  transition: padding 0.1s, margin 0.1s, width 0.1s, color 0.1s;
}
.jleaders-button:hover {
  padding: 10px 18px;
  margin: -2px;
}
.jleaders-button:active {
  background-color: var(--neutral-1);
  outline-color: var(--neutral-1);
  padding: 10px 18px;
  margin: -2px;
}
.jleaders-button a {
  text-decoration: none;
}

.jleaders-text-only-button {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: var(--accent);
  background-color: var(--white);
  outline-color: var(--accent);
  outline-offset: 2px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 8px 16px;
}
.jleaders-text-only-button:active {
  color: var(--neutral-1);
  outline-color: var(--neutral-1);
  background-color: var(--neutral-light-3);
}
.jleaders-text-only-button a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: var(--accent);
}
a:visited {
  color: var(--accent);
}

blockquote {
  padding: 0;
  position: relative;
  max-width: 612px;
  margin: 100px 0 60px 0;
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
@media only screen and (max-width: 821px) {
  blockquote {
    font-size: 20px;
    line-height: 28px;
  }
}
blockquote:before {
  content: "“";
  font-size: 140px;
  line-height: 80px;
  position: absolute;
  color: var(--accent);
  top: -30px;
  left: -13px;
}

.quote-signature {
  font-family: MaisonNeue-Mono, monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 25%;
  text-align: right;
  transform: translateY(-40px);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: MaisonNeue-Book, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (max-width: 821px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

h3 {
  font-size: 34px;
  line-height: 42px;
  font-feature-settings: "ss01" on;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 821px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 821px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.jleaders-site {
  background-color: var(--neutral-light-3);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  overflow: hidden;
}

.jleaders-site-content {
  width: 100%;
  max-width: var(--max-content-width);
}

.jleaders-site-main {
  margin: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-site-main {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-site-main {
    margin: 0 16px;
  }
}
.jleaders-site-main.landing, .jleaders-site-main.how-help, .jleaders-site-main.who-we-are {
  margin: 0;
}

.jleaders-landing-section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.jleaders-landing-section-3 h3 {
  margin: 24px 0;
}
.jleaders-landing-section-3 > .section-3-inner {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  color: var(--white);
}
@media only screen and (max-width: 821px) {
  .jleaders-landing-section-3 > .section-3-inner {
    flex-direction: column;
  }
}
.jleaders-landing-section-3 > .section-3-inner > .section-3-box {
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-landing-section-3 > .section-3-inner > .section-3-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-landing-section-3 > .section-3-inner > .section-3-box {
    padding: 16px;
  }
}
.jleaders-landing-section-3 > .section-3-inner > .section-3-box img {
  height: 60px;
}
.jleaders-landing-section-3 > .section-3-inner > .section-3-box h3, .jleaders-landing-section-3 > .section-3-inner > .section-3-box img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-landing-section-3 > .section-3-inner > .section-3-box img {
    margin-bottom: 0;
  }
}
.jleaders-landing-section-3 > .section-3-inner > .box-1 {
  background-color: var(--neutral-1);
}
.jleaders-landing-section-3 > .section-3-inner > .box-2 {
  background-color: var(--primary-blue);
}
.jleaders-landing-section-3 > .section-3-inner > .box-3 {
  background-color: var(--accent);
}

.jleaders-post-header {
  color: var(--white);
  background-color: var(--primary-blue);
  padding: 52px 68px;
}
@media only screen and (max-width: 821px) {
  .jleaders-post-header {
    padding: 40px 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-post-header {
    padding: 30px 16px;
    margin: 0 -16px;
  }
}
.jleaders-post-header h3, .jleaders-post-header .jleaders-post-subheader {
  max-width: 612px;
}
@media only screen and (max-width: 821px) {
  .jleaders-post-header h3, .jleaders-post-header .jleaders-post-subheader {
    max-width: 716px;
  }
}
.jleaders-post-header .jleaders-post-subheader {
  margin-top: 24px;
}

.jleaders-post-content {
  padding: 60px 68px 80px 68px;
  max-width: 748px;
}
@media only screen and (max-width: 821px) {
  .jleaders-post-content {
    padding: 40px 16px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-post-content {
    padding: 30px 0;
  }
}
.jleaders-post-content p {
  margin: 16px 0;
}
.jleaders-post-content ol, .jleaders-post-content ul {
  padding-left: 20px;
}
.jleaders-post-content li {
  margin-bottom: 8px;
}
.jleaders-post-content img {
  max-width: 100% !important;
  height: auto !important;
}
.justice_leader-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .justice_leader-header {
    flex-direction: column;
  }
}
.justice_leader-header .justice_leader-header-right {
  margin-left: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
.justice_leader-header .justice_leader-header-right h3 {
  margin-bottom: 16px;
  text-align: left;
}
.justice_leader-header .justice_leader-header-right p {
  font-family: MaisonNeue-Mono, monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  max-width: 340px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .justice_leader-header .justice_leader-header-right {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: -20px;
  }
  .justice_leader-header .justice_leader-header-right h3 {
    text-align: center;
  }
  .justice_leader-header .justice_leader-header-right p {
    text-align: center;
  }
}
.justice_leader-header > div {
  position: relative;
}
.justice_leader-header .leader-image {
  width: 208px !important;
  height: 208px !important;
  max-width: unset !important;
  border-radius: 104px;
  position: relative;
  z-index: 1;
}
.justice_leader-header .justice_leader-shadow {
  width: 208px;
  height: 208px;
  border-radius: 104px;
  position: absolute;
  top: 20px;
  left: 24px;
  background-color: var(--accent);
  z-index: 0;
}
.justice_leader-header .leader-emeritus {
  display: flex;
  color: var(--gold);
  font-family: MaisonNeue-Mono, monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.jleaders-pagination {
  font-family: MaisonNeue-Mono, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.jleaders-pagination a, .jleaders-pagination a:visited {
  color: var(--primary-blue);
  text-decoration: none;
}
.jleaders-pagination span + a, .jleaders-pagination a + a, .jleaders-pagination a + span {
  margin-left: 8px;
}
.jleaders-pagination .prev {
  display: inline-block;
  transform: rotate(180deg) translateY(3px);
}
.jleaders-pagination .next {
  display: inline-block;
  transform: translateY(1px);
}
.jleaders-pagination .next, .jleaders-pagination .prev {
  font-size: 24px;
}
.jleaders-pagination .current {
  color: var(--accent);
}

.jleaders-header {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.jleaders-header.landing {
  min-height: 200px;
  background-color: var(--primary-blue);
  color: var(--white);
}

.jleaders-top-bar {
  height: 96px;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .jleaders-top-bar {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-top-bar {
    padding: 0 16px;
  }
}

.jleaders-top-logo {
  width: 98px;
}
.jleaders-top-logo.landing {
  width: 172px;
}

.jleaders-navigation .menu-button-container {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .jleaders-navigation .menu-button-container {
    display: block;
    margin-right: -12px;
  }
}
.jleaders-navigation .primary-menu-container {
  margin-top: 36px;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .jleaders-navigation .primary-menu-container {
    padding: 24px 40px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--neutral-light-3);
    text-align: right;
    transition: height 0.1s, opacity 0.1s;
    overflow: auto;
    z-index: 2;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-navigation .primary-menu-container {
    padding: 16px 24px;
  }
}
.jleaders-navigation ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  font-family: MaisonNeue-Mono, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .jleaders-navigation ul {
    flex-direction: column;
  }
}
.jleaders-navigation ul li {
  width: fit-content;
  align-self: flex-end;
  border-bottom: 3px solid transparent;
}
.jleaders-navigation ul li a {
  color: var(--primary-blue);
}
.jleaders-navigation ul li.current-menu-item {
  border-bottom: 3px solid var(--accent);
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .jleaders-navigation ul li.current-menu-item {
    margin-bottom: 16px;
  }
}
.jleaders-navigation ul li.current-menu-item a {
  color: var(--accent);
}
.jleaders-navigation ul li + li {
  margin-left: 20px;
}
.jleaders-navigation ul a {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .jleaders-navigation.landing .primary-menu-container {
    background-color: var(--primary-blue);
    top: 100px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-navigation.landing .primary-menu-container {
    top: 60px;
  }
}
.jleaders-navigation.landing li {
  border-bottom: 3px solid transparent;
}
.jleaders-navigation.landing li a {
  color: var(--white);
}
.jleaders-navigation.landing li.current-menu-item {
  border-bottom: 3px solid var(--accent);
}
.jleaders-navigation.landing li.current-menu-item a {
  color: var(--accent) !important;
}
.jleaders-navigation.landing ul a {
  text-decoration: none;
}

.jleaders-landing-header-content {
  padding: 40px 80px 0 80px;
  max-width: 800px;
  position: relative;
}
@media only screen and (max-width: 821px) {
  .jleaders-landing-header-content {
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-landing-header-content {
    padding: 16px 16px 0 16px;
  }
}
.jleaders-landing-header-content p {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  max-width: 360px;
  margin: 20px 0;
}

.jleaders-landing-carousel-container {
  margin-top: -6px;
}

.mobile-menu-button {
  display: flex;
  margin-top: 16px;
  background-color: transparent;
  color: var(--primary-blue);
  border: 0;
}
.mobile-menu-button.landing {
  color: var(--white);
}
.mobile-menu-button .dropdown-icon {
  display: flex;
  align-items: center;
}
.mobile-menu-button .dropdown-icon .svg-icon {
  width: 48px;
  height: 48px;
}
.mobile-menu-button .dropdown-icon.open .svg-icon {
  position: relative;
  top: -1px;
}
.mobile-menu-button .dropdown-icon.close {
  display: none;
}
.mobile-menu-button[aria-expanded*=true] .dropdown-icon.open {
  display: none;
}
.mobile-menu-button[aria-expanded*=true] .dropdown-icon.close {
  display: flex;
}
.has-logo.has-title-and-tagline .mobile-menu-button[aria-expanded*=true] .dropdown-icon.close {
  animation-name: close-button-transition;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .primary-navigation-open .primary-menu-container {
    height: calc(100vh - 74px);
    opacity: 1;
    pointer-events: all;
  }
}

@keyframes close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jleaders-carousel-container {
  color: var(--white);
  background-color: var(--primary-blue);
}
.jleaders-carousel-container h3 {
  padding: 52px 68px 12px 68px;
}
@media only screen and (max-width: 821px) {
  .jleaders-carousel-container h3 {
    padding: 40px 16px 0 16px;
  }
}
.jleaders-carousel-container > .jleaders-carousel-inner {
  transform: translateY(60px);
  margin-bottom: 80px;
}
.jleaders-carousel-container > .jleaders-carousel-inner.with-hoverbox {
  overflow: visible;
}
.jleaders-carousel-container > .jleaders-carousel-inner.with-hoverbox > .flickity-viewport {
  overflow: visible;
}

.jleaders-carousel-inner {
  display: flex;
  width: 100%;
}
.jleaders-carousel-inner .j-leader-box_image-shadow {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 10px;
  left: 12px;
  background-color: var(--accent);
}
.jleaders-carousel-inner .j-leader-box_image-mask {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
}
.jleaders-carousel-inner .j-leader-box_image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.jleaders-carousel-inner .j-leader-box_highlight-ring {
  position: absolute;
  pointer-events: none;
  left: 7px;
  top: 6px;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  border: 3px solid var(--gold);
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
}
.jleaders-carousel-inner .j-leader-box_highlight-ring.show {
  opacity: 1;
}
.jleaders-carousel-inner a:first-child {
  margin-left: auto;
}
.jleaders-carousel-inner a:last-child {
  margin-right: auto;
}
.jleaders-carousel-inner a {
  outline-offset: -2px;
}
.jleaders-carousel-inner a:focus {
  outline: 2px solid var(--accent);
}
.jleaders-carousel-inner .j-leader-box {
  background-color: transparent;
  width: 96px;
  height: 96px;
  padding: 16px;
  position: relative;
}
.jleaders-carousel-inner .j-leader-box .emeritus-badge {
  position: absolute;
  left: 0;
  bottom: 0;
}
.jleaders-carousel-inner .j-leader-box.active .j-leader-box_image-mask {
  top: 7px;
  left: 8px;
}
.jleaders-carousel-inner .j-leader-box.active .j-leader-box_image {
  top: 7px;
  left: 8px;
  opacity: 0.5;
}

.jleader-carousel_leader {
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.jleader-carousel_leader > .jleader-carousel_highlight-ring {
  position: absolute;
  pointer-events: none;
  left: -1px;
  top: -1px;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  border: 3px solid var(--gold);
  opacity: 0;
  transition: opacity 0.3s;
}
.jleader-carousel_leader > .jleader-carousel_highlight-ring.show {
  opacity: 1;
}

.jleader-carousel_hoverbox {
  z-index: 10;
  position: absolute;
  width: 246px;
  left: -75px;
  background-color: var(--white);
  color: var(--primary-blue);
  padding: 0 8px 28px 8px;
  border-radius: 8px;
  border: 1px solid var(--primary-blue);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.jleader-carousel_hoverbox.top {
  top: unset;
  bottom: 104px;
}
.jleader-carousel_hoverbox.bottom {
  top: 100px;
  bottom: unset;
}
.jleader-carousel_hoverbox.show {
  opacity: 1;
  pointer-events: all;
}
.jleader-carousel_hoverbox > .name {
  font-weight: bold;
}
.jleader-carousel_hoverbox > .description {
  font-size: 11px;
  line-height: 13px;
}
.jleader-carousel_hoverbox > .more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
}
.jleader-carousel_hoverbox > .more-link > button {
  border-top: 1px solid var(--accent);
  border-left: 1px solid var(--accent);
  padding: 4px 8px;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  border-bottom-right-radius: 8px;
}
.jleader-carousel_hoverbox > .more-link > button:active {
  border: 1px solid var(--neutral-1);
}
.jleader-carousel_hoverbox > .more-link > button > .dl-arrow {
  transform: rotate(90deg) translateX(-1px);
}

.jleaders-tiles-inner {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 40px;
  background-color: #f3f6fa;
}

.jleaders-tiles_leader-box {
  background-color: #fff;
  color: #070d59;
  width: 266px;
  margin: 70px 10px 40px 10px;
  padding: 16px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 352px) {
  .jleaders-tiles_leader-box {
    width: 226px;
    height: auto;
  }
}
.jleaders-tiles_leader-box-shadow {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  top: -50px;
  left: 80px;
  background-color: #e43f5a;
}

@media screen and (max-width: 352px) {
  .jleaders-tiles_leader-box-shadow {
    left: 60px;
  }
}
.jleaders-tiles_leader-box-image {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  position: absolute;
  top: -60px;
  left: 73px;
}

@media screen and (max-width: 352px) {
  .jleaders-tiles_leader-box-image {
    left: 53px;
  }
}
.jleaders-tiles_leader-box-text1 {
  padding-top: 68px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.jleaders-tiles_leader-box-text2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.jleaders-tiles_leader-box-text2 .emeritus {
  color: #d7c067;
}

.jleaders-tiles_leader-box-emeritus-badge {
  position: absolute;
  left: 66px;
  top: 47px;
}

@media screen and (max-width: 352px) {
  .jleaders-tiles_leader-box-emeritus-badge {
    left: 46px;
  }
}
.jleaders-tiles_leader-box-more-link {
  position: absolute;
  right: -1px;
  bottom: -1px;
  text-decoration: none;
}
.jleaders-tiles_leader-box-more-link > button {
  border: 1px solid var(--accent);
  padding: 2px 8px;
}
.jleaders-tiles_leader-box-more-link > button:active {
  border: 1px solid var(--neutral-1);
}
.jleaders-tiles_leader-box-more-link > button > .dl-arrow {
  transform: rotate(90deg) translateX(-1px);
}

.jleaders-partners {
  background-color: var(--neutral-light-2);
  width: 100%;
  max-width: var(--max-content-width);
  padding: 75px 80px;
  text-align: center;
}
.jleaders-partners h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 821px) {
  .jleaders-partners h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .jleaders-partners {
    padding: 24px 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-partners {
    padding: 30px 16px;
  }
}

.jleaders-partners_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.jleaders-partners_partner {
  width: 200px;
  margin: 20px;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .jleaders-partners_partner {
    width: 180px;
  }
}
@media only screen and (max-width: 821px) {
  .jleaders-partners_partner {
    width: 140px;
  }
}
.jleaders-partners_partner .svg-image {
  transform: scale(1.8);
}
@media only screen and (max-width: 1023px) {
  .jleaders-partners_partner .svg-image {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 821px) {
  .jleaders-partners_partner .svg-image {
    transform: scale(1);
  }
}
.jleaders-partners_partner .gallery-image {
  max-width: 200px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-partners_partner .gallery-image {
    max-width: 180px;
  }
}
@media only screen and (max-width: 821px) {
  .jleaders-partners_partner .gallery-image {
    max-width: 140px;
  }
}

.jleaders-footer {
  background-color: var(--primary-blue);
  color: var(--white);
  font-family: MaisonNeue-Mono, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  max-width: var(--max-content-width);
  display: flex;
  flex-direction: column;
  padding: 100px 80px 20px 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .jleaders-footer {
    padding: 80px 40px 20px 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-footer {
    padding: 40px 16px 20px 16px;
  }
}
.jleaders-footer .footer-upper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 481px) {
  .jleaders-footer .footer-upper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.jleaders-footer .footer-upper .footer-upper-right {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-width: 300px;
}
@media only screen and (max-width: 821px) {
  .jleaders-footer .footer-upper .footer-upper-right {
    min-width: unset;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-footer .footer-upper .footer-upper-right {
    padding: 40px 0;
  }
}
.jleaders-footer .footer-upper .footer-menu-container ul {
  list-style-type: none;
  font-family: MaisonNeue-Mono, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  line-height: 32px;
}
.jleaders-footer .footer-upper .footer-menu-container ul li {
  width: fit-content;
}
.jleaders-footer .footer-upper .footer-menu-container ul li a {
  color: var(--white);
  text-decoration: none;
}
.jleaders-footer .footer-upper .footer-menu-container ul li.current-menu-item a {
  color: var(--accent);
  text-decoration: none;
}
.jleaders-footer .footer-upper .footer-twitter-button {
  color: var(--white);
  font-family: MaisonNeue-Mono, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 2px;
  border: 0;
  background-color: var(--accent);
  padding: 2px 8px 2px 6px;
  margin-top: 24px;
}
.jleaders-footer .footer-logo {
  height: 48px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-footer .footer-logo {
    height: 40px;
  }
}
.jleaders-footer .footer-lower {
  margin-top: 40px;
  width: 100%;
  font-family: MaisonNeue-Mono, monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: var(--neutral-light-2);
  display: flex;
  justify-content: space-between;
}

.jleaders-news-container {
  background: transparent;
  max-width: 1400px;
}

/* clearfix */
.jleaders-news-container:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer {
  width: 31%;
}
@media only screen and (max-width: 980px) {
  .grid-sizer {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .grid-sizer {
    width: 100%;
  }
}

.gutter-sizer {
  width: 3.5%;
}
@media only screen and (max-width: 980px) {
  .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .gutter-sizer {
    width: 0;
  }
}

.jleaders-news-item {
  width: 31%;
  background-color: var(--white);
  margin-bottom: 32px;
  height: fit-content;
  float: left;
}
@media only screen and (max-width: 980px) {
  .jleaders-news-item {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .jleaders-news-item {
    width: 100%;
  }
}
.jleaders-news-item > img {
  width: 100%;
  max-width: 400px;
}
.jleaders-news-item > .jleaders-news-item_content {
  padding: 24px;
}
.jleaders-news-item > .jleaders-news-item_content h4 {
  color: var(--primary-blue);
}
.jleaders-news-item > .jleaders-news-item_content .jleaders-news-item_date {
  color: var(--primary-blue);
  margin-top: 8px;
  font-family: MaisonNeue-Mono, monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
}
.jleaders-news-item > .jleaders-news-item_content .jleaders-news-item_excerpt {
  color: var(--neutral-1);
  margin-top: 24px;
}
.jleaders-news-item > .jleaders-news-item_content > .more-button-container {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.jleaders-news-item > .jleaders-news-item_content > .more-button-container a {
  text-decoration: none;
}

.jleaders-knowledge-base {
  display: flex;
  flex-direction: column;
}

.jleaders-knowledge-base-entry {
  position: relative;
  background-color: var(--white);
  width: 100%;
  max-width: 800px;
  margin-bottom: 24px;
  display: block;
  border: 1px solid var(--neutral-1);
}
.jleaders-knowledge-base-entry > img {
  float: left;
  height: 250px;
  width: auto;
  margin-right: 24px;
}
@media only screen and (max-width: 600px) {
  .jleaders-knowledge-base-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jleaders-knowledge-base-entry > img {
    margin: 0;
    float: unset;
    width: fit-content;
  }
}
@media only screen and (max-width: 300px) {
  .jleaders-knowledge-base-entry > img {
    margin: 0;
    width: 100%;
    max-width: 250px;
    height: fit-content;
  }
}
.jleaders-knowledge-base-entry > a {
  position: absolute;
  right: -1px;
  bottom: -1px;
  text-decoration: none;
}
.jleaders-knowledge-base-entry > a > button {
  border: 1px solid var(--accent);
}
.jleaders-knowledge-base-entry > a > button:active {
  border: 1px solid var(--neutral-1);
}
.jleaders-knowledge-base-entry > a > button > .dl-arrow {
  transform: rotate(90deg) translateX(-1px);
}

.jleaders-knowledge-base-entry_right {
  padding: 24px;
}
@media only screen and (max-width: 600px) {
  .jleaders-knowledge-base-entry_right {
    padding: 16px;
  }
}
.jleaders-knowledge-base-entry_right p {
  margin-top: 16px;
  font-size: 14px;
}

.jleaders-featured-news-container {
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-featured-news-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-featured-news-container {
    padding: 16px;
  }
}

@media only screen and (max-width: 821px) {
  .featured-news-carousel .flickity-prev-next-button {
    display: none;
  }
}
.featured-news-carousel .flickity-prev-next-button.previous {
  left: 2px;
}
.featured-news-carousel .flickity-prev-next-button.next {
  right: 2px;
}
@media only screen and (max-width: 821px) {
  .featured-news-carousel .flickity-page-dots {
    bottom: 10px;
  }
}

.featured-news-item {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background-color: var(--primary-blue);
  color: var(--white);
  position: relative;
}
@media only screen and (max-width: 821px) {
  .featured-news-item {
    flex-direction: column-reverse;
    min-height: unset;
    height: 600px;
  }
}
.featured-news-item .featured-news-item_left {
  width: 60%;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  padding: 40px 60px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--primary-blue) 70%, transparent 100%);
}
@media only screen and (max-width: 821px) {
  .featured-news-item .featured-news-item_left {
    width: 100%;
    padding: 20px;
    height: fit-content;
    max-height: 400px;
    background: linear-gradient(180deg, transparent 0%, var(--primary-blue) 40%, var(--primary-blue) 100%);
  }
}
.featured-news-item .featured-news-item_left .featured-news-date {
  margin-top: 4px;
  font-family: MaisonNeue-Mono, monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
}
.featured-news-item .featured-news-item_left .featured-news-item_badge {
  color: var(--white);
  background-color: var(--accent);
  font-family: MaisonNeue-Mono, monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  padding: 2px 8px;
  margin-bottom: 24px;
  width: fit-content;
  border-radius: 2px;
}
.featured-news-item .featured-news-item_left .featured-news-text {
  font-family: MaisonNeue-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 16px 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .featured-news-item .featured-news-item_left .featured-news-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 821px) {
  .featured-news-item .featured-news-item_left .featured-news-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 481px) {
  .featured-news-item .featured-news-item_left .featured-news-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.featured-news-item .featured-news-item_left .featured-news-text, .featured-news-item .featured-news-item_left .featured-news-title {
  max-width: 75%;
}
@media only screen and (max-width: 1190px) {
  .featured-news-item .featured-news-item_left .featured-news-text, .featured-news-item .featured-news-item_left .featured-news-title {
    max-width: 90%;
  }
}
@media only screen and (max-width: 821px) {
  .featured-news-item .featured-news-item_left .featured-news-text, .featured-news-item .featured-news-item_left .featured-news-title {
    max-width: unset;
  }
}
.featured-news-item .featured-news-item_left .featured-news-title.long-title {
  font-size: 24px;
  line-height: 34px;
}
.featured-news-item .featured-news-item_left a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 2px;
}
.featured-news-item .featured-news-item_left a:visited {
  color: var(--white);
}
@media only screen and (max-width: 1023px) {
  .featured-news-item .featured-news-item_left a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 821px) {
  .featured-news-item .featured-news-item_left a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 481px) {
  .featured-news-item .featured-news-item_left a {
    font-size: 14px;
    line-height: 22px;
  }
}
.featured-news-item .featured-news-item_image-container {
  width: 40%;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: right;
  flex-shrink: 1;
  flex-grow: 1;
  z-index: 1;
}
@media only screen and (max-width: 821px) {
  .featured-news-item .featured-news-item_image-container {
    width: 100%;
    justify-content: center;
    margin-left: unset;
  }
}
.featured-news-item .featured-news-item_image-container .featured-news-item_image {
  height: 400px;
  width: auto;
  margin-left: auto;
}
@media only screen and (max-width: 821px) {
  .featured-news-item .featured-news-item_image-container .featured-news-item_image {
    margin-left: unset;
    position: absolute;
  }
}
@media only screen and (max-width: 481px) {
  .featured-news-item .featured-news-item_image-container .featured-news-item_image {
    height: 350px;
  }
}

.jleaders-how-help-page1 {
  padding: 65px;
  margin: 0 80px 80px 80px;
  background-color: var(--primary-blue);
  color: var(--white);
  display: flex;
  flex-direction: row;
}
.jleaders-how-help-page1 img {
  margin: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .jleaders-how-help-page1 {
    margin: 0 40px 40px 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 821px) {
  .jleaders-how-help-page1 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-how-help-page1 {
    padding: 40px 24px;
    margin: 0;
  }
}

.jleaders-how-help-inner_left {
  width: 55%;
  padding-right: 40px;
}
@media only screen and (max-width: 821px) {
  .jleaders-how-help-inner_left {
    width: unset;
    padding-right: 0;
  }
}

.jleaders-how-help-inner_right {
  padding-top: 330px;
  padding-left: 24px;
  width: 45%;
}
@media only screen and (max-width: 821px) {
  .jleaders-how-help-inner_right {
    width: unset;
    padding-right: 0;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .jleaders-how-help-inner_right {
    padding-left: 0;
  }
}

.jleaders-how-help-page2, .jleaders-how-help-page3, .jleaders-how-help-page4 {
  padding: 145px;
  color: var(--white);
  display: flex;
  flex-direction: row;
}
.jleaders-how-help-page2 img, .jleaders-how-help-page3 img, .jleaders-how-help-page4 img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-how-help-page2, .jleaders-how-help-page3, .jleaders-how-help-page4 {
    padding: 80px;
  }
}
@media only screen and (max-width: 821px) {
  .jleaders-how-help-page2, .jleaders-how-help-page3, .jleaders-how-help-page4 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-how-help-page2, .jleaders-how-help-page3, .jleaders-how-help-page4 {
    padding: 40px 24px;
  }
}

.jleaders-how-help-page2 {
  background-color: var(--neutral-1);
}

.jleaders-how-help-page3 {
  background-color: var(--primary-blue);
}

.jleaders-how-help-page4 {
  background-color: var(--accent);
}

.jleaders-who-we-are-page1 {
  padding: 65px;
  margin: 0 80px;
  background-color: var(--primary-blue);
  color: var(--white);
  display: flex;
  flex-direction: row;
}
.jleaders-who-we-are-page1 img {
  margin: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .jleaders-who-we-are-page1 {
    margin: 0 40px;
    padding: 40px 40px 65px 40px;
  }
}
@media only screen and (max-width: 821px) {
  .jleaders-who-we-are-page1 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-who-we-are-page1 {
    padding: 40px 24px 65px 24px;
    margin: 0;
  }
}

.jleaders-who-we-are-inner_left {
  width: 55%;
  padding-right: 40px;
}
@media only screen and (max-width: 821px) {
  .jleaders-who-we-are-inner_left {
    width: unset;
    padding-right: 0;
  }
}

.jleaders-who-we-are-inner_right {
  padding-top: 330px;
  padding-left: 24px;
  width: 45%;
}
@media only screen and (max-width: 821px) {
  .jleaders-who-we-are-inner_right {
    width: unset;
    padding-right: 0;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .jleaders-who-we-are-inner_right {
    padding-left: 0;
  }
}

.jleaders-carousel-container_who-we-are {
  color: var(--white);
  background-color: var(--primary-blue);
  margin: 0 80px 80px 80px;
  padding: 0 65px 65px 65px;
}
@media only screen and (max-width: 1023px) {
  .jleaders-carousel-container_who-we-are {
    margin: 0 40px 80px 40px;
    padding: 0 40px 40px 40px;
  }
}
@media only screen and (max-width: 481px) {
  .jleaders-carousel-container_who-we-are {
    margin: 0 0 80px 0;
    padding: 0;
  }
}
.jleaders-carousel-container_who-we-are h3 {
  color: var(--white);
  transform: translateY(10px);
}
@media only screen and (max-width: 481px) {
  .jleaders-carousel-container_who-we-are h3 {
    padding: 0 24px;
  }
}
.jleaders-carousel-container_who-we-are > .jleaders-carousel-inner {
  transform: translateY(50px);
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: white;
}

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