<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css style for course profile page, weeds-insectsand diseases pressures component */

section.weeds-insects {
	width: 100%;
	display: inline-block;
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
}

.checklist-container {
	width: 100%;
	display: inline-block;
}

.title-text {
	border-bottom: 1.5px solid #a9a9a9;
	margin-top: 35px;
	padding: .25em 0;
	font-size: 1.5rem;
	line-height: 1.875rem;
}

.form-group.checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.form-group.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group.checkbox label {
	position: relative;
	color: #333333;
	cursor: pointer;
	padding-left: 0;
	font-family: "Roboto regular";
}

.form-group.checkbox label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #F0f0f0;
	border-top: 2px solid #dcdcdc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 13px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
}

.form-group.checkbox input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 8px;
	height: 15px;
	border: solid #7c7c7c;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-group.inputtype label {
	display: block;
}

.form-group.inputtype input {
	font-size: 18px;
	padding: 16px 0 16px 18px;
	width: 100%;
	border: 0px solid #8f8f8f;
	border-top: 1.5px double #a9a9a9;
	background: #f0f0f0;
	color: #8f8f8f;
	margin-top: 5px;
	outline: none;
}

.other-section {
	display: inline-block;
	width: 85%;
	margin-top: 20px;
}

.checklist-content {
	width: 100%;
	display: flex;
}

.first-checklist {
	width: 100%;
	display: inline-block;
}

.pre-emergent-program {
	margin-top: 70px;
}

.pre-emergent-program p {
	margin-bottom: 30px;
}

.other-pre-emergent {
	width: 33%;
	display: inline-block;
}

.form-group.inputtype label {
	margin-bottom: 10px;
	font-weight: bold;
}

.warm-season,
.other-diseases {
	width: 20%;
	margin-right: 0;
}

.warm-season .checklist-content,
.other-diseases .checklist-content {
	width: 460px;
}

.subtitle-text {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #333333;
}

.lengthchecklist {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 245px;
	max-height: 245px;
}

@media only screen and (max-width: 767px) {
	.course-inputbox {
		width: 100%!important;
	}
	.course-inputbox .other-section {
		width: 100%;
	}
	.course-checkbox {
		width: 100%!important;
	}
	.checklist-container {
		width: 100%;
		display: block;
	}
	.checklist-content {
		width: 100%;
		display: block;
	}
	.first-checklist.lengthchecklist {
		width: 100%;
		display: inline-block;
	}
	.other-pre-emergent {
		width: 100%;
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.checklist-container {
		width: 100%;
	}
	.course-checkbox {
		width: 100%!important;
	}
	.checklist-content {
		width: 100%;
		display: flex;
	}
	.first-checklist.lengthchecklist {
		width: 100%;
		display: flex;
		max-height: auto;
	}
	.course-inputbox {
		width: 45%!important;
		margin-right: 28px;
	}
	.other-pre-emergent {
		width: 100%;
		margin-top: 15px;
	}
}</pre></body></html>