/* Colors */
:root {
	--vyvgart-purple: #9569a1;
	--vyvgart-purple-light: #ccb9d3;
	--vyvgart-blue-light: #2D6889;
	--vyvgart-green: #91C655;
	--vyvgart-grey-dark: #63635D;
	--vyvgart-grey-light: #838174;
	--vyvgart-grey: #eaeae8;
	--vyvgart-grey-light: #fefefe;
	--vyvgart-white: #ffffff;
	--vyvgart-black: #231f20;
}

body,
html {
	height: 100%;
	font-size: 20px;
	font-family: 'Exo', sans-serif;
}

.container {
	padding: 0;
}

p {
	padding-bottom: 7px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--vyvgart-grey-dark);
}

h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 2.25rem;
	color: var(--vyvgart-grey-dark);
}

h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2rem;
	color: var(--vyvgart-grey-dark);
}

h3 {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: var(--vyvgart-grey-dark);
}

h4 {
	font-weight: 500;
	font-size: 3rem;
	color: #ffffff;
}

hr {
	border-top: 1px solid var(--vyvgart-grey-dark);
}

.default-btn {
	margin: 15px auto 15px;
	padding: 10px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--vyvgart-green);
	background-color: #ffffff;
	display: block;
	width: 300px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 25px;
}

.default-btn:hover {
	color: #ffffff;
	background-color: var(--vyvgart-blue-light);
}

.default-btn-green {
	margin: 10px auto 10px;
	padding: 10px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #ffffff;
	background-color: var(--vyvgart-green);
	display: block;
	width: 200px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 25px;
}

.green-btn {
	background-color: var(--vyvgart-green);
}

p.white-text-shadow {
	text-shadow: 0.07em 0 white, 0 0.07em white, -0.07em 0 white, 0 -0.07em white, -0.07em -0.07em white, -0.07em 0.07em white, 0.07em -0.07em white,
		0.07em 0.07em white;
}

a {
	text-decoration-skip-ink: none;
}

/* NAVIGATION */

.topline {
	padding: 0;
	min-height: 50px;
	background-color: black;
}

.topline ul {
	padding-top: 15px;
	display: block;
	position: relative;
	float: right;
}

.topline ul li {
	display: inline;
	border-left: 1px solid #fff;
}

.topline ul li:first-child {
	border-left: 0px solid #fff;
}

.topline ul li a {
	padding: 0 10px;
	color: #ffffff;
	text-align: right;
}

.topline ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.navbar-default {
	background-color: var(--vyvgart-blue-light);
	color: #fff;
	position: sticky;
	margin-bottom: 0;
}

.navbar-default .navbar-nav {
	margin-left: 30px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 23px;
	margin-bottom: 23px;
	color: #fff;
	border-left: 3px solid #fff;
}

.navbar-default .navbar-nav>li>a:hover {
	color: var(--vyvgart-green);
}

.navbar-default .navbar-nav>li:first-child>a {
	border-left: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: var(--vyvgart-green);
}

.navbar-brand {
	height: 55px;
	padding: 5px 15px;
}

#hidden {
	display: none;
}

#visible:hover #hidden {
	display: block;
	background-color: var(--vyvgart-grey);
	padding: 8px;
}

#visible:hover #hidden li a {
	text-decoration: none;
	color: var(--vyvgart-grey-dark);
}

#hidden {
	list-style-type: none;
}

#header h1 {
	font-weight: 300;
	font-size: 3rem;
	line-height: 3.25rem;
	color: var(--vyvgart-green);
}

.header-2 {
	background-color: var(--vyvgart-green);
}

/* HOME - SECTION 2 */

.section2a {
	background-color: var(--vyvgart-green);
}

.section2a section:nth-child(2) {
	padding-left: 60px;
}

.section2a h2 {
	color: #ffffff;
}

.section2a h2 u {
	padding-left: 100px;
}

.section2a p {
	color: #ffffff;
}

