@charset "UTF-8";
/* $body-font-family */
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
	.reveal.large, .reveal.small, .reveal.tiny, .reveal {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}
.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important;
}

.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important;
}

.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}

.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important;
}

.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}
@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}
.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
.spin-ccw {
	-webkit-animation-name: spin-ccw-1turn;
	animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
}
@keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
}
.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important;
}

/* mixins
* Generates the image in either standard size or retina display version
*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*%justify {
	text-align: justify;
	font-size: 1px;
	line-height: 0px;
	> * {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-size: $base-font-size;
		line-height: $base-line-height;
	}
	&:after {
		content: '';
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
}*/
.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
	outline: none;
}

[draggable=false] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&xmedium=62em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #353535;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 6px;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 6px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

[data-whatinput=mouse] button {
	outline: 0;
}
button {
	padding: 0;
	appearance: none;
	border: 0;
	border-radius: 6px;
	background: transparent;
	line-height: 1;
	cursor: auto;
}

pre {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.grid-container {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container {
	max-width: 73rem;
	margin-left: auto;
	margin-right: auto;
}
.grid-container.fluid {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.fluid {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}
.cell.auto {
	flex: 1 1 0;
}
.cell.shrink {
	flex: 0 0 auto;
}

.grid-x > .auto {
	width: auto;
}
.grid-x > .shrink {
	width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
	flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
		flex-basis: auto;
	}
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
	flex: 0 0 auto;
}

.grid-x > .small-1 {
	width: 8.3333333333%;
}

.grid-x > .small-2 {
	width: 16.6666666667%;
}

.grid-x > .small-3 {
	width: 25%;
}

.grid-x > .small-4 {
	width: 33.3333333333%;
}

.grid-x > .small-5 {
	width: 41.6666666667%;
}

.grid-x > .small-6 {
	width: 50%;
}

.grid-x > .small-7 {
	width: 58.3333333333%;
}

.grid-x > .small-8 {
	width: 66.6666666667%;
}

.grid-x > .small-9 {
	width: 75%;
}

.grid-x > .small-10 {
	width: 83.3333333333%;
}

.grid-x > .small-11 {
	width: 91.6666666667%;
}

.grid-x > .small-12 {
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-auto {
		flex: 1 1 0;
		width: auto;
	}
	.grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
		flex: 0 0 auto;
	}
	.grid-x > .medium-shrink {
		width: auto;
	}
	.grid-x > .medium-1 {
		width: 8.3333333333%;
	}
	.grid-x > .medium-2 {
		width: 16.6666666667%;
	}
	.grid-x > .medium-3 {
		width: 25%;
	}
	.grid-x > .medium-4 {
		width: 33.3333333333%;
	}
	.grid-x > .medium-5 {
		width: 41.6666666667%;
	}
	.grid-x > .medium-6 {
		width: 50%;
	}
	.grid-x > .medium-7 {
		width: 58.3333333333%;
	}
	.grid-x > .medium-8 {
		width: 66.6666666667%;
	}
	.grid-x > .medium-9 {
		width: 75%;
	}
	.grid-x > .medium-10 {
		width: 83.3333333333%;
	}
	.grid-x > .medium-11 {
		width: 91.6666666667%;
	}
	.grid-x > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-x > .large-auto {
		flex: 1 1 0;
		width: auto;
	}
	.grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
		flex: 0 0 auto;
	}
	.grid-x > .large-shrink {
		width: auto;
	}
	.grid-x > .large-1 {
		width: 8.3333333333%;
	}
	.grid-x > .large-2 {
		width: 16.6666666667%;
	}
	.grid-x > .large-3 {
		width: 25%;
	}
	.grid-x > .large-4 {
		width: 33.3333333333%;
	}
	.grid-x > .large-5 {
		width: 41.6666666667%;
	}
	.grid-x > .large-6 {
		width: 50%;
	}
	.grid-x > .large-7 {
		width: 58.3333333333%;
	}
	.grid-x > .large-8 {
		width: 66.6666666667%;
	}
	.grid-x > .large-9 {
		width: 75%;
	}
	.grid-x > .large-10 {
		width: 83.3333333333%;
	}
	.grid-x > .large-11 {
		width: 91.6666666667%;
	}
	.grid-x > .large-12 {
		width: 100%;
	}
}
.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}
.grid-margin-x > .cell {
	width: calc(100% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .cell {
		width: calc(100% - 1.875rem);
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}
.grid-margin-x > .auto {
	width: auto;
}
.grid-margin-x > .shrink {
	width: auto;
}
.grid-margin-x > .small-1 {
	width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
	width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
	width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
	width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
	width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
	width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
	width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
	width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
	width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
	width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
	width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
	width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .auto {
		width: auto;
	}
	.grid-margin-x > .shrink {
		width: auto;
	}
	.grid-margin-x > .small-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .small-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .small-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .small-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-12 {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x > .medium-auto {
		width: auto;
	}
	.grid-margin-x > .medium-shrink {
		width: auto;
	}
	.grid-margin-x > .medium-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .medium-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .medium-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .medium-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-12 {
		width: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x > .large-auto {
		width: auto;
	}
	.grid-margin-x > .large-shrink {
		width: auto;
	}
	.grid-margin-x > .large-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .large-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .large-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .large-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-12 {
		width: calc(100% - 1.875rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.grid-container:not(.full) > .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.grid-padding-x > .cell {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x > .cell {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.3333333333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.6666666667%;
}

.small-up-7 > .cell {
	width: 14.2857142857%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print, screen and (min-width: 40em) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	.medium-up-2 > .cell {
		width: 50%;
	}
	.medium-up-3 > .cell {
		width: 33.3333333333%;
	}
	.medium-up-4 > .cell {
		width: 25%;
	}
	.medium-up-5 > .cell {
		width: 20%;
	}
	.medium-up-6 > .cell {
		width: 16.6666666667%;
	}
	.medium-up-7 > .cell {
		width: 14.2857142857%;
	}
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	.large-up-2 > .cell {
		width: 50%;
	}
	.large-up-3 > .cell {
		width: 33.3333333333%;
	}
	.large-up-4 > .cell {
		width: 25%;
	}
	.large-up-5 > .cell {
		width: 20%;
	}
	.large-up-6 > .cell {
		width: 16.6666666667%;
	}
	.large-up-7 > .cell {
		width: 14.2857142857%;
	}
	.large-up-8 > .cell {
		width: 12.5%;
	}
}
.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}
.small-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0;
}
.small-margin-collapse > .small-1 {
	width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
	width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
	width: 25%;
}
.small-margin-collapse > .small-4 {
	width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
	width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
	width: 50%;
}
.small-margin-collapse > .small-7 {
	width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
	width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
	width: 75%;
}
.small-margin-collapse > .small-10 {
	width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
	width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
	width: 100%;
}
@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	.small-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	.small-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	.small-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	.small-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	.small-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	.small-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	.small-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	.small-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	.small-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	.small-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	.small-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	.small-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	.small-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	.small-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}
.small-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	.medium-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	.medium-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	.medium-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	.medium-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	.medium-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	.medium-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	.medium-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	.medium-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	.medium-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	.medium-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	.medium-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	.medium-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	.medium-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	.medium-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	.medium-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	.medium-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	.medium-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	.medium-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	.medium-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	.medium-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	.medium-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	.large-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	.large-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	.large-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	.large-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	.large-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	.large-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	.large-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	.large-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	.large-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	.large-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	.large-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	.large-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	.large-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	.large-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	.large-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	.large-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	.large-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	.large-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	.large-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	.large-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	.large-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
	margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 1.875rem / 2);
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.3333333333% + 1.875rem / 2);
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.6666666667% + 1.875rem / 2);
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 1.875rem / 2);
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.3333333333% + 1.875rem / 2);
	}
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.6666666667% + 1.875rem / 2);
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 1.875rem / 2);
	}
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.3333333333% + 1.875rem / 2);
	}
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.6666666667% + 1.875rem / 2);
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 1.875rem / 2);
	}
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.3333333333% + 1.875rem / 2);
	}
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.6666666667% + 1.875rem / 2);
	}
}
@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 1.875rem / 2);
	}
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.3333333333% + 1.875rem / 2);
	}
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.6666666667% + 1.875rem / 2);
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 1.875rem / 2);
	}
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.3333333333% + 1.875rem / 2);
	}
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.6666666667% + 1.875rem / 2);
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 1.875rem / 2);
	}
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.3333333333% + 1.875rem / 2);
	}
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.6666666667% + 1.875rem / 2);
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 1.875rem / 2);
	}
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.3333333333% + 1.875rem / 2);
	}
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.6666666667% + 1.875rem / 2);
	}
}
.grid-y {
	display: flex;
	flex-flow: column nowrap;
}
.grid-y > .cell {
	height: auto;
	max-height: none;
}
.grid-y > .auto {
	height: auto;
}
.grid-y > .shrink {
	height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
	flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
		flex-basis: auto;
	}
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
	flex: 0 0 auto;
}
.grid-y > .small-1 {
	height: 8.3333333333%;
}
.grid-y > .small-2 {
	height: 16.6666666667%;
}
.grid-y > .small-3 {
	height: 25%;
}
.grid-y > .small-4 {
	height: 33.3333333333%;
}
.grid-y > .small-5 {
	height: 41.6666666667%;
}
.grid-y > .small-6 {
	height: 50%;
}
.grid-y > .small-7 {
	height: 58.3333333333%;
}
.grid-y > .small-8 {
	height: 66.6666666667%;
}
.grid-y > .small-9 {
	height: 75%;
}
.grid-y > .small-10 {
	height: 83.3333333333%;
}
.grid-y > .small-11 {
	height: 91.6666666667%;
}
.grid-y > .small-12 {
	height: 100%;
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-auto {
		flex: 1 1 0;
		height: auto;
	}
	.grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
		flex: 0 0 auto;
	}
	.grid-y > .medium-shrink {
		height: auto;
	}
	.grid-y > .medium-1 {
		height: 8.3333333333%;
	}
	.grid-y > .medium-2 {
		height: 16.6666666667%;
	}
	.grid-y > .medium-3 {
		height: 25%;
	}
	.grid-y > .medium-4 {
		height: 33.3333333333%;
	}
	.grid-y > .medium-5 {
		height: 41.6666666667%;
	}
	.grid-y > .medium-6 {
		height: 50%;
	}
	.grid-y > .medium-7 {
		height: 58.3333333333%;
	}
	.grid-y > .medium-8 {
		height: 66.6666666667%;
	}
	.grid-y > .medium-9 {
		height: 75%;
	}
	.grid-y > .medium-10 {
		height: 83.3333333333%;
	}
	.grid-y > .medium-11 {
		height: 91.6666666667%;
	}
	.grid-y > .medium-12 {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		flex: 1 1 0;
		height: auto;
	}
	.grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
		flex: 0 0 auto;
	}
	.grid-y > .large-shrink {
		height: auto;
	}
	.grid-y > .large-1 {
		height: 8.3333333333%;
	}
	.grid-y > .large-2 {
		height: 16.6666666667%;
	}
	.grid-y > .large-3 {
		height: 25%;
	}
	.grid-y > .large-4 {
		height: 33.3333333333%;
	}
	.grid-y > .large-5 {
		height: 41.6666666667%;
	}
	.grid-y > .large-6 {
		height: 50%;
	}
	.grid-y > .large-7 {
		height: 58.3333333333%;
	}
	.grid-y > .large-8 {
		height: 66.6666666667%;
	}
	.grid-y > .large-9 {
		height: 75%;
	}
	.grid-y > .large-10 {
		height: 83.3333333333%;
	}
	.grid-y > .large-11 {
		height: 91.6666666667%;
	}
	.grid-y > .large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-padding-y > .cell {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y > .cell {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .small-1 {
	height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
	height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
	height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
	height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
	height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
	height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
	height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
	height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}
.cell-block-container > .grid-x {
	max-height: 100%;
	flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	.cell .medium-grid-frame {
		width: 100%;
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.medium-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	.medium-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media print, screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	.cell .large-grid-frame {
		width: 100%;
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.large-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	.large-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.grid-y.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100vh;
	width: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
		width: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
		width: auto;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}
@media print, screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .small-1 {
	height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
	height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
	height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
	height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
	height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
	height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
	height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
	height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
.row {
	max-width: 73rem;
	margin-right: auto;
	margin-left: auto;
}
.row::before, .row::after {
	display: table;
	content: " ";
}
.row::after {
	clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.row .row {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}
.row:not(.expanded) .row {
	max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.column, .columns {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.column, .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.column, .columns, .column:last-child:not(:first-child) {
	float: left;
	clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}
.column, .columns {
	width: 100%;
	float: left;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}

.column.row.row, .row.row.columns {
	float: none;
}

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	width: 8.3333333333%;
}

.small-push-1 {
	position: relative;
	left: 8.3333333333%;
}

.small-pull-1 {
	position: relative;
	left: -8.3333333333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	width: 16.6666666667%;
}

.small-push-2 {
	position: relative;
	left: 16.6666666667%;
}

.small-pull-2 {
	position: relative;
	left: -16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	width: 33.3333333333%;
}

.small-push-4 {
	position: relative;
	left: 33.3333333333%;
}

.small-pull-4 {
	position: relative;
	left: -33.3333333333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.6666666667%;
}

.small-push-5 {
	position: relative;
	left: 41.6666666667%;
}

.small-pull-5 {
	position: relative;
	left: -41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	width: 58.3333333333%;
}

.small-push-7 {
	position: relative;
	left: 58.3333333333%;
}

.small-pull-7 {
	position: relative;
	left: -58.3333333333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.6666666667%;
}

.small-push-8 {
	position: relative;
	left: 66.6666666667%;
}

.small-pull-8 {
	position: relative;
	left: -66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	width: 83.3333333333%;
}

.small-push-10 {
	position: relative;
	left: 83.3333333333%;
}

.small-pull-10 {
	position: relative;
	left: -83.3333333333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.6666666667%;
}

.small-push-11 {
	position: relative;
	left: 91.6666666667%;
}

.small-pull-11 {
	position: relative;
	left: -91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left;
}

.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.small-collapse .row {
	margin-right: 0;
	margin-left: 0;
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.small-centered {
	margin-right: auto;
	margin-left: auto;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
	float: left;
	clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
	float: right;
}
.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	margin-right: 0;
	margin-left: 0;
}

@media print, screen and (min-width: 40em) {
	.medium-1 {
		width: 8.3333333333%;
	}
	.medium-push-1 {
		position: relative;
		left: 8.3333333333%;
	}
	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		width: 16.6666666667%;
	}
	.medium-push-2 {
		position: relative;
		left: 16.6666666667%;
	}
	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
	}
	.medium-pull-3 {
		position: relative;
		left: -25%;
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	.medium-4 {
		width: 33.3333333333%;
	}
	.medium-push-4 {
		position: relative;
		left: 33.3333333333%;
	}
	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.medium-5 {
		width: 41.6666666667%;
	}
	.medium-push-5 {
		position: relative;
		left: 41.6666666667%;
	}
	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
	}
	.medium-pull-6 {
		position: relative;
		left: -50%;
	}
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	.medium-7 {
		width: 58.3333333333%;
	}
	.medium-push-7 {
		position: relative;
		left: 58.3333333333%;
	}
	.medium-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.medium-8 {
		width: 66.6666666667%;
	}
	.medium-push-8 {
		position: relative;
		left: 66.6666666667%;
	}
	.medium-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
	}
	.medium-pull-9 {
		position: relative;
		left: -75%;
	}
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	.medium-10 {
		width: 83.3333333333%;
	}
	.medium-push-10 {
		position: relative;
		left: 83.3333333333%;
	}
	.medium-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.medium-11 {
		width: 91.6666666667%;
	}
	.medium-push-11 {
		position: relative;
		left: 91.6666666667%;
	}
	.medium-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	.medium-up-1 > .column, .medium-up-1 > .columns {
		float: left;
		width: 100%;
	}
	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		float: left;
	}
	.medium-up-2 > .column, .medium-up-2 > .columns {
		float: left;
		width: 50%;
	}
	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		float: left;
	}
	.medium-up-3 > .column, .medium-up-3 > .columns {
		float: left;
		width: 33.3333333333%;
	}
	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		float: left;
	}
	.medium-up-4 > .column, .medium-up-4 > .columns {
		float: left;
		width: 25%;
	}
	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		float: left;
	}
	.medium-up-5 > .column, .medium-up-5 > .columns {
		float: left;
		width: 20%;
	}
	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		float: left;
	}
	.medium-up-6 > .column, .medium-up-6 > .columns {
		float: left;
		width: 16.6666666667%;
	}
	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		float: left;
	}
	.medium-up-7 > .column, .medium-up-7 > .columns {
		float: left;
		width: 14.2857142857%;
	}
	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		float: left;
	}
	.medium-up-8 > .column, .medium-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		float: left;
	}
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	.medium-centered, .medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.medium-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
		float: left;
		clear: none;
	}
	.medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
		float: right;
	}
	.medium-uncentered, .medium-push-0, .medium-pull-0 {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.large-1 {
		width: 8.3333333333%;
	}
	.large-push-1 {
		position: relative;
		left: 8.3333333333%;
	}
	.large-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		width: 16.6666666667%;
	}
	.large-push-2 {
		position: relative;
		left: 16.6666666667%;
	}
	.large-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	.large-3 {
		width: 25%;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
	}
	.large-pull-3 {
		position: relative;
		left: -25%;
	}
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	.large-4 {
		width: 33.3333333333%;
	}
	.large-push-4 {
		position: relative;
		left: 33.3333333333%;
	}
	.large-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.large-5 {
		width: 41.6666666667%;
	}
	.large-push-5 {
		position: relative;
		left: 41.6666666667%;
	}
	.large-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	.large-6 {
		width: 50%;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
	}
	.large-pull-6 {
		position: relative;
		left: -50%;
	}
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	.large-7 {
		width: 58.3333333333%;
	}
	.large-push-7 {
		position: relative;
		left: 58.3333333333%;
	}
	.large-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.large-8 {
		width: 66.6666666667%;
	}
	.large-push-8 {
		position: relative;
		left: 66.6666666667%;
	}
	.large-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	.large-9 {
		width: 75%;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
	}
	.large-pull-9 {
		position: relative;
		left: -75%;
	}
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	.large-10 {
		width: 83.3333333333%;
	}
	.large-push-10 {
		position: relative;
		left: 83.3333333333%;
	}
	.large-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.large-11 {
		width: 91.6666666667%;
	}
	.large-push-11 {
		position: relative;
		left: 91.6666666667%;
	}
	.large-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	.large-up-1 > .column, .large-up-1 > .columns {
		float: left;
		width: 100%;
	}
	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		float: left;
	}
	.large-up-2 > .column, .large-up-2 > .columns {
		float: left;
		width: 50%;
	}
	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		float: left;
	}
	.large-up-3 > .column, .large-up-3 > .columns {
		float: left;
		width: 33.3333333333%;
	}
	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		float: left;
	}
	.large-up-4 > .column, .large-up-4 > .columns {
		float: left;
		width: 25%;
	}
	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		float: left;
	}
	.large-up-5 > .column, .large-up-5 > .columns {
		float: left;
		width: 20%;
	}
	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		float: left;
	}
	.large-up-6 > .column, .large-up-6 > .columns {
		float: left;
		width: 16.6666666667%;
	}
	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		float: left;
	}
	.large-up-7 > .column, .large-up-7 > .columns {
		float: left;
		width: 14.2857142857%;
	}
	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		float: left;
	}
	.large-up-8 > .column, .large-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		float: left;
	}
	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.large-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	.large-centered, .large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.large-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
		float: left;
		clear: none;
	}
	.large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
		float: right;
	}
	.large-uncentered, .large-push-0, .large-pull-0 {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
}
.column-block {
	margin-bottom: 1.25rem;
}
.column-block > :last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 1.875rem;
	}
	.column-block > :last-child {
		margin-bottom: 0;
	}
}

