.article-card-big .image a,
.event-card .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.event-speakers {
	margin-top: 30px;
	border: 1px solid #f5f5f5;
}

.event-speakers .head {
	padding: 25px;
	border-bottom: 1px solid #f5f5f5;
}

.event-speakers .head h3 {
	margin: 0;
	text-transform: uppercase;
}

.event-speakers .content {
	padding: 10px 25px;
}

.event-speakers .content .event-speakers-single {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 15px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.event-speakers .content .event-speakers-single .image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 140px;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	margin-right: 30px;
}

.event-speakers .content .event-speakers-single .expert-link {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
}

.event-speakers .content .event-speakers-single .text :first-child {
	margin-top: 0;
}

.event-speakers .content .event-speakers-single .text :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.event-speakers .content .event-speakers-single .image {
		width: 90px;
		height: 90px;
	}
}

@media only screen and (max-width: 476px) {
	.event-speakers {
		margin-top: 20px;
	}
	.event-speakers .head {
		padding: 15px;
	}
	.event-speakers .content {
		padding: 15px;
	}
	.event-speakers .content .event-speakers-single .image {
		width: 90px;
		height: 90px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.event-speakers .content .event-speakers-single {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin: 0;
	}

	.event-speakers .content .event-speakers-single:not(:first-child) {
		margin-top: 15px;
	}
}

.event-single .event-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	display: block;
	margin: 15px 0;
}

.event-single .event-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

/* arrow scroll up start */

.arrow-scroll-up {
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke='white' stroke-width='2' d='M5 15l7-7 7 7' /%3E%3C/svg%3E");
	background-size: 60%;
	background-color: #66c272;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: opacity ease-in-out 0.2s;
	-o-transition: opacity ease-in-out 0.2s;
	transition: opacity ease-in-out 0.2s;
	outline: none;
	z-index: 100;
	display: none;
}

.arrow-scroll-up:hover {
	opacity: 1;
}

@media (max-width: 767.98px) {
	.arrow-scroll-up {
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
		background-size: 50%, 100%;
	}
}

/* Article */

.articles-single-block {
	border-top: 1px solid #f5f5f5;
	padding: 45px 0;
}

.articles-single-block h2 {
	text-transform: uppercase;
	margin: 0;
}
.articles-single-block .content {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.articles-single-block {
		border-top: 1px solid #f5f5f5;
		padding: 25px 0;
	}
}

/* Medicine card */

.card-medicine {
	height: 100%;
	padding: 10px 0;
}

.card-medicine .content {
	position: relative;
	border: 1px solid #f5f5f5;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	margin: 0;
}

.card-medicine:hover .content {
	border-color: #66C272;
}

.card-medicine .image {
	flex-shrink: 0;
	width: 35%;
	max-width: 200px;
	padding-right: 10px;
	text-align: center;
}

.card-medicine .image img {
	max-width: 100%;
	max-height: 150px;
}

.card-medicine .text h3 {
	text-transform: uppercase;
}

.card-medicine .text {
	max-width: 100%;
	max-height: 100%;
}

.card-medicine .text p {
	margin-top: 15px;
}

.card-medicine .text > *:first-child {
	margin-top: 0;
}
.card-medicine .text > *:last-child {
	margin-bottom: 0;
}

/* Comments */

.block-comments .add-comment {
	display: flex;
	flex-direction: row;
}

.block-comments .comment-form-comment {
	margin-top: 0;
}

