@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;
	    });
	}
*/
.EditorWidget .c-content-image:after {
  content: 'Image';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-article__main__details + div > .e-widget-wrapper__image {
  padding-top: 2.5rem!important;
  padding-bottom: 2.5rem;
}
.c-content-image__wrapper {
  width: 100%;
}
.c-content-image__wrapper + * {
  margin-top: 1.5rem;
}
.c-content-image__image {
  width: 100%;
}
.c-content-image__caption {
  display: block;
  color: #9B9B9B;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .c-content-image__caption {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-content-image__caption {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-content-image__caption {
    padding: 0 3.5rem;
  }
}
@media all and (max-width: 599px) {
  .c-content-image__caption {
    padding: 0 1.5rem;
  }
}
.c-content-image__attribution {
  display: block;
  color: #9B9B9B;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .c-content-image__attribution {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-content-image__attribution {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-content-image__attribution {
    padding: 0 3.5rem;
  }
}
@media all and (max-width: 599px) {
  .c-content-image__attribution {
    padding: 0 1.5rem;
  }
}
.c-content-image__attribution__link .c-content-image__attribution {
  color: #F0634F;
}
.c-content-image__attribution__link:hover .c-content-image__attribution {
  color: #CC5443;
}
.c-content-image__attribution__link {
  display: block;
}
