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;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	position: relative;
}
html, body {
	scroll-behavior: smooth;
}
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: #0088b8;
	line-height: inherit;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
a:hover,
a:focus {
	color: #0070a0;
}
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: #335;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	margin-top: 0.8rem;
	text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #77a;
	font-size: 75%;
	line-height: 0;
}
h1 {
	font-size: 1.9em;
	line-height: 1.1;
	margin-top: 1rem;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h1 {
		font-size: 2.3em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h1 {
		font-size: 2.7em;
	}
}
h2 {
	font-size: 1.6em;
	line-height: 1.15;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h2 {
		font-size: 1.9em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h2 {
		font-size: 2.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.475em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h3 {
		font-size: 1.6em;
	}
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
}
@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	h4 {
		font-size: 1.3em;
	}
}
@media only screen and (min-width: 50.0625em) {
	h4 {
		font-size: 1.4em;
	}
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.05rem;
}
/* use variable scaling if possible */
h1 {
	font-size: clamp(1.9em, 1.45em + 2vw, 2.7em);
}
h2 {
	font-size: clamp(1.6em, 1.2em + 1.5vw, 2.2em);
}
h3 {
	font-size: clamp(1.35em, 1.15em + 0.75vw, 1.6em);
}
h4 {
	font-size: clamp(1.2em, 1.1em + 0.5vw, 1.4em);
}
h5 {
	font-size: clamp(1.1em, 1.05em + 0.25vw, 1.2em);
}
h6 {
	font-size: clamp(1.05em, 1em + 0.125vw, 1.1em);
}
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: 0.8rem;
}
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: 75%;
	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: 1px solid #ccc;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	display: table;
	float: right;
	clear: right;
	margin: 0 0 0.5em 1em;
	max-width: 420px;
	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: 0.875rem;
	caption-side: bottom;
}
figure img {
	clear: right;
}
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"] {
	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"] {
	appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	appearance: none;
}
input[type="text"]:invalid,
input[type="email"]:invalid,
textarea:invalid {
	border-color: #f0a0a0;
}
input[type="text"]:invalid:focus,
input[type="email"]:invalid:focus,
textarea:invalid:focus {
	border-color: #e08080;
}
input[type="text"]:user-invalid,
input[type="email"]:user-invalid,
textarea:user-invalid {
	background-color: #ffe8e8;
	margin-bottom: 0;
}
input[type="text"]:user-invalid:focus,
input[type="email"]:user-invalid:focus,
textarea:user-invalid:focus {
	background-color: #fff4f4;
}
label.invalid-message {
	display: none;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #f04124;
}
input[type="text"]:user-invalid + label.invalid-message,
input[type="email"]:user-invalid + label.invalid-message,
textarea:user-invalid + label.invalid-message {
	display: block;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
a:hover {
	cursor: pointer;
}
.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;
}
textarea {
	height: auto;
	min-height: 50px;
}
select {
	width: 100%;
}
.accordion {
	margin-bottom: 0;
	margin-left: 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-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: left;
	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: 0rem;
		padding-right: 0.9375rem;
	}
	.small-block-grid-2 > li:nth-of-type(2n) {
		padding-left: 0.9375rem;
		padding-right: 0rem;
	}
	.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: 0rem;
		padding-right: 1.25rem;
	}
	.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: 1.25rem;
		padding-right: 0rem;
	}
}
@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: 0rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-2 > li:nth-of-type(2n) {
		padding-left: 0.9375rem;
		padding-right: 0rem;
	}
	.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: 0rem;
		padding-right: 1.25rem;
	}
	.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: 1.25rem;
		padding-right: 0rem;
	}
	.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: 0rem;
		padding-right: 1.40625rem;
	}
	.medium-block-grid-4 > li:nth-of-type(4n + 2) {
		padding-left: 0.46875rem;
		padding-right: 0.9375rem;
	}
	.medium-block-grid-4 > li:nth-of-type(4n + 3) {
		padding-left: 0.9375rem;
		padding-right: 0.46875rem;
	}
	.medium-block-grid-4 > li:nth-of-type(4n) {
		padding-left: 1.40625rem;
		padding-right: 0rem;
	}
}
@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: 0rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-2 > li:nth-of-type(2n) {
		padding-left: 0.9375rem;
		padding-right: 0rem;
	}
	.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: 0rem;
		padding-right: 1.25rem;
	}
	.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: 1.25rem;
		padding-right: 0rem;
	}
	.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: 0rem;
		padding-right: 1.40625rem;
	}
	.large-block-grid-4 > li:nth-of-type(4n + 2) {
		padding-left: 0.46875rem;
		padding-right: 0.9375rem;
	}
	.large-block-grid-4 > li:nth-of-type(4n + 3) {
		padding-left: 0.9375rem;
		padding-right: 0.46875rem;
	}
	.large-block-grid-4 > li:nth-of-type(4n) {
		padding-left: 1.40625rem;
		padding-right: 0rem;
	}
	.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: 0rem;
		padding-right: 1.5rem;
	}
	.large-block-grid-5 > li:nth-of-type(5n + 2) {
		padding-left: 0.375rem;
		padding-right: 1.125rem;
	}
	.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: 1.125rem;
		padding-right: 0.375rem;
	}
	.large-block-grid-5 > li:nth-of-type(5n) {
		padding-left: 1.5rem;
		padding-right: 0rem;
	}
}
.breadcrumbs {
	border-style: solid;
	border-width: 1px;
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0.5625rem 0.875rem 0.5625rem;
	background-color: #f0f0f0;
	border-color: #ccc;
	border-radius: 3px;
}
.breadcrumbs > * {
	color: #0088b8;
	float: left;
	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: #0088b8;
}
.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 {
	appearance: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem;
	font-size: 1rem;
	background-color: #a01030;
	border-color: #801030;
	color: #fff;
	transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #801030;
}
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.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.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.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.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.blue,
.button.blue {
	background-color: #0088b8;
	border-color: #0070a0;
	color: #fff;
}
button.blue:hover,
button.blue:focus,
.button.blue:hover,
.button.blue:focus {
	background: #0070a0;
}
button.donate,
.button.donate {
	background-color: #228b22;
	border-color: #1b6f1b;
	color: #fff;
}
button.donate:hover,
button.donate:focus,
.button.donate:hover,
.button.donate:focus {
	background: #1b6f1b;
}
button.large,
.button.large {
	padding: 1.125rem 2.25rem 1.1875rem;
	font-size: 1.25rem;
}
button.small,
.button.small {
	padding: 0.875rem 1.75rem 0.9375rem;
	font-size: 0.8125rem;
}
button.tiny,
.button.tiny {
	padding: 0.625rem 1.25rem 0.6875rem;
	font-size: 0.6875rem;
}
button.expand,
.button.expand {
	padding: 1rem 2rem 1.0625rem;
	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: left;
	padding-left: 0.75rem;
}
button.right-align,
.button.right-align {
	text-align: right;
	padding-right: 0.75rem;
}
button.radius,
.button.radius {
	border-radius: 5px;
}
button.round,
.button.round {
	border-radius: 1000px;
}
button.float,
.button.float {
	float: right;
	margin: 0.8rem 0 0.5rem 0.5rem;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
	background-color: #a01030;
	border-color: #801030;
	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: #a01030;
	pointer-events: none;
}
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: #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: #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: #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: #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: #a0d3e8;
}
button.disabled.blue,
button[disabled].blue,
.button.disabled.blue,
.button[disabled].blue {
	background-color: #0088b8;
	border-color: #0070a0;
	color: #fff;
	box-shadow: none;
	cursor: default;
	opacity: 0.7;
}
button.disabled.blue:hover,
button.disabled.blue:focus,
button[disabled].blue:hover,
button[disabled].blue:focus,
.button.disabled.blue:hover,
.button.disabled.blue:focus,
.button[disabled].blue:hover,
.button[disabled].blue:focus {
	background-color: #0088b8;
}
@media only screen and (min-width: 30.0625em) {
	button,
	.button {
		display: inline-block;
	}
}
.dropdown.button,
button.dropdown {
	position: relative;
	padding-right: 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;
	right: 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-right: 2.625rem;
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
	border-width: 0.375rem;
	right: 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-right: 3.0625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
	border-width: 0.4375rem;
	right: 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-right: 3.625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
	border-width: 0.3125rem;
	right: 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: 54%;
	padding-top: 1.5625rem;
	position: relative;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
	padding-left: 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-left-radius: 3px;
	border-top-left-radius: 3px;
}
.postfix.button.radius {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.prefix.button.round {
	border-radius: 0;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
.postfix.button.round {
	border-radius: 0;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
span.prefix,
label.prefix {
	background: #f0f0f0;
	border-right: none;
	color: #333;
	border-color: #ccc;
}
span.postfix,
label.postfix {
	background: #f0f0f0;
	border-left: 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 {
	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-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-right-radius: 3px;
	border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-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-left-radius: 3px;
	border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-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-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
	border-radius: 0;
	border-bottom-left-radius: 1000px;
	border-top-left-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-left-radius: 1000px;
	border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
	border-radius: 0;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
input[type="submit"] {
	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 {
	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-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-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}
input[type="file"] {
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	padding: 0.8rem;
	background-color: #f0f0f0;
}
fieldset legend {
	font-weight: bold;
	margin: 0;
	margin-left: -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;
}
.column,
.columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
	float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
	float: left;
}
.inline-list {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1.0625rem;
	margin-left: -1.375rem;
	margin-right: 0;
	overflow: hidden;
	padding: 0;
}
.inline-list > li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 1.375rem;
}
.inline-list > li > * {
	display: block;
}
.label {
	display: inline-block;
	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: #0088b8;
	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-left: -0.3125rem;
	min-height: 1.5rem;
}
ul.pagination li {
	color: #222;
	font-size: 0.875rem;
	height: 1.5rem;
	margin-left: 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: #0088b8;
	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: #0088b8;
}
ul.pagination li {
	display: block;
	float: left;
}
.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: 1rem;
	padding: 1rem 1rem 0;
	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.radius {
	border-radius: 3px;
}
table {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 1.25rem;
	table-layout: auto;
}
table caption {
	background: rgba(0, 0, 0, 0);
	color: #222;
	font-size: 0.875rem;
	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: left;
}
@media only screen {
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left;
	}
	.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-left: 0 !important;
	}
	.small-offset-1 {
		margin-left: 8.3333333333% !important;
	}
	.small-offset-2 {
		margin-left: 16.6666666667% !important;
	}
	.small-offset-3 {
		margin-left: 25% !important;
	}
	.small-offset-4 {
		margin-left: 33.3333333333% !important;
	}
	.small-offset-5 {
		margin-left: 41.6666666667% !important;
	}
	.small-offset-6 {
		margin-left: 50% !important;
	}
	.small-offset-7 {
		margin-left: 58.3333333333% !important;
	}
	.small-offset-8 {
		margin-left: 66.6666666667% !important;
	}
	.small-offset-9 {
		margin-left: 75% !important;
	}
	.small-offset-10 {
		margin-left: 83.3333333333% !important;
	}
	.small-offset-11 {
		margin-left: 91.6666666667% !important;
	}
	.small-reset-order {
		float: left;
		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: left;
		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: left;
	}
	.column.small-uncentered.opposite,
	.columns.small-uncentered.opposite {
		float: right;
	}
	.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: left;
	}
}
@media only screen and (min-width: 30.0625em) {
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left;
	}
	.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-left: 0 !important;
	}
	.medium-offset-1 {
		margin-left: 8.3333333333% !important;
	}
	.medium-offset-2 {
		margin-left: 16.6666666667% !important;
	}
	.medium-offset-3 {
		margin-left: 25% !important;
	}
	.medium-offset-4 {
		margin-left: 33.3333333333% !important;
	}
	.medium-offset-5 {
		margin-left: 41.6666666667% !important;
	}
	.medium-offset-6 {
		margin-left: 50% !important;
	}
	.medium-offset-7 {
		margin-left: 58.3333333333% !important;
	}
	.medium-offset-8 {
		margin-left: 66.6666666667% !important;
	}
	.medium-offset-9 {
		margin-left: 75% !important;
	}
	.medium-offset-10 {
		margin-left: 83.3333333333% !important;
	}
	.medium-offset-11 {
		margin-left: 91.6666666667% !important;
	}
	.medium-reset-order {
		float: left;
		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: left;
		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: left;
	}
	.column.medium-uncentered.opposite,
	.columns.medium-uncentered.opposite {
		float: right;
	}
	.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: left;
	}
}
@media only screen and (min-width: 50.0625em) {
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left;
	}
	.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-left: 0 !important;
	}
	.large-offset-1 {
		margin-left: 8.3333333333% !important;
	}
	.large-offset-2 {
		margin-left: 16.6666666667% !important;
	}
	.large-offset-3 {
		margin-left: 25% !important;
	}
	.large-offset-4 {
		margin-left: 33.3333333333% !important;
	}
	.large-offset-5 {
		margin-left: 41.6666666667% !important;
	}
	.large-offset-6 {
		margin-left: 50% !important;
	}
	.large-offset-7 {
		margin-left: 58.3333333333% !important;
	}
	.large-offset-8 {
		margin-left: 66.6666666667% !important;
	}
	.large-offset-9 {
		margin-left: 75% !important;
	}
	.large-offset-10 {
		margin-left: 83.3333333333% !important;
	}
	.large-offset-11 {
		margin-left: 91.6666666667% !important;
	}
	.large-reset-order {
		float: left;
		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: left;
		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: left;
	}
	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right;
	}
	.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: left;
	}
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: #f4f4f4;
}
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;
}
.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;
}
.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-size: 1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem;
}
ul {
	margin-left: 1.1rem;
}
ul li ul,
ul li ol {
	margin-left: 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-left: 1.1rem;
}
ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem;
}
ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem;
}
ol {
	margin-left: 1.4rem;
}
ol li ul,
ol li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
.no-bullet {
	list-style-type: none;
	margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
	margin-left: 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: 87.5%;
	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-left: 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: #777;
}
@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;
	}
}
.shimmer:hover, .shimmer:focus {
	mask: linear-gradient(-60deg, #000 30%, #000d, #000 70%) right/350% 100%;
	animation: shimmer 1.2s;
}
@keyframes shimmer {
	100% {
		mask-position: left
	}
}
footer {
	position: relative;
	background-color: #2b61a9;
	color: #fff;
	padding: 1em;
	overflow: hidden;
}
footer a {
	color: #fff;
}
footer ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0.2em;
	font-size: 0.875rem;
}
footer h3 {
	font-size: 0.8125rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}