.section2a p:nth-child(3) {
	margin-top: 20px;
	padding-left: 80px;
	min-height: 60px;
	background-image: url("../assets/images/A.png");
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

.section2a p:nth-child(4) {
	margin-top: 20px;
	padding-left: 80px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.section2a p:nth-child(6) {
	padding-left: 80px;
	min-height: 60px;
	background-image: url("../assets/images/B.png");
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

.section2a .row-no-gutters {
	display: flex;
	flex-direction: row;
}

.section2a #img_section2a {
	height: 100%;
	width: 110%;
	object-fit: contain;
}

.section2b {
	background-color: var(--vyvgart-green);
	font-weight: bold;
	text-align: center;
}

.section2b hr.solid {
	border-top: 2px solid #fff;
	width: 10%;
}

.section2b h2 {
	color: #fff;
}

.section2b h3 {
	padding: 0;
	color: #fff;
}

.section2b p {
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	margin-right: 20px;
}

.section2b a {
	text-decoration: underline;
}

.section2b .notifyHcp {
	background-color: var(--vyvgart-blue-light);
	border: #fff solid 2px;
	padding: 10px;
}

.section2b .row-no-gutters {
	display: flex;
	flex-direction: row;
}

.section2b #img_section2b {
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.argenx-logo {
	z-index: 3;
}

/* HOME - SECTION 3 */

.section3 {
	background-color: var(--vyvgart-green);
}

.section3 .left-patients {
	max-width: 100%;
}

.section3 .right-hcp {
	max-width: 100%;
}

.section3p .participation-involvement {
	column-count: 2;
	column-gap: 40px;
}

/* HOME - SECTION 4 */

.section4 {
	background-color: #e0e0e0;
	padding-bottom: 20px;
}

.section4 p {
	margin: 50px auto 30px;
	width: 550px;
	display: block;
	text-align: center;
}

.section4 .prg-form {
	margin: 0 auto;
	width: 800px;
	display: block;
}

/* PATIENTS - BANNER */

#banner-patient {
	padding: 25px;
}

/* PATIENTS - SECTION 2 */

.section2p-a {
	background-color: var(--vyvgart-green);
}

.section2p-a h3 {
	padding-right: 30px;
	color: #ffffff;
	font-weight: bolder;
}

.section2p-a p {
	padding-right: 30px;
	color: #ffffff;
}

.section2p-a li {
	padding-right: 30px;
	color: #ffffff;
}

.section2p-a .row-no-gutters {
	display: flex;
	flex-direction: row;
}

.section2p-a #img_section2p-a {
	height: 100%;
	object-fit: cover;
}

.section2p-b h2 {
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 60px;
}

.section2p-b p {
	padding-left: 30px;
	padding-right: 60px;
}

.section2p-c h2 {
	padding-top: 35px;
	padding-left: 60px;
	padding-right: 30px;
}

.section2p-c .download-form-btn {
	width: fit-content;
	font-size: 16px;
	padding: 10px 15px;
}

.section2 .download-form-btn {
	width: fit-content;
	font-size: 1.25rem;
	padding: 15px 30px;
}

.section2p-c .green-text {
	padding: 0 2rem 0 2rem;
	font-weight: 600;
	line-height: normal;
}

.section2p-c p {
	padding-left: 60px;
	padding-right: 30px;
}

.section2p-c a {
	text-decoration: none;
}

.section2p-c .row-no-gutters {
	display: flex;
	flex-direction: row;
}

.section2p-c #img_section2p-c {
	height: 100%;
	object-fit: cover;
}

.btn-text {
	text-align: center;
}

/* PATIENTS - SECTION 3 */

.section3p {
	background-color: var(--vyvgart-grey-dark);
}

.section3p h2,
.section3p p {
	color: #fff;
}

/* HCP - BANNER */
#banner_hcp {
	min-height: 175px;
	padding: 25px;
}

/* HCP - SECTION 2 */

.section2 {
	background-color: #e1e2e4;
	padding-top: 30px;
}

.section2 a {
	text-decoration: underline;
}

.section2 li {
	line-height: 1.5rem;
}

.section2 .button-container .default-btn {
	margin-bottom: 0px;
}

.section2 .button-container p {
	text-align: center;
}

.section2 .border-box {
	background-color: rgb(234, 233, 233);
	padding: 15px;
	border: solid 3px white;
	overflow-wrap: break-word;
}

.section2 .border-box span.red {
	color: red;
}

/* FOOTER */

footer {
	min-height: 50px;
	background-color: black;
	text-align: right;
}

footer ul {
	padding-top: 15px;
	display: block;
	position: relative;
}