.row {
	max-width: 73rem;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-flow: row wrap;
}
.row .row {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}
.row:not(.expanded) .row {
	max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
	margin-right: 0;
	margin-left: 0;
}

.column, .columns {
	flex: 1 1 0px;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.column, .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.column, .columns {
	min-width: 0;
}

.column.row.row, .row.row.columns {
	float: none;
	display: block;
}

.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.small-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 {
	flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-up-4 {
	flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-up-7 {
	flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.small-up-8 {
	flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
	.medium-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	.medium-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	.medium-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.medium-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	.medium-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	.medium-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.medium-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	.medium-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	.medium-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.medium-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	.medium-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	.medium-up-1 {
		flex-wrap: wrap;
	}
	.medium-up-1 > .column, .medium-up-1 > .columns {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medium-up-2 {
		flex-wrap: wrap;
	}
	.medium-up-2 > .column, .medium-up-2 > .columns {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.medium-up-3 {
		flex-wrap: wrap;
	}
	.medium-up-3 > .column, .medium-up-3 > .columns {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.medium-up-4 {
		flex-wrap: wrap;
	}
	.medium-up-4 > .column, .medium-up-4 > .columns {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-up-5 {
		flex-wrap: wrap;
	}
	.medium-up-5 > .column, .medium-up-5 > .columns {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.medium-up-6 {
		flex-wrap: wrap;
	}
	.medium-up-6 > .column, .medium-up-6 > .columns {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.medium-up-7 {
		flex-wrap: wrap;
	}
	.medium-up-7 > .column, .medium-up-7 > .columns {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	.medium-up-8 {
		flex-wrap: wrap;
	}
	.medium-up-8 > .column, .medium-up-8 > .columns {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		flex: 1 1 0px;
	}
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
	flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
	.row.medium-unstack > .column, .row.medium-unstack > .columns {
		flex: 1 1 0px;
	}
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

@media print, screen and (min-width: 64em) {
	.large-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	.large-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	.large-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.large-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	.large-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	.large-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.large-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	.large-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	.large-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.large-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	.large-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	.large-up-1 {
		flex-wrap: wrap;
	}
	.large-up-1 > .column, .large-up-1 > .columns {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.large-up-2 {
		flex-wrap: wrap;
	}
	.large-up-2 > .column, .large-up-2 > .columns {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.large-up-3 {
		flex-wrap: wrap;
	}
	.large-up-3 > .column, .large-up-3 > .columns {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.large-up-4 {
		flex-wrap: wrap;
	}
	.large-up-4 > .column, .large-up-4 > .columns {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.large-up-5 {
		flex-wrap: wrap;
	}
	.large-up-5 > .column, .large-up-5 > .columns {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.large-up-6 {
		flex-wrap: wrap;
	}
	.large-up-6 > .column, .large-up-6 > .columns {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.large-up-7 {
		flex-wrap: wrap;
	}
	.large-up-7 > .column, .large-up-7 > .columns {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	.large-up-8 {
		flex-wrap: wrap;
	}
	.large-up-8 > .column, .large-up-8 > .columns {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		flex: 1 1 0px;
	}
}
.row.large-unstack > .column, .row.large-unstack > .columns {
	flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
	.row.large-unstack > .column, .row.large-unstack > .columns {
		flex: 1 1 0px;
	}
	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.shrink {
	flex: 0 0 auto;
	max-width: 100%;
}

.column-block {
	margin-bottom: 1.25rem;
}
.column-block > :last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 1.875rem;
	}
	.column-block > :last-child {
		margin-bottom: 0;
	}
}

.align-left {
	justify-content: flex-start;
}

.align-right {
	justify-content: flex-end;
}

.align-center {
	justify-content: center;
}

.align-justify {
	justify-content: space-between;
}

.align-spaced {
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	justify-content: center;
}

.align-top {
	align-items: flex-start;
}

.align-self-top {
	align-self: flex-start;
}

.align-bottom {
	align-items: flex-end;
}

.align-self-bottom {
	align-self: flex-end;
}

.align-middle {
	align-items: center;
}

.align-self-middle {
	align-self: center;
}

.align-stretch {
	align-items: stretch;
}

.align-self-stretch {
	align-self: stretch;
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center;
}

.small-order-1 {
	order: 1;
}

.small-order-2 {
	order: 2;
}

.small-order-3 {
	order: 3;
}

.small-order-4 {
	order: 4;
}

.small-order-5 {
	order: 5;
}

.small-order-6 {
	order: 6;
}

@media print, screen and (min-width: 40em) {
	.medium-order-1 {
		order: 1;
	}
	.medium-order-2 {
		order: 2;
	}
	.medium-order-3 {
		order: 3;
	}
	.medium-order-4 {
		order: 4;
	}
	.medium-order-5 {
		order: 5;
	}
	.medium-order-6 {
		order: 6;
	}
}
@media print, screen and (min-width: 64em) {
	.large-order-1 {
		order: 1;
	}
	.large-order-2 {
		order: 2;
	}
	.large-order-3 {
		order: 3;
	}
	.large-order-4 {
		order: 4;
	}
	.large-order-5 {
		order: 5;
	}
	.large-order-6 {
		order: 6;
	}
}
.flex-container {
	display: flex;
}

.flex-child-auto {
	flex: 1 1 auto;
}

.flex-child-grow {
	flex: 1 0 auto;
}

.flex-child-shrink {
	flex: 0 1 auto;
}

.flex-dir-row {
	flex-direction: row;
}

.flex-dir-row-reverse {
	flex-direction: row-reverse;
}

.flex-dir-column {
	flex-direction: column;
}

.flex-dir-column-reverse {
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
	.medium-flex-container {
		display: flex;
	}
	.medium-flex-child-auto {
		flex: 1 1 auto;
	}
	.medium-flex-child-grow {
		flex: 1 0 auto;
	}
	.medium-flex-child-shrink {
		flex: 0 1 auto;
	}
	.medium-flex-dir-row {
		flex-direction: row;
	}
	.medium-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	.medium-flex-dir-column {
		flex-direction: column;
	}
	.medium-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}
@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: flex;
	}
	.large-flex-child-auto {
		flex: 1 1 auto;
	}
	.large-flex-child-grow {
		flex: 1 0 auto;
	}
	.large-flex-child-shrink {
		flex: 0 1 auto;
	}
	.large-flex-dir-row {
		flex-direction: row;
	}
	.large-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	.large-flex-dir-column {
		flex-direction: column;
	}
	.large-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #353535;
	text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
	line-height: 0;
	color: #cacaca;
}

h1, .h1 {
	font-size: 1.5rem;
	line-height: 1.063;
	margin-top: 0;
	margin-bottom: 1rem;
}

h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.063;
	margin-top: 0;
	margin-bottom: 1rem;
}

h3, .h3 {
	font-size: 1.1875rem;
	line-height: 1.063;
	margin-top: 0;
	margin-bottom: 1rem;
}

h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.063;
	margin-top: 0;
	margin-bottom: 1rem;
}

h5, .h5 {
	font-size: 1.0625rem;
	line-height: 1.063;
	margin-top: 0;
	margin-bottom: 1rem;
}

h6, .h6 {
	font-size: 1rem;
	line-height: 1.063;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
	h1, .h1 {
		font-size: 1.875rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.375rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1.125rem;
	}
	h6, .h6 {
		font-size: 1rem;
	}
}
@media print, screen and (min-width: 64em) {
	h1, .h1 {
		font-size: 2.25rem;
	}
	h2, .h2 {
		font-size: 1.625rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.375rem;
	}
	h5, .h5 {
		font-size: 1.25rem;
	}
	h6, .h6 {
		font-size: 1rem;
	}
}
a {
	line-height: inherit;
	color: #0078a0;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #ff8631;
}
a img {
	border: 0;
}

hr {
	clear: both;
	max-width: 73rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: inside;
	line-height: 1.6;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #929292;
}

abbr, abbr[title] {
	border-bottom: 1px dotted #353535;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e7e7e7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #353535;
	border-radius: 6px;
}

.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #929292;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}
p + .stat {
	margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
	margin-left: 0;
	list-style: none;
}

.cite-block, cite {
	display: block;
	color: #929292;
	font-size: 0.8125rem;
}
.cite-block:before, cite:before {
	content: "— ";
}

.code-inline, code {
	border: 1px solid #cacaca;
	background-color: #e7e7e7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #353535;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
	border: 1px solid #cacaca;
	background-color: #e7e7e7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #353535;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media print, screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left;
	}
	.medium-text-right {
		text-align: right;
	}
	.medium-text-center {
		text-align: center;
	}
	.medium-text-justify {
		text-align: justify;
	}
}
@media print, screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}
	.large-text-right {
		text-align: right;
	}
	.large-text-center {
		text-align: center;
	}
	.large-text-justify {
		text-align: justify;
	}
}
.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		color-adjust: economy;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	.show-for-print {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre,
	blockquote {
		border: 1px solid #929292;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.print-break-inside {
		page-break-inside: auto;
	}
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(53, 53, 53, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #353535;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #929292;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
	appearance: none;
}

textarea {
	max-width: 100%;
}
textarea[rows] {
	height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e7e7e7;
	cursor: not-allowed;
}

[type=submit],
[type=button] {
	appearance: none;
	border-radius: 6px;
}

input[type=search] {
	box-sizing: border-box;
}

::placeholder {
	color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
	margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
	cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
	margin-right: 0.5rem;
}

[type=file] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #353535;
}
label.middle {
	margin: 0 0 1rem;
	line-height: 1.5;
	padding: 0.5625rem 0;
}

.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #353535;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
	border-radius: 6px 0 0 6px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
	border-radius: 0 6px 6px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e7e7e7;
	color: #353535;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}
.input-group-label:first-child {
	border-right: 0;
}
.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	height: 2.4375rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}
.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
}

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 6px;
	background-color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #353535;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28146, 146, 146%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
select {
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
	outline: none;
	border: 1px solid #929292;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
	background-color: #e7e7e7;
	cursor: not-allowed;
}
select::-ms-expand {
	display: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
select:not([multiple]) {
	padding-top: 0;
	padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #cc4b37;
}
.form-error.is-visible {
	display: block;
}

[data-whatinput=mouse] .button {
	outline: 0;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0.68em 1.5em;
	border: 1px solid transparent;
	border-radius: 6px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 0.9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.button.tiny {
	font-size: 0.6rem;
}
.button.small {
	font-size: 0.75rem;
}
.button.large {
	font-size: 1.25rem;
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
	background-color: #ff8631;
	color: #fff;
}
.button:hover, .button:focus {
	background-color: rgb(255, 107.2155339806, 3.4);
	color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
	background-color: #ff8631;
	color: #fff;
}
.button.primary:hover, .button.primary:focus {
	background-color: rgb(243.2, 100.3495145631, 0);
	color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
	background-color: #b9b9b9;
	color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #949494;
	color: #fff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
	background-color: #85b94e;
	color: #fff;
}
.button.success:hover, .button.success:focus {
	background-color: rgb(106.4777327935, 150.7724696356, 59.6275303644);
	color: #fff;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
	background-color: #ff8631;
	color: #fff;
}
.button.warning:hover, .button.warning:focus {
	background-color: rgb(243.2, 100.3495145631, 0);
	color: #fff;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
	background-color: #cc4b37;
	color: #fff;
}
.button.alert:hover, .button.alert:focus {
	background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
	color: #fff;
}
.button.purple, .button.purple.disabled, .button.purple[disabled], .button.purple.disabled:hover, .button.purple[disabled]:hover, .button.purple.disabled:focus, .button.purple[disabled]:focus {
	background-color: #552659;
	color: #fff;
}
.button.purple:hover, .button.purple:focus {
	background-color: rgb(68, 30.4, 71.2);
	color: #fff;
}
.button.blue, .button.blue.disabled, .button.blue[disabled], .button.blue.disabled:hover, .button.blue[disabled]:hover, .button.blue.disabled:focus, .button.blue[disabled]:focus {
	background-color: #365899;
	color: #fff;
}
.button.blue:hover, .button.blue:focus {
	background-color: rgb(43.2, 70.4, 122.4);
	color: #fff;
}
.button.lightblue, .button.lightblue.disabled, .button.lightblue[disabled], .button.lightblue.disabled:hover, .button.lightblue[disabled]:hover, .button.lightblue.disabled:focus, .button.lightblue[disabled]:focus {
	background-color: #1d9bf0;
	color: #fff;
}
.button.lightblue:hover, .button.lightblue:focus {
	background-color: rgb(13.3941908714, 125.9053941909, 201.8058091286);
	color: #fff;
}
.button.saffron, .button.saffron.disabled, .button.saffron[disabled], .button.saffron.disabled:hover, .button.saffron[disabled]:hover, .button.saffron.disabled:focus, .button.saffron[disabled]:focus {
	background-color: #f3BB51;
	color: #fff;
}
.button.saffron:hover, .button.saffron:focus {
	background-color: rgb(238.8193548387, 163.3096774194, 20.3806451613);
	color: #fff;
}
.button.burntsienna, .button.burntsienna.disabled, .button.burntsienna[disabled], .button.burntsienna.disabled:hover, .button.burntsienna[disabled]:hover, .button.burntsienna.disabled:focus, .button.burntsienna[disabled]:focus {
	background-color: #EB5E40;
	color: #fff;
}
.button.burntsienna:hover, .button.burntsienna:focus {
	background-color: rgb(216.527014218, 56.682464455, 22.672985782);
	color: #fff;
}
.button.paarl, .button.paarl.disabled, .button.paarl[disabled], .button.paarl.disabled:hover, .button.paarl[disabled]:hover, .button.paarl.disabled:focus, .button.paarl[disabled]:focus {
	background-color: #A5432C;
	color: #fff;
}
.button.paarl:hover, .button.paarl:focus {
	background-color: rgb(132, 53.6, 35.2);
	color: #fff;
}
.button.bossanova, .button.bossanova.disabled, .button.bossanova[disabled], .button.bossanova.disabled:hover, .button.bossanova[disabled]:hover, .button.bossanova.disabled:focus, .button.bossanova[disabled]:focus {
	background-color: #552659;
	color: #fff;
}
.button.bossanova:hover, .button.bossanova:focus {
	background-color: rgb(68, 30.4, 71.2);
	color: #fff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
	background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
	border: 1px solid #ff8631;
	color: #ff8631;
}
.button.hollow:hover, .button.hollow:focus {
	border-color: rgb(152, 62.7184466019, 0);
	color: rgb(152, 62.7184466019, 0);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
	border: 1px solid #ff8631;
	color: #ff8631;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: rgb(152, 62.7184466019, 0);
	color: rgb(152, 62.7184466019, 0);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: rgb(92.5, 92.5, 92.5);
	color: rgb(92.5, 92.5, 92.5);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
	border: 1px solid #85b94e;
	color: #85b94e;
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: rgb(66.548582996, 94.2327935223, 37.2672064777);
	color: rgb(66.548582996, 94.2327935223, 37.2672064777);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
	border: 1px solid #ff8631;
	color: #ff8631;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: rgb(152, 62.7184466019, 0);
	color: rgb(152, 62.7184466019, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
	color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.purple, .button.hollow.purple.disabled, .button.hollow.purple[disabled], .button.hollow.purple.disabled:hover, .button.hollow.purple[disabled]:hover, .button.hollow.purple.disabled:focus, .button.hollow.purple[disabled]:focus {
	border: 1px solid #552659;
	color: #552659;
}
.button.hollow.purple:hover, .button.hollow.purple:focus {
	border-color: rgb(42.5, 19, 44.5);
	color: rgb(42.5, 19, 44.5);
}
.button.hollow.blue, .button.hollow.blue.disabled, .button.hollow.blue[disabled], .button.hollow.blue.disabled:hover, .button.hollow.blue[disabled]:hover, .button.hollow.blue.disabled:focus, .button.hollow.blue[disabled]:focus {
	border: 1px solid #365899;
	color: #365899;
}
.button.hollow.blue:hover, .button.hollow.blue:focus {
	border-color: rgb(27, 44, 76.5);
	color: rgb(27, 44, 76.5);
}
.button.hollow.lightblue, .button.hollow.lightblue.disabled, .button.hollow.lightblue[disabled], .button.hollow.lightblue.disabled:hover, .button.hollow.lightblue[disabled]:hover, .button.hollow.lightblue.disabled:focus, .button.hollow.lightblue[disabled]:focus {
	border: 1px solid #1d9bf0;
	color: #1d9bf0;
}
.button.hollow.lightblue:hover, .button.hollow.lightblue:focus {
	border-color: rgb(8.3713692946, 78.6908713693, 126.1286307054);
	color: rgb(8.3713692946, 78.6908713693, 126.1286307054);
}
.button.hollow.saffron, .button.hollow.saffron.disabled, .button.hollow.saffron[disabled], .button.hollow.saffron.disabled:hover, .button.hollow.saffron[disabled]:hover, .button.hollow.saffron.disabled:focus, .button.hollow.saffron[disabled]:focus {
	border: 1px solid #f3BB51;
	color: #f3BB51;
}
.button.hollow.saffron:hover, .button.hollow.saffron:focus {
	border-color: rgb(151.5483870968, 102.7741935484, 10.4516129032);
	color: rgb(151.5483870968, 102.7741935484, 10.4516129032);
}
.button.hollow.burntsienna, .button.hollow.burntsienna.disabled, .button.hollow.burntsienna[disabled], .button.hollow.burntsienna.disabled:hover, .button.hollow.burntsienna[disabled]:hover, .button.hollow.burntsienna.disabled:focus, .button.hollow.burntsienna[disabled]:focus {
	border: 1px solid #EB5E40;
	color: #EB5E40;
}
.button.hollow.burntsienna:hover, .button.hollow.burntsienna:focus {
	border-color: rgb(135.3293838863, 35.4265402844, 14.1706161137);
	color: rgb(135.3293838863, 35.4265402844, 14.1706161137);
}
.button.hollow.paarl, .button.hollow.paarl.disabled, .button.hollow.paarl[disabled], .button.hollow.paarl.disabled:hover, .button.hollow.paarl[disabled]:hover, .button.hollow.paarl.disabled:focus, .button.hollow.paarl[disabled]:focus {
	border: 1px solid #A5432C;
	color: #A5432C;
}
.button.hollow.paarl:hover, .button.hollow.paarl:focus {
	border-color: rgb(82.5, 33.5, 22);
	color: rgb(82.5, 33.5, 22);
}
.button.hollow.bossanova, .button.hollow.bossanova.disabled, .button.hollow.bossanova[disabled], .button.hollow.bossanova.disabled:hover, .button.hollow.bossanova[disabled]:hover, .button.hollow.bossanova.disabled:focus, .button.hollow.bossanova[disabled]:focus {
	border: 1px solid #552659;
	color: #552659;
}
.button.hollow.bossanova:hover, .button.hollow.bossanova:focus {
	border-color: rgb(42.5, 19, 44.5);
	color: rgb(42.5, 19, 44.5);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
	border-color: transparent;
	background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
	color: #ff8631;
}
.button.clear:hover, .button.clear:focus {
	color: rgb(152, 62.7184466019, 0);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
	color: #ff8631;
}
.button.clear.primary:hover, .button.clear.primary:focus {
	color: rgb(152, 62.7184466019, 0);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
	color: #b9b9b9;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
	color: rgb(92.5, 92.5, 92.5);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
	color: #85b94e;
}
.button.clear.success:hover, .button.clear.success:focus {
	color: rgb(66.548582996, 94.2327935223, 37.2672064777);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
	color: #ff8631;
}
.button.clear.warning:hover, .button.clear.warning:focus {
	color: rgb(152, 62.7184466019, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
	color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
	color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.purple, .button.clear.purple.disabled, .button.clear.purple[disabled], .button.clear.purple.disabled:hover, .button.clear.purple[disabled]:hover, .button.clear.purple.disabled:focus, .button.clear.purple[disabled]:focus {
	color: #552659;
}
.button.clear.purple:hover, .button.clear.purple:focus {
	color: rgb(42.5, 19, 44.5);
}
.button.clear.blue, .button.clear.blue.disabled, .button.clear.blue[disabled], .button.clear.blue.disabled:hover, .button.clear.blue[disabled]:hover, .button.clear.blue.disabled:focus, .button.clear.blue[disabled]:focus {
	color: #365899;
}
.button.clear.blue:hover, .button.clear.blue:focus {
	color: rgb(27, 44, 76.5);
}
.button.clear.lightblue, .button.clear.lightblue.disabled, .button.clear.lightblue[disabled], .button.clear.lightblue.disabled:hover, .button.clear.lightblue[disabled]:hover, .button.clear.lightblue.disabled:focus, .button.clear.lightblue[disabled]:focus {
	color: #1d9bf0;
}
.button.clear.lightblue:hover, .button.clear.lightblue:focus {
	color: rgb(8.3713692946, 78.6908713693, 126.1286307054);
}
.button.clear.saffron, .button.clear.saffron.disabled, .button.clear.saffron[disabled], .button.clear.saffron.disabled:hover, .button.clear.saffron[disabled]:hover, .button.clear.saffron.disabled:focus, .button.clear.saffron[disabled]:focus {
	color: #f3BB51;
}
.button.clear.saffron:hover, .button.clear.saffron:focus {
	color: rgb(151.5483870968, 102.7741935484, 10.4516129032);
}
.button.clear.burntsienna, .button.clear.burntsienna.disabled, .button.clear.burntsienna[disabled], .button.clear.burntsienna.disabled:hover, .button.clear.burntsienna[disabled]:hover, .button.clear.burntsienna.disabled:focus, .button.clear.burntsienna[disabled]:focus {
	color: #EB5E40;
}
.button.clear.burntsienna:hover, .button.clear.burntsienna:focus {
	color: rgb(135.3293838863, 35.4265402844, 14.1706161137);
}
.button.clear.paarl, .button.clear.paarl.disabled, .button.clear.paarl[disabled], .button.clear.paarl.disabled:hover, .button.clear.paarl[disabled]:hover, .button.clear.paarl.disabled:focus, .button.clear.paarl[disabled]:focus {
	color: #A5432C;
}
.button.clear.paarl:hover, .button.clear.paarl:focus {
	color: rgb(82.5, 33.5, 22);
}
.button.clear.bossanova, .button.clear.bossanova.disabled, .button.clear.bossanova[disabled], .button.clear.bossanova.disabled:hover, .button.clear.bossanova[disabled]:hover, .button.clear.bossanova.disabled:focus, .button.clear.bossanova[disabled]:focus {
	color: #552659;
}
.button.clear.bossanova:hover, .button.clear.bossanova:focus {
	color: rgb(42.5, 19, 44.5);
}
.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em;
	content: "";
	border-bottom-width: 0;
	border-color: #fff transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1.5em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
	border-top-color: #ff8631;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
	border-top-color: #ff8631;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
	border-top-color: #b9b9b9;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
	border-top-color: #85b94e;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
	border-top-color: #ff8631;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
	border-top-color: #cc4b37;
}
.button.dropdown.hollow.purple::after, .button.dropdown.clear.purple::after {
	border-top-color: #552659;
}
.button.dropdown.hollow.blue::after, .button.dropdown.clear.blue::after {
	border-top-color: #365899;
}
.button.dropdown.hollow.lightblue::after, .button.dropdown.clear.lightblue::after {
	border-top-color: #1d9bf0;
}
.button.dropdown.hollow.saffron::after, .button.dropdown.clear.saffron::after {
	border-top-color: #f3BB51;
}
.button.dropdown.hollow.burntsienna::after, .button.dropdown.clear.burntsienna::after {
	border-top-color: #EB5E40;
}
.button.dropdown.hollow.paarl::after, .button.dropdown.clear.paarl::after {
	border-top-color: #A5432C;
}
.button.dropdown.hollow.bossanova::after, .button.dropdown.clear.bossanova::after {
	border-top-color: #552659;
}
.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}

a.button:hover, a.button:focus {
	text-decoration: none;
}

.accordion {
	margin-left: 0;
	background: #fff;
	list-style-type: none;
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
	border-radius: 6px 6px 0 0;
}
.accordion-item:last-child > :last-child {
	border-radius: 0 0 6px 6px;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #ff8631;
}
:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0 0 6px 6px;
}
.accordion-title:hover, .accordion-title:focus {
	background-color: #e7e7e7;
}
.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: "+";
}
.is-active > .accordion-title::before {
	content: "–";
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	background-color: #fff;
	color: #353535;
}
:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.accordion-menu li {
	width: 100%;
}
.accordion-menu a {
	padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
	padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
	position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	content: "";
	border-bottom-width: 0;
	border-color: #ff8631 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
	right: 1rem;
	left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
	right: auto;
	left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
	position: relative;
}

.has-submenu-toggle > a {
	margin-right: 40px;
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	content: "";
	border-bottom-width: 0;
	border-color: #ff8631 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
	transform: scaleY(-1);
	transform-origin: 50% 50%;
}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: 0.3em;
	border-radius: 50%;
	font-size: 0.6rem;
	text-align: center;
	background: #ff8631;
	color: #fff;
}
.badge.primary {
	background: #ff8631;
	color: #353535;
}
.badge.secondary {
	background: #b9b9b9;
	color: #353535;
}
.badge.success {
	background: #85b94e;
	color: #353535;
}
.badge.warning {
	background: #ff8631;
	color: #353535;
}
.badge.alert {
	background: #cc4b37;
	color: #fff;
}

.breadcrumbs::before, .breadcrumbs::after {
	display: table;
	content: " ";
}
.breadcrumbs::after {
	clear: both;
}
.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none;
}
.breadcrumbs li {
	float: left;
	font-size: 0.6875rem;
	color: #353535;
	cursor: default;
	text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 0.75rem;
	opacity: 1;
	content: "/";
	color: #cacaca;
}
.breadcrumbs a {
	color: #ff8631;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed;
}

.button-group::before, .button-group::after {
	display: table;
	content: " ";
}
.button-group::after {
	clear: both;
}
.button-group {
	margin-bottom: 1rem;
	font-size: 0;
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
}
.button-group .button:last-child {
	margin-right: 0;
}
.button-group.tiny .button {
	font-size: 0.6rem;
}
.button-group.small .button {
	font-size: 0.75rem;
}
.button-group.large .button {
	font-size: 1.25rem;
}
.button-group.expanded {
	margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
	display: none;
}
.button-group.expanded .button:first-child:last-child {
	width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
	display: inline-block;
	width: calc(33.3333333333% - 1px);
	margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
	display: inline-block;
	width: calc(16.6666666667% - 1px);
	margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
	background-color: #ff8631;
	color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: rgb(243.2, 100.3495145631, 0);
	color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
	background-color: #b9b9b9;
	color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #949494;
	color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
	background-color: #85b94e;
	color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: rgb(106.4777327935, 150.7724696356, 59.6275303644);
	color: #fff;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
	background-color: #ff8631;
	color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: rgb(243.2, 100.3495145631, 0);
	color: #fff;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
	background-color: #cc4b37;
	color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
	color: #fff;
}
.button-group.purple .button, .button-group.purple .button.disabled, .button-group.purple .button[disabled], .button-group.purple .button.disabled:hover, .button-group.purple .button[disabled]:hover, .button-group.purple .button.disabled:focus, .button-group.purple .button[disabled]:focus {
	background-color: #552659;
	color: #fff;
}
.button-group.purple .button:hover, .button-group.purple .button:focus {
	background-color: rgb(68, 30.4, 71.2);
	color: #fff;
}
.button-group.blue .button, .button-group.blue .button.disabled, .button-group.blue .button[disabled], .button-group.blue .button.disabled:hover, .button-group.blue .button[disabled]:hover, .button-group.blue .button.disabled:focus, .button-group.blue .button[disabled]:focus {
	background-color: #365899;
	color: #fff;
}
.button-group.blue .button:hover, .button-group.blue .button:focus {
	background-color: rgb(43.2, 70.4, 122.4);
	color: #fff;
}
.button-group.lightblue .button, .button-group.lightblue .button.disabled, .button-group.lightblue .button[disabled], .button-group.lightblue .button.disabled:hover, .button-group.lightblue .button[disabled]:hover, .button-group.lightblue .button.disabled:focus, .button-group.lightblue .button[disabled]:focus {
	background-color: #1d9bf0;
	color: #fff;
}
.button-group.lightblue .button:hover, .button-group.lightblue .button:focus {
	background-color: rgb(13.3941908714, 125.9053941909, 201.8058091286);
	color: #fff;
}
.button-group.saffron .button, .button-group.saffron .button.disabled, .button-group.saffron .button[disabled], .button-group.saffron .button.disabled:hover, .button-group.saffron .button[disabled]:hover, .button-group.saffron .button.disabled:focus, .button-group.saffron .button[disabled]:focus {
	background-color: #f3BB51;
	color: #fff;
}
.button-group.saffron .button:hover, .button-group.saffron .button:focus {
	background-color: rgb(238.8193548387, 163.3096774194, 20.3806451613);
	color: #fff;
}
.button-group.burntsienna .button, .button-group.burntsienna .button.disabled, .button-group.burntsienna .button[disabled], .button-group.burntsienna .button.disabled:hover, .button-group.burntsienna .button[disabled]:hover, .button-group.burntsienna .button.disabled:focus, .button-group.burntsienna .button[disabled]:focus {
	background-color: #EB5E40;
	color: #fff;
}
.button-group.burntsienna .button:hover, .button-group.burntsienna .button:focus {
	background-color: rgb(216.527014218, 56.682464455, 22.672985782);
	color: #fff;
}
.button-group.paarl .button, .button-group.paarl .button.disabled, .button-group.paarl .button[disabled], .button-group.paarl .button.disabled:hover, .button-group.paarl .button[disabled]:hover, .button-group.paarl .button.disabled:focus, .button-group.paarl .button[disabled]:focus {
	background-color: #A5432C;
	color: #fff;
}
.button-group.paarl .button:hover, .button-group.paarl .button:focus {
	background-color: rgb(132, 53.6, 35.2);
	color: #fff;
}
.button-group.bossanova .button, .button-group.bossanova .button.disabled, .button-group.bossanova .button[disabled], .button-group.bossanova .button.disabled:hover, .button-group.bossanova .button[disabled]:hover, .button-group.bossanova .button.disabled:focus, .button-group.bossanova .button[disabled]:focus {
	background-color: #552659;
	color: #fff;
}
.button-group.bossanova .button:hover, .button-group.bossanova .button:focus {
	background-color: rgb(68, 30.4, 71.2);
	color: #fff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
	background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
	border: 1px solid #ff8631;
	color: #ff8631;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
	border-color: rgb(152, 62.7184466019, 0);
	color: rgb(152, 62.7184466019, 0);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
	border: 1px solid #ff8631;
	color: #ff8631;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
	border-color: rgb(152, 62.7184466019, 0);
	color: rgb(152, 62.7184466019, 0);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
	border-color: rgb(92.5, 92.5, 92.5);
	color: rgb(92.5, 92.5, 92.5);
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
	border: 1px solid #85b94e;
	color: #85b94e;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
	border-color: rgb(66.548582996, 94.2327935223, 37.2672064777);
	color: rgb(66.548582996, 94.2327935223, 37.2672064777);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
	border: 1px solid #ff8631;
	color: #ff8631;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
	border-color: rgb(152, 62.7184466019, 0);
	color: rgb(152, 62.7184466019, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
	border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
	color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.hollow.purple .button, .button-group.hollow.purple .button.disabled, .button-group.hollow.purple .button[disabled], .button-group.hollow.purple .button.disabled:hover, .button-group.hollow.purple .button[disabled]:hover, .button-group.hollow.purple .button.disabled:focus, .button-group.hollow.purple .button[disabled]:focus, .button-group.hollow .button.purple, .button-group.hollow .button.purple.disabled, .button-group.hollow .button.purple[disabled], .button-group.hollow .button.purple.disabled:hover, .button-group.hollow .button.purple[disabled]:hover, .button-group.hollow .button.purple.disabled:focus, .button-group.hollow .button.purple[disabled]:focus {
	border: 1px solid #552659;
	color: #552659;
}
.button-group.hollow.purple .button:hover, .button-group.hollow.purple .button:focus, .button-group.hollow .button.purple:hover, .button-group.hollow .button.purple:focus {
	border-color: rgb(42.5, 19, 44.5);
	color: rgb(42.5, 19, 44.5);
}
.button-group.hollow.blue .button, .button-group.hollow.blue .button.disabled, .button-group.hollow.blue .button[disabled], .button-group.hollow.blue .button.disabled:hover, .button-group.hollow.blue .button[disabled]:hover, .button-group.hollow.blue .button.disabled:focus, .button-group.hollow.blue .button[disabled]:focus, .button-group.hollow .button.blue, .button-group.hollow .button.blue.disabled, .button-group.hollow .button.blue[disabled], .button-group.hollow .button.blue.disabled:hover, .button-group.hollow .button.blue[disabled]:hover, .button-group.hollow .button.blue.disabled:focus, .button-group.hollow .button.blue[disabled]:focus {
	border: 1px solid #365899;
	color: #365899;
}
.button-group.hollow.blue .button:hover, .button-group.hollow.blue .button:focus, .button-group.hollow .button.blue:hover, .button-group.hollow .button.blue:focus {
	border-color: rgb(27, 44, 76.5);
	color: rgb(27, 44, 76.5);
}
.button-group.hollow.lightblue .button, .button-group.hollow.lightblue .button.disabled, .button-group.hollow.lightblue .button[disabled], .button-group.hollow.lightblue .button.disabled:hover, .button-group.hollow.lightblue .button[disabled]:hover, .button-group.hollow.lightblue .button.disabled:focus, .button-group.hollow.lightblue .button[disabled]:focus, .button-group.hollow .button.lightblue, .button-group.hollow .button.lightblue.disabled, .button-group.hollow .button.lightblue[disabled], .button-group.hollow .button.lightblue.disabled:hover, .button-group.hollow .button.lightblue[disabled]:hover, .button-group.hollow .button.lightblue.disabled:focus, .button-group.hollow .button.lightblue[disabled]:focus {
	border: 1px solid #1d9bf0;
	color: #1d9bf0;
}
.button-group.hollow.lightblue .button:hover, .button-group.hollow.lightblue .button:focus, .button-group.hollow .button.lightblue:hover, .button-group.hollow .button.lightblue:focus {
	border-color: rgb(8.3713692946, 78.6908713693, 126.1286307054);
	color: rgb(8.3713692946, 78.6908713693, 126.1286307054);
}
.button-group.hollow.saffron .button, .button-group.hollow.saffron .button.disabled, .button-group.hollow.saffron .button[disabled], .button-group.hollow.saffron .button.disabled:hover, .button-group.hollow.saffron .button[disabled]:hover, .button-group.hollow.saffron .button.disabled:focus, .button-group.hollow.saffron .button[disabled]:focus, .button-group.hollow .button.saffron, .button-group.hollow .button.saffron.disabled, .button-group.hollow .button.saffron[disabled], .button-group.hollow .button.saffron.disabled:hover, .button-group.hollow .button.saffron[disabled]:hover, .button-group.hollow .button.saffron.disabled:focus, .button-group.hollow .button.saffron[disabled]:focus {
	border: 1px solid #f3BB51;
	color: #f3BB51;
}
.button-group.hollow.saffron .button:hover, .button-group.hollow.saffron .button:focus, .button-group.hollow .button.saffron:hover, .button-group.hollow .button.saffron:focus {
	border-color: rgb(151.5483870968, 102.7741935484, 10.4516129032);
	color: rgb(151.5483870968, 102.7741935484, 10.4516129032);
}
.button-group.hollow.burntsienna .button, .button-group.hollow.burntsienna .button.disabled, .button-group.hollow.burntsienna .button[disabled], .button-group.hollow.burntsienna .button.disabled:hover, .button-group.hollow.burntsienna .button[disabled]:hover, .button-group.hollow.burntsienna .button.disabled:focus, .button-group.hollow.burntsienna .button[disabled]:focus, .button-group.hollow .button.burntsienna, .button-group.hollow .button.burntsienna.disabled, .button-group.hollow .button.burntsienna[disabled], .button-group.hollow .button.burntsienna.disabled:hover, .button-group.hollow .button.burntsienna[disabled]:hover, .button-group.hollow .button.burntsienna.disabled:focus, .button-group.hollow .button.burntsienna[disabled]:focus {
	border: 1px solid #EB5E40;
	color: #EB5E40;
}
.button-group.hollow.burntsienna .button:hover, .button-group.hollow.burntsienna .button:focus, .button-group.hollow .button.burntsienna:hover, .button-group.hollow .button.burntsienna:focus {
	border-color: rgb(135.3293838863, 35.4265402844, 14.1706161137);
	color: rgb(135.3293838863, 35.4265402844, 14.1706161137);
}
.button-group.hollow.paarl .button, .button-group.hollow.paarl .button.disabled, .button-group.hollow.paarl .button[disabled], .button-group.hollow.paarl .button.disabled:hover, .button-group.hollow.paarl .button[disabled]:hover, .button-group.hollow.paarl .button.disabled:focus, .button-group.hollow.paarl .button[disabled]:focus, .button-group.hollow .button.paarl, .button-group.hollow .button.paarl.disabled, .button-group.hollow .button.paarl[disabled], .button-group.hollow .button.paarl.disabled:hover, .button-group.hollow .button.paarl[disabled]:hover, .button-group.hollow .button.paarl.disabled:focus, .button-group.hollow .button.paarl[disabled]:focus {
	border: 1px solid #A5432C;
	color: #A5432C;
}
.button-group.hollow.paarl .button:hover, .button-group.hollow.paarl .button:focus, .button-group.hollow .button.paarl:hover, .button-group.hollow .button.paarl:focus {
	border-color: rgb(82.5, 33.5, 22);
	color: rgb(82.5, 33.5, 22);
}
.button-group.hollow.bossanova .button, .button-group.hollow.bossanova .button.disabled, .button-group.hollow.bossanova .button[disabled], .button-group.hollow.bossanova .button.disabled:hover, .button-group.hollow.bossanova .button[disabled]:hover, .button-group.hollow.bossanova .button.disabled:focus, .button-group.hollow.bossanova .button[disabled]:focus, .button-group.hollow .button.bossanova, .button-group.hollow .button.bossanova.disabled, .button-group.hollow .button.bossanova[disabled], .button-group.hollow .button.bossanova.disabled:hover, .button-group.hollow .button.bossanova[disabled]:hover, .button-group.hollow .button.bossanova.disabled:focus, .button-group.hollow .button.bossanova[disabled]:focus {
	border: 1px solid #552659;
	color: #552659;
}
.button-group.hollow.bossanova .button:hover, .button-group.hollow.bossanova .button:focus, .button-group.hollow .button.bossanova:hover, .button-group.hollow .button.bossanova:focus {
	border-color: rgb(42.5, 19, 44.5);
	color: rgb(42.5, 19, 44.5);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
	border-color: transparent;
	background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
	color: #ff8631;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
	color: rgb(152, 62.7184466019, 0);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
	color: #ff8631;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
	color: rgb(152, 62.7184466019, 0);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
	color: #b9b9b9;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
	color: rgb(92.5, 92.5, 92.5);
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
	color: #85b94e;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
	color: rgb(66.548582996, 94.2327935223, 37.2672064777);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
	color: #ff8631;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
	color: rgb(152, 62.7184466019, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
	color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
	color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear.purple .button, .button-group.clear.purple .button.disabled, .button-group.clear.purple .button[disabled], .button-group.clear.purple .button.disabled:hover, .button-group.clear.purple .button[disabled]:hover, .button-group.clear.purple .button.disabled:focus, .button-group.clear.purple .button[disabled]:focus, .button-group.clear .button.purple, .button-group.clear .button.purple.disabled, .button-group.clear .button.purple[disabled], .button-group.clear .button.purple.disabled:hover, .button-group.clear .button.purple[disabled]:hover, .button-group.clear .button.purple.disabled:focus, .button-group.clear .button.purple[disabled]:focus {
	color: #552659;
}
.button-group.clear.purple .button:hover, .button-group.clear.purple .button:focus, .button-group.clear .button.purple:hover, .button-group.clear .button.purple:focus {
	color: rgb(42.5, 19, 44.5);
}
.button-group.clear.blue .button, .button-group.clear.blue .button.disabled, .button-group.clear.blue .button[disabled], .button-group.clear.blue .button.disabled:hover, .button-group.clear.blue .button[disabled]:hover, .button-group.clear.blue .button.disabled:focus, .button-group.clear.blue .button[disabled]:focus, .button-group.clear .button.blue, .button-group.clear .button.blue.disabled, .button-group.clear .button.blue[disabled], .button-group.clear .button.blue.disabled:hover, .button-group.clear .button.blue[disabled]:hover, .button-group.clear .button.blue.disabled:focus, .button-group.clear .button.blue[disabled]:focus {
	color: #365899;
}
.button-group.clear.blue .button:hover, .button-group.clear.blue .button:focus, .button-group.clear .button.blue:hover, .button-group.clear .button.blue:focus {
	color: rgb(27, 44, 76.5);
}
.button-group.clear.lightblue .button, .button-group.clear.lightblue .button.disabled, .button-group.clear.lightblue .button[disabled], .button-group.clear.lightblue .button.disabled:hover, .button-group.clear.lightblue .button[disabled]:hover, .button-group.clear.lightblue .button.disabled:focus, .button-group.clear.lightblue .button[disabled]:focus, .button-group.clear .button.lightblue, .button-group.clear .button.lightblue.disabled, .button-group.clear .button.lightblue[disabled], .button-group.clear .button.lightblue.disabled:hover, .button-group.clear .button.lightblue[disabled]:hover, .button-group.clear .button.lightblue.disabled:focus, .button-group.clear .button.lightblue[disabled]:focus {
	color: #1d9bf0;
}
.button-group.clear.lightblue .button:hover, .button-group.clear.lightblue .button:focus, .button-group.clear .button.lightblue:hover, .button-group.clear .button.lightblue:focus {
	color: rgb(8.3713692946, 78.6908713693, 126.1286307054);
}
.button-group.clear.saffron .button, .button-group.clear.saffron .button.disabled, .button-group.clear.saffron .button[disabled], .button-group.clear.saffron .button.disabled:hover, .button-group.clear.saffron .button[disabled]:hover, .button-group.clear.saffron .button.disabled:focus, .button-group.clear.saffron .button[disabled]:focus, .button-group.clear .button.saffron, .button-group.clear .button.saffron.disabled, .button-group.clear .button.saffron[disabled], .button-group.clear .button.saffron.disabled:hover, .button-group.clear .button.saffron[disabled]:hover, .button-group.clear .button.saffron.disabled:focus, .button-group.clear .button.saffron[disabled]:focus {
	color: #f3BB51;
}
.button-group.clear.saffron .button:hover, .button-group.clear.saffron .button:focus, .button-group.clear .button.saffron:hover, .button-group.clear .button.saffron:focus {
	color: rgb(151.5483870968, 102.7741935484, 10.4516129032);
}
.button-group.clear.burntsienna .button, .button-group.clear.burntsienna .button.disabled, .button-group.clear.burntsienna .button[disabled], .button-group.clear.burntsienna .button.disabled:hover, .button-group.clear.burntsienna .button[disabled]:hover, .button-group.clear.burntsienna .button.disabled:focus, .button-group.clear.burntsienna .button[disabled]:focus, .button-group.clear .button.burntsienna, .button-group.clear .button.burntsienna.disabled, .button-group.clear .button.burntsienna[disabled], .button-group.clear .button.burntsienna.disabled:hover, .button-group.clear .button.burntsienna[disabled]:hover, .button-group.clear .button.burntsienna.disabled:focus, .button-group.clear .button.burntsienna[disabled]:focus {
	color: #EB5E40;
}
.button-group.clear.burntsienna .button:hover, .button-group.clear.burntsienna .button:focus, .button-group.clear .button.burntsienna:hover, .button-group.clear .button.burntsienna:focus {
	color: rgb(135.3293838863, 35.4265402844, 14.1706161137);
}
.button-group.clear.paarl .button, .button-group.clear.paarl .button.disabled, .button-group.clear.paarl .button[disabled], .button-group.clear.paarl .button.disabled:hover, .button-group.clear.paarl .button[disabled]:hover, .button-group.clear.paarl .button.disabled:focus, .button-group.clear.paarl .button[disabled]:focus, .button-group.clear .button.paarl, .button-group.clear .button.paarl.disabled, .button-group.clear .button.paarl[disabled], .button-group.clear .button.paarl.disabled:hover, .button-group.clear .button.paarl[disabled]:hover, .button-group.clear .button.paarl.disabled:focus, .button-group.clear .button.paarl[disabled]:focus {
	color: #A5432C;
}
.button-group.clear.paarl .button:hover, .button-group.clear.paarl .button:focus, .button-group.clear .button.paarl:hover, .button-group.clear .button.paarl:focus {
	color: rgb(82.5, 33.5, 22);
}
.button-group.clear.bossanova .button, .button-group.clear.bossanova .button.disabled, .button-group.clear.bossanova .button[disabled], .button-group.clear.bossanova .button.disabled:hover, .button-group.clear.bossanova .button[disabled]:hover, .button-group.clear.bossanova .button.disabled:focus, .button-group.clear.bossanova .button[disabled]:focus, .button-group.clear .button.bossanova, .button-group.clear .button.bossanova.disabled, .button-group.clear .button.bossanova[disabled], .button-group.clear .button.bossanova.disabled:hover, .button-group.clear .button.bossanova[disabled]:hover, .button-group.clear .button.bossanova.disabled:focus, .button-group.clear .button.bossanova[disabled]:focus {
	color: #552659;
}
.button-group.clear.bossanova .button:hover, .button-group.clear.bossanova .button:focus, .button-group.clear .button.bossanova:hover, .button-group.clear .button.bossanova:focus {
	color: rgb(42.5, 19, 44.5);
}
.button-group.no-gaps .button {
	margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
	border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
	margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
	display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
	width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
	display: inline-block;
	width: calc(33.3333333333% - 1px);
	margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
	margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
	display: inline-block;
	width: calc(16.6666666667% - 1px);
	margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
	margin-right: -6px;
}
@media print, screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 39.99875em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}
}
@media print, screen and (max-width: 61.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block;
	}
	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0;
	}
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(53, 53, 53, 0.25);
	border-radius: 6px;
}
.callout > :first-child {
	margin-top: 0;
}
.callout > :last-child {
	margin-bottom: 0;
}
.callout {
	background-color: white;
	color: #353535;
}
.callout.primary {
	background-color: rgb(255, 236.85, 224.1);
	color: #353535;
}
.callout.secondary {
	background-color: rgb(244.5, 244.5, 244.5);
	color: #353535;
}
.callout.success {
	background-color: rgb(236.7, 244.5, 228.45);
	color: #353535;
}
.callout.warning {
	background-color: rgb(255, 236.85, 224.1);
	color: #353535;
}
.callout.alert {
	background-color: rgb(247.35, 228, 225);
	color: #353535;
}
.callout.small {
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}

.card {
	margin-bottom: 1rem;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
	color: #353535;
}
.card > :last-child {
	margin-bottom: 0;
}

.card-divider {
	padding: 1rem;
	background: #e7e7e7;
}
.card-divider > :last-child {
	margin-bottom: 0;
}

.card-section {
	padding: 1rem;
}
.card-section > :last-child {
	margin-bottom: 0;
}

.card-image {
	min-height: 1px;
}

[data-whatinput=mouse] .close-button {
	outline: 0;
}
.close-button {
	position: absolute;
	z-index: 10;
	color: #929292;
	cursor: pointer;
}
.close-button:hover, .close-button:focus {
	color: #353535;
}
.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1;
}

.close-button.medium, .close-button {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
[data-whatinput=mouse] .menu li {
	outline: 0;
}
.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0;
}
.menu input {
	display: inline-block;
}
.menu li, .menu.horizontal li {
	display: inline-block;
}
.menu.vertical li {
	display: block;
}
.menu.expanded {
	display: table;
	width: 100%;
}
.menu.expanded > li {
	display: table-cell;
	vertical-align: middle;
}
.menu.simple li + li {
	margin-left: 1rem;
}
.menu.simple a {
	padding: 0;
}
@media print, screen and (min-width: 40em) {
	.menu.medium-horizontal li {
		display: inline-block;
	}
	.menu.medium-vertical li {
		display: block;
	}
	.menu.medium-expanded {
		display: table;
		width: 100%;
	}
	.menu.medium-expanded > li {
		display: table-cell;
		vertical-align: middle;
	}
	.menu.medium-simple {
		display: table;
		width: 100%;
	}
	.menu.medium-simple > li {
		display: table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 64em) {
	.menu.large-horizontal li {
		display: inline-block;
	}
	.menu.large-vertical li {
		display: block;
	}
	.menu.large-expanded {
		display: table;
		width: 100%;
	}
	.menu.large-expanded > li {
		display: table-cell;
		vertical-align: middle;
	}
	.menu.large-simple {
		display: table;
		width: 100%;
	}
	.menu.large-simple > li {
		display: table-cell;
		vertical-align: middle;
	}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
	vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
	vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
	vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
	vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
	margin-right: 0.25rem;
	display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
	margin-left: 0.25rem;
	display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
	text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
	display: block;
	margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
	text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
	display: block;
	margin: 0.25rem auto 0;
}
.menu .is-active > a {
	background: #ff8631;
	color: #353535;
}
.menu .active > a {
	background: #ff8631;
	color: #353535;
}
.menu.align-left {
	text-align: left;
}
.menu.align-right {
	text-align: right;
}
.menu.align-right .submenu li {
	text-align: left;
}
.menu.align-right.vertical .submenu li {
	text-align: right;
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}
.menu.align-center {
	text-align: center;
}
.menu.align-center .submenu li {
	text-align: left;
}
.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered > .menu {
	text-align: center;
}
.menu-centered > .menu .submenu li {
	text-align: left;
}

.no-js [data-responsive-menu] ul {
	display: none;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
	content: "";
}
.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #353535;
	box-shadow: 0 7px 0 #353535, 0 14px 0 #353535;
	content: "";
}
.menu-icon.dark:hover::after {
	background: #929292;
	box-shadow: 0 7px 0 #929292, 0 14px 0 #929292;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}
.is-drilldown li {
	display: block;
}
.is-drilldown.animate-height {
	transition: height 0.5s;
}

.drilldown a {
	padding: 0.7rem 1rem;
	background: #fff;
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fff;
	transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
	transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
	position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	content: "";
	border-right-width: 0;
	border-color: transparent transparent transparent #ff8631;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	content: "";
	border-right-width: 0;
	border-color: transparent transparent transparent #0078a0;
	right: 1rem;
	left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	content: "";
	border-left-width: 0;
	border-color: transparent #0078a0 transparent transparent;
	right: auto;
	left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	content: "";
	border-left-width: 0;
	border-color: transparent #ff8631 transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 6px;
	background-color: #fff;
	font-size: 1rem;
}
.dropdown-pane.is-opening {
	display: block;
}
.dropdown-pane.is-open {
	display: block;
	visibility: visible;
}

.dropdown-pane.tiny {
	width: 100px;
}

.dropdown-pane.small {
	width: 200px;
}

.dropdown-pane.large {
	width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
	outline: 0;
}
.dropdown.menu > li > a {
	background: #fff;
	padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
	background: transparent;
	color: #353535;
}
.no-js .dropdown.menu ul {
	display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}
@media print, screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}
	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}
	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}

.is-dropdown-menu.vertical {
	width: 100px;
}
.is-dropdown-menu.vertical.align-right {
	float: right;
}

.is-dropdown-submenu-parent {
	position: relative;
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 300px;
	border: 1px solid #cacaca;
	background: #fff;
}
.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}
.is-dropdown-submenu > li {
	width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
	display: block;
}

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%;
}

.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 6px;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #ff8631;
	color: #fff;
}
.label.primary {
	background: #ff8631;
	color: #353535;
}
.label.secondary {
	background: #b9b9b9;
	color: #353535;
}
.label.success {
	background: #85b94e;
	color: #353535;
}
.label.warning {
	background: #ff8631;
	color: #353535;
}
.label.alert {
	background: #cc4b37;
	color: #fff;
}

.media-object {
	display: block;
	margin-bottom: 1rem;
}
.media-object img {
	max-width: none;
}

.media-object-section {
	display: table-cell;
	vertical-align: top;
}
.media-object-section:first-child {
	padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}
.media-object-section > :last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
	.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block;
	}
	.stack-for-small .media-object-section img {
		width: 100%;
	}
}
.media-object-section.middle {
	vertical-align: middle;
}
.media-object-section.bottom {
	vertical-align: bottom;
}

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(255, 255, 255, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

[data-whatinput=mouse] .off-canvas {
	outline: 0;
}
.off-canvas {
	position: fixed;
	z-index: 12;
}
.off-canvas.is-transition-push {
	z-index: 12;
}
.off-canvas {
	transition: transform 0.5s ease;
	backface-visibility: hidden;
	background: #e7e7e7;
}
.off-canvas.is-closed {
	visibility: hidden;
}
.off-canvas.is-transition-overlap {
	z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(53, 53, 53, 0.7);
}
.off-canvas.is-open {
	transform: translate(0, 0);
}

[data-whatinput=mouse] .off-canvas-absolute {
	outline: 0;
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
}
.off-canvas-absolute.is-transition-push {
	z-index: 12;
}
.off-canvas-absolute {
	transition: transform 0.5s ease;
	backface-visibility: hidden;
	background: #e7e7e7;
}
.off-canvas-absolute.is-closed {
	visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(53, 53, 53, 0.7);
}
.off-canvas-absolute.is-open {
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 250px;
	transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
	transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(250px);
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(53, 53, 53, 0.25);
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 250px;
	transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
	transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-250px);
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(53, 53, 53, 0.25);
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: 250px;
	transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
	transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(250px);
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(53, 53, 53, 0.25);
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: 250px;
	transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
	transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-250px);
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(53, 53, 53, 0.25);
}

