/* Research 2021 Additional CSS 
research2021-additional.css
T4 Media ID: 542758
Last edited: 008/02/2023 v1
*/


/*  */
.wysywig img {
    padding: 20px;
}


/* Increase padding of content inside accordions */
.card-body p {
    margin-bottom: 20px;
}


/* Blockquote, at widest browser width, increase the space availale for text */
@media (min-width: 1600px) { 
    .wysywig blockquote {
        padding: 80px 120px;
    }
     
    .wysywig blockquote:before {
        left: 25px;
    }   
}


/*  Increase the margin around each accordion*/
.accordion {
    margin: 20px 0px 20px 0px;
}



/* Publications Section: Give in-page anchors more space above each link */
.wysywig .H2:before {	
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 180px;
	Xmargin-top: -180px;
}


/* Reduce the font size here */

@media (min-width: 992px) {
		.component-title {
			font-size: 42px;
		}
	}