@charset "UTF-8";
@-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%)
	}
}

@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-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%,
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.slide-in-down.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.slide-in-left.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.slide-in-up.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.slide-in-right.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.slide-out-down.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.slide-out-right.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.slide-out-up.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.slide-out-left.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.fade-in.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-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: .5s;
	transition-duration: .5s;
	-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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1
}

.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	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: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.scale-in-down.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.scale-out-up.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0
}

.scale-out-down.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}

.spin-in.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-270deg);
	transform: rotate(-270deg);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.spin-out.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	opacity: 0
}

.spin-in-ccw.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.spin-out-ccw.mui-leave {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-270deg);
	transform: rotate(-270deg);
	opacity: 0
}

.slow {
	-webkit-transition-duration: .75s!important;
	transition-duration: .75s!important
}

.fast {
	-webkit-transition-duration: .25s!important;
	transition-duration: .25s!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: .3s!important;
	transition-delay: .3s!important
}

.long-delay {
	-webkit-transition-delay: .7s!important;
	transition-delay: .7s!important
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7
}

@keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%)
	}
	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%)
	}
}

.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg
}

@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%,
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.slow {
	-webkit-animation-duration: .75s!important;
	animation-duration: .75s!important
}

.fast {
	-webkit-animation-duration: .25s!important;
	animation-duration: .25s!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: .3s!important;
	animation-delay: .3s!important
}

.long-delay {
	-webkit-animation-delay: .7s!important;
	animation-delay: .7s!important
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
	font-size: 100%;
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Verdana Ref, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #0a0a0a;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	width: 100%;
	border-radius: 0
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none!important
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1
}

.is-visible {
	display: block!important
}

.is-hidden {
	display: none!important
}

.row {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto
}

.row:after,
.row:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.row:after {
	clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row .row {
	margin-left: -.625rem;
	margin-right: -.625rem
}

@media screen and (min-width:40em) {
	.row .row {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-left: .625rem;
	padding-right: .625rem
}

@media screen and (min-width:40em) {
	.column,
	.columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

.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 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 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 {
	width: 100%;
	float: left
}

.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 {
	width: 50%;
	float: left
}

.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 {
	width: 33.3333333333%;
	float: left
}

.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 {
	width: 25%;
	float: left
}

.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 {
	width: 20%;
	float: left
}

.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 {
	width: 16.6666666667%;
	float: left
}

.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 {
	width: 14.2857142857%;
	float: left
}

.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 {
	width: 12.5%;
	float: left
}

.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-left: 0;
	padding-right: 0
}

.small-collapse .row {
	margin-left: 0;
	margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-left: .625rem;
	padding-right: .625rem
}

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.small-pull-0,
.small-push-0,
.small-uncentered {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left
}

@media screen and (min-width:40em) {
	.medium-1 {
		width: 8.3333333333%
	}
	.medium-push-1 {
		position: relative;
		left: 8.3333333333%
	}
	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%
	}
	.medium-offset-0 {
		margin-left: 0
	}
	.medium-2 {
		width: 16.6666666667%
	}
	.medium-push-2 {
		position: relative;
		left: 16.6666666667%
	}
	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%
	}
	.medium-3 {
		width: 25%
	}
	.medium-push-3 {
		position: relative;
		left: 25%
	}
	.medium-pull-3 {
		position: relative;
		left: -25%
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%
	}
	.medium-4 {
		width: 33.3333333333%
	}
	.medium-push-4 {
		position: relative;
		left: 33.3333333333%
	}
	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		width: 41.6666666667%
	}
	.medium-push-5 {
		position: relative;
		left: 41.6666666667%
	}
	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%
	}
	.medium-6 {
		width: 50%
	}
	.featurette--reverse .featurette-content__column:first-child,
	.medium-push-6 {
		position: relative;
		left: 50%
	}
	.featurette--reverse .featurette-content__column:last-child,
	.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 {
		width: 100%;
		float: left
	}
	.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 {
		width: 50%;
		float: left
	}
	.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 {
		width: 33.3333333333%;
		float: left
	}
	.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 {
		width: 25%;
		float: left
	}
	.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 {
		width: 20%;
		float: left
	}
	.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 {
		width: 16.6666666667%;
		float: left
	}
	.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 {
		width: 14.2857142857%;
		float: left
	}
	.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 {
		width: 12.5%;
		float: left
	}
	.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-left: 0;
		padding-right: 0
	}
	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.medium-pull-0,
	.medium-push-0,
	.medium-uncentered {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

@media screen and (min-width:64em) {
	.large-1 {
		width: 8.3333333333%
	}
	.large-push-1 {
		position: relative;
		left: 8.3333333333%
	}
	.large-pull-1 {
		position: relative;
		left: -8.3333333333%
	}
	.large-offset-0 {
		margin-left: 0
	}
	.large-2 {
		width: 16.6666666667%
	}
	.large-push-2 {
		position: relative;
		left: 16.6666666667%
	}
	.large-pull-2 {
		position: relative;
		left: -16.6666666667%
	}
	.large-offset-1 {
		margin-left: 8.3333333333%
	}
	.large-3 {
		width: 25%
	}
	.large-push-3 {
		position: relative;
		left: 25%
	}
	.large-pull-3 {
		position: relative;
		left: -25%
	}
	.large-offset-2 {
		margin-left: 16.6666666667%
	}
	.large-4 {
		width: 33.3333333333%
	}
	.large-push-4 {
		position: relative;
		left: 33.3333333333%
	}
	.large-pull-4 {
		position: relative;
		left: -33.3333333333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		width: 41.6666666667%
	}
	.large-push-5 {
		position: relative;
		left: 41.6666666667%
	}
	.large-pull-5 {
		position: relative;
		left: -41.6666666667%
	}
	.large-offset-4 {
		margin-left: 33.3333333333%
	}
	.large-6 {
		width: 50%
	}
	.featurette--reverse .featurette-content__column:first-child,
	.large-push-6 {
		position: relative;
		left: 50%
	}
	.featurette--reverse .featurette-content__column:last-child,
	.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 {
		width: 100%;
		float: left
	}
	.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 {
		width: 50%;
		float: left
	}
	.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 {
		width: 33.3333333333%;
		float: left
	}
	.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 {
		width: 25%;
		float: left
	}
	.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 {
		width: 20%;
		float: left
	}
	.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 {
		width: 16.6666666667%;
		float: left
	}
	.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 {
		width: 14.2857142857%;
		float: left
	}
	.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 {
		width: 12.5%;
		float: left
	}
	.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-left: 0;
		padding-right: 0
	}
	.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.large-pull-0,
	.large-push-0,
	.large-uncentered {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left
	}
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: .85em 1em;
	margin: 0 0 1rem;
	font-size: .9rem;
	background-color: #2199e8;
	color: #fff
}

.button:focus,
.button:hover {
	background-color: #1583cc;
	color: #fff
}

