@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-widget--experts:after {
  content: 'Our Experts';
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  background: #9B9B9B;
  color: white;
  display: block;
  padding: 0.5rem 1rem;
}
.c-full-experts__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  margin: 0 -2rem;
}
.c-full-experts__list .c-experts__item {
  flex-wrap: wrap;
  flex-basis: calc(50% - 4rem);
  margin: 0 2rem 3rem;
  align-content: flex-start;
}
@media all and (min-width: 600px) {
  .c-full-experts__list .c-experts__item {
    flex-basis: calc(33.3333% - 4rem);
  }
}
@media all and (min-width: 768px) {
  .c-full-experts__list .c-experts__item {
    flex-basis: calc(25% - 4rem);
  }
}
@media all and (min-width: 991px) {
  .c-full-experts__list .c-experts__item {
    flex-basis: calc(20% - 4rem);
  }
}
@media all and (min-width: 1280px) {
  .c-full-experts__list .c-experts__item {
    flex-basis: calc(16.667% - 4rem);
  }
}
.c-full-experts__list .c-experts__item__image-wrapper {
  padding: 0 2rem 2rem;
  width: 100%;
}
@media all and (min-width: 600px) {
  .c-full-experts__list .c-experts__item__image-wrapper {
    padding: 0 3rem 2rem;
  }
}
@media all and (min-width: 768px) {
  .c-full-experts__list .c-experts__item__image-wrapper {
    padding: 0 2rem 2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-full-experts__list .c-experts__item__image-wrapper {
    padding: 0 3rem 2rem;
  }
}
.c-full-experts__list .c-experts__item__content-wrapper {
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.c-full-experts__list .c-experts__item__content-wrapper:after {
  margin: 1.3rem auto 0 auto;
  width: 2rem;
}
.c-full-experts__list .c-experts__item__name {
  font-weight: 400;
  margin: 0;
}
.c-full-experts__list .c-experts__item__title {
  margin-top: 0.9rem;
}
.c-full-experts__list .c-cta-text {
  margin-top: 0.8rem;
  display: inline-block;
  line-height: 1.8333;
}
.c-expert-details__articles {
  border-top: 0.3rem solid #EDE9E4;
  padding-top: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.c-expert-details:last-child {
  margin-bottom: 5rem;
}
.c-experts__title {
  font-size: 3rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-experts__title {
    font-size: 3rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts__title {
    font-size: 4rem;
  }
}
.c-experts-list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .c-experts-list {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 767px) {
  .c-experts-list__primary {
    border-top: 3px solid #EDE9E4;
    margin-top: 1.5rem;
    padding-top: 2rem;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .c-experts-list__primary {
    width: 50%;
    padding-right: 3rem;
  }
}
.c-experts-list__secondary {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-experts-list__secondary {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 3rem;
    position: relative;
  }
  .c-experts-list__secondary:before {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background: #EDE9E4;
  }
}
.c-experts__item {
  display: flex;
  align-items: center;
}
.c-experts-list__primary .c-experts__item,
.c-expert-details .c-experts__item {
  flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .c-experts-list__primary .c-experts__item,
  .c-expert-details .c-experts__item {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .c-expert-details .c-experts__item {
    display: block;
  }
}
.c-experts-list__secondary .c-experts__item {
  margin-top: 2rem;
}
@media all and (max-width: 767px) {
  .c-experts-list__secondary .c-experts__item:last-of-type {
    border-bottom: 3px solid #EDE9E4;
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media all and (min-width: 768px) {
  .c-experts-list__secondary .c-experts__item {
    width: 100%;
  }
  .c-experts-list__secondary .c-experts__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 1280px) {
  .c-experts-list__secondary .c-experts__item {
    width: 50%;
  }
  .c-experts-list__secondary .c-experts__item:nth-child(2) {
    margin-top: 0;
  }
}
.c-experts__item__image-wrapper {
  width: 30%;
  flex-shrink: 0;
}
.c-experts-list__secondary .c-experts__item__image-wrapper {
  width: 6rem;
}
@media all and (min-width: 768px) {
  .c-experts-list__secondary .c-experts__item__image-wrapper {
    width: 7rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts-list__secondary .c-experts__item__image-wrapper {
    width: 8rem;
  }
}
@media all and (min-width: 768px) {
  .c-expert-details .c-experts__item__image-wrapper {
    float: left;
    width: 20rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts-list__primary .c-experts__item__image-wrapper,
  .c-expert-details .c-experts__item__image-wrapper {
    float: left;
  }
}
.c-experts__item__image {
  width: 100%;
  border-radius: 50%;
  min-height: 1px;
  transform: translateZ(0);
  overflow: hidden;
  display: block;
}
.c-experts__item__image img {
  height: auto;
}
.c-experts__item__content-wrapper {
  width: 70%;
  padding-left: 1.5rem;
}
.c-experts__item__content-wrapper:after {
  display: block;
  content: '';
  width: 1.6rem;
  height: .4rem;
  background-color: #F0634F;
  margin-top: 1.5rem;
}
.c-experts-list__primary .c-experts__item__content-wrapper {
  width: 70%;
}
@media all and (min-width: 768px) {
  .c-experts__item__content-wrapper {
    padding-left: 2rem;
  }
  .c-experts-list__primary .c-experts__item__content-wrapper,
  .c-expert-details .c-experts__item__content-wrapper {
    width: 70%;
    margin-top: 1.5rem;
  }
  .c-expert-details .c-experts__item__content-wrapper {
    padding-left: 2rem;
    margin-top: 0;
    float: right;
    width: calc(100% - 20rem);
  }
  .c-experts__item:nth-child(2n-1) .c-experts__item__content-wrapper {
    padding-right: 1.3rem;
  }
}
.c-experts__item__content-wrapper:after {
  margin-top: 1.5rem;
}
@media all and (min-width: 1280px) {
  .c-experts-list__primary .c-experts__item__content-wrapper,
  .c-expert-details .c-experts__item__content-wrapper {
    width: 70%;
    padding-left: 3rem;
    margin-top: 0;
    float: right;
  }
  .c-expert-details .c-experts__item__content-wrapper {
    width: calc(100% - 20rem);
  }
}
@media all and (min-width: 768px) {
  .c-experts__item__header {
    display: flex;
    align-items: center;
  }
}
.c-experts__item__name {
  margin: 0;
}
.c-experts-list__secondary .c-experts__item__name {
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .c-experts-list__secondary .c-experts__item__name {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts-list__secondary .c-experts__item__name {
    font-size: 2.4rem;
  }
}
.c-experts-list__primary .c-experts__item__name,
.c-expert-details .c-experts__item__name {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .c-experts-list__primary .c-experts__item__name,
  .c-expert-details .c-experts__item__name {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts-list__primary .c-experts__item__name,
  .c-expert-details .c-experts__item__name {
    font-size: 3rem;
  }
}
.c-experts__item__expert {
  display: inline-block;
  margin-top: 1rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .c-experts__item__expert {
    margin: 0 0 -0.6rem 1rem;
  }
}
.c-experts__item__expert-trigger {
  display: block;
  padding: 0.2rem 0.5rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  border: 0;
  background: #F0634F;
  outline: 0;
}
.c-experts__item__expert-tooltip {
  display: block;
  width: 100vw;
  max-width: 100%;
  margin-top: 1.1rem;
  padding: 0.6rem 1.5rem;
  position: absolute;
  top: 100%;
  left: 40%;
  color: white;
  font-size: 1.3rem;
  border-radius: 1.6rem;
  background-color: #F0634F;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: transform 0.2s ease,
							opacity 0.2s ease,
							visibility 0.2s ease;
}
.c-experts__item__expert-tooltip::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: -0.6rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-width: 0 0.6rem 0.8rem 0.6rem;
  border-color: transparent transparent #F0634F transparent;
}
.c-experts__item__expert-trigger:hover + .c-experts__item__expert-tooltip,
.c-experts__item__expert-trigger:focus + .c-experts__item__expert-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-experts__item__title {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #76A9A7;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-experts__item__details-wrapper {
  margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
  .c-expert-details .c-experts__item__details-wrapper {
    float: right;
    padding-left: 2rem;
    width: calc(100% - 20rem);
  }
}
@media all and (min-width: 1280px) {
  .c-experts__item__details-wrapper {
    width: 70%;
    float: right;
    padding-left: 3rem;
  }
  .c-expert-details .c-experts__item__details-wrapper {
    width: calc(100% - 20rem);
    padding-left: 3rem;
  }
}
.c-experts__see-all-cta {
  margin-top: 1rem;
}
