@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-quote-detailed:after {
  content: 'Quote - Detailed';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-quote-detailed {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .c-quote-detailed {
    background-color: #1667D5;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed {
    flex-wrap: nowrap;
  }
}
.e-main .WebPart:first-child .c-quote-detailed,
.e-main > .e-widget-wrapper:first-child .c-quote-detailed {
  padding-top: 2.5rem;
}
.c-quote-detailed__quote-detail-wrapper {
  position: relative;
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__quote-detail-wrapper {
    flex-basis: 70%;
  }
}
.c-quote-detailed--no_adjacent .c-quote-detailed__quote-detail-wrapper {
  flex-basis: 100%;
}
.c-quote-detailed__image-wrapper {
  position: absolute;
  left: 2.5rem;
  top: 3rem;
  width: 10.4rem;
  border-radius: 50%;
  border: 0.9rem solid transparent;
  border-left: 0.9rem solid #9FD8D6;
  border-top: 0.9rem solid #9FD8D6;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__image-wrapper {
    width: 19rem;
    left: 3.3rem;
    top: -0.2rem;
    border-width: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__image-wrapper {
    width: 31.9rem;
    left: 6rem;
    top: -2.3rem;
    border-width: 3rem;
  }
  .e-page-column .c-quote-detailed__image-wrapper {
    width: 16rem;
    left: 0;
    border-width: 2rem;
  }
}
.c-quote-detailed--no_image .c-quote-detailed__image-wrapper {
  display: none;
}
.c-quote-detailed__image {
  width: 100%;
  border-radius: 50%;
  min-height: 1px;
  transform: translateZ(0);
  display: block;
  overflow: hidden;
}
.c-quote-detailed__quote-wrapper {
  padding: 2rem 5rem 2rem 15.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #1B7AFB;
  color: white;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__quote-wrapper {
    min-height: 17rem;
    margin-left: 11rem;
    padding-left: 13.5rem;
    padding-right: 4.5rem;
    border-radius: 1.1rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__quote-wrapper {
    margin-left: 18rem;
    min-height: 23rem;
    padding: 6rem 4rem 7.5rem 23rem;
  }
  .e-page-column .c-quote-detailed__quote-wrapper {
    margin-left: 8rem;
    padding: 6rem 4rem 7.5rem 23rem;
  }
}
.c-quote-detailed--no_image .c-quote-detailed__quote-wrapper {
  margin-left: 0;
  padding-left: 4rem;
}
@media all and (min-width: 768px) {
  .c-quote-detailed--no_image .c-quote-detailed__quote-wrapper {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.c-quote-detailed__quote {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  position: relative;
  text-align: left;
  padding: 0;
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__quote {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__quote {
    font-size: 2rem;
  }
}
.c-quote-detailed__quote::before,
.c-quote-detailed__quote::after {
  margin-top: -0.8rem;
  position: absolute;
  font-family: "Solway", Gotham, Georgia, serif;
  font-size: 7.2rem;
  color: #7CACFC;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__quote::before,
  .c-quote-detailed__quote::after {
    font-size: 7.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__quote::before,
  .c-quote-detailed__quote::after {
    font-size: 9.4rem;
  }
}
.c-quote-detailed__quote:before {
  content: open-quote;
  left: -4rem;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__quote:before {
    left: unset;
    right: calc(100.5%);
    top: -1rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__quote:before {
    top: -3rem;
  }
}
.c-quote-detailed__quote:after {
  content: close-quote;
  right: -2.8rem;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__quote:after {
    height: 5.2rem;
    bottom: -3.4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__quote:after {
    right: 3.2rem;
    bottom: -5.4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed--no_image .c-quote-detailed__quote {
    max-width: 92.5rem;
    margin: auto;
  }
}
.c-quote-detailed__author {
  margin-top: 2.2rem;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__author {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__author {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed--no_image .c-quote-detailed__author {
    width: 100%;
    max-width: 92.5rem;
    margin: 1.8rem auto 0;
  }
}
.c-quote-detailed__support-article {
  padding: 2rem 2rem 2rem 2rem;
}
@media all and (max-width: 767px) {
  .c-quote-detailed__support-article {
    color: white;
  }
}
@media all and (min-width: 768px) {
  .c-quote-detailed__support-article {
    padding: 3rem 2rem 0 2.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__support-article {
    flex-basis: 30%;
    padding: 0 0 0 5rem;
  }
}
.c-quote-detailed__support-article__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .c-quote-detailed__support-article__title {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-detailed__support-article__title {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .c-quote-detailed__support-article__cta {
    color: #F0F9F8 !important;
  }
  .c-quote-detailed__support-article__cta .i-arrow-right {
    fill: #F0F9F8 !important;
  }
  .c-quote-detailed__support-article__cta:hover,
  .c-quote-detailed__support-article__cta:focus,
  .c-quote-detailed__support-article__cta:active {
    color: white !important;
  }
  .c-quote-detailed__support-article__cta:hover .i-arrow-right,
  .c-quote-detailed__support-article__cta:focus .i-arrow-right,
  .c-quote-detailed__support-article__cta:active .i-arrow-right {
    fill: white;
  }
}
.EditorWidget .c-quote-basic:after {
  content: 'Quote';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-quote-basic__quote-wrapper {
  padding: 0 1.5rem 0 2.9rem;
}
@media all and (min-width: 1280px) {
  .c-quote-basic__quote-wrapper {
    padding: 0 9.6rem;
  }
}
.c-quote-basic__quote {
  width: 100%;
  max-width: 67.6rem;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .c-quote-basic__quote {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-basic__quote {
    font-size: 2rem;
  }
}
.c-quote-basic__quote::before,
.c-quote-basic__quote::after {
  position: absolute;
  font-size: 7.2rem;
  font-family: "Solway", Gotham, Georgia, serif;
  line-height: 1;
  color: #E94B3F;
}
@media all and (min-width: 768px) {
  .c-quote-basic__quote::before,
  .c-quote-basic__quote::after {
    font-size: 7.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-basic__quote::before,
  .c-quote-basic__quote::after {
    font-size: 9.4rem;
  }
}
.c-quote-basic__quote:before {
  content: open-quote;
  left: -4rem;
  top: -1rem;
}
@media all and (min-width: 1280px) {
  .c-quote-basic__quote:before {
    left: -6rem;
    top: -1.5rem;
  }
}
.c-quote-basic__quote:after {
  content: close-quote;
  right: -3rem;
}
@media all and (min-width: 1280px) {
  .c-quote-basic__quote:after {
    right: -5rem;
  }
}
.c-quote-basic__author {
  max-width: 67.6rem;
  margin: 1.5rem auto 0;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .c-quote-basic__author {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-quote-basic__author {
    font-size: 1.2rem;
  }
}
