@charset "UTF-8";
/*---------------------------****************Components for all pages*************-----------------------------------------------------*/
.image-block {
   border: solid 1px var(--grayline);
   box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
   padding: 0;
}
.image-block-content {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.image-block-content .mac-link {
   margin-top: auto;
   margin-bottom: 1rem;
}
/*Waterfall Component*/
.mac-waterfall {
   padding: 3.3rem 0;
   position: relative;
   overflow: hidden;
   z-index: 1;
}
.mac-waterfall-bgdeepteal {
   background: url(/img/bg/teal-square-jvp-lines.png) no-repeat 0;
   background-size: cover;
}
.mac-waterfall-bgdeeppurple {
   background: url(/img/bg/purple-square-with-jvp-stripes.png) no-repeat 0;
   background-size: cover;
}
.mac-waterfall-bgdeepblue {
   background: url(/img/bg/deepblue-quare-jvp-lines.png) no-repeat 0;
   background-size: cover;
}
.mac-waterfall-bgdeepteal .mac-waterfall-grid__card,
.mac-waterfall-bgdeeppurple .mac-waterfall-grid__card,
.mac-waterfall-bgdeepblue .mac-waterfall-grid__card {
   border: none;
}
/* .mac-waterfall-digonalbg {   
    position: absolute;
    right: 0;
    top: 0;      
    opacity: .2;
    min-height: 1920px;
    height: 100%;
 }  */
.mac-waterfall-grid--full {
   display: grid;
   grid-template-columns: repeat(12, 1fr);
   grid-gap: 1rem;
   position: relative;
   z-index: 1;
   margin: auto;
}
.mac-waterfall-grid {
   display: grid;
   grid-template-columns: repeat(10, 1fr);
   grid-gap: 1rem;
   position: relative;
   z-index: 1;
   width: 71rem;
   margin: auto;
}
.mac-waterfall-grid__header {
   grid-column: span 7;
}
.mac-waterfall-grid__link {
   grid-column: span 3;
}
.mac-waterfall-grid__card {
   background: var(--white);
   border-radius: 3px;
   transition: box-shadow .3s, -webkit-box-shadow .3s;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
   border: solid 1px var(--dimgrey);
   position: relative;
}
.mac-waterfall-grid__card-item-1 {
   grid-column: span 4;
}
.mac-waterfall-grid__card-item-2 {
   grid-column: span 3;
}
.mac-waterfall-grid__card-item-3 {
   grid-column: span 3;
}
.mac-waterfall-grid__card-item-4 {
   grid-column: span 3;
}
.mac-waterfall-grid__card-item-5 {
   grid-column: span 3;
}
.mac-waterfall-grid__card-item-6 {
   grid-column: span 4;
}
.mac-waterfall-grid__card:hover {
   box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
   -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.mac-waterfall-grid__content-wrap {
   padding: 1.5rem 1rem;
}
.mac-waterfall-grid__image-wrap {
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   display: block;
   overflow: hidden;
   position: relative;
   width: 100%;
   z-index: 2;
   height: 200px;
   padding-bottom: 38.16%;
}
.mac-waterfall-grid__card img {
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   object-fit: cover;
   max-width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.mac-waterfall-grid__card .media-icon img {
   object-fit: unset;
   max-width: 100%;
   width: 43px;
   text-align: center;
   margin: auto;
   display: flex;
}
.mac-waterfall-grid__card h5 {
   font-size: 1.125rem;
}
.mac-waterfall-grid__card .date {
   text-transform: uppercase;
   color: var(--middlegrey);
   font-weight: 600;
   font-size: .75em;
   font-family: 'Atkinson Hyperlegible', sans-serif;
   display: block;
   padding-top: 5px;
   padding-bottom: 0.5rem;
}
.mac-waterfall-grid__card-item-3.bg-pebble {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding-left: 1rem;
   padding-right: 1rem;
}
.mac-waterfall-grid__form {
   display: flex;
   flex-wrap: wrap;
   padding: 2em;
   margin: 0 auto;
}
.mac-waterfall-grid__form .mac-btn {
   height: 2.5rem;
   display: flex;
   letter-spacing: 1px;
}
.mac-waterfall-grid__form h5 {
   padding-bottom: .5em;
   font-size: 1.313rem;
}
.mac-waterfall-grid__form span {
   line-height: 1.3;
   font-size: 1rem;
}
.mac-waterfall__header {
   color: var(--white);
   margin-bottom: .5em;
   background-color: transparent;
}
.mac-waterfall__header .caption {
   font-family: 'Crimson Text', serif;
   font-size: 1.25rem;
}
.mac-waterfall__header h3 {
   color: var(--white);
   padding-bottom: 1rem;
}
.mac-waterfall-grid__image-wrap--text-bubble {
   position: absolute;
   letter-spacing: 1px;
   left: 0;
   bottom: 0;
   background: var(--deeporange);
   width: auto;
   height: auto;
   border-radius: 0;
   padding: 0.8em 1.1em 0.5rem 1.1em;
   color: var(--white);
   border: solid 1px var(--white);
   text-transform: uppercase;
   font-size: 11px;
   font-family: "Atkinson Hyperlegible";
   font-weight: 600;
}
/*----------------------------------------------Modal Pop Up-----------------------------------------------------------------------*/
/*Modal*/
.mac-modal {
   position: fixed;
   width: 100vw;
   height: 100vh;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}
.mac-modal.open {
   visibility: visible;
   opacity: 1;
   z-index: 99999;
}
.mac-modal-bg {
   position: absolute;
   background: rgba(220, 220, 220, 0.8);
   width: 100%;
   height: 100%;
}
.mac-modal-container {
   border-radius: 5px;
   background: #fff;
   position: relative;
   padding: 1.2em;
   max-width: 34em;
   transition: all .5s ease-in-out;
   /*make it smooth*/
   border: solid 1px #ccc;
}
.mac-modal-container h4 {
   font-weight: bold;
   font-size: 1.2rem;
}
.mac-modal-container p {
   line-height: 28px;
}
.mac-modal-close {
   position: absolute;
   right: 22px;
   top: 22px;
   outline: none;
   appearance: none;
   color: var(--blue);
   background: none;
   border: 0px;
   font-weight: bold;
   cursor: pointer;
   width: 18px;
}
.mac-modal-close i {
   font-size: 1.2rem;
}
/*Card Items for Press Release*/
/*Mac Card*/
.mac-card-bg {
   background-color: var(--beige);
}
.mac-card-bg--purple {
   background: url(/img/bg/purple-square-with-jvp-stripes.png) no-repeat 0;
   background-size: cover;
}
.mac-card {
   padding-top: 4.5rem;
   padding-bottom: 4.5rem;
}
.mac-card h3 {
   padding-bottom: .3rem;
}
.mac-card .mac-card-item {
   border: solid 1px var(--dimgrey);
   height: 100%;
   border-radius: 3px;
   position: relative;
   transition: box-shadow .3s, -webkit-box-shadow .3s;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
   background: var(--white);
   display: flex;
   flex-direction: column;
   overflow: hidden;
}
.mac-card__image-wrap {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   display: block;
   overflow: hidden;
   position: relative;
   width: 100%;
   z-index: 2;
   height: 200px;
   padding-bottom: 38.16%;
}
.mac-card__img-wrap img {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   object-fit: cover;
   max-width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.mac-card .mac-card-item .date {
   font-size: .75em;
   text-transform: uppercase;
   font-weight: 600;
   color: var(--middlegrey);
   font-family: 'Atkinson Hyperlegible', sans-serif;
}
.mac-card .mac-card-item h4 {
   font-size: 1.313rem;
}
.mac-card a>.content {
   color: var(--fontcolor);
}
.mac-card .mac-card-item:hover {
   box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
   -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.mac-card h3,
.mac-card p {
   text-align: left;
}
.mac-card .content p {
   font-family: 'Crimson Text', serif;
   line-height: 1.6rem;
   font-weight: normal;
   margin-bottom: .5rem;
   flex: 1 0 auto;
}
.mac-card img {
   max-width: 100%;
   object-fit: cover;
}
.mac-card .content {
   text-align: left;
   display: flex;
   /* flex-grow: 2; */
   flex-shrink: 1;
   padding: 0.5rem 1rem;
   width: 100%;
   flex-direction: column;
}
/*Press Release*/
.mac-press-release h3 {
   margin-bottom: 1.875rem;
}
.mac-press-release h6 {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
}
.mac-press-release .content,
.mac-perspective .content {
   padding: 1rem 1rem 1rem 1rem;
}
.mac-press-release .mac-card-item img {
   height: 210px;
}
/*-------------------------------------Ends----------------------------------------------------------*/
/*Artcile caption*/
.article-caption {
   position: relative;
   margin: 0 auto;
				  
}
.article-caption span {
   display: inline-block;
   padding-right: 16px;
}
.article-caption span::after {
   /* content: "";
   position: absolute;
   background: #ADA7A5;
   width: 1px;
   height: 18px;
   top: 8px;
   margin-left: 10px; */
}
.article-caption span a {
   text-decoration: underline;
   display: inline-block;
}
.article-caption span:nth-child(3)::after {
   /* content: none !important; */
 }
 
#staff-email {
   display: block;
}
.article-caption--social a {
   display: inline-flex;
   padding: 0 8px;
   border-radius: 2px;
   margin-right: 3px;
   /* padding-top: 2px; */
   align-items: center;
   justify-content: center;
   height: 32px;
}
.article-caption--social a.fb {
   background-color: #4267B2;
}
.article-caption--social a.twt {
   background-color: #55acee;
}
.article-caption--social a.lnkdn {
   background-color: #0077b5;
}
.article-caption--social a.shre {
   background-color: #95D03A;
}
.article-caption--hexagon {
   width: 30px;
   position: absolute;
   margin-top: 1px;
   height: auto;
   fill: var(--violet);
   margin-left: 8px;
}
.article-header--strip {
   position: relative;
   top: -7px;
   min-height: 32px;
   padding: 16px;
   color: var(--white);
   text-align: center;
}
.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%);
}
.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%);
}
/*Mac Inner Menus*/
.mac-inner-menu__wrapper {
   width: 100%;
   border-bottom: solid 1px var(--grayline);
   position: relative;
}
.mac-inner-menu {
   display: flex;
   list-style: none;
   width: 100%;
   transition: border 0.6s ease;
   position: relative;
}
.mac-inner-menu>li {
   flex-grow: 1;
   display: flex;
   justify-content: center;
   height: 3rem;
   font-size: 1.1275em;
   padding-right: 1.2rem;
}
.mac-inner-menu>li:last-child {
   padding-right: 0;
}
.mac-inner-menu--second-level {
   /* position: absolute;
   width: 100%;
   height: auto;
   left: 0;
   top: 48px; */
   display: flex;
}
.mac-inner-menu--second-level>li {
   flex-grow: 1;
   color: var(--white);
   line-height: 54px;
   text-align: center;
}
.mac-inner-menu--second-level>li>a {
   color: var(--white);
   font-size: 15px;
}
.mac-inner-menu--second-level>li.active>a {
   font-weight: bold;
}
.mac-inner-menu>li>a {
   text-decoration: none;
   color: var(--darkgrey);
   font-size: 1.125rem;
   text-align: center;
   position: relative;
}
.mac-inner-menu>li.active>a {
   font-weight: bold;
   color: var(--green);
}
.mac-inner-menu--bg {
   height: 54px;
   left: 0;
   z-index: -1;
}
.mac-inner-menu>li>a:hover::after {
   content: '';
   border-bottom: solid 5px var(--green);
   color: var(--green);
   font-weight: 600;
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 12.5rem;
   transform: scaleX(0);
   transform: scaleX(1);
   transition: transform .2s ease;
   transform: translateX(-50%);
}
.mac-inner-menu>li.active>a:after {
   content: '';
   border-bottom: solid 5px var(--green);
   color: var(--green);
   transition: all 0.6s ease;
   font-weight: 600;
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 12.5rem;
   transform: translateX(-50%);
}
.mac-inner-menu--second-level li.active {
   position: relative;
}
.mac-inner-menu--second-level li.active::before {
   position: absolute;
   content: '';
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px solid #fff;
   top: 46px;
   transform: rotate(180deg);
   left: 45%;
}
.individual-page-menu li a {
   display: block;
}
.individual-page-menu li a.active {
   position: relative;
}
.individual-page-menu li a.active::before {
   position: absolute;
   content: '';
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px solid #fff;
   top: 46px;
   transform: rotate(180deg);
   left: 45%;
}
/*Pagination*/
/*Pagination*/
/* Pagination links */
.pagination {
   display: inline-block;
   margin: 0 auto;
   /* border: solid 1px var(--dimgrey); */
   border-radius: 5px;
   margin-bottom: 3rem;
   margin-top: 3rem;
}
.pagination .prev,
.pagination .next {
   color: var(--dimgrey);
}
.pagination .prev span {
   padding-right: 4px;
}
.pagination a {
   color: var(--blue);
   float: left;
   padding: 8px 16px;
   text-decoration: none;
   transition: background-color .3s;
   font-weight: bold;
   margin-left: 5px;
}
.pagination li:last-child {
   border-right: none;
}
/* Style the active/current link */
.pagination a.active {
   background-color: var(--dimgrey);
   color: var(--fontcolor);
}
/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {
   background-color: #f2eceb;
}
.paginationjs-pages ul {
   display: flex;
}
.paginationjs-page.J-paginationjs-page.active a {
   background-color: #f2eceb;
   color: var(--fontcolor);
   border-radius: 2px;
   font-weight: bold;
}
.paginationjs-prev.disabled a,
.paginationjs-next.disabled a {
   border-radius: 2px;
   height: 40px;
   width: 40px;
   display: inline-block;
}
.paginationjs-next.J-paginationjs-next a,
.paginationjs-prev.J-paginationjs-previous a {
   color: var(--white);
   border-radius: 2px;
   height: 40px;
   width: 40px;
   display: inline-block;
}
.paginationjs-next.J-paginationjs-next a {
   background: #f2eceb url(/img/arrow-next.svg) no-repeat;
   background-position: 15px 14px;
}
.paginationjs-prev.J-paginationjs-previous a {
   background: #f2eceb url(/img/arrow-prev.svg) no-repeat;
   background-position: 15px 14px;
}
.paginationjs-prev.disabled a {
   background: #E5EFF7 url(/img/arrow-prev-white.svg) no-repeat;
   background-position: 15px 14px;
}
.paginationjs-next.disabled a {
   background: #E5EFF7 url(/img/arrow-next-white.svg) no-repeat;
   background-position: 15px 14px;
}
/*Stay Informed*/
.stay-informed {
   display: flex;
   justify-content: center;
   padding: 1rem;
   border-radius: 3px;
   transition: box-shadow .3s, -webkit-box-shadow .3s;
   box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
   border: solid 1px var(--dimgrey);
}
.stay-informed--form {
   padding: 2em;
   margin: 0 auto;
}
.stay-informed--form h5 {
   padding-bottom: 0.5em;
   font-size: 1.313rem;
}
.stay-informed--form .mac-btn {
   height: 2.5rem;
   display: flex;
   letter-spacing: 1px;
}
/*TABS*/
.mac-tab-content {
   margin: auto;
}
.mac-tabs {
   display: flex;
   justify-content: center;
   list-style: none;
   flex-wrap: wrap;
   transition: border 0.6s ease;
   border-bottom: solid 1px var(--pebble);
}
.mac-tabs__wrapper {
   width: 100%;
   border-bottom: solid 1px var(--grayline);
}
.mac-tab-item {
   flex-shrink: 1;
}
.mac-tabs li {
   display: flex;
   justify-content: center;
   height: 3rem;
   font-size: 1.1275em;
}
.mac-tabs li a {
   text-decoration: none;
   color: var(--darkgrey);
   font-size: 1.125rem;
   padding-left: 1.2rem;
   padding-right: 1.2rem;
   position: relative;
}
.mac-tabs li.active a {
   color: var(--deeppurple);
   font-weight: bold;
}
.mac-tabs li a:hover {
   color: var(--green);
}
.mac-tabs li a:hover::after {
   content: '';
   border-bottom: solid 4px var(--deeppurple);
   padding-left: 1.2rem;
   padding-right: 1.2rem;
   color: var(--green);
   font-weight: 600;
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 100%;
   transform: scaleX(0);
   transform: scaleX(1);
   transition: transform .2s ease;
   transform: translateX(-50%);
}
.mac-tabs li.active a:after {
   content: '';
   border-bottom: solid 4px var(--deeppurple);
   padding-left: 1.2rem;
   padding-right: 1.2rem;
   color: var(--green);
   transition: all 0.6s ease;
   font-weight: 600;
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 100%;
   transform: translateX(-50%);
}
/* .mac-tabs li.active a {
    border-bottom: solid 4px var(--green);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    color:var(--green);
    transition: all 0.6s ease; 
    font-weight: 600; 
 } */