.off-canvas-content {
	transform: none;
	backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
	transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
	transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
	transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-left.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-left.reveal-for-medium {
		transform: none;
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}
	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-right.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-right.reveal-for-medium {
		transform: none;
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}
	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-top.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-top.reveal-for-medium {
		transform: none;
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}
	.position-top.reveal-for-medium ~ .off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-bottom.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-bottom.reveal-for-medium {
		transform: none;
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}
	.position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}
@media print, screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-left.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-left.reveal-for-large {
		transform: none;
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}
	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-right.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-right.reveal-for-large {
		transform: none;
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}
	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-top.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-top.reveal-for-large {
		transform: none;
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}
	.position-top.reveal-for-large ~ .off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	.position-bottom.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-bottom.reveal-for-large {
		transform: none;
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}
	.position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}
@media print, screen and (min-width: 40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		transition: none;
	}
	.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
		box-shadow: none;
		transform: none;
	}
	.off-canvas.in-canvas-for-medium .close-button {
		display: none;
	}
}
@media print, screen and (min-width: 64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		transition: none;
	}
	.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
		box-shadow: none;
		transform: none;
	}
	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}
}
.orbit {
	position: relative;
}

.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.orbit-slide {
	width: 100%;
	position: absolute;
}
.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}

.orbit-figure {
	margin: 0;
}

