/* Colors */
:root {
	--vyvgart-purple: #9569a1;
	--vyvgart-purple-light: #ccb9d3;
	--vyvgart-blue: #2a7ec0;
	--vyvgart-blue-light: #367DA6;
	--vyvgart-blue-dark: #34688a;
	--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 2", sans-serif;
}

body{
	display: flex;
	flex-direction: column;
}

#mainContent{
	flex: 1; /* Fill space in between */
}

.container {
	padding: 0;
}


p {
	padding-bottom: 7px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: black;
}

h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 2.25rem;
	color: black;
}

h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2rem;
	color: black;
}

h3 {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: black;
}

.header {
	font-weight: 500;
	font-size: 3rem;
	line-height: 3.25rem;
	color: #ffffff;
}


hr {
	border-top: 1px solid var(--vyvgart-grey-dark);
}

.underline{
	text-decoration: underline !important;
}

.break-word{
	word-break: break-word;
}
.mobile-only{
	display: none;
}
.default-btn {
	margin: 15px auto 15px;
	padding: 10px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--vyvgart-green);
	background-color: black;
	display: block;
	width: 300px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 25px;
	border: 3px solid white;
}

.default-btn:hover {
	color: black;
	background-color: white;
	border: 3px solid black;
}

.default-btn-green {
	margin: 10px auto 10px;
	padding: 10px;
	font-size: 1.5rem;
	font-weight:normal;
	color: black;
	background-color: var(--vyvgart-green);
	display: block;
	width: 200px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 25px;
}

.default-btn-green:hover {
	color: #ffffff;
	background-color: black;
}

.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;
}

.dark-link{
	color: var(--vyvgart-blue);
}

/* NAVIGATION */
#black-header-section p{
	color: white;
}

#black-header-section .black-header{
	display: block;
    float: left;
    padding-top: 12px;
    font-weight: bold;
    font-style: italic;
}

.topline {
	padding: 0;
	min-height: 50px;
	background-color: black;
}

.topline ul {
	padding-top: 15px;
	display: block;
	position: relative;
	text-align: 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{
	position: fixed;
}

#invisible-navbar{
	position: unset;
	flex: none;
	visibility: hidden;
}

.navbar-default, #invisible-navbar {
	background-color: var(--vyvgart-blue-light);
	color: #fff;
	margin-bottom: 0;
}

.navbar-default .navbar-nav, #invisible-navbar .navbar-nav {
	margin-left: 30px;
}

.navbar-default .navbar-nav>li>a, #invisible-navbar .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, #invisible-navbar .navbar-nav>li>a:hover {
	color: black;
}

.navbar-default .navbar-nav>li:first-child>a, #invisible-navbar .navbar-nav>li:first-child>a {
	border-left: none;
}

.navbar-default .navbar-nav .active, #invisible-navbar .navbar-nav .active
/* .navbar-default .navbar-nav>.active>a:focus, */
.navbar-default .navbar-nav .active:hover, #invisible-navbar .navbar-nav .active:hover {
	background: transparent;
	color: black;
}

li>a:focus {
	background: black;
	color: #fff;
}

.navbar-default .navbar-nav li a:focus, #invisible-navbar .navbar-nav li a:focus {
	background: black;
	color: #fff;
}

.navbar-brand {
	height: 55px;
	padding: 5px 15px;
}

#header h1 {
	font-weight: 300;
	font-size: 3rem;
	line-height: 3.25rem;
	color: var(--vyvgart-green);
}

.header-2 {
	background-color: var(--vyvgart-green);
}

/* ----------- SELECT LANGUAGE SECTION ------------- */
#select-language-body, #select-language-body .container, #select-language-body .container .row{
	height: 100%;
}

#select-language-body h1 {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: var(--vyvgart-green);
}


#select-language-body .row{
	position: relative;
	overflow: hidden;
}

#select-language-body .row #select-language-background-img{
	height: 100%;
	position: absolute;
	top: 0;
}

#select-language-section{
	padding-top: 30px;
}

#select-language-section .welcome-text{
	font-size: 1.4rem;
}

