html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	background: #fff;
	color: #222;
	cursor: auto;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-size-adjust: 0.5;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	position: relative;
}
@media only screen and (min-width: 30.0625em) {
	body {
		line-height: 1.375;
	}
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	color: #008cba;
	line-height: inherit;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
a:hover,
a:focus {
	color: #0078a0;
}
a img {
	border: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
	text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #6f6f6f;
	font-size: 60%;
	line-height: 0;
}
h1 {
	font-size: 1.9em;
	line-height: 1;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h1 {
		font-size: 2.25em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h1 {
		font-size: 2.5em;
	}
}
h2 {
	font-size: 1.6em;
	line-height: 1.1;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h2 {
		font-size: 1.8em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h2 {
		font-size: 2em;
	}
}
h3 {
	font-size: 1.35em;
	line-height: 1.2;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h3 {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h3 {
		font-size: 1.6em;
	}
}
h4 {
	font-size: 1.105em;
	line-height: 1.25;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h4 {
		font-size: 1.11em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h4 {
		font-size: 1.115em;
	}
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1.1rem;
}
.subheader {
	line-height: 1.4;
	color: #6f6f6f;
	font-weight: normal;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}
hr {
	box-sizing: content-box;
	border: solid #ccc;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem;
}
i,
em {
	font-style: italic;
}
p {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}
p.lead {
	font-size: 1.21875rem;
	line-height: 1.6;
}
p aside {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.35;
}
small {
	font-size: 60%;
	line-height: inherit;
}
code,
kbd,
pre,
samp {
	background-color: #eee;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	color: #222;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	padding: 0.125rem 0.25rem 0;
}
mark {
	background: #ff0;
	color: #000;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	display: table;
	float: left;
	clear: left;
	margin: 0 1em 0.5em 0;
	max-width: 450px;
	border: 0;
}
@media (max-width: 30em) {
	figure {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
}
figcaption {
	display: table-caption;
	font-size: 90%;
	caption-side: bottom;
}
figure img {
	clear: left;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
meta.foundation-version {
	font-family: "/5.5.3/";
}
meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em;
}
meta.foundation-mq-small-only {
	font-family: "/only screen and (max-width: 30em)/";
	width: 0em;
}
meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:30.0625em)/";
	width: 30.0625em;
}
meta.foundation-mq-medium-only {
	font-family: "/only screen and (min-width:30.0625em) and (max-width:50em)/";
	width: 30.0625em;
}
meta.foundation-mq-large {
	font-family: "/only screen and (min-width:50.0625em)/";
	width: 50.0625em;
}
meta.foundation-mq-large-only {
	font-family: "/only screen and (min-width:50.0625em) and (max-width:75em)/";
	width: 50.0625em;
}
meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:75.0625em)/";
	width: 75.0625em;
}
meta.foundation-mq-xlarge-only {
	font-family: "/only screen and (min-width:75.0625em) and (max-width:100em)/";
	width: 75.0625em;
}
meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:100.0625em)/";
	width: 100.0625em;
}
meta.foundation-data-attribute-namespace {
	font-family: false;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
a:hover {
	cursor: pointer;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide {
	display: none;
}
.invisible {
	visibility: hidden;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
textarea {
	height: auto;
	min-height: 50px;
}
select {
	width: 100%;
}
.accordion {
	margin-bottom: 0;
	margin-right: 0;
}
.accordion:before,
.accordion:after {
	content: " ";
	display: table;
}
.accordion:after {
	clear: both;
}
.accordion .accordion-navigation,
.accordion dd {
	display: block;
	margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
	background: #e8e8e8;
	color: #222;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
	background: #efefef;
	color: #222;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	padding: 1rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
	background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
	display: none;
	padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
	background: #fff;
	display: block;
}
[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
	content: " ";
	display: table;
}
[class*="block-grid-"]:after {
	clear: both;
}
[class*="block-grid-"] > li {
	display: block;
	float: right;
	height: auto;
	padding: 0 0.9375rem 1.875rem;
}
@media only screen {
	.small-block-grid-1 > li {
		list-style: none;
		width: 100%;
	}
	.small-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-1 > li:nth-of-type(1n + 1) {
		clear: both;
	}
	.small-block-grid-1 > li:nth-of-type(1n) {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.small-block-grid-2 > li {
		list-style: none;
		width: 50%;
	}
	.small-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-2 > li:nth-of-type(2n + 1) {
		clear: both;
	}
	.small-block-grid-2 > li:nth-of-type(2n + 1) {
		padding-left: 0.9375rem;
		padding-right: 0rem;
	}
	.small-block-grid-2 > li:nth-of-type(2n) {
		padding-left: 0rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-3 > li {
		list-style: none;
		width: 33.3333333333%;
	}
	.small-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-3 > li:nth-of-type(3n + 1) {
		clear: both;
	}
	.small-block-grid-3 > li:nth-of-type(3n + 1) {
		padding-left: 1.25rem;
		padding-right: 0rem;
	}
	.small-block-grid-3 > li:nth-of-type(3n + 2) {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.small-block-grid-3 > li:nth-of-type(3n) {
		padding-left: 0rem;
		padding-right: 1.25rem;
	}
	.small-block-grid-4 > li {
		list-style: none;
		width: 25%;
	}
	.small-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-4 > li:nth-of-type(4n + 1) {
		clear: both;
	}
	.small-block-grid-4 > li:nth-of-type(4n + 1) {
		padding-left: 1.40625rem;
		padding-right: 0rem;
	}
	.small-block-grid-4 > li:nth-of-type(4n + 2) {
		padding-left: 0.9375rem;
		padding-right: 0.46875rem;
	}
	.small-block-grid-4 > li:nth-of-type(4n + 3) {
		padding-left: 0.46875rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-4 > li:nth-of-type(4n) {
		padding-left: 0rem;
		padding-right: 1.40625rem;
	}
	.small-block-grid-5 > li {
		list-style: none;
		width: 20%;
	}
	.small-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-5 > li:nth-of-type(5n + 1) {
		clear: both;
	}
	.small-block-grid-5 > li:nth-of-type(5n + 1) {
		padding-left: 1.5rem;
		padding-right: 0rem;
	}
	.small-block-grid-5 > li:nth-of-type(5n + 2) {
		padding-left: 1.125rem;
		padding-right: 0.375rem;
	}
	.small-block-grid-5 > li:nth-of-type(5n + 3) {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.small-block-grid-5 > li:nth-of-type(5n + 4) {
		padding-left: 0.375rem;
		padding-right: 1.125rem;
	}
	.small-block-grid-5 > li:nth-of-type(5n) {
		padding-left: 0rem;
		padding-right: 1.5rem;
	}
	.small-block-grid-6 > li {
		list-style: none;
		width: 16.6666666667%;
	}
	.small-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-6 > li:nth-of-type(6n + 1) {
		clear: both;
	}
	.small-block-grid-6 > li:nth-of-type(6n + 1) {
		padding-left: 1.5625rem;
		padding-right: 0rem;
	}
	.small-block-grid-6 > li:nth-of-type(6n + 2) {
		padding-left: 1.25rem;
		padding-right: 0.3125rem;
	}
	.small-block-grid-6 > li:nth-of-type(6n + 3) {
		padding-left: 0.9375rem;
		padding-right: 0.625rem;
	}
	.small-block-grid-6 > li:nth-of-type(6n + 4) {
		padding-left: 0.625rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-6 > li:nth-of-type(6n + 5) {
		padding-left: 0.3125rem;
		padding-right: 1.25rem;
	}
	.small-block-grid-6 > li:nth-of-type(6n) {
		padding-left: 0rem;
		padding-right: 1.5625rem;
	}
	.small-block-grid-7 > li {
		list-style: none;
		width: 14.2857142857%;
	}
	.small-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 1) {
		clear: both;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 1) {
		padding-left: 1.6071428571rem;
		padding-right: 0rem;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 2) {
		padding-left: 1.3392857143rem;
		padding-right: 0.2678571429rem;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 3) {
		padding-left: 1.0714285714rem;
		padding-right: 0.5357142857rem;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 4) {
		padding-left: 0.8035714286rem;
		padding-right: 0.8035714286rem;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 5) {
		padding-left: 0.5357142857rem;
		padding-right: 1.0714285714rem;
	}
	.small-block-grid-7 > li:nth-of-type(7n + 6) {
		padding-left: 0.2678571429rem;
		padding-right: 1.3392857143rem;
	}
	.small-block-grid-7 > li:nth-of-type(7n) {
		padding-left: 0rem;
		padding-right: 1.6071428571rem;
	}
	.small-block-grid-8 > li {
		list-style: none;
		width: 12.5%;
	}
	.small-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 1) {
		clear: both;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 1) {
		padding-left: 1.640625rem;
		padding-right: 0rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 2) {
		padding-left: 1.40625rem;
		padding-right: 0.234375rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 3) {
		padding-left: 1.171875rem;
		padding-right: 0.46875rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 4) {
		padding-left: 0.9375rem;
		padding-right: 0.703125rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 5) {
		padding-left: 0.703125rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 6) {
		padding-left: 0.46875rem;
		padding-right: 1.171875rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n + 7) {
		padding-left: 0.234375rem;
		padding-right: 1.40625rem;
	}
	.small-block-grid-8 > li:nth-of-type(8n) {
		padding-left: 0rem;
		padding-right: 1.640625rem;
	}
	.small-block-grid-9 > li {
		list-style: none;
		width: 11.1111111111%;
	}
	.small-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 1) {
		clear: both;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 1) {
		padding-left: 1.6666666667rem;
		padding-right: 0rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 2) {
		padding-left: 1.4583333333rem;
		padding-right: 0.2083333333rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 3) {
		padding-left: 1.25rem;
		padding-right: 0.4166666667rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 4) {
		padding-left: 1.0416666667rem;
		padding-right: 0.625rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 5) {
		padding-left: 0.8333333333rem;
		padding-right: 0.8333333333rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 6) {
		padding-left: 0.625rem;
		padding-right: 1.0416666667rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 7) {
		padding-left: 0.4166666667rem;
		padding-right: 1.25rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n + 8) {
		padding-left: 0.2083333333rem;
		padding-right: 1.4583333333rem;
	}
	.small-block-grid-9 > li:nth-of-type(9n) {
		padding-left: 0rem;
		padding-right: 1.6666666667rem;
	}
	.small-block-grid-10 > li {
		list-style: none;
		width: 10%;
	}
	.small-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 1) {
		clear: both;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 1) {
		padding-left: 1.6875rem;
		padding-right: 0rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 2) {
		padding-left: 1.5rem;
		padding-right: 0.1875rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 3) {
		padding-left: 1.3125rem;
		padding-right: 0.375rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 4) {
		padding-left: 1.125rem;
		padding-right: 0.5625rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 5) {
		padding-left: 0.9375rem;
		padding-right: 0.75rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 6) {
		padding-left: 0.75rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 7) {
		padding-left: 0.5625rem;
		padding-right: 1.125rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 8) {
		padding-left: 0.375rem;
		padding-right: 1.3125rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n + 9) {
		padding-left: 0.1875rem;
		padding-right: 1.5rem;
	}
	.small-block-grid-10 > li:nth-of-type(10n) {
		padding-left: 0rem;
		padding-right: 1.6875rem;
	}
	.small-block-grid-11 > li {
		list-style: none;
		width: 9.0909090909%;
	}
	.small-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 1) {
		clear: both;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 1) {
		padding-left: 1.7045454545rem;
		padding-right: 0rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 2) {
		padding-left: 1.5340909091rem;
		padding-right: 0.1704545455rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 3) {
		padding-left: 1.3636363636rem;
		padding-right: 0.3409090909rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 4) {
		padding-left: 1.1931818182rem;
		padding-right: 0.5113636364rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 5) {
		padding-left: 1.0227272727rem;
		padding-right: 0.6818181818rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 6) {
		padding-left: 0.8522727273rem;
		padding-right: 0.8522727273rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 7) {
		padding-left: 0.6818181818rem;
		padding-right: 1.0227272727rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 8) {
		padding-left: 0.5113636364rem;
		padding-right: 1.1931818182rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 9) {
		padding-left: 0.3409090909rem;
		padding-right: 1.3636363636rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n + 10) {
		padding-left: 0.1704545455rem;
		padding-right: 1.5340909091rem;
	}
	.small-block-grid-11 > li:nth-of-type(11n) {
		padding-left: 0rem;
		padding-right: 1.7045454545rem;
	}
	.small-block-grid-12 > li {
		list-style: none;
		width: 8.3333333333%;
	}
	.small-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 1) {
		clear: both;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 1) {
		padding-left: 1.71875rem;
		padding-right: 0rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 2) {
		padding-left: 1.5625rem;
		padding-right: 0.15625rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 3) {
		padding-left: 1.40625rem;
		padding-right: 0.3125rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 4) {
		padding-left: 1.25rem;
		padding-right: 0.46875rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 5) {
		padding-left: 1.09375rem;
		padding-right: 0.625rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 6) {
		padding-left: 0.9375rem;
		padding-right: 0.78125rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 7) {
		padding-left: 0.78125rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 8) {
		padding-left: 0.625rem;
		padding-right: 1.09375rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 9) {
		padding-left: 0.46875rem;
		padding-right: 1.25rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 10) {
		padding-left: 0.3125rem;
		padding-right: 1.40625rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n + 11) {
		padding-left: 0.15625rem;
		padding-right: 1.5625rem;
	}
	.small-block-grid-12 > li:nth-of-type(12n) {
		padding-left: 0rem;
		padding-right: 1.71875rem;
	}
}
@media only screen and (min-width: 30.0625em) {
	.medium-block-grid-1 > li {
		list-style: none;
		width: 100%;
	}
	.medium-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-1 > li:nth-of-type(1n + 1) {
		clear: both;
	}
	.medium-block-grid-1 > li:nth-of-type(1n) {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.medium-block-grid-2 > li {
		list-style: none;
		width: 50%;
	}
	.medium-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-2 > li:nth-of-type(2n + 1) {
		clear: both;
	}
	.medium-block-grid-2 > li:nth-of-type(2n + 1) {
		padding-left: 0.9375rem;
		padding-right: 0rem;
	}
	.medium-block-grid-2 > li:nth-of-type(2n) {
		padding-left: 0rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-3 > li {
		list-style: none;
		width: 33.3333333333%;
	}
	.medium-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-3 > li:nth-of-type(3n + 1) {
		clear: both;
	}
	.medium-block-grid-3 > li:nth-of-type(3n + 1) {
		padding-left: 1.25rem;
		padding-right: 0rem;
	}
	.medium-block-grid-3 > li:nth-of-type(3n + 2) {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.medium-block-grid-3 > li:nth-of-type(3n) {
		padding-left: 0rem;
		padding-right: 1.25rem;
	}
	.medium-block-grid-4 > li {
		list-style: none;
		width: 25%;
	}
	.medium-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-4 > li:nth-of-type(4n + 1) {
		clear: both;
	}
	.medium-block-grid-4 > li:nth-of-type(4n + 1) {
		padding-left: 1.40625rem;
		padding-right: 0rem;
	}
	.medium-block-grid-4 > li:nth-of-type(4n + 2) {
		padding-left: 0.9375rem;
		padding-right: 0.46875rem;
	}
	.medium-block-grid-4 > li:nth-of-type(4n + 3) {
		padding-left: 0.46875rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-4 > li:nth-of-type(4n) {
		padding-left: 0rem;
		padding-right: 1.40625rem;
	}
	.medium-block-grid-5 > li {
		list-style: none;
		width: 20%;
	}
	.medium-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-5 > li:nth-of-type(5n + 1) {
		clear: both;
	}
	.medium-block-grid-5 > li:nth-of-type(5n + 1) {
		padding-left: 1.5rem;
		padding-right: 0rem;
	}
	.medium-block-grid-5 > li:nth-of-type(5n + 2) {
		padding-left: 1.125rem;
		padding-right: 0.375rem;
	}
	.medium-block-grid-5 > li:nth-of-type(5n + 3) {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.medium-block-grid-5 > li:nth-of-type(5n + 4) {
		padding-left: 0.375rem;
		padding-right: 1.125rem;
	}
	.medium-block-grid-5 > li:nth-of-type(5n) {
		padding-left: 0rem;
		padding-right: 1.5rem;
	}
	.medium-block-grid-6 > li {
		list-style: none;
		width: 16.6666666667%;
	}
	.medium-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-6 > li:nth-of-type(6n + 1) {
		clear: both;
	}
	.medium-block-grid-6 > li:nth-of-type(6n + 1) {
		padding-left: 1.5625rem;
		padding-right: 0rem;
	}
	.medium-block-grid-6 > li:nth-of-type(6n + 2) {
		padding-left: 1.25rem;
		padding-right: 0.3125rem;
	}
	.medium-block-grid-6 > li:nth-of-type(6n + 3) {
		padding-left: 0.9375rem;
		padding-right: 0.625rem;
	}
	.medium-block-grid-6 > li:nth-of-type(6n + 4) {
		padding-left: 0.625rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-6 > li:nth-of-type(6n + 5) {
		padding-left: 0.3125rem;
		padding-right: 1.25rem;
	}
	.medium-block-grid-6 > li:nth-of-type(6n) {
		padding-left: 0rem;
		padding-right: 1.5625rem;
	}
	.medium-block-grid-7 > li {
		list-style: none;
		width: 14.2857142857%;
	}
	.medium-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 1) {
		clear: both;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 1) {
		padding-left: 1.6071428571rem;
		padding-right: 0rem;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 2) {
		padding-left: 1.3392857143rem;
		padding-right: 0.2678571429rem;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 3) {
		padding-left: 1.0714285714rem;
		padding-right: 0.5357142857rem;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 4) {
		padding-left: 0.8035714286rem;
		padding-right: 0.8035714286rem;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 5) {
		padding-left: 0.5357142857rem;
		padding-right: 1.0714285714rem;
	}
	.medium-block-grid-7 > li:nth-of-type(7n + 6) {
		padding-left: 0.2678571429rem;
		padding-right: 1.3392857143rem;
	}
	.medium-block-grid-7 > li:nth-of-type(7n) {
		padding-left: 0rem;
		padding-right: 1.6071428571rem;
	}
	.medium-block-grid-8 > li {
		list-style: none;
		width: 12.5%;
	}
	.medium-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 1) {
		clear: both;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 1) {
		padding-left: 1.640625rem;
		padding-right: 0rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 2) {
		padding-left: 1.40625rem;
		padding-right: 0.234375rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 3) {
		padding-left: 1.171875rem;
		padding-right: 0.46875rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 4) {
		padding-left: 0.9375rem;
		padding-right: 0.703125rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 5) {
		padding-left: 0.703125rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 6) {
		padding-left: 0.46875rem;
		padding-right: 1.171875rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n + 7) {
		padding-left: 0.234375rem;
		padding-right: 1.40625rem;
	}
	.medium-block-grid-8 > li:nth-of-type(8n) {
		padding-left: 0rem;
		padding-right: 1.640625rem;
	}
	.medium-block-grid-9 > li {
		list-style: none;
		width: 11.1111111111%;
	}
	.medium-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 1) {
		clear: both;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 1) {
		padding-left: 1.6666666667rem;
		padding-right: 0rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 2) {
		padding-left: 1.4583333333rem;
		padding-right: 0.2083333333rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 3) {
		padding-left: 1.25rem;
		padding-right: 0.4166666667rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 4) {
		padding-left: 1.0416666667rem;
		padding-right: 0.625rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 5) {
		padding-left: 0.8333333333rem;
		padding-right: 0.8333333333rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 6) {
		padding-left: 0.625rem;
		padding-right: 1.0416666667rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 7) {
		padding-left: 0.4166666667rem;
		padding-right: 1.25rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n + 8) {
		padding-left: 0.2083333333rem;
		padding-right: 1.4583333333rem;
	}
	.medium-block-grid-9 > li:nth-of-type(9n) {
		padding-left: 0rem;
		padding-right: 1.6666666667rem;
	}
	.medium-block-grid-10 > li {
		list-style: none;
		width: 10%;
	}
	.medium-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 1) {
		clear: both;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 1) {
		padding-left: 1.6875rem;
		padding-right: 0rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 2) {
		padding-left: 1.5rem;
		padding-right: 0.1875rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 3) {
		padding-left: 1.3125rem;
		padding-right: 0.375rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 4) {
		padding-left: 1.125rem;
		padding-right: 0.5625rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 5) {
		padding-left: 0.9375rem;
		padding-right: 0.75rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 6) {
		padding-left: 0.75rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 7) {
		padding-left: 0.5625rem;
		padding-right: 1.125rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 8) {
		padding-left: 0.375rem;
		padding-right: 1.3125rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n + 9) {
		padding-left: 0.1875rem;
		padding-right: 1.5rem;
	}
	.medium-block-grid-10 > li:nth-of-type(10n) {
		padding-left: 0rem;
		padding-right: 1.6875rem;
	}
	.medium-block-grid-11 > li {
		list-style: none;
		width: 9.0909090909%;
	}
	.medium-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 1) {
		clear: both;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 1) {
		padding-left: 1.7045454545rem;
		padding-right: 0rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 2) {
		padding-left: 1.5340909091rem;
		padding-right: 0.1704545455rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 3) {
		padding-left: 1.3636363636rem;
		padding-right: 0.3409090909rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 4) {
		padding-left: 1.1931818182rem;
		padding-right: 0.5113636364rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 5) {
		padding-left: 1.0227272727rem;
		padding-right: 0.6818181818rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 6) {
		padding-left: 0.8522727273rem;
		padding-right: 0.8522727273rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 7) {
		padding-left: 0.6818181818rem;
		padding-right: 1.0227272727rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 8) {
		padding-left: 0.5113636364rem;
		padding-right: 1.1931818182rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 9) {
		padding-left: 0.3409090909rem;
		padding-right: 1.3636363636rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n + 10) {
		padding-left: 0.1704545455rem;
		padding-right: 1.5340909091rem;
	}
	.medium-block-grid-11 > li:nth-of-type(11n) {
		padding-left: 0rem;
		padding-right: 1.7045454545rem;
	}
	.medium-block-grid-12 > li {
		list-style: none;
		width: 8.3333333333%;
	}
	.medium-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 1) {
		clear: both;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 1) {
		padding-left: 1.71875rem;
		padding-right: 0rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 2) {
		padding-left: 1.5625rem;
		padding-right: 0.15625rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 3) {
		padding-left: 1.40625rem;
		padding-right: 0.3125rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 4) {
		padding-left: 1.25rem;
		padding-right: 0.46875rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 5) {
		padding-left: 1.09375rem;
		padding-right: 0.625rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 6) {
		padding-left: 0.9375rem;
		padding-right: 0.78125rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 7) {
		padding-left: 0.78125rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 8) {
		padding-left: 0.625rem;
		padding-right: 1.09375rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 9) {
		padding-left: 0.46875rem;
		padding-right: 1.25rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 10) {
		padding-left: 0.3125rem;
		padding-right: 1.40625rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n + 11) {
		padding-left: 0.15625rem;
		padding-right: 1.5625rem;
	}
	.medium-block-grid-12 > li:nth-of-type(12n) {
		padding-left: 0rem;
		padding-right: 1.71875rem;
	}
}
@media only screen and (min-width: 50.0625em) {
	.large-block-grid-1 > li {
		list-style: none;
		width: 100%;
	}
	.large-block-grid-1 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-1 > li:nth-of-type(1n + 1) {
		clear: both;
	}
	.large-block-grid-1 > li:nth-of-type(1n) {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.large-block-grid-2 > li {
		list-style: none;
		width: 50%;
	}
	.large-block-grid-2 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-2 > li:nth-of-type(2n + 1) {
		clear: both;
	}
	.large-block-grid-2 > li:nth-of-type(2n + 1) {
		padding-left: 0.9375rem;
		padding-right: 0rem;
	}
	.large-block-grid-2 > li:nth-of-type(2n) {
		padding-left: 0rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-3 > li {
		list-style: none;
		width: 33.3333333333%;
	}
	.large-block-grid-3 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-3 > li:nth-of-type(3n + 1) {
		clear: both;
	}
	.large-block-grid-3 > li:nth-of-type(3n + 1) {
		padding-left: 1.25rem;
		padding-right: 0rem;
	}
	.large-block-grid-3 > li:nth-of-type(3n + 2) {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.large-block-grid-3 > li:nth-of-type(3n) {
		padding-left: 0rem;
		padding-right: 1.25rem;
	}
	.large-block-grid-4 > li {
		list-style: none;
		width: 25%;
	}
	.large-block-grid-4 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-4 > li:nth-of-type(4n + 1) {
		clear: both;
	}
	.large-block-grid-4 > li:nth-of-type(4n + 1) {
		padding-left: 1.40625rem;
		padding-right: 0rem;
	}
	.large-block-grid-4 > li:nth-of-type(4n + 2) {
		padding-left: 0.9375rem;
		padding-right: 0.46875rem;
	}
	.large-block-grid-4 > li:nth-of-type(4n + 3) {
		padding-left: 0.46875rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-4 > li:nth-of-type(4n) {
		padding-left: 0rem;
		padding-right: 1.40625rem;
	}
	.large-block-grid-5 > li {
		list-style: none;
		width: 20%;
	}
	.large-block-grid-5 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-5 > li:nth-of-type(5n + 1) {
		clear: both;
	}
	.large-block-grid-5 > li:nth-of-type(5n + 1) {
		padding-left: 1.5rem;
		padding-right: 0rem;
	}
	.large-block-grid-5 > li:nth-of-type(5n + 2) {
		padding-left: 1.125rem;
		padding-right: 0.375rem;
	}
	.large-block-grid-5 > li:nth-of-type(5n + 3) {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.large-block-grid-5 > li:nth-of-type(5n + 4) {
		padding-left: 0.375rem;
		padding-right: 1.125rem;
	}
	.large-block-grid-5 > li:nth-of-type(5n) {
		padding-left: 0rem;
		padding-right: 1.5rem;
	}
	.large-block-grid-6 > li {
		list-style: none;
		width: 16.6666666667%;
	}
	.large-block-grid-6 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-6 > li:nth-of-type(6n + 1) {
		clear: both;
	}
	.large-block-grid-6 > li:nth-of-type(6n + 1) {
		padding-left: 1.5625rem;
		padding-right: 0rem;
	}
	.large-block-grid-6 > li:nth-of-type(6n + 2) {
		padding-left: 1.25rem;
		padding-right: 0.3125rem;
	}
	.large-block-grid-6 > li:nth-of-type(6n + 3) {
		padding-left: 0.9375rem;
		padding-right: 0.625rem;
	}
	.large-block-grid-6 > li:nth-of-type(6n + 4) {
		padding-left: 0.625rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-6 > li:nth-of-type(6n + 5) {
		padding-left: 0.3125rem;
		padding-right: 1.25rem;
	}
	.large-block-grid-6 > li:nth-of-type(6n) {
		padding-left: 0rem;
		padding-right: 1.5625rem;
	}
	.large-block-grid-7 > li {
		list-style: none;
		width: 14.2857142857%;
	}
	.large-block-grid-7 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 1) {
		clear: both;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 1) {
		padding-left: 1.6071428571rem;
		padding-right: 0rem;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 2) {
		padding-left: 1.3392857143rem;
		padding-right: 0.2678571429rem;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 3) {
		padding-left: 1.0714285714rem;
		padding-right: 0.5357142857rem;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 4) {
		padding-left: 0.8035714286rem;
		padding-right: 0.8035714286rem;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 5) {
		padding-left: 0.5357142857rem;
		padding-right: 1.0714285714rem;
	}
	.large-block-grid-7 > li:nth-of-type(7n + 6) {
		padding-left: 0.2678571429rem;
		padding-right: 1.3392857143rem;
	}
	.large-block-grid-7 > li:nth-of-type(7n) {
		padding-left: 0rem;
		padding-right: 1.6071428571rem;
	}
	.large-block-grid-8 > li {
		list-style: none;
		width: 12.5%;
	}
	.large-block-grid-8 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 1) {
		clear: both;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 1) {
		padding-left: 1.640625rem;
		padding-right: 0rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 2) {
		padding-left: 1.40625rem;
		padding-right: 0.234375rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 3) {
		padding-left: 1.171875rem;
		padding-right: 0.46875rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 4) {
		padding-left: 0.9375rem;
		padding-right: 0.703125rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 5) {
		padding-left: 0.703125rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 6) {
		padding-left: 0.46875rem;
		padding-right: 1.171875rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n + 7) {
		padding-left: 0.234375rem;
		padding-right: 1.40625rem;
	}
	.large-block-grid-8 > li:nth-of-type(8n) {
		padding-left: 0rem;
		padding-right: 1.640625rem;
	}
	.large-block-grid-9 > li {
		list-style: none;
		width: 11.1111111111%;
	}
	.large-block-grid-9 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 1) {
		clear: both;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 1) {
		padding-left: 1.6666666667rem;
		padding-right: 0rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 2) {
		padding-left: 1.4583333333rem;
		padding-right: 0.2083333333rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 3) {
		padding-left: 1.25rem;
		padding-right: 0.4166666667rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 4) {
		padding-left: 1.0416666667rem;
		padding-right: 0.625rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 5) {
		padding-left: 0.8333333333rem;
		padding-right: 0.8333333333rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 6) {
		padding-left: 0.625rem;
		padding-right: 1.0416666667rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 7) {
		padding-left: 0.4166666667rem;
		padding-right: 1.25rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n + 8) {
		padding-left: 0.2083333333rem;
		padding-right: 1.4583333333rem;
	}
	.large-block-grid-9 > li:nth-of-type(9n) {
		padding-left: 0rem;
		padding-right: 1.6666666667rem;
	}
	.large-block-grid-10 > li {
		list-style: none;
		width: 10%;
	}
	.large-block-grid-10 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 1) {
		clear: both;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 1) {
		padding-left: 1.6875rem;
		padding-right: 0rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 2) {
		padding-left: 1.5rem;
		padding-right: 0.1875rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 3) {
		padding-left: 1.3125rem;
		padding-right: 0.375rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 4) {
		padding-left: 1.125rem;
		padding-right: 0.5625rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 5) {
		padding-left: 0.9375rem;
		padding-right: 0.75rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 6) {
		padding-left: 0.75rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 7) {
		padding-left: 0.5625rem;
		padding-right: 1.125rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 8) {
		padding-left: 0.375rem;
		padding-right: 1.3125rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n + 9) {
		padding-left: 0.1875rem;
		padding-right: 1.5rem;
	}
	.large-block-grid-10 > li:nth-of-type(10n) {
		padding-left: 0rem;
		padding-right: 1.6875rem;
	}
	.large-block-grid-11 > li {
		list-style: none;
		width: 9.0909090909%;
	}
	.large-block-grid-11 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 1) {
		clear: both;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 1) {
		padding-left: 0rem;
		padding-right: 1.7045454545rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 2) {
		padding-left: 1.5340909091rem;
		padding-right: 0.1704545455rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 3) {
		padding-left: 1.3636363636rem;
		padding-right: 0.3409090909rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 4) {
		padding-left: 1.1931818182rem;
		padding-right: 0.5113636364rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 5) {
		padding-left: 1.0227272727rem;
		padding-right: 0.6818181818rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 6) {
		padding-left: 0.8522727273rem;
		padding-right: 0.8522727273rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 7) {
		padding-left: 0.6818181818rem;
		padding-right: 1.0227272727rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 8) {
		padding-left: 0.5113636364rem;
		padding-right: 1.1931818182rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 9) {
		padding-left: 0.3409090909rem;
		padding-right: 1.3636363636rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n + 10) {
		padding-left: 0.1704545455rem;
		padding-right: 1.5340909091rem;
	}
	.large-block-grid-11 > li:nth-of-type(11n) {
		padding-left: 0rem;
		padding-right: 1.7045454545rem;
	}
	.large-block-grid-12 > li {
		list-style: none;
		width: 8.3333333333%;
	}
	.large-block-grid-12 > li:nth-of-type(1n) {
		clear: none;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 1) {
		clear: both;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 1) {
		padding-left: 1.71875rem;
		padding-right: 0rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 2) {
		padding-left: 1.5625rem;
		padding-right: 0.15625rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 3) {
		padding-left: 1.40625rem;
		padding-right: 0.3125rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 4) {
		padding-left: 1.25rem;
		padding-right: 0.46875rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 5) {
		padding-left: 1.09375rem;
		padding-right: 0.625rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 6) {
		padding-left: 0.9375rem;
		padding-right: 0.78125rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 7) {
		padding-left: 0.78125rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 8) {
		padding-left: 0.625rem;
		padding-right: 1.09375rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 9) {
		padding-left: 0.46875rem;
		padding-right: 1.25rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 10) {
		padding-left: 0.3125rem;
		padding-right: 1.40625rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n + 11) {
		padding-left: 0.15625rem;
		padding-right: 1.5625rem;
	}
	.large-block-grid-12 > li:nth-of-type(12n) {
		padding-left: 0rem;
		padding-right: 1.71875rem;
	}
}
.breadcrumbs {
	border-style: solid;
	border-width: 1px;
	display: block;
	list-style: none;
	margin-right: 0;
	overflow: hidden;
	padding: 0.5625rem 0.875rem 0.5625rem;
	background-color: #f0f0f0;
	border-color: #ccc;
	border-radius: 3px;
}
.breadcrumbs > * {
	color: #008cba;
	float: right;
	font-size: 0.6875rem;
	line-height: 0.6875rem;
	margin: 0;
	text-transform: uppercase;
}
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
	text-decoration: underline;
}
.breadcrumbs > * a {
	color: #008cba;
}
.breadcrumbs > *.current {
	color: #333;
	cursor: default;
}
.breadcrumbs > *.current a {
	color: #333;
	cursor: default;
}
.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
	text-decoration: none;
}
.breadcrumbs > *.unavailable {
	color: #999;
}
.breadcrumbs > *.unavailable a {
	color: #999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
	color: #999;
	cursor: not-allowed;
	text-decoration: none;
}
.breadcrumbs > *:before {
	color: #aaa;
	content: "/";
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
}
.breadcrumbs > *:first-child:before {
	content: " ";
	margin: 0;
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
	content: "/";
}
button,
.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	background-color: #b81232;
	border-color: #930e28;
	color: #fff;
	transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #930e28;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
	color: #fff;
}
button.secondary,
.button.secondary {
	background-color: #e7e7e7;
	border-color: #b9b9b9;
	color: #333;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
	background-color: #b9b9b9;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
	color: #333;
}
button.success,
.button.success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
	background-color: #368a55;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
	color: #fff;
}
button.alert,
.button.alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: #fff;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
	background-color: #cf2a0e;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
	color: #fff;
}
button.warning,
.button.warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
	background-color: #cf6e0e;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
	color: #fff;
}
button.info,
.button.info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
	background-color: #61b6d9;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
	color: #fff;
}
button.large,
.button.large {
	padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
	font-size: 1.25rem;
}
button.small,
.button.small {
	padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
	font-size: 0.8125rem;
}
button.tiny,
.button.tiny {
	padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
	font-size: 0.6875rem;
}
button.expand,
.button.expand {
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	padding-bottom: 1.0625rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
button.left-align,
.button.left-align {
	text-align: right;
	padding-right: 0.75rem;
}
button.right-align,
.button.right-align {
	text-align: left;
	padding-left: 0.75rem;
}
button.radius,
.button.radius {
	border-radius: 3px;
}
button.round,
.button.round {
	border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
	background-color: #b81232;
	border-color: #930e28;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #930e28;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
	color: #fff;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #b81232;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
	background-color: #e7e7e7;
	border-color: #b9b9b9;
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #b9b9b9;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	color: #333;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #e7e7e7;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
	background-color: #43ac6a;
	border-color: #368a55;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #368a55;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
	color: #fff;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #43ac6a;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
	background-color: #f04124;
	border-color: #cf2a0e;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cf2a0e;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	color: #fff;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #f04124;
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
	background-color: #f08a24;
	border-color: #cf6e0e;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #cf6e0e;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	color: #fff;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #f08a24;
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
	background-color: #a0d3e8;
	border-color: #61b6d9;
	color: #333;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
	background-color: #61b6d9;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
	color: #fff;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
	background-color: #a0d3e8;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
@media only screen and (min-width: 30.0625em) {
	button,
	.button {
		display: inline-block;
	}
}
.button-group {
	list-style: none;
	margin: 0;
	right: 0;
}
.button-group:before,
.button-group:after {
	content: " ";
	display: table;
}
.button-group:after {
	clear: both;
}
.button-group.even-2 li {
	display: inline-block;
	margin: 0 -2px;
	width: 50%;
}
.button-group.even-2 li > button,
.button-group.even-2 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
	border-right: 0;
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
	width: 100%;
}
.button-group.even-3 li {
	display: inline-block;
	margin: 0 -2px;
	width: 33.3333333333%;
}
.button-group.even-3 li > button,
.button-group.even-3 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
	border-right: 0;
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
	width: 100%;
}
.button-group.even-4 li {
	display: inline-block;
	margin: 0 -2px;
	width: 25%;
}
.button-group.even-4 li > button,
.button-group.even-4 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
	border-right: 0;
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
	width: 100%;
}
.button-group.even-5 li {
	display: inline-block;
	margin: 0 -2px;
	width: 20%;
}
.button-group.even-5 li > button,
.button-group.even-5 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
	border-right: 0;
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
	width: 100%;
}
.button-group.even-6 li {
	display: inline-block;
	margin: 0 -2px;
	width: 16.6666666667%;
}
.button-group.even-6 li > button,
.button-group.even-6 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
	border-right: 0;
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
	width: 100%;
}
.button-group.even-7 li {
	display: inline-block;
	margin: 0 -2px;
	width: 14.2857142857%;
}
.button-group.even-7 li > button,
.button-group.even-7 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
	border-right: 0;
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
	width: 100%;
}
.button-group.even-8 li {
	display: inline-block;
	margin: 0 -2px;
	width: 12.5%;
}
.button-group.even-8 li > button,
.button-group.even-8 li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
	border-right: 0;
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
	width: 100%;
}
.button-group > li {
	display: inline-block;
	margin: 0 -2px;
}
.button-group > li > button,
.button-group > li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button,
.button-group > li:first-child .button {
	border-right: 0;
}
.button-group.stack > li {
	display: block;
	margin: 0;
	float: none;
}
.button-group.stack > li > button,
.button-group.stack > li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
	border-right: 0;
}
.button-group.stack > li > button,
.button-group.stack > li .button {
	border-color: rgba(255, 255, 255, 0.5);
	border-right-width: 0;
	border-top: 1px solid;
	display: block;
	margin: 0;
}
.button-group.stack > li > button {
	width: 100%;
}
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
	border-top: 0;
}
.button-group.stack-for-small > li {
	display: inline-block;
	margin: 0 -2px;
}
.button-group.stack-for-small > li > button,
.button-group.stack-for-small > li .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button,
.button-group.stack-for-small > li:first-child .button {
	border-right: 0;
}
@media only screen and (max-width: 30em) {
	.button-group.stack-for-small > li {
		display: block;
		margin: 0;
		width: 100%;
	}
	.button-group.stack-for-small > li > button,
	.button-group.stack-for-small > li .button {
		border-right: 1px solid;
		border-color: rgba(255, 255, 255, 0.5);
	}
	.button-group.stack-for-small > li:first-child button,
	.button-group.stack-for-small > li:first-child .button {
		border-right: 0;
	}
	.button-group.stack-for-small > li > button,
	.button-group.stack-for-small > li .button {
		border-color: rgba(255, 255, 255, 0.5);
		border-right-width: 0;
		border-top: 1px solid;
		display: block;
		margin: 0;
	}
	.button-group.stack-for-small > li > button {
		width: 100%;
	}
	.button-group.stack-for-small > li:first-child button,
	.button-group.stack-for-small > li:first-child .button {
		border-top: 0;
	}
}
.button-group.radius > * {
	display: inline-block;
	margin: 0 -2px;
}
.button-group.radius > * > button,
.button-group.radius > * .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
	border-right: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
	border-radius: 0;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.button-group.radius.stack > * {
	display: block;
	margin: 0;
}
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
	border-right: 0;
}
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
	border-color: rgba(255, 255, 255, 0.5);
	border-right-width: 0;
	border-top: 1px solid;
	display: block;
	margin: 0;
}
.button-group.radius.stack > * > button {
	width: 100%;
}
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
	border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
	border-radius: 0;
}
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 30.0625em) {
	.button-group.radius.stack-for-small > * {
		display: inline-block;
		margin: 0 -2px;
	}
	.button-group.radius.stack-for-small > * > button,
	.button-group.radius.stack-for-small > * .button {
		border-right: 1px solid;
		border-color: rgba(255, 255, 255, 0.5);
	}
	.button-group.radius.stack-for-small > *:first-child button,
	.button-group.radius.stack-for-small > *:first-child .button {
		border-right: 0;
	}
	.button-group.radius.stack-for-small > *,
	.button-group.radius.stack-for-small > * > a,
	.button-group.radius.stack-for-small > * > button,
	.button-group.radius.stack-for-small > * > .button {
		border-radius: 0;
	}
	.button-group.radius.stack-for-small > *:first-child,
	.button-group.radius.stack-for-small > *:first-child > a,
	.button-group.radius.stack-for-small > *:first-child > button,
	.button-group.radius.stack-for-small > *:first-child > .button {
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
	}
	.button-group.radius.stack-for-small > *:last-child,
	.button-group.radius.stack-for-small > *:last-child > a,
	.button-group.radius.stack-for-small > *:last-child > button,
	.button-group.radius.stack-for-small > *:last-child > .button {
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
	}
}
@media only screen and (max-width: 30em) {
	.button-group.radius.stack-for-small > * {
		display: block;
		margin: 0;
	}
	.button-group.radius.stack-for-small > * > button,
	.button-group.radius.stack-for-small > * .button {
		border-right: 1px solid;
		border-color: rgba(255, 255, 255, 0.5);
	}
	.button-group.radius.stack-for-small > *:first-child button,
	.button-group.radius.stack-for-small > *:first-child .button {
		border-right: 0;
	}
	.button-group.radius.stack-for-small > * > button,
	.button-group.radius.stack-for-small > * .button {
		border-color: rgba(255, 255, 255, 0.5);
		border-right-width: 0;
		border-top: 1px solid;
		display: block;
		margin: 0;
	}
	.button-group.radius.stack-for-small > * > button {
		width: 100%;
	}
	.button-group.radius.stack-for-small > *:first-child button,
	.button-group.radius.stack-for-small > *:first-child .button {
		border-top: 0;
	}
	.button-group.radius.stack-for-small > *,
	.button-group.radius.stack-for-small > * > a,
	.button-group.radius.stack-for-small > * > button,
	.button-group.radius.stack-for-small > * > .button {
		border-radius: 0;
	}
	.button-group.radius.stack-for-small > *:first-child,
	.button-group.radius.stack-for-small > *:first-child > a,
	.button-group.radius.stack-for-small > *:first-child > button,
	.button-group.radius.stack-for-small > *:first-child > .button {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.button-group.radius.stack-for-small > *:last-child,
	.button-group.radius.stack-for-small > *:last-child > a,
	.button-group.radius.stack-for-small > *:last-child > button,
	.button-group.radius.stack-for-small > *:last-child > .button {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}
.button-group.round > * {
	display: inline-block;
	margin: 0 -2px;
}
.button-group.round > * > button,
.button-group.round > * .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
	border-right: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
	border-radius: 0;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
.button-group.round.stack > * {
	display: block;
	margin: 0;
}
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
	border-right: 0;
}
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
	border-color: rgba(255, 255, 255, 0.5);
	border-right-width: 0;
	border-top: 1px solid;
	display: block;
	margin: 0;
}
.button-group.round.stack > * > button {
	width: 100%;
}
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
	border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
	border-radius: 0;
}
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 30.0625em) {
	.button-group.round.stack-for-small > * {
		display: inline-block;
		margin: 0 -2px;
	}
	.button-group.round.stack-for-small > * > button,
	.button-group.round.stack-for-small > * .button {
		border-right: 1px solid;
		border-color: rgba(255, 255, 255, 0.5);
	}
	.button-group.round.stack-for-small > *:first-child button,
	.button-group.round.stack-for-small > *:first-child .button {
		border-right: 0;
	}
	.button-group.round.stack-for-small > *,
	.button-group.round.stack-for-small > * > a,
	.button-group.round.stack-for-small > * > button,
	.button-group.round.stack-for-small > * > .button {
		border-radius: 0;
	}
	.button-group.round.stack-for-small > *:first-child,
	.button-group.round.stack-for-small > *:first-child > a,
	.button-group.round.stack-for-small > *:first-child > button,
	.button-group.round.stack-for-small > *:first-child > .button {
		border-bottom-right-radius: 1000px;
		border-top-right-radius: 1000px;
	}
	.button-group.round.stack-for-small > *:last-child,
	.button-group.round.stack-for-small > *:last-child > a,
	.button-group.round.stack-for-small > *:last-child > button,
	.button-group.round.stack-for-small > *:last-child > .button {
		border-bottom-left-radius: 1000px;
		border-top-left-radius: 1000px;
	}
}
@media only screen and (max-width: 30em) {
	.button-group.round.stack-for-small > * {
		display: block;
		margin: 0;
	}
	.button-group.round.stack-for-small > * > button,
	.button-group.round.stack-for-small > * .button {
		border-right: 1px solid;
		border-color: rgba(255, 255, 255, 0.5);
	}
	.button-group.round.stack-for-small > *:first-child button,
	.button-group.round.stack-for-small > *:first-child .button {
		border-right: 0;
	}
	.button-group.round.stack-for-small > * > button,
	.button-group.round.stack-for-small > * .button {
		border-color: rgba(255, 255, 255, 0.5);
		border-right-width: 0;
		border-top: 1px solid;
		display: block;
		margin: 0;
	}
	.button-group.round.stack-for-small > * > button {
		width: 100%;
	}
	.button-group.round.stack-for-small > *:first-child button,
	.button-group.round.stack-for-small > *:first-child .button {
		border-top: 0;
	}
	.button-group.round.stack-for-small > *,
	.button-group.round.stack-for-small > * > a,
	.button-group.round.stack-for-small > * > button,
	.button-group.round.stack-for-small > * > .button {
		border-radius: 0;
	}
	.button-group.round.stack-for-small > *:first-child,
	.button-group.round.stack-for-small > *:first-child > a,
	.button-group.round.stack-for-small > *:first-child > button,
	.button-group.round.stack-for-small > *:first-child > .button {
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.button-group.round.stack-for-small > *:last-child,
	.button-group.round.stack-for-small > *:last-child > a,
	.button-group.round.stack-for-small > *:last-child > button,
	.button-group.round.stack-for-small > *:last-child > .button {
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}
}
.button-bar:before,
.button-bar:after {
	content: " ";
	display: table;
}
.button-bar:after {
	clear: both;
}
.button-bar .button-group {
	float: right;
	margin-left: 0.625rem;
}
.button-bar .button-group div {
	overflow: hidden;
}
.clearing-thumbs,
[data-clearing] {
	list-style: none;
	margin-right: 0;
	margin-bottom: 0;
}
.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
	content: " ";
	display: table;
}
.clearing-thumbs:after,
[data-clearing]:after {
	clear: both;
}
.clearing-thumbs li,
[data-clearing] li {
	float: right;
	margin-left: 10px;
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
	margin-left: 0;
}
.clearing-blackout {
	background: #333;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	right: 0;
}
.clearing-blackout .clearing-close {
	display: block;
}
.clearing-container {
	height: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 998;
}
.clearing-touch-label {
	color: #aaa;
	font-size: 0.6em;
	left: 50%;
	position: absolute;
	top: 50%;
}
.visible-img {
	height: 95%;
	position: relative;
}
.visible-img img {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	max-height: 100%;
	max-width: 100%;
}
.clearing-caption {
	background: #333;
	bottom: 0;
	color: #ccc;
	font-size: 0.875em;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 10px 30px 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	right: 0;
}
.clearing-close {
	color: #ccc;
	display: none;
	font-size: 30px;
	line-height: 1;
	padding-right: 20px;
	padding-top: 10px;
	z-index: 999;
}
.clearing-close:hover,
.clearing-close:focus {
	color: #ccc;
}
.clearing-assembled .clearing-container {
	height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
	display: none;
}
.clearing-feature li {
	display: none;
}
.clearing-feature li.clearing-featured-img {
	display: block;
}
@media only screen and (min-width: 30.0625em) {
	.clearing-main-prev,
	.clearing-main-next {
		height: 100%;
		position: absolute;
		top: 0;
		width: 40px;
	}
	.clearing-main-prev > span,
	.clearing-main-next > span {
		border: solid 12px;
		display: block;
		height: 0;
		position: absolute;
		top: 50%;
		width: 0;
	}
	.clearing-main-prev > span:hover,
	.clearing-main-next > span:hover {
		opacity: 0.8;
	}
	.clearing-main-prev {
		right: 0;
	}
	.clearing-main-prev > span {
		right: 5px;
		border-color: transparent;
		border-left-color: #ccc;
	}
	.clearing-main-next {
		left: 0;
	}
	.clearing-main-next > span {
		border-color: transparent;
		border-right-color: #ccc;
	}
	.clearing-main-prev.disabled,
	.clearing-main-next.disabled {
		opacity: 0.3;
	}
	.clearing-assembled .clearing-container .carousel {
		background: rgba(51, 51, 51, 0.8);
		height: 120px;
		margin-top: 10px;
		text-align: center;
	}
	.clearing-assembled .clearing-container .carousel > ul {
		display: inline-block;
		z-index: 999;
		height: 100%;
		position: relative;
		float: none;
	}
	.clearing-assembled .clearing-container .carousel > ul li {
		clear: none;
		cursor: pointer;
		display: block;
		float: right;
		margin-left: 0;
		min-height: inherit;
		opacity: 0.4;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 120px;
	}
	.clearing-assembled .clearing-container .carousel > ul li.fix-height img {
		height: 100%;
		max-width: none;
	}
	.clearing-assembled .clearing-container .carousel > ul li a.th {
		border: none;
		box-shadow: none;
		display: block;
	}
	.clearing-assembled .clearing-container .carousel > ul li img {
		cursor: pointer !important;
		width: 100% !important;
	}
	.clearing-assembled .clearing-container .carousel > ul li.visible {
		opacity: 1;
	}
	.clearing-assembled .clearing-container .carousel > ul li:hover {
		opacity: 0.8;
	}
	.clearing-assembled .clearing-container .visible-img {
		background: #333;
		height: 85%;
		overflow: hidden;
	}
	.clearing-close {
		padding-right: 0;
		padding-top: 0;
		position: absolute;
		top: 10px;
		left: 20px;
	}
}
.f-dropdown {
	display: none;
	left: -9999px;
	list-style: none;
	margin-right: 0;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	height: auto;
	max-height: none;
	width: 100%;
	z-index: 89;
	margin-top: 2px;
	max-width: 200px;
}
.f-dropdown.open {
	display: block;
}
.f-dropdown > *:first-child {
	margin-top: 0;
}
.f-dropdown > *:last-child {
	margin-bottom: 0;
}
.f-dropdown:before {
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #fff transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -12px;
	right: 10px;
	z-index: 89;
}
.f-dropdown:after {
	border: inset 7px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #ccc transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -14px;
	right: 9px;
	z-index: 88;
}
.f-dropdown.right:before {
	right: auto;
	left: 10px;
}
.f-dropdown.right:after {
	right: auto;
	left: 9px;
}
.f-dropdown.drop-left {
	display: none;
	left: -9999px;
	list-style: none;
	margin-right: 0;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	height: auto;
	max-height: none;
	width: 100%;
	z-index: 89;
	margin-top: 0;
	margin-right: 2px;
	max-width: 200px;
}
.f-dropdown.drop-left.open {
	display: block;
}
.f-dropdown.drop-left > *:first-child {
	margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
	margin-bottom: 0;
}
.f-dropdown.drop-left:before {
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #fff;
	border-left-style: solid;
	position: absolute;
	top: 10px;
	right: -12px;
	z-index: 89;
}
.f-dropdown.drop-left:after {
	border: inset 7px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #ccc;
	border-left-style: solid;
	position: absolute;
	top: 9px;
	right: -14px;
	z-index: 88;
}
.f-dropdown.drop-right {
	display: none;
	left: -9999px;
	list-style: none;
	margin-right: 0;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	height: auto;
	max-height: none;
	width: 100%;
	z-index: 89;
	margin-top: 0;
	margin-right: -2px;
	max-width: 200px;
}
.f-dropdown.drop-right.open {
	display: block;
}
.f-dropdown.drop-right > *:first-child {
	margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
	margin-bottom: 0;
}
.f-dropdown.drop-right:before {
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #fff transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 10px;
	left: -12px;
	right: auto;
	z-index: 89;
}
.f-dropdown.drop-right:after {
	border: inset 7px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #ccc transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 9px;
	left: -14px;
	right: auto;
	z-index: 88;
}
.f-dropdown.drop-top {
	display: none;
	left: -9999px;
	list-style: none;
	margin-right: 0;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	height: auto;
	max-height: none;
	width: 100%;
	z-index: 89;
	margin-left: 0;
	margin-top: -2px;
	max-width: 200px;
}
.f-dropdown.drop-top.open {
	display: block;
}
.f-dropdown.drop-top > *:first-child {
	margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
	margin-bottom: 0;
}
.f-dropdown.drop-top:before {
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: #fff transparent transparent transparent;
	border-top-style: solid;
	bottom: -12px;
	position: absolute;
	top: auto;
	right: 10px;
	left: auto;
	z-index: 89;
}
.f-dropdown.drop-top:after {
	border: inset 7px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: #ccc transparent transparent transparent;
	border-top-style: solid;
	bottom: -14px;
	position: absolute;
	top: auto;
	right: 9px;
	left: auto;
	z-index: 88;
}
.f-dropdown li {
	cursor: pointer;
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin: 0;
}
.f-dropdown li:hover,
.f-dropdown li:focus {
	background: #eee;
}
.f-dropdown li a {
	display: block;
	padding: 0.5rem;
	color: #555;
}
.f-dropdown.content {
	display: none;
	left: -9999px;
	list-style: none;
	margin-right: 0;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	height: auto;
	max-height: none;
	padding: 1.25rem;
	width: 100%;
	z-index: 89;
	max-width: 200px;
}
.f-dropdown.content.open {
	display: block;
}
.f-dropdown.content > *:first-child {
	margin-top: 0;
}
.f-dropdown.content > *:last-child {
	margin-bottom: 0;
}
.f-dropdown.radius {
	border-radius: 3px;
}
.f-dropdown.tiny {
	max-width: 200px;
}
.f-dropdown.small {
	max-width: 300px;
}
.f-dropdown.medium {
	max-width: 500px;
}
.f-dropdown.large {
	max-width: 800px;
}
.f-dropdown.mega {
	width: 100% !important;
	max-width: 100% !important;
}
.f-dropdown.mega.open {
	left: 0 !important;
}
.dropdown.button,
button.dropdown {
	position: relative;
	padding-left: 3.5625rem;
}
.dropdown.button::after,
button.dropdown::after {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	width: 0;
}
.dropdown.button::after,
button.dropdown::after {
	border-width: 0.375rem;
	left: 1.40625rem;
	margin-top: -0.15625rem;
}
.dropdown.button::after,
button.dropdown::after {
	border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny,
button.dropdown.tiny {
	padding-left: 2.625rem;
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
	border-width: 0.375rem;
	left: 1.125rem;
	margin-top: -0.125rem;
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
	border-color: #fff transparent transparent transparent;
}
.dropdown.button.small,
button.dropdown.small {
	padding-left: 3.0625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
	border-width: 0.4375rem;
	left: 1.3125rem;
	margin-top: -0.15625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
	border-color: #fff transparent transparent transparent;
}
.dropdown.button.large,
button.dropdown.large {
	padding-left: 3.625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
	border-width: 0.3125rem;
	left: 1.71875rem;
	margin-top: -0.15625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
	border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
	border-color: #333 transparent transparent transparent;
}
.flex-video {
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-bottom: 67.5%;
	padding-top: 1.5625rem;
	position: relative;
}
.flex-video.widescreen {
	padding-bottom: 56.34%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
}
form {
	margin: 0 0 1rem;
}
form .row .row {
	margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
	padding: 0 0.5rem;
}
form .row .row.collapse {
	margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
	padding: 0;
}
form .row .row.collapse input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
	padding-right: 0.5rem;
}
label {
	color: #4d4c4c;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}
label.right {
	float: none !important;
	text-align: right;
}
label.inline {
	margin: 0 0 1rem 0;
	padding: 0.5625rem 0;
}
label small {
	text-transform: capitalize;
	color: #676767;
}
.prefix,
.postfix {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 0.875rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
	overflow: visible;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.postfix.button {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
.prefix.button {
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
.prefix.button.radius {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.postfix.button.radius {
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.prefix.button.round {
	border-radius: 0;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
.postfix.button.round {
	border-radius: 0;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
span.prefix,
label.prefix {
	background: #f0f0f0;
	border-left: none;
	color: #333;
	border-color: #ccc;
}
span.postfix,
label.postfix {
	background: #f0f0f0;
	border-right: none;
	color: #333;
	border-color: #ccc;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-family: inherit;
	font-size: 0.875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	width: 100%;
	box-sizing: border-box;
	transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: #fafafa;
	border-color: #999;
	outline: none;
}
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
	background-color: #ddd;
	cursor: default;
}
input:not([type])[disabled],
input:not([type])[readonly],
fieldset[disabled] input:not([type]),
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
	background-color: #ddd;
	cursor: default;
}
input:not([type]).radius,
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
	border-radius: 3px;
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
	border-radius: 0;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
	border-radius: 0;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
	border-radius: 0;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
	border-radius: 0;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
textarea[rows] {
	height: auto;
}
textarea {
	max-width: 100%;
}
::-webkit-input-placeholder {
	color: #666;
}
:-moz-placeholder {
	color: #666;
}
::-moz-placeholder {
	color: #666;
}
:-ms-input-placeholder {
	color: #666;
}
select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fafafa;
	border-radius: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.5rem;
	border-radius: 0;
	height: 2.3125rem;
}
select::-ms-expand {
	display: none;
}
select.radius {
	border-radius: 3px;
}
select:focus {
	background-color: #f3f2f2;
	border-color: #999;
}
select:disabled {
	background-color: #ddd;
	cursor: default;
}
select[multiple] {
	height: auto;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
	margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}
input[type="file"] {
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin: 1.125rem 0;
	padding: 1.25rem;
}
fieldset legend {
	font-weight: bold;
	margin: 0;
	margin-right: -0.1875rem;
	padding: 0 0.1875rem;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: 0.375rem 0.5625rem 0.5625rem;
	background: #f04124;
	color: #fff;
}
[data-abide] span.error,
[data-abide] small.error {
	display: none;
}
span.error,
small.error {
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: 0.375rem 0.5625rem 0.5625rem;
	background: #f04124;
	color: #fff;
}
.error input,
.error textarea,
.error select {
	margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
	margin-bottom: 1rem;
}
.error label,
.error label.error {
	color: #f04124;
}
.error small.error {
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: 0.375rem 0.5625rem 0.5625rem;
	background: #f04124;
	color: #fff;
}
.error > label > small {
	background: transparent;
	color: #676767;
	display: inline;
	font-size: 60%;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.error span.error-message {
	display: block;
}
input.error,
textarea.error,
select.error {
	margin-bottom: 0;
}
label.error {
	color: #f04124;
}
.row {
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}
.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}
.row .row {
	margin: 0 -0.9375rem;
	max-width: none;
	width: auto;
}
.row .row:before,
.row .row:after {
	content: " ";
	display: table;
}
.row .row:after {
	clear: both;
}
.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table;
}
.row .row.collapse:after {
	clear: both;
}
.column,
.columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: right;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
	float: left;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
	float: right;
}
@media only screen {
	.small-push-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.small-pull-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.small-push-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	.small-pull-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	.small-push-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	.small-pull-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	.small-push-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.small-pull-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.small-push-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	.small-pull-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	.small-push-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	.small-pull-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	.small-push-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.small-pull-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.small-push-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	.small-pull-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	.small-push-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	.small-pull-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	.small-push-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.small-pull-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.small-push-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	.small-pull-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	.small-push-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	.small-pull-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: right;
	}
	.small-1 {
		width: 8.3333333333%;
	}
	.small-2 {
		width: 16.6666666667%;
	}
	.small-3 {
		width: 25%;
	}
	.small-4 {
		width: 33.3333333333%;
	}
	.small-5 {
		width: 41.6666666667%;
	}
	.small-6 {
		width: 50%;
	}
	.small-7 {
		width: 58.3333333333%;
	}
	.small-8 {
		width: 66.6666666667%;
	}
	.small-9 {
		width: 75%;
	}
	.small-10 {
		width: 83.3333333333%;
	}
	.small-11 {
		width: 91.6666666667%;
	}
	.small-12 {
		width: 100%;
	}
	.small-offset-0 {
		margin-right: 0 !important;
	}
	.small-offset-1 {
		margin-right: 8.3333333333% !important;
	}
	.small-offset-2 {
		margin-right: 16.6666666667% !important;
	}
	.small-offset-3 {
		margin-right: 25% !important;
	}
	.small-offset-4 {
		margin-right: 33.3333333333% !important;
	}
	.small-offset-5 {
		margin-right: 41.6666666667% !important;
	}
	.small-offset-6 {
		margin-right: 50% !important;
	}
	.small-offset-7 {
		margin-right: 58.3333333333% !important;
	}
	.small-offset-8 {
		margin-right: 66.6666666667% !important;
	}
	.small-offset-9 {
		margin-right: 75% !important;
	}
	.small-offset-10 {
		margin-right: 83.3333333333% !important;
	}
	.small-offset-11 {
		margin-right: 91.6666666667% !important;
	}
	.small-reset-order {
		float: right;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto;
	}
	.column.small-centered,
	.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.small-uncentered,
	.columns.small-uncentered {
		float: right;
		margin-left: 0;
		margin-right: 0;
	}
	.column.small-centered:last-child,
	.columns.small-centered:last-child {
		float: none;
	}
	.column.small-uncentered:last-child,
	.columns.small-uncentered:last-child {
		float: right;
	}
	.column.small-uncentered.opposite,
	.columns.small-uncentered.opposite {
		float: left;
	}
	.row.small-collapse > .column,
	.row.small-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.small-uncollapse > .column,
	.row.small-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: right;
	}
}
@media only screen and (min-width: 30.0625em) {
	.medium-push-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.medium-pull-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.medium-push-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	.medium-pull-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	.medium-push-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	.medium-pull-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	.medium-push-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.medium-pull-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.medium-push-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	.medium-pull-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	.medium-push-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	.medium-pull-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	.medium-push-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.medium-pull-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.medium-push-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	.medium-pull-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	.medium-push-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	.medium-pull-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	.medium-push-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.medium-pull-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.medium-push-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	.medium-pull-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	.medium-push-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	.medium-pull-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: right;
	}
	.medium-1 {
		width: 8.3333333333%;
	}
	.medium-2 {
		width: 16.6666666667%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-4 {
		width: 33.3333333333%;
	}
	.medium-5 {
		width: 41.6666666667%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-7 {
		width: 58.3333333333%;
	}
	.medium-8 {
		width: 66.6666666667%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-10 {
		width: 83.3333333333%;
	}
	.medium-11 {
		width: 91.6666666667%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-0 {
		margin-right: 0 !important;
	}
	.medium-offset-1 {
		margin-right: 8.3333333333% !important;
	}
	.medium-offset-2 {
		margin-right: 16.6666666667% !important;
	}
	.medium-offset-3 {
		margin-right: 25% !important;
	}
	.medium-offset-4 {
		margin-right: 33.3333333333% !important;
	}
	.medium-offset-5 {
		margin-right: 41.6666666667% !important;
	}
	.medium-offset-6 {
		margin-right: 50% !important;
	}
	.medium-offset-7 {
		margin-right: 58.3333333333% !important;
	}
	.medium-offset-8 {
		margin-right: 66.6666666667% !important;
	}
	.medium-offset-9 {
		margin-right: 75% !important;
	}
	.medium-offset-10 {
		margin-right: 83.3333333333% !important;
	}
	.medium-offset-11 {
		margin-right: 91.6666666667% !important;
	}
	.medium-reset-order {
		float: right;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto;
	}
	.column.medium-centered,
	.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.medium-uncentered,
	.columns.medium-uncentered {
		float: right;
		margin-left: 0;
		margin-right: 0;
	}
	.column.medium-centered:last-child,
	.columns.medium-centered:last-child {
		float: none;
	}
	.column.medium-uncentered:last-child,
	.columns.medium-uncentered:last-child {
		float: right;
	}
	.column.medium-uncentered.opposite,
	.columns.medium-uncentered.opposite {
		float: left;
	}
	.row.medium-collapse > .column,
	.row.medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.medium-uncollapse > .column,
	.row.medium-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: right;
	}
	.push-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.pull-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.push-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	.pull-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	.push-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	.pull-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	.push-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.pull-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.push-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	.pull-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	.push-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	.pull-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	.push-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.pull-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.push-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	.pull-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	.push-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	.pull-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	.push-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.pull-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.push-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	.pull-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	.push-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	.pull-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
}
@media only screen and (min-width: 50.0625em) {
	.large-push-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.large-pull-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.large-push-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	.large-pull-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	.large-push-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	.large-pull-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	.large-push-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.large-pull-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.large-push-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	.large-pull-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	.large-push-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	.large-pull-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	.large-push-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.large-pull-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.large-push-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	.large-pull-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	.large-push-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	.large-pull-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	.large-push-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.large-pull-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.large-push-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	.large-pull-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	.large-push-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	.large-pull-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: right;
	}
	.large-1 {
		width: 8.3333333333%;
	}
	.large-2 {
		width: 16.6666666667%;
	}
	.large-3 {
		width: 25%;
	}
	.large-4 {
		width: 33.3333333333%;
	}
	.large-5 {
		width: 41.6666666667%;
	}
	.large-6 {
		width: 50%;
	}
	.large-7 {
		width: 58.3333333333%;
	}
	.large-8 {
		width: 66.6666666667%;
	}
	.large-9 {
		width: 75%;
	}
	.large-10 {
		width: 83.3333333333%;
	}
	.large-11 {
		width: 91.6666666667%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-0 {
		margin-right: 0 !important;
	}
	.large-offset-1 {
		margin-right: 8.3333333333% !important;
	}
	.large-offset-2 {
		margin-right: 16.6666666667% !important;
	}
	.large-offset-3 {
		margin-right: 25% !important;
	}
	.large-offset-4 {
		margin-right: 33.3333333333% !important;
	}
	.large-offset-5 {
		margin-right: 41.6666666667% !important;
	}
	.large-offset-6 {
		margin-right: 50% !important;
	}
	.large-offset-7 {
		margin-right: 58.3333333333% !important;
	}
	.large-offset-8 {
		margin-right: 66.6666666667% !important;
	}
	.large-offset-9 {
		margin-right: 75% !important;
	}
	.large-offset-10 {
		margin-right: 83.3333333333% !important;
	}
	.large-offset-11 {
		margin-right: 91.6666666667% !important;
	}
	.large-reset-order {
		float: right;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto;
	}
	.column.large-centered,
	.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.large-uncentered,
	.columns.large-uncentered {
		float: right;
		margin-left: 0;
		margin-right: 0;
	}
	.column.large-centered:last-child,
	.columns.large-centered:last-child {
		float: none;
	}
	.column.large-uncentered:last-child,
	.columns.large-uncentered:last-child {
		float: right;
	}
	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: left;
	}
	.row.large-collapse > .column,
	.row.large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.large-uncollapse > .column,
	.row.large-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: right;
	}
	.push-0 {
		position: relative;
		right: 0;
		left: auto;
	}
	.pull-0 {
		position: relative;
		left: 0;
		right: auto;
	}
	.push-1 {
		position: relative;
		right: 8.3333333333%;
		left: auto;
	}
	.pull-1 {
		position: relative;
		left: 8.3333333333%;
		right: auto;
	}
	.push-2 {
		position: relative;
		right: 16.6666666667%;
		left: auto;
	}
	.pull-2 {
		position: relative;
		left: 16.6666666667%;
		right: auto;
	}
	.push-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.pull-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.push-4 {
		position: relative;
		right: 33.3333333333%;
		left: auto;
	}
	.pull-4 {
		position: relative;
		left: 33.3333333333%;
		right: auto;
	}
	.push-5 {
		position: relative;
		right: 41.6666666667%;
		left: auto;
	}
	.pull-5 {
		position: relative;
		left: 41.6666666667%;
		right: auto;
	}
	.push-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.pull-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.push-7 {
		position: relative;
		right: 58.3333333333%;
		left: auto;
	}
	.pull-7 {
		position: relative;
		left: 58.3333333333%;
		right: auto;
	}
	.push-8 {
		position: relative;
		right: 66.6666666667%;
		left: auto;
	}
	.pull-8 {
		position: relative;
		left: 66.6666666667%;
		right: auto;
	}
	.push-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.pull-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.push-10 {
		position: relative;
		right: 83.3333333333%;
		left: auto;
	}
	.pull-10 {
		position: relative;
		left: 83.3333333333%;
		right: auto;
	}
	.push-11 {
		position: relative;
		right: 91.6666666667%;
		left: auto;
	}
	.pull-11 {
		position: relative;
		left: 91.6666666667%;
		right: auto;
	}
}
.inline-list {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1.0625rem;
	margin-left: 0;
	margin-right: -1.375rem;
	overflow: hidden;
	padding: 0;
}
.inline-list > li {
	display: block;
	float: right;
	list-style: none;
	margin-right: 1.375rem;
}
.inline-list > li > * {
	display: block;
}
.label {
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: auto;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.25rem 0.5rem 0.25rem;
	font-size: 0.6875rem;
	background-color: #008cba;
	color: #fff;
}
.label.radius {
	border-radius: 3px;
}
.label.round {
	border-radius: 1000px;
}
.label.alert {
	background-color: #f04124;
	color: #fff;
}
.label.warning {
	background-color: #f08a24;
	color: #fff;
}
.label.success {
	background-color: #43ac6a;
	color: #fff;
}
.label.secondary {
	background-color: #e7e7e7;
	color: #333;
}
.label.info {
	background-color: #a0d3e8;
	color: #333;
}
ul.pagination {
	display: block;
	margin-right: -0.3125rem;
	min-height: 1.5rem;
}
ul.pagination li {
	color: #222;
	font-size: 0.875rem;
	height: 1.5rem;
	margin-right: 0.3125rem;
}
ul.pagination li a,
ul.pagination li button {
	border-radius: 3px;
	transition: background-color 300ms ease-out;
	background: none;
	color: #999;
	display: block;
	font-size: 1em;
	font-weight: normal;
	line-height: inherit;
	padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
	background: #e6e5e5;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
	cursor: default;
	color: #999;
	pointer-events: none;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
	background: rgba(0, 0, 0, 0);
}
ul.pagination li.current a,
ul.pagination li.current button {
	background: #008cba;
	color: #fff;
	cursor: default;
	font-weight: bold;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
	background: #008cba;
}
ul.pagination li {
	display: block;
	float: right;
}
.pagination-centered {
	text-align: center;
}
.pagination-centered ul.pagination li {
	display: inline-block;
	float: none;
}
.panel {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #f0f0f0;
	color: #333;
}
.panel > :first-child {
	margin-top: 0;
}
.panel > :last-child {
	margin-bottom: 0;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
	color: #333;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
	line-height: 1;
	margin-bottom: 0.625rem;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
	line-height: 1.4;
}
.panel.callout {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #ecfaff;
	color: #333;
}
.panel.callout > :first-child {
	margin-top: 0;
}
.panel.callout > :last-child {
	margin-bottom: 0;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
	color: #333;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
	line-height: 1;
	margin-bottom: 0.625rem;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
	line-height: 1.4;
}
.panel.callout a:not(.button) {
	color: #008cba;
}
.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
	color: #0078a0;
}
.panel.radius {
	border-radius: 3px;
}
.split.button {
	position: relative;
	padding-left: 5.0625rem;
}
.split.button span {
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-right: solid 1px;
}
.split.button span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: inset;
	top: 50%;
	right: 50%;
}
.split.button span:active {
	background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
	border-right-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
	width: 3.09375rem;
}
.split.button span:after {
	border-top-style: solid;
	border-width: 0.375rem;
	margin-right: -0.375rem;
	top: 48%;
}
.split.button span:after {
	border-color: #fff transparent transparent transparent;
}
.split.button.secondary span {
	border-right-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after {
	border-color: #fff transparent transparent transparent;
}
.split.button.alert span {
	border-right-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
	border-right-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
	padding-left: 3.75rem;
}
.split.button.tiny span {
	width: 2.25rem;
}
.split.button.tiny span:after {
	border-top-style: solid;
	border-width: 0.375rem;
	margin-right: -0.375rem;
	top: 48%;
}
.split.button.small {
	padding-left: 4.375rem;
}
.split.button.small span {
	width: 2.625rem;
}
.split.button.small span:after {
	border-top-style: solid;
	border-width: 0.4375rem;
	margin-right: -0.375rem;
	top: 48%;
}
.split.button.large {
	padding-left: 5.5rem;
}
.split.button.large span {
	width: 3.4375rem;
}
.split.button.large span:after {
	border-top-style: solid;
	border-width: 0.3125rem;
	margin-right: -0.375rem;
	top: 48%;
}
.split.button.expand {
	padding-right: 2rem;
}
.split.button.secondary span:after {
	border-color: #333 transparent transparent transparent;
}
.split.button.radius span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.split.button.round span {
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
.split.button.no-pip span:before {
	border-style: none;
}
.split.button.no-pip span:after {
	border-style: none;
}
.split.button.no-pip span > i {
	display: block;
	left: 50%;
	margin-left: -0.48889em;
	margin-top: -0.28889em;
	position: absolute;
	top: 50%;
}
table {
	background: #fff;
	border: solid 1px #ccc;
	margin-bottom: 1.25rem;
	table-layout: auto;
}
table caption {
	background: rgba(0, 0, 0, 0);
	color: #222;
	font-size: 1rem;
	font-weight: bold;
}
table thead {
	background: #f0f0f0;
}
table thead tr th,
table thead tr td {
	color: #222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
	background: #f0f0f0;
}
table tfoot tr th,
table tfoot tr td {
	color: #222;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
	color: #222;
	font-size: 0.875rem;
	padding: 0.5625rem 0.625rem;
	text-align: right;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: #f0f0f0;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
	display: table-cell;
	line-height: 1.125rem;
}
.tabs {
	margin-bottom: 0 !important;
	margin-left: 0;
}
.tabs:before,
.tabs:after {
	content: " ";
	display: table;
}
.tabs:after {
	clear: both;
}
.tabs dd,
.tabs .tab-title {
	float: right;
	list-style: none;
	margin-bottom: 0 !important;
	position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
	display: block;
	background-color: #efefef;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
	background-color: #e1e1e1;
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
	background-color: #fff;
	color: #222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
	position: inherit;
	float: none;
	display: block;
	top: auto;
}
.tabs-content {
	margin-bottom: 1.5rem;
	width: 100%;
}
.tabs-content:before,
.tabs-content:after {
	content: " ";
	display: table;
}
.tabs-content:after {
	clear: both;
}
.tabs-content > .content {
	display: none;
	float: right;
	padding: 0.9375rem 0;
	width: 100%;
}
.tabs-content > .content.active {
	display: block;
	float: none;
}
.tabs-content > .content.contained {
	padding: 0.9375rem;
}
.tabs-content.vertical {
	display: block;
}
.tabs-content.vertical > .content {
	padding: 0 0.9375rem;
}
@media only screen and (min-width: 30.0625em) {
	.tabs.vertical {
		float: right;
		margin: 0;
		margin-bottom: 1.25rem !important;
		max-width: 20%;
		width: 20%;
	}
	.tabs-content.vertical {
		float: right;
		margin-right: -1px;
		max-width: 80%;
		padding-right: 1rem;
		width: 80%;
	}
}
.no-js .tabs-content > .content {
	display: block;
	float: none;
}
.th {
	border: solid 4px #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: all 200ms ease-out;
}
.th:hover,
.th:focus {
	box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
	border-radius: 3px;
}
.has-tip {
	border-bottom: dotted 1px #ccc;
	color: #333;
	cursor: help;
	font-weight: bold;
}
.has-tip:hover,
.has-tip:focus {
	border-bottom: dotted 1px #003f54;
	color: #008cba;
}
.has-tip.tip-left,
.has-tip.tip-right {
	float: none !important;
}
.tooltip {
	background: #333;
	color: #fff;
	display: none;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.3;
	max-width: 300px;
	padding: 0.75rem;
	position: absolute;
	width: 100%;
	z-index: 1006;
	right: 50%;
}
.tooltip > .nub {
	border: solid 5px;
	border-color: transparent transparent #333 transparent;
	display: block;
	height: 0;
	pointer-events: none;
	position: absolute;
	top: -10px;
	width: 0;
	right: 5px;
}
.tooltip > .nub.rtl {
	left: 5px;
	right: auto;
}
.tooltip.radius {
	border-radius: 3px;
}
.tooltip.round {
	border-radius: 1000px;
}
.tooltip.round > .nub {
	left: 2rem;
}
.tooltip.opened {
	border-bottom: dotted 1px #003f54 !important;
	color: #008cba !important;
}
.tap-to-close {
	color: #777;
	display: block;
	font-size: 0.625rem;
	font-weight: normal;
}
@media only screen {
	.tooltip > .nub {
		border-color: transparent transparent #333 transparent;
		top: -10px;
	}
	.tooltip.tip-top > .nub {
		border-color: #333 transparent transparent transparent;
		bottom: -10px;
		top: auto;
	}
	.tooltip.tip-left,
	.tooltip.tip-right {
		float: none !important;
	}
	.tooltip.tip-left > .nub {
		border-color: transparent transparent transparent #333;
		right: auto;
		margin-top: -5px;
		left: -10px;
		top: 50%;
	}
	.tooltip.tip-right > .nub {
		border-color: transparent #333 transparent transparent;
		right: -10px;
		margin-top: -5px;
		left: auto;
		top: 50%;
	}
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
@media only screen and (max-width: 30em) {
	.small-only-text-left {
		text-align: left !important;
	}
	.small-only-text-right {
		text-align: right !important;
	}
	.small-only-text-center {
		text-align: center !important;
	}
	.small-only-text-justify {
		text-align: justify !important;
	}
}
@media only screen {
	.small-text-left {
		text-align: left !important;
	}
	.small-text-right {
		text-align: right !important;
	}
	.small-text-center {
		text-align: center !important;
	}
	.small-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	.medium-only-text-left {
		text-align: left !important;
	}
	.medium-only-text-right {
		text-align: right !important;
	}
	.medium-only-text-center {
		text-align: center !important;
	}
	.medium-only-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 30.0625em) {
	.medium-text-left {
		text-align: left !important;
	}
	.medium-text-right {
		text-align: right !important;
	}
	.medium-text-center {
		text-align: center !important;
	}
	.medium-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 50.0625em) and (max-width: 75em) {
	.large-only-text-left {
		text-align: left !important;
	}
	.large-only-text-right {
		text-align: right !important;
	}
	.large-only-text-center {
		text-align: center !important;
	}
	.large-only-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 50.0625em) {
	.large-text-left {
		text-align: left !important;
	}
	.large-text-right {
		text-align: right !important;
	}
	.large-text-center {
		text-align: center !important;
	}
	.large-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 75.0625em) and (max-width: 100em) {
	.xlarge-only-text-left {
		text-align: left !important;
	}
	.xlarge-only-text-right {
		text-align: right !important;
	}
	.xlarge-only-text-center {
		text-align: center !important;
	}
	.xlarge-only-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 75.0625em) {
	.xlarge-text-left {
		text-align: left !important;
	}
	.xlarge-text-right {
		text-align: right !important;
	}
	.xlarge-text-center {
		text-align: center !important;
	}
	.xlarge-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 100.0625em) and (max-width: 99999999em) {
	.xxlarge-only-text-left {
		text-align: left !important;
	}
	.xxlarge-only-text-right {
		text-align: right !important;
	}
	.xxlarge-only-text-center {
		text-align: center !important;
	}
	.xxlarge-only-text-justify {
		text-align: justify !important;
	}
}
@media only screen and (min-width: 100.0625em) {
	.xxlarge-text-left {
		text-align: left !important;
	}
	.xxlarge-text-right {
		text-align: right !important;
	}
	.xxlarge-text-center {
		text-align: center !important;
	}
	.xxlarge-text-justify {
		text-align: justify !important;
	}
}
ul,
ol,
dl {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem;
}
ul {
	margin-right: 1.1rem;
}
ul li ul,
ul li ol {
	margin-right: 1.25rem;
	margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
	list-style: inherit;
}
ul.square {
	list-style-type: square;
	margin-right: 1.1rem;
}
ul.circle {
	list-style-type: circle;
	margin-right: 1.1rem;
}
ul.disc {
	list-style-type: disc;
	margin-right: 1.1rem;
}
ol {
	margin-right: 1.4rem;
}
ol li ul,
ol li ol {
	margin-right: 1.25rem;
	margin-bottom: 0;
}
.no-bullet {
	list-style-type: none;
	margin-right: 0;
}
.no-bullet li ul,
.no-bullet li ol {
	margin-right: 1.25rem;
	margin-bottom: 0;
	list-style: none;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
dl dd {
	margin-bottom: 0.75rem;
}
abbr,
acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	cursor: help;
}
abbr {
	text-transform: none;
}
abbr[title] {
	border-bottom: 1px dotted #ddd;
}
blockquote {
	margin: 0 0 1.25rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-right: 1px solid #ccc;
	font-size: 1.25em;
}
blockquote cite {
	display: block;
	font-size: 0.8125rem;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
	color: #555;
}
blockquote,
blockquote p {
	line-height: 1.6;
	color: #6f6f6f;
}
.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 1px solid #ccc;
	padding: 0.625rem 0.75rem;
}
.vcard li {
	margin: 0;
	display: block;
}
.vcard .fn {
	font-weight: bold;
	font-size: 0.9375rem;
}
.vevent .summary {
	font-weight: bold;
}
.vevent abbr {
	cursor: default;
	text-decoration: none;
	font-weight: bold;
	border: none;
	padding: 0 0.0625rem;
}
@media only screen and (min-width: 30.0625em) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.4;
	}
	h1 {
		font-size: 2.75rem;
	}
	h2 {
		font-size: 2.3125rem;
	}
	h3 {
		font-size: 1.6875rem;
	}
	h4 {
		font-size: 1.4375rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1rem;
	}
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #ccc;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
		max-width: 100% !important;
	}
	@page {
		margin: 0.34in;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
@media only screen {
	.show-for-small-only,
	.show-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.hide-for-small-only,
	.hide-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.visible-for-small-only,
	.visible-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.hidden-for-small-only,
	.hidden-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}
	table.show-for-small-only,
	table.show-for-small-up,
	table.show-for-small,
	table.show-for-small-down,
	table.hide-for-medium-only,
	table.hide-for-medium-up,
	table.hide-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.show-for-small-only,
	thead.show-for-small-up,
	thead.show-for-small,
	thead.show-for-small-down,
	thead.hide-for-medium-only,
	thead.hide-for-medium-up,
	thead.hide-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.show-for-small-only,
	tbody.show-for-small-up,
	tbody.show-for-small,
	tbody.show-for-small-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-medium-up,
	tbody.hide-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.show-for-small-only,
	tr.show-for-small-up,
	tr.show-for-small,
	tr.show-for-small-down,
	tr.hide-for-medium-only,
	tr.hide-for-medium-up,
	tr.hide-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row;
	}
	th.show-for-small-only,
	td.show-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.show-for-small,
	td.show-for-small,
	th.show-for-small-down,
	td.show-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.hide-for-medium-up,
	td.hide-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}
