@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-support-services:after {
  content: 'Support Services Panel';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.e-widget--support-services {
  display: flex;
  width: 100%;
}
.c-support-services {
  display: flex;
  width: 100%;
  margin-top: 5rem;
}
.e-widgets-adjacent-wrapper .c-support-services,
.c-polls-wrapper .c-support-services {
  margin-top: 0;
}
.c-support-services__inner {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.c-support-services__content {
  position: relative;
  flex: 0 1 75%;
}
.c-support-services__title {
  align-items: center;
  display: flex;
  margin-bottom: 0.8rem;
}
.c-support-services__title .i-support-services {
  font-size: 3rem;
  margin-right: 0.8rem;
}
.c-support-services__title__text {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .c-support-services__title__text {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-support-services__title__text {
    font-size: 2.4rem;
  }
}
.c-support-services__image {
  max-width: 18rem;
  flex-basis: 20%;
  width: 20%;
  align-self: flex-end;
  position: relative;
  bottom: -5rem;
  margin-top: -5rem;
}
.c-polls-wrapper .c-support-services__image {
  bottom: -2.5rem;
}
