/*!
Theme Name: Divi-Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Divi resets
 */
 .et_pb_slide_description {
    text-shadow: none !important;
}

/**
 * Common
 */
.et_pb_row.center-vertically {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.et_password_protected_form {
    padding: 0 0 300px 0;
    max-width: 800px;
}

:root {
    --accent-color: #007A86;
    --headline-font: "Vitesse A", "Vitesse B", Cambria, Rockwell, "Times New Roman", serif;
    --body-font: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    font-family: var(--body-font);
    font-weight: normal;
}

h1,
h2,
h3,
h4 {
    font-family: var(--headline-font);
    padding: 0;
    position: relative;
}

a {
    text-decoration: underline;
}

.body-font {
    font-family: var(--body-font);
}

.headline-font {
    font-family: var(--headline-font);
}

.section > div {
    max-width: 1520px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

a#skip,
a#skip:hover,
a#skip:visited {
	display: inline-block;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: -1000px;
	transition: none;
}

a#skip:active,
a#skip:focus {
    left: 10px;
    z-index: 99999999;
}

#page-container {
    overflow: hidden;
}

#header > div {
    height: 110px;
    z-index: 10;
}

#header .logo {
    position: absolute;
    top: 23px;
    left: 40px;
}

#header .logo img {
    transition: 0.5s ease;
}

#header .logo a:focus img,
#header .logo a:hover img {
    transform: scale(1.07);
}

#header .toggle-menu {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    position: absolute;
    top: 17px;
    right: 0px;
    display: none;    
}

#nav nav {
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0 0 0;
}

#nav nav a {
    letter-spacing: -0.07px;
    color: #3E3E3E;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

#nav nav a:focus,
#nav nav a:hover,
#nav nav .current-menu-item > a,
#nav nav .current-menu-item-ancestor > a,
body.single-story #nav .stories-menu-item > a,
body.single-news_release #nav .newsroom-menu-item > a {
    text-decoration-color: #BA0C2F;
}

#nav nav .support > a,
#nav nav .new-mexico > a {
    text-decoration: none;
    text-decoration-color: #fff;
    text-underline-offset: revert;
    text-decoration-thickness: 1px;
}

#nav nav .support > a:focus,
#nav nav .support > a:hover,
#nav nav .new-mexico > a:focus,
#nav nav .new-mexico > a:hover {
    text-decoration: underline;
}

#nav .search [type="text"]::placeholder {
    text-transform: uppercase;
    color: #63666A;
    opacity: 1;
}

#nav .search button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: solid 1px #fff;
    border-radius: 50%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav .search button:focus,
#nav .search button:hover {
    border-color: var(--accent-color);
}

#nav .close {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    position: absolute;
    top: 20px;
    right: 40px;
    display: none;
}

#nav .lang {
    position: relative;
    line-height: 1px;
}

#nav .lang:before {
    position: absolute;
    content: "";
    top: 1px;
    right: 0;
    width: 14px;
    height: 14px;
    background: #3E3E3E;
}

#nav .lang:after {
    position: absolute;
    content: "";
    top: 6px;
    right: 3px;
    border: solid 1px transparent;
    border-width: 4px 4px;
    border-top-color: #fff;
}

#nav .lang select {
    appearance: none;
    border: none;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

#nav .lang select:focus {
    outline: solid 2px var(--accent-color);
}

#upper-footer {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""; */
    margin-top: -200px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-webkit-mask-size: cover;
    -webkit-mask-image: url(images/footer-mask.svg?r=1);
	mask-repeat: no-repeat;
	mask-position: center top;
	mask-size: cover;
    mask-image: url(images/footer-mask.svg?r=1);
}

body.et-fb #upper-footer {
    display: none;
}

#main-footer h2 {
    margin: 0 0 5px 0;
}

#main-footer a {
    text-decoration: none;
}

#main-footer a:not(.btn):focus,
#main-footer a:not(.btn):hover {
    text-decoration: underline;
}

#main-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main-footer li + li {
    margin-top: 5px;
}

#main-footer .email,
#main-footer .phone {
    display: inline-block;
    background: url(images/email.svg) no-repeat left center;
    padding: 0 0 0 30px;
}

#main-footer .phone {
    background-image: url(images/phone.svg);
}

#main-footer .social {
    margin-top: 10px;
}

#lower-footer a {
    text-decoration: none;
}

#lower-footer a:not(.btn):focus,
#lower-footer a:not(.btn):hover {
    text-decoration: underline;
}

.btn {
    font-family: var(--headline-font);
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
	padding: 15px 30px;
	background: #D6A461;
	border: solid 2px #D6A461;
	text-decoration: none;
	transition: 0.25s ease;
	font-weight: bold;
}

.btn.sml {
    font-size: 15px;
    line-height: 19px;
    padding: 8px 25px;
}

.btn:focus,
.btn:hover {
	background: #fff;
	color: #D6A461;
}

.btn.white-outline {
	border-color: #fff;
	background: none;
}

.btn.white-outline:focus,
.btn.white-outline:hover {
	color: #007A86;
	background-color: #fff;
}

.btn.white {
    background: #fff;
	border-color: #fff;
    color: #007a86;
}

.btn.white:focus,
.btn.white:hover {
    background-color: #007a86;
    color: #fff;
}

.btn.white-with-red-text {
    background: #fff;
	border-color: #fff;
    color: #ba0c2f;
}

.btn.white-with-red-text:focus,
.btn.white-with-red-text:hover {
    background-color: #ba0c2f;
    color: #fff;
}

.btn.red {
    background: #BA0C2F;
    border-color: #BA0C2F;
}

.btn.red:focus,
.btn.red:hover {
    background: #fff;
    color: #BA0C2F;
}

.btn.teal {
    background: #007A86;
    border-color: #007A86;
}

.btn.teal:focus,
.btn.teal:hover {
    background: #fff;
    color: #007A86;
}

.btn.purple {
    background-color: #8A387C;
    border-color: #8A387C;
}

.btn.purple:focus,
.btn.purple:hover {
    background-color: #fff;
    color: #8A387C;
}

.btn.email {
    padding-left: 100px;
    background-image: url(images/envelope.svg);
    background-repeat: no-repeat;
    background-position: 26px center;
}

.btn.email:focus,
.btn.email:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.read-more-arrow {
    background: #BA0C2F url(images/arrow.svg) no-repeat 9px center;
    font-size: 0;
    line-height: 0;
    text-indent: -10000px;
    overflow: hidden;
    width: 26px;
    height: 26px;
    display: block;
}

.read-more-arrow:focus,
.read-more-arrow:hover {
    background-color: var(--accent-color);
}

.wide-photo-banner .et_pb_row,
.wide-photo-banner .et_pb_column {
	position: static;
}

.wide-photo-banner .et_pb_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(50% + 100px);
}

.wide-photo-banner .et_pb_image .et_pb_image_wrap {
	display: block;
	width: 100%;
	height: 100%;
}

.wide-photo-banner .et_pb_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wide-photo-banner.anchor-right .et_pb_image img {
    object-position: right center;
}

.wide-photo-banner.reverse .et_pb_image {
    left: auto;
    right: 0;
}

.wide-photo-banner.half .et_pb_image {
    width: calc(50%);
}

.reach {
    --bg-orange: #C05131;
    --bg-purple: #8A387C;
    --bg-teal: #007A86;
    --bg-red: #d46e83;
    --bg-gold: #e5c7a2;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    gap: 46px;
}

