body.show_bps #banner {
  border-top: 6px solid yellow; }
  @media (min-width: 500px) {
    body.show_bps #banner {
      border-color: green; } }
  @media (min-width: 767px) {
    body.show_bps #banner {
      border-color: purple; } }
  @media (min-width: 880px) {
    body.show_bps #banner {
      border-color: white; } }
  @media (min-width: 1024px) {
    body.show_bps #banner {
      border-color: orange; } }
  @media (min-width: 1200px) {
    body.show_bps #banner {
      border-color: red; } }
  @media (min-width: 1600px) {
    body.show_bps #banner {
      border-color: cyan; } }
  @media (min-width: 1800px) {
    body.show_bps #banner {
      border-color: grey; } }

.mejs-container {
  clear: none !important; }

/* affiliate map has slightly different category colors */
/* colors are hard-coded in page-map-mercator and must be adjusted there too */
:root {
  --cat-antitrust: #539d99;
  --cat-datasec: #7088ad;
  --cat-financialreg: #94a04a;
  --cat-ip: #8d7aa2;
  --cat-telecommunications: #dbb636;
  --cat-innovation: #c16161; }

#icle .topics__item:nth-of-type(1) a:hover {
  color: #539d99; }

.topics__item:nth-of-type(1) span::after {
  background-color: #539d99; }

#icle .topics__item:nth-of-type(2) a:hover {
  color: #7088ad; }

.topics__item:nth-of-type(2) span::after {
  background-color: #7088ad; }

#icle .topics__item:nth-of-type(3) a:hover {
  color: #94a04a; }

.topics__item:nth-of-type(3) span::after {
  background-color: #94a04a; }

#icle .topics__item:nth-of-type(4) a:hover {
  color: #c16161; }

.topics__item:nth-of-type(4) span::after {
  background-color: #c16161; }

#icle .topics__item:nth-of-type(5) a:hover {
  color: #8d7aa2; }

.topics__item:nth-of-type(5) span::after {
  background-color: #8d7aa2; }

#icle .topics__item:nth-of-type(6) a:hover {
  color: #dbb636; }

.topics__item:nth-of-type(6) span::after {
  background-color: #dbb636; }

.expertise_button.topic-2 {
  background-color: #539d99; }

.expertise_button.topic-3 {
  background-color: #7088ad; }

.expertise_button.topic-4 {
  background-color: #94a04a; }

.expertise_button.topic-5 {
  background-color: #c16161; }

.expertise_button.topic-6 {
  background-color: #8d7aa2; }

.expertise_button.topic-7 {
  background-color: #dbb636; }

.map_detail .headshot.topic-2 figure {
  border-color: #539d99; }

.map_detail .headshot.topic-3 figure {
  border-color: #7088ad; }

.map_detail .headshot.topic-4 figure {
  border-color: #94a04a; }

.map_detail .headshot.topic-5 figure {
  border-color: #c16161; }

.map_detail .headshot.topic-6 figure {
  border-color: #8d7aa2; }

.map_detail .headshot.topic-7 figure {
  border-color: #dbb636; }

.topic_link {
  background-color: #e4e0d5; }
  .topic_link.topic-2 {
    background-color: rgba(83, 157, 153, 0.1);
    color: #539d99; }
  .topic_link.topic-3 {
    background-color: rgba(112, 136, 173, 0.1);
    color: #7088ad; }
  .topic_link.topic-4 {
    background-color: rgba(150, 161, 74, 0.1);
    color: #94a04a; }
  .topic_link.topic-5 {
    background-color: rgba(193, 97, 97, 0.1);
    color: #c16161; }
  .topic_link.topic-6 {
    background-color: rgba(140, 121, 161, 0.1);
    color: #8d7aa2; }
  .topic_link.topic-7 {
    background-color: #efead8;
    color: #dbb636; }

body {
  color: #35362b; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body li, body strong, body em, body b, body i, body blockquote, body figcaption {
    letter-spacing: 0; }

.h2_subheader {
  flex: 0 0 auto;
  font-family: 'Kokoro';
  font-size: 40px;
  font-weight: normal;
  justify-content: flex-start;
  letter-spacing: .1rem;
  line-height: 1;
  margin-bottom: .2rem;
  position: static;
  width: 18rem; }
  @media (min-width: 1024px) {
    .h2_subheader {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    .h2_subheader {
      font-size: 42px;
      width: 15rem; } }
  @media (min-width: 1440px) {
    .h2_subheader {
      font-size: 45px;
      width: 18rem; } }

#icle .h2_subheader.baseline-pos {
  margin-bottom: 0;
  margin-top: -2.66rem; }
  @media (min-width: 767px) {
    #icle .h2_subheader.baseline-pos {
      margin-top: .85rem; } }
  @media (min-width: 1024px) {
    #icle .h2_subheader.baseline-pos {
      margin-top: .4rem; } }
  @media (min-width: 1200px) {
    #icle .h2_subheader.baseline-pos {
      margin-top: 3.2rem; } }
  @media (min-width: 1600px) {
    #icle .h2_subheader.baseline-pos {
      margin-top: 2.9rem; } }

svg + .h2_subheader {
  margin-top: .7rem; }

.offset_subheader {
  color: #e8e4d4;
  content: attr(data-offset);
  display: inline-block;
  font-family: 'Kokoro Bold';
  font-size: 75px;
  font-weight: bold;
  left: -1rem;
  line-height: 75%;
  position: absolute;
  transform: translateY(-4rem);
  width: 50%; }
  @media (min-width: 767px) {
    .offset_subheader {
      font-size: 120px;
      transform: translateY(-6rem); } }
  @media (min-width: 1200px) {
    .offset_subheader {
      font-size: 150px;
      transform: translateY(-8rem); } }

.sc {
  font-variant: all-small-caps; }

.subheader_cta {
  color: #c86e3b;
  font-family: 'Test National Condensed';
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 200%;
  text-align: right;
  text-transform: uppercase; }
  .subheader_cta svg {
    display: inline-block;
    margin-top: -1px; }

h2.h2_featured {
  font-family: 'Optima Bold';
  font-size: 76px;
  letter-spacing: .1rem;
  line-height: 68px;
  margin-bottom: 1.6rem;
  margin-left: 8rem;
  position: static;
  text-indent: -8rem;
  text-transform: uppercase;
  width: 50%; }

@font-face {
  font-family: 'Kokoro';
  font-style: normal;
  font-weight: normal;
  src: local("Kokoro Bold"), url("/fonts/kokoro-bold-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Kokoro Bold';
  font-style: normal;
  font-weight: bold;
  src: local("Kokoro Bold"), url("/fonts/kokoro-bold-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Kokoro heavy';
  font-style: normal;
  font-weight: 900;
  src: local("Kokoro Heavy"), url("/fonts/KokoroTrial-Heavy.otf") format("otf"); }

@font-face {
  font-family: 'Optima Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Optima Bold"), url("/fonts/OptimaNovaBold/font.woff2") format("woff2"); }

@font-face {
  font-family: 'National';
  font-style: normal;
  font-weight: normal;
  src: local("National"), url("/fonts/national-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'National';
  font-style: italic;
  font-weight: normal;
  src: local("National"), url("/fonts/national-regular-italic.woff2") format("woff2"); }

@font-face {
  font-family: 'National';
  font-style: normal;
  font-weight: bold;
  src: local("National"), url("/fonts/national-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'National';
  font-style: italic;
  font-weight: bold;
  src: local("National"), url("/fonts/national-bold-italic.woff2") format("woff2"); }

@font-face {
  font-family: 'National Condensed';
  src: local("National Condensed"), url("/fonts/national-2-condensed-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Test National';
  font-style: normal;
  font-weight: normal;
  src: local("Test National"), url("/fonts/test-national-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Test National Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Test National Bold"), url("/fonts/test-national-bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Test National Condensed';
  font-style: normal;
  font-weight: normal;
  src: local("Test National Condensed"), url("/fonts/test-national-2-condensed-medium.woff2") format("woff2"); }

@font-face {
  font-family: 'National Condensed Light';
  font-style: normal;
  font-weight: normal;
  src: local("National Condensed Light"), url("/fonts/test-national-2-condensed-light.woff2") format("woff2"); }

@font-face {
  font-family: 'National Condensed Thin';
  font-style: normal;
  font-weight: normal;
  src: local("National Condensed Thin"), url("/fonts/test-national-2-condensed-thin.woff2") format("woff2"); }

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  margin-left: .8rem; }

@supports (-webkit-touch-callout: none) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }

.gchoice .gfield-choice-input {
  visibility: hidden; }
  .gchoice .gfield-choice-input::before {
    background: url("/images/2022/checkbox-unchecked.svg") top left no-repeat;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 1rem; }
  .gchoice .gfield-choice-input:checked::after {
    background: url("/images/2022/checkbox-check.svg") top left no-repeat;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    top: 0;
    transform: translate(3px, -2px);
    visibility: visible;
    width: 1rem; }

.post-password-required .main .site-wrapper {
  align-items: stretch;
  display: flex;
  min-height: calc(100vh - 263px);
  padding-bottom: 0;
  position: relative; }

.post-password-required .main .with-sidebar {
  display: flex; }

.post-password-form {
  background: #fafaf9;
  border: solid 1px #e4e0d5;
  margin: 5rem auto;
  max-width: 620px;
  padding: 3.5rem 2rem 3rem;
  width: 100%; }
  .post-password-form input[type='password'] {
    border: 1px solid #a8a8a1;
    flex: 0 1 auto;
    height: 42px;
    max-width: 320px;
    min-width: 220px;
    width: 50vw; }
  .post-password-form input[type='submit'] {
    border: 1px solid #a8a8a1;
    border-left: none;
    height: 42px;
    padding: 0 2rem; }
  .post-password-form svg {
    max-width: 3rem; }
    .post-password-form svg path {
      fill: #c86e3b; }
  .post-password-form p {
    font-family: 'National Condensed';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase; }

a.cta-button,
.cta-button a {
  background: #c86e3b;
  border-radius: 2px;
  color: #f5f4f0;
  display: inline-block;
  font-family: 'National Condensed';
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding: .6rem 1.8rem;
  text-transform: uppercase; }
  a.cta-button.light-mode,
  .cta-button a.light-mode {
    background: transparent;
    border: solid 1px;
    border-color: #c86e3b;
    border-radius: 2px;
    color: #c86e3b; }

.resource_type_flag {
  border: solid 1px;
  border-color: #a39c8c;
  color: #a39c8c;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  padding: .2rem .5rem .3rem;
  text-transform: uppercase; }

div.expertise_buttons {
  display: none; }

.map_buttons,
.expertise_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.map_button,
.expertise_button {
  align-items: center;
  background: #35362b;
  border-radius: 25px;
  color: #fafaf9;
  display: inline-flex;
  flex-shrink: 0;
  font-family: 'National';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 39px;
  justify-content: center;
  line-height: 100%;
  padding: 7px 20px; }

.scrwapper {
  position: absolute;
  top: 13rem;
  width: 8rem;
  z-index: 9999; }
  .scrwapper .scroll_arrow-link {
    pointer-events: none;
    opacity: 0; }

.scroll_arrow-left {
  transform: scaleX(-1); }

.scroll_arrow-right {
  left: calc(100vw - 10rem); }

.right-arrow-visible .scroll_arrow-right .scroll_arrow-link,
.left-arrow-visible .scroll_arrow-left .scroll_arrow-link {
  opacity: .15; }
  .right-arrow-visible .scroll_arrow-right .scroll_arrow-link:hover, .right-arrow-visible .scroll_arrow-right .scroll_arrow-link:active, .right-arrow-visible .scroll_arrow-right .scroll_arrow-link:focus,
  .left-arrow-visible .scroll_arrow-left .scroll_arrow-link:hover,
  .left-arrow-visible .scroll_arrow-left .scroll_arrow-link:active,
  .left-arrow-visible .scroll_arrow-left .scroll_arrow-link:focus {
    opacity: .7; }
    .right-arrow-visible .scroll_arrow-right .scroll_arrow-link:hover path, .right-arrow-visible .scroll_arrow-right .scroll_arrow-link:active path, .right-arrow-visible .scroll_arrow-right .scroll_arrow-link:focus path,
    .left-arrow-visible .scroll_arrow-left .scroll_arrow-link:hover path,
    .left-arrow-visible .scroll_arrow-left .scroll_arrow-link:active path,
    .left-arrow-visible .scroll_arrow-left .scroll_arrow-link:focus path {
      fill: white; }

.scroll_arrow {
  height: auto;
  width: 100%; }
  .scroll_arrow path {
    fill: #292916;
    transition: fill .3s linear; }

.scroll_arrow-link {
  transition: opacity .15s linear; }

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */ }

.bg_image-left-wrapper,
.bg_image-right-wrapper {
  overflow: hidden;
  pointer-events: none;
  max-width: 10vw; }
  .bg_image-left-wrapper img,
  .bg_image-right-wrapper img {
    display: none;
    max-width: 15vw; }
    @media (min-width: 1024px) {
      .bg_image-left-wrapper img,
      .bg_image-right-wrapper img {
        display: block; } }

.single-review .content_meta_links {
  display: none!important;
}
.single-review .spotlight_hero-content {
  padding-bottom: 7rem!important;
}

.bg_lines {
  overflow: hidden; }

.authors__imgs {
  position: relative;
  white-space: nowrap; }

.authors__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(169, 210, 221, var(--tw-bg-opacity));
  border-radius: 50%;
  overflow: hidden; }
  .authors__circle img {
    aspect-ratio: 1/1; }

.authors__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  .authors__img:not(.full_color) {
    filter: grayscale(0.8); }

.authors__names {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; }

#icle .content_detail .author_details {
  flex: 1 0 auto;
  max-width: 100%;
  width: 100%; }

#icle .content_detail .content_detail-right_sidebar {
  flex: 0 1 auto;
  max-width: 100%; }
  @media (min-width: 1200px) {
    #icle .content_detail .content_detail-right_sidebar {
      flex: 1 0 auto; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

:root {
  --banner-height: 91px;
  --adminbar-height: 0px;
  --banner-offset: var(--banner-height);
  --navbar-height: 155px;
  font-size: 16px; }

@media (min-width: 1280px) {
  :root {
    --navbar-height: 100px; } }

@media (min-width: 768px) {
  :root {
    font-size: 18px; } }

:root body.admin-bar {
  --adminbar-height: 46px;
  --banner-offset: 121px; }

@media (min-width: 782px) {
  :root body.admin-bar {
    --adminbar-height: 31px; } }

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

#skipLink:focus {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.125rem;
  display: block;
  width: auto;
  height: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  top: 0.5rem;
  left: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-decoration: none;
  border-width: 1px;
  z-index: 100000;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button {
  background-color: transparent;
  background-image: none; }
  button:hover, button:active {
    cursor: pointer; }

.gform_wrapper.gravity-theme label {
  font-weight: 700; }

.gform_wrapper.gravity-theme input::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  font-weight: 700;
  color: black; }

.gform_wrapper.gravity-theme input::placeholder, .gform_wrapper.gravity-theme textarea::placeholder {
  font-weight: 700;
  color: black; }

.gform_wrapper.gravity-theme .ginput_container textarea, .gform_wrapper.gravity-theme .ginput_container input:not([type=checkbox]):not([type=radio]) {
  background-color: transparent;
  border-style: none; }

.gform_wrapper.gravity-theme .ginput_container textarea,
.gform_wrapper.gravity-theme .ginput_container input:not([type=checkbox]):not([type=radio]) {
  border-bottom: 1px solid black; }

.gform_wrapper.gravity-theme .ginput_container textarea:focus, .gform_wrapper.gravity-theme .ginput_container input:not([type=checkbox]):not([type=radio]):focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 81, 35, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px; }

.banner__title {
  font-weight: 700;
  font-size: 3.815rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 9999999;
  width: 325px; }

.site-navbar {
  margin-bottom: 0;
  min-height: auto;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #313131;
  background-color: #fff; }
  @media (min-width: 767px) {
    .site-navbar {
      display: flex;
      flex-flow: column nowrap;
      min-height: 110px;
      border-bottom: 3px solid #313131; } }
  @media (min-width: 767px) {
    .site-navbar > .container {
      flex: 1 1 100%;
      display: flex;
      flex-flow: column nowrap; } }
  @media (min-width: 767px) {
    .site-navbar .navbar-header {
      display: flex;
      align-items: center;
      position: absolute;
      z-index: 5;
      overflow: hidden;
      height: 100%; } }
  .site-navbar .navbar-collapse {
    flex: 1 1 100%; }
    @media (min-width: 767px) {
      .site-navbar .navbar-collapse {
        position: relative; } }
  @media (min-width: 767px) {
    .site-navbar .navbar-top {
      position: absolute;
      top: 15px;
      right: 0; } }
  @media (min-width: 767px) {
    .site-navbar .navbar-nav {
      position: absolute;
      right: 0;
      bottom: 20px; } }
  .site-navbar .navbar-nav {
    margin: 15px 0 0 0; }
    @media (min-width: 767px) {
      .site-navbar .navbar-nav {
        margin: 0; } }
    .site-navbar .navbar-nav > li > a {
      display: inline-block;
      padding: 0;
      line-height: 1; }
      .site-navbar .navbar-nav > li > a:hover, .site-navbar .navbar-nav > li > a:focus {
        background-color: transparent; }
  .site-navbar .navbar-logo-link {
    float: left;
    overflow: hidden;
    margin-left: 15px; }
    @media screen and (min-width: 768px) and (max-width: 849px) {
      .site-navbar .navbar-logo-link {
        width: 65px; } }
    @media (min-width: 767px) {
      .site-navbar .navbar-logo-link {
        margin-left: 0; } }
    .site-navbar .navbar-logo-link .navbar-logo {
      width: 350px;
      margin-left: -105px;
      padding-top: 10px; }
      @media (min-width: 1200px) {
        .site-navbar .navbar-logo-link .navbar-logo {
          width: 400px; } }
      @media screen and (min-width: 950px) {
        .site-navbar .navbar-logo-link .navbar-logo {
          margin-left: 0; } }
      .site-navbar .navbar-logo-link .navbar-logo .icon-1,
      .site-navbar .navbar-logo-link .navbar-logo .icon-2,
      .site-navbar .navbar-logo-link .navbar-logo .icon-3,
      .site-navbar .navbar-logo-link .navbar-logo .icon-4 {
        transition: opacity 200ms; }
      .site-navbar .navbar-logo-link .navbar-logo .logo-text {
        fill: #333132;
        transition: fill 200ms; }
        .site-navbar .navbar-logo-link .navbar-logo .logo-text.text-1 {
          display: none; }
          @media screen and (min-width: 950px) {
            .site-navbar .navbar-logo-link .navbar-logo .logo-text.text-1 {
              display: block; } }
    .site-navbar .navbar-logo-link:hover .logo-text, .site-navbar .navbar-logo-link:focus .logo-text {
      opacity: 1; }
    .site-navbar .navbar-logo-link:hover .icon-1,
    .site-navbar .navbar-logo-link:hover .icon-2,
    .site-navbar .navbar-logo-link:hover .icon-3,
    .site-navbar .navbar-logo-link:hover .icon-4, .site-navbar .navbar-logo-link:focus .icon-1,
    .site-navbar .navbar-logo-link:focus .icon-2,
    .site-navbar .navbar-logo-link:focus .icon-3,
    .site-navbar .navbar-logo-link:focus .icon-4 {
      opacity: 0; }
  .site-navbar .navbar-toggle {
    border-color: transparent;
    transition: background-color 200ms, border-color 200ms;
    margin-top: 25px; }
    .site-navbar .navbar-toggle .icon-bar {
      transition: background-color 200ms; }
    .site-navbar .navbar-toggle:hover, .site-navbar .navbar-toggle:focus {
      opacity: 1; }
      .site-navbar .navbar-toggle:hover .icon-bar, .site-navbar .navbar-toggle:focus .icon-bar {
        background-color: #fff; }
  .site-navbar .nav-main-item {
    letter-spacing: 0.02em; }
    .site-navbar .nav-main-item + .nav-main-item {
      margin-top: 15px; }
      @media (min-width: 767px) {
        .site-navbar .nav-main-item + .nav-main-item {
          margin-top: 0;
          margin-left: 12px; } }
      @media (min-width: 1050px) {
        .site-navbar .nav-main-item + .nav-main-item {
          margin-left: 30px; } }
  .site-navbar .nav-main-link {
    position: relative;
    padding-bottom: 6px !important;
    color: #35362b; }
    .site-navbar .nav-main-link:before {
      content: "";
      position: absolute;
      right: 50%;
      bottom: 0;
      display: block;
      width: 0;
      height: 1px;
      transition: width 400ms; }
    .site-navbar .nav-main-link:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 0;
      height: 1px;
      transition: width 400ms; }
    .site-navbar .nav-main-link:hover, .site-navbar .nav-main-link:focus {
      opacity: 1; }
      .site-navbar .nav-main-link:hover:before, .site-navbar .nav-main-link:hover:after, .site-navbar .nav-main-link:focus:before, .site-navbar .nav-main-link:focus:after {
        width: 50%; }
  .site-navbar .current-menu-item .nav-main-link:before {
    right: 0;
    width: 100%; }
  .site-navbar .current-menu-item .nav-main-link:after {
    display: none; }
  .site-navbar .dropdown-menu {
    padding: 0;
    min-width: 275px;
    max-width: 500px;
    position: static;
    display: block !important;
    float: none;
    margin-top: 0;
    width: auto;
    border: 0;
    background-color: transparent;
    opacity: 1 !important;
    box-shadow: none;
    line-height: 30px; }
    .site-navbar .dropdown-menu a {
      padding: 5px 15px;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.02em;
      transition: background-color 200ms, color 200ms; }
      .site-navbar .dropdown-menu a:hover, .site-navbar .dropdown-menu a:focus {
        color: #fff; }
      @media (min-width: 767px) {
        .site-navbar .dropdown-menu a {
          padding: 15px 30px; } }
  .site-navbar .navbar-top {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 767px) {
      .site-navbar .navbar-top {
        margin-top: 0;
        margin-bottom: 0; } }
    .site-navbar .navbar-top .navbar-search {
      width: 100%;
      margin-right: 20px; }
      @media (min-width: 767px) {
        .site-navbar .navbar-top .navbar-search {
          display: flex;
          margin-right: 40px;
          width: auto; } }
      .site-navbar .navbar-top .navbar-search .search-collapse {
        display: flex;
        overflow: hidden;
        transition: width 400ms; }
        @media (min-width: 767px) {
          .site-navbar .navbar-top .navbar-search .search-collapse {
            display: block;
            width: 0; } }
        @media (min-width: 767px) {
          .site-navbar .navbar-top .navbar-search .search-collapse.open {
            width: 200px; } }
      .site-navbar .navbar-top .navbar-search .form-control {
        height: auto;
        padding: 2px 6px;
        box-shadow: none; }
        @media (min-width: 767px) {
          .site-navbar .navbar-top .navbar-search .form-control {
            padding: 0 0 2px 0;
            border: none;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-radius: 0;
            line-height: 1;
            transition: border-bottom-color 200ms; }
            .site-navbar .navbar-top .navbar-search .form-control:focus {
              border-color: none; } }
      .site-navbar .navbar-top .navbar-search .btn-search-submit {
        margin-right: 5px;
        border-radius: 4px;
        color: #fff;
        transition: background 200ms; }
        @media (min-width: 767px) {
          .site-navbar .navbar-top .navbar-search .btn-search-submit {
            display: none; } }
      .site-navbar .navbar-top .navbar-search .btn-search-toggle {
        display: none;
        margin-left: 10px;
        padding: 0;
        border: none;
        background: none;
        color: #95989a;
        transition: color 200ms; }
        @media (min-width: 767px) {
          .site-navbar .navbar-top .navbar-search .btn-search-toggle {
            display: block; } }
        .site-navbar .navbar-top .navbar-search .btn-search-toggle .fa-times {
          display: none; }
        .site-navbar .navbar-top .navbar-search .btn-search-toggle.close-btn .fa-search {
          display: none; }
        .site-navbar .navbar-top .navbar-search .btn-search-toggle.close-btn .fa-times {
          display: inline; }
    .site-navbar .navbar-top .navbar-social-item {
      display: block;
      font-size: 18px;
      opacity: .5; }
      .site-navbar .navbar-top .navbar-social-item + .navbar-social-item {
        margin-left: 20px; }
      .site-navbar .navbar-top .navbar-social-item .navbar-social-link {
        color: #95989a; }
        .site-navbar .navbar-top .navbar-social-item .navbar-social-link:hover, .site-navbar .navbar-top .navbar-social-item .navbar-social-link:focus {
          opacity: 1 !important; }

.banner__actions {
  display: flex;
  position: static; }
  .banner__actions .banner__topics,
  .banner__actions .banner__nav {
    position: static; }

.topics__link {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0.25rem;
  padding-left: 3.5rem;
  position: relative;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: clamp(1.5rem, 4vw, 40px);
  transition: color ease 250ms;
  counter-increment: topics-counter; }
  .topics__link span {
    color: transparent;
    height: 39px;
    overflow: visible;
    position: relative;
    text-indent: -99999rem;
    width: 44px; }
    .topics__link span:after {
      content: ' ';
      display: inline-block;
      height: 39px;
      -webkit-mask-image: url("/images/2022/ampersand.svg");
              mask-image: url("/images/2022/ampersand.svg");
      position: absolute;
      top: 12px;
      left: 0;
      width: 42px; }
    .topics__link span svg path {
      fill: inherit; }

.topics__link::before {
  /* content: "0" counter(topics-counter) "."; */
  position: absolute;
  left: 0px;
  bottom: 2.5rem;
  font-size: 1.563rem;
  --tw-text-opacity: 1;
  color: rgba(247, 96, 51, var(--tw-text-opacity));
  font-size: clamp(1rem, 3vw, 25px); }

.home .container {
  position: relative;
  z-index: 10; }

.banner__nav {
  display: flex;
  align-items: stretch;
  transform-origin: top center;
  transition: all ease 250ms 250ms; }

.topics__toggle {
  display: block;
  font-weight: bold;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  white-space: nowrap; }

.searchform__toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all ease 250ms;
  transform-origin: center center; }

.searchform__toggle svg .fa-search {
  opacity: 1; }

.searchform__toggle svg.fa-times-circle {
  transform: rotate(45deg) scaleY(0.5) translate(-50%, -50%);
  opacity: 0; }

body.search-open .searchform__toggle svg.fa-search {
  transform: rotate(45deg) scaleY(0.5) translate(-50%, -50%);
  opacity: 0; }

body.search-open .searchform__toggle svg.fa-times-circle {
  transform: rotate(0deg) scaleY(1) translate(-50%, -50%);
  opacity: 1; }

.topics__toggle i, .topics__toggle svg {
  margin-left: 0.5rem;
  transition: transform ease 250ms; }

body.topics-open .topics__toggle i, body.topics-open .topics__toggle svg {
  transform: scaleY(-1); }

.topics__toggle:focus {
  outline-offset: -0.5rem; }

.topics__nav {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 999;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: all ease 450ms;
  overflow-y: auto;
  pointer-events: none; }

body.topics-open .topics__nav {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: all; }

.topics__inner {
  position: relative;
  opacity: 0;
  transition-delay: 0;
  transition: all ease 250ms; }

body.topics-open .topics__inner {
  transition-delay: 400ms;
  opacity: 1; }

.topics__heading {
  font-weight: 400; }

.topics__list {
  counter-reset: topics-counter;
  grid-template-rows: repeat(3, -webkit-max-content);
  grid-template-rows: repeat(3, max-content); }

.searchform__toggle {
  display: block;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  font-size: 1.563rem; }

.searchform__toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all ease 250ms;
  transform-origin: center center; }

.banner__hamburger {
  display: block; }

.hamburger {
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 40;
  transition: transform ease 250ms;
  outline-offset: 4px; }

html.nav-open .hamburger {
  transform: rotate(-90deg); }

.hamburger__line {
  display: block;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 250ms;
  height: 3px; }

.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: 0px;
  height: 3px;
  transition: all ease-in-out 125ms; }

.hamburger__line::before {
  transform: translateY(-12px); }

.hamburger__line::after {
  transform: translateY(12px); }

.hamburger__line, .hamburger__line::before, .hamburger__line::after {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); }

body.nav-open .hamburger__line {
  background: transparent !important; }

body.nav-open .hamburger__line:before, body.nav-open .hamburger__line:after {
  transition-delay: 125ms; }

body.nav-open .hamburger__line::before {
  transform: translateY(0) rotate(-45deg); }

body.nav-open .hamburger__line::after {
  transform: translateY(0) rotate(45deg); }

.checkbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  position: relative; }

.checkbox:hover .checkbox__box {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)); }

.checkbox__box {
  display: block;
  height: 1.5rem;
  position: relative;
  width: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgba(145, 145, 145, var(--tw-border-opacity));
  border-width: 1px;
  transition: border-color ease 250ms;
  min-width: 1.5rem;
  min-height: 1.5rem; }

.checkbox__input {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.checkbox__input:checked ~ .checkbox__icon {
  opacity: 100; }

.checkbox__icon {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  --tw-text-opacity: 1;
  color: rgba(247, 96, 51, var(--tw-text-opacity));
  font-size: 0.8rem;
  transition: opacity ease 250ms; }

.checkbox__label {
  display: block;
  margin-left: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer; }

#icle .about-ppl__wrap {
  border-top: solid 1px #e8e4d4;
  overflow: hidden;
  padding: 4rem 0 5rem; }
  #icle .about-ppl__wrap.dark_mode {
    border-top: 0; }
  #icle .about-ppl__wrap .content_section-content {
    max-width: none;
    width: 100%; }

#icle .about-ppl__grid {
  align-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 4rem;
  row-gap: 2.5rem; }
  @media (min-width: 500px) {
    #icle .about-ppl__grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 767px) {
    #icle .about-ppl__grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.about-ppl__btns {
  display: flex;
  margin-left: -5vw;
  padding-left: 5vw;
  margin-right: -5vw;
  overflow: scroll; }

.about-ppl__select {
  display: none; }
  @media (min-width: 1200px) {
    .about-ppl__select {
      display: block; } }

.about-ppl__btn {
  background-color: #e4e0d5;
  border-radius: 60px;
  font-family: 'Test National';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 1rem;
  padding: .5rem 1rem;
  text-align: center;
  white-space: nowrap; }
  .about-ppl__btn.about-ppl__btn--active {
    background-color: #35362b;
    color: #f0eee8; }

.about-ppl__item {
  cursor: pointer;
  display: none;
  max-width: 245px;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.about-ppl__item--active {
  display: block;
  -webkit-animation: fadeIn ease 350ms forwards;
  animation: fadeIn ease 350ms forwards; }

.about-ppl__media {
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.about-ppl__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.8); }

.about-ppl__item:hover .about-ppl__image {
  filter: none; }

.about-ppl__caption {
  display: block;
  margin-top: 1rem;
  width: 100%; }

.about-ppl__name, .about-ppl__job {
  display: block;
  text-transform: none; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #e5e5e5;
  font-family: 'National', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100vw; }

body {
  background: #e5e5e5;
  margin: 0;
  width: 100vw; }
  @media (min-width: 1200px) {
    body.sticky-content .content_detail-main {
      position: -webkit-sticky;
      position: sticky;
      top: var(--top); } }

* {
  box-sizing: border-box;
  position: relative; }

*, :before, :after {
  border-width: 0;
  border-style: solid;
  border-color: #edf2f7; }

*:focus:not(:focus-visible) {
  outline: none; }

main.main {
  background-color: #f5f4f0;
  margin: 0 auto;
  max-width: 1800px;
  min-height: calc(100vh - 133px);
  position: relative; }

a {
  color: #35362b;
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

.site-wrapper {
  background-color: #f5f4f0;
  border-top: solid 1px #e8e4d4;
  padding-bottom: 6rem; }
  .site-wrapper.embed_present {
    padding-bottom: 0; }

.line-dot {
  pointer-events: none;
  position: absolute; }

.search-no-results .main {
  overflow: hidden; }

a.focus-visible,
a:focus-visible,
button.focus-visible,
button:focus-visible {
  outline: 1px solid #c86e3b; }

#banner .banner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-height: var(--banner-height);
  position: static; }

.banner__wrap {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30; }

@media (min-width: 1200px) {
  .grid-3up__with-subheader {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 3fr; } }

.grid-3up__with-subheader .subhead_wrap {
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .grid-3up__with-subheader .subhead_wrap {
      margin-bottom: 0; } }

.grid-3up {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr; }
  @media (min-width: 500px) {
    .grid-3up {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 767px) {
    .grid-3up {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 1024px) {
    .grid-3up {
      grid-column-gap: 4rem; } }
  .grid-3up .grid_card {
    color: inherit;
    position: relative; }
    @media (min-width: 767px) {
      .grid-3up .grid_card {
        margin-bottom: 3rem; } }
    .grid-3up .grid_card p,
    .grid-3up .grid_card h3 {
      max-width: 600px; }
    .grid-3up .grid_card h3 {
      margin-bottom: .4rem; }
      @media (min-width: 767px) {
        .grid-3up .grid_card h3 {
          font-size: 22px !important; } }
      @media (min-width: 880px) {
        .grid-3up .grid_card h3 {
          font-size: 26px !important; } }
    .grid-3up .grid_card .grid_card-header {
      border-top: solid 5px;
      margin-bottom: 1.5rem; }
      .grid-3up .grid_card .grid_card-header a {
        display: inline-block;
        font-family: 'National Condensed';
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 90%;
        padding-right: .6rem;
        position: absolute;
        text-transform: uppercase;
        transform: translateY(-0.8rem); }
  @media (min-width: 500px) {
    .grid-3up.odd .grid_card:nth-of-type(1) {
      grid-column: 1 / span 2; } }
  @media (min-width: 880px) {
    .grid-3up.odd .grid_card:nth-of-type(1) {
      grid-column: 1 / span 1; } }

.with-separators .grid_card::after {
  background: #42422d;
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  right: -1rem;
  top: 0;
  width: 2px; }
  @media (min-width: 1024px) {
    .with-separators .grid_card::after {
      display: block;
      right: -2rem; } }

.light .with-separators .grid_card::after {
  background: #edeae2; }

@media (min-width: 500px) {
  .with-separators .grid_card:nth-of-type(odd)::after {
    display: block; }
  .with-separators .grid_card:nth-of-type(even)::after {
    display: none; } }

@media (min-width: 767px) {
  .with-separators .grid_card:nth-of-type(n)::after {
    display: block; }
  .with-separators .grid_card:nth-of-type(3n+3)::after {
    display: none; } }

.layout_featured .subhead_wrap {
  padding-bottom: 3rem; }

.grid_2up-wrapper {
  margin-top: 8rem; }
  .grid_2up-wrapper .subhead_wrap {
    flex: 0 0;
    min-width: 42%; }
  .grid_2up-wrapper .h2_subheader {
    margin-top: -3rem;
    position: absolute;
    transform: translateY(-100%);
    width: 100%; }
  .grid_2up-wrapper .featured {
    margin-bottom: 3rem; }
    .grid_2up-wrapper .featured h3 {
      font-family: 'National';
      font-size: 38px;
      font-style: normal;
      font-weight: 800;
      line-height: 110%; }
    .grid_2up-wrapper .featured .grid_card-header {
      border-top: solid 5px;
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .grid_2up-wrapper .featured .grid_card-header {
          margin-bottom: 1.5rem; } }
  @media (min-width: 767px) {
    .grid_2up-wrapper {
      display: flex; } }
  @media (min-width: 1024px) {
    .grid_2up-wrapper .featured h3 {
      font-size: 50px; } }

.grid_2up {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 767px) {
    .grid_2up {
      border-left: solid 1px #41402e;
      flex-direction: row;
      margin-left: 4%;
      padding-left: 2%; } }
  .grid_2up .grid_card {
    flex: 0 0 auto;
    margin-bottom: 3rem;
    width: 100%; }
    .grid_2up .grid_card h3 {
      font-size: 26px;
      line-height: 120%; }
    @media (min-width: 767px) {
      .grid_2up .grid_card {
        margin-left: 4%; } }
    @media (min-width: 1024px) {
      .grid_2up .grid_card {
        margin-bottom: 4rem;
        margin-right: 4%;
        width: 44%; }
        .grid_2up .grid_card:nth-of-type(even) {
          border-left: solid 1px #41402e;
          margin-left: 0;
          margin-right: 0;
          padding-left: 4%; } }
  .grid_2up .grid_card-header {
    border-top: solid 5px transparent;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .grid_2up .grid_card-header {
        margin-bottom: 1.5rem; } }
    .grid_2up .grid_card-header a {
      display: inline-block;
      font-family: 'National Condensed';
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: .1em;
      line-height: 90%;
      padding-right: .6rem;
      position: absolute;
      text-transform: uppercase;
      transform: translateY(-0.8rem); }

.category-flag {
  border-top: 5px solid transparent;
  display: block;
  font-family: 'National';
  font-size: .95rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 120%;
  margin-bottom: .8rem;
  text-transform: uppercase; }
  .category-flag span,
  .category-flag a {
    color: #000;
    display: inline-block;
    margin-top: -5px;
    padding: .4rem .6rem; }
  .category-flag.topic-2 {
    border-top-color: #539d99; }
    .category-flag.topic-2 a {
      background: #539d99; }
  .category-flag.topic-3 {
    border-top-color: #7088ad; }
    .category-flag.topic-3 a {
      background: #7088ad; }
  .category-flag.topic-4 {
    border-top-color: #94a04a; }
    .category-flag.topic-4 a {
      background: #94a04a; }
  .category-flag.topic-5 {
    border-top-color: #c16161; }
    .category-flag.topic-5 a {
      background: #c16161; }
  .category-flag.topic-6 {
    border-top-color: #8d7aa2; }
    .category-flag.topic-6 a {
      background: #8d7aa2; }
  .category-flag.topic-7 {
    border-top-color: #dbb636; }
    .category-flag.topic-7 a {
      background: #dbb636; }

.horizontal-scroll .scroll_title {
  margin-left: 5vw; }
  @media (min-width: 767px) {
    .horizontal-scroll .scroll_title {
      margin-left: 0; } }

.horizontal-scroll .container {
  -ms-overflow-style: none;
  /* IE and Edge */
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: none;
  overflow-x: revert;
  scrollbar-width: none;
  width: auto; }
  .horizontal-scroll .container::-webkit-scrollbar {
    display: none; }
  @media (min-width: 767px) {
    .horizontal-scroll .container {
      flex-direction: row;
      overflow-x: scroll;
      padding-left: 10vw;
      padding-right: 10vw; } }
  @media (min-width: 1800px) {
    .horizontal-scroll .container {
      padding-left: 185px;
      padding-right: 185px; } }

.horizontal-scroll .horizontal_scroll-content {
  display: flex;
  overflow-x: scroll;
  padding-left: 5vw;
  width: auto; }
  @media (min-width: 767px) {
    .horizontal-scroll .horizontal_scroll-content {
      margin-left: 0;
      padding-left: 0;
      overflow-x: revert; } }
  .horizontal-scroll .horizontal_scroll-content > div {
    margin-right: 2rem; }
  .horizontal-scroll .horizontal_scroll-content > div:last-of-type {
    margin-right: 0; }

.with-sidebar {
  padding-top: 67px; }
  .with-sidebar .sidebar {
    /* hide the scrollbars in all browsers */
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .with-sidebar .sidebar::-webkit-scrollbar {
      display: none; }
    @media (min-width: 1024px) {
      .with-sidebar .sidebar {
        float: left;
        max-height: 99.7vh;
        overflow-y: scroll;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 300px; } }
    @media (min-width: 1600px) {
      .with-sidebar .sidebar {
        width: 400px; } }
    .with-sidebar .sidebar h1 {
      font-family: 'Kokoro';
      font-size: 50px;
      font-weight: inherit;
      line-height: 50px;
      margin-top: .5rem; }
  .with-sidebar .main_content-wrapper {
    padding-top: 4rem;
    z-index: 3; }
    @media (min-width: 1024px) {
      .with-sidebar .main_content-wrapper {
        box-sizing: content-box;
        margin-left: calc(5% + 320px);
        max-width: 55%;
        padding-top: 0;
        width: auto; } }
    @media (min-width: 1600px) {
      .with-sidebar .main_content-wrapper {
        margin-left: calc(5% + 440px);
        max-width: 750px; } }

.sidebar-filters {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: none;
  font-family: National;
  font-size: 20px;
  overflow: visible;
  padding: 3rem 0; }
  @media (min-width: 1024px) {
    .sidebar-filters {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
      display: block; } }
  @media (max-width: 1023px) {
    .sidebar-filters {
      background: #f5f4f0;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 14rem;
      padding-top: 1rem;
      position: absolute;
      width: 100%;
      z-index: 4; }
      .sidebar-filters .filter_set {
        width: 100%; } }
    @media (max-width: 1023px) and (min-width: 500px) {
      .sidebar-filters .filter_set {
        width: 50%; } }
  @media (max-width: 1023px) {
      .sidebar-filters .filter_set:nth-of-type(1n + 2) {
        width: 100%; } }
    @media (max-width: 1023px) and (min-width: 500px) {
      .sidebar-filters .filter_set:nth-of-type(1n + 2) {
        width: 44%; } }
  @media (max-width: 1023px) {
      .sidebar-filters .filter__actions {
        bottom: 0;
        left: auto;
        position: absolute;
        right: 0;
        top: auto; }
      .filters-open .sidebar-filters {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
        display: flex; } }

.filter_set {
  margin-bottom: 1.2rem; }

.filter_set-title {
  font-family: 'National Condensed';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 110%;
  margin-bottom: .4rem;
  text-transform: uppercase; }

.filter_set-drawer {
  display: none; }

.filter_set-toggle {
  color: #c86e3b;
  font-family: 'National';
  font-size: 18px;
  line-height: 130%; }

.checkbox-item {
  display: flex;
  gap: 14px; }

.sidebar-menu {
  display: none;
  padding: 1rem 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    .sidebar-menu {
      display: block; } }
  .sidebar-menu .resource {
    font-family: 'National';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    z-index: 2; }
  .sidebar-menu .timeline__label--heading {
    background: url("/images/2022/sidebar-dot-off.svg") left 0.7rem no-repeat;
    color: #35362b;
    display: block;
    font-family: 'National Condensed';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 110%;
    padding: .4rem 0 .6rem 1.5rem;
    text-transform: uppercase;
    z-index: 2; }
    .sidebar-menu .timeline__label--heading:hover {
      cursor: pointer; }
  .sidebar-menu .timeline__year--active .timeline__label--heading,
  .sidebar-menu .active-section .timeline__label--heading {
    background: url("/images/2022/sidebar-dot-on.svg") left 0.7rem no-repeat;
    color: #c86e3b; }
  .sidebar-menu .timeline__group {
    position: static; }
    .single-update .sidebar-menu .timeline__group::before {
      border-left: solid 1px #35362b;
      content: '';
      height: calc(100% - 3.8rem);
      left: 5px;
      position: absolute;
      top: 1.8rem;
      width: 1px;
      z-index: -1; }
  .sidebar-menu .timeline__year--text_headless,
  .sidebar-menu .timeline__year--extresource {
    position: absolute;
    visibility: hidden; }
  .sidebar-menu .timeline__year--resource {
    margin-left: 3rem; }
    .sidebar-menu .timeline__year--resource a {
      padding: .4rem 0 .6rem 1.6rem; }
  .with-sidebar .sidebar-menu .timeline__year--resource {
    background: url("/images/2022/resource_icon.svg") 1.3rem 0.78rem no-repeat; }
  .with-sidebar .sidebar-menu a {
    padding: .4rem 0 .6rem 2.6rem; }
  .sidebar-menu .timeline__year--text {
    margin-left: 2rem; }
    .sidebar-menu .timeline__year--text a {
      padding: .4rem 0 .6rem 1.5rem; }
  .sidebar-menu .end_list::before {
    display: none; }
  .sidebar-menu .timeline__year--text a,
  .sidebar-menu .timeline__year--resource a {
    background: url("/images/2022/sidebar-dot-off.svg") left 0.78rem no-repeat;
    display: block;
    line-height: 1.2rem;
    z-index: 2; }
  .single-update .sidebar-menu .timeline__year--text, .single-update
  .sidebar-menu .timeline__year--resource {
    display: none; }
  .sidebar-menu .timeline__year--text.timeline__year--active a,
  .sidebar-menu .timeline__year--resource.timeline__year--active a {
    background: url("/images/2022/sidebar-dot-on.svg") left 0.78rem no-repeat;
    color: #c86e3b; }
  .sidebar-menu .timeline__year--text::before,
  .sidebar-menu .timeline__year--resource::before {
    border-left: solid 1px #35362b;
    content: '';
    height: calc(100%);
    left: 5px;
    position: absolute;
    top: 1.2rem;
    width: 1px;
    z-index: -1; }
  .sidebar-menu .timeline__year--text:last-of-type::before,
  .sidebar-menu .timeline__year--resource:last-of-type::before {
    height: 1px; }

.heading_prefix {
  display: inline-block;
  margin-left: -.3rem;
  position: absolute; }

.prefixed_name {
  display: inline-block;
  margin-left: 1rem; }

.timeline__label--heading .prefixed_name {
  margin-left: 1.6rem; }

.content_meta-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .content_meta-header {
      flex-direction: row;
      flex-wrap: wrap; } }

.content_meta_links {
  order: 3; }
  .content_meta_links .sharer {
    justify-content: flex-start; }
  @media (min-width: 1024px) {
    .content_meta_links {
      order: 2; } }

.content-title {
  font-family: 'Kokoro';
  font-size: 30px;
  margin: .8rem 0;
  order: 2;
  width: 100%; }
  @media (min-width: 1024px) {
    .content-title {
      font-size: 40px;
      line-height: 48px;
      margin: 0;
      order: 3;
      width: 100%; } }

.main_content {
  font-family: 'National';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden; }
  .main_content p {
    margin-bottom: 1.1rem; }

.content_section-header {
  border-bottom: 3px solid #35362b;
  font-family: 'Test National Condensed';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 164%;
  margin-bottom: .8rem;
  padding-bottom: .3rem;
  text-transform: uppercase; }

.margin-image_wrapper {
  align-items: flex-end;
  max-width: 27%;
  min-width: 150px;
  position: absolute;
  right: 0;
  top: 200px;
  width: 270px; }
  @media (min-width: 1024px) {
    .margin-image_wrapper {
      max-width: 13%; } }
  @media (min-width: 1200px) {
    .margin-image_wrapper {
      max-width: 15%; } }
  @media (min-width: 1600px) {
    .margin-image_wrapper {
      max-width: none; } }

.margin-image {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: relative; }
  .margin-image img {
    position: absolute; }

.margin-image_img {
  mix-blend-mode: multiply;
  width: 84%; }

.margin-image_vector {
  transform: translateY(60%);
  width: 100%; }

.page-id-20,
.page-template-page-about {
  overflow: hidden; }
  .page-id-20 .hero_outer_wrap,
  .page-template-page-about .hero_outer_wrap {
    z-index: 1; }
  .page-id-20 .h1_vector,
  .page-template-page-about .h1_vector {
    height: 43.7%;
    margin-left: 2rem;
    max-width: 617px;
    width: 48%; }
    @media (min-width: 767px) {
      .page-id-20 .h1_vector,
      .page-template-page-about .h1_vector {
        width: 38%; } }
  .page-id-20 .subheader_cta,
  .page-template-page-about .subheader_cta {
    color: #c86e3b; }
  .page-id-20 .hero,
  .page-template-page-about .hero {
    background: #e4e0d5 url("/images/2022/corner.svg") bottom right no-repeat;
    background-size: 26%;
    height: auto;
    min-height: 60vw;
    max-height: 1078px; }
    @media (min-width: 1800px) {
      .page-id-20 .hero,
      .page-template-page-about .hero {
        min-height: 1056px; } }
    .page-id-20 .hero::after,
    .page-template-page-about .hero::after {
      display: none; }
  .page-id-20 .hero__wrap,
  .page-template-page-about .hero__wrap {
    overflow: visible; }
  .page-id-20 .hero_image-wrapper,
  .page-template-page-about .hero_image-wrapper {
    align-items: center;
    display: flex;
    height: 60%;
    justify-content: center;
    max-height: none;
    max-width: 40%;
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 22%; }
    @media (min-width: 767px) {
      .page-id-20 .hero_image-wrapper,
      .page-template-page-about .hero_image-wrapper {
        max-width: 50%;
        top: 30%; } }
    @media (min-width: 1200px) {
      .page-id-20 .hero_image-wrapper,
      .page-template-page-about .hero_image-wrapper {
        max-width: 47%;
        overflow: visible; } }
    .page-id-20 .hero_image-wrapper::after,
    .page-template-page-about .hero_image-wrapper::after {
      display: none; }
  .page-id-20 .bg_lines,
  .page-template-page-about .bg_lines {
    left: 0;
    position: absolute;
    top: 55%;
    z-index: 3; }
    .page-id-20 .bg_lines img,
    .page-template-page-about .bg_lines img {
      max-width: 20vw; }
    @media (min-width: 1200px) {
      .page-id-20 .bg_lines,
      .page-template-page-about .bg_lines {
        top: 68%; }
        .page-id-20 .bg_lines img,
        .page-template-page-about .bg_lines img {
          max-width: 14vw; } }
    @media (min-width: 1800px) {
      .page-id-20 .bg_lines,
      .page-template-page-about .bg_lines {
        max-width: 932px; } }
  .page-id-20 .bg_lines_r,
  .page-template-page-about .bg_lines_r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .page-id-20 .bg_lines_r img,
    .page-template-page-about .bg_lines_r img {
      max-width: 50vw;
      transform: translate(50%, -50%); }
    @media (min-width: 1200px) {
      .page-id-20 .bg_lines_r,
      .page-template-page-about .bg_lines_r {
        top: 50%; }
        .page-id-20 .bg_lines_r img,
        .page-template-page-about .bg_lines_r img {
          max-width: 50vw;
          transform: none; } }
  .page-id-20 .short_description,
  .page-template-page-about .short_description {
    font-family: 'Optima';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 117%;
    margin-bottom: 0;
    margin-left: 8.5%;
    padding-bottom: 2rem;
    text-transform: none;
    width: 60%;
    min-width: 270px; }
    @media (min-width: 767px) {
      .page-id-20 .short_description,
      .page-template-page-about .short_description {
        font-size: 24px;
        width: 38%; } }
    @media (min-width: 1024px) {
      .page-id-20 .short_description,
      .page-template-page-about .short_description {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .page-id-20 .short_description,
      .page-template-page-about .short_description {
        font-size: 35px;
        width: 47%; } }
    @media (min-width: 1545px) {
      .page-id-20 .short_description,
      .page-template-page-about .short_description {
        font-size: 33px; } }
    @media (min-width: 1592px) {
      .page-id-20 .short_description,
      .page-template-page-about .short_description {
        font-size: 34px; } }
  @media (min-width: 1600px) {
    .page-id-20 .our_roots .content_section-content,
    .page-template-page-about .our_roots .content_section-content {
      display: flex; } }
  @media (min-width: 1600px) {
    .page-id-20 .our_roots .content_section-subsection,
    .page-template-page-about .our_roots .content_section-subsection {
      flex-direction: column; } }
  .page-id-20 .our_roots .subsection-content,
  .page-template-page-about .our_roots .subsection-content {
    font-family: 'National';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; }
    @media (min-width: 767px) {
      .page-id-20 .our_roots .subsection-content,
      .page-template-page-about .our_roots .subsection-content {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .page-id-20 .our_roots .subsection-content,
      .page-template-page-about .our_roots .subsection-content {
        font-size: 20px; } }
    @media (min-width: 1440px) {
      .page-id-20 .our_roots .subsection-content,
      .page-template-page-about .our_roots .subsection-content {
        font-size: 22px; } }
    @media (min-width: 1600px) {
      .page-id-20 .our_roots .subsection-content,
      .page-template-page-about .our_roots .subsection-content {
        font-size: 20px; } }
  @media (min-width: 1600px) {
    .page-id-20 .our_roots .content_section-subsection:nth-of-type(odd) .subsection-content,
    .page-template-page-about .our_roots .content_section-subsection:nth-of-type(odd) .subsection-content {
      margin-right: 1.5rem; }
    .page-id-20 .our_roots .content_section-subsection:nth-of-type(even) .subsection-content,
    .page-template-page-about .our_roots .content_section-subsection:nth-of-type(even) .subsection-content {
      margin-left: 1.5rem; } }
  .page-id-20 .our_roots .container > div:first-child,
  .page-template-page-about .our_roots .container > div:first-child {
    flex-basis: 25%; }

.our_roots .container {
  justify-content: space-between; }

.our_roots .content_section-content {
  margin: 0;
  max-width: none; }

.our_roots .content_section-subsection {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .our_roots .content_section-subsection {
      flex-direction: row; } }
  .our_roots .content_section-subsection strong {
    font-family: 'Kokoro';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }

.our_roots .subsection-content_image {
  margin-right: 6rem;
  width: 224px; }

.our_roots .authors__circle {
  background: #a8a8a1;
  height: 224px;
  width: 224px; }

.about-ppl__wrap .content_section-content {
  margin: 0;
  max-width: none;
  padding-left: 0; }

.filter_count {
  background: rgba(168, 168, 161, 0.43);
  border-radius: 1rem;
  display: inline-block;
  font-family: 'National Condensed';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 130%;
  padding: 3px 9px;
  transform: translateY(-2px); }

.about-ppl__name {
  font-family: 'Kokoro';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: .8rem; }

.about-ppl__job {
  font-family: 'National';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* identical to box height, or 36px */
  letter-spacing: 0.03em;
  text-transform: none; }

.about-ppl__item {
  margin: 0;
  max-width: 80%; }

.about-ppl__select {
  display: none; }

#icle.post-type-archive-resource .main,
#icle.search-no-results .main,
#icle.search-results .main {
  padding-top: 133px; }

#icle.post-type-archive-resource .sidebar,
#icle.search-no-results .sidebar,
#icle.search-results .sidebar {
  position: static;
  max-height: none;
  overflow: visible; }

#icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper,
#icle.search-no-results .main_content-wrapper .searchform_wrapper,
#icle.search-results .main_content-wrapper .searchform_wrapper {
  margin: 0 0 4rem 0;
  max-width: 100%;
  transform: none;
  width: 130%; }
  @media (min-width: 1024px) {
    #icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper,
    #icle.search-no-results .main_content-wrapper .searchform_wrapper,
    #icle.search-results .main_content-wrapper .searchform_wrapper {
      max-width: 50vw; } }
  @media (min-width: 1200px) {
    #icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper,
    #icle.search-no-results .main_content-wrapper .searchform_wrapper,
    #icle.search-results .main_content-wrapper .searchform_wrapper {
      max-width: 56vw; } }
  @media (min-width: 1600px) {
    #icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper,
    #icle.search-no-results .main_content-wrapper .searchform_wrapper,
    #icle.search-results .main_content-wrapper .searchform_wrapper {
      max-width: none; } }
  #icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper .search_close,
  #icle.search-no-results .main_content-wrapper .searchform_wrapper .search_close,
  #icle.search-results .main_content-wrapper .searchform_wrapper .search_close {
    display: none; }
  #icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper .bg_image-right-wrapper,
  #icle.search-no-results .main_content-wrapper .searchform_wrapper .bg_image-right-wrapper,
  #icle.search-results .main_content-wrapper .searchform_wrapper .bg_image-right-wrapper {
    top: 47rem; }
  #icle.post-type-archive-resource .main_content-wrapper .searchform_wrapper .bg_image-left-wrapper,
  #icle.search-no-results .main_content-wrapper .searchform_wrapper .bg_image-left-wrapper,
  #icle.search-results .main_content-wrapper .searchform_wrapper .bg_image-left-wrapper {
    top: 94rem; }

#icle.post-type-archive-resource .filter_set_reset,
#icle.search-no-results .filter_set_reset,
#icle.search-results .filter_set_reset {
  display: none; }

#icle.post-type-archive-resource .filter_active .filter_set_reset,
#icle.search-no-results .filter_active .filter_set_reset,
#icle.search-results .filter_active .filter_set_reset {
  display: block; }

#icle.post-type-archive-resource .filter_active li:not(.active_filter):not(.filter_set-title):not(.filter_set_reset),
#icle.search-no-results .filter_active li:not(.active_filter):not(.filter_set-title):not(.filter_set_reset),
#icle.search-results .filter_active li:not(.active_filter):not(.filter_set-title):not(.filter_set_reset) {
  display: none; }

#icle.post-type-archive-resource .filter_active:not(.topics_filter) .active_filter label,
#icle.search-no-results .filter_active:not(.topics_filter) .active_filter label,
#icle.search-results .filter_active:not(.topics_filter) .active_filter label {
  transform: translateX(12px); }

#icle.post-type-archive-resource .filter_active.date_filter .filter_set-drawer,
#icle.post-type-archive-resource .filter_active.date_filter .filter_set-toggle,
#icle.search-no-results .filter_active.date_filter .filter_set-drawer,
#icle.search-no-results .filter_active.date_filter .filter_set-toggle,
#icle.search-results .filter_active.date_filter .filter_set-drawer,
#icle.search-results .filter_active.date_filter .filter_set-toggle {
  display: none; }

#icle.post-type-archive-resource .back_to_top-right,
#icle.search-no-results .back_to_top-right,
#icle.search-results .back_to_top-right {
  float: right;
  margin-bottom: 7.5rem;
  margin-top: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 110px);
  transform: translateX(3vw); }
  @media (min-width: 1024px) {
    #icle.post-type-archive-resource .back_to_top-right,
    #icle.search-no-results .back_to_top-right,
    #icle.search-results .back_to_top-right {
      transform: translateX(6vw); } }
  @media (min-width: 1200px) {
    #icle.post-type-archive-resource .back_to_top-right,
    #icle.search-no-results .back_to_top-right,
    #icle.search-results .back_to_top-right {
      transform: translateX(10vw); } }
  @media (min-width: 1600px) {
    #icle.post-type-archive-resource .back_to_top-right,
    #icle.search-no-results .back_to_top-right,
    #icle.search-results .back_to_top-right {
      transform: translateX(10vw); } }
  #icle.post-type-archive-resource .back_to_top-right .back_to_top,
  #icle.search-no-results .back_to_top-right .back_to_top,
  #icle.search-results .back_to_top-right .back_to_top {
    border-top: none; }

#icle.post-type-archive-resource .searchform_form,
#icle.search-no-results .searchform_form,
#icle.search-results .searchform_form {
  background: #f5f4f0; }

@media (max-width: 1199px) {
  #icle.post-type-archive-resource.post-type-archive-resource,
  #icle.search-no-results.post-type-archive-resource,
  #icle.search-results.post-type-archive-resource {
    overflow: hidden; } }

#icle.post-type-archive-resource.post-type-archive-resource .main_content-wrapper,
#icle.search-no-results.post-type-archive-resource .main_content-wrapper,
#icle.search-results.post-type-archive-resource .main_content-wrapper {
  padding-top: 1rem; }
  @media (min-width: 1024px) {
    #icle.post-type-archive-resource.post-type-archive-resource .main_content-wrapper,
    #icle.search-no-results.post-type-archive-resource .main_content-wrapper,
    #icle.search-results.post-type-archive-resource .main_content-wrapper {
      padding-top: .75rem; } }

@media (max-width: 1199px) {
  #icle.post-type-archive-resource.post-type-archive-resource .site-wrapper,
  #icle.search-no-results.post-type-archive-resource .site-wrapper,
  #icle.search-results.post-type-archive-resource .site-wrapper {
    overflow: hidden; } }

#icle.post-type-archive-resource.post-type-archive-resource .searchform_wrapper,
#icle.search-no-results.post-type-archive-resource .searchform_wrapper,
#icle.search-results.post-type-archive-resource .searchform_wrapper {
  margin-bottom: 6rem; }

#icle.post-type-archive-resource.post-type-archive-resource .sidebar,
#icle.search-no-results.post-type-archive-resource .sidebar,
#icle.search-results.post-type-archive-resource .sidebar {
  position: static; }

#icle.post-type-archive-resource.post-type-archive-resource .sidebar-filters,
#icle.search-no-results.post-type-archive-resource .sidebar-filters,
#icle.search-results.post-type-archive-resource .sidebar-filters {
  padding-top: 2rem; }

#icle.post-type-archive-resource.post-type-archive-resource .publications_header,
#icle.search-no-results.post-type-archive-resource .publications_header,
#icle.search-results.post-type-archive-resource .publications_header {
  max-width: 400px;
  min-width: 290px;
  width: 65vw; }
  @media (min-width: 1024px) {
    #icle.post-type-archive-resource.post-type-archive-resource .publications_header,
    #icle.search-no-results.post-type-archive-resource .publications_header,
    #icle.search-results.post-type-archive-resource .publications_header {
      width: 100%; } }

#icle.post-type-archive-resource.post-type-archive-resource div.margin-image,
#icle.search-no-results.post-type-archive-resource div.margin-image,
#icle.search-results.post-type-archive-resource div.margin-image {
  top: 0; }

#icle.post-type-archive-resource.post-type-archive-resource div.margin-image_wrapper,
#icle.search-no-results.post-type-archive-resource div.margin-image_wrapper,
#icle.search-results.post-type-archive-resource div.margin-image_wrapper {
  right: -70px;
  top: -20px; }
  @media (min-width: 500px) {
    #icle.post-type-archive-resource.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-no-results.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-results.post-type-archive-resource div.margin-image_wrapper {
      right: 0; } }
  @media (min-width: 1024px) {
    #icle.post-type-archive-resource.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-no-results.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-results.post-type-archive-resource div.margin-image_wrapper {
      top: 190px;
      right: -4rem;
      max-width: 17%; } }
  @media (min-width: 1200px) {
    #icle.post-type-archive-resource.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-no-results.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-results.post-type-archive-resource div.margin-image_wrapper {
      top: 286px;
      right: -3rem; } }
  @media (min-width: 1600px) {
    #icle.post-type-archive-resource.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-no-results.post-type-archive-resource div.margin-image_wrapper,
    #icle.search-results.post-type-archive-resource div.margin-image_wrapper {
      max-width: 17%;
      right: 0; } }
  #icle.post-type-archive-resource.post-type-archive-resource div.margin-image_wrapper img,
  #icle.search-no-results.post-type-archive-resource div.margin-image_wrapper img,
  #icle.search-results.post-type-archive-resource div.margin-image_wrapper img {
    max-width: 230px;
    width: 100%; }

#icle.post-type-archive-resource.post-type-archive-resource div.bg_image-right-wrapper,
#icle.search-no-results.post-type-archive-resource div.bg_image-right-wrapper,
#icle.search-results.post-type-archive-resource div.bg_image-right-wrapper {
  top: 50rem; }

#icle.post-type-archive-resource .clear_search_filter,
#icle.search-no-results .clear_search_filter,
#icle.search-results .clear_search_filter {
  display: inline-block;
  padding: .2rem;
  margin: 0 5px 0 0;
  transform: translateY(2px); }

#icle.post-type-archive-resource .publications_header,
#icle.search-no-results .publications_header,
#icle.search-results .publications_header {
  max-width: 108%; }

#icle.post-type-archive-resource .search_meta,
#icle.search-no-results .search_meta,
#icle.search-results .search_meta {
  border-bottom: solid 1px #a8a8a1;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  #icle.post-type-archive-resource .search_meta::after,
  #icle.search-no-results .search_meta::after,
  #icle.search-results .search_meta::after {
    background: #35362b;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 1.6rem; }

#icle.post-type-archive-resource .search-vector,
#icle.search-no-results .search-vector,
#icle.search-results .search-vector {
  max-width: 10vw;
  transform: none;
  width: auto; }

#icle.post-type-archive-resource.search .margin-image,
#icle.search-no-results.search .margin-image,
#icle.search-results.search .margin-image {
  top: -2rem; }
  @media (min-width: 1024px) {
    #icle.post-type-archive-resource.search .margin-image,
    #icle.search-no-results.search .margin-image,
    #icle.search-results.search .margin-image {
      top: 7rem; } }
  @media (min-width: 1200px) {
    #icle.post-type-archive-resource.search .margin-image,
    #icle.search-no-results.search .margin-image,
    #icle.search-results.search .margin-image {
      top: 7rem; } }
  #icle.post-type-archive-resource.search .margin-image img,
  #icle.search-no-results.search .margin-image img,
  #icle.search-results.search .margin-image img {
    max-width: 20vw; }

