@media (min-width: 992px) and (max-width:1199px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 970px;
	}
}

@media(min-width:768px) and (max-width:991px) {

	.container-md,
	.container-sm,
	.container {
		max-width: 750px;
	}
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

.mt-auto.footer-dark.text-light.bg-secondary .container,
main>.container {
	width: 100% !important;
	max-width: unset;
	padding: 0;
	margin: 0 !important;
}

main>.container .region.region-content .alert {
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

main>.container .region.region-content {
	padding: 0;
}

.mt-auto.footer-dark.text-light.bg-secondary {
	padding-bottom: 0;
	padding-top: 0;
	border: 0;
	margin-top: 117px !important;
}

.Hero .img-responsive {
	width: 100%;
	margin-top: -13px;
}

.Hero {
	height: 384px;
	overflow: hidden;
	background-image: url('/sites/default/files/2021-03/hero-banner.jpg');
	background-image: url('/sites/default/files/2021-04/Sciency-image.png');
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: cover;
}

.diseases .form-item:hover input~label .checkmark,
.checkboxcustom:hover input~label .checkmark {
	background-color: #ccc;
}

@media(max-width:480px) {
	.Hero {
		height: 142px;
	}
}

@media(max-width:991px) {
	.content-container .container {
		max-width: 1100px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.thank-you-con.container .row {
		margin: 0;
	}
}

.content-container {
	margin-top: -40px;
	z-index: 99;
	position: relative;
	background-color: #FFF;
	padding-top: 14px;

}

.content-container .container {
	max-width: 1100px;
}

.webform-submission-form {
	max-width: 1100px;
	margin: auto;
}

.welcomebold {
	font-weight: 700;
	color: #003366;
	margin-top: 63px;
	margin-bottom: 16px;
	font-size: 45px;
	line-height: 49px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-transform: uppercase;
}

.welcomebody {
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	color: #003366;
	margin-left: auto;
	margin-right: auto;
	width: 915px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0px;
	/* 	padding-bottom: 70px; */
}

.diseases legend>span {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
	font-weight: bold;
}

.diseases legend {
	font-size: 21px !important;
}

.control-label {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
}

.diseases .form-checkboxes input,
.checkboxcustom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #eee;
}

.diseases .form-checkboxes .checkmark::after,
.checkboxcustom .checkmark::after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.diseases label,
.checkboxcustom label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkboxcustom label {
	padding-left: 35px;
}

.form-item label {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
}

.diseases .form-item {
	margin-right: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}

.form-select:focus,
.webform-submission-form input:focus,
.webform-submission-form input:active,
.webform-submission-form input:visited {
	border-color: #ccc;
	background-color: #FFF !important;
	background: #FFF;
	box-shadow: none;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.webform-flexbox .webform-flexbox,
.webform-flexbox {
	display: flex;
	margin: 14px -7px 0;
}

.form-type-select {
	position: relative;
}

.diseases .form-item .option {
	margin-bottom: 7px;
}

.form-type-select::after {
	color: #337ab7;
	content: '';
	position: absolute;
	right: 16px;
	top: calc(100% - 27px);
	z-index: 10;
	display: inline-block;
	border-color: #337ab7;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	border-style: solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: none;
}

#edit-checkboxestitle {
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-item-privacy-policy {
	margin: 0 0 5px;
}

.form-item-expressly-agree {
	margin: 0 0 14px;
}

.diseases .form-item input:checked~label .checkmark,
.checkboxcustom input:checked~label .checkmark {
	background-color: #ff9900;
}

@media print {
	body>.dialog-off-canvas-main-canvas.flex-column {
		display: none !important;
	}

}

.removedata #main-header,
.removedata #hero-section,
.getup #main-header,
.getup #hero-section {
	display: none;
}

@media screen {
	.print {
		display: none;
	}
}

.diseases .checkmark::after,
.checkboxcustom .checkmark::after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.diseases input:checked~label .checkmark::after,
.checkboxcustom input:checked~label .checkmark::after {
	display: block;
}



.checkboxs-container {
	display: flex;
	flex-direction: column;
	margin-left: 60px;
	gap: 3px;
}

#edit-actions {
	margin: 0;
}

.form-actions input {
	padding: 10px 70px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	line-height: 1.42857143;
	border-radius: 4px;
	text-align: center;
	white-space: nowrap;
	margin-left: 0;
}

.under-form.hide-print {
	max-width: 1100px;
}

.under-form .note-job {
	margin-top: 30px;
	color: gray;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
}

.under-form .note-job {
	margin-top: 30px;
	color: gray;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
}

.form-item,
.form-actions {
	margin-top: 15px;
	margin-bottom: 0;
}

#edit-processed-text {
	margin: 0;
	line-height: 0;
}

.diseases {
	margin-bottom: 0 !important;
}

#edit-processed-text .container-highlighted .messages__list {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px 35px 20px 43px;
	border-radius: 4px;
	margin-bottom: 24px;
	list-style: disc;
	font-size: 14px;
	line-height: 18px;
}

#edit-processed-text .container-highlighted .messages__list .messages__item {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 1px solid red;
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error label {
	color: #a94442;
}

.container-highlighted .btn-close {
	display: none;
}

.form-control {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-required::after {
	width: 10px;
	height: 7px;
	background-size: 10px 7px;
	margin: 0;
}

#edit-flexbox-03 {
	margin-top: 29px;
}

@media(min-width:1000px) {
	#edit-container-flex {
		margin-top: 15px;
	}
}

#edit-actions {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 23px;
}

#print-btn {
	background: none;
	border: 0;
	font-size: 18px;
	color: #0099cc;
	font-weight: 500;
	border-bottom: 2px solid #0099cc;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 42px;
}