.reach strong {
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.reach > div > div {
    border-radius: 50%;
    position: relative;
    z-index: 0;
}

.reach > div > div > div {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.reach .countries > div,
.reach .superhubs > div,
.reach .smallest > div {
    width: 160px;
    height: 160px;
}

.reach .countries > div > div,
.reach .purple > div > div {
    background-color: var(--bg-purple);
}

.reach .superhubs > div > div {
    background-color: #D6A461;
    color: #3E3E3E;
}

.reach .programs > div > div,
.reach .orange > div > div {
    background-color: var(--bg-orange);
}

.reach .hubs > div > div {
    background-color: #BA0C2F;
}

.reach .attendees > div > div {
    background: #007A86 url(images/attendees.svg) no-repeat center 30px;
}

.reach .teal > div > div {
    background-color: var(--bg-teal);
}

.reach .programs > div,
.reach .hubs > div,
.reach .small > div {
    width: 200px;
    height: 200px;
}

.reach .attendees > div,
.reach .large > div {
    width: 390px;
    height: 390px;
}

.reach .attendees strong {
    font-size: 60px;
    line-height: 64px;
}

.reach .programs strong,
.reach .hubs strong {
    font-size: 48px;
    line-height: 52px;
}

.reach > div > div:before,
.reach > div > div:after {
    content: '';
    display: block;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    background: #b889af;
    border-radius: 50%;
    z-index: -1;
}

.reach .programs > div:before,
.reach .programs > div:after,
.reach .orange > div:before,
.reach .orange > div:after {
    background: var(--bg-orange);
}

.reach .attendees > div:before,
.reach .attendees > div:after,
.reach .teal > div:before,
.reach .teal > div:after {
    background: var(--bg-teal);
}

.reach .hubs > div:before,
.reach .hubs > div:after {
    background: var(--bg-red);
}

.reach .superhubs > div:before,
.reach .superhubs > div:after {
    background: var(--bg-gold);
}

.reach .purple > div:before,
.reach .purple > div:after {
    background: var(--bg-purple);
}

.reach > div > div:before {
    animation: ripple 4s linear infinite;
}

.reach > div > div:after {
    animation: ripple 4s linear 1s infinite;
}

.reach.nm-reach {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 18px;
}

.reach.nm-reach .attendees > div > div {
    background: var(--bg-orange) url(images/people.svg) no-repeat center 30px;
}

.reach.nm-reach .attendees > div:before,
.reach.nm-reach .attendees > div:after {
    background: var(--bg-orange);
}

.impact-banner {
    overflow: hidden;
}

.impact-banner > .et_pb_row {
    align-items: center;
}

.impact-banner > .et_pb_row > .et_pb_column:first-child {
    width: 33.3333%;
}

.impact-banner > .et_pb_row > .et_pb_column:last-child {
    width: 66.6666%;
}

.impact-banner > .et_pb_row > .et_pb_column:last-child:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background: #D6A461;
    width: 100000px;
}

.impact-banner .et_pb_blurb_content {
    display: flex;
}

.impact-banner .et_pb_main_blurb_image {
    display: block;
    margin: 0;
    width: 175px;
    min-height: 175px;
    position: relative;
    flex-shrink: 0;
}

.impact-banner .et_pb_main_blurb_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.impact-banner .et_pb_blurb_container {
    padding: 15px 20px 60px 20px;
    position: relative;
    display: block;
    width: 100%;
}

.impact-banner .et_pb_blurb_container h3 {
    font-family: var(--body-font);
    margin: 0 0 5px 0;
    padding: 0;
}

.impact-banner .et_pb_blurb_container p {
    padding: 0;
}

.impact-banner .et_pb_blurb_container p:last-child,
.impact-banner .et_pb_blurb_container p:nth-last-child(2) {
    margin-bottom: 0;
}

.impact-banner .read-more-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.impact-banner .et_pb_row_inner > .et_pb_column {
    display: flex;
    width: 100%;
}

.impact-banner .et_pb_row_inner > .et_pb_column > .et_pb_blurb {
    display: flex;
    width: 100%;
}

.impact-banner .et_pb_row_inner > .et_pb_column > .et_pb_blurb > .et_pb_blurb_content {
    margin: 0;
    max-width: 100%;
}

.story-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    align-items: center;
}

.story-meta a {
    color: #fff;
}

.story-meta a:focus,
.story-meta a:hover {
    text-decoration: underline;
}

.story-meta .author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.story-meta .author + .author {
    margin-top: 10px;
}

.story-meta .author .avatar {
    width: 45px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.story-meta .author .avatar img {
    display: block;
}

.story-meta .more {
    display: flex;
    gap: 80px;
}

.story-meta .more > div {
    border-left: solid 2px #fff;
    padding: 0 0 0 20px;
}

.authors-grid {
    --columns: 3;
    --gap: 80px;

    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    text-align: center;
}

.authors-grid > div {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

.authors-grid h3 {
    font-size: 25px;
}

.authors-grid .photo {
    max-width: 400px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
}

.authors-grid .photo img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
}

.wp-caption {
    background: #eff9f9;
    border: none;
    padding: 0;
    margin: 40px auto;
}

.wp-caption img {
    display: block;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 1.5em;
    color: #007A86;
    margin: 0;
    padding: 20px 30px;
    text-align: left;
}

.social {
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
    display: flex;
    gap: 7px;
}

.social li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.social a {
    display: block;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 50%;
    background-color: #fff;
}

.social a:focus,
.social a:hover {
    background: none;
}

.social svg {
    width: auto;
    height: 20px;
}

.social path {
    fill: var(--accent-color);
    transition: 0.25s ease;
}

.social a:focus path,
.social a:hover path {
    fill: #fff;
}

.social.green a {
    background-color: #EFF9F9;
    border-color: #EFF9F9;
}

.social.green a:focus,
.social.green a:hover {
    background: #fff;
}

.social.green a:focus path,
.social.green a:hover path {
    fill: var(--accent-color);
}

ul.files {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.files li + li {
    margin-top: 15px;
}

ul.files li {
    padding: 0 0 0 40px;
    background: url(images/file.svg) no-repeat left 4px;
    background-size: 20px 20px;
}

.news-releases-header {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #707070;
    margin-bottom: 20px;
    padding-bottom: 20px;    
    flex-wrap: wrap;
    gap: 20px;
}

.news-releases-header h2 {
    color: var(--accent-color);
    font-size: 36px;
}

.news-releases-header form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.news-releases-header [type="text"] {
    border: solid 2px var(--accent-color);
    padding: 5px;
    font-weight: bold;
}

.news-releases > div {
    border-bottom: solid 1px #707070;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.news-releases h3 {
    font-size: 26px;
    color: #8A387C;
    font-family: var(--body-font);
}

.news-releases h3 a {
    color: inherit;
    text-decoration: none;
}

.news-releases h3 a:focus,
.news-releases h3 a:hover {
    text-decoration: underline;
}

.news-releases .meta {
    margin: 0 0 10px 0;
}

.news-releases .meta span + span:before {
    content: "|";
    margin: 0 10px;
}

.news {
    border-top: solid 1px #707070;
    padding-top: 30px;
}

.news > div {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #707070;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 20px;
}

.news h3 {
    font-size: 19px;
    color: var(--accent-color);
    font-family: var(--body-font);
}

.news h3 a {
    text-decoration: none;
    color: inherit;
}

.news h3 a:focus,
.news h3 a:hover {
    text-decoration: underline;
}

.news .meta {
    font-size: 14px;
    line-height: 1.5em;
}

.news .meta span + span:before {
    content: "|";
    margin: 0 5px;
}

.news .photo {
    width: 25%;
}

.news .photo > div {
    position: relative;
    padding-bottom: 100%;
    background-color: #3E3E3E;
}

.news .photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}

.news .content {
    width: 75%;
}

.news.no-photos .content {
    width: 100%;
}

.news-release-downloads {
    margin: 30px 0 0 0;
    color: #fff;
}

.news-release-downloads h3 {
    color: #fff;
}

.news-release-downloads ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news-release-downloads li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.news-release-downloads li + li {
    margin-top: 40px;
}

.news-release-downloads .meta {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.news-release-downloads .type {
    text-transform: uppercase;
}

.news-release-downloads .photo {
    width: 25%;
}

.news-release-downloads .photo > div {
    position: relative;
    padding-bottom: 100%;
    background-color: #3E3E3E;
}

.news-release-downloads .photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}

.news-release-downloads .content {
    width: 75%;
}

.et_pb_image.full-width .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
}

