@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-snapshots-wrapper {
  display: flex;
  margin: -1rem;
  padding: 0 0 4rem;
  margin-bottom: 0;
}
.c-snapshots-wrapper > .column {
  flex: 1 1 100%;
  max-width: 100%;
}
@media all and (min-width: 480px) {
  .c-snapshots-wrapper > .column {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .c-snapshots-wrapper > .column {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
.c-snapshot__wrapper {
  padding: 1rem;
}
.c-snapshot {
  text-align: center;
  padding: 0 0 4rem 0;
}
.c-snapshot--red {
  background: #F0634F;
}
.c-snapshot--red .c-snapshot__heading {
  color: white;
}
.c-snapshot--red .c-snapshot__heading:before {
  background: #CC5443;
}
.c-snapshot--red .c-snapshot__text {
  color: white;
}
.c-snapshot--red .c-snapshot__link {
  color: white;
}
.c-snapshot--red .c-snapshot__link .e-icon {
  fill: white;
}
.c-snapshot--red .c-snapshot__link:hover,
.c-snapshot--red .c-snapshot__link:focus,
.c-snapshot--red .c-snapshot__link:active {
  color: #EDE9E4;
}
.c-snapshot--red .c-snapshot__link:hover .e-icon,
.c-snapshot--red .c-snapshot__link:focus .e-icon,
.c-snapshot--red .c-snapshot__link:active .e-icon {
  fill: #F8F7F5;
}
.c-snapshot--teal {
  background: #9FD8D6;
}
.c-snapshot--eggshell {
  background: #EDE9E4;
}
.c-snapshot__image {
  width: 100%;
  margin: auto;
}
.c-snapshot__heading {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  color: black;
  font-size: 2.4rem;
  padding: 0 2rem;
  margin-top: 0;
}
@media all and (min-width: 1280px) {
  .c-snapshot__heading {
    font-size: 3rem;
  }
}
.c-snapshot__heading:before {
  background-color: #CC5443;
  content: '';
  display: block;
  height: 0.3rem;
  margin: 1rem auto 1.5rem;
  width: 2.2rem;
}
.c-snapshot__text {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  color: black;
  font-size: 1.6rem;
  padding: 0 2rem;
}
@media all and (min-width: 1280px) {
  .c-snapshot__text {
    font-size: 1.8rem;
  }
}
.c-snapshot__link {
  color: #E94B3F;
}
.c-snapshot__link:hover .e-icon,
.c-snapshot__link:focus .e-icon,
.c-snapshot__link:active .e-icon {
  margin-left: 0.5rem;
}
@media all and (max-width: 479px) {
  .c-snapshots-wrapper[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media all and (min-width: 480px) and (max-width: 1279px) {
  .c-snapshots-wrapper[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media all and (min-width: 1280px) {
  .c-snapshots-wrapper[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
.EditorWidget .c-snapshot-widget:after {
  content: 'Snapshot';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-snapshot-widget {
  padding: 0 2rem;
}
.c-snapshot__title {
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-snapshot__title {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-snapshot__title {
    font-size: 4rem;
  }
}
.c-snapshot__title .i-arrow-right {
  font-size: 1.4rem;
}
@media all and (min-width: 1280px) {
  .c-snapshot__title .i-arrow-right {
    font-size: 2.2rem;
    margin-left: 0.5rem;
  }
}
.c-snapshot__title__link {
  color: white;
}
.c-snapshot__title__link:hover,
.c-snapshot__title__link:focus,
.c-snapshot__title__link:active {
  color: #EDE9E4;
}
.c-snapshot__items {
  display: flex;
  margin: 0 -2rem;
}
@media all and (min-width: 768px) {
  .c-snapshot__items {
    margin: 0 -3rem;
  }
}
.c-snapshot__item {
  flex-basis: 50%;
}
@media all and (max-width: 767px) {
  .c-snapshot__item:nth-child(n+3) {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .c-snapshot__item {
    flex-basis: 25%;
  }
}
.c-snapshot__item__text {
  font-size: 1.4rem;
  text-align: center;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}
@media all and (min-width: 768px) {
  .c-snapshot__item__text {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-snapshot__item__text {
    font-size: 2rem;
  }
}
.c-snapshot__item__text:before {
  background-color: #CC5443;
  content: '';
  display: block;
  height: 0.3rem;
  margin: 1rem auto 1.5rem;
  width: 2.2rem;
}
@media all and (min-width: 768px) {
  .c-snapshot__item__text {
    padding: 0 3rem;
  }
}
.c-snapshot__item__image img {
  height: auto;
}
