@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-polls-wrapper .column.size-1of3 {
  padding-left: 0;
  padding-right: 0;
}
.c-polls-wrapper .column.size-1of3 > .e-widget-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.c-polls-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6.5rem;
}
@media all and (min-width: 480px) {
  .c-polls-wrapper {
    margin: -1.5rem;
  }
}
@media all and (max-width: 479px) {
  .c-polls-wrapper[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media all and (min-width: 480px) and (max-width: 1279px) {
  .c-polls-wrapper[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media all and (min-width: 1280px) {
  .c-polls-wrapper[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
.c-polls-wrapper > .column,
.c-polls-wrapper > .WebPart {
  flex: 1 1 100%;
  max-width: 100%;
}
@media all and (min-width: 480px) {
  .c-polls-wrapper > .column,
  .c-polls-wrapper > .WebPart {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .c-polls-wrapper > .column,
  .c-polls-wrapper > .WebPart {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media all and (min-width: 480px) {
  .c-polls-wrapper .column {
    padding: 0 1.5rem;
  }
}
.c-polls-wrapper .e-widget-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 480px) {
  .c-polls-wrapper .e-widget-wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.c-polls-wrapper .e-widget-wrapper.e-widget-wrapper--eggshell {
  margin: 1.5rem 0 0;
  padding: 2.5rem;
}
.c-polls-wrapper .e-widget {
  padding-left: 0;
  padding-right: 0;
}
.c-polls-wrapper .c-poll {
  padding: 1.5rem 2rem;
  max-width: inherit;
}
@media all and (min-width: 480px) {
  .c-polls-wrapper .c-poll {
    padding: 1.5rem;
  }
}
.c-poll {
  padding: 0rem;
  flex: 0 1 33.33%;
  max-width: 50rem;
}
.c-poll__inner {
  border: 0.2rem solid #EDE9E4;
}
.c-poll__image {
  width: 100%;
}
.c-poll__content {
  position: relative;
  padding: 2.5rem;
}
.c-poll--no_image .c-poll__content {
  padding-top: 5rem;
}
.c-poll__content .c-quick-poll__option__label {
  font-size: 1.6rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
}
.c-poll__label {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #F0634F;
  color: white;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.c-poll--no_image .c-poll__label {
  bottom: auto;
  top: 0;
}
.c-poll__text {
  font-size: 1.6rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
.c-quick-poll__message {
  font-weight: bold;
  margin: 0;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #EDE9E4;
}
.c-poll__answer {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.c-poll__answer:not(:last-child) {
  border-bottom: 0.1rem solid #EDE9E4;
}
.c-poll__answer__copy {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
}
.c-poll__answer__percentage {
  margin-left: auto;
  font-size: 1.8rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 500;
  color: #F0634F;
}
.EditorWidget .c-quick-poll:after {
  content: 'Quick Poll';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .e-page-column.e-page-column--sidebar div[id*=QuickPoll][id*=pnlUpdate] {
    flex: 0 1 50%;
  }
}
div[id*=QuickPoll][id*=pnlUpdate] .e-widget-wrapper:first-child {
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  .e-page-column.e-page-column--sidebar div[id*=QuickPoll][id*=pnlUpdate] + div[id*=QuickPoll][id*=pnlUpdate] .e-widget-wrapper,
  .e-page-column.e-page-column--sidebar div[id*=QuickPoll][id*=pnlUpdate] + .e-widget-wrapper--eggshell {
    padding-top: 0;
  }
}
@media all and (min-width: 1280px) {
  .e-page-column.e-page-column--sidebar div[id*=QuickPoll][id*=pnlUpdate] + div[id*=QuickPoll][id*=pnlUpdate] .e-widget-wrapper,
  .e-page-column.e-page-column--sidebar div[id*=QuickPoll][id*=pnlUpdate] + .e-widget-wrapper--eggshell {
    padding-top: 0;
  }
}
@media all and (min-width: 1280px) {
  .e-page-column .e-widget-wrapper--eggshell .c-quick-poll,
  .e-page-column .e-widget-wrapper--eggshell-tint .c-quick-poll,
  .e-page-column .e-widget-wrapper--eggshell .c-quick-poll + .c-cta-text,
  .e-page-column .e-widget-wrapper--eggshell-tint .c-quick-poll + .c-cta-text {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.c-quick-poll__title {
  align-items: center;
  display: flex;
  margin-bottom: 0.8rem;
}
.c-quick-poll__title .i-quick-poll {
  font-size: 3rem;
  margin-right: 0.8rem;
}
.c-quick-poll__title__text {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .c-quick-poll__title__text {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quick-poll__title__text {
    font-size: 2.4rem;
  }
}
.c-quick-poll__text {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .c-quick-poll__text {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quick-poll__text {
    font-size: 1.8rem;
  }
}
.c-quick-poll__button {
  margin-top: 2rem;
}
.c-quick-poll + .c-cta-text {
  margin-top: 1.5rem;
  display: inline-block;
}
.EditorWidget .c-poll {
  position: relative;
}
.EditorWidget .c-poll:after {
  content: 'Poll';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
  bottom: 1rem;
  left: 1rem;
}
.EditorWidget .c-poll--quiz:after {
  content: 'Quiz';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.EditorWidget .c-quiz-embed:after {
  content: 'Quiz Embed';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-quiz-embed .smcx-widget {
  max-width: inherit;
}
.c-quiz-embed .smcx-widget > .smcx-iframe-container {
  max-width: inherit;
}
.c-quiz-embed__cms-message {
  text-align: center;
  padding: 4rem 0;
  font-size: 2rem;
  font-weight: 500;
}
.e-main .WebPart:first-child .e-widget-wrapper .c-quiz-embed__cms-message {
  padding-top: 9rem;
}