body.single-news_release .et_pb_post_content h2,
body.single-news_release .et_pb_post_content h3,
body.single-news_release .et_pb_post_content h4 {
    font-family: var(--body-font);
}

.champions .et_pb_image_wrap {
    display: flex;
    min-height: 230px;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

#program-map-wrapper > div {
    position: relative;
    padding-bottom: 60%;
}

#program-map-wrapper .legend {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    box-shadow: 0px 3px 12px #274C5080;
    position: absolute;
    left: 40px;
    top: 260px;
    background-color: #fff;
    z-index: 1;
}

#program-map-wrapper .legend ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#program-map-wrapper .legend li {
    list-style-type: none;
    background: url(images/programs-low.png) no-repeat left center;
    background-size: 15px 15px;
    padding: 0 0 0 25px;
}

#program-map-wrapper .legend li:nth-child(1) {
    background-image: url(images/programs-high.png);
}

#program-map-wrapper .legend li:nth-child(2) {
    background-image: url(images/programs-medium.png);
}

#program-map-wrapper .legend li + li {
    margin-top: 3px;
}

#program-map-wrapper .legend .fine-print {
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
    margin: 5px 0 0 0;
}

#program-map {
    position: absolute;
    width: 100%;
    height: 100%;
}

#program-map .country-details {
    max-width: 440px;
    padding: 5px 10px 10px 10px;
}

#program-map .country-details h3 {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 0 10px 25px;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #afb0b2;
    background: url(images/programs-low.png) no-repeat left 2px;
    background-size: 15px 15px;
    color: var(--accent-color);
}

#program-map .country-details.medium h3 {
    background-image: url(images/programs-medium.png);
}

#program-map .country-details.high h3 {
    background-image: url(images/programs-high.png);
}

#program-map .country-details h4 {
    font-family: var(--body-font);
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #63666A;
    letter-spacing: normal;
}

#program-map .country-details .stats {
    display: flex;
    font-size: 45px;
    line-height: 45px;
    color: var(--accent-color);
    gap: 15px;
    font-weight: bold;
    letter-spacing: -1px;
}

.map-banner .map-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@keyframes ripple {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

@keyframes large-ripple {
    0% { transform: scale(1); }
    50% { transform: scale(2); opacity: 0.5; }
    100% { transform: scale(3); opacity: 0; }
}

.quote-slider {
    padding: 0 50px;
}

.quote-slider .et-pb-slider-arrows a,
.quote-slider .et-pb-slider-arrows a {
    padding: 5px;
    display: block;
    border: solid 1px transparent;
    text-align: center;
    transition: none;
}

.quote-slider .et-pb-slider-arrows a:hover,
.quote-slider .et-pb-slider-arrows a:focus {
    /* border: solid 1px #d6a461; */
    filter: brightness(0) invert(1);
}

.quote-slider .et-pb-arrow-prev {
    left: 0 !important;
	opacity: 1;
    background: url(images/slider-arrow-left.svg) no-repeat center center;
    width: 40px;
    height: 60px;    
}

.quote-slider .et-pb-arrow-prev:before {
    display: none;
}

.quote-slider .et-pb-arrow-next {
    right: 0 !important;
	opacity: 1;
    background: url(images/slider-arrow-right.svg) no-repeat center center;
    width: 40px;
    height: 60px;
}

.quote-slider .et-pb-arrow-next:before {
    display: none;
}

.quote-slider .et-pb-arrow-prev span,
.quote-slider .et-pb-arrow-next span {
    display: inline;
    font-size: 0;
    line-height: 0;
    text-indent: -10000px;
}

.quote-slider .et_pb_slides {
    max-width: 1050px;
    margin: 0 auto;
}

.quote-slider .et_pb_slide {
    padding: 0;
}

.quote-slider .et_pb_container {
    display: block;
}

.quote-slider .et_pb_slider_container_inner {
    display: flex;
}

.quote-slider .et_pb_slide_image {
    width: 25%;
    margin: 0 !important;
    position: static;
}

.quote-slider .et_pb_slide_image img {
    max-height: 1000px !important;
}

.quote-slider .et_pb_slide_description {
    width: 75%;
    margin: 0;
    position: relative;
}

.quote-slider .et_pb_slide_description:before {
    position: absolute;
    top: 0;
    left: -15px;
    content: "";
    width: 56px;
    height: 52px;
    background: url(images/quotemark.svg) no-repeat;
    background-size: contain;
}

.quote-slider .et_pb_slide_content {
    padding: 30px 0 0 60px;

}

.quote-slider .name {
    font-weight: bold;
    font-size: 22px;
    color: #D6A461;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.quote-slider .title {
    font-size: 17px;
    font-weight: bold;
}

.eyebrow {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.featured-story {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.featured-story h2 {
    font-size: 26px;
    font-weight: bold;
    color: #8A387C;
}

.featured-story h2 a {
    text-decoration: none;
    color: #8A387C;
}

.featured-story h2 a:focus,
.featured-story h2 a:hover {
    text-decoration: underline;
}

.featured-story .photo {
    position: relative;
    width: 50%;
}

.featured-story .photo:before {
    content: "";
    position: absolute;
    top: calc(50% - 400px);
    right: 0;
    height: 800px;
    width: 290px;
    background: url(images/featured-story-mask.png) no-repeat;
    z-index: 1;
}

.featured-story .photo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.featured-story img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-story .content {
    width: 50%;
    padding: 40px 30px 40px 80px;
}

.story-filters {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.story-filters label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.story-filters select {
    width: 100%;
    max-width: 190px;
    min-width: 190px;
}

.custom-select {
    border: solid 2px #007A86;
    display: inline-block;
    position: relative;
    background: #fff;
}

.custom-select:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    border: solid 5px transparent;
    border-width: 9px 9px;
    border-top-color: #007A86;
}

.custom-select select {
    -webkit-appearance: none;
    appearance: none;
    padding: 9px;
    border: none;
    position: relative;
    background: none;
    font-size: 14px;
    display: block;
}

.custom-select select:focus {
    outline: solid 2px blue;
}

.stories {
    --columns: 3;
    --gap: 40px;    
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.stories > div {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

.story-card {
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px 30px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.story-card h3 {
    font-size: 26px;
    color: #8A387C;
    font-weight: bold;
    font-family: var(--body-font);
    margin: 0 0 10px 0;
}

.story-card h3 a {
    text-decoration: none;
    color: inherit;
}

.story-card h3 a:focus,
.story-card h3 a:hover {
    text-decoration: underline;
}

.story-card .photo {
    position: relative;
    padding-bottom: 57%;
    margin: 0 -30px 30px -30px;
}

.story-card .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.story-card .photo:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 35px;
    background: #fff;
    opacity: 0.45;
    z-index: 1;
}

.story-card .content {
    margin: 0 0 40px 0;
}

.story-card .more {
    margin-top: auto;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: underline;
}

.story-quote {
    background: #3e3e3e;
    margin: 0 -5000px 20px -5000px;
    padding: 60px 5000px;
    font-size: 24px;
    line-height: 1.4em;
    color: #fff;
}

.story-quote .name {
	font-weight: bold;
	font-size: 22px;
	color: #D6A461;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.story-quote .title {
	font-size: 17px;
	font-weight: bold;
}

.story-quote .content {
    padding: 30px 0 0 60px;
    position: relative;
}

.story-quote .content:before {
	position: absolute;
	top: 0;
	left: -15px;
	content: "";
	width: 56px;
	height: 52px;
	background: url(images/quotemark.svg) no-repeat;
	background-size: contain;
}

.story-quote .quote {
    margin-bottom: 1em;
}

.story-quote.has-photo > div {
    display: flex;
    flex-wrap: wrap;
}

.story-quote.has-photo .photo {
    width: 25%;
}

.story-quote.has-photo .content {
    width: 75%;
}

#photo-carousel {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}

#photo-carousel > .photos {
    width: 70%;
    position: relative;
}

#photo-carousel > .photos .slick-slider {
    display: flex;
    height: 100%;
}

#photo-carousel > .photos .slick-list,
#photo-carousel > .photos .slick-track {
    width: 100%;
    height: 100%;
}

#photo-carousel > .photos .slick-track,
#photo-carousel > .photos .slick-slide,
#photo-carousel > .photos .slick-slide > div,
#photo-carousel > .photos .slick-slide > div > div {
    display: flex;
    float: none;
}

#photo-carousel > .photos .slick-slide > div > div {
    position: relative;
    padding-bottom: 50%;
}

