@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,400,400i,500,500i,700,700i");/**
 * Foundation for Sites by ZURB
 * Version 6.5.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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(.5);
	-ms-transform: scale(.5);
	transform: scale(.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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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(.5);
	-ms-transform: scale(.5);
	transform: scale(.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(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.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);
	-ms-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);
	-ms-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(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.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(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.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);
	-ms-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);
	-ms-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(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.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(.485, .155, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.76, -.245, .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;
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

.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(.485, .155, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.76, -.245, .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;
}

.clearfix:after,
.filtration-buttons-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?z40h7a");
	src: url("../fonts/icomoon.eot?z40h7a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?z40h7a") format("truetype"), url("../fonts/icomoon.woff?z40h7a") format("woff"), url("../fonts/icomoon.svg?z40h7a#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e904";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e900";
}

.icon-youtube:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-x:before {
	content: url(/css/svgs/fi-x-twitter.svg);
	width: 20px;
	height: 20px;
	display: block;
}

.icon-facebook:before {
	content: "\e906";
}

.icon-linkedin:before {
	content: "\eac9";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-google-plus:before {
	content: "\ea8b";
}

.icon-keyboard-arrow-right:before {
	content: "\e905";
}

.icon-keyboard-arrow-left:before {
	content: "\e907";
}

.icon-user:before {
	content: "\e971";
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*! 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: .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: none;
	text-decoration: underline;
	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: -.25em;
}

sup {
	top: -.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: .35em .75em .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;
}

.foundation-mq {
	font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.52631579;
    color: #535050;
	-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: 0;
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: pointer;
}

[data-whatinput="mouse"] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.grid-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 75rem;
	margin: 0 auto;
}

.grid-container.fluid {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 100%;
	margin: 0 auto;
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto;
}

.grid-x {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.cell.auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.cell.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	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 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.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 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	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%;
}

.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -.625rem;
	margin-right: -.625rem;
}

.grid-margin-x > .cell {
	width: calc(100% - 1.25rem);
	margin-left: .625rem;
	margin-right: .625rem;
}

.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);
}

.grid-padding-x .grid-padding-x {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.grid-container:not(.full) > .grid-padding-x {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.grid-padding-x > .cell {
	padding-right: .625rem;
	padding-left: .625rem;
}

.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%;
}

.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);
}

.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%;
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-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% + .625rem);
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.3333333333% + .625rem);
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.6666666667% + .625rem);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + .625rem);
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.3333333333% + .625rem);
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.6666666667% + .625rem);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + .625rem);
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.3333333333% + .625rem);
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.6666666667% + .625rem);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + .625rem);
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.3333333333% + .625rem);
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.6666666667% + .625rem);
}

.grid-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.grid-y > .cell {
	width: auto;
	max-width: 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 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.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 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	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%;
}

.grid-padding-y .grid-padding-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem;
}

.grid-padding-y > .cell {
	padding-top: .625rem;
	padding-bottom: .625rem;
}

.grid-margin-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem;
}

.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: .625rem;
	margin-bottom: .625rem;
}

.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);
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container > .grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh;
}

.cell .grid-y.grid-frame {
	height: 100%;
}

.grid-margin-y {
	margin-top: -.625rem;
	margin-bottom: -.625rem;
}

.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: .625rem;
	margin-bottom: .625rem;
}

.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);
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}

.row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
}

.row::before,
.row::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.row::after {
	clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}

.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.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: .625rem;
	padding-left: .625rem;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.row.gutter-xlarge > .column,
.row.gutter-xlarge > .columns {
	padding-right: 2.34375rem;
	padding-left: 2.34375rem;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

.column,
.columns,
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: left;
	clear: none;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}

.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: .625rem;
	padding-left: .625rem;
}

.small-centered {
	margin-right: auto;
	margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-right: 0;
	margin-left: 0;
}

.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;
}

.column-block {
	margin-bottom: 1.25rem;
}

.column-block > :last-child {
	margin-bottom: 0;
}

.row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	padding-right: .625rem;
	padding-left: .625rem;
	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 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.small-offset-0 {
	margin-left: 0;
}

.small-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.small-up-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.small-up-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.small-up-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.small-up-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.small-up-6 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.small-up-7 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.2857142857%;
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.small-up-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	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: .625rem;
	padding-left: .625rem;
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.column-block {
	margin-bottom: 1.25rem;
}

.column-block > :last-child {
	margin-bottom: 0;
}

.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.landing-page .featured-quote p,
h4,
h2#toc,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 20px;
	font-size: inherit;
	line-height: 1.52631579;
	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,
.landing-page .featured-quote p,
.h3,
h4,
h2#toc,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.landing-page .featured-quote p small,
.h3 small,
h4 small,
h2#toc small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #666666;
}

h1,
.h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

h2,
.h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

h3,
.landing-page .featured-quote p,
.h3 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

h4,
h2#toc,
.h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

h5,
.h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

a {
	line-height: inherit;
	color: #2d7a29;
	text-decoration: none;
	cursor: pointer;
}

	a:hover,
	a:focus {
		color: #1C4D19;
	}

.alert-container a,
.resources a {
	font-weight: normal;
}

.alert-container a,
.articles-section a,
.preamble a,
.info-section a,
.job-detail a,
a.news-header,
.holder h2 a,
.text-block a {
	text-decoration: underline;
}

	.articles-section a.button{
		text-decoration: none;
	}

/*	.alert-container a:hover,
	.alert-container a:focus,
	.articles-section a:hover,
	.articles-section a:focus,
	.preamble a:hover,
	.preamble a:focus,
	.science-subsection a:hover,
	.science-subsection a:focus,
	.job-detail a:hover,
	.job-detail a:focus,
	.holder h2 a:hover,
	.holder h2 a:focus,
	a.news-header:hover,
	a.news-header:focus,
	.info-section a:hover,
	.info-section a:focus,
	.text-block a:hover,
	.text-block a:focus {
		font-weight: bold;
	}*/
	
a img {
	border: 0;
}

hr {
	clear: both;
	max-width: 75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #666666;
	border-left: 0;
}

ul,
ol,
dl {
	margin-bottom: 20px;
	list-style-position: outside;
	line-height: 1.52631579;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 3rem;
	list-style-type: disc;
}

ol {
	margin-left: 3rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold;
}

blockquote {
	margin: 0 0 20px;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #666666;
}

blockquote,
blockquote p {
	line-height: 1.52631579;
	color: #444;
}

cite {
	display: block;
	font-size: .8125rem;
	color: #444;
}

cite:before {
	content: "— ";
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #535050;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0;
}

code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #666666;
	background-color: #faf9f9;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #535050;
}

kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #faf9f9;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #535050;
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #444;
}

.lead {
	font-size: 20px;
	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;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.show-for-print {
	display: none !important;
}

[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.46381579rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #666666;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.52631579;
    color: #535050;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[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 #444;
	background-color: #fefefe;
	box-shadow: 0 0 5px #666666;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #faf9f9;
	cursor: not-allowed;
}

[type="submit"],
[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type="search"] {
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #444444;
}

:-ms-input-placeholder {
	color: #444444;
}

::placeholder {
	color: #444444;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
	margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .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: .5rem;
}

[type="file"] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #535050;
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0;
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #535050;
}

.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
	border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
	border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #666666;
	background: #faf9f9;
	color: #535050;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	min-width: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	max-width: 100%;
	margin-bottom: .5rem;
}

.fieldset {
	margin: 0;
	padding: 0 0 1.25rem 0;
	border: 0 none transparent;
}

.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem;
}

select {
	height: 2.46381579rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #666666;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.52631579;
    color: #535050;
	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%2868, 68, 68%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

select:focus {
	outline: none;
	border: 1px solid #444;
	background-color: #fefefe;
	box-shadow: 0 0 5px #666666;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

select:disabled {
	background-color: #faf9f9;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: bold;
	color: #cc4b37;
}

.form-error.is-visible {
	display: block;
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .6875rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: inherit;
	font-size: 1rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1C4D19;
	color: #fefefe;
}


[data-whatinput="mouse"] .button {
	outline: 0;
}

.button:hover,
.button:focus {
	background-color: #266823;
	color: #fefefe;
}

.button.tiny {
	font-size: .6rem;
}

.button.small {
	font-size: .75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
	.button:hover,
	.button:focus {
		text-decoration:underline;
		color: white !important;
	}

.button.primary {
	background-color: #1C4D19;
	color: #fefefe;
}

	.button.primary:hover,
	.button.primary:focus {
		/*background-color: #fefefe;*/
		color: #1C4D19;
		box-shadow: -2px 1px 13px -2px #4e4e4e;
	}

.button.secondary {
	background-color: #767676;
	color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #5e5e5e;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #535050;
}

	.button.success:hover,
	.button.success:focus {
		background-color: #22bb5b;
        color: #535050;
	}

.button.warning {
	background-color: #ffae00;
	color: #535050;
}

	.button.warning:hover,
	.button.warning:focus {
		background-color: #cc8b00;
        color: #535050;
	}

.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe;
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed;
}

	.button.disabled,
	.button.disabled:hover,
	.button.disabled:focus,
	.button[disabled],
	.button[disabled]:hover,
	.button[disabled]:focus {
		background-color: #1C4D19;
		color: #fefefe;
	}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed;
}

	.button.disabled.primary,
	.button.disabled.primary:hover,
	.button.disabled.primary:focus,
	.button[disabled].primary,
	.button[disabled].primary:hover,
	.button[disabled].primary:focus {
		background-color: #1C4D19;
		color: #fefefe;
	}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #767676;
	color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed;
}

	.button.disabled.success,
	.button.disabled.success:hover,
	.button.disabled.success:focus,
	.button[disabled].success,
	.button[disabled].success:hover,
	.button[disabled].success:focus {
		background-color: #3adb76;
        color: #535050;
	}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed;
}

	.button.disabled.warning,
	.button.disabled.warning:hover,
	.button.disabled.warning:focus,
	.button[disabled].warning,
	.button[disabled].warning:hover,
	.button[disabled].warning:focus {
		background-color: #ffae00;
        color: #535050;
	}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #1C4D19;
	color: #1C4D19;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent;
}

.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:hover,
.button.hollow:focus {
	border-color: #173d15;
	color: #173d15;
}

	.button.hollow:hover.disabled,
	.button.hollow:hover[disabled],
	.button.hollow:focus.disabled,
	.button.hollow:focus[disabled] {
		border: 1px solid #1C4D19;
		color: #1C4D19;
	}

	.button.hollow.primary {
		border: 1px solid #1C4D19;
		color: #1C4D19;
	}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #173d15;
	color: #173d15;
}

	.button.hollow.primary:hover.disabled,
	.button.hollow.primary:hover[disabled],
	.button.hollow.primary:focus.disabled,
	.button.hollow.primary:focus[disabled] {
		border: 1px solid #1C4D19;
		color: #1C4D19;
	}

