@charset "UTF-8";

@media print,
screen and (min-width:40em) {

	.reveal,
	.reveal.large,
	.reveal.small,
	.reveal.tiny {
		right: auto;
		left: auto;
		margin: 0 auto
	}
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

/*! Personalisation rule */
[data-variant][hidden] { display: none; }

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=118.75em"
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #355458;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none !important
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto
}

[data-whatinput=mouse] button {
	outline: 0
}

pre {
	overflow: auto
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.5625rem;
	margin: 0 0 1.5625rem;
	padding: .5625rem;
	border: 1px solid #ced5d6;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #355458;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #c8c8c8;
	box-shadow: 0 0 5px #c8c8c8;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #f6f9f8;
	cursor: not-allowed
}

[type=button],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

::-webkit-input-placeholder {
	color: #f6f9f8
}

::-moz-placeholder {
	color: #f6f9f8
}

:-ms-input-placeholder {
	color: #f6f9f8
}

::-ms-input-placeholder {
	color: #f6f9f8
}

::placeholder {
	color: #f6f9f8
}

[type=checkbox],
[type=file],
[type=radio] {
	margin: 0 0 1.5625rem
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .78125rem;
	margin-right: 1.5625rem;
	margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
	cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .78125rem
}

[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #355458
}

label.middle {
	margin: 0 0 1.5625rem;
	padding: .84375rem 0
}

.help-text {
	margin-top: -.78125rem;
	font-size: .8125rem;
	font-style: italic;
	color: #000
}

.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.5625rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
	border-radius: 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
	border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
	margin: 0;
	white-space: nowrap
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #c8c8c8;
	background: #f6f9f8;
	color: #355458;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .78125rem
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #c8c8c8
}

.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}

