.impact-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.activetab {
    color: #1652a3;
}

/* Pillars of CSR images */
.vision-img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto; /* centers image */
  border-radius: 8px; /* optional for nicer look */
}

@media only screen and (max-width: 767px) {
  .vision-img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
    .about-project {
        margin-top: 40px;
        font-size: 15px;
    }

    .impact-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.impact-heading {
    font-size: 26px;
    font-weight: 500;
    color: #535a64;
    line-height: 36px;
    letter-spacing: 0;
}

.impact-mission-listing {
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #535a64;
    border-bottom: 1px solid #dee2e8;
    font-weight: 400;
}

.impact-mission-listing:last-child {
    border: none;
}

.impact-mission-listing .bold {
    /*font-family: 'GraphikMedium';*/
    font-family: "NotoSans", sans-serif;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    main {
        min-height: calc(100vh - 80px);
    }
}

.impact {
    /* font-family: "GraphikMedium"; */
     font-family: "NotoSans", sans-serif;
    font-weight: 700;
    color: #1652a3 !important;
}

/*
 * *
 * * h1 tag
 * *
 * */
h1 {
    /* font-family: "GraphikMedium"; */
     font-family: "NotoSans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #303843;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

/*
 * *
 * * Media Header
 * *
 * */
#media-header,
#media-header .media-header-container,
#media-header .grid__12col {
    height: 50px;
}

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

    #media-header,
    #media-header .media-header-container,
    #media-header .grid__12col {
        height: 54px;
    }
}

/*
 * *
 * * Media Header Container
 * *
 * */
#media-header .media-header-container {
    position: fixed;
    top: 80px;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
    #media-header .media-header-container {
        top: 70px;
        box-shadow: 0 3px 6px rgba(154, 154, 154, 0.16);
        border-top: 1px solid #dee2e8;
    }

    #media-header .media-header-container::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 30px;
        width: 10px;
        height: 18px;
        background-image: url("../../assets/vectors/icons/icon_rightarrow_blue.svg");
        transform: rotate(90deg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    #media-header.show-header-options .media-header-container::after {
        transform: rotate(270deg);
    }
}

#media-header .grid__12col {
    display: flex;
    align-items: center;
    /* padding-left: 10px;
 *     padding-right: 10px; */
}

/*
 * *
 * * Media Header Title
 * *
 * */
#media-header .media-header-title {
    /* font-family: "GraphikMedium"; */
     font-family: "NotoSans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #535a64;
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    #media-header .media-header-title {
        min-width: 47px;
    }
}

@media only screen and (max-width: 767px) {
    #media-header .media-header-title {
        margin-top: 4px;
        /* padding-left: 5px; */
        font-size: 14px;
        line-height: 1;
        color: #0c50a0;
        text-transform: uppercase;
    }
}

/*
 * *
 * * Media Header Items
 * *
 * */
#media-header .media-header-items {
    padding-left: 455px;
    height: 100%;
    flex: 1;
    display: flex;
}

@media only screen and (max-width: 767px) {
    #media-header .media-header-items {
        display: none;
    }

    #media-header.show-header-options .media-header-items {
        flex-direction: column;
        display: flex;
        position: absolute;
        left: 0;
        padding: 20px 0;
        top: 53px;
        background-color: white;
        width: 100%;
        height: auto;
        border-top: 1px solid #dee2e8;
        box-shadow: 0 4px 8px rgba(126, 126, 126, 0.16);
    }
}

#media-header .media-header-item {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #535a64;
    text-transform: uppercase;
    padding: 0 25px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    will-change: transform;
}

@media only screen and (min-width: 768px) {
    #media-header .media-header-item.press-releases {
        /* min-width: 163px; */
    }

    #media-header .media-header-item.news {
        min-width: 137px;
    }

    #media-header .media-header-item.awards {
        min-width: 116px;
    }

    #media-header .media-header-item.media-kit {
        min-width: 119px;
    }

    #media-header .media-header-item:hover {
        opacity: 0.7;
    }

    #page.press-releases #media-header .media-header-item.press-releases,
    #page.news #media-header .media-header-item.news,
    #page.awards #media-header .media-header-item.awards,
    #page.media-kit #media-header .media-header-item.media-kit {
        /* font-family: "GraphikMedium"; */
        font-family: "NotoSans", sans-serif;
font-weight: 700;
        color: #3d3e46;
    }
}

@media only screen and (max-width: 767px) {
    #media-header .media-header-item {
        /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.02em;
        margin-top: 0;
        padding: 15px 30px;
    }
}

/*
 * *
 * * Media Page Intro
 * *
 * */
#media-page-intro {
    padding: 80px 0 0;
}

@media only screen and (max-width: 767px) {
    #media-page-intro {
        padding: 50px 0 20px;
    }
}