@media only screen and (min-width: 30.0625em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.show-for-medium-only,
	table.show-for-medium-up,
	table.show-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.show-for-medium-only,
	thead.show-for-medium-up,
	thead.show-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.show-for-medium-only,
	tbody.show-for-medium-up,
	tbody.show-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.show-for-medium-only,
	tr.show-for-medium-up,
	tr.show-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row;
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.show-for-medium-only,
	td.show-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.show-for-medium,
	td.show-for-medium,
	th.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}
@media only screen and (min-width: 50.0625em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.show-for-large-only,
	table.show-for-large-up,
	table.show-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.show-for-large-only,
	thead.show-for-large-up,
	thead.show-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.show-for-large-only,
	tbody.show-for-large-up,
	tbody.show-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.show-for-large-only,
	tr.show-for-large-up,
	tr.show-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row;
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.show-for-large-only,
	td.show-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.show-for-large,
	td.show-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}
@media only screen and (min-width: 75.0625em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.show-for-xlarge-only,
	table.show-for-xlarge-up,
	table.show-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.show-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.show-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.show-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.show-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.show-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.show-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row;
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	td.hide-for-large-down,
	th.show-for-xlarge-only,
	td.show-for-xlarge-only,
	th.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.show-for-xlarge,
	td.show-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}