.mac-tab-pane {
   display: none;
}
.mac-tab-pane.active {
   display: block;
   text-align: left;
}
/*****************************************************ENDS****************************************************/
/*Accordion*/
.mac-accordion button {
   position: relative;
   display: block;
   text-align: left;
   width: 100%;
   padding: 1em 0;
   color: var(--blue);
   font-size: 1.15rem;
   font-weight: 400;
   border: none;
   background: none;
   /*outline: none;*/
}
.mac-accordion-content {
   background: var(--lightblue);
}
.mac-accordion button:hover,
.mac-accordion button:focus {
   cursor: pointer;
   color: var(--blue)
}
.mac-accordion button:hover::after,
.mac-accordion button:focus::after {
   cursor: pointer;
   color: var(--blue);
}
.mac-accordion button .mac-accordion-title {
   padding: 0 1.5em 0 2.5rem;
   font-size: 1.125rem;
   display: inline-block;
   line-height: 24px;
}
.mac-accordion button[aria-expanded=true] .mac-accordion-title {
   font-weight: bold;
   display: inline-block;
}
.mac-accordion button .icon {
   display: inline-block;
   position: absolute;
   top: 18px;
   left: 30px;
   width: 22px;
   height: 22px;
   border: 1px solid;
   border-radius: 22px;
   z-index: 999;
}
.mac-accordion button .icon::before {
   display: block;
   position: absolute;
   content: "";
   top: 9px;
   left: 5px;
   width: 10px;
   height: 2px;
   background: currentColor;
}
.mac-accordion button .icon::after {
   display: block;
   position: absolute;
   content: "";
   top: 5px;
   left: 9px;
   width: 2px;
   height: 10px;
   background: currentColor;
}
.mac-accordion button[aria-expanded=true] {
   color: var(--blue);
   position: relative;
   border-bottom-left-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
   border-bottom: 0;
}
.mac-accordion button[aria-expanded=true]::before {
   color: var(--blue);
   background: #0468B1;
   content: '';
   width: 5px;
   height: 100%;
   position: absolute;
   left: -1.875rem;
   top: 0;
}
.mac-accordion button[aria-expanded=true] .mac-accordion-content::after {
   background: var(--blue);
   content: '';
   width: 5px;
   height: 100%;
   position: absolute;
}
.mac-accordion button[aria-expanded=true] .icon::after {
   width: 0;
}
.mac-accordion button[aria-expanded=true]+.mac-accordion-content {
   opacity: 1;
   max-height: 100%;
   transition: all 200ms linear;
   will-change: opacity, max-height;
   border: solid 1px var(--dimgrey);
}
.mac-accordion .mac-accordion-content {
   opacity: 0;
   max-height: 0;
   overflow: hidden;
   transition: opacity 200ms linear, max-height 200ms linear;
   will-change: opacity, max-height;
}
.mac-accordion .mac-accordion-content p {
   padding: 1rem 4rem 0 4.5rem;
   text-align: left;
}
/* .mac-accordion .mac-accordion-content:last-child {
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
} */
.mac-accordion-wrapper {
   /* border: solid 1px var(--dimgrey); */
   border-radius: 5px;
}
.mac-accordion-wrapper h5 {
   padding-left: 1.875rem;
   padding-top: 1.2rem;
   padding-bottom: 1.2rem;
   /* border-bottom: solid 1px var(--dimgrey); */
   text-align: left;
}
.mac-accordion-content.mac-fellows-faq .mac-accordion button {
   border: none;
}
.mac-accordion-item button {
   border: solid 1px var(--dimgrey);
}
.mac-accordion-item.mac-accordion-border {
   /* border-bottom: solid 2px var(--dimgrey);
   border-top: solid 1px var(--dimgrey); */
}
.mac-accordion-wrapper .mac-accordion-item button {
   padding-left: 1.875rem;
   border-radius: 5px;
   /* border-top: solid 1px #f2f2f2; */
}
/*Global Search Page with masonary grid*/
/*Grid View*/
.search-box h1 {
   color: var(--white);
   text-align: center;
   font-weight: 300;
   line-height: 110%;
   margin-top: 2rem;
   margin-bottom: 1.2rem;
}
.search-box__form {
   display: flex;
   flex-wrap: wrap;
   column-gap: 1rem;
}
.search-box__more-options .more-options {
   color: var(--white);
   display: inline-block;
   margin-top: 1rem;
}
.search-box__more-options .more-options span {
   display: inline-block;
   transform: rotate(90deg);
   margin-left: 10px;
}
.search-box__more-options.rotate-arrow .more-options span {
   transform: rotate(-90deg);
}
.search-box__more-options--show {
   display: none;
}
.search-box__more-options--show.active {
   display: block;
}
.relevant-dd {
   border-right: solid 1px var(--lightgrey);
   padding-right: 1.25rem;
}
.search-box__form label {
   display: block;
   color: var(--white);
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold;
   font-family: 'Atkinson Hyperlegible';
}
.search-box__form-item:nth-child(1) {
   flex: 2;
}
.search-box__form-item {
   flex: 1;
}
.search-box__form-item:last-child {
   align-items: flex-end;
   display: flex;
   justify-content: flex-end;
   flex: .5;
}
.search-box__form-item input,
.search-box__form-item select {
   height: 40px;
}
.multisel-key .search-box__form-item input,
.multisel-key .search-box__form-item select {
   line-height: 40px !important;
}
.multisel-key .search-box__form-item input:focus-visible,
.multisel-key.search-box__form-item select:focus-visible {
   height: auto !important;
}
.search-box--filter-tag {
   display: inline-flex;
   vertical-align: middle;
   background: #fff;
   border-radius: 5px;
   margin-right: 1rem;
   height: 40px;
   padding: 0 0.7rem;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   color: var(--blue);
   margin-bottom: 0.6rem;
}
.search-box--filter-tag img {
   width: 1.875rem;
   padding-left: 12px;
}
.cross-filter {
   cursor: pointer;
}
.search-box--filters a.clear-filter {
   color: var(--white);
}
.search-box--subtitle {
   color: var(--white);
   font-family: var(--main-font);
   font-size: 21px;
   padding-bottom: 50px;
}
/*Search Box*/
.search-box {
   padding: 2rem 0 4rem 0;
   margin-bottom: 3rem;
   background-image: url(/img/search-bg.png);											 
   background-size: cover;
   background-position: 0 0;
}
.search-box.purple-bg {
   background-image: url(/img/bg/purple-header.png);
   background-size: cover;
   background-position: 0 0;
}
.search-box.black-bg {
   background-image: url(/img/bg/black-header.png);
   background-size: cover;
   background-position: 0 0;
}
.search-box.grey-bg {
   background-image: url(/img/bg/grant_search_banner.jpg);
   background-size: cover;
   background-position: 0 0;
}
.search-box.green-bg {
   padding: 3rem 0 3rem 0;
   margin-bottom: 3rem;
   background-image: url(/img/bg/green-header.png);
   background-size: cover;
   background-position: 0 0;
}
.search-box.pink-bg {
   padding: 3rem 0 3rem 0;
   margin-bottom: 3rem;
   background-image: url(/img/bg/pink-header.png);
   background-size: cover;
   background-position: 0 0;
}
.search-box.green-bg {
   padding: 3rem 0 3rem 0;
   margin-bottom: 3rem;
   background-image: url(/img/bg/green-header.png);
   background-size: cover;
   background-position: 0 0;
}
.search-box.navyblue-bg {
   padding: 3rem 0 3rem 0;
   margin-bottom: 3rem;
   background-image: url(/img/bg/navyblue-header.png);
   background-size: cover;
   background-position: 0 0;
}
.search-box.darkblue-bg {
   padding: 3rem 0 3rem 0;
   margin-bottom: 3rem;
   background-image: url(/img/bg/darkblue-header.png);
   background-size: cover;
   background-position: 0 0;
}
.masonry-grid figure {
   margin: 0;
   /* display: grid; */
   /* grid-template-rows: 1fr auto; */
   margin-bottom: 1rem;
   break-inside: avoid;
   border: solid 1px var(--dimgrey);
   border-radius: 3px;
   background: #fff;
   transition: box-shadow .3s, -webkit-box-shadow .3s;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
   position: relative;
}
.masonry-grid figure:hover {
   box-shadow: 0 3px 14px rgb(0 0 0 / 30%);
   -webkit-box-shadow: 0 3px 14px rgb(0 0 0 / 30%);
   -moz-box-shadow: 0 3px 14px rgb(0 0 0 / 30%);
}
.masonry-grid figure:focus-visible,
.masonry-grid figure:focus {
   border: 2px solid #000;
}
.masonry-grid figcaption p {
   line-height: 24px;
}
.masonry-grid .desig {
   font-family: var(--subheader-font);
   color: var(--middlegrey);
   font-size: 12px;
   text-transform: uppercase;
   padding-top: 6px;
   font-weight: bold;
}
.ext-link,
.outer-link {
   display: none;
}
.ext-link.external-article-link {
   display: block;
}
.outer-link.external-article-link {
   display: block;
}
.masonry-grid {
   margin-bottom: 2rem;
}
.masonry-grid figcaption {
   padding: 1rem;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   height: 100%;
}
.masonry-grid--image {
   position: relative;
   line-height: 0;
}
.masonry-grid__topnavigation--right {
   display: flex;
   justify-content: center;
   align-items: center;
}
.masonry-grid__topnavigation--right .select-box select {
   padding-right: 2.5rem;
}
.masonry-grid .text-bubble {
   position: absolute;
   letter-spacing: 1px;
   white-space: nowrap;
   left: 0;
   bottom: 0;
   background: var(--deeporange);
   width: auto;
   height: auto;
   border-radius: 0;
   padding: 16px 8px 14px;
   color: var(--white);
   border: solid 1px var(--white);
   text-transform: uppercase;
   font-size: 11px;
   font-family: "Atkinson Hyperlegible";
   font-weight: 600;
}
.masonry-grid--image>img {
   grid-row: 1 / -1;
   grid-column: 1;
   object-fit: cover;
   height: 210px;
   width: 100%;
}
.masonry-grid figure a {
   color: black;
   text-decoration: none;
   display: flex;
   flex-direction: column;
   height: 100%;
}
.masonry-grid figure a:focus,
.masonry-grid figure a:focus-visible {
   color: black;
   text-decoration: none;
   display: flex;
   flex-direction: column;
   height: 100%;
   border: 2px solid #000;
}
.masonry-grid figure .date {
   text-transform: uppercase;
   font-family: "Atkinson Hyperlegible";
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 0.5rem;
   color: var(--middlegrey);
   margin-top: 5px;
}
.keywordtag {
   color: var(--middlegrey);
   text-transform: uppercase;
   font-size: 12px !important;
   font-family: "Atkinson Hyperlegible" !important;
   font-weight: bold !important;
   line-height: unset !important;
}
.masonry-grid__container {
   -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
   column-gap: 1rem;
}
.masonry-grid--image.default-image {
   background-color: #F2ECEB;
}
.mac-waterfall-grid__image-wrap .default-image .initial-text,
.masonry-grid--image.default-image .initial-text,
.swiper--image-wrap.default-image .initial-text,
.hex-background .initial-text {
   object-fit: unset !important;
   max-width: 100%;
   display: flex;
   left: calc(100% - 56%) !important;
   height: 100%;
   justify-content: center;
   align-items: center;
   font-family: Palanquin;
   font-weight: bold;
   font-size: 23px;
   stroke: #0F0F0F;
   min-height: 210px;
}
.mac-waterfall-grid__image-wrap .default-image img,
.masonry-grid--image.default-image img,
.swiper--image-wrap.default-image img,
.default-image img {
   object-fit: unset !important;
   max-width: 100%;
   width: 43px !important;
   text-align: center !important;
   margin: auto !important;
   display: flex;
   left: calc(100% - 56%) !important;
}
.masonry-grid--image.default-image .text-bubble {
   bottom: 0;
}
/*List View active class apply*/
.masonry-grid__container.list {
   -webkit-column-count: 1;
   -moz-column-count: 1;
   column-count: 1;
   column-gap: 1rem;
   display: flex;
   flex-direction: column;
   flex: 1;
}
.masonry-grid__container.list .masonry-grid--image>img {
   grid-row: unset;
   grid-column: unset;
   object-fit: cover;
   max-width: 100%;
   height: 100%;
}
.masonry-grid__container.list .masonry-grid--image {
   width: 200px;
   /* height: 250px; */
   position: relative;
}
.masonry-grid__container.list .text-bubble {
   top: -1px;
   height: 30px;
   left: -1px;
}
.masonry-grid__container.list figure {
   flex: 1;
   display: flex;
   flex-direction: column;
}
.masonry-grid__container.list figure:focus,
.masonry-grid__container.list figure:focus-visible {
   flex: 1;
   display: flex;
   flex-direction: column;
}
.masonry-grid__container.list figcaption {
   width: 100%;
   position: relative;
}
/*Three column Grid*/
.masonry-three-colgrid .masonry-grid__container figure {
   grid-column: span 4;
   overflow: hidden;
   background-color: white;
}
.masonry-three-colgrid .masonry-grid__container figure h6 {
   font-size: 1.5rem;
}
.list-view svg {
   width: 24px;
}
.grid-view svg {
   width: 20px;
}
.list-view svg path,
.grid-view svg path {
   fill: var(--middlegrey);
}
.list-view.active svg path,
.grid-view.active svg path {
   fill: var(--blue);
}
/*List View Ends*/
.masonry-grid__topnavigation {
   display: flex;
   margin: auto;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 1.875rem;
}
.masonry-grid__topnavigation .show-results {
   font-size: 1.875rem;
   font-weight: bold;
   margin-right: auto;
   word-break: break-word;
}
.masonry-grid__topnavigation .list-view,
.masonry-grid__topnavigation .grid-view {
   display: flex;
   cursor: pointer;
}
.masonry-grid__topnavigation .list-view:focus,
.masonry-grid__topnavigation .list-view:focus-visible,
.masonry-grid__topnavigation .grid-view:focus,
.masonry-grid__topnavigation .grid-view:focus-visible {
   border: solid 2px #000;
}
/*External Link*/
.keywordtagWrapper {
   width: 100%;
   width: 100%;
   display: flex;
   flex-direction: column;
   /* align-items: flex-end; */
   height: 100%;
   justify-content: flex-end;
}
.in-the-media-grid__card-item .keywordtagWrapper {
   width: 95%;
   display: flex;
   align-items: flex-start;
   /* width: 100%; */
   position: absolute;
   bottom: 7px;
}
.grantee-display {
   text-transform: uppercase;
   font-size: 12px !important;
   font-family: "Atkinson Hyperlegible" !important;
   font-weight: bold !important;
   line-height: unset !important;
}
.in-the-media-grid__card-item .date {
   /* margin-bottom: 1.5rem !important;*/
}
.grantee-display {
   position: relative;
   z-index: 999;
}
.ext-link.external-article-link img {
   padding-top: 8px;
}
.masonry-grid__container figcaption .keywordtag.external-article-link {
   margin-bottom: 0;
   color: var(--middlegrey);
}
.ext-link.external-article-link,
.outer-link.external-article-link {
   background: rgba(4, 104, 177, 0.15);
   border-radius: 50px;
   width: 36px;
   height: 36px;
   text-align: center;
   right: 6px;
   bottom: 6px;
   position: absolute;
}
.outer-link.external-article-link img {
   width: unset;
   height: unset;
   max-width: 100%;
   padding: 8px;
   position: relative;
}
.keywordtag.external-article-link {
   color: var(--blue);
   float: left;
   padding-top: 5px;
}
/*External Link*/
/*Related Info*/
.mac-related-info {
   margin: 3rem 0;
}
.mac-related-info__card {
   background: var(--white);
   display: flex;
   flex-wrap: wrap;
   box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
   border-radius: 3px;
   height: 150px;
   overflow: hidden;
}
.mac-related-info__card--picture {
   /* flex: 1 */
}
.mac-related-info__card--picture img {
   object-fit: cover;
   height: 150px;
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
   max-width: 150px;
}
.mac-related-info__card--content {
   flex: 2;
   height: 100%;
   display: flex;
   flex-direction: column;
   /* justify-content: center; */
   padding: 0;
   height: 100%;
}
.mac-related-info__card--content h5 {
   font-size: 1.125rem;
   line-height: 20px;
   padding-top: 12px;
}
.mac-related-info__card--content p {
   font-size: 1.125rem !important;
   margin-bottom: 0;
   color: #333333;
   line-height: 22px;
}
/*Video Wrapper Full width and height*/
.mac-video-wrapper {
   display: block;
   position: relative;
   padding-bottom: 56.25%;
   /* 16:9 */
}
.mac-video-wrapper .video {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
}
/*Swiper Image Gallery*/
.swiper-image-container .swiper {
   width: 100%;
   height: 100%;
}
.swiper--image-wrap .text-bubble {
   position: absolute;
   letter-spacing: 1px;
   left: 0;
   bottom: 0;
   background: var(--deeporange);
   width: auto;
   height: auto;
   border-radius: 0;
   padding: 8px 8px 6px;
   color: var(--white);
   border: solid 1px var(--white);
   text-transform: uppercase;
   font-size: 11px;
   font-family: "Atkinson Hyperlegible";
   font-weight: 600;
}
.swiper-image-container .swiper-slide {
   min-height: 200px;
   border: solid 1px #ccc;
   height: 100%;
   border-radius: 3px;
   position: relative;
   transition: box-shadow .3s, -webkit-box-shadow .3s;
   box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
   background: var(--white);
   display: flex;
   flex-direction: column;
   /* overflow: hidden; */
}
.swiper-slide>a {
   display: flex;
   flex-wrap: wrap;
}
.swiper-image-container .swiper-pagination,
.infogtseeker-outer-wrapper .swiper-pagination {
   position: relative;
}
.swiper-image-container {
   position: relative;
}
#imagegallery .swiper-image-container {
   display: grid;
}
.swiper-image-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.infogtseeker-outer-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.infogtees-outer-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
   bottom: -16px;
}
.swiper-image-container .swiper-slide img {
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   object-fit: cover;
   max-width: 100%;
   width: 100%;
   /* position: absolute; */
}
.swiper-image-container .swiper-button-next:after,
.swiper-image-container .swiper-button-prev:after {
   color: var(--black);
}
.swiper-image-container .swiper-slide .swiper-slide--content {
   padding: 0.5rem;
}
																			
