@import url('legacy.css');							   
							   
.desig { 
    font-size: 16px;
    color: var(--middlegrey);
}
.prev-arrow {
    padding-right: .5rem;
    display: inline-block;
}
.grey-bg--blocktext p {
    font-size: 21px;
    line-height: 27px;
    padding: 1rem;
    font-family: var(--main-font) !important;
    text-align: left;
    font-weight: 500;
}
.article-image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 413px;
    padding-bottom: 30.16%;
}
.article-image-wrapper img {
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}
/* .bigTextHglt {
    color: #571C79;
    font-size: 36px;
    font-weight: bold;
    border-left: solid 3px #571C79;
    padding-left: 2rem;
    line-height: 49px;
} */
.mediumTextHglt {
    color: #571C79;
    font-size: 28px;
    font-weight: bold;
    border-left: solid 3px #571C79;
    padding-left: 2rem;
    line-height: 39px;
}
img {
    outline: 0;
    border: 0;
    line-height: 0;
}
/*Swiper Gallery*/
.swiper-gallery .swiper {
    width: 100% !important;
    height: 100% !important;
}
.swiper-gallery .swiper-slide {
    width: 100% !important;
    height: 100% !important;
}
.swiper-gallery .swiper-slide--content {
    background: var(--black);
    padding-bottom: 0 !important;
}
.swiper-gallery .swiper--image-wrap {
    min-height: 23rem;
    height: 100%;
}
.swiper-gallery {
    background: var(--white);
    position: relative;
}
.fullscr {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    background: var(--lightblue);
    border-radius: 50px;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    right: 9px;
    top: 9px;
}
.rel-grantees .place-name {
    font-family: var(--main-font);
    font-size: 16px;
}
.rel-grantees .amount {
    font-family: var(--subheader);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.rel-grantees .year {
    font-family: var(--subheader);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--middlegrey);
}
.rel-grantees .swiper-slide {
    min-height: 100%;
    padding: 1rem;
}
.rel-grantees .swiper-slide .swiper-slide--content {
    padding: 1rem;
}
.gtnews-header {
    min-height: 330px;
}
.grantee-news-art .rel-grantees a.swiper-slide--content {
    flex-direction: column;
}
.gtnews-outer-wrapper .green-strip,
.forty-outer-wrapper .green-strip {
    height: 80px;
    overflow: hidden;
    background: url(../jpg/gt-news-greenbar.jpg) no-repeat;
    object-fit: cover;
}
.article-caption--social img {
    width: 20px;
}
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-next-staff,
.swiper-gallery .swiper-button-prev,
.swiper-gallery .swiper-button-prev-staff {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.swiper-gallery .swiper-button-next:after,
.swiper-gallery .swiper-button-next-staff:after,
.swiper-gallery .swiper-button-prev:after,
.swiper-gallery .swiper-button-prev-staff:after {
    font-size: 24px;
}
#modal-four .fullscreen-modal {
    max-width: 80%;
    border: none;
    background: none;
}
.in-the-media-grid__card-item .mac-waterfall-grid__image-wrap img {
    object-fit: unset;
    max-width: 100%;
    width: 43px;
    text-align: center;
    margin: auto;
    display: flex;
    left: 50%;
    transform: translate(-50%, 10%);
}
.profile-outer-wrapper .hex-background {
    position: absolute;
    background-color: var(--deeppurple);
    /*color of the main-background*/
    top: 8px;
    /* equal to border thickness */
    left: 8px;
    /* equal to border thickness */
    width: 750px;
    /* container width - (border thickness * 2) */
    height: 667px;
    /* container height - (border thickness * 2) */
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.profile-outer-wrapper .hex1 {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 750px;
    height: 667px;
    background-color: var(--deeppurple);
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.profile-outer-wrapper .profile-body-text p {
    line-height: 32px;
}
.profile-outer-wrapper .address-wrapper {
    padding: 1.2rem;
    border-radius: 5px;
    font-size: 20px;
}
.profile-outer-wrapper .download-link>img {
    position: relative !important;
    width: auto;
    height: auto;
    object-fit: unset;
    padding-top: 4px;
}
.profile-outer-wrapper .hex1 p {
    width: 53%;
    color: #fff;
    font-size: 36px;
    text-shadow: 2px 2px #2e2e2e;
    font-weight: bold;
    line-height: 49px;
}
@media screen and (min-width: 375px) and (max-width: 1199px) {
    .profile-outer-wrapper .address-label--rgt.social-icon {
        align-items: flex-start;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .profile-outer-wrapper .hex1 p {
        margin-left: 55px;
    }
}
.profile-outer-wrapper .mac-hero-banner h1 {
    margin-top: 3rem;
}
.profile-outer-wrapper .mac-hero-banner {
    min-height: 550px;
}
.profile-outer-wrapper .hex-wrapper {
    margin-top: -220px;
}
.profile-outer-wrapper .address-label {
    align-content: space-between;
}
.profile-outer-wrapper .hex-wrapper .hex1,
.profile-outer-wrapper .hex-background {
    background: url(../jpg/awards_fellows.jpg) no-repeat;
    background-size: cover;
}
.address-label--rgt {
    font-weight: 400;
}
.profile-outer-wrapper .address-label--rgt.social-icon {
    font-family: var(--subheader-font);
    font-weight: 600;
    font-size: 12px;
    display: flex;
    text-transform: uppercase;
}
.profile-outer-wrapper .address-label--rgt.social-icon a {
    display: flex;
    justify-content: center;
    margin-right: 5px;
}
.profile-outer-wrapper .address-label--rgt.social-icon a img {
    padding-right: 2px;
}
.area-focus .address-label--rgt a {
    padding-right: 5px;
}
.area-focus {}
.address-label--left {
    font-weight: bold;
}
.profile-outer-wrapper .photos-box {
    padding: 2.5rem 7rem 1.5rem 7rem;
}
.profile-outer-wrapper .photoSwiper .swiper-slide {
    height: 500px;
}
.profile-outer-wrapper .photo-swiper .swiper-image-container .swiper-button-next .swiper-button-next-staff {
    right: 10px;
    background: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 80%;
}
.profile-outer-wrapper .photo-swiper .blackstrip {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}
.photoSwiper .swiper-button-next {
    right: 15px;
}
.photoSwiper .swiper-button-prev {
    left: 15px;
}
.profile-outer-wrapper .photo-swiper .swiper-image-container .swiper-slide .swiper-slide--content {
    flex-wrap: unset;
}
.profile-outer-wrapper .photo-swiper .blackstrip p,
.profile-outer-wrapper .download-video-strip p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.profile-outer-wrapper .photo-swiper .blackstrip a {
    color: var(--white);
}
.profile-outer-wrapper .photo-swiper .swiper-image-container .swiper-button-prev .swiper-button-prev-staff {
    left: 10px;
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 80%;
}
.profile-outer-wrapper .photoSwiper1 {
    padding-top: 1rem;
    margin-top: 0;
}
.profile-outer-wrapper .hex2-background {
    position: absolute;
    background-color: var(--deeppurple);
    /*color of the main-background*/
    top: 8px;
    /* equal to border thickness */
    left: 8px;
    /* equal to border thickness */
    width: 234px;
    /* container height - (border thickness * 2) */
    height: 214px;
    /* container height - (border thickness * 2) */
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.profile-outer-wrapper .hex2 {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 250px;
    height: 230px;
    background-color: var(--brightpink);
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.profile-outer-wrapper .profile-img {
    position: absolute;
    left: 90px;
    top: 38px;
    z-index: 1;
}
.profile-outer-wrapper .profileSwiper .swiper-slide--content {
    min-height: 138px;
}
.article-caption span.links:after {
    content: none !important;
}
.profile-outer-wrapper .address-label .mac-link {
    font-size: unset;
    font-weight: 400;
}
.profile-outer-wrapper .address-label.web-address .mac-link {
    width: 100%;
}
/*Award Recipients*/
.linkshall-banner {
    margin-top: -130px;
}
.grey-social-banner {
    background: #F2ECEB;
    padding: 1.3rem;
}
.grey-social-banner--social-icon {
    font-size: 18px;
}
.grey-social-banner--social-icon img {
    width: 18px;
}
.grey-social-banner .fb,
.grey-social-banner .tw {
    font-weight: bold;
    color: var(--blue);
}
/*Staff Profile*/
.staff-profile .grey-bg--blocktext {
    height: 400px;
}
.staff-profile .hex-background {
    position: absolute;
    background-color: #571C7A;
    /*color of the main-background*/
    top: 8px;
    /* equal to border thickness */
    left: 8px;
    /* equal to border thickness */
    width: 184px;
    /* container height - (border thickness * 2) */
    height: 164px;
    /* container height - (border thickness * 2) */
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.staff-profile .hex1 {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 200px;
    height: 180px;
    background-color: #571C7A;
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.leftev {
    justify-content: flex-start;
    flex: 1;
}
.rightev {
    justify-content: flex-end;
    flex: 1;
}
.evlist-item li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    flex-basis: 100%;
    padding-bottom: 0.8rem;
    border-bottom: solid 1px var(--grayline);
    padding-top: 0.8rem;
}
.forty-outer-wrapper .mac-hero-banner h1 {
    margin-top: 0;
}
.forty-outer-wrapper .hex1 {
    margin-top: -90px;
}
.closer-walk-box {
    padding: 30px;
    max-width: 335px;
}
.closer-walk-bg {
    background: url(../jpg/mac-backgrounds-a-closer-walk.jpg) repeat;
}
.link-hall-caption {
    display: block;
    line-height: 20px;
    color: #747474;
}
.rel-stories .swiper-slide {
    background: none;
    padding: 0;
    box-shadow: none;
    border: 0;
}
.open-quote {
    position: absolute;
    left: -40px;
    top: -32px;
}
.swiper-gallery .swiper-slide .subheader {
    text-transform: unset;
    color: #fff;
    font-size: 16px;
}