.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(53, 53, 53, 0.5);
	color: #fff;
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
	outline: 0;
}
.orbit-next, .orbit-previous {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fff;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
	background-color: rgba(53, 53, 53, 0.5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	left: auto;
	right: 0;
}

[data-whatinput=mouse] .orbit-bullets {
	outline: 0;
}
.orbit-bullets {
	position: relative;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center;
}
.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;
	border-radius: 50%;
	background-color: #cacaca;
}
.orbit-bullets button:hover {
	background-color: #929292;
}
.orbit-bullets button.is-active {
	background-color: #929292;
}

.pagination::before, .pagination::after {
	display: table;
	content: " ";
}
.pagination::after {
	clear: both;
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}
.pagination li {
	margin-right: 0.0625rem;
	border-radius: 6px;
	font-size: 0.875rem;
	display: none;
}
.pagination li:last-child, .pagination li:first-child {
	display: inline-block;
}
@media print, screen and (min-width: 40em) {
	.pagination li {
		display: inline-block;
	}
}
.pagination a,
.pagination button {
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 6px;
	color: #353535;
}
.pagination a:hover,
.pagination button:hover {
	background: #e7e7e7;
}
.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #ff8631;
	color: #fff;
	cursor: default;
}
.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: not-allowed;
}
.pagination .disabled:hover {
	background: transparent;
}
.pagination .ellipsis::after {
	padding: 0.1875rem 0.625rem;
	content: "…";
	color: #353535;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: "»";
}