.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear {
	border: 1px solid #1C4D19;
	color: #1C4D19;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
	border-color: #173d15;
	color: #173d15;
}

	.button.clear:hover.disabled,
	.button.clear:hover[disabled],
	.button.clear:focus.disabled,
	.button.clear:focus[disabled] {
		border: 1px solid #1C4D19;
		color: #1C4D19;
	}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent;
}

	.button.clear.primary {
		border: 1px solid #1C4D19;
		color: #1C4D19;
	}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #173d15;
	color: #173d15;
}

	.button.clear.primary:hover.disabled,
	.button.clear.primary:hover[disabled],
	.button.clear.primary:focus.disabled,
	.button.clear.primary:focus[disabled] {
		border: 1px solid #1C4D19;
		color: #1C4D19;
	}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent;
}

.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent;
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent;
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent;
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent;
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1.25rem;
}

.button.dropdown.hollow::after {
	border-top-color: #1C4D19;
}

.button.dropdown.hollow.primary::after {
	border-top-color: #1C4D19;
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #767676;
}

.button.dropdown.hollow.success::after {
	border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37;
}

.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0;
}


.science-landing .accordion-item {
    margin-bottom: 2rem;
}

.science-landing .accordion-title {
	background-color: #c9e6cc;
	font-size: 1.1rem;
	font-weight: bold;
}
	.science-landing .accordion-title:hover, .science-landing .accordion-title:focus {
		background-color: #c9e6cc;
	}


.columns.science-landing {
    padding-bottom: 2rem;
}

.science-landing-accordion-content ul {
    -webkit-column-count:2;
    column-count:2;
}

@media print, screen and (max-width: 48em) {
    .science-landing-accordion-content ul {
        -webkit-column-count: 1;
        column-count: 1;
    }

}
    

.science-landing-accordion-content ul li{
    margin-bottom: 1rem;
}

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
	border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #faf9f9;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
    color: #1C4D19;
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #faf9f9;
	border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
	background-color: #faf9f9;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: "+";
}

.is-active > .accordion-title::before {
	content: "\2013";
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #faf9f9;
	border-bottom: 0;
	background-color: #fefefe;
	color: #535050;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #faf9f9;
}

.accordion-menu li {
	width: 100%;
}

.accordion-menu a {
	padding: .7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
	padding: .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: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
        border-color: #1C4D19 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 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	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: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
        border-color: #1C4D19 transparent transparent;
		top: 0;
		bottom: 0;
		margin: auto;
	}

.submenu-toggle[aria-expanded="true"]::after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .6rem;
	text-align: center;
	background: #1C4D19;
	color: #fefefe;
}

.badge.primary {
	background: #1C4D19;
	color: #fefefe;
}

.badge.secondary {
	background: #767676;
	color: #fefefe;
}

	.badge.success {
		background: #3adb76;
		color: #535050;
	}

	.badge.warning {
		background: #ffae00;
		color: #535050;
	}

.badge.alert {
	background: #cc4b37;
	color: #fefefe;
}

.breadcrumbs {
	list-style: none;
	margin: 1.4375rem 0 1.46875rem 0;
}

.breadcrumbs::before,
.breadcrumbs::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.breadcrumbs::after {
	clear: both;
}

.breadcrumbs li {
	float: left;
	font-size: inherit;
	color: #1C4D19;
	cursor: default;
}

.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .35rem;
	opacity: 1;
	content: "/";
	color: #666666;
}

	.breadcrumbs a {
		color: #535050;
	}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .disabled {
	color: #666666;
	cursor: not-allowed;
}

.button-group {
	margin-bottom: .4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.button-group::before,
.button-group::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.button-group::after {
	clear: both;
}

.button-group .button {
	margin: 0;
	margin-right: .9375rem;
	margin-bottom: .9375rem;
	font-size: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.button-group .button:last-child {
	margin-right: 0;
}

.button-group.tiny .button {
	font-size: .6rem;
}

.button-group.small .button {
	font-size: .75rem;
}

.button-group.large .button {
	font-size: 1.25rem;
}

.button-group.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.button-group.primary .button {
	background-color: #1C4D19;
	color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
	background-color: #246221;
	color: #fefefe;
}

.button-group.secondary .button {
	background-color: #767676;
	color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
	background-color: #5e5e5e;
	color: #fefefe;
}

	.button-group.success .button {
		background-color: #3adb76;
		color: #535050;
	}

.button-group.success .button:hover,
.button-group.success .button:focus {
	background-color: #22bb5b;
	color: #535050;
}

.button-group.warning .button {
	background-color: #ffae00;
	color: #535050;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #535050;
}

.button-group.alert .button {
	background-color: #cc4b37;
	color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
	background-color: #a53b2a;
	color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 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,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(102, 98, 98, .25);
	border-radius: 0;
	background-color: white;
	color: #535050;
}

.callout > :first-child {
	margin-top: 0;
}

.callout > :last-child {
	margin-bottom: 0;
}

.callout.primary {
	background-color: #d9f2d8;
	color: #535050;
}

.callout.secondary {
	background-color: #eaeaea;
	color: #535050;
}

.callout.success {
	background-color: #e1faea;
	color: #535050;
}

.callout.warning {
	background-color: #fff3d9;
	color: #535050;
}

.callout.alert {
	background-color: #f7e4e1;
	color: #535050;
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem;
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: none;
	border-radius: .1875rem;
	background: #fefefe;
    box-shadow: -2px 1px 13px -2px #4e4e4e;
overflow: hidden;
	color: #535050;
}

.card > :last-child {
	margin-bottom: 0;
}

.card-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1rem;
	background: #faf9f9;
}

.card-divider > :last-child {
	margin-bottom: 0;
}

.card-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem;
}


.card-section > :last-child {
	margin-bottom: 0;
}
	.card-section > h3:hover,
	.card-section > h3:focus {
		text-decoration: underline;
	}
	.card-section > strong:hover{
		text-decoration:underline;
	}
	.card-image {
		min-height: 1px;
	}

.close-button {
	position: absolute;
	color: #444;
	cursor: pointer;
}

[data-whatinput="mouse"] .close-button {
	outline: 0;
}

.close-button:hover,
.close-button:focus {
	color: #535050;
}

.close-button.small {
	right: .66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1;
}

.close-button,
.close-button.medium {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-whatinput="mouse"] .menu li {
	outline: 0;
}

.menu a,
.menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu input {
	display: inline-block;
}

.menu,
.menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu.expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.menu.simple {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu.simple li + li {
	margin-left: 1rem;
}

.menu.simple a {
	padding: 0;
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}

.menu.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
	margin-right: .25rem;
}

.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
	margin-left: .25rem;
}

.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center;
}

.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center;
}

.menu .is-active > a {
	background: initial;
	color: #444;
}

.menu .active > a {
	background: initial;
	color: #444;
}

.menu.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu.align-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu.align-right.vertical li {
	display: block;
	text-align: right;
}

.menu.align-right.vertical li .submenu li {
	text-align: right;
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}

.menu.align-center li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu .menu-text {
	padding: .7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

.menu-centered > .menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-centered > .menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-centered > .menu li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.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: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: "";
}

.menu-icon:hover::after {
	background: #666666;
	box-shadow: 0 7px 0 #666666, 0 14px 0 #666666;
}

.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: #535050;
	box-shadow: 0 7px 0 #535050, 0 14px 0 #535050;
	content: "";
}

.menu-icon.dark:hover::after {
	background: #444;
	box-shadow: 0 7px 0 #444, 0 14px 0 #444;
}

.is-drilldown {
	position: relative;
	overflow: hidden;
}

.is-drilldown li {
	display: block;
}

.is-drilldown.animate-height {
	-webkit-transition: height .5s;
	transition: height .5s;
}

.drilldown a {
	padding: .7rem 1rem;
	background: #fefefe;
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
	padding: .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: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1C4D19;
	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: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1C4D19;
	right: 1rem;
	left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1C4D19 transparent transparent;
	right: auto;
	left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1C4D19 transparent transparent;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem;
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #666666;
	border-radius: 0;
	background-color: #fefefe;
	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;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	position: relative;
	padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1C4D19 transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px;
}

[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}

.dropdown.menu > li > a {
	background: transparent;
	padding: 1.5625rem 0 1.3125rem;
}

.dropdown.menu > li.is-active > a {
	background: transparent;
	color: #1C4D19;
}

.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%;
}

.dropdown.menu.vertical > li > a::after {
	right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1C4D19 transparent transparent;
	right: auto;
	left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1C4D19;
}

.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: 200px;
	border: 1px solid #666666;
	background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
	padding: .7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1C4D19 transparent transparent;
	right: auto;
	left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1C4D19;
}

.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: .33333rem .5rem;
	border-radius: 0;
	font-size: 1.1rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #1C4D19;
	color: #fefefe;
}

.label.primary {
	background: #1C4D19;
	color: #fefefe;
}

.label.secondary {
	background: #767676;
	color: #fefefe;
}

.label.success {
	background: #3adb76;
	color: #535050;
}

.label.warning {
	background: #ffae00;
	color: #535050;
}

.label.alert {
	background: #cc4b37;
	color: #fefefe;
}

.media-object {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.media-object img {
	max-width: none;
}

.media-object-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.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-object-section.main-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(254, 254, 254, .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;
}

.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #faf9f9;
}

[data-whatinput="mouse"] .off-canvas {
	outline: 0;
}

.off-canvas.is-transition-push {
	z-index: 12;
}

.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(102, 98, 98, .7);
}

.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #faf9f9;
}

[data-whatinput="mouse"] .off-canvas-absolute {
	outline: 0;
}

.off-canvas-absolute.is-transition-push {
	z-index: 12;
}

.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(102, 98, 98, .7);
}

.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(102, 98, 98, .25);
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(102, 98, 98, .25);
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(-250px);
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-250px);
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(250px);
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(102, 98, 98, .25);
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(250px);
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(250px);
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-250px);
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(102, 98, 98, .25);
}

.off-canvas-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.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(102, 98, 98, .5);
	color: #fefefe;
}

.orbit-previous,
.orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe;
}

[data-whatinput="mouse"] .orbit-previous,
[data-whatinput="mouse"] .orbit-next {
	outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
	background-color: rgba(102, 98, 98, .5);
}

.orbit-previous {
	left: 0;
}

.orbit-next {
	left: auto;
	right: 0;
}

.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center;
}

[data-whatinput="mouse"] .orbit-bullets {
	outline: 0;
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #666666;
}

.orbit-bullets button:hover {
	background-color: #444;
}

.orbit-bullets button.is-active {
	background-color: #444;
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.pagination::after {
	clear: both;
}

.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
	display: none;
}

.pagination li:last-child,
.pagination li:first-child {
	display: inline-block;
}

.pagination a,
.pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
	color: #535050;
}

.pagination a:hover,
.pagination button:hover {
	background: #faf9f9;
}

.pagination .current {
	padding: .1875rem .625rem;
	background: #1C4D19;
	color: #fefefe;
	cursor: default;
}

.pagination .disabled {
	padding: .1875rem .625rem;
	color: #666666;
	cursor: not-allowed;
}

.pagination .disabled:hover {
	background: transparent;
}

.pagination .ellipsis::after {
	padding: .1875rem .625rem;
	content: "\2026";
	color: #535050;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: .5rem;
	content: "\00ab";
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: .5rem;
	content: "\00bb";
}

.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #666666;
}

.progress.primary .progress-meter {
	background-color: #1C4D19;
}