.block-comments .add-comment .avatar{
	margin-right: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.block-comments .photo {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center;
	border-radius: 80px;
	border: 1px solid rgba(0, 0, 0, .05);
}

.block-comments .comments-pagination {
	padding: 20px 0 20px;
	display: flex;
	flex-direction: row;
}

.block-comments .comments-pagination .page-numbers,
.block-comments .comments-pagination a {
	display: inline-block;
	width: 2em;
	height: 2em;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 2em;
	text-decoration: none;
	line-height: 2em;
	text-align: center;
}

.block-comments .comments-pagination .current {
	border-color: white;
	font-weight: 500;
}

.block-comments .comments-pagination a:hover {
	border-color: #66C272;
}

.block-comments .comments-pagination > *:not(:last-child) {
	margin-right: 10px;
}

.comment-single form {
	margin-top: 10px;
	display: none;
}

.comment-single form .title {
	margin-bottom: .6em;
}

.comment-single form .buttons {
	margin-top: .6em;
}

.comment-single form .buttons > *:not(:last-child) {
	margin-right: 10px;
}

.comment-single .avatar {
	margin-right: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center;
	border-radius: 80px;
	border: 1px solid rgba(0, 0, 0, .05);
}

.comment-single {
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	position: relative;
}

.comment-single:first-child {
	margin-top: 0;
}
.comment-single:last-child {
	margin-bottom: 0;
}

.comment-single .head {
	display: flex;
	flex-direction: row;
}

.comment-single .author {
	font-weight: 500;
	margin-right: 15px;
}

.comment-single .date {
	color: #AEAEAE;
}

.comment-single .comment-button {
	background-color: transparent;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #D3D3D2;
	font-family: Montserrat;
	position: relative;
	padding-left: 1.7em;
}

.comment-single .comment-button:not(:last-child) {
	margin-right: 20px;
}

.comment-single .comment-button:hover {
	cursor: pointer;
	text-decoration: none;
}

.comment-single .comment-button::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -.6em;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.comment-single .comment-button.comment-reply::before {
	background-image: url('../images/icons/reply.svg');
}

.comment-single .comment-button.comment-edit::before {
	background-image: url('../images/icons/edit.svg');
}

.comment-single .text {
	padding: 10px 0;
}

.comment-single .text > *:first-child {
	margin-top: 0;
}

.comment-single .text > *:last-child {
	margin-bottom: 0;
}

.comment-list .children {
	padding-left: 100px;
}

.profile-comment {
	border: 1px solid #F5F5F5;
	padding: 16px 20px;
	margin: 15px 0;
}

.profile-comment h4 {
	margin-top: 0;
}

.profile-comment a {
	text-decoration: underline;
}

.profile-comment a:hover {
	text-decoration: none;
}

.profile-comment .text-small {
	margin-bottom: 0;
}

.profile-comment .counter {
	color: #333333;
	position: relative;
	padding-left: 1.7em;
	margin-right: 10px;
	font-weight: 500;
}

.profile-comment .counter::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	margin-top: -.7em;
	width: 1.4em;
	height: 1.4em;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.profile-comment .counter.counter-answers::before {
	background-image: url('../images/icons/answer.svg');
}

.profile-page-comments {
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 776.98px) {
	.profile-page .profile-page-content {
		padding-right: 0;
		border: none;
	}
}

@media (max-width: 576.98px) {
	.block-comments .add-comment {
		flex-direction: column;
	}
	.block-comments .add-comment .avatar {
		display: none;
	}
	.comment-single .avatar {
		width: 50px;
		height: 50px;
		margin-top: -5px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.comment-single .comment-button {
		font-size: 13px;
	}
	.comment-single .head {
		flex-direction: column;
		padding-left: 60px;
	}
	.comment-list .children {
		padding-left: 15px;
	}
}

/* Article content start */
blockquote {
	padding-left: 1em;
	border-left: 3px solid #66C272;
}

blockquote p {
	font-style: italic;
	font-size: 1.1em;
}

.articles-content ul,
.articles-content ol {
	list-style: none;
	padding: 0;
	padding-left: .5em;
	margin: 1.5em 0;
}

.articles-content ul ol,
.articles-content ul ul,
.articles-content ol ol,
.articles-content ol ul {
	margin: .5em 0;
}

.articles-content ul li,
.articles-content ol li {
	padding-left: 1em;
	margin: .5em 0;
	position: relative;
	font-weight: 400;
}

.articles-content ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: .4em;
	height: .4em;
	background-color: #66c272;
	border-radius: 50%;
	left: 0;
	top: .5em;
}

.articles-content ol {
	list-style: none;
	counter-reset: item;
}

.articles-content ol li {
	counter-increment: item;
}

.articles-content ol li:before {
	content: counter(item);
	display: inline-block;
	position: absolute;
	font-size: 1em;
	color: #66c272;
	font-weight: 600;
	left: 0;
	top: 0;
}
/* Article content end */


/* Medicine cards start */
.medicine-card {
	text-align: center;
	border-bottom: 1px solid #F5F5F5;
	padding: 20px 0;
	height: 100%;
}

.medicine-card .image {
	position: relative;
	padding-bottom: 56%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.medicine-card .image::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.16) 100%);
	opacity: 0.8;
}

.medicine-card .button {
	margin-top: 10px;
}
/* Medicine cards end */

.content-item-summary .learn-press-message.notice {
	display: none;
}
.quiz-status .questions-index span {
	display: none;
}