#select-language-section .welcome-subtext{
	font-size: 0.9rem;
    line-height: 1.3rem;
}

.select-description{
	text-align: end;
    font-weight: 600;
	padding-right: 20px;
}

.country-button{
	border: 2px solid rgba(150, 198, 77, 0);
	width: 250px;
    display: flex;
    align-items: center;
    height: 70px;
    border-radius: 13px;
    padding-left: 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}

.country-button:hover{
	border: 2px solid rgba(150, 198, 77, 0.2);
}

.country-button .flag-img-container{
	border: 2px solid lightgray;
    width: 56px;
    height: 56px;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
	float: left;
	margin-right: 25px;
}

.country-button .flag-img-container img{
	height: 100%;
    position: absolute;
    left: -25%;
}

.country-button p{
	margin: 0;
	padding: 0;
}

.country-button .checkmark-container{
	border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--vyvgart-green);
    padding: 0;
    margin: 0;
    position: absolute;
    top: -9px;
    right: -8px;
	visibility: hidden;
}

.country-button:hover .checkmark-container{
	border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--vyvgart-green);
    padding: 0;
    margin: 0;
    position: absolute;
    top: -9px;
    right: -8px;
	visibility: visible;
}

.country-button .checkmark-container .fa-check{
	color: white;
    padding-left: 8px;
    padding-top: 11px;
}

/* HOME - SECTION 2 */
#home-top-section{
	padding-right: 30px;
}

#home-top-section em{
	font-size: 0.7rem;
	line-height: 1.2rem;
}

#home-top-section #home-welcome-text-container p{
	line-height: 2rem;
}

.section2a {
	background-color: var(--vyvgart-green);
}

.section2a section:nth-child(2) {
	padding-left: 60px;
}

.section2a h2, .section2a p {
	color: black;
}

.section2a h2 u {
	padding-left: 100px;
}

.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 .row-no-gutters {
	display: flex;
	flex-direction: row;
}

.section2a #img_section2a {
	height: 100%;
	width: 110%;
	object-fit: contain;
}

.section2a .circled-letter{
	visibility: visible;
    border: 3px solid white;
    background-color: black;
    color: var(--vyvgart-green);
    text-align: center;
    border-radius: 30px;
    font-size: 36px;
    font-weight: bold;
    line-height: 54px;
    margin-right: 25px;
    min-width: 60px;
    min-height: 60px;
    line-height: 54px;
    margin-right: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.section2b {
	background-color: var(--vyvgart-green);
	font-weight: bold;
	text-align: center;
}

.section2b hr.solid {
	border-top: 2px solid black;
	width: 10%;
}

.section2b h2 {
	color: #fff;
}

.section2b h3 {
	font-weight: bold;
	padding: 0;
	color: black;
	margin-top: 7px;
	font-size: 2rem;
}

.section2b p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	color: black;
	margin-right: 20px;
	padding-bottom: 0px;
}

.section2b a {
	text-decoration: underline;
}

.section2b .notifyHcp {
	color: white;
	background-color: var(--vyvgart-blue-dark);
	border: #fff solid 2px;
	padding: 10px;
	font-size: 1rem;
}

.section2b .row-no-gutters {
	display: flex;
	flex-direction: row;
}

.section2b #img_section2b {
	height: 100%;
	object-fit: cover;
	object-position: -100px 0px;
	z-index: 1;
}

.section2b #img_section2b_containter{
	position: relative;
}

.section2b #img_section2b_logo{
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 180px;
}

.argenx-logo {
	z-index: 3;
}

#home-contact-info-section-exUS{
	padding-right: 20px;
	text-align: left;
}

#home-contact-info-section-exUS h1{
	font-size: 1.9rem;
}

#home-contact-info-section-exUS ul{
	padding-left: 35px;
}

#home-contact-info-section-exUS ul p{
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

#home-contact-info-section-exUS li{
	font-weight: normal;
    font-size: 1.1rem;
	line-height: 1.2;
}

#home-contact-info-section-exUS #countries-container{
	padding-left: 35px;
	font-size: 1.1rem;
}