#media-page-intro .grid__12col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    #media-page-intro .grid__12col {
        align-items: baseline;
    }
}

/*
 * *
 * * Media Year Dropdown
 * *
 * */
.component__media-year-dropdown {
    position: relative;
    width: 91px;
    height: 34px;
}

.component__media-year-dropdown .native-select-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}

.component__media-year-dropdown .dropdown-input {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    border: 1px solid #dee2e8;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    pointer-events: none;
}

/*  */
.component__media-year-dropdown .dropdown-input .selected-value {
    /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #303843;
}

@media only screen and (max-width: 767px) {
    .component__media-year-dropdown .dropdown-input .selected-value {
        margin-top: 4px;
    }
}

.component__media-year-dropdown .dropdown-input .arrow-icon {
    margin-left: 8px;
}

@media only screen and (max-width: 767px) {
    .component__media-year-dropdown .dropdown-input .arrow-icon {
        margin-top: 2px;
    }
}

.component__media-year-dropdown .dropdown-input.expanded .arrow-icon {
    transform: rotate(180deg);
}

/* Show More Button */
#show-more {
    display: none;
}

@media only screen and (max-width: 767px) {
    #show-more {
        display: block;
        padding-top: 20px;
        padding-bottom: 25px;
        background-color: white;
        position: relative;
    }

    #show-more::before {
        content: "";
        position: absolute;
        top: 0;
        left: 25px;
        width: calc(100vw - 50px);
        height: 1px;
        border-top: 1px solid rgba(157, 165, 175, 0.15);
    }
}

/*
 * *
 * * This sheet contains the
 * * project inside page styles
 * *
 * */
/* #page * {
 *   outline: 1px solid blue;
 *   } */

/*
 * *
 * * h2 tag
 * *
 * */
h2 {
    /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #a0a4aa;
}

@media (min-width: 786px) {
    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pl-md-5 {
        padding-left: 5px;
    }

    .ml-md-5 {
        margin-left: 5px;
    }
}

/*
 * *
 * * Project Header
 * *
 * */
#project-header,
#project-header .project-header-container,
#project-header .grid__12col {
    height: 50px;
}

#project-header .project-header-container {
    position: fixed;
    top: 80px;
    width: 100%;
    background-color: white;
    z-index: 9999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

#project-header .project-header-container>.grid__container__fixed {
    max-width: 1rem;
    width: auto;
}

#project-header .grid__12col {
    display: flex;
    align-items: center;
}

#project-header .project-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

#project-header .project-nav p {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #535a64;
    text-transform: uppercase;
}

#project-header .project-nav .project-next-nav {
    margin-left: 50px;
}

#project-header .project-nav .project-previous-nav:hover,
#project-header .project-nav .project-next-nav:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    #project-header {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #project-details {
        padding: 50px 0 55px;
    }
}

/*
 * *
 * * Project Name and Location
 * *
 * */
#project-details .project-location-and-date {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: #3d3e46;
}

/*
 * *
 * * About Project
 * *
 * */
.impact-container .about-project {
    font-size: 14px;
    line-height: 24px;
    color: #3d3e46;
}

@media only screen and (max-width: 767px) {
    #project-details .about-project {
        margin-top: 40px;
        font-size: 15px;
    }
}

/*
 * *
 * * Businesses and Companies Involved
 * *
 * */
.businesses-and-companies-involved h2:nth-of-type(2) {
    margin-top: 33px;
}

@media only screen and (max-width: 767px) {
    .businesses-and-companies-involved h2:nth-of-type(1) {
        margin-top: 50px;
    }

    .businesses-and-companies-involved h2:nth-of-type(2) {
        margin-top: 35px;
    }
}

.bg-gray {
    background-color: #e8eaef;
}

/*
 * *
 * * Legacy
 * *
 * */
/* #impact-tab-container */
#legacy {
    background-color: #e8eaef;
    padding: 100px 0 100px;
}

@media only screen and (max-width: 767px) {
    #legacy {
        padding: 60px 0;
    }
}

/* Heading */
#legacy .heading {
    /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #303843;
    float: left;
}

@media only screen and (max-width: 767px) {
    #legacy .heading {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Stats */
#legacy #achievement-stats {
    float: right;
    visibility: hidden;
}

/* Stat */
#legacy .stat {
    float: left;
}

@media only screen and (min-width: 768px) {
    #legacy .stat:nth-child(4) {
        clear: left;
    }

    #legacy .stat:nth-child(n + 4) {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    #legacy .stat:nth-child(3) {
        clear: left;
    }

    #legacy .stat {
        margin-top: 60px;
    }

    #legacy .stat:nth-child(2n + 1) {
        clear: left;
    }
}

