@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-sitemap {
  margin-left: 0;
}
.c-sitemap .e-icon {
  font-size: 1.2rem;
  color: #898989;
  margin-right: 0.3rem;
}
.c-sitemap .c-sitemap {
  margin-left: 2rem;
}
.c-sitemap__item {
  list-style: none;
}
.c-sitemap__link {
  color: #F0634F;
}