.button.tiny {
	font-size: .6rem
}

.button.button--small,
.button.small {
	font-size: .75rem
}

.button.button--large,
.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.button.primary,
.comment-form input[type=submit] {
	background-color: #0274b6;
	color: #fff
}

.button.primary:focus,
.button.primary:hover,
.comment-form input[type=submit]:focus,
.comment-form input[type=submit]:hover {
	background-color: #025d92;
	color: #fff
}

.button.secondary {
	background-color: #4b2a65;
	color: #fff
}

.button.secondary:focus,
.button.secondary:hover {
	background-color: #3c2251;
	color: #fff
}

.button.success {
	background-color: #ab0041;
	color: #fff
}

.button.success:focus,
.button.success:hover {
	background-color: #890034;
	color: #fff
}

.button.warning {
	background-color: #ffae00;
	color: #fff
}

.button.warning:focus,
.button.warning:hover {
	background-color: #cc8b00;
	color: #fff
}

.button.alert {
	background-color: #ec5840;
	color: #fff
}

.button.alert:focus,
.button.alert:hover {
	background-color: #da3116;
	color: #fff
}

.button.hollow {
	border: 1px solid #2199e8;
	color: #2199e8
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
	background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
	border-color: #0c4d78;
	color: #0c4d78
}

.button.hollow.primary,
.comment-form input.hollow[type=submit] {
	border: 1px solid #0274b6;
	color: #0274b6
}

.button.hollow.primary:focus,
.button.hollow.primary:hover,
.comment-form input.hollow[type=submit]:focus,
.comment-form input.hollow[type=submit]:hover {
	border-color: #013a5b;
	color: #013a5b
}

.button.hollow.secondary {
	border: 1px solid #4b2a65;
	color: #4b2a65
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: #261533;
	color: #261533
}

.button.hollow.success {
	border: 1px solid #ab0041;
	color: #ab0041
}

.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: #560021;
	color: #560021
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: #805700;
	color: #805700
}

.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: #881f0e;
	color: #881f0e
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed;
	pointer-events: none
}

.button.dropdown:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: .4em inset;
	border-color: #fff transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: .4em;
	float: right;
	margin-left: 1em;
	display: inline-block
}

.button.arrow-only:after {
	margin-left: 0;
	float: none;
	top: -.1em
}

.hide {
	display: none!important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width:39.9375em) {
	.hide-for-small-only {
		display: none!important
	}
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
	.show-for-small-only {
		display: none!important
	}
}

@media screen and (min-width:40em) {
	.hide-for-medium {
		display: none!important
	}
}

@media screen and (max-width:39.9375em) {
	.show-for-medium {
		display: none!important
	}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
	.hide-for-medium-only {
		display: none!important
	}
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
	.show-for-medium-only {
		display: none!important
	}
}

@media screen and (min-width:64em) {
	.hide-for-large {
		display: none!important
	}
}

@media screen and (max-width:63.9375em) {
	.show-for-large {
		display: none!important
	}
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
	.hide-for-large-only {
		display: none!important
	}
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
	.show-for-large-only {
		display: none!important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute!important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static!important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto
}

.hide-for-portrait,
.show-for-landscape {
	display: block!important
}

@media screen and (orientation:landscape) {
	.hide-for-portrait,
	.show-for-landscape {
		display: block!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-portrait,
	.show-for-landscape {
		display: none!important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none!important
}

@media screen and (orientation:landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block!important
	}
}

.accordion {
	list-style-type: none;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	border-radius: 0;
	margin-left: 0
}

.accordion-title {
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: .75rem;
	color: #2199e8;
	position: relative;
	border-bottom: 1px solid #e6e6e6
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: #e6e6e6
}

.accordion-title:before {
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -.5rem
}

.is-active>.accordion-title:before {
	content: '–'
}

.accordion-content {
	padding: 1rem;
	display: none;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff
}

.is-accordion-submenu-parent>a {
	position: relative
}

.is-accordion-submenu-parent>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true]>a:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer
}

[data-whatinput=mouse] .close-button {
	outline: 0
}

.close-button:focus,
.close-button:hover {
	color: #0a0a0a
}

.is-drilldown {
	position: relative;
	overflow: hidden
}

.is-drilldown li {
	display: block!important
}

.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-transition: -webkit-transform .15s linear;
	transition: transform .15s linear
}

.is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
	position: relative
}

.is-drilldown-submenu-parent>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}

.js-drilldown-back>a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px inset;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem
}

.dropdown-pane {
	background-color: #fff;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: block;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10
}

.dropdown-pane.is-open {
	visibility: visible
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.button--small,
.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.button--large,
.dropdown-pane.large {
	width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 1.5rem;
	position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px inset;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px
}

[data-whatinput=mouse] .dropdown.menu a {
	outline: 0
}

.no-js .dropdown.menu ul {
	display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}

.dropdown.menu.vertical>li.opens-left .is-dropdown-submenu {
	left: auto;
	right: 100%
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu {
	right: auto;
	left: 100%
}

.dropdown.menu.vertical>li>a:after {
	right: 14px;
	margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px inset;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px inset;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0
}

@media screen and (min-width:40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%
	}
	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 1.5rem;
		position: relative
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 5px inset;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px
	}
	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.medium-vertical>li.opens-left .is-dropdown-submenu {
		left: auto;
		right: 100%
	}
	.dropdown.menu.medium-vertical>li.opens-right .is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.medium-vertical>li>a:after {
		right: 14px;
		margin-top: -3px
	}
	.dropdown.menu.medium-vertical>li.opens-left>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 5px inset;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0
	}
	.dropdown.menu.medium-vertical>li.opens-right>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 5px inset;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0
	}
}

@media screen and (min-width:64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		left: auto;
		right: 0;
		top: 100%
	}
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 0;
		top: 100%
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 1.5rem;
		position: relative
	}
	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 5px inset;
		border-color: #2199e8 transparent transparent;
		border-top-style: solid;
		border-bottom-width: 0;
		right: 5px;
		margin-top: -2px
	}
	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.large-vertical>li.opens-left .is-dropdown-submenu {
		left: auto;
		right: 100%
	}
	.dropdown.menu.large-vertical>li.opens-right .is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.large-vertical>li>a:after {
		right: 14px;
		margin-top: -3px
	}
	.dropdown.menu.large-vertical>li.opens-left>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 5px inset;
		border-color: transparent #2199e8 transparent transparent;
		border-right-style: solid;
		border-left-width: 0
	}
	.dropdown.menu.large-vertical>li.opens-right>a:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border: 5px inset;
		border-color: transparent transparent transparent #2199e8;
		border-left-style: solid;
		border-right-width: 0
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	left: auto;
	right: 0
}

.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;
	margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
	top: 100%
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}

.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
	z-index: 1;
	background: #fff;
	border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
	right: 14px;
	margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px inset;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px inset;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu.js-dropdown-active,