.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 6px;
	background-color: #cacaca;
}
.progress.primary .progress-meter {
	background-color: #ff8631;
}
.progress.secondary .progress-meter {
	background-color: #b9b9b9;
}
.progress.success .progress-meter {
	background-color: #85b94e;
}
.progress.warning .progress-meter {
	background-color: #ff8631;
}
.progress.alert .progress-meter {
	background-color: #cc4b37;
}

.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #ff8631;
	border-radius: 6px;
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	border-radius: 6px;
}

.slider {
	position: relative;
	height: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e7e7e7;
	cursor: pointer;
	user-select: none;
	touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 0.5rem;
	background-color: #cacaca;
	transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
	transition: all 0s linear;
}

[data-whatinput=mouse] .slider-handle {
	outline: 0;
}
.slider-handle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	cursor: grab;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 6px;
	background-color: #ff8631;
	transition: all 0.2s ease-in-out;
	touch-action: manipulation;
}
.slider-handle:hover {
	background-color: rgb(255, 107.2155339806, 3.4);
}
.slider-handle.is-dragging {
	transition: all 0s linear;
	cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}

.slider.vertical {
	display: inline-block;
	width: 0.5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	transform: scale(1, -1);
}
.slider.vertical .slider-fill {
	top: 0;
	width: 0.5rem;
	max-height: 100%;
}
.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	transform: translateX(-50%);
}

.sticky-container {
	position: relative;
}

.sticky {
	position: relative;
	z-index: 0;
	transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%;
}
.sticky.is-stuck.is-at-top {
	top: 0;
}
.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}

.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto;
}
.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}

html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
	overflow-y: hidden;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(53, 53, 53, 0.45);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
	outline: 0;
}
.reveal {
	z-index: 1006;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 6px;
	background-color: #fff;
}
@media print, screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}
.reveal .column, .reveal .columns {
	min-width: 0;
}
.reveal > :last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 73rem;
	}
}
.reveal {
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.reveal.collapse {
	padding: 0;
}
@media print, screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 73rem;
	}
}
@media print, screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 73rem;
	}
}
@media print, screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 73rem;
	}
}
.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}
.reveal.without-overlay {
	position: fixed;
}

.switch {
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: 0.875rem;
	font-weight: bold;
	color: #fff;
	user-select: none;
	height: 2rem;
}

.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0;
}

.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 6px;
	background: #cacaca;
	transition: all 0.25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
}
input + .switch-paddle {
	margin: 0;
}
.switch-paddle::after {
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	transform: translate3d(0, 0, 0);
	border-radius: 6px;
	background: #fff;
	transition: all 0.25s ease-out;
	content: "";
}
input:checked ~ .switch-paddle {
	background: #A5432C;
}
input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}
input:disabled ~ .switch-paddle {
	cursor: not-allowed;
	opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
	outline: 0;
}

.switch-inactive, .switch-active {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.switch-active {
	left: 8%;
	display: none;
}
input:checked + label > .switch-active {
	display: block;
}

.switch-inactive {
	right: 15%;
}
input:checked + label > .switch-inactive {
	display: none;
}

.switch.tiny {
	height: 1.5rem;
}
.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
	top: 0.25rem;
	left: 0.25rem;
	width: 1rem;
	height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem;
}

.switch.small {
	height: 1.75rem;
}
.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
	top: 0.25rem;
	left: 0.25rem;
	width: 1.25rem;
	height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem;
}

.switch.large {
	height: 2.5rem;
}
.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem;
}
.switch.large .switch-paddle::after {
	top: 0.25rem;
	left: 0.25rem;
	width: 2rem;
	height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 6px;
}
thead,
tbody,
tfoot {
	border: 1px solid rgb(242.25, 242.25, 242.25);
	background-color: #fff;
}

caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}

thead {
	background: rgb(248.625, 248.625, 248.625);
	color: #353535;
}

tfoot {
	background: rgb(242.25, 242.25, 242.25);
	color: #353535;
}

thead tr,
tfoot tr {
	background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}

tbody th,
tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody tr {
	border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
	background-color: #fff;
}
table.unstriped tbody {
	background-color: #fff;
}

@media print, screen and (max-width: 61.99875em) {
	table.stack thead {
		display: none;
	}
	table.stack tfoot {
		display: none;
	}
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block;
	}
	table.stack td {
		border-top: 0;
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
	background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
	background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
	overflow-x: auto;
}

.tabs::before, .tabs::after {
	display: table;
	content: " ";
}
.tabs::after {
	clear: both;
}
.tabs {
	margin: 0;
	border: 1px solid #e7e7e7;
	background: #fff;
	list-style-type: none;
}

.tabs.vertical > li {
	display: block;
	float: none;
	width: auto;
}

.tabs.simple > li > a {
	padding: 0;
}
.tabs.simple > li > a:hover {
	background: transparent;
}

.tabs.primary {
	background: #ff8631;
}
.tabs.primary > li > a {
	color: #353535;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	background: rgb(255, 125.0718446602, 33.8);
}

.tabs-title {
	float: left;
}
[data-whatinput=mouse] .tabs-title > a {
	outline: 0;
}
.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #ff8631;
}
.tabs-title > a:hover {
	background: #fff;
	color: rgb(255, 109.0011650485, 6.44);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
	background: #e7e7e7;
	color: #ff8631;
}

.tabs-content {
	border: 1px solid #e7e7e7;
	border-top: 0;
	background: #fff;
	color: #353535;
	transition: all 0.5s ease;
}

.tabs-content.vertical {
	border: 1px solid #e7e7e7;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}
.tabs-panel.is-active {
	display: block;
}

.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fff;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(53, 53, 53, 0.2);
	line-height: 0;
}

a.thumbnail {
	transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(255, 134, 49, 0.5);
}
a.thumbnail image {
	box-shadow: none;
}

.title-bar {
	padding: 0.5rem;
	background: #353535;
	color: #fff;
}
.title-bar::before, .title-bar::after {
	display: table;
	content: " ";
}
.title-bar::after {
	clear: both;
}
.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.title-bar-left {
	float: left;
}

.title-bar-right {
	float: right;
	text-align: right;
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #929292;
	font-weight: bold;
	cursor: help;
}