#icle.post-type-archive-resource.search #searchToggler,
#icle.search-no-results.search #searchToggler,
#icle.search-results.search #searchToggler {
  pointer-events: none; }

#icle.post-type-archive-resource.search .bg_image-right-wrapper,
#icle.search-no-results.search .bg_image-right-wrapper,
#icle.search-results.search .bg_image-right-wrapper {
  top: 47rem; }

#icle.post-type-archive-resource.search .bg_image-left-wrapper,
#icle.search-no-results.search .bg_image-left-wrapper,
#icle.search-results.search .bg_image-left-wrapper {
  top: 94rem; }

#icle.single-resource .back_to_top-link {
  opacity: 0;
  padding-bottom: 1rem;
  padding-right: 1rem;
  pointer-events: none;
  transition: opacity ease 250ms; }

#icle.single-resource.show-back-to-top .back_to_top-link {
  opacity: 1;
  pointer-events: all; }

#icle.single-resource .resource-back-to-top {
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  margin: 0 auto;
  max-width: 1800px;
  position: fixed;
  right: 0; }

#icle.single-resource .content_detail {
  align-items: flex-start;
  position: static; }

#icle.single-resource .content_detail-main {
  padding-top: 2.5rem; }

#icle.single-resource .resource_type_flag {
  border-color: #75766b;
  color: #75766b;
  font-size: 16px;
  margin-top: 2rem; }
  #icle.single-resource .resource_type_flag:focus, #icle.single-resource .resource_type_flag:hover {
    color: #35362b;
    text-decoration: none; }
  @media (min-width: 767px) {
    #icle.single-resource .resource_type_flag {
      margin-top: 0; } }