.progress.secondary .progress-meter {
	background-color: #767676;
}

.progress.success .progress-meter {
	background-color: #3adb76;
}

.progress.warning .progress-meter {
	background-color: #ffae00;
}

.progress.alert .progress-meter {
	background-color: #cc4b37;
}

.progress-meter {
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #1C4D19;
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: .75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap;
}

.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #faf9f9;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #666666;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0;
	background-color: #1C4D19;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[data-whatinput="mouse"] .slider-handle {
	outline: 0;
}

.slider-handle:hover {
	background-color: #266823;
}

.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
	opacity: .25;
	cursor: not-allowed;
}

.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%;
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sticky-container {
	position: relative;
}

.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 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;
}

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(102, 98, 98, .45);
	overflow-y: auto;
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 2.75rem;
	border: 1px solid #666666;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
	outline: 0;
}

.reveal .column,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

.reveal.collapse {
	padding: 0;
}

.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;
}

.reveal.without-overlay {
	position: fixed;
}

.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: .875rem;
	font-weight: bold;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0;
}

.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 0;
	background: #666666;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
}

input + .switch-paddle {
	margin: 0;
}

.switch-paddle::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 0;
	background: #fefefe;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	content: "";
}

input:checked ~ .switch-paddle {
	background: #1C4D19;
}

input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}

[data-whatinput="mouse"] input:focus ~ .switch-paddle {
	outline: 0;
}

.switch-active,
.switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-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: .625rem;
}

.switch.tiny .switch-paddle::after {
	top: .25rem;
	left: .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: .75rem;
}

.switch.small .switch-paddle::after {
	top: .25rem;
	left: .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: .25rem;
	left: .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: 0;
}

thead,
tbody,
tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

caption {
	padding: .5rem .625rem .625rem;
	font-weight: bold;
}

thead {
	background: #f8f8f8;
	color: #535050;
}

tfoot {
	background: #f1f1f1;
	color: #535050;
}

thead tr,
tfoot tr {
	background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
	padding: .5rem .625rem .625rem;
	font-weight: bold;
	text-align: left;
}

tbody th,
tbody td {
	padding: .5rem .625rem .625rem;
}

tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}

table.unstriped tbody {
	background-color: #fefefe;
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

table.hover thead tr:hover {
	background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
	background-color: #ececec;
}

table.hover tbody tr:hover {
	background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}

.table-scroll {
	overflow-x: auto;
}

.tabs {
	margin: 0;
	border: 1px solid #faf9f9;
	background: #fefefe;
	list-style-type: none;
}

.tabs::before,
.tabs::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.tabs::after {
	clear: both;
}

.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: #1C4D19;
}

.tabs.primary > li > a {
	color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
	background: #32872d;
}

.tabs-title {
	float: left;
}

.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .75rem;
	line-height: 1;
	color: #1C4D19;
}

.tabs-title a:hover{
	text-decoration: none;
}

[data-whatinput="mouse"] .tabs-title > a {
	outline: 0;
}

.tabs-title > a:hover {
	background: #fefefe;
	color: #276923;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
	background: #faf9f9;
	color: #1C4D19;
}

.tabs-content {
	border: 1px solid #faf9f9;
	border-top: 0;
	background: #fefefe;
	color: #535050;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.tabs-content.vertical {
	border: 1px solid #faf9f9;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

.thumbnail,
img.with-border,
.with-border img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(102, 98, 98, .2);
	line-height: 0;
}

a.thumbnail {
	-webkit-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(45, 122, 41, .5);
}

a.thumbnail image {
	box-shadow: none;
}

.title-bar {
	padding: .5rem;
	background: #535050;
	color: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem;
}

.title-bar-left,
.title-bar-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.title-bar-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 #444;
	font-weight: bold;
	cursor: help;
}

.tooltip {
	position: absolute;
	top: calc(100% + .6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: .75rem;
	border-radius: 0;
	background-color: #535050;
	font-size: 80%;
	color: #fefefe;
}

.tooltip::before {
	position: absolute;
}

.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: "";
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #535050;
	bottom: 100%;
}

.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #535050 transparent transparent;
	top: 100%;
	bottom: auto;
}

.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #535050;
	left: 100%;
}

.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #535050 transparent transparent;
	right: 100%;
	left: auto;
}

.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
	background-color: #faf9f9;
}

.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 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.top-bar-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5rem 1rem .5rem 0;
}

.top-bar-left,
.top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

.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: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.clearfix::after {
	clear: both;
}

.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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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);
	-ms-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%);
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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;
	-ms-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(.5);
	-ms-transform: scale(.5);
	transform: scale(.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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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);
	-ms-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(.5);
	-ms-transform: scale(.5);
	transform: scale(.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(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.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);
	-ms-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);
	-ms-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(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.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(.75turn);
	-ms-transform: rotate(.75turn);
	transform: rotate(.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);
	-ms-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);
	-ms-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(-.75turn);
	-ms-transform: rotate(-.75turn);
	transform: rotate(-.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(.485, .155, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.76, -.245, .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;
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

.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(.485, .155, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.76, -.245, .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;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 71.25rem;
	width: 100%;
	padding: 0 .9375rem;
	margin: 0 auto;
}

h2,
h3{
	font-weight: 500;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover > .label {
	text-decoration: underline;
	cursor: pointer;
}

.button {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.button.prev,
.button.next {
	/*text-transform: none;*/
	font-size: 1rem;
	/*font-weight: 400;*/
	text-align: center;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
	/*border-radius: .1875rem;*/
	min-width: 7.875rem;
	letter-spacing:1px;
}

.button.prev:before,
.button.next:before {
	width: .5625rem;
	height: .5625rem;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 1.0625rem;
	border-left: 3px solid #fefefe;
	border-bottom: 3px solid #fefefe;
}

.button.next:before {
	left: auto;
	right: 1.0625rem;
	border-left: none;
	border-bottom: none;
	border-top: 3px solid #fefefe;
	border-right: 3px solid #fefefe;
}

.read-more {
	position: relative;
	padding-right: 3.125rem;
	padding-left: .6875rem;
	border-color: #d0cfcf !important;
	color: #1C4D19 !important;
}

.read-more:hover {
	border-color: #1f541c !important;
	color: #1f541c !important;
}

.read-more i {
	position: absolute;
	top: 50%;
	right: .8125rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.375rem;
	font-weight: 700;
}

.card {
	height: calc(100% - .9375rem);
    position: relative;
}

.card .img-holder {
	padding-top: 64.2%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card .card-section {
	padding-bottom: 1.375rem;
    
}

	.card .card-section h2, .card .card-section h2 a {
        color: #535050;
        text-decoration: none !important;
	}

		.careers-listing .card .card-section h2, .card .card-section h2 a {
			text-decoration: underline !important;
		}

		.card .card-section h2 a:after {
            /*content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;*/
		}
		.card .card-section h2 a:hover {
			color: #1C4D19;
			text-decoration: underline !important;
		}

		.card .card-section p {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}

.card .footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	margin: 0 -.25rem .625rem;
	color: #1C4D19;
	font-weight: 500;
}

.card .footer-list li {
	border-right: 1px solid #1C4D19;
	padding: 0 .25rem;
	margin-bottom: .3125rem;
}

.card .footer-list li:last-child {
	border-right: none;
}

.card .footer-list a:hover {
	color: #535050;
}

.article {
	margin-bottom: 2rem;
}

.articles-list {
	/* padding-top: 2.0625rem; */
	font-size: .875rem;
}

	.articles-list article {
        margin: 2.75rem 0 1.875rem;
}

.articles-list > li {
	/*border-top: 1px solid #edecec;*/
	/*padding: 2.75rem 0 1.875rem;*/
    padding: 0;
}

.article h2 {
	font-size: 1.3rem;
}
.article > .text-holder:hover,
.article > .text-holder:focus {
	/*text-decoration: underline;*/
}

.article h2, .article h2 a {
	color: #535050;
	text-decoration:none !important;

}

	.article h2 a:hover {
		color: #1C4D19;
		text-decoration: none !important;
	}

.article h2 a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.article .img-holder {
	text-align: center;
	padding-bottom: 1.875rem;
}

	.article .img-holder img {
		width: 100%;
		/*height: 100%;*/
		object-fit: cover;
	}

.article .text-holder strong {
	font-size: 1.0625rem;
	font-weight: 500;
}


.article .text-holder p {
	line-height: 1.82352941;
}

.article .text-holder .button-group {
	padding-top: 1.3125rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article .text-holder a.button {
	text-transform: none;
}

.aside-nav,
#sidebar p {
	font-size: 1rem;
}

.aside-nav a,
#sidebar p a {
	color: #1C4D19;
	text-decoration: underline;
}

.aside-nav a.active,
#sidebar p a.active {
	color: #1C4D19;
	font-weight: bold;
}

.aside-nav a:hover,
#sidebar p a:hover {
	color: #1C4D19;
/*	font-weight: bold;*/
}

.aside-nav li {
	margin-bottom: .75rem;
}

.aside-nav li.active a {
	color: #1C4D19;
}

.visual-section {
	background-size: cover;
	background-position: 64% 0;
	background-repeat: no-repeat;
	height: 25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
    margin-bottom: 3rem;
}

.visual-section h1 {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background: rgba(0, 0, 0, .5);
	color: #fefefe;
	padding: .5625rem 1.6875rem .875rem;
}

	.visual-section .text-block {
		background: rgba(255, 255, 255, .8);
		color: #5A6477;
		font-size: .875rem;
		padding: .5625rem 1rem;
	}

.visual-section .text-block p {
	line-height: 1.78571429;
	margin-bottom: 0;
}

#content:only-child {
	width: 100% !important;
}

#content > p a,
#content > ul a,
#content > ol a {
	text-decoration: underline;
}

/*#content a:hover,
#content a:focus
{
	font-weight: bold;
}*/

#content a:hover p,
#content a:focus p {
	font-weight: normal;
}

#content .button-group a.button {
	text-decoration: none;
}

.news-tags{
	padding-bottom:1.5rem;
}

	.news-tags a span {
		padding: 0.4rem 0.7rem;
		margin-right: 0.5rem;
	}

#sidebar .button.large {
	font-size: 1rem;
	padding-top: 1.3125rem;
	padding-bottom: 1.1875rem;
	border-radius: .125rem;
}

#sidebar h2 {
	font-size: 1.125rem;
	margin-bottom: .9375rem;
	color: #444;
}

#sidebar .holder {
	padding: 1.5625rem .625rem .25rem;
}

	#sidebar .holder span {
		font-size: 1rem;
        color: #535050;
        font-weight: bold;
}

#sidebar .search-form {
	position: static;
	margin-bottom: 1.875rem;
}

	#sidebar .search-form .input-group-button {
        margin-top: 0;
	}

.no-breadcrumbs .two-columns {
	margin-top: 1.4375rem;
}

.info-section {
	background-color: #faf9f9;
	padding: 2rem 0;
}

.links-section {
	padding: 2rem 0;
}

.links-section h2 {
	color: #08131f;
	margin-bottom: 2.4375rem;
}

.links-section .row {
	margin: 0 -.9375rem;
}

.staff-directory {
	padding-top: 2rem;
}

