.main-content .articles{
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
}
.main-content .articles .article{
	border-radius: 5px;
	margin: 0;
	padding:0;
}
.articles .a-read-more a{
	text-decoration: none;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #198754;
	color: #fff !important;
	text-transform: none !important;
}
.articles .a-read-more a::before{
	position: unset !important;
}
.articles h2 a{
	font-size: 1em;
}
.main-content .mc-right .mcr-block h3{
	color: #198754;
}

.main-content.service-list .articles .article .square-image { border-radius:10px; }
.main-content.service-list .articles .article .square-image:before { padding-top:134.375%; }

.heading .boundary {
	padding: 0 0;
}

.main-content {
	padding: 0;
}

.main-content .boundary,
.heading .boundary {
	max-width: 1200px;
}

.heading .h-title {
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #004735;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 60px;
}

.heading .h-title a {
	color: inherit;
}

/* TOC CSS */
.main-content .toc {
	display: inline-block;
	border-left: 3px solid #333;
	margin: 3em 0;
	max-width: 100% !important;
	box-sizing: border-box;
}

.main-content .toc ul {
	margin: 0;
	width: auto;
	white-space: nowrap;
	list-style-type: none;
	padding: 0 0 0 20px;
}

.main-content .toc .toc-title {
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 20px;
	display: block;
	text-transform: uppercase;
}

.main-content .toc .toc-title:hover {
	text-decoration: underline;
	cursor: pointer;
}

.main-content .toc ul li a {
	color: var(--black);
}

.main-content .toc ul li a:hover {
	color: var(--brown);
}

.main-content .toc ul li ul {
	padding-left: 15px;
}

.main-content .toc ul li ul li:before {
	content: "\00b7";
	margin-right: 5px;
}

/* / TOC CSS */

.main-content .boundary,
.main-content .mc-others {
	text-align: left;
}

.main-content .boundary {
	background-color: #fff;
	box-shadow: 0 0 3px #666;
	padding: 20px;
	margin: 10px 0 30px;
}

.main-content.title {
	background-color: var(--green);
	color: #FFF;
	position: relative;
}

.main-content.title.dark {
	background-color: var(--green-dark);
}

.main-content.title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../images/partners-bg.png) center center no-repeat;
	opacity: 1;
	top: 0;
	left: 0;
}

.main-content.title .boundary {
	padding: 2em 0;
}

.main-content.title.dark .boundary {
	padding: 1em 0;
}

.main-content.title .mc-title {
	color: #FFF;
	margin-bottom: 0;
	line-height: 1.3em;
}

.main-content.title .mc-description {
	font-size: 0.8em;
	font-style: italic;
	color: #333;
}

.main-content .article-image:before {
	padding-top: 52.333%;
}

.main-content .mc-content {
	overflow-x: auto;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1em;
}

.main-content .mc-content h1 {
	line-height: 1.3em;
	font-size: 32px;
}

.main-content .mc-content h2,
.main-content .mc-content h3,
.main-content .mc-content h4,
.main-content .mc-content h5 {
	line-height: 1.3em;
	font-size: 28px;
	font-weight: bold;
}

.main-content .mc-content h3 {
	font-size: 22px;
}

.main-content .mc-content h4 {
	font-size: 18px;
}

.main-content .mc-content h5 {
	font-size: 16px;
}

.main-content .mc-content blockquote {
	padding: 10px 20px;
	margin: 1em auto;
	border-left: 5px solid var(--green-light);
	background-color: #FAFAFA;
	text-align: left;
	display: inline-block;
}

.main-content .mc-content img {
	max-width: 90%;
	height: auto;
}

.main-content .mc-content video {
	max-width: 100%;
	height: auto;
}

.main-content .mc-content figure.image {
	display: inline-block;
	margin: 0;
}

.main-content .mc-content figure.image img {
	margin: 0;
	max-width: unset;
}

.main-content .mc-content figure.image figcaption {
	margin: 10px 0 0;
	text-align: center;
}

.main-content .mc-content figure.align-left {
	float: left;
	margin-right: 20px;
}

.main-content .mc-content figure.align-right {
	float: right;
	margin-left: 20px;
}

.main-content .mc-others {
	margin: 10px auto 0;
	text-align: center;
}

.main-content .mc-others .boundary {
	margin-top: 0;
	border: unset !important;
	box-shadow: unset;
}

.main-content .mc-others .mco-items {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
}

.main-content .mc-others h4 {
	margin: 0 0 1em;
	font-size: 1.2em;
	text-transform: uppercase;
}

.main-content .mc-others .mco-item {
	margin-bottom: 20px;
	width: 100%;
}

.main-content .mc-others .mco-item {
	text-align: center;
}

.main-content .mc-others .mco-item a:hover {
	color: var(--brown);
}

.main-content .mc-others .mco-item .square-image {
	position: relative;
	width: 100%;
	height: auto;
}

.main-content .mc-others .mco-item .square-image:before {
	content: "";
	display: block;
	width: 100%;
	height: auto;
	padding-top: 52.333%;
}

.main-content .mc-others .mco-item .square-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.main-content .mc-others .mco-item .mco-title {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

.main-content .mc-others .mco-item .mco-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
}

.main-content .mc-others .mco-item .mco-info {
	font-size: 15px;
}

.main-content .mc-others .mco-item .mco-info span:before {
	content: "\00b7";
	margin: 0 5px;
}

.main-content .mc-others .mco-item .mco-read-more {
	display: none;
}

.main-content .mc-others .mco-item .mco-read-more a {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	transition: .5s;
	overflow: hidden;
	display: inline-block;
	margin-top: 5px;
	color: var(--black);
}

.main-content .mc-others .mco-item .mco-read-more a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	border-bottom: 1px solid;
	bottom: 3px;
}

.main-content .mc-others .mco-item .mco-read-more a:hover {
	color: var(--brown);
}

.main-content .mc-others .mco-item .mco-read-more a:hover:before {
	animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}

.main-content .articles .article h2 { font-family:roboto; }
.main-content .articles .article .a-read-more { display:none; }

@media (min-width:480px) {
	.main-content .articles{
		grid-template-columns: repeat(2, 1fr);
		}
}
@media (min-width:576px) {
	.main-content .mc-others .mco-item {
		margin-right: 2%;
		display: inline-block;
		vertical-align: top;
	}
	.main-content .articles .article{
		width: auto;

	}

	.main-content .mc-others .mco-item:nth-child(2n+0) {
		margin-right: 0;
	}
}

@media (min-width:768px) {
	.main-content .boundary {
		padding: 0;
	}
	.main-content .articles{
		grid-template-columns: repeat(3, 1fr);
		}
	.main-content .mc-content {
		padding: 20px;
	}
}

@media (min-width:996px) {
	.main-content .mc-others .boundary {
		width: 100%;
	}

	.main-content .mc-others .mco-item:nth-child(2n+0) {
		margin-right: 2%;
	}

	.main-content .mc-others .mco-item:nth-child(4n+0) {
		margin-right: 0;
	}
}

@media (min-width:1200px) {
	.container.heading {
		background-size: 100% 100%;
	}

	.heading.page-header .ph-bg {
		width: 100%;
	}
}