/** Shopify CDN: Minification failed

Line 37:0 Unexpected "{"
Line 37:1 Expected identifier but found "%"
Line 45:0 Unexpected "{"
Line 45:1 Expected identifier but found "%"

**/
input.search__input.field__input::placeholder, .template-search__search label {
	font-family: proxima-nova, sans-serif;
}

.template-full-page-learning-center .template-search__search label {
	letter-spacing: .5px;
	font-weight: 300;
}

.template-full-page-learning-center input.search__input.field__input {
	background: rgba(255,255,255,.2);
	border: 0px;
	box-shadow: none;
}

.template-full-page-learning-center .field__button {
	background: #f37064;
}

.search__input.field__input {
  padding-right: 5rem;
}

.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
}

{% if section.settings.no_padding %}
	.template-search.template-search--empty {
		padding-bottom: 0px;
	}
	
	.template-search.spaced-section:last-child {
		margin-bottom: 0px;
	}
{% endif %}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}