select {
	height: 2.5625rem;
	margin: 0 0 1.5625rem;
	padding: .5625rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ced5d6;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #355458;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.5625rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 2.34375rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

@media screen and (min-width:0\0) {
	select {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
	}
}

select:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #c8c8c8;
	box-shadow: 0 0 5px #c8c8c8;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

select:disabled {
	background-color: #f6f9f8;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

select:not([multiple]) {
	padding-top: 0;
	padding-bottom: 0
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37
}

.is-invalid-label {
	color: #cc4b37
}

.form-error {
	display: none;
	margin-top: -.78125rem;
	margin-bottom: 1.5625rem;
	font-size: .75rem;
	font-weight: 700;
	color: #cc4b37
}

.form-error.is-visible {
	display: block
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: .9375rem;
	font-size: inherit;
	line-height: 1.35;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

b,
strong {
	font-weight: 700;
	line-height: inherit
}

small {
	font-size: 80%;
	line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: inherit;
	text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 0;
	color: #c8c8c8
}

.h1,
h1 {
	font-size: 2.375rem;
	line-height: 1.10526;
	margin-top: 0;
	margin-bottom: .625rem
}

.h2,
h2 {
	font-size: 1.6875rem;
	line-height: 1.25926;
	margin-top: 0;
	margin-bottom: .625rem
}

.h3,
h3 {
	font-size: 1.25rem;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: .3125rem
}

@media print,
screen and (min-width:40em) {

	.h1,
	h1 {
		font-size: 3.125rem
	}
}

@media screen and (min-width:90em) {

	.h1,
	h1 {
		font-size: 3.75rem
	}
}

@media screen and (min-width:118.75em) {

	.h1,
	h1 {
		font-size: 5rem
	}
}

a {
	line-height: inherit;
	color: #d7292f;
	text-decoration: none;
	cursor: pointer
}

a:focus,
a:hover {
	color: #ac2126
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 101.25rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0
}

dl,
ol,
ul {
	margin-bottom: .9375rem;
	list-style-position: outside;
	line-height: 1.35
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 0
}

dl dt {
	margin-bottom: 0;
	font-weight: 600
}

blockquote {
	margin: 0 0 .9375rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #c8c8c8
}

blockquote,
blockquote p {
	line-height: 1.35;
	color: #8a8a8a
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
	text-decoration: none
}

figure {
	margin: 0
}

kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #f6f9f8;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #000
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 125%;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
	margin-left: 0;
	list-style: none
}

.cite-block,
cite {
	display: block;
	color: #8a8a8a;
	font-size: .8125rem
}

.cite-block:before,
cite:before {
	content: "— "
}

.code-inline,
code {
	border: 1px solid #c8c8c8;
	background-color: #f6f9f8;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #000;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
	padding: .125rem .3125rem .0625rem
}

.code-block {
	border: 1px solid #c8c8c8;
	background-color: #f6f9f8;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #000;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1rem;
	margin-bottom: 1.5rem
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,
screen and (min-width:40em) {
	.medium-text-left {
		text-align: left
	}

	.medium-text-right {
		text-align: right
	}

	.medium-text-center {
		text-align: center
	}

	.medium-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width:64em) {
	.large-text-left {
		text-align: left
	}

	.large-text-right {
		text-align: right
	}

	.large-text-center {
		text-align: center
	}

	.large-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:75em) {
	.xlarge-text-left {
		text-align: left
	}

	.xlarge-text-right {
		text-align: right
	}

	.xlarge-text-center {
		text-align: center
	}

	.xlarge-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:90em) {
	.xxlarge-text-left {
		text-align: left
	}

	.xxlarge-text-right {
		text-align: right
	}

	.xxlarge-text-center {
		text-align: center
	}

	.xxlarge-text-justify {
		text-align: justify
	}
}

@media screen and (min-width:118.75em) {
	.xxxlarge-text-left {
		text-align: left
	}

	.xxxlarge-text-right {
		text-align: right
	}

	.xxxlarge-text-center {
		text-align: center
	}

	.xxxlarge-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none !important
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		-webkit-print-color-adjust: economy;
		color-adjust: economy;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	.show-for-print {
		display: block !important
	}

	.hide-for-print {
		display: none !important
	}

	table.show-for-print {
		display: table !important
	}

	thead.show-for-print {
		display: table-header-group !important
	}

	tbody.show-for-print {
		display: table-row-group !important
	}

	tr.show-for-print {
		display: table-row !important
	}

	td.show-for-print {
		display: table-cell !important
	}

	th.show-for-print {
		display: table-cell !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	.ir a:after,
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: ''
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	blockquote,
	pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.print-break-inside {
		page-break-inside: auto
	}
}

.row {
	max-width: 101.25rem;
	margin-right: auto;
	margin-left: auto
}

.row::after,
.row::before {
	display: table;
	content: ' ';
	-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-right: 0;
	padding-left: 0
}

.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media print,
screen and (min-width:64em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:75em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:90em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:118.75em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}

@media print,
screen and (min-width:40em) {

	.column,
	.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
	float: left;
	clear: none
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left
}

.column.row.row,
.row.row.columns {
	float: none
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	width: 8.33333%
}

.small-push-1 {
	position: relative;
	left: 8.33333%
}

.small-pull-1 {
	position: relative;
	left: -8.33333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	width: 16.66667%
}

.small-push-2 {
	position: relative;
	left: 16.66667%
}

.small-pull-2 {
	position: relative;
	left: -16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	width: 25%
}

.small-push-3 {
	position: relative;
	left: 25%
}

.small-pull-3 {
	position: relative;
	left: -25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	width: 33.33333%
}

.small-push-4 {
	position: relative;
	left: 33.33333%
}

.small-pull-4 {
	position: relative;
	left: -33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	width: 41.66667%
}

.small-push-5 {
	position: relative;
	left: 41.66667%
}

.small-pull-5 {
	position: relative;
	left: -41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	width: 50%
}

.small-push-6 {
	position: relative;
	left: 50%
}

.small-pull-6 {
	position: relative;
	left: -50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	width: 58.33333%
}

.small-push-7 {
	position: relative;
	left: 58.33333%
}

.small-pull-7 {
	position: relative;
	left: -58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	width: 66.66667%
}

.small-push-8 {
	position: relative;
	left: 66.66667%
}

.small-pull-8 {
	position: relative;
	left: -66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	width: 75%
}

.small-push-9 {
	position: relative;
	left: 75%
}

.small-pull-9 {
	position: relative;
	left: -75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	width: 83.33333%
}

.small-push-10 {
	position: relative;
	left: 83.33333%
}

.small-pull-10 {
	position: relative;
	left: -83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	width: 91.66667%
}

.small-push-11 {
	position: relative;
	left: 91.66667%
}

.small-pull-11 {
	position: relative;
	left: -91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
	float: left;
	width: 100%
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
	float: left
}

.small-up-2>.column,
.small-up-2>.columns {
	float: left;
	width: 50%
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
	float: left
}

.small-up-3>.column,
.small-up-3>.columns {
	float: left;
	width: 33.33333%
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
	float: left
}

.small-up-4>.column,
.small-up-4>.columns {
	float: left;
	width: 25%
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
	float: left
}

.small-up-5>.column,
.small-up-5>.columns {
	float: left;
	width: 20%
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
	float: left
}

.small-up-6>.column,
.small-up-6>.columns {
	float: left;
	width: 16.66667%
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
	float: left
}

.small-up-7>.column,
.small-up-7>.columns {
	float: left;
	width: 14.28571%
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
	float: left
}

.small-up-8>.column,
.small-up-8>.columns {
	float: left;
	width: 12.5%
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
	float: left
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.small-centered {
	margin-right: auto;
	margin-left: auto
}

.small-centered,
.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}

.small-pull-0,
.small-push-0,
.small-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}

.small-pull-0,
.small-pull-0:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-uncentered,
.small-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}

.small-pull-0:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-uncentered:last-child:not(:first-child) {
	float: right
}

@media print,
screen and (min-width:40em) {
	.medium-1 {
		width: 8.33333%
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		width: 16.66667%
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		width: 25%
	}

	.medium-push-3 {
		position: relative;
		left: 25%
	}

	.medium-pull-3 {
		position: relative;
		left: -25%
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.medium-4 {
		width: 33.33333%
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		width: 41.66667%
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.medium-6 {
		width: 50%
	}

	.medium-push-6 {
		position: relative;
		left: 50%
	}

	.medium-pull-6 {
		position: relative;
		left: -50%
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.medium-7 {
		width: 58.33333%
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		width: 66.66667%
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.medium-9 {
		width: 75%
	}

	.medium-push-9 {
		position: relative;
		left: 75%
	}

	.medium-pull-9 {
		position: relative;
		left: -75%
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.medium-10 {
		width: 83.33333%
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		width: 91.66667%
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.medium-12 {
		width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.medium-up-1>.column,
	.medium-up-1>.columns {
		float: left;
		width: 100%
	}

	.medium-up-1>.column:nth-of-type(1n),
	.medium-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-1>.column:nth-of-type(1n+1),
	.medium-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.medium-up-1>.column:last-child,
	.medium-up-1>.columns:last-child {
		float: left
	}

	.medium-up-2>.column,
	.medium-up-2>.columns {
		float: left;
		width: 50%
	}

	.medium-up-2>.column:nth-of-type(1n),
	.medium-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-2>.column:nth-of-type(2n+1),
	.medium-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}

	.medium-up-2>.column:last-child,
	.medium-up-2>.columns:last-child {
		float: left
	}

	.medium-up-3>.column,
	.medium-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.medium-up-3>.column:nth-of-type(1n),
	.medium-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-3>.column:nth-of-type(3n+1),
	.medium-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.medium-up-3>.column:last-child,
	.medium-up-3>.columns:last-child {
		float: left
	}

	.medium-up-4>.column,
	.medium-up-4>.columns {
		float: left;
		width: 25%
	}

	.medium-up-4>.column:nth-of-type(1n),
	.medium-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-4>.column:nth-of-type(4n+1),
	.medium-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.medium-up-4>.column:last-child,
	.medium-up-4>.columns:last-child {
		float: left
	}

	.medium-up-5>.column,
	.medium-up-5>.columns {
		float: left;
		width: 20%
	}

	.medium-up-5>.column:nth-of-type(1n),
	.medium-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-5>.column:nth-of-type(5n+1),
	.medium-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.medium-up-5>.column:last-child,
	.medium-up-5>.columns:last-child {
		float: left
	}

	.medium-up-6>.column,
	.medium-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.medium-up-6>.column:nth-of-type(1n),
	.medium-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-6>.column:nth-of-type(6n+1),
	.medium-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.medium-up-6>.column:last-child,
	.medium-up-6>.columns:last-child {
		float: left
	}

	.medium-up-7>.column,
	.medium-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.medium-up-7>.column:nth-of-type(1n),
	.medium-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-7>.column:nth-of-type(7n+1),
	.medium-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.medium-up-7>.column:last-child,
	.medium-up-7>.columns:last-child {
		float: left
	}

	.medium-up-8>.column,
	.medium-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.medium-up-8>.column:nth-of-type(1n),
	.medium-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-8>.column:nth-of-type(8n+1),
	.medium-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.medium-up-8>.column:last-child,
	.medium-up-8>.columns:last-child {
		float: left
	}

	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}

	.medium-centered,
	.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.medium-pull-0,
	.medium-push-0,
	.medium-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.medium-pull-0,
	.medium-pull-0:last-child:not(:first-child),
	.medium-push-0,
	.medium-push-0:last-child:not(:first-child),
	.medium-uncentered,
	.medium-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.medium-pull-0:last-child:not(:first-child),
	.medium-push-0:last-child:not(:first-child),
	.medium-uncentered:last-child:not(:first-child) {
		float: right
	}
}

@media print,
screen and (min-width:64em) {
	.large-1 {
		width: 8.33333%
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		width: 16.66667%
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%
	}

	.large-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		width: 25%
	}

	.large-push-3 {
		position: relative;
		left: 25%
	}

	.large-pull-3 {
		position: relative;
		left: -25%
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.large-4 {
		width: 33.33333%
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		width: 41.66667%
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%
	}

	.large-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.large-6 {
		width: 50%
	}

	.large-push-6 {
		position: relative;
		left: 50%
	}

	.large-pull-6 {
		position: relative;
		left: -50%
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.large-7 {
		width: 58.33333%
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		width: 66.66667%
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%
	}

	.large-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.large-9 {
		width: 75%
	}

	.large-push-9 {
		position: relative;
		left: 75%
	}

	.large-pull-9 {
		position: relative;
		left: -75%
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.large-10 {
		width: 83.33333%
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		width: 91.66667%
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%
	}

	.large-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.large-12 {
		width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.large-up-1>.column,
	.large-up-1>.columns {
		float: left;
		width: 100%
	}

	.large-up-1>.column:nth-of-type(1n),
	.large-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-1>.column:nth-of-type(1n+1),
	.large-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.large-up-1>.column:last-child,
	.large-up-1>.columns:last-child {
		float: left
	}

	.large-up-2>.column,
	.large-up-2>.columns {
		float: left;
		width: 50%
	}

	.large-up-2>.column:nth-of-type(1n),
	.large-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-2>.column:nth-of-type(2n+1),
	.large-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}

	.large-up-2>.column:last-child,
	.large-up-2>.columns:last-child {
		float: left
	}

	.large-up-3>.column,
	.large-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.large-up-3>.column:nth-of-type(1n),
	.large-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-3>.column:nth-of-type(3n+1),
	.large-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.large-up-3>.column:last-child,
	.large-up-3>.columns:last-child {
		float: left
	}

	.large-up-4>.column,
	.large-up-4>.columns {
		float: left;
		width: 25%
	}

	.large-up-4>.column:nth-of-type(1n),
	.large-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-4>.column:nth-of-type(4n+1),
	.large-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.large-up-4>.column:last-child,
	.large-up-4>.columns:last-child {
		float: left
	}

	.large-up-5>.column,
	.large-up-5>.columns {
		float: left;
		width: 20%
	}

	.large-up-5>.column:nth-of-type(1n),
	.large-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-5>.column:nth-of-type(5n+1),
	.large-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.large-up-5>.column:last-child,
	.large-up-5>.columns:last-child {
		float: left
	}

	.large-up-6>.column,
	.large-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.large-up-6>.column:nth-of-type(1n),
	.large-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-6>.column:nth-of-type(6n+1),
	.large-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.large-up-6>.column:last-child,
	.large-up-6>.columns:last-child {
		float: left
	}

	.large-up-7>.column,
	.large-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.large-up-7>.column:nth-of-type(1n),
	.large-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-7>.column:nth-of-type(7n+1),
	.large-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.large-up-7>.column:last-child,
	.large-up-7>.columns:last-child {
		float: left
	}

	.large-up-8>.column,
	.large-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.large-up-8>.column:nth-of-type(1n),
	.large-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.large-up-8>.column:nth-of-type(8n+1),
	.large-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.large-up-8>.column:last-child,
	.large-up-8>.columns:last-child {
		float: left
	}

	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto
	}

	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.large-pull-0,
	.large-push-0,
	.large-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.large-pull-0,
	.large-pull-0:last-child:not(:first-child),
	.large-push-0,
	.large-push-0:last-child:not(:first-child),
	.large-uncentered,
	.large-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.large-pull-0:last-child:not(:first-child),
	.large-push-0:last-child:not(:first-child),
	.large-uncentered:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width:75em) {
	.xlarge-1 {
		width: 8.33333%
	}

	.xlarge-push-1 {
		position: relative;
		left: 8.33333%
	}

	.xlarge-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.xlarge-offset-0 {
		margin-left: 0
	}

	.xlarge-2 {
		width: 16.66667%
	}

	.xlarge-push-2 {
		position: relative;
		left: 16.66667%
	}

	.xlarge-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xlarge-3 {
		width: 25%
	}

	.xlarge-push-3 {
		position: relative;
		left: 25%
	}

	.xlarge-pull-3 {
		position: relative;
		left: -25%
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%
	}

	.xlarge-4 {
		width: 33.33333%
	}

	.xlarge-push-4 {
		position: relative;
		left: 33.33333%
	}

	.xlarge-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.xlarge-offset-3 {
		margin-left: 25%
	}

	.xlarge-5 {
		width: 41.66667%
	}

	.xlarge-push-5 {
		position: relative;
		left: 41.66667%
	}

	.xlarge-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%
	}

	.xlarge-6 {
		width: 50%
	}

	.xlarge-push-6 {
		position: relative;
		left: 50%
	}

	.xlarge-pull-6 {
		position: relative;
		left: -50%
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%
	}

	.xlarge-7 {
		width: 58.33333%
	}

	.xlarge-push-7 {
		position: relative;
		left: 58.33333%
	}

	.xlarge-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.xlarge-offset-6 {
		margin-left: 50%
	}

	.xlarge-8 {
		width: 66.66667%
	}

	.xlarge-push-8 {
		position: relative;
		left: 66.66667%
	}

	.xlarge-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%
	}

	.xlarge-9 {
		width: 75%
	}

	.xlarge-push-9 {
		position: relative;
		left: 75%
	}

	.xlarge-pull-9 {
		position: relative;
		left: -75%
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%
	}

	.xlarge-10 {
		width: 83.33333%
	}

	.xlarge-push-10 {
		position: relative;
		left: 83.33333%
	}

	.xlarge-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.xlarge-offset-9 {
		margin-left: 75%
	}

	.xlarge-11 {
		width: 91.66667%
	}

	.xlarge-push-11 {
		position: relative;
		left: 91.66667%
	}

	.xlarge-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%
	}

	.xlarge-12 {
		width: 100%
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%
	}

	.xlarge-up-1>.column,
	.xlarge-up-1>.columns {
		float: left;
		width: 100%
	}

	.xlarge-up-1>.column:nth-of-type(1n),
	.xlarge-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-1>.column:nth-of-type(1n+1),
	.xlarge-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.xlarge-up-1>.column:last-child,
	.xlarge-up-1>.columns:last-child {
		float: left
	}

	.xlarge-up-2>.column,
	.xlarge-up-2>.columns {
		float: left;
		width: 50%
	}

	.xlarge-up-2>.column:nth-of-type(1n),
	.xlarge-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-2>.column:nth-of-type(2n+1),
	.xlarge-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}

	.xlarge-up-2>.column:last-child,
	.xlarge-up-2>.columns:last-child {
		float: left
	}

	.xlarge-up-3>.column,
	.xlarge-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.xlarge-up-3>.column:nth-of-type(1n),
	.xlarge-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-3>.column:nth-of-type(3n+1),
	.xlarge-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.xlarge-up-3>.column:last-child,
	.xlarge-up-3>.columns:last-child {
		float: left
	}

	.xlarge-up-4>.column,
	.xlarge-up-4>.columns {
		float: left;
		width: 25%
	}

	.xlarge-up-4>.column:nth-of-type(1n),
	.xlarge-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-4>.column:nth-of-type(4n+1),
	.xlarge-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.xlarge-up-4>.column:last-child,
	.xlarge-up-4>.columns:last-child {
		float: left
	}

	.xlarge-up-5>.column,
	.xlarge-up-5>.columns {
		float: left;
		width: 20%
	}

	.xlarge-up-5>.column:nth-of-type(1n),
	.xlarge-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-5>.column:nth-of-type(5n+1),
	.xlarge-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.xlarge-up-5>.column:last-child,
	.xlarge-up-5>.columns:last-child {
		float: left
	}

	.xlarge-up-6>.column,
	.xlarge-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.xlarge-up-6>.column:nth-of-type(1n),
	.xlarge-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-6>.column:nth-of-type(6n+1),
	.xlarge-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.xlarge-up-6>.column:last-child,
	.xlarge-up-6>.columns:last-child {
		float: left
	}

	.xlarge-up-7>.column,
	.xlarge-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.xlarge-up-7>.column:nth-of-type(1n),
	.xlarge-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-7>.column:nth-of-type(7n+1),
	.xlarge-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.xlarge-up-7>.column:last-child,
	.xlarge-up-7>.columns:last-child {
		float: left
	}

	.xlarge-up-8>.column,
	.xlarge-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.xlarge-up-8>.column:nth-of-type(1n),
	.xlarge-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.xlarge-up-8>.column:nth-of-type(8n+1),
	.xlarge-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.xlarge-up-8>.column:last-child,
	.xlarge-up-8>.columns:last-child {
		float: left
	}

	.xlarge-collapse>.column,
	.xlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.xlarge-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .xlarge-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.xlarge-uncollapse>.column,
	.xlarge-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}

	.xlarge-centered {
		margin-right: auto;
		margin-left: auto
	}

	.xlarge-centered,
	.xlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.xlarge-pull-0,
	.xlarge-push-0,
	.xlarge-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.xlarge-pull-0,
	.xlarge-pull-0:last-child:not(:first-child),
	.xlarge-push-0,
	.xlarge-push-0:last-child:not(:first-child),
	.xlarge-uncentered,
	.xlarge-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.xlarge-pull-0:last-child:not(:first-child),
	.xlarge-push-0:last-child:not(:first-child),
	.xlarge-uncentered:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width:90em) {
	.xxlarge-1 {
		width: 8.33333%
	}

	.xxlarge-push-1 {
		position: relative;
		left: 8.33333%
	}

	.xxlarge-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.xxlarge-offset-0 {
		margin-left: 0
	}

	.xxlarge-2 {
		width: 16.66667%
	}

	.xxlarge-push-2 {
		position: relative;
		left: 16.66667%
	}

	.xxlarge-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.xxlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xxlarge-3 {
		width: 25%
	}

	.xxlarge-push-3 {
		position: relative;
		left: 25%
	}

	.xxlarge-pull-3 {
		position: relative;
		left: -25%
	}

	.xxlarge-offset-2 {
		margin-left: 16.66667%
	}

	.xxlarge-4 {
		width: 33.33333%
	}

	.xxlarge-push-4 {
		position: relative;
		left: 33.33333%
	}

	.xxlarge-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.xxlarge-offset-3 {
		margin-left: 25%
	}

	.xxlarge-5 {
		width: 41.66667%
	}

	.xxlarge-push-5 {
		position: relative;
		left: 41.66667%
	}

	.xxlarge-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.xxlarge-offset-4 {
		margin-left: 33.33333%
	}

	.xxlarge-6 {
		width: 50%
	}

	.xxlarge-push-6 {
		position: relative;
		left: 50%
	}

	.xxlarge-pull-6 {
		position: relative;
		left: -50%
	}

	.xxlarge-offset-5 {
		margin-left: 41.66667%
	}

	.xxlarge-7 {
		width: 58.33333%
	}

	.xxlarge-push-7 {
		position: relative;
		left: 58.33333%
	}

	.xxlarge-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.xxlarge-offset-6 {
		margin-left: 50%
	}

	.xxlarge-8 {
		width: 66.66667%
	}

	.xxlarge-push-8 {
		position: relative;
		left: 66.66667%
	}

	.xxlarge-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.xxlarge-offset-7 {
		margin-left: 58.33333%
	}

	.xxlarge-9 {
		width: 75%
	}

	.xxlarge-push-9 {
		position: relative;
		left: 75%
	}

	.xxlarge-pull-9 {
		position: relative;
		left: -75%
	}

	.xxlarge-offset-8 {
		margin-left: 66.66667%
	}

	.xxlarge-10 {
		width: 83.33333%
	}

	.xxlarge-push-10 {
		position: relative;
		left: 83.33333%
	}

	.xxlarge-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.xxlarge-offset-9 {
		margin-left: 75%
	}

	.xxlarge-11 {
		width: 91.66667%
	}

	.xxlarge-push-11 {
		position: relative;
		left: 91.66667%
	}

	.xxlarge-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.xxlarge-offset-10 {
		margin-left: 83.33333%
	}

	.xxlarge-12 {
		width: 100%
	}

	.xxlarge-offset-11 {
		margin-left: 91.66667%
	}

	.xxlarge-up-1>.column,
	.xxlarge-up-1>.columns {
		float: left;
		width: 100%
	}

	.xxlarge-up-1>.column:nth-of-type(1n),
	.xxlarge-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-1>.column:nth-of-type(1n+1),
	.xxlarge-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.xxlarge-up-1>.column:last-child,
	.xxlarge-up-1>.columns:last-child {
		float: left
	}

	.xxlarge-up-2>.column,
	.xxlarge-up-2>.columns {
		float: left;
		width: 50%
	}

	.xxlarge-up-2>.column:nth-of-type(1n),
	.xxlarge-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-2>.column:nth-of-type(2n+1),
	.xxlarge-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}

	.xxlarge-up-2>.column:last-child,
	.xxlarge-up-2>.columns:last-child {
		float: left
	}

	.xxlarge-up-3>.column,
	.xxlarge-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.xxlarge-up-3>.column:nth-of-type(1n),
	.xxlarge-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-3>.column:nth-of-type(3n+1),
	.xxlarge-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.xxlarge-up-3>.column:last-child,
	.xxlarge-up-3>.columns:last-child {
		float: left
	}

	.xxlarge-up-4>.column,
	.xxlarge-up-4>.columns {
		float: left;
		width: 25%
	}

	.xxlarge-up-4>.column:nth-of-type(1n),
	.xxlarge-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-4>.column:nth-of-type(4n+1),
	.xxlarge-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.xxlarge-up-4>.column:last-child,
	.xxlarge-up-4>.columns:last-child {
		float: left
	}

	.xxlarge-up-5>.column,
	.xxlarge-up-5>.columns {
		float: left;
		width: 20%
	}

	.xxlarge-up-5>.column:nth-of-type(1n),
	.xxlarge-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-5>.column:nth-of-type(5n+1),
	.xxlarge-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.xxlarge-up-5>.column:last-child,
	.xxlarge-up-5>.columns:last-child {
		float: left
	}

	.xxlarge-up-6>.column,
	.xxlarge-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.xxlarge-up-6>.column:nth-of-type(1n),
	.xxlarge-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-6>.column:nth-of-type(6n+1),
	.xxlarge-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.xxlarge-up-6>.column:last-child,
	.xxlarge-up-6>.columns:last-child {
		float: left
	}

	.xxlarge-up-7>.column,
	.xxlarge-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.xxlarge-up-7>.column:nth-of-type(1n),
	.xxlarge-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-7>.column:nth-of-type(7n+1),
	.xxlarge-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.xxlarge-up-7>.column:last-child,
	.xxlarge-up-7>.columns:last-child {
		float: left
	}

	.xxlarge-up-8>.column,
	.xxlarge-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.xxlarge-up-8>.column:nth-of-type(1n),
	.xxlarge-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxlarge-up-8>.column:nth-of-type(8n+1),
	.xxlarge-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.xxlarge-up-8>.column:last-child,
	.xxlarge-up-8>.columns:last-child {
		float: left
	}

	.xxlarge-collapse>.column,
	.xxlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.xxlarge-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .xxlarge-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.xxlarge-uncollapse>.column,
	.xxlarge-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}

	.xxlarge-centered {
		margin-right: auto;
		margin-left: auto
	}

	.xxlarge-centered,
	.xxlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.xxlarge-pull-0,
	.xxlarge-push-0,
	.xxlarge-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.xxlarge-pull-0,
	.xxlarge-pull-0:last-child:not(:first-child),
	.xxlarge-push-0,
	.xxlarge-push-0:last-child:not(:first-child),
	.xxlarge-uncentered,
	.xxlarge-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.xxlarge-pull-0:last-child:not(:first-child),
	.xxlarge-push-0:last-child:not(:first-child),
	.xxlarge-uncentered:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width:118.75em) {
	.xxxlarge-1 {
		width: 8.33333%
	}

	.xxxlarge-push-1 {
		position: relative;
		left: 8.33333%
	}

	.xxxlarge-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.xxxlarge-offset-0 {
		margin-left: 0
	}

	.xxxlarge-2 {
		width: 16.66667%
	}

	.xxxlarge-push-2 {
		position: relative;
		left: 16.66667%
	}

	.xxxlarge-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.xxxlarge-offset-1 {
		margin-left: 8.33333%
	}

	.xxxlarge-3 {
		width: 25%
	}

	.xxxlarge-push-3 {
		position: relative;
		left: 25%
	}

	.xxxlarge-pull-3 {
		position: relative;
		left: -25%
	}

	.xxxlarge-offset-2 {
		margin-left: 16.66667%
	}

	.xxxlarge-4 {
		width: 33.33333%
	}

	.xxxlarge-push-4 {
		position: relative;
		left: 33.33333%
	}

	.xxxlarge-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.xxxlarge-offset-3 {
		margin-left: 25%
	}

	.xxxlarge-5 {
		width: 41.66667%
	}

	.xxxlarge-push-5 {
		position: relative;
		left: 41.66667%
	}

	.xxxlarge-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.xxxlarge-offset-4 {
		margin-left: 33.33333%
	}

	.xxxlarge-6 {
		width: 50%
	}

	.xxxlarge-push-6 {
		position: relative;
		left: 50%
	}

	.xxxlarge-pull-6 {
		position: relative;
		left: -50%
	}

	.xxxlarge-offset-5 {
		margin-left: 41.66667%
	}

	.xxxlarge-7 {
		width: 58.33333%
	}

	.xxxlarge-push-7 {
		position: relative;
		left: 58.33333%
	}

	.xxxlarge-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.xxxlarge-offset-6 {
		margin-left: 50%
	}

	.xxxlarge-8 {
		width: 66.66667%
	}

	.xxxlarge-push-8 {
		position: relative;
		left: 66.66667%
	}

	.xxxlarge-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.xxxlarge-offset-7 {
		margin-left: 58.33333%
	}

	.xxxlarge-9 {
		width: 75%
	}

	.xxxlarge-push-9 {
		position: relative;
		left: 75%
	}

	.xxxlarge-pull-9 {
		position: relative;
		left: -75%
	}

	.xxxlarge-offset-8 {
		margin-left: 66.66667%
	}

	.xxxlarge-10 {
		width: 83.33333%
	}

	.xxxlarge-push-10 {
		position: relative;
		left: 83.33333%
	}

	.xxxlarge-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.xxxlarge-offset-9 {
		margin-left: 75%
	}

	.xxxlarge-11 {
		width: 91.66667%
	}

	.xxxlarge-push-11 {
		position: relative;
		left: 91.66667%
	}

	.xxxlarge-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.xxxlarge-offset-10 {
		margin-left: 83.33333%
	}

	.xxxlarge-12 {
		width: 100%
	}

	.xxxlarge-offset-11 {
		margin-left: 91.66667%
	}

	.xxxlarge-up-1>.column,
	.xxxlarge-up-1>.columns {
		float: left;
		width: 100%
	}

	.xxxlarge-up-1>.column:nth-of-type(1n),
	.xxxlarge-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-1>.column:nth-of-type(1n+1),
	.xxxlarge-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}

	.xxxlarge-up-1>.column:last-child,
	.xxxlarge-up-1>.columns:last-child {
		float: left
	}

	.xxxlarge-up-2>.column,
	.xxxlarge-up-2>.columns {
		float: left;
		width: 50%
	}

	.xxxlarge-up-2>.column:nth-of-type(1n),
	.xxxlarge-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-2>.column:nth-of-type(2n+1),
	.xxxlarge-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}

	.xxxlarge-up-2>.column:last-child,
	.xxxlarge-up-2>.columns:last-child {
		float: left
	}

	.xxxlarge-up-3>.column,
	.xxxlarge-up-3>.columns {
		float: left;
		width: 33.33333%
	}

	.xxxlarge-up-3>.column:nth-of-type(1n),
	.xxxlarge-up-3>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-3>.column:nth-of-type(3n+1),
	.xxxlarge-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}

	.xxxlarge-up-3>.column:last-child,
	.xxxlarge-up-3>.columns:last-child {
		float: left
	}

	.xxxlarge-up-4>.column,
	.xxxlarge-up-4>.columns {
		float: left;
		width: 25%
	}

	.xxxlarge-up-4>.column:nth-of-type(1n),
	.xxxlarge-up-4>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-4>.column:nth-of-type(4n+1),
	.xxxlarge-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}

	.xxxlarge-up-4>.column:last-child,
	.xxxlarge-up-4>.columns:last-child {
		float: left
	}

	.xxxlarge-up-5>.column,
	.xxxlarge-up-5>.columns {
		float: left;
		width: 20%
	}

	.xxxlarge-up-5>.column:nth-of-type(1n),
	.xxxlarge-up-5>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-5>.column:nth-of-type(5n+1),
	.xxxlarge-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}

	.xxxlarge-up-5>.column:last-child,
	.xxxlarge-up-5>.columns:last-child {
		float: left
	}

	.xxxlarge-up-6>.column,
	.xxxlarge-up-6>.columns {
		float: left;
		width: 16.66667%
	}

	.xxxlarge-up-6>.column:nth-of-type(1n),
	.xxxlarge-up-6>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-6>.column:nth-of-type(6n+1),
	.xxxlarge-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}

	.xxxlarge-up-6>.column:last-child,
	.xxxlarge-up-6>.columns:last-child {
		float: left
	}

	.xxxlarge-up-7>.column,
	.xxxlarge-up-7>.columns {
		float: left;
		width: 14.28571%
	}

	.xxxlarge-up-7>.column:nth-of-type(1n),
	.xxxlarge-up-7>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-7>.column:nth-of-type(7n+1),
	.xxxlarge-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}

	.xxxlarge-up-7>.column:last-child,
	.xxxlarge-up-7>.columns:last-child {
		float: left
	}

	.xxxlarge-up-8>.column,
	.xxxlarge-up-8>.columns {
		float: left;
		width: 12.5%
	}

	.xxxlarge-up-8>.column:nth-of-type(1n),
	.xxxlarge-up-8>.columns:nth-of-type(1n) {
		clear: none
	}

	.xxxlarge-up-8>.column:nth-of-type(8n+1),
	.xxxlarge-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}

	.xxxlarge-up-8>.column:last-child,
	.xxxlarge-up-8>.columns:last-child {
		float: left
	}

	.xxxlarge-collapse>.column,
	.xxxlarge-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.xxxlarge-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .xxxlarge-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.xxxlarge-uncollapse>.column,
	.xxxlarge-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}

	.xxxlarge-centered {
		margin-right: auto;
		margin-left: auto
	}

	.xxxlarge-centered,
	.xxxlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}

	.xxxlarge-pull-0,
	.xxxlarge-push-0,
	.xxxlarge-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.xxxlarge-pull-0,
	.xxxlarge-pull-0:last-child:not(:first-child),
	.xxxlarge-push-0,
	.xxxlarge-push-0:last-child:not(:first-child),
	.xxxlarge-uncentered,
	.xxxlarge-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.xxxlarge-pull-0:last-child:not(:first-child),
	.xxxlarge-push-0:last-child:not(:first-child),
	.xxxlarge-uncentered:last-child:not(:first-child) {
		float: right
	}
}

