.teaser h1 {
	margin-bottom: 20px !important;
}
.teaser h3, .teaser p, .categories h3, .categories p, .types h3, .types p  {
    color: #347121 !important;
}
.categories h3, .categories p, .types h3, .types p {
    margin: 0rem !important;
    padding: 1rem !important;
    text-align: center;
    font-weight: normal;
}
.categories h3, .categories p {
    background-color: #FFFDEE !important;
}
.categories h3, .types h3  {
    text-transform: uppercase;
}
.categories .row, .types .row, .start-products .row, .start-teaser .row {
    margin: 0;
}
.categories .row .columns:first-child, .types .row .columns:first-child, .start-products .row .columns:first-child, .start-teaser .row .columns:first-child {
    padding-left: 0rem !important;
}
.categories .row .columns:last-child, .types .row .columns:last-child, .start-products .row .columns:last-child, .start-teaser .row .columns:last-child {
    padding-right: 0rem !important;
}
.teaser {
    background-color: #FFFDEE; 
}
.teaser .text {
    padding: 0.75rem 2rem;
    color: #347121;
    vertical-align: middle;
}
.teaser h1, .teaser h2 {
  margin: 1rem 0 0 0;
}
.teaser h3 {
    font-weight: normal;
}
.start-row, .start-row:before, .start-row:after {
    content: " ";
    display: table;
}
.start-row, .start-row:after {
    clear: both
}
.start-row {
    margin: 2.5rem 0rem;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
.start-row {
    margin-bottom: 5rem;
}
.start-row .columns img {
    width: 100%
}
.center {
    text-align: center;
}
.text button > span.button {
    padding: 0.25rem 1rem !important;
}
.text button {
    border-radius: 10px;
}
.footer-icons, p.header-icons {
    font-size: 1.25rem;
}
@media (max-width: 767px) {
	p.header-icons {
		font-size: 0.85rem;
	}
}
@media (min-width: 641px) {
	.types-hr { display: none; }
}
@media (max-width: 640px) {
	.header-icons { display: none; }
	.start-row { margin-left: 0px !important; }
	.small-12 { margin-bottom: 20px; }
	.types-hr { display: block; }
}