/*$secondaryfonts:  optimal;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.career-container, .store-locator {
  line-height: 1.7; }

.career-container h2 {
  margin-bottom: 1rem; }

.storelocator {
  margin-bottom: 1.25rem; }

.store-locator {
  margin-bottom: 80px; }