.photo-swiper .swiper-image-container .swiper-slide .swiper-slide--content {
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   height: 100%;
}			  
				 
				   
				
 
.swiper-slide h5 {
   font-size: 16px;
   font-weight: bold;
}
.swiper-slide .subheader {
   font-family: var(--subheader-font);
   color: var(--middlegrey);
   font-size: 12px;
   text-transform: uppercase;
   padding-top: 6px;
   font-weight: bold;
   word-wrap: break-word;
}
.swiper-button-next:after,
.swiper-button-prev:after {
   color: var(--blue);
}
.swiper-pagination-bullet-active {
   color: #fff !important;
   background: var(--blue) !important;
}
.swiper-image-container .swiper-pagination-bullet,
.infogtseeker-outer-wrapper .swiper-pagination-bullet,
.infogtees-outer-wrapper .swiper-pagination-bullet,
.fellows-outer-wrapper .swiper-pagination-bullet {
   width: 25px;
   height: 25px;
   text-align: center;
   line-height: 24px;
   font-size: 14px;
   color: #000;
   opacity: 1;
   background: rgba(0, 0, 0, 0.2);
}
.swiper-image-container .swiper--image-wrap {
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   display: block;
   overflow: hidden;
   position: relative;
   width: 100%;
   z-index: 2;
   height: 11rem;
   /* padding-bottom: 38.16%; */
}
.swiper.swiper-gallery .swiper-program-slide {
   width: 100% !important;
   height: 100% !important;
}
.swiper-image-container .swiper-program-slide {
 margin-right:10px;
}
.swiper-program-slide>a {
   display: flex;
   /* padding-bottom: 15px; */
}
/*breadcrumbs*/
.breadcrumb {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 0.5rem 1rem;
   /* margin-bottom: 1rem; */
   list-style: none;
}
.breadcrumb-item.active {
   font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
   display: inline-block;
   padding-right: 0.5rem;
   padding-left: 0.5rem;
   color: #6c757d;
   content: "/";
   font-weight: normal;
}
/*For programs menus*/
.mac-prgmenu-bg-with-cards {
   width: 100%;
   display: flex;
   align-items: flex-end;
   min-height: 671px;
}
.mac-prgmenu-bg-with-cards--criminalbg {
   background-image: url(/img/bg/big-bets_criminal_justice.jpg);
   background-repeat: no-repeat;
   background-size: cover;
}
.mac-prgmenu-card {
   display: block;
   padding: 40px 30px 40px 30px;
   background: var(--white);
   height: 100%;
   max-width: 570px;
   border-radius: 5px;
   margin-bottom: 150px;
   min-height: 309px;
}
.mac-prgmenu-card p {
   color: var(--black);
   font-size: 23px;
   line-height: 32px;
}
.mac-prgmenu-card h4 {
   font-size: 48px;
   font-weight: 500;
   padding-bottom: 1.5rem;
}
/*Global Cards can be used everywhere*/
.bg-with-cards {
   width: 100%;
   display: flex;
   align-items: flex-end;
   min-height: 500px;
}
.bg-with-cards__overlay {
   display: block;
   padding: 40px 30px 40px 30px;
   background: var(--white);
   height: 100%;
   max-width: 580px;
   border-radius: 5px;
   margin-bottom: 150px;
   min-height: 240px;
}
/*Feature Card*/
/**/
.featured-card {
   background: var(--white);
   display: flex;
   flex-wrap: wrap;
   box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
   border-radius: 3px;
   height: 100%;
   overflow: hidden;
}
.featured-card--picture {
   flex: 1;
   height: 100%;
}
.featured-card--picture img,
.featured-card--equal-col img {
   height: 100%;
}
.featured-card--equal-col {
   flex: 2;
   height: 100%;
}
.featured-card--content {
   flex: 2;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 1.5rem;
}
.featured-card--content h6 {
   font-size: 1.313rem;
}
.featured-card--content .date {
   text-transform: uppercase;
   color: var(--middlegrey);
   font-weight: 600;
   font-size: .75em;
   font-family: 'Atkinson Hyperlegible', sans-serif;
   display: block;
   padding-top: 3px;
}
/*Remove image form in the media*/
.in-the-media-grid__card-item {
   position: relative;
}
.s-publication {
   padding-bottom: 16px;
   display: block;
}			
.in-the-media-grid__card-item .mac-waterfall-grid__image-wrap {
   height: 34px;
   padding-bottom: 0;
}
.hide-media-img {
   height: 32px;
}