footer select {
	width: 16em;
}
.footer-links {
	float: left;
	text-align: left;
	padding: 0 4% 0.5em 1em;
}
.footer-icons-container {
	float: right;
	width: 220px;
	padding: 1em 0 2em;
}
.footer-icons {
	position: absolute;
	display: inline-block;
	bottom: 0;
	padding-bottom: 2em;
	white-space: nowrap;
}
#social {
	white-space: nowrap;
	padding-top: 1em;
	text-align: center;
}
#social li {
	display: inline-block;
	padding: 0.2em 1%;
	border-bottom: none;
}
.footer-icons img,
#social li img {
	width: 28px;
	margin: 0 5px;
}
#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-left: 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;
}
#language li a {
	text-align: center;
	background-color: #f0f0f0;
}
#program p {
	display: inline;
}
.playlist-list .playable {
	cursor: pointer;

	/* Override .common-list div */
	overflow: visible;
}
.playlist-list .playing {
	background-color: #def1fc;
}
.playlist-links-container {
	position: relative;
	overflow: visible;
	float: right;
}
.playlist-links {
	padding: 0 1em;
}
.playlist-links:hover,
.playlist-links:focus-within {
	background-color: #f0f0f0;
}
.playlist-links:before {
	font-size: 1.5em;
	content: "\22EE";
}
.playlist-links:focus-within .playlist-links-dropdown,
.playlist-links-dropdown:focus-within { 
	opacity: 1;
	visibility: visible;
}
.playlist-links-dropdown {
	background-color: #f0f0f0;
	font-size: 0.875rem;
	width: max-content;
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: absolute;
	right: 0;
	z-index: 89;
	opacity: 0;
	visibility: hidden;
}
#program .common-list > div {
	margin-bottom: 1em;
}
#masthead {
	max-width: 62.7em;
	height: 120px;
	background-color: #2b61a9;
	line-height: normal;
	position: relative;
	color: #fff;
}
#masthead input {
	border: none;
	box-shadow: none;
	color: #000;
}
#logo-container {
	position: absolute;
	height: 100%;
	max-width: 35%;
	padding: 12px;
}
#grn-logo {
	position: absolute;
	max-height: 100%;
	min-width: 134px;
	max-width: 30%;
	padding: 10px;
	bottom: 0;
	z-index: 1;
}
#menubar {
	position: absolute;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	padding: 1em 0;
	color: #fff;
}
#menubar>a {
	padding: 0 1%;
	color: #fff;
	font-size: 0.875rem;
	position: relative;
	z-index: 2;
}
#menubar>a:hover {
	text-decoration: underline;
}
#button-language-select {
	font-size: 0.875rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: inherit;
	padding: 0.4em 0.6% 0.4em 1%;
	margin: 0 1% 0 0.4%;
}
@media only screen and (max-width: 35em) {
	#button-language-name {
		display: none;
	}
}
#button-language-select-close {
	font-size: 0.875rem;
	color: #a01030;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.25em;
	margin: 0 0.5em;
}
#button-language-select-close:hover {
	background-color: #ccc;
}
dialog::backdrop {
	background-color: rgba(128, 128, 128, 0.5);
}
#dialog-language-select,
#dialogue-language-select {
	border: 1px solid #ccc;
	border-radius: 9px;
}
#dialog-language-select > p,
#dialogue-language-select > p {
	margin: 0 0.5em 0.5em 0.5em;
}
#dialog-language-select-container,
#dialogue-language-select-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 58em;
}
#dialog-language-select-container > a {
	margin: 0.4em;
	padding: 0.5em;
	flex: 1 1 10em;
	line-height: 1em;
}
#dialog-language-select-container > p {
	margin: 0 0.4em;
	flex: 1 1 10em;
	height: 0;
}
#dialogue-language-select-container > a,
#dialogue-language-select-container > button.language-selected {
	font-size: 0.875rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0.4em;
	padding: 0.5em;
	flex: 1 1 10em;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	display: block;
}
#dialogue-language-select-container > a {
	color: #333;
	background-color: #f0f0f0;
}
#dialogue-language-select-container > button.language-selected {
	color: #fff;
	background-color: #0088b8;
}
#dialogue-language-select-container > button.language-selected:hover {
	pointer-events: none;
}
.search {
	position: relative;
	padding-top: 1.5em;
}
.search i {
	padding: 2px;
}
.search .button {
	padding: 0;
}
.search-container {
	position: absolute;
	right: 0;
	top: 62px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 12px;
	background: #f0f0f0;
	border-radius: 18px 0 0 18px;
	width: 180px;
	height: 40px;
	transition: all 0.3s ease;
}
/* 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 0 1em;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	height: 40px;
}
input.search-input {
	border: none;
	outline: none;
	flex: 1;
	margin: 0;
	padding: 5px;
	font-size: 0.875rem;
	min-width: 0; /* prevents flex overflow */
}
.search-container input.search-input {
	background: #f0f0f0;
}
input.search-input.voiceactive::placeholder {
	color: #a01030;
}
#voiceicon, .voiceicon {
	color: #808080;
	margin: 0 5px;
	cursor: pointer;
}
.search-toggle {
	background: #a01030;
	margin: 0;
	padding: 5px 9px;
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 40px;
	cursor: pointer;
}
.search-container .search-toggle {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.search-toggle .material-icons-outlined.md-24 {
	vertical-align: middle;
}
.search-dropdown {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 93px;
	right: 0;
	background: #fff;
	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: left;
	cursor: pointer;
}
.search-dropdown button:hover {
	background: #f0f0f0;
}
.donate-button {
	float: right;
	appearance: none;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0.8rem 0 0.5rem 0.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem;
	font-size: 1rem;
	background-color: #228b22;
	border-color: #1b6f1b;
	color: #fff;
	border-radius: 5px;
	transition: background-color 300ms ease-out;
}
.donate-button:hover,
.donate-button:focus {
	background-color: #1b6f1b;
	color: #fff;
}
#feedback .panel {
	margin-left: 1em;
	text-align: center;
	float: right;
}
#sign-up form {
	margin: 0 0 0.5rem;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1rem;
}
.time {
	float: right;
}
.panel {
	margin-bottom: 0;
}
#index-list {
	margin-top: 0.5rem;
	text-align: center;
}
#index-list p {
	text-align: left;
}
@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;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 30.0625em) {
	.abstract {
		height: 24rem;
	}
}
@media only screen and (max-width: 30em) {
	.abstract {
		margin-bottom: 1rem;
	}
}
.abstract img {
	width: 100%;
	height: auto
}
.abstract h2 {
	text-align: left;
	font-size: 1.5rem;
}
.abstract a h2 {
	color: #a01030;
}
.abstract a h2:hover, .abstract a h2:active {
	color: #801030;
}
.abstract .no-link {
	margin-bottom: 3.4rem;
}
@media only screen and (min-width: 30.0625em) {
	.abstract.no-image {
		height: 18rem;
	}
}
.abstract .button {
	display: none; /* legacy */
}	
table {
	margin: 0;
}
table img {
	max-width: none;
}
.language-option {
	margin-bottom: 0.5em;
}
.toggle {
	cursor: pointer;
	display: inline-block;
}
.toggle-switch {
	display: inline-block;
	background: #ccc;
	border-radius: 12px;
	width: 43px;
	height: 24px;
	position: relative;
	vertical-align: middle;
	transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
	content: '';
}
.toggle-switch:before {
	display: block;
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
	transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
	background: #43ac6a;
}
.toggle-checkbox:checked + .toggle-switch:before {
	left: 22px;
}
.toggle-checkbox {
	position: absolute;
	visibility: hidden;
}
.toggle-label {
	margin-left: 5px;
	position: relative;
	top: 2px;
}
#location_languages table {
	width: 100%;
	margin-top: -20px;
}
#location_languages table td {
	text-align: center;
}
#location_languages table td:first-child {
	text-align: left;
}
#location_languages ul.accordion {
	margin-left: 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;
}
#playerinline {
	margin-bottom: 1em;
}
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;
}
.green {
	color: green;
}
.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: -22px;
	right: 12px;
	padding: 2px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}
