#sds-search-input:-moz-placeholder {
	color: #767d9d;
	opacity: 1;
	font-family: inherit, sans-serif;
	text-transform: none !important;
	font-weight: 400;
	font-size: 1rem
}

#sds-search-input::-moz-placeholder {
	color: #767d9d;
	opacity: 1;
	font-family: inherit, sans-serif;
	text-transform: none !important;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: normal
}

#sds-search-input:-ms-input-placeholder {
	color: #767d9d;
	font-family: inherit, sans-serif;
	text-transform: none !important;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: normal
}

#sds-search-input::-ms-input-placeholder {
	color: #767d9d;
	font-family: inherit, sans-serif;
	text-transform: none !important;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: normal
}

#sds-search-input::placeholder {
	color: #767d9d;
	font-family: inherit, sans-serif;
	text-transform: none !important;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: normal
}

#sds-search-input {
	display: block;
	margin: 0 auto;
	width: auto;
	min-width: 100%;
	height: 50px !important;
	max-width: 768px;
	padding: 0.375rem 0.75rem 0.375rem 2.55rem;
	font-family: inherit, sans-serif;
	text-transform: none !important;
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-clip: padding-box;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 16px 48%;
	border: solid 1px #bdc6ed;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

#sds-search-input:focus,
#sds-search-input:focus-visible {
	color: #000;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

#sds-sheets-container ul.sds-sheets-archive {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 35px 0px;
	list-style: none !important;
}

#sds-sheets-container ul.sds-sheets-archive li {
	flex-grow: 1;
	width: 30%;
	list-style: none !important;
}

#sds-sheets-container a {
	display: inline-block;
	width: 100%;
	padding: 15px 15px 15px 35px;
	border: solid 1px #c9e0f9;
	border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 15px 0 rgba(110, 130, 208, 0.22);
	font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #0d5d97;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	position: relative;
	margin: 0px;
}

#sds-sheets-container a::before {
	content: "\2193";
	font-weight: 400 !important;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	line-height: 18px;
	color: #0d5d97;
	z-index: 2;
	background: #fff;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%
}

#sds-sheets-container a::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 100%;
	width: 35px;
	color: #fff;
	z-index: 1;
	background-color: #0d5d97;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: background-color 0.15s ease-in-out
}

#sds-sheets-container a:hover::after {
	background-color: #1077b5
}

#sds-sheets-container a:hover {
	border-color: #c9e0f9;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}

#sds-sheets-container a .highlight {
	background: #ffe88c;
	color: #000;
	border-radius: 1px
}

@media (min-width:768px) and (max-width:991px) {
	#sds-sheets-container a {
		width: 45%
	}
}

@media (min-width:0px) and (max-width:767px) {
	#sds-sheets-container a {
		width: 90%
	}
}