.tooltip {
	position: absolute;
	top: calc(100% + 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: 0.75rem;
	border-radius: 6px;
	background-color: #353535;
	font-size: 80%;
	color: #fff;
}
.tooltip::before {
	position: absolute;
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.75rem;
	content: "";
	border-top-width: 0;
	border-color: transparent transparent #353535;
	bottom: 100%;
}
.tooltip.bottom.align-center::before {
	left: 50%;
	transform: translateX(-50%);
}
.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.75rem;
	content: "";
	border-bottom-width: 0;
	border-color: #353535 transparent transparent;
	top: 100%;
	bottom: auto;
}
.tooltip.top.align-center::before {
	left: 50%;
	transform: translateX(-50%);
}
.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.75rem;
	content: "";
	border-right-width: 0;
	border-color: transparent transparent transparent #353535;
	left: 100%;
}
.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.75rem;
	content: "";
	border-left-width: 0;
	border-color: transparent #353535 transparent transparent;
	right: 100%;
	left: auto;
}
.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
.tooltip.align-top::before {
	bottom: auto;
	top: 10%;
}
.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto;
}
.tooltip.align-left::before {
	left: 10%;
	right: auto;
}
.tooltip.align-right::before {
	left: auto;
	right: 10%;
}

.top-bar::before, .top-bar::after {
	display: table;
	content: " ";
}
.top-bar::after {
	clear: both;
}
.top-bar {
	padding: 0rem;
}
.top-bar,
.top-bar ul {
	background-color: #fff;
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}
.top-bar input.button {
	width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
	width: 100%;
}
@media print, screen and (min-width: 40em) {
	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		width: auto;
	}
}
@media print, screen and (max-width: 61.99875em) {
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		width: 100%;
	}
}
@media print, screen and (max-width: 74.99875em) {
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		width: 100%;
	}
}

.top-bar-title {
	display: inline-block;
	float: left;
	padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
	bottom: 2px;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) and (max-width: 61.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.99875em), screen and (min-width: 62em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em) {
	.show-for-large {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}
@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}
}
@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}
@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}
@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

.show-for-dark-mode {
	display: none;
}

.hide-for-dark-mode {
	display: block;
}

@media screen and (prefers-color-scheme: dark) {
	.show-for-dark-mode {
		display: block !important;
	}
	.hide-for-dark-mode {
		display: none !important;
	}
}
.show-for-ie {
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.show-for-ie {
		display: block !important;
	}
	.hide-for-ie {
		display: none !important;
	}
}
.show-for-sticky {
	display: none;
}

.is-stuck .show-for-sticky {
	display: block;
}

.is-stuck .hide-for-sticky {
	display: none;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clearfix::before, .clearfix::after {
	display: table;
	content: " ";
}
.clearfix::after {
	clear: both;
}

.c1 {
	color: #f44336;
}

.c1b {
	background-color: #f44336;
	color: whitesmoke;
}

.c1b:hover {
	background-color: rgb(185.8301886792, 22.1886792453, 10.1698113208);
	color: whitesmoke;
}

.c1b::selection {
	background-color: #f44336;
	color: whitesmoke;
}

.c1b:active {
	background-color: #f44336;
	color: whitesmoke;
}

.c1b:focus {
	background-color: #f44336;
	color: whitesmoke;
}

.c2 {
	color: #2196f3;
}

.c2b {
	background-color: #2196f3;
	color: whitesmoke;
}

.c2b:hover {
	background-color: rgb(8.9230769231, 95.9230769231, 165.0769230769);
	color: whitesmoke;
}

.c2b::selection {
	background-color: #2196f3;
	color: whitesmoke;
}

.c2b:active {
	background-color: #2196f3;
	color: whitesmoke;
}

.c2b:focus {
	background-color: #2196f3;
	color: whitesmoke;
}

.c3 {
	color: #4caf50;
}

.c3b {
	background-color: #4caf50;
	color: whitesmoke;
}

.c3b:hover {
	background-color: rgb(45.1155378486, 103.8844621514, 47.4900398406);
	color: whitesmoke;
}

.c3b::selection {
	background-color: #4caf50;
	color: whitesmoke;
}

.c3b:active {
	background-color: #4caf50;
	color: whitesmoke;
}

.c3b:focus {
	background-color: #4caf50;
	color: whitesmoke;
}

.c4 {
	color: #fbc02d;
}

.c4b {
	background-color: #fbc02d;
	color: whitesmoke;
}

.c4b:hover {
	background-color: rgb(190.3738317757, 136.8878504673, 3.6261682243);
	color: whitesmoke;
}

.c4b::selection {
	background-color: #fbc02d;
	color: whitesmoke;
}

.c4b:active {
	background-color: #fbc02d;
	color: whitesmoke;
}

.c4b:focus {
	background-color: #fbc02d;
	color: whitesmoke;
}

.c5 {
	color: #ff5722;
}

.c5b {
	background-color: #ff5722;
	color: whitesmoke;
}

.c5b:hover {
	background-color: rgb(187, 44.8461538462, 0);
	color: whitesmoke;
}

.c5b::selection {
	background-color: #ff5722;
	color: whitesmoke;
}

.c5b:active {
	background-color: #ff5722;
	color: whitesmoke;
}

.c5b:focus {
	background-color: #ff5722;
	color: whitesmoke;
}

.c6 {
	color: #795548;
}

.c6b {
	background-color: #795548;
	color: whitesmoke;
}

.c6b:hover {
	background-color: rgb(57.0518134715, 40.0777202073, 33.9481865285);
	color: whitesmoke;
}

.c6b::selection {
	background-color: #795548;
	color: whitesmoke;
}

.c6b:active {
	background-color: #795548;
	color: whitesmoke;
}

.c6b:focus {
	background-color: #795548;
	color: whitesmoke;
}

.c7 {
	color: #9e9e9e;
}

.c7b {
	background-color: #9e9e9e;
	color: whitesmoke;
}

.c7b:hover {
	background-color: #6b6b6b;
	color: whitesmoke;
}

.c7b::selection {
	background-color: #9e9e9e;
	color: whitesmoke;
}

.c7b:active {
	background-color: #9e9e9e;
	color: whitesmoke;
}

.c7b:focus {
	background-color: #9e9e9e;
	color: whitesmoke;
}

.c8 {
	color: #607d8b;
}

.c8b {
	background-color: #607d8b;
	color: whitesmoke;
}

.c8b:hover {
	background-color: rgb(54.3319148936, 70.7446808511, 78.6680851064);
	color: whitesmoke;
}

.c8b::selection {
	background-color: #607d8b;
	color: whitesmoke;
}

.c8b:active {
	background-color: #607d8b;
	color: whitesmoke;
}

.c8b:focus {
	background-color: #607d8b;
	color: whitesmoke;
}

.c9 {
	color: #3f51bf;
}

.c9b {
	background-color: #3f51bf;
	color: whitesmoke;
}

.c9b:hover {
	background-color: rgb(37.7007874016, 48.4724409449, 114.2992125984);
	color: whitesmoke;
}

.c9b::selection {
	background-color: #3f51bf;
	color: whitesmoke;
}

.c9b:active {
	background-color: #3f51bf;
	color: whitesmoke;
}

.c9b:focus {
	background-color: #3f51bf;
	color: whitesmoke;
}

.c10 {
	color: #673ab7;
}

.c10b {
	background-color: #673ab7;
	color: whitesmoke;
}

.c10b:hover {
	background-color: rgb(59.4066390041, 33.4522821577, 105.5477178423);
	color: whitesmoke;
}

.c10b::selection {
	background-color: #673ab7;
	color: whitesmoke;
}

.c10b:active {
	background-color: #673ab7;
	color: whitesmoke;
}

.c10b:focus {
	background-color: #673ab7;
	color: whitesmoke;
}

.c11 {
	color: #e91e63;
}

.c11b {
	background-color: #e91e63;
	color: whitesmoke;
}

.c11b:hover {
	background-color: rgb(146.6599190283, 14.3400809717, 59.3157894737);
	color: whitesmoke;
}

.c11b::selection {
	background-color: #e91e63;
	color: whitesmoke;
}

.c11b:active {
	background-color: #e91e63;
	color: whitesmoke;
}

.c11b:focus {
	background-color: #e91e63;
	color: whitesmoke;
}

.c12 {
	color: #ff9800;
}

.c12b {
	background-color: #ff9800;
	color: whitesmoke;
}

.c12b:hover {
	background-color: rgb(153, 91.2, 0);
	color: whitesmoke;
}

.c12b::selection {
	background-color: #ff9800;
	color: whitesmoke;
}

.c12b:active {
	background-color: #ff9800;
	color: whitesmoke;
}

.c12b:focus {
	background-color: #ff9800;
	color: whitesmoke;
}

.c13 {
	color: #009688;
}

.c13b {
	background-color: #009688;
	color: whitesmoke;
}

.c13b:hover {
	background-color: rgb(0, 48, 43.52);
	color: whitesmoke;
}

.c13b::selection {
	background-color: #009688;
	color: whitesmoke;
}

.c13b:active {
	background-color: #009688;
	color: whitesmoke;
}

.c13b:focus {
	background-color: #009688;
	color: whitesmoke;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
	font-weight: 400;
	font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	/*speak: none;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-right:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e903";
}

.icon-instagram:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-mail:before {
	content: "\e906";
}

.icon-map:before {
	content: "\e907";
}

.icon-phone:before {
	content: "\e908";
}

.icon-arrow-down:before {
	content: "\e909";
}

body {
	font-size: 14px;
	min-width: 320px;
}
@media print, screen and (min-width: 40em) {
	body {
		font-size: 18px;
	}
}

th {
	text-align: left;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

.text-success {
	color: #85b94e;
}

a.text-success:hover {
	color: rgb(107.2874493927, 151.9190283401, 60.0809716599);
}

.text-warning {
	color: #ff8631;
}

a.text-warning:hover {
	color: rgb(253, 104.3932038835, 0);
}

.button {
	min-width: 130px;
}

footer {
	margin-top: 20px;
}

.fieldset {
	border-radius: 5px;
}
.fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
}

.error {
	color: red;
}

label {
	font-weight: bold;
}

label em:before {
	content: " *";
	color: red;
}

/* Custom Colors */
.color-lightgray-bg {
	background-color: #f5f5f5;
	color: #353535;
}

.color-lightgray {
	color: #f5f5f5;
}

.color-gray-bg {
	background-color: #E7E7E7;
	color: #353535;
}

.color-gray {
	color: #E7E7E7;
}

.color-mediumgray-bg {
	background-color: #BFBFBF;
	color: #353535;
}

.color-mediumgray {
	color: #BFBFBF;
}

.color-darkgray-bg {
	background-color: #353535;
	color: white;
}

.color-darkgray {
	color: #353535;
}

.color-saffron-bg {
	background-color: #F3BB51;
	color: white;
}

.color-saffron {
	color: #F3BB51;
}

.color-burntsienna-bg {
	background-color: #EB5E40;
	color: white;
}

.color-burntsienna {
	color: #EB5E40;
}

.color-paarl-bg {
	background-color: #A5432C;
	color: white;
}

.color-paarl {
	color: #A5432C;
}

.color-bossanova-bg {
	background-color: #552659;
	color: white;
}

.color-bossanova {
	color: #552659;
}

.color-blue-bg {
	background-color: #365899;
	color: white;
}

.color-blue {
	color: #365899;
}

.color-lightblue-bg {
	background-color: #1d9bf0;
	color: black;
}

.color-lightblue {
	color: #1d9bf0;
}

.color-purple-bg {
	background-color: #552659;
	color: white;
}

.color-purple {
	color: #552659;
}

.color-primary-bg {
	background-color: #ff8631;
	color: white;
}

.color-primary {
	color: #ff8631;
}

.color-secondary-bg {
	background-color: #b9b9b9;
	color: black;
}

.color-secondary {
	color: #b9b9b9;
}

.color-alert-bg {
	background-color: #cc4b37;
	color: white;
}

.color-alert {
	color: #cc4b37;
}

.color-success-bg {
	background-color: #85b94e;
	color: white;
}

.color-success {
	color: #85b94e;
}

.photo {
	border: solid 1px silver;
	border-radius: 5px;
}

.hint {
	font-style: italic;
	color: gray;
}

label span.hint {
	font-size: 1em;
	font-style: italic;
	color: gray;
}

h2 span.hint {
	font-size: 0.75em;
	font-style: italic;
	color: gray;
}

#map-legend {
	background: transparent;
	opacity: 0.75;
	padding: 5px;
	margin: 10px;
	background-color: white;
	font-size: 0.75em;
	font-weight: bold;
}
#map-legend img {
	width: 20px;
}
@media print, screen and (min-width: 40em) {
	#map-legend {
		font-size: 1em;
		padding: 10px;
	}
	#map-legend img {
		width: 40px;
	}
}

.no-js .top-bar {
	display: none;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
}

.separator::before,
.separator::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
	margin-right: 0.25em;
}

.separator:not(:empty)::after {
	margin-left: 0.25em;
}

.form-success {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: green;
}

.form-success.is-visible {
	display: block;
}

.badge {
	background-color: transparent;
	color: silver;
}

.badge:after {
	content: attr(value);
	font-size: 12px;
	color: #fff;
	background: black;
	border-radius: 50%;
	padding: 0 5px;
	position: relative;
	left: -8px;
	top: -10px;
	opacity: 0.9;
}

@media screen and (min-width: 40em) {
	.no-js .top-bar {
		display: block;
	}
	.no-js .title-bar {
		display: none;
	}
}
#wrapper {
	overflow: hidden;
}

/* header styls */
#header {
	z-index: 9;
	position: relative;
}
@media print, screen and (min-width: 40em) {
	#header {
		padding: 0 0 12px;
	}
}
@media print, screen and (min-width: 64em) {
	#header {
		padding: 0 0 15px;
	}
}
#header .logo {
	position: relative;
}
@media print, screen and (min-width: 64em) {
	#header .logo {
		top: 8px;
	}
}

