﻿h1 {
	font: normal 500 66px/77px 'Noto Sans', sans-serif !important;
	letter-spacing: 0px !important;
	color: #334C56 !important;
}
#scholarship-banner {
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),url(https://assets.syngentaebiz.com/images/media/durastak-scholarship-header-background-desktop@2x.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 0%;
}
.scholarship-row {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 10vh;
}
.stud-micro {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 289px;
}
.ptb-60 {
	padding-bottom: 60px !important;
}
.custom-gap {
	gap: 20px;
}
.ptl-4 {
	padding-left: 4rem;
}
.tmw-schlar-h {
	margin-bottom: 17px !important;
}
.future-sec {
	background: #F1F2F2 0% 0% no-repeat padding-box;
}
h2 {
	font: 500 52px/59px 'Noto Sans', sans-serif !important;
	letter-spacing: 0px;
	color: #334C56 !important;
}
.d-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}
.text-container {
	max-width: 740px;  
	text-align: center;
	margin: 0 auto;
}

	.text-container p {
		margin: 0;  
	}

.btn {
	margin-top: 20px;  
}
.mt-40{
  margin-top:40px !important;
}
.eligibility-sec img {
	width: 164px;
	height: 164px;
	margin-bottom:27px;
}
.eligibility-sec h3 {
	font: 600 34px/37px 'Noto Sans', sans-serif !important;
	text-align: center;
	margin-bottom:17px;
}
.eligibility-sec p{
 text-align:center;
 max-width:300px;
}
.eligibility-sec .d-flex-center {
	flex-direction: row;
}
.eligibility-sec .col-sm-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.eligibility-sec h2 {
	margin-bottom: 60px;
	text-align:center;
}
.eligibility-sec .btn {
	margin-top: 70px;
	text-align:center;
	/*margin-left:60px;*/
}

 

h2 {
	color: #37465B;
	text-align: center;
	margin-bottom: 40px;
}

.step-container {
	width: 100%;
}

.next-steps {
	display: flex;
	gap: 20px;
}
	.next-steps h3 {
		text-align: left;
		font: 600 34px/37px 'Noto Sans', sans-serif !important;
		letter-spacing: 0px;
		color: #334C56 !important;
	}
  
.arrow-img {
	width: 25px !important;
	height: 43px !important; 
	color: #8DC63F;
}
.img-div{
	display:flex;
	align-items:center;
	justify-content:center;
}
.scholarship-form {
	background: #F1F2F2 0% 0% no-repeat padding-box;
	padding: 40px 0;
}
.scholarship-form .container {
		max-width: 1200px;
		margin: 0 auto;
}
.scholarship-form h2 {
		font-size: 28px;
		color: #333;
		margin-bottom: 15px;
}

	.scholarship-form h3 {
		font: 600 34px/37px 'Noto Sans', sans-serif;
		color: #334C56;
		margin: 25px 0 20px;
		text-transform: uppercase;
	}

	.scholarship-form p {
		color: #666;
		font-size: 14px;
		margin-bottom: 30px;
	}

.form-group {
	margin-bottom: 20px;
}

	.form-group label {
		display: block;
		margin-bottom: 8px;
		color: #333;
		font: 800 16px/22px 'Noto Sans', sans-serif;
	}

	/*	.form-group label strong {
			font-weight: 600;
		}*/

	.form-group select {
		border: 1px solid #ddd;
		font-size: 18px;
	}
.form-control {
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	}

.error-message {
	color: #dc3545;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}
textarea.form-control {
	height: auto;
	min-height: 120px;
	resize: vertical;
	line-height: 1.5;
	padding: 12px;
}
.signature-wrapper {
	position: relative;
	width: 100%;
}

	/* Signature Textarea Styles */
	.signature-wrapper canvas {
		width: 100%;
		height: 120px;
		border: 1px solid #ddd;
		border-radius: 4px;
		background-color: #fff;
		cursor: crosshair;
	}

/* Reset Button Styles */
.reset-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 8px 20px;
	background-color: #0066cc;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

	.reset-btn:hover {
		background-color: #0052a3;
	}

/* Signature Hint Text */
.sign-hint {
	display: block;
	color: #666;
	font-size: 12px;
	margin-top: 5px;
}
.largerCheckbox {
	width: 45px;
	height: 45px;
}
.checkbox-label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin-left:15px;
}
.form-legal {
	font: 16px/24px 'Noto Sans', sans-serif;
	color: #2E2E2E !important;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
	.reset-btn {
		padding: 6px 15px;
		font-size: 12px;
	}
}
/* Responsive adjustments */
@media (max-width: 768px) {

	.col-sm-offset-1 {
		margin-left: 0;
	}

	.col-sm-10 {
		width: 100%;
	}
}

.dvLoadingImage {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url('../../NKSeeds/images/GHLoader.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000000;
	opacity: 0.4;
}
.checkmark {
	font: bold 16px/24px 'Noto Sans', sans-serif;
	color: #2E2E2E;
}
.scholar-href {
	color: #7FCA3F !important;
}
.mbl-legal-img {
	display: none;
}
.thank-you-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thanks-p {
	padding-left: 7rem;
	padding-right: 7rem;
	padding-bottom: 1rem;
}
.thank-btn {
	margin-top: 60px;
}

@media only screen and (max-width: 990px) {
	h1 {
		font: 500 60px/70px 'Noto Sans', sans-serif !important;
		letter-spacing: 0px;
		color: #334C56;
	}

	.thanks-p {
	padding-left:unset;
	padding-right:unset;
	}
	#scholarship-banner {
		background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),url(https://assets.syngentaebiz.com/images/media/durastak-scholarship-header-background-mobile@2x.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
		width: 100%;
		min-height: 500px;
	}
	.ptl-4 {
		padding-left: unset;
		padding-top: 1rem;
	}
	/*.eligibility-sec .btn {
		margin-left: 93px !important;
	}*/
	.next-steps {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap:unset;
	}
		.next-steps h3 {
			text-align: center;
		}
	.arrow-img {
		transform: rotate(90deg);
	}
}
/* Samsung Galaxy S8+ Portrait */
@media screen and (min-width: 360px) and (max-width: 740px) and (orientation: portrait) {
	 
}