#icle.single-resource .case_subtext {
  margin-bottom: 2rem;
  padding: 1.5rem;
  position: relative;
  text-align: center; }
  #icle.single-resource .case_subtext::after, #icle.single-resource .case_subtext::before {
    border-top: solid #35362b 1px;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100px; }
  #icle.single-resource .case_subtext::after {
    bottom: 0;
    top: auto; }

#icle.single-resource .toc_toggle {
  align-items: center;
  background: #f5f4f0;
  display: flex;
  font-family: 'National Condensed';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .1em;
  line-height: 110%;
  padding: 1rem 1.5rem 1.2rem 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 9; }
  @media (min-width: 767px) {
    #icle.single-resource .toc_toggle {
      padding: 1rem 1.5rem 1.2rem; } }
  #icle.single-resource .toc_toggle svg {
    margin: 0 .2rem; }
    #icle.single-resource .toc_toggle svg:first-of-type {
      margin-right: 1px;
      margin-left: 0; }

#icle.single-resource .toc {
  float: left;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 4; }
  @media (min-width: 767px) {
    #icle.single-resource .toc {
      margin-left: calc(-10% - 36px);
      width: 35%; } }
  @media (min-width: 1200px) {
    #icle.single-resource .toc {
      max-width: 23vw;
      width: 26.5%; } }
  @media (min-width: 1392px) {
    #icle.single-resource .toc {
      max-width: 22vw;
      width: 25%; } }

#icle.single-resource .content_detail-list {
  background: #f5f4f0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: block;
  margin-left: -5vw;
  padding: 4rem 0.5rem 4rem calc(5vw + 1.5rem);
  position: absolute;
  transition: -webkit-clip-path .2s linear;
  transition: clip-path .2s linear;
  transition: clip-path .2s linear, -webkit-clip-path .2s linear;
  width: 100vw; }
  @media (min-width: 767px) {
    #icle.single-resource .content_detail-list {
      margin-left: auto;
      max-width: 400px;
      padding: 4rem 1rem 4rem 1.5rem;
      width: 100%; } }

#icle.single-resource .mobile-toc-open .content_detail-list {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); }

@media (min-width: 767px) {
  #icle.single-resource .toc-open .content_detail-list {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }
  #icle.single-resource .mobile-toc-open:not(.toc-open) .content_detail-list {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0); } }

#icle.single-resource .post_meta-wrapper {
  display: block; }
  @media (min-width: 767px) {
    #icle.single-resource .post_meta-wrapper {
      display: flex;
      justify-content: space-between; } }

#icle.single-resource .sharer {
  align-content: stretch;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  margin-left: -.5rem;
  list-style-type: none;
  padding: 0; }
  @media (min-width: 767px) {
    #icle.single-resource .sharer {
      margin-left: 0;
      transform: scale(0.8); } }
  #icle.single-resource .sharer li {
    padding-bottom: .4rem; }

.event-date {
  align-items: center;
  display: inline-flex;
  font-size: 2.1rem;
  font-weight: bold;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  padding: .5rem;
  text-transform: uppercase;
  width: 4rem; }

.past_event_notice {
  background: #e4e0d5;
  font-family: 'National';
  font-size: 18px;
  font-style: italic;
  line-height: 140%;
  padding: 1rem; }

.event-month {
  font-size: 1rem;
  line-height: 1; }

.post-type-archive-event .hero__title {
  min-width: 280px; }

.post-type-archive-event .hero__wrap {
  background-color: #f5f4f0;
  overflow: visible; }

.post-type-archive-event .hero {
  background-color: transparent;
  height: 38vw;
  min-height: 400px;
  max-height: 700px; }
  @media (min-width: 767px) {
    .post-type-archive-event .hero {
      min-height: 500px; } }
  @media (min-width: 1024px) {
    .post-type-archive-event .hero {
      min-height: 600px; } }
  @media (min-width: 1600px) {
    .post-type-archive-event .hero {
      min-height: 700px; } }
  .post-type-archive-event .hero h1 {
    margin: 0; }
  .post-type-archive-event .hero .hero__content {
    padding-top: 1rem;
    width: 72%; }
    @media (min-width: 767px) {
      .post-type-archive-event .hero .hero__content {
        padding-top: 3rem; } }
    @media (min-width: 1024px) {
      .post-type-archive-event .hero .hero__content {
        min-width: 500px; }
        .post-type-archive-event .hero .hero__content img {
          width: auto;
          max-width: 830px; } }
    @media (min-width: 1200px) {
      .post-type-archive-event .hero .hero__content {
        padding-top: 0; }
        .post-type-archive-event .hero .hero__content img {
          max-width: 960px; } }
  .post-type-archive-event .hero .hero__body {
    font-family: 'Optima';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 1.5rem 0;
    max-width: 460px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 767px) {
      .post-type-archive-event .hero .hero__body {
        box-sizing: content-box;
        margin-top: -2.5rem;
        max-width: 100%;
        padding: 0 0 3rem 23%;
        width: 16rem; } }
    @media (min-width: 1024px) {
      .post-type-archive-event .hero .hero__body {
        font-size: 30px;
        margin-top: -3rem;
        padding-left: 10.6rem;
        width: 22rem; } }
    @media (min-width: 1200px) {
      .post-type-archive-event .hero .hero__body {
        padding-left: 12.2rem; } }

.post-type-archive-event .bg_image-left-wrapper {
  bottom: 0;
  top: auto; }

.post-type-archive-event .bg_image-left {
  max-width: 32vw;
  width: auto; }
  .post-type-archive-event .bg_image-left img {
    max-width: none;
    width: 100%; }
    @media (min-width: 767px) {
      .post-type-archive-event .bg_image-left img {
        display: block; } }
  .post-type-archive-event .bg_image-left .bg-l-v {
    bottom: 0;
    position: absolute; }
  .post-type-archive-event .bg_image-left .bg-l {
    visibility: hidden; }

.post-type-archive-event .bg_image-right-wrapper {
  max-width: 30vw;
  overflow: visible; }

.post-type-archive-event .bg_image-right {
  width: 409px; }
  @media (min-width: 767px) {
    .post-type-archive-event .bg_image-right {
      display: block; } }
  .post-type-archive-event .bg_image-right img {
    display: block;
    max-width: 18vw;
    width: 100%; }
  .post-type-archive-event .bg_image-right .bg-r-v {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%; }
  .post-type-archive-event .bg_image-right .bg-r {
    margin-left: auto;
    max-height: none;
    max-width: 29vw;
    mix-blend-mode: multiply;
    transform: translateY(5rem); }
    @media (min-width: 1200px) {
      .post-type-archive-event .bg_image-right .bg-r {
        transform: translateY(3rem); } }

.events {
  padding-top: 4rem; }

.events__headline {
  border-bottom: 6px solid #35362b;
  font-family: 'Kokoro';
  font-size: 32px;
  font-weight: inherit;
  line-height: 115%;
  margin-bottom: 1.6rem;
  padding-bottom: .8rem; }
  @media (min-width: 1200px) {
    .events__headline {
      font-size: 45px; } }

#icle .event_archive {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  margin-bottom: 0;
  opacity: 0; }

#icle.event_archive_open .event_archive {
  margin-bottom: 2rem;
  max-height: 500px;
  opacity: 1; }

.show_more {
  margin: 0 auto;
  text-align: center; }

.events .event-card.future_event-card .event-excerpt {
  width: 100%; }
  @media (min-width: 1024px) {
    .events .event-card.future_event-card .event-excerpt {
      padding-left: 8rem; } }
  @media (min-width: 1200px) {
    .events .event-card.future_event-card .event-excerpt {
      padding-left: 0;
      width: 51%; } }

.events .event_info_wrapper {
  align-items: baseline;
  display: flex;
  font-family: 'National Condensed';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: .7rem;
  text-transform: uppercase; }
  .events .event_info_wrapper .event_time {
    margin-right: 1.2rem; }
  .events .event_info_wrapper .event-location {
    margin-right: 1.2rem;
    max-width: 22rem; }

.events .event-image {
  padding-bottom: 1rem;
  width: calc(100% - 8rem); }
  @media (min-width: 1024px) {
    .events .event-image {
      width: 33%; } }
  .events .event-image img {
    height: auto;
    width: 90%;
    max-width: 340px; }

.events .event-card {
  border-bottom: solid 1px #a8a8a1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .events .event-card {
      flex-direction: column; } }
  .events .event-card:last-of-type {
    border-bottom: none; }
  .events .event-card:hover {
    text-decoration: none; }
    .events .event-card:hover .read_more {
      text-decoration: underline; }
  .events .event-card .event-location {
    background: url("/images/2022/pin.svg") left 4px no-repeat;
    font-family: 'National';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-left: 1.2rem; }
  .events .event-card .event-date-wrapper {
    width: 6rem; }
    @media (min-width: 1024px) {
      .events .event-card .event-date-wrapper {
        width: 8rem; } }
    @media (min-width: 1200px) {
      .events .event-card .event-date-wrapper {
        padding-bottom: 0; } }
  .events .event-card h3 {
    font-family: 'Kokoro';
    font-size: 24px;
    font-style: normal;
    font-weight: inherit;
    line-height: 115%;
    margin-bottom: .6rem; }
    @media (min-width: 1024px) {
      .events .event-card h3 {
        font-size: 35px; } }
    @media (min-width: 1200px) {
      .events .event-card h3 {
        width: 80%; } }
  .events .event-card .event-info {
    width: calc(98% - 8rem); }
    @media (min-width: 1200px) {
      .events .event-card .event-info {
        margin-bottom: 2rem;
        padding-left: 0;
        width: calc(60% - 8rem); } }
  .events .event-card .event-excerpt {
    margin-bottom: 2rem;
    width: 100%; }
    @media (min-width: 767px) {
      .events .event-card .event-excerpt {
        padding-left: 6rem; } }
    @media (min-width: 1024px) {
      .events .event-card .event-excerpt {
        padding-left: 8rem; } }
    @media (min-width: 1200px) {
      .events .event-card .event-excerpt {
        padding-left: 0;
        width: 40%; } }

.events .read_more {
  color: #c86e3b;
  font-family: 'National Condensed';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 200%;
  text-transform: uppercase; }

#icle.single-event .content_detail:before, #icle.single-event .content_detail:after {
  display: none !important; }

#icle.single-event .site-wrapper {
  border-top: 0; }