.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu {
	display: block
}

.flex-video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 1rem;
	overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen {
	padding-bottom: 56.25%
}

.flex-video.vimeo {
	padding-top: 0
}

.menu {
	margin: 0;
	list-style-type: none
}

.menu>li {
	display: table-cell;
	vertical-align: middle
}

[data-whatinput=mouse] .menu>li {
	outline: 0
}

.menu>li>a {
	display: block;
	padding: .7rem 1rem;
	line-height: 1
}

.menu a,
.menu button,
.menu input {
	margin-bottom: 0
}

.menu>li>a i,
.menu>li>a i+span,
.menu>li>a img,
.menu>li>a img+span {
	vertical-align: middle
}

.menu>li>a i,
.menu>li>a img {
	margin-right: .25rem;
	display: inline-block
}

.menu>li {
	display: table-cell
}

.menu.vertical>li {
	display: block
}

@media screen and (min-width:40em) {
	.menu.medium-horizontal>li {
		display: table-cell
	}
	.menu.medium-vertical>li {
		display: block
	}
}

@media screen and (min-width:64em) {
	.menu.large-horizontal>li {
		display: table-cell
	}
	.menu.large-vertical>li {
		display: block
	}
}

.menu.simple li {
	line-height: 1;
	display: inline-block;
	margin-right: 1rem
}

.menu.simple a {
	padding: 0
}

.menu.align-right:after,
.menu.align-right:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.menu.align-right:after {
	clear: both
}

.menu.align-right>li {
	float: right
}

.menu.expanded {
	width: 100%;
	display: table;
	table-layout: fixed
}

.menu.expanded>li:first-child:last-child {
	width: 100%
}

.menu.icon-top>li>a {
	text-align: center
}

.menu.icon-top>li>a i,
.menu.icon-top>li>a img {
	display: block;
	margin: 0 auto .25rem
}

.menu.nested {
	margin-left: 1rem
}

.menu .active>a {
	color: #fff;
	background: #2199e8
}

.menu-text {
	font-weight: 700;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: .7rem 1rem
}

.menu-centered {
	text-align: center
}

.menu-centered>.menu {
	display: inline-block
}

.no-js [data-responsive-menu] ul {
	display: none
}

.orbit,
.orbit-container {
	position: relative
}

.orbit-container {
	margin: 0;
	overflow: hidden;
	list-style: none
}

.orbit-slide {
	width: 100%;
	max-height: 100%
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}

.orbit-figure {
	margin: 0
}

.orbit-image {
	margin: 0;
	width: 100%;
	max-width: 100%
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	margin-bottom: 0;
	color: #fff;
	background-color: hsla(0, 0%, 4%, .5)
}

.orbit-next,
.orbit-previous {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fff
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
	outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
	background-color: hsla(0, 0%, 4%, .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;
	background-color: #cacaca;
	border-radius: 50%
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
	background-color: #8a8a8a
}

.sticky-container {
	position: relative
}

.sticky {
	position: absolute;
	z-index: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5
}

.sticky.is-stuck.is-at-top {
	top: 0
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0
}

.sticky.is-anchored {
	position: absolute;
	left: auto;
	right: auto
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0
}

body.is-reveal-open {
	overflow: hidden
}

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: hsla(0, 0%, 4%, .45);
	overflow-y: scroll
}

.reveal {
	display: none;
	z-index: 1006;
	padding: 3rem;
	border: 1px solid #cacaca;
	background-color: #fff;
	border-radius: 0;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto
}

[data-whatinput=mouse] .reveal {
	outline: 0
}

@media screen and (min-width:40em) {
	.reveal {
		min-height: 0
	}
}

.reveal .column,
.reveal .columns {
	min-width: 0
}

.reveal>:last-child {
	margin-bottom: 0
}

@media screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 75rem
	}
}

@media screen and (min-width:40em) {
	.reveal .reveal {
		left: auto;
		right: auto;
		margin: 0 auto
	}
}

.reveal.collapse {
	padding: 0
}

@media screen and (min-width:40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 75rem
	}
}

@media screen and (min-width:40em) {
	.reveal.button--small,
	.reveal.small {
		width: 50%;
		max-width: 75rem
	}
}

@media screen and (min-width:40em) {
	.reveal.button--large,
	.reveal.large {
		width: 90%;
		max-width: 75rem
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin-left: 0;
	border: 0
}

@media screen and (max-width:39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		max-width: none;
		margin-left: 0;
		border: 0
	}
}

.reveal.without-overlay {
	position: fixed
}

.tabs {
	margin: 0;
	list-style-type: none;
	background: #fff;
	border: 1px solid #e6e6e6
}

.tabs:after,
.tabs:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.tabs:after {
	clear: both
}

.tabs.vertical>li {
	width: auto;
	float: none;
	display: block
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: transparent
}

.tabs.primary {
	background: #2199e8
}

.tabs.primary>li>a {
	color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
	background: #1893e4
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	font-size: .75rem
}

.tabs-title>a:hover {
	background: #fff
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
	background: #e6e6e6
}

.tabs-content {
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #e6e6e6;
	border-top: 0
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 1rem
}

.tabs-panel.is-active {
	display: block
}

.title-bar {
	background: #0a0a0a;
	color: #fff;
	padding: .5rem
}

.title-bar:after,
.title-bar:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.title-bar:after {
	clear: both
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .5rem
}

.title-bar-left {
	float: left
}

.title-bar-right {
	float: right;
	text-align: right
}

.title-bar-title {
	font-weight: 700
}

.menu-icon.dark,
.title-bar-title {
	vertical-align: middle;
	display: inline-block
}

.menu-icon.dark {
	position: relative;
	cursor: pointer;
	width: 20px;
	height: 16px
}

.menu-icon.dark:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover:after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.top-bar {
	padding: .5rem
}

.top-bar:after,
.top-bar:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.top-bar:after {
	clear: both
}

.top-bar,
.top-bar ul {
	background-color: #e6e6e6
}

.top-bar input {
	width: 200px;
	margin-right: 1rem
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}

.top-bar input.button {
	width: auto
}

@media screen and (max-width:39.9375em) {
	.stacked-for-small .top-bar-left,
	.stacked-for-small .top-bar-right {
		width: 100%
	}
}

@media screen and (max-width:63.9375em) {
	.stacked-for-medium .top-bar-left,
	.stacked-for-medium .top-bar-right {
		width: 100%
	}
}

@media screen and (max-width:74.9375em) {
	.stacked-for-large .top-bar-left,
	.stacked-for-large .top-bar-right {
		width: 100%
	}
}

.top-bar-left,
.top-bar-right {
	width: 100%
}

@media screen and (min-width:40em) {
	.top-bar-left,
	.top-bar-right {
		width: auto
	}
}

.top-bar-title {
	float: left;
	margin-right: 1rem
}

