.m_newsListing__item {
	width: 100%;
	/* max-width: 350px; */
	height: auto;
	margin: 0 auto;
	margin-bottom: 1.5em;
	position: relative;
	transition: 0.1s ease-in-out;
}
.m_newsListing__item span {
	position: absolute;
	z-index: 2;
	padding: 0.3em 0.5em;
	margin: 0;
	background-color: rgb(39, 119, 149);
	font-size: 0.7em;
	color: #fff;
}
.m_newsListing__item:hover {
	transform: scale(1.05);
}
.m_newsListing__item:hover .newsListing__image:after {
	opacity: 0.3;
}
.m_newsListing__item:hover .image {
	transform: scale(1);
}
.newsListing__link {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.newsListing__image {
	position: relative;
	overflow: hidden;
}
.newsListing__image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	transition: 0.1s ease-in-out;
}
.newsListing__image .image {
	transition: 0.1s ease-in-out;
	transform: scale(1.2);
}
.newsListing__content {
	padding: 0.5em 0em;
}
.newsListing__content h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.newsListing__content p {
	margin-bottom: 0;
	font-size: 1em;
}

.news{
	display: flex;
}

.news__ads,.news__content{
	flex: 1;
}
.news__content{
	padding: 1em;
}
.load-more-btn {
	margin: 0 1em 1em 0;
}

.btn {
	position: relative;
	cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 10px 0;
    padding: 15px 30px;
    border-radius: 4px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    background-color: #145a76;
    text-decoration: none;
    letter-spacing: 0.5px;
    transform: perspective(1px) translateZ(0);
    transform: scale(1);
    transition-duration: 0.3s;
    transition-property: color;

	box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.single__date {
	margin:0;
	font-size: 0.7em;
	color: #fff;
	margin-bottom: .5em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.single__date span {
	background: #277795;
	padding: 0.5em 0.7em;

}

.single-image{
	padding: 1em 0em 1em 0em;
}



.annons-disclaimer.top {
	width: 980px;
}

.annons-disclaimer.mobile-320 {
	width: 300px;
}

.annons-disclaimer.mobile-300 {
	width: 300px;
}

.annons-disclaimer {
	display: block;
	color: gray;
	font-size: 10px;
	margin: 0 auto;
	text-align: left;
}


#send-to-patient input[type="submit"] {
	border: none;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    background-color: #eee;
    margin-top: 0.5rem;
    color: #145975;
}

#send-to-patient textarea{
	width: 100%;
}
