@font-face {
    font-family: 'freisghtsansproblack';
    src: url('./fonts/freisghtsansproblack.eot'); /* IE9 Compat Modes */
    src: url('./fonts/freisghtsansproblack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/freisghtsansproblack.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/freisghtsansproblack.woff') format('woff'), /* Pretty Modern Browsers */ url('./fonts/freisghtsansproblack.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/freisghtsansproblack.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'urwdin';
    src: url('./fonts/urwdin.eot'); /* IE9 Compat Modes */
    src: url('./fonts/urwdin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/urwdin.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/urwdin.woff') format('woff'), /* Pretty Modern Browsers */ url('./fonts/urwdin.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/urwdin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'freightsansprobookregular';
    src: url('./fonts/freightsansprobookregular.eot'); /* IE9 Compat Modes */
    src: url('./fonts/freightsansprobookregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/freightsansprobookregular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/freightsansprobookregular.woff') format('woff'), /* Pretty Modern Browsers */ url('./fonts/freightsansprobookregular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/freightsansprobookregular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'freightsansproboldregular';
    src: url('./fonts/freightsansproboldregular.eot'); /* IE9 Compat Modes */
    src: url('./fonts/freightsansproboldregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/freightsansproboldregular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/freightsansproboldregular.woff') format('woff'), /* Pretty Modern Browsers */ url('./fonts/freightsansproboldregular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/freightsansproboldregular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'URWDIN-Bold';
    src: url('./fonts/URWDIN-Black.woff2') format('woff2'),
    url('./fonts/URWDIN-Black.woff') format('woff'),
    url('./fonts/URWDIN-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'URWDIN-Light';
    src: url('./fonts/URWDIN-Thin.woff2') format('woff2'),
    url('./fonts/URWDIN-Thin.woff') format('woff'),
    url('./fonts/URWDIN-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body.modal-open {
    overflow: hidden;
}

.teams-wrap {
    position: relative;
}

.page-template-page-landing .l-constrain {
    position: static;
}

.l-constrain {
    position: relative;
}

.page-metabar {
    margin: 0px;
}

.page-metabar .l-constrain {
    padding-left: 0;
    padding-right: 0;
}

.page-template-page-tools .social-menu,
.page-template-archive-news .social-menu,
.page-template-page-teams .social-menu,
.page-template-page-leadership .social-menu {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    font-size: 40px;
    top: 0;
    right: 15px;
    justify-content: flex-end;
    max-width: 100%;
}

.page-template-page-tools .social-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 15px;
}

.page-template-page-tools .social-media-2-1 {
    display: flex;
}

.page-template-page-tools .social-media-2-1 .social-menu__a {
    font-size: 30px;
}


/*tamplate leadership*/
.content-teams {
    display: block;
}

.content-box-teams {
    padding: 20px 0px;
    /*display: inline-block;*/
    display: inline-table;
    width: 100%;
}

.content-box-teams .content-image {
    position: relative;
    line-height: 0;
    height: 100%;
}

.content-box-teams .content-image img {
    max-height: 100%;
}

.description-box {
    border: 1px solid #ececec;
    border-top: transparent;
    padding: 20px;
}

.description-box p {
    margin-bottom: 5px
}

.description-box .title {
    font-size: 24px;
    display: contents;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #012846;
    font-family: "urw-din-condensed", sans-serif;
}

.description-box .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-family: "urw-din-condensed", sans-serif;
    color: #0893b7;
    padding-bottom: 15px;
}

.image-one img {
    height: 275px;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.image-second img {
    height: 275px;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.content-box-teams:hover .image-second {
    display: block;
    transition-duration: 0.2s;
    transition: all ease-in-out 0.5s;
    opacity: 1;
    background-color: #fff;
}

.image-second {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.image-second::before {
    content: '';
    /*background-color: rgba(0, 60, 102, 0.66);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.image-second .text-image-second {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-transform: initial;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    line-height: initial;
}

.background-image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 255px;
}

.modal-leader .background-image-cover {
    width: 250px;
    /*min-height: 329px;*/
    max-width: 100%;
    margin: auto;
    background-size: contain;
}

.modal-top {
    position: relative;
}

.modal-top .modal-close {
    position: absolute;
    color: white;
    border: 0;
    padding: 0px;
    float: right;
    background: #de6026;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    top: -17px;
    right: -17px;
    z-index: 1;
}

.modal-wrapper.modal-team {
    background-color: white;
    margin-bottom: 100px;
}

.modal-team .modal-content {
    padding: 20px;
    /*height: 425px;*/
    min-height: 425px;
    height: auto;
}

.modal-team .modal-content .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #012846;
    font-family: "urw-din-condensed", sans-serif;
    padding-top: 20px;
}

.modal-team .modal-content .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-family: "urw-din-condensed", sans-serif;
    color: #0893b7;
    padding-bottom: 20px;
}

.modal-team .modal-content .description {
    color: #4a4a4a;
}

.modal-team .modal-content .description a {
    color: #0893b7;
}

.modal-team .modal-content .description a:hover {
    color: #de6026;
}

.modal-form .modal-content {
    padding-top: 40px;
}

.modal-form .modal-content .font-title {
    color: #4a4a4a;
    text-align: center;
}

.modal-form .modal-content .sub-title-form {
    color: black;
    text-align: center;
    font-size: 18px;
}

/*tamplate leadership*/

.title-leader-top {
    text-align: center;
    color: #012846;
    position: relative;
    margin-bottom: 20px;
}

.title-leader-top h2 {
    width: 250px;
    background: white;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}

.title-leader-top::before {
    content: '';
    position: absolute;
    width: 40%;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #de6026;
    margin: 0 auto;
}

.box-leader .leader-flex-content {
    display: flex;
    flex-direction: column;
}

.box-leader .leader-flex-content .content-image {
    width: 100%;
}

.box-leader .leader-flex-content .content-image img {
    height: 220px;
    object-fit: cover;
}

.box-leader .leader-flex-content .description-box {
    width: 100%;
    border: 1px solid #ececec;
}

.box-leader .leader-flex-content .description-box .title-name {
    justify-content: center;
    display: flex;
}

.section-spacer {
    padding: 50px 15px 65px;
}

.content-box-teams.box-leader {
    width: 100%;
    text-align: center;
}

.content-box-teams.box-leader .singele-content-center {
    width: 75%;
    margin: 0 auto;
}

.content-box-teams.box-leader.w-100 {
    width: 100%;
}


.section-spacer .background-color-grey {
    padding: 20px;
    position: relative;
}

.section-spacer .background-color-grey .content-text {
    justify-content: center;
    align-items: center;
}

.section-spacer .background-color-grey .content-text .font-title {
    font-size: 25px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-spacer .background-color-grey .content-text .btn-transparent {
    background-color: transparent;
    color: #012846 !important;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

.section-spacer .background-color-grey .icon-down {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}

.section-spacer .background-color-grey .icon-down .btn-circle {
    background-color: #012846 !important;
    width: 30px;
    height: 30px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/*TEMPLATE TO0LS*/
.template-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tools-wrapper {
    width: 100%;
}

.tools-side-wrapper {
    width: 100%;

}

.tools-wrapper.content-text {
    width: 100%;
}

.side-title {
    text-transform: none;
    font-size: 20px;
    margin: 25px 0 0 0;
    display: block;
    font-weight: 700;
    color: black;
}

a.side-link {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.second-wrapper {
    margin-bottom: 20px;
}

.page-template-page-tools .page-metabar__col {
    font-weight: 600;
}

/*HOME SINGUP FORM BLUE*/

.section-singup-form .background-color-blue2.text-align-center {
    padding: 25px 0;
}

/* DEV FORM*/
/*#wpcf7-f2926-o1 .wpcf7-form .wpcf7-submit {*/
/* LIVE FORM*/
#wpcf7-f3881-o1 .wpcf7-form .wpcf7-submit {
    margin-top: 20px;
    min-width: 160px;
}

/* DEV FORM*/
/*#wpcf7-f2926-o1  {*/
/* LIVE FORM*/
#wpcf7-f3881-o1 {
    text-align: center;
    padding-top: 20px;
}

/* DEV FORM*/
/*#wpcf7-f2926-o1 .wpcf7-form input{*/
/* LIVE FORM*/
#wpcf7-f3881-o1 .wpcf7-form input {
    min-width: 45%;
    padding-left: 5px;
    font-size: 16px;
    height: 44px;
    margin: 5px 10px;
    border: 1px solid #d8d8d8;
    width: 100%;
}

.wrap-form span.wpcf7-not-valid-tip {
    min-width: 45%;
    padding-left: 5px;
    font-size: 18px;
    margin: 5px 10px;
    text-align: center;
}

.modal-team.modal-form-singup .modal-content {
    min-height: 0;
}

@media (min-width: 576px) {
    /*TEMPLATE Teams*/
    .content-box-teams {
        padding: 20px 15px;
        width: 49%;
    }

    .image-one img {
        height: 225px;
    }

    .image-second img {
        height: 225px;
    }

    .background-image-cover {
        width: 100%;
        min-height: 300px;
    }

    .modal-team .modal-content {
        padding: 40px;
        min-height: 550px;
        height: auto;
    }

    .modal-leader .background-image-cover {
        width: 250px;
        min-height: 329px;
    }

    .box-leader .leader-flex-content {
        flex-direction: row;
    }

    .box-leader .leader-flex-content .content-image {
        width: 30%;
    }

    .box-leader .leader-flex-content .description-box {
        width: 70%;
        border-left: transparent;
    }

    .box-leader .leader-flex-content .description-box .title-name {
        justify-content: left;
    }

    .content-box-teams.box-leader {
        text-align: left;
    }

    .box-leader .leader-flex-content .content-image img {
        width: 100%;
        height: 100%;
    }

    .section-spacer .background-color-grey .content-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-spacer .background-color-grey .content-text .font-title {
        padding-right: 75px;
    }

    /*HOME SINGUP FORM BLUE*/
    .section-singup-form .background-color-blue2.text-align-center {
        padding: 50px 50px;
    }

    /* DEV FORM*/
    /*#wpcf7-f2926-o1 .wpcf7-form input{*/
    /* LIVE FORM*/
    #wpcf7-f3881-o1 .wpcf7-form input {
        width: auto;
    }
}

@media (min-width: 700px) {
    .page-metabar .l-constrain {
        padding-left: auto;
        padding-right: auto;
    }

    .wrap-form {
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }

    .wrap-form span.wpcf7-not-valid-tip {
        text-align: left;
    }

    .page-template-page-tools .header-hero {
        min-height: auto;
        background-image: none !important;
        position: relative;
        width: 100%;
    }

    .page-template-page-tools .header-hero__mobile-img {
        display: block;
        /*height: 50vh;*/
        height: 600px;
    }

    .page-template-page-tools.cori .header-hero__mobile-img {
        background-position: 100% 20%;
    }

    .page-template-page-tools.labor-market .header-hero__mobile-img {
        background-position: 100% 30%;
    }

    .page-template-page-tools .header-hero__body {
        width: 60%;
        padding: 1rem 0 0.5em 0;
    }
}

@media (min-width: 768px) {
    /*TEMPLATE Teams*/
    .image-one img {
        height: 275px;
    }

    .image-second img {
        height: 275px;
    }

    /*TEMPLATE leader*/
    .modal-leader .modal-content {
        display: flex;
    }

    .modal-leader .modal-content .modal-content-right {
        padding-left: 40px;
    }

    /*TEMPLATE TO0LS*/
    .template-wrapper {
        flex-direction: row;
    }

    .tools-wrapper {
        width: 65%;
        padding: 30px 0 10px 0;
    }

    .tools-side-wrapper {
        width: 28%;
        padding: 30px 15px;
        margin-left: auto;
    }

    .tools-wrapper.content-text {
        padding: 0 0 15px 0;
    }
}

@media (min-width: 992px) {
    .content-box-teams {
        width: 33%;
    }

    .image-one img {
        height: 235px;
    }

    .image-second img {
        height: 235px;
    }

    .modal-wrapper.modal-team {
        width: 40em;
        margin-left: -20em;
    }

    .background-image-cover {
        width: 65%;
        min-height: 300px;
        margin: 0 auto;
    }

    .modal-team .modal-content {
        min-height: 550px;
        height: auto;
    }

    /*tamplate leadership*/
    .content-box-teams.box-leader {
        width: 49%;
    }

    .content-box-teams.box-leader .singele-content-center {
        width: 49%;
    }

    /*TEMPLATE TO0LS*/
    .tools-wrapper {
        width: 70%;
    }

    .tools-side-wrapper {
        width: 25%;
    }
}

@media (min-width: 1400px) {
    .page-template-archive-news .social-menu,
    .page-template-page-teams .social-menu,
    .page-template-page-leadership .social-menu {
        position: absolute;
        top: 20px;
        right: -70px;
        flex-direction: column;
    }
}

.page-template-page-tools .header-hero {
    min-height: 33%;
}

/* ARCHIVE NEWS */

.news-container {
    position: relative;
}

/*.news-container {*/
/*display: flex;*/
/*flex-wrap: wrap;*/
/*}*/
.category-wrapper {
    padding: 20px 0;
}

.news-wrapper .card-story {
    position: relative;
}

.news-container .news-wrapper {
    padding-top: 35px;
}

.news-wrapper .card-story .card-story__image {
    height: 225px;
}

.news-wrapper .card-story .card-story__title {
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

.news-wrapper .card-story .card-story__content strong {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.news-wrapper .card-story .card-story__meta {
    background-image: url("/wp-content/themes/gesso/images/bg/ribbon.png");
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    height: 77px;
    padding-top: 10px;
    text-align: center;
}

.news-wrapper .card-story .card-story__meta .card-story__meta-date {
    float: none;
    color: #ffffff;
    font-size: 14px;
}

.news-wrapper .card-story .card-story__meta span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.news-wrapper .card-story .btn {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    padding: 8px 25px;
    border: 1px solid #DE6026;
    color: #DE6026;
    font-style: italic;
    font-size: 16px;
    width: 135px;
    text-align: center;
}

.news-wrapper .card-story .btn:hover {
    background: #DE6026;
    color: #ffffff;
}

.news-wrapper .facet__pagination .facetwp-pager .facetwp-pager-label {
    display: none;
}

.news-wrapper .facet__pagination .facetwp-pager .facetwp-page {
    color: black;
    font-family: none;
    font-size: 15px;
    margin-right: 1px;
    font-weight: 600;
}

.news-wrapper .facet__pagination .facetwp-pager .facetwp-page.active {
    color: white;
    background: #DE6026;
    border-radius: 20px;
    min-width: 23px;
}

.facet__label__name {
    text-transform: none;
    font-size: 20px;
    margin: 25px 0 15px 0;
    display: block;
    font-weight: 700;
    color: black;
}

.right-wrapper .facetwp-facet-news_categories_search .facetwp-btn {
    top: 4px;
    right: 10px;
}

.right-wrapper .facetwp-facet-news_categories_search .facetwp-search {
    width: 100%;
    padding: 5px;
    border: 1px solid #d3d3d3;
}

.right-wrapper .facetwp-link {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: black;
    display: block;
    text-transform: none;
    font-weight: 500;
}

.right-wrapper .facetwp-link span.facetwp-counter {
    float: right;
}

.card-highlights {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.card-highlights-title {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: black;
    display: block;
    text-transform: none;
    font-weight: 500;
}

.card-highlights-date {
    font-size: 14px;
}

.news-featured {
    background: #f7f6f6;
    margin-top: 30px;
}

.news-featured .content-left {
    padding: 15px;
}

.news-featured .content-left h3 {
    color: #002846;
}

.news-featured .card-story__title {
    font-size: 20px;
    line-height: 28px;
    color: #012846;
    font-weight: 700;
    margin: 10px 0px 5px;
}

.news-featured .card-story__content .btn {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    padding: 8px 25px;
    border: 1px solid #DE6026;
    color: #DE6026;
    font-style: italic;
    font-size: 16px;
    width: 135px;
    text-align: center;
}

.news-featured .content-right {
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 599px) {
    .news-wrapper .card-story .card-story__image {
        background-size: cover;
    }
}

@media (min-width: 768px) {
    /*.news-container {
        flex-direction: row;
    }*/
    .news-container .news-wrapper-bottom {
        display: flex;
    }

    .news-container .news-wrapper {
        width: 70%;
        padding: 35px 0;
    }

    .news-container .category-wrapper {
        width: 30%;
        padding: 35px 15px;
    }

    .news-featured {
        display: flex;
    }

    .news-featured .content-right {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .news-container .news-wrapper {
        padding: 50px 0;
    }

    .news-container .category-wrapper {
        padding: 50px 15px;
    }

    .news-wrapper .card-story .card-story__meta {
        left: -35px;
        top: -20px;
    }

    .news-wrapper .l-grid__cell {
        padding: 15px;
    }

    .news-featured {
        display: flex;
    }

    .news-featured .content-left {
        padding: 30px 25px;
        width: 45%;
    }
}

@media (min-width: 1200px) {
    .news-wrapper .card-story .card-story__image {
        height: 250px;
    }
}

@media (min-width: 1400px) {
    .news-featured {
        margin-top: 50px;
    }
}

/*FOOTER*/
.home .footer__logo {
    height: 100px;
}

.home .footer__newsletter {
    display: none;
}

/*HEADER*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 155px;
}

.social-menu__a a {
    color: #0893b7;
    line-height: 0;
    cursor: pointer;
}

.social-menu__a a:hover {
    color: #0893b7;
}

body .header__logo {
    /*background-image: url("images/bg/STEMlogo--celebration.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

body .footer__logo {
    /*background-image: url("images/bg/STEMlogo--celebration.png");*/
    background-size: contain;
    background-repeat: no-repeat;
}


/*page-template-page-anual-report-2020*/

.page-template-page-anual-report-2020 .section-header.content-center .content-header {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important;
}

.page-template-page-anual-report-2020 .section-header.content-center .content-header .content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    background-color: transparent;
    margin: 0;
    height: 100%;
    padding: 15px;
}

.page-template-page-anual-report-2020 .section-banner-content-left .background-image {
    position: relative;
}

.page-template-page-anual-report-2020 .section-banner-content-left .background-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
}

.page-template-page-anual-report-2020 .section-banner-content-left .header-image.min-390px {
    min-height: 330px !important;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section-banner-content-left .header-image.min-390px {
        min-height: 390px !important;
    }
}

.page-template-page-anual-report-2020 .section-banner-content-left .background-image {
    background-size: cover;
    background-position: center
}

@media (min-width: 1200px) {
    .page-template-page-anual-report-2020 .section-banner-content-left .background-image {
        /*background-size: 100% auto;*/
        background-size: cover;
        background-position: center;
    }
}

.page-template-page-anual-report-2020 .section-banner-content-left .content-header .content {
    padding: 35px;
}

.page-template-page-anual-report-2020 .section-banner-content-left .content-header .content h3 {
    font-family: URWDIN;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 250px;
    text-align: left;
}

@media (min-width: 500px) {
    .page-template-page-anual-report-2020 .section-banner-content-left .content-header .content h3 {
        font-size: 32px;
        max-width: 100%;
    }
}

.page-template-page-anual-report-2020 .urdin-32px {
    font-size: 32px;
    margin: 0 0 40px;
    font-family: "urw-din-condensed", sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
}

.page-template-page-anual-report-2020 .urdin-46px-oren {
    font-family: "urw-din-condensed", sans-serif;
    font-size: 46px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #de6026;
}

.page-template-page-anual-report-2020 .urdin-34px {
    font-family: "urw-din-condensed", sans-serif;
    font-size: 32px;
}

.page-template-page-anual-report-2020 .freight-18px {
    font-family: freight-sans-pro, sans-serif;
    font-size: 18px;
}

.page-template-page-anual-report-2020 .urdin-24px {
    max-width: 694px;
    font-size: 24px;
    font-style: italic;
    font-family: "URWDIN", sans-serif;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
}

.page-template-page-anual-report-2020 .border-125px {
    max-width: 125px;
    border-bottom: solid 1px #012846;
}

.page-template-page-anual-report-2020 .line-sparator {
    width: 121px;
    margin-bottom: 23px;
    margin-top: 27px;
}

.page-template-page-anual-report-2020 .text-color-orens {
    color: #de6026 !important;
}

.page-template-page-anual-report-2020 .text-black {
    color: #000 !important;
}

.page-template-page-anual-report-2020 .border-modal-top {
    /*border: 20px solid #de6026;*/
    max-width: 100%;
    width: 75%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    background: #de6026;
    margin-right: 20px;
}

@media (min-width: 575px) {
    .page-template-page-anual-report-2020 .border-modal-top {
        width: 50%;
    }
}

@media (min-width: 991px) {
    .page-template-page-anual-report-2020 .border-modal-top {
        width: 100%;
        max-width: 460px;
    }
}

.page-template-page-anual-report-2020 .border-56px {
    max-width: 56px;
    margin: 16px 0;
    border: solid 1px #012846;
}

.page-template-page-anual-report-2020 #letter .name {
    font-family: URWDIN;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    color: #de6026;
    text-transform: uppercase;
}

.page-template-page-anual-report-2020 #letter .position {
    font-family: freightsansprobookregular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #de6026;
}

.page-template-page-anual-report-2020 .modal .modal-content {
    border: none;
    height: 645px;
}

@media (min-width: 991px) {
    .page-template-page-anual-report-2020 .modal .modal-content {
        height: 750px;
    }

    .page-template-page-anual-report-2020 .modal .modal-dialog {
        margin-top: 5%;
    }
}

.page-template-page-anual-report-2020 .modal .modal-content .content-faq {
    background-color: white !important;
}

.page-template-page-anual-report-2020 .modal .modal-content .content-faq .collapse .card-body {
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
}

.page-template-page-anual-report-2020 .modal .modal-content .content-faq .accordion .card {
    border-color: #e6e6e6 !important;
}

.page-template-page-anual-report-2020 .modal .modal-content .content-faq .accordion .card .card-header .btn {
    color: black !important;
}

.page-template-page-anual-report-2020 #networkModal .modal-content .modal-body .title-list {
    color: black !important;
    font-size: 20px !important;
    margin-bottom: 0px;
    font-family: 'URWDIN-Bold';
    margin-bottom: 3px;
    text-transform: uppercase;
}

.page-template-page-anual-report-2020 #networkModal .modal-content .modal-body .title-sub {
    font-size: 14px !important;
    color: #de6026 !important;
    margin-bottom: 10px;
    font-family: 'urwdin';
    text-transform: uppercase;
}

.page-template-page-anual-report-2020 #networkModal .modal-content .modal-body .desc-list {
    font-size: 18px !important;
    color: black;
}

.page-template-page-anual-report-2020 #networkModal .modal-content .modal-body hr {
    border: dashed 1px #e6e6e6 !important;
}

