@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-question {
  position: relative;
  padding: 3rem 1rem;
  color: white;
  border-top: 0.3rem solid #EDE9E4;
  border-bottom: 0.3rem solid #EDE9E4;
}
@media all and (min-width: 768px) {
  .c-question {
    padding-left: 6rem;
  }
}
.c-question .c-help-advice__item__q {
  top: 3.2rem;
  position: absolute;
  left: 2rem;
}
.c-question-detailed {
  position: relative;
  padding-left: 4rem;
  border-top: 0.3rem solid #EDE9E4;
  padding-top: 2.5rem;
}
@media all and (min-width: 768px) {
  .c-question-detailed {
    padding-left: 5rem;
  }
}
@media all and (min-width: 1280px) {
  .c-question-detailed {
    padding-left: 6rem;
  }
}
.c-question-detailed .c-question__heading,
.c-question-detailed .c-question__social {
  padding-left: 0;
}
.c-question-detailed .c-question__copy {
  font-weight: 500;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .c-question-detailed .c-question__copy {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-question-detailed .c-question__copy {
    font-size: 2rem;
  }
}
.c-question-detailed .c-help-advice__item__q {
  top: 2.6rem;
  position: absolute;
  left: 0rem;
}
@media all and (min-width: 1280px) {
  .c-question-detailed .c-help-advice__item__q {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    top: 2rem;
  }
}
.c-question__heading {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
  color: black;
  padding-left: 5rem;
}
@media all and (min-width: 768px) {
  .c-question__heading {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-question__heading {
    font-size: 3rem;
  }
}
@media all and (min-width: 768px) {
  .c-question__heading {
    padding-left: 0;
  }
}
.c-question__social {
  padding-left: 5rem;
}
@media all and (min-width: 768px) {
  .c-question__social {
    padding-left: 0;
  }
}
.c-question__social__label {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: black;
  position: relative;
  padding-right: 2rem;
  display: inline-block;
  margin: 1rem 2rem 1rem 0;
}
.c-question__social__label:after {
  content: '';
  width: 0.1rem;
  height: 100%;
  left: calc(100% + 1rem);
  background: black;
  position: absolute;
  top: 0;
}
.c-question__social__label__number {
  position: absolute;
  background: #1667D5;
  display: inline-block;
  color: white;
  border-radius: 100%;
  height: 1.7rem;
  width: 1.7rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.2rem 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-question__share__btn {
  box-shadow: none;
  background: none;
  border: 0;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: black;
  padding: 0;
  position: relative;
  padding-right: 2rem;
}
.c-question__share__btn:hover,
.c-question__share__btn:focus,
.c-question__share__btn:active {
  color: #F0634F;
  outline: none;
}
.c-question__share__btn .i-share {
  fill: #1667D5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-question__share__btn-wrapper {
  position: relative;
  display: inline-block;
}
.c-question__share__container {
  background: white;
  display: none;
  position: absolute;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  width: 11.1rem;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.28);
  z-index: 1;
}
.c-question--share-active .c-question__share__container {
  display: flex;
}
.c-question__share__container .at-share-btn-elements {
  display: flex;
}
.c-question__share__container .at-share-btn-elements .at-share-btn {
  margin-bottom: 0;
  border: 0.1rem solid #F0634F;
  color: #F0634F;
  padding: 0.2rem;
  width: 2.6rem;
}
.c-question__share__container .at-share-btn-elements .at-share-btn svg {
  fill: #F0634F !important;
}
.c-question__copy {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: black;
  line-height: 1.25;
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .c-question__copy {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-question__copy {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) {
  .c-question__copy {
    margin: 0;
    margin-bottom: 1.4rem;
  }
}
.c-question__likes {
  display: flex;
}
.c-question__likes__button {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  outline: none;
  margin: 0 1rem 1rem 0;
  padding: 0.3rem 1.1rem;
  border-radius: 20rem;
  border: 0.1rem solid #F0634F;
  color: black;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.c-question__likes__button:hover,
.c-question__likes__button:focus,
.c-question__likes__button:active {
  color: white;
  background-color: #F0634F;
}
.c-question__likes__button:hover .e-icon,
.c-question__likes__button:focus .e-icon,
.c-question__likes__button:active .e-icon {
  fill: white;
}
.c-question__likes__button .e-icon {
  fill: #F0634F;
  transition: fill 0.2s ease, color 0.2s ease;
}
.c-question__likes__button[disabled],
.c-question__likes__button[disabled]:hover,
.c-question__likes__button[disabled]:active,
.c-question__likes__button[disabled]:focus {
  opacity: 0.3;
  background-color: transparent;
  color: black;
}
.c-question__likes__button[disabled] .e-icon,
.c-question__likes__button[disabled]:hover .e-icon,
.c-question__likes__button[disabled]:active .e-icon,
.c-question__likes__button[disabled]:focus .e-icon {
  fill: #F0634F;
}
.c-question__likes__icon-wrapper {
  position: relative;
  padding-right: 1.5rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.c-question__likes__icon-wrapper .e-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2rem;
  fill: #F0634F;
  transition: fill 0.2s ease, color 0.2s ease;
}
.c-question__likes__icon-wrapper .i-like,
.c-question__likes__icon-wrapper .i-hug {
  margin-top: -0.1rem;
}
.c-question__likes__tag-number {
  font-size: 1.4rem;
  font-weight: 400;
}
.c-answers {
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-top: 0.3rem solid #EDE9E4;
  border-bottom: 0.3rem solid #EDE9E4;
  position: relative;
}
.c-answers .c-no-answers {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: black;
  line-height: 1.25;
  margin-top: 2.5rem;
}
@media all and (min-width: 768px) {
  .c-answers .c-no-answers {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-answers .c-no-answers {
    font-size: 2rem;
  }
}
.c-answer {
  padding: 2rem;
}
@media all and (min-width: 768px) {
  .c-answer {
    padding: 2rem 3rem 2rem 9rem;
  }
}
.c-answer:nth-child(2n + 1) {
  background-color: #F8F7F5;
}
.c-answer__text {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .c-answer__text {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-answer__text {
    font-size: 1.8rem;
  }
}
.c-answer__text a {
  color: #F0634F;
  text-decoration: none;
  border-bottom: 0.1rem solid #F0634F;
  transition: all 0.3s;
}
.c-answer__text a:hover,
.c-answer__text a:focus,
.c-answer__text a:active {
  color: #CC5443;
  border-color: #CC5443;
}
.c-experts__item.c-experts__item--answer {
  align-items: flex-start;
}
.c-experts__item.c-experts__item--answer .c-experts__item__image-wrapper {
  max-width: 5.5rem;
  padding-top: 0.5rem;
}
.c-experts__item.c-experts__item--answer .c-experts__item__name {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-experts__item.c-experts__item--answer .c-experts__item__name {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts__item.c-experts__item--answer .c-experts__item__name {
    font-size: 2rem;
  }
}
.c-experts__item.c-experts__item--answer .c-experts__item__title {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
  line-height: 1.46666667;
}
@media all and (min-width: 768px) {
  .c-experts__item.c-experts__item--answer .c-experts__item__title {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-experts__item.c-experts__item--answer .c-experts__item__title {
    font-size: 1.6rem;
  }
}
.c-experts__item.c-experts__item--answer .c-experts__item__title:after {
  margin-top: 1rem;
}
.c-experts__item.c-experts__item--answer .c-experts__item__cta {
  margin-top: 0.5rem;
  display: inline-block;
}
.c-other-questions__wrapper {
  padding-top: 2rem;
}
.e-page-column .c-other-questions__wrapper:last-child .c-other-question:last-child {
  padding-bottom: 0;
}
.c-other-questions__wrapper--expert-profile {
  border-top: 0.3rem solid #EDE9E4;
  margin-top: 3rem;
}
.c-other-questions__wrapper--expert-profile:last-child {
  margin-bottom: 5rem;
}
.c-other-questions {
  display: block;
}
.c-other-questions__label {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-other-questions__label {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-other-questions__label {
    font-size: 3rem;
  }
}
.c-other-question {
  color: white;
  position: relative;
  padding: 2rem 1rem 2rem 4rem;
}
@media all and (min-width: 768px) {
  .c-other-question {
    padding: 2rem 0 2rem 6rem;
  }
}
.c-other-question:not(:last-child) {
  border-bottom: 0.3rem solid #EDE9E4;
}
.c-other-question .c-help-advice__item__q {
  top: 2rem;
  position: absolute;
  left: 0;
}
.c-other-question__title__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c-other-question__title__wrapper .c-help-advice__item__q {
  position: static;
  flex: 0 0 4.8rem;
  max-width: 4.8rem;
}
.c-other-question__heading {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: black;
  margin: 0 0 1rem;
}
.c-other-question__link {
  color: #252424;
}
.c-other-question__link:hover,
.c-other-question__link:focus,
.c-other-question__link:active {
  color: #E94B3F;
}
.c-other-question__copy {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: black;
  margin: 0;
}
.c-other-question__copy a {
  color: #F0634F;
  text-decoration: none;
  border-bottom: 0.1rem solid #F0634F;
  transition: all 0.3s;
}
.c-other-question__copy a:hover,
.c-other-question__copy a:focus {
  color: #CC5443;
  border-color: #CC5443;
}
