.field--name-field-banner .text-layer .field--name-field-title {
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: -0.78px;
    line-height: 35px;
    max-height: 105px;
    overflow: hidden;
    margin: 10px 0 15px 0;
}

.node-type-project-page .project-page-resources .project-page-latest-contents .paragraphs-items-field-latest-contents-full .field--name-field-latest-contents.paragraphs-item-4-wrapper > .field__item:nth-of-type(1) .right-container .field--name-field-project-description, .node-type-project-page .project-page-resources .project-page-latest-contents .paragraphs-items-field-latest-contents-full .field--name-field-latest-contents.paragraphs-item-4-wrapper > .field__item:nth-of-type(4) .right-container .field--name-field-project-description {
    font-size: 0.8em;
    height: 100px;
    line-height: 20px;
    font-family: "Source Sans Pro";
    overflow: hidden;
    font-weight: 300;
}

/* Added by Steven - August 2020 */
/* Footer fix - START  */
footer .region-footer .footer-top > div.footer-right {
    padding: 20px 0 0 0;
    position: relative;
}
footer .region-footer .footer-top > div.footer-right > div.field--name-field-social-media {
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
}
footer .region-footer .footer-top > div.footer-right > div.field--name-field-footer-menu {
    width: 100%;
    margin: 0;
    top: 28px;
    position: relative;
    padding-bottom: 20px;
}
footer .region-footer .footer-top > div.footer-right > div.field--name-field-footer-menu ul li {
    width: 180px;
}
@media (max-width: 900px) {
    footer .region-footer .footer-top > div.footer-right > div.field--name-field-connect-with-us {
        padding-top: 20px;
    }
}
/* Footer fix - END */

/* Fix for Project Timeline - START */
.timeline-wrapper {
    width: 90%;
}

.timeline-wrapper .current-project .timeline .current span:after {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    content: attr(data-content);
    position: inherit;
    margin-top: 27px;
    margin-left: -4px;
}

.timeline-wrapper .current-project .current-project .date .current {
    width: 1%;
    float: left;
    margin-left: -15px;
    display: none;
}
.node-type-project-page .project-page-below-banner .col-right .timeline-wrapper .current-project .date .current {
    width: 1%;
    float: left;
    margin-left: -15px;
    display: none;
}
.node-type-project-page .project-page-below-banner .col-right .timeline-wrapper .current-project .date .end {
    float:right;
    margin-right: -45px;
}

/* Fix for Project Timeline - END  */

/* Show Homepage Slider dots */
.field--name-field-banner .slick-dots {
    display: block !important;
}
/* Fix homepage slider ">" arrow bug with Slider dots */
.field--name-field-banner .slick-arrow.slick-next {
    z-index: 1;
}

/* Add style for Commodity on Project pages - same as tagging - START */
.node-type-project-page .field--name-field-commodity .field__item a {
    float: left;
    margin-bottom: 10px;
    background-color: #D8D8D8;
    color: #000000;
    padding: 5px 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 0.7em;
    border-radius: 5px;
}

.node-type-project-page .field--name-field-commodity .field__item a:hover {
    background: #587B18;
    color: #ffffff;
}


.node-type-project-page .field--name-field-commodity .field__label {
    padding-bottom: 10px;

}
.node-type-project-page .project-page-content .col-right > div > div {
    border-bottom: 1px dotted #587B18;
    padding: 30px 0 60px 0;
}
/* Add style for Commodity on Project pages - same as tagging - END */


/* Add style for GLOBAL icon for Projects - START  */
.page-node-type-program main .node-type-program-page > .content .project-by-region-wrapper .field--name-field-projects-by-region .views-row .node--view-mode-project-by-region-teaser.global,
.page-node-type-country main .node-type-program-page > .content .project-by-region-wrapper .field--name-field-projects-by-region .views-row .node--view-mode-project-by-region-teaser.global {
    background-image: url(/themes/aciar/images/icon/green/global.png);
}

.page-node-type-program main .node-type-program-page > .content .project-by-region-wrapper .field--name-field-projects-by-region .views-row .node--view-mode-project-by-region-teaser.global:hover,
.page-node-type-program main .node-type-program-page > .content .project-by-region-wrapper .field--name-field-projects-by-region .views-row .node--view-mode-project-by-region-teaser.global:focus,
.page-node-type-country main .node-type-program-page > .content .project-by-region-wrapper .field--name-field-projects-by-region .views-row .node--view-mode-project-by-region-teaser.global:hover,
.page-node-type-country main .node-type-program-page > .content .project-by-region-wrapper .field--name-field-projects-by-region .views-row .node--view-mode-project-by-region-teaser.global:focus {
    background-image: url(/themes/aciar/images/icon/white/global.png);
}
/* Add style for GLOBAL icon for Projects - END  */

/* Add style for email link icon- START  */
span.mailto {
content: " ";
    display: inline-block;
    background-image: url(/themes/aciar/images/email.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 21px;
    height: 14px;
    background-position: top center;
}
.field--name-field-blog-copyright-icons span.mailto {
    background-image: none;
}

/* Add style for email link icon- END  */

/* Remove some of padding from top images from 54px to 27px - START */
.page-node-type-standard-page .field--type-text-with-summary .field--name-field-media-image img,
.page-node-type-disclosure .field--type-text-with-summary .field--name-field-media-image img,
.page-node-type-event .field--type-text-with-summary .field--name-field-media-image img,
.page-node-type-news .field--type-text-with-summary .field--name-field-media-image img {
	/*margin: 54px 0px;*/
    margin: 0px 0px;
}

/* Remove some of padding from top images from 54px to 27px - END */

/* Staff Bio Styles - START  */
@media screen and (min-width: 768px) {
   .person-item {width:100%; display: flex;  }
   .person-photo { width: 40%; }
   .person-photo img { width: 100%; height:auto; margin:24px 0 !important; }
   .person-bio { width:50%; }
}
/* Staff Bio Styles - END  */

/* HOMEPAGE: Fix SOIL & LAND MANAGEMENT title from disapearing when it wraps to two lines  - START */
.home-program .field--name-field-home-program-items > .field__item a .field--name-field-title {
   max-height: none;
   overflow: visible;
}
/* HOMEPAGE: Fix SOIL & LAND MANAGEMENT title from disapearing when it wraps to two lines  - END */

/* HOMEPAGE: Fix "Explore our publications" title from disapearing when it wraps to two lines on certain breakpoints - START */
.home-publication .home-publication-section-left .field--name-field-home-publication-title {
    font-size: 1.2em;
}
/* HOMEPAGE: Fix "Explore our publications" title from disapearing when it wraps to two lines on certain breakpoints - END */

/* Margins for new ADMIN Content type - START */
.page-node-type-admin-page {
	max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}
/* Margins for new ADMIN Content type - END */

.kint {
  min-width: 50vw;
  position: relative;
  z-index: 2000;
}

/** SUP-26873 allow for three lines of header in the "What's new?" section **/

.home-news .field--name-field-homepage-news-block .view-homepage-news-view .field__items > .field__item .news-left-container .field-title {
  max-height: 66px;
}