.staff-holder {
	padding-bottom: 2rem;
}

.check-list {
	color: #535050;
}

.check-list li {
	margin-bottom: .3125rem;
}

.staff-checkbox-form h2 {
	font-weight: 500;
}

.staff-checkbox-form input[type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.staff-checkbox-form label {
	position: relative;
	display: block;
	padding-left: 2rem;
}

.staff-checkbox-form .fake-input {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 1.375rem;
	height: 1.375rem;
	border: 1px solid #b6b6b6;
	border-radius: .125rem;
	background-color: #f4f4f4;
	position: absolute;
	top: .125rem;
	left: 0;
}

.staff-checkbox-form .fake-input:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	width: .875rem;
	height: .5625rem;
	position: absolute;
	top: 35%;
	left: 42%;
	border: 3px solid #1C4D19;
	border-width: 0 0 .1875rem .1875rem;
	opacity: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -.25rem 0 0 -.3125rem;
}

.staff-checkbox-form input[type="checkbox"]:checked + .fake-input {
	border-color: #1C4D19;
}

.staff-checkbox-form input[type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.img-for-print,
.filtration-section .card .img-holder {
	position: relative;
	overflow: hidden;
	background: none;
}

.img-for-print img,
.filtration-section .card .img-holder img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}

.filtration-section {
	position: relative;
	font-size: .875rem;
}

.filtration-section.generic-listing {
	font-size: inherit;
}

.filtration-section.generic-listing .loader {
	top: 2.5rem;
}

.filtration-section .card {
	border-radius: .1875rem;
}

.filtration-section .card .img-holder {
	padding-top: 81%;
}

.filtration-section .card .card-section {
	padding: 1rem;
	border: 1px solid #dae3df;
	border-top: none;
}

.filtration-section .card h3,
.filtration-section .card .landing-page .featured-quote p,
.landing-page .featured-quote .filtration-section .card p {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .625rem;
	color: #495651;
}

.filtration-section .card .subtitle {
	display: block;
	font-size: .8125rem;
	color: #1C4D19;
	font-weight: 500;
	margin-bottom: .8125rem;
}

.filtration-section .card .article-type,
.news-holder .card .article-type {
	color: #1C4D19;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.news-holder .card .article-type {
	font-size: .875rem;
}

.filtration-section .card .text {
	color: #535050;
}

.filtration-section .card .text p {
	line-height: 1.78571429;
	margin-bottom: 0;
}

.filtration-items-holder .row {
	margin: 0 -.75rem;
}

.filtration-items-holder .columns {
	padding: 0 .75rem;
}

.filtration-buttons-holder {
	margin: 0 -.625rem .625rem;
}

.filtration-buttons-holder .button {
	margin: 0 .625rem;
}

.filtration-buttons-holder .button.prev {
	float: left;
}

.filtration-buttons-holder .button.next {
	float: right;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

input[type="checkbox"]:focus + .fake-input {
	border: 1px solid blue !important;
}

.loading .loader {
	display: block;
}

.loader {
	font-size: 1.25rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
	top: 15.625rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	z-index: 100;
	display: none;
}

.slick-next,
.slick-prev {
	width: 3.125rem;
	height: 3.125rem;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	border-radius: 50%;
	background-color: #000;
	opacity: .6;
	bottom: 1rem;
	z-index: 8;
}

.slick-next:before,
.slick-prev:before {
	width: .75rem;
	height: .75rem;
	content: "";
	position: absolute;
	top: 1.1875rem;
	left: 1.25rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: .25rem solid #fefefe;
	border-bottom: .25rem solid #fefefe;
}

.slick-next:hover,
.slick-prev:hover {
	opacity: 1;
}

.slick-prev {
	left: 1rem;
}

.slick-next {
	right: 1rem;
}

.slick-next:before {
	left: 1.125rem;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.main-slider {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.slick-track,
.slick-list {
	height: 100%;
}

button.slick-arrow {
	text-indent: -100000px;
}

.blog-list .blog-item {
	background-color: #faf9f9;
	padding: 1rem;
	margin: 0 0 1rem 0;
}

.blog-list .blog-item .blog-item-title a {
	color: inherit;
}

.blog-list .blog-item .blog-author-image {
	width: 8rem;
	height: 8rem;
	border-radius: 50% !important;
}

.blog-list .blog-item .blog-author-image.anon {
	line-height: 8rem;
	background-color: #fefefe;
	font-size: 4rem;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.blog-list .blog-item .blog-author-image.anon .icon-user {
	line-height: inherit;
}

.comment-section .comment {
	background-color: #faf9f9;
	padding: 1rem;
	margin: 0 0 1rem 0;
}

.comment-section .comment .comment-meta {
	margin-bottom: 1rem;
}

.comment-section .comment .comment-meta h3,
.comment-section .comment .comment-meta .landing-page .featured-quote p,
.landing-page .featured-quote .comment-section .comment .comment-meta p {
	font-size: inherit;
}

.comment-section .comment p:last-child {
	margin: 0;
}

.is-dropdown-submenu-parent > .menu {
	display: none;
}

.is-dropdown-submenu-parent.is-active > .menu {
	display: block;
}

.row.is-display-block {
	display: block;
}

.umbraco-forms-field .umbraco-forms-label {
	font-size: 1.1875rem;
	font-weight: bold;
}

.umbraco-forms-field .field-validation-error {
	font-size: 1.1875rem;
	color: red;
}

.umbraco-forms-field .umbraco-forms-tooltip {
	font-size: .875rem;
}

.umbraco-forms-field .umbraco-forms-indicator {
	color: red;
}

.buttonLink {
	color: #1C4D19;
}

.sticky-cookie {
	background-color: #1C4D19;
	color: #fff;
	z-index: 505;
}

.cookie-button-container {
	padding-top: 20px !important;
}

.sticky-cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
}

.sticky-cookie a {
	color: #fff;
	text-decoration: underline;
}

.sticky-cookie .buttonLink {
	color: #fff;
	text-decoration: underline;
}

.cookie-banner-text {
	padding-top: 20px !important;
}

.cookie-button {
	border: 3px solid #fff;
	color: #fff;
	border-radius: 0;
	padding: 10px;
	margin-bottom: 0 !important;
}

.cookie-button :hover {
	text-decoration: underline;
}

.hide-for-small {
	display: none;
}

.show-for-small {
	display: block;
}

.hide-for-all {
	display: none;
}

.copyright-statement {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .8);
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.carousel-copyright-statement {
	position: absolute;
	bottom: 0;
	width: 100vw;
	text-align: right;
}

.carousel-copyright-statement .text {
	padding: 5px;
	background: rgba(255, 255, 255, .8);
	display: inline-block;
	margin-right: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

#header {
	position: relative;
	z-index: 500;
}

#header > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: .75rem;
	padding-bottom: .6875rem;
}

.header-top {
	background: #1C4D19;
	color: #fefefe;
	text-align: center;
	font-size: .6875rem;
	letter-spacing: 1px;
	padding: .5rem 0 .4375rem;
}

.header-top p {
	margin-bottom: 0;
}

.header-top a {
	color: #fefefe;
	text-decoration: underline;
}

.header-top.logged-in p,
.header-top.logged-in form,
.header-top.edit-page-bar p,
.header-top.edit-page-bar form {
	display: inline-block;
	vertical-align: middle;
}

.header-top.logged-in p .button.hollow,
.header-top.logged-in form .button.hollow,
.header-top.edit-page-bar p .button.hollow,
.header-top.edit-page-bar form .button.hollow {
	color: #fefefe;
	border-color: #fefefe;
	margin: 0;
	text-decoration: none;
}

.logo {
	width: 6.25rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.title-bar {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	background: transparent;
}

.top-bar {
	padding: 0;
}

.search-opener {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    width: 2rem;
    height: 34px;
    position: relative;
    color: #1C4D19;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    background-color: #eeebeb;
}
.search-form .input-group-button {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	width: 3.875rem;
	height: 3.125rem;
	position: relative;
	color: #2d7a29;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 765px) {
	.search-opener
    {
        -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
        transition: background .3s ease-in-out, color .3s ease-in-out;
        width: 2rem;
        height: 34px;
        position: relative;
        color: #1C4D19;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        background-color: transparent;
    }
}

.search-opener i,
.search-form .input-group-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.25rem;
}

.search-form {
	background-color: #faf9f9;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0;
}

	.search-form .input-group-field {
		height: 3.125rem;
		border: none;
		background: transparent;
		padding-right: 1.1875rem;
		padding-left: 1.1875rem;
		max-width: none;
	}

.search-form label {
    width: 100%;
    display: inline-block;
}

.search-form .input-group-field::-moz-placeholder {
	opacity: 1;
}

.search-form .input-group-field:focus {
	box-shadow: none;
}

.search-form .input-group-button {
	color: #929292;
}

.search-form .input-group-button:hover {
	color: #1C4D19;
	background: #eeebeb;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.nav {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.nav.no-page-hero {
	position: static;
}

.menu {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.menu li {
	padding: 0 .9375rem;
}

.menu li.active > a {
	border-bottom: .1875rem solid #1C4D19;
}

.menu a {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	color: #444;
	padding: 1.5625rem 0 1.3125rem;
	border-bottom: .1875rem solid transparent;
}

.menu a:hover {
	border-bottom-color: #1C4D19;
}

.nav-opener {
	width: 1.8125rem;
	height: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: .1875rem;
}

.nav-opener:hover {
	opacity: .85;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #1C4D19;
	height: .25rem;
	position: absolute;
	top: .5rem;
	left: 0;
	right: 0;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.top-bar.spin-out.mui-leave.mui-leave-active {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

header#header .row .iframe-header-logo {
	padding-top: .5rem;
	padding-bottom: 2.5rem;
}

header#header .row.expanded span.iframe-header-toggle {
	height: 1.6rem;
	padding: .2rem .5rem;
	width: 64px;
	font-size: 15px;
}

/*working point*/
.iframe-toggle-button {
	position: absolute;
	z-index: 99
}

@media screen and (min-width: 950px) {
	.iframe-toggle-button {
		right: 3%;
		top: 75%;
	}
}

@media screen and (min-width: 1060px) {
	.iframe-toggle-button {
		right: 8%;
		top: 75%;
	}
}

@media screen and (min-width: 1200px) {
	.iframe-toggle-button {
		right: 18%;
		top: 75%;
	}
}

@media screen and (min-width: 1500px) {
	.iframe-toggle-button {
		right: 23%;
		top: 75%;
	}
}

@media screen and (min-width: 1800px) {
	.iframe-toggle-button {
		right: 29%;
		top: 75%;
	}
}

@media screen and (min-width: 2200px) {
	.iframe-toggle-button {
		right: 32%;
		top: 75%;
	}
}

.iframe-header-holder {
	margin-top: 0;
	padding-bottom: 1rem;
}
.iframe-header-holder-on {
	margin-top: 2rem;
}

.iframe-inner-holder {
	display: table;
	margin: 0 auto;
}

	.iframe-inner-holder h1 {
		font-size: 1.8rem;
		padding-top: 1.19rem;
		float: left;
	}

.iframe-logo {
	padding: 1rem 1rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
	.iframe-logo {
		padding: 1rem 1rem 0 0;
	}

	.iframe-inner-holder h1 {
		font-size: 1.4rem;
		padding-top: 1rem;
	}
}

.iframe-hide-button-on{
	margin-top:1.5rem;
}

header#header .row.expanded span.iframe-header-toggle-on {
	height: 2rem;
	padding: .2rem .1rem;
	width: 64px;
	font-size: 15px;
}

header#header .row.expanded span.iframe-header-toggle > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1C4D19 transparent transparent;
	right: 5px;
	left: auto;
	position: absolute;
	top: 15px;
	right: 5px;
	left: auto;
	margin-top: -6px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

header#header .row.expanded span.iframe-header-toggle-on > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1C4D19 transparent transparent;
	right: 5px;
	left: auto;
	position: absolute;
	top: 58%;
	right: 5px;
	left: auto;
	margin-top: -6px;
}

.iframe-toggle-menu-holder {
	display: inline;
	right: 0;
	position: absolute;
	margin-right: 3%;
}

.iframe-toggle-menu {
	padding-top: 0;
}

#footer {
	background-color: #2d7a29;
	color: #fefefe;
	font-size: .9375rem;
	padding-top: 2rem;
}

