/* Nav Bar */
.nav-link.languages-link {
	text-transform: uppercase;
	color: #232d65 !important;
}

.navbar {
	box-shadow: 0 5px 10px -10px black;
}

/* Main Wrapper */
.main-wrapper {
	background-color: #e0e2e2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-main-container {
	max-width: 1100px;
	background-color: white;
}

.container.inner {
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 768px) {
	.container.inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
/* Designed Header */

#designed-header {
	margin-top: 30px;
}

#designed-header h1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4rem;
}

#designed-header p {
	font-size: 1.1rem;
	line-height: 1.6;
}

/* Video Section */

.blue-wrapper {
	background-color: #232d65;
}

.video-hero .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-hero img {
	margin: 40px 0 40px 0;
	border: 1px solid #b2b3b4;
}

@media screen and (max-width: 768px) {
	.video-hero img {
		max-width: 400px;
	}
}

/* Hero Banner and Intro Text*/

.hero-banner img {
	max-width: 100%;
}

.intro-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro-text h3 {
	color: #00205b;
	font-weight: bold;
	font-size: 1.6rem;
}

.intro-text.foreign h3 {
	font-size: 1.5rem;
}

/* Hero Cards */
.hero-card-text {
	background-color: #00205b;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	padding: 0.8rem;
	height: 100px;
}

.hero-card-text.dutch {
	height: 140px;
}

.hero-card-text.dutch h2 {
	font-size: 1.2rem;
}

.hero-card-text h2 {
	color: #ffffff;
	margin-bottom: 0;
}

.hero-cards .card:hover {
	cursor: pointer;
}

.hero-cards .card:hover .hero-card-text {
	background-color: #14a9e6;
	cursor: pointer;
}

.selected-hero-card {
	background-color: #14a9e6;
}

/* Nurses Section */

.nurses-section {
	margin-top: 25px;
}

.nurses-text h1 {
	color: #14a9e6;
	font-weight: bold;
	font-size: 2rem;
}

.nurses-text p {
	font-size: 1.2rem;
	line-height: 1.6;
}

/* Clinicians Section */

.clinicians-section {
	margin-top: 25px;
}

.clinicians-text h1 {
	color: #14a9e6;
	font-weight: bold;
	font-size: 2rem;
}

.clinicians-text p {
	font-size: 1.2rem;
	line-height: 1.6;
}

/* Patients Section */

.patients-section {
	margin-top: 25px;
}

.patients-text h1 {
	color: #14a9e6;
	font-weight: bold;
	font-size: 2rem;
}

.patients-text p {
	font-size: 1.2rem;
	line-height: 1.6;
}

/* Contact Form */
.contact-form {
	margin-top: 10px;
}
label {
	margin-bottom: 0 !important;
	font-size: 0.8rem !important;
	margin-left: 1px !important;
}

label span {
	color: #ed1c24;
}

input[type="text"],
input[type="email"],
select,
textarea {
	border-radius: 5px !important;
	background-color: #f7fafc !important;
	border: 1px solid #ccd7e3 !important;
	font-size: 0.9rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-radius: 5px !important;
	background-color: #f7fafc !important;
	border: 1px solid #00205b !important;
}

select {
	-webkit-appearance: menulist;
	appearance: menulist;
}

textarea {
	height: 5rem !important;
}

.form-check {
	padding-left: 1.7em;
}

.form-check a {
	color: #848abd;
}

.btn-trach-form {
	background-color: #f3775f;
	color: #ffffff;
	padding: 0.3rem 1.25rem 0.3rem;
}

/* Learn More Card */
.learn-more-container {
	background-color: #fafafa;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	border: 1px solid #b2b3b4;
}

.learn-more-container h1 {
	margin-right: auto;
	color: #00205b;
	font-weight: bold;
	font-size: 1.7rem;
}

.learn-more-container.foreign h1 {
	font-size: 1.3rem;
}

.learn-more-container img {
	border: 1px solid #b2b3b4;
}

@media screen and (max-width: 768px) {
	.learn-more-card {
		flex-direction: column;
	}

	.learn-more-container h1 {
		flex-basis: 100%;
	}

	.learn-more-container {
		gap: 10px;
	}
}

@media screen and (max-width: 767px) {
	.learn-more-container {
		justify-content: start;
	}
}

.learn-more-card .card {
	border: 1px solid #b2b3b4;
}

/* Resource Cards */
.resource-cards {
	margin: 20px 0 20px 0;
}

.resource-cards img {
	border: 1px solid #b2b3b4;
	max-width: 100%;
}

/* Footer */
footer .white-wrapper {
	padding: 20px 0px 20px 0px;
}

.white-wrapper .container {
	max-width: 1100px;
	padding-left: 2%;
	padding-right: 2%;
}

footer .legal-text {
	padding-top: 20px;
}

.legal {
	line-height: 1.6 !important;
	font-size: 0.7rem;
}

footer .white-wrapper h5 {
	color: #00205b;
	text-transform: uppercase;
	font-weight: bold;
}

footer .bluewrapper {
	background-color: #00205b;
	padding: 20px 0px 20px 0px;
}
