  <style>
.dummy-css {
}

p { font-weight: lighter; } 
* { box-sizing: border-box; }

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

 .news-centred { 
    max-width: 875px !important; 
    text-align: center; 
 }
 .bg-image-resp {
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow:inset 0 0 0 1000px rgba(0,0,0,.4);
 }
 
.bg-image-resp-no-overlay { 
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat; 
}

.beige { 
    background-color: #f8f6f2;
}
 
 .white-text {
    color: #ffffff;
 }
 
/** START ACCORDION HEIGHT **/
 .accordion__input:checked ~ .accordion__content {
    max-height: 150rem;
}
/** END ACCORDION HEIGHT **/


/** BEGIN SV-009 Image + Text Container **/
@media screen and (max-width: 48em){
.image-text__container.reverse {
    display: flex;
    flex-direction: column-reverse;
 }
}

/** END SV-009 Image + Text Container **/

 .carousel-panel.wrapper-gapped.white {
    background: #ffffff;
 }
 
 .carousel-panel.wrapper-gapped.beige {
    background: #f8f6f2;
 }

.carousel-panel-container .slick-prev, .carousel-panel-container .slick-next {
    background-color: transparent;
  }
  
 .border-right { 
    border-right: 1px solid #f0f2f3; 
 }
.border-bottom { 
    border-bottom: 1px solid #f0f2f3; 
 }
.centred-text-mobile { 
     text-align: center; 
 }

 
 /** START PADDING RULES **/

.padding { padding-top: 40px; padding-bottom: 40px; }
.padding-small { padding-top: 15px; padding-bottom: 15px; }
.padding-medium { padding-top: 90px; padding-bottom: 90px; }
.padding-large { padding-top: 200px; padding-bottom: 200px; }
.padding-top { padding-top: 40px; }
.padding-bottom { padding-bottom: 40px; }
.padding-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (min-width: 74.5em) { 
.carousel__element-title {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 2.1875rem;
 }
 
 /* NEWS */
.column-grid__element-box .list-element-link {
	min-height: 60px;
}
/* NEWS */
 
.carousel__element-box { 
    bottom: 6.875rem;
    background-color: rgba(255,255,255, 0.97); 
 } 
}

@media screen and (max-width: 74.5em) {
.padding { padding-top: 25px; padding-bottom: 25px; } 
.padding-small { padding-top: 10px; padding-bottom: 10px; }  
.padding-large { padding-top: 100px; padding-bottom: 100px; } 
.padding-medium { padding-top: 60px; padding-bottom: 60px; }
.padding-top { padding-top: 25px; }
.padding-bottom { padding-bottom: 25px; } 

.border-top { border-top: 1px solid #f0f2f3; }
.border-right { border-right: none; }
.showcaseContainer { flex-direction: column; } 
.centred-text-mobile { text-align: left; }

/*END PADDING RULES*/


/**START FOOTER LOGO**/

 .footer__logo-bar {
    flex-direction: column;
 }
 .footer__logo-bar-wrapper {
    text-align: center;
 }
.footer__logo-bar-image {
    padding-bottom: 0.75rem;
 }
 .footer__logo-bar-image {
    padding-right: 0;
  }
}
/**END FOOTER LOGO**/

/**BEGIN SHOW FOOTER LINKS ON MOBILE**/
@media screen and (max-width: 48em) {
    .footer-bottom {
    display: block;
    }
    .footer__links-list {
    display: block;
    text-align: center;
    padding: 1.25rem 0 1.25rem 0;
    }
    .bottom-element {
    padding: 0.4375rem 0 0.4375rem 0;
    }
}
/**END SHOW FOOTER LINKS ON MOBILE**/

.column-padding { 
     padding: 2%; 
}

/** HIDE NEWS DESCRIPTION **/
.column-grid__element-description {
	display: none;
}
/** END HIDE NEWS DESCRIPTION **/


/** BEGIN FLEX CONTAINER **/

.showcaseContainer { 
    display: flex; flex-wrap: wrap; 
}
.showcaseContainer > div { 
    flex: 1;
}
.showcaseContainer50 { 
    display: flex; flex-wrap: wrap; 
}
.showcaseContainer50 > div { 
    flex: 0 50%; 
}

@media screen and (max-width : 1020px ) { 
    .showcaseContainer { 
        flex-direction: column; 
    } 
    .showcaseContainer50 { 
        flex-direction: column; 
    } 
    .showcaseContainer50 > :nth-child(1) { order: 1; }
    .showcaseContainer50 > :nth-child(2) { order: 2; }
    .showcaseContainer50 > :nth-child(3) { order: 4; }
    .showcaseContainer50 > :nth-child(4) { order: 3; }
        
    }
/** END FLEX CONTAINER **/

/** PEOPLE CSS **/

.project-profile-grid__name {
	margin: 0 0.25;

}
.project-profile-grid__position {
	font-weight: 500;
}

.project-profile-grid__sector {
	font-size: 0.9rem;
	margin: 0;
	padding-bottom: 0.5rem;
}
.project-profile-grid__mobile {
	font-size: 0.9rem;
}
.project-profile-grid__email {
	font-size: 0.9rem;
}

.project-profile-grid__item {
	text-align: center;
}

/**END PEOPLE CSS **/

/** BEGIN IMAGE GRID FIX **/
@media screen and (max-width: 74.5em) {
.image-grid-wrapper.image-grid-wrapper--stack .imagegrid__picture {
    height: auto;
  }
}

@media screen and (min-width: 74.5em) {
.image-grid-wrapper.image-grid-wrapper--borderless .imagegrid__col-box {
    padding-left: 0;
 }
}
/** END IMAGE GRID FIX **/   

</style>