#photo-carousel > .photos img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#photo-carousel > .photos .slick-arrow {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    width: 36px;
    height: 36px;
    background: #ba0c2f;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 1;
    transition: 0.25s ease;
}

#photo-carousel > .photos .slick-arrow[disabled],
#photo-carousel > .photos .slick-arrow[disabled=""],
#photo-carousel > .photos .slick-arrow[disabled="true"] {
    opacity: 0;
}

#photo-carousel > .photos .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

#photo-carousel > .photos .slick-arrow svg {
    width: 40%;
    height: auto;
}

#photo-carousel > .content {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

#photo-carousel .thumb-slider {
    margin-top: auto;
    margin-left: -15px;
    padding: 0 15px 0 0;
}

#photo-carousel .thumb-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 18px);
    left: -10px;
    width: 16px;
    height: 36px;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 1;
    transition: 0.25s ease;
}

#photo-carousel .thumb-slider .slick-arrow[disabled],
#photo-carousel .thumb-slider .slick-arrow[disabled=""],
#photo-carousel .thumb-slider .slick-arrow[disabled="true"] {
    opacity: 0;
}

#photo-carousel .thumb-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

#photo-carousel .thumb-slider .slick-arrow svg {
    width: 16px;
    height: auto;
}

#photo-carousel .thumb-slider .slick-slide button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    display: flex;
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

#photo-carousel .thumb-slider .slick-slide button img  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

#photo-carousel .thumb-slider .slick-slide.slick-current button img {
    filter: none;
}

#photo-carousel .thumb-slider .number {
    position: absolute;
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    left: 0;
    bottom: 0;
    background: #006f7a;
    color: #fff;
    font-weight: bold;
    font-family: var(--headline-font);
    padding: 5px 5px 0 5px;
    min-width: 19px;
    z-index: 1;
}

#photo-carousel .thumb-slider .slick-track {
    gap: 0 15px;
}

#photo-carousel .meta {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}

#photo-carousel .meta > li + li {
    margin-top: 40px;
}

#photo-carousel .meta > li {
    border-left: solid 2px #3e3e3e;
    padding-left: 20px;
    font-family: var(--headline-font);
    font-size: 19px;
    line-height: 1.2em;
    color: #006f7a;
    font-weight: bold;
}

#photo-carousel .meta > li h3 {
    color: #3e3e3e;
    font-weight: normal;
    font-size: 16px;
}

.research-count {
    width: 50%;
    padding-bottom: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.research-count > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff url(images/report.svg) no-repeat center 30%;
    background-size: calc(100% * .4) auto;
    border-radius: 50%;
}

.research-count:before,
.research-count:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #dda393;
	border-radius: 50%;
	z-index: -1;
}

.research-count:before {
	animation: ripple 4s linear infinite;
    background-color: #c5654c;
}

.research-count:after {
	animation: ripple 4s linear 1.5s infinite;
}

.research-count .animate-count {
    position: absolute;
    top: calc(55%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 66px;
    line-height: 1em;
    color: #C05131;
    font-family: var(--headline-font);
    font-weight: bold;
}

#home-hero-banner {
    overflow: hidden;
}

#home-hero-banner .et_pb_code,
#home-hero-banner .et_pb_code_inner {
    position: static;
}

#home-hero {
    --n: 7;
    --duration: 2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#home-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#home-hero .photo {
    --index: 1;
    position: absolute;
    border-radius: 50%;
    width: var(--width);
    padding-bottom: var(--width); 
    opacity: 0;
    animation: home-hero calc(var(--n) * var(--duration)) ease calc(var(--duration) * (var(--index) - 1)) infinite;
}

#home-hero .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: solid 60px #156e76;
    z-index: 1;
    opacity: .7;
}

#home-hero .photo:after {
    content: "";
    position: absolute;
    top: -58px;
    left: -58px;
    bottom: -58px;
    right: -58px;
    border-radius: 50%;
    border: solid 60px #156e76;
    z-index: 1;
}

/*
#home-hero .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #156e76;
    z-index: -1;
    opacity: .7;
    animation: ripple 3s linear infinite;
}

#home-hero .photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #156e76;
    z-index: -1;
    opacity: 0.7;
    animation: ripple 3s linear 1s infinite;
}
*/

#home-hero .photo:nth-child(even):before {
    border-color: #41949d;
}

#home-hero .photo:nth-child(even):after {
    border-color: #41949d;
}

#home-hero.paused .photo {
    animation-play-state: paused;
}

#home-hero .photo-1 {
    --index: 1;
    --width: 73%;
    top: 11%;
    left: 0%;
    z-index: 10;
}

#home-hero .photo-2 {
    --index: 2;
    --width: 65%;
    top: 25%;
    left: 63%;
    z-index: 2;
}

#home-hero .photo-3 {
    --index: 3;
    --width: 63%;
    top: 5%;
    left: 40%;
    z-index: 3;
}

#home-hero .photo-4 {
    --index: 4;
    --width: 52%;
    top: 42%;
    left: 54%;
    z-index: 4;
}

#home-hero .photo-5 {
    --index: 5;
    --width: 73%;
    top: 11%;
    left: 0%;
    z-index: 5;
}

#home-hero .photo-6 {
    --index: 6;
    --width: 63%;
    top: -5%;
    left: 67%;
    z-index: 6;
}

#home-hero .photo-7 {
    --index: 7;
    --width: 85%;
    top: 30%;
    left: 35%;
    z-index: 7;
}

#home-hero button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #007a86;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 15;
    width: 26px;
    height: 26px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-hero button svg {
    width: 10px;
    height: auto;
}

#home-hero .play {
    display: none;
}

@keyframes home-hero {
    0% { opacity: 0; }
    10% { opacity: 1; }
    20% { opacity: 0; }
}

.pulsing-dot {
    --color: #BA0C2F;

    position: absolute;
    top: 0;
    left: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color);
    transform: translateY(-50%);
    animation: red-pulsing-dot 2s ease-in-out infinite;
}

.pulsing-dot:before,
.pulsing-dot:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--color);
	border-radius: 50%;
	z-index: -1;
    opacity: 0.5;
}