.column-block {
	margin-bottom: 1.25rem
}

.column-block>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
	.column-block {
		margin-bottom: 1.25rem
	}

	.column-block>:last-child {
		margin-bottom: 0
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1.5em;
	border: 1px solid transparent;
	border-radius: 999px;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: Poppins, sans-serif;
	font-size: .9rem;
	font-weight: 600;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer
}

[data-whatinput=mouse] .button {
	outline: 0
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .8125rem
}

.button.large {
	font-size: 1.25rem
}

.button.xlarge {
	font-size: 1.625rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: #d7292f;
	color: #fff
}

.button:focus,
.button:hover {
	background-color: #ac2126;
	color: #fff
}

.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover {
	background-color: #d7292f;
	color: #fff
}

.button.primary:focus,
.button.primary:hover {
	background-color: #ad2025;
	color: #fff
}

.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover {
	background-color: #355458;
	color: #fff
}

.button.secondary:focus,
.button.secondary:hover {
	background-color: #2a4346;
	color: #fff
}

.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover {
	background-color: #3adb76;
	color: #000
}

.button.success:focus,
.button.success:hover {
	background-color: #22bb5b;
	color: #000
}

.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover {
	background-color: #ffae00;
	color: #000
}

.button.warning:focus,
.button.warning:hover {
	background-color: #cc8b00;
	color: #000
}

.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
	background-color: #cc4b37;
	color: #000
}

.button.alert:focus,
.button.alert:hover {
	background-color: #a53b2a;
	color: #000
}

.button.blue,
.button.blue.disabled,
.button.blue.disabled:focus,
.button.blue.disabled:hover,
.button.blue[disabled],
.button.blue[disabled]:focus,
.button.blue[disabled]:hover {
	background-color: #009bbf;
	color: #000
}

.button.blue:focus,
.button.blue:hover {
	background-color: #007c99;
	color: #000
}

.button.blue-shade-5,
.button.blue-shade-5.disabled,
.button.blue-shade-5.disabled:focus,
.button.blue-shade-5.disabled:hover,
.button.blue-shade-5[disabled],
.button.blue-shade-5[disabled]:focus,
.button.blue-shade-5[disabled]:hover {
	background-color: #001f26;
	color: #fff
}

.button.blue-shade-5:focus,
.button.blue-shade-5:hover {
	background-color: #00191e;
	color: #fff
}

.button.purple,
.button.purple.disabled,
.button.purple.disabled:focus,
.button.purple.disabled:hover,
.button.purple[disabled],
.button.purple[disabled]:focus,
.button.purple[disabled]:hover {
	background-color: #b32573;
	color: #fff
}

.button.purple:focus,
.button.purple:hover {
	background-color: #8f1e5c;
	color: #fff
}

.button.white,
.button.white.disabled,
.button.white.disabled:focus,
.button.white.disabled:hover,
.button.white[disabled],
.button.white[disabled]:focus,
.button.white[disabled]:hover {
	background-color: #fff;
	color: #000
}

.button.white:focus,
.button.white:hover {
	background-color: #ccc;
	color: #000
}

.button.tag,
.button.tag.disabled,
.button.tag.disabled:focus,
.button.tag.disabled:hover,
.button.tag[disabled],
.button.tag[disabled]:focus,
.button.tag[disabled]:hover {
	background-color: #dadada;
	color: #000
}

.button.tag:focus,
.button.tag:hover {
	background-color: #aeaeae;
	color: #000
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
	background-color: transparent
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
	border: 1px solid #d7292f;
	color: #d7292f
}

