/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #9d9cf4;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #9d9cf4;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body:not(.wp-admin) {
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

strong {
  font-weight: 700;
}

.is-style-eyebrow + * {
  margin-top: 1.125rem;
}

h1 + p {
  font-size: 1.25rem;
  line-height: 1.6;
}

p + h2 {
  margin-top: 2.5rem;
}

h2 + p, h3 + p, h5 + p, h6 + p {
  margin-top: 0.75rem;
}

p + h3, p + h4, p + h5, p + h5 {
  margin-top: 2.25rem;
}

h5 + h6 {
  margin-top: 1.625rem;
}

h2 + h3 {
  margin-top: 2rem;
}

p a {
  transition: all 0.25s ease-in;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.25s ease-in, text-underline-offset 0.25s ease-in;
}
p a:hover {
  text-decoration-thickness: 2px;
  text-underline-offset: 2.5px;
}

div.facetwp-facet {
  margin: 0.375rem 0 0;
}
div.facetwp-facet input, div.facetwp-facet select {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #767676;
  height: 44px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  transition: all 0.25s ease;
  width: 100%;
  transition: all 0.25s ease;
}
div.facetwp-facet input:focus, div.facetwp-facet select:focus {
  border-color: #c0267d;
  background-color: #f2f2f2;
  outline: 0;
}
div.facetwp-facet input::-moz-placeholder {
  font-size: 0.9375rem;
  color: #444;
  letter-spacing: 0.5px;
}
div.facetwp-facet select, div.facetwp-facet input::placeholder {
  font-size: 0.9375rem;
  color: #444;
  letter-spacing: 0.5px;
}
div.facetwp-facet.facetwp-type-pager {
  margin: 4.5rem 0 0;
  display: flex;
  justify-content: center;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager {
  display: flex;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 100%;
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 40px;
  transition: all 0.25s ease-in;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a.active:not(.next):not(.prev) {
  background-color: #73093a;
  color: #fff;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a.last, div.facetwp-facet.facetwp-type-pager .facetwp-pager a.prev {
  margin-right: 1rem;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a:hover:not(.prev):not(.next) {
  color: #961860;
  background-color: #f8f5eb;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a:hover.prev svg {
  transform: translateX(-2px);
  color: #961860;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a:hover.next svg {
  transform: translateX(2px);
  color: #961860;
}
div.facetwp-facet.facetwp-type-pager .facetwp-pager a svg {
  transition: all 0.25s ease-in;
}
div.facetwp-facet.facetwp-type-pager button.facetwp-load-more.facetwpwp-hidden {
  display: none !important;
}
div.facetwp-facet.facetwp-type-pager .facetwp-input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
div.facetwp-facet.facetwp-facet-search {
  position: relative;
}
div.facetwp-facet.facetwp-facet-search span.facetwp-input-wrap {
  width: 100%;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon {
  position: absolute;
  right: 1rem;
  top: 0.66rem;
  opacity: 1;
  font-size: 1.125rem;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon.f-loading:before {
  animation: rotation 2s infinite linear !important;
  content: "\f110";
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon:before {
  transition: all 250ms ease-in-out;
  content: "\f002";
  font: var(--fa-font-sharp-solid);
  display: none;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon svg {
  color: #c0267d;
}
div.facetwp-facet.facetwp-type-dropdown {
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: #fff;
}
div.facetwp-facet.facetwp-type-dropdown:after {
  transition: all 250ms ease-in-out;
  color: #767676;
  content: "\f0d7";
  font: var(--fa-font-sharp-solid);
  display: none;
}
div.facetwp-facet.facetwp-type-dropdown svg {
  color: #c0267d;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  pointer-events: none;
}

p + .facetwp-facet {
  margin-top: -12px;
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper form .gform_fields {
  gap: 2.125rem 1rem;
}
.gform_wrapper form .ginput_container label.gform-field-label, .gform_wrapper form .ginput_container label.gfield_label, .gform_wrapper form .ginput_container legend, .gform_wrapper form .gfield label.gform-field-label, .gform_wrapper form .gfield label.gfield_label, .gform_wrapper form .gfield legend {
  font-size: 1rem;
  font-weight: 700;
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
}
.gform_wrapper form .ginput_container input, .gform_wrapper form .ginput_container textarea, .gform_wrapper form .gfield input, .gform_wrapper form .gfield textarea {
  border-radius: 0;
  border: 1px solid #767676;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 0.4375rem;
}
.gform_wrapper form .ginput_container input::-moz-placeholder, .gform_wrapper form .ginput_container textarea::-moz-placeholder, .gform_wrapper form .gfield input::-moz-placeholder, .gform_wrapper form .gfield textarea::-moz-placeholder {
  font-weight: 300;
  color: #767676;
}
.gform_wrapper form .ginput_container input::placeholder, .gform_wrapper form .ginput_container textarea::placeholder, .gform_wrapper form .gfield input::placeholder, .gform_wrapper form .gfield textarea::placeholder {
  font-weight: 300;
  color: #767676;
}
@media (min-width: 580px) {
  .gform_wrapper form .ginput_container .gfield_radio, .gform_wrapper form .gfield .gfield_radio {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-items: start;
  }
}
.gform_wrapper form .ginput_container .gfield_radio, .gform_wrapper form .gfield .gfield_radio {
  gap: 1rem 3.75rem;
  margin-top: 1rem;
}
.gform_wrapper form .ginput_container .gfield_radio .gchoice, .gform_wrapper form .gfield .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
}
.gform_wrapper form .ginput_container .gfield_radio input, .gform_wrapper form .gfield .gfield_radio input {
  border-radius: 100%;
  transform: translateY(-3px);
}
.gform_wrapper form .ginput_container .gfield_radio label, .gform_wrapper form .gfield .gfield_radio label {
  font-weight: 300;
  font-size: 0.9375rem;
}
.gform_wrapper form .gform-footer {
  margin-bottom: clamp(50px, 4.5vw, 72px);
}
.gform_wrapper form .gform-footer input.gform_button[type=submit] {
  padding: 0.625rem 2.5rem !important;
  background-color: #961860 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
  letter-spacing: 3px !important;
  transition: box-shadow 0.5s ease-in-out;
}
.gform_wrapper form .gform-footer input.gform_button[type=submit]:hover {
  box-shadow: 0 4px 4px 0 color(display-p3 0 0 0 / 0.6);
}

#gform_wrapper_2 {
  background-color: #fff;
  color: #000;
  padding: clamp(24px, 2.75vw, 44px) clamp(24px, 5vw, 80px) clamp(24px, 2.1vw, 34px);
}
@media (min-width: 580px) {
  #gform_wrapper_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: space-between;
  }
}
#gform_wrapper_2 .gform_heading {
  position: relative;
}
@media (min-width: 580px) {
  #gform_wrapper_2 .gform_heading {
    padding-bottom: 2.5rem;
  }
  #gform_wrapper_2 .gform_heading:after {
    content: " ";
    border-right: 2px solid #d1cffd;
    position: absolute;
    right: 0;
    margin-right: 6vw;
    top: 0;
    height: 100%;
    width: 2px;
  }
}
#gform_wrapper_2 p.gform_description {
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  margin-top: 0.5625rem;
  width: 90%;
  padding-right: 6vw;
}
@media (max-width: 579px) {
  #gform_wrapper_2 p.gform_description {
    margin-bottom: 1.5rem;
  }
}
#gform_wrapper_2 .gform_fields {
  gap: 1rem;
}
#gform_wrapper_2 .gform-footer {
  margin-bottom: 0;
}
#gform_wrapper_2 .gform-footer input.gform_button[type=submit] {
  background-color: #5150a2 !important;
  transition: all 0.25s ease-in;
}
#gform_wrapper_2 .gform-footer input.gform_button[type=submit]:hover {
  box-shadow: 0 4px 4px 0 color(display-p3 0 0 0 / 0.6);
}