#footer .row {
	margin: 0 -.9375rem;
}

#footer a {
	color: #fefefe;
	text-decoration: underline;
}

/*#footer a:hover,
#footer a:focus { 
	font-weight:bold;
}*/

#footer h2,
#footer .landing-page .featured-quote p,
.landing-page .featured-quote #footer p {
	font-size: 1.4rem;
	margin-bottom: 1.1875rem;
	font-weight: 700;
	letter-spacing: 1px;
}

#footer > .container {
	padding-bottom: 1rem;
}

.social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px !important;
}

.social-media li {
	margin: 0 .3125rem .625rem;
}

.social-media a {
	width: 2.5625rem;
	height: 2.5625rem;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background-color: #faf9f9;
	color: #1C4D19 !important;
	position: relative;
	font-size: 1.25rem;
}

	.social-media a:hover, .social-media a:focus {
		color: #535050 !important;
	}

.social-media a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-bottom {
	background-color: #444;
	padding: 1rem 0;
}

.footer-bottom-list li {
	margin-bottom: .3125rem;
}

.footer-bottom-list.info {
	opacity: .8;
	margin: 0 -.5625rem !important;
}

.resultsSearchBar {
	margin: auto;
	width: 50%;
	padding-bottom: .75rem;
}

.resultsSearchBar .search-form {
	max-width: 28.75rem;
}

.resultsSearchBar .search-form input {
	border: .0625rem solid #eeebeb;
}

.resultsSearchBar .input-group-button {
	background-color: #276923;
	color: white;
	padding: .75rem;
	width: 6rem;
}


.resultContent {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.52631579; /* fallback */
	max-height: 5.5rem; /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.filtration-buttons-holder {
	padding: .75rem 0;
}

html {
	scroll-behavior: smooth;
}

#content a.return-to-top {
	text-decoration: none;
}

#content a.return-to-top:hover {
	text-decoration: underline;
}

#content a.return-to-top:hover i {
	text-decoration: underline;
}

#content table.scroll {
	display: block;
	width: 100%;
	max-height: 30rem;
	overflow: auto;
}

#content table caption {
	text-align: left;
}

#content table caption .expand-table {
	margin-right: .5rem;
}

#table-modal .expand-table {
	display: none;
}

#table-modal .expand-table table {
	max-height: inherit;
	overflow-y: inherit;
}

#table-modal .expand-table table caption {
	text-align: center;
}

#meta {
	padding-bottom: 1rem;
}

#meta a.label:hover {
	cursor: pointer;
	color: white;
	text-decoration: underline;
}

#meta p {
	margin-bottom: 0;
}

#meta p.tags {
	margin-bottom: .5rem;
}

.slick.pagination {
	margin-top: 1rem;
}

.slick.pagination .current a {
	color: #fefefe;
}

.slick.pagination .current a:hover {
	background-color: inherit;
	text-decoration: underline;
}

#image-modal-body img {
	min-width: 100%;
}

/*Adding 1.1 numbering to the Science Details Table of Contents */

.toc ol li {
	display: block;
}

.toc ol > li:first-child {
	counter-reset: item;
}

.toc ol > li {
	counter-increment: item;
	position: relative;
	padding-left: 15px;
}

.toc ol > li:before {
	content: counters(item, ".") ". ";
	position: absolute;
	margin-right: 100%;
	right: 0;
}

.toc ol > li > ol {
	font-size: 18px;
}

.science-subsection a {
	text-decoration: underline;
}

.slider-items-row::-webkit-scrollbar {
	height: 8px;
	width: 4px;
	background: #eaeaea;
}

.slider-items-row {
	scrollbar-color: #535050 #eaeaea;
	scrollbar-width: thin;
	scrollbar-face-color: #535050;
	scrollbar-arrow-color: #eaeaea;
}

.slider-items-row::-webkit-scrollbar-thumb:horizontal {
	background: #535050;
	border-radius: 10px;
}

.slider-headline-text-section {
	height: 100%;
}

.slider-headline-text-section .slider-item .headline {
	height: 30%;
}

.slider-headline-text-section .slider-item .text {
	height: 70%;
	font-weight: 400 !important;
}

.slider-headline-text-section .text-section {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px !important;
}

.image-bottom {
	margin-bottom: 0 !important;
	margin-top: 5px;
}

.image-top {
	padding-top: 0;
}

.slider-background {
	background-color: #eaeaea;
}

.slider-section {
	padding-left: 0;
	padding-right: 0;
	height: 100%;
}

.timeline-arrow-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.timeline-arrow {
	font-size: 48px !important;
	color: #ccc;
	vertical-align: middle;
	position: relative;
	margin-top: -20px;
	height: 50%;
	top: 50%;
}

.related-title {
	font-size: 17px;
	padding-bottom: 4px;
	font-weight: 500 !important;
	border-bottom: 1px solid #ccc;
}

