#header + #blog-header {
	font-size: .85em;
	padding-top: 8.8rem;
	padding-bottom: 4rem;
}

#blog-header .blog-header-small p {
	color: var(--color-secondary);
	/* text-align: right; */
}

#blog-header .blog-header-nav {
	display: flex;
	margin: 2rem 0 0;
	justify-content: space-between;
}

#header + #blog-header .blog-welcome {
	text-align: center;
	margin-bottom: 2rem;
}

#header + #blog-header .blog-welcome > p {
	margin-top: 1.5rem;
}
#header + #blog-header .blog-welcome > p.sub-header {
	font-weight: bold;
}

#header + #blog-header .blog-welcome .social-media {
	margin-top: 1.5rem;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#header + #blog-header .blog-welcome .social-media a {
	margin: 1rem 2rem;
	display: flex;
	justify-content: center;
	padding: 1rem 1rem 1rem 5.5rem;

	position: relative;
}

@media screen and (max-width: 480px) {
	#header + #blog-header .blog-welcome .social-media {
		flex-flow: column;
	}
	#header + #blog-header .blog-welcome .social-media a {
		margin: 1rem 0;
	}
}

#header + #blog-header .blog-welcome .social-media a:before,
#header + #blog-header .blog-welcome .social-media a:after {
	border: none !important;
}
#header + #blog-header .blog-welcome .social-media a:before {
	position: absolute;
	content: '';
	display: block;

	width: 3.5rem;
	height: 3.5rem;

	background-position: center;
	background-size: contain;

	top: calc(50% - 1.75rem);
	left: 1rem;
}

#header + #blog-header .blog-welcome .social-media a.icon-share-x:before {
	background-image: url('/media/images/icons/share-x.svg');
}
#header + #blog-header .blog-welcome .social-media a.icon-share-facebook:before {
	background-image: url('/media/images/icons/share-facebook.svg');
}
#header + #blog-header .blog-welcome .social-media a.icon-share-linkedin:before {
	background-image: url('/media/images/icons/share-linkedin.svg');
}
#header + #blog-header .blog-welcome .social-media a.icon-share-pinterest:before {
	background-image: url('/media/images/icons/share-pinterest.svg');
}


#header + #blog-header .blog-welcome .social-media a span {
	position: relative;
}

#header + #blog-header .blog-welcome .social-media a span:before,
#header + #blog-header .blog-welcome .social-media a span:after {
	content: '';
	position: absolute;
	left: 50%; right: 50%; bottom: -0.1rem;
	display: block;

	border-left: none;
	border-right: none;

	color: inherit;
	transition: .2s ease-in;
}

#header + #blog-header .blog-welcome .social-media a span:before {
	border-bottom: .2rem solid;
}
#header + #blog-header .blog-welcome .social-media a:hover span:before,
#header + #blog-header .blog-welcome .social-media a:focus span:before {
	border-left: .1rem solid transparent;
	left: 0;
}

#header + #blog-header .blog-welcome .social-media a span:after {
	border-top: .2rem solid;
}
#header + #blog-header .blog-welcome .social-media a:hover span:after,
#header + #blog-header .blog-welcome .social-media a:focus span:after {
	border-right: .1rem solid transparent;
	right: 0;
}

@media screen and (min-width: 1081px) {
	#blog-header .blog-header-nav {
		display: none
	}
}
@media screen and (min-width: 481px) {
	#blog-header .blog-header-nav a.button.prev {
		margin-left: auto;
	}
}
@media screen and (max-width: 480px) {
	#blog-header .blog-header-nav {
		flex-flow: column-reverse;
	}
	#blog-header .blog-header-nav a.button.next:not(:only-child) {
		margin-top: 1.5rem;
	}
}



#blog h2 {
	text-align: center;
	font-size: 2.75rem;
	overflow: hidden;
	max-height: 1.55em;
}
#blog h2 a {
	/* color: var(--color-primary); */
	overflow: hidden;
	max-height: 1.55em;
}