.pulsing-dot:before {
    animation: large-ripple 4s linear infinite;
}

.pulsing-dot:after {
    animation: large-ripple 4s linear 2s infinite;
}

.red-pulsing-dot {
    position: absolute;
    top: 50%;
    left: -90px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color);
    transform: translateY(-50%);
    animation: red-pulsing-dot 2s ease-in-out infinite;
}

.red-pulsing-dot:before,
.red-pulsing-dot:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #BA0C2F;
	border-radius: 50%;
	z-index: -1;
    opacity: 0.5;
}

.red-pulsing-dot:before {
    animation: large-ripple 4s linear infinite;
}

.red-pulsing-dot:after {
    animation: large-ripple 4s linear 2s infinite;
}

body.animation-paused *,
body.animation-paused *:before,
body.animation-paused *:after {
    animation-play-state: paused !important;
}

.home-research-count {
    position: absolute;
    top: 90px;
    left: -158px;
    min-width: 90px;
    text-align: center;
    font-size: 48px;
}

.pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination:last-child {
    margin-bottom: 0;
}

.pagination .page-numbers {
    margin: 0 7px;
}

body.search-results .et_pb_posts h2 {
    font-size: 40px;
    font-family: var(--body-font);
}

body.search-results .et_pb_posts h2 a:focus,
body.search-results .et_pb_posts h2 a:hover {
    text-decoration: underline;
}

body.search-results .et_pb_posts article + article {
    margin: 40px 0;
    padding: 40px 0 0 0;
    border-top: solid 1px #707070;
}

.line-wrapper {
    position: relative;
}

.line-home-hero,
.line-our-reach-home,
.line-news-home,
.line-our-model-home,
.line-our-model-hero,
.line-our-model,
.line-our-model-supported,
.line-impact-give,
.line-impact-champions,
.line-impact-scale,
.line-founder-hero,
.line-founder-awards,
.line-our-stories-title-banner,
.home-quotes-banner > .et_pb_row:first-child:before,
.banner-impact-scale > .et_pb_row:first-child:before,
.our-stories-title-banner > .et_pb_row:last-child:before,
.newsroom-title-banner > .et_pb_row:last-child:before {
    background: no-repeat;
    background-size: contain;
    position: absolute;
    font-size: 0;
    line-height: 0;
}

.line-home-hero {
    width: 455px;
    height: 477px;
    background-image: url(images/line-home-hero.svg);
    bottom: -25px;
    right: -335px;

    /* Decided they don't want this one */
    display: none;
}

.line-news-home {
    width: 397px;
    height: 392px;
    background-image: url(images/line-home-news.svg);
    bottom: -35px;
    left: -380px;
}

.line-our-model-home {
    width: 313px;
    height: 319px;
    background-image: url(images/line-our-model-home.svg);
    bottom: 14px;
    left: -230px;
}

.home-quotes-banner:not(.no-line) > .et_pb_row:first-child:before {
    position: absolute;
    content: "";
    width: 382px;
    height: 371px;
    background-image: url(images/line-our-model-home-2.svg);
    right: -155px;
    top: -300px;
}

.line-our-model-hero {
    width: 483px;
    height: 465px;
    background-image: url(images/line-our-model-hero.svg);
    bottom: -7px;
    right: -335px;
}

.line-our-model {
    width: 340px;
    height: 349px;
    background-image: url(images/line-our-model.svg);
    bottom: 60px;
    left: -140px;
}

.line-our-model-supported {
    width: 360px;
    height: 333px;
    background-image: url(images/line-our-model-supported.svg);
    top: -108px;
    left: -375px;
}

.line-impact-give {
    width: 266px;
    height: 271px;
    background-image: url(images/line-impact-give.svg);
    top: -188px;
    left: -270px;
}

.line-impact-champions {
    width: 448px;
    height: 415px;
    background-image: url(images/line-impact-champions.svg);
    top: -283px;
    left: -410px;
}

.banner-impact-scale > .et_pb_row:first-child:before {
    position: absolute;
    content: "";
    width: 323px;
    height: 319px;
    background-image: url(images/line-impact-scale.svg);
    top: -181px;
    right: -100px;
}

.line-founder-hero {
    width: 204px;
    height: 309px;
    background-image: url(images/line-founder-hero.svg);
    top: -283px;
    right: -100px;
}

.line-founder-awards {
    width: 283px;
    height: 270px;
    background-image: url(images/line-founder-awards.svg);
    top: -230px;
    left: -321px;
}

.our-stories-title-banner > .et_pb_row:last-child:before {
    position: absolute;
    content: "";
    width: 483px;
    height: 465px;
    background-image: url(images/line-stories-title-banner.svg);
    top: 57px;
    right: -145px;
    z-index: 1;
}

.story-title-banner .et_pb_image:last-child:before {
    position: absolute;
    content: "";
    width: 874px;
    height: 880px;
    background-image: url(images/line-story-intro.svg);
    top: -300px;
    right: -500px;
}

.story-title-banner.small-image .et_pb_image:last-child:before {
    top: 80px;
}

.newsroom-title-banner {
    z-index: 5;
}

.newsroom-title-banner > .et_pb_row:last-child:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 202px;
    background-image: url(images/line-newsroom.svg);
    top: 82px;
    right: -40px;
    z-index: 1;
}

.line-our-reach-home {
    width: 483px;
    height: 465px;
    background-image: url(images/line-our-reach-home.svg);
    bottom: -99px;
    right: -250px;
}

.line-nm-intro:before {
    position: absolute;
    content: "";
    width: 483px;
    height: 465px;
    background-image: url(images/line-our-reach-home.svg);
    bottom: 50px;
    right: -420px;
}

.line-nm-intro:after {
    position: absolute;
    content: "";
    width: 340px;
    height: 343px;
    background-image: url(images/line-nm-reach.svg);
    bottom: -380px;
    left: -70px;
}

.new-mexico-impact-map-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 40px 80px;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: flex-end;
    font-size: 15px;
    line-height: 19px;
}

.new-mexico-impact-map-container .legend {
    max-width: 320px;
}

.new-mexico-impact-map-container .legend h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #cbcbcc;
    font-family: var(--body-font);
}

.new-mexico-impact-map-container .legend ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    line-height: 19px;
}

.new-mexico-impact-map-container .legend li {
    padding: 0 0 0 25px;
    position: relative;
}

.new-mexico-impact-map-container .legend li + li {
    margin-top: 15px;
}

.new-mexico-impact-map-container .legend li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #5E194A;
    border-radius: 50%;
    top: 2px;
    left: 0;
}

.new-mexico-impact-map-container .legend li:nth-child(2):before {
    background: #8A387C;
}

.new-mexico-impact-map-container .legend li:nth-child(3):before {
    background: #A35F90;
}

.new-mexico-impact-map-container .legend .small {
    font-size: 13px;
    line-height: 15px;
}

.new-mexico-impact-map {
    position: relative;
}

.new-mexico-impact-map button.marker {
    --width: clamp(8px, 2vw, 14px);
    --color: #A35F90;
    position: absolute;
    top: 10%;
    left: 13%;
    width: var(--width);
    height: var(--width);
    background: var(--color);
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -100000px;
    border-radius: 50%;
}

.new-mexico-impact-map button.marker:before {
    position: absolute;
    content: "";
    width: calc(var(--width) + 4px);
    height: calc(var(--width) + 4px);
    top: -3px;
    left: -3px;
    border-radius: 50%;
    border: solid 1px var(--color);
    opacity: 0;
    transition: 0.25s ease;
}

.new-mexico-impact-map button.marker:focus:before,
.new-mexico-impact-map button.marker:hover:before {
    opacity: 1;
}