#icle.single-event .read_more {
  color: #c86e3b;
  font-family: 'National Condensed';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 200%;
  text-transform: uppercase; }

#icle.single-event .event-info {
  font-family: 'National';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 2rem;
  text-transform: uppercase; }

#icle.single-event .margin-image {
  align-items: flex-start; }

#icle.single-event .margin-image_wrapper-left {
  display: none;
  left: 0;
  right: auto; }
  #icle.single-event .margin-image_wrapper-left .margin-image_vector {
    max-height: 30rem;
    top: 0;
    transform: none; }
  #icle.single-event .margin-image_wrapper-left .margin-image_img {
    top: 6rem; }
  @media (min-width: 767px) {
    #icle.single-event .margin-image_wrapper-left {
      display: block; } }

#icle.single-event .video_wrapper {
  float: none;
  height: 0;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  width: 100%; }
  #icle.single-event .video_wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#icle.single-event .content_detail-right_sidebar {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  @media (min-width: 1200px) {
    #icle.single-event .content_detail-right_sidebar {
      margin-bottom: 0;
      margin-top: 0; } }

#icle.single-event .event_resources {
  margin-bottom: 3rem; }

#icle.single-event .event_resource {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 1200px) {
    #icle.single-event .event_resource {
      border-bottom: solid 1px #a8a8a1;
      display: flex; }
      #icle.single-event .event_resource .resource_title {
        padding-right: 3rem;
        width: 10rem; } }
  #icle.single-event .event_resource .resource_title {
    font-weight: 800;
    font-size: 18px;
    line-height: 116%; }
  #icle.single-event .event_resource .resource_link {
    flex: 1 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%; }
    #icle.single-event .event_resource .resource_link a {
      color: #35362b; }

.flexible_user_display {
  overflow: hidden; }
  .flexible_user_display img {
    max-width: 100%; }

#icle.single-event .content_detail-meta {
  align-items: center;
  float: left;
  justify-content: flex-start;
  margin-right: 0;
  padding-left: 0;
  padding-top: 67px;
  width: 17%; }

.post-type-archive-event .event-date,
.content_detail-meta .event-date {
  border: solid 1px #35362b;
  border-top: solid 6px #35362b;
  font-family: 'National Condensed';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  padding-top: 1rem; }
  @media (max-width: 767px) {
    .post-type-archive-event .event-date,
    .content_detail-meta .event-date {
      font-size: 22px;
      flex-direction: row;
      gap: .6rem;
      justify-content: flex-start;
      padding: .5rem;
      width: auto; } }

@media (max-width: 767px) {
  .post-type-archive-event .event-date-wrapper,
  .content_detail-meta .event-date-wrapper {
    padding-bottom: .6rem;
    width: auto !important; } }

.post-type-archive-event .event-month,
.content_detail-meta .event-month {
  font-size: 22px; }

.page-template-page-news .hero {
  background-color: transparent;
  height: auto;
  max-height: 770px; }

.page-template-page-news .hero__wrap {
  min-height: 360px; }
  @media (min-width: 767px) {
    .page-template-page-news .hero__wrap {
      min-height: 500px; } }
  @media (min-width: 1200px) {
    .page-template-page-news .hero__wrap {
      min-height: 700px; } }

.page-template-page-news .bg_image-right-wrapper {
  margin-top: 4rem;
  max-width: 30vw; }
  @media (min-width: 1024px) {
    .page-template-page-news .bg_image-right-wrapper {
      margin-top: 0; } }
  .page-template-page-news .bg_image-right-wrapper .bg_image-right {
    width: 409px; }
    .page-template-page-news .bg_image-right-wrapper .bg_image-right img {
      display: block;
      width: 100%; }
    .page-template-page-news .bg_image-right-wrapper .bg_image-right .bg-r-v {
      max-width: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%; }
    .page-template-page-news .bg_image-right-wrapper .bg_image-right .bg-r {
      margin-top: 4rem;
      max-width: none;
      mix-blend-mode: multiply;
      transform: translate(-17%, 6%) scale(1.4); }

.page-template-page-news .news-bg {
  margin-top: 3rem;
  max-width: 30vw;
  min-width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  height: 100vh;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .page-template-page-news .news-bg {
      margin-top: 0; } }
  .page-template-page-news .news-bg img {
    width: 100%; }

.page-template-page-news section.simple_block-wrapper {
  background-color: transparent; }

.page-template-page-news .h1_vector {
  width: 36vw;
  max-width: 580px;
  min-width: 200px; }

.page-template-page-news .hero__content {
  padding: 0; }

.page-template-page-news .short_description {
  font-family: 'National';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-left: 0;
  max-width: 700px;
  overflow: visible;
  text-transform: none;
  width: 80%; }
  @media (min-width: 767px) {
    .page-template-page-news .short_description {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .page-template-page-news .short_description {
      width: 28%;
      margin-left: 46%;
      transform: translateY(-12rem); } }

@media (min-width: 1200px) {
  .page-template-page-news .main section:first-of-type {
    margin-top: -2rem; } }

#icle {
  /*

  */ }
  #icle.single:not(.single-spotlight):not(.single-update):not(.single-review) .main {
    padding-top: 133px; }
  #icle.single:not(.single-spotlight):not(.single-update):not(.single-review) .content_detail:before {
    background-color: #e8e4d4;
    content: '';
    display: none;
    height: 100%;
    position: absolute;
    left: 30.5%;
    top: 0;
    width: 1px; }
    @media (min-width: 767px) {
      #icle.single:not(.single-spotlight):not(.single-update):not(.single-review) .content_detail:before {
        display: block;
        left: 32%; } }
    @media (min-width: 1200px) {
      #icle.single:not(.single-spotlight):not(.single-update):not(.single-review) .content_detail:before {
        left: 23.1%; } }
    @media (min-width: 1392px) {
      #icle.single:not(.single-spotlight):not(.single-update):not(.single-review) .content_detail:before {
        transform: translateX(-1vw); } }
    @media (min-width: 1700px) {
      #icle.single:not(.single-spotlight):not(.single-update):not(.single-review) .content_detail:before {
        left: 370px;
        transform: none; } }
  #icle .content_detail {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    position: static; }
    @media (min-width: 1200px) {
      #icle .content_detail {
        display: block; } }
    #icle .content_detail:after {
      background-color: #e8e4d4;
      content: '';
      display: none;
      height: 100%;
      position: absolute;
      right: 30.5%;
      top: 0;
      width: 1px; }
      @media (min-width: 1200px) {
        #icle .content_detail:after {
          display: block;
          right: 27%; } }
      @media (min-width: 1392px) {
        #icle .content_detail:after {
          right: calc(28% - 15px); } }
      @media (min-width: 1600px) {
        #icle .content_detail:after {
          right: calc(550px + ((100% - 1810px)/2)); } }
    #icle .content_detail > div {
      flex: 0 0 auto; }
    #icle .content_detail .back_to_top {
      display: none; }
    #icle .content_detail .sidebar {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1; }
      @media (min-width: 767px) {
        #icle .content_detail .sidebar {
          padding-top: 4rem; } }
      @media (min-width: 1200px) {
        #icle .content_detail .sidebar {
          height: 100vh;
          max-height: 100vh;
          overflow-y: scroll; } }
    #icle .content_detail .sharer {
      align-content: stretch;
      display: flex;
      flex-direction: row;
      margin-bottom: 2rem;
      list-style-type: none; }
      #icle .content_detail .sharer li {
        padding-bottom: .4rem; }
      #icle .content_detail .sharer .sharer__link {
        color: #a8a8a1;
        display: block;
        padding: .3rem;
        text-align: center; }
        #icle .content_detail .sharer .sharer__link:hover {
          color: #c86e3b; }
      #icle .content_detail .sharer svg {
        height: 1.25rem;
        width: 1.25rem; }
    #icle .content_detail .authors__circle {
      background: none;
      height: 20%;
      margin-right: 0;
      max-height: 88px;
      max-width: 88px;
      mix-blend-mode: multiply;
      width: 20%; }
      #icle .content_detail .authors__circle:nth-of-type(n + 2) {
        margin-left: -1rem; }
      @media (min-width: 1024px) {
        #icle .content_detail .authors__circle {
          height: 13%;
          width: 13%; } }
  #icle .content_detail-title {
    font-family: 'Kokoro';
    font-size: 34px;
    font-style: normal;
    font-weight: inherit;
    line-height: 110%;
    margin: 1rem 0 2rem; }
    @media (min-width: 767px) {
      #icle .content_detail-title {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      #icle .content_detail-title {
        font-size: 50px; } }
  #icle .post_meta-wrapper {
    display: flex;
    justify-content: space-between; }
  #icle .meta__authors {
    border-right: 0;
    flex: 1 1 auto;
    font-family: 'National';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 1rem; }
    #icle .meta__authors .authors__circle {
      min-width: 64px;
      min-height: 64px; }
    @media (min-width: 767px) {
      #icle .meta__authors {
        align-items: center;
        display: block;
        justify-content: flex-start; } }
  #icle div.authors__imgs {
    padding-right: .5rem; }
    @media (min-width: 767px) {
      #icle div.authors__imgs {
        display: none;
        flex: 0 1; } }
    @media (min-width: 1200px) {
      #icle div.authors__imgs {
        flex: 0 1; } }
  #icle .author__img {
    mix-blend-mode: multiply; }
  #icle div.authors-names_dates {
    color: #35362b; }
    @media (min-width: 767px) {
      #icle div.authors-names_dates {
        flex: 1 1 auto; } }
    #icle div.authors-names_dates .authors__names {
      color: #35362b;
      font-size: 19px; }
      #icle div.authors-names_dates .authors__names a {
        color: #35362b; }
  #icle .citation {
    font-size: 14px;
    font-style: normal;
    line-height: 130%;
    padding: 4px 0 16px; }
    #icle .citation .citation_name {
      font-weight: 800;
      margin-right: .5rem;
      text-transform: uppercase; }
  #icle .publication_date {
    font-size: 16px;
    font-style: normal;
    font-weight: 500; }
  #icle .content_detail-main {
    --top: 0;
    font-size: 20px;
    line-height: 130%;
    order: 2;
    padding-top: 1.5rem;
    width: 100%; }
    @media (min-width: 767px) {
      #icle .content_detail-main {
        margin-left: auto;
        margin-right: 0;
        padding-top: 67px;
        width: 66%; } }
    @media (min-width: 1024px) {
      #icle .content_detail-main {
        margin-left: 12%; } }
    @media (min-width: 1200px) {
      #icle .content_detail-main {
        margin-left: calc(170px + 9%);
        margin-right: 14%;
        width: 50%; } }
    @media (min-width: 1600px) {
      #icle .content_detail-main {
        margin-left: 21%;
        width: 50%; } }
    @media (min-width: 1700px) {
      #icle .content_detail-main {
        margin-left: 19%; } }
    #icle .content_detail-main a {
      color: #c86e3b; }
    #icle .content_detail-main h2 {
      border-bottom: solid 3px;
      font-family: 'National';
      font-size: 36px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      margin-bottom: 20px;
      padding-bottom: .6rem;
      text-transform: uppercase; }
    #icle .content_detail-main h3 {
      font-family: 'National';
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 108%; }
    #icle .content_detail-main h4 {
      font-family: 'National';
      font-size: 20px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      margin-bottom: 20px; }
    #icle .content_detail-main ul {
      list-style-type: disc;
      margin-bottom: 20px;
      padding-left: 1.5rem; }
    #icle .content_detail-main ol {
      list-style-type: revert;
      margin-bottom: 20px;
      padding-left: 1.5rem; }
    #icle .content_detail-main li {
      padding-bottom: .8rem; }
    #icle .content_detail-main p {
      font-size: 20px;
      line-height: 130%;
      margin-bottom: 20px; }
    #icle .content_detail-main img {
      height: auto;
      max-width: 100%; }
    #icle .content_detail-main blockquote {
      border-left: solid 7px #e4e0d5;
      margin-bottom: 1.6rem;
      padding-bottom: 0;
      padding-left: 2rem;
      padding-top: 0; }
      #icle .content_detail-main blockquote p:last-of-type {
        margin-bottom: 0; }
  @media (min-width: 1200px) {
    #icle #detail_sidebar {
      overflow: visible;
      padding-top: 0;
      position: static; }
      #icle #detail_sidebar .sidebar__inner {
        padding-bottom: 67px;
        padding-top: 67px; } }
  #icle .content_detail-right_sidebar {
    box-sizing: content-box;
    flex: 0 0 auto;
    order: 3;
    overflow: visible;
    padding-top: 67px;
    top: 0;
    width: 100%; }
    @media (min-width: 767px) {
      #icle .content_detail-right_sidebar {
        margin: 0 0 0 auto;
        width: 66%; } }
    @media (min-width: 1024px) {
      #icle .content_detail-right_sidebar {
        margin: 0 0 0 auto; } }
    @media (min-width: 1200px) {
      #icle .content_detail-right_sidebar {
        align-self: flex-end;
        background: transparent;
        bottom: 0;
        float: right;
        margin-left: 0;
        overflow-y: scroll;
        padding-bottom: 2rem;
        position: -webkit-sticky;
        position: sticky;
        width: 22%; } }
    #icle .content_detail-right_sidebar .spotlight-link {
      background-size: 50% auto; }
    @media (min-width: 1024px) {
      #icle .content_detail-right_sidebar .authors__circle {
        height: auto;
        width: auto; } }
    #icle .content_detail-right_sidebar .authors--inline {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      gap: 0; }
    #icle .content_detail-right_sidebar .author_description {
      font-size: 14px; }
  #icle .download_pdf svg {
    transform: rotate(135deg); }
  #icle .bold_cta {
    background: #c86e3b;
    color: #fafaf9;
    display: block;
    font-family: 'National Condensed';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 200%;
    margin-bottom: 3.2rem;
    padding: .6rem 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  #icle .sidebar_header {
    font-family: 'National Condensed';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 110%;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    #icle .sidebar_header:not(:first-child) {
      margin-top: 2rem; }
  #icle .author_details:not(:last-child) {
    margin-bottom: 1rem; }
  #icle .author_description {
    font-size: 13px;
    font-style: normal;
    font-weight: 480;
    line-height: 130%;
    padding: .3rem 0 1rem; }
  #icle .author_position_title {
    font-family: 'National';
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0; }

@media (min-width: 1024px) {
  #icle.single-post .content_detail-right_sidebar {
    margin: 0 auto 0 12%; } }

.main_content .source_citation {
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  margin-bottom: .25rem;
  transform: translateY(-0.4rem); }

.single-review .main,
.single-review .site-wrapper,
.single-review .with-sidebar,
.single-review .main_content-wrapper,
.single-review .main_content,
.single-update .main,
.single-update .site-wrapper,
.single-update .with-sidebar,
.single-update .main_content-wrapper,
.single-update .main_content,
.single-spotlight .main,
.single-spotlight .site-wrapper,
.single-spotlight .with-sidebar,
.single-spotlight .main_content-wrapper,
.single-spotlight .main_content {
  position: static; }

.single-review .site-wrapper,
.single-update .site-wrapper,
.single-spotlight .site-wrapper {
  border-top: none; }

.single-review .with-sidebar,
.single-update .with-sidebar,
.single-spotlight .with-sidebar {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .single-review .with-sidebar,
    .single-update .with-sidebar,
    .single-spotlight .with-sidebar {
      overflow: inherit; } }

.single-review .bg_image-right-wrapper,
.single-update .bg_image-right-wrapper,
.single-spotlight .bg_image-right-wrapper {
  top: 86rem; }

.single-review .spotlight_hero,
.single-update .spotlight_hero,
.single-spotlight .spotlight_hero {
  background-color: #e8e4d4;
  height: auto;
  max-height: none;
  min-height: 800px; }
  .single-review .spotlight_hero::after,
  .single-update .spotlight_hero::after,
  .single-spotlight .spotlight_hero::after {
    background-color: #dad5c7;
    left: 0;
    mix-blend-mode: initial;
    right: auto;
    width: 29%; }
    @media (min-width: 1024px) {
      .single-review .spotlight_hero::after,
      .single-update .spotlight_hero::after,
      .single-spotlight .spotlight_hero::after {
        display: block; } }
  .single-review .spotlight_hero h1,
  .single-update .spotlight_hero h1,
  .single-spotlight .spotlight_hero h1 {
    font-family: 'Kokoro';
    font-size: 66px;
    font-style: normal;
    font-weight: inherit;
    line-height: 120%;
    margin-bottom: 1.2rem;
    margin-top: 1rem; }
    @media (min-width: 500px) {
      .single-review .spotlight_hero h1,
      .single-update .spotlight_hero h1,
      .single-spotlight .spotlight_hero h1 {
        font-size: 80px; } }
  .single-review .spotlight_hero p,
  .single-update .spotlight_hero p,
  .single-spotlight .spotlight_hero p {
    font-size: 21px;
    margin-bottom: 1rem; }

.single-review .sidebar h2,
.single-update .sidebar h2,
.single-spotlight .sidebar h2 {
  font-family: 'Kokoro';
  font-size: 35px;
  font-style: normal;
  font-weight: inherit;
  line-height: 115%;
  margin-bottom: 1rem; }

.single-review .timeline__label--text,
.single-update .timeline__label--text,
.single-spotlight .timeline__label--text {
  font-weight: bold; }

.single-review .spotlight_hero-content,
.single-update .spotlight_hero-content,
.single-spotlight .spotlight_hero-content {
  padding-bottom: 3rem; }
  @media (min-width: 1024px) {
    .single-review .spotlight_hero-content,
    .single-update .spotlight_hero-content,
    .single-spotlight .spotlight_hero-content {
      padding-left: calc(4% + 360px); } }
  @media (min-width: 1200px) {
    .single-review .spotlight_hero-content,
    .single-update .spotlight_hero-content,
    .single-spotlight .spotlight_hero-content {
      padding-left: calc(10% + 360px); } }

.single-review .content_meta_links,
.single-update .content_meta_links,
.single-spotlight .content_meta_links {
  align-items: baseline;
  display: flex;
  font-size: 16px;
  margin: 1rem 0;
  text-transform: uppercase; }