#blog .complementary {
	font-size: .85em;
	text-align: center;
	line-height: 1.1;
	margin-top: 1rem;
}

#blog .article {
	width: 87rem;
	max-width: 100%;
	margin: 0 auto;
	padding: 4.5rem 0 8rem;
}

#blog .preview {
	margin: 3rem 0 0;
}


#blog .preview p {
	margin: 0;
	text-align: center;
	overflow: hidden;
	max-height: 8.15em;
}

#blog .og-image.keep-ar-x {
	margin: 3rem auto 0;
	width: 54rem;
	max-width: 100%;
	flex-shrink: 0;
}
#blog .og-image .keep-ar-y {
	width: 100%;
	height: 0;
	padding-top: 52.36%;

	background-color: #4f5054;

	background-position: center;
	background-size: 100% auto;
	background-size: cover;
}

#blog .read-more {
	margin-top: 3.5rem;
}
#blog .read-more a {
	margin: 0 auto;
}


#blog .blog-footer-nav {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: bold;
	justify-content: center;
	align-items: center;

	max-width: 95%;
	width: 82rem;
	margin: 0 auto;
	padding: 0 0 6rem;
}
#blog .blog-footer-nav a.button {
	margin: 0 .5rem;
	display: flex;
	justify-content: center;
	align-items: center;

	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#blog .blog-footer-nav a.button.next {
	margin-left: auto;
}

#blog .blog-footer-nav a.button.transparent {
	opacity: 0;

	-ms-touch-action: none;
	touch-action: none;
	pointer-events: none;

	cursor: default;
}


@media screen and (min-width: 961px) {
	#blog .preview.thumbnail p {
		text-align: left;
		max-height: 9.3em;
	}

	#blog .preview.thumbnail {
		flex-flow: row-reverse;
	}
	#blog .og-image.keep-ar-x {
		margin: .5rem 6.5rem 0 0;
		width: 34rem;
	}
}


@media screen and (min-width: 481px) {
	#blog .blog-footer-nav a.button {
		margin: 0 1rem;
	}
}



#article {
	padding-bottom: 14rem;
}

#article .main em {
	font-style: italic;
}

#article .main p {
	line-height: 1.55;
	color: var(--color-secondary)
}
#article .main div.complementary,
#article .main div.complementary strong {
	color: var(--color-secondary)
}
#article .main div.complementary {
	margin-top: 1rem;
	line-height: 1.1;
	font-size: .85em;
}
#article .main div.complementary span,
#article .main div.complementary time {
	color: var(--color-primary)
}

#article .main li {
	margin-left: 2rem;
	padding-left: 1.5rem;
	list-style-type: disc;
}
#article .main ol > li {
	list-style-type: decimal;
}

#article .main h3 {
	font-size: 2.75rem;
}

#article .main > h2,
#article .main > h3,
#article .main > p,
#article .main > blockquote,
#article .main > ol,
#article .main > ul {
	margin-top: 2.5rem;
}
#article .main li {
	margin-top: 1rem;
}
#article .main blockquote {
	border-left: .2rem solid var(--color-secondary);
	padding: .5rem 1.5rem .5rem 3.3rem;
}
#article .main blockquote p {
	color: var(--color-primary);
}
#article .main blockquote blockquote {
	padding-left: 2.3rem;
	padding-right: 1rem;
}
#article .main blockquote blockquote p {
	color: var(--color-secondary);
}

#article .main .thumbnail {
	width: 100%;
	margin: 1.5rem 0 2.5rem;
}
#article .main .thumbnail .keep-ar-y {
	width: 100%;
	padding-top: 52.36%;

	background-position: center;
	background-size: 100% auto;
	background-size: cover;
}

#article .main img {
	max-width: 100%;
	display: block;
	margin: 1rem auto 0;
}


#article .sidebar h2 {
	font-size: 3.55rem;
}