.button.hollow:focus,
.button.hollow:hover {
	border-color: #6c1417;
	color: #6c1417
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover {
	border: 1px solid #d7292f;
	color: #d7292f
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
	border-color: #6c1417;
	color: #6c1417
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover {
	border: 1px solid #355458;
	color: #355458
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: #1b2a2c;
	color: #1b2a2c
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: #157539;
	color: #157539
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: #805700;
	color: #805700
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.blue,
.button.hollow.blue.disabled,
.button.hollow.blue.disabled:focus,
.button.hollow.blue.disabled:hover,
.button.hollow.blue[disabled],
.button.hollow.blue[disabled]:focus,
.button.hollow.blue[disabled]:hover {
	border: 1px solid #009bbf;
	color: #009bbf
}

.button.hollow.blue:focus,
.button.hollow.blue:hover {
	border-color: #004e60;
	color: #004e60
}

.button.hollow.blue-shade-5,
.button.hollow.blue-shade-5.disabled,
.button.hollow.blue-shade-5.disabled:focus,
.button.hollow.blue-shade-5.disabled:hover,
.button.hollow.blue-shade-5[disabled],
.button.hollow.blue-shade-5[disabled]:focus,
.button.hollow.blue-shade-5[disabled]:hover {
	border: 1px solid #001f26;
	color: #001f26
}

.button.hollow.blue-shade-5:focus,
.button.hollow.blue-shade-5:hover {
	border-color: #001013;
	color: #001013
}

.button.hollow.purple,
.button.hollow.purple.disabled,
.button.hollow.purple.disabled:focus,
.button.hollow.purple.disabled:hover,
.button.hollow.purple[disabled],
.button.hollow.purple[disabled]:focus,
.button.hollow.purple[disabled]:hover {
	border: 1px solid #b32573;
	color: #b32573
}

.button.hollow.purple:focus,
.button.hollow.purple:hover {
	border-color: #5a133a;
	color: #5a133a
}

.button.hollow.white,
.button.hollow.white.disabled,
.button.hollow.white.disabled:focus,
.button.hollow.white.disabled:hover,
.button.hollow.white[disabled],
.button.hollow.white[disabled]:focus,
.button.hollow.white[disabled]:hover {
	border: 1px solid #fff;
	color: #fff
}

.button.hollow.white:focus,
.button.hollow.white:hover {
	border-color: gray;
	color: gray
}

.button.hollow.tag,
.button.hollow.tag.disabled,
.button.hollow.tag.disabled:focus,
.button.hollow.tag.disabled:hover,
.button.hollow.tag[disabled],
.button.hollow.tag[disabled]:focus,
.button.hollow.tag[disabled]:hover {
	border: 1px solid #dadada;
	color: #dadada
}

.button.hollow.tag:focus,
.button.hollow.tag:hover {
	border-color: #6d6d6d;
	color: #6d6d6d
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
	border-color: transparent;
	background-color: transparent
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
	color: #d7292f
}

.button.clear:focus,
.button.clear:hover {
	color: #6c1417
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover {
	color: #d7292f
}

.button.clear.primary:focus,
.button.clear.primary:hover {
	color: #6c1417
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover {
	color: #355458
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
	color: #1b2a2c
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover {
	color: #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
	color: #157539
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover {
	color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
	color: #805700
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover {
	color: #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
	color: #67251a
}

.button.clear.blue,
.button.clear.blue.disabled,
.button.clear.blue.disabled:focus,
.button.clear.blue.disabled:hover,
.button.clear.blue[disabled],
.button.clear.blue[disabled]:focus,
.button.clear.blue[disabled]:hover {
	color: #009bbf
}

.button.clear.blue:focus,
.button.clear.blue:hover {
	color: #004e60
}

.button.clear.blue-shade-5,
.button.clear.blue-shade-5.disabled,
.button.clear.blue-shade-5.disabled:focus,
.button.clear.blue-shade-5.disabled:hover,
.button.clear.blue-shade-5[disabled],
.button.clear.blue-shade-5[disabled]:focus,
.button.clear.blue-shade-5[disabled]:hover {
	color: #001f26
}

.button.clear.blue-shade-5:focus,
.button.clear.blue-shade-5:hover {
	color: #001013
}

.button.clear.purple,
.button.clear.purple.disabled,
.button.clear.purple.disabled:focus,
.button.clear.purple.disabled:hover,
.button.clear.purple[disabled],
.button.clear.purple[disabled]:focus,
.button.clear.purple[disabled]:hover {
	color: #b32573
}

.button.clear.purple:focus,
.button.clear.purple:hover {
	color: #5a133a
}

.button.clear.white,
.button.clear.white.disabled,
.button.clear.white.disabled:focus,
.button.clear.white.disabled:hover,
.button.clear.white[disabled],
.button.clear.white[disabled]:focus,
.button.clear.white[disabled]:hover {
	color: #fff
}

.button.clear.white:focus,
.button.clear.white:hover {
	color: gray
}

.button.clear.tag,
.button.clear.tag.disabled,
.button.clear.tag.disabled:focus,
.button.clear.tag.disabled:hover,
.button.clear.tag[disabled],
.button.clear.tag[disabled]:focus,
.button.clear.tag[disabled]:hover {
	color: #dadada
}

.button.clear.tag:focus,
.button.clear.tag:hover {
	color: #6d6d6d
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1.5em
}

.button.dropdown.clear::after,
.button.dropdown.hollow::after {
	border-top-color: #d7292f
}

.button.dropdown.clear.primary::after,
.button.dropdown.hollow.primary::after {
	border-top-color: #d7292f
}

.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after {
	border-top-color: #355458
}

.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after {
	border-top-color: #3adb76
}

.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00
}

.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37
}

.button.dropdown.clear.blue::after,
.button.dropdown.hollow.blue::after {
	border-top-color: #009bbf
}

.button.dropdown.clear.blue-shade-5::after,
.button.dropdown.hollow.blue-shade-5::after {
	border-top-color: #001f26
}

.button.dropdown.clear.purple::after,
.button.dropdown.hollow.purple::after {
	border-top-color: #b32573
}

.button.dropdown.clear.white::after,
.button.dropdown.hollow.white::after {
	border-top-color: #fff
}

.button.dropdown.clear.tag::after,
.button.dropdown.hollow.tag::after {
	border-top-color: #dadada
}

.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0
}

a.button:focus,
a.button:hover {
	text-decoration: none
}

.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.button-group::after,
.button-group::before {
	display: table;
	content: ' ';
	-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
}

.button-group::after {
	clear: both
}

.button-group::after,
.button-group::before {
	display: none
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: .9rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.button-group .button:last-child {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: .6rem
}

.button-group.small .button {
	font-size: .8125rem
}

.button-group.large .button {
	font-size: 1.25rem
}

.button-group.xlarge .button {
	font-size: 1.625rem
}

.button-group.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	margin-right: 0
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover {
	background-color: #d7292f;
	color: #fff
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
	background-color: #ad2025;
	color: #fff
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover {
	background-color: #355458;
	color: #fff
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
	background-color: #2a4346;
	color: #fff
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover {
	background-color: #3adb76;
	color: #000
}

.button-group.success .button:focus,
.button-group.success .button:hover {
	background-color: #22bb5b;
	color: #000
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover {
	background-color: #ffae00;
	color: #000
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
	background-color: #cc8b00;
	color: #000
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover {
	background-color: #cc4b37;
	color: #000
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
	background-color: #a53b2a;
	color: #000
}

.button-group.blue .button,
.button-group.blue .button.disabled,
.button-group.blue .button.disabled:focus,
.button-group.blue .button.disabled:hover,
.button-group.blue .button[disabled],
.button-group.blue .button[disabled]:focus,
.button-group.blue .button[disabled]:hover {
	background-color: #009bbf;
	color: #000
}

.button-group.blue .button:focus,
.button-group.blue .button:hover {
	background-color: #007c99;
	color: #000
}

.button-group.blue-shade-5 .button,
.button-group.blue-shade-5 .button.disabled,
.button-group.blue-shade-5 .button.disabled:focus,
.button-group.blue-shade-5 .button.disabled:hover,
.button-group.blue-shade-5 .button[disabled],
.button-group.blue-shade-5 .button[disabled]:focus,
.button-group.blue-shade-5 .button[disabled]:hover {
	background-color: #001f26;
	color: #fff
}

.button-group.blue-shade-5 .button:focus,
.button-group.blue-shade-5 .button:hover {
	background-color: #00191e;
	color: #fff
}

.button-group.purple .button,
.button-group.purple .button.disabled,
.button-group.purple .button.disabled:focus,
.button-group.purple .button.disabled:hover,
.button-group.purple .button[disabled],
.button-group.purple .button[disabled]:focus,
.button-group.purple .button[disabled]:hover {
	background-color: #b32573;
	color: #fff
}

.button-group.purple .button:focus,
.button-group.purple .button:hover {
	background-color: #8f1e5c;
	color: #fff
}

.button-group.white .button,
.button-group.white .button.disabled,
.button-group.white .button.disabled:focus,
.button-group.white .button.disabled:hover,
.button-group.white .button[disabled],
.button-group.white .button[disabled]:focus,
.button-group.white .button[disabled]:hover {
	background-color: #fff;
	color: #000
}

.button-group.white .button:focus,
.button-group.white .button:hover {
	background-color: #ccc;
	color: #000
}

.button-group.tag .button,
.button-group.tag .button.disabled,
.button-group.tag .button.disabled:focus,
.button-group.tag .button.disabled:hover,
.button-group.tag .button[disabled],
.button-group.tag .button[disabled]:focus,
.button-group.tag .button[disabled]:hover {
	background-color: #dadada;
	color: #000
}

.button-group.tag .button:focus,
.button-group.tag .button:hover {
	background-color: #aeaeae;
	color: #000
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
	background-color: transparent
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover {
	border: 1px solid #d7292f;
	color: #d7292f
}

.button-group.hollow .button:focus,
.button-group.hollow .button:hover {
	border-color: #6c1417;
	color: #6c1417
}

.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover {
	border: 1px solid #d7292f;
	color: #d7292f
}

.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover {
	border-color: #6c1417;
	color: #6c1417
}

.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover {
	border: 1px solid #355458;
	color: #355458
}

.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover {
	border-color: #1b2a2c;
	color: #1b2a2c
}

.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover {
	border-color: #157539;
	color: #157539
}

.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover {
	border-color: #805700;
	color: #805700
}

.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover {
	border-color: #67251a;
	color: #67251a
}

.button-group.hollow .button.blue,
.button-group.hollow .button.blue.disabled,
.button-group.hollow .button.blue.disabled:focus,
.button-group.hollow .button.blue.disabled:hover,
.button-group.hollow .button.blue[disabled],
.button-group.hollow .button.blue[disabled]:focus,
.button-group.hollow .button.blue[disabled]:hover,
.button-group.hollow.blue .button,
.button-group.hollow.blue .button.disabled,
.button-group.hollow.blue .button.disabled:focus,
.button-group.hollow.blue .button.disabled:hover,
.button-group.hollow.blue .button[disabled],
.button-group.hollow.blue .button[disabled]:focus,
.button-group.hollow.blue .button[disabled]:hover {
	border: 1px solid #009bbf;
	color: #009bbf
}

.button-group.hollow .button.blue:focus,
.button-group.hollow .button.blue:hover,
.button-group.hollow.blue .button:focus,
.button-group.hollow.blue .button:hover {
	border-color: #004e60;
	color: #004e60
}

.button-group.hollow .button.blue-shade-5,
.button-group.hollow .button.blue-shade-5.disabled,
.button-group.hollow .button.blue-shade-5.disabled:focus,
.button-group.hollow .button.blue-shade-5.disabled:hover,
.button-group.hollow .button.blue-shade-5[disabled],
.button-group.hollow .button.blue-shade-5[disabled]:focus,
.button-group.hollow .button.blue-shade-5[disabled]:hover,
.button-group.hollow.blue-shade-5 .button,
.button-group.hollow.blue-shade-5 .button.disabled,
.button-group.hollow.blue-shade-5 .button.disabled:focus,
.button-group.hollow.blue-shade-5 .button.disabled:hover,
.button-group.hollow.blue-shade-5 .button[disabled],
.button-group.hollow.blue-shade-5 .button[disabled]:focus,
.button-group.hollow.blue-shade-5 .button[disabled]:hover {
	border: 1px solid #001f26;
	color: #001f26
}

.button-group.hollow .button.blue-shade-5:focus,
.button-group.hollow .button.blue-shade-5:hover,
.button-group.hollow.blue-shade-5 .button:focus,
.button-group.hollow.blue-shade-5 .button:hover {
	border-color: #001013;
	color: #001013
}

.button-group.hollow .button.purple,
.button-group.hollow .button.purple.disabled,
.button-group.hollow .button.purple.disabled:focus,
.button-group.hollow .button.purple.disabled:hover,
.button-group.hollow .button.purple[disabled],
.button-group.hollow .button.purple[disabled]:focus,
.button-group.hollow .button.purple[disabled]:hover,
.button-group.hollow.purple .button,
.button-group.hollow.purple .button.disabled,
.button-group.hollow.purple .button.disabled:focus,
.button-group.hollow.purple .button.disabled:hover,
.button-group.hollow.purple .button[disabled],
.button-group.hollow.purple .button[disabled]:focus,
.button-group.hollow.purple .button[disabled]:hover {
	border: 1px solid #b32573;
	color: #b32573
}

.button-group.hollow .button.purple:focus,
.button-group.hollow .button.purple:hover,
.button-group.hollow.purple .button:focus,
.button-group.hollow.purple .button:hover {
	border-color: #5a133a;
	color: #5a133a
}

.button-group.hollow .button.white,
.button-group.hollow .button.white.disabled,
.button-group.hollow .button.white.disabled:focus,
.button-group.hollow .button.white.disabled:hover,
.button-group.hollow .button.white[disabled],
.button-group.hollow .button.white[disabled]:focus,
.button-group.hollow .button.white[disabled]:hover,
.button-group.hollow.white .button,
.button-group.hollow.white .button.disabled,
.button-group.hollow.white .button.disabled:focus,
.button-group.hollow.white .button.disabled:hover,
.button-group.hollow.white .button[disabled],
.button-group.hollow.white .button[disabled]:focus,
.button-group.hollow.white .button[disabled]:hover {
	border: 1px solid #fff;
	color: #fff
}

.button-group.hollow .button.white:focus,
.button-group.hollow .button.white:hover,
.button-group.hollow.white .button:focus,
.button-group.hollow.white .button:hover {
	border-color: gray;
	color: gray
}

.button-group.hollow .button.tag,
.button-group.hollow .button.tag.disabled,
.button-group.hollow .button.tag.disabled:focus,
.button-group.hollow .button.tag.disabled:hover,
.button-group.hollow .button.tag[disabled],
.button-group.hollow .button.tag[disabled]:focus,
.button-group.hollow .button.tag[disabled]:hover,
.button-group.hollow.tag .button,
.button-group.hollow.tag .button.disabled,
.button-group.hollow.tag .button.disabled:focus,
.button-group.hollow.tag .button.disabled:hover,
.button-group.hollow.tag .button[disabled],
.button-group.hollow.tag .button[disabled]:focus,
.button-group.hollow.tag .button[disabled]:hover {
	border: 1px solid #dadada;
	color: #dadada
}

.button-group.hollow .button.tag:focus,
.button-group.hollow .button.tag:hover,
.button-group.hollow.tag .button:focus,
.button-group.hollow.tag .button:hover {
	border-color: #6d6d6d;
	color: #6d6d6d
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
	border-color: transparent;
	background-color: transparent
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover {
	color: #d7292f
}

.button-group.clear .button:focus,
.button-group.clear .button:hover {
	color: #6c1417
}

.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover {
	color: #d7292f
}

.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover {
	color: #6c1417
}

.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover {
	color: #355458
}

.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover {
	color: #1b2a2c
}

.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover {
	color: #3adb76
}

.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover {
	color: #157539
}

.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover {
	color: #ffae00
}

.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover {
	color: #805700
}

.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover {
	color: #cc4b37
}

.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover {
	color: #67251a
}

.button-group.clear .button.blue,
.button-group.clear .button.blue.disabled,
.button-group.clear .button.blue.disabled:focus,
.button-group.clear .button.blue.disabled:hover,
.button-group.clear .button.blue[disabled],
.button-group.clear .button.blue[disabled]:focus,
.button-group.clear .button.blue[disabled]:hover,
.button-group.clear.blue .button,
.button-group.clear.blue .button.disabled,
.button-group.clear.blue .button.disabled:focus,
.button-group.clear.blue .button.disabled:hover,
.button-group.clear.blue .button[disabled],
.button-group.clear.blue .button[disabled]:focus,
.button-group.clear.blue .button[disabled]:hover {
	color: #009bbf
}

.button-group.clear .button.blue:focus,
.button-group.clear .button.blue:hover,
.button-group.clear.blue .button:focus,
.button-group.clear.blue .button:hover {
	color: #004e60
}

.button-group.clear .button.blue-shade-5,
.button-group.clear .button.blue-shade-5.disabled,
.button-group.clear .button.blue-shade-5.disabled:focus,
.button-group.clear .button.blue-shade-5.disabled:hover,
.button-group.clear .button.blue-shade-5[disabled],
.button-group.clear .button.blue-shade-5[disabled]:focus,
.button-group.clear .button.blue-shade-5[disabled]:hover,
.button-group.clear.blue-shade-5 .button,
.button-group.clear.blue-shade-5 .button.disabled,
.button-group.clear.blue-shade-5 .button.disabled:focus,
.button-group.clear.blue-shade-5 .button.disabled:hover,
.button-group.clear.blue-shade-5 .button[disabled],
.button-group.clear.blue-shade-5 .button[disabled]:focus,
.button-group.clear.blue-shade-5 .button[disabled]:hover {
	color: #001f26
}

.button-group.clear .button.blue-shade-5:focus,
.button-group.clear .button.blue-shade-5:hover,
.button-group.clear.blue-shade-5 .button:focus,
.button-group.clear.blue-shade-5 .button:hover {
	color: #001013
}

.button-group.clear .button.purple,
.button-group.clear .button.purple.disabled,
.button-group.clear .button.purple.disabled:focus,
.button-group.clear .button.purple.disabled:hover,
.button-group.clear .button.purple[disabled],
.button-group.clear .button.purple[disabled]:focus,
.button-group.clear .button.purple[disabled]:hover,
.button-group.clear.purple .button,
.button-group.clear.purple .button.disabled,
.button-group.clear.purple .button.disabled:focus,
.button-group.clear.purple .button.disabled:hover,
.button-group.clear.purple .button[disabled],
.button-group.clear.purple .button[disabled]:focus,
.button-group.clear.purple .button[disabled]:hover {
	color: #b32573
}

.button-group.clear .button.purple:focus,
.button-group.clear .button.purple:hover,
.button-group.clear.purple .button:focus,
.button-group.clear.purple .button:hover {
	color: #5a133a
}

.button-group.clear .button.white,
.button-group.clear .button.white.disabled,
.button-group.clear .button.white.disabled:focus,
.button-group.clear .button.white.disabled:hover,
.button-group.clear .button.white[disabled],
.button-group.clear .button.white[disabled]:focus,
.button-group.clear .button.white[disabled]:hover,
.button-group.clear.white .button,
.button-group.clear.white .button.disabled,
.button-group.clear.white .button.disabled:focus,
.button-group.clear.white .button.disabled:hover,
.button-group.clear.white .button[disabled],
.button-group.clear.white .button[disabled]:focus,
.button-group.clear.white .button[disabled]:hover {
	color: #fff
}

.button-group.clear .button.white:focus,
.button-group.clear .button.white:hover,
.button-group.clear.white .button:focus,
.button-group.clear.white .button:hover {
	color: gray
}

.button-group.clear .button.tag,
.button-group.clear .button.tag.disabled,
.button-group.clear .button.tag.disabled:focus,
.button-group.clear .button.tag.disabled:hover,
.button-group.clear .button.tag[disabled],
.button-group.clear .button.tag[disabled]:focus,
.button-group.clear .button.tag[disabled]:hover,
.button-group.clear.tag .button,
.button-group.clear.tag .button.disabled,
.button-group.clear.tag .button.disabled:focus,
.button-group.clear.tag .button.disabled:hover,
.button-group.clear.tag .button[disabled],
.button-group.clear.tag .button[disabled]:focus,
.button-group.clear.tag .button[disabled]:hover {
	color: #dadada
}

.button-group.clear .button.tag:focus,
.button-group.clear .button.tag:hover,
.button-group.clear.tag .button:focus,
.button-group.clear.tag .button:hover {
	color: #6d6d6d
}

.button-group.no-gaps .button {
	margin-right: -.0625rem
}

.button-group.no-gaps .button+.button {
	border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
	margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	margin-right: 0
}

@media print,
screen and (min-width:40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}

@media print,
screen and (max-width:39.99875em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}

	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

@media print,
screen and (max-width:63.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block
	}

	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0
	}
}

.accordion {
	margin-left: 0;
	background: #fff;
	list-style-type: none
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed
}

.accordion-item:first-child>:first-child {
	border-radius: 0
}

.accordion-item:last-child>:last-child {
	border-radius: 0
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #f6f9f8;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #d7292f
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #f6f9f8;
	border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: #f6f9f8
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: "+"
}

.is-active>.accordion-title::before {
	content: "–"
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #f6f9f8;
	border-bottom: 0;
	background-color: #fff;
	color: #355458
}

:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #f6f9f8
}

.flex-video,
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
	padding-bottom: 56.25%
}

.tabs {
	margin: 0;
	border: 1px solid #f6f9f8;
	background: 0 0;
	list-style-type: none
}

.tabs::after,
.tabs::before {
	display: table;
	content: ' ';
	-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 {
	display: block;
	float: none;
	width: auto
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: 0 0
}

.tabs.primary {
	background: #d7292f
}

.tabs.primary>li>a {
	color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
	background: #cd262c
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 0;
	font-size: .75rem;
	line-height: 1;
	color: #d7292f
}

[data-whatinput=mouse] .tabs-title>a {
	outline: 0
}

.tabs-title>a:hover {
	background: 0 0;
	color: #b92328
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
	background: #f6f9f8;
	color: #d7292f
}

.tabs-content {
	border: 1px solid #f6f9f8;
	border-top: 0;
	background: 0 0;
	color: #355458;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.tabs-content.vertical {
	border: 1px solid #f6f9f8;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 0
}

.tabs-panel.is-active {
	display: block
}

html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}

html.is-reveal-open body {
	overflow-y: hidden
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(0, 0, 0, .45);
	overflow-y: auto
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}

[data-whatinput=mouse] .reveal {
	outline: 0
}

@media print,
screen and (min-width:40em) {
	.reveal {
		min-height: 0
	}
}

.reveal .column,
.reveal .columns {
	min-width: 0
}

.reveal>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 101.25rem
	}
}

.reveal.collapse {
	padding: 0
}

@media print,
screen and (min-width:40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 101.25rem
	}
}

@media print,
screen and (min-width:40em) {
	.reveal.small {
		width: 50%;
		max-width: 101.25rem
	}
}

@media print,
screen and (min-width:40em) {
	.reveal.large {
		width: 90%;
		max-width: 101.25rem
	}
}

.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}

@media print,
screen and (max-width:39.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0
	}
}

.reveal.without-overlay {
	position: fixed
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix::after,
.clearfix::before {
	display: table;
	content: ' ';
	-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
}

.clearfix::after {
	clear: both
}

.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-left.vertical.menu>li>a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.align-right.vertical.menu>li>a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-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-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

@media print,
screen and (min-width:40em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,
screen and (min-width:64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

@media screen and (min-width:75em) {
	.xlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.xlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.xlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.xlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.xlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.xlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

@media screen and (min-width:90em) {
	.xxlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.xxlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.xxlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.xxlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.xxlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.xxlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

@media screen and (min-width:118.75em) {
	.xxxlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.xxxlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.xxxlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.xxxlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.xxxlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.xxxlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width:64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media screen and (min-width:75em) {
	.xlarge-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.xlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.xlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.xlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.xlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.xlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.xlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.xlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media screen and (min-width:90em) {
	.xxlarge-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.xxlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.xxlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.xxlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.xxlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.xxlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.xxlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.xxlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media screen and (min-width:118.75em) {
	.xxxlarge-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.xxxlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.xxxlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.xxxlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.xxxlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.xxxlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.xxxlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.xxxlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print,
screen and (min-width:40em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width:39.99875em) {
	.show-for-medium {
		display: none !important
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media print,
screen and (min-width:64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width:63.99875em) {
	.show-for-large {
		display: none !important
	}
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width:75em) {
	.hide-for-xlarge {
		display: none !important
	}
}

@media screen and (max-width:74.99875em) {
	.show-for-xlarge {
		display: none !important
	}
}

@media screen and (min-width:75em) and (max-width:89.99875em) {
	.hide-for-xlarge-only {
		display: none !important
	}
}

@media screen and (max-width:74.99875em),
screen and (min-width:90em) {
	.show-for-xlarge-only {
		display: none !important
	}
}

@media screen and (min-width:90em) {
	.hide-for-xxlarge {
		display: none !important
	}
}

@media screen and (max-width:89.99875em) {
	.show-for-xxlarge {
		display: none !important
	}
}

@media screen and (min-width:90em) and (max-width:118.74875em) {
	.hide-for-xxlarge-only {
		display: none !important
	}
}

@media screen and (max-width:89.99875em),
screen and (min-width:118.75em) {
	.show-for-xxlarge-only {
		display: none !important
	}
}

@media screen and (min-width:118.75em) {
	.hide-for-xxxlarge {
		display: none !important
	}
}

@media screen and (max-width:118.74875em) {
	.show-for-xxxlarge {
		display: none !important
	}
}

@media screen and (min-width:118.75em) {
	.hide-for-xxxlarge-only {
		display: none !important
	}
}

@media screen and (max-width:118.74875em) {
	.show-for-xxxlarge-only {
		display: none !important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important
}

.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
	}
}

.text-center {
	text-align: center
}

iframe {
	border: 0
}

@media screen and (min-width:0\0) {
	[data-aos^=fade] {
		opacity: 1 !important
	}

	[data-aos^=fade-up] {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}

	[data-aos^=fade-left] {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}

	[data-aos^=fade-right] {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}
}

blockquote {
	position: relative;
	margin: 2.5rem 1.25rem;
	padding: 1.25rem 0 0;
	border: 0
}

blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.625rem;
	height: .375rem;
	background-color: #d7292f
}

blockquote:before.theme-blue {
	background-color: #009bbf
}

blockquote:before.theme-purple {
	background-color: #b32573
}

blockquote:before.theme-red {
	background-color: #d7292f
}

blockquote:before.theme-orange {
	background-color: #ff9f18
}

blockquote:before.theme-green {
	background-color: #9ecd24
}

@media screen and (min-width:75em) {
	blockquote {
		margin: 3.75rem 1.25rem
	}
}

blockquote p {
	font-size: 1.375rem;
	font-family: Lato, sans-serif;
	font-style: italic;
	font-weight: 400 !important;
	line-height: 1.26;
	color: #355458;
	letter-spacing: -.03em
}

@media print,
screen and (min-width:40em) {
	blockquote p {
		font-size: 1.625rem
	}
}

@media screen and (min-width:75em) {
	blockquote p {
		font-size: 1.875rem
	}
}

@media screen and (min-width:118.75em) {
	blockquote p {
		font-size: 3.125rem
	}
}

blockquote p:after {
	content: "\201d";
	height: 3.75rem;
	position: absolute;
	bottom: -1.75rem;
	color: #d7292f;
	font-size: 8.125rem;
	line-height: 1;
	font-family: Poppins, sans-serif
}

blockquote.theme-blue:before {
	background-color: #009bbf
}

blockquote.theme-blue p:after {
	color: #009bbf
}

blockquote.theme-purple:before {
	background-color: #b32573
}

blockquote.theme-purple p:after {
	color: #b32573
}

blockquote.theme-red:before {
	background-color: #d7292f
}

blockquote.theme-red p:after {
	color: #d7292f
}

blockquote.theme-orange:before {
	background-color: #ff9f18
}

blockquote.theme-orange p:after {
	color: #ff9f18
}

blockquote.theme-green:before {
	background-color: #9ecd24
}

blockquote.theme-green p:after {
	color: #9ecd24
}

body.lock-scroll {
	overflow: hidden
}

@media print,
screen and (min-width:64em) {
	body.lock-scroll {
		overflow: visible
	}
}

::-moz-selection {
	background: rgba(215, 41, 47, .15);
	color: #561013
}

::selection {
	background: rgba(215, 41, 47, .15);
	color: #561013
}

.h1,
h1 {
	letter-spacing: -.03em
}

.h2,
h2 {
	letter-spacing: -.03em
}

.h3,
h3 {
	letter-spacing: -.02em
}

.h1-large {
	font-size: 3.4375rem
}

@media screen and (min-width:75em) {
	.h1-large {
		font-size: 5rem
	}
}

@media screen and (min-width:118.75em) {
	.h1-large {
		font-size: 6.25rem
	}
}

.h1-large:after {
	content: "";
	display: block;
	border-top: 5px solid #d7292f;
	width: 2.8rem;
	margin: .75rem auto
}

.s-title-small {
	font-size: 1.875rem;
	line-height: 1.26;
	margin-bottom: 1.25rem
}

@media print,
screen and (min-width:40em) {
	.s-title-small {
		font-size: 2.5rem
	}
}

@media screen and (min-width:118.75em) {
	.s-title-small {
		font-size: 3.125rem
	}
}

.s-title-medium {
	margin-bottom: 1.25rem;
	font-size: 2.5rem;
	line-height: 1.26;
	letter-spacing: -.03em
}

@media print,
screen and (min-width:40em) {
	.s-title-medium {
		font-size: 3.75rem
	}
}

@media screen and (min-width:75em) {
	.s-title-medium {
		font-size: 5rem
	}
}

@media screen and (min-width:118.75em) {
	.s-title-medium {
		font-size: 6.25rem
	}
}

.s-title-large {
	margin-bottom: 1.875rem;
	font-size: 3.4375rem;
	line-height: 1.1;
	letter-spacing: -.04em
}

@media print,
screen and (min-width:40em) {
	.s-title-large {
		font-size: 5.625rem
	}
}

@media screen and (min-width:75em) {
	.s-title-large {
		font-size: 7.5rem
	}
}

@media screen and (min-width:118.75em) {
	.s-title-large {
		font-size: 9.375rem
	}
}

p.intro {
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: -.03em
}

@media print,
screen and (min-width:40em) {
	p.intro {
		font-size: 1.375rem
	}
}

@media screen and (min-width:75em) {
	p.intro {
		font-size: 1.625rem
	}
}

.small-text {
	font-size: .75rem;
	line-height: 1.26
}

.call-out-text {
	font-size: 1.25rem;
	line-height: 1.26;
	font-weight: 600;
	font-family: Poppins, sans-serif;
	letter-spacing: -.02em
}

@media screen and (min-width:118.75em) {
	.call-out-text {
		font-size: 1.5rem
	}
}

.date,
time {
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: -.02em
}

.category,
.reading-time {
	display: inline-block;
	font-size: .8125rem
}

.reading-time::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384'  fill='%2386989B' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m343.59375 101.039062c-7.953125 3.847657-11.28125 13.417969-7.433594 21.367188 10.511719 21.714844 15.839844 45.121094 15.839844 69.59375 0 88.222656-71.777344 160-160 160s-160-71.777344-160-160 71.777344-160 160-160c36.558594 0 70.902344 11.9375 99.328125 34.519531 6.894531 5.503907 16.976563 4.351563 22.480469-2.566406 5.503906-6.914063 4.351562-16.984375-2.570313-22.480469-33.652343-26.746094-76-41.472656-119.238281-41.472656-105.863281 0-192 86.136719-192 192s86.136719 192 192 192 192-86.136719 192-192c0-29.335938-6.40625-57.449219-19.039062-83.527344-3.839844-7.96875-13.441407-11.289062-21.367188-7.433594zm0 0'/%3E%3Cpath d='m192 64c-8.832031 0-16 7.167969-16 16v112c0 8.832031 7.167969 16 16 16h80c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16h-64v-96c0-8.832031-7.167969-16-16-16zm0 0'/%3E%3C/svg%3E")
}

.category {
	color: #355458;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	text-transform: uppercase;
	font-size: .6rem;
	background: #f6f9f8;
	padding: .45rem;
	margin: 0 .25rem .25rem 0;
	border-radius: .75rem
}

.category:hover {
	color: #fff;
	background: #2a4346
}

@-webkit-keyframes lazybg {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@keyframes lazybg {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.article-content {
	margin: 2.5rem 0
}

@media print,
screen and (min-width:40em) {
	.article-content {
		margin: 2.5rem 0
	}
}

@media print,
screen and (min-width:64em) {
	.article-content {
		max-width: 101.25rem;
		margin-right: auto;
		margin-left: auto;
		margin-right: -.625rem;
		margin-left: -.625rem
	}

	.article-content::after,
	.article-content::before {
		display: table;
		content: ' ';
		-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
	}

	.article-content::after {
		clear: both
	}

	.article-content::after,
	.article-content::before {
		display: table;
		content: ' ';
		-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
	}

	.article-content::after {
		clear: both
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.article-content {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
	.article-content {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:64em) and (min-width:75em) {
	.article-content {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:64em) and (min-width:90em) {
	.article-content {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:64em) and (min-width:118.75em) {
	.article-content {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:75em) {
	.article-content {
		margin: 6.25rem 0
	}
}

.article-content__main img {
	width: 100% auto !important;
	height: auto !important
}

@media print,
screen and (min-width:64em) {
	.article-content__main {
		width: 75%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.article-content__main {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) {

	.article-content__main,
	.article-content__main:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.article-content__main:last-child:not(:first-child) {
		float: right
	}
}

.article-content__main>p:first-of-type {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media print,
screen and (min-width:64em) {
	.article-content__main>p:first-of-type {
		font-size: 1.75rem
	}
}

.article-content__main>p:first-of-type::after {
	content: "";
	display: block;
	border-top: 3px solid #d7292f;
	margin-top: 1rem;
	width: 5%
}

.article-content__main>ol a,
.article-content__main>p a,
.article-content__main>ul a {
	color: #355458;
	-webkit-box-shadow: inset 0 -.05rem 0 0 #d7292f;
	box-shadow: inset 0 -.05rem 0 0 #d7292f;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in
}

.article-content__main>ol a:hover,
.article-content__main>p a:hover,
.article-content__main>ul a:hover {
	color: #fff;
	-webkit-box-shadow: inset 0 2.5rem 0 0 #d7292f;
	box-shadow: inset 0 2.5rem 0 0 #d7292f
}

@media screen and (min-width:75em) {

	.article-content__main>ol,
	.article-content__main>p,
	.article-content__main>ul {
		font-size: 1.125rem;
		line-height: 1.35;
		letter-spacing: -.03em
	}
}

@media screen and (min-width:118.75em) {

	.article-content__main>ol,
	.article-content__main>p,
	.article-content__main>ul {
		font-size: 1.375rem
	}
}

.article-content__main>ol+h2,
.article-content__main>ol+h3,
.article-content__main>ol+h4,
.article-content__main>ol+h5,
.article-content__main>ol+h6,
.article-content__main>p+h2,
.article-content__main>p+h3,
.article-content__main>p+h4,
.article-content__main>p+h5,
.article-content__main>p+h6,
.article-content__main>ul+h2,
.article-content__main>ul+h3,
.article-content__main>ul+h4,
.article-content__main>ul+h5,
.article-content__main>ul+h6 {
	margin-top: 1.875rem
}

.article-content__main ol li,
.article-content__main ul li {
	margin-bottom: .46875rem
}

.article-content__main ol li:last-child,
.article-content__main ul li:last-child {
	margin-bottom: 0
}

.article-content__main ol li p:last-child,
.article-content__main ul li p:last-child {
	margin-bottom: 0
}

.article-content__main ol {
	list-style: none;
	counter-reset: decimal-list;
	padding-left: 1.875rem;
	margin-left: 0
}

.article-content__main ol li {
	counter-increment: decimal-list;
	position: relative
}

.article-content__main ol li:before {
	position: absolute;
	left: -1.875rem;
	content: counter(decimal-list) ". ";
	color: #355458;
	font-weight: 500
}

.article-content__main ul li {
	margin-left: 2rem
}

.article-content__main ul li::marker {
	color: #ac2126;
	font-size: .85rem
}

@media print,
screen and (min-width:40em) {
	.article-content__main>:not(.pull-image-text):not(blockquote) {
		width: 75%;
		margin-left: auto;
		margin-right: auto
	}
}

@media print,
screen and (max-width:63.99875em) {
	.article-content__side {
		margin-top: 3.75rem
	}
}

@media print,
screen and (min-width:64em) {
	.article-content__side {
		border-left: 1px solid #f6f9f8;
		width: 25%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.article-content__side {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) {

	.article-content__side,
	.article-content__side:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.article-content__side:last-child:not(:first-child) {
		float: right
	}
}

.article-content__side>* {
	margin-top: 2.5rem
}

.article-content__side>:first-child {
	margin-top: 0
}

@media print,
screen and (min-width:64em) {
	.article-content__side>* {
		margin-top: 3.75rem
	}
}

.banner {
	position: absolute;
	width: 100%;
	display: block;
	padding: 1.25rem 0 1.25rem;
	z-index: 3;
	background-color: #fff
}

@media print,
screen and (min-width:64em) {
	.banner {
		padding: 1.375rem 0 1.375rem
	}
}

.banner__inner {
	position: relative
}

@media print,
screen and (min-width:64em) {

	.banner__inner::after,
	.banner__inner::before {
		display: table;
		content: ' ';
		-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
	}

	.banner__inner::after {
		clear: both
	}
}

.banner__logo {
	width: 14.375rem;
	height: 1.875rem;
	display: block
}

@media print,
screen and (min-width:64em) {
	.banner__logo {
		float: left;
		margin-top: .4375rem
	}
}

@media screen and (min-width:75em) {
	.banner__logo {
		width: 20.0625rem;
		height: 2.625rem;
		margin-top: 0
	}
}

@media print,
screen and (min-width:64em) {
	.banner__menu {
		float: right;
		margin: -.375rem 0 -.375rem
	}
}

@media print,
screen and (min-width:64em) {
	.banner__toggle {
		display: none
	}
}

.banner.has-sticky-style {
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
	box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
	position: fixed;
	-webkit-transform: translateY(-4.375rem);
	-ms-transform: translateY(-4.375rem);
	transform: translateY(-4.375rem);
	-webkit-animation-name: header-reveal-small;
	animation-name: header-reveal-small;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media print,
screen and (min-width:64em) {
	.banner.has-sticky-style {
		-webkit-animation-name: header-reveal-large;
		animation-name: header-reveal-large
	}
}

@media print,
screen and (max-width:63.99875em) {
	.banner.has-sticky-style.is-active {
		-webkit-animation: none;
		animation: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.banner.is-active #banner__contents {
	display: block
}

@-webkit-keyframes header-reveal-small {
	from {
		-webkit-transform: translateY(-5.125rem);
		transform: translateY(-5.125rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes header-reveal-small {
	from {
		-webkit-transform: translateY(-5.125rem);
		transform: translateY(-5.125rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes header-reveal-large {
	from {
		-webkit-transform: translateY(-4.375rem);
		transform: translateY(-4.375rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes header-reveal-large {
	from {
		-webkit-transform: translateY(-4.375rem);
		transform: translateY(-4.375rem)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media print,
screen and (max-width:63.99875em) {
	#banner__contents {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 4.375rem 0 2.5rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-y: auto;
		z-index: 1
	}
}

@media print,
screen and (min-width:64em) {

	#banner__contents::after,
	#banner__contents::before {
		display: table;
		content: ' ';
		-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
	}

	#banner__contents::after {
		clear: both
	}

	#banner__contents>* {
		float: left
	}
}

@media print,
screen and (max-width:63.99875em) {
	.banner-cta {
		padding: .75rem 1.25rem;
		margin: 1.875rem 5% 0;
		display: block;
		font-size: 1.4375rem
	}
}

@media print,
screen and (min-width:64em) {
	.banner-cta {
		position: relative;
		margin: 0 .625rem;
		bottom: -.75rem;
		padding: .85em 1.5em;
		font-size: .75rem
	}
}

@media screen and (min-width:75em) {
	.banner-cta {
		margin-left: .9375rem;
		bottom: -.5625rem;
		font-size: .875rem
	}
}

.block {
	margin: 2.5rem 0
}

@media print,
screen and (min-width:40em) {
	.block {
		margin: 3.75rem 0
	}
}

@media screen and (min-width:75em) {
	.block {
		margin: 6.25rem 0
	}
}

.block--fill {
	padding: 2.5rem 0;
	background-color: #f6f9f8
}

@media print,
screen and (min-width:40em) {
	.block--fill {
		padding: 3.75rem 0
	}
}

@media screen and (min-width:75em) {
	.block--fill {
		padding: 6.25rem 0
	}
}

.block--fill:last-child {
	margin-bottom: 0
}

.site-footer {
	position: relative;
	overflow: visible;
	padding-bottom: 4.375rem;
	z-index: 2;
	background-color: #f6f9f8
}

@media screen and (min-width:75em) {
	.site-footer {
		padding-bottom: 4rem
	}
}

.site-footer__inner {
	position: relative
}

.site-footer__nav-list {
	margin-bottom: 0;
	padding-top: 7.1875rem
}

@media screen and (min-width:75em) {
	.site-footer__nav-list {
		padding-top: 8.75rem
	}
}

.site-footer__nav-list li {
	list-style: none
}

.site-footer__nav-list span {
	display: block;
	margin-bottom: .75rem;
	font-size: .875rem;
	font-family: Poppins, sans-serif;
	line-height: 1.57;
	font-weight: 600
}

@media screen and (min-width:90em) {
	.site-footer__nav-list span {
		font-size: 1.125rem;
		margin-bottom: 1.125rem
	}
}

.site-footer__nav-list a {
	color: #355458;
	font-weight: 400;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.site-footer__nav-list a:focus,
.site-footer__nav-list a:hover {
	color: #d7292f
}

.site-footer__nav-children {
	margin: 0 0 2.25rem 0;
	font-size: .75rem;
	line-height: 1.5
}

@media screen and (min-width:90em) {
	.site-footer__nav-children {
		font-size: .8125rem
	}
}

.site-footer__nav-children li {
	margin-bottom: .9375rem
}

.site-footer__nav-children li:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:64em) {
	.site-footer__social {
		position: absolute;
		top: 3.125rem;
		right: 0;
		width: 100% !important;
		padding: 0 !important;
		text-align: right
	}

	.site-footer__social::after,
	.site-footer__social::before {
		display: table;
		content: ' ';
		-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
	}

	.site-footer__social::after {
		clear: both
	}

	.site-footer__social>* {
		float: right
	}
}

.site-footer p {
	font-size: .75rem
}

@media screen and (min-width:90em) {
	.site-footer p {
		font-size: .875rem
	}
}

@media screen and (min-width:75em) {
	.site-footer__misc {
		margin-top: 4.625rem
	}

	.site-footer__misc::after,
	.site-footer__misc::before {
		display: table;
		content: ' ';
		-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
	}

	.site-footer__misc::after {
		clear: both
	}
}

.site-footer__misc p {
	margin-bottom: .9375rem
}

@media screen and (min-width:75em) {
	.site-footer__misc p {
		margin-left: .9375rem
	}
}

@media screen and (min-width:75em) {
	.site-footer__misc p:first-child {
		margin-left: 0
	}
}

.site-footer__misc p:last-child {
	margin-bottom: 0
}

@media screen and (min-width:75em) {
	.site-footer__misc p:last-child {
		float: right
	}
}

@media screen and (min-width:75em) {
	.site-footer__misc p {
		float: left
	}
}

.article-meta {
	position: relative;
	z-index: 2;
	margin-bottom: .0625rem
}

.article-meta+>* {
	position: relative;
	z-index: 1
}

.article-meta li {
	list-style: none;
	display: inline-block
}

.article-meta time::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2386989B' d='m368 48h-48v-32c0-8.832031-7.167969-16-16-16s-16 7.167969-16 16v32h-192v-32c0-8.832031-7.167969-16-16-16s-16 7.167969-16 16v32h-48c-8.832031 0-16 7.167969-16 16v304c0 8.832031 7.167969 16 16 16h352c8.832031 0 16-7.167969 16-16v-304c0-8.832031-7.167969-16-16-16zm-336 304v-176h224c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16h-224v-64h32v16c0 8.832031 7.167969 16 16 16s16-7.167969 16-16v-16h192v16c0 8.832031 7.167969 16 16 16s16-7.167969 16-16v-16h32v64h-32c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h32v176zm0 0'/%3E%3Cpath fill='%2386989B' d='m96 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m168 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m232 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m304 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m96 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' 	d='m168 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m232 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m304 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3C/svg%3E")
}

.article-meta time:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 7px;
	margin: 0 .375rem 0 .5rem;
	background-color: #355458
}

.article-meta time:last-child:after {
	content: "";
	background: 0 0
}

.article-card {
	margin-bottom: 1.875rem;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: 2rem 0
}

.article-card:hover {
	background: #f6f9f8
}

.article-card__image {
	margin-bottom: .5rem;
	overflow: hidden
}

.article-card__image a {
	display: block
}

.article-card__image img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
	transition: transform .3s ease-in, -webkit-transform .3s ease-in;
	background: -webkit-gradient(linear, right top, left top, from(#496569), color-stop(#ebeeee), to(#9aaaac));
	background: linear-gradient(270deg, #496569, #ebeeee, #9aaaac);
	background-size: 400% 400%;
	-webkit-animation: lazybg 5s ease-out infinite alternate;
	animation: lazybg 5s ease-out infinite alternate
}

.article-card__image img:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.article-card__text>a {
	display: block;
	color: #355458
}

.article-card__text>a:hover h3 {
	color: #d7292f
}

.article-card h3 {
	margin-bottom: .0625rem;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out
}

@media print,
screen and (min-width:40em) {
	.article-card--large h3 {
		font-size: 1.75rem
	}
}

.pagination {
	clear: both;
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 1rem
}

.currentpage,
.pagination a {
	background: 0 0;
	padding: .5rem;
	border-radius: .1rem;
	min-width: 2rem;
	text-align: center;
	margin: .5rem
}

.currentpage {
	background: #f6f9f8;
	color: #72878a
}

.pagination a {
	color: #5d7679;
	border: 1px solid #aebbbc
}

.pagination a:hover {
	background: #f6f9f8
}

.article-card-group {
	position: relative
}

@media print,
screen and (min-width:40em) {

	.article-card-group::after,
	.article-card-group::before {
		display: table;
		content: ' ';
		-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
	}

	.article-card-group::after {
		clear: both
	}

	.article-card-group>:nth-last-child(-n+3) {
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.article-card-group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}

	.article-card-group>.article-card {
		float: left;
		width: 33.33333%;
		padding-right: 1.25rem;
		padding-left: 1.25rem
	}

	.article-card-group>.article-card:nth-of-type(1n) {
		clear: none
	}

	.article-card-group>.article-card:nth-of-type(3n+1) {
		clear: both
	}

	.article-card-group>.article-card:last-child {
		float: left
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) and (min-width:40em) {
	.article-card-group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) and (min-width:64em) {
	.article-card-group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:75em) {
	.article-card-group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:90em) {
	.article-card-group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:118.75em) {
	.article-card-group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:64em) {
	.article-card-group {
		margin-right: -2.625rem;
		margin-left: -2.625rem
	}

	.article-card-group>.article-card {
		float: left;
		width: 33.33333%;
		padding-right: 2.625rem;
		padding-left: 2.625rem
	}

	.article-card-group>.article-card:nth-of-type(1n) {
		clear: none
	}

	.article-card-group>.article-card:nth-of-type(3n+1) {
		clear: both
	}

	.article-card-group>.article-card:last-child {
		float: left
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.article-card-group {
		margin-right: -2.625rem;
		margin-left: -2.625rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
	.article-card-group {
		margin-right: -2.625rem;
		margin-left: -2.625rem
	}
}

@media screen and (min-width:64em) and (min-width:75em) {
	.article-card-group {
		margin-right: -2.625rem;
		margin-left: -2.625rem
	}
}

@media screen and (min-width:64em) and (min-width:90em) {
	.article-card-group {
		margin-right: -2.625rem;
		margin-left: -2.625rem
	}
}

@media screen and (min-width:64em) and (min-width:118.75em) {
	.article-card-group {
		margin-right: -2.625rem;
		margin-left: -2.625rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.article-card-group--large>.article-card {
		float: left;
		width: 50%
	}

	.article-card-group--large>.article-card:nth-of-type(1n) {
		clear: none
	}

	.article-card-group--large>.article-card:nth-of-type(2n+1) {
		clear: both
	}

	.article-card-group--large>.article-card:last-child {
		float: left
	}
}

@media print,
screen and (min-width:64em) {
	.article-card-group--large>.article-card {
		float: left;
		width: 50%
	}

	.article-card-group--large>.article-card:nth-of-type(1n) {
		clear: none
	}

	.article-card-group--large>.article-card:nth-of-type(2n+1) {
		clear: both
	}

	.article-card-group--large>.article-card:last-child {
		float: left
	}
}

.article-card-group-side__group .article-card {
	background: #f9fbfa;
	border: 1px solid #f4f7f6;
	padding: .5rem
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.article-card-group-side__group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}

	.article-card-group-side__group::after,
	.article-card-group-side__group::before {
		display: table;
		content: ' ';
		-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
	}

	.article-card-group-side__group::after {
		clear: both
	}

	.article-card-group-side__group>.article-card {
		float: left;
		width: 50%;
		padding-right: 1.25rem;
		padding-left: 1.25rem
	}

	.article-card-group-side__group>.article-card:nth-of-type(1n) {
		clear: none
	}

	.article-card-group-side__group>.article-card:nth-of-type(2n+1) {
		clear: both
	}

	.article-card-group-side__group>.article-card:last-child {
		float: left
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) and (min-width:40em) {
	.article-card-group-side__group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) and (min-width:64em) {
	.article-card-group-side__group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:75em) {
	.article-card-group-side__group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:90em) {
	.article-card-group-side__group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:118.75em) {
	.article-card-group-side__group {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.article-card-group-side__group>:nth-last-child(-n+2) {
		margin-bottom: 0
	}
}

.button.hollow {
	-webkit-transition: border-color .25s ease-out, background-color .25s ease-out, color .25s ease-out;
	transition: border-color .25s ease-out, background-color .25s ease-out, color .25s ease-out
}

.category-button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1.5em;
	border: 1px solid transparent;
	border-radius: 999px;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: Poppins, sans-serif;
	font-size: .9rem;
	font-weight: 600;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0;
	letter-spacing: -.02em;
	-webkit-transition: all ease-out .25s;
	transition: all ease-out .25s
}

[data-whatinput=mouse] .category-button {
	outline: 0
}

.category-button,
.category-button.disabled,
.category-button.disabled:focus,
.category-button.disabled:hover,
.category-button:focus,
.category-button:hover,
.category-button[disabled],
.category-button[disabled]:focus,
.category-button[disabled]:hover {
	background-color: transparent
}

.category-button,
.category-button.disabled,
.category-button.disabled:focus,
.category-button.disabled:hover,
.category-button[disabled],
.category-button[disabled]:focus,
.category-button[disabled]:hover {
	border: 1px solid #c5c7c6;
	color: #c5c7c6
}

.category-button:focus,
.category-button:hover {
	border-color: #616563;
	color: #616563
}

@media print,
screen and (min-width:40em) {
	.category-button {
		padding-top: .625rem;
		padding-bottom: .625rem;
		font-size: 1.25rem;
		letter-spacing: -.03em
	}
}

@media screen and (min-width:75em) {
	.category-button {
		font-size: 1.625rem
	}
}

.category-button a {
	color: #355458;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out
}

.category-button:hover {
	background: #eff2f1;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px)
}

ul.categories {
	text-align: center;
	margin-top: 1.875rem;
	margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
	ul.categories {
		width: 91.66667%;
		margin-left: auto;
		margin-right: auto
	}
}

ul.categories>* {
	display: inline-block;
	margin: 0 .125rem .75rem
}

@media print,
screen and (min-width:40em) {
	ul.categories>* {
		margin: 0 .375rem 1.125rem
	}
}

@media screen and (min-width:75em) {
	ul.categories>* {
		margin: 0 .75rem 1.5625rem
	}
}

.categories-side ul {
	margin-left: 0
}

.categories-side ul li {
	display: inline-block;
	margin: 0 .5rem .75rem 0
}

.categories-side ul li a {
	display: block;
	padding: .5rem .5rem;
	font-family: Lato, sans-serif;
	font-size: .625rem;
	border: 1px solid #eaedec;
	color: #355458;
	text-transform: uppercase;
	-webkit-transition: color .25s ease-out, background-color .25s ease-out;
	transition: color .25s ease-out, background-color .25s ease-out
}

.categories-side ul li a:hover {
	background-color: #f6f9f8
}

@media print,
screen and (min-width:64em) {
	.comments {
		width: 75%
	}
}

@media print,
screen and (min-width:40em) {
	.comments__content {
		width: 75%;
		margin-left: auto;
		margin-right: auto
	}
}

.divider {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 101.25rem
}

.inner {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 101.25rem
}

@media screen and (min-width:30em) {
	.inner--narrow {
		width: 75%
	}
}

@media print,
screen and (min-width:40em) {
	.inner--narrow {
		width: 90%
	}
}

main {
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden;
	padding-top: 4.375rem
}

@media print,
screen and (min-width:64em) {
	main {
		padding-top: 5.5rem
	}
}

.menu-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: .3125rem;
	right: 0;
	z-index: 2;
	background-image: url('/media/menu-icon.svg');
	background-position: top right;
	background-repeat: no-repeat
}

.menu-icon.is-active {
	background-image: url('/media/close.svg')
}

.has-sticky-style .menu-icon {
	position: fixed;
	top: 1.5625rem;
	right: 5%
}

@media print,
screen and (min-width:64em) {
	.masthead {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.masthead::after,
	.masthead::before {
		display: table;
		content: ' ';
		-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
	}

	.masthead::after {
		clear: both
	}
}

@media print,
screen and (min-width:64em) {
	.masthead__featured-article {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.masthead__featured-article::after,
	.masthead__featured-article::before {
		display: table;
		content: ' ';
		-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
	}

	.masthead__featured-article::after {
		clear: both
	}
}

.masthead__image {
	position: relative
}

.masthead__image a {
	display: block
}

@media print,
screen and (min-width:64em) {
	.masthead__image {
		width: 55%;
		float: left
	}
}

.masthead__image--border:before {
	content: "";
	position: absolute;
	top: 1.875rem;
	left: 1.875rem;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	-webkit-animation-name: border-fade;
	animation-name: border-fade;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}

.theme-blue .masthead__image--border:before {
	border-color: #009bbf
}

.theme-purple .masthead__image--border:before {
	border-color: #b32573
}

.theme-red .masthead__image--border:before {
	border-color: #d7292f
}

.theme-orange .masthead__image--border:before {
	border-color: #ff9f18
}

.theme-green .masthead__image--border:before {
	border-color: #9ecd24
}

.masthead__text {
	padding: 2.5rem 0 0
}

@media print,
screen and (max-width:63.99875em) {
	.masthead__text {
		margin-left: auto;
		margin-right: auto;
		width: 90%
	}
}

@media print,
screen and (min-width:40em) {
	.masthead__text {
		padding-top: 3.75rem
	}
}

@media print,
screen and (min-width:64em) {
	.masthead__text {
		width: 45%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		padding-top: 1.875rem;
		padding-right: 5%;
		padding-bottom: 1.875rem;
		padding-left: 3.75rem;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
}

@media screen and (min-width:75em) {
	.masthead__text {
		padding-left: 5rem
	}
}

.masthead__text>a {
	display: block;
	color: #355458
}

.masthead__text>a:hover h2 {
	color: #d7292f
}

.masthead__title {
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out
}

@media print,
screen and (min-width:64em) and (max-width:74.99875em) {
	.masthead__title {
		font-size: 2.375rem
	}
}

@media screen and (min-width:75em) {
	.masthead__title {
		max-width: 41.25rem
	}
}

.masthead img {
	width: 100%;
	position: relative
}

.masthead__pattern {
	position: absolute;
	bottom: -1.875rem;
	left: 0
}

@media print,
screen and (max-width:39.99875em) {
	.masthead__pattern {
		width: 14.375rem;
		height: 15.25rem
	}
}

@media screen and (min-width:75em) {
	.masthead__pattern {
		bottom: -5.9375rem
	}
}

@media screen and (min-width:118.75em) {
	.masthead__pattern {
		width: 28.125rem;
		height: 29.75rem
	}
}

.theme-blue .masthead__pattern {
	fill: #009bbf
}

.theme-purple .masthead__pattern {
	fill: #b32573
}

.theme-red .masthead__pattern {
	fill: #d7292f
}

.theme-orange .masthead__pattern {
	fill: #ff9f18
}

.theme-green .masthead__pattern {
	fill: #9ecd24
}

@media screen and (min-width:75em) {
	.masthead__pattern--large {
		width: 28.8125rem;
		height: 30.5rem
	}
}

@media screen and (min-width:118.75em) {
	.masthead__pattern--large {
		width: 35.25rem;
		height: 37.3125rem
	}
}

@-webkit-keyframes border-fade {
	from {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes border-fade {
	from {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.masthead-standard {
	position: relative;
	padding-top: 1.25rem;
	margin-bottom: 2.5rem;
	border-top: 1px solid #d6d6d6
}

@media print,
screen and (min-width:40em) {
	.masthead-standard {
		padding-top: 2.5rem;
		margin-bottom: 3.75rem
	}
}

@media screen and (min-width:75em) {
	.masthead-standard {
		padding-top: 2.5rem;
		margin-bottom: 6.25rem
	}
}

.masthead-standard__pattern {
	position: absolute;
	top: 5rem;
	left: 0
}

@media print,
screen and (max-width:39.99875em) {
	.masthead-standard__pattern {
		width: 14.375rem;
		height: 15.25rem
	}
}

@media screen and (min-width:75em) {
	.masthead-standard__pattern {
		top: 5rem;
		width: 20.5625rem;
		height: 21.75rem
	}
}

@media screen and (min-width:118.75em) {
	.masthead-standard__pattern {
		width: 28.8125rem;
		height: 30.5rem
	}
}

.theme-blue .masthead-standard__pattern {
	fill: #009bbf
}

.theme-purple .masthead-standard__pattern {
	fill: #b32573
}

.theme-red .masthead-standard__pattern {
	fill: #d7292f
}

.theme-orange .masthead-standard__pattern {
	fill: #ff9f18
}

.theme-green .masthead-standard__pattern {
	fill: #9ecd24
}

@media print,
screen and (min-width:40em) {
	.next-article {
		max-width: 101.25rem;
		margin-right: auto;
		margin-left: auto;
		margin-right: -.625rem;
		margin-left: -.625rem
	}

	.next-article::after,
	.next-article::before {
		display: table;
		content: ' ';
		-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
	}

	.next-article::after {
		clear: both
	}

	.next-article::after,
	.next-article::before {
		display: table;
		content: ' ';
		-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
	}

	.next-article::after {
		clear: both
	}
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
	.next-article {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media print,
screen and (min-width:40em) and (min-width:64em) {
	.next-article {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:40em) and (min-width:75em) {
	.next-article {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:40em) and (min-width:90em) {
	.next-article {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media screen and (min-width:40em) and (min-width:118.75em) {
	.next-article {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

.next-article__image {
	position: relative
}

@media print,
screen and (min-width:40em) {
	.next-article__image {
		width: 41.66667%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem;
		margin-top: -3.75rem
	}
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
	.next-article__image {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:40em) {

	.next-article__image,
	.next-article__image:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.next-article__image:last-child:not(:first-child) {
		float: right
	}

	.next-article__image:before {
		content: "";
		position: absolute;
		right: -1.5rem;
		bottom: -1.875rem;
		width: 100%;
		height: 100%;
		border: 1px solid #d7292f
	}

	.theme-blue .next-article__image:before {
		border-color: #009bbf
	}

	.theme-purple .next-article__image:before {
		border-color: #b32573
	}

	.theme-red .next-article__image:before {
		border-color: #d7292f
	}

	.theme-orange .next-article__image:before {
		border-color: #ff9f18
	}

	.theme-green .next-article__image:before {
		border-color: #9ecd24
	}
}

@media screen and (min-width:75em) {
	.next-article__image {
		margin-top: -6.25rem
	}
}

@media print,
screen and (min-width:64em) {
	.next-article__image {
		width: 33.33333%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.next-article__image {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) {

	.next-article__image,
	.next-article__image:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.next-article__image:last-child:not(:first-child) {
		float: right
	}
}

@media print,
screen and (max-width:39.99875em) {
	.next-article__image {
		margin-bottom: 1.875rem
	}
}

@media print,
screen and (min-width:40em) {
	.next-article__text {
		width: 50%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:40em) and (min-width:40em) {
	.next-article__text {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:40em) {

	.next-article__text,
	.next-article__text:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.next-article__text:last-child:not(:first-child) {
		float: right
	}
}

@media print,
screen and (min-width:64em) {
	.next-article__text {
		width: 58.33333%;
		float: left;
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.next-article__text {
		padding-right: .625rem;
		padding-left: .625rem
	}
}

@media print,
screen and (min-width:64em) {

	.next-article__text,
	.next-article__text:last-child:not(:first-child) {
		float: left;
		clear: none
	}

	.next-article__text:last-child:not(:first-child) {
		float: right
	}
}

.next-article img {
	position: relative
}

.next-article a h3 {
	color: #355458
}

.next-article a:hover h3 {
	color: #d7292f
}

.next-article h2 {
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #5d7679
}

@media print,
screen and (min-width:40em) {
	.next-article h2 {
		font-size: 1rem
	}
}

.next-article h3 {
	margin-bottom: 0;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out
}

@media print,
screen and (min-width:40em) {
	.next-article h3 {
		font-size: 1.75rem;
		line-height: 1.1
	}
}

@media print,
screen and (min-width:64em) {
	.next-article h3 {
		width: 90%
	}
}

@media screen and (min-width:75em) {
	.next-article h3 {
		font-size: 2.75rem
	}
}

.page-banner {
	padding: 1.25rem 0 1.5625rem;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6
}

@media screen and (min-width:75em) {
	.page-banner {
		padding: 2.8125rem 0 3.125rem
	}
}

@media print,
screen and (min-width:40em) {

	.page-banner__inner::after,
	.page-banner__inner::before {
		display: table;
		content: ' ';
		-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
	}

	.page-banner__inner::after {
		clear: both
	}
}

.page-banner h1 {
	font-size: 1rem;
	line-height: 1.25;
	letter-spacing: -.02em;
	margin-bottom: 0;
	max-width: 17.5rem
}

@media print,
screen and (min-width:40em) {
	.page-banner h1 {
		float: left;
		width: 45%;
		max-width: 21.25rem;
		font-size: 1.25rem
	}
}

@media print,
screen and (min-width:64em) {
	.page-banner h1 {
		width: 70%;
		max-width: none
	}
}

@media screen and (min-width:75em) {
	.page-banner h1 {
		font-size: 1.625rem
	}
}

.page-banner__social {
	float: right
}

.page-banner__social ul {
	margin-bottom: 0
}

.page-banner__social ul li {
	margin-bottom: 0
}

@media print,
screen and (max-width:63.99875em) {
	.primary-menu {
		margin-top: 5rem
	}
}

.primary-menu a,
.primary-menu span {
	color: #355458;
	display: block;
	line-height: 1
}

@media print,
screen and (max-width:63.99875em) {

	.primary-menu a,
	.primary-menu span {
		font-family: Poppins, sans-serif;
		letter-spacing: -.02em;
		font-weight: 600;
		font-size: 1.4375rem;
		line-height: 1.26
	}
}

@media print,
screen and (min-width:64em) {

	.primary-menu a,
	.primary-menu span {
		font-weight: 400
	}

	.primary-menu a:before,
	.primary-menu span:before {
		content: "";
		position: absolute;
		display: block;
		margin-top: -.375rem;
		width: 0;
		height: .125rem;
		background-color: #d7292f;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out
	}
}

@media print,
screen and (min-width:64em) {

	.primary-menu a.is-active:before,
	.primary-menu a:hover:before,
	.primary-menu span.is-active:before,
	.primary-menu span:hover:before {
		width: .875rem
	}
}

.primary-menu ul {
	list-style: none;
	margin: 0
}

.primary-menu ul li {
	cursor: pointer
}

@media print,
screen and (min-width:64em) {
	.primary-menu ul li:hover .sub-nav {
		max-height: 100vh;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.search-active .primary-menu ul li:hover .sub-nav {
		display: none
	}
}

@media print,
screen and (min-width:64em) {

	.primary-menu>ul::after,
	.primary-menu>ul::before {
		display: table;
		content: ' ';
		-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
	}

	.primary-menu>ul::after {
		clear: both
	}
}

@media print,
screen and (min-width:64em) {
	.primary-menu>ul>li {
		float: left
	}
}

.primary-menu>ul>li>a,
.primary-menu>ul>li>span {
	padding: .9375rem 5%
}

@media print,
screen and (min-width:64em) {

	.primary-menu>ul>li>a,
	.primary-menu>ul>li>span {
		padding: 1.25rem .875rem
	}
}

@media screen and (min-width:75em) {

	.primary-menu>ul>li>a,
	.primary-menu>ul>li>span {
		padding-left: 1.125rem;
		padding-right: 1.125rem
	}
}

.primary-menu>ul>li>span {
	background-image: url('/media/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: top 1.875rem right 5%
}

@media print,
screen and (max-width:63.99875em) {
	.primary-menu>ul>li>span.expanded {
		background-image: none
	}
}

@media print,
screen and (min-width:64em) {
	.primary-menu>ul>li>span {
		padding-right: 1.25rem;
		background-position: top 1.5625rem right .1875rem;
		background-size: 10px auto
	}
}

@media screen and (min-width:75em) {
	.primary-menu>ul>li>span {
		background-position: top 1.6875rem right .1875rem
	}
}

@media print,
screen and (min-width:64em) {
	.primary-menu .is-dropdown-submenu-parent {
		position: static
	}
}

.sub-nav {
	-webkit-transition: max-height .5s ease;
	transition: max-height .5s ease;
	max-height: 0;
	overflow: hidden
}

.sub-nav.open {
	max-height: 100vh
}

@media print,
screen and (max-width:63.99875em) {
	.sub-nav.open-const {
		max-height: 100vh
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav {
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
		overflow: visible;
		position: absolute;
		max-height: 0;
		opacity: 0;
		top: 100%;
		left: 0;
		right: auto;
		width: 100%;
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		-webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
		box-shadow: 0 4px 24px rgba(0, 0, 0, .07)
	}

	.sub-nav.open {
		height: auto
	}
}

.sub-nav a {
	display: block;
	line-height: 1.565;
	font-weight: 700
}

@media print,
screen and (min-width:64em) {
	.sub-nav a {
		-webkit-transition: color .25s ease-out;
		transition: color .25s ease-out
	}

	.sub-nav a:hover {
		color: #d7292f
	}

	.sub-nav a:before {
		content: none
	}
}

@media print,
screen and (max-width:63.99875em) {
	.sub-nav a {
		font-size: 1rem;
		font-family: Lato, sans-serif
	}
}

@media print,
screen and (max-width:63.99875em) {
	.sub-nav ul li {
		margin-bottom: 1.25rem
	}
}

.sub-nav__inner {
	background: #fafbfb;
	padding: 1.25rem 5%
}

.sub-nav__inner::after,
.sub-nav__inner::before {
	display: table;
	content: ' ';
	-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
}

.sub-nav__inner::after {
	clear: both
}

@media print,
screen and (min-width:64em) {
	.sub-nav__inner {
		padding: 2.5rem
	}
}

@media screen and (min-width:75em) {
	.sub-nav__inner {
		padding: 4.375rem
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav__header {
		float: left;
		width: 25%
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav__links {
		float: right;
		width: 66.66667%
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:40em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:64em) and (min-width:64em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:64em) and (min-width:75em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:64em) and (min-width:90em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:64em) and (min-width:118.75em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav__links>ul>li {
		float: left;
		width: 50%;
		padding-right: 1.25rem;
		padding-left: 1.25rem
	}

	.sub-nav__links>ul>li:nth-of-type(1n) {
		clear: none
	}

	.sub-nav__links>ul>li:nth-of-type(2n+1) {
		clear: both
	}

	.sub-nav__links>ul>li:last-child {
		float: left
	}
}

@media screen and (min-width:75em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:75em) and (min-width:40em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:75em) and (min-width:64em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:75em) and (min-width:75em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:75em) and (min-width:90em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:75em) and (min-width:118.75em) {
	.sub-nav__links>ul {
		margin-right: -1.25rem;
		margin-left: -1.25rem
	}
}

@media screen and (min-width:75em) {
	.sub-nav__links>ul>li {
		float: left;
		width: 50%;
		padding-right: 1.25rem;
		padding-left: 1.25rem
	}

	.sub-nav__links>ul>li:nth-of-type(1n) {
		clear: none
	}

	.sub-nav__links>ul>li:nth-of-type(2n+1) {
		clear: both
	}

	.sub-nav__links>ul>li:last-child {
		float: left
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav__links>ul li:nth-last-child(-n+2) a {
		border-bottom: none
	}
}

@media print,
screen and (min-width:64em) {
	.sub-nav__links>ul a {
		padding: 1.125rem 0;
		font-family: Poppins, sans-serif;
		font-size: 1.125rem;
		font-weight: 600;
		letter-spacing: -.02em;
		border-bottom: 1px solid #d7292f
	}
}

@media screen and (min-width:75em) {
	.sub-nav__links>ul a {
		font-size: 1.375rem
	}
}

@media print,
screen and (max-width:63.99875em) {
	.sub-nav__links--2-col-mob>ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media print,
screen and (max-width:63.99875em) {
	.sub-nav__links--2-col-mob>ul li {
		-webkit-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%
	}
}

.sub-nav__title:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: .25rem;
	background-color: #d7292f;
	margin-bottom: .125rem
}

@media screen and (min-width:75em) {
	.sub-nav__title:before {
		width: 1.75rem;
		height: .375rem
	}
}

.theme-blue .sub-nav__title:before {
	background-color: #009bbf
}

.theme-purple .sub-nav__title:before {
	background-color: #b32573
}

.theme-red .sub-nav__title:before {
	background-color: #d7292f
}

.theme-orange .sub-nav__title:before {
	background-color: #ff9f18
}

.theme-green .sub-nav__title:before {
	background-color: #9ecd24
}

.theme-blue-dark .sub-nav__title:before {
	background-color: #99d7e5
}

.theme-purple-dark .sub-nav__title:before {
	background-color: #e1a8c7
}

.theme-red-dark .sub-nav__title:before {
	background-color: #efa9ac
}

.theme-orange-dark .sub-nav__title:before {
	background-color: #ffd9a3
}

.theme-green-dark .sub-nav__title:before {
	background-color: #d8eba7
}

.theme-blue-light .sub-nav__title:before {
	background-color: #009bbf
}

.theme-purple-light .sub-nav__title:before {
	background-color: #b32573
}

.theme-red-light .sub-nav__title:before {
	background-color: #d7292f
}

.theme-orange-light .sub-nav__title:before {
	background-color: #ff9f18
}

.theme-green-light .sub-nav__title:before {
	background-color: #9ecd24
}

.pull-image-text {
	position: relative;
	margin: 2.5rem 0
}

@media print,
screen and (min-width:40em) {
	.pull-image-text {
		margin: 3.75rem 0
	}
}

@media screen and (min-width:75em) {
	.pull-image-text {
		margin: 6.25rem 1.25rem
	}
}

.pull-image-text__image {
	position: relative
}

.pull-image-text__image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1.875rem;
	left: -1.875rem;
	border: 1px solid #d7292f
}

.theme-blue .pull-image-text__image:before {
	border-color: #009bbf
}

.theme-purple .pull-image-text__image:before {
	border-color: #b32573
}

.theme-red .pull-image-text__image:before {
	border-color: #d7292f
}

.theme-orange .pull-image-text__image:before {
	border-color: #ff9f18
}

.theme-green .pull-image-text__image:before {
	border-color: #9ecd24
}

.pull-image-text__text {
	padding: 1.875rem;
	background-color: #d7292f;
	color: #fff
}

.theme-blue .pull-image-text__text {
	background-color: #009bbf
}

.theme-purple .pull-image-text__text {
	background-color: #b32573
}

.theme-red .pull-image-text__text {
	background-color: #d7292f
}

.theme-orange .pull-image-text__text {
	background-color: #ff9f18
}

.theme-green .pull-image-text__text {
	background-color: #9ecd24
}

.theme-blue .pull-image-text__text {
	background-color: #007c99
}

.theme-green .pull-image-text__text {
	background-color: #8eb920;
	color: #202907
}

.theme-orange .pull-image-text__text {
	background-color: #e68f16;
	color: #332005
}

@media print,
screen and (min-width:40em) {
	.pull-image-text__text {
		position: relative;
		padding: 2.5rem;
		margin-top: -8.75rem;
		width: 50%;
		max-width: 26.375rem
	}
}

@media screen and (min-width:118.75em) {
	.pull-image-text__text {
		max-width: 32.5rem
	}
}

.pull-image-text__text p {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.26
}

.pull-image-text__text p:last-child {
	margin-bottom: 0
}

@media screen and (min-width:75em) {
	.pull-image-text__text p {
		font-size: 1.3125rem
	}
}

@media screen and (min-width:118.75em) {
	.pull-image-text__text p {
		font-size: 1.5rem
	}
}

.pull-image-text img {
	position: relative
}

.recent-stories-card {
	margin-bottom: .625rem
}

.recent-stories-card a {
	display: block;
	padding: 1rem 1.5rem;
	color: #355458;
	background-color: #f6f9f8;
	-webkit-transition: color .25s ease-out, background-color .25s ease-out;
	transition: color .25s ease-out, background-color .25s ease-out
}

.recent-stories-card a:hover {
	background-color: #355458;
	color: #fff
}

.recent-stories-card h3 {
	margin-bottom: 0;
	font-family: Lato, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.recent-stories-side__group {
		margin-right: -.375rem;
		margin-left: -.375rem
	}

	.recent-stories-side__group::after,
	.recent-stories-side__group::before {
		display: table;
		content: ' ';
		-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
	}

	.recent-stories-side__group::after {
		clear: both
	}

	.recent-stories-side__group>.recent-stories-card {
		float: left;
		width: 50%;
		padding-right: .375rem;
		padding-left: .375rem
	}

	.recent-stories-side__group>.recent-stories-card:nth-of-type(1n) {
		clear: none
	}

	.recent-stories-side__group>.recent-stories-card:nth-of-type(2n+1) {
		clear: both
	}

	.recent-stories-side__group>.recent-stories-card:last-child {
		float: left
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) and (min-width:40em) {
	.recent-stories-side__group {
		margin-right: -.375rem;
		margin-left: -.375rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) and (min-width:64em) {
	.recent-stories-side__group {
		margin-right: -.375rem;
		margin-left: -.375rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:75em) {
	.recent-stories-side__group {
		margin-right: -.375rem;
		margin-left: -.375rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:90em) {
	.recent-stories-side__group {
		margin-right: -.375rem;
		margin-left: -.375rem
	}
}

@media screen and (min-width:40em) and (max-width:63.99875em) and (min-width:118.75em) {
	.recent-stories-side__group {
		margin-right: -.375rem;
		margin-left: -.375rem
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
	.recent-stories-side__group>:nth-last-child(-n+2) {
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:40em) {
	.rich-text {
		width: 75%;
		margin-left: auto;
		margin-right: auto
	}
}

@media print,
screen and (max-width:63.99875em) {
	.site-search {
		display: block;
		position: absolute;
		top: 5rem !important;
		left: 0;
		width: 100%;
		padding: 0 5% 1.25rem
	}
}

@media print,
screen and (min-width:64em) {
	.site-search {
		margin-top: .4375rem
	}
}

.site-search form {
	position: relative
}

.site-search input {
	margin-bottom: 0;
	padding-right: 2.5rem
}

@media print,
screen and (min-width:64em) {
	.site-search input#search {
		width: 6.25rem;
		-webkit-transition: all .4s cubic-bezier(.83, 0, .17, 1);
		transition: all .4s cubic-bezier(.83, 0, .17, 1);
		border: 1px solid transparent;
		border-bottom: 1px #efa9ac solid;
		background-color: transparent;
		padding: 0;
		border-radius: 0;
		color: #fff
	}

	.site-search input#search.is-active {
		width: 13.75rem;
		border-bottom: 2px #df5459 solid
	}

	.site-search input#search:focus {
		background-color: #fff;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #355458
	}

	.site-search input#search::-webkit-input-placeholder {
		color: rgba(53, 84, 88, .5);
		font-weight: 600
	}

	.site-search input#search::-moz-placeholder {
		color: rgba(53, 84, 88, .5);
		font-weight: 600
	}

	.site-search input#search:-ms-input-placeholder {
		color: rgba(53, 84, 88, .5);
		font-weight: 600
	}

	.site-search input#search::-ms-input-placeholder {
		color: rgba(53, 84, 88, .5);
		font-weight: 600
	}

	.site-search input#search::placeholder {
		color: rgba(53, 84, 88, .5);
		font-weight: 600
	}
}

.site-search .button {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #355458;
	border-radius: 0;
	background-image: url('/media/search.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent
}

.skip-link__container {
	text-align: left;
	margin: 0 auto;
	width: 90%;
	max-width: 101.25rem
}

.skip-link a {
	display: inline-block;
	position: absolute;
	left: -624.9375rem;
	background-color: #fd0;
	color: #0b0c0c
}

.skip-link a:focus {
	left: 0;
	z-index: 4
}

.social-links {
	margin-left: 0
}

.social-links__item {
	display: inline-block;
	margin: 0 1.125rem 1.25rem 0
}

.social-links__item:last-child {
	margin-right: 0
}

.social-links__item a {
	display: block;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.social-links__item--facebook a {
	width: .625rem;
	height: 1.3125rem;
	background-image: url('/media/icon-facebook.svg')
}

.social-links__item--linkedin a {
	width: 1.375rem;
	height: 1.25rem;
	background-image: url('/media/icon-linkedin.svg')
}

.social-links__item--twitter a {
	width: 1.1875rem;
	height: 1rem;
	background-image: url('/media/icon-twitter.svg')
}

.social-links__item--youtube a {
	width: 1.3125rem;
	height: 1rem;
	background-image: url('/media/icon-youtube.svg')
}

.subscribe form {
	position: relative
}

.subscribe .small-text {
	margin-top: -1rem;
	color: #496569
}

.subscribe input#subscribe {
	padding-left: 0;
	padding-right: 6.875rem;
	height: 3.4375rem;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-width: 4px;
	border-color: #355458;
	background-color: transparent;
	letter-spacing: -.03em
}

@media print,
screen and (min-width:64em) {
	.subscribe input#subscribe {
		font-size: 1.25rem
	}
}

.subscribe input#subscribe:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d7292f
}

.subscribe .button {
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 0
}

.subscribe__text p {
	max-width: 30rem
}

.tags {
	margin-top: 3.75rem
}

.tags>* {
	margin-right: .5rem
}

.view-more {
	margin-bottom: 2.5rem;
	text-align: center
}

@media print,
screen and (min-width:40em) {
	.view-more {
		margin-bottom: 3.75rem
	}
}

@media screen and (min-width:75em) {
	.view-more {
		margin-top: -2.5rem;
		margin-bottom: 6.25rem
	}
}

.view-more span {
	display: block;
	margin-bottom: .9375rem;
	font-size: .875rem
}