@media only screen and (min-width: 100.0625em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.hide-for-xlarge-only,
	.show-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important;
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-xlarge-only,
	.hide-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important;
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-xlarge-only,
	.visible-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-xlarge-only,
	.hidden-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.hide-for-xlarge-only,
	table.show-for-xlarge-up,
	table.hide-for-xlarge,
	table.hide-for-xlarge-down,
	table.show-for-xxlarge-only,
	table.show-for-xxlarge-up,
	table.show-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important;
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.hide-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-down,
	thead.show-for-xxlarge-only,
	thead.show-for-xxlarge-up,
	thead.show-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-down,
	tbody.show-for-xxlarge-only,
	tbody.show-for-xxlarge-up,
	tbody.show-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important;
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.hide-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-down,
	tr.show-for-xxlarge-only,
	tr.show-for-xxlarge-up,
	tr.show-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row;
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	td.hide-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.hide-for-xlarge-down,
	td.hide-for-xlarge-down,
	th.show-for-xxlarge-only,
	td.show-for-xxlarge-only,
	th.show-for-xxlarge-up,
	td.show-for-xxlarge-up,
	th.show-for-xxlarge,
	td.show-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important;
	}
}
.show-for-landscape,
.hide-for-portrait {
	display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
	display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
	display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
	display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
	display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
	display: table-cell !important;
}
@media only screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: inherit !important;
	}
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
	table.show-for-landscape,
	table.hide-for-portrait {
		display: table !important;
	}
	thead.show-for-landscape,
	thead.hide-for-portrait {
		display: table-header-group !important;
	}
	tbody.show-for-landscape,
	tbody.hide-for-portrait {
		display: table-row-group !important;
	}
	tr.show-for-landscape,
	tr.hide-for-portrait {
		display: table-row !important;
	}
	td.show-for-landscape,
	td.hide-for-portrait,
	th.show-for-landscape,
	th.hide-for-portrait {
		display: table-cell !important;
	}
}
@media only screen and (orientation: portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important;
	}
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table !important;
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important;
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important;
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important;
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	th.hide-for-landscape {
		display: table-cell !important;
	}
}
.show-for-touch {
	display: none !important;
}
.hide-for-touch {
	display: inherit !important;
}
.touch .show-for-touch {
	display: inherit !important;
}
.touch .hide-for-touch {
	display: none !important;
}
table.hide-for-touch {
	display: table !important;
}
.touch table.show-for-touch {
	display: table !important;
}
thead.hide-for-touch {
	display: table-header-group !important;
}
.touch thead.show-for-touch {
	display: table-header-group !important;
}
tbody.hide-for-touch {
	display: table-row-group !important;
}
.touch tbody.show-for-touch {
	display: table-row-group !important;
}
tr.hide-for-touch {
	display: table-row !important;
}
.touch tr.show-for-touch {
	display: table-row !important;
}
td.hide-for-touch {
	display: table-cell !important;
}
.touch td.show-for-touch {
	display: table-cell !important;
}
th.hide-for-touch {
	display: table-cell !important;
}
.touch th.show-for-touch {
	display: table-cell !important;
}
.show-for-sr {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.show-on-focus {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.show-on-focus:focus,
.show-on-focus:active {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}
.print-only,
.show-for-print {
	display: none !important;
}
@media print {
	.print-only,
	.show-for-print {
		display: block !important;
	}
	.hide-on-print,
	.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;
	}
}
footer {
	background-color: #2b61a9;
	color: #fff;
	padding-top: 20px;
	overflow: hidden;
	max-width: 1000px;
}
footer a {
	color: #fff;
}
footer ul {
	list-style-type: none;
	margin-right: 0;
	text-align: center;
}
#footer h3 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.875rem;
	color: #ddd;
	text-transform: uppercase;
	text-align: center;
}
#footer label {
	color: #fff;
}
#footer a:hover,
#footer a:focus {
	color: #ddd;
}
#footer.panel {
	margin-bottom: 0;
	border-top: #fff solid 1px;
}
#program table {
	width: 100%;
	border: none;
}
#program .download {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #f0f0f0;
}
#program ul.accordion {
	margin: 0;
}
#program a {
	padding: 0;
	background-color: transparent;
}
#program i {
	text-align: center;
}
.download_options {
	position: relative;
	display: block;
	clear: both;
	float: left;
	left: 0;
	width: 100%;
}
#program td {
	height: 65px;
	vertical-align: middle;
	padding-bottom: 0;
	padding-top: 0;
}
#program .content.active {
	padding: 0;
	margin: auto;
}
#program td.download {
	height: 0;
}
#program tr.playlist {
	background-color: #efefef;
}
#program table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
table {
	margin: 0 auto;
}
#program tr > td:first-child {
	padding-right: 0;
}
#program tr > td:first-child + td {
	text-align: center;
}
#program tr.playlist.selected {
	background-color: #fff;
	height: 65px;
}
#program ul {
	list-style-type: none;
}
#program .accordion > li > a {
	color: #008cba
}
#language li a {
	text-align: center;
	background-color: #f0f0f0;
}
#program p {
	display: inline;
}
.playlist-list .playable {
	cursor: pointer;
}
.playlist-list .playing {
	background-color: #def1fc;
}
.playlist-list .links {
	margin: 0 1em 0 0;
	max-width: 40%;
	float: left;
}
#program .common-list > div {
	margin-bottom: 1em;
}
#social li {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	border-bottom: none;
}
#social li img {
	min-width: 40px;
	min-height: 40px;
	border-radius: 5px;
	border: white 2px solid;
}
#masthead {
	max-width: 62.7em;
	height: 120px;
	border-bottom: 0.15em solid #fff;
	background-color: #2b61a9;
	line-height: normal;
	position: relative;
	color: #fff;
}
#masthead ul li {
	padding-bottom: 0;
}
#masthead input {
	border: none;
	box-shadow: none;
	color: #000;
}
#logo {
	position: relative;
	padding: 15px;
}
#logo-container {
	position: absolute;
	display: flex;
	align-items: flex-end;
	height: 100%;
	max-width: 45%;
	padding: 15px;
}
#menubar {
	float: left;
	white-space: nowrap;
	padding: 18px 0.2vw;
	color: #fff;
}
#menubar>a {
	padding: 0 1.3vw;
	color: #fff;
	font-size: 0.9em;
}
#menubar>a:hover {
	text-decoration: underline;
}
#to_top {
	float: right;
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#to_top span {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	display: block;
	background: #ddd;
	padding: 7px;
	border-radius: 15px;
	transition: 1s;
}
#to_top a:hover span {
	background-color: #777;
}
#menu li {
	padding: 0;
	border-bottom: solid #fff 0.15em;
}
#menu li a {
	padding-top: 0.55em;
	padding-bottom: 0.6em;
	margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
	#menu li a {
		padding-top: 0.8em;
		padding-bottom: 0.75em;
	}
}
@media only screen and (min-width: 50.0625em) {
	#first {
		border-left: solid #fff 0.15em;
	}
}
@media only screen and (min-width: 50.0625em) {
	#second {
		border-left: solid #fff 0.15em;
	}
}
@media only screen and (min-width: 50.0625em) {
	#third {
		border-left: solid #fff 0.15em;
	}
}
@media only screen and (min-width: 30.0625em) {
	#first,
	#third {
		border-left: solid #fff 0.15em;
	}
}
.js #menu,
.js #menu.mobilehidden {
	overflow: auto;
}
.js #menu.mobilehidden {
	height: 0;
}
@media only screen and (min-width: 30.0625em) {
	.js #menu.mobilehidden {
		height: auto;
	}
}
div.menu-button {
	display: table-cell;
	width: auto;
}
@media only screen and (min-width: 30.0625em) {
	div.menu-button {
		display: none;
	}
}
div.menu-button .button.postfix {
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;
}
div.menu-button .button.postfix:focus {
	background-color: #b81232;
}
#search-button {
	display: table;
	height: 100%;
	width: 100%;
	text-align: right;
	position: relative;
	padding-left: 0;
}
#search-button input {
	padding-right: 30px;
}
#search-button input.search,
#search-button textarea.search {
	display: inline-block;
	background-image: url("images/search.png");
	background-size: 20px 20px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	width: 100%;
	border: solid 1px #fff;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	#search-button input.search,
	#search-button textarea.search {
		width: 50%;
	}
}
@media only screen and (min-width: 50.0625em) {
	#search-button input.search,
	#search-button textarea.search {
		width: 30%;
	}
}
@media only screen and (min-width: 30.0625em) {
	#search-button input.search,
	#search-button textarea.search {
		transition: width 1s ease;
		border-radius: 20px 0 0 20px;
	}
}
#search-button input.search:focus,
#search-button textarea.search:focus {
	width: 100%;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	#search-button input.search:focus,
	#search-button textarea.search:focus {
		width: 90%;
	}
}
@media only screen and (min-width: 50.0625em) {
	#search-button input.search:focus,
	#search-button textarea.search:focus {
		width: 70%;
	}
}
#search-button span {
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-right: solid 1px;
}
#search-button span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: inset;
	top: 50%;
	right: 50%;
}
#search-button span:active {
	background-color: rgba(0, 0, 0, 0.1);
}
#search-button span {
	border-right-color: #000;
}
#search-button span {
	width: 3.09375rem;
}
#search-button span:after {
	border-top-style: solid;
	border-width: 0.375rem;
	margin-right: -0.375rem;
	top: 48%;
}
#search-button span:after {
	border-color: #000 transparent transparent transparent;
}
#search-button .fa {
	line-height: 37px;
}
#search-button .f-dropdown {
	width: 200px;
}
#search-button .secondary {
	padding-right: 2px;
	padding-left: 2px;
}
#search-button .button.postfix {
	border: solid 1px #fff;
	border-left: 0;
	padding: 0 0.5em;
}
#search-button button.info:hover,
#search-button button.info:focus,
#search-button .button.info:hover,
#search-button .button.info:focus {
	color: #000;
}
@media only screen and (max-width: 30em) {
	#search-button {
		padding-left: 0;
	}
}
#search-button a.info.button.split.expand {
	margin-bottom: 0;
}
#search-button > div {
	vertical-align: middle;
}
#search-button :first-child {
	border-right-width: 0;
}
#search-button :first-child a.button {
	border-right-width: 0;
}
.search {
	position: relative;
	padding-top: 1.5em;
}
@media only screen and (max-width: 30em) {
	.search button.split {
		width: 100%;
	}
}
.search button.split input {
	position: absolute;
}
.search i {
	padding: 2px;
}
.search .button {
	padding: 0;
}
.searchform {
	position: static;
	margin-right: 0;
	height: 100%;
}
@media only screen and (min-width: 30.0625em) {
	.searchform {
		position: relative;
		top: -100%;
		margin-right: 190px;
	}
}
.searchform .search-button-input {
	display: table-cell;
	height: 100%;
}
.searchform .search-button-input input {
	margin: 0;
}
.searchform .search-button-button {
	display: table-cell;
	width: 3em;
	height: 100%;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	.searchform .search-button-button {
		width: 4em;
	}
}
@media only screen and (min-width: 50.0625em) {
	.searchform .search-button-button {
		width: 6em;
	}
}
.searchform .search-button-button .button.postfix {
	margin: 0;
	display: inline-block;
}
.search_text {
	position: relative;
	top: 0;
}
.search_text input[type="text"] {
	margin-left: 5em;
}
.search_text input[type="submit"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 3em;
}
@media (max-width: 20em) {
	.search_text input[type="submit"],
	.search_text input[type="text"] {
		position: static;
		width: 100%;
	}
}
#search-form {
	float: left;
	clear: left;
}
.search-container {
	display: flex;
	align-items: center;
	border-radius: 0 18px 18px 0;
	margin: 0;
	padding: 0 12px 0 0;
	background: #fff;
	transition: all 0.3s ease;
	width: 180px;
}
/* Expand when input is focused or hovered */
.search-container:focus-within, .search-container:hover {
	width: max(min(50vw, 400px), 180px);
}
.search-container-full {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
input.search-input {
	border: none;
	outline: none;
	flex: 1;
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
	min-width: 0; /* prevents flex overflow */
}
#voiceicon, .voiceicon {
	color: #666;
	margin: 0 5px;
	cursor: pointer;
}
.searchform #voiceicon {
	margin: 0;
}
.search-toggle {
	background: #b81232;
	margin: 0;
	padding: 5px 12px;
	border: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	cursor: pointer;
}
.search-dropdown {
	display: none;
	position: absolute;
	top: 93px;
	left: 0;
	background: white;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}
