@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;
	    });
	}
*/
.main-nav--hovered .f-footer {
  position: relative;
  z-index: -1;
}
.f-newsletter__subscribe__wrapper__inner {
  position: relative;
}
.f-back-to-top__button {
  position: absolute;
  right: 0;
  top: calc(100% - 1.65rem);
  border: 0;
  box-shadow: none;
  background: #1667D5;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 100%;
  transition: background 0.3s;
  z-index: 2;
}
.f-back-to-top__button:focus {
  outline: none;
}
.f-back-to-top__button:hover {
  background: #1A70E7;
}
.f-back-to-top__button .i-arrow-back-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
}
@media all and (min-width: 480px) {
  .f-back-to-top__button {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .f-back-to-top__button {
    right: 4rem;
    display: block;
  }
}
.f-newsletter__text__wrapper {
  flex: 1 1 100%;
  max-width: 100%;
}
@media all and (min-width: 600px) {
  .f-newsletter__text__wrapper {
    flex: 0 1 auto;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__text__wrapper {
    align-items: baseline;
    flex: 0 1 auto;
    flex-wrap: nowrap;
  }
}
.f-newsletter__title {
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  position: relative;
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Solway", Gotham, Georgia, serif;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .f-newsletter__title {
    font-size: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__title {
    font-size: 2.4rem;
  }
}
.f-newsletter__title .i-footer-ff {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 3.1rem;
}
@media all and (min-width: 480px) {
  .f-newsletter__title .i-footer-ff {
    font-size: 3.9rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__title .i-footer-ff {
    font-size: 5rem;
  }
}
@media all and (min-width: 480px) {
  .f-newsletter__title {
    margin-right: 1rem;
    padding-left: 5rem;
    width: 100%;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__title {
    margin-right: 2rem;
    padding-left: 6rem;
    width: auto;
  }
}
.f-newsletter__text {
  margin: 0 2rem 0 0;
  font-size: 1.6rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .f-newsletter__text {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__text {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 480px) {
  .f-newsletter__text {
    margin-top: 1rem;
  }
}
@media all and (min-width: 600px) {
  .f-newsletter__text {
    padding-left: 5rem;
    margin-top: 0;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__text {
    padding-left: 0;
  }
}
.f-newsletter__btn__wrapper {
  align-self: top;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  white-space: nowrap;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
@media all and (min-width: 600px) {
  .f-newsletter__btn__wrapper {
    flex: 0 0 auto;
    max-width: 40%;
    margin-bottom: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__btn__wrapper {
    flex: 0 1 auto;
    max-width: 100%;
  }
}
.f-newsletter__button span,
.f-newsletter__button .e-icon {
  vertical-align: bottom;
}
.f-newsletter__button .i-close {
  font-size: 1rem;
  vertical-align: baseline;
}
.f-newsletter__button[data-js-expandable-toggle-state=open] .i-envelope {
  display: none;
}
.f-newsletter__button[data-js-expandable-toggle-state=closed] .i-close {
  display: none;
}
.f-newsletter__subscribe__wrapper {
  background-color: #cfebea;
}
.f-newsletter__subscribe__wrapper .e-widget-wrapper {
  padding: 0;
}
.f-newsletter__subscribe__wrapper .e-widget--subscribe {
  padding: 0;
}
.f-newsletter__subscribe__wrapper .c-subscribe__inner {
  position: relative;
}
@media all and (min-width: 1280px) {
  .f-newsletter__subscribe__wrapper .c-subscribe__inner {
    padding-left: 0;
  }
  .f-newsletter__subscribe__wrapper .c-subscribe__inner:before {
    content: '';
    position: absolute;
    width: 50vw;
    right: 100%;
    top: 0;
    height: 100%;
    background: #9FD8D6;
  }
}
@media all and (min-width: 1400px) {
  .f-newsletter__subscribe__wrapper .c-subscribe--full__desk__fields {
    position: relative;
    margin-right: 14rem;
  }
  .f-newsletter__subscribe__wrapper .c-subscribe--full__desk__fields .f-newsletter__subscribe__btn__wrapper {
    position: absolute;
    left: calc(100% + 1rem);
    bottom: 0;
  }
  .f-newsletter__subscribe__wrapper .c-subscribe--full__desk__fields .f-newsletter__subscribe__field-wrapper {
    position: relative;
  }
  .f-newsletter__subscribe__wrapper .c-subscribe--full__desk__fields .f-newsletter__subscribe__input--email {
    position: relative;
    z-index: 1;
  }
  .f-newsletter__subscribe__wrapper .c-subscribe--full__desk__fields .f-newsletter__subscribe__input--email[aria-invalid="true"] + .e-field-validation-error {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .f-newsletter__subscribe__wrapper .c-subscribe__icon__text {
    margin-top: 1rem;
  }
}
.f-newsletter__subscribe__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .f-newsletter__subscribe__inner {
    flex-wrap: nowrap;
  }
  .e-page-column--sidebar .f-newsletter__subscribe__inner {
    flex-wrap: wrap;
  }
}
.f-newsletter__subscribe__group-wrapper {
  align-self: flex-start;
  flex: 1 1 100%;
}
@media all and (max-width: 767px) {
  .f-newsletter__subscribe__group-wrapper {
    margin-bottom: .5rem;
  }
  .f-newsletter__subscribe__group-wrapper + .f-newsletter__subscribe__group-wrapper {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 768px) {
  .f-newsletter__subscribe__group-wrapper {
    display: flex;
    flex: 0 1 100%;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__subscribe__group-wrapper {
    flex-basis: auto;
    margin-right: 5rem;
  }
}
.f-newsletter__subscribe__field-wrapper {
  width: 100%;
  text-align: left;
}
.f-newsletter__subscribe__label {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 1.3rem;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .f-newsletter__subscribe__label {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__subscribe__label {
    font-size: 1.8rem;
  }
}
.f-newsletter__subscribe__input {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .f-newsletter__subscribe__input {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__subscribe__input {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__subscribe__input--email {
    width: 31rem;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter__subscribe__input--name {
    width: 22.5rem;
  }
}
.f-newsletter__subscribe__btn__wrapper {
  align-self: flex-start;
}
.f-newsletter__subscribe__btn {
  padding: 1.5rem 2rem;
  vertical-align: top;
}
.f-newsletter__subscribe__thanks {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .f-newsletter__subscribe__thanks {
    margin-top: 2rem;
  }
}
.f-tag-strip {
  color: white;
}
.f-tag-strip__inner {
  visibility: visible;
}
.f-tag-strip__label {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  display: inline-block;
  padding: 1.1rem 0;
  position: relative;
  margin: 0;
}
.f-tag-strip__label .i-arrow-bullet {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  left: 100%;
}
@media all and (min-width: 480px) {
  .f-tag-strip__label {
    display: flex;
    align-items: center;
    margin: 0 1.1rem 0 0;
    padding: 1.2rem 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 991px) {
  .f-tag-strip__label {
    flex: 0 1 auto;
    max-width: inherit;
    align-self: center;
  }
}
.f-tag-strip__label__colon {
  display: none;
}
@media all and (min-width: 480px) {
  .f-tag-strip__label__colon {
    display: block;
  }
}
.f-tag-strip__label__toggle {
  margin-left: 1rem;
  background: none;
  border: 0;
  box-shadow: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.f-tag-strip__label__toggle:focus {
  outline: none;
}
@media all and (min-width: 480px) {
  .f-tag-strip__label__toggle {
    display: none;
  }
}
.f-tag-strip__label__toggle[data-js-expandable-toggle-state='open'] .i-arrow-bullet {
  transform: translate(0, -50%) rotate(270deg);
}
.f-tag-strip__items {
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  display: none;
  position: relative;
  top: -1rem;
  padding: 0;
}
@media all and (min-width: 480px) {
  .f-tag-strip__items {
    align-items: center;
  }
}
@media all and (min-width: 991px) {
  .f-tag-strip__items {
    top: 0;
    padding: 0;
  }
}
.f-tag-strip__item {
  position: relative;
}
.f-tag-strip__item:not(:last-child):after {
  content: '';
  width: 0.1rem;
  height: 1.2rem;
  position: absolute;
  left: calc(100% + 1.25rem);
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  display: none;
}
@media all and (min-width: 480px) {
  .f-tag-strip__item:not(:last-child):after {
    display: block;
  }
}
@media all and (min-width: 1280px) {
  .f-tag-strip__item:not(:last-child):after {
    left: calc(100% + 1.5rem);
  }
}
.f-tag-strip__item:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 480px) {
  .f-tag-strip__item {
    margin: 0 2.5rem 0 0;
  }
}
@media all and (min-width: 1280px) {
  .f-tag-strip__item {
    margin: 0 3rem 0 0;
  }
}
.f-tag-strip__item__link {
  font-weight: 400;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  position: relative;
  padding-left: 1.3rem;
  transition: color 0.3s;
}
@media all and (min-width: 480px) {
  .f-tag-strip__item__link {
    font-size: 1.2rem;
    padding: 0;
  }
}
@media all and (min-width: 1280px) {
  .f-tag-strip__item__link {
    font-size: 1.4rem;
  }
}
.f-tag-strip__item__link .i-arrow-bullet {
  display: block;
  position: absolute;
  left: 0;
  fill: white;
  top: 0.53rem;
}
@media all and (min-width: 480px) {
  .f-tag-strip__item__link .i-arrow-bullet {
    display: none;
  }
}
.f-tag-strip__item__link:active {
  color: #EDE9E4;
}
.f-tag-strip__item__link:hover,
.f-tag-strip__item__link:focus {
  color: #EDE9E4;
}
.f-nav__inner {
  visibility: visible;
}
.f-nav__col:not(:last-child) {
  border-bottom: 0.1rem solid #E0DAD1;
}
@media all and (min-width: 600px) {
  .f-nav__col {
    border: 0 !important;
  }
}
@media all and (min-width: 991px) {
  .f-nav__col {
    flex: 0 1 calc(16.666% - 3rem);
    max-width: calc(16.666% - 3rem);
  }
}
@media all and (max-width: 599px) {
  .f-nav__col--contact {
    padding-left: 0;
  }
}
.f-nav__heading {
  color: black;
  position: relative;
}
@media all and (max-width: 599px) {
  .f-nav__col--contact > .f-nav__heading {
    padding-left: 1.5rem;
    border-bottom: 0.1rem solid #E0DAD1;
  }
}
.f-nav__heading .i-arrow-bullet {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(90deg);
}
.f-nav__heading__toggle {
  margin-left: auto;
  display: block;
  border: 0;
  background: none;
  box-shadow: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.f-nav__heading__toggle:focus {
  outline: none;
}
.f-nav__heading__toggle[data-js-expandable-toggle-state='open'] .i-arrow-bullet {
  transform: translate(0, -50%) rotate(270deg);
}
.f-nav__heading__link {
  color: black;
  text-transform: capitalize;
}
.f-nav__heading__link:active {
  color: #F0634F;
}
.f-nav__heading__link:hover,
.f-nav__heading__link:focus {
  color: #F0634F;
}
.f-nav__items {
  list-style: none;
  margin: 0;
  display: none;
  padding-bottom: 1rem;
}
@media all and (min-width: 600px) {
  .f-nav__items {
    display: block !important;
  }
}
@media all and (min-width: 1280px) {
  .f-nav__items {
    padding-bottom: 0;
  }
}
.f-nav__item {
  margin-bottom: 0.5rem;
}
.f-nav__item__link {
  padding-left: 1.5rem;
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
  color: #252424;
  position: relative;
}
.f-nav__item__link .i-arrow-bullet {
  position: absolute;
  left: 0;
  top: 0.58rem;
  font-size: 0.8rem;
  fill: #F0634F;
}
.f-nav__item__link:hover,
.f-nav__item__link:focus,
.f-nav__item__link:active {
  color: #F0634F;
}
.f-nav__social-links__wrapper {
  align-items: center;
  display: flex;
  margin-top: 0;
  padding-left: 1.5rem;
}
@media all and (min-width: 600px) {
  .f-nav__social-links__wrapper {
    display: block;
    padding-left: 0;
    align-items: inherit;
    margin-top: 3.1rem;
  }
}
.f-nav__social-links {
  margin-left: 1rem;
}
@media all and (min-width: 600px) {
  .f-nav__social-links {
    margin-left: 0;
  }
}
.f-nav__social-link {
  display: inline-block;
}
.f-nav__social-link + .f-nav__social-link {
  margin-left: 0.4rem;
}
.f-nav__social-link .e-icon {
  font-size: 2rem;
  pointer-events: none;
  fill: #F0634F;
}
@media all and (min-width: 600px) {
  .f-nav__social-link .e-icon {
    font-size: 2.5rem;
  }
}
.f-nav__social-link:hover .e-icon {
  fill: #ee4a33;
}
.f-copyright__inner {
  visibility: visible;
}
.f-copyright-copyright {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  font-weight: 400;
}
.f-disclaimer-items {
  list-style: none;
  font-size: 1.2rem;
}
.f-disclaimer-item {
  position: relative;
}
.f-disclaimer-item:before {
  content: '';
  width: 0.1rem;
  height: 1.2rem;
  position: absolute;
  right: calc(100% + 0.75rem);
  top: 50%;
  transform: translate(0, -50%);
  background-color: black;
}
.f-disclaimer-link {
  font-family: "Jost", Futura, Verdana, Arial, sans-serif;
  color: black;
  font-weight: 400;
  transition: opacity 0.3s;
}
.f-disclaimer-link:active {
  color: #F0634F;
}
.f-disclaimer-link:hover,
.f-disclaimer-link:focus {
  color: #F0634F;
}