.new-mexico-impact-map button.marker.range-medium {
    --color: #8A387C;
}

.new-mexico-impact-map button.marker.range-high {
    --color: #5E194A;
}

.new-mexico-impact-map button[data-fips="35045"] {
    /* San Juan */
    top: 10%;
    left: 13%;    
}

.new-mexico-impact-map button[data-fips="35039"] {
    /* Rio Arriba */
    top: 9%;
    left: 37.5%;    
}

.new-mexico-impact-map button[data-fips="35055"] {
    /* Taos */
    top: 7%;
    left: 54.8%;    
}

.new-mexico-impact-map button[data-fips="35001"] {
    /* Bernalillo */
    top: 34.7%;
    left: 38.5%;    
}

.new-mexico-impact-map button[data-fips="35003"] {
    /* Carton */
    top: 52%;
    left: 10%;    
}

.new-mexico-impact-map button[data-fips="35005"] {
    /* Chaves */
    top: 61%;
    left: 77.5%;    
}

.new-mexico-impact-map button[data-fips="35006"] {
    /* Cibola */
    top: 36%;
    left: 18.5%;    
}

.new-mexico-impact-map button[data-fips="35007"] {
    /* Colfax */
    top: 8%;
    left: 70%;    
}

.new-mexico-impact-map button[data-fips="35009"] {
    /* Curry */
    top: 43.5%;
    left: 92%;    
}

.new-mexico-impact-map button[data-fips="35011"] {
    /* Da Bacca */
    top: 46%;
    left: 75.5%;    
}

.new-mexico-impact-map button[data-fips="35013"] {
    /* Doña */
    top: 81%;
    left: 35.5%;    
}

.new-mexico-impact-map button[data-fips="35015"] {
    /* Eddy */
    top: 80%;
    left: 77.5%;    
}

.new-mexico-impact-map button[data-fips="35017"] {
    /* Grant */
    top: 73%;
    left: 10%;    
}

.new-mexico-impact-map button[data-fips="35019"] {
    /* Guatalupe */
    top: 37%;
    left: 70%;    
}

.new-mexico-impact-map button[data-fips="35021"] {
    /* Harding */
    top: 19%;
    left: 83%;    
}

.new-mexico-impact-map button[data-fips="35023"] {
    /* Hidalgo */
    top: 93%;
    left: 5.5%;    
}

.new-mexico-impact-map button[data-fips="35025"] {
    /* Lea */
    top: 73%;
    left: 92.5%;    
}

.new-mexico-impact-map button[data-fips="35027"] {
    /* Lincoln */
    top: 56%;
    left: 59%;    
}

.new-mexico-impact-map button[data-fips="35028"] {
    /* Los Alamos */
    top: 19.5%;
    left: 44.5%;    
}

.new-mexico-impact-map button[data-fips="35029"] {
    /* Luna */
    top: 84%;
    left: 20.5%;    
}

.new-mexico-impact-map button[data-fips="35031"] {
    /* McKinley */
    top: 25%;
    left: 14%;    
}

.new-mexico-impact-map button[data-fips="35033"] {
    /* Mora */
    top: 18.5%;
    left: 67%;    
}

.new-mexico-impact-map button[data-fips="35035"] {
    /* Otero */
    top: 76.5%;
    left: 51.5%;    
}

.new-mexico-impact-map button[data-fips="35037"] {
    /* Quay */
    top: 35%;
    left: 87.5%;    
}

.new-mexico-impact-map button[data-fips="35041"] {
    /* Roosevelt */
    top: 52%;
    left: 91%;    
}

.new-mexico-impact-map button[data-fips="35047"] {
    /* San Miguel */
    top: 27.4%;
    left: 69.5%;    
}

.new-mexico-impact-map button[data-fips="35043"] {
    /* Sandoval */
    top: 25%;
    left: 36%;    
}

.new-mexico-impact-map button[data-fips="35049"] {
    /* Santa Fe */
    top: 26.4%;
    left: 49.5%;    
}

.new-mexico-impact-map button[data-fips="35051"] {
    /* Sierra */
    top: 68.5%;
    left: 30.5%;    
}

.new-mexico-impact-map button[data-fips="35053"] {
    /* Socorro */
    top: 53%;
    left: 34%;    
}

.new-mexico-impact-map button[data-fips="35057"] {
    /* Torrance */
    top: 42.5%;
    left: 51.5%;    
}

.new-mexico-impact-map button[data-fips="35059"] {
    /* Union */
    top: 8%;
    left: 89%;    
}

.new-mexico-impact-map button[data-fips="35061"] {
    /* Valencia */
    top: 41%;
    left: 37.5%;    
}

.tooltip_templates {
    display: none;
}

#new-mexico-impact-map-dialog {
    background: #fff;
    position: relative;
    box-shadow: 0 3px 12px #03323744;
    padding: 20px 40px 20px 20px;
    z-index: 50;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    max-width: 420px;
    color: #63666A;
    margin: 0 auto;
}

#new-mexico-impact-map-dialog h3 {
    border-bottom: solid 1px #afafb1;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #007a86;
    font-family: var(--body-font);
    font-weight: bold;
    font-size: 16px;    
}

#new-mexico-impact-map-dialog h3:before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

#new-mexico-impact-map-dialog h4 {
    font-family: var(--body-font);
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#new-mexico-impact-map-dialog .stats {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
    line-height: 13px;
    gap: 20px 40px;
}

#new-mexico-impact-map-dialog .stats .n {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #007A86;
    letter-spacing: -1px;
}

#new-mexico-impact-map-dialog .top-programs {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: inherit;
    color: var(--accent-color);
    font-weight: bold;
    list-style: disc;
}

#new-mexico-impact-map-dialog .close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: none;
    border: solid 1px transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    padding: 0;
}

#new-mexico-impact-map-dialog .close:focus,
#new-mexico-impact-map-dialog .close:hover {
    border-color: #707070;
}

#new-mexico-impact-map-dialog.range-medium h3:before {
    background: #8A387C;
}

#new-mexico-impact-map-dialog.range-high h3:before {
    background: #5E194A;
}

.sr-only,
.slick-sr-only {
    border: 0; 
    clip: rect(1px, 1px, 1px, 1px); 
    clip-path: inset(50%); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute !important; 
    width: 1px; 
    word-wrap: normal !important;
}

.slick-autoplay-toggle-button {
    position: absolute;
    left: calc(50% - 13px);
    bottom: 80px;
    z-index: 1;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: #007a86;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	position: absolute;
	width: 26px;
	height: 26px;
	border: solid 1px #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-autoplay-toggle-button svg {
    width: 10px;
    height: auto;
}

.nm-slider-container {
    width: 100%;
}

.nm-slider-container {
    position: relative;
    width: 100%;
    border: solid clamp(20px, 5vw, 60px) #468d96;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin: -120px 0;
}

.nm-slider-container .nm-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Timeline
 */
.timeline-control {
    border: none !important;
    height: 3px;
    position: relative;
    margin: 60px 0 50px 0;
    color: #fff;
}

.timeline-control .handle {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: solid 3px #fff;
    background: #006f7a;
    top: -16px;
    margin-left: -15px;
}

.timeline-control .years span {
    position: absolute;
    left: 0;
    bottom: -50px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    font-family: var(--headline-font);
}

.timeline-control .years span:last-child {
    right: 0;
    left: auto;
}

.timeline-control .marker {
    width: 3px;
    height: 19px;
    position: absolute;
    top: -8px;
    background: #fff;
    display: block;
}

.timeline-control .marker span {
    position: absolute;
    top: -33px;
    left: -12px;
    font-size: 16px;
    display: none;
}