.top-bar-left {
	float: left
}

.top-bar-right {
	float: right
}

.block {
	display: block
}

.color--primary {
	color: #0274b6
}

.color--secondary {
	color: #4b2a65
}

.text--bold {
	font-weight: 700
}

.text--large {
	font-size: 1.776889em
}

.text--xlarge {
	font-size: 3.1573345183em
}

main.content {
	background: #fff
}

sup {
	font-size: 60%
}

.brand {
	font-size: 80%
}

.brand__image {
	max-width: auto;
	width: 100%
}

@media screen and (max-width:39.9375em) {
	.brand__image {
		max-width: 200px
	}
}

@media screen and (min-width:40em) {
	.brand__image {
		max-width: 300px
	}
}

.sanofi-logo {
	margin: 5px
}

@media screen and (min-width:40em) {
	.sanofi-logo {
		float: right
	}
}

.sanofi-logo__link {
	text-decoration: none
}

.sanofi-logo__image,
.sanofi-logo__text {
	display: inline-block;
	vertical-align: middle
}

.sanofi-logo__text {
	color: #555
}

a.svg {
	text-decoration: none
}

svg {
	fill: #0a0a0a
}

header svg {
	fill: #fff
}

.sprite svg {
	width: 16px
}

.-youtube svg {
	width: 20px;
	vertical-align: bottom
}

.carousel {
	color: #fff
}

.carousel-inner {
	width: 100%;
	position: relative;
	min-height: 300px;
	height: 80vh
}

@media screen and (min-width:64em) {
	.carousel-inner {
		min-height: 600px
	}
}