/* Stat Heading */
#legacy .stat-heading {
    color: #1652a3;
}

@media only screen and (max-width: 767px) {
    #legacy h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

/* Stat Subheading */
#legacy .stat-subheading {
    margin-top: 10px;
    /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #3d3e46;
    max-width: 125px;
}

@media only screen and (min-width: 768px) {
    #legacy .stat-subheading {
        max-width: 165px;
    }
}

/*
 * *
 * * Project Details
 * *
 * */

/*
 * *
 * * Project Name and Location
 * *
 * */
#impact-vision .project-location-and-date {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: #3d3e46;
}

.border-bottom-1 {
    border-bottom: 1px solid #dee2e8;
}

/*
 * *
 * * About Project
 * *
 * */
#impact-vision .about-project {
    font-size: 14px;
    line-height: 24px;
    color: #3d3e46;
}

@media only screen and (max-width: 767px) {
    #impact-vision .about-project {
        margin-top: 40px;
        font-size: 15px;
    }
}

/*
 * *
 * * Project Image Slider
 * *
 * */
#slider__project-images {
    position: relative;
    height: 490px;
    background-color: #f4f6f7;
}

@media only screen and (max-width: 767px) {
    #slider__project-images {
        height: 320px;
    }
}

/* Project Image Slider Arrows */
.slider-left-arrow,
.slider-right-arrow {
    position: absolute;
    top: 230px;
    cursor: pointer;
    z-index: 1;
}

.slider-left-arrow {
    left: 64px;
}

.slider-right-arrow {
    right: 64px;
    /* transform: rotate(180deg); */
}

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

    .slider-left-arrow,
    .slider-right-arrow {
        display: none;
    }
}

@media (max-width: 786px) {
    #impact-mission .impact-heading {
        margin-top: 40px;
    }

    #impact-mission .no-gutter {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#impact-tab-container .csr-tab {
    padding-bottom: 40px;
    border-bottom: 1px solid #cecece;
}

#impact-tab-container .csr-tab-navigation {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
    color: #535a64;
}

#impact-tab-container .csr-tab-navigation.active {
    color: #0c50a0;
}

#impact-tab-container .csr-content {
    padding-top: 40px;
    display: none;
    transition: 0.3s ease-in-out;
}

#impact-tab-container .csr-content.show {
    display: block;
    animation-name: showContent;
    animation-timing-function: linear;
    animation-duration: 0.3s;
}

@keyframes showContent {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

#impact-tab-container .impact-heading {
    margin-bottom: 40px;
}

#impact-tab-container p {
    font-size: 16px;
    line-height: 26px;
    color: #535a64;
    letter-spacing: 0;
}

#impact-tab-container .csr-nav-tabs .grid__3col:first-child {
    padding-left: 0;
}

@media (max-width: 786px) {
    #impact-tab-container .csr-nav-tabs {
        overflow-x: scroll;
        display: flex;
        scroll-behavior: smooth;
        margin-top: 40px;
    }

    #impact-tab-container .csr-nav-tabs::-webkit-scrollbar {
        display: none;
    }

    #impact-tab-container .csr-nav-tabs .grid__3col {
        width: fit-content;
        display: block;
        flex-shrink: 0;
        padding: 0;
        padding-right: 40px;
    }

    #impact-tab-container .csr-nav-tabs .csr-tab-navigation {
        display: flex;
    }
}

.impact_article_section {
    width: 1rem;
    margin: auto;
    margin-top: 60px;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.impact_article_section.start-from-1 {
    grid-column-start: 1;
}

.impact_article_card {
    justify-content: space-between;
    position: relative;
    max-width: 370px;
    max-height: 370px;
    padding-top: calc(37000% / 370);
    overflow: hidden;
}

@media (max-width: 786px) {
    .impact_article_card {
        justify-content: space-between;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }
}

.impact_article_card.start_2 {
    grid-column-start: 2;
}

.impact_article_card .article_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_title {
    position: absolute;
    bottom: 24px;
    left: 28px;
    right: 28px;
    font-size: 20px;
    line-height: 26px;
    /*font-family: 'GraphikMedium';*/
font-family: "NotoSans", sans-serif;
font-weight: 700;
    color: #f4f6f7;
}

@media (max-width: 786px) {
    .impact_article_section {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }

    .impact_article_card.start_2 {
        grid-column-start: unset;
    }

    .impact_article_card {
        margin-bottom: 30px;
    }
}

@media (min-width: 786px) {
    .pl-md-0 {
        padding-left: 0px;
    }

    .pr-md-0 {
        padding-right: 0px;
    }
}

@media (min-width: 786px) {
    .emp-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .csr-tab .grid__row {
        display: flex;
        align-items: flex-end;
    }
}