@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-tips__load-more {
  padding-bottom: 4rem;
}
.c-vroom-tips__header {
  display: flex;
  align-content: flex-start;
}
@media all and (max-width: 599px) {
  .c-vroom-tips__header {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 600px) {
  .c-vroom-tips__header__logo-wrapper {
    flex-basis: 15rem;
    margin-right: 2rem;
    flex-shrink: 0;
  }
}
svg.c-vroom-tips__header__logo {
  width: 15rem;
  height: 5rem;
}
.c-vroom-tips__header__content-wrapper {
  margin-top: 1rem;
}
@media all and (min-width: 600px) {
  .c-vroom-tips__header__content-wrapper {
    padding-left: 2rem;
    border-left: 0.2rem solid #D3D3D3;
    margin-top: 0;
  }
}
.c-vroom-tips__header__content-wrapper p:last-child {
  margin-bottom: 0;
}
.c-vroom-tips-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  padding: 2rem 0 4rem;
  margin-bottom: 0;
}
.c-vroom-tips-wrapper > .column {
  flex: 1 1 100%;
  max-width: 100%;
}
@media all and (min-width: 480px) {
  .c-vroom-tips-wrapper > .column {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .c-vroom-tips-wrapper > .column {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
.c-vroom-tips-wrapper[data-columns]::before {
  font-size: 0;
}
@media all and (max-width: 479px) {
  .c-vroom-tips-wrapper[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media all and (min-width: 480px) and (max-width: 1279px) {
  .c-vroom-tips-wrapper[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media all and (min-width: 1280px) {
  .c-vroom-tips-wrapper[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
.c-vroom-tip__wrapper {
  padding: 1rem;
  flex-basis: 100%;
}
@media all and (min-width: 600px) {
  .c-vroom-tip__wrapper {
    flex-basis: 50%;
  }
}
@media all and (min-width: 1280px) {
  .c-vroom-tip__wrapper {
    flex-basis: 33%;
  }
}
.c-vroom-tip__wrapper a {
  color: #F0634F;
  text-decoration: underline;
}
.c-vroom-tip__wrapper a:hover,
.c-vroom-tip__wrapper a:focus,
.c-vroom-tip__wrapper a:active {
  color: #CC5443;
}
.c-vroom-tip__wrapper--teal .c-vroom-tip {
  background-color: #9FD8D6;
}
.c-vroom-tip__wrapper--red a {
  color: white;
  text-decoration: underline;
}
.c-vroom-tip__wrapper--red a:hover,
.c-vroom-tip__wrapper--red a:focus,
.c-vroom-tip__wrapper--red a:active {
  color: #EDE9E4;
}
.c-vroom-tip__wrapper--red .c-vroom-tip {
  color: white;
  background-color: #F0634F;
}
.c-vroom-tip__wrapper--red .c-vroom-tip__title {
  color: white;
}
.c-vroom-tip__wrapper--red .c-vroom-tip__title:after {
  background-color: white;
}
.c-vroom-tip__wrapper--image a {
  color: white;
  text-decoration: underline;
}
.c-vroom-tip__wrapper--image a:hover,
.c-vroom-tip__wrapper--image a:focus,
.c-vroom-tip__wrapper--image a:active {
  color: #EDE9E4;
}
.c-vroom-tip__wrapper--image .c-vroom-tip {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.c-vroom-tip__wrapper--image .c-vroom-tip__title {
  position: relative;
}
.c-vroom-tip__wrapper--image .c-vroom-tip__content-wrapper {
  position: relative;
}
.c-vroom-tip {
  background-color: #EDE9E4;
  padding: 3rem;
}
.c-vroom-tip__title {
  margin-bottom: 1rem;
}
.c-vroom-tip__category {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.c-vroom-tip__content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.c-vroom-tip__icon {
  margin-left: auto;
  font-size: 3rem;
}
.c-vroom-tip__logo {
  max-width: 8rem;
}
.c-vroom-tips-categories {
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #EDE9E4;
}
.c-vroom-tips-categories__inner {
  display: flex;
}
.EditorWidget .c-vroom-tip-widget:after {
  content: 'Vroom Tip';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-vroom-tip-widget {
  background-color: #EDE9E4;
  padding: 2rem;
}
@media all and (min-width: 1280px) {
  .c-vroom-tip-widget {
    padding: 3rem 8.5rem;
  }
}
.c-vroom-tip-widget__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media all and (min-width: 1280px) {
  .c-vroom-tip-widget__content-wrapper {
    flex-wrap: nowrap;
  }
}
.c-vroom-tip-widget__title {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 500;
}
.c-vroom-tip-widget__title:after {
  display: block;
  content: '';
  width: 1.6rem;
  height: .4rem;
  background-color: #F0634F;
  margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
  .c-vroom-tip-widget__title {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-vroom-tip-widget__title {
    font-size: 2.4rem;
  }
}
.c-vroom-tip-widget__icon {
  font-size: 3rem;
}
.c-vroom-tip-widget__text {
  width: 100%;
  padding-right: 2rem;
}
.c-vroom-tip-widget__text a {
  color: #F0634F;
  text-decoration: none;
  border-bottom: 0.1rem solid #F0634F;
  transition: all 0.3s;
}
.c-vroom-tip-widget__text a:active {
  color: #CC5443;
  border-color: #CC5443;
}
.c-vroom-tip-widget__text a:hover,
.c-vroom-tip-widget__text a:focus {
  color: #CC5443;
  border-color: #CC5443;
}
.c-vroom-tip-widget__logo {
  width: 8rem;
}
@media all and (min-width: 1280px) {
  .c-vroom-tip-widget__logo {
    width: 15rem;
  }
}
.c-vroom-tip-widget__logo-wrapper {
  position: relative;
}
.c-vroom-tip-widget__logo-wrapper:active .c-vroom-tip-widget__tooltip {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -7.6rem;
}
.c-vroom-tip-widget__logo-wrapper:hover .c-vroom-tip-widget__tooltip,
.c-vroom-tip-widget__logo-wrapper:focus .c-vroom-tip-widget__tooltip {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -7.6rem;
}
.c-vroom-tip-widget__tooltip {
  position: absolute;
  max-width: 22rem;
  color: white;
  background: #F0634F;
  text-align: center;
  visibility: hidden;
  border-radius: 1.6rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 1rem;
  z-index: 101;
}
@media all and (min-width: 768px) {
  .c-vroom-tip-widget__tooltip {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-vroom-tip-widget__tooltip {
    font-size: 1.4rem;
  }
}
.c-vroom-tip-widget__tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.8rem;
  width: 0;
  height: 0;
  border-top: 0.8rem solid #F0634F;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
}