#home-contact-info-section-exUS #countries-container h2{
	color: black;
    font-size: 1.2rem;
    font-weight: bold;
	margin-top: 0.2rem;
	margin-bottom: 0;
}

#home-contact-info-section-exUS #countries-container p{
	font-size: 1.1rem;
}

#home-contact-info-section-exUS .notifyHcp{
	text-align: center;
	font-size: 1rem;
	padding: 10px 20px;
	line-height: 1.6rem;
	margin-bottom: 20px;
}

#home-contact-info-section-exUS #home-note{
	font-size: 1rem;
    text-align: center;
	line-height: 1.6rem;
	margin-bottom: 50px;
}

#home-contact-info-section-exUS #home-note a{
	color: black;
}

/* HOME - SECTION 3 */

.section3 {
	background-color: var(--vyvgart-green);
}

.section3 .left-patients {
	max-width: 100%;
}

.section3 .right-hcp {
	max-width: 100%;
}

.section3p{
	padding-top: 20px;
}

/* HOME - SECTION 4 */

.section4 {
	background-color: #e0e0e0;
	padding-bottom: 20px;
	width: 100%;
    overflow: auto;
}

.section4 p {
	margin: 50px auto 30px;
	width: 600px;
	display: block;
	text-align: center;
}

.section4 .prg-form {
	margin: 0 auto;
	width: 800px;
	display: block;
}

.break-line{
	display: none;
}

/* PATIENTS - BANNER */
#patient-header{
	background-color: var(--vyvgart-green);
}

#patient-header .row{
	display: flex;
	align-items: stretch;
}

#patient-header-container{
	display: flex;
	align-items: center;
	padding: 10px 0px 20px;
}

#patient-header-container h1{
	margin: 0px;
	color: black;
	font-size: 2.8rem;
}

#banner-patient {
	padding: 25px;
}

/* PATIENTS - SECTION 2 */
.section2p-a {
	background-color: var(--vyvgart-green);
}

.section2p-a .row{
	display: flex;
}

.section2p-a h1 {
	padding-right: 30px;
	color: black;
}

.section2p-a h3 {
	font-weight: bold;
}

.section2p-a p {
	padding-right: 30px;
	color: black;
}

.section2p-a li {
	padding-right: 30px;
	color: black;
}

.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 .download-form-btn {
	width: fit-content;
	font-size: 16px;
	padding: 10px 15px;
	font-weight: bold;
}

.section2p-c .green-text {
	padding: 0 2rem 0 2rem;
	font-weight: 600;
	line-height: normal;
}

#how-can-I-enroll-section{
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#how-can-I-enroll-section h2{
	font-size: 1.5rem;
    font-weight: bold;
}

#how-can-I-enroll-section p{
	line-height: 1.4rem;
}

#how-can-I-enroll-section .contact-div{
	clear: both;
	display: flex;
	flex-direction: row;
}

#how-can-I-enroll-section .contact-div .contact-type{
	width: 140px;
	flex-shrink: 0;
	margin-right: 20px;
	width: 100px;
}

#how-can-I-enroll-section .contact-div p:not(.contact-type){
	flex: 1;
}

#how-can-I-enroll-section .download-form-btn{
	width: 135px;
	margin-bottom: 5px;
	padding: 5px 15px;
}

#how-can-I-enroll-section .download-container p{
	padding: 0px 25px;
	font-size: 0.9rem;
	line-height: 1rem;
}

#contact-type-container{
	margin-bottom: 10px;
}

#patient-countries-container{
	padding-left: 20px;
	margin-bottom: 20px;
}

#patient-countries-container h2{
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1rem;
	line-height: 1rem;
}

#patient-countries-container p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.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;
}

#safety-information-container{
	position: relative;
}

.safety-information-wrapper {
  display: flex; /* this is needed for the height:100% */
}

.safety-information-box {
  text-align: justify;
  font-size: 20px;
}

.safety-information-wrapper img {
    float: right;
    height: 90%;
    width: 165px;
    margin-left: 15px;
    object-fit: contain;
    object-position: bottom;
    shape-outside: inset(calc(100% - 75px) 0 0);
}

