@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	p {
		font-size: 1.4em;

		//	Tablet
	    .minWidth(768px, {
	    	font-size: 1.6em;
	    });

	    //	Desktop
	    .minWidth(1280px, {
	    	font-size: 1.8em;
	    });
	}
*/
.c-tag-list__item {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #1667D5;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  outline: none;
  padding: 0.2rem;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-tag-list__item:active,
.c-tag-list__item--active {
  color: white;
  background-color: #1667D5;
}
.c-tag-list__item:hover,
.c-tag-list__item:focus {
  color: white;
  background-color: #1667D5;
}
.c-your_questions__wrapper .c-tag-list__item--active {
  color: #F0634F;
  background: none;
}
.c-your_questions__wrapper .c-tag-list__item--active {
  color: #F0634F;
  background: none;
}
.c-tag-list__item:not(.c-tag-list__item--pill):not(:last-child) {
  position: relative;
}
.c-tag-list__item:not(.c-tag-list__item--pill):not(:last-child):before {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: -2.2rem;
  display: inline-block;
  background: #EDE9E4;
  content: '';
  width: 0.1rem;
  height: 1.8rem;
}
.c-question__wrapper .c-tag-list__item:not(.c-tag-list__item--pill):not(:last-child):before {
  background: #BDB9B2;
}
.c-tag-list__item--pill {
  border: 0.1rem solid #1667D5;
  padding: 0.5rem 2rem;
  border-radius: 20rem;
}
.c-tag-list__item--pill + .c-tag-list__item--pill {
  margin-left: 1rem;
}
.c-find-by-tag.c-find-by-tag--get-advice {
  padding: 0 1.5rem;
}
@media all and (min-width: 600px) {
  .c-find-by-tag.c-find-by-tag--get-advice {
    padding: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .c-find-by-tag.c-find-by-tag--get-advice {
    padding: 0 1.5rem;
  }
}
.c-find-by-tag__inner {
  padding: 2rem 0;
  border-top: 0.3rem solid #EDE9E4;
  margin-top: 4rem;
}
.c-find-by-tag--get-advice .c-find-by-tag__inner {
  padding: 2rem 0;
  border: 0;
  margin-top: 2rem;
  border-bottom: 0.3rem solid #EDE9E4;
}
.c-find-by-tag__inner .c-tag-list__item {
  margin: 0;
}
.c-find-by-tag__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
}
.c-find-by-tag__list__item {
  margin-bottom: 0;
}
.c-find-by-tag__heading {
  font-family: "Solway", Gotham, Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: black;
}
@media all and (min-width: 480px) {
  .c-find-by-tag__heading {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-find-by-tag__heading {
    font-size: 2.4rem;
  }
}
.c-find-by-tag--get-advice .c-find-by-tag__heading {
  font-size: 2rem;
}
.c-article-listing__item__cta {
  margin: 1.5rem 0 0;
  display: inline-block;
}