.page-template-page-anual-report-2020 .modal .modal-content .modal-header {
    min-height: 110px !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    line-height: 34px !important;
    font-family: URWDIN;
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #de6026;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.page-template-page-anual-report-2020 .btn-anual-2020-white {
    padding: 15px !important;
    width: auto !important;
    max-width: 290px;
    text-align: center !important;
    border: 1px solid #de6026 !important;
    background-color: white !important;
    color: #de6026 !important;
    text-decoration: none !important;
    display: block !important;
    /*font-family: 'freight-sans-pro', sans-serif!important;*/
    font-weight: bold;
    font-family: freightsansproboldregular;
    font-size: 14px!important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #de6026;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .btn-anual-2020-white {
        width: 298px !important;
        font-size: 20px!important;
    }
}

.page-template-page-anual-report-2020 .color-blue-name {
    color: #012846;
}

.page-template-page-anual-report-2020 .btn-anual-2020-white:hover {
    background-color: #de6026 !important;
    border: 1px solid #de6026 !important;
    color: white !important;
    text-decoration: none !important;
}


.page-template-page-anual-report-2020 .btn-anual-2020-white.background-transparent {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
    font-size: 14px !important;
    width: 210px !important;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .btn-anual-2020-white.background-transparent {
        background-color: transparent !important;
        border: 1px solid white !important;
        color: white !important;
        font-size: 20px !important;
        width: 290px !important;
    }
}