.single-review .main_content > h2,
.single-update .main_content > h2,
.single-spotlight .main_content > h2 {
  border-bottom: 3px solid #35362b;
  font-family: 'National';
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 108%;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.single-review .post_listing-content h2, .single-review .post_listing-content h3, .single-review .post_listing-content h4, .single-review .post_listing-content h5, .single-review .post_listing-content h6,
.single-update .post_listing-content h2,
.single-update .post_listing-content h3,
.single-update .post_listing-content h4,
.single-update .post_listing-content h5,
.single-update .post_listing-content h6,
.single-spotlight .post_listing-content h2,
.single-spotlight .post_listing-content h3,
.single-spotlight .post_listing-content h4,
.single-spotlight .post_listing-content h5,
.single-spotlight .post_listing-content h6 {
  font-size: 20px;
  margin-bottom: .8rem; }

.single-review .sharer,
.single-update .sharer,
.single-spotlight .sharer {
  display: flex;
  margin-left: .8rem; }

.single-review .back_to_top-link,
.single-update .back_to_top-link,
.single-spotlight .back_to_top-link {
  display: none; }

.single-review .sharer__link,
.single-update .sharer__link,
.single-spotlight .sharer__link {
  display: block;
  height: 1.4rem;
  margin-right: .4rem;
  width: 1.4rem; }
  .single-review .sharer__link svg,
  .single-update .sharer__link svg,
  .single-spotlight .sharer__link svg {
    height: 1.2rem;
    width: 1.2rem; }
    .single-review .sharer__link svg path,
    .single-update .sharer__link svg path,
    .single-spotlight .sharer__link svg path {
      fill: #35362b; }
  .single-review .sharer__link:hover svg path, .single-review .sharer__link:focus svg path,
  .single-update .sharer__link:hover svg path,
  .single-update .sharer__link:focus svg path,
  .single-spotlight .sharer__link:hover svg path,
  .single-spotlight .sharer__link:focus svg path {
    fill: #c86e3b; }

.single-review .show-full .svg-inline--fa.fa-angle-down,
.single-update .show-full .svg-inline--fa.fa-angle-down,
.single-spotlight .show-full .svg-inline--fa.fa-angle-down {
  transform: rotate(180deg); }

.single-review .timeline_listing-meta,
.single-update .timeline_listing-meta,
.single-spotlight .timeline_listing-meta {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 500px) {
    .single-review .timeline_listing-meta,
    .single-update .timeline_listing-meta,
    .single-spotlight .timeline_listing-meta {
      flex-direction: column; } }

.single-review .timeline_listing-meta_citation,
.single-update .timeline_listing-meta_citation,
.single-spotlight .timeline_listing-meta_citation {
  color: #75766b;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  width: 100%; }
  .single-review .timeline_listing-meta_citation a,
  .single-update .timeline_listing-meta_citation a,
  .single-spotlight .timeline_listing-meta_citation a {
    display: inline-block;
    max-width: calc(100% - 150px);
    padding: .25rem 0;
    white-space: nowrap; }

.single-review .timeline_listing-meta_links,
.single-update .timeline_listing-meta_links,
.single-spotlight .timeline_listing-meta_links {
  margin-right: 1rem;
  white-space: nowrap; }
  .single-review .timeline_listing-meta_links a,
  .single-review .timeline_listing-meta_links button,
  .single-update .timeline_listing-meta_links a,
  .single-update .timeline_listing-meta_links button,
  .single-spotlight .timeline_listing-meta_links a,
  .single-spotlight .timeline_listing-meta_links button {
    font-family: 'National Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  .single-review .timeline_listing-meta_links a svg,
  .single-update .timeline_listing-meta_links a svg,
  .single-spotlight .timeline_listing-meta_links a svg {
    display: inline-block; }

@media (min-width: 500px) {
  .single-review .timeline_listing-meta_tax,
  .single-update .timeline_listing-meta_tax,
  .single-spotlight .timeline_listing-meta_tax {
    min-height: 20px; } }

.single-review .timeline_listing-meta_tax .meta_tax_flag,
.single-review .timeline_listing-meta_tax a,
.single-update .timeline_listing-meta_tax .meta_tax_flag,
.single-update .timeline_listing-meta_tax a,
.single-spotlight .timeline_listing-meta_tax .meta_tax_flag,
.single-spotlight .timeline_listing-meta_tax a {
  align-items: center;
  border: solid 1px #75766b;
  color: #75766b;
  display: inline-flex;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 130%;
  padding-right: .5rem;
  text-transform: uppercase; }
  .single-review .timeline_listing-meta_tax .meta_tax_flag span,
  .single-review .timeline_listing-meta_tax a span,
  .single-update .timeline_listing-meta_tax .meta_tax_flag span,
  .single-update .timeline_listing-meta_tax a span,
  .single-spotlight .timeline_listing-meta_tax .meta_tax_flag span,
  .single-spotlight .timeline_listing-meta_tax a span {
    background: #c86e3b;
    border-right: solid 1px #75766b;
    margin-right: .5rem; }
  .single-review .timeline_listing-meta_tax .meta_tax_flag svg,
  .single-review .timeline_listing-meta_tax a svg,
  .single-update .timeline_listing-meta_tax .meta_tax_flag svg,
  .single-update .timeline_listing-meta_tax a svg,
  .single-spotlight .timeline_listing-meta_tax .meta_tax_flag svg,
  .single-spotlight .timeline_listing-meta_tax a svg {
    display: block;
    height: 22px;
    padding: 4px 3px 4px 5px;
    width: 27px; }
    .single-review .timeline_listing-meta_tax .meta_tax_flag svg path,
    .single-review .timeline_listing-meta_tax a svg path,
    .single-update .timeline_listing-meta_tax .meta_tax_flag svg path,
    .single-update .timeline_listing-meta_tax a svg path,
    .single-spotlight .timeline_listing-meta_tax .meta_tax_flag svg path,
    .single-spotlight .timeline_listing-meta_tax a svg path {
      fill: #f0eee8; }

.single-review .hero_image,
.single-spotlight .hero_image {
  height: auto;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 11; }

.single-review .hero_image-left,
.single-spotlight .hero_image-left {
  display: none;
  left: 0;
  max-width: 37vw;
  top: 120px; }
  @media (min-width: 1024px) {
    .single-review .hero_image-left,
    .single-spotlight .hero_image-left {
      display: inline-block; } }

.single-review .hero_image-right,
.single-spotlight .hero_image-right {
  bottom: -200px;
  max-width: 26vw;
  min-width: 190px;
  right: 0;
  transform: scale(-1, 1); }

.single-review .main_content .source_citation,
.single-spotlight .main_content .source_citation {
  margin-bottom: .3rem; }

.single-review .timeline__posts,
.single-spotlight .timeline__posts {
  margin-bottom: 0; }
  .single-review .timeline__posts .inline_content h2,
  .single-review .timeline__posts > h2,
  .single-spotlight .timeline__posts .inline_content h2,
  .single-spotlight .timeline__posts > h2 {
    text-transform: uppercase; }
  .single-review .timeline__posts .inline_content h3,
  .single-review .timeline__posts > h3,
  .single-spotlight .timeline__posts .inline_content h3,
  .single-spotlight .timeline__posts > h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: .5rem;
    padding-top: 1.2rem; }
  .single-review .timeline__posts .inline_content h4,
  .single-review .timeline__posts > h4,
  .single-spotlight .timeline__posts .inline_content h4,
  .single-spotlight .timeline__posts > h4 {
    font-size: 23px;
    font-weight: 800;
    line-height: 120%; }
  .single-review .timeline__posts .inline_content a,
  .single-spotlight .timeline__posts .inline_content a {
    text-decoration: underline; }
    .single-review .timeline__posts .inline_content a:hover,
    .single-spotlight .timeline__posts .inline_content a:hover {
      color: #c86e3b;
      text-decoration: none; }
  .single-review .timeline__posts .inline_content p,
  .single-spotlight .timeline__posts .inline_content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%; }
  .single-review .timeline__posts .inline_content ul,
  .single-spotlight .timeline__posts .inline_content ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 1.5rem; }
  .single-review .timeline__posts .inline_content ol,
  .single-spotlight .timeline__posts .inline_content ol {
    list-style-type: revert;
    margin-bottom: 1rem;
    padding-left: 1.5rem; }
  .single-review .timeline__posts .inline_content li,
  .single-spotlight .timeline__posts .inline_content li {
    padding-bottom: .8rem; }
  .single-review .timeline__posts .inline_content img,
  .single-spotlight .timeline__posts .inline_content img {
    height: auto;
    max-width: 100%; }
  .single-review .timeline__posts .inline_content blockquote,
  .single-spotlight .timeline__posts .inline_content blockquote {
    border-left: solid 7px #e4e0d5;
    margin-bottom: 1.6rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-top: 0; }
    .single-review .timeline__posts .inline_content blockquote p:last-of-type,
    .single-spotlight .timeline__posts .inline_content blockquote p:last-of-type {
      margin-bottom: 0; }
  .single-review .timeline__posts .inline_content + .post-listing__content,
  .single-spotlight .timeline__posts .inline_content + .post-listing__content {
    padding-top: .7rem; }
  .single-review .timeline__posts .show-full .post_listing-content,
  .single-review .timeline__posts .post_listing-content,
  .single-spotlight .timeline__posts .show-full .post_listing-content,
  .single-spotlight .timeline__posts .post_listing-content {
    background: transparent; }
  .single-review .timeline__posts .post-listing__content,
  .single-spotlight .timeline__posts .post-listing__content {
    background: #ece9e1;
    border-top: 0;
    padding: .7rem .8rem; }
    .single-review .timeline__posts .post-listing__content:first-of-type,
    .single-spotlight .timeline__posts .post-listing__content:first-of-type {
      padding-top: .7rem; }
    .single-review .timeline__posts .post-listing__content h2,
    .single-spotlight .timeline__posts .post-listing__content h2 {
      border-bottom-width: 1px;
      font-size: 24px;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
  @media (min-width: 500px) {
    .single-review .timeline__posts .timeline_listing-meta_links,
    .single-spotlight .timeline__posts .timeline_listing-meta_links {
      bottom: 0;
      position: absolute;
      right: 0; } }
  @media (max-width: 500px) {
    .single-review .timeline__posts .timeline_listing-meta_links button:first-of-type,
    .single-spotlight .timeline__posts .timeline_listing-meta_links button:first-of-type {
      padding-left: 0; } }

.single-review .spotlight_category,
.single-spotlight .spotlight_category {
  color: #539d99;
  font-family: 'National';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-top: 1rem;
  text-transform: uppercase; }

.single-review .updated,
.single-spotlight .updated {
  font-family: 'Test National Condensed';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 120%;
  text-transform: uppercase; }
  .single-review .updated strong,
  .single-spotlight .updated strong {
    font-family: 'National Condensed';
    letter-spacing: .1em; }

.apple.mobile .single-update .margin-image_wrapper {
  display: none; }

.single-update #abstract {
  display: none; }

.single-update .main,
.single-update .with-sidebar,
.single-update .main_content-wrapper,
.single-update .main_content {
  position: static; }

.single-update .with-sidebar {
  padding-top: 0; }
  .single-update .with-sidebar .sidebar h2 {
    display: none; }
    @media (min-width: 1024px) {
      .single-update .with-sidebar .sidebar h2 {
        display: block; } }
  .single-update .with-sidebar .main_content-wrapper {
    padding-top: 0; }

.single-update .wp-block-column figure {
  width: 100%; }

.single-update .read_more {
  transform: translateX(-5px); }

.single-update .event_update_listing {
  padding-left: 105px; }
  .single-update .event_update_listing .post_listing-title {
    margin-bottom: .65rem; }
  .single-update .event_update_listing .post-listing__excerpt {
    margin-bottom: .8rem; }
  .single-update .event_update_listing .event_info_wrapper {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .8rem; }
  .single-update .event_update_listing .event-location {
    background: url("/images/2022/pin.svg") left 4px no-repeat;
    background-size: 14px;
    padding-left: 1.1rem;
    margin-left: 1.1rem; }

.single-update .event-date-wrapper {
  border: solid 1px #35362b;
  border-top: solid 6px #35362b;
  font-family: 'National Condensed';
  left: 0;
  position: absolute; }

.single-update.post-password-required .spotlight_hero .spotlight_hero-content,
.single-update.post-password-required .spotlight_hero .container {
  position: static; }

.single-update.post-password-required #banner {
  z-index: 100000; }

.single-update.post-password-required #main-content {
  height: 100vh;
  overflow: hidden; }

.single-update.post-password-required .post-password-form {
  margin-top: calc(50vh - 60px);
  transform: translateY(-50%); }

.single-update.post-password-required .content_intro {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(245, 244, 240, 0.8);
  bottom: 0;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900; }

.single-update .site-wrapper {
  position: relative; }

.single-update .hero {
  background-color: transparent;
  min-height: 0; }
  @media (min-width: 1024px) {
    .single-update .hero {
      height: auto; } }
  @media (min-width: 1600px) {
    .single-update .hero {
      height: auto; } }
  .single-update .hero .hero__content {
    padding: 0; }
  .single-update .hero .short_description {
    margin-left: 0;
    width: 100%; }
    @media (min-width: 380px) {
      .single-update .hero .short_description {
        margin-left: 29vw;
        transform: translateY(-64px);
        width: 60%; } }
    @media (min-width: 767px) {
      .single-update .hero .short_description {
        margin-left: 224px;
        transform: translateY(-96px); } }
    @media (min-width: 1024px) {
      .single-update .hero .short_description {
        margin-left: 206px; } }
    @media (min-width: 1200px) {
      .single-update .hero .short_description {
        margin-left: 273px;
        width: 50%; } }

@media (min-width: 767px) {
  .single-update .hero__title {
    max-width: 700px; } }

@media (min-width: 1024px) {
  .single-update .hero__title {
    max-width: 640px; } }

@media (min-width: 1200px) {
  .single-update .hero__title {
    max-width: 770px; } }

@media (min-width: 1600px) {
  .single-update .hero__title {
    max-width: 850px; } }

.single-update .hero__title .h1_vector {
  max-width: 100%; }

.single-update .spotlight_hero-content {
  padding-bottom: 4rem; }

.single-update .bg_image-right-wrapper {
  max-width: 34vw;
  overflow: visible;
  top: 0; }
  .single-update .bg_image-right-wrapper .bg_image-right {
    max-width: 34vw;
    min-height: 500px; }
  .single-update .bg_image-right-wrapper .bg-r-v {
    top: 0;
    max-width: 100%;
    position: absolute;
    right: 0; }
  .single-update .bg_image-right-wrapper .bg-r {
    margin-left: auto;
    max-height: none;
    max-width: 100%;
    mix-blend-mode: multiply;
    transform: translateY(5rem); }
    @media (min-width: 1200px) {
      .single-update .bg_image-right-wrapper .bg-r {
        transform: translateY(7rem); } }

.single-update .bg_image-left-wrapper {
  top: 94rem; }

.single-update .margin-image_wrapper {
  top: 3rem; }
  @media (min-width: 1024px) {
    .single-update .margin-image_wrapper {
      display: none; } }
  @media (min-width: 1110px) {
    .single-update .margin-image_wrapper {
      display: block; } }

.single-update .margin-image_vector {
  max-width: none;
  transform: translateY(-2.5rem);
  width: 38%; }

.single-update .margin-image {
  height: 300px;
  justify-content: center;
  min-width: 190px;
  top: -2rem; }
  @media (min-width: 1024px) {
    .single-update .margin-image {
      top: 0; } }
  @media (min-width: 1200px) {
    .single-update .margin-image {
      top: 0; } }
  .single-update .margin-image .margin-image_img {
    width: 122%; }
    @media (min-width: 1024px) {
      .single-update .margin-image .margin-image_img {
        transform: translateX(25px);
        width: calc(122% - 50px); } }
    @media (min-width: 1110px) {
      .single-update .margin-image .margin-image_img {
        transform: none;
        width: 100%; } }
    @media (min-width: 1200px) {
      .single-update .margin-image .margin-image_img {
        transform: none;
        width: 108%; } }
    @media (min-width: 1392px) {
      .single-update .margin-image .margin-image_img {
        width: 114%; } }

.single-update .main_content-wrapper .content_intro h2 {
  font-family: 'Kokoro';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem; }

.single-update .main_content-wrapper .content_intro p {
  font-family: 'National';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; }

.single-update .main_content-wrapper .sharer {
  display: flex; }

.single-update .main_content-wrapper .back_to_top {
  display: none; }

.single-update .main_content-wrapper .content_section > h2 {
  border-bottom: 3px solid #c86e3b;
  color: #c86e3b;
  font-family: 'National';
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 108%;
  margin-bottom: 2rem;
  padding-bottom: .7rem;
  padding-top: 2rem; }
  .single-update .main_content-wrapper .content_section > h2:first-child {
    padding-top: 0; }

.post_listing-content a {
  color: #c86e3b; }

.post_listing-content h2 {
  font-size: 22px; }

.intro_content-wrapper {
  font-size: 24px;
  margin-bottom: 3rem; }
  .intro_content-wrapper p {
    margin-bottom: 1.2rem; }
  .intro_content-wrapper h2 {
    font-family: 'Kokoro';
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 1.4rem; }

#icle.tax-program_type {
  /* antitrust */
  /* data security */
  /* financial regulation */
  /* telecom */
  /* IP */
  /* innovation */ }
  #icle.tax-program_type .hero__content {
    margin-bottom: 2rem;
    margin-top: 2rem; }
    @media (min-width: 767px) {
      #icle.tax-program_type .hero__content {
        margin-top: 4rem; } }
    @media (min-width: 1200px) {
      #icle.tax-program_type .hero__content {
        margin-top: 0; } }
  #icle.tax-program_type .hero_image {
    width: 100%; }
  #icle.tax-program_type .short_description {
    margin: 0 auto 0 0;
    max-width: 21.5rem;
    width: auto; }
    @media (min-width: 500px) {
      #icle.tax-program_type .short_description {
        box-sizing: content-box;
        padding-left: 104px; } }
    @media (min-width: 600px) {
      #icle.tax-program_type .short_description {
        box-sizing: content-box;
        margin-left: calc(calc(95vw - 550px) / 4); } }
    @media (min-width: 767px) {
      #icle.tax-program_type .short_description {
        margin-left: 0;
        padding-left: 20.5%;
        max-width: 25rem;
        width: 60%; } }
    @media (min-width: 1200px) {
      #icle.tax-program_type .short_description {
        padding-left: 17%;
        width: 500px;
        max-width: 35%; } }
  #icle.tax-program_type .hero__title {
    margin-bottom: 0;
    min-width: 300px;
    width: 60%; }
    @media (min-width: 1200px) {
      #icle.tax-program_type .hero__title {
        max-width: 49%; } }
  #icle.tax-program_type .bg_lines {
    left: 0;
    position: absolute;
    top: calc(20rem + 14%);
    z-index: 3; }
    #icle.tax-program_type .bg_lines img {
      max-width: 14vw; }
    @media (min-width: 1200px) {
      #icle.tax-program_type .bg_lines {
        top: calc(27rem + 8%); }
        #icle.tax-program_type .bg_lines img {
          max-width: 14vw; } }
  #icle.tax-program_type .bg_lines_r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    #icle.tax-program_type .bg_lines_r img {
      max-width: 50vw;
      transform: translate(50%, -50%); }
    @media (min-width: 1200px) {
      #icle.tax-program_type .bg_lines_r {
        top: 0; }
        #icle.tax-program_type .bg_lines_r img {
          max-width: 50vw;
          transform: none; } }
  #icle.tax-program_type .spotlights .subhead_wrap {
    background-size: 240px;
    font-size: 18px;
    min-width: 440px;
    width: 420px; }
    @media (min-width: 500px) {
      #icle.tax-program_type .spotlights .subhead_wrap {
        padding-left: 12rem; } }
    @media (min-width: 767px) {
      #icle.tax-program_type .spotlights .subhead_wrap {
        font-size: 22px;
        width: 460px; } }
  @media (min-width: 1200px) {
    #icle.tax-program_type .component-spotlights + .quick_reads {
      margin-top: -3.5rem; } }
  @media (min-width: 500px) {
    #icle.tax-program_type.term-2 .short_description {
      transform: translateX(-0.8rem); } }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-2 .short_description {
      transform: translateX(-1.2rem); } }
  #icle.tax-program_type.term-2 .hero::after,
  #icle.tax-program_type.term-2 .hero_image-wrapper::after,
  #icle.tax-program_type.term-2 .content_description {
    background: #5aadaa; }
  #icle.tax-program_type.term-2 .quick_reads .grid_card .grid-category,
  #icle.tax-program_type.term-2 .quick_reads,
  #icle.tax-program_type.term-2 .page_footer_cta {
    background: #34706d; }
  #icle.tax-program_type.term-2 .h1_vector {
    max-width: 820px;
    height: 43.7%;
    width: 100%; }
  #icle.tax-program_type.term-2 .quick_reads .grid_card h3 {
    color: #34706d; }
  #icle.tax-program_type.term-2 .quick_reads .subheader_cta {
    color: #539d99; }
  #icle.tax-program_type.term-2 .grid_card-header,
  #icle.tax-program_type.term-2 .subhead_wrap {
    border-color: #539d99; }
  #icle.tax-program_type.term-2 .quick_reads .grid_card .grid-category {
    color: #cbf4f1; }
  #icle.tax-program_type.term-2 .quick_reads .grid_card .grid-category-header::before {
    background: #cbf4f1; }
  #icle.tax-program_type.term-2 .hero_image-wrapper {
    height: 60vw;
    max-height: 620px; }
    @media (min-width: 1200px) {
      #icle.tax-program_type.term-2 .hero_image-wrapper {
        height: 50vw;
        max-height: 785px; } }
    #icle.tax-program_type.term-2 .hero_image-wrapper img {
      transform: translateY(-14%); }
      @media (min-width: 1200px) {
        #icle.tax-program_type.term-2 .hero_image-wrapper img {
          transform: none; } }
  @media (min-width: 500px) {
    #icle.tax-program_type.term-3 .short_description {
      margin-top: -3rem; } }
  @media (min-width: 1024px) {
    #icle.tax-program_type.term-3 .short_description {
      margin-top: -4.5rem; } }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-3 .short_description {
      margin-top: -4rem;
      max-width: 34%; } }
  @media (min-width: 1600px) {
    #icle.tax-program_type.term-3 .short_description {
      padding-left: 231px;
      max-width: 33%; } }
  #icle.tax-program_type.term-3 .hero::after,
  #icle.tax-program_type.term-3 .hero_image-wrapper::after {
    background: #7088ad; }
  #icle.tax-program_type.term-3 .page_footer_cta,
  #icle.tax-program_type.term-3 .quick_reads .grid_card .grid-category,
  #icle.tax-program_type.term-3 .quick_reads {
    background: #4a6184; }
  #icle.tax-program_type.term-3 .content_description {
    background: #9fafc8; }
  #icle.tax-program_type.term-3 .h1_vector {
    max-width: 654px;
    height: 43.7%;
    width: 100%; }
  #icle.tax-program_type.term-3 .page_footer_cta,
  #icle.tax-program_type.term-3 .quick_reads .grid_card h3 {
    color: #4a6184; }
  #icle.tax-program_type.term-3 .quick_reads .subheader_cta {
    color: #f5f4f0; }
  #icle.tax-program_type.term-3 .grid_card-header,
  #icle.tax-program_type.term-3 .subhead_wrap {
    border-color: #b7c6dc; }
  #icle.tax-program_type.term-3 .quick_reads .grid_card .grid-category {
    color: #b7c6dc; }
  #icle.tax-program_type.term-3 .quick_reads .grid_card .grid-category-header::before {
    background: #b7c6dc; }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-3 .hero_image-wrapper {
      max-width: 52%; } }
  @media (min-width: 500px) {
    #icle.tax-program_type.term-4 .short_description {
      padding-left: 96px; } }
  @media (min-width: 600px) {
    #icle.tax-program_type.term-4 .short_description {
      margin-left: calc(calc(95vw - 550px) / 7); } }
  @media (min-width: 767px) {
    #icle.tax-program_type.term-4 .short_description {
      margin-left: 0;
      padding-left: 17.5%; } }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-4 .short_description {
      margin-top: -.5rem;
      padding-left: 16%; } }
  #icle.tax-program_type.term-4 .hero__title {
    max-width: 59%; }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-4 .hero_image {
      transform: translateX(3vw); } }
  #icle.tax-program_type.term-4 .hero::after,
  #icle.tax-program_type.term-4 .hero_image-wrapper::after {
    background: #96a14a; }
  #icle.tax-program_type.term-4 .page_footer_cta,
  #icle.tax-program_type.term-4 .quick_reads .grid_card .grid-category,
  #icle.tax-program_type.term-4 .quick_reads {
    background: #79823b; }
  #icle.tax-program_type.term-4 .content_description {
    background: #b4be6d; }
  #icle.tax-program_type.term-4 .h1_vector {
    max-width: 833px;
    height: 43.7%;
    width: 100%; }
    @media (min-width: 1200px) {
      #icle.tax-program_type.term-4 .h1_vector {
        width: 92%; } }
  #icle.tax-program_type.term-4 .quick_reads .grid_card h3 {
    color: #79823b; }
  #icle.tax-program_type.term-4 .quick_reads .subheader_cta {
    color: #f5f4f0; }
  #icle.tax-program_type.term-4 .page_footer_cta,
  #icle.tax-program_type.term-4 .grid_card-header,
  #icle.tax-program_type.term-4 .subhead_wrap {
    border-color: #d4e465; }
  #icle.tax-program_type.term-4 .quick_reads .grid_card .grid-category {
    color: #d4e465; }
  #icle.tax-program_type.term-4 .quick_reads .grid_card .grid-category-header::before {
    background: #d4e465; }
  @media (min-width: 1440px) {
    #icle.tax-program_type.term-7 .short_description {
      padding-left: 210px; } }
  #icle.tax-program_type.term-7 .hero::after,
  #icle.tax-program_type.term-7 .hero_image-wrapper::after {
    background: #dbb636; }
  #icle.tax-program_type.term-7 .page_footer_cta,
  #icle.tax-program_type.term-7 .quick_reads .grid_card .grid-category,
  #icle.tax-program_type.term-7 .quick_reads {
    background: #ae9437; }
  #icle.tax-program_type.term-7 .content_description {
    background: #e6cb70; }
  #icle.tax-program_type.term-7 .h1_vector {
    max-width: 617px;
    height: 43.7%;
    width: 100%; }
  #icle.tax-program_type.term-7 .quick_reads .grid_card h3 {
    color: #ae9437; }
  #icle.tax-program_type.term-7 .quick_reads .subheader_cta {
    color: #f5f4f0; }
  #icle.tax-program_type.term-7 .page_footer_cta,
  #icle.tax-program_type.term-7 .grid_card-header,
  #icle.tax-program_type.term-7 .subhead_wrap {
    border-color: #f9f6ee; }
  #icle.tax-program_type.term-7 .quick_reads .grid_card .grid-category {
    color: #f9f6ee; }
  #icle.tax-program_type.term-7 .quick_reads .grid_card .grid-category-header::before {
    background: #f9f6ee; }
  @media (min-width: 500px) {
    #icle.tax-program_type.term-6 .short_description {
      margin-top: -3rem; } }
  @media (min-width: 767px) {
    #icle.tax-program_type.term-6 .short_description {
      margin-top: -4rem; } }
  @media (min-width: 1440px) {
    #icle.tax-program_type.term-6 .short_description {
      padding-left: 214px; } }
  #icle.tax-program_type.term-6 .hero::after,
  #icle.tax-program_type.term-6 .hero_image-wrapper::after {
    background: #8c79a1; }
  #icle.tax-program_type.term-6 .page_footer_cta,
  #icle.tax-program_type.term-6 .quick_reads .grid_card .grid-category,
  #icle.tax-program_type.term-6 .quick_reads {
    background: #755c8f; }
  #icle.tax-program_type.term-6 .content_description {
    background: #b5a2c9; }
  #icle.tax-program_type.term-6 .h1_vector {
    max-width: 617px;
    height: 43.7%;
    width: 100%; }
  #icle.tax-program_type.term-6 .quick_reads .grid_card h3 {
    color: #755c8f; }
  #icle.tax-program_type.term-6 .quick_reads .subheader_cta {
    color: #f5f4f0; }
  #icle.tax-program_type.term-6 .page_footer_cta,
  #icle.tax-program_type.term-6 .grid_card-header,
  #icle.tax-program_type.term-6 .subhead_wrap {
    border-color: #c5b8d3; }
  #icle.tax-program_type.term-6 .quick_reads .grid_card .grid-category {
    color: #c5b8d3; }
  #icle.tax-program_type.term-6 .quick_reads .grid_card .grid-category-header::before {
    background: #c5b8d3; }
  @media (min-width: 767px) {
    #icle.tax-program_type.term-5 .short_description {
      padding-left: 21%; } }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-5 .short_description {
      padding-left: 16%; } }
  #icle.tax-program_type.term-5 .hero::after,
  #icle.tax-program_type.term-5 .hero_image-wrapper::after {
    background: #c16161; }
  #icle.tax-program_type.term-5 .page_footer_cta,
  #icle.tax-program_type.term-5 .quick_reads .grid_card .grid-category,
  #icle.tax-program_type.term-5 .quick_reads {
    background: #bf4a4a; }
  #icle.tax-program_type.term-5 .content_description {
    background: #de8585; }
  #icle.tax-program_type.term-5 .h1_vector {
    max-width: 1100px;
    height: 43.7%;
    width: 100%; }
  #icle.tax-program_type.term-5 .quick_reads .grid_card h3 {
    color: #bf4a4a; }
  #icle.tax-program_type.term-5 .quick_reads .subheader_cta {
    color: #f5f4f0; }
  #icle.tax-program_type.term-5 .page_footer_cta,
  #icle.tax-program_type.term-5 .grid_card-header,
  #icle.tax-program_type.term-5 .subhead_wrap {
    border-color: #ecb0b0; }
  @media (min-width: 1200px) {
    #icle.tax-program_type.term-5 .hero__title {
      max-width: 45%; } }
  #icle.tax-program_type.term-5 .quick_reads .grid_card .grid-category {
    color: #ecb0b0; }
  #icle.tax-program_type.term-5 .quick_reads .grid_card .grid-category-header::before {
    background: #ecb0b0; }

#icle.page-template-page-le-programs .short_description {
  min-width: 230px; }

#icle.page-template-page-le-programs .banner__wrap a {
  color: #f5f4f0; }

#icle.page-template-page-le-programs.nav-open .banner__wrap a,
#icle.page-template-page-le-programs.search-open .banner__wrap a {
  color: #35362b; }

#icle.page-template-page-le-programs.nav-open .banner__wrap .searchform__toggle svg,
#icle.page-template-page-le-programs.search-open .banner__wrap .searchform__toggle svg {
  color: #35362b; }

#icle.page-template-page-le-programs .hero {
  background-color: #35362b; }
  #icle.page-template-page-le-programs .hero::after {
    background: rgba(237, 234, 226, 0.1);
    mix-blend-mode: normal; }

#icle.page-template-page-le-programs .hero_image {
  background: rgba(237, 234, 226, 0.1); }

#icle.page-template-page-le-programs .hero_image-wrapper {
  bottom: 0;
  height: auto;
  max-height: 400px;
  text-align: center;
  top: auto; }
  #icle.page-template-page-le-programs .hero_image-wrapper img {
    max-width: 585px;
    mix-blend-mode: multiply; }
  @media (min-width: 1200px) {
    #icle.page-template-page-le-programs .hero_image-wrapper {
      max-height: 680px;
      max-width: 60vw;
      right: 20%;
      top: 2rem; } }

#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .banner__home svg path:not(#logo-amp) {
  fill: #f5f4f0; }

#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .hamburger__line:before,
#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .hamburger__line:after,
#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .hamburger__line {
  background-color: #f5f4f0; }

#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .topics__toggle {
  background-color: #f5f4f0;
  color: #35362b; }

#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .short_description,
#icle.page-template-page-le-programs:not(.search-open):not(.nav-open) .searchform__toggle svg {
  color: #f5f4f0; }

#icle.page-template-page-le-programs .bg_lines {
  left: 0;
  position: absolute;
  top: calc(20rem + 14%);
  z-index: 3; }
  #icle.page-template-page-le-programs .bg_lines img {
    max-width: 14vw; }
  @media (min-width: 1200px) {
    #icle.page-template-page-le-programs .bg_lines {
      top: calc(10rem + 8%); }
      #icle.page-template-page-le-programs .bg_lines img {
        max-width: 14vw; } }

#icle.page-template-page-le-programs .bg_lines_r {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  #icle.page-template-page-le-programs .bg_lines_r img {
    max-width: 50vw;
    transform: translate(50%, -50%); }
  @media (min-width: 1200px) {
    #icle.page-template-page-le-programs .bg_lines_r {
      top: 3rem; }
      #icle.page-template-page-le-programs .bg_lines_r img {
        max-width: 50vw;
        transform: none; } }