.section3p #safety-information{
	font-size: 0.7rem;
	line-height: 1rem;
}

.section3p img{
	margin-left: 25px;
}

/* HCP - BANNER */
#banner_hcp {
	min-height: 175px;
	padding: 25px;
}

#banner_hcp h2 {
	font-size: 1.5rem;
	font-weight: bold;
}

/* HCP - SECTION 2 */
#hcp-header{
	background-color: var(--vyvgart-green);
}

#hcp-header .row{
	display: flex;
	align-items: stretch;
}

#hcp-header h1{
	color: black;
	font-size: 2.8rem
}

#hcp-header-container{
	display: flex;
    align-items: center;
    padding: 10px 0px 20px;
}

#hcp-header-image{
	background-image: url(../assets/images/GettyImages-457162975.jpg);
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}
.section2 {
	background-color: #e1e2e4;
	padding-top: 30px;
}

.section2 .row{
	margin: unset;
	padding: 0px 15px;
}

.section2 h2{
	clear: both;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7rem;
}

.section2 #hcp-countries-container h3{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: bold;
}

.section2 #hcp-countries-container{
	margin-bottom: 20px;
}

.section2 #hcp-countries-container p{
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.section2 p{
	line-height: 1.4rem;
}

.section2 a {
	text-decoration: underline;
}

.section2 li {
	line-height: 1.5rem;
}

.section2 #report-button{
	width: 240px;
	font-weight: bold;
	margin: 20px auto;
	padding: 5px 0px;
	font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 8px;
}

.section2 .button-container .default-btn {
	margin-bottom: 0px;
}

.section2 .download-form-btn {
	width: fit-content;
	font-size: 1rem;
	padding: 2px 15px;
	margin: auto;
}

.section2 .button-container p {
	text-align: center;
}

.section2 .border-box {
	background-color: rgb(243, 243, 243);
	padding: 15px;
	border: solid 3px white;
	overflow-wrap: break-word;
}

.section2 .border-box p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.section2 .border-box .green-link{
	color: var(--vyvgart-green);
}

.section2 .border-box span.red {
	color: red;
}

.section2 .dark-link, .section2b .dark-link{
	word-break: break-all;
}

.error-message {
	color: red;
	font-size: 0.9em;
	margin-top: 4px;
	display: block;
}

input.error, select.error {
	border: 1px solid red;
}

/*------------------------------- REPORT PAGE --------------------------------*/
#report-countries-container{
	text-align: center;
}

#report-countries-container h2{
	font-size: 1rem;
	margin: 0px;
}

#report-countries-container p{
	margin: 0px auto;
	text-align: center;
}



/* FOOTER */

footer {
	background-color: black;
	text-align: right;
}

footer p{
	color: white;
	font-size: 0.5rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
	flex-grow: 1;
}

footer .row{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 11px;
}

footer .footer-veeva-code{
	text-align: left;
}

footer .footer-veeva-code p{
    line-height: 15px;
	font-size: 0.5rem;
	color: white;
}

footer .prescribing-note{
	text-align: center;
	background-color: white;
	color: black;
	border-radius: 10px;
	margin-left: 15px;
	padding: 0px 10px;
}

footer .footer-link{
	text-decoration: none;
	color: white;
}

footer .white-footer-link{
	text-decoration: underline;
}

footer ul {
	font-size: 0.5rem;
	flex-grow: 1;
	margin-bottom: 0px;
}

footer ul li {
	display: inline;
	border-left: 1px solid #fff;
}

footer ul li:first-child {
	border-left: 0px solid #fff;
}

footer ul li a,
footer ul li {
	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;
}

#select-language-footer p{
	color: white;
	text-align: left;
	line-height: 1rem;
    padding-top: 5px;
    padding-left: 5px;
}

#white-footer{
	text-align: center;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}

#white-footer p{
    color: black;
    font-size: 1rem;
}

#white-footer p a{
    color: var(--vyvgart-blue);
}

#grey-footer{
	text-align: center;
    background-color: grey;
    padding: 8px;
}