.carousel-item {
	background-color: #fafafa;
	position: relative;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.carousel-item:after {
	content: "";
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.carousel-item.is-selected {
	opacity: 1;
	z-index: 0
}

.carousel-item__background--video {
	min-width: 100vw;
	width: 100%;
	display: none
}

@media screen and (min-width:40em) {
	.carousel-item__background--video {
		display: block
	}
}

@media screen and (min-width:40em) {
	.carousel-item__background--image {
		display: none!important;
		height: 0 !important;
	}
}

.carousel-item__caption {
	display: block;
	margin: auto;
	padding: 1rem 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3
}

@media screen and (min-width:40em) {
	.carousel-item__caption {
		padding: 1rem;
		text-align: center;
		width: 80%;
		width: 80vw;
		max-width: 61em;
		top: 30%
	}
}

.carousel-item__caption h1 {
	margin-bottom: .5em;
	font-weight: 900!important;
	text-transform: uppercase
}

@media screen and (min-width:64em) {
	.carousel-item__caption h1 {
		font-size: 3.1573345183em
	}
}

.carousel-item__caption p {
	margin-bottom: 2em;
	line-height: 1.2
}

@media screen and (min-width:64em) {
	.carousel-item__caption p {
		font-size: 1.776889em
	}
}

.carousel-item.is-active .carousel-item__caption h1.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-item.is-active .carousel-item__caption h1.mui-enter.mui-enter-active {
	opacity: 1
}

.carousel-item.is-active .carousel-item__caption h1.mui-enter {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.carousel-item.is-active .carousel-item__caption h1.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.carousel-item__background {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%
}

.hero {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	min-height: 300px;
	height: 50vh;
	position: relative
}

@media screen and (min-width:64em) {
	.hero {
		min-height: 600px
	}
}

.hero:after {
	content: "";
	background: hsla(0, 0%, 4%, .3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.hero>.row {
	position: relative;
	height: 100%
}

.hero--noBg {
	background-color: #0274b6
}

.hero--noBg:after {
	background: none
}

.hero--noBg .hero-caption__text,
.hero--noBg .hero-caption__title {
	text-shadow: none
}

.hero-caption {
	color: #fff;
	padding: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3
}

@media screen and (min-width:64em) {
	.hero-caption {
		font-size: 1.776889em
	}
}

.hero-caption__text,
.hero-caption__title {
	text-shadow: 0 .1em 1em rgba(0, 0, 0, .7)
}

.hero-caption__title {
	font-size: 2.368593037em;
	line-height: 1;
	text-transform: uppercase
}

.accordion {
	border: none;
	padding: 0
}

.accordion__submenu {
	display: none
}

.accordion.is-expanded {
	display: block
}

.accordion-tabs {
	padding: 0
}

.accordion-tabs .tab {
	list-style: none
}

@media screen and (min-width:64em) {
	.accordion-tabs .tab {
		display: inline
	}
}

.accordion-tabs .tab-link {
	display: block;
	padding-right: 1em
}

@media screen and (min-width:64em) {
	.accordion-tabs .tab-link {
		display: inline-block
	}
}

.accordion-tabs .tab-link.is-active {
	background: #0274b6;
	color: #fff
}

.accordion-tabs .tab-content {
	display: none;
	margin-top: 1.5em;
	width: 100%
}

@media screen and (min-width:64em) {
	.accordion-tabs .tab-content {
		float: left
	}
}

.accordion-title {
	color: #015484;
	border-bottom: 2px solid #015484;
	font-family: Lato, sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase
}

.accordion-title:before {
	font-size: 1.5em
}

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: .85em 1em;
	margin: 0 0 1rem;
	font-size: .9rem;
	background-color: #fff;
	color: #0274b6;
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase
}

[data-whatinput=mouse] .button {
	outline: 0
}

.button:focus,
.button:hover {
	background-color: #d9d9d9;
	color: #0274b6
}

.button+.button {
	display: inline-block;
	width: auto
}

@media screen and (min-width:40em) {
	.button+.button {
		display: inline-block;
		margin-left: 1em
	}
}

.button--primary {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: .85em 1em;
	margin: 0 0 1rem;
	font-size: .9rem;
	background-color: #0274b6;
	color: #fff
}

[data-whatinput=mouse] .button--primary {
	outline: 0
}

.button--primary:focus,
.button--primary:hover {
	background-color: #0394e8;
	color: #fff
}

.button--secondary {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: .85em 1em;
	margin: 0 0 1rem;
	font-size: .9rem;
	background-color: #4b2a65;
	color: #fff
}

[data-whatinput=mouse] .button--secondary {
	outline: 0
}

.button--secondary:focus,
.button--secondary:hover {
	background-color: #663989;
	color: #fff
}

.button--emphasis {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: .85em 1em;
	margin: 0 0 1rem;
	font-size: .9rem;
	background-color: #ab0041;
	color: #fff
}

[data-whatinput=mouse] .button--emphasis {
	outline: 0
}

.button--emphasis:focus,
.button--emphasis:hover {
	background-color: #de0054;
	color: #fff
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right: 1rem
}

.comment-list,
.comment-list ol {
	list-style: none
}

.search-form label {
	font-weight: 400
}

.nav {
	width: 100%
}

.nav__list-item[aria-hidden=true] {
	display: none
}

.nav a {
	color: #015484;
	text-decoration: none
}

.nav .menu {
	padding: 0
}

.nav .menu>.active>a {
	color: #2199e8;
	background: none;
	text-decoration: underline
}

.nav-toggle {
	border: 1px solid #2199e8;
	margin-left: 1rem
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
	.nav-toggle {
		display: none!important
	}
}

@media screen and (max-width:39.9375em) {
	.nav-toggle {
		display: block;
		position: absolute;
		top: 1rem;
		right: 1rem
	}
}

.nav-toggle:hover {
	background-color: #2199e8;
	color: #fff
}

.nav--primary {
	width: 100%;
	display: none;
	display: block
}

.nav--primary .nav__list-item {
	padding: .8rem
}

@media screen and (min-width:64em) {
	.nav--primary .nav__list-item:hover {
		border-color: #fff
	}
}

.nav--primary .nav__list-link {
	font-weight: 700;
	text-transform: uppercase
}

@media screen and (min-width:64em) {
	.nav--primary .nav__list-link {
		color: #fff;
		font-size: 1.25em
	}
}

.nav--secondary {
	text-transform: lowercase
}

@media screen and (max-width:39.9375em) {
	.nav--secondary {
		display: none;
		visibility: hidden
	}
}

@media screen and (min-width:64em) {
	.nav--secondary .menu-item a {
		color: #fff
	}
}

.nav__list {
	list-style: none;
	margin: 0;
	padding: 0
}

@media screen and (max-width:63.9375em) {
	.nav__list {
		font-size: 75%
	}
}

@media screen and (min-width:40em) {
	.nav__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.nav__list-item {
	border-bottom: 3px solid transparent
}

.nav__list-link {
	color: #015484;
	font-family: Lato, sans-serif;
	display: block;
	text-decoration: none
}

.nav--secondary .nav__list li,
.nav__list-item {
	padding: 1rem
}

.nav--secondary .nav__list li.has-dropdown:hover .nav-dropdown,
.nav__list-item.has-dropdown:hover .nav-dropdown {
	display: block
}

.nav-dropdown {
	background: #fff;
	padding: 1rem;
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	margin-top: 1rem;
	left: 0;
	z-index: 5
}

.nav-dropdown:hover {
	display: block
}

.nav-dropdown a {
	color: #4b2a65;
	opacity: .5
}

.nav-dropdown__submenu {
	display: inline-block
}

.nav-dropdown__submenu.is-active .nav-dropdown__subtitle {
	font-weight: 700;
	opacity: 1
}

.nav-dropdown__submenu-list {
	background: #fff;
	display: none;
	padding: 1rem;
	position: absolute;
	left: 0;
	width: 100vw
}

.nav-dropdown__submenu.is-active .nav-dropdown__submenu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.nav-dropdown__subtitle {
	font-size: 125%;
	margin: 1em;
	text-transform: capitalize
}

.nav-dropdown__subtitle:hover {
	opacity: 1
}

.nav-dropdown__list {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.nav-dropdown__list-image {
	display: block;
	margin: auto
}

.nav-dropdown__list-item {
	display: table-cell;
	margin: 0 .25rem;
	max-width: 200px
}

@media screen and (min-width:40em) {
	.nav-dropdown__list-item {
		margin: 0 1rem
	}
}

.nav-dropdown__list-item:hover a {
	opacity: 1
}

.nav__list-item.is-active .nav__list-item,
.nav__list-item:hover {
	color: #0274b6;
	border-bottom: 3px solid #0274b6
}

@media screen and (max-width:39.9375em) {
	.nav--primary {
		display: none
	}
}

@media screen and (min-width:40em) {
	.nav--mobile {
		display: none
	}
}

.modal {
	outline: none;
	box-shadow: none
}

.magellan-nav {
	background: #fff;
	width: 100%
}

.magellan-nav.is-stuck {
	box-shadow: 0 0 1em #555
}

.magellan-list {
	border: none!important;
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row
}

@media screen and (max-width:39.9375em) {
	.magellan-list {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

.magellan-list a {
	color: #888;
	font-family: Lato, sans-serif;
	font-size: 90%;
	font-weight: 700;
	text-decoration: none;
	padding: 1.5rem 1rem
}

.magellan-list__item {
	width: 100%
}

.magellan-list__link {
	width: 100%;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.magellan-list__link.is-active a,
.magellan-list__link:hover {
	background: #ebdfeb!important
}

.magellan-list__link:hover .magellan-list__link-label {
	-webkit-transform: translateX(10px)!important;
	transform: translateX(10px)!important
}

@media screen and (min-width:40em) {
	.magellan-list__link {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.magellan-list__link:before {
		margin: 0 auto
	}
	.magellan-list__link:after {
		position: absolute;
		top: auto;
		bottom: auto;
		left: 2em;
		right: 1.25em
	}
}

.magellan-list__link-num {
	color: #000;
	font-size: 22px;
	font-family: Verdana, Verdana Ref, sans-serif;
	font-weight: 900;
	text-align: left;
	margin: 0 .25em;
	padding: 0 .5em;
	position: relative
}

.magellan-list__link-num:after {
	content: "";
	background: #4b2a65;
	border-radius: 30px;
	display: block;
	margin: auto;
	position: absolute;
	top: auto;
	bottom: auto;
	left: 0;
	right: 0;
	height: 5px;
	width: 1.5rem
}

.magellan-list__link-label {
	-webkit-transition: -webkit-transform .16s ease-out;
	transition: transform .16s ease-out
}

.magellan-tabs {
	border: none
}

@media screen and (max-width:63.9375em) {
	.featurette-content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		padding-left: .625rem;
		padding-right: .625rem;
		padding: 0
	}
}

@media screen and (max-width:63.9375em) and (min-width:40em) {
	.featurette-content {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:40em) {
	.featurette-content {
		max-width: 75rem;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 1440px
	}
}

.featurette-content__text {
	color: #555
}

.featurette-content__column {
	position: relative
}

@media screen and (min-width:40em) {
	.featurette-content__column {
		width: 50%
	}
}

.featurette-header__subtitle {
	color: #4b2a65;
	text-transform: uppercase
}

.featurette-header__title {
	padding-bottom: 1rem
}

@media screen and (min-width:40em) {
	.featurette-header__title {
		margin-bottom: 0
	}
}

.featurette-content__text,
.featurette-header {
	padding: 0 1.5rem
}

@media screen and (min-width:40em) {
	.featurette-content__text,
	.featurette-header {
		padding: 1.5rem 3rem
	}
}

.featurette-image {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	min-height: 300px
}

@media screen and (min-width:40em) {
	.featurette-image {
		height: 100%;
		width: 100%;
		position: absolute
	}
}

@media screen and (max-width:39.9375em) {
	.featurette--reverse .featurette-content__column:first-child,
	.featurette--reverse .featurette-content__column:last-child {
		width: 100%
	}
}

.featurette:not(.featurette-display) {
	overflow: hidden
}

.featurette--no-pad .featurette-content {
	padding: 0
}

.featurette-background {
	background-size: contain;
	background-position: 100% 100%;
	background-repeat: no-repeat
}

.featurette-background--primary .featurette-content {
	background-color: #0274b6;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.featurette-background--secondary .featurette-content {
	background-color: #4b2a65
}

.featurette-background--gray .featurette-content {
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #e6e6e6 53%, #fff);
	background: linear-gradient(180deg, #fff 0, #e6e6e6 53%, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.featurette-triangle.featurette--reverse {
	background: thistle
}

.featurette-triangle.featurette--reverse .featurette-content__column:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	position: relative
}

.featurette-triangle.featurette--reverse .featurette-content__column:first-child:after {
	content: "";
	border-right: 300px solid rgba(75, 42, 101, .6);
	border-left: 300px solid transparent;
	border-top: 300px solid transparent;
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (min-width:64em) {
	.featurette-triangle.featurette--reverse .featurette-content__column:first-child:after {
		border-right: 400px solid rgba(75, 42, 101, .6);
		border-left: 400px solid transparent;
		border-top: 400px solid transparent
	}
}

.featurette-triangle.featurette--reverse .featurette-content__column:last-child {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.featurette-triangle.featurette--reverse .featurette-content__column:last-child:after {
	content: none!important
}

[class*=featurette-triangle] .featurette-content__column:last-child {
	position: relative
}

[class*=featurette-triangle] .featurette-content__column:last-child:after {
	content: "";
	border-right: 300px solid rgba(2, 116, 182, .6);
	border-left: 300px solid transparent;
	border-top: 300px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0
}

@media screen and (min-width:64em) {
	[class*=featurette-triangle] .featurette-content__column:last-child:after {
		border-right: 400px solid rgba(2, 116, 182, .6);
		border-left: 400px solid transparent;
		border-top: 400px solid transparent
	}
}

.featurette-triangle--secondary .featurette-content {
	background-color: thistle
}

.featurette-triangle--secondary .featurette-content__column:last-child:after {
	border-right-color: rgba(75, 42, 101, .6)
}

.featurette-display .featurette-content {
	padding: 0;
	background-color: #add8e6
}

@media screen and (min-width:40em) {
	.featurette-display .featurette-image {
		position: absolute;
		z-index: 1
	}
}

.featurette-display .featurette-header {
	background-color: #0274b6;
	color: #fff;
	margin-bottom: 2em;
	width: 100%;
	position: relative;
	z-index: 0
}

.featurette-display .featurette-header:before {
	content: "";
	background: #0274b6;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: -74.5%;
	z-index: -1
}

@media screen and (min-width:64em) {
	.featurette-display .featurette-header:before {
		position: absolute;
		top: 0;
		left: -100%
	}
}

.featurette-display .featurette-header__subtitle {
	color: #fff;
	margin-top: 0;
	padding-top: 1rem
}

.featurette-display .featurette-content__column:last-child {
	overflow: hidden
}

.featurette-display--secondary .featurette-header,
.featurette-display--secondary .featurette-header:before {
	background-color: #4b2a65
}

.featurette-display--secondary .featurette-header,
.featurette-display--secondary .featurette-header__subtitle {
	color: #fff
}

.featurette-display--secondary .featurette-content {
	background-color: thistle
}

.featurette-callouts,
.featurette-display--secondary .featurette-content:after {
	background-color: #0274b6
}

.featurette-callouts .featurette-content {
	padding: 1rem 0
}

.featurette-callouts,
.featurette-callouts .featurette-content__text {
	color: #fff
}

.featurette-callouts .featurette-header__title {
	font-weight: 400!important;
	text-align: center
}

.featurette-callouts .featurette-header__title span {
	font-weight: 700;
	display: block
}

.featurette--single .featurette-content {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.featurette--single .featurette-content__column:last-child {
	display: none!important
}

.list-title {
	font-size: 115%;
	font-weight: 700;
	padding: 1em
}

@media screen and (min-width:40em) {
	.list {
		padding-left: 2rem
	}
}

.list dt {
	color: #666;
	font-weight: 700;
	font-size: 105%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	max-width: 450px
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
	.list dt {
		display: -webkit-box!important
	}
}

.list dt:hover .list-text,
.list dt:hover .magellan-list__link {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.list .list-number {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .25em;
	padding: 0 .5em;
	position: relative
}

.list .list-number:after {
	content: "";
	background: #4b2a65;
	border-radius: 30px;
	display: block;
	margin: auto;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	height: 5px;
	width: 1.5rem
}

.list .list-text {
	-webkit-transition: -webkit-transform .16s ease-out;
	transition: transform .16s ease-out
}

.list a {
	color: #888;
	font-family: Lato, sans-serif;
	font-size: 90%;
	font-weight: 700;
	text-decoration: none;
	padding: .5rem 0;
	padding: 1.5rem 1rem
}

table {
	margin: auto
}

table tbody tr {
	border-bottom: 1px solid #666
}

table tbody td,
table tbody th {
	padding: 1em
}

table tbody td:not(:first-child) {
	color: #4b2a65;
	font-weight: 700;
	text-align: center
}

table tbody tr td:nth-child(2) {
	background: #4b2a65;
	color: #fff;
	font-size: 150%;
	line-height: 0
}

table tfoot {
	display: block;
	padding: 1em
}

.table-heading {
	font-size: 120%
}

.table-heading>h3 {
	margin-top: 0;
	margin-bottom: -.25em;
	font-size: 1.776889em
}

.alignnone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto
}

.aligncenter {
	display: block;
	margin: .6 auto;
	height: auto
}

.alignleft,
.alignright {
	margin-bottom: .6;
	height: auto
}

.alignleft {
	float: left;
	margin-right: .6
}

.alignright {
	float: right;
	margin-left: .6
}

.wp-caption-text {
	padding: 1rem
}

.header {
	background: #fff
}

@media screen and (min-width:64em) {
	.header {
		background: -webkit-linear-gradient(top, rgba(85, 85, 85, .5), transparent);
		background: linear-gradient(180deg, rgba(85, 85, 85, .5), transparent);
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5
	}
}

.header .container {
	display: table;
	width: 100%
}

.header .top-bar {
	padding: 0 .5rem
}

.header__bar--bottom {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 3rem
}

.header__bar--bottom .top-bar,
.header__bar--bottom .top-bar ul {
	background: transparent!important
}

.header__bar--bottom .social-media a {
	margin-right: 1rem;
	display: inline-block
}

@media screen and (max-width:39.9375em) {
	.header__bar--bottom .top-bar {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative
	}
	.header__bar--bottom .top-bar-left,
	.header__bar--bottom .top-bar-right {
		width: auto
	}
}

@media screen and (min-width:40em) {
	.header__bar--bottom .block--right,
	.header__bar--bottom .social-media {
		display: inline!important;
		vertical-align: middle
	}
	.header__bar--bottom .block--right {
		margin-top: 1rem
	}
	.header__bar--bottom .nav--mobile {
		display: none!important
	}
}

@media screen and (min-width:64em) {
	.header__bar--bottom .social-media {
		border-right: 1px solid #fff
	}
}

.header__bar--top {
	background: hsla(0, 0%, 100%, 1);
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.header__bar--top .row {
	padding: 0 1em
}

@media screen and (max-width:39.9375em) {
	.header__bar--top .row {
		margin-bottom: 1rem;
		text-align: center
	}
}

.social-media {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

@media screen and (min-width:40em) {
	.nav--secondary,
	.social-media {
		width: auto;
		display: inline-block;
		vertical-align: middle
	}
}

.footer {
	background: #fff;
	padding: 1rem
}

.footer>.row {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer a {
	color: #015484;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}

.footer a:hover {
	color: #0274b6
}

.footer .social-media {
	font-weight: 700;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:39.9375em) {
	.footer .social-media {
		border-bottom: 2px solid #add8e6;
		padding: 1rem 0;
		margin-bottom: 2rem
	}
}

@media screen and (min-width:40em) {
	.footer .social-media {
		padding: 2rem;
		width: 16.6666666667%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media screen and (min-width:40em) and (min-width:40em) {
	.footer .social-media {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:40em) {
	.footer .social-media:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width:64em) {
	.footer .social-media {
		border-right: 2px solid #add8e6;
		width: 25%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media screen and (min-width:64em) and (min-width:40em) {
	.footer .social-media {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:64em) {
	.footer .social-media:last-child:not(:first-child) {
		float: right
	}
}

.footer .social-media svg {
	min-width: 36px
}

.footer .social-media a {
	color: #21acfd
}

.footer .social-media__link {
	text-decoration: none
}

@media screen and (min-width:40em) {
	.footer .social-media__link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 1.5rem
	}
}

@media screen and (max-width:63.9375em) {
	.footer .social-media__link-icon,
	.footer .social-media__link-text {
		display: inline-block;
		vertical-align: middle
	}
}

.footer .social-media__link-text {
	padding-right: .8rem
}

@media screen and (max-width:63.9375em) {
	.footer .brand {
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}
}

.footer .brand-text {
	font-size: 80%
}

.footer__navigation {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width:40em) {
	.footer__navigation {
		width: 66.6666666667%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem;
		padding: 0!important
	}
}

@media screen and (min-width:40em) and (min-width:40em) {
	.footer__navigation {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:40em) {
	.footer__navigation:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width:64em) {
	.footer__navigation {
		width: 50%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media screen and (min-width:64em) and (min-width:40em) {
	.footer__navigation {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:64em) {
	.footer__navigation:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (max-width:63.9375em) {
	.footer__navigation {
		margin-bottom: 1rem
	}
}

.footer__navigation ul {
	list-style: none;
	font-size: 80%
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
	.footer__navigation ul {
		font-size: 85%;
		padding-left: 10px
	}
}

@media screen and (max-width:39.9375em) {
	.footer__navigation ul {
		margin: 0;
		list-style-type: none;
		width: 100%
	}
	.footer__navigation ul>li {
		display: table-cell;
		vertical-align: middle
	}
	[data-whatinput=mouse] .footer__navigation ul>li {
		outline: 0
	}
	.footer__navigation ul>li>a {
		display: block;
		padding: .7rem 1rem;
		line-height: 1
	}
	.footer__navigation ul a,
	.footer__navigation ul button,
	.footer__navigation ul input {
		margin-bottom: 0
	}
	.footer__navigation ul>li {
		display: block
	}
}

.footer__navigation li {
	padding: .3em .1em
}

body.page .hero {
	margin-bottom: 2rem
}

body.page main.content {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto
}

body.page main.content:after,
body.page main.content:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

body.page main.content:after {
	clear: both
}

@media screen and (max-width:39.9375em) {
	body.page:not(.page-template-template-magellan) main.content {
		padding: 1rem
	}
}

@media screen and (max-width:39.9375em) {
	body.page.home main.content {
		padding: 0
	}
}




body.page-template-template-product .hero-caption {
	max-width: 80%
}

@media screen and (max-width:63.9375em) {
	body.page-template-template-product .hero-caption {
		position: relative;
		bottom: 0
	}
}

body.page-template-template-product .hero-product__image {
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 3
}

@media screen and (min-width:40em) {
	body.page-template-template-product .hero-product__image {
		bottom: -5%
	}
	body.page-template-template-product .hero-product__image--small {
		right: 250px;
		bottom: -5%
	}
}

@media screen and (max-width:39.9375em) {
	body.page-template-template-product .hero-product__image--large {
		max-width: 140px
	}
}

body.page-template-template-product .hero-product__image--small {
	margin-left: auto;
	margin-right: auto;
	display: block
}

@media screen and (max-width:39.9375em) {
	body.page-template-template-product .hero-product__image--small {
		display: none!important
	}
}

body.page-template-template-product .tab-link {
	color: #666;
	border: 1px solid #ccc;
	font-size: 80%;
	font-family: Lato, sans-serif;
	margin-bottom: 0;
	padding: .75em 2.5em
}

body.page-template-template-product .tab-content {
	padding: 0 2rem
}

body.page-template-template-product main.content {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto
}

body.page-template-template-product main.content:after,
body.page-template-template-product main.content:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

body.page-template-template-product main.content:after {
	clear: both
}

body.page-template-template-product main.content h3 {
	color: #0274b6
}

body.page-template-template-product main.content h3 small,
body.page-template-template-product main.content h3+b {
	color: #555
}


body#tinymce {
	margin: 12px!important
}

body.home .content {
	padding: 0
}

body.home .coupon-bar {
	background: #fafafa;
	text-align: center
}

body.home .coupon-bar a {
	display: block;
	padding: 1rem 1rem 1.2rem;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: .2rem
}

body.home .coupon-bar a span {
	color: #0274b6;
	font-size: 1.333em;
	font-weight: 700
}

body.home .callout {
	display: table;
	width: 100%
}

body.home .callout-block {
	color: #fff;
	background-size: cover;
	background-position: 50%;
	padding: 1rem;
	min-height: 360px;
	width: 100%;
	height: 35vmax;
	vertical-align: middle;
	text-align: center
}

@media screen and (min-width:40em) {
	body.home .callout-block {
		display: table-cell;
		width: 50%
	}
}

body.home .callout-block h1,
body.home .callout-block h2,
body.home .callout-block h3 {
	line-height: 1
}

body.home .callout-block p {
	color: #fff
}

@media screen and (max-width:39.9375em) {
	body.home .callout-block:first-child {
		border-bottom: 6px solid #fff
	}
}

@media screen and (min-width:40em) {
	body.home .callout-block:first-child {
		border-right: 6px solid #fff
	}
}

@media screen and (min-width:40em) {
	body.contact main.content {
		max-width: 75rem;
		margin-left: auto;
		margin-right: auto
	}
	body.contact main.content:after,
	body.contact main.content:before {
		content: ' ';
		display: table;
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	body.contact main.content:after {
		clear: both
	}
}

@media screen and (min-width:40em) {
	body.contact .content__block {
		width: 50%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media screen and (min-width:40em) and (min-width:40em) {
	body.contact .content__block {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:40em) {
	body.contact .content__block:last-child:not(:first-child) {
		float: right
	}
}

body.page-template-template-retailers main.content {
	padding: 1rem
}

@media screen and (min-width:40em) {
	body.page-template-template-retailers main.content {
		padding: 2rem
	}
}

.retailers {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem
}

.retailers:after,
.retailers:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.retailers:after {
	clear: both
}

.retailer {
	width: 50%;
	float: left;
	padding-left: .625rem;
	padding-right: .625rem
}

@media screen and (min-width:40em) {
	.retailer {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

.retailer:last-child:not(:first-child) {
	float: right
}

.retailer:last-child:last-child {
	float: left
}

@media screen and (min-width:40em) {
	.retailer {
		width: 25%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media screen and (min-width:40em) and (min-width:40em) {
	.retailer {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:40em) {
	.retailer:last-child:not(:first-child) {
		float: right
	}
	.retailer:last-child:last-child {
		float: left
	}
}

.retailer-caption {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto
}

.retailer-caption:after,
.retailer-caption:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.retailer-caption:after {
	clear: both
}

.retailer-image {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	height: 150px
}

@media screen and (min-width:64em) {
	.retailer-image {
		background-size: 150px
	}
}

@media screen and (min-width:40em) {
	.retailer-image {
		-webkit-filter: grayscale(1);
		filter: grayscale(1)
	}
}

.retailer-image:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

body.coupon main.content {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem
}

body.coupon main.content:after,
body.coupon main.content:before {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

body.coupon main.content:after {
	clear: both
}

@media screen and (min-width:40em) {
	body.coupon .content__block {
		width: 50%;
		float: left;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media screen and (min-width:40em) and (min-width:40em) {
	body.coupon .content__block {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
}

@media screen and (min-width:40em) {
	body.coupon .content__block:last-child:not(:first-child) {
		float: right
	}
}

body.coupon .content__block h2 {
	color: #4b2a65;
	text-transform: uppercase;
	font-size: 2.368593037em
}

@media screen and (min-width:64em) {
	body.coupon .content__block h2 {
		font-size: 4.2087269129em
	}
}

body.coupon .content__block img {
	display: block;
	margin: auto
}

body.rolaids-advantage main.content {
	padding: 0!important
}

body.rolaids-advantage table {
	margin-bottom: 2rem
}

@media screen and (max-width:63.9375em) {
	body.rolaids-advantage table {
		font-size: 70%
	}
	body.rolaids-advantage table tr td {
		padding: .6em
	}
}

@media (orientation:portrait) and (max-width:0) {
	body.rolaids-advantage table th img {
		-webkit-transform: rotate(-60deg) scale(2);
		transform: rotate(-60deg) scale(2)
	}
}

@media (orientation:portrait) and (max-width:414px) {
	body.rolaids-advantage table th img {
		-webkit-transform: rotate(-60deg) scale(3);
		transform: rotate(-60deg) scale(3)
	}
}

@media screen and (min-width:40em) {
	body.rolaids-advantage table tbody tr:not(:first-child) {
		border: none
	}
}

body.rolaids-advantage table tbody tr:nth-child(even) td:first-child {
	background: #ebdfeb
}

body.rolaids-advantage table tbody tr:first-child,
body.rolaids-advantage table tbody tr:last-child {
	border-bottom: 3px solid #4b2a65
}

body.rolaids-advantage table p {
	max-width: 25em
}

body.rolaids-advantage .tabs-panel {
	padding: 0
}

body.rolaids-advantage .magellan-header {
	margin-bottom: 5rem
}

body.rolaids-advantage .magellan-header,
body.rolaids-advantage .magellan-nav {
	width: 100%
}

body.rolaids-advantage .magellan-list__item {
	text-align: center
}

body.rolaids-advantage .featurette-image {
	display: block;
	margin: auto;
	min-height: auto;
	height: auto;
	width: auto;
	position: relative;
	z-index: 1
}

body.rolaids-advantage .featurette-default .featurette-content__column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

body.rolaids-advantage .featurette-default .featurette-content__column:first-child {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

body.rolaids-advantage .featurette-default.featurette--reverse .featurette-image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%
}

body.rolaids-advantage .featurette-background .featurette-content {
	padding: 1rem 0
}

@media screen and (min-width:64em) {
	body.rolaids-advantage .featurette-background .featurette-content {
		padding: 2rem 0
	}
}

body.rolaids-advantage .featurette-background h1 {
	font-weight: 400
}

body.rolaids-advantage .featurette-background:last-of-type .list-title {
	font-size: 1.776889em
}

@media screen and (min-width:64em) {
	body.rolaids-advantage .featurette-background:last-of-type .list-title {
		font-size: 2.368593037em;
		text-align: center
	}
}

body.rolaids-advantage .featurette-triangle:first-child .featurette-content__column:last-child {
	background: #86a6bc;
	background: -webkit-linear-gradient(top, #fff 1%, #d7e5ed 26%, #86a6bc 74%, #86a6bc 0, #7298ae 77%, #7298ae 0, #86a6bc 80%, #b6cad7 92%, #fff);
	background: linear-gradient(180deg, #fff 1%, #d7e5ed 26%, #86a6bc 74%, #86a6bc 0, #7298ae 77%, #7298ae 0, #86a6bc 80%, #b6cad7 92%, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

body.rolaids-advantage .featurette-display .featurette-image {
	height: auto;
	width: auto;
	margin: 2em auto;
	min-height: auto
}

body.rolaids-advantage .featurette-display .featurette-content:after {
	width: 350px
}

body.rolaids-advantage .featurette.featurette-background.featurette-background--gray .featurette-image {
	bottom: -2rem
}

@media screen and (min-width:40em) {
	body.rolaids-advantage .featurette.featurette-background.featurette-background--gray .featurette-image {
		position: absolute;
		right: 2rem
	}
}

@media screen and (min-width:64em) {
	body.rolaids-advantage .featurette.featurette-background.featurette-background--gray .featurette-image {
		right: 30%
	}
}

body.rolaids-advantage .magellan-list .magellan-list__link {
	font-size: 150%
}

@media screen and (min-width:64em) {
	body.rolaids-advantage .magellan-list .magellan-list__link {
		font-size: 200%
	}
}


/*# sourceMappingURL=main.css.map */