.timeline-control .marker.active span {
    display: block;
}

.timeline-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    left: -80px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}

.timeline-slider .slick-arrow svg {
    height: 50px;
    width: auto;
}

.timeline-slider .slick-arrow path {
    fill: #d5995d;
}

.timeline-slider .slick-arrow.slick-next {
    left: auto;
    right: -80px;
}

.slick-track,
.slick-track > div,
.slick-track > div > div,
.slick-track > div > div > div {
    display: flex !important;
    width: 100%;
    height: auto;
}

.timeline-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.timeline-item img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    width: 100% !important;
}

.timeline-item .date {
    font-family: var(--headline-font);
    background: url(images/calendar.png) no-repeat left top;
    padding-top: 3px;
    padding-left: 40px;
}

.stats-row {
    --line-color: #B61437;
    --speed: .8s;
    --column-delay: 0s;
}

.stats-row .et_pb_column:nth-child(2) {
    --column-delay: .8s;
    --line-color: #007a86;
}

.stats-row .et_pb_column:nth-child(3) {
    --column-delay: 1.6s;
    --line-color: #8a387c;
}

.stats-row .pulsing-dot {
    --color: var(--line-color);
}

.stats-row .problem .line {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 3px;
    height: 50px;
}

.stats-row .problem .line-1 {
    background: var(--line-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stats-row .impact .line {
    position: absolute;
    left: -85px;
    top: 10px;
    width: 65px;
    height: 70px;
}

.stats-row .impact .line-1 {
    background: var(--line-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: rotate(-180deg);
    transition: calc(var(--speed) * .5) ease;
}

.stats-row .impact .line-2 {
    background: var(--line-color);
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: calc(var(--speed) * .5) ease;
}

.stats-row .impact .line-3 {
    background: var(--line-color);
    width: 60%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: var(--speed) ease;
}

.stats-row .impact .pulsing-dot {
    top: 98%;
    left: 57%;
}

body:not(.et-fb) .stats-row.animate .et_pb_text {
    opacity: 0;
    transition: opacity var(--speed) ease var(--column-delay);
}

body:not(.et-fb) .stats-row.animate .et_pb_column .et_pb_text:nth-child(2) {
    transition-delay: calc(var(--speed) * .5 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate .et_pb_column .et_pb_text:nth-child(3) {
    transition-delay: calc(var(--speed) * .8 + var(--column-delay));
}

.stats-row.animate .et_pb_column .et_pb_text:nth-child(4) {
    transition-delay: calc(var(--speed) * 1.2 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate .problem .line-1 {
    height: 0%;
    transition: height var(--speed) ease calc(var(--speed) * .2 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate .impact .line-1 {
    width: 0%;
    left: 100%;
    transition-delay: calc(var(--speed) * .9 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate .impact .line-2 {
    height: 0%;
    transition-delay: calc(var(--speed) * 1.2 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate .impact .line-3 {
    width: 0%;
    transition-delay: calc(var(--speed) * 1.6 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate .impact .line-2 {
    height: 0%;
}

.stats-row.animate .impact .line-3 {
    width: 0%;
}

body:not(.et-fb) .stats-row.animate .impact .pulsing-dot {
    opacity: 0;
    transition: opacity var(--speed) ease calc(var(--speed) * 1.9 + var(--column-delay));
}

body:not(.et-fb) .stats-row.animate.go .et_pb_text {
    opacity: 1;
}

body:not(.et-fb) .stats-row.animate.go .problem .line-1 {
    height: 100%;
}

body:not(.et-fb) .stats-row.animate.go .impact .line-1 {
    left: 0%;
    width: 100%;
}

body:not(.et-fb) .stats-row.animate.go .impact .line-2 {
    height: 100%;
}

body:not(.et-fb) .stats-row.animate.go .impact .line-3 {
    width: 60%;
}

body:not(.et-fb) .stats-row.animate.go .impact .pulsing-dot {
    opacity: 1;
}

@media screen and (min-width: 1301px) {

    #nav {
        position: absolute;
        left: 410px;
        right: 355px;
        display: flex;
        flex-direction: column-reverse;
    }

    #nav nav > ul {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    
    #nav nav > ul > li {
        position: relative;
    }
    
    #nav nav > ul > li > ul {
        position: absolute;
        top: 40px;
        left: 0;
        padding: 20px;
        background-color: #fff;
        transition: 0.5s ease;
        opacity: 1;
    }
    
    #nav nav > ul > li > ul[aria-hidden="true"] {
        visibility: hidden;
        opacity: 0;
    }
    
    #nav nav > ul > li.menu-item-has-children > button:focus {
        border: solid 2px #000;
    }
    
    #nav .support a,
    #nav .new-mexico a {
        display: block;
        width: 125px;
        height: 110px;
        text-align: center;
        background: #8A387C url(images/donate.svg) no-repeat center 10px;
        color: #fff;
        padding: 55px 10px 0 10px;
        font-size: 14px;
        line-height: 16px;
    }

    #nav .new-mexico a {
        background: #C05131 url(images/new-mexico.svg) no-repeat center 10px;
    }
    
    #nav .support {
        position: absolute;
        top: 0;
        right: -180px;
    }
    
    #nav .new-mexico {
        position: absolute;
        top: 0;
        right: -315px;
    }
    
    #nav .iecho {
        position: absolute;
        top: 17px;
        right: 0;
    }

    #nav .iecho a {
        font-size: 12px;
    }

    #nav .actions {
        border-bottom: solid 1px #a7a8aa;
        padding: 13px 50px 7px 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    #nav .search {
        display: flex;
        align-items: center;
    }

    #nav .search:after {
        content: "";
        font-weight: normal;
        margin: 0 10px;
        width: 1px;
        height: 13px;
        background: #a7a8aa;
    }
    
    #nav .search [type="text"] {
        border: solid 1px #fff;
        transition: border-color 0.5s ease, width 0.5s ease;
        width: 70px;
        font-size: 12px;
        line-height: 16px;
        padding: 5px;
        border-radius: 4px; 
    }
    
    #nav .search [type="text"]:focus {
        width: 200px;
        border-color: var(--accent-color);
        margin-right: 10px;
    }

}

@media screen and (max-width: 1500px) {

    .impact-banner > .et_pb_row {
        flex-wrap: wrap;
    }
    
    .impact-banner > .et_pb_row > .et_pb_column:first-child {
        width: 100%;
        text-align: center;
        padding: 50px 0;
    }
    
    .impact-banner > .et_pb_row > .et_pb_column:first-child .et_pb_text {
        text-align: center;
    }

    .impact-banner > .et_pb_row > .et_pb_column:last-child {
        width: 100%;
        padding-left: 0;
        padding-bottom: 50px;
    }

    .impact-banner > .et_pb_row > .et_pb_column:last-child:before {
        left: -1000px;
    }

}

@media screen and (max-width: 1300px) {
    
    #header > div {
        height: 60px;
        width: 80%;
    }

    #header .logo {
        width: 200px;
        top: 8px;
        left: 0;
    }

    #header .toggle-menu {
        display: block;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        padding: 40px;
        overflow: auto;
        transition: 0.5s ease;
        opacity: 0;
        pointer-events: none;
    }

    #nav nav {
        padding: 0;
        margin: 0 0 40px 0;
    }

    #nav nav > ul > li + li {
        margin-top: 10px;
    }

    #nav nav > ul > li > button {
        display: none;
    }

    #nav nav > ul > li > ul {
        padding: 10px 0 0 20px;
    }

    #nav nav > ul > li > ul > li + li {
        margin-top: 5px;
    }

    #nav .close {
        display: block;
    }

    #nav .search {
        position: relative;
        margin: 0 0 20px 0;
    }

    #nav .search [type="text"] {
        border: none;
        border-bottom: solid 1px #a7a8aa;
        display: block;
        padding: 5px;
        width: 100%;
    }

    #nav .search button {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    body.mobile-menu {
        overflow: hidden;
    }

    body.mobile-menu #nav {
        top: 0;
        pointer-events: all;
        opacity: 1;
    }

    .reach {
        flex-wrap: wrap;
    }

    .reach .attendees {
        width: 100%;
    }

    .reach > div > div {
        margin: 0 auto;
    }

}

