
/* 800px Resolution-Specific Behaviour */

	@media only screen and (min-width: 0px) and (max-width: 800px) {

		#products_container div.section h2									{ margin: 0% 0% 18px 0% !important; padding: 8px 48px 8px 12px; font-size: 1.125em; line-height: 1.125em; position: relative; color: #FFFFFF; background-color: #005288; cursor: pointer; }
		#products_container div.section h2:after							{ content: '\f0fe'; font-family: 'Font Awesome 5 Pro'; top: 52%; right: 12px; position: absolute; transform: translateY(-50%); }
		#products_container div.section h2.open:after						{ content: '\f146'; }
		#products_container div.section div.collapsable						{ overflow: hidden; transition: height 0.5s ease; -webkit-transition: height 0.5s ease; -moz-transition: height 0.5s ease; }

	}
