/*!
Theme Name: oncomed
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oncomed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oncomed is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.np-s__content ul {
	list-style-type: disc;
}

.news-card__img {
	background: linear-gradient(180deg, #00506e, #5d9fd8 95.19%);
}

.contact-card__href {
	width: fit-content;
}

.form-item p {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-item p br {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	margin: 2em 0 0 0;
	border-radius: 16px;
}

.modal-thx .modal-inner__box {
	align-items: center;
	text-align: center;
	gap: 8px;
}

.modal-thx__desc {
	color: hsla(0, 0%, 8%, 0.502);
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 16px;
}

.modal-thx__icon {
	color: #3680c0;
	margin-bottom: 16px;
}

.modal-thx__btn {
	width: 100%;
}

.team-card__img img {
	background: linear-gradient(180deg, #00506e, #5d9fd8);
}

.serv-card__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.team-card {
	height: 100%;
}

.team-card__link {
	margin-top: auto;
}

.modal-team-card .modal-inner {
	max-width: 640px;
}

.modal-team-card .modal-serv-card__right {
	padding: 0;
	height: 100%;
}
.modal-team-card .modal__close {
	top: 0;
	right: 0;
}
.np-s-pdfs__title {
	margin: 2em 0 1em;
}

@media (max-width: 768px) {
	.modal-team-card .modal-inner {
		max-width: calc(100% - 32px);
	}
}

ul {
	padding-left: 25px;
}

.approachbanner__bg_mobile {
	display: none;
}

@media (max-width: 768px) {
	.approachbanner__bg {
		display: none;
	}
	.approachbanner__bg_mobile {
		display: flex;
	}	
}