.slider-items-row {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow-x: auto !important;
	cursor: pointer;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.slider-item {
	min-width: 275px !important;
	max-width: 35%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.slider-item .post-img {
	height: 130px;
}

.slider-item .post-img img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
}

.slider-item .post-title {
	max-height: 100px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}

.slider-item .post-title .text {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 0 15px;
}

.slider-item .post-description {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px !important;
}

.fa-caret-right:before {
	content: "\f0da";
	padding-left: 8px;
}

.home-a .visual-section .container {
	position: relative;
	z-index: 6;
}

.articles-section {
	padding: 2rem 0;
}

.articles-section.resources {
	background-image: -webkit-linear-gradient(left, #c9e6cc, #e0f0e7);
	background-image: linear-gradient(to right, #c9e6cc, #e0f0e7);
}

.articles-section.resources .card .img-holder {
	padding-top: 62%;
}

.articles-section.resources .card-section p {
	line-height: 1.82352941;
	font-weight: 500;
	font-size: 1rem;
}

.news-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.news-holder .card {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		height: auto;
		box-shadow: -2px 1px 13px -2px #4e4e4e;
		position: relative;
	}


.news-holder .card .img-holder {
	padding-top: 80%;
}

.news-holder h3,
.news-holder .landing-page .featured-quote p,
.landing-page .featured-quote .news-holder p {
	color: #495651;
	font-size: 1.125rem;
}

.widget-section {
	padding: 4rem 0 2rem;
	position: relative;
}

.widget-section .decor {
	width: 30%;
	position: absolute;
	top: 2.5rem;
	left: -1.25rem;
}

.widget-section .container {
	position: relative;
}

.landing-page .articles-section.resources.latest-updates {
	padding: 3rem 0;
}

.landing-page .articles-section.resources.latest-updates h3,
.landing-page .articles-section.resources.latest-updates .featured-quote p,
.landing-page .featured-quote .articles-section.resources.latest-updates p {
	font-size: 1.5rem;
}

.landing-page .articles-section.resources .card {
	margin-bottom: 2rem !important;
	height: calc(100% - 2rem);
    box-shadow: -2px 1px 13px -2px #4e4e4e;
    cursor: pointer;
    position: relative;
}

.landing-page .articles-section.resources .card-section p {
	margin-bottom: 1rem;
}

.landing-page .articles-section.resources .card-section h3, .landing-page .articles-section.resources .card-section h3 a {
	color: #535050;
}

.landing-page .articles-section.resources .card-section a:hover {
    color: #1C4D19;
}

.landing-page .articles-section.resources .card-section a:first-child:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.landing-page .articles-section.resources.science-group {
	padding: 3rem 0;
	background-image: none;
}

.landing-page .featured-quote {
    padding: 2rem 0;
}


.landing-page .row1 h3,
.landing-page .row1 .featured-quote p,
.landing-page .featured-quote .row1 p,
.landing-page .row1 p {
	color: #535050 !important;
}

.landing-page .widget-section h2 {
	margin-bottom: 2rem;
}

.thumbnail,
img.with-border,
.with-border img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(102, 98, 98, .2);
	line-height: 0;
}

a.thumbnail {
	-webkit-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(45, 122, 41, .5);
}

a.thumbnail image {
	box-shadow: none;
}

img.float-left,
.float-left img {
	margin-bottom: 1rem;
	margin-right: 1rem;
}

img.float-right,
.float-right img {
	margin-bottom: 1rem;
	margin-left: 1rem;
}

.clearfix {
	clear: both;
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

@media screen and (max-width: 0), screen and (min-width: 48em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
	.button.medium-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 48em) {
	div#content div.row.collapse .right-pad {
		padding-right: 1rem;
	}

	div#content div.row.collapse .left-pad {
		padding-left: 1rem;
	}
}

@media print, screen and (min-width: 48em) {
	.reveal,
	.reveal.tiny,
	.reveal.small,
	.reveal.large {
		right: auto;
		left: auto;
		margin: 0 auto;
	}

	.grid-container {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

		.grid-container.fluid {
			padding-right: .9375rem;
			padding-left: .9375rem;
		}

	.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 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.grid-x > .medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
		width: auto;
	}

	.grid-x > .medium-shrink,
	.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 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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%;
	}

	.grid-margin-x {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}

		.grid-margin-x > .cell {
			width: calc(100% - 1.875rem);
			margin-left: .9375rem;
			margin-right: .9375rem;
		}

		.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);
		}

	.grid-padding-x .grid-padding-x {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.grid-padding-x > .cell {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.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%;
	}

	.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);
	}

	.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%;
	}

	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.medium-margin-collapse > .cell {
			margin-right: 0;
			margin-left: 0;
		}

		.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%;
		}

		.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%;
		}

	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

		.medium-padding-collapse > .cell {
			padding-right: 0;
			padding-left: 0;
		}

	.medium-offset-0 {
		margin-left: 0;
	}

	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + .9375rem);
	}

	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}

	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.3333333333% + .9375rem);
	}

	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}

	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.6666666667% + .9375rem);
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + .9375rem);
	}

	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}

	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.3333333333% + .9375rem);
	}

	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}

	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.6666666667% + .9375rem);
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + .9375rem);
	}

	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}

	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.3333333333% + .9375rem);
	}

	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}

	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.6666666667% + .9375rem);
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + .9375rem);
	}

	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}

	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.3333333333% + .9375rem);
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}

	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.6666666667% + .9375rem);
	}

	.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 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.grid-y > .medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
		height: auto;
	}

	.grid-y > .medium-shrink,
	.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 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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%;
	}

	.grid-padding-y .grid-padding-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem;
	}

	.grid-padding-y > .cell {
		padding-top: .9375rem;
		padding-bottom: .9375rem;
	}

	.grid-margin-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem;
	}

		.grid-margin-y > .cell {
			height: calc(100% - 1.875rem);
			margin-top: .9375rem;
			margin-bottom: .9375rem;
		}

		.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);
		}

	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

		.medium-cell-block-container > .grid-x {
			max-height: 100%;
			-ms-flex-wrap: nowrap;
			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;
	}

	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}

	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}

	.grid-margin-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem;
	}

		.grid-margin-y > .cell {
			height: calc(100% - 1.875rem);
			margin-top: .9375rem;
			margin-bottom: .9375rem;
		}

		.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);
		}

	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}

	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}

	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.column,
	.columns {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.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: .9375rem;
		padding-left: .9375rem;
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto;
	}

		.medium-centered,
		.medium-centered:last-child:not(:first-child) {
			float: none;
			clear: both;
		}

	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}

		.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;
			}

	.column-block {
		margin-bottom: 1.875rem;
	}

		.column-block > :last-child {
			margin-bottom: 0;
		}

	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.column,
	.columns {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.medium-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}

	.medium-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}

	.medium-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}

	.medium-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}

	.medium-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}

	.medium-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}

	.medium-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}

	.medium-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}

	.medium-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-1 > .column,
		.medium-up-1 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

	.medium-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-2 > .column,
		.medium-up-2 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}

	.medium-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-3 > .column,
		.medium-up-3 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.3333333333%;
			flex: 0 0 33.3333333333%;
			max-width: 33.3333333333%;
		}

	.medium-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-4 > .column,
		.medium-up-4 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}

	.medium-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-5 > .column,
		.medium-up-5 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}

	.medium-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-6 > .column,
		.medium-up-6 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 16.6666666667%;
			flex: 0 0 16.6666666667%;
			max-width: 16.6666666667%;
		}

	.medium-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-7 > .column,
		.medium-up-7 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 14.2857142857%;
			flex: 0 0 14.2857142857%;
			max-width: 14.2857142857%;
		}

	.medium-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.medium-up-8 > .column,
		.medium-up-8 > .columns {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 12.5%;
			flex: 0 0 12.5%;
			max-width: 12.5%;
		}

	.row.medium-unstack > .column,
	.row.medium-unstack > .columns {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.column-block {
		margin-bottom: 1.875rem;
	}

		.column-block > :last-child {
			margin-bottom: 0;
		}

	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.medium-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	h1,
	.h1 {
		font-size: 2.625rem;
	}

	h2,
	.h2 {
		font-size: 1.875rem;
	}

	h3,
	
	.h3 {
		font-size: 1.75rem;
	}

	.landing-page .featured-quote p {
        margin-bottom: 20px;
        font-size: inherit;
        line-height: 1.52631579;
        text-rendering: optimizeLegibility;
}

	h4,
	h2#toc,
	.h4 {
		font-size: 1.5625rem;
	}

	h5,
	.h5 {
		font-size: 1.25rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}

	.medium-text-left {
		text-align: left;
	}

	.medium-text-right {
		text-align: right;
	}

	.medium-text-center {
		text-align: center;
	}

	.medium-text-justify {
		text-align: justify;
	}

	.button.medium-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.button-group.stacked-for-small .button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}

	.menu.medium-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.menu.medium-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu.medium-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.menu.medium-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.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-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}

		.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
			display: block;
			width: 0;
			height: 0;
			border: inset 6px;
			content: "";
			border-bottom-width: 0;
			border-top-style: solid;
			border-color: #1C4D19 transparent transparent;
			right: 5px;
			left: auto;
			margin-top: -3px;
		}

	.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%;
	}

	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px;
	}

	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1C4D19 transparent transparent;
		right: auto;
		left: 5px;
	}

	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1C4D19;
	}

	.position-left.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-left.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-left.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-right.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-right.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-top.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-top.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

		.position-bottom.reveal-for-medium .close-button {
			display: none;
		}

	.off-canvas-content .position-bottom.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}

	.position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 250px;
	}

	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		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;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}

		.off-canvas.in-canvas-for-medium .close-button {
			display: none;
		}

	.pagination li {
		display: inline-block;
	}

	.reveal {
		min-height: 0;
	}

	.reveal {
		width: 600px;
		max-width: 75rem;
	}

		.reveal.tiny {
			width: 30%;
			max-width: 75rem;
		}

		.reveal.small {
			width: 50%;
			max-width: 75rem;
		}

		.reveal.large {
			width: 90%;
			max-width: 75rem;
		}

	.top-bar {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

		.top-bar .top-bar-left {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
			margin-right: auto;
		}

		.top-bar .top-bar-right {
			-webkit-box-flex: 0;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			margin-left: auto;
		}

	.hide-for-medium {
		display: none !important;
	}

	body {
		font-size: 1.1875rem;
	}

	.articles-list {
		font-size: 1.0625rem;
	}

	.article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* -webkit-box-shadow: -2px 1px 13px -2px #4E4E4E;
		box-shadow: -2px 1px 13px -2px #4E4E4E; */
		position: relative;
	}

	.article-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-shadow: -2px 1px 13px -2px #4E4E4E;
		box-shadow: -2px 1px 13px -2px #4E4E4E;
		cursor: pointer;
		position: relative;
	}

	.article .img-holder {
		width: 33%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0;
	}

		.article .text-holder {
			padding:0 1.2em;
			position: relative;
		}

		.article .text-holder p {
			margin-bottom:0;
		}

		.article .text-holder p a {
			text-decoration:underline;
		}

		.article .text-holder a.button {
			bottom: 0;
			margin-top: 1.5rem;
			margin-bottom: 0;
			/*position: absolute;*/
			/*width: 90%;*/ /*this is far from a good solution*/
		}

	.article .text-holder strong {
		font-size: 1.375rem;
	}

	.visual-section {
		height: 32.5rem;
	}

	.visual-section h1 {
		margin-bottom: 1rem;
		font-size: 1.875rem;
	}

	.home-a .visual-section {
		height: 34.375rem;
        margin-bottom: 3rem;
	}

	#content {
		width: calc(100% - 14rem);
		padding-right: 1.875rem;
	}

	#sidebar {
		width: 14rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		border-left: 1px solid #d8d8d8;
		padding: 0 1.25rem 8.3125rem;
	}

	.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.two-columns.stretch-layout {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.two-columns.columns-reverse-layout #content {
		padding-right: 0;
		padding-left: .9375rem;
	}

	.two-columns.columns-reverse-layout #sidebar {
		border-left: none;
		border-right: 1px solid #d8d8d8;
		padding-left: 0;
		padding-right: 1.125rem;
	}

	.staff-directory {
		padding-top: 0;
	}

	.filtration-section .card {
		margin-bottom: 1.875rem;
		height: calc(100% - 1.875rem);
	}

	.slick-next,
	.slick-prev {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.hide-for-medium {
		display: none;
	}

	.show-for-medium {
		display: block;
	}

	#header > .container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-top: 1.0625rem;
		padding-bottom: 1rem;
	}

	.header-top {
		font-size: .875rem;
	}

	.logo {
		width: 11.9375rem;
	}

	.search-form {
		max-width: 21.6875rem;
		position: static;
	}

	.nav {
		background-color: rgba(255, 255, 255, .72);
	}

	#menu .dropdown.menu {
		margin-left: -.9375rem;
		background: transparent !important;
	}

	.menu {
		margin-left: -.9375rem; /*background: transparent !important;*/
	}

	.nav-opener {
		display: none;
	}

	header#header .row .iframe-header-logo {
		padding-top: .25rem;
	}

	header#header .row .iframe-header-nav {
		padding-left: 0;
		padding-bottom: 20px;
	}

	header#header .row.expanded span.iframe-header-toggle {
		height: 1.6rem;
	}

	header#header .row.expanded span.iframe-header-toggle-on {
		height: 2rem;
	}

/*	header#header .row.expanded span.iframe-header-toggle > a::after {
		top: 69%;
	}

	header#header .row.expanded span.iframe-header-toggle-on > a::after {
		top: 58%;
	}*/

	.social-media {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-bottom-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1;
		margin: 0 -.4375rem !important;
	}

	.footer-bottom-list li {
		border-right: 1px solid #fefefe;
		padding: 0 .4375rem;
		margin-bottom: 1.375rem;
	}

	.footer-bottom-list li:last-child {
		border-right: none;
	}

	.footer-bottom-list.info li {
		padding: 0 .5625rem;
	}

	.home-a .visual-section .container {
		margin: 0 4rem !important;
		width: auto;
	}

	.widget-section {
		padding-top: 6rem;
	}

	.widget-section .decor {
		left: -1.875rem;
	}
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
	.medium-expand {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
	.button.large-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.hide-for-large-only {
		display: none !important;
	}
}