#icle.page-template-page-le-programs #main-content {
  background-color: #f5f4f0; }

#icle.page-template-page-le-programs .events {
  padding-top: 0; }

#icle.page-template-page-le-programs .events__group {
  margin: 2rem 0 2rem; }
  @media (min-width: 1200px) {
    #icle.page-template-page-le-programs .events__group {
      margin: 6rem 0 5rem; } }

#icle.page-template-default .hero,
#icle.page-template-page-landing .hero {
  max-height: 870px; }

#icle.page-template-default .content_detail-main,
#icle.page-template-page-landing .content_detail-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: auto; }

#icle.page-template-default .bg_lines,
#icle.page-template-page-landing .bg_lines {
  left: 0;
  position: absolute;
  top: 45%;
  z-index: 3; }
  @media (min-width: 1200px) {
    #icle.page-template-default .bg_lines,
    #icle.page-template-page-landing .bg_lines {
      top: 60%; }
      #icle.page-template-default .bg_lines img,
      #icle.page-template-page-landing .bg_lines img {
        max-width: 14vw; } }

#icle.page-template-default .hero_image,
#icle.page-template-page-landing .hero_image {
  mix-blend-mode: multiply; }
  @media (min-width: 1200px) {
    #icle.page-template-default .hero_image,
    #icle.page-template-page-landing .hero_image {
      mix-blend-mode: normal; } }

@media (min-width: 767px) {
  #icle.page-template-default .horizontal-scroll .container,
  #icle.page-template-page-landing .horizontal-scroll .container {
    flex-direction: row;
    overflow-x: scroll;
    padding-left: 5vw;
    padding-right: 5vw; } }

@media (min-width: 1600px) {
  #icle.page-template-default .horizontal-scroll .container,
  #icle.page-template-page-landing .horizontal-scroll .container {
    margin-left: calc(((100vw - 1500px) - 95px) / 2); } }

@media (min-width: 1800px) {
  #icle.page-template-default .horizontal-scroll .container,
  #icle.page-template-page-landing .horizontal-scroll .container {
    margin-left: 0;
    padding-left: 185px;
    padding-right: 185px; } }

#icle .content_split.content_detail-main {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  width: auto; }
  #icle .content_split.content_detail-main p {
    max-width: 600px; }
  #icle .content_split.content_detail-main h2 {
    font-family: Kokoro;
    font-size: 32px;
    font-weight: 700;
    line-height: 115%;
    text-transform: none; }
  @media (min-width: 1200px) {
    #icle .content_split.content_detail-main {
      flex-direction: row;
      justify-content: space-between;
      max-width: none; }
      #icle .content_split.content_detail-main h2 {
        font-size: 45px; }
      #icle .content_split.content_detail-main .content_split-pane {
        width: 100%; } }

#icle.author .main {
  padding-top: 133px; }

#icle.author .publications {
  background-color: transparent;
  border-top: solid 1px #a8a8a1; }
  #icle.author .publications .h2_subheader,
  #icle.author .publications h3 a {
    color: #35362b; }
  #icle.author .publications .grid_card::after {
    background: #a8a8a1;
    width: 1px; }
  #icle.author .publications .offset_subheader {
    display: none; }

#icle .author_detail .content_detail-headshot {
  justify-content: flex-start;
  margin-right: 0;
  padding-top: 67px;
  position: static;
  width: 100%; }
  @media (min-width: 880px) {
    #icle .author_detail .content_detail-headshot {
      float: left;
      padding-top: 67px;
      width: 25%; } }
  #icle .author_detail .content_detail-headshot figure {
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 50%;
    overflow: hidden;
    width: 90%; }
    @media (min-width: 767px) {
      #icle .author_detail .content_detail-headshot figure {
        margin: 0;
        max-width: 255px; } }
  #icle .author_detail .content_detail-headshot .author__image {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%; }

#icle .author_detail .author__role {
  font-size: 24px;
  text-transform: none; }

#icle .author_detail .author__media {
  max-width: 255px; }

#icle .author_detail .content_detail-main {
  margin-left: auto;
  width: 100%; }
  @media (min-width: 880px) {
    #icle .author_detail .content_detail-main {
      margin-right: 0;
      width: 68%; } }
  @media (min-width: 1200px) {
    #icle .author_detail .content_detail-main {
      margin: 0 auto;
      width: 42%; } }
  #icle .author_detail .content_detail-main h1,
  #icle .author_detail .content_detail-main h2 {
    text-align: center; }
    @media (min-width: 767px) {
      #icle .author_detail .content_detail-main h1,
      #icle .author_detail .content_detail-main h2 {
        text-align: left; } }
  #icle .author_detail .content_detail-main h2 {
    border-bottom: none; }

@media (min-width: 767px) {
  #icle .author_detail .content_detail-right_sidebar {
    margin: 0;
    width: 100%; } }

@media (min-width: 880px) {
  #icle .author_detail .content_detail-right_sidebar {
    margin-left: auto;
    width: 68%; } }

@media (min-width: 1200px) {
  #icle .author_detail .content_detail-right_sidebar {
    flex: 0;
    margin-left: auto;
    width: 22%; } }

#icle .author_detail .socials {
  display: flex; }
  #icle .author_detail .socials li {
    padding-right: .8rem; }
  #icle .author_detail .socials a {
    color: #a8a8a1; }
    #icle .author_detail .socials a:hover {
      color: #35362b; }

#icle .author_detail .sidebar_section {
  margin-bottom: 2rem; }

#icle .author_detail .sidebar_header {
  font-family: 'National';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: .5rem; }
  #icle .author_detail .sidebar_header svg {
    max-width: 100%; }

#icle .author_detail .bg_lines {
  display: none;
  position: absolute;
  z-index: 3; }
  @media (min-width: 880px) {
    #icle .author_detail .bg_lines {
      display: block; } }

#icle .author_detail .bg_lines_l {
  left: 0;
  pointer-events: none;
  top: 30rem; }
  #icle .author_detail .bg_lines_l img {
    max-width: 20vw; }
  @media (min-width: 1200px) {
    #icle .author_detail .bg_lines_l {
      top: 35rem; }
      #icle .author_detail .bg_lines_l img {
        max-width: 14vw; } }

#icle .author_detail .bg_lines_r {
  right: 0;
  top: 25rem; }

#icle.error404 .main {
  padding-top: 133px; }

#icle.error404 .content_detail {
  display: block;
  margin-top: 4rem;
  padding-top: 67px;
  text-align: center; }
  #icle.error404 .content_detail:after {
    display: none; }
  #icle.error404 .content_detail h1 {
    font-family: 'Kokoro';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 188%; }
  #icle.error404 .content_detail p {
    font-family: 'Kokoro';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; }
    @media (min-width: 1024px) {
      #icle.error404 .content_detail p {
        font-size: 66px; } }
    @media (min-width: 1440px) {
      #icle.error404 .content_detail p {
        font-size: 80px;
        line-height: 188%; } }

#icle.page-template-page-contact .h1_vector {
  max-width: 950px;
  width: 70vw; }
  @media (min-width: 1200px) {
    #icle.page-template-page-contact .h1_vector {
      width: 54vw; } }

#icle.page-template-page-contact .text_banner {
  padding-top: 1rem; }
  @media (min-width: 1200px) {
    #icle.page-template-page-contact .text_banner {
      padding-top: 0; } }

@media (min-width: 1200px) {
  #icle.page-template-page-contact .content_detail-main p {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; } }

#icle.page-template-page-contact .content_detail-main a {
  color: #35362b;
  font-family: 'National';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; }
  #icle.page-template-page-contact .content_detail-main a:hover, #icle.page-template-page-contact .content_detail-main a:focus {
    color: #c86e3b; }

@media (min-width: 1200px) {
  #icle.page-template-page-contact .hero {
    height: 45vw;
    max-height: 650px; }
    #icle.page-template-page-contact .hero::after {
      display: none; } }

#icle.page-template-page-contact .hero_image-wrapper {
  display: none; }
  #icle.page-template-page-contact .hero_image-wrapper:after {
    display: none; }
  @media (min-width: 1200px) {
    #icle.page-template-page-contact .hero_image-wrapper {
      display: block;
      max-width: 45%; } }

.hero__wrap {
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden; }

.hero__title.no_svg {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }

.hero {
  background-color: #f5f4f0;
  padding: 140px 0 0; }
  .hero::after {
    background: #a8a8a1;
    content: ' ';
    display: none;
    height: 100%;
    max-width: 620px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    width: 34vw; }
    @media (min-width: 1200px) {
      .hero::after {
        display: block; } }
  .hero .hero__content {
    padding-top: 0; }
    .hero .hero__content .hero__title.no_svg {
      font-family: 'Optima';
      margin: 2rem 0 2rem 12%;
      max-width: 600px;
      text-indent: -3rem;
      text-transform: uppercase; }
  @media (min-width: 1200px) {
    .hero {
      height: 55vw;
      max-height: 900px;
      padding: 200px 0 0; } }

#icle .hero.simple::after {
  display: none; }
  @media (min-width: 1200px) {
    #icle .hero.simple::after {
      display: none; } }

@media (min-width: 1024px) {
  .hero__content {
    padding: 100px 0 4rem; } }

.hero__content p {
  position: relative; }

.hero__content img {
  width: 100%; }

.bg_image-left-wrapper {
  left: 0;
  max-width: 40vw;
  position: absolute;
  top: 0; }

.bg_image-right-wrapper {
  position: absolute;
  right: 0;
  top: 0; }

.bg_image-left,
.bg_image-right {
  max-width: 30vw;
  position: relative; }

.h1_vector {
  z-index: 2; }

.short_description {
  font-family: 'Optima';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto 1.5rem;
  overflow: visible;
  text-transform: uppercase;
  width: 50%; }
  @media (min-width: 767px) {
    .short_description {
      font-size: 30px;
      margin: 0 0 1.5rem 30%;
      width: 40%; } }
  @media (min-width: 1200px) {
    .short_description {
      width: 25%;
      margin-left: 17%; } }

.content_description-wrapper {
  display: flex;
  z-index: 2; }
  @media (min-width: 1200px) {
    .content_description-wrapper {
      align-items: flex-end;
      height: 100%;
      max-width: 620px;
      position: absolute;
      right: 0;
      top: 0;
      width: 34vw; } }

.content_description {
  background: #b0b09d;
  padding: 2rem 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .content_description {
      font-size: 20px;
      line-height: 110%;
      padding: 2rem 2rem 2rem 2rem; }
      .content_description .container {
        width: 100%; } }
  @media (min-width: 1600px) {
    .content_description .container {
      width: 100%; } }
  .content_description h2 {
    font-family: 'National Condensed';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 110%;
    margin-bottom: .5rem;
    text-transform: uppercase; }

.h1_vector {
  max-width: 700px;
  height: 43.7%;
  width: 100%; }

.hero_image-wrapper {
  height: 50vw;
  max-height: 500px;
  overflow: hidden; }
  .hero_image-wrapper::after {
    background: #a8a8a1;
    content: ' ';
    display: block;
    height: 100%;
    max-width: 620px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    width: 34vw; }
    @media (min-width: 1200px) {
      .hero_image-wrapper::after {
        display: none; } }
  .hero_image-wrapper.align-bottom {
    min-height: 100%; }
  .hero_image-wrapper img {
    width: 100%; }
  @media (min-width: 1200px) {
    .hero_image-wrapper {
      align-items: center;
      display: flex;
      height: 50vw;
      justify-content: center;
      max-height: 785px;
      max-width: 56%;
      mix-blend-mode: multiply;
      position: absolute;
      right: 0;
      top: 0; }
      .hero_image-wrapper::after {
        max-width: 800px;
        width: 45vw; }
      .hero_image-wrapper img {
        max-width: 1075px; } }

@media (max-width: 1439px) {
  .mobile-safari .primary_menu-wrapper,
  .safari .primary_menu-wrapper {
    display: none; } }

@media (max-width: 1439px) {
  .mobile-safari #icle.nav-open .primary_menu-wrapper,
  .safari #icle.nav-open .primary_menu-wrapper {
    display: block; } }

@media (max-width: 1439px) {
  #icle.nav-open .site-footer {
    display: none; }
  #icle.nav-open .nav--primary {
    z-index: 20; }
  #icle.nav-open .primary_menu-wrapper {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: all; }
  #icle.nav-open .mobile_topic_menu {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
  @media (max-width: 1439px) and (min-width: 1200px) {
    #icle.nav-open .mobile_topic_menu {
      padding-right: 3%;
      border-right: solid 1px #a8a8a1; } }

@media (max-width: 1439px) and (min-width: 1200px) {
  #icle.nav-open .primary_menu-panel:first-of-type {
    width: 74%; }
  #icle.nav-open .primary_menu-panel:nth-of-type(2) {
    padding-left: 3%;
    width: 26%; } }

@media (max-width: 1439px) {
  #icle.nav-open .primary_menu-panel .nav__item {
    padding: 1rem 0; } }
  @media (max-width: 1439px) and (min-width: 1200px) {
    #icle.nav-open .primary_menu-panel .nav__item {
      border-bottom: solid 1px #a8a8a1; } }

@media (max-width: 1439px) {
  #icle.nav-open .primary_menu-container {
    font-family: 'Kokoro Bold';
    max-width: 100%; }
    #icle.nav-open .primary_menu-container .nav__link {
      font-family: 'Kokoro Bold';
      font-size: 28px; }
    #icle.nav-open .primary_menu-container .topics__link {
      display: block;
      font-size: 32px;
      line-height: 124%;
      padding: 0 0 1rem; } }
    @media (max-width: 1439px) and (min-width: 767px) {
      #icle.nav-open .primary_menu-container .topics__link {
        border-bottom: solid 1px #a8a8a1; } }

@media (max-width: 1439px) {
      #icle.nav-open .primary_menu-container .topics__link span::after {
        left: -7px;
        top: 1px;
        transform: scale(0.8); }
    #icle.nav-open .primary_menu-container .topics__item {
      margin: 1rem 0; } }
    @media (max-width: 1439px) and (min-width: 767px) {
      #icle.nav-open .primary_menu-container .topics__item {
        margin: 1rem 1rem 1rem 0;
        width: 46%; } }

@media (max-width: 1439px) {
    #icle.nav-open .primary_menu-container .nav__header {
      color: #a8a8a1;
      font-family: 'Test National';
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: .1em;
      line-height: 100%;
      text-transform: uppercase; }
    #icle.nav-open .primary_menu-container .nav--primary {
      flex-grow: 1; }
  #icle.nav-open .banner_nav-wrapper {
    height: 100vw;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; } }

#banner {
  font-family: 'National'; }
  #banner a {
    color: #35362b;
    font-size: 18px;
    letter-spacing: .01rem;
    transition: color .2s linear; }
    #banner a.nav__link:hover .nav__text {
      color: #c86e3b; }
  #banner .container {
    max-width: 1560px;
    max-height: var(--banner-height); }
    #banner .container .banner__title {
      max-width: 56vw;
      margin: .9rem 0 0 0; }
      @media (min-width: 767px) {
        #banner .container .banner__title {
          margin: .9rem 1rem 0 -17px; } }
  #banner .banner__home svg {
    width: 100%; }
  #banner .topics__inner {
    max-height: none; }
  #banner .hamburger-wrapper {
    align-items: flex-end;
    display: flex;
    padding-left: 1rem; }
    @media (min-width: 1440px) {
      #banner .hamburger-wrapper {
        display: none; } }
  #banner .hamburger {
    height: 3.2rem;
    z-index: 130; }
  #banner .hamburger__line:before,
  #banner .hamburger__line:after,
  #banner .hamburger__line {
    background-color: #35362b; }
  #banner .nav--primary {
    z-index: 120; }
    @media (min-width: 1440px) {
      #banner .nav--primary {
        display: flex;
        height: 100%; } }
    #banner .nav--primary .nav__link {
      align-items: flex-end;
      box-sizing: border-box;
      display: flex;
      font-family: 'National';
      font-size: 18px;
      font-style: normal;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
      width: 100%; }
      @media (min-width: 960px) {
        #banner .nav--primary .nav__link {
          height: 100%; } }
      @media (min-width: 1440px) {
        #banner .nav--primary .nav__link {
          justify-content: center;
          padding: 0 1rem .6rem; } }
  #banner .nav__list {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0px; }
  #banner .primary_menu-wrapper {
    background-color: #f5f4f0;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    left: 0;
    opacity: 0;
    padding-top: 12rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: -webkit-clip-path .2s linear;
    transition: clip-path .2s linear;
    transition: clip-path .2s linear, -webkit-clip-path .2s linear;
    width: 100%; }
    @media (max-width: 1439px) {
      #banner .primary_menu-wrapper {
        min-height: 100vh; } }
    @media (min-width: 1440px) {
      #banner .primary_menu-wrapper {
        background-color: transparent;
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
        height: auto;
        opacity: 1;
        padding-top: 0;
        pointer-events: all;
        position: relative;
        width: auto; }
        #banner .primary_menu-wrapper .nav__link {
          font-size: 18px; } }
  @media (max-width: 1439px) {
    #banner .primary_menu-container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      max-width: 1080px;
      padding-bottom: 5rem;
      width: 90%; } }
  @media (min-width: 1200px) {
    #banner .primary_menu-container {
      flex-direction: row; } }
  @media (min-width: 1440px) {
    #banner .primary_menu-container {
      height: 100%; } }
  #banner .nav__header {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 127%;
    padding-bottom: 10px; }
    @media (min-width: 960px) {
      #banner .nav__header {
        font-size: 40px;
        font-weight: 700;
        line-height: 127%;
        padding-bottom: 12px; } }
    @media (min-width: 1440px) {
      #banner .nav__header {
        display: none; } }
  #banner .mobile_topic_menu {
    flex-basis: 66%;
    margin-bottom: 1rem; }
    @media (min-width: 1440px) {
      #banner .mobile_topic_menu {
        display: none; } }
    #banner .mobile_topic_menu .topic_mobile {
      padding-bottom: 13px; }
      #banner .mobile_topic_menu .topic_mobile a {
        font-size: 26px;
        font-weight: 700;
        line-height: 100%; }
        @media (min-width: 960px) {
          #banner .mobile_topic_menu .topic_mobile a {
            font-size: 30px; } }
  #banner .nav__list--primary {
    flex-direction: column;
    width: 100%; }
    @media (max-width: 1439px) {
      #banner .nav__list--primary .nav__link {
        font-size: 40px;
        font-weight: 700;
        line-height: 127%; } }
    @media (min-width: 1440px) {
      #banner .nav__list--primary {
        flex-direction: row; } }
  #banner .banner__search {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 1440px) {
      #banner .banner__search {
        padding-left: 0; } }
  #banner .searchform {
    display: block;
    height: 100%;
    position: relative; }
  #banner .searchform__toggle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 130; }
    #banner .searchform__toggle:focus, #banner .searchform__toggle:active {
      outline: 0; }
    #banner .searchform__toggle svg {
      color: #35362b;
      top: 70%; }
      @media (min-width: 1440px) {
        #banner .searchform__toggle svg {
          padding-left: 0;
          top: 70%; } }
  #banner .banner__donate {
    display: none; }
    #banner .banner__donate .nav.nav--primary .nav__item:hover > .nav__link:not(#nav__link--10233) {
      background-color: white;
      color: inherit; }
    #banner .banner__donate .nav__link {
      border: solid 2px #c86e3b;
      border-radius: 2px;
      height: auto;
      margin-top: 2rem;
      padding: .5rem 1rem;
      position: relative;
      top: 6px; }
      #banner .banner__donate .nav__link ::before {
        background: blue;
        display: block; }

#banner .banner__donate {
  display: none;
  z-index: 120; }

#banner .topics__toggle {
  display: none;
  z-index: 120; }
  @media (min-width: 1440px) {
    #banner .topics__toggle {
      display: block; } }

#banner .topics__toggle {
  background-color: #35362b;
  color: #fafaf9;
  font-family: 'National';
  font-size: 18px;
  font-style: normal;
  letter-spacing: .03rem;
  padding-top: 2.3rem;
  transition: background-color .2s linear, color .2s linear;
  z-index: 300; }

#banner .topics__nav {
  font-family: 'Kokoro Bold';
  max-height: none;
  padding-top: 9rem;
  top: 0;
  width: 100vw;
  z-index: -1; }
  @media (min-width: 1440px) {
    #banner .topics__nav {
      background-color: #35362b;
      position: absolute; } }
  #banner .topics__nav .container {
    max-width: 1582px; }

#banner .topics__link {
  font-size: 45px;
  line-height: 52px;
  padding-left: 0; }
  #banner .topics__link:hover {
    text-decoration: none; }

@media (min-width: 1440px) {
  #banner .panel-research_programs {
    display: none; }
  #banner .panel-nav {
    display: flex;
    height: 100%; } }

#banner .topics__heading {
  color: #a8a8a1;
  display: block;
  font-family: 'National';
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 2rem 0 1rem;
  text-transform: uppercase; }

#banner .topics__list {
  padding-right: 0; }
  #banner .topics__list .topics__item {
    border-bottom: 1px solid #a8a8a1;
    max-width: 640px;
    width: 100%; }
    #banner .topics__list .topics__item a {
      max-width: 500px; }
    #banner .topics__list .topics__item:nth-of-type(3n+3) {
      border-bottom: none; }
  @media (min-width: 1024px) {
    #banner .topics__list {
      -moz-column-gap: 4rem;
           column-gap: 4rem;
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #banner .topics__list .topics__item:nth-of-type(1n+4) {
        margin-left: auto; } }

#banner .banner__home svg path:not(#logo-amp) {
  fill: #35362b;
  transition: fill .5s ease-in-out; }

.topics-open #banner .banner__home svg path:not(#logo-amp) {
  fill: #f5f4f0;
  transition: fill .1s ease-in-out; }

.topics-open #banner .hamburger__line:before,
.topics-open #banner .hamburger__line:after,
.topics-open #banner .hamburger__line {
  background-color: #f5f4f0; }

.topics-open #banner .topics__toggle {
  background-color: #f5f4f0;
  color: #35362b; }

.topics-open #banner .searchform__toggle svg,
.topics-open #banner a {
  color: #f5f4f0; }

#icle .search_wrapper {
  align-items: center;
  -webkit-backdrop-filter: blur(0.85rem);
          backdrop-filter: blur(0.85rem);
  background-color: rgba(245, 244, 240, 0.85);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: flex;
  font-family: 'Kokoro Bold';
  height: 100vh;
  left: 0;
  max-height: none;
  padding-top: 9rem;
  position: fixed;
  top: 0;
  transition: -webkit-clip-path ease 250ms;
  transition: clip-path ease 250ms;
  transition: clip-path ease 250ms, -webkit-clip-path ease 250ms;
  width: 100vw;
  z-index: -1; }
  #icle .search_wrapper .margin-image_wrapper {
    max-width: 20%; }
    @media (min-width: 1200px) {
      #icle .search_wrapper .margin-image_wrapper {
        width: 20%;
        width: 310px; } }
    @media (min-width: 1600px) {
      #icle .search_wrapper .margin-image_wrapper {
        top: 20%;
        width: 330px; } }
  @media (min-width: 1200px) {
    #icle .search_wrapper .search-image {
      width: 100%; } }
  #icle .search_wrapper .search-vector {
    width: 50%;
    max-width: 15vw;
    transform: translateY(20%); }
  #icle .search_wrapper .line-dot {
    left: 0;
    top: 34vh;
    z-index: 0; }
  #icle .search_wrapper .pres-1 {
    top: 42vh;
    transform: scaleX(-1); }

#icle.search-open .search_wrapper {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  pointer-events: all; }

#icle .searchform_wrapper {
  margin: 0 auto;
  max-width: 980px;
  transform: translateY(-6rem);
  width: 100%;
  z-index: 1; }

#icle .searchform_form {
  background: #f5f4f0;
  border: solid 2px #35362b;
  border-radius: 43px;
  display: flex;
  overflow: hidden;
  z-index: 1; }
  #icle .searchform_form button {
    background-color: transparent;
    color: #35362b;
    padding: 0 1rem; }

#icle .searchform__input {
  background-color: transparent;
  color: #35362b;
  font-family: National;
  font-size: 24px;
  padding: .6rem 0 .8rem 1.5rem;
  width: 100%; }

#icle .search_select {
  background: transparent;
  border-right: solid 1px #a8a8a1;
  color: #35362b; }
  #icle .search_select label {
    position: absolute;
    visibility: hidden; }

#icle .search_select .carat {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-0.8rem, 0.9rem); }

#icle .search_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  font-family: National;
  padding: 10px 10px 10px 13px; }

#icle .searchform_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: .4rem;
  width: 100%; }
  #icle .searchform_header p {
    font-family: "National Condensed";
    margin-bottom: 1.5rem;
    text-transform: uppercase; }

#icle .search_close {
  font-size: 29px;
  margin-right: 13px; }

.post-listing__content {
  border-top: solid 1px #a8a8a1;
  margin-top: 1.5rem;
  padding-top: 2rem; }
  .post-listing__content:first-of-type,
  .inline_content + .post-listing__content,
  h2 + .post-listing__content {
    border-top: 0;
    padding-top: 0; }
  .post-listing__content:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
    .post-listing__content:last-of-type + section,
    .post-listing__content:last-of-type + h4,
    .post-listing__content:last-of-type + h3,
    .post-listing__content:last-of-type + h2 {
      margin-top: 1.5rem; }

.post_listing + h2 {
  margin-top: 2rem; }

.post_listing-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 0;
  margin-right: 1rem;
  text-transform: capitalize; }

.single-review .close_preview,
.single-spotlight .close_preview {
  top: -.3rem; }

