.author-link {
	font-weight: 700 !important;
}

#FAQ {
	scroll-margin-top: 350px;
}
.header {
	background-color: #fff;
}

/* posts */
.banner {
	background: #e7e7e7;
	height: 84px;
	padding-left: 100px;
	padding-right: 100px;
}
.banner p {
	font-family: 'Mulish';
	font-size: 18px;
	line-height: 84px;
	color: #36546E;
}
.banner p a {
	font-family: 'Mulish';
	font-size: 18px;
	line-height: 84px;
	color: #36546E;
	text-decoration: none;
}
.template-content {
	margin-top: 75px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 157.5%;
	color: #3F3B3B;

}
.template-content p {
	font-size: 18px;
	line-height: 157.5%;
	color: #3F3B3B;
}
.template-content h1, .template-content h2, .template-content h3, .template-content h4, .template-content p {
	margin-bottom: 25px;
	font-family: 'Mulish';
	color: #4c677e;
}
.template-content h1 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #4C677E;
	margin-bottom: 59px;
}
.template-content p.category:before, .template-content p.category:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 7%;
    height: 1px;
    content: '\a0';
    background-color: #55adb9;
}
.template-content p.category:after {
	margin-left: 3%;
}
.template-content p.category:before {
    margin-left: -10%;
    text-align: right;
}
.template-content blockquote, .template-content p.callout {
	display: block;
	clear: both;
	border-left: solid 10px #36546e;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 26px;
    font-style: italic;
    font-family: 'Mulish';
	font-weight: 400;
	font-size: 20px;
	line-height: 157.5%;
	color: #36546E;
	text-align: left;
}
.template-content ol, .template-content ul {
	margin-left: 2%;
}
.template-content ol li, .template-content ul li {
	margin-bottom: 30px;
	color: #36546E;
}



.template-content p.category {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #55ADB9;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.template-content p.date {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #24394B;
}
.template-content .featured-image {
	width: 100%;
	height: 609px;
	object-fit: cover;
	border-radius: 26px;
	margin-bottom: 43px;
}
.template-post-content {
	box-sizing: border-box;
	padding-left: 3%;
	padding-right: 3%;
}

/* pages */
.cg-page-content {
	margin-top: 75px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 157.5%;
	color: #3F3B3B;

}
.cg-page-content p {
	font-size: 18px;
	line-height: 157.5%;
	color: #3F3B3B;
}
.cg-page-content h1, .cg-page-content h2, .cg-page-content h3, .cg-page-content h4, .cg-page-content p {
	margin-bottom: 25px;
	font-family: 'Mulish';
	color: #4c677e;
}
.cg-page-content h1 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #4C677E;
	margin-bottom: 59px;
}
.cg-page-content p.category:before, .cg-page-content p.category:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 7%;
    height: 1px;
    content: '\a0';
    background-color: #55adb9;
}
.cg-page-content p.category:after {
	margin-left: 3%;
}
.cg-page-content p.category:before {
    margin-left: -10%;
    text-align: right;
}
.cg-page-content blockquote, .cg-page-content p.callout {
	display: block;
	clear: both;
	border-left: solid 10px #36546e;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 26px;
    font-style: italic;
    font-family: 'Mulish';
	font-weight: 400;
	font-size: 20px;
	line-height: 157.5%;
	color: #36546E;
	text-align: left;
}
.cg-page-content ol, .cg-page-content ul {
	margin-left: 2%;
}
.cg-page-content ol li, .cg-page-content ul li {
	margin-bottom: 30px;
	color: #36546E;
	font-size: 18px;
	line-height: 157%;
}



.cg-page-content p.category {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #55ADB9;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cg-page-content p.date {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #24394B;
}
.cg-page-content .featured-image {
	width: 100%;
	height: 609px;
	object-fit: cover;
	border-radius: 26px;
	margin-bottom: 43px;
}
.post-type-page {
	width: 100%;
}
.page-image-right {
	padding-left: 20px;
}

figure img {
	border-radius: 20px !important;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a {
	text-decoration: none !important;
}
@media screen and (max-width: 1000px) {
	.banner {
		margin-top: 100px;
		height: 64px;
		padding-left: 5.3%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.banner::-webkit-scrollbar {
		display: none;
	}
	.banner p, .banner p a {
		line-height: 64px;
		font-size: 12px;
		line-height: 64px;
	}
	.template-content {
		margin-top: 24px;
		width: 89.6%;
	}
	.template-content .featured-image {
		height: 200px;
	}
	.template-post-content {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}