html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

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

[hidden],
template {
	display: none;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	display: block;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

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

svg {
	fill: currentColor;
}

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

button {
	overflow: visible;
	border: 0 none;
	background: none;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
	padding: 0;
}

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

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

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.grid__title {
	padding: 2vw;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.grid__maincol {
	padding: 2vw;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.grid__subcol {
	padding: 2vw;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.grid__subcol img {
	max-width: 20em;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.BackOrange {
	background-color: #e3530d;
	color: #fff;
}

.BackBrown {
	background-color: #575348;
	color: #fff;
}

.BackGreen {
	background-color: #4ca01d;
	color: #fff;
}

.BackLightgray {
	background-color: #e8e8e9;
	color: #5d5d5f;
}

.BackLightgray .h1 {
	color: #4ca01d;
}

.TextOrange {
	color: #e3530d;
}

.TextGreen {
	color: #4ca01d;
}

.TextLightgray {
	color: #e8e8e9;
}

.SmallText p,
.SmallText ul {
	font-size: .75em;
}

.VisuallyHidden { /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
}

.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}

.fixedsticky-dummy {
	display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}

body {
	font-family: "ff-dax-web-pro", Arial, sans-serif;
	background-color: #fff;
	color: #5d5d5f;
}

blockquote {
	color: #4ca01d;
	font-size: 1.25em;
}

blockquote em {
	color: #e3530d;
	display: block;
	font-size: .875em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5em;
	font-weight: normal;
}

.h1 {
	margin-bottom: .5em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.1;
}

hr {
	clear: both;
	height: 1px;
	margin: 2em 0;
	color: #ddd;
	border: 0;
	background-color: #ddd;
}

a {
	color: #e3530d;
	background: transparent;
}

a:hover {
	color: #141215;
}

ul,
ol {
	margin: 2em 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0;
}

li {
	margin-bottom: .5em;
	margin-left: 1.5em;
}

dl {
	margin: 2em 0;
}

dt {
	font-weight: bold;
}

dd {
	padding-left: 1.5em;
}

p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

body > svg:first-of-type {
	display: none;
}

[class^="symbol-"] {
	width: 64px;
	height: 64px;
}

.symbol-demo {
	width: 128px;
	height: 128px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0;
}

th {
	text-align: left;
}

tr > * {
	vertical-align: top;
	border: 1px solid #555;
	padding: 5px;
}

.article {
	font-size: 1.25em;
	padding-bottom: 50px;
}

.btn {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	line-height: normal;
	display: inline;
	width: auto;
	padding: 8px 16px;
	padding: .5rem 1rem;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #e3530d;
	border: 0;
	border-radius: 3px;
}

.btn[disabled] {
	cursor: default;
	pointer-events: none;
	opacity: .5;
}

.btn--primary {
	color: #4ca01d;
	border: 1px solid #4ca01d;
	background-color: #fff;
}

.btn--primary:not([disabled]):hover,
.btn--primary:not([disabled]):focus {
	color: #fff;
	background-color: #4ca01d;
}

.btn--secondary {
	color: #e3530d;
	border: 1px solid #e3530d;
	background-color: #fff;
}

.btn--secondary:not([disabled]):hover,
.btn--secondary:not([disabled]):focus {
	color: #fff;
	background-color: #e3530d;
}

.btn--small {
	font-size: .75em;
	padding: 4px 8px;
	padding: .25rem .5rem;
}

.btn--large {
	font-size: 1.25em;
	padding: 1em 1.5em;
}

.btn--block {
	display: block;
	width: 100%;
	margin-bottom: .25em;
}

.fixedsticky {
	top: 0;
	width: 100%;
}

.header {
	position: relative;
}

.header > h1 {
	position: absolute;
	bottom: 2vw;
	right: 4vw;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.2;
}

.header > h1 > span {
	display: block;
	font-size: .3em;
	font-weight: normal;
}

.jumpers {
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.jumpers a {
	background-color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	padding: 2px 5px;
	display: inline-block;
	border-radius: 4px;
	margin: 5px;
}

.jumpers svg {
	width: 32px;
	height: 32px;
}

.nav {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 50;
}

.nav__icon {
	border: 2px solid #e3530d;
	background-color: #fff;
	border-radius: 4px;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-size: .875em;
	color: #e3530d;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	right: 5px;
	z-index: 2;
}

.nav__list {
	border-bottom: 2px solid #fff;
	background-color: #e3530d;
	margin: 0;
	max-width: 100%;
	padding: 16px 0;
	padding: 1rem 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	transition: margin-left .3s;
	position: absolute;
}

.nav__list[data-state="off-screen"] {
	margin-left: -105%;
}

.nav__list[data-state="on-screen"] {
	margin-left: 0;
}

.nav__item {
	margin: 0;
	padding: 0;
	position: relative;
}

.nav__link {
	display: block;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-weight: bold;
	color: #fff;
	border-left: 4px solid transparent;
	text-decoration: none;
	font-size: 1.125em;
	white-space: nowrap;
}

.nav__link:hover,
.nav__link[data-state="is-active"] {
	color: #fff;
	border-left: 4px solid #4ca01d;
}

.nav__link:hover:before,
.nav__link[data-state="is-active"]:before {
	content: " ";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 4px;
	bottom: 0;
	border-left: 4px solid #fff;
}

.subnav {
	list-style: none;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.subnav__item {
	margin: 0 8px 0 0;
	margin: 0 0.5rem 0 0;
	padding: 0 8px 0 0;
	padding: 0 0.5rem 0 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.subnav__item ul {
	display: none;
	list-style-type: none;
	margin-bottom: 1em;
}

.subnav__item[data-state=is-open] ul {
	display: block;
}

.subnav__item li a {
	font-size: 1.125em;
	font-weight: normal;
}

.subnav__link {
	color: #4ca01d;
	text-decoration: none;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	line-height: 1.325;
	font-size: 1.5em;
}

.subnav__link:hover,
.subnav__link[data-state="is-active"] {
	color: #e3530d;
}

.subnav--on-green .subnav__link {
	color: #fff;
}

.subnav--on-green .subnav__link:hover,
.subnav--on-green .subnav__link[data-state="is-active"] {
	color: #141215;
}

.subnav--on-gray .subnav__link {
	color: #4ca01d;
}

.subnav--on-gray .subnav__link:hover,
.subnav--on-gray .subnav__link[data-state="is-active"] {
	color: #e3530d;
}

.tabcontent {
	margin-bottom: 2em;
}

.tabcontent__tabs {
	margin-bottom: 1.5em;
}

.view {
	margin: 0 auto;
	width: 100vw;
	max-width: 75em;
	min-height: 65vh;
	padding: 16px;
	padding: 1rem;
	-webkit-align-items: top;
	-ms-flex-align: top;
	align-items: top;
}

.view--auto {
	max-width: 100%;
	min-height: 0;
	padding: 0 !important;
}

.wrap {
	position: relative;
	min-height: 100vh;
}

#top {
	min-height: 0;
}

@media (min-width: 30em) {

.subnav__item {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

}

@media (min-width: 32em) {

.h1 {
	font-size: 2em;
}

}

@media (min-width: 48em) {

.nav__link {
	padding: 1rem;
}

.view {
	padding: 100px 2.5vw 2.5vw;
}

}

@media (min-width: 50em) {

.h1 {
	font-size: 4em;
}

}

@media (min-width: 60em) {

.grid__maincol {
	-webkit-flex: 0 0 67%;
	-ms-flex: 0 0 67%;
	flex: 0 0 67%;
	max-width: 67%;
}

.grid__subcol {
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}

.nav__link {
	font-size: 1.5em;
}

.subnav {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	max-width: auto;
}

.subnav__item {
	margin: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

}

@media (min-width: 400px) {

.header > h1 {
	font-size: 3em;
}

}

@media (min-width: 768px) {

.header > h1 {
	font-size: 5em;
}

.nav__icon {
	display: none;
}

.nav__list {
	margin-left: 0 !important;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	position: static;
	padding: 0;
}

}