.page-template-page-anual-report-2020 .btn-anual-2020-white.background-transparent:hover {
    background-color: #de6026 !important;
    border: 1px solid #de6026 !important;
}

.page-template-page-anual-report-2020 .section-header.content-center .content-header .content .font-title {
    border: 1px solid white;
    width: 100%;
    text-align: center;
    max-width: 810px;
    height: 100%;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: freisghtsansproblack;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section-header.content-center .content-header .content .font-title {
        font-size: 60px;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .page-template-page-anual-report-2020  .section-banner-content-left.section-header .header-image .content-header-image .content-header {
        bottom: 50%;
        transform: translateY(50%);
    }
}

.page-template-page-anual-report-2020 .section-right-blue .content-right-blue:before {
    content: "";
    background: #00afda;
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .page-template-page-anual-report-2020 .content-right-blue p {
        text-transform: uppercase;
        width: 370px;
    }
    .page-template-page-anual-report-2020 .content-right-blue .urdin-34px {
        font-weight: bold;
        font-size: 34px;
        font-family: "URWDIN-Bold", sans-serif;
    }
}

.page-template-page-anual-report-2020 .overlay-black:before {
    content: "";
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-page-anual-report-2020 .annual-wrapper .map-network-3 .wrapper-tooltip {
    background-color: #00afda;
    color: white;
    padding: 40px 15px 15px 40px;
}

.page-template-page-anual-report-2020 .annual-wrapper .map-network-3 .tooltip-title {
    color: white;
}

.page-template-page-anual-report-2020 .annual-wrapper .map-network-3 .close-tooltip-5 {
    text-decoration: none;
    color: white;
    display: inline-block !important;
    border: 1px solid white;
    padding: 0 6px;
    float: right;
    position: relative;
    top: -25px;
}

.page-template-page-anual-report-2020 .background-tail {
    height: 245px;
    width: 100%;
    background-color: #00aedc;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: 0.5s all;
}
.page-template-page-anual-report-2020 .background-tail:hover {
    font-size: 23px;
    font-weight: bold;
}

.page-template-page-anual-report-2020 .background-tail:before {
    content: '';
    border: 1px solid white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90%;
    width: 90%;
    padding: 28px;
    margin: auto;
}

.page-template-page-anual-report-2020 .background-tail:nth-child(odd) {
    background-color: #012846;
}

.page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem .content-title {
    width: 100%;
    margin-top: -65px !important;
}

@media (min-width: 400px) {
.page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem .content-title {
    width: 350px;
}
}

.page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem h2.font-title {
    font-size: 36px;
    font-family: URWDIN;
}

.page-template-page-anual-report-2020 a.link-tail:hover {
    text-decoration: none;
}

.page-template-page-anual-report-2020 .modal-body.content-faq:before,
.page-template-page-anual-report-2020 .modal-body.content-faq:after {
    display: none;
}

.page-template-page-anual-report-2020 .title-timeline {
    font-family: "urw-din-condensed", sans-serif;
    font-size: 72px;
    letter-spacing: -2.4px;
    color: #012846;
    font-family: URWDIN;
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.4px;
    text-align: center;
    color: #012846;
}

.page-template-page-anual-report-2020 .title-timeline span {
    font-family: URWDIN;
    font-size: 38px !important;
    letter-spacing: -1.27px;
    color: #012846;
}

.page-template-page-anual-report-2020 #count-10 .title-timeline,
.page-template-page-anual-report-2020 #count-11 .title-timeline {
    font-family: initial;
    font-size: initial;
}

.page-template-page-anual-report-2020 .desc-teimeline {
    /*font-size: 21px;*/
    /*line-height: normal;*/
    /*color: #000000;*/
    /*font-weight: 500;*/
    /*font-family: 'freight-sans-pro', sans-serif;*/
    font-family: 'freightsansprobookregular';
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.page-template-page-anual-report-2020 .button-news-bottom {
    height: 70px;
    padding: 25px;
    background-color: #f6f6f6;
    text-transform: uppercase;
    font-family: "URWDIN-Bold", sans-serif;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #000;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 786px) {
    .page-template-page-anual-report-2020 .button-news-bottom {
        height: 125px;
        padding: 30px 20px 30px 56px;
        font-size: 24px;
    }
}

.page-template-page-anual-report-2020 .button-news-bottom:hover {
    background-color: #00aedc;
    color: #ffffff;
    text-decoration: none;
}

.page-template-page-anual-report-2020 .button-orens-big {
    padding: 20px 35px 20px 35px;
    background-color: #de6026;
    max-width: 350px;
    font-size: 30px;
    line-height: normal;
    color: #ffffff;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-family: URWDIN;
}

@media (min-width: 500px) {
    .page-template-page-anual-report-2020 .button-orens-big {
        font-size: 30px;
    }
}

@media (min-width: 786px) {
    .page-template-page-anual-report-2020 .button-orens-big {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .page-template-page-anual-report-2020 .button-orens-big {
        padding: 10px 45px 10px 46px;
    }
}

.page-template-page-anual-report-2020 .pading-y-110px {
    padding: 110px 0;
}

.page-template-page-anual-report-2020 .button-orens-big:hover {
    background-color: #E68A24;
    color: white;
    text-decoration: none;
}

.page-template-page-anual-report-2020 .item-story-wrapper .title a {
    font-family: "URWDIN-Bold",sans-serif !important;
}

.page-template-page-anual-report-2020 .realcounter-1 {
    display: none;
}

.page-template-page-anual-report-2020 .section_timeline {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section_timeline {
        padding-top: 85px;
    }
}

.page-template-page-anual-report-2020 .row-count-9 {
    align-items: baseline;
}

.page-template-page-anual-report-2020 .row-count-9 .count-11 {
    position: relative;
    top: -46px
}

.page-template-page-anual-report-2020 #count-1 {
    opacity: 0;
    transition: 0.5s all;
}

.page-template-page-anual-report-2020 #count-1.active {
    opacity: 1;
}

.page-template-page-anual-report-2020 #count-3,
.page-template-page-anual-report-2020 #count-4,
.page-template-page-anual-report-2020 #count-5,
.page-template-page-anual-report-2020 #count-6,
.page-template-page-anual-report-2020 #count-7,
.page-template-page-anual-report-2020 #count-8,
.page-template-page-anual-report-2020 #count-9,
.page-template-page-anual-report-2020 #count-10,
.page-template-page-anual-report-2020 #count-11 {
    opacity: 0;
    animation: show-close 0.5s linear;
}