.single-update .close_preview {
  transform: translateY(-12px); }

.single-update .post_listing-title {
  margin-right: 2.2rem; }

.close_preview {
  display: inline-block;
  opacity: 0;
  padding: .5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(-2px);
  transition: opacity .1s linear; }

.post_listing-author-date {
  font-size: 16px;
  font-weight: 800;
  padding: .5rem 0;
  margin-bottom: 2px; }

@media (min-width: 1024px) {
  .post_listing-meta {
    display: flex;
    justify-content: space-between; } }

.post_listing-meta_separator {
  color: #d9d9d9;
  display: inline-block;
  margin: 0 .3rem; }
  @media (max-width: 500px) {
    .post_listing-meta_separator {
      display: none; } }

.post_listing-publication_date {
  color: #35362b;
  font-weight: 500;
  white-space: nowrap; }
  @media (max-width: 500px) {
    .post_listing-publication_date {
      display: block; } }

.post_listing-meta_links a,
.post_listing-meta_links button {
  font-family: 'National Condensed';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .2em;
  margin-right: 1rem;
  padding: 1rem 0;
  text-transform: uppercase; }

.post_listing-meta_links a svg {
  display: inline-block; }

.post_listing-meta_taxonomy {
  display: none; }
  @media (min-width: 1024px) {
    .post_listing-meta_taxonomy {
      display: block; } }

.post-listing__excerpt {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  display: block;
  transition: -webkit-clip-path .2s linear;
  transition: clip-path .2s linear;
  transition: clip-path .2s linear, -webkit-clip-path .2s linear; }
  .post-listing__excerpt .resource_type_flag {
    border-color: #35362b;
    color: #35362b;
    font-size: 12px;
    padding: 1px 4px 2px;
    margin-right: .2rem;
    transform: translateY(-2px); }

.always_open .post-listing__excerpt {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: none; }

.always_open .post_listing-content {
  background-color: #f5f4f0;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  max-height: none;
  position: static; }

.always_open .read_more {
  display: none; }

.post_listing-content {
  background-color: #f5f4f0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  max-height: 0;
  position: absolute;
  transition: -webkit-clip-path .2s linear;
  transition: clip-path .2s linear;
  transition: clip-path .2s linear, -webkit-clip-path .2s linear; }
  .post_listing-content img {
    max-width: 100%; }

.show-full .close_preview {
  opacity: 1;
  pointer-events: all; }

.show-full .post-listing__excerpt {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: none; }

.show-full .post_listing-content {
  background-color: #f5f4f0;
  max-height: none;
  position: static;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); }

.topic_link {
  border-radius: 1rem;
  display: inline-block;
  font-family: 'National';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: .6rem;
  padding: .4rem 1rem .6rem; }

.filters_toggle {
  background: #f5f4f0;
  border: solid 2px #35362b;
  border-radius: 43px;
  display: block;
  height: 47px;
  margin: 1rem 0 0;
  padding-top: .25rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .filters_toggle {
      display: none; } }

.filter_set label:hover {
  cursor: pointer; }

.filter_set input[type='radio'] {
  position: absolute;
  visibility: hidden; }
  .filter_set input[type='radio'] + label {
    display: block;
    margin-left: 2rem;
    text-indent: -2rem; }
    @media (min-width: 1600px) {
      .filter_set input[type='radio'] + label {
        white-space: nowrap; } }
  .filter_set input[type='radio']:checked + label {
    font-weight: bold; }

.date_filters {
  display: flex; }

.filter__actions {
  border: solid 2px #c86e3b;
  border-radius: 2px;
  color: #35362b;
  display: inline-block;
  font-family: 'National';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  height: auto;
  margin-top: 2rem;
  padding: .5rem 1rem;
  position: relative;
  top: 6px; }

.sharer__link {
  color: #a8a8a1; }

.sharer__item {
  font-size: inherit; }

.back_to_top {
  border-top: 1px solid #a8a8a1;
  margin-top: 1rem;
  padding-top: .8rem; }

.back_to_top-link {
  color: #a8a8a1;
  display: block;
  font-family: 'National';
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase; }
  .back_to_top-link img {
    pointer-events: none; }

@media (min-width: 1024px) {
  #icle.post-template-default.single-post .content_detail {
    margin-left: auto; } }

@media (min-width: 767px) {
  #icle.post-template-default.single-post .content_detail::before {
    display: none !important; } }

#icle.post-template-default.single-post .content_detail .sharer {
  margin-bottom: 0; }
  @media (min-width: 767px) {
    #icle.post-template-default.single-post .content_detail .sharer {
      align-content: stretch;
      display: flex;
      flex-direction: column;
      position: fixed;
      margin-top: 9rem; }
      #icle.post-template-default.single-post .content_detail .sharer .back_to_top {
        display: block; } }
  @media (min-width: 1200px) {
    #icle.post-template-default.single-post .content_detail .sharer {
      margin-left: 3rem; } }
  #icle.post-template-default.single-post .content_detail .sharer .sharer__link {
    display: block;
    padding: .3rem;
    text-align: center; }
  #icle.post-template-default.single-post .content_detail .sharer svg {
    height: 1.25rem;
    width: 1.25rem; }

.page .content_section {
  font-family: 'National';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 4rem 0 6rem; }
  .page .content_section strong {
    font-family: 'National';
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; }
  .page .content_section .offset_subheader {
    transform: translateY(-5rem); }
  @media (min-width: 767px) {
    .page .content_section .h2_subheader {
      margin-top: .9rem; } }
  @media (min-width: 1024px) {
    .page .content_section .h2_subheader {
      margin-top: .4rem; } }
  @media (min-width: 1200px) {
    .page .content_section .h2_subheader {
      margin-top: 1rem; } }
  .page .content_section .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .page .content_section .container {
        flex-direction: row; } }
  .page .content_section .text_block-image {
    max-width: 370px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25vw; }
    .page .content_section .text_block-image img {
      height: auto;
      mix-blend-mode: multiply;
      width: 100%; }
    @media (min-width: 1200px) {
      .page .content_section .text_block-image {
        top: auto;
        width: 18vw; } }
  .page .content_section.dark_mode {
    background: #292916;
    color: #fafaf9;
    margin: 0;
    overflow: hidden;
    padding-bottom: 6rem; }
    .page .content_section.dark_mode .sub_headline,
    .page .content_section.dark_mode h2 {
      color: #fafaf9; }
    .page .content_section.dark_mode .offset_subheader {
      color: #42422d; }
    .page .content_section.dark_mode + .content_section {
      margin-top: 0; }

.page .offset_subheader {
  max-width: 600px; }

.page .content_section-content {
  max-width: 850px;
  padding-top: 2rem; }
  @media (min-width: 767px) {
    .page .content_section-content {
      padding-top: 4rem; } }
  @media (min-width: 1200px) {
    .page .content_section-content {
      padding-left: 5vw;
      padding-top: 0; } }
  .page .content_section-content p {
    margin: 0 0 1.5rem; }

@media (min-width: 1200px) {
  .page .content_section-content_wrapper {
    max-width: 48vw; } }

@media (min-width: 1600px) {
  .page .content_section-content_wrapper {
    max-width: 100%; } }

.spotlights {
  background-color: #f5f4f0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  padding-bottom: 1rem; }
  #spotlights .spotlights.container {
    gap: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1024px) {
      #spotlights .spotlights.container {
        gap: 2rem; } }
  .spotlights > div {
    flex: 0 0 auto; }
  .spotlights .subhead_wrap {
    background-size: 33%;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    justify-content: center;
    mix-blend-mode: multiply;
    padding-left: 5vw; }
    @media (min-width: 500px) {
      .spotlights .subhead_wrap {
        background: url("/images/2022/programs/spotlights.png") left no-repeat; } }
    @media (min-width: 767px) {
      .spotlights .subhead_wrap {
        min-height: 200px;
        padding-left: 12%;
        width: 36%; } }
    @media (min-width: 1024px) {
      .spotlights .subhead_wrap {
        background-size: contain;
        min-height: 240px;
        padding-left: 20%; } }
    @media (min-width: 1200px) {
      .spotlights .subhead_wrap {
        min-height: 280px; } }
  .spotlights .subheader_cta {
    margin-top: .5rem;
    line-height: 105%;
    text-align: left; }

.spotlight {
  flex: 0 1 auto; }

.spotlight-link.align_bottom {
  background-position: 120% bottom; }

.spotlight-link.align_top {
  background-position: 120% top; }

.spotlight-link {
  background-blend-mode: multiply;
  background-color: #e4e0d5;
  background-image: url("/images/2022/related-spotlight.png");
  background-position: 120% 4px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  font-family: 'National';
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  height: 100%;
  justify-content: space-between;
  line-height: 120%;
  margin-bottom: 1rem;
  padding: 1rem 6rem 1rem 1rem;
  width: 100%; }
  .spotlights .spotlight-link {
    padding: 1rem 4rem 1rem 1rem; }
    @media (min-width: 767px) {
      .spotlights .spotlight-link {
        padding: 1rem 8rem 1rem 1rem; } }
  .spotlight-link span {
    color: #c86e3b;
    display: block;
    font-family: 'National Condensed';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 200%;
    margin-top: 1.3rem;
    text-transform: uppercase; }
  .spotlight-link:hover {
    text-decoration: none; }
    .spotlight-link:hover span {
      color: #35362b; }

.spotlights_grid {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 1rem;
  padding-left: 5vw; }
  @media (min-width: 767px) {
    .spotlights_grid {
      margin-left: 0;
      overflow-x: hidden;
      padding-top: 2rem; } }
  @media (min-width: 1200px) {
    .spotlights_grid {
      padding-bottom: 4rem;
      padding-top: 2rem; } }
  .spotlights_grid .spotlight-link {
    font-size: 18px;
    padding: 1rem 2rem 1rem 1rem;
    width: 270px; }
    @media (min-width: 767px) {
      .spotlights_grid .spotlight-link {
        padding: 1rem 6rem 1rem 1rem;
        width: 300px; } }
    @media (min-width: 1024px) {
      .spotlights_grid .spotlight-link {
        width: 340px; } }
    @media (min-width: 1200px) {
      .spotlights_grid .spotlight-link {
        font-family: 'National';
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        width: 400px; } }

.quick_reads {
  background: #5aadaa;
  color: #f5f4f0;
  overflow: hidden;
  padding: 3rem 0 3rem;
  position: relative; }
  .quick_reads .grid-3up {
    grid-column-gap: 2.5rem;
    padding-top: 1rem; }
  .quick_reads .grid_card {
    background: #e8e4d4;
    color: #5e5e56;
    font-family: 'National';
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 1rem 1.2rem; }
    .quick_reads .grid_card a {
      color: #5e5e56; }
    .quick_reads .grid_card .quick_link_title {
      display: block;
      margin-bottom: 1.5rem; }
    .quick_reads .grid_card h3 {
      font-size: 26px;
      font-weight: 600;
      line-height: 120%;
      margin-bottom: 1.5rem; }
    .quick_reads .grid_card .resource_type_flag {
      margin-bottom: .4rem; }
    .quick_reads .grid_card .quick_read-authors {
      font-family: 'National';
      font-size: 20px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%; }

.grid-category-header::before {
  background: #cbf4f1;
  content: ' ';
  display: block;
  height: 6px;
  position: absolute;
  top: 1rem;
  width: 100%; }

.grid-category {
  background: #5aadaa;
  color: #cbf4f1;
  font-family: 'National Condensed';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 90%;
  padding: 0 1rem 0 0; }

#icle .publications {
  background: #292916;
  clear: both;
  overflow: hidden;
  padding: 3.3rem 0;
  position: relative; }
  @media (min-width: 767px) {
    #icle .publications {
      padding: 5rem 0; } }
  @media (min-width: 1200px) {
    #icle .publications {
      padding: 7rem 0; } }
  #icle .publications h2 {
    color: #edeae2; }
  #icle .publications h3 a {
    color: #edeae2; }
  #icle .publications .category-flag a {
    color: #000; }
  #icle .publications .subheader_cta {
    color: #c86e3b; }
  #icle .publications .resource_type_flag {
    font-size: 16px;
    margin-bottom: .75rem; }
  #icle .publications .resource-authors a,
  #icle .publications .resource-authors {
    color: #a39c8c;
    font-size: 20px;
    font-weight: bold;
    line-height: 110%; }
  #icle .publications .offset_subheader {
    color: #42422d; }
  #icle .publications .featured,
  #icle .publications .grid_card h3 {
    margin-bottom: 1.4rem; }

#icle .grid-category {
  background: #292916;
  color: #edeae2;
  display: inline-block;
  padding-right: .6rem;
  position: absolute;
  top: -.8rem; }

#icle .program_publications .grid_card-header a {
  background: #292916; }

#main_content_wrapper + .publications {
  clear: both; }

.page_footer_cta .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0; }

.page_footer_cta p {
  color: #f5f4f0;
  font-family: 'Kokoro';
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; }

.page_footer_cta a {
  background: #c86e3b;
  color: #f5f4f0;
  display: inline-block;
  font-family: 'National Condensed';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 200%;
  padding: .7rem 2.2rem;
  text-align: center;
  text-transform: uppercase; }

#icle .experts {
  background: #292916;
  color: #edeae2;
  overflow: hidden;
  padding: 7rem 0 3rem;
  position: relative; }
  #icle .experts a,
  #icle .experts h2 {
    color: #edeae2; }
  #icle .experts .h2_subheader {
    flex-grow: 0; }
  #icle .experts .offset_subheader {
    color: #42422d; }
  #icle .experts .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px) {
      #icle .experts .container {
        flex-direction: row; } }

.experts_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (min-width: 767px) {
    .experts_wrapper {
      transform: translateY(-2rem); } }
  @media (min-width: 1200px) {
    .experts_wrapper {
      flex-direction: row; } }

.expert {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 1200px) {
    .expert {
      margin-bottom: 0;
      width: 50%; } }
  .expert:only-child {
    width: 100%; }
  @media (min-width: 1200px) {
    .expert:nth-of-type(odd) {
      padding-right: 2rem; } }
  .expert:nth-of-type(n+3) {
    margin-top: 2rem; }
  .expert .authors__circle {
    height: 10rem;
    width: 10rem; }
    @media (min-width: 1200px) {
      .expert .authors__circle {
        height: 8rem;
        width: 8rem; } }
    @media (min-width: 1440px) {
      .expert .authors__circle {
        height: 10rem;
        width: 10rem; } }
  .expert .person_info {
    font-family: 'National';
    line-height: 200%;
    padding: 2rem 0 2rem 2rem; }
  .expert .name {
    font-size: 30px;
    font-style: normal;
    font-weight: 700; }
  .expert .title {
    font-weight: 500;
    font-size: 24px; }

.text_banner {
  font-size: 36px;
  line-height: 140%;
  padding: 4rem 0; }

.text_banner-content {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center; }

.video_hero iframe {
  aspect-ratio: 16/9;
  max-height: 815px;
  min-height: 260px;
  width: 100%; }

section.content_section.video_hero-wrapper {
  margin-top: 0;
  overflow-y: hidden;
  padding: 4rem 0 2rem; }
  section.content_section.video_hero-wrapper .content_section-content_wrapper {
    margin: 0 auto;
    max-width: 580px; }
    @media (min-width: 1200px) {
      section.content_section.video_hero-wrapper .content_section-content_wrapper {
        margin: none;
        max-width: none; } }
  @media (min-width: 1200px) {
    section.content_section.video_hero-wrapper .intro_content {
      padding-top: 1rem;
      width: 120%; } }
  section.content_section.video_hero-wrapper .content_section-content {
    max-width: 100%; }
    @media (min-width: 1200px) {
      section.content_section.video_hero-wrapper .content_section-content {
        padding-left: 3%;
        width: 70%; } }
  section.content_section.video_hero-wrapper .intro {
    display: flex;
    flex-direction: column;
    font-family: 'National';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; }
    @media (min-width: 1200px) {
      section.content_section.video_hero-wrapper .intro {
        display: block;
        margin-right: 5%;
        width: 20%; } }
  section.content_section.video_hero-wrapper .container {
    justify-content: space-between; }

.flexblock .grid-3up__with-subheader {
  padding: 4rem 0; }

.flexblock .button_links a {
  align-items: center;
  background-color: #292916;
  color: #f5f4f0;
  display: flex;
  font-family: 'National Condensed';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: .2em;
  min-height: 10rem;
  padding: 1rem;
  text-transform: uppercase; }
  .flexblock .button_links a svg {
    color: #c86e3b; }
  .flexblock .button_links a:hover, .flexblock .button_links a:focus {
    background: #35362b;
    color: #fff;
    text-decoration: none; }

.flexblock .grid-3up__with-subheader,
.flexblock .grid-3up {
  align-content: space-around;
  justify-content: space-between;
  grid-column-gap: 2rem; }

.simple_block-wrapper {
  padding-bottom: 2rem; }
  .simple_block-wrapper h3 {
    font-size: 26px;
    line-height: 120%; }
  .simple_block-wrapper.dark {
    background-color: black;
    color: #f5f4f0; }
    .simple_block-wrapper.dark a {
      color: #f5f4f0; }
    .simple_block-wrapper.dark .grid_card {
      border-top: 4px solid #f5f4f0;
      margin-top: .5rem;
      padding-top: 1.2rem; }
  .simple_block-wrapper > .container {
    border-top: 3px solid #35362b;
    margin-top: 2rem;
    padding-top: 2rem; }
  .simple_block-wrapper.dark > .container {
    border-top: none; }
  .simple_block-wrapper .grid-3up .grid_card {
    margin-bottom: 0;
    padding-bottom: 2rem; }
  .simple_block-wrapper .simple_block-excerpt {
    padding: .2rem 0 0; }
  .simple_block-wrapper .simple_block-pub_date {
    font-family: 'National Condensed';
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 120%;
    margin-top: 1rem;
    text-transform: uppercase; }
  .simple_block-wrapper .simple_block-subheadline {
    font-family: 'National Condensed';
    font-size: 30px;
    font-style: normal;
    font-weight: 700; }

.indent_text_block {
  background: #f0eee8 url("/images/2022/dark-corner.svg") bottom right no-repeat;
  position: relative; }
  .indent_text_block .offset_subheader {
    z-index: -1; }
  .indent_text_block .h2_featured {
    font-family: 'Optima';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    margin-left: 0;
    max-width: 560px;
    text-indent: 0;
    width: 80%; }
    @media (min-width: 500px) {
      .indent_text_block .h2_featured {
        font-size: 45px; } }
    @media (min-width: 767px) {
      .indent_text_block .h2_featured {
        font-size: 52px; } }
    @media (min-width: 1024px) {
      .indent_text_block .h2_featured {
        font-size: 70px;
        max-width: none;
        width: 624px; } }
    @media (min-width: 1200px) {
      .indent_text_block .h2_featured {
        font-size: 75px;
        width: 770px; } }
    @media (min-width: 1392px) {
      .indent_text_block .h2_featured {
        margin-left: 8rem;
        text-indent: -8rem; } }

.indent_text_block-image {
  bottom: 0;
  max-width: 540px;
  mix-blend-mode: multiply;
  opacity: .8;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 22%;
  z-index: 4; }
  @media (min-width: 1200px) {
    .indent_text_block-image {
      width: 28%; } }
  .indent_text_block-image img {
    max-width: 50vw; }
    @media (min-width: 1200px) {
      .indent_text_block-image img {
        max-width: none; } }

.indent_text_block-body p {
  font-family: 'National';
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 2rem;
  margin-left: 0;
  max-width: 90%; }
  @media (min-width: 767px) {
    .indent_text_block-body p {
      max-width: 75%; } }
  @media (min-width: 1024px) {
    .indent_text_block-body p {
      max-width: 60%; } }
  @media (min-width: 1392px) {
    .indent_text_block-body p {
      margin-left: 8rem; } }
  .indent_text_block-body p a.cta-button {
    margin-top: 1rem; }

.typewriter {
  max-width: 440px;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-34%);
  width: 27%;
  z-index: 4; }
  .typewriter img {
    width: 100%; }
  @media (min-width: 380px) {
    .typewriter {
      width: 24%; } }

.scholars__body {
  overflow: auto;
  padding: 3rem 0 2rem; }
  .scholars__body p {
    font-family: 'National';
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 2rem; }
    @media (min-width: 767px) {
      .scholars__body p {
        font-size: 24px;
        max-width: 68%; } }
    @media (min-width: 1392px) {
      .scholars__body p {
        margin-left: 8rem; } }
    .scholars__body p .cta-button {
      margin-top: 1rem; }

.pagination {
  font-size: 22px;
  padding-bottom: 2rem;
  text-align: right; }

.page-numbers {
  display: inline-block;
  padding: .3rem .5rem; }
  .page-numbers.current {
    font-weight: bold; }

.footnote_trigger {
  color: #c86e3b;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  line-height: 90%;
  padding: 1px 5px 1px 3px;
  top: -4px; }
  .footnote_trigger:hover .footnote_hover {
    display: block; }

.footnote_hover {
  color: #35362b;
  display: none;
  max-width: 34rem;
  padding-top: 10px;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 50vw;
  z-index: 2; }
  .footnote_hover::after {
    background: url("/images/2022/footnote.svg") bottom center no-repeat;
    content: '';
    display: block;
    height: 11px;
    left: calc(50% - 15px);
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: translate(4px, 1px);
    width: 30px; }

.footnote_inner {
  background: #f5f4f0;
  border: solid 1px #a8a8a1;
  border-radius: 5px;
  font-size: 90%;
  font-weight: normal;
  overflow-wrap: break-word;
  padding: 1rem; }

.hero__wrap {
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden; }

.hero__title.no_svg {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }

.hero {
  background-color: #f5f4f0;
  padding: 140px 0 0; }
  .hero::after {
    background: #a8a8a1;
    content: ' ';
    display: none;
    height: 100%;
    max-width: 620px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    width: 34vw; }
    @media (min-width: 1200px) {
      .hero::after {
        display: block; } }
  .hero .hero__content {
    padding-top: 0; }
    .hero .hero__content .hero__title.no_svg {
      font-family: 'Optima';
      margin: 2rem 0 2rem 12%;
      max-width: 600px;
      text-indent: -3rem;
      text-transform: uppercase; }
  @media (min-width: 1200px) {
    .hero {
      height: 55vw;
      max-height: 900px;
      padding: 200px 0 0; } }

#icle .hero.simple::after {
  display: none; }
  @media (min-width: 1200px) {
    #icle .hero.simple::after {
      display: none; } }

@media (min-width: 1024px) {
  .hero__content {
    padding: 100px 0 4rem; } }

.hero__content p {
  position: relative; }

.hero__content img {
  width: 100%; }

.bg_image-left-wrapper {
  left: 0;
  max-width: 40vw;
  position: absolute;
  top: 0; }

.bg_image-right-wrapper {
  position: absolute;
  right: 0;
  top: 0; }

.bg_image-left,
.bg_image-right {
  max-width: 30vw;
  position: relative; }

.h1_vector {
  z-index: 2; }

.short_description {
  font-family: 'Optima';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto 1.5rem;
  overflow: visible;
  text-transform: uppercase;
  width: 50%; }
  @media (min-width: 767px) {
    .short_description {
      font-size: 30px;
      margin: 0 0 1.5rem 30%;
      width: 40%; } }
  @media (min-width: 1200px) {
    .short_description {
      width: 25%;
      margin-left: 17%; } }

.content_description-wrapper {
  display: flex;
  z-index: 2; }
  @media (min-width: 1200px) {
    .content_description-wrapper {
      align-items: flex-end;
      height: 100%;
      max-width: 620px;
      position: absolute;
      right: 0;
      top: 0;
      width: 34vw; } }

.content_description {
  background: #b0b09d;
  padding: 2rem 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .content_description {
      font-size: 20px;
      line-height: 110%;
      padding: 2rem 2rem 2rem 2rem; }
      .content_description .container {
        width: 100%; } }
  @media (min-width: 1600px) {
    .content_description .container {
      width: 100%; } }
  .content_description h2 {
    font-family: 'National Condensed';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 110%;
    margin-bottom: .5rem;
    text-transform: uppercase; }

.h1_vector {
  max-width: 700px;
  height: 43.7%;
  width: 100%; }

.hero_image-wrapper {
  height: 50vw;
  max-height: 500px;
  overflow: hidden; }
  .hero_image-wrapper::after {
    background: #a8a8a1;
    content: ' ';
    display: block;
    height: 100%;
    max-width: 620px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    width: 34vw; }
    @media (min-width: 1200px) {
      .hero_image-wrapper::after {
        display: none; } }
  .hero_image-wrapper.align-bottom {
    min-height: 100%; }
  .hero_image-wrapper img {
    width: 100%; }
  @media (min-width: 1200px) {
    .hero_image-wrapper {
      align-items: center;
      display: flex;
      height: 50vw;
      justify-content: center;
      max-height: 785px;
      max-width: 56%;
      mix-blend-mode: multiply;
      position: absolute;
      right: 0;
      top: 0; }
      .hero_image-wrapper::after {
        max-width: 800px;
        width: 45vw; }
      .hero_image-wrapper img {
        max-width: 1075px; } }

.page-template-page-map-mercator main.main {
  min-height: 0; }

#map_inner {
  overflow: hidden; }

.map {
  width: 100%; }
  .map #map_inner svg {
    left: 0;
    transition: left 200ms linear; }

/* original back button */
#map_outer {
  opacity: 0;
  pointer-events: none; }

.zoom-region .region_0 #region-usa,
.zoom-region .region_2 #region-europe,
.zoom-region .region_4 #region-asia,
.zoom-out #region-world {
  background: #fff;
  color: #000; }

