@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;
	    });
	}
*/
.h-nav {
  z-index: 1;
  top: 6.7rem;
}
@media all and (min-width: 768px) {
  .h-nav {
    top: 8rem;
  }
}
@media all and (max-width: 1279px) {
  .h-nav {
    z-index: 3;
    background: #EDE9E4;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    left: 100%;
    width: 80%;
    height: calc(100% - 8rem);
  }
  .main-nav--active .h-nav {
    visibility: visible;
    transform: translateX(-100%);
  }
}
@media all and (max-width: 767px) {
  .h-nav {
    height: calc(100% - 6.7rem);
  }
  .main-nav--active .h-nav {
    width: 100%;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__list {
    background: white;
  }
}
@media all and (max-width: 1279px) {
  .h-nav__list__item {
    padding-left: 3rem;
    border-bottom: 0.1rem solid #E0DAD1;
  }
}
.h-nav__list__item-inner {
  display: flex;
  flex-basis: 100%;
  flex: 1 1 auto;
}
.h-nav__list__item__link {
  outline: none;
}
.h-nav__list__item__link:active,
.h-nav__list__item--active .h-nav__list__item__link {
  color: #E94B3F;
}
.h-nav__list__item__link:hover,
.h-nav__list__item__link:focus {
  color: #E94B3F;
}
@media all and (max-width: 1279px) {
  .h-nav__list__item__link {
    padding: 2.2rem 0;
    flex-basis: 100%;
  }
}
@media all and (min-width: 1280px) {
  .h-nav__list__item__link:hover,
  .h-nav__list__item__link:focus,
  .h-nav__list__item__link:active,
  .h-nav__list__item--active .h-nav__list__item__link {
    border-bottom: 0.5rem solid #E94B3F;
  }
}
.h-nav__list__item-expand:hover,
.h-nav__list__item-expand:focus,
.h-nav__list__item-expand:active {
  background: #E0DAD1;
}
@media all and (max-width: 1279px) {
  .h-sub-nav {
    display: none;
    z-index: 3;
    background: #EDE9E4;
    display: flex;
    align-items: flex-start;
    overflow-y: auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    visibility: hidden;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .main-nav--active .h-nav__list__item--open .h-sub-nav {
    visibility: visible;
    transform: translateX(-100%);
  }
}
@media all and (min-width: 1280px) {
  .h-sub-nav {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 2.8rem 0 2.5rem;
    -webkit-backface-visibility: hidden;
    transition-property: opacity, visibility, transform;
    transition-timing-function: ease, ease, ease;
    transition-duration: .25s, .25s, .25s;
    background: #EDE9E4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5rem);
    display: flex;
  }
  .h-nav__list__item--active .h-sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-duration: .5s, .5s, .5s;
  }
}
.h-sub-nav__inner {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
@media all and (min-width: 1280px) {
  .h-sub-nav__inner {
    flex-wrap: nowrap;
  }
}
.h-sub-nav__back-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F0634F;
  border: 0;
  color: white;
  flex-basis: 100%;
  font-family: "Solway", Gotham, Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 2rem 1.6rem 1.8rem;
  text-align: left;
}
@media all and (min-width: 1280px) {
  .h-sub-nav__back-button {
    display: none;
  }
}
.h-sub-nav__back-button .i-arrow-bullet {
  transform: rotate(180deg);
  font-size: 1.1rem;
  margin-right: 1.8rem;
}
@media all and (min-width: 768px) {
  .h-sub-nav__back-button .i-arrow-bullet {
    margin-right: 2.3rem;
  }
}
.h-sub-nav__subpages {
  flex-basis: 100%;
}
@media all and (min-width: 1280px) {
  .h-sub-nav__subpages {
    flex-basis: calc(33% - 7rem);
    flex-shrink: 0;
    margin: 0 3.5rem;
  }
}
.h-nav-sub__items {
  list-style: none;
  margin: 0;
}
.h-nav-sub__item {
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
  margin: 0;
  border-bottom: 0.2rem solid #E0DAD1;
}
@media all and (min-width: 1280px) {
  .h-nav-sub__item:last-child {
    border-bottom: 0;
  }
}
.h-nav-sub__item__link {
  font-size: 1.8rem;
  align-items: center;
  color: #252424;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.5rem 1.6rem;
}
@media all and (min-width: 768px) {
  .h-nav-sub__item__link {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .h-nav-sub__item__link {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 1280px) {
  .h-nav-sub__item__link {
    padding: 1.1rem 1rem;
  }
}
.h-nav-sub__item__link:hover,
.h-nav-sub__item__link:focus,
.h-nav-sub__item__link:active {
  color: #E94B3F;
}
.h-nav-sub__item__link .i-arrow-bullet {
  color: #E94B3F;
  font-size: 1.4rem;
}
.h-sub-nav__main {
  margin: 1.5rem 1.6rem;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .h-sub-nav__main {
    margin: 0 6rem 0 3.5rem;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 1.1rem;
    flex-basis: calc(100% - 9.5rem);
  }
}
@media all and (max-width: 1279px) {
  .h-sub-nav__main__col:last-child {
    margin-top: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .h-sub-nav__main__col {
    flex-basis: 50%;
  }
  .h-sub-nav__main__col:first-child {
    margin-right: 5rem;
    flex-basis: calc(50% - 5rem);
  }
  .h-sub-nav__main__col:last-child {
    margin-left: 3.5rem;
    flex-basis: calc(50% - 3.5rem);
  }
}
.h-sub-nav__main-title {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .h-sub-nav__main-title {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .h-sub-nav__main-title {
    font-size: 2.4rem;
  }
}
.h-sub-nav__main-title .e-icon {
  font-size: 3rem;
  margin-right: 0.8rem;
}
.h-sub-nav__main-text {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .h-sub-nav__main-text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .h-sub-nav__main-text {
    font-size: 1.6rem;
  }
}
.h-sub-nav__main__cta {
  display: inline-block;
  margin-top: 0.4rem;
}
.h-sub-nav__articles {
  padding-bottom: 1rem;
  margin-top: 1rem;
}
@media all and (min-width: 1280px) {
  .h-sub-nav__articles {
    display: flex;
    flex-wrap: wrap;
    margin: 1.3rem -1.5rem 0;
    flex-basis: 100%;
  }
}
.mobile-image {
  display: block;
}
.desktop-image {
  display: none;
}
@media (min-width: 1280px) {
  .mobile-image {
    display: none;
  }
  .desktop-image {
    display: block;
  }
}
@media all and (min-width: 1280px) {
  .h-find-articles__wrapper {
    background: white;
  }
}
@media all and (min-width: 1280px) and (max-width: 1399px) {
  .h-find-articles__label {
    position: absolute;
    right: 0;
    width: 100%;
    margin-right: 0;
    padding-left: 1.5rem;
    top: -2.3rem;
    text-align: left;
  }
}
.h-find-articles__dropdown {
  display: block;
  position: relative;
}
.h-find-articles__button:focus {
  outline: none;
  background: #F0634F;
  border-color: #F0634F;
  color: white;
  font-weight: 500;
}
.h-find-articles__button .i-arrow-bullet {
  transition: transform 0.2s linear;
}
.h-find-articles__dropdown--open .h-find-articles__button .i-arrow-bullet {
  transform: rotate(270deg);
}
.h-find-articles__dropdown--open .h-find-articles__button {
  background: #F0634F;
  border-color: #F0634F;
  color: white;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 500;
}
.h-find-articles__button--active {
  background: #F0634F;
  border-color: #F0634F;
  font-weight: bold;
  color: white;
}
.h-find-articles__button-text {
  font-weight: 500;
}
.h-find-articles__options {
  flex-wrap: wrap;
  background: #F0634F;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 3.4rem;
  padding: 0 1.5rem 0.5rem;
  border-bottom-right-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
  font-size: 1.4rem;
  padding-top: 0.2rem;
  width: 100%;
}
.h-find-articles__dropdown--open .h-find-articles__options {
  display: flex;
}
.h-find-articles__option {
  display: block;
  color: white;
  flex-basis: 100%;
  padding: 0.7rem 0;
}
.h-find-articles__option:first-child {
  border-top: 0.1rem solid #CC5443;
}
.h-find-articles__option:hover {
  font-weight: bold;
}