@media screen and (max-width: 980px) {
    
    .wide-photo-banner .et_pb_column:first-child {
        margin: 0;
    }

    .wide-photo-banner .et_pb_image,
    .wide-photo-banner.half .et_pb_image {
        position: static;
        width: auto;
    }

    .wide-photo-banner.reverse .et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }

    .wide-photo-banner.reverse .et_pb_column:first-child {
        order: 2;
    }

    .impact-banner .et_pb_row_inner > .et_pb_column {
        width: 100% !important;
    }

    .impact-banner .et_pb_row_inner > .et_pb_column:first-child {
        margin-bottom: 20px !important;
    }

    #program-map-wrapper > div {
        padding-bottom: 100%;
    }

    /*
    #program-map-wrapper .legend {
        top: auto;
        right: 20px;
        left: auto;
        bottom: 20px;
    }
    */
    #program-map-wrapper .legend {
        position: relative;
        top: auto;
        left: auto;
    }

    .map-banner .map-header {
        position: relative;
    }

    .featured-story .photo {
        width: 100%;
        padding-bottom: 57%;
    }
  
    .featured-story .photo:before {
        display: none;
    }
    
    .featured-story .content {
        width: 100%;
        padding: 40px;
    }

    .story-filters {
        flex-wrap: wrap;
        gap: 10px;
    }

    .story-filters > div {
        width: 100%;
    }

    .story-filters label {
        display: block;
    }

    .stories {
        --columns: 2;
    }

    .story-filters .custom-select {
        width: 100%;
        display: block;
    }

    .story-filters select {
        max-width: 100%;
    }

    .story-filters .btn {
        width: 100%;
    }

    .story-meta {
        justify-content: flex-start;
    }

    .story-meta .author {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .story-quote {
        font-size: 17px;
    }

    .line-home-hero {
        bottom: -43px;
        right: -300px;
    }

    .line-news-home {
        bottom: -50px;
        left: -360px;
    }
 
    .line-our-model-hero {
        display: none;
    }

    .line-our-model {
        bottom: 41px;
        left: -152px;
    }

    .line-our-model-supported {
        top: -259px;
        left: -47px;
        transform: rotate(-40deg) scaleX(-1);
    } 

    .line-impact-give {
        left: -218px;
    }

    .line-impact-champions {
        top: -296px;
    }

    .banner-impact-scale > .et_pb_row:first-child:before {
        display: none;
    }

    .line-founder-awards {
        top: -273px;
        left: -208px;
    }

    .nm-slider-container {
        margin: 0 auto -90px auto;
    }

    .timeline-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .timeline-slider {
        width: calc(100% - 80px);
        padding-bottom: 100px;
    }

    .timeline-slider .slick-arrow {
        left: calc(50% - 80px);
        top: auto;
        bottom: 0;
    }

    .timeline-slider .slick-arrow.slick-next {
        left: auto;
        right: calc(50% - 0px);
    }

    .timeline-control {
        width: 3px;
        height: calc(80px * var(--n));
    }

    .timeline-control .markers {
        height: 100%;
    }

    .timeline-control .marker {
        width: 19px;
        height: 3px;
        left: -8px;
    }

    .timeline-control .marker span {
        top: -19px;
        left: 30px;
    }

    .timeline-control .handle {
        margin-left: -11px;
        top: auto;
    }

    .timeline-control .years span {
        top: -50px;
        left: -20px;
    }

    .timeline-control .years span:last-child {
        top: auto;
        bottom: -45px;
        left: -20px;
        right: auto;
    }

    #photo-carousel > .photos {
        width: 100%;
    }

    #photo-carousel > .content {
        width: 100%;
    }

    .authors-grid {
        --columns: 2;
    }

}

@media screen and (max-width: 767px) {

    #program-map-wrapper > div {
        padding-bottom: 130%;
    }

    .quote-slider .et_pb_slider_container_inner {
        display: block;
    }

    .quote-slider .et_pb_slide_image {
        display: block !important;
        width: 100%;
    }

    .quote-slider .et_pb_slide_image img {
        max-width: 300px;
        width: 100%;
    }

    .quote-slider .et_pb_slide_description:before {
        top: 22px;
        left: 20px;
        background-size: 20px auto;
    }

    .stories {
        --columns: 1;
    }

    .story-meta .more {
        gap: 40px;
        flex-wrap: wrap;
    }

    .story-quote .content:before {
        top: 22px;
        left: 20px;
        background-size: 20px auto;
    }

    .story-quote.has-photo .photo {
        width: 100%;
    }

    .story-quote.has-photo .photo img {
        display: block;
        margin: 0 auto;
    }

    .story-quote.has-photo .content {
        width: 100%;        
    }

    #home-hero .photo:before {
        border-width: 30px;
    }
    
    #home-hero .photo:after {
        top: -28px;
        left: -28px;
        bottom: -28px;
        right: -28px;
        border-width: 30px;
    }

    .home-research-count {
        top: -65px;
        left: 0;
        text-align: left;
    }

    .news-releases .meta {
        font-size: 16px;
    }

    .authors-grid {
        --columns: 1;
    }
}

@media screen and (max-width: 480px) {

    .reach .attendees > div {
        width: 320px;
        height: 320px;
    }

    .reach .attendees > div > div {
        background-size: 150px auto;
    }

    .reach .attendees strong {
        font-size: 50px;
        line-height: 50px;
    }

    .story-meta .more {
        gap: 20px;
    }

    .story-meta .more > div {
        padding-left: 10px;
    }

    .research-count .animate-count {
        font-size: 40px;
    }

    .home-research-count {
        left: 0;
        right: 0;
        top: -60px
    }

    #program-map-wrapper > div {
        padding-bottom: 160%;
    }

    #program-map .country-details h4 {
        font-size: 11px;
    }

    #program-map .country-details .stats {
        font-size: 24px;
        flex-wrap: wrap;
        gap: 0;
    }

    #program-map .country-details .stats > div {
        width: 50%;
    }

    .quote-slider {
        padding: 0 30px;
    }

    .quote-slider .et_pb_slide_content {
        padding-left: 0;
    }

    .quote-slider .et_pb_slide_description {
        width: 100%;
    }

    .quote-slider .et_pb_slide_description:before {
        left: 0px;
        top: 19px;
        background-size: 10px auto;
    }

    .quote-slider .et-pb-arrow-prev,
    .quote-slider .et-pb-arrow-next {
        width: 28px;
        height: 45px;
        background-size: 20px auto;
    }

    .quote-slider .et-pb-slider-arrows a,
    .quote-slider .et-pb-slider-arrows a {
        padding: 0;
    }

    .news-releases .meta {
        font-size: 14px;
    }

    .slick-autoplay-toggle-button {
        bottom: 30px;
    }

    .nm-slider-container {
        margin: 0 auto -40px auto;
    }

    #new-mexico-impact-map-dialog .stats {
        display: block;
    }

    #new-mexico-impact-map-dialog .stats li + li {
        margin-top: 10px;
    }
}