.logo {
	display: block;
	position: static;
	width: 100px;
	height: auto;
}
@media print, screen and (min-width: 40em) {
	.logo {
		width: 135px;
		height: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.logo {
		width: 157px;
		height: auto;
	}
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* top bar styles */
.top-info-bar {
	padding: 0 0 8px;
	overflow: hidden;
	background: #fff;
}
@media print, screen and (min-width: 40em) {
	.top-info-bar {
		padding: 12px 0 15px;
	}
}
@media print, screen and (min-width: 64em) {
	.top-info-bar {
		padding: 7px 0 24px;
	}
}
.top-info-bar .contact-links {
	padding: 5px 0;
	margin: 0 0 0.75rem;
	background: #e7e7e7;
}
@media print, screen and (min-width: 40em) {
	.top-info-bar .contact-links {
		margin: 0;
		background: none;
		padding: 0 0.9375rem;
		justify-content: flex-end;
	}
}
@media print, screen and (min-width: 64em) {
	.top-info-bar .top-buttons {
		padding: 0 0 0 12px;
	}
}
@media print, screen and (min-width: 40em) {
	.top-info-bar .top-buttons .button {
		margin-left: 0.5rem;
		min-width: inherit;
	}
}
@media print, screen and (min-width: 64em) {
	.top-info-bar .top-buttons .button {
		margin-left: 18px;
		min-width: 130px;
	}
}
.top-info-bar .top-buttons .button.hollow {
	color: #929292;
}

.info-list {
	font-size: 14px;
	font-weight: 700;
	color: #929292;
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.info-list li:not(:last-child) {
	margin-right: 0.5rem;
}
.info-list {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none !important;
}
@media print, screen and (min-width: 40em) {
	.info-list {
		text-align: left;
	}
}
@media print, screen and (min-width: 64em) {
	.info-list {
		font-size: 16px;
	}
}
.info-list li {
	display: inline-block;
	vertical-align: middle;
}
.info-list li:not(:last-child) {
	margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
	.info-list li:not(:last-child) {
		margin-right: 0.5rem;
	}
}
@media print, screen and (min-width: 64em) {
	.info-list li:not(:last-child) {
		margin-right: 23px;
	}
}
.info-list:after {
	display: none;
}
.info-list [class^=icon-] {
	top: 2px;
	position: relative;
	margin-right: 6px;
}
@media print, screen and (min-width: 64em) {
	.info-list [class^=icon-] {
		font-size: 20px;
	}
}

.menu li a {
	color: #353535;
	font-weight: bold;
	font-size: 1.2em;
}
.menu li:hover > a, .menu li.is-active > a {
	color: #fff;
	background: #ff8631;
}
@media print, screen and (min-width: 40em) {
	.menu li:hover > a, .menu li.is-active > a {
		background: #ff8631;
		color: #fff;
	}
}
@media print, screen and (max-width: 61.99875em) {
	.menu li:hover > a:after, .menu li.is-active > a:after {
		color: #fff !important;
	}
}

.title-bar {
	background-color: white;
}

.title-bar-title {
	font-size: 1.2em;
}

/* top-search form */
.top-search {
	border-top: 1px solid rgba(53, 53, 53, 0.5);
	margin-top: 1rem;
	padding: 10px 0 0;
}
@media print, screen and (min-width: 40em) {
	.top-search {
		border: 0;
		margin: 0;
		padding: 0;
	}
}
.top-search .button.small {
	min-width: inherit;
}
@media print, screen and (min-width: 40em) {
	.top-search .button.small {
		width: 24px;
		height: 24px;
		position: relative;
		border-radius: 0;
		background: none;
		font-size: 20px;
		color: #929292;
		float: right;
		padding: 0;
	}
}
.top-search .button.small span {
	top: 50%;
	right: 0;
	position: absolute;
	transform: translateY(-50%);
}
@media print, screen and (max-width: 61.99875em) {
	.top-search .button.small span {
		left: 50%;
		right: auto;
		font-size: 20px;
		transform: translate(-50%, -50%);
	}
}
.top-search form {
	position: relative;
	padding: 0 50px 0 0;
}
@media print, screen and (min-width: 40em) {
	.top-search form {
		padding: 0;
	}
}
.top-search input[type=search] {
	margin: 0;
	width: 100%;
	border-radius: 0;
	max-width: inherit;
}
.top-search button[type=submit] {
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	border-radius: 0;
	min-width: inherit;
	position: absolute;
}
@media print, screen and (min-width: 40em) {
	.top-search .dropdown-pane {
		padding: 5px !important;
	}
}

/* main informative part styles */
#main {
	overflow: hidden;
}

.title-banner {
	padding: 10px 0;
	background-image: url("../images/bg@2x.png");
	background-size: cover;
	background-position: center;
	background-color: #ff8631;
	color: white !important;
	margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
	.title-banner {
		padding: 15px 0;
	}
}
.title-banner h1, .title-banner h2, .title-banner h3, .title-banner h4, .title-banner h5, .title-banner h6 {
	color: white;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px black;
	display: inline-block;
}

.title-banner-red {
	padding: 10px 0;
	background-size: cover;
	background-position: center;
	background-color: red;
	color: white !important;
	margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
	.title-banner-red {
		padding: 15px 0;
	}
}
.title-banner-red h1, .title-banner-red h2, .title-banner-red h3, .title-banner-red h4, .title-banner-red h5, .title-banner-red h6 {
	color: white;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px black;
	display: inline-block;
}

.title-banner-orange {
	padding: 10px 0;
	background-size: cover;
	background-position: center;
	background-color: #ff8631;
	color: white !important;
	margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
	.title-banner-orange {
		padding: 15px 0;
	}
}
.title-banner-orange h1, .title-banner-orange h2, .title-banner-orange h3, .title-banner-orange h4, .title-banner-orange h5, .title-banner-orange h6 {
	color: white;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px black;
	display: inline-block;
}

/* main banner styles */
.banner {
	padding: 15px 0 30px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
@media print, screen and (min-width: 40em) {
	.banner {
		padding: 30px 0;
	}
}
@media print, screen and (min-width: 64em) {
	.banner {
		padding: 48px 0 37px;
	}
}
.banner h1 {
	color: #fff;
}
@media print, screen and (min-width: 40em) {
	.banner h1 {
		margin: 0 0 1.5rem;
	}
}
@media print, screen and (min-width: 64em) {
	.banner h1 {
		font-size: 48px;
		margin: 0 0 36px;
		line-height: 55.15px;
	}
}
.banner .text-box {
	line-height: 2.188;
}
@media print, screen and (min-width: 40em) {
	.banner .text-box {
		font-size: 18px;
	}
}
@media print, screen and (min-width: 64em) {
	.banner .text-box {
		font-size: 26px;
		line-height: 35px;
	}
}
.banner .text-box p {
	margin: 0;
	line-height: inherit;
}
@media print, screen and (min-width: 40em) {
	.banner .text-box p {
		margin: 0 0 10px;
	}
}
.banner .signup-link, .banner .phone {
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}
.banner .phone {
	font-size: 20px;
	line-height: 30px;
}
@media print, screen and (min-width: 40em) {
	.banner .phone {
		font-size: 24px;
		line-height: 34px;
	}
}
@media print, screen and (min-width: 64em) {
	.banner .phone {
		font-size: 38px;
		line-height: 100%;
	}
}
.banner .row {
	position: relative;
}
.banner .row .columns {
	z-index: 2;
}
.banner .pet-holder {
	z-index: 1;
	width: 75px;
	position: absolute;
	bottom: -50px;
}
@media print, screen and (min-width: 40em) {
	.banner .pet-holder {
		width: 130px;
	}
}
@media print, screen and (min-width: 64em) {
	.banner .pet-holder {
		width: 214px;
		bottom: -85px;
	}
}
.banner .pet-holder.left {
	left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.banner .pet-holder.left {
		left: 0.9375rem;
	}
}
.banner .pet-holder.right {
	right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.banner .pet-holder.right {
		right: 0.9375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.banner .pet-holder.right {
		width: 254px;
		margin: 0 16px 0 0;
	}
}
.banner .pet-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.banner.inner-banner {
	padding: 20px 0;
}
@media print, screen and (min-width: 64em) {
	.banner.inner-banner {
		padding: 17px 0;
	}
}
.banner.inner-banner .columns {
	align-self: center;
}
.banner .downloads-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .downloads-holder .pet-holder {
	width: 86px;
	position: static;
}
.banner .downloads-holder .apps-buttons {
	overflow: hidden;
}
.banner .downloads-holder .heading {
	color: #fff;
	display: block;
	margin: 0 0 9px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
@media print, screen and (min-width: 64em) {
	.banner .downloads-holder .heading {
		font-size: 22px;
		line-height: 24px;
		margin: -3px 0 8px;
	}
}
.banner .downloads-holder .buttons {
	display: flex;
	align-items: center;
}
.banner .downloads-holder .buttons a {
	margin: 0 7px;
}
.banner.subpage-banner {
	padding: 30px 0 0;
	margin: 0 0 25px;
}
@media print, screen and (min-width: 40em) {
	.banner.subpage-banner {
		padding: 65px 0 0;
		margin: 0 0 26%;
	}
}
@media screen and (min-width: 75em) {
	.banner.subpage-banner {
		margin: 0 0 300px;
	}
}
.banner.subpage-banner .row {
	max-width: 70rem;
}
.banner.subpage-banner h1 {
	margin: 0 0 12px;
	font-size: 28px;
}
@media print, screen and (min-width: 40em) {
	.banner.subpage-banner h1 {
		font-size: 46px;
	}
}
@media print, screen and (min-width: 64em) {
	.banner.subpage-banner h1 {
		font-size: 64px;
	}
}
.banner.subpage-banner p {
	line-height: 1.346;
	font-size: 16px;
	color: #fff;
	margin: 0 0 25px;
}
@media print, screen and (min-width: 40em) {
	.banner.subpage-banner p {
		font-size: 21px;
		margin: 0 0 40px;
	}
}
@media print, screen and (min-width: 64em) {
	.banner.subpage-banner p {
		font-size: 26px;
	}
}
.banner.subpage-banner .image-holder {
	padding: 0 10px 10px;
}
@media print, screen and (min-width: 40em) {
	.banner.subpage-banner .image-holder {
		margin-bottom: -23.5%;
		padding: 0;
	}
}
@media screen and (min-width: 75em) {
	.banner.subpage-banner .image-holder {
		margin-bottom: -250px;
	}
}
.banner.subpage-banner .image-holder .medium-4 {
	margin: 0 -3px;
}
@media print, screen and (min-width: 40em) {
	.banner.subpage-banner .image-holder .medium-4 {
		margin: 0 -10px;
	}
}

.chip-search-form {
	margin: 0 auto;
	padding: 0 0 1rem;
}
@media print, screen and (min-width: 40em) {
	.chip-search-form {
		/*		max-width: 388px;
    */
	}
}
@media print, screen and (min-width: 64em) {
	.chip-search-form {
		/*	max-width: 589px;
    */
		padding: 0 0 27px;
	}
}
.chip-search-form form {
	background: #fff;
	position: relative;
	border-radius: 22px;
	padding: 3px 90px 3px 30px;
}
@media print, screen and (min-width: 64em) {
	.chip-search-form form {
		border-radius: 35px;
		padding: 5px 130px 5px 69px;
	}
}
.chip-search-form form:before {
	top: 50%;
	left: 15px;
	content: "";
	position: absolute;
	width: 20px;
	height: 24px;
	transform: translateY(-50%);
	background: url(../images/map.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
@media print, screen and (min-width: 64em) {
	.chip-search-form form:before {
		left: 23px;
		width: 28px;
		height: 34px;
	}
}
.chip-search-form input[type=search] {
	margin: 0;
	border: 0;
	width: 100%;
	height: auto;
	font-weight: 700;
	border-radius: 0;
	box-shadow: none;
	background: none;
	padding: 5px 15px;
	max-width: inherit;
}
@media print, screen and (min-width: 64em) {
	.chip-search-form input[type=search] {
		font-size: 30px;
		padding: 8px 10px 8px 0;
	}
}
.chip-search-form input[type=search]::-webkit-input-placeholder {
	color: #929292;
}
.chip-search-form input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #929292;
}
.chip-search-form input[type=search]:-moz-placeholder {
	color: #929292;
}
.chip-search-form input[type=search]:-ms-input-placeholder {
	color: #929292;
}
.chip-search-form input[type=search].placeholder {
	color: #929292;
}
.chip-search-form input[type=submit], .chip-search-form button[type=submit] {
	top: 3px;
	right: 3px;
	bottom: 3px;
	padding: 0;
	width: 80px;
	min-width: inherit;
	position: absolute;
	border-radius: 22px;
}
@media print, screen and (min-width: 64em) {
	.chip-search-form input[type=submit], .chip-search-form button[type=submit] {
		top: 5px;
		right: 7px;
		bottom: 5px;
		width: 128px;
		font-size: 22px;
		border-radius: 32px;
	}
}

@media print, screen and (min-width: 64em) {
	.two-columns {
		padding: 0 0 35px;
	}
}

/* intro-box styles */
.intro-box {
	overflow: hidden;
	padding: 30px 0 0;
}
@media print, screen and (min-width: 40em) {
	.intro-box {
		padding: 40px 0 10px;
	}
}
@media print, screen and (min-width: 64em) {
	.intro-box {
		padding: 77px 0 24px;
	}
}
.intro-box .text-success, .intro-box .phone {
	font-weight: 700;
}

.pets-block .cell {
	margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
	.pets-block .cell {
		margin-bottom: 25px;
	}
}
.pets-block .card {
	margin: 0;
	height: 100%;
}
.pets-block .card .image-holder {
	overflow: hidden;
}
.pets-block .card .image-holder img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}
.pets-block .card a {
	color: #353535;
}
.pets-block .card a:hover {
	text-decoration: none;
}
.pets-block .card a:hover .image-holder img {
	transform: scale(1.1);
}
.pets-block .card-section {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 5px 10px;
}
@media print, screen and (min-width: 40em) {
	.pets-block .card-section {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 20px 20px;
	}
}
@media print, screen and (min-width: 64em) {
	.pets-block .card-section {
		padding: 16px 15px 18px 22px;
	}
}
.pets-block .card-section h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media print, screen and (min-width: 40em) {
	.pets-block .card-section h2 {
		margin: 0;
		font-size: 18px;
		line-height: 25px;
	}
}
.pets-block .card-section .cat-title {
	display: block;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
	.pets-block .card-section .cat-title {
		font-size: 16px;
		margin: 0 0 4px;
	}
}
.pets-block .card-section p {
	margin: 0 0 0.5rem;
	line-height: inherit;
}

.pets-list {
	list-style: none;
	padding: 15px 0 0;
	margin: 0 0 15px;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
@media print, screen and (min-width: 40em) {
	.pets-list {
		margin: 0 -20px 35px;
		padding: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.pets-list {
		margin-bottom: 65px;
	}
}
.pets-list li {
	width: 50%;
	padding: 0 10px;
	align-self: flex-end;
	margin: 0 0 25px;
}
@media print, screen and (min-width: 40em) {
	.pets-list li {
		width: 20%;
		padding: 0 20px;
	}
}

/* .side bar styles */
.sidebar .widget {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 47px 30px 24px;
	text-align: center;
}
.sidebar .widget.apps-box {
	border-radius: 6px;
	padding: 15px 10px;
	background: #f5f5f5;
}
@media print, screen and (min-width: 40em) {
	.sidebar .widget.apps-box {
		font-size: 16px;
		line-height: 20px;
		padding: 24px 20px 9px;
	}
}
@media print, screen and (min-width: 64em) {
	.sidebar .widget.apps-box {
		padding: 24px 11px 5px;
	}
}
.sidebar .widget.apps-box .image-holder {
	overflow: hidden;
	margin: 0 0 15px;
}
.sidebar .widget.apps-box .image-holder img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sidebar .widget.apps-box .apps-buttons a {
	margin: 0 0.1rem;
	display: inline-block;
	vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
	.sidebar .widget.apps-box .apps-buttons a {
		margin: 0 0 15px;
	}
}
@media print, screen and (min-width: 40em) {
	.sidebar .widget.apps-box h2 {
		font-size: 36px;
		line-height: 45px;
		margin: 0 0 5px;
	}
}
@media print, screen and (min-width: 40em) {
	.sidebar .widget.apps-box p {
		line-height: inherit;
		margin: 0 0 17px;
	}
}
@media print, screen and (min-width: 64em) {
	.sidebar .widget.apps-box p {
		font-size: 16px;
		line-height: 20px;
	}
}
@media print, screen and (min-width: 64em) {
	.sidebar .widget p {
		font-size: 18px;
		line-height: 23px;
	}
}
.sidebar .widget .icon {
	width: 70px;
	margin: 0 auto 21px;
}
.sidebar .widget .icon img {
	display: block;
	width: 100%;
	height: auto;
}

/* found-pet-block styles */
.found-pet-block {
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
	background: #85b94e;
}
@media print, screen and (min-width: 40em) {
	.found-pet-block {
		padding: 30px 0;
	}
}
@media print, screen and (min-width: 64em) {
	.found-pet-block {
		padding: 47px 0 37px;
		font-size: 16px;
	}
}
.found-pet-block h1 {
	color: #fff;
}
@media print, screen and (min-width: 40em) {
	.found-pet-block h1 {
		margin: 0 0 1.5rem;
	}
}
@media print, screen and (min-width: 64em) {
	.found-pet-block h1 {
		margin: 0 0 24px;
	}
}
@media print, screen and (min-width: 40em) {
	.found-pet-block p {
		margin: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.found-pet-block .chip-search-form {
		max-width: 426px;
		padding: 0 0 22px;
	}
}
@media print, screen and (min-width: 64em) {
	.found-pet-block .chip-search-form form {
		border-radius: 25px;
		padding: 3px 90px 3px 35px;
	}
}
@media print, screen and (min-width: 64em) {
	.found-pet-block .chip-search-form form:before {
		left: 17px;
		width: 20px;
		height: 24px;
	}
}
@media print, screen and (min-width: 64em) {
	.found-pet-block .chip-search-form input[type=search] {
		font-size: 22px;
		padding: 7px 15px 4px;
	}
}
.found-pet-block .chip-search-form input[type=submit] {
	top: 3px;
	right: 3px;
	bottom: 3px;
	padding: 0;
	width: 93px;
	font-size: 16px;
	border-radius: 22px;
}
.found-pet-block p {
	word-spacing: -0.5px;
}

/* tracking-block & training-education styles */
.tracking-block, .training-education {
	font-size: 12px;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}
@media print, screen and (min-width: 40em) {
	.tracking-block, .training-education {
		text-align: left;
		font-size: 14px;
	}
}
@media print, screen and (min-width: 64em) {
	.tracking-block, .training-education {
		padding: 77px 0 30px;
	}
}
@media print, screen and (min-width: 64em) {
	.tracking-block .blocks, .training-education .blocks {
		padding: 66px 0 0;
	}
}
.tracking-block .block, .training-education .block {
	overflow: hidden;
}
@media print, screen and (min-width: 40em) {
	.tracking-block .block, .training-education .block {
		height: 100%;
		position: relative;
		padding: 0 0 40px;
	}
}
@media print, screen and (min-width: 40em) {
	.tracking-block .block .button, .training-education .block .button {
		left: 0;
		bottom: 0;
		position: absolute;
	}
}
.tracking-block .image-holder, .training-education .image-holder {
	overflow: hidden;
	max-width: 305px;
	margin: 0 auto 15px;
}
@media print, screen and (min-width: 40em) {
	.tracking-block .image-holder, .training-education .image-holder {
		margin: 0 0 29.29px;
	}
}
.tracking-block .image-holder img, .training-education .image-holder img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
	.tracking-block .lead, .training-education .lead {
		font-size: 18px;
		line-height: 23px;
	}
}
.tracking-block .trade-mark, .training-education .trade-mark {
	display: block;
}
@media print, screen and (min-width: 40em) {
	.tracking-block .trade-mark, .training-education .trade-mark {
		font-size: 16px;
		line-height: 25px;
		margin: 0 0 1px;
	}
}
@media print, screen and (min-width: 64em) {
	.tracking-block .trade-mark, .training-education .trade-mark {
		margin: 0 0 2px;
	}
}
@media print, screen and (min-width: 40em) {
	.tracking-block h2, .training-education h2 {
		font-size: 26px;
		line-height: 25px;
		margin: 0 0 21px;
	}
}

@media print, screen and (min-width: 40em) {
	.training-education {
		padding: 20px 0 40px;
	}
}
@media print, screen and (min-width: 64em) {
	.training-education {
		padding: 23px 0 64px;
		font-size: 16px;
		line-height: 24px;
	}
}
@media print, screen and (min-width: 64em) {
	.training-education h1 {
		margin: 0 0 18px;
	}
}
.training-education p {
	line-height: inherit;
}
@media print, screen and (min-width: 64em) {
	.training-education p {
		margin: 0 0 23px;
	}
}
@media print, screen and (min-width: 64em) {
	.training-education .lead {
		margin: 0 0 46px;
	}
}
@media print, screen and (min-width: 64em) {
	.training-education .button {
		margin: 10px 0 0;
	}
}

/* breadcrumbs */
.breadcrumbs {
	font-size: 12px;
	line-height: 16px;
	margin: 0.5rem 0 1rem;
}
@media print, screen and (min-width: 64em) {
	.breadcrumbs {
		margin: 10px 0;
	}
}
.breadcrumbs li {
	color: #929292;
}
.breadcrumbs li:not(:last-child):after {
	font-family: "icomoon";
	content: "\e900";
	margin: 0 4px;
}

/* Search Block Styles */
.search-block {
	overflow: hidden;
	padding: 0;
	/*	@include breakpoint(large up) {
  	padding: 0 0 0px;
  }*/
}
.search-block .row {
	position: relative;
}
.search-block .chip-search-form {
	padding: 0;
	margin: 20px 0;
	border-radius: 22px;
	border: 1px solid #e7e7e7;
	/*@include breakpoint(large up) {
  	margin: 42px 0 57px;
  	border-radius: 35px;
  }*/
}
.search-block .contact-info-frame {
	margin: 0 0 -40px;
}
@media print, screen and (min-width: 64em) {
	.search-block .contact-info-frame {
		top: 23px;
		left: 15px;
		position: absolute;
	}
}
.search-block .contact-info-frame .button {
	margin: 0 0 15px;
}
@media print, screen and (min-width: 64em) {
	.search-block .contact-info-frame .button {
		margin: 0 0 56px;
		font-size: 18px;
		line-height: 23px;
		padding: 12px 45px;
	}
}
.search-block .lead {
	margin: 0 0 5px;
}
@media print, screen and (min-width: 64em) {
	.search-block .lead {
		font-size: 26px;
		line-height: 35px;
		margin: 0 0 15px;
	}
}
.search-block p {
	margin: 0;
}
@media print, screen and (min-width: 64em) {
	.search-block p {
		font-size: 18px;
		line-height: 23px;
	}
}
.search-block .phone {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #85b94e;
}
@media print, screen and (min-width: 40em) {
	.search-block .phone {
		font-size: 24px;
		line-height: 34px;
	}
}
@media print, screen and (min-width: 64em) {
	.search-block .phone {
		font-size: 28px;
		line-height: 35px;
	}
}
.search-block .image-holder {
	float: right;
	overflow: hidden;
	max-width: 936px;
}
@media print, screen and (min-width: 64em) {
	.search-block .image-holder {
		margin: 0 -26px 0 0;
	}
}
.search-block .image-holder img {
	display: block;
	max-width: 100%;
}

.details-list {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
}
@media print, screen and (min-width: 40em) {
	.details-list {
		margin: 0;
	}
}
.poster-page .details-list {
	line-height: 1.2;
}
.details-list li {
	display: flex;
}
.poster-page .details-list li {
	margin: 0 0 10px;
}
.details-list li .title {
	width: 50%;
	text-align: right;
	font-weight: 700;
	padding: 0 14px;
}
@media print, screen and (min-width: 40em) {
	.details-list li .title {
		width: 45%;
	}
}
.poster-page .details-list li .title {
	padding: 0 10px;
}
@media print, screen and (min-width: 40em) {
	.poster-page .details-list li .title {
		width: 44%;
	}
}
.details-list li .text {
	width: 50%;
	padding: 0 14px;
}
@media print, screen and (min-width: 40em) {
	.details-list li .text {
		width: 55%;
	}
}
.poster-page .details-list li .text {
	padding: 0 0 0 10px;
}
@media print, screen and (min-width: 40em) {
	.poster-page .details-list li .text {
		width: 56%;
	}
}

.custumize-block {
	margin: 0 0 25px;
	padding: 15px 0 0;
}
@media print, screen and (min-width: 40em) {
	.custumize-block {
		padding: 0;
		margin: 0 0 40px;
	}
}
.custumize-block .custumize-block-head {
	margin: 0 0 15px;
}
@media print, screen and (min-width: 40em) {
	.custumize-block .custumize-block-head {
		margin: 0 0 35px;
	}
}
.custumize-block h2 {
	font-size: 28px;
	margin: 0 0 10px;
}
@media print, screen and (min-width: 40em) {
	.custumize-block h2 {
		font-size: 32px;
	}
}
@media print, screen and (min-width: 64em) {
	.custumize-block h2 {
		font-size: 36px;
	}
}
.custumize-block p {
	line-height: 1.346;
	font-size: 16px;
	margin: 0;
}
@media print, screen and (min-width: 40em) {
	.custumize-block p {
		font-size: 21px;
	}
}
@media print, screen and (min-width: 64em) {
	.custumize-block p {
		font-size: 26px;
	}
}
.custumize-block .store-buttons {
	margin: 0 0 25px;
}
@media print, screen and (min-width: 40em) {
	.custumize-block .store-buttons {
		margin: 0 0 55px;
	}
}
.custumize-block .store-buttons h3 {
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 20px;
	text-align: center;
}
@media print, screen and (min-width: 40em) {
	.custumize-block .store-buttons h3 {
		font-size: 28px;
		margin: 0 0 30px;
	}
}

.custumize-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	counter-reset: custom-counter;
}
@media print, screen and (min-width: 40em) {
	.custumize-list {
		margin: 0 -10px;
	}
}
.custumize-list li {
	position: relative;
	width: 33.333%;
	counter-increment: custom-counter;
	padding: 0 10px;
	margin: 0 0 25px;
}
@media print, screen and (min-width: 40em) {
	.custumize-list li {
		width: 20%;
	}
}
@media print, screen and (min-width: 64em) {
	.custumize-list li {
		width: 11.111%;
	}
}
.custumize-list li:before {
	content: counter(custom-counter);
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	color: #353535;
	display: block;
	margin: 0 0 12px;
}
.custumize-list .icon {
	width: 73px;
	height: 73px;
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #e7e7e7;
	border-radius: 12px;
}
.custumize-list .subtitle {
	display: block;
	font-size: 14px;
	line-height: 1.25;
	color: #929292;
}
@media print, screen and (min-width: 40em) {
	.custumize-list .subtitle {
		font-size: 16px;
	}
}

.main-section .row {
	max-width: 70rem;
}
.main-section .main-section-head {
	margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
	.main-section .main-section-head {
		margin-bottom: 60px;
	}
}
.main-section .main-section-head h1 {
	margin: 0 0 12px;
	font-size: 28px;
}
@media print, screen and (min-width: 40em) {
	.main-section .main-section-head h1 {
		font-size: 46px;
	}
}
@media print, screen and (min-width: 64em) {
	.main-section .main-section-head h1 {
		font-size: 64px;
	}
}
.main-section .main-section-head p {
	line-height: 1.346;
	font-size: 16px;
	margin: 0 0 25px;
}
@media print, screen and (min-width: 40em) {
	.main-section .main-section-head p {
		font-size: 21px;
		margin: 0 0 40px;
	}
}
@media print, screen and (min-width: 64em) {
	.main-section .main-section-head p {
		font-size: 26px;
	}
}
.main-section .image-holder {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
	padding: 10px 0 6px;
}
@media print, screen and (min-width: 40em) {
	.main-section .image-holder {
		margin-bottom: 160px;
		padding: 0;
	}
}
.main-section .image-holder .medium-4 {
	margin-left: -3px;
	margin-right: -3px;
}
@media print, screen and (min-width: 40em) {
	.main-section .image-holder .medium-4 {
		margin-top: -60px;
		margin-bottom: -120px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

.text-content {
	overflow: hidden;
	line-height: 1.269;
	font-size: 16px;
	padding: 0 0 50px;
	max-width: 70rem;
}
@media print, screen and (min-width: 40em) {
	.text-content {
		font-size: 21px;
		padding: 0 0 80px;
	}
}
@media print, screen and (min-width: 64em) {
	.text-content {
		font-size: 26px;
		padding: 0 0 120px;
	}
}
.text-content .text-column {
	margin: 0 0 10px;
}
@media print, screen and (min-width: 40em) {
	.text-content .text-column {
		margin: 0 0 30px;
	}
}
@media print, screen and (min-width: 64em) {
	.text-content .text-column {
		margin: 0 0 45px;
	}
}

.store-buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
@media print, screen and (min-width: 40em) {
	.store-buttons ul {
		margin: 0 -22px;
	}
}
.store-buttons ul li {
	padding: 0 7px;
	width: 50%;
}
@media print, screen and (min-width: 40em) {
	.store-buttons ul li {
		padding: 0 22px;
		width: auto;
	}
}

/* Footer styles */
#footer {
	overflow: hidden;
	padding: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
	#footer {
		font-size: 14px;
	}
}
@media print, screen and (min-width: 64em) {
	#footer {
		font-size: 100%;
	}
}
#footer .f-nav ul, #footer .f-links ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#footer .f-nav ul li:not(:last-child), #footer .f-links ul li:not(:last-child) {
	margin-right: 0.5rem;
}
#footer .f-nav ul, #footer .f-links ul {
	line-height: inherit;
}
#footer .f-nav {
	margin: 1rem 0 0;
	text-align: center;
	text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
	#footer .f-nav {
		margin: 0;
		text-align: left;
	}
}
@media print, screen and (min-width: 64em) {
	#footer .f-nav {
		font-size: 18px;
		font-weight: 700;
	}
}
#footer .f-nav ul li {
	display: inline-block;
	vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
	#footer .f-nav ul li:not(:last-child) {
		margin-right: 2rem;
	}
}
#footer .f-links {
	margin: 0 0 15px;
}
@media print, screen and (min-width: 40em) {
	#footer .f-links {
		font-size: 12px;
	}
}
@media print, screen and (min-width: 64em) {
	#footer .f-links {
		font-size: 100%;
	}
}
#footer a {
	color: #353535;
}
#footer a:hover {
	color: #ff8631;
}
#footer .heading {
	display: block;
	margin: 0 0 5px;
	text-transform: capitalize;
}
@media print, screen and (min-width: 40em) {
	#footer .heading {
		margin: 0 0 15px;
		font-size: 13px !important;
	}
}
@media print, screen and (min-width: 64em) {
	#footer .heading {
		margin: 0 0 16px;
		line-height: 24px;
		font-size: 16px !important;
		font-size: 100%;
	}
}
#footer .apps-buttons {
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e7e7e7;
}
@media print, screen and (min-width: 40em) {
	#footer .apps-buttons {
		border: 0;
		margin: 0;
		padding: 9px 0 15px;
	}
}
#footer .apps-buttons a {
	margin: 0 0.15rem;
	display: inline-block;
	vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
	#footer .apps-buttons a {
		margin: 0 0 15px;
	}
}
@media print, screen and (min-width: 64em) {
	#footer .apps-buttons a {
		margin: 0 0 21px;
	}
}
#footer .bottom-buttons {
	overflow: hidden;
	padding: 0 0 13px;
}
@media print, screen and (min-width: 40em) {
	#footer .bottom-buttons {
		display: flex;
		flex-direction: column;
		justify-content: start;
	}
}
@media print, screen and (min-width: 64em) {
	#footer .bottom-buttons {
		justify-content: flex-end;
	}
}
#footer .bottom-buttons a {
	max-width: 135px;
	margin: 0 0.15rem;
	display: inline-block;
	vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
	#footer .bottom-buttons a {
		margin: 0 0 15px;
	}
}
#footer .bottom-buttons .button.primary {
	color: #fff;
}
#footer .bottom-buttons .button.hollow:hover {
	border-color: #353535 !important;
	color: #353535 !important;
}
#footer .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 40em) {
	#footer .social-media {
		justify-content: end;
	}
}
#footer .social-media .title {
	margin: 0 1rem 0 0;
}
@media print, screen and (min-width: 40em) {
	#footer .social-media .title {
		font-size: 13px;
	}
}
@media print, screen and (min-width: 64em) {
	#footer .social-media .title {
		font-size: 16px;
	}
}
#footer .social-networks {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#footer .social-networks li:not(:last-child) {
	margin-right: 0.5rem;
}
@media print, screen and (min-width: 64em) {
	#footer .social-networks {
		margin: 0 0 0 28px;
	}
}
#footer .social-networks li {
	display: inline-block;
	vertical-align: middle;
}
@media print, screen and (min-width: 64em) {
	#footer .social-networks li:not(:last-child) {
		margin-right: 16px;
	}
}
#footer .social-networks a {
	width: 32px;
	height: 32px;
	display: block;
	color: #929292;
	border-radius: 50%;
	position: relative;
	border: 1px solid #929292;
}
#footer .social-networks a span {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
#footer .social-networks a:hover {
	color: #ff8631;
	border-color: #ff8631;
}
@media print, screen and (min-width: 64em) {
	#footer .logo {
		width: 157px;
	}
}