.search-container:focus-within .search-dropdown {
	display: block;
}
.search-dropdown li {
	border-bottom: 1px solid #eee;
}
.search-dropdown li:last-child {
	border-bottom: none;
}
.search-dropdown button {
	width: 100%;
	margin: 0;
	padding: 8px;
	border: none;
	background: none;
	color: #000;
	font-size: 14px;
	text-align: right;
	cursor: pointer;
}
.search-dropdown button:hover {
	background: #f0f0f0;
}
.donate-button {
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1rem;
	background-color: #228b22;
	border-color: #1b6f1b;
	color: #fff;
	border-radius: 3px;
	transition: background-color 300ms ease-out;
}
.donate-button:hover,
.donate-button:focus {
	background-color: #1b6f1b;
}
.donate-button:hover,
.donate-button:focus {
	color: #fff;
}
a.donate-button {
	margin-left: 0.1em;
}
#feedback .panel {
	margin-right: 1em;
	text-align: center;
	float: left;
}
#feedback .button.blue {
	background: #008cba;
}
#sign-up form {
	background-color: #f0f0f0;
	border: 1px #ccc solid;
	padding: 15px;
}
@media only screen and (min-width: 30.0625em) {
	#sign-up form {
		margin-bottom: 0.5rem;
	}
}
p {
	margin-bottom: 0.8rem;
}
.time {
	float: left;
}
.panel {
	margin-bottom: 0;
}
#index-list {
	margin-top: 0.5rem;
	text-align: center;
}
#index-list p {
	text-align: right;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	#index-list .medium-6 {
		margin-bottom: 0.5rem;
	}
}
@media only screen and (max-width: 30em) {
	#index-list {
		margin-top: 0;
	}
	#index-list .small-collapse {
		padding: 0;
		text-align: justify;
	}
	#index-list .columns {
		margin: 0;
		padding: 0;
	}
}
@media only screen and (max-width: 30em) {
	#index-list li {
		padding-bottom: 0;
	}
}
.abstract {
	display: list-item;
	padding: 0.5em;
	background: #f0f0f0;
	border: #ccc 1px solid;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 30.0625em) {
	.abstract {
		height: 24em;
	}
}
@media only screen and (max-width: 30em) {
	.abstract {
		margin: 0 auto;
		margin-bottom: 1em;
		max-width: 300px;
	}
}
.abstract .text {
	max-width: 300px;
	padding-bottom: 0.5em;
}
@media only screen and (max-width: 30em) {
	.abstract .text {
		max-height: none;
		margin-bottom: 2em;
	}
}
.abstract .no-link {
	margin-bottom: 3.4em;
}
.abstract .subtitle {
	text-align: right;
}
.abstract .button {
	display: none;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -46.5px;
	padding-left: 40px;
	padding-right: 40px;
}
.abstract a.button {
	float: left;
}
.abstract a h2.title {
	color: #b81232;
}
.abstract a h2.title:hover,
.abstract a h2.title:active {
	color: #8a0d25;
}
@media only screen and (min-width: 30.0625em) {
	.abstract.no-image {
		height: 18em;
	}
}
#related,
#more {
	color: #fff;
	border-top: white solid 1px;
	background-color: #f0f0f0;
}
#related h4,
#more h4 {
	font-weight: bold;
	color: #fff;
}
#related .button,
#more .button {
	margin-top: 0.8em;
	margin-bottom: 0;
	background-color: #b81232;
}
#related a.button,
#more a.button {
	float: left;
}
table {
	margin: 0;
}
table img {
	max-width: none;
}
#country_data img {
	display: block;
	width: 100%;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#country_data table {
	display: block;
	width: 100%;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#country_data table th #1 {
	width: 60%;
}
@media only screen and (max-width: 30em) {
	.columns {
		padding-right: 0;
		padding-left: 0;
	}
}
fieldset.radiogroup {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
fieldset.radiogroup legend {
	font-weight: bold;
	width: 100%;
	margin-left: 0;
	background: #f0f0f0;
}
ul.radio {
	width: 100%;
	margin: 0;
}
#location_languages table {
	width: 100%;
	margin-top: -20px;
}
#location_languages table td {
	text-align: center;
}
#location_languages table td:first-child {
	text-align: right;
}
#location_languages ul.accordion {
	margin-right: 0;
}
th #lang_names {
	width: 80%;
}
th #rec_available {
	width: 20%;
}
input[type="radio"].with-font,
input[type="checkbox"].with-font {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type="radio"].with-font ~ label:before,
input[type="checkbox"].with-font ~ label:before {
	font-size: 1.2em;
	display: inline-block;
	width: 1.4em;
	content: "•";
	letter-spacing: 10px;
	color: #000;
}
input[type="radio"].with-font:checked ~ label:before,
input[type="checkbox"].with-font:checked ~ label:before {
	font-size: 1.2em;
	content: "✓";
	font-weight: 900;
	letter-spacing: 5px;
	color: #43ac6a;
}
input[type="checkbox"].with-font ~ label:before {
	content: "☐";
}
input[type="checkbox"].with-font:checked ~ label:before {
	content: "☑";
	color: #43ac6a;
}
input[type="radio"].with-font:focus ~ label:before,
input[type="checkbox"].with-font:focus ~ label:before,
input[type="radio"].with-font:focus ~ label,
input[type="checkbox"].with-font:focus ~ label {
	color: #43ac6a;
}
ul.radio {
	list-style-type: none;
}
iframe {
	border: none;
}
.embed {
	overflow: hidden;
	margin-bottom: 1em;
}
@media only screen and (min-width: 50.0625em) {
	.embed .container {
		padding: 38px 38px 38px 0;
		max-height: 489px;
	}
}
@media only screen and (max-width: 30em) {
	.embed .embed .container {
		padding: 0;
	}
}
.embed .columns {
	padding-right: 0;
}
.embed .flex-video {
	margin-bottom: 0;
}
.embed .flex-video.mediaelement-player {
	padding-top: 0;
}
.embed .flex-video.mediaelement-player .mejs-container .mejs-poster {
	background-size: contain;
}
@media only screen and (min-width: 30.0625em) {
	.embed .large-12 {
		padding-right: 0;
		padding-left: 0;
	}
}
@media only screen and (min-width: 30.0625em) {
	.embed .large-12 .medium-12 {
		padding-right: 0;
		padding-left: 0;
	}
}
.embed h2,
.embed p {
	padding: 0 15px;
}
.country img {
	width: 125px;
	height: 83px;
}
.country p {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
.country h2 {
	padding-bottom: 20px;
}
.tabs dd a {
	color: #000;
	border: none;
	background-color: #fff;
}
@media only screen and (max-width: 30em) {
	.tabs dd a {
		width: 100%;
	}
}
.tabs dd a .active {
	color: #b81232;
	background-color: #fff;
}
.tabs dd.active a {
	color: #b81232;
	border-bottom: 2px solid #b81232;
}
.tabs-content {
	background-color: #fff;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
	background-color: #fff;
}
.f-dropdown ul {
	width: 200px;
}
.f-dropdown li {
	border-bottom: solid #ccc 1px;
}
a #map {
	width: 100%;
}
.sign-up {
	margin-top: 1em;
}
.bible-ref {
	font-style: italic;
}
.center-list li {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.common-list div,
.common-list li {
	clear: both;
	overflow: auto;
}
.warning {
	background: #f0f0f0;
}
.red {
	color: red;
}
.common-list div.time {
	clear: none;
	overflow: inherit;
}
.mejs-container .mejs-poster {
	background-size: contain;
}
.clickable {
	cursor: pointer;
}
.timestamp_content {
	margin-bottom: 0;
	z-index: 60;
	position: absolute;
	background-color: #000;
	color: #fff;
	margin-top: -20px;
	right: 12px;
	padding: 2px;
	font-size: 0.9em;
	line-height: 0.9em;
}
#title {
	margin-top: 1.5em;
}
#title h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#title h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #fff;
}
.title {
	text-align: right;
	color: #000;
	margin: 0;
}
.title a {
	color: #b81232;
}
h2.title {
	font-size: 1.5rem;
}
.shadow {
	box-shadow: 3px 3px 5px 6px #ccc;
}
.no-gutter {
	padding-right: 0;
	padding-left: 0;
}
.no-padding {
	padding: 0;
}
.row {
	max-width: 62.25rem;
}
.region,
.country {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	vertical-align: top;
}
.country {
	margin-bottom: 1em;
}
.country .flag_wrapper {
	width: 125px;
	height: 83px;
	position: relative;
	margin: auto;
}
.country img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #ccc;
}
.overlay {
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 3.75em 3em;
	transition: 0.6s;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}