#print-btn:before {
	content: " ";
	background: url(../images/pdf.png);
	width: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	left: -50px;
}

.form-item-privacy-policy,
.form-item-privacy-policy label {
	margin-bottom: 0 !important;
}

.form-item-expressly-agree {
	margin-top: 10px;
}

.thank,
.success {
	max-width: 625px;
	margin: auto;
	text-align: center;
	padding: 0;
}

.thank-you-section .common-head {
	font-weight: 700;
	color: #003366;
	margin-top: 63px;
	margin-bottom: 16px;
	font-size: 45px;
	line-height: 49px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-transform: uppercase;
}

.node-2 .under-form p,
.node-4 .under-form p {
	font-size: 14px;
	margin-bottom: 10px;
}

.node-2 .under-form p:last-child,
.node-4 .under-form p:last-child {
	margin-bottom: 0px;
}

.thank-you-section .common-body {
	font-weight: 400;
	color: #73737d;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px !important;
}

.thank-you-section .common-body {
	font-weight: 400;
	color: #73737d;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px !important;
}

.node-1 .under-form .note-job,
.node-3 .under-form .note-job {
	margin-top: 80px;
	color: gray;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
}

.node-1 .under-form .note-job.address,
.node-3 .under-form .note-job.address {
	margin-top: 30px;
}

.node-1 .under-form .note-job,
.node-3 .under-form .note-job {
	margin-top: 50px;
	color: gray;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro';
}

a {
	color: #337ab7;
	text-decoration: none;
}

.node-1 .mt-auto.footer-dark.text-light.bg-secondary,
.node-3 .mt-auto.footer-dark.text-light.bg-secondary {
	margin-top: 47px !important;
}

.node-2 .mt-auto.footer-dark.text-light.bg-secondary,
.node-4 .mt-auto.footer-dark.text-light.bg-secondary {
	margin-top: 30px !important;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.node-2 main,
.node-4 main {
	padding-bottom: 40px;
}

.node-3 .note-job.address {
	margin-bottom: 100px;
}

.under-form {
	max-width: 1100px;
}

/*******************/
.checkboxs-container.checkboxs-container {
	display: block;
	margin-left: 60px !important;
}

/***************/

@media(min-width:768px) and (max-width:991px) {

	.container-md,
	.container-sm,
	.container {
		width: 750px;
	}

	.content-container .container {
		max-width: 1100px;
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.webform-flexbox .webform-flexbox,
	.webform-flexbox {
		display: flex;
		margin: 14px -7px 0 !important;
	}

	#edit-container-flex {
		margin-top: 0 !important;
	}
}

@media (min-width: 768px) {
	.webform-flex--container {
		margin: 0 7px;
	}
	.form-item-international-id {
		margin-top: 30px;
	}
}

@media(max-width:767px) {
	#edit-container-flex {
		margin-top: 0 !important;
	}
	.diseases legend > span {
		position: relative;
		display: block;
	}
	.diseases legend > span.form-required::after {
		position: absolute;
		bottom: 15px;
	}
	.content-container {
		max-width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	.welcomebold {
		font-size: 30px;
		line-height: 32px;
		margin-top: 40px;
	}

	.welcomebody {
		font-size: 24px;
		line-height: 24px;
	}

	.content-container .container {
		max-width: 1100px;
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	#edit-flexbox,
	#edit-flexbox-03,
	#edit-container-flex {
		flex-direction: column;
	}

	.webform-flexbox .webform-flexbox,
	.webform-flexbox {
		display: flex;
		margin: 0px 0 0 !important;
	}

	.webform-flex .webform-flex.webform-flex--6 {
		width: 100%;
	}

	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.thank-you-section .thank-you-con.container {
		padding: 0;
	}

	.checkboxs-container .option {
		margin-bottom: 0;
	}

	.checkboxs-container>div:first-child .checkboxcustom {
		margin-top: 0;
	}

	.checkboxs-container {
		margin-left: 60px !important;
	}
}

@media(min-width:1200px) {
	/* 	.form-item-privacy-policy {
		padding-right: 10px;
	} */
}

@media print {
	.print {
		display: none;
	}

	.print:last-of-type {
		display: block;
	}

	.welcomebody {
		margin-bottom: 50px !important;
	}

	#eu-form {
		padding-top: 70px;
	}
}

@media(min-width:1400px) {
	.section.clearfix.content-container.container {
		max-width: 1170px;
	}
}

.node-5 .mt-auto.footer-dark.text-light.bg-secondary,
.node-2 .mt-auto.footer-dark.text-light.bg-secondary,
.node-4 .mt-auto.footer-dark.text-light.bg-secondary {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}


.form-type-select select {
	background-image: url("/sites/default/files/inline-images/arrow.png") !important;
	background-size: contain !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}

.form-type-select select.error {
	background-image: url("/sites/default/files/inline-images/red-arrow.png") !important;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 1px solid #a94442 !important;
}

.has-error label {
	color: #a94442;
}

.q_logo a {
	cursor: text;
}

.messages__item .checkmark {
	display: none;
}

.webform-submission-form .btn-primary:visited,
.webform-submission-form .btn-primary:focus,
.webform-submission-form .btn-primary:active,
.webform-submission-form .btn-primary:hover {
	color: #fff !important;
	background-color: #286090 !important;
	border-color: #204d74 !important;
}

.container-highlighted {
	position: relative;
}

.container-highlighted .btn-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
	background-size: 12px;
	background-position: center;
}

.container-highlighted .btn-close.btn-close:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk *:focus, 
#onetrust-consent-sdk #onetrust-banner-sdk:focus,
#onetrust-consent-sdk #onetrust-pc-sdk *:focus, 
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
    outline: none !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk button#onetrust-pc-btn-handler {
    outline: none !important;
}