.shadow {
	box-shadow: 3px 3px 5px 6px #ccc;
}
.no-gutter {
	padding-right: 0;
	padding-left: 0;
}
.no-padding {
	padding: 0;
}
.country {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	vertical-align: top;
}
.country p {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.country h2 {
	padding-bottom: 20px;
}
.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%);
}
.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 {
	float: right;
}
#language-options ul.accordion {
	margin-bottom: 0.6rem;
	margin-right: 0;
	border: 1px solid #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;
	right: 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: right;
}
.thumbnail {
	max-width: 8em;
	float: left;
	padding-right: 0.5em;
	position: relative;
}
#index-list .thumbnail {
	clear: none !important;
	padding-right: 0.5em;
	margin-left: 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-right: 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: #fff;
	border-bottom: 4px solid #2b61a9;
	color: #2b61a9;
}
.hierarchy {
	list-style: none;
	margin: 0.5em 0 1em 0.5em;
}
.hierarchy ul {
	list-style: none;
	margin: 0 0 0 0.5em;
	padding-left: 1.5em;
	overflow: hidden;
}
.hierarchy li {
	position: relative;
}
.hierarchy ul li::before {
	content: '';
	position: absolute;
	border-left: 1px solid #2b61a9;
	border-bottom: 1px solid #2b61a9;
	right: calc(100% + .25em);
	top: -5000%;
	width: 1.2em;
	bottom: calc(100% - .8em);
}	
/* Material Design icons */
.material-icons-outlined.md-18,
.material-symbols-outlined.md-18 {
	font-size: 1.125rem;
	width: 1em;
	text-align: center;
	vertical-align: text-top
}
.material-icons-outlined.md-24,
.material-symbols-outlined.md-24 {
	font-size: 1.5rem;
	width: 1em;
	text-align: center;
	vertical-align: baseline
}
.material-icons-outlined.md-36,
.material-symbols-outlined.md-36 {
	font-size: 2.25rem;
	width: 1em;
	text-align: center;
	vertical-align: bottom
}
.material-icons-outlined.md-48,
.material-symbols-outlined.md-48 {
	font-size: 3rem;
	width: 1em;
	text-align: center;
	vertical-align: bottom
}
.material-icons-outlined.md-dark,
.material-symbols-outlined.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons-outlined.md-dark.md-inactive,
.material-symbols-outlined.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}
.material-icons-outlined.md-light,
.material-symbols-outlined.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons-outlined.md-light.md-inactive,
.material-symbols-outlined.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}
/* SVG icons */
.svg-18 {
	height: 1.125rem;
	width: 1.125rem;
	vertical-align: text-top
}
.svg-24 {
	height: 1.5rem;
	width: 1.5rem;
	vertical-align: baseline
}
.svg-36 {
	height: 2.25rem;
	width: 2.25rem;
	vertical-align: bottom
}
.svg-48 {
	height: 3rem;
	width: 3rem;
	vertical-align: bottom
}
.svg-18:hover, .svg24:hover, .svg-36:hover, .svg-48:hover,
.svg-18:focus, .svg24:focus, .svg-36:focus, .svg-48:focus {
	filter: brightness(90%);
}
.flip-x {
	transform: scaleX(-1);
}
.slight {
	font-size: 87.5%;
}
.twocol {
	column-width: 23em;
}
.threecol {
	column-width: 17em;
}
.fourcol {
	column-width: 13em;
}