.wp-block-wpdatatables-wpdatacharts-gutenberg-block + .wp-block-wpdatatables-wpdatatables-gutenberg-block {
  display: none;
}

.wpdt-c .wpDataTablesWrapper {
  max-width: var(--wp--style--global--content-size) !important;
}
.wpdt-c .wpDataTablesWrapper .DTTT_button {
  transition: all 0.25s ease-in-out !important;
}
.wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
  background: transparent !important;
}
.wpdt-c .wpDataTablesWrapper .DTTT_button > span {
  color: #000 !important;
  text-decoration: underline;
  transition: all 0.25s ease-in-out !important;
}
.wpdt-c .wpDataTablesWrapper .DTTT_button > span:hover {
  text-underline-offset: 2px;
}
.wpdt-c .wpDataTablesWrapper .dataTables_length label, .wpdt-c .wpDataTablesWrapper .dataTables_filter label {
  color: #000 !important;
  font-size: 14px;
  font-weight: 300 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wpdt-c .wpDataTablesWrapper .dataTables_length button.dropdown-toggle, .wpdt-c .wpDataTablesWrapper .dataTables_length input, .wpdt-c .wpDataTablesWrapper .dataTables_filter button.dropdown-toggle, .wpdt-c .wpDataTablesWrapper .dataTables_filter input {
  border: 1px solid #767676 !important;
  background-color: #fff !important;
}
.wpdt-c .wpDataTablesWrapper .dataTables_length button.dropdown-toggle:is(input), .wpdt-c .wpDataTablesWrapper .dataTables_length input:is(input), .wpdt-c .wpDataTablesWrapper .dataTables_filter button.dropdown-toggle:is(input), .wpdt-c .wpDataTablesWrapper .dataTables_filter input:is(input) {
  width: 250px;
}
.wpdt-c .wpDataTablesWrapper .dataTables_length button.dropdown-toggle:before, .wpdt-c .wpDataTablesWrapper .dataTables_length input:before, .wpdt-c .wpDataTablesWrapper .dataTables_filter button.dropdown-toggle:before, .wpdt-c .wpDataTablesWrapper .dataTables_filter input:before {
  height: 100%;
  filter: brightness(0);
  right: 0.5rem;
  transform: translateY(-3px);
}
.wpdt-c .wpDataTablesWrapper .dataTables_length button.dropdown-toggle .filter-option-inner-inner, .wpdt-c .wpDataTablesWrapper .dataTables_length input .filter-option-inner-inner, .wpdt-c .wpDataTablesWrapper .dataTables_filter button.dropdown-toggle .filter-option-inner-inner, .wpdt-c .wpDataTablesWrapper .dataTables_filter input .filter-option-inner-inner {
  color: #000 !important;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable {
  background-color: #fff;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable > thead {
  background-color: #34338d;
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable > thead th {
  color: #fff !important;
}

body.login {
  background-image: url("../img/dark-purple.svg");
}
body.login div#login h1 a {
  background: url("../img/wp-login-logo-ristretto.png") no-repeat 0 0;
  background-size: contain;
  margin: 0 0 0 23px;
  width: 274px;
}
body.login form {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
  border-color: transparent;
}
body.login form input {
  border-radius: 0;
}
body.login form input:focus {
  outline-color: #961860;
}
body.login form .submit input {
  background-color: #73093a;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  transition: box-shadow 0.5s ease-in-out;
}
body.login form .submit input:hover {
  box-shadow: 0 4px 4px 0 color(display-p3 0 0 0 / 0.6);
  background-color: #73093a;
}
body.login #nav a, body.login #backtoblog a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
body.login #nav a:hover, body.login #backtoblog a:hover {
  color: #fff;
  -webkit-text-decoration-color: #d47712;
          text-decoration-color: #d47712;
}