.footer-navbar {
	padding: 10px 0;
	overflow: hidden;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e7e7e7;
}
@media print, screen and (min-width: 64em) {
	.footer-navbar {
		padding: 23px 0 20px;
	}
}
@media print, screen and (min-width: 64em) {
	.footer-navbar .row {
		align-items: center;
	}
}

.bottom-search form {
	position: relative;
	border-radius: 6px;
	padding-right: 40px;
	border: 1px solid #e7e7e7;
}
.bottom-search input[type=search] {
	border: 0;
	margin: 0;
	height: auto;
	padding: 7px 15px;
	background: none;
	box-shadow: none;
}
.bottom-search input[type=search]::-webkit-input-placeholder {
	color: #929292;
}
.bottom-search input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #929292;
}
.bottom-search input[type=search]:-moz-placeholder {
	color: #929292;
}
.bottom-search input[type=search]:-ms-input-placeholder {
	color: #929292;
}
.bottom-search input[type=search].placeholder {
	color: #929292;
}
.bottom-search button[type=submit] {
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 40px;
	background: none;
	min-width: inherit;
	position: absolute;
}
.bottom-search button[type=submit]:hover {
	background: none;
}
.bottom-search button[type=submit] span {
	top: 50%;
	left: 50%;
	font-size: 20px;
	color: #929292;
	position: absolute;
	transform: translate(-50%, -50%);
}

.add-links-holder, .copyright-bar {
	padding: 10px 0 0;
}
@media print, screen and (min-width: 64em) {
	.add-links-holder, .copyright-bar {
		padding: 25px 0 15px;
	}
}

.copyright-bar {
	border-top: 1px solid #e7e7e7;
}
@media print, screen and (min-width: 64em) {
	.copyright-bar {
		padding: 17px 0 0;
	}
}
@media print, screen and (min-width: 40em) {
	.copyright-bar p {
		margin: 0;
		font-size: 14px;
	}
}

/* Image icon hover effects */
/* Social icons base styles */
.social-icon {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.5rem;
	transition: 0.3s ease-in-out;
}
.social-icon.image-print:hover {
	content: url("/images/icons/social-icons/hover-print.png");
}
.social-icon.image-facebook:hover {
	content: url("/images/icons/social-icons/hover-facebook.png");
}
.social-icon.image-twitter:hover {
	content: url("/images/icons/social-icons/hover-twitter.png");
}
.social-icon.image-email:hover {
	content: url("/images/icons/social-icons/hover-email.png");
}
.social-icon.image-clipboard:hover {
	content: url("/images/icons/social-icons/hover-clipboard-notes.png");
}

/*# sourceMappingURL=app.css.map */