.zoom-state ~ .map_buttons {
  opacity: 0;
  pointer-events: none; }

.zoom-state ~ .back_button {
  opacity: 1;
  pointer-events: all; }

.map_button {
  border: solid 1px transparent; }
  .map_button:active, .map_button:hover, .map_button:focus {
    border: solid 1px #fff;
    cursor: pointer; }

.back_button {
  bottom: auto;
  left: 1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 1.4rem;
  transition: opacity .3s ease-in; }
  .back_button .map_button {
    background: #5e5e56;
    color: #fff; }

.map_buttons {
  background: #272723;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: .5rem;
  transition: opacity .3s ease-in; }
  @media (min-width: 1024px) {
    .map_buttons {
      background: transparent;
      bottom: 1rem;
      left: 1rem;
      position: absolute; } }
  .map_buttons .map_button {
    background: #5e5e56;
    color: #000; }

.region_buttons {
  bottom: auto; }
  @media (min-width: 1024px) {
    .region_buttons {
      top: 1.4rem; } }
  .region_buttons .map_button {
    color: #fff; }

.open ~ .map.show_faces.details_open #map_inner svg circle,
.open ~ .map.show_faces.details_open #map_inner svg image {
  opacity: .45; }
  .open ~ .map.show_faces.details_open #map_inner svg circle:active, .open ~ .map.show_faces.details_open #map_inner svg circle:hover, .open ~ .map.show_faces.details_open #map_inner svg circle:focus,
  .open ~ .map.show_faces.details_open #map_inner svg image:active,
  .open ~ .map.show_faces.details_open #map_inner svg image:hover,
  .open ~ .map.show_faces.details_open #map_inner svg image:focus {
    opacity: 1; }

.open ~ .map.show_faces.details_open #map_inner svg image.active {
  opacity: 1; }
  .open ~ .map.show_faces.details_open #map_inner svg image.active + circle {
    opacity: 1; }

@media (min-width: 767px) {
  .open ~ .map #map_inner svg {
    left: -40px; } }

@media (min-width: 1024px) {
  .open ~ .map #map_inner svg {
    left: -80px; } }

@media (min-width: 1200px) {
  .open ~ .map #map_inner svg {
    left: -125px; } }

.map_wrapper {
  background: #272723;
  margin-bottom: 130px;
  min-height: 44vw;
  overflow: hidden;
  position: relative;
  top: 130px; }

.affiliate_header {
  color: #f5f4f0;
  font-family: National;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  left: 0;
  line-height: 100%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 2rem;
  width: 100%;
  z-index: 9; }

.emphasis {
  color: #c86e3b; }

.map_detail {
  background: #272723;
  border-left: solid 1px #000;
  bottom: 0;
  color: #f5f4f0;
  font-family: 'National';
  max-height: 100%;
  max-width: 420px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 400ms ease-out;
  width: 100%;
  z-index: 99; }
  .map_detail.open {
    transform: translateX(0); }
  .map_detail .close_detail {
    display: flex;
    padding: 1rem;
    position: absolute;
    right: .5rem;
    top: 0;
    z-index: 9; }
  .map_detail section {
    border-bottom: solid 1px #000;
    padding: 25px; }
  .map_detail h4 {
    font-family: 'Kokoro Bold';
    font-size: 30px; }
    .map_detail h4 a {
      color: #f5f4f0; }
  .map_detail h5 {
    color: #a8a8a1;
    font-family: 'Test National Condensed';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 107%;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .map_detail h6 {
    font-family: 'Test National';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; }
    .map_detail h6 a {
      color: #f5f4f0; }
  .map_detail p {
    font-size: 18px; }
  .map_detail .pub_date,
  .map_detail .description {
    color: #e4e0d5;
    font-size: 16px; }
  .map_detail .more_link {
    align-items: center;
    color: #c86e3b;
    display: inline-flex;
    font-family: 'Test National Condensed';
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    gap: 3px;
    letter-spacing: 2.6px;
    line-height: 200%;
    padding: 0 3px;
    text-transform: uppercase; }
  .map_detail .link_with_more:active, .map_detail .link_with_more:hover, .map_detail .link_with_more:focus {
    text-decoration: none; }
    .map_detail .link_with_more:active .link_title, .map_detail .link_with_more:hover .link_title, .map_detail .link_with_more:focus .link_title {
      text-decoration: underline; }
  .map_detail .recent_pub:not(:last-of-type) {
    margin-bottom: 1.5rem; }
  .map_detail .category-flag {
    margin-bottom: .5rem; }
  .map_detail .headshot {
    justify-content: flex-start;
    margin: 1rem auto;
    position: static;
    width: 100%; }
    .map_detail .headshot figure {
      aspect-ratio: 1/1;
      border: solid 4px;
      border-color: #c86e3b;
      border-radius: 50%;
      margin: 0 auto;
      max-width: 160px;
      overflow: hidden;
      width: 100%; }
    .map_detail .headshot .author__image {
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
  .map_detail .position_title {
    line-height: 113.5%;
    padding-bottom: .5rem; }
  .map_detail .links {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 1rem; }
    .map_detail .links a {
      color: #f5f4f0;
      font-family: "National Condensed";
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: 107%;
      letter-spacing: 0.75px;
      padding: .5rem 0;
      text-transform: capitalize; }
    .map_detail .links .ssrn {
      background: url("/images/2023/ssrn.png") center left no-repeat;
      padding: .5rem 0 .5rem 2rem; }
    .map_detail .links .twitter svg {
      margin-right: 5px;
      transform: translateY(5px); }
  .map_detail .more_about-wrapper {
    color: #f5f4f0;
    display: flex;
    font-size: 18px;
    font-weight: 800; }
    .map_detail .more_about-wrapper img {
      margin-right: 1rem;
      max-width: 70px; }
    .map_detail .more_about-wrapper:active, .map_detail .more_about-wrapper:hover, .map_detail .more_about-wrapper:focus {
      text-decoration: none; }
    .map_detail .more_about-wrapper .more_link {
      transform: translate(-3px, -10px); }

#icle .map_wrapper .bold_cta {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .9px; }

.sm_location {
  -webkit-clip-path: circle();
          clip-path: circle();
  pointer-events: none; }

.map_wrapper.topic_1 .sm_location,
.map_wrapper.topic_2 .sm_location,
.map_wrapper.topic_3 .sm_location,
.map_wrapper.topic_4 .sm_location,
.map_wrapper.topic_5 .sm_location,
.map_wrapper.topic_6 .sm_location,
.map_wrapper.topic_7 .sm_location,
.map_wrapper.topic_8 .sm_location {
  opacity: 0; }

.map_wrapper.topic_1 .sm_location.topic_1,
.map_wrapper.topic_2 .sm_location.topic_2,
.map_wrapper.topic_3 .sm_location.topic_3,
.map_wrapper.topic_4 .sm_location.topic_4,
.map_wrapper.topic_5 .sm_location.topic_5,
.map_wrapper.topic_6 .sm_location.topic_6,
.map_wrapper.topic_7 .sm_location.topic_7,
.map_wrapper.topic_8 .sm_location.topic_8 {
  opacity: 1; }

.map_wrapper.topic_1 #topic_1,
.map_wrapper.topic_2 #topic_2,
.map_wrapper.topic_3 #topic_3,
.map_wrapper.topic_4 #topic_4,
.map_wrapper.topic_5 #topic_5,
.map_wrapper.topic_6 #topic_6,
.map_wrapper.topic_7 #topic_7,
.map_wrapper.topic_8 #topic_8 {
  border-color: #fff; }

.map_wrapper.topic_1 .sm_location.topic_1 {
  stroke: #539d99; }

.map_wrapper.topic_2 .sm_location.topic_2 {
  stroke: #94a04a; }

.map_wrapper.topic_3 .sm_location.topic_3 {
  stroke: #7088ad; }

.map_wrapper.topic_4 .sm_location.topic_4 {
  stroke: #8d7aa2; }

.map_wrapper.topic_5 .sm_location.topic_5 {
  stroke: #dbb636; }

.map_wrapper.topic_6 .sm_location.topic_6 {
  stroke: #c86e3b; }

.map_wrapper.topic_7 .sm_location.topic_7 {
  stroke: #c16161; }

.map_wrapper.topic_8 .sm_location.topic_8 {
  stroke: #c75e8a; }

.sm_location {
  transition: opacity 150ms linear; }

circle.sm_location {
  pointer-events: none; }

circle.sm_location,
image.sm_location,
.show_faces path.sm_location {
  visibility: hidden; }

.sm_location {
  visibility: visible; }

.show_faces image.sm_location {
  visibility: visible;
  pointer-events: all; }

.show_faces circle.sm_location {
  visibility: visible; }

.site-footer {
  background: #292916;
  clear: both;
  color: #f0eee8;
  font-size: 16px;
  padding-bottom: 5rem; }
  .site-footer a {
    color: #fafaf9; }
  .site-footer .footer-nav a,
  .site-footer h2 {
    flex: 0 0 auto;
    font-family: 'National';
    font-size: 1.1rem;
    font-weight: 700;
    gap: 0;
    line-height: 2;
    margin: 0 3rem 0 0;
    width: 140px; }
    @media (min-width: 767px) {
      .site-footer .footer-nav a,
      .site-footer h2 {
        white-space: nowrap; } }

.nav--legal li {
  display: inline-block; }

.nav--legal li ~ li::before {
  content: '|';
  display: inline-block;
  padding: 0 .4rem; }

.main-footer {
  background: #292916 url("/images/2022/ampersand-footer.svg") bottom left no-repeat;
  clear: both; }
  .main-footer .footer-nav {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 0;
         column-gap: 0; }
  .main-footer .container {
    border-top: 1px solid #e8e4d4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem; }
  @media (min-width: 500px) {
    .main-footer .footer-col.nav--footer {
      width: 100%; } }
  @media (min-width: 1200px) {
    .main-footer .footer-col.nav--footer {
      padding-right: 4rem;
      width: 47%; } }
  .main-footer .footer-col.research-areas {
    line-height: 1.2; }
    .main-footer .footer-col.research-areas li {
      padding-bottom: .4rem; }
    @media (min-width: 500px) {
      .main-footer .footer-col.research-areas {
        width: 50%; }
        .main-footer .footer-col.research-areas li {
          padding-right: 1rem; } }
    @media (min-width: 1024px) {
      .main-footer .footer-col.research-areas {
        width: 30%; } }
    @media (min-width: 1200px) {
      .main-footer .footer-col.research-areas li {
        padding-right: 0; } }
    @media (min-width: 1600px) {
      .main-footer .footer-col.research-areas {
        width: 21%; } }
  @media (min-width: 500px) {
    .main-footer .footer-col.contact-info {
      width: 50%; }
      .main-footer .footer-col.contact-info li {
        padding-right: 1rem; } }
  @media (min-width: 1200px) {
    .main-footer .footer-col.contact-info {
      width: auto; }
      .main-footer .footer-col.contact-info li {
        padding-right: 0; } }
  .main-footer .footer-col {
    margin-bottom: 2rem; }
    @media (min-width: 767px) {
      .main-footer .footer-col {
        width: auto; } }
  .main-footer .footer-copyright {
    padding-right: 4rem; }
    @media (min-width: 1024px) {
      .main-footer .footer-copyright {
        width: 30%; } }
    @media (min-width: 1200px) {
      .main-footer .footer-copyright {
        padding-right: 0; } }

.newsletter-home__wrapper {
  padding-bottom: 2rem; }
  .newsletter-home__wrapper .container {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem; }
  .newsletter-home__wrapper .gform-body {
    display: flex;
    padding-bottom: 1rem; }

@media (max-width: 767px) {
  .newsletter-home__wrapper .gform_wrapper.gravity-theme .gfield-choice-input + label {
    max-width: none; } }

#input_3_2 {
  flex-direction: column; }
  @media (min-width: 767px) {
    #input_3_2 {
      flex-direction: row; } }

.support-icle {
  display: none;
  padding-top: 1.5rem; }

.icle-btn {
  border: 1px solid #c86e3b;
  border-radius: 2px !important;
  color: #f0eee8;
  font-family: 'National Condensed';
  font-size: 1rem;
  height: 42px;
  padding: .34rem 30px;
  text-transform: uppercase; }
  .icle-btn:hover, .icle-btn:active, .icle-btn:focus {
    background-color: #35362b;
    border: 1px solid #f0eee8;
    text-decoration: none; }

#gform_3 .gform_footer {
  display: none; }

#gform_fields_3 {
  color: #f0eee8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  max-width: 700px; }
  #gform_fields_3 fieldset.gfield .gfield_checkbox {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 500px) {
      #gform_fields_3 fieldset.gfield .gfield_checkbox {
        flex-direction: row;
        width: auto; } }
  #gform_fields_3 .gfield:first-of-type {
    width: 100%; }
    @media (min-width: 767px) {
      #gform_fields_3 .gfield:first-of-type {
        width: auto; } }
  #gform_fields_3 .gfield_label {
    position: absolute; }
  #gform_fields_3 .ginput_container_email input {
    border: 1px solid #f0eee8;
    flex: 0 1 auto;
    height: 42px;
    width: 50vw;
    max-width: 320px;
    min-width: 220px; }
  #gform_fields_3 button {
    background-color: #35362b;
    border-bottom: 1px solid #f0eee8;
    border-radius: 0 2px 2px 0 !important;
    border-right: 1px solid #f0eee8;
    border-top: 1px solid #f0eee8;
    color: #f0eee8;
    font-family: 'National Condensed';
    font-size: 1rem;
    height: 42px;
    padding: 10px 30px 10px;
    text-transform: uppercase; }
  #gform_fields_3 fieldset {
    padding-top: 1rem; }
    @media (min-width: 767px) {
      #gform_fields_3 fieldset {
        width: 700px; } }
  #gform_fields_3 .gfield_checkbox {
    display: flex;
    flex-direction: row;
    font-family: 'National';
    font-size: 1rem; }
    #gform_fields_3 .gfield_checkbox .gchoice {
      margin-right: 1rem;
      min-width: 11rem; }

#scroll_info {
  background: #a8a8a1;
  color: #35362b;
  padding: 1rem;
  position: fixed;
  right: calc(var(--offset) * 20px);
  top: 0;
  z-index: 500; }

.home {
  overflow: hidden; }
  @media (min-width: 1200px) {
    .home {
      overflow: auto; } }

.home_image_wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: 1260px;
  min-width: 800px;
  overflow: hidden;
  position: absolute;
  width: 70%; }
  @media (min-width: 1200px) {
    .home_image_wrapper {
      min-width: 900px; } }
  .home_image_wrapper.top_images {
    z-index: 2; }

.home_bg_img {
  left: 300px;
  min-width: 600px;
  position: absolute;
  top: 32.3%;
  width: 60%; }
  @media (min-width: 767px) {
    .home_bg_img {
      left: 22.4%; } }

.home_bg_img2 {
  left: 300px;
  position: absolute;
  top: 536px; }
  @media (min-width: 767px) {
    .home_bg_img2 {
      left: 40%; } }

.homeln.top {
  max-width: 100%;
  z-index: 1; }

.homeln.mid {
  z-index: 9; }

.homeln.low {
  max-width: 623px;
  min-width: 600px;
  position: absolute;
  right: 4px;
  top: 30%;
  width: 60vw;
  z-index: 9; }

#home_bg {
  display: none;
  left: 42%;
  min-width: 400px;
  position: absolute;
  top: 16rem;
  transform: translateX(-50%);
  width: 44%;
  z-index: 3; }

.home_image {
  bottom: 0;
  overflow: hidden;
  position: absolute; }

.image-1 {
  bottom: 110px;
  left: calc((var(--offset) * 160px) * -1 - 13px);
  margin-top: 5%;
  max-width: 576px;
  transform: translateY(-3%);
  width: 45%;
  z-index: -1; }

.image-2 {
  max-width: 775px;
  mix-blend-mode: multiply;
  width: 61%; }

.image-3 {
  bottom: -30px;
  left: calc((var(--offset) * 70px) - 5px);
  max-width: 900px;
  width: 71%; }

.image-4 {
  bottom: -27px;
  left: 19%;
  max-width: 500px;
  transform: translate(calc(var(--offset) * 50px * -1), calc(var(--offset) * 90px));
  width: 39%; }

#home_logo {
  margin: 0 auto 3rem;
  max-width: 65vw;
  min-width: 300px;
  z-index: -1; }
  @media (min-width: 767px) {
    #home_logo {
      max-width: 60vw; } }
  @media (min-width: 1200px) {
    #home_logo {
      max-width: 55vw; } }
  #home_logo img {
    height: auto;
    max-width: 960px;
    width: 100%;
    z-index: -1; }

.home__hero {
  height: 890px;
  min-height: 800px;
  position: relative;
  z-index: 11; }
  .home__hero .hero_content {
    margin-left: 5%;
    margin-right: 5%;
    top: 10rem; }
    @media (min-width: 1024px) {
      .home__hero .hero_content {
        top: 9rem; } }
    @media (min-width: 1200px) {
      .home__hero .hero_content {
        margin-left: 0;
        margin-right: 6%;
        max-width: 49vw;
        position: absolute;
        right: 0; } }
    @media (min-width: 1800px) {
      .home__hero .hero_content {
        max-width: 900px; } }
  .home__hero .cta-button {
    margin-top: 2rem; }

.home__subtitle {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
  z-index: 10; }
  .home__subtitle h2 {
    font-family: 'Optima Bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .home__subtitle h2 {
        font-size: 38px; } }
  @media (min-width: 767px) {
    .home__subtitle {
      margin: 2rem 8rem 0 auto;
      padding-left: 0;
      transform: none; } }
  @media (min-width: 1200px) {
    .home__subtitle {
      margin: 2rem 7rem 0 auto;
      max-width: 380px; } }

.home__section--events {
  background-color: #f5f4f0;
  color: #35362b;
  overflow: hidden;
  position: relative; }
  .home__section--events .container {
    padding-bottom: 6rem;
    padding-top: 4rem;
    width: auto !important;
    z-index: 25; }
  .home__section--events .event-card {
    border: solid 1px #c86e3b;
    display: flex;
    font-family: 'National';
    height: 100%;
    min-height: 140px;
    min-width: 472px; }
    .home__section--events .event-card:last-of-type {
      margin-right: 7vw;
      box-sizing: content-box; }
    .home__section--events .event-card:hover {
      color: #c86e3b;
      text-decoration: none; }
      .home__section--events .event-card:hover h3 {
        text-decoration: none; }
  .home__section--events .horizontal_scroll-content {
    align-items: center; }
  .home__section--events .event-date {
    background: #c86e3b;
    color: #f5f4f0;
    font-size: 2.1rem;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    padding: .5rem;
    text-transform: uppercase;
    width: 5rem; }
  .home__section--events .event-month {
    font-family: 'National Condensed';
    font-size: 1rem;
    line-height: 1; }
  .home__section--events .event-day {
    transform: translateY(-0.25rem); }
  .home__section--events .event-info {
    padding: 1rem;
    padding-bottom: 3rem;
    position: relative; }
    .home__section--events .event-info h3 {
      font-size: 22px;
      font-weight: bold;
      line-height: 115%;
      margin-bottom: 1.6rem; }
  .home__section--events .event-location {
    background: url("/images/2022/pin.svg") left 4px no-repeat;
    background-size: 14px;
    padding-left: 1.1rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem; }
    .home__section--events .event-location br {
      display: none; }
      .home__section--events .event-location br::after {
        content: ' | ';
        display: block; }

@media (min-width: 1200px) {
  .home #spotlights .horizontal-scroll {
    background: url("/images/2022/programs/spotlights.png") no-repeat;
    background-position: -6.4rem;
    background-size: 13rem;
    mix-blend-mode: multiply; } }

@media (min-width: 1600px) {
  .home #spotlights .horizontal-scroll {
    background-position: calc(calc(100vw - 1880px)/3); } }

@media (min-width: 1800px) {
  .home #spotlights .horizontal-scroll {
    background-position: left; } }

.home #spotlights .spotlights {
  background-color: transparent; }
  @media (min-width: 767px) {
    .home #spotlights .spotlights {
      gap: 2rem; } }
  @media (min-width: 1200px) {
    .home #spotlights .spotlights .spotlights_grid {
      padding-bottom: 2rem; } }
  .home #spotlights .spotlights .subhead_wrap {
    background-image: none;
    min-height: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 767px) {
      .home #spotlights .spotlights .subhead_wrap {
        padding-left: 0;
        width: 324px; } }
    @media (min-width: 1024px) {
      .home #spotlights .spotlights .subhead_wrap {
        background-image: none;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .home #spotlights .spotlights .subhead_wrap {
        width: 15rem; } }
    @media (min-width: 1440px) {
      .home #spotlights .spotlights .subhead_wrap {
        width: 324px; } }

.home__section--programs {
  background-color: transparent;
  overflow: hidden;
  padding: 3.3rem 0 2rem;
  position: relative; }
  @media (min-width: 767px) {
    .home__section--programs {
      padding: 5rem 0 2rem; } }
  @media (min-width: 1200px) {
    .home__section--programs {
      padding: 7rem 0 2rem; } }
  .home__section--programs .horizontal-scroll {
    margin-top: -45px;
    z-index: 12; }
  .home__section--programs .h2_subheader {
    padding-top: 45px; }
  .home__section--programs .horizontal_scroll-content {
    gap: 2rem;
    padding-top: 45px; }
  .home__section--programs .program-tile {
    background-blend-mode: multiply;
    background-position: -20% 50px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #35362b;
    flex: 0 0 auto;
    font-family: 'National';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    height: 382px;
    line-height: 100%;
    padding: 1rem;
    width: 337px; }
    .home__section--programs .program-tile:hover {
      text-decoration: none;
      transform: translateY(-45px); }
    .home__section--programs .program-tile:last-of-type {
      margin-right: 7vw; }
    .home__section--programs .program-tile.topic-2 {
      background-color: #539d99;
      background-image: url("/images/2022/programs/antitrust.png"); }
    .home__section--programs .program-tile.topic-3 {
      background-color: #7088ad;
      background-image: url("/images/2022/programs/antitrust.png"); }
    .home__section--programs .program-tile.topic-4 {
      background-color: #94a04a;
      background-image: url("/images/2022/programs/antitrust.png");
      background-position: -20% 100px; }
    .home__section--programs .program-tile.topic-5 {
      background-color: #c16161;
      background-image: url("/images/2022/programs/innovation.png"); }
    .home__section--programs .program-tile.topic-6 {
      background-color: #8d7aa2;
      background-image: url("/images/2022/programs/ip.png"); }
    .home__section--programs .program-tile.topic-7 {
      background-color: #dbb636;
      background-image: url("/images/2022/programs/antitrust.png"); }

.publications.layout_3up,
.home_publications {
  background: #292916;
  overflow: hidden;
  padding: 6rem 0;
  position: relative; }
  .publications.layout_3up h2,
  .home_publications h2 {
    color: #fafaf9; }
  .publications.layout_3up .offset_subheader,
  .home_publications .offset_subheader {
    color: #42422d; }
  .publications.layout_3up .grid_card,
  .home_publications .grid_card {
    color: #fafaf9;
    font-family: 'National';
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2; }
    .publications.layout_3up .grid_card a,
    .home_publications .grid_card a {
      color: #f5f4f0; }
    .publications.layout_3up .grid_card h3,
    .home_publications .grid_card h3 {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 1rem; }
      .publications.layout_3up .grid_card h3 a,
      .home_publications .grid_card h3 a {
        display: block; }
  .publications.layout_3up .resource-authors,
  .home_publications .resource-authors {
    color: #a39c8c;
    font-family: 'National';
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; }
    .publications.layout_3up .resource-authors .author:nth-of-type(n + 8),
    .home_publications .resource-authors .author:nth-of-type(n + 8) {
      background: red; }
    .publications.layout_3up .resource-authors .author:nth-of-type(7),
    .home_publications .resource-authors .author:nth-of-type(7) {
      background: green; }

.home__section--news {
  background-color: #f5f4f0;
  color: #35362b;
  overflow: hidden;
  padding: 3.2rem 0 4rem;
  position: relative; }
  @media (min-width: 767px) {
    .home__section--news {
      padding: 5rem 0 4rem; } }
  @media (min-width: 1200px) {
    .home__section--news {
      padding: 7rem 0 5rem; } }
  .home__section--news .bg_image-left-wrapper {
    bottom: 3rem;
    max-width: 9vw;
    top: auto; }
  .home__section--news .bg_image-right-wrapper {
    max-width: 9vw;
    top: 4rem; }
  .home__section--news .grid_card {
    font-family: 'National';
    font-size: 1.5rem; }
    .home__section--news .grid_card h3 {
      border-top: 4px solid #35362b;
      box-sizing: content-box;
      color: #35362b;
      font-size: 26px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 2.5rem;
      padding-top: 1.5rem; }
    .home__section--news .grid_card .publish-date {
      font-family: 'National Condensed';
      font-size: 1.1rem;
      letter-spacing: .1em;
      line-height: 105%;
      text-transform: uppercase; }
    .home__section--news .grid_card .publish-source {
      font-size: 18px;
      font-style: normal;
      font-weight: 480;
      line-height: 120%; }

.map_cta {
  align-items: center;
  background: url("/images/2023/affiliate_map.png");
  display: flex;
  flex-direction: column;
  height: 32vw;
  justify-content: center;
  max-height: 584px;
  min-height: 280px;
  z-index: 99999; }
  .map_cta p {
    color: #fff;
    font-family: Kokoro;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 2.2rem;
    max-width: 30rem;
    text-align: center; }