.menu-button {
  top: 24px;
}
@media (min-width: 1165px) {
  .menu-button {
    display: none;
  }
}
.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  position: relative;
  text-align: left;
  width: 48px;
  transition: all 0.25s ease-out;
  z-index: 100;
  top: 0px;
}
.menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

.post-nav {
  border-top: 1px solid #f2f2f2;
  font-family: "p22-mackinac-pro", serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-top: 3rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.post-nav::after {
  clear: both;
  content: "";
  display: block;
}
.post-nav a {
  border: none;
  font-family: "p22-mackinac-pro", serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-nav .previous-post {
  float: left;
}
.post-nav .next-post {
  float: right;
}
.post-nav .fa {
  color: #000;
  position: relative;
  top: 0px;
  right: -2px;
}
.post-nav .fa.fa-caret-left {
  right: 0;
  left: -2px;
}

form.searchform {
  transition: all 250ms ease-in-out;
  padding: 0 1.5rem;
  position: relative;
}
@media (min-width: 1165px) {
  form.searchform {
    border: 1px solid transparent;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    max-height: 0;
  }
  form.searchform.search-open {
    max-height: 50px;
    top: calc(100% + 1rem);
  }
}
form.searchform svg {
  display: none;
}
form.searchform:before {
  content: "\f002";
  font: var(--fa-font-solid);
  color: #fff;
  position: absolute;
  left: 2.375rem;
  top: 0.625rem;
  font-size: 0.875rem;
  pointer-events: none;
}
@media (min-width: 1165px) {
  form.searchform:before {
    left: 0.75rem;
    top: 0.59375rem;
  }
}
form.searchform input.search-input {
  transition: all 250ms ease-in-out;
  background: transparent;
  border-radius: 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
  padding: 0.25rem 2.25rem;
}
@media (min-width: 1165px) {
  form.searchform input.search-input {
    padding: 0.25rem 0 0.25rem 2rem;
    background-color: rgba(89, 154, 255, 0.3);
    width: 330px;
  }
}
form.searchform input.search-input:focus {
  border: 1px solid #000;
  outline: 0;
}
form.searchform #search-close {
  display: none;
}

.social-sharing {
  display: flex;
  border-bottom: 1px solid #d1cffd;
  padding: 1rem 0;
  align-items: center;
  justify-content: space-between;
}
.social-sharing .sharing-links {
  display: flex;
  gap: 1.25rem;
}
.social-sharing a {
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.social-sharing a:hover {
  margin-top: -2px;
}
.social-sharing a path {
  color: #73093a;
}

.related-resources {
  background-image: url("../img/marigold.svg");
  padding-bottom: clamp(50px, 6.25vw, 100px);
  padding-top: clamp(75px, 6.5vw, 105px);
}
.related-resources .resource-header-link {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  justify-content: space-between;
}
.related-resources .resource-header-link p:hover svg {
  transform: translateX(2px);
}
.related-resources .resource-header-link p a {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 3px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
}
.related-resources .resource-header-link p a:hover {
  -webkit-text-decoration-color: #961860;
          text-decoration-color: #961860;
}
.related-resources .resource-header-link p svg {
  transition: all 0.25s ease-in;
}
.related-resources ul.related-resources-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .related-resources ul.related-resources-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .related-resources ul.related-resources-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-resources ul.related-resources-list li.resource {
  position: relative;
  background-color: #fff;
  padding-bottom: 2.5rem;
  z-index: 100;
}
.related-resources ul.related-resources-list li.resource:after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 0;
  z-index: -1;
  transition: all 0.3s ease-in;
}
.related-resources ul.related-resources-list li.resource:has(.mesa-publication) .resource-cats li a, .related-resources ul.related-resources-list li.resource:has(.mesa-publication) .resource-more, .related-resources ul.related-resources-list li.resource:has(.mesa-resource) .resource-cats li a, .related-resources ul.related-resources-list li.resource:has(.mesa-resource) .resource-more {
  color: #5150a2;
}
.related-resources ul.related-resources-list li.resource:has(.mesa-publication):after, .related-resources ul.related-resources-list li.resource:has(.mesa-resource):after {
  background-color: #5150a2;
}
.related-resources ul.related-resources-list li.resource:has(.external-resource) .resource-cats li a, .related-resources ul.related-resources-list li.resource:has(.external-resource) .resource-more {
  color: #73093a;
}
.related-resources ul.related-resources-list li.resource:has(.external-resource):after {
  background-color: #73093a;
}
@media (min-width: 768px) and (max-width: 1023px ) {
  .related-resources ul.related-resources-list li.resource:nth-child(3) {
    display: none;
  }
}
.related-resources ul.related-resources-list li.resource:hover:after {
  max-height: 100%;
}
.related-resources ul.related-resources-list li.resource:hover * {
  color: #fff !important;
  z-index: 1000;
}
.related-resources ul.related-resources-list li.resource * {
  transition: all 0.25s ease-in;
}
.related-resources ul.related-resources-list li.resource .resource-type {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 2.375rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.related-resources ul.related-resources-list li.resource .resource-type.mesa-publication, .related-resources ul.related-resources-list li.resource .resource-type.mesa-resource {
  background-color: #5150a2;
}
.related-resources ul.related-resources-list li.resource .resource-type.external-resource {
  background-color: #73093a;
}
.related-resources ul.related-resources-list li.resource .resource-cats {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding: 0 1.875rem;
  display: flex;
  gap: 0.8rem;
}
.related-resources ul.related-resources-list li.resource .resource-cats li {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.related-resources ul.related-resources-list li.resource .resource-cats li a {
  text-decoration: none;
}
.related-resources ul.related-resources-list li.resource h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.5rem 1.875rem 0;
}
.related-resources ul.related-resources-list li.resource h3 a {
  text-decoration: none;
}
.related-resources ul.related-resources-list li.resource h3 a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.related-resources ul.related-resources-list li.resource .resource-source {
  font-family: "p22-mackinac-pro", serif;
  font-size: 0.9375rem;
  padding: 0 1.875rem;
}
.related-resources ul.related-resources-list li.resource .resource-excerpt {
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 1.5rem;
  padding: 0 1.875rem;
}
.related-resources ul.related-resources-list li.resource .resource-more {
  padding: 1.875rem 1.875rem 0;
}
.related-resources ul.related-resources-list li.resource .resource-more .resource-link {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 3px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}
.related-resources > div:not(.resource-header-link) {
  max-width: unset;
}
.related-resources > div:not(.resource-header-link) img {
  max-width: unset;
}
.related-resources > div:last-child {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.wp-block-buttons .wp-block-button:not(.is-style-outline):not(.is-style-arrow) .wp-block-button__link {
  transition: box-shadow 0.5s ease-in-out;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline):not(.is-style-arrow) .wp-block-button__link:hover {
  box-shadow: 3px 4px 4px 0 color(display-p3 0.263 0.046 0.138 / 0.64);
}
.wp-block-buttons .wp-block-button:not(.is-style-outline):not(.is-style-arrow) .wp-block-button__link.has-white-background-color:hover {
  box-shadow: 3px 6px 4px 0 #5150a2;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  transition: box-shadow 0.5s ease-in-out;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  box-shadow: 3px 4px 4px 0 color(display-p3 0.263 0.046 0.138 / 0.64);
}
.wp-block-buttons .wp-block-button.is-style-arrow a:before {
  font: var(--fa-font-solid);
  content: "\f0d9";
  display: none;
}
.wp-block-buttons .wp-block-button.is-style-arrow a:hover svg {
  transform: translateX(-3px);
}
.wp-block-buttons .wp-block-button.is-style-arrow a svg {
  transition: all 0.25s ease-in;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  transition: all 0.25s ease;
  z-index: 1;
}

p + .wp-block-buttons {
  margin-top: 3.125rem;
}

@media (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    display: grid !important;
  }
  .wp-block-columns.is-layout-flex.is-style-reverse {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .wp-block-columns.is-layout-flex.is-style-reverse > .wp-block-column {
    flex-basis: unset !important;
  }
}

.wp-block-embed {
  clear: both;
}

@media (max-width: 579px) {
  .wp-block-group.leadership-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 580px) and (max-width: 767px ) {
  .wp-block-group.leadership-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px ) {
  .wp-block-group.leadership-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wp-block-group.leadership-grid {
  margin: -10px 0 0 0;
  gap: 1.5625rem;
}
.wp-block-group.leadership-grid h3 {
  padding-top: 6rem;
}

.wp-block-image.alignleft {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.wp-block-image.alignright {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.wp-block-media-text.alignfull {
  gap: 3rem;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 0 1.5rem;
}
@media (min-width: 600px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-top: 3rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1304px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 3rem 0 0 !important;
  }
}
@media (min-width: 1304px) {
  .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-right: calc(50vw - 720px);
  }
}
@media (min-width: 1304px) {
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    margin-left: calc(50vw - 720px);
  }
}
.wp-block-media-text {
  gap: 6vw;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  max-width: 760px;
}

.wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin-top: 2.1875rem;
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link:after {
  font: var(--fa-font-sharp-solid);
  content: "\e09f";
  display: none;
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover svg {
  transform: translateX(2px) translateY(-2px);
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link svg {
  transition: all 0.25s ease-in;
}

.wp-block-post-terms a {
  text-decoration: none;
}
.wp-block-post-terms.taxonomy-source {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.wp-block-post-terms.taxonomy-source a {
  color: #444;
}

.wp-block-post {
  position: relative;
  transition: all 0.25s ease-in;
  overflow: hidden;
}
.wp-block-post .wp-block-group {
  z-index: 100;
  position: relative;
  transition: all 0.25s ease-in;
}
.wp-block-post .wp-block-group h4, .wp-block-post .wp-block-group p, .wp-block-post .wp-block-group a {
  transition: all 0.25s ease-in;
  z-index: 100;
  position: relative;
}

/**
 * Everything below is datset specific
*/
.wp-block-post-template:has(.type-data-insight) .wp-block-post {
  transition: all 0.25s ease;
  position: relative;
}
.wp-block-post-template:has(.type-data-insight) .wp-block-post:hover {
  box-shadow: 4px 6px 6px 0 rgba(7, 6, 70, 0.3);
}
.wp-block-post-template:has(.type-data-insight) .wp-block-post:hover img, .wp-block-post-template:has(.type-data-insight) .wp-block-post:hover picture {
  transform: scale(1.0125);
  transform-origin: center bottom;
}
.wp-block-post-template:has(.type-data-insight) .wp-block-post .wp-block-post-featured-image {
  position: unset;
}
.wp-block-post-template:has(.type-data-insight) .wp-block-post .wp-block-post-featured-image a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.wp-block-post-template:has(.type-data-insight) .wp-block-post .wp-block-post-featured-image img, .wp-block-post-template:has(.type-data-insight) .wp-block-post .wp-block-post-featured-image picture {
  transition: all 0.25s ease-in-out;
}

/**
 * Everything below is datset specific
*/
.wp-block-post-template:has(.type-resource) {
  margin-top: clamp(50px, 5.8vw, 94px);
  gap: clamp(24px, 4.3vw, 70px) clamp(15px, 1.25rem, 20px);
}
@media (max-width: 767px) {
  .wp-block-post-template:has(.type-resource) {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template:has(.type-resource) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .wp-block-post-template:has(.type-resource) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-post-template:has(.type-resource) .wp-block-post {
  position: relative;
}
.wp-block-post-template:has(.type-resource) .wp-block-post:after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 0;
  z-index: 10;
  transition: all 0.3s ease-in;
}
.wp-block-post-template:has(.type-resource) .wp-block-post:hover:after {
  max-height: 100%;
}
.wp-block-post-template:has(.type-resource) .wp-block-post:hover .wp-block-group {
  background-color: transparent !important;
}
.wp-block-post-template:has(.type-resource) .wp-block-post:hover .wp-block-group h4, .wp-block-post-template:has(.type-resource) .wp-block-post:hover .wp-block-group p, .wp-block-post-template:has(.type-resource) .wp-block-post:hover .wp-block-group a {
  color: #fff;
}

li.wp-block-post.resource-type-mesa-publication:after,
li.wp-block-post.resource-type-mesa-resource:after {
  background-color: #5150a2;
}
li.wp-block-post.resource-type-mesa-publication .wp-block-post-terms.taxonomy-resource-type,
li.wp-block-post.resource-type-mesa-resource .wp-block-post-terms.taxonomy-resource-type {
  background-color: #5150a2;
  color: #fff;
  padding: 0.25rem 1rem;
  z-index: 100;
  position: relative;
}
li.wp-block-post.resource-type-mesa-publication .taxonomy-category, li.wp-block-post.resource-type-mesa-publication .wp-block-post-excerpt__more-link,
li.wp-block-post.resource-type-mesa-resource .taxonomy-category,
li.wp-block-post.resource-type-mesa-resource .wp-block-post-excerpt__more-link {
  color: #5150a2;
}

li.wp-block-post.resource-type-external-resource:after {
  background-color: #73093a;
}
li.wp-block-post.resource-type-external-resource .wp-block-post-terms.taxonomy-resource-type {
  background-color: #73093a;
  color: #fff;
  padding: 0.25rem 1rem;
  z-index: 100;
  position: relative;
}
li.wp-block-post.resource-type-external-resource .taxonomy-category, li.wp-block-post.resource-type-external-resource .wp-block-post-excerpt__more-link {
  color: #961860;
}

@view-transition {
  navigation: auto;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.r-editor-note {
  display: none;
}

.visually-hidden {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  z-index: 1000;
}
.visually-hidden:focus {
  height: auto;
  width: 100%;
  position: static;
  margin: auto;
}

.body--wrapper > :first-child {
  padding-top: clamp(165px, 20vw, 271px);
  padding-bottom: 60px;
}

.home .body--wrapper > :not(.resource-header):first-child, .home .body--wrapper .resource-header .wp-block-cover {
  padding-top: clamp(165px, 14.75vw, 236px);
  padding-bottom: clamp(80px, 5.8vw, 94px);
}

.alignfull + .alignfull {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.alignfull + .wp-block-columns, .alignfull + h2, .alignfull + .wp-block-group, .alignfull + .wp-block-query, alignfull + p, .wp-block-buttons + h2 {
  margin-top: 4.125rem;
}

.wp-block-columns + .alignfull, .wp-block-group:not(.alignfull) + .alignfull, .wp-block-query + .alignfull {
  margin-top: clamp(75px, 6.25vw, 100px);
}

p + h2, p + h3 {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}

footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer {
  margin-top: auto;
  background-color: #1c1b46;
  color: #fff;
  padding-top: clamp(63px, 5vw, 81px);
}
@media (min-width: 768px) {
  footer.body--footer .footer-inner {
    display: grid;
    grid-template-columns: 4fr 6fr 2fr;
    gap: 0 3.125rem;
  }
}
footer.body--footer img, footer.body--footer picture {
  width: 100%;
  height: auto;
  max-width: 415px;
  margin: 0 !important;
}
footer.body--footer .body--footer-contact div, footer.body--footer .body--footer-logos {
  display: grid;
  gap: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  align-content: start;
}
@media (min-width: 768px) {
  footer.body--footer .body--footer-contact div, footer.body--footer .body--footer-logos {
    margin-top: 0;
  }
}
footer.body--footer .body--footer-contact div p, footer.body--footer .body--footer-logos p {
  display: flex;
  gap: 0.9375rem;
}
footer.body--footer .body--footer-contact div span, footer.body--footer .body--footer-contact div .contact-address-label, footer.body--footer .body--footer-logos span, footer.body--footer .body--footer-logos .contact-address-label {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 500;
}
footer.body--footer .body--footer-contact div {
  gap: 32px;
}
@media (max-width: 767px) {
  footer.body--footer .body--footer-contact {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  footer.body--footer .body--footer-contact {
    display: flex;
    margin-top: 0;
    gap: 1rem clamp(1rem, 4vw, 64px);
  }
}
footer.body--footer .contact-address-label {
  margin-top: 2.625rem;
}
@media (min-width: 768px) {
  footer.body--footer .contact-address-label {
    margin-top: 0;
  }
}
footer.body--footer .contact-address {
  margin-top: -1.5rem;
}
@media (max-width: 767px) {
  footer.body--footer .contact-address {
    margin-bottom: 2.625rem;
  }
}
footer.body--footer .body--footer-logos img {
  max-width: 200px;
}
footer.body--footer .body--footer-logos img + p, footer.body--footer .body--footer-logos picture + p {
  margin-top: 2.625rem;
}
footer.body--footer .body--footer-end {
  border-top: 1px solid #605F81;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-column: span 3;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  footer.body--footer .body--footer-end {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 3.75rem;
  }
}
footer.body--footer .body--footer-end p {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.36px;
  align-self: flex-start;
}
footer.body--footer .body--footer-end .footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  footer.body--footer .body--footer-end .menu {
    grid-column: span 2;
  }
}
footer.body--footer .body--footer-end ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  footer.body--footer .body--footer-end ul {
    margin-top: 1.25rem;
  }
}
footer.body--footer .body--footer-end ul li {
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
footer.body--footer .body--footer-end ul li a {
  transition: all 0.25s ease-in;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.25s ease-in, text-underline-offset 0.25s ease-in;
}
footer.body--footer .body--footer-end ul li a:hover {
  text-decoration-thickness: 2px;
  text-underline-offset: 2.5px;
}

header.body--header::after {
  clear: both;
  content: "";
  display: block;
}
header.body--header {
  position: absolute;
  z-index: 100;
  width: 100%;
}
@media (max-width: 1164px) {
  header.body--header {
    padding: 0 !important;
  }
}
header.body--header:after {
  display: none;
}
@media (min-width: 1165px) {
  header.body--header {
    background: linear-gradient(0deg, rgba(7, 6, 70, 0.4) 0%, rgba(7, 6, 70, 0.4) 100%), rgba(205, 205, 205, 0.15);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media (min-width: 1165px) {
  header.body--header .header-inner {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
    align-items: end;
  }
}
header.body--header .logo-menu-wrapper {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  z-index: 1000;
}
@media (max-width: 1164px) {
  header.body--header .logo-menu-wrapper {
    background: linear-gradient(0deg, rgba(7, 6, 70, 0.4) 0%, rgba(7, 6, 70, 0.4) 100%), rgba(205, 205, 205, 0.15);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
@media (min-width: 1165px) {
  header.body--header .logo-menu-wrapper {
    margin: 0 !important;
    padding: 0;
  }
}
header.body--header .logo-menu-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 579px) {
  header.body--header .logo-menu-wrapper img:first-child {
    display: none;
  }
}
@media (min-width: 580px) {
  header.body--header .logo-menu-wrapper img:last-child {
    display: none;
  }
}
header.body--header nav.nav--primary {
  overflow: hidden;
  transform-origin: top;
  transition: max-height 0.66s ease-in-out;
  z-index: 100;
}
@media (max-width: 1164px) {
  header.body--header nav.nav--primary {
    max-height: 0;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background: linear-gradient(0deg, rgba(52, 51, 141, 0.3) 0%, rgba(52, 51, 141, 0.3) 100%), rgba(205, 205, 205, 0.15);
  }
  header.body--header nav.nav--primary.nav-open {
    max-height: 500px;
  }
}
header.body--header nav.nav--primary ul.menu {
  justify-items: start;
  gap: 1.6875rem;
  display: grid;
  transition: all 0.66s ease-in-out;
}
@media (max-width: 1164px) {
  header.body--header nav.nav--primary ul.menu {
    padding: 2rem 0 2.5rem;
  }
}
@media (min-width: 1165px) {
  header.body--header nav.nav--primary ul.menu {
    display: flex;
    margin-bottom: 0.25rem;
  }
}
header.body--header nav.nav--primary ul.menu li {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 3%;
  line-height: 1.25;
  color: #fff;
  z-index: 1000;
  position: relative;
  padding: 0.3125rem 1.25rem;
}
@media (max-width: 1164px) {
  header.body--header nav.nav--primary ul.menu li {
    transform: translateX(-18px);
  }
}
header.body--header nav.nav--primary ul.menu li:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
  transition: background-color 0.25s ease-in;
}
header.body--header nav.nav--primary ul.menu li:hover:after {
  background-color: rgba(255, 255, 255, 0.1);
}
header.body--header nav.nav--primary ul.menu li.current_page_item:after {
  background-color: rgba(255, 255, 255, 0.1);
}
header.body--header nav.nav--primary ul.menu li a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media (max-width: 1164px) {
  header.body--header nav.nav--primary ul.menu li a:has(svg):before {
    content: "Contact";
  }
  header.body--header nav.nav--primary ul.menu li a:has(svg) svg {
    display: none;
  }
}
body.error404 {
  background-image: url("../img/dark-purple.svg");
}
body.error404 .content-wrapper .inner {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
  padding: 3rem 6rem 4rem;
}

body.search .search-background {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.search .search-background::before {
  background-color: #202F65 !important;
  mix-blend-mode: multiply;
  opacity: 0.85 !important;
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.search .search-background picture {
  height: 100%;
  width: 100%;
}
body.search .search-background picture img {
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
  filter: sepia(100%);
}
body.search .search-intro {
  display: grid;
  gap: 1rem;
  margin: 16rem 0 5rem;
}
body.search .search-intro h1 {
  color: #fff;
}
body.search .search-intro p {
  color: #fff;
  text-transform: uppercase;
  font-family: "p22-mackinac-pro", serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
body.search .search-intro .search-page-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  max-width: 58rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input {
  font-size: 1rem;
  color: #818181;
  letter-spacing: 0.16px;
  border: 2px solid transparent;
  padding-left: 1.5rem;
  height: 44px !important;
  width: 100%;
}
body.search .search-intro .search-page-search-form input.search-bar-input::-moz-placeholder {
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input::placeholder {
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input:focus {
  outline: none;
}
body.search .search-intro .search-page-search-form input.search-submit {
  font-family: "p22-mackinac-pro", serif;
  height: 100%;
  border: 0;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 1.6rem;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 250ms ease-in-out;
}
body.search .search-intro .search-page-search-form input.search-submit:hover {
  filter: brightness(110%);
}
body.search .search-result {
  background: #fff;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
  max-width: 58rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  body.search .search-result {
    padding: 2.5rem 2.1875rem;
  }
}
body.search .search-result .post-type {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
body.search .search-result a {
  text-decoration: none;
}
body.search .search-result h2 {
  font-size: 22px;
}
@media (min-width: 320px) {
  body.search .search-result h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  body.search .search-result h2 {
    font-size: 26px;
  }
}
body.search .search-result h2 {
  margin-bottom: 1rem;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
body.search .search-result .excerpt {
  font-size: 1.25rem;
}
body.search nav.single-post-nav {
  display: flex;
  justify-content: space-between;
  max-width: 58rem;
  margin: 2rem 0;
}
body.search nav.single-post-nav a {
  color: #fff;
  font-family: "p22-mackinac-pro", serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
body.search nav.single-post-nav a svg {
  transition: all 250ms ease-in-out;
  position: relative;
  right: 0;
}
body.search nav.single-post-nav .previous-post:hover svg {
  right: 2px;
}
body.search nav.single-post-nav .next-post:hover svg {
  right: -2px;
}

.single-data-insight .data-insight-header {
  padding: 0;
}
.single-data-insight .data-insight-header .wp-block-cover {
  min-height: clamp(150px, 26vw, 150px);
  padding-bottom: 50px;
  padding-top: clamp(165px, 13.75vw, 35px);
}
.single-data-insight .data-insight-header .wp-block-post-terms a {
  background-color: #d1cffd;
  color: #000;
  padding: 0.5rem 1.25rem;
}
.single-data-insight .data-insight-body {
  display: grid;
  gap: clamp(75px, 8.125vw, 130px);
  margin-top: 4.1875rem;
  padding-bottom: clamp(50px, 6.25vw, 100px);
}
.single-data-insight .data-insight-body aside {
  border-top: 3px solid #5150a2;
  padding-top: 1.5rem;
}

.single-resource .resource-header {
  padding: 0;
}
.single-resource .resource-header .wp-block-cover {
  min-height: clamp(150px, 26vw, 150px);
  padding-top: clamp(165px, 13.75vw, 35px);
  padding-bottom: 50px;
}
.single-resource .resource-header .wp-block-buttons .wp-block-button {
  margin-left: -5px;
}
@media (min-width: 1304px) {
  .single-resource .resource-header .wp-block-buttons .wp-block-button {
    margin-left: -18px;
  }
}
.single-resource .resource-header .wp-block-post-terms a {
  padding: 0.5rem 1.25rem;
  background-color: #d1cffd;
  color: #000;
  transition: all 0.25s ease-in;
}
.single-resource .resource-header .wp-block-post-terms a:hover {
  box-shadow: 3px 6px 4px 0 #5150a2;
}
.single-resource .resource-body {
  margin-top: 4.1875rem;
  padding-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .single-resource .resource-body {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: clamp(75px, 8.125vw, 130px);
  }
}
.single-resource .resource-body .resource-sidebar {
  border-top: 3px solid #5150a2;
  padding-top: 1.5rem;
}
.single-resource .resource-body .resource-sidebar h2 {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "helvetica-neue-lt-pro", Helvetica, Arial, sans-serif;
  transition: all 0.25s ease-in;
}
.single-resource .resource-body .resource-sidebar .sources {
  border-bottom: 1px solid #d1cffd;
  padding-bottom: 1.125rem;
}
.single-resource .resource-body .resource-sidebar .file-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d1cffd;
  position: relative;
  align-items: center;
}
.single-resource .resource-body .resource-sidebar .file-wrapper:hover h2 {
  color: #73093a;
}
.single-resource .resource-body .resource-sidebar .file-wrapper a {
  color: #73093a;
}
.single-resource .resource-body .resource-sidebar .file-wrapper a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.single-resource .resource-body .resource-sidebar .file-wrapper a:hover svg {
  transform: translateY(3px);
}
.single-resource .resource-body .resource-sidebar .file-wrapper a svg {
  transition: all 0.25s ease-in;
}
.single-resource .resource-body .resource-sidebar .resource-disclaimer {
  font-style: italic;
  font-size: 0.9375rem;
  margin-top: 2rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.single-resource .related-resources .wp-block-cover {
  min-height: auto;
}
@media (min-width: 1024px) {
  .single-resource .related-resources .wp-block-query {
    margin-top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px ) {
  .single-resource .related-resources ul {
    margin-top: 0;
  }
  .single-resource .related-resources ul li:last-child {
    display: none;
  }
}