#grey-footer p{
    color: white;
    font-size: 1rem;
}

#grey-footer a{
	color: white;
	text-decoration: underline;
}

#black-footer .row{
	margin-bottom: 10px;
}

/*-------------------------------------------- Large Devices, Wide Screens -----------------------------------------*/
@media (min-width: 1200px) and (max-width: 1720px) {}

/*-------------------------------------------- Medium Devices, Wide Screens --------------------------------------------*/

@media (max-width: 1199px){
	#home-top-section{
		padding-right: unset;
	}

	footer .row{
		display: unset;
	}

	footer .footer-veeva-code{
		margin-top: -25px;
    	text-align: center;
	}

	footer ul{
		padding: 0px;
		display: flex;
		justify-content: center;
		margin-top: 10px;
    	margin-bottom: -15px;
	}

	footer .prescribing-note{
		margin: 0px 10px;
		line-height: 1rem;
		padding: 5px 0px;
	}
}


@media (min-width: 991px) and (max-width: 1199px) {
	#home-top-section{
		padding-right: unset;
	}

	h1 {
		font-size: 2.75rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	.navbar-default .navbar-nav>li>a, #invisible-navbar .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) {
	#select-language-body .row #select-language-background-img{
		width: 122%;
		left: -110px;
	}
	
	.button-list-container{
		float: right;
	}

	.navbar-default .navbar-nav>li>a, #invisible-navbar .navbar-nav>li>a  {
		font-size: 1rem;
	}

	.nav>li>a {
		padding: 10px 12px;
	}

	#header {
		min-height: 590px;
	}

	#home-top-section{
		padding-right: unset;
	}

	.section2b {
		padding-bottom: 50px;
	}

	.section2a section:first-child {
		padding: 50px 0px 50px 0px;
	}

	.section2b p{
		margin-right: 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;
	}


	#how-can-I-enroll-section {
		padding: 0px;
	}

	.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) {
	.desktop-only{
		display: none;
	}
	.mobile-only{
		display: block;
	}

	#mobile-argenx-logo{
		width: 150px;
		float: right;
	}

	#select-language-background-img{
		object-fit: cover;
		height: 100%;
		width:unset !important;
		opacity: 0.3;
		left: -80px;
	}
	
	.button-list-container{
		float: right;
	}

	.nav>li>a {
		padding: 10px 12px;
	}

	#header {
		background-position: fixed;
	}

	#home-top-section{
		padding: 0px 20px;
	}

	.topline {
		float: none;
		text-align: center;
		padding-left: 0;
	}

	.topline a {
		font-size: 0.8rem;
	}

	.topline ul {
		padding-left: 0;
		text-align: center;
	}

	.container-fluid>.navbar-header,
	.container>.navbar-header {
		height: 60px;
		margin-right: 10px;
	}

	.navbar-header button{
		height: 40px;
	}

	.navbar-default .navbar-nav>li>a, #invisible-navbar .navbar-nav>li>a {
		margin-left:30px;
		border-left:0 solid #ffffff;
	}

	.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;
	}

	.section2b {
		padding: 0px 10px;
	}

	.section2b p{
		margin-right: 0px;
	}
	
	.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{
		padding: 0px 25px;
	}
	.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;
	}

	.section3p{
		padding: 0px 25px;
	}

	#how-can-I-enroll-section{
		padding: 0px 25px;
	}

	footer {
		float: none;
		text-align: center;
	}

	footer ul {
		padding-left: 0;
	}
}

/* -------------------------------------------- <620px -------------------------------------------- */
@media (max-width: 620px){
	#select-language-background-img{
		left: -180px;
	}
	#select-language-section.col-xs-offset-5{
		margin-left: 20%;
	}
	#select-language-section.col-xs-7{
		width: 80%;
	}

	.break-line{
		display: inline;
	}
}

/*-------------------------------------------- Mini-devices --------------------------------------------*/
@media (max-width: 390px) {
	#hcp-header h1{
		font-size: 2.3rem;
    	line-height: 2.5rem;
	}

	#report-button{
		width: 230px;
    	font-size: 1rem;
	}
}