.overlay h3 {
	line-height: 116px;
	margin: 0;
	color: #fff;
}
.overlay p {
	margin-bottom: 1.5em;
}
#language-options ul.accordion {
	margin-bottom: 0.6rem;
	margin-left: 0;
	border: solid 1px #ccc;
}
#language-options ul.accordion a.button {
	margin-bottom: 0;
}
#language-options ul.accordion div.content {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.bubble {
	box-sizing: content-box;
	position: relative;
	border: none;
	border-radius: 10px;
	font: normal 100% / normal Arial, Helvetica, sans-serif;
	color: #fff;
	text-overflow: clip;
	background: #228b22;
	margin: 0 auto;
}
.bubble::before {
	box-sizing: content-box;
	width: 0;
	height: 0;
	position: absolute;
	content: "";
	top: 26px;
	left: 100%;
	border: 13px solid rgba(0, 0, 0, 0);
	border-right: 26px solid #228b22;
	border-left: 0 solid;
	font: normal 100% / normal Arial, Helvetica, sans-serif;
	color: #000;
	text-overflow: clip;
	text-shadow: none;
}
.bubble p {
	padding: 10%;
	text-align: center;
	font-size: large;
}
.second {
	padding-top: 10%;
	font-size: 1.5em;
	text-align: left;
}
img.call {
	width: 100%;
	max-width: 470px;
}
.avatar {
	max-width: 300px;
	float: left;
}
.thumbnail {
	max-width: 8em;
	float: right;
	padding-left: 0.5em;
	position: relative;
}
#index-list .thumbnail {
	clear: none !important;
	padding-left: 0.5em;
	margin-right: 0;
}
ul.thumbs {
	list-style-type: none;
	margin: 0;
}
ul.thumbs li {
	margin-bottom: 1.25rem;
	display: table;
}
img.img-icon {
	display: inline-block;
	height: 1em;
	width: auto;
}
.hero {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.searchtabs {
	display: flex;
	flex-direction: column;
}
.searchtab-labels {
	display: flex;
	border-bottom: 2px solid #ccc;
}
.searchtab-labels label {
	padding: 10px 20px;
	cursor: pointer;
	background: #ddd;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-left: 5px;
	transition: background 0.3s;
	color: #000;
}
.searchtab-labels label:hover {
	background: #eee;
}
.searchtabs input[type="radio"] {
	display: none;
}
.searchtab-content {
	display: none;
}
#general:checked ~ .searchtab-pages #searchtab-page1,
#language:checked ~ .searchtab-pages #searchtab-page2,
#location:checked ~ .searchtab-pages #searchtab-page3,
#script:checked ~ .searchtab-pages #searchtab-page4 {
	display: block;
}
#general:checked ~ .searchtab-labels label[for="general"],
#language:checked ~ .searchtab-labels label[for="language"],
#location:checked ~ .searchtab-labels label[for="location"],
#script:checked ~ .searchtab-labels label[for="script"] {
	background: white;
	border-bottom: 3px solid #2b61a9;
	color: #2b61a9;
}
/* Material Design icons */
.material-icons-outlined.md-18 {
	font-size: 18px;
	width: 1em;
	text-align: center;
	vertical-align: text-top
}
.material-icons-outlined.md-24 {
	font-size: 24px;
	width: 1em;
	text-align: center;
	vertical-align: baseline
}
.material-icons-outlined.md-36 {
	font-size: 36px;
	width: 1em;
	text-align: center;
	vertical-align: bottom
}
.material-icons-outlined.md-48 {
	font-size: 48px;
	width: 1em;
	text-align: center;
	vertical-align: bottom
}
.material-icons-outlined.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons-outlined.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}
.material-icons-outlined.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons-outlined.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}