@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 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.grid-x > .large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
		width: auto;
	}

	.grid-x > .large-shrink,
	.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 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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 > .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);
	}

	.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.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 > .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%;
	}

	.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%;
	}

	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}

	.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%;
	}

	.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%;
	}

	.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%;
	}

	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}

	.large-offset-0 {
		margin-left: 0;
	}

	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + .9375rem);
	}

	.large-offset-1 {
		margin-left: 8.3333333333%;
	}

	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.3333333333% + .9375rem);
	}

	.large-offset-2 {
		margin-left: 16.6666666667%;
	}

	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.6666666667% + .9375rem);
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + .9375rem);
	}

	.large-offset-4 {
		margin-left: 33.3333333333%;
	}

	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.3333333333% + .9375rem);
	}

	.large-offset-5 {
		margin-left: 41.6666666667%;
	}

	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.6666666667% + .9375rem);
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + .9375rem);
	}

	.large-offset-7 {
		margin-left: 58.3333333333%;
	}

	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.3333333333% + .9375rem);
	}

	.large-offset-8 {
		margin-left: 66.6666666667%;
	}

	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.6666666667% + .9375rem);
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + .9375rem);
	}

	.large-offset-10 {
		margin-left: 83.3333333333%;
	}

	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.3333333333% + .9375rem);
	}

	.large-offset-11 {
		margin-left: 91.6666666667%;
	}

	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.6666666667% + .9375rem);
	}

	.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 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.grid-y > .large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
		height: auto;
	}

	.grid-y > .large-shrink,
	.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 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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-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);
	}

	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}

	.large-cell-block-container > .grid-x {
		max-height: 100%;
		-ms-flex-wrap: nowrap;
		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.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}

	.cell .grid-y.large-grid-frame {
		height: 100%;
	}

	.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.875rem);
	}

	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}

	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.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: .9375rem;
		padding-left: .9375rem;
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto;
	}

	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}

	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}

	.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;
	}

	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.large-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.large-offset-0 {
		margin-left: 0;
	}

	.large-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.large-offset-1 {
		margin-left: 8.3333333333%;
	}

	.large-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-offset-2 {
		margin-left: 16.6666666667%;
	}

	.large-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.large-offset-3 {
		margin-left: 25%;
	}

	.large-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.large-offset-4 {
		margin-left: 33.3333333333%;
	}

	.large-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-offset-5 {
		margin-left: 41.6666666667%;
	}

	.large-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.large-offset-6 {
		margin-left: 50%;
	}

	.large-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.large-offset-7 {
		margin-left: 58.3333333333%;
	}

	.large-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.large-offset-8 {
		margin-left: 66.6666666667%;
	}

	.large-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.large-offset-9 {
		margin-left: 75%;
	}

	.large-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.large-offset-10 {
		margin-left: 83.3333333333%;
	}

	.large-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.6666666667%;
	}

	.large-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-1 > .column,
	.large-up-1 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.large-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-2 > .column,
	.large-up-2 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.large-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-3 > .column,
	.large-up-3 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.large-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-4 > .column,
	.large-up-4 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.large-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-5 > .column,
	.large-up-5 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.large-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-6 > .column,
	.large-up-6 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.large-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-7 > .column,
	.large-up-7 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.2857142857%;
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}

	.large-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.large-up-8 > .column,
	.large-up-8 > .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}

	.row.large-unstack > .column,
	.row.large-unstack > .columns {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.large-collapse > .column,
	.large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}

	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.large-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.large-text-left {
		text-align: left;
	}

	.large-text-right {
		text-align: right;
	}

	.large-text-center {
		text-align: center;
	}

	.large-text-justify {
		text-align: justify;
	}

	.button.large-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}

	.menu.large-horizontal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.menu.large-vertical {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu.large-expanded li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.menu.large-simple li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.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-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}

	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1C4D19 transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}

	.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.large-vertical > li > a::after {
		right: 14px;
	}

	.dropdown.menu.large-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1C4D19 transparent transparent;
		right: auto;
		left: 5px;
	}

	.dropdown.menu.large-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1C4D19;
	}

	.position-left.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-left.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-left.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-right.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-right.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-top.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-top.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}

	.position-bottom.reveal-for-large .close-button {
		display: none;
	}

	.off-canvas-content .position-bottom.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}

	.position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 250px;
	}

	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		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;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}

	.hide-for-large {
		display: none !important;
	}

	.button.prev,
	.button.next {
		min-width: 12.5rem;
	}

	.visual-section h1 {
		font-size: 2.625rem;
	}

	.visual-section .text-block {
		padding: 1.875rem 2.5625rem .625rem;
	}

	.visual-section .text-block p {
		margin-bottom: 1.25rem;
	}

	.home-a .visual-section h1 {
		display: block;
		padding: 2.5625rem 2.5rem 2.6875rem;
		margin-bottom: .625rem;
		margin-top: 3.125rem;
	}

	.info-section {
		padding: 3.3125rem 0 2.9375rem;
		font-size: 1.25rem;
	}

	.info-section p {
		margin-bottom: 2.375rem;
	}

	.links-section {
		padding: 3.4375rem 0 5.6875rem;
	}

	.filtration-section .card .card-section {
		padding: 0.75rem 1.875rem;
	}

	.hide-for-large {
		display: none;
	}

	.show-for-large {
		display: block;
	}

	#header .search-form {
		margin-bottom: .25rem;
	}

	.menu {
		margin-left: -1.25rem;
	}

	.menu li {
		padding: 0 1.25rem;
	}

	header#header .row .iframe-header-logo {
		padding-right: 0;
		padding-top: .5rem;
		padding-left: 4.4rem;
	}

	header#header .row.expanded span.iframe-header-toggle-on {
		height: 2rem;
	}

	header#header .row.expanded span.iframe-header-toggle-on > a::after {
		top: 58%;
	}

	#footer {
		padding-top: 3.6875rem;
	}

	#footer > .container {
		padding-bottom: 3.4375rem;
	}

	.footer-nav li {
		margin-bottom: .8125rem;
	}

	.footer-bottom {
		padding: 1.625rem 0;
	}

	.articles-section {
		padding: 6.25rem 0 2rem;
	}

	.articles-section .row {
		margin: 0 -1.0625rem;
	}

	.articles-section.careers-listing {
		padding: 2rem 0 2rem;
	}

	.articles-section.careers-listing .columns {
		padding-left: 1.375rem;
		padding-right: 1.375rem;
	}

	.articles-section.careers-listing .card p {
		font-size: 1.1rem;
	}

	.articles-section.resources {
		padding: 7.4375rem 0 3.375rem;
	}

	.articles-section.resources .columns {
		padding-left: 1.375rem;
		padding-right: 1.375rem;
	}

	.articles-section.resources .row {
		margin: 0 -1.375rem;
	}

	.articles-section.resources h2 {
		margin-bottom: 3.4375rem;
	}

	.articles-section.resources .card-section p {
		margin-bottom: 2.5625rem;
	}

	.articles-section .card {
		margin-bottom: 4.25rem;
		height: calc(100% - 4.25rem);
	}

	.articles-section .card .img-holder {
		padding-top: 42.4%;
	}

	.news-holder .card .card-section {
		padding-bottom: 2.5rem;
		display: flex;
		flex-direction: column;
	}

	.news-holder h3,
	.news-holder .landing-page .featured-quote p,
	.landing-page .featured-quote .news-holder p {
		margin-bottom: .9375rem;
	}

	.widget-section {
		padding: 3rem 0 3rem;
	}

	.widget-section .decor {
		left: -4.375rem;
		width: auto;
	}

	.widget-section .row {
		margin: 0 -1.5rem;
	}

	.widget-section .columns {
		padding: 0 1.5rem;
	}

	.widget-section h2 {
		margin-bottom: 3.4375rem;
	}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}
}

@media screen and (min-width: 75em) {
	.column,
	.columns {
		padding-right: 2.34375rem;
		padding-left: 2.34375rem;
	}

	.column-block {
		margin-bottom: 4.6875rem;
	}

	.column-block > :last-child {
		margin-bottom: 0;
	}

	.column,
	.columns {
		padding-right: 2.34375rem;
		padding-left: 2.34375rem;
	}

	.column-block {
		margin-bottom: 4.6875rem;
	}

	.column-block > :last-child {
		margin-bottom: 0;
	}

	.visual-section .row {
		margin: 0 -2.34375rem !important;
	}

	#content {
		padding-right: 4.4375rem;
		width: calc(100% - 19.3125rem);
	}

	#sidebar {
		width: 19.3125rem;
		padding: 0 2.1875rem 8.3125rem 1.8125rem;
	}

	#sidebar .search-form {
		margin-bottom: 4.3125rem;
	}

	.two-columns.columns-reverse-layout #content {
		padding-left: 1.5625rem;
		width: calc(100% - 16.1875rem);
	}

	.two-columns.columns-reverse-layout #sidebar {
		width: 16.1875rem;
	}

	.links-section .row {
		margin: 0 -2.3125rem;
	}

	.staff-holder {
		padding-bottom: 5.6875rem;
	}

	.check-list {
		padding: .1875rem 0 .1875rem;
	}

	.check-list li {
		margin-bottom: 1.0625rem;
	}

	.filtration-section {
		padding-top: 2.5rem;
	}

	.filtration-section.generic-listing {
		padding-top: 0;
	}

	.filtration-section .card {
		margin-bottom: 3.125rem;
		height: calc(100% - 3.125rem);
	}

	.filtration-buttons-holder {
		margin-top: -.625rem;
	}

	.hide-for-xlarge {
		display: none;
	}

	.show-for-xlarge {
		display: block;
	}

	#footer .row {
		margin: 0 -2.3125rem;
	}

	#footer .holder {
		padding: 0 0 1.5rem;
	}

	#footer .holder.holder-p {
		padding-left: 4.375rem;
	}

	.home-a .visual-section .container .row {
		margin: 0 -.625rem !important;
	}
}

@media screen and (min-width: 77.5em) {
	header#header .row.expanded span.iframe-header-toggle {
		height: .3rem;
	}

	header#header .row.expanded span.iframe-header-toggle > a::after {
		top: 1.2rem;
	}
}

@media screen and (min-width: 90em) {
	.slick-prev {
		left: 5%;
	}

	.slick-next {
		right: 5%;
	}

	.hide-for-xxlarge {
		display: none;
	}

	.show-for-xxlarge {
		display: block;
	}

	.home-a .visual-section .container .row {
		margin: 0 -2.34375rem !important;
	}

	.widget-section .decor {
		top: 3.75rem;
		left: -7.5%;
	}
}

@media only screen and (min-width: 426px) and (max-width: 1024px) {
	.slider-item {
		min-width: 300px !important;
		max-width: 45% !important;
	}

	.slider-item .post-title {
		max-height: 120px !important;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 550px) {
	.news-holder {
		margin: 0 -.9375rem;
	}

	.news-holder .card {
		width: calc(33% - 1.875rem);
		margin-left: .9375rem;
		margin-right: .9375rem;
	}

	.widget-section .decor {
		top: 1.25rem;
	}
}

@media screen and (max-width: 768px) and (min-width: 641px) {
	.cookie-button-container {
		padding-top: 20px !important;
	}

	.cookie-banner-text {
		padding-top: 20px !important;
	}
}

@media screen and (min-width: 1300px) {
	.home-a .visual-section .container {
		margin: 0 auto !important;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.home-a .visual-section h1 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.filtration-items-holder .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.articles-section .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 767px) {
	.toc ol > li > ol {
		font-size: 15px;
	}
}

@media screen and (max-width: 764px) {
	.slick-next,
	.slick-prev {
		bottom: 3rem;
	}

	.carousel-copyright-statement {
		top: 23.2em;
	}
}

@media screen and (max-width: 640px) {
	.cookie-button-container {
		padding-top: 0 !important;
	}

	.cookie-banner-text {
		padding-top: 10px !important;
	}
}

@media screen and (max-width: 480px) {
	.filtration-items-holder .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.articles-section .columns {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 425px) {
	.slider-item {
		min-width: 90% !important;
		max-width: 90% !important;
	}

	.slider-item .post-title {
		max-height: 130px !important;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 74.99875em) {
	.button.large-down-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.top-bar.stacked-for-large {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 63.99875em) {
	.button.medium-down-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.button-group.stacked-for-medium.expanded {
		display: block;
	}

	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0;
	}

	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;
	}

	.top-bar.stacked-for-medium {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.show-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 47.99875em) {
	.button.small-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.button-group.stacked-for-small.expanded {
		display: block;
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}

	.media-object.stack-for-small {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.stack-for-small .media-object-section img {
		width: 100%;
	}

	.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;
	}

	.hide-for-small-only {
		display: none !important;
	}

	.show-for-medium {
		display: none !important;
	}
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !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 #444;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3,
	.landing-page .featured-quote p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3,
	.landing-page .featured-quote p {
		page-break-after: avoid;
	}

	.print-break-inside {
		page-break-inside: auto;
	}

	* {
		background: none !important;
		color: #000 !important;
	}

	body {
		font-size: .875rem !important;
	}

	#sidebar,
	.social-media,
	.search-form,
	.nav,
	.breadcrumbs,
	.button,
	.footer-nav,
	.links-section,
	.slick-cloned,
	.resources,
	.decor {
		display: none !important;
	}

	.visual-section {
		height: auto !important;
		display: block !important;
	}

	.two-columns,
	.row,
	.columns {
		display: block !important;
	}

	#content,
	.container,
	.slick-track,
	.slick-slide,
	.row {
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	a {
		text-decoration: none !important;
	}

	a[href]:after {
		display: none !important;
	}

	h1 {
		padding-left: 0 !important;
	}

	h1 br {
		display: none !important;
	}

	#header {
		border-top-width: 0 !important;
	}

	.header-top {
		text-align: left !important;
	}

	#footer {
		padding: 0 !important;
	}

	#footer > .container {
		display: none !important;
	}

	#footer .footer-bottom-list {
		margin-left: 0 !important;
	}

	#footer .footer-bottom-list.info {
		display: none !important;
	}

	.card {
		page-break-inside: avoid !important;
	}

	.card .card-section {
		padding: 15px !important;
	}

	.article .img-holder,
	.article .text-holder {
		display: inline-block !important;
		vertical-align: top !important;
		width: 58% !important;
	}

	.article .img-holder {
		page-break-inside: avoid;
		width: 41% !important;
	}

	.article .img-holder img {
		margin: 0 auto !important;
	}

	.section-info {
		padding: 0 !important;
	}

	.slick-track {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.text-block {
		padding-left: 0 !important;
	}

	.visual-section .columns {
		width: 100% !important;
		max-width: none !important;
	}

	.slide {
		page-break-inside: avoid !important;
		height: auto !important;
	}

	.row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.row:before,
	.row:after {
		display: none !important;
	}

	.slick-slide {
		float: none !important;
	}

	.articles-section {
		padding: 2rem 0 !important;
	}

	.articles-section .columns {
		float: none !important;
		display: inline-block !important;
		vertical-align: top !important;
		width: 49% !important;
	}

	.widget-section {
		padding: 1rem 0 !important;
	}

	.widget-section h2 {
		page-break-before: always !important;
	}

	.widget-section .columns {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
	}

	.widget-section .twitter-print-hide {
		height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
	}

	.widget-section .card {
		display: inline-block !important;
		width: 49% !important;
	}

	.home-a .visual-section .container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@-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%);
	}
}

