.full-width-description {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
}
.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mb-1 {
	margin-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 2rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.w-full {
	width: 100%;
}
.w-half {
	width: 50%;
}
.mw-100 {
	max-width: 100px;
}
.mw-150 {
	max-width: 150px;
}
.mw-200 {
	max-width: 200px;
}
.mw-250 {
	max-width: 250px;
}
.mw-300 {
	max-width: 300px;
}
.mw-350 {
	max-width: 350px;
}
.mw-400 {
	max-width: 400px;
}
.mw-450 {
	max-width: 450px;
}
.mw-500 {
	max-width: 500px;
}
.mw-550 {
	max-width: 550px;
}
.mw-600 {
	max-width: 600px;
}
.mw-650 {
	max-width: 650px;
}
.mw-700 {
	max-width: 700px;
}
.mw-750 {
	max-width: 750px;
}
.mw-800 {
	max-width: 800px;
}
.mw-850 {
	max-width: 850px;
}
.carousel-inner .item a img, 
.carousel-inner .item img,
.img-responsive,
.thumbnail a img, 
.thumbnail img {
	display: block;
    max-width: 100%;
    height: auto;
}
.markdown-content {
	margin: 50px auto;
}
.markdown-content h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.markdown-content img {
	max-width: 100%;
}
.markdown-content code {
	padding: 5px 15px;
	background: #eeeeee;
}
.markdown-content p {
	color: #4A4D57;
	font-size: 17px;
	font-weight: 400;
}
.markdown-content strong {
	color: #4A4D57;
}
.flex-center {
	align-items: center;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex-wrap .text-wrap {
	width: calc(100% - 2rem);
	max-width: 600px;
	margin: 1rem auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.flex-wrap .text-wrap h2 {
	margin-top: 0;
	padding-top: 0;
}
.flex-wrap .image-wrap {
	width: 100%;
	width: calc(100% - 2rem);
	max-width: 600px;
	margin: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.flex-wrap.row-reverse {
	flex-direction: row-reverse;
}
.text-wrap .buttons-wrap {
	margin-top: 20px;
}
.text-wrap .buttons-wrap .col-6_md-12 {
	max-width: 400px !important;
	padding-bottom: 5px;
}

.news-content .markdown-content .image-wrap {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0.8rem auto 1rem;
}
.news-content .markdown-content img {
	max-width: 100%;
}
.news-content .markdown-content .right-image {
	width: fit-content;
	max-width: 100%;
	margin: 0.8rem auto 1rem;
	float: right;
}
.news-content .markdown-content .left-image {
	width: fit-content;
	max-width: 100%;
	margin: 0.8rem 1rem 1rem 0;
	float: left;
}
.markdown-content .image-text-flex-content {
	width: 100%;
	margin-left: 0;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.markdown-content .image-text-flex-content.row-reverse {
	flex-direction: row-reverse;
}
.markdown-content .image-text-flex-content .text-wrap {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 17px;
	font-weight: 400;
	color: #4A4D57;
}
.markdown-content .image-text-flex-content .image-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}
.footnotes li {
  font-size: 60%;
}
.footnotes p {
  font-size: 100%;
}
.pagination {
	display: flex;
	width: auto;
	margin: 20px auto 50px;
}
.pagination li {
  font-size: 0.9rem;
	width: 36px;
	text-align: center;
	padding: 9px 0;
  border: 1px solid #dfdfdf;
  border-left: 0.5px solid #dfdfdf;
  border-right: 0.5px solid #dfdfdf;
}

.pagination li.active {
	background-color: #36a9e1;
  border: 1px solid #36a9e1;
  color: #fff;
}
.pagination li.active a {
	color: #fff;
}
.pagination li.disabled {
	display: none;
}
.search-wrap {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: calc(100% - 40px);
	height: 100%;
	background: rgba(0, 0, 0, .8);
	padding: 50px 20px;
	display: none;
	box-sizing: unset;
}
.search-wrap .search-form {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
	box-sizing: unset;
}
.search-wrap .search-form .close-btn {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 24px;
	height: 24px;
}
.search-wrap .search-form .close-btn:hover {
	cursor: pointer;
}
.search-wrap .search-form .close-btn svg {
	stroke: #fff;
}
.search-wrap .search-form input {
	width: calc(100% - 30px);
	outline: none;
	border: 0px;
	padding: 10px 15px;
	margin-bottom: 5px;
	box-sizing: unset;
	font-size: 14px;
  font-weight: 400;
}
.search-wrap .search-form input:focus {
	outline: none;
}
.search-wrap .search-result {
	position: relative;
	max-width: 560px;
	padding: 20px;
	margin: auto;
	height: 500px;
	overflow-y: scroll;
	background: white;
	box-sizing: unset;
}
.search-wrap .search-result::-webkit-scrollbar {
  width: 5px;
}
 
.search-wrap .search-result::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
 
.search-wrap .search-result::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.hero-section .container {
	background: linear-gradient(to right, black, transparent);
}
.post-card .card-image {
	display: block;
	width: 100%;
	height: 200px;
}
.post-card .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-card .description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.contact-form-suggestions-list label{
	display: block;
}
.contact-form-suggestions-list hr {
	margin: 5px 0 15px;
}
.contact-form-suggestions-list li {
	list-style: none;
	margin-bottom: 10px;
}
@media(min-width: 768px) {
	.hero-section .container {
		background: none;
	}
}
@media(min-width: 992px) {
	.flex-wrap .text-wrap {
		width: calc(50% - 2rem);
		padding: 0 1rem;
		margin: 0;
	}
	.flex-wrap .image-wrap {
		width: 50%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.markdown-content .image-text-flex-content {
		width: 90vw;
		margin-left: calc((750px - 90vw)/2);
	}
	.markdown-content .image-text-flex-content .text-wrap {
		width: calc(50% - 2rem);
		padding: 0 1rem;
		margin: 0;
	}
	.markdown-content .image-text-flex-content .image-wrap {
		width: 50%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.docment-mobile-nav {
		height: 70px;
		background: #fff !important;
	}
}
@media(min-width: 1440px) {
	.flex-wrap .text-wrap {
		width: 700px;
		padding-left: 16px;
		padding-right: calc(50% - 716px);
	}
	.flex-wrap.row-reverse .text-wrap {
		width: 700px;
		padding-right: 16px;
		padding-left: calc(50% - 716px);
	}
}