.jdw-in-the-news-page,
.jdw-in-the-news-archive {
	background: #fff;
	color: #002058;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.jdw-in-the-news-page *,
.jdw-in-the-news-page *::before,
.jdw-in-the-news-page *::after,
.jdw-in-the-news-archive *,
.jdw-in-the-news-archive *::before,
.jdw-in-the-news-archive *::after {
	box-sizing: border-box;
}

.jdw-breadcrumb-section {
	display: none;
}

.jdw-in-the-news-hero__image {
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jdw-in-the-news-content {
	padding-bottom: 40px;
}

.jdw-two-column-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

.jdw-two-column-content__headline {
	padding-left: 20px;
	padding-right: 20px;
}

.jdw-page-subtitle {
	position: relative;
	margin-bottom: 20px;
	font-family: "Apotek Extra Condensed Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: left;
	color: #002058;
}

.jdw-page-subtitle h1 {
	margin: 0;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
}

.jdw-two-column-content__content {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #002058;
}

.jdw-two-column-content__content p {
	margin: 0 0 24px;
}

.jdw-two-column-content__content p:last-child {
	margin-bottom: 0;
}

.jdw-two-column-content__content a,
.jdw-news-card__link a {
	color: #003087;
}

.jdw-in-the-news-subheading {
	margin: 20px 0;
	padding: 0 20px;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	color: #002058;
}

.jdw-in-the-news-search {
	padding: 0 0 40px;
}

.jdw-in-the-news-search__field {
	padding: 0 20px 30px;
}

.jdw-in-the-news-search__field label {
	display: block;
	margin-bottom: 8px;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #002058;
}

.jdw-in-the-news-search__field input,
.jdw-in-the-news-search__field select {
	width: 100%;
	height: 36px;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #002058;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
}

.jdw-in-the-news-search__field select {
	padding: 0 40px 0 10px;
	border: 1px solid #002058;
	background: transparent url("../images/icon-arrow.png") no-repeat center right;
	background-size: 40px;
	appearance: none;
	-webkit-appearance: none;
}

.jdw-in-the-news-search__field input {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #002058;
	background: #fff;
}

.jdw-in-the-news-search__field input::placeholder {
	color: #6d7792;
	opacity: 1;
}

.jdw-in-the-news-search__field input[type="search"]::-webkit-search-cancel-button {
	appearance: searchfield;
	-webkit-appearance: searchfield;
}

.jdw-in-the-news-search__field--cta {
	width: 120px;
	max-width: 120px;
	padding-bottom: 0;
}

.jdw-in-the-news-button {
	display: inline-block;
	width: auto;
	padding: 14px 30px 12px;
	border: 3px solid #c8102e;
	border-radius: 0;
	background: #c8102e;
	color: #fff;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

.elementor-kit-6 .jdw-in-the-news-button {
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
}

.jdw-in-the-news-button:hover,
.jdw-in-the-news-button:focus,
.jdw-in-the-news-button:active {
	border-color: #820014;
	background: #820014;
	color: #fff;
	box-shadow: none;
}

.jdw-in-the-news-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.jdw-news-card {
	width: 100%;
	padding-bottom: 40px;
}

.jdw-news-card.is-hidden {
	display: none;
}

.jdw-news-card__image {
	margin-bottom: 15px;
	overflow: hidden;
	background: #eef1f6;
}

.jdw-news-card__image a {
	display: block;
}

.jdw-news-card__image a:hover,
.jdw-news-card__image a:focus {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.jdw-news-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	transition: transform 0.2s ease-in-out;
}

.jdw-news-card__image a:hover img,
.jdw-news-card__image a:focus img {
	transform: scale(1.05);
}

.jdw-news-card__date {
	font-size: 16px;
	line-height: 24px;
	color: #002058;
}

.jdw-news-card__title {
	margin: 0;
	padding-top: 6px;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
}

.jdw-news-card__title a {
	color: #002058;
	text-decoration: none;
}

.jdw-news-card__title a:hover,
.jdw-news-card__title a:focus {
	text-decoration: underline;
}

.jdw-news-card__description {
	padding: 15px 0 6px;
	font-size: 15px;
	line-height: 22.5px;
	color: #002058;
}

.jdw-news-card__link a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}

.jdw-news-card__link a:hover,
.jdw-news-card__link a:focus {
	text-decoration: none;
}

.jdw-in-the-news-empty {
	padding: 0 20px 40px;
	text-align: center;
}

.jdw-in-the-news-empty__message {
	padding-bottom: 20px;
	font-family: "Apotek Extra Condensed Bold", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #002058;
}

.jdw-in-the-news-load-more {
	padding-bottom: 40px;
	text-align: center;
}

.jdw-in-the-news-load-more .jdw-in-the-news-button,
.jdw-in-the-news-empty .jdw-in-the-news-button {
	width: 205px;
	max-width: 100%;
}

.jdw-in-the-news-search__field--cta .jdw-in-the-news-button {
	width: 120px;
}

@media (min-width: 768px) {
	.jdw-in-the-news-hero__image {
		height: 400px;
	}

	.jdw-two-column-content {
		display: flex;
	}

	.jdw-two-column-content__headline {
		flex: 1 1 40%;
		min-width: 40%;
		max-width: 40%;
		padding-right: 5%;
		padding-left: 40px;
	}

	.jdw-page-subtitle {
		max-width: 390px;
		margin-bottom: 0;
	}

	.jdw-two-column-content__content {
		flex: 1 1 auto;
		padding-left: 0;
		padding-right: 20px;
	}

	.jdw-in-the-news-subheading {
		padding-left: 40px;
		padding-right: 40px;
	}

	.jdw-in-the-news-search {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 60px;
	}

	.jdw-in-the-news-search__form {
		display: flex;
		margin-left: -20px;
	}

	.jdw-in-the-news-search__field {
		flex: 1 1 auto;
		padding-bottom: 0;
	}

	.jdw-in-the-news-search__field:first-child {
		max-width: 37.5%;
	}

	.jdw-in-the-news-search__field--cta {
		max-width: 160px;
		padding-top: 9px;
	}

	.jdw-in-the-news-search__field--cta .jdw-in-the-news-button,
	.jdw-in-the-news-load-more .jdw-in-the-news-button,
	.jdw-in-the-news-empty .jdw-in-the-news-button {
		font-size: 18px;
		line-height: 18px;
	}

	.jdw-in-the-news-search__field--cta .jdw-in-the-news-button {
		width: 100%;
	}

	.jdw-in-the-news-grid {
		padding: 0 10px;
	}

	.jdw-news-card {
		width: 50%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 992px) {
	.jdw-two-column-content__headline {
		padding-left: 6.5%;
	}

	.jdw-page-subtitle {
		font-size: 40px;
	}

	.jdw-two-column-content__content {
		padding-right: 10%;
		font-size: 18px;
		line-height: 27px;
	}

	.jdw-in-the-news-subheading {
		padding-left: 6.5%;
	}

	.jdw-in-the-news-search {
		padding-left: 6.5%;
		padding-right: 6.5%;
	}

	.jdw-in-the-news-search__field--cta {
		max-width: 245px;
	}
}

@media (min-width: 1200px) {
	.jdw-in-the-news-grid {
		padding: 0;
	}

	.jdw-news-card {
		width: 33.333%;
		padding: 0 30px 30px;
	}
}

@media (min-width: 1440px) {
	.jdw-in-the-news-grid {
		padding: 0 30px;
	}

	.jdw-page-subtitle {
		font-size: 44px;
	}

	.jdw-in-the-news-search {
		padding-bottom: 100px;
	}
}
