.expanding-close{
	color:#872deb !important;
}

.atk-form-field.invalid-field{
	border-bottom: 1px #872deb solid !important;
}

textarea.atk-form-field.invalid-field{
  border: 1px #872deb solid !important;
}

.validation-message{
	color: #872deb !important;
}


.slick-prev:before {
  content: url('/o/atk-dot-com-theme/images/ffwd/Arrow_Left_NoStem_Purple.svg') !important;
}
.slick-next:before {
  content: url('/o/atk-dot-com-theme/images/ffwd/Arrow_Right_NoStem_Purple.svg') !important;
}

.pager li:first-child a {
  background: url("../images/ffwd/Arrow_Left_NoStem_Purple.svg");
}
.pager li:last-child a {
  background: url("../images/ffwd/Arrow_Right_NoStem_Purple.svg");
}

.close-button {
  background-image: url(/o/atk-dot-com-theme/images/ffwd/Close-OFF-Purple.svg);
}
.close-button:hover {
  background-image: url(/o/atk-dot-com-theme/images/ffwd/Close-ON.svg);
}
.location-selector select {
  background: url(/o/atk-dot-com-theme/images/ffwd/Navigation-Dropdown-Purple.svg) no-repeat right;
}
.atk-select:not(.typeahead):after {
  content: url(/o/atk-dot-com-theme/images/ffwd/Navigation-Dropdown-Purple.svg);
}
.list-link .list-link-icon {
  background-image: url('/o/atk-dot-com-theme/images/ffwd/Navigation-List-Arrow.svg');
}