footer ul li {
	display: inline;
	border-left: 1px solid #fff;
}

footer ul li:first-child {
	border-left: 0px solid #fff;
}

footer ul li a {
	padding: 0 10px;
	color: #ffffff;
}

footer ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer .copyright {
	padding-top: 18px;
	color: #ffffff;
	font-size: 0.7rem;
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) and (max-width: 1720px) {}

/* Medium Devices, Wide Screens */
@media (min-width: 991px) and (max-width: 1199px) {
	h1 {
		font-size: 2.75rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 1.2rem;
	}

	.nav>li>a {
		padding: 10px 12px;
	}

	.section2a section:nth-child(1) {
		padding: 0px 0px 00px 0px;
	}

	.section2p-a h2 {
		padding-top: 25px;
	}

	.section2p-b h2 {
		padding-top: 8px;
	}

	.section2p-c h2 {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.section2p-c p {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section3p {
		padding: 45px 0 45px 0;
	}

	.section2h-a h2 {
		padding-top: 25px;
	}

	.section2h-b h2 {
		padding-top: 8px;
	}

	.section2h-c h2 {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.section2h-c p {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section3h {
		padding: 45px 0 45px 0;
	}
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 1rem;
	}

	.nav>li>a {
		padding: 10px 12px;
	}

	#header {
		min-height: 590px;
	}

	.section2b {
		padding-bottom: 50px;
	}

	.section2a section:first-child {
		padding: 50px 0px 50px 0px;
	}

	.section2p-a h2,
	.section2p-a p,
	.section2p-b h2,
	.section2p-b p,
	.section2p-c h2,
	.section2p-c p {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.section2p-a,
	.section2p-b,
	.section2p-c {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.section2h-a h2,
	.section2h-a p,
	.section2h-b h2,
	.section2h-b p,
	.section2h-c h2,
	.section2h-c p {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.section2h-a,
	.section2h-b,
	.section2h-c {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	#banner-hcp h1 {
		padding-top: 143px;
	}
}

/* Extra Small Devices, Phones */
@media (max-width: 767px) {
	.nav>li>a {
		padding: 10px 12px;
	}

	#header {
		background-position: fixed;
	}

	.topline {
		float: none;
		text-align: center;
		padding-left: 0;
	}

	.topline a {
		font-size: 0.8rem;
	}

	.topline ul {
		padding-left: 0;

	}

	.container-fluid>.navbar-header,
	.container>.navbar-header {
		height: 60px;
		margin-right: 10px;
	}

	.navbar-default .navbar-nav>li>a {
		margin-left:30px;
		border-left:0 solid #ffffff;
	}

	.navbar-default .navbar-nav>li:nth-child(4)>a {
		font-size:1em;
		width:170px;
		margin-left:40px;
	}

	.navbar-default .navbar-nav>li:nth-child(5)>a {
		width:170px;
		margin-left:40px;
	}

	.section2a section:first-child {
		padding: 50px 0px 50px 0px;
	}

	.section2a h2 u {
		padding-left: 80px;
	}

	.section2a p:nth-child(3) {
		padding-left: 80px;
		min-height: 50px;
		background-size: 50px 50px;
	}

	.section2a p:nth-child(6) {
		padding-left: 80px;
		min-height: 50px;
		background-size: 50px 50px;
	}

	.section3 .container {
		margin: 0;
		padding: 0;
	}

	.section3p .participation-involvement {
		column-count: 1;
		column-gap: 40px;
	}

	.section4 p {
		margin: 0 auto;
		width: 340px;
		display: block;
	}

	.section4 .prg-form {
		width: 360px;
	}

	.section2p-a h2,
	.section2p-a p,
	.section2p-b h2,
	.section2p-b p,
	.section2p-c h2,
	.section2p-c p {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.section2p-a,
	.section2p-b,
	.section2p-c {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.section1h,
	.section1p {
		padding-top: 20px;
	}

	.section2h-a h2,
	.section2h-a p,
	.section2h-b h2,
	.section2h-b p,
	.section2h-c h2,
	.section2h-c p {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.section2h-a,
	.section2h-b,
	.section2h-c {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	footer {
		float: none;
		text-align: center;
	}

	footer ul {
		padding-left: 0;
	}
}