/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
	font-family: 'Avenir Lafarge';
	src: url('fonts/AvenirLafarge-Italic.woff2') format('woff2'),
		url('fonts/AvenirLafarge-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Lafarge';
	src: url('fonts/AvenirLafarge-HeavyItalic.woff2') format('woff2'),
		url('fonts/AvenirLafarge-HeavyItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Lafarge';
	src: url('fonts/AvenirLafarge.woff2') format('woff2'),
		url('fonts/AvenirLafarge.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Lafarge';
	src: url('fonts/AvenirLafarge-BoldItalic.woff2') format('woff2'),
		url('fonts/AvenirLafarge-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Lafarge';
	src: url('fonts/AvenirLafarge-Bold.woff2') format('woff2'),
		url('fonts/AvenirLafarge-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	color: #000;
}

.menu-link {
	font-weight: 900;
	letter-spacing: 0px;
}

.big-logo {
	display: none;
}

@media (min-width: 992px) {
	.standard-logo, .retina-logo {
		display: none !important;
	}
	
	.big-logo {
		display: block;
	}
}

#page-title {
	background-image: url('../images/background-alt.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #a6ce39;
	border-top: 1px solid #005836;
	border-bottom: 1px solid #005836;
}

#page-title h1 {
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0px;
	color: #005836;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
}

@media (min-width: 1360px) {
	#page-title h1, h1.has-large-font-size {
		font-size: 50px !important;
	}
}

/* @media (min-width: 1000px) {
	#page-title h1 {
		width: 60% !important;
	}
} */

#content .home {
	background-color: #f7f7f7;
}

#content .home .container {
	/* background-image: url('../images/silhouette.svg'); */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

#content .intro {
	grid-template-columns: auto 25%;
	padding: 2rem 3rem 0;
	margin-bottom: 60px;
}

#content .intro h1 {
	color: #fff;
}

#content .intro p {
}

#content .wp-block-cover {
	min-height: 300px;
}

#content .wp-block-group {
	margin-bottom: 30px;
}

#content .wp-block-image {
	margin-bottom: 30px;
}

#content h1 {
	font-style: italic;
	font-weight: 900;
	color: #000;
}

#content h2 {
	font-size: 27px;
	font-weight: 900;
	font-style: italic;
	line-height: 32px;
	margin-top: 60px;
	color: #00965f;
	-webkit-font-smoothing: antialiased;
}

#content h2:first-child {
	margin-top: 0;
}

#content p,
#content li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}

#content ul, 
#content ol {
	list-style-position: inside;
}

#content li {
	/* margin-bottom: 15px; */
}

#content li::marker {
  color: #008750;
  display: none;
}

.entry-meta:not(.no-separator) li::before {
	display: none;
}

#content p + ul {
	margin-top: -30px;
}

#content ul ul, 
#content ul ol, 
#content ol ul, 
#content ol ol {
	padding-left: 30px;
}

#content p a {
	text-decoration: underline !important;
}

#content #news p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1rem;
}

#content #pillars h4.has-background {
	padding: 10px;
	font-size: 16px;
	margin-bottom: 15px;
}

#content #pillars ul,
#content #pillars p {
	padding: 0 15px;
}

#content #pillars p,
#content #pillars li {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1rem;
}

#content .square {
	padding: 20px;
}

blockquote {
	border-color: #008750;
}

blockquote > p {
	margin-bottom: 0;
}

#content .wp-block-media-text__content {
	padding: 0;
}

#content .wp-block-media-text__media {
	margin-bottom: 30px;
}

@media (min-width: 600px) {
	#content .has-media-on-the-right .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 30px;
	}
	
	#content .has-media-on-the-left .wp-block-media-text__content {
		padding-left: 30px;
		padding-right: 0;
	}
}

#content .wp-block-details {
	padding-bottom: 24px;
}

#content .wp-block-details summary {
	list-style: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
}

#content .wp-block-details summary::marker, 
#content .wp-block-details summary::-webkit-details-marker {
	display: none;
}

#content .wp-block-details summary::before {
	content: '► ';
	margin-right: 16px !important;
}

#content .wp-block-details[open] summary::before {
	content: '▼ ';
}

#content .wp-block-details summary+p {
	padding-top: 24px;
}

#content .wp-block-details p:last-child {
	padding-bottom: 24px;
}

#content #links .wp-block-column {
	padding: 2rem;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

#content #links .wp-block-column.question {
	background-image: url('../images/question.svg');
}

#content #links .wp-block-column.more {
	background-image: url('../images/more.svg');
}

#content #links .wp-block-column p {
	max-width: 300px;
}

#content .wp-block-separator {
	height: 6px;
	background-color: #008750;
	margin-top: 60px;
	margin-bottom: 60px;
	border: 0;
	opacity: 1;
}

#footer.dark {
	border-top-color: #008750;
}

#footer.dark #copyrights {
	color: white;
	background-color: #005836;
}

#footer .holcim img {
	padding: 0 60px;
}

@media (min-width: 1360px) {
	#footer .holcim img {
		padding: 0;
	}
}

#gform_submit_button_1 {
	background-color: #008750;
	font-family: 'Avenir Lafarge', arial, sans-serif;
	font-weight: 400;
}

.mw-xs {
	max-width: 26rem !important;
}