@-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);
	}
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-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);
	}
}

@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 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(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@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);
	}
}

@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #c0c0c0, 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .5), -1.8em -1.8em 0 0 rgba(192, 192, 192, .7);
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .7), 1.8em -1.8em 0 0 #c0c0c0, 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .5);
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .5), 1.8em -1.8em 0 0 rgba(192, 192, 192, .7), 2.5em 0 0 0 #c0c0c0, 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .5), 2.5em 0 0 0 rgba(192, 192, 192, .7), 1.75em 1.75em 0 0 #c0c0c0, 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .5), 1.75em 1.75em 0 0 rgba(192, 192, 192, .7), 0 2.5em 0 0 #c0c0c0, -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .5), 0 2.5em 0 0 rgba(192, 192, 192, .7), -1.8em 1.8em 0 0 #c0c0c0, -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .5), -1.8em 1.8em 0 0 rgba(192, 192, 192, .7), -2.6em 0 0 0 #c0c0c0, -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .5), -2.6em 0 0 0 rgba(192, 192, 192, .7), -1.8em -1.8em 0 0 #c0c0c0;
	}
}

@keyframes load5 {
	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #c0c0c0, 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .5), -1.8em -1.8em 0 0 rgba(192, 192, 192, .7);
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .7), 1.8em -1.8em 0 0 #c0c0c0, 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .5);
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .5), 1.8em -1.8em 0 0 rgba(192, 192, 192, .7), 2.5em 0 0 0 #c0c0c0, 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .5), 2.5em 0 0 0 rgba(192, 192, 192, .7), 1.75em 1.75em 0 0 #c0c0c0, 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .5), 1.75em 1.75em 0 0 rgba(192, 192, 192, .7), 0 2.5em 0 0 #c0c0c0, -1.8em 1.8em 0 0 rgba(192, 192, 192, .2), -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .5), 0 2.5em 0 0 rgba(192, 192, 192, .7), -1.8em 1.8em 0 0 #c0c0c0, -2.6em 0 0 0 rgba(192, 192, 192, .2), -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .5), -1.8em 1.8em 0 0 rgba(192, 192, 192, .7), -2.6em 0 0 0 #c0c0c0, -1.8em -1.8em 0 0 rgba(192, 192, 192, .2);
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(192, 192, 192, .2), 1.8em -1.8em 0 0 rgba(192, 192, 192, .2), 2.5em 0 0 0 rgba(192, 192, 192, .2), 1.75em 1.75em 0 0 rgba(192, 192, 192, .2), 0 2.5em 0 0 rgba(192, 192, 192, .2), -1.8em 1.8em 0 0 rgba(192, 192, 192, .5), -2.6em 0 0 0 rgba(192, 192, 192, .7), -1.8em -1.8em 0 0 #c0c0c0;
	}
}

.padding-left-0 {
	padding-left: 0px !important;
}

.padding-right-0 {
	padding-left: 0px !important;
}

/* Alert functionality */
.global-alert-row{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.global-alert-row .nav{
	position:relative;
}

.global-alert-row .alert {
	background-color: #F3D795;
	color: #2B2B2B
}

.global-alert-row .alert .alert-container{
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
}

.global-alert-row .alert .alert-container p, .page-alert p{
	margin-bottom: 0px;
}

.page-alert {
	background-color: RGB(236, 193, 91);
	margin-bottom: 20px;
	padding: 20px 0px;
	font-weight: bold;
}

.global-alert-row .nav.no-page-hero, .global-alert-row.no-page-hero{
	position: static;
}

.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: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.clearfix::after {
	clear: both;
}

.thumbnail, img.with-border, .with-border img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(102, 98, 98, 0.2);
	line-height: 0;
}

a.thumbnail {
	-webkit-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
}

	a.thumbnail:hover, a.thumbnail:focus {
		box-shadow: 0 0 6px 1px rgba(45, 122, 41, 0.5);
	}

	a.thumbnail image {
		box-shadow: none;
	}

img.float-left, .float-left img {
	margin-bottom: 1rem;
	margin-right: 1rem;
}

img.float-right, .float-right img {
	margin-bottom: 1rem;
	margin-left: 1rem;
}

.clearfix {
	clear: both;
}

.highlight {
	background-color: #ffff0080;
	padding: 0.4rem;
}
.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(255, 255, 255, .5);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: black;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

	.close:hover,
	.close:focus {
		color: #555;
		text-decoration: none;
		cursor: pointer;
	}

.mySlides {
	display: none;
}

.mySlides img {
	object-fit: contain;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Next & previous buttons */
#myModel .modal-content .prev,
#myModel .modal-content .next {
	color: black;
	text-shadow:
		1px 1px 0 #FFFFFF55,
		-1px 1px 0 #FFFFFF55,
		-1px -1px 0 #FFFFFF55,
		1px -1px 0 #FFFFFF55;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

	.prev:hover,
	.next:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	#myModel .modal-content .prev:hover,
	#myModel .modal-content .next:hover {
		background-color: inherit;
		color: #555;
	}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

img {
	margin-bottom: -4px;
}

.demo {
	opacity: 0.6;
}

	.active,
	.demo:hover {
		opacity: 1;
	}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image-model {
	height: auto;
	width: 100%;
	max-height: 80vh
}

/* site.css */

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */

.text-muted {
	color: #999;
}

.text-small {
	font-size: 85%;
}

.text-label {
	font-weight: bold;
	margin-right: 0.2rem;
}

.spot-colour {
	color: #48A943;
}

.space-below {
	margin-bottom: 1.5em;
}

.space-after {
	margin-right: 0.2rem;
}

.bold {
	font-weight: bold;
}


.asset-image {
	max-width: 300px;
	/* drop shadow */
	-webkit-filter: drop-shadow(5px 5px 5px #666);
	filter: drop-shadow(5px 5px 5px #666);
}

#abstract {
	max-height: 150px;
	margin-bottom: 0.5rem;
}

.square-badge {
	font-size: 70%;
	background-color: #999;
	color: white;
	font-weight: bold;
	border-radius: 0.3rem;
	padding: 0.1rem 0.3rem;
	vertical-align: middle;
}

.round-badge {
	background-color: #48A943;
	font-size: 70%;
	color: white;
	font-weight: bold;
	border-radius: 0.5rem;
	/* width: 300px; */
	padding: 0.1rem 0.4rem;
	vertical-align: middle;
}

.email-address-icon {
	font-size: 90%;
	margin-right: 0.2rem;
	color: #777;
}

.email-address {
	color: #007bff;
}

/* foundation tabs look horrible */
.tabs {
	border: none;
	margin-bottom: 0.5rem;
}

	.tabs > .tabs-title.is-active {
		/* use a box shadow instead of a border to keep the size of the div the same */
		-webkit-box-shadow: inset 0px -3px 0px 0px #777;
		-moz-box-shadow: inset 0px -3px 0px 0px #777;
		box-shadow: inset 0px -3px 0px 0px #777;
	}

	.tabs > .tabs-title > a {
		color: #666262;
		background-color: white;
		font-size: 95%;
		/* padding: 1rem 1.5rem; */
		outline: none; /* remove blue highlight when selected */
		margin-bottom: 3px;
	}

		.tabs > .tabs-title > a > i {
			font-size: 90%;
			margin-right: 0.3rem;
		}

.tabs-content {
	border: none;
	padding: 1rem;
}

	.tabs-content > .tabs-panel {
		padding: 0;
	}

		.tabs-content > .tabs-panel > ul {
			margin-left: 1.5rem;
		}

			.tabs-content > .tabs-panel > ul > li {
				margin-bottom: 0.5rem;
			}

.keyword {
	color: #666262;
	white-space: nowrap;
	display: inline-block;
	background-color: #ddd;
	padding: 0.2em 0.4em;
	margin: 0 0.8em 0.45em 0;
	line-height: normal;
	border-left: 7px solid #48A943;
}

	.keyword:hover {
		background-color: #ccc;
	}

	.keyword > i {
		font-size: 80%;
		padding-left: 0.2em;
	}

.results-pager {
	text-align: center;
}

.pagination > li {
	font-size: 1.1875rem;
}

	.pagination > li.current > a {
		color: white;
	}

		.pagination > li.current > a:hover {
			background-color: rgb(45, 122, 41);
		}

.search-result {
	display: flex;
	flex-direction: row;
}

.search-result-resource {
	padding: 0.5em 0 0 2em;
}

.search-result-parent {
	padding: 0 0 0 2em;
}

.homepage-header {
	margin: 2rem 0 3rem 0;
}

.exemplar-list-header > h2 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 4px solid #48A943;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.exemplar {
	background-color: #ddd;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
}

	.exemplar > a.button {
		margin-top: 1rem;
		width: 100%;
	}

.exemplar-title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5rem;
}

.highlightable {
	padding: 0 0.5em 0 0.5em;
}

.highlighted .highlight-bar {
	max-width: 0.5em;
	height: 100%;
	background-color: #2d7a29;
}

.embedded-grid {
	width: 100%;
	display: inline-flex;
}
