.content_box.slider .arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translate(0,-50%);
	font-size: 2em;
}
.content_box.slider .slick-prev{
    left: 10px;
}
.content_box.slider .slick-next{
    right: 10px;
}
.slidePost{
    padding: 0 20px;
}
.slidePost > div{
    display: flex;
}
.columns{
    display: flex;
    justify-content: space-between;
}
.content_box.transparent{
    background-color: transparent;
}

/*Authors*/
.authors{
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;

}
.authors a{
    margin: 0 20px 0 0;
}
.authorTeaser{
    display: flex;
    align-items: center;
}
.authorTeaser .image {
	margin: 0px 10px 0 0;
	border-radius: 60px;
	overflow: hidden;
}
.authorTeaser .title{
    font-weight: bold;
}

/*Latest content*/
.lastest_content > .row > h2{
    margin-bottom: 10px;
}
.lastest_content .card {
	border-radius: 20px;
}
.latest_container{
    display: flex;
    justify-content: space-between;
}
.latest_container .card{
    width: 30%;
}
.manual_card_row .latest_container .card{
    width: 31.5%
}
.latest_container .card-0{
    width: 35%;
}
.manual_card_row .latest_container .card-0{
    width: 31.5%;
}

.latest_container .card .card_img_link {
	height: 260px;
}

.onlyAllresult{
    display: none;
}
.card > .tags, .card_story > .tags {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-weight: bold;
    display: flex;
    z-index: 2;
}
.card .tag, .card_story .tag {
    margin-right: 10px;
    padding: 5px 10px;
	border-radius: 20px;
    background-color: #0b8092;
}

.card-resources .tag {
    background-color: #005480;
}
.card-stories .tag, .card_story .tag {
    background-color: #B94570;
}
.card-post .tag {
    background-color: #B94570;
}
.card .margin_top{
    margin-top: 30px;
}


/*Key People*/
.key_people {
    padding:20px;
    margin: 20px 0 0;
}

.key_people_container{

    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    @media screen and (max-width:1400px){
        grid-template-columns: repeat(3, 1fr);
    }
    @media screen and (max-width:1000px){
        grid-template-columns: repeat(2, 1fr);
    }
    @media screen and (max-width:600px){
        grid-template-columns: 1fr;
    }

}

.key_people a{
    display:block;
    z-index:10;
}
.personTeaser{
    height:100%;
    display:grid;
    grid-template-columns: auto;
    align-items: center;

}
.personTeaser.withImage{
    grid-template-columns: 120px auto;
    gap:10px;

}
.personTeaser .image {
    width:120px;
    margin: 0px 10px 0 0;
    border-radius: 60px;
    overflow: hidden;
}

.personTeaser .title{
    font-weight: bold;
}

.card .tag.citizen-engagement,
.card_story .tag.citizen-engagement{
    background-color: #CC4570;
}

.card .tag.clean-transport,
.card_story .tag.clean-transport{
    background-color: #8A4796;
}

.card .tag.europe-in-the-world,
.card_story .tag.europe-in-the-world{
    background-color: #FB8C15;
}

.card .tag.europes-industrial-transformation,
.card_story .tag.europes-industrial-transformation{
    background-color: #FC632D;
}

.card .tag.european-national-just-transitions,
.card_story .tag.european-national-just-transitions{
    background-color: #0B8092;
}

.card .tag.fossil-free-energy,
.card_story .tag.fossil-free-energy{
    background-color: #00548A;
}

.card .tag.land-food-nature,
.card_story .tag.land-food-nature{
    background-color: #80BF99;
}

.card .tag.shifting-the-financial-system,
.card_story .tag.shifting-the-financial-system{
    background-color: #00A691;
}
.card .tag.annual-report,
.card_story .tag.annual-report{
    background-color: #8A4796;
}

.two-column-text .content{
    display:flex;
    gap:50px;
    @media only screen and (max-width:1024px){
        flex-direction: column;
    }
}



/*Footer*/
.builtby {
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 2px;
}
.team-new .department-team {
	padding-bottom: 30px;
}

/*EW-100 Hyperlinked text*/
.content_box .text_box p a:focus, .content_box .text_box p a:hover {
    color: #ffb810;
    text-decoration: underline;
}
/*Dynamics Form*/
.newsletter_form div {
    max-width: 700px;
    margin: 0px auto;
}

.columnContainer {
    padding: 0px 10px 0px 0px !important;
}

.newsletter_form .content_box {
    padding-bottom: 0px;
    padding-top: 20px;
    border-top: 1px solid white;
    min-height: 0px;
}

.newsletter_form input {
    height: 50px;
    border: 0px;
    border-radius: 25px;
    background-color: #f8f7f7;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    font-family: inherit;
    color: #0b8092;
    opacity: 1;
}

form div.marketing-field input[type="checkbox"], form div.marketing-subscription-list input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.lp-form-button {
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 60px;
    background-color: #ffb810;
    font-family: inherit;
    font-size: 1.2em;
    line-height: 1em;
    color: #0a6370;
    cursor: pointer;
}

.lp-form-button:hover {
    background-color: #0a6370;
    color: white;
}
/*End Dynamics Form*/
@media screen and (max-width: 1000px) {
    .latest_container{
        display: block;
        justify-content: space-between;
    }
    .latest_container .card{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .authorTeaser {
        margin-bottom: 20px !important;
    }
    .authorTeaser .image {
        width: 100px;
    }
    .authorTeaser .authorContent {
        width: calc(100% - 110px);
    }
}


main section:last-of-type {
    margin-bottom:0;

}


/* moving buttons to the left */
.button_section{
    text-align:left;

}

/*sub teams*/
.sub-dropdown-menu{
    display:none;
}
.sub-dropdown-menu.open{
    display:contents;
}
span.openSubTeams {
	cursor: pointer;
	position: relative;
	top: -24px;
	height: 0;
	left: -17px;

}
span.openSubTeams::after{
    content:'[+]'
}
span.openSubTeams.open::after{
    content:'[-]'
}

/*New button in footer*/
.footer-area{
    margin-bottom: 30px;
}
.footer-content {
	max-width: 450px;
	margin-left: 20px;
}
.footer-content a.btn_yellow{
    margin-top: 20px;
}

/*Image on /news */
.newsCard .newsfeed_head{
    margin: -20px -20px 20px;
}
/*Hide date on featured menu items*/
#mega-menu-header-nav .menuCard .date{
    display: none;
}
#mega-menu-header-nav .menuCard .postContent {
	padding: 20px 20px 20px;
}
/*Featured image for news item cards*/
img.newsfeed_img {
    height: 360px;
    object-fit: cover;
}
@media screen and (min-width: 105rem) {
    img.newsfeed_img {
        height: 440px;
    }
}
/*Change colour of accordion arrow*/
.title_accordion:after {
    color: inherit;
}