@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;
	    });
	}
*/
.e-btn.e-skip-to-content {
  position: fixed;
  z-index: 1000;
  border-radius: 0;
  right: 100%;
  top: 0;
  transition: transform 0.3s, opacity 0.3s;
  white-space: nowrap;
}
.e-btn.e-skip-to-content:focus {
  opacity: 1;
  transform: translateX(100%);
}
.h-wrapper {
  position: relative;
  z-index: 101;
  background-color: white;
  box-shadow: 0 0.2rem 1.1rem 0 rgba(0, 0, 0, 0.28);
}
@media all and (max-width: 1279px) {
  .h-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
.h-wrapper__inner {
  background: white;
}
@media all and (min-width: 600px) {
  .h-wrapper__inner {
    padding: 0 3.5rem;
  }
}
@media all and (min-width: 1280px) {
  .h-wrapper__inner {
    padding: 0 4rem;
  }
}
.h-wrapper__content {
  display: flex;
  height: 6.7rem;
}
@media all and (min-width: 768px) {
  .h-wrapper__content {
    height: 8rem;
  }
}
@media all and (min-width: 1280px) {
  .h-wrapper__content {
    position: relative;
    height: 14.8rem;
  }
}
.h-logo-wrapper {
  flex: 0 1 10.4rem;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .h-logo-wrapper {
    flex-basis: 13.4rem;
  }
}
@media all and (min-width: 1280px) {
  .h-logo-wrapper {
    background-color: white;
    flex-basis: 20.4rem;
    flex-shrink: 0;
    padding-right: 3rem;
    position: relative;
    z-index: 11;
  }
}
.h-logo-link {
  width: 100%;
  transition: opacity 0.3s;
}
.h-logo-link:hover {
  opacity: 0.8;
}
.h-logo {
  width: 100%;
}
.h-logo--desktop {
  display: none;
}
.h-logo .h-logo--png {
  display: none;
}
.no-svg .h-logo.h-logo--svg {
  display: none;
}
@media all and (min-width: 1280px) {
  .h-logo.h-logo--device {
    display: none;
  }
  .h-logo.h-logo--desktop {
    display: block;
  }
}
.svg .h-logo.h-logo--png {
  display: none;
}
.h-logo.h-logo--print {
  display: none;
}
.h-nav-triggers__wrapper {
  align-self: center;
  margin-left: auto;
}
.h-main-nav__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media all and (min-width: 1280px) {
  .h-main-nav__trigger {
    display: none;
  }
}
.h-main-nav__trigger .e-icon {
  font-size: 2.7rem;
}
.h-main-nav__trigger .i-menu-close {
  display: none;
}
.main-nav--active .h-main-nav__trigger .i-menu-close {
  display: block;
}
.main-nav--active .h-main-nav__trigger .i-menu {
  display: none;
}
.h-main-search__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  margin-right: 1rem;
}
@media all and (min-width: 768px) {
  .h-main-search__trigger {
    display: none;
  }
}
.h-main-search__trigger .e-icon {
  font-size: 2.7rem;
  color: #E94B3F;
}
.h-main-search__trigger .i-search {
  font-size: 2.1rem;
}
.main-search--active .h-main-search__trigger .i-search {
  display: none;
}
.h-main-search__trigger .i-close {
  font-size: 2.1rem;
  display: none;
}
.main-search--active .h-main-search__trigger .i-close {
  display: block;
}
@media all and (max-width: 1279px) {
  .h-watch-videos__wrapper {
    flex: 1 1 100%;
  }
  .h-wrapper__content > .h-watch-videos__wrapper {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .h-nav .h-watch-videos__wrapper {
    display: none;
  }
}
.h-watch-videos {
  display: inline-flex;
  align-items: flex-end;
  margin-top: 2rem;
  margin-left: 3rem;
  padding: 0.5rem 1.4rem 0.7rem 0.6rem;
  border: 0.1rem solid #F0634F;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #F0634F;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.h-watch-videos .e-icon {
  font-size: 1.9rem;
  margin-right: 0.5rem;
  margin-bottom: -0.1rem;
}
.h-watch-videos:hover,
.h-watch-videos:focus {
  background: #F0634F;
  color: white;
  border-color: #F0634F;
}
@media all and (min-width: 1280px) {
  .h-watch-videos {
    margin: 0;
    position: absolute;
    right: 23rem;
    top: 2rem;
  }
}
.c-related-article {
  margin-top: 3.3rem;
}
.h-sub-nav__articles .c-related-article {
  margin-top: 1.4rem;
  width: 100%;
  max-width: inherit;
  margin-top: 2.5rem;
}
@media all and (min-width: 1280px) {
  .h-sub-nav__articles .c-related-article {
    flex-basis: calc(50% - 3rem);
    margin: 3.3rem 1.5rem 0;
  }
  .h-sub-nav__articles .c-related-article:nth-child(-n+2) {
    margin-top: 0;
  }
}
.h-sub-nav__articles .c-related-article:first-child {
  margin-top: 0;
}
.c-related-article__item {
  display: flex;
  align-items: center;
}
.c-related-article__item__image-wrapper {
  flex-basis: 100%;
  flex-shrink: 0;
  max-width: 15rem;
}
.h-sub-nav__articles .c-related-article__item__image-wrapper {
  max-width: inherit;
  flex-basis: 36%;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .h-sub-nav__articles .c-related-article__item__image-wrapper {
    flex-basis: 25%;
  }
}
.c-related-article__item__image img {
  height: auto;
}
.c-related-article__item__contents {
  padding: 1rem;
}
@media all and (min-width: 768px) {
  .c-related-article__item__contents {
    padding: 0 0 0 2rem;
  }
}
.h-sub-nav__articles .c-related-article__item__contents {
  padding-left: 2rem;
}
.c-related-article__title {
  font-size: 1.6rem;
  margin: 0.8rem 0 0;
  line-height: 1.15;
}
@media all and (min-width: 768px) {
  .c-related-article__title {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-related-article__title {
    font-size: 2rem;
  }
}
.c-related-article__title .e-icon {
  font-size: 1.4rem;
  color: #E94B3F;
  position: relative;
  top: 0.3rem;
  margin-left: 0.5rem;
}
@media all and (min-width: 768px) {
  .c-related-article__title .e-icon {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-related-article__title .e-icon {
    font-size: 1.8rem;
  }
}
.c-related-article__title__text {
  color: #252424;
  font-weight: 500;
}
.c-related-article__item:active .c-related-article__title__text {
  color: #E94B3F;
}
.c-related-article__item:hover .c-related-article__title__text,
.c-related-article__item:focus .c-related-article__title__text {
  color: #E94B3F;
}
.c-related-article__title__text span {
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .c-related-articles {
    overflow: -moz-scrollbars-none;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
  }
  .c-related-articles__inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: flex-start;
  }
  .c-related-article {
    margin-top: 0;
    min-width: 15rem;
    max-width: 15rem;
    margin-right: 0.5rem;
  }
  .c-related-article:last-child {
    margin-right: 0;
  }
  .c-related-article__item {
    flex-wrap: wrap;
  }
  .h-sub-nav__articles .c-related-article__item {
    flex-wrap: nowrap;
  }
}
.c-article-tag-title {
  font-size: 1rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 500;
  color: #76A9A7;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media all and (min-width: 768px) {
  .c-article-tag-title {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-article-tag-title {
    font-size: 1.2rem;
  }
}