.page-template-page-anual-report-2020 #count-3.active,
.page-template-page-anual-report-2020 #count-4.active,
.page-template-page-anual-report-2020 #count-5.active,
.page-template-page-anual-report-2020 #count-6.active,
.page-template-page-anual-report-2020 #count-7.active,
.page-template-page-anual-report-2020 #count-8.active,
.page-template-page-anual-report-2020 #count-9.active,
.page-template-page-anual-report-2020 #count-10.active,
.page-template-page-anual-report-2020 #count-11.active {
    opacity: 1;
    animation: show-start 0.5s linear;
}


@keyframes show-start {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

@keyframes show-close {
    from {
        opacity: 1;
    }
    to {
        opacity: 0
    }
}

.page-template-page-anual-report-2020 .item-timeline .dots {
    height: 30px;
    width: 30px;
    background: #00aedc;
    border-radius: 100%;
    margin: auto;
    position: relative;
    z-index: 1
}

.page-template-page-anual-report-2020 .count-1.item-timeline .line {
    position: absolute;
    width: 400%;
    border-top: 2px dashed #de6026;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-page-anual-report-2020 .count-1.item-timeline .line-duplicate {
    background: white;
    height: 10px;
    position: absolute;
    width: 350%;
    right: -300%;
    left: initial;
}

.page-template-page-anual-report-2020 .count-1.active.item-timeline .line-duplicate {
    animation: lefttoright-start 1.5s linear 0.2s forwards;
}

@keyframes lefttoright-start {
    from {
        width: 350%
    }
    to {
        width: 0%;
    }
}

.page-template-page-anual-report-2020 .item-timeline .line.d-block {
    width: 700%;
    border-top: 2px dashed #de6026;
    position: absolute;
    left: -200%;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-page-anual-report-2020 .item-timeline .line-duplicate.righttoleft {
    width: 700%;
    background: white;
    height: 10px;
    position: absolute;
    left: -200%;
    right: initial;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-page-anual-report-2020 .count-3.item-timeline .line.d-block,
.page-template-page-anual-report-2020 .count-3.item-timeline .line-duplicate.righttoleft {
    transform: translateY(18px);
}

.page-template-page-anual-report-2020 .item-timeline.active .line-duplicate.righttoleft {
    animation: righttoleft-2-start 1.5s linear 0.2s forwards;
}

@keyframes righttoleft-2-start {
    from {
        width: 700%
    }
    to {
        width: 0%
    }
}

.page-template-page-anual-report-2020 .item-timeline .line-duplicate.lefttoright {
    position: absolute;
    height: 10px;
    background: white;
    width: 900%;
    right: -400%;
    left: initial;
    transform: translateY(-50%);
    top: 50%;
}

.page-template-page-anual-report-2020 .count-6.item-timeline .line.d-block,
.page-template-page-anual-report-2020 .count-6.item-timeline .line-duplicate.lefttoright {
    transform: translateY(-10px);
}

.page-template-page-anual-report-2020 .item-timeline.active .line-duplicate.lefttoright {
    animation: lefttoright-2-start 1.5s linear 0.2s forwards;
}

@keyframes lefttoright-2-start {
    from {
        width: 900%
    }
    to {
        width: 0%
    }
}

.page-template-page-anual-report-2020 .section-our-goals .group-our-goals {
    padding: 65px 0 !important
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section-our-goals .group-our-goals {
        padding: 80px 0 !important;
    }
}

.page-template-page-anual-report-2020 .group-our-goals > div {
    opacity: 0;
    animation: show-up-close 0.5s linear forwards;
    position: relative;
    top: 10px;
}

.page-template-page-anual-report-2020 .group-our-goals.active > div {
    animation: show-up-start 0.5s linear forwards;
}

@keyframes show-up-start {
    from {
        opacity: 0;
        top: 10px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes show-up-close {
    from {
        opacity: 1;
        top: 0;
    }
    to {
        opacity: 0;
        top: 10px;
    }
}

.page-template-page-anual-report-2020 .group-our-goals .content-top.text-left {
    padding-left: 0;
}

@media (min-width: 768px) {
    .group-our-goals .content-top.text-left {
        padding-left: 20px;
    }
}

.page-template-page-anual-report-2020 .group-our-goals .content-top h2 {
    font-family: URWDIN;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #de6026;
}

@media (min-width: 768px) {
    .group-our-goals .content-top h2 {
        font-size: 36px;
    }
}

.page-template-page-anual-report-2020 .group-our-goals .content-top .font-title {
    font-family: freightsansprobookregular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
}

.page-template-page-anual-report-2020 .max-width-1250px {
    max-width: 1250px;
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-anual-report-2020 .section_news .gray-background {
    background: #f6f6f6;
    height: 345px;
    width: 100%;
    top: 145px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

@media (min-width: 450px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories {
        max-width: 100%;
        width: 50%;
    }
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000002b;
    content: "";
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image {
    width: 100%;
    height: 225px;
    margin: auto;
    background-size: 130% !important;
    background-position: center !important;
    position: relative;
    transition: 0.5s all;
}

@media (min-width: 575px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image {
        background-size: 120% !important;
    }
}


@media (min-width: 450px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image {
        width: 400px;
        height: 250px;
    }
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image {
        width: calc(100% - 30px);
        height: 282px;
        margin: 0 0 auto 0;
    }
}

@media (min-width: 1200px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image {
        width: 580px;
        height: 372px;
    }
}


.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image:hover {
    background-size: 140% !important;
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image .tag {
    width: 250px;
    height: 50px;
    background: white;
    position: absolute;
    bottom: 0;
    border-top: 5px solid #de6026;
    font-family: URWDIN;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.47px;
    color: #de6026;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .featured-image .tag {
        width: 300px;
    }
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .title a {
    font-family: URWDIN;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #000000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .title a {
        font-size: 24px;
    }
}

.page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .excerpt {
    color: #000000;
    width: 100%;
    max-width: 100%;
    font-family: 'freightsansprobookregular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section_news .content-stories .wrapper .item-stories .excerpt {
        font-size: 18px;
    }
}

.page-template-page-anual-report-2020 .content-timeline-mobile {
    position: relative;
}

.page-template-page-anual-report-2020 .content-timeline-mobile .line-vertical {
    position: absolute;
    width: 8px;
    height: calc(100% - 2px);
    background: red;
    left: 1px;
    top: 1px;
}

.page-template-page-anual-report-2020 .content-timeline-mobile .line-vertical-clone {
    position: absolute;
    width: 10px;
    height: 100%;
    background: white;
    bottom: 0;
}

.page-template-page-anual-report-2020 .content-timeline-mobile.active .line-vertical-clone {
    animation: down-slide-start 1.5s linear forwards;
}

@keyframes down-slide-start {
    from {
        height: 100%;
    }
    to {
        height: 0%;
    }
}

.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile .title-timeline {
    line-height: 1;
    position: relative;
}

.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile .dots {
    width: 20px;
    height: 20px;
    background: yellow;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.page-template-page-anual-report-2020 .item-timeline-mobile-1,
.page-template-page-anual-report-2020 .item-timeline-mobile-2,
.page-template-page-anual-report-2020 .item-timeline-mobile-3,
.page-template-page-anual-report-2020 .item-timeline-mobile-4,
.page-template-page-anual-report-2020 .item-timeline-mobile-5,
.page-template-page-anual-report-2020 .item-timeline-mobile-6,
.page-template-page-anual-report-2020 .item-timeline-mobile-7,
.page-template-page-anual-report-2020 .item-timeline-mobile-8,
.page-template-page-anual-report-2020 .item-timeline-mobile-9,
.page-template-page-anual-report-2020 .item-timeline-mobile-10 {
    opacity: 0;
    animation: show-up-close 0.5s linear forwards;
    position: relative;
    top: 10px;
}

.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-1.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-2.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-3.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-4.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-5.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-6.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-7.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-8.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-9.active,
.page-template-page-anual-report-2020 .content-timeline-mobile .item-timeline-mobile-10.active {
    animation: show-up-start 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .ceo-team .left-images {
    margin-right: 10px;
}

.page-template-page-anual-report-2020 .ceo-team .left-images .row {
    margin-left: 0px;
}

.page-template-page-anual-report-2020 .ceo-team .left-images .row .item-ceo {
    padding: 0;
    max-width: 50px;
}

.page-template-page-anual-report-2020 .ceo-team .left-images .row .item-ceo img {
    height: 50px;
    width: 50px;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.page-template-page-anual-report-2020 .ceo-team .left-images .row .item-ceo:first-child {
    margin-right: 15px
}

.page-template-page-anual-report-2020 .ceo-team .name-ceo {
    padding-right: 0;
}

.page-template-page-anual-report-2020 .ceo-team .name-ceo p {
    font-family: 'freightsansprobookregular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #012846;
    text-transform: uppercase;
}

@media (min-wdith: 768px) {
    .page-template-page-anual-report-2020 .ceo-team .name-ceo p {
        font-size: 18px;
    }
}

.page-template-page-anual-report-2020 .wrapper-ceo > .row {
    flex-direction: column;
}

@media (min-width: 1110px ) {
    .page-template-page-anual-report-2020 .wrapper-ceo > .row {
        flex-direction: row;
    }
}

.page-template-page-anual-report-2020 .link-tail {
    font-family: 'urwdin',sans-serif;
}

.page-template-page-anual-report-2020 .section-networks h2.title span {
    padding: 10px;
    text-align: center;
    background-color: #de6026;
    /*font-size: 36px;*/
    font-size: 34px;
    line-height: normal;
    color: #ffffff;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-family: 'URWDIN',sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px){
    .page-template-page-anual-report-2020 .annual-wrapper .section-networks .wrapper .right .content {
        max-width: 460px;
    }
}

.page-template-page-anual-report-2020 .horizontal-timeline {
    margin-top: -155px;
}

.page-template-page-anual-report-2020 .space-line-timeline {
    height: 70px;
}

.page-template-page-anual-report-2020 .line-timeline {
    border-top: dashed 2px #de6026;
    position: relative;
    display: flex;
}

.page-template-page-anual-report-2020 .line-timeline .item-2,
.page-template-page-anual-report-2020 .line-timeline .item-3,
.page-template-page-anual-report-2020 .line-timeline .item-4,
.page-template-page-anual-report-2020 .line-timeline .item-5,
.page-template-page-anual-report-2020 .line-timeline .item-6,
.page-template-page-anual-report-2020 .line-timeline .item-7,
.page-template-page-anual-report-2020 .line-timeline .item-8,
.page-template-page-anual-report-2020 .line-timeline .item-9,
.page-template-page-anual-report-2020 .line-timeline .item-10 {
    width: calc(100% / 3);
    position: relative;
}

.page-template-page-anual-report-2020 .line-timeline .item-1 {
    width: 100%;
    position: relative;
}

.page-template-page-anual-report-2020 .line-timeline .circle {
    position: absolute;
    left: 50%;
    height: 30px;
    width: 30px;
    background: #00aedc;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.page-template-page-anual-report-2020 .vertical-timeline {
    opacity: 0;
    animation: show-stop 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .vertical-timeline.active {
    animation: show-start 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .vertical-timeline .circle {
    height: 30px;
    width: 30px;
    background: #00aedc;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: show-stop 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .vertical-timeline .vertical-item.active .circle {
    animation: show-start 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .vertical-timeline #vetical-item-6 {
    height: 220px;
}

.page-template-page-anual-report-2020 .vertical-timeline #vetical-item-9 {
    height: 230px;
}

@keyframes show-start {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes show-close {
    from {opacity: 1;}
    to {opacity: 0;}
}

.page-template-page-anual-report-2020 .line-timeline .circle .text-1 {
    position: absolute;
    top: 0;
    left: calc(-100px + 5px);
    width: 220px;
    font-family: URWDIN;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.4px;
    text-align: center;
    color: #012846;
}

.page-template-page-anual-report-2020 .vertical-line .circle .text-1 {
    font-family: URWDIN;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.4px;
    color: #012846;
    text-align: left;
    padding: 0 10px;
    position: absolute;
    left: 35px;
    top: -20px;
    width: 300px;
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 .line-timeline .circle .text-1  {
        left: calc(-150px + 15px);
        width: 300px;
        font-size: 72px;
    }
}

.page-template-page-anual-report-2020 .line-timeline .item-9 .circle .text-1,
.page-template-page-anual-report-2020 .line-timeline .item-10 .circle .text-1 {
    font-size: 28px;
}

.page-template-page-anual-report-2020 .vertical-line .item-9 .circle .text-1,
.page-template-page-anual-report-2020 .vertical-line .item-10 .circle .text-1 {
    font-size: 28px;
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 .line-timeline .item-9 .circle .text-1,
    .page-template-page-anual-report-2020 .line-timeline .item-10 .circle .text-1 {
        font-size: 38px;
    }
}

.page-template-page-anual-report-2020 .line-timeline .circle .text-2 {
    position: absolute;
    top: 40px;
    left: calc(-100px + 15px);
    width: 200px;
    font-family: 'freightsansprobookregular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.page-template-page-anual-report-2020 .vertical-line .circle .text-2 {
    font-family: 'freightsansprobookregular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    padding: 0 10px;
    width: 250px;
    position: absolute;
    left: 35px;
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 .line-timeline .circle .text-2 {
        left: calc(-150px + 15px);
        width: 300px;
        font-size: 21px;
    }
}

.page-template-page-anual-report-2020 .line-timeline-0::before {
    content: '';
    background: white;
    height: 15px;
    width: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}

.page-template-page-anual-report-2020 .page-template-page-anual-report-2020 .line-timeline-0,
.page-template-page-anual-report-2020 .page-template-page-anual-report-2020 .line-timeline-1,
.page-template-page-anual-report-2020 .page-template-page-anual-report-2020 .line-timeline-2,
.page-template-page-anual-report-2020 .page-template-page-anual-report-2020 .line-timeline-3 {
    opacity: 0;
    animation: show-stop 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-0.active,
.page-template-page-anual-report-2020 .line-timeline-1.active,
.page-template-page-anual-report-2020 .line-timeline-2.active,
.page-template-page-anual-report-2020 .line-timeline-3.active {
    animation: show-start 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline .line-timeline-white {
    width: 100%;
    position: absolute;
    height: 10px;
    background: white;
    transform: translateY(-50%);
    left: 0;
}

.page-template-page-anual-report-2020 .line-timeline .line-timeline-white.line-timeline-0-white,
.page-template-page-anual-report-2020 .line-timeline .line-timeline-white.line-timeline-2-white {
    left: initial;
    right: 0;
}

.page-template-page-anual-report-2020 .line-timeline-0.active .line-timeline-white {
    animation: slide-2-start 0.6s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-1.active .line-timeline-white {
    animation: slide-start 1.2s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-2.active .line-timeline-white {
    animation: slide-start 1.2s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-3.active .line-timeline-white {
    animation: slide-start 1.2s linear forwards;
}

@keyframes slide-2-start {
    0%   {width: 50%;}
    50%   {width: 50%;}
    65%   {width: 50%;}
    100% {width: 0%;}
}

@keyframes slide-start {
    0%   {width: 100%;}
    16%   {width: 84%;}
    20%   {width: 84%;}
    50%   {width: 50%;}
    65%   {width: 50%;}
    84%   {width: 16%;}
    90%   {width: 16%;}
    100% {width: 0%;}
}

@keyframes show-start {
    from {opacity: 0;}
    to {opacity: 1}
}

@keyframes show-stop {
    from {opacity: 1;}
    to {opacity: 0}
}

.page-template-page-anual-report-2020 .line-timeline-1 .item-2,
.page-template-page-anual-report-2020 .line-timeline-1 .item-3,
.page-template-page-anual-report-2020 .line-timeline-1 .item-4,
.page-template-page-anual-report-2020 .line-timeline-2 .item-5,
.page-template-page-anual-report-2020 .line-timeline-2 .item-6,
.page-template-page-anual-report-2020 .line-timeline-2 .item-7,
.page-template-page-anual-report-2020 .line-timeline-3 .item-8,
.page-template-page-anual-report-2020 .line-timeline-3 .item-9,
.page-template-page-anual-report-2020 .line-timeline-3 .item-10 {
    opacity: 0;
    animation: slide-show-close 0.5s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-1.active .item-4{
    animation: slide-show-1-start 1.2s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-1.active .item-3 {
    animation: slide-show-2-start 1.2s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-1.active .item-2 {
    animation: slide-show-3-start 1.2s linear forwards;
}

.page-template-page-anual-report-2020 .line-timeline-2.active .item-5 {
    animation: slide-show-1-reverse-start 1.2s linear 1s forwards;
}

.page-template-page-anual-report-2020 .line-timeline-2.active .item-6 {
    animation: slide-show-2-start 1.2s linear 1s forwards;
}

.page-template-page-anual-report-2020 .line-timeline-2.active .item-7 {
    animation: slide-show-3-start 1.2s linear 1s forwards;
}

.page-template-page-anual-report-2020 .line-timeline-3.active .item-10 {
    animation: slide-show-1-start 1.2s linear 1s forwards;
}

.page-template-page-anual-report-2020 .line-timeline-3.active .item-9 {
    animation: slide-show-2-start 1.2s linear 1s forwards;
}

.page-template-page-anual-report-2020 .line-timeline-3.active .item-8 {
    animation: slide-show-3-start 1.2s linear 1s forwards;
}

@keyframes slide-show-close {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes slide-show-0-start {
    0%   {opacity: 0;}
    50%   {opacity: 0;}
    65%   {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes slide-show-1-start {
     0%   {opacity: 0;}
     16%   {opacity: 0;}
     20%   {opacity: 1;}
     50%   {opacity: 1;}
     65%   {opacity: 1;}
     84%   {opacity: 1;}
     90%   {opacity: 1;}
     100% {opacity: 1;}
 }

@keyframes slide-show-1-reverse-start {
    0%   {opacity: 0;}
    16%   {opacity: 1;}
    20%   {opacity: 1;}
    50%   {opacity: 1;}
    65%   {opacity: 1;}
    84%   {opacity: 1;}
    90%   {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes slide-show-2-start {
    0%   {opacity: 0;}
    16%   {opacity: 0;}
    20%   {opacity: 0;}
    50%   {opacity: 0;}
    65%   {opacity: 1;}
    84%   {opacity: 1;}
    90%   {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes slide-show-3-start {
    0%   {opacity: 0;}
    16%   {opacity: 0;}
    20%   {opacity: 0;}
    50%   {opacity: 0;}
    65%   {opacity: 0;}
    84%   {opacity: 0;}
    90%   {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes slide-show-3-reverse-start {
    0%   {opacity: 0;}
    16%   {opacity: 0;}
    20%   {opacity: 0;}
    50%   {opacity: 0;}
    65%   {opacity: 0;}
    84%   {opacity: 1;}
    90%   {opacity: 1;}
    100% {opacity: 1;}
}

.page-template-page-anual-report-2020 h3.font-title span {
    font-size: 50px;
    margin-right: 5px;
    margin-top: -10px;
    color: white;

}

.page-template-page-anual-report-2020 .bg-gray {
    background-color: #f6f6f6;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 h3.font-title span {
        font-size: 74px;
        margin-right: 10px;
        margin-top: -17px;
    }

}

.page-template-page-anual-report-2020 .vertical-timeline {
    max-width: 400px;
    padding: 0 30px;
    margin: auto;
}

.page-template-page-anual-report-2020 .vertical-timeline .vertical-line {
    margin-left: 0;
    margin-top: 52px;
}

@media (min-width: 375px) {
    .page-template-page-anual-report-2020 .vertical-timeline .vertical-line {
        margin-left: 30px;
        margin-top: 52px;
    }
}

.page-template-page-anual-report-2020 .vertical-line .vertical-item {
    height: 180px;
    position: relative;
    /*border-left: dashed 2px orange*/
}

.page-template-page-anual-report-2020 .vertical-line .vertical-item.active {
    border-left: dashed 2px orange;
}

.page-template-page-anual-report-2020 .vertical-line .vertical-item:last-of-type {
    border-width: 0;
}

.page-template-page-anual-report-2020 .section-right-blue .text-black-bg {
    padding: 100px 15px;
    max-width: 365px;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section-right-blue .text-black-bg {
        padding: 0 15px;
        max-width: 100%;
        padding-left: 40px;
    }
}

@media (min-width: 1250px) {
    .page-template-page-anual-report-2020 .section-right-blue .text-black-bg {
        padding-left: 15px;
    }
}

.page-template-page-anual-report-2020 .section-right-blue .content-right-blue h2 {
    font-family: URWDIN;
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.13px;
    color: #ffffff;
}

.page-template-page-anual-report-2020 .section-right-blue .content-right-blue p {
    text-transform: uppercase;
    font-family: 'freightsansprobookregular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #ffffff;
    max-width: 270px;
}

@media (min-width: 768px) {
    .page-template-page-anual-report-2020 .section-right-blue .content-right-blue p {
        max-width: 100%;
    }
}

.page-template-page-anual-report-2020 #letter .modal-header,
.page-template-page-anual-report-2020 #networkModal .modal-header,
.page-template-page-anual-report-2020 #donor .modal-header {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
    font-size: 25px !important;
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 #letter .modal-header,
    .page-template-page-anual-report-2020 #networkModal .modal-header,
    .page-template-page-anual-report-2020 #donor .modal-header {
        font-size: 36px !important;
    }
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 #letter .modal-header,
    .page-template-page-anual-report-2020 #networkModal .modal-header,
    .page-template-page-anual-report-2020 #donor .modal-header {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 92px;
    }
}

.page-template-page-anual-report-2020 #letter .modal-body,
.page-template-page-anual-report-2020 #networkModal .modal-body,
.page-template-page-anual-report-2020 #donor .modal-body {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'freightsansprobookregular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 #letter .modal-body,
    .page-template-page-anual-report-2020 #networkModal .modal-body,
    .page-template-page-anual-report-2020 #donor .modal-body {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.page-template-page-anual-report-2020 .line-border-grey {
    margin-left: 15px;
    margin-right: 15px;
    height: 1px;
    background: #e6e6e6;
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .page-template-page-anual-report-2020 .line-border-grey {
        margin-left: 70px;
        margin-right: 70px;
    }
}

.page-template-page-anual-report-2020 .profile .image {
    width: 110px;
    height: 133px;
}

.page-template-page-anual-report-2020 #donor .modal-header {
    font-family: 'freightsansprobookregular';
    min-height: auto !important;
    padding-bottom: 35px;
}

.page-template-page-anual-report-2020 #donor .modal-body .desc {
    font-family: 'freightsansprobookregular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
}

.page-template-page-anual-report-2020 #donor .accordion .card-header .btn h2 {
    font-family: 'urwdin';
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
}

.page-template-page-anual-report-2020 #donor .content-faq .card-body {
    border-width: 0;
    margin-bottom: initial;
}

.page-template-page-anual-report-2020 #donor .content-faq .card-body .white-bg-line {
    padding: 20px;
    background: white;
    border: 1px solid #f3f3f3;
}

.page-template-page-anual-report-2020 #donor .content-faq .card-body .grey-bg-line {
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.page-template-page-anual-report-2020 #donor p.font-title {
    margin-top: 40px;
}

.page-template-page-anual-report-2020 #donor .accordion::after {
    display: none;
}

.page-template-page-anual-report-2020 .annual-wrapper .section-networks .wrapper::before {
    display: none;
}

.page-template-page-anual-report-2020 .annual-wrapper .section-networks .wrapper {
    padding-top: 140px;
}

.page-template-page-anual-report-2020 .map-network-3 .tooltip-content {
    overflow-y: auto;
}

.page-template-page-anual-report-2020 .map-network-3 .wrapper-tooltip {
    background-color: #00afda;
    color: white;
    padding: 45px 40px 35px 45px;
}

.page-template-page-anual-report-2020 .map-network-3 .wrapper-tooltip .tooltip-title {
    font-family: URWDIN;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.page-template-page-anual-report-2020 .map-network-3 .wrapper-tooltip .tootip-sub-title {
    font-family: URWDIN;
    line-height: 1.43;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.page-template-page-anual-report-2020 .map-network-3 .wrapper-tooltip .tootip-sub-title {
    font-family: 'freightsansprobookregular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    overflow-y: auto;
}

.page-template-page-anual-report-2020 .annual-wrapper .map-network-3 .tooltip-content {
    font-family: 'freightsansprobookregular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
}

.page-template-page-anual-report-2020 .annual-wrapper .map-network-3 .close-tooltip-5 {
    text-decoration: none;
    color: white;
    display: inline-block !important;
    border: 1px solid white;
    padding: 0 10px;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media (max-width: 575px) {
    .page-template-page-anual-report-2020 .annual-wrapper .section-networks .wrapper .right .content {
        max-width: 100% !important;
        width: 100%;
    }
    .page-template-page-anual-report-2020 .annual-wrapper .section-networks .wrapper .right .content .title {
        max-width: 400px;
    }
    .page-template-page-anual-report-2020 .annual-wrapper .section-networks .wrapper .right .content .link {
        max-width: 400px;
    }

    .page-template-page-anual-report-2020 .annual-wrapper .map-network-3 .map-mobile img {
        width: 90%!important;
        height: 90%!important;
        margin: auto;
        display: block;
    }

    .page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem .left .legend {
        margin-top: 20px;
    }

    .page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart {
        width: 245px;
        height: 245px;
    }

    .page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart-title {
        width: 245px;
        height: 245px;
    }

    .page-template-page-anual-report-2020 .annual-wrapper .section-funding-stem .background-image .flex-half .chart-title h3 {
        font-size: 23px;
    }
}

.page-template-page-anual-report-2020 .uwrdin-text {
    color: white;
}

.page-template-page-anual-report-2020 .safari .uwrdin-text,
.page-template-page-anual-report-2020 .macos .uwrdin-text {
    position: relative;
    top: 6px;
    color: white;
}