.banner, .navigation .custom {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 35px 10px 38px;
    position: relative;
}

.banner-block{
    min-height: 450px;
    padding: 100px 35px 10px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--darkening-overlay-color);
}

.itemid-136 .custom{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.navigation .custom {
    padding: 0 35px 10px 45px;
    justify-content: center;
    text-align: left!important;
}

.banner.banner__abouts{
    padding: 0 35px 10px 50px;
}

.banner__title-home{
    font-size: 62px;
    font-weight: 700;
    color: var(--white-color);
}

.banner__description{
    font-size: 50px;
    color: var(--white-color);
    font-family: 'DIN2014-Demi',sans-serif;
    line-height: 60px;
    max-width: 825px;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner__memmberships::after{
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-block__memberships {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-block {
    position: relative;
    z-index: 1;
}

.banner__title {
    color: #fff;
}

.banner__title-member {
    font-weight: 700;
    font-size: 170px;
    max-width: 975px;
    line-height: 160px;
}

.banner__people{
    height: 260px;
}

.banner__students::after{
    background-color: rgba(60, 180, 229, 0.5);
}

.banner__foundation::after{
    background-color: rgba(224, 204, 0, 0.5);
}


.banner__advocacy::after{
    background-color: rgba(106, 191, 75, 0.5);
}

.banner__proff::after{
    background-color: rgba(247, 147, 30, 0.5);
}

.blog-featured .pagination {
  display: none;
}

.blog-featured .item-title a{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 155px;
    line-height: 188px;
    color: var(--white-color) !important;
    z-index: 1;
    position: absolute;
    top: 110px;
    left: 44px;
    /* Limit this headline to 1 line; additional lines are hidden */
    max-height: 1em;
}

.blog-featured .field-entry.field-name-preview-subtitle{
    position: absolute;
    top: 280px;
    left: 44px;
    z-index: 1;
}

.blog-featured .field-entry.field-name-preview-subtitle.field-value{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 54px;
    line-height: 65px;
    color: var(--white-color);
    position: relative;
    z-index: 1;
}

.blog-featured .item-image-intro img {
  width: 100%;
  height: auto;
}

.site .well{
    text-align: center;
}

.site .page-header{
    color: #FF5F00;
    text-align: center;
}
.site  a {
    color: #FF5F00;
    text-align: center;
}


#rssocial-272 .rssocial-icons-bg .rssocial-link {
    background-color: rgba(60, 60, 118, 1);
}

#rssocial-272 .rssocial-icons-bg .rssocial-link {
    color: rgb(255, 255, 255);
}
#rssocial-272 .rssocial-icons li {
    font-size: 28px;
}
