@charset "UTF-8";
.article-content p, .program-content p
{
    font-size: 23px;
    line-height: 32px;
}
.article-content h2 {
    text-align: left;
}
.article-content .bigTextHglt,
.program-content .bigTextHglt
 {
   font-size: 36px!important;
   line-height: 49px;
}
.article-content ul,
.program-content ul {
   list-style-type: disc;
   margin-left: 1.5rem;
   margin-top: 2rem;
   text-align: left;
}
.article-content ol,
.program-content ol {
   margin-left: 1.5rem;
   margin-top: 2rem;
}
.article-content ul li, .article-content ol li,
.program-content ul li, .program-content ol li,
.article-content ul.global-list-item li, .article-content ol.global-list-item li,
.program-content ul.global-list-item li, .program-content ol.global-list-item li {
   list-style-position: outside;
   display: list-item;
   line-height: 32px;
   font-size: 23px;
   margin-bottom: 1rem;
   font-family: var(--para-font);
}
.article-content ul li ul li,
.program-content ul li ul li {
   list-style-type: circle;
}
.evlist-item ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}
.evlist-item ul li{
   list-style-position: unset;
   display: flex;
   line-height: 1.4;
   font-size: 16px;
   margin-bottom: 0;
   font-family: 'Palanquin', 'Arial Narrow', Arial, sans-serif;
}
.article-content p .mac-btn, .program-content p .mac-btn
{
    font-size: 0.609em;
    line-height: 1.4;
}
.article-content .inline-image.floatR
{
    padding-left: 2em;
}
.article-content a, .program-content a, .promise-wrapper a, .mac-accordion-content a,
.cp_content a
{
   text-decoration: underline;
}
.article-content #callout, .program-content #callout
{
       font-size: 21px;
    line-height: 27px;
    padding: 1rem;
    font-family: var(--main-font) !important;
    text-align: left;
    font-weight: 500;
}
.article-content a.mac-btn, 
.program-content a.mac-btn,
.grey-social-banner a, .mac-related-info a
{
    text-decoration: none;
}
.mac-card .content p {
    font-size: 1.25rem;
}
.blackstrip p{
   font-size: 1rem !important;
   margin: 0 auto !important;
   font-family: inherit !important;
}
.parrotgreenbg .mac-inner-menu--second-level>li>a,
.sweetpeabg .mac-inner-menu--second-level>li>a {
   color: var(--black) !important;
}
/*submenu links - Make the menus closer*/
.narrow-section .mac-inner-menu--second-level>li {
    margin-right: 3rem;
    flex-grow: unset;
}
.narrow-section .mac-inner-menu--second-level>li:last-child,
{
    margin-right: 0;
}
.narrow-section .mac-inner-menu--second-level
{
    align-items: center;
    justify-content: center;
}
.article-content hr, .program-content hr
{
    margin: 1em 0;
}
/*CP custom redesign styles*/
.mac-accordion button.hide-expand-controls[aria-expanded=true]::before {
   width: 0px;
}
.mac-accordion button.hide-expand-controls .icon{
   display: none;
}
.mac-accordion .mac-accordion-content ul {
   padding: 1rem 4rem 0 4.5rem;
   text-align: left;
}
/*Macei Recipients*/
@media screen and (max-width: 768px) {
    .linkshall-banner {
       margin-top: -150px !important;
    }
}
.article-content .inline-image.floatR
{
    max-width: 200px;
}
.clearning-outer-wrapper .related-news__more{
font-size: 23px;
   margin-bottom: 2rem;
}
.clearning-outer-wrapper .section__intro-title{
   margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.875rem;
}
.ec-outer-wrapper .rgt-grey-bg p, .ec-outer-wrapper .rgt-grey-bg ul{
    font-weight: initial;
}
.accordion-manual-inline .mac-accordion .mac-accordion-content p, .accordion-manual-inline  .mac-accordion .mac-accordion-content h3 {
   padding: 1rem 2rem 0 2.5rem !important;
}
.profile-outer-wrapper .address-label--rgt.social-icon {
    color: var(--blue);
}
.legacy-wrapper iframe[width]
{
    width: 100%!important;
}
.pb-7{
  padding-bottom: 3.5rem;
}
.pt-7{
  padding-top: 3.5rem;
}
.grantee-news-art h5 {
    color: var(--blue);
}
.grantee-news-art .place-name {
    color: var(--fontcolor);
}
.swiper-image-container .mac-fellows-wrapper .swiper-slide img {
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}
.profile-outer-wrapper blockquote  {
   color: #571C79;
   font-size: 36px;
   font-weight: bold;
   border-left: solid 3px #571C79;
   padding-left: 2rem;
   line-height: 49px;
   margin-bottom:1em;
   font-family: 'Crimson Text', serif;
   text-align: left;
}
@media screen and (max-width: 991px) {
    .swiper-image-container .staffSwiper .swiper--image-wrap, .swiper-image-container .profileSwiper .swiper--image-wrap {
        padding-bottom: 100%;
    }
}
@media print {
  header, footer, aside, nav, form, iframe, .essay-nav-container {
  display: none!important;
}
body {
    margin-left:80px!important;
    margin-right:80px!important;
}
    .mac-related-info, .mac-latest-related, .grantee-news-art{
        max-width: 1000px!important;
    }
    .mac-row{
        margin-left:0!important;
        margin-right:0!important;
    }
}
.profile-outer-wrapper .photoSwiper .swiper-slide {
  width: auto;                 /* Allow the slide to adjust its width */
  display: inline-flex;         /* Align items in the center if needed */
  justify-content: center;
}
.profile-outer-wrapper .photoSwiper .swiper-slide img {
  width: auto;                 /* Let the image maintain its natural width */
  height: 100%;                /* Set height to fill the container */
}
@media screen and (min-width: 1024px) {
 .profile-outer-wrapper .photoSwiper .swiper-slide img {
  object-fit: contain;         /* Ensure the image fits without distortion */
}
}
.profile-outer-wrapper .photoSwiper .swiper-container {
  width: 100%;                 /* Ensure the Swiper container spans the full width */
  height: auto;                /* Adjust height automatically */
}
.profile-outer-wrapper .photoSwiper .swiper-wrapper {
  display: flex;               /* Flexbox layout to align slides properly */
}
.profile-outer-wrapper .photo-swiper .swiper-image-container .swiper-slide .swiper-slide--content {
    align-items: center;
    justify-content: center;
}