#article .sidebar .box.module[class*="icon-"] {
	padding: 0;
	justify-content: center;
}
#article .sidebar .box.module[class*="icon-"]:not(:first-child) {
	margin-top: 0;
}
#article .sidebar .box.module[class*="icon-"]:before {
	left: 1.25rem;
	top: calc(50% - 1.75rem);
	width: 3.5rem;
	height: 3.5rem;
}


#article .sidebar .box.module[class*="icon-"] a {
	padding: 2rem 2rem 2rem 6.25rem;
	display: flex;
	justify-items: center;
}

#article .sidebar .box.module[class*="icon-"] a:before,
#article .sidebar .box.module[class*="icon-"] a:after {
	display: none;
}

#article .sidebar .box.module[class*="icon-"] a span {
	position: relative;
}
#article .sidebar .box.module[class*="icon-"] a span:before,
#article .sidebar .box.module[class*="icon-"] a span:after {
	content: '';
	position: absolute;
	left: 50%; right: 50%; bottom: -0.1rem;
	display: block;

	border-left: none;
	border-right: none;

	color: inherit;
	transition: .2s ease-in;
}

#article .sidebar .box.module[class*="icon-"] a span:before {
	border-bottom: .2rem solid;
}
#article .sidebar .box.module[class*="icon-"] a:hover span:before,
#article .sidebar .box.module[class*="icon-"] a:focus span:before {
	border-left: .1rem solid transparent;
	left: 0;
}

#article .sidebar .box.module[class*="icon-"] a span:after {
	border-top: .2rem solid;
}
#article .sidebar .box.module[class*="icon-"] a:hover span:after,
#article .sidebar .box.module[class*="icon-"] a:focus span:after {
	border-right: .1rem solid transparent;
	right: 0;
}

#article .sidebar h2 {
	font-size: 2.55rem;
}

.box.module.icon-share-x:before {
	background-image: url('/media/images/icons/share-x.svg');
}

.box.module.icon-share-facebook:before {
	background-image: url('/media/images/icons/share-facebook.svg');
}

.box.module.icon-share-pinterest:before {
	background-image: url('/media/images/icons/share-pinterest.svg');
}

.box.module.icon-share-linkedin:before {
	background-image: url('/media/images/icons/share-linkedin.svg');
}


#article .blog-sidebar-nav {
	margin-top: 4.5rem;
	flex-flow: column;
}
#article .blog-sidebar-nav a.button {
	flex-flow: column;
	justify-content: center;
	padding: 1rem 1.5rem;
	color: var(--color-secondary);
}
#article .blog-sidebar-nav a.button:hover,
#article .blog-sidebar-nav a.button:focus {
	background-color: transparent;
	color: var(--color-secondary);
}

#article .blog-sidebar-nav a.button:not(:first-child) {
	margin-top: 2.5rem;
}
#article .blog-sidebar-nav a.button span:first-child {
	font-weight: bold;
	color: var(--color-primary);
	position: relative;
}
#article .blog-sidebar-nav a.button span.title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


#article .blog-sidebar-nav a.button span:first-child:before,
#article .blog-sidebar-nav a.button span:first-child:after {
	content: '';
	position: absolute;
	left: 50%; right: 50%; bottom: -0.1rem;
	display: block;

	border-left: none;
	border-right: none;

	color: inherit;
	transition: .2s ease-in;
}

#article .blog-sidebar-nav a.button span:first-child:before {
	border-bottom: .2rem solid;
}
#article .blog-sidebar-nav a.button:hover span:first-child:before,
#article .blog-sidebar-nav a.button:focus span:first-child:before {
	border-left: .1rem solid transparent;
	left: 0;
}

#article .blog-sidebar-nav a.button span:first-child:after {
	border-top: .2rem solid;
}
#article .blog-sidebar-nav a.button:hover span:first-child:after,
#article .blog-sidebar-nav a.button:focus span:first-child:after {
	border-right: .1rem solid transparent;
	right: 0;
}
