html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

html {
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clearfix:after {
	clear: both;
	display: table;
	content: '';
}

@media only screen and (max-width:641px) {
	.nomobile {
		display: none;
	}
}

body.mobile-nav-open {
	overflow: hidden;
}

nav,
div,
article,
section,
main,
footer,
header {
	display: block;
	position: relative;
}

nav,
header,
footer,
.module {
	font-size: 1rem;
}

@media only screen and (min-width:1401px) {
	nav,
	header,
	footer,
	.module {
		font-size: 1.1rem;
	}
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	nav,
	header,
	footer,
	.module {
		font-size: 0.85rem;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	nav,
	header,
	footer,
	.module {
		font-size: 0.7rem;
	}
}

@media only screen and (max-width:641px) {
	nav,
	header,
	footer,
	.module {
		font-size: 0.75rem;
	}
}

.module {
	padding: 3em 5em;
}

@media only screen and (max-width:641px) {
	.module {
		padding: 2.5em;
	}
}

.module-head {
	padding: 2em 3.75em 0.5em;
}

@media only screen and (max-width:641px) {
	.module-head {
		padding: 2em 2.5em 1.5em;
		margin-bottom: -3em;
	}
}

.module-header {
	padding: none;
	background: none;
}

.module-header .block-table-third:first-child {
	padding-right: 2em;
}

.module-header .block-table-third:nth-child(2) {
	padding: 0 2em;
}

.module-header .block-table-third:last-child {
	padding-left: 2em;
}


.module-header .block-table-fourth:first-child {
	padding-right: 1em;
}

.module-header .block-table-fourth:nth-child(2) {
	padding: 0 1em;
}

.module-header .block-table-fourth:last-child {
	padding-left: 1em;
}


.block-half {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.block-half:last-child {
	margin-right: 0;
}

@media only screen and (max-width:641px) {
	.block-half {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.block-third {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.block-third:last-child {
	margin-right: 0;
}

@media only screen and (max-width:641px) {
	.block-third {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	.block-third:last-child {
		margin-bottom: 0;
	}
}

.table-row {
	width: 100%;
	margin-top: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
}

.table-row.reduce-margin-top {
	margin-top: -2.5em;
}

.table-row.no-margin-top {
	margin-top: -3.25em;
}

@media only screen and (max-width:641px) {
	.table-row.no-margin-top {
		margin-top: 0;
	}
}

.table-row.table-table {
	display: table;
}

@media only screen and (max-width:641px) {
	.table-row.table-table {
		display: block;
	}
	header .table-row.table-table {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-ms-flex-direction: column;
	}
}

@media only screen and (max-width:641px) {
	.table-row {
		display: block;
	}
}

.block-table-half {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

@media only screen and (max-width:641px) {
	.block-table-half {
		width: 100%;
		display: block;
	}
}

.block-table-third {
	width: 33%;
	width: -moz-calc(100% / 3);
	width: -o-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.block-table-fourth {
	width: 25%;
	width: -moz-calc(100% / 4);
	width: -o-calc(100% / 4);
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

@media only screen and (max-width:641px) {
	.block-table-third {
		width: 100%;
		display: block;
	}
  .block-table-fourth {
		width: 100%;
		display: block;
	}
}

.news-listing,
.news-sidebar {
	float: left;
}

@media only screen and (max-width:641px) {
	.news-listing,
	.news-sidebar {
		float: none;
	}
}

.news-listing {
	width: 66%;
	width: -moz-calc((100% / 3) * 2);
	width: -o-calc((100% / 3) * 2);
	width: -webkit-calc((100% / 3) * 2);
	width: calc((100% / 3) * 2);
	padding-right: 1em;
}

@media only screen and (max-width:641px) {
	.news-listing {
		width: 100%;
		padding-right: 0;
		padding-bottom: 3.5em;
	}
}

.news-sidebar {
	width: 33%;
	width: -moz-calc(100% / 3);
	width: -o-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding-left: 1.5em;
}

@media only screen and (max-width:641px) {
	.news-sidebar {
		width: 100%;
		padding-left: 0;
	}
}

.padding-block {
	padding: 3em 3.75em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.padding-block {
		padding: 2em 2.5em;
	}
}

@media only screen and (max-width:641px) {
	.padding-block {
		padding: 2em 2.5em;
	}
}

.padding-top {
	padding-top: 4em;
}

.padding-bottom {
	padding-bottom: 4em;
}

.padding-none {
	padding: 0;
}

.padding-top-none {
	padding-top: 0;
}

.padding-bottom-none {
	padding-bottom: 0;
}

.margin-top-0 {
	margin-top: 0;
}

.margin-top-1 {
	margin-top: 1em;
}

.margin-top-2 {
	margin-top: 2em;
}

.margin-top-half {
	margin-top: 0.5em;
}

.margin-right-1 {
	margin-right: 1em;
}

.margin-bottom-1 {
	margin-bottom: 1em;
}

.margin-bottom-2 {
	margin-bottom: 2em;
}

.cta-row {
	width: 100%;
	text-align: center;
}

.cta-row.left-align {
	text-align: left;
}

.cta-row:first-child {
	margin-right: 1.5em;
}

.cta-row:only-child {
	margin-right: 0;
}

.row-takeaction {
	margin-bottom: 1em;
	padding-left: 3.25em;
}

.row-takeaction img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 2em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.row-takeaction:last-of-type {
	margin-bottom: 1.5em;
}

.row-takeaction:after {
	clear: both;
	display: table;
	content: '';
}

.lawmaker-slideshow {
	width: 100%;
}

.row-lawmaker {
	width: 100%;
}

.row-lawmaker:after {
	clear: both;
	display: table;
	content: '';
}

.row-lawmaker .block-single-lawmaker {
	margin-top: 2em;
	margin-right: 6%;
	width: 47%;
	float: left;
	position: relative;
}

@media only screen and (max-width:641px) {
	.row-lawmaker .block-single-lawmaker {
		margin-right: 0;
		width: 100%;
		float: none;
		margin-top: 1em;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
}

.row-lawmaker .block-single-lawmaker:last-child {
	margin-right: 0;
}

@media only screen and (max-width:641px) {
	.row-lawmaker .block-single-lawmaker:last-child {
		margin-top: 1.5em;
		padding-bottom: 1.5em;
		border-bottom: 0;
	}
}

.row-lawmaker .block-single-lawmaker img {
	float: left;
	margin-right: 2em;
	width: 10em;
	border: 3px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width:641px) {
	.row-lawmaker .block-single-lawmaker img {
		width: 7em;
		float: right;
		margin-right: 0;
		margin-left: 2em;
		margin-bottom: 0.5em;
	}
}

article {
	padding-top: 3em;
	padding-bottom: 5em;
	width: 55%;
	margin: 0 auto;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	article {
		width: 60%;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	article {
		width: 70%;
	}
}

@media only screen and (max-width:641px) {
	article {
		padding-top: 2em;
		width: 90%;
	}
}

nav {
	z-index: 10;
}

.button-mobile-menu {
	z-index: 15;
}

.nav-header,
.nav-menu {
	z-index: 10;
}

#mobile-nav-menu {
	z-index: 5;
}

.search-dropdown {
	z-index: 5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block-quote span,
.block-quote-photo span,
.block-video span {
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	margin-bottom: 0.25em;
	position: relative;
	font-size: 2em;
	line-height: 1.1;
	color: white;
}

.page-landing h1 {
	display: block;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	text-align: center;
	color: white;
	border-bottom: 2px solid rgba(96, 168, 211, 0.35);
}

h1.h1-video-landing {
	display: block;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 1.25em;
	color: #60a8d3;
	border-bottom: 2px solid rgba(96, 168, 211, 0.35);
}

.get-help h1 {
	color: #333333;
	border-bottom-color: rgba(51, 51, 51, 0.15);
}

h1.padded-border {
	margin: 0 auto 0.75em;
	width: 90%;
	width: -moz-calc(100% - 3.5em);
	width: -o-calc(100% - 3.5em);
	width: -webkit-calc(100% - 3.5em);
	width: calc(100% - 3.5em);
	padding-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(17, 73, 124, 0.5);
}

h1.module-guide-header {
	display: block;
	background: black;
	color: white;
	padding: 20px;
	font-size: 1.25em;
	margin: 0;
}

h2 {
	margin-bottom: 0.15em;
	font-size: 1.75em;
	line-height: 1.2;
}

h2 a {
	text-decoration: none;
}

h2.underline {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

h2.no-margin {
	margin-bottom: 0;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 1em;
}

h4 {
	margin-bottom: 0.75em;
	padding-bottom: 0.85em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

h4 a {
	text-decoration: none;
}

article h4 {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

h5 {
	margin-bottom: 0.25em;
	font-size: 1.2em;
	line-height: 1.3;
}

h5 a {
	color: #11497c;
	text-decoration: none;
}

h5 a:hover,
h5 a:active,
h5 a:focus {
	text-decoration: underline;
}

.article-sidebar h5 {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

h6 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
}

.block-subscribe h6 {
	margin-bottom: 1.25em;
}

p,
td {
	margin-bottom: 1em;
	font-size: 1em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #333333;
}

p em,
td em {
	font-style: italic;
}

p strong,
td strong {
	font-weight: 700;
}

thead p,
thead td {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.75em;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p:last-child,
td:last-child {
	margin-bottom: 0;
}

p.larger,
td.larger {
	font-size: 1.15em;
	margin-bottom: 2em;
}

p.smaller,
td.smaller {
	font-size: 0.75em;
}

p.justify,
td.justify {
	text-align: justify;
}

p.no-margin,
td.no-margin {
	margin-bottom: 0;
}

p.text-margin,
td.text-margin {
	margin-bottom: 1.5em;
}

p a,
td a {
	text-decoration: underline;
	font-weight: 700;
	color: #11497c;
}

p a:hover,
p a:active,
p a:focus,
td a:hover,
td a:active,
td a:focus {
	opacity: 1;
	color: #11497c;
}

footer p a:hover,
footer p a:active,
footer p a:focus,
footer td a:hover,
footer td a:active,
footer td a:focus {
	color: #60a8d3;
}

header p a,
header td a {
	color: #60a8d3;
}

header p a:hover,
header p a:active,
header p a:focus,
header td a:hover,
header td a:active,
header td a:focus {
	opacity: 1;
	color: #60a8d3;
}

.header-hotline-callout p a,
.header-hotline-callout td a {
	color: white;
}

.header-hotline-callout p a:hover,
.header-hotline-callout p a:active,
.header-hotline-callout p a:focus,
.header-hotline-callout td a:hover,
.header-hotline-callout td a:active,
.header-hotline-callout td a:focus {
	opacity: 1;
	color: #11497c;
}

.article-list {
	display: block;
	list-style-type: disc;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 0.925em;
	color: #333333;
	margin-bottom: 1.5em;
	padding-left: 2em;
}

.article-list.larger {
	font-size: 1em;
	padding-left: 1.25em;
	margin-bottom: 2.5em;
}

.article-list.larger li {
	margin-bottom: 0.75em;
}

.article-list.larger:last-child {
	margin-bottom: 0;
}

.article-list.sublist {
	list-style-type: circle;
	margin-bottom: 0;
}

td .article-list.sublist {
	padding-left: 1.5em;
}

td .article-list {
	padding-left: 1em;
}

.article-list li {
	margin-bottom: 0.25em;
}

.article-list li strong {
	font-weight: 600;
}

.article-list li a {
	text-decoration: underline;
	font-weight: 700;
	color: #11497c;
}

.article-list li a:hover,
.article-list li a:active,
.article-list li a:focus {
	opacity: 1;
	color: #11497c;
}

td .article-list li:last-child {
	margin-bottom: 0;
}

td .article-list:last-of-type {
	margin-bottom: 0;
}

.article-olist {
	display: block;
	list-style-type: decimal;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 0.925em;
	color: #333333;
	margin-bottom: 1.5em;
	padding-left: 2em;
}

.article-olist li {
	margin-bottom: 0.25em;
}

.article-olist li strong {
	font-weight: 600;
}

.article-olist li a {
	text-decoration: underline;
	font-weight: 700;
	color: #11497c;
}

.article-olist li a:hover,
.article-olist li a:active,
.article-olist li a:focus {
	opacity: 1;
	color: #11497c;
}

.article-olist li>li {
	color: blue;
}

td .article-olist li:last-child {
	margin-bottom: 0;
}

.article-footer .article-olist {
	font-size: 0.75em;
}

td .article-olist:last-of-type {
	margin-bottom: 0;
}

.link-readmore {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #60a8d3;
}

.link-readmore a {
	color: #60a8d3;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.color-white {
	color: white;
}

.color-white a {
	color: white;
}

.color-blue {
	color: #11497c;
}

.color-blue a {
	color: #11497c;
}

.color-blue-light {
	color: #60a8d3;
}

.color-blue-light a {
	color: #60a8d3;
}

.color-blue-lightest {
	color: #d7e5f0;
}

.color-blue-lightest a {
	color: #d7e5f0;
}

.color-yellow {
	color: #f8de2a;
}

.color-yellow a {
	color: #f8de2a;
}

.color-gray-dark {
	color: #333333;
}

.color-gray-dark a {
	color: #333333;
}

.color-gray-light {
	color: #e9e9e9;
}

.color-gray-light a {
	color: #e9e9e9;
}

.icon-link {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.3;
	color: #d7e5f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-align: center;
}

.on-light .icon-link {
	color: #60a8d3;
}

.nav-header-section,
.nav-header-links,
.mobile-language {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #333333;
}

.nav-header-section a,
.nav-header-links a,
.mobile-language a {
	text-decoration: none;
	color: #333333;
	opacity: 0.5;
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.nav-header-section a:hover,
.nav-header-section a:active,
.nav-header-section a:focus,
.nav-header-links a:hover,
.nav-header-links a:active,
.nav-header-links a:focus,
.mobile-language a:hover,
.mobile-language a:active,
.mobile-language a:focus {
	opacity: 0.9;
}

.nav-header-section a.nav-header-gethelp,
.nav-header-links a.nav-header-gethelp,
.mobile-language a.nav-header-gethelp {
	padding: 0.5em 1em;
	margin-right: 1px;
	color: #534903;
	background: rgba(248, 222, 42, 0.6);
	opacity: 1;
}

.nav-header-section a.nav-header-gethelp.left-radius,
.nav-header-links a.nav-header-gethelp.left-radius,
.mobile-language a.nav-header-gethelp.left-radius {
	border-radius: 0.5em 0 0 0.5em;
}

@media only screen and (max-width:641px) {
	.nav-header-section a.nav-header-gethelp.left-radius,
	.nav-header-links a.nav-header-gethelp.left-radius,
	.mobile-language a.nav-header-gethelp.left-radius {
		border-radius: 0;
		border-top: 1px solid #cfb507;
	}
}

.nav-header-section a.nav-header-gethelp.right-radius,
.nav-header-links a.nav-header-gethelp.right-radius,
.mobile-language a.nav-header-gethelp.right-radius {
	border-radius: 0 0.5em 0.5em 0;
}

@media only screen and (max-width:641px) {
	.nav-header-section a.nav-header-gethelp.right-radius,
	.nav-header-links a.nav-header-gethelp.right-radius,
	.mobile-language a.nav-header-gethelp.right-radius {
		border-radius: 0;
		border-top: 1px solid #cfb507;
		border-bottom: 1px solid #cfb507;
	}
}

.nav-header-section a.nav-header-gethelp.right-border,
.nav-header-links a.nav-header-gethelp.right-border,
.mobile-language a.nav-header-gethelp.right-border {
	border-right: 1px solid rgba(0, 0, 0, 0.075);
}

@media only screen and (max-width:641px) {
	.nav-header-section a.nav-header-gethelp.right-border,
	.nav-header-links a.nav-header-gethelp.right-border,
	.mobile-language a.nav-header-gethelp.right-border {
		border-right: 0;
	}
}

.nav-header-section a.nav-header-gethelp:hover,
.nav-header-section a.nav-header-gethelp:active,
.nav-header-section a.nav-header-gethelp:focus,
.nav-header-links a.nav-header-gethelp:hover,
.nav-header-links a.nav-header-gethelp:active,
.nav-header-links a.nav-header-gethelp:focus,
.mobile-language a.nav-header-gethelp:hover,
.mobile-language a.nav-header-gethelp:active,
.mobile-language a.nav-header-gethelp:focus {
	background: #f8de2a;
}

@media only screen and (max-width:641px) {
	.nav-header-section a.nav-header-gethelp,
	.nav-header-links a.nav-header-gethelp,
	.mobile-language a.nav-header-gethelp {
		padding: 1.25em;
		margin-right: 0;
		background: #f8de2a;
	}
}

.nav-header-section a.button-nav-header,
.nav-header-links a.button-nav-header,
.mobile-language a.button-nav-header {
	color: #11497c;
}

@media only screen and (max-width:641px) {
	.nav-header-section a,
	.nav-header-links a,
	.mobile-language a {
		display: block;
		opacity: 1;
	}
}

@media only screen and (max-width:641px) {
	.nav-header-links,
	.mobile-language {
		text-align: center;
		font-size: 1.1em;
	}
}

.nav-menu a {
	display: block;
	padding: 1em 1.75em 0.85em;
	height: 3em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.815em;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background: transparent;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	transition: background 0.1s;
}

.nav-menu a:hover,
.nav-menu a:focus {
	background: rgba(17, 73, 124, 0.1);
}

.nav-menu a:active {
	background: rgba(17, 73, 124, 0.2);
}

.nav-menu a.active {
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #11497c;
}

.nav-menu a.nav-link-search:hover,
.nav-menu a.nav-link-search:focus {
	background: rgba(96, 168, 211, 0.1);
}

.nav-menu a.nav-link-search:active {
	background: rgba(96, 168, 211, 0.2);
}

.nav-menu a.nav-link-search.active {
	background: #60a8d3;
}

.nav-menu a.nav-menu-calltoaction-yellow {
	color: #534903;
	background: rgba(248, 222, 42, 0.65);
}

.nav-menu a.nav-menu-calltoaction-yellow:hover,
.nav-menu a.nav-menu-calltoaction-yellow:active,
.nav-menu a.nav-menu-calltoaction-yellow:focus {
	background: #f8de2a;
}

.nav-menu a.nav-menu-calltoaction-yellow.active {
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #11497c;
}

.nav-menu a.nav-menu-calltoaction-green {
	color: #052212;
	background: rgba(28, 189, 101, 0.65);
}

.nav-menu a.nav-menu-calltoaction-green:hover,
.nav-menu a.nav-menu-calltoaction-green:active,
.nav-menu a.nav-menu-calltoaction-green:focus {
	background: #1cbd65;
}

@media only screen and (max-width:1260px) {
	.nav-menu a {
		padding: 1em 1em 0.85em;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.nav-menu a {
		padding: 1em 0.75em 0.85em;
	}
}

@media only screen and (max-width:641px) {
	.nav-menu a {
		font-size: 1.1em;
		padding: 1.25em 0;
		height: auto;
		border-bottom: 1px solid #bfbfbf;
		background: rgba(17, 73, 124, 0.05);
	}
}

.block-quote .quote-text,
.block-quote .quote-cite,
.block-quote-photo .quote-text,
.block-quote-photo .quote-cite {
	position: relative;
	display: block;
	z-index: 5;
	position: relative;
}

.block-quote .quote-text,
.block-quote-photo .quote-text {
	margin-bottom: 0.5em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.2;
	color: white;
}

.block-quote .quote-text:before,
.block-quote-photo .quote-text:before {
	margin-left: -0.5em;
	padding-right: 0.1em;
	content: '\201C';
}

.block-quote .quote-text:after,
.block-quote-photo .quote-text:after {
	content: '\201D';
}

.block-quote .quote-cite,
.block-quote-photo .quote-cite {
	margin-left: 0.1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	color: #11497c;
	opacity: 0.85;
}

.block-quote.smaller .quote-text,
.block-quote-photo.smaller .quote-text {
	font-size: 1.675em;
	line-height: 1.3;
}

.block-quote.smaller .quote-cite,
.block-quote-photo.smaller .quote-cite {
	position: relative;
	left: auto;
	bottom: auto;
	font-size: 0.875em;
}

.block-quote:hover .quote-cite,
.block-quote:active .quote-cite,
.block-quote-photo:hover .quote-cite,
.block-quote-photo:active .quote-cite {
	opacity: 1;
}

.block-quote-photo {
	text-decoration: none;
}

.block-quote-photo .quote-text {
	font-size: 1.5em;
	line-height: 1.3;
}

.block-quote-photo .quote-cite {
	font-size: 0.875em;
	color: #60a8d3;
}

.quote-lawmaker {
	display: block;
	margin-bottom: 0.5em;
	padding-top: 0.2em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 1.65em;
	line-height: 1.35;
}

.quote-lawmaker:before {
	margin-left: -0.5em;
	padding-right: 0.1em;
	content: '\201C';
}

.quote-lawmaker:after {
	content: '\201D';
}

.cite-lawmaker {
	display: block;
	text-align: right;
	margin-bottom: 2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
}

@media only screen and (max-width:641px) {
	.cite-lawmaker {
		text-align: left;
	}
}

.block-fundraiser h2,
.block-stats h2 {
	margin-bottom: 1em;
}

.block-fundraiser h2+p,
.block-stats h2+p {
	margin-top: -1.6em;
}

.block-stats .link-readmore {
	color: #11497c;
	opacity: 0.75;
}

.block-stats .link-readmore:hover,
.block-stats .link-readmore:active,
.block-stats .link-readmore:focus {
	opacity: 1;
}

.block-video {
	text-decoration: none;
}

.block-video span {
	display: block;
	z-index: 5;
	position: relative;
	margin-top: 1em;
	font-size: 2em;
	text-decoration: none;
	text-align: center;
	color: white;
}

@media only screen and (max-width:641px) {
	.block-video span {
		margin-top: 0;
	}
}

.footer-sitemap {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #d7e5f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-sitemap a {
	color: #d7e5f0;
	opacity: 0.75;
}

.footer-sitemap a:hover,
.footer-sitemap a:active,
.footer-sitemap a:focus {
	opacity: 1;
}

.footer-bottom {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #d7e5f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-bottom a {
	color: #d7e5f0;
	opacity: 0.75;
}

.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus {
	opacity: 1;
}

.header-landing-infographic-data {
	display: block;
	width: 100%;
	margin-top: 1em;
	padding: 0.75em 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	text-align: right;
}

.header-landing-infographic .header-landing-infographic-data {
	background: #11497c;
	color: #60a8d3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.block-table-half .header-landing-infographic-data {
	background: #d7e5f0;
	color: #11497c;
}

.action-center-list {
	margin-bottom: 1.5em;
}

.action-center-list li {
	margin-bottom: 0.75em;
	padding-left: 2em;
	position: relative;
	color: #11497c;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

.action-center-list li strong {
	font-weight: 700;
}

header .action-center-list li {
	color: #d7e5f0;
}

@media only screen and (max-width:641px) {
	.action-center-list li {
		padding-left: 3em;
		font-size: 1.1em;
	}
}

figcaption {
	display: block;
	padding-top: 0.75em;
	font-size: 0.875em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	color: #bfbfbf;
}

.image-left figcaption,
.image-right figcaption {
	font-size: 0.75em;
}

figcaption.share-caption {
	text-align: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
}

figcaption.share-caption a {
	display: inline-block;
	margin-left: 1em;
	color: #60a8d3;
	opacity: 0.75;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

figcaption.share-caption a:hover,
figcaption.share-caption a:active {
	opacity: 1;
}

.article-date {
	display: inline-block;
	float: right;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #bfbfbf;
	font-size: 1em;
	line-height: 1.9em;
}

.article-date a {
	color: #bfbfbf;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

.article-date a:hover,
.article-date a:active {
	color: #60a8d3;
}

@media only screen and (max-width:641px) {
	.article-date {
		display: block;
		width: 100%;
		float: none;
	}
}

.article-share-text {
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #bfbfbf;
	font-size: 1em;
	line-height: 1.9em;
}

header .article-share-text {
	color: #60a8d3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.article-sidebar ul {
	list-style-type: disc;
	padding-left: 1.1em;
}

.article-sidebar li {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	color: white;
}

.article-sidebar li:last-child {
	margin-bottom: 0;
}

.article-sidebar li a {
	color: white;
}

.article-sidebar li a:hover,
.article-sidebar li a:active {
	color: #d7e5f0;
}

blockquote p {
	font-family: 'Libre Baskerville', serif;
	font-weight: 600;
	font-size: 2.25em;
	line-height: 1.3;
	margin-bottom: 0.35em;
	color: #11497c;
}

blockquote p:before {
	margin-left: -0.5em;
	padding-right: 0.1em;
	content: '\201C';
}

blockquote p:after {
	content: '\201D';
}

blockquote cite {
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	color: #11497c;
	opacity: 0.75;
}

blockquote cite a {
	color: #60a8d3;
	opacity: 0.75;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

blockquote cite a:hover,
blockquote cite a:active {
	opacity: 1;
}

@media only screen and (max-width:641px) {
	blockquote cite {
		float: none;
		width: 100%;
	}
}

blockquote .blockquote-share-text {
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
}

blockquote .blockquote-share-text a {
	color: #60a8d3;
	opacity: 0.75;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

blockquote .blockquote-share-text a:hover,
blockquote .blockquote-share-text a:active {
	opacity: 1;
}

.filter-list {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 3em;
}

.filter-list.bottom-list {
	padding-top: 3em;
	padding-bottom: 0;
}

.filter-list li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	margin-right: 1.5em;
}

.filter-list li:last-child {
	margin-right: 0;
}

.filter-list li a {
	color: #bfbfbf;
	text-decoration: none;
}

.filter-list li a:hover,
.filter-list li a:active {
	color: #60a8d3;
	text-decoration: underline;
}

.filter-list li a.active {
	color: #60a8d3;
	text-decoration: underline;
}

@media only screen and (max-width:641px) {
	.filter-list:not(.bottom-list) li {
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.5em;
	}
}

.news-category {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 0.75em;
}

header .news-category {
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #60a8d3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news-block .news-category {
	margin-bottom: 0.5em;
}

img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.video {
	width: 100%;
}

.button-social img {
	height: 40%;
	width: auto;
	max-width: 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.85;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.block-stats img {
	margin-bottom: 1.5em;
}

figure.image-center {
	width: 110%;
	margin-left: -5%;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

figure.image-left {
	float: left;
	width: 45%;
	margin-left: -5%;
	margin-right: 2em;
	margin-bottom: 1em;
}

figure.image-right {
	float: right;
	width: 45%;
	margin-right: -5%;
	margin-left: 2em;
	margin-bottom: 1em;
}

@media only screen and (max-width:641px) {
	figure.image-center,
	figure.image-left,
	figure.image-right {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.header-landing-infographic .st0,
.block-table-half .st0 {
	opacity: 0.25;
	fill: #60a8d3;
}

.header-landing-infographic .st0.visible,
.block-table-half .st0.visible {
	opacity: 1;
}

.icon-inline {
	display: inline-block;
	height: 1em;
	width: auto;
	margin-right: 0.5em;
	vertical-align: -0.15em;
}

.icon-nav-menu {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 1.25em;
	width: auto;
	-webkit-transform: translate3d(-45%, -45%, 0);
	-moz-transform: translate3d(-45%, -45%, 0);
	-ms-transform: translate3d(-45%, -45%, 0);
	-o-transform: translate3d(-45%, -45%, 0);
	transform: translate3d(-45%, -45%, 0);
	fill: #404040;
}

.active .icon-nav-menu {
	fill: white;
}

.slider-bullets {
	position: absolute;
	bottom: 4.15em;
	right: 3.75em;
}

.slider-bullets li,
.slider-bullets span {
	color: transparent;
	float: left;
	margin-left: 0.5em;
	cursor: pointer;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	border: 2px solid #60a8d3;
	opacity: 0.5;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}

.slider-bullets li.active,
.slider-bullets li.cycle-pager-active,
.slider-bullets span.active,
.slider-bullets span.cycle-pager-active {
	opacity: 0.75;
	background: #60a8d3;
}

.slider-bullets li.active:hover,
.slider-bullets li.active:active,
.slider-bullets li.cycle-pager-active:hover,
.slider-bullets li.cycle-pager-active:active,
.slider-bullets span.active:hover,
.slider-bullets span.active:active,
.slider-bullets span.cycle-pager-active:hover,
.slider-bullets span.cycle-pager-active:active {
	opacity: 1;
}

.slider-bullets li:hover,
.slider-bullets li:active,
.slider-bullets span:hover,
.slider-bullets span:active {
	opacity: 1;
}

.button-social-share {
	display: block;
	width: 2em;
	height: 2em;
	position: relative;
	background: #bfbfbf;
	border-radius: 5px;
	opacity: 0.85;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

.button-social-share:hover,
.button-social-share:active {
	background: #60a8d3;
	opacity: 1;
}

.button-social-share img {
	height: 45%;
	width: auto;
	max-width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

header .button-social-share {
	background: rgba(96, 168, 211, 0.5);
}

.glyph-contact-inline {
	display: inline-block;
	height: 0.85em;
	width: auto;
	margin-right: 0.5em;
	vertical-align: baseline;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: 0;
	background: none;
	cursor: pointer;
}

.button-mobile-menu {
	display: none;
	position: absolute;
	right: 1em;
	top: 1em;
	width: 3em;
	height: 3em;
	border-radius: 0.5em;
	border: 2px solid #11497c;
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button-mobile-menu:before,
.button-mobile-menu:after {
	position: absolute;
	display: block;
	content: '';
}

.button-mobile-menu:before {
	width: 1.85em;
	height: 1.7em;
	left: 50%;
	top: 50%;
	border-top: 4px solid #11497c;
	border-bottom: 4px solid #11497c;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.button-mobile-menu:after {
	width: 1.85em;
	height: 4px;
	background: #11497c;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.mobile-nav-open .button-mobile-menu:before,
.mobile-nav-open .button-mobile-menu:after {
	width: 1.85em;
	height: 4px;
	background: #11497c;
	top: 50%;
	left: 50%;
	border: 0;
}

.mobile-nav-open .button-mobile-menu:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.mobile-nav-open .button-mobile-menu:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media only screen and (max-width:641px) {
	.button-mobile-menu {
		display: block;
	}
}

.button-cta {
	display: inline-block;
	padding: 1em 1.25em;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	text-align: center;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0.25em;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

@media only screen and (max-width:641px) {
	.button-cta {
		width: 100%;
	}
}

.button-cta.cta-large {
	padding: 1em;
	font-size: 1.65em;
}

.button-cta.full-width {
	min-width: 30.25em;
	max-width: 100%;
}

@media only screen and (max-width:641px) {
	.button-cta.full-width {
		min-width: auto;
		width: 100%;
	}
}

.button-cta.width-100 {
	width: 100%;
}

.button-cta.cta-block {
	float: left;
	width: 50%;
	padding: 1.5em 0;
	font-size: 1.25em;
	text-decoration: underline;
	border-radius: 0;
}

.button-cta.blue-border {
	color: #11497c;
	border: 2px solid #11497c;
}

.button-cta.blue-border:hover,
.button-cta.blue-border:active,
.button-cta.blue-border:focus {
	color: #60a8d3;
	border-color: #60a8d3;
}

.button-cta.blue-light-border {
	color: #60a8d3;
	border: 2px solid #60a8d3;
}

.button-cta.blue-light-border:hover,
.button-cta.blue-light-border:active,
.button-cta.blue-light-border:focus {
	color: #d7e5f0;
	border-color: #d7e5f0;
}

.button-cta.blue-light-border.on-light {
	color: #4c9dcd;
	border: 2px solid #4c9dcd;
}

.button-cta.blue-light-border.on-light:hover,
.button-cta.blue-light-border.on-light:active,
.button-cta.blue-light-border.on-light:focus {
	color: #60a8d3;
	border-color: #60a8d3;
}

.button-cta.white-border {
	color: rgba(255, 255, 255, 0.875);
	border: 2px solid rgba(255, 255, 255, 0.65);
}

.button-cta.white-border:hover,
.button-cta.white-border:active,
.button-cta.white-border:focus {
	color: white;
	border-color: white;
}

.button-cta.blue-light-fill {
	background: #4c9dcd;
	border: 2px solid #4c9dcd;
}

.button-cta.blue-light-fill:hover,
.button-cta.blue-light-fill:active,
.button-cta.blue-light-fill:focus {
	background: #60a8d3;
	border-color: #60a8d3;
}

.button-cta.green-fill {
	background: #19a759;
	border: 2px solid #19a759;
}

.button-cta.green-fill:hover,
.button-cta.green-fill:active,
.button-cta.green-fill:focus {
	background: #1cbd65;
	border-color: #1cbd65;
}

.button-cta.yellow-on-yellow {
	color: #534903;
	border: 2px solid #cfb507;
}

.button-cta.yellow-on-yellow:hover,
.button-cta.yellow-on-yellow:active,
.button-cta.yellow-on-yellow:focus {
	background: #f9e44f;
	border-color: #b6a006;
}

.button-cta.yellow-fill {
	color: #534903;
	background: #f1d408;
	border: 2px solid #f1d408;
}

.button-cta.yellow-fill:hover,
.button-cta.yellow-fill:active,
.button-cta.yellow-fill:focus {
	background: #f8de2a;
	border-color: #f8de2a;
}

.button-cta.yellow-dark-fill {
	color: #333333;
	background: #e7cb08;
	border: 2px solid #e7cb08;
}

.button-cta.yellow-dark-fill:hover,
.button-cta.yellow-dark-fill:active,
.button-cta.yellow-dark-fill:focus {
	background: #f4d608;
	border-color: #f4d608;
}

.button-nav-header {
	display: inline-block;
	margin-right: -4px;
	margin-left: 2em;
	padding: 0.5em 0.75em;
	border: 2px solid #11497c;
	border-radius: 0.5em;
	color: #11497c;
}

@media only screen and (max-width:641px) {
	.button-nav-header {
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		padding: 1em 0;
	}
}

.button-email-submit {
	float: left;
	width: 30%;
	padding: 0;
	height: 2.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #60a8d3;
	border-radius: 0 0.35em 0.35em 0;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	transition: background 0.1s;
}

.button-email-submit:hover,
.button-email-submit:active,
.button-email-submit:focus {
	background: #74b3d9;
}

.button-email-submit.button-large {
	margin-bottom: 0;
	width: 35%;
	height: 3.5em;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width:641px) {
	.button-email-submit.button-large {
		width: 100%;
	}
}

.button-email-submit.button-larger {
	margin-bottom: 0;
	width: 40%;
	height: 3.5em;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width:641px) {
	.button-email-submit.button-larger {
		width: 100%;
	}
}

@media only screen and (max-width:641px) {
	.button-email-submit {
		float: none;
		width: 100%;
		border-radius: 0.35em;
	}
}

.button-zipcode-submit:hover,
.button-zipcode-submit:active,
.button-zipcode-submit:focus,
.button-zipcode-tweet:hover,
.button-zipcode-tweet:active,
.button-zipcode-tweet:focus,
.button-zipcode-email:hover,
.button-zipcode-email:active,
.button-zipcode-email:focus {
	background: #74b3d9;
}

@media only screen and (max-width:641px) {
	.button-zipcode-submit,
	.button-zipcode-tweet,
	.button-zipcode-email {
		float: none;
		width: 100%;
		border-radius: 0.35em;
	}
}

.button-zipcode-tweet,
.button-zipcode-email {
	width: 31.5%;
	font-size: 0.9em;
	height: 3.9em;
}

@media only screen and (max-width:641px) {
	.button-zipcode-tweet,
	.button-zipcode-email {
		width: 100%;
		font-size: 1em;
	}
}

.button-zipcode-tweet {
	border-radius: 0;
	border-right: 2px solid rgba(17, 73, 124, 0.35);
}

@media only screen and (max-width:641px) {
	.button-zipcode-tweet {
		border-radius: 0.35em;
		border-right: 0;
		margin-bottom: 0.5em;
	}
}

.button-social {
	display: inline-block;
	height: 3em;
	width: 3em;
	height: -moz-calc(3em + 4px);
	height: -o-calc(3em + 4px);
	height: -webkit-calc(3em + 4px);
	height: calc(3em + 4px);
	width: -moz-calc(3em + 4px);
	width: -o-calc(3em + 4px);
	width: -webkit-calc(3em + 4px);
	width: calc(3em + 4px);
	position: relative;
	vertical-align: -1.3em;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 0.35em;
	opacity: 0.85;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}

.button-social:hover,
.button-social:active,
.button-social:focus {
	border-color: white;
	background: #11497c;
	opacity: 1;
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	border: 0;
}

textarea {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0.5em 0.75em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333333;
	border: 1px solid #60a8d3;
	border-radius: 0.35em;
	resize: none;
}

textarea.textarea-email {
	height: 10em;
}

textarea.textarea-tweet {
	height: 5em;
}

.input-email {
	float: left;
	width: 55%;
	padding: 0 0.75em;
	height: 2.5em;
	margin-bottom: 1.5em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333333;
	background: white;
	border: 1px solid #60a8d3;
	border-right: 0;
	border-radius: 0.35em 0 0 0.35em;
}

.input-email:focus {
	border-color: #74b3d9;
}

.input-email:-webkit-autofill,
.input-email:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px white inset;
}

.input-email.input-large {
	width: 65%;
	margin-bottom: 0;
	padding: 0 1em;
	height: 3.5em;
}

@media only screen and (max-width:641px) {
	.input-email.input-large {
		float: none;
		width: 100%;
		border-radius: 0.35em;
		border-right: 1px solid #60a8d3;
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width:641px) {
	.input-email {
		float: none;
		width: 100%;
		border-radius: 0.35em;
		border-right: 1px solid #60a8d3;
		margin-bottom: 0.5em;
	}
}

.input-select {
	width: 100%;
	padding: 0 1.5em;
	height: 3.5em;
	margin-bottom: 1em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #60a8d3;
	background: white;
	border: 1px solid #60a8d3;
	border-radius: 0.35em 0 0 0.35em;
}

.subscribe-name,
.subscribe-email {
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0 1em;
	height: 2.5em;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333333;
	background: white;
	border: 1px solid #60a8d3;
	border-radius: 0.35em;
}

.subscribe-name:focus,
.subscribe-email:focus {
	border-color: #74b3d9;
}

.subscribe-name:-webkit-autofill,
.subscribe-name:-webkit-autofill:focus,
.subscribe-email:-webkit-autofill,
.subscribe-email:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px white inset;
}

.subscribe-name:last-of-type,
.subscribe-email:last-of-type {
	margin-bottom: 1.25em;
}

.action-checkbox {
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 1.25em;
	height: 1.25em;
	background: none;
	border: 2px solid #60a8d3;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

.action-checkbox.checked,
.action-checkbox:checked {
	background: #11497c;
	border-color: #11497c;
}

header .action-checkbox.checked,
.action-checkbox:checked {
	background: #60a8d3;
	border-color: #60a8d3;
}

@media only screen and (max-width:641px) {
	.action-checkbox {
		top: 0;
		width: 2em;
		height: 2em;
	}
}

nav {
	background: white;
}

.nav-header {
	position: relative;
	background: white;
	display: table;
	width: 100%;
	padding: 1em;
}

.nav-header .nav-header-section {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.nav-header .nav-header-section:nth-child(2) {
	width: 50%;
	text-align: center;
}

@media only screen and (max-width:641px) {
	.nav-header .nav-header-section:nth-child(2) {
		display: none;
	}
}

.nav-header .nav-header-section:last-child {
	width: 25%;
	text-align: right;
}

@media only screen and (max-width:641px) {
	.nav-header .nav-header-section:last-child {
		display: none;
	}
}

@media only screen and (max-width:641px) {
	.nav-header {
		display: block;
		border-bottom: 3px solid #e9e9e9;
	}
}

.nav-header-homelink {
	outline: none;
}

.nav-header-homelink img {
	height: 3em;
	width: auto;
}

.nav-header-homelink:focus img {
	opacity: 0.5;
}

@media only screen and (max-width:641px) {
	.nav-header-homelink:focus img {
		opacity: 1;
	}
}

.nav-header-links {
	display: inline-block;
}

.nav-header-links li {
	display: inline-block;
	margin-right: -4px;
	padding: 0.25em 1em 0.35em;
}

.nav-header-links li.nav-header-links-rightborder {
	border-right: 1px solid #e9e9e9;
}

.nav-header-links li.padding-none {
	padding: 0;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.nav-header-links li {
		margin-right: -6px;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.nav-header-links li {
		margin-right: -6px;
	}
}

@media only screen and (max-width:641px) {
	.nav-header-links li {
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: center;
		padding: 0.75em 0;
		background: #f7f7f7;
	}
}

@media only screen and (max-width:641px) {
	.nav-header-links {
		display: block;
	}
}

.nav-menu {
	position: relative;
	background: #e9e9e9;
}

.nav-menu:after {
	clear: both;
	display: table;
	content: '';
}

.nav-menu li {
	display: block;
	float: left;
	position: relative;
}

.nav-menu li:first-child {
	width: 3em;
}

@media only screen and (max-width:641px) {
	.nav-menu li:first-child {
		width: 100%;
	}
}

.nav-menu li:nth-last-child(2),
.nav-menu li:last-child {
	float: right;
}

@media only screen and (max-width:641px) {
	.nav-menu li:nth-last-child(2),
	.nav-menu li:last-child {
		float: none;
	}
}

@media only screen and (max-width:641px) {
	.nav-menu li {
		display: block;
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width:641px) {
	.nav-menu {
		display: none;
	}
}

@media only screen and (max-width:641px) {
	.nav-menu.mobile-nav {
		display: block;
	}
}

#mobile-nav-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	background: white;
	padding-top: 4.875em;
	overflow-y: scroll;
}

.mobile-nav-open #mobile-nav-menu {
	display: block;
}

.mobile-nav-search {
	background: #11497c;
	padding: 5px;
}

.mobile-language {
	padding: 10px 15px 15px 15px;
	background: #f7f7f7;
}

header {
	border-bottom: 1px solid #0b2f4f;
}

header * {
	z-index: 3;
}

header.page-home-video {
	height: 68vh;
	background: #02070c;
	border: 0;
}

header.page-home-video:before {
	display: none;
}

header.page-home-video:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
	z-index: 3;
	background: rgba(0, 0, 0, 0.2);
	content: '';
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	header.page-home-video {
		height: 70vh;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	header.page-home-video {
		height: 50vh;
	}
}

@media only screen and (max-width:641px) {
	header.page-home-video {
		height: auto;
	}
}

header.page-simple {
	padding: 1.875em 3.5em 1.5em;
}

header.page-landing {
	width: 100%;
	padding: 2em 3.5em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	header.page-landing {
		padding: 2.5em 2.5em;
	}
}

@media only screen and (max-width:641px) {
	header.page-landing {
		padding: 2.5em 2.5em;
	}
}

.header-video-text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30em;
	padding-right: 3em;
	padding-bottom: 3em;
	z-index: 5;
}

.header-video-text p {
	margin-bottom: 2em;
}

.header-video-text p:last-child {
	margin-bottom: 0;
}

.header-video-text .button-cta {
	width: 47.5%;
	margin-right: 4%;
}

.header-video-text .button-cta:only-of-type {
	width: 100%;
	margin-right: 0;
}

.header-video-text .button-cta:last-child {
	margin-right: 0;
}

@media only screen and (max-width:641px) {
	.header-video-text .button-cta {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width:641px) {
	.header-video-text {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 1.5em 2.5em 1.5em 2.5em;
	}
}

.header-video-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
	display: block;
}

.header-video-image img {
	height: 100%;
	width: auto;
}

@media only screen and (max-width:641px) {
	.header-video-image img {
		width: 100%;
		height: auto;
	}
}

.header-video-image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30%;
	background: -webkit-linear-gradient(left, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
	background: linear-gradient(to right, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
	content: '';
}

@media only screen and (max-width:641px) {
	.header-video-image:before {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 35%;
		background: -webkit-linear-gradient(top, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
		background: linear-gradient(to bottom, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
	}
}

.header-video-image:after {
	position: absolute;
	left: 50%;
	top: 60%;
	display: block;
	z-index: 3;
	width: 6em;
	height: 6em;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	opacity: 0.5;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
	content: url("../online/images/icon_play.svg");
}

@media only screen and (max-width:641px) {
	.header-video-image:after {
		top: 50%;
	}
}

.header-video-image:hover:after,
.header-video-image:active:after {
	opacity: 1;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.header-video-image {
		left: -15%;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.header-video-image {
		left: -30%;
	}
}

@media only screen and (max-width:641px) {
	.header-video-image {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
}

.header-landing-text,
.header-landing-infographic,
.header-landing-video {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width:641px) {
	.header-landing-text,
	.header-landing-infographic,
	.header-landing-video {
		display: block;
	}
}

.header-landing-text .cta-large {
	min-width: 20em;
	min-height: 3.75em;
	margin-top: 6px;
}

@media only screen and (max-width:641px) {
	.header-landing-text .cta-large {
		min-width: auto;
		width: 100%;
		margin-bottom: 0.5em;
	}
	.header-landing-text .cta-large:only-child,
	.header-landing-text .cta-large:only-of-type,
	.header-landing-text .cta-large:last-child {
		margin-bottom: 0;
	}
}

.header-landing-text {
	width: 50%;
	padding-left: 40px;
}

@media only screen and (max-width:641px) {
	.header-landing-text {
		width: 100%;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		padding-left: 0;
	}
}

.header-landing-infographic {
	width: 50%;
	padding-left: 10%;
}

@media only screen and (max-width:641px) {
	.header-landing-infographic {
		width: 100%;
		padding-left: 0;
		padding-bottom: 2.5em;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}
}

.header-landing-video {
	width: 50%;
	padding-left: 3em;
}

@media only screen and (max-width:641px) {
	.header-landing-video {
		width: 100%;
		padding-left: 0;
		padding-bottom: 1.5em;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}
}

.nav-header.ohl-nav-header .nav-header-section {
	width: auto;
}

.nav-header.ohl-nav-header .nav-header-section .nav-header-links {
	font-size: 20px;
}

.nav-header.ohl-nav-header .nav-header-section .nav-header-links li {
	text-transform: none;
	font-family: 'Noto Sans', sans-serif;
	color: #777;
	font-weight: 300;
}

.nav-header.ohl-nav-header .nav-header-section .nav-header-links li:nth-child(2) {
	color: #60a8d3;
	border-left: 3px solid #ccc;
}

.nav-header.ohl-nav-header .nav-header-section:nth-child(2) {
	width: auto;
	text-align: left;
}

.ohl-header-module em {
	font-style: italic;
}

.ohl-header-module h1 p {
	font-size: 20px;
}

.ohl-header-module .chat-now {
	margin-top: 30px;
}

.ohl-header-module .accept-terms {
	display: inline-block;
	margin-right: 20px;
}

.ohl-header-module .accept-terms span {
	font-family: 'Noto Sans', sans-serif;
}

.ohl-header-module input {
	border: 2px solid #d7e5f0;
}

.ohl-nav-header2 li {
	font-family: 'Noto Sans', sans-serif;
	color: #bbb;
	text-transform: none;
	font-size: 20px;
	font-weight: 300;
}

.ohl-nav-header2 .ohl-logo {
	color: #1cbd65;
	text-transform: none;
	opacity: 1;
	font-family: 'Noto Sans', sans-serif;
	font-size: 22px;
	font-weight: 300;
}

.ohl-header2-module {
	border: none;
	min-height: 300px;
	font-family: 'Noto Sans', sans-serif;
}

.ohl-header2-module .header-landing-text {
	vertical-align: top;
}

.ohl-header2-module .header-landing-text .block-fundraiser {
	padding: 10px 20px;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

@media only screen and (max-width:641px) {
	.ohl-header2-module .header-landing-text .block-fundraiser {
		display: block;
		margin-top: 20px;
	}
}

.ohl-header2-module .header-landing-text .block-fundraiser .button-cta {
	padding: 10px 25px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 5px;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header2-module .header-landing-text .block-fundraiser .button-cta {
		margin-top: 10px;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header2-module .header-landing-text .block-fundraiser .button-cta {
		margin: 10px 0 0;
	}
}

.ohl-header2-module .waiting-message {
	width: 65%;
}

.left-cluster {
	width: 35%;
	padding-left: 20px;
}

.ohl-header2-module .waiting-message.waiting-3 {
	display: inherit;
	margin: 0 auto;
	width: 50%;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header2-module .waiting-message.waiting-3 {
		width: 100%;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header2-module .waiting-message.waiting-3 {
		width: 100%;
	}
}

.ohl-header2-module .waiting-message.waiting-3 .message-block.dragdrop-window {
	margin: 60px auto -5px;
}

@media only screen and (max-width:641px) {
	.ohl-header2-module .waiting-message {
		width: 100%;
	}
	.left-cluster {
		width: 100%;
		padding-left: 0px;
	}
}

.ohl-header2-module .waiting-message h2 {
	color: #1cbd65;
	font-size: 24px;
	padding-bottom: 10px;
}

.ohl-header2-module .waiting-message p {
	font-size: 14px;
	color: #aaa;
}

.ohl-header2-module .waiting-message .message-block {
	background: #f7f7f7;
	border-top: 4px solid #1cbd65;
	width: 59%;
	float: right;
	margin-right: 4em;
	border-radius: 7px;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window {
	float: none;
	margin-bottom: -100px;
	margin-top: 60px;
	width: 100%;
	margin: 0 auto;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .padding-30 {
	padding: 50px;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .chat-group {
	margin-bottom: 20px;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .chat-group p {
	font-size: 13px;
	color: #262525;
	display: block;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .chat-group .chat-message {
	background: #d7e5f0;
	padding: 10px;
	display: block;
	border-radius: 5px;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-visitor {
	text-align: right;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-system {
	text-align: center;
	color: #0a265e;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-system .chat-message {
	text-align: center;
	color: #0a265e;
	background: transparent;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-visitor .chat-message {
	background: #D1EDFF;
	float: right;
	width: 70%;
	margin: 5px;
	border-radius: 15px 1px 10px 15px;
}

.ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-repname .chat-message {
	background: #d7e5f0;
	width: 70%;
	float: left;
	margin: 5px;
	border-radius: 1px 15px 15px 10px;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header2-module .waiting-message .message-block {
		width: 98%;
		margin: 0 1%;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header2-module .waiting-message .message-block {
		width: 98%;
		margin: 0 1%;
	}
}

.ohl-header2-module .waiting-message .padding-30 {
	padding: 30px;
}

.ohl-header2-module .waiting-message .explore {
	background: #fff;
	border-radius: 0 0 5px 5px;
	border-top: 2px solid #ddd;
}

.ohl-header2-module .waiting-message .explore label {
	color: #aaa;
	font-size: 14px;
	font-weight: 300;
	left: 0;
	padding: 25px 30px;
	position: absolute;
	top: 0;
	z-index: 9;
}

.ohl-header2-module .waiting-message .explore input {
	background: #f7f7f7;
	padding: 20px 30px;
	color: #555;
	width: 100%;
	font-size: 16px;
	border-bottom: 2px solid #ddd;
}

.ohl-header2-module .waiting-message .explore p {
	color: #ccc;
	padding: 20px 30px;
	font-size: 16px;
}

.ohl-header2-module .waiting-message .end-chat {
	background: #999;
	color: #fff;
	padding: 15px 25px;
	font-size: 16px;
	border-radius: 0 0 0 5px;
}

.ohl-header2-module .waiting-message .send-btn {
	background: #1e6600;
	color: #fff;
	padding: 15px 25px;
	font-size: 16px;
	border-radius: 0 0 5px 0;
	float: right;
}

.ohl-header4-module * {
	z-index: inherit;
}

.ohl-header4-module p {
	color: #fff;
	font-size: 16px;
}

.ohl-header4-module h1 {
	background: url(../online/images/60_seconds.jpg) no-repeat;
	padding-left: 36px;
	text-align: left;
}

.ohl-header4-module h1 .color-blue-light {
	border-left: 2px solid;
	padding-left: 30px;
	margin-left: 30px;
}

.ohl-header4-module .header-landing-video {
	width: 30%;
	vertical-align: top;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.ohl-header4-module .header-landing-video {
		width: 100%;
		display: block;
		padding-left: 0;
		margin-top: 30px;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header4-module .header-landing-video {
		width: 100%;
		display: block;
		padding-left: 0;
		margin-top: 30px;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header4-module .header-landing-video {
		width: 100%;
		display: block;
		padding-left: 0;
		margin-top: 30px;
		order: 2;
	}
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.ohl-header4-module .header-landing-text {
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header4-module .header-landing-text {
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header4-module .header-landing-text {
		width: 100%;
		display: block;
	}
}

.ohl-header4-module .block-table-half:nth-child(1) {
	width: 70%;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.ohl-header4-module .block-table-half:nth-child(1) {
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header4-module .block-table-half:nth-child(1) {
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header4-module .block-table-half:nth-child(1) {
		width: 100%;
		display: block;
	}
}

.ohl-header4-module .block-table-half {
	margin-bottom: 10px;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.ohl-header4-module .block-table-half {
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header4-module .block-table-half {
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header4-module .block-table-half {
		width: 100%;
		display: block;
	}
}

.ohl-header4-module .table-row {
	margin-bottom: 40px;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.ohl-header4-module .table-row {
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header4-module .table-row {
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header4-module .table-row {
		width: 100%;
		display: block;
	}
}

.ohl-header4-module h3 {
	color: #fff;
	border-bottom: 2px solid #11497c;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

.ohl-header4-module .comment-textarea {
	width: 70%;
}

@media only screen and (min-width:802px) and (max-width:1025px) {
	.ohl-header4-module .comment-textarea {
		width: 100%;
	}
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-header4-module .comment-textarea {
		width: 100%;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header4-module .comment-textarea {
		width: 100%;
	}
}

.ohl-header4-module .comment-btn {
	background: #60a8d3;
	padding: 15px 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	font-family: 'Noto Sans', sans-serif;
}

.ohl-header4-module .recommended {
	background: #fff;
	color: #11497c;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
	padding-bottom: 40px;
	font-size: 14px;
}

.ohl-header4-module .recommended p {
	color: #11497c;
}

.ohl-header4-module .recommended .recommended-title {
	background: #60a8d3;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
}

.ohl-header4-module .recommended .recommended-row {
	padding: 10px 30px;
}

.ohl-header4-module .recommended .recommended-type {
	padding: 20px;
}

.ohl-header4-module .recommended .recommended-resource {
	border-radius: 5px;
	border-left: 3px solid #11497c;
	padding: 15px 45px;
	box-shadow: 0 2px 4px #ccc;
	background: url(../online/images/link_icon.jpg) no-repeat 20px 18px #f4f4f4;
}

.ohl-header4-module .recommended a {
	color: #11497c;
	text-decoration: none;
	line-height: 20px;
}

.show {
	display: block;
}

.block-largetext {
	width: 42em;
	margin: 0 auto;
}

.block-largetext .cta-large {
	min-width: 12em;
}

@media only screen and (max-width:641px) {
	.block-largetext .cta-large {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.block-largetext .cta-large:last-child {
		margin-bottom: 0;
	}
}

.block-largetext.margin-bottom {
	margin-bottom: 2em;
}

header .block-largetext {
	margin-top: -0.5em;
}

@media only screen and (max-width:641px) {
	.block-largetext {
		width: 100%;
	}
}

.icon-row {
	padding: 2em 0 3em;
	margin: 0 auto;
	max-width: 60em;
}

.icon-row:first-of-type {
	padding-bottom: 0.5em;
}

.icon-single {
	width: 25%;
	float: left;
	padding: 0 2em;
}

.icon-single:hover .icon-icon,
.icon-single:active .icon-icon {
	opacity: 1;
}

@media only screen and (max-width:641px) {
	.icon-single {
		width: 50%;
		padding: 0 1.25em;
	}
	.icon-single:first-child,
	.icon-single:nth-child(2) {
		margin-bottom: 2em;
	}
}

.three-icons .icon-single {
	width: 33%;
	padding: 1em 3.5em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.three-icons .icon-single {
		padding: 1em 1.5em;
	}
}

@media only screen and (max-width:641px) {
	.three-icons .icon-single {
		width: 50%;
		padding: 1em;
	}
}

.icon-icon {
	display: block;
	width: 70%;
	margin: 0 auto 1em auto;
	opacity: 0.85;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.ohl-three-columns {
	padding-bottom: 2em;
}

.ohl-three-columns .table-row {
	padding: 2em 4em 0;
}

@media only screen and (max-width:641px) {
	.ohl-three-columns .table-row {
		padding: 0;
	}
}

.ohl-three-columns .table-row .button-cta {
	width: calc(100% - 7.5em);
}

@media only screen and (max-width:641px) {
	.ohl-three-columns .table-row .button-cta {
		width: 100%;
	}
}

.ohl-three-columns .table-row .blue-bg-button {
	background: #11497c;
	color: #fff;
}

.ohl-three-columns .block-text {
	background: #fff;
	margin: 1.5em 0.5em;
}

@media only screen and (max-width:641px) {
	.ohl-three-columns .block-text {
		margin: 1.5em 0;
	}
}

.ohl-three-columns h2 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ohl-three-columns .block-largetext {
	width: 100%;
	padding: 0 4.5em;
}

.ohl-three-columns .block-largetext a {
	font-family: 'Noto Sans', sans-serif;
	width: 100%;
	font-weight: 300;
}

.ohl-three-columns .block-largetext a strong {
	font-weight: bold;
}

.ohl-main-wrapper {
	padding: 4em 7em;
	min-height: 400px;
}

.full-page-div {}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-main-wrapper {
		padding: 0;
	}
}

@media only screen and (max-width:641px) {
	.ohl-main-wrapper {
		padding: 0;
	}
}

.ohl-main-wrapper h2 {
	color: #60a8d3;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-main-wrapper h2 {
		padding-left: 1em;
	}
}

@media only screen and (max-width:641px) {
	.ohl-main-wrapper h2 {
		padding-left: 1em;
	}
}

.ohl-main-wrapper .table-row {
	background: none;
}

.ohl-main-wrapper .left-sidebar {
	width: 25%;
	margin-right: 2%;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.ohl-main-wrapper .left-sidebar {
		padding: 0 2em;
	}
}

@media only screen and (max-width:641px) {
	.ohl-main-wrapper .left-sidebar {
		width: 100%;
		margin: 0 0 20px;
		padding: 2em;
	}
}

.ohl-main-wrapper .block-main {
	width: 100%;
	background: #fff;
	padding-top: 3em;
	font-size: 15px;
	display: block;
	height: 700px;
	overflow: scroll;
	margin-bottom: 7em;
}

@media only screen and (max-width:641px) {
	.ohl-main-wrapper .block-main {
		width: 100%;
		padding: 2em;
		height: auto;
	}
}

@media only screen and (max-width:641px) {
	.ohl-main-wrapper .block-main h2 {
		padding-left: 0em;
	}
}

.ohl-main-wrapper .block-main p {
	color: #aaa;
}

.ohl-main-wrapper li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.ohl-main-wrapper li a {
	color: #4c9dcd;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-style: none;
	text-decoration: none;
	line-height: 22px;
}

.module .block-quote,
.module .block-quote-photo,
.module .block-stats,
.module .block-fundraiser,
.module .block-info,
.module .block-text,
.module .block-news,
.module .block-subscribe,
.module .block-lawmakers {
	width: 100%;
	padding: 3em 3.75em;
	position: relative;
}

.module .block-quote.smaller,
.module .block-quote-photo.smaller,
.module .block-stats.smaller,
.module .block-fundraiser.smaller,
.module .block-info.smaller,
.module .block-text.smaller,
.module .block-news.smaller,
.module .block-subscribe.smaller,
.module .block-lawmakers.smaller {
	padding: 2em 2.5em;
	min-height: 10em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.module .block-quote,
	.module .block-quote-photo,
	.module .block-stats,
	.module .block-fundraiser,
	.module .block-info,
	.module .block-text,
	.module .block-news,
	.module .block-subscribe,
	.module .block-lawmakers {
		padding: 2em 2.5em;
	}
}

@media only screen and (max-width:641px) {
	.module .block-quote,
	.module .block-quote-photo,
	.module .block-stats,
	.module .block-fundraiser,
	.module .block-info,
	.module .block-text,
	.module .block-news,
	.module .block-subscribe,
	.module .block-lawmakers {
		padding: 2em 2.5em;
	}
}

.module-header .block-quote,
.module-header .block-quote-photo,
.module-header .block-stats,
.module-header .block-fundraiser,
.module-header .block-info,
.module-header .block-text,
.module-header .block-news,
.module-header .block-subscribe,
.module-header .block-lawmakers {
	padding-top: 1em;
	position: relative;
}

.block-quote.cta-readmore-bottom,
.block-quote-photo.cta-readmore-bottom,
.block-stats.cta-readmore-bottom,
.block-fundraiser.cta-readmore-bottom,
.block-info.cta-readmore-bottom,
.block-text.cta-readmore-bottom,
.block-news.cta-readmore-bottom,
.block-subscribe.cta-readmore-bottom,
.block-lawmakers.cta-readmore-bottom {
	padding-bottom: 3.5em;
}

.block-quote.cta-readmore-bottom .link-readmore,
.block-quote-photo.cta-readmore-bottom .link-readmore,
.block-stats.cta-readmore-bottom .link-readmore,
.block-fundraiser.cta-readmore-bottom .link-readmore,
.block-info.cta-readmore-bottom .link-readmore,
.block-text.cta-readmore-bottom .link-readmore,
.block-news.cta-readmore-bottom .link-readmore,
.block-subscribe.cta-readmore-bottom .link-readmore,
.block-lawmakers.cta-readmore-bottom .link-readmore {
	position: absolute;
	left: 4.25em;
	bottom: 3em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.block-quote.cta-readmore-bottom .link-readmore,
	.block-quote-photo.cta-readmore-bottom .link-readmore,
	.block-stats.cta-readmore-bottom .link-readmore,
	.block-fundraiser.cta-readmore-bottom .link-readmore,
	.block-info.cta-readmore-bottom .link-readmore,
	.block-text.cta-readmore-bottom .link-readmore,
	.block-news.cta-readmore-bottom .link-readmore,
	.block-subscribe.cta-readmore-bottom .link-readmore,
	.block-lawmakers.cta-readmore-bottom .link-readmore {
		left: 2.5em;
		bottom: 2em;
	}
}

.block-quote.cta-row-bottom,
.block-quote-photo.cta-row-bottom,
.block-stats.cta-row-bottom,
.block-fundraiser.cta-row-bottom,
.block-info.cta-row-bottom,
.block-text.cta-row-bottom,
.block-news.cta-row-bottom,
.block-subscribe.cta-row-bottom,
.block-lawmakers.cta-row-bottom {
	padding-bottom: 6.25em;
}

.block-quote.cta-row-bottom .cta-row,
.block-quote-photo.cta-row-bottom .cta-row,
.block-stats.cta-row-bottom .cta-row,
.block-fundraiser.cta-row-bottom .cta-row,
.block-info.cta-row-bottom .cta-row,
.block-text.cta-row-bottom .cta-row,
.block-news.cta-row-bottom .cta-row,
.block-subscribe.cta-row-bottom .cta-row,
.block-lawmakers.cta-row-bottom .cta-row {
	width: -moz-calc(100% - 7.5em);
	width: -o-calc(100% - 7.5em);
	width: -webkit-calc(100% - 7.5em);
	width: calc(100% - 7.5em);
	position: absolute;
	left: 3.75em;
	bottom: 3em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.block-quote.cta-row-bottom .cta-row,
	.block-quote-photo.cta-row-bottom .cta-row,
	.block-stats.cta-row-bottom .cta-row,
	.block-fundraiser.cta-row-bottom .cta-row,
	.block-info.cta-row-bottom .cta-row,
	.block-text.cta-row-bottom .cta-row,
	.block-news.cta-row-bottom .cta-row,
	.block-subscribe.cta-row-bottom .cta-row,
	.block-lawmakers.cta-row-bottom .cta-row {
		left: 2.5em;
		bottom: 2em;
	}
}

@media only screen and (max-width:641px) {
	.block-quote.cta-row-bottom .cta-row,
	.block-quote-photo.cta-row-bottom .cta-row,
	.block-stats.cta-row-bottom .cta-row,
	.block-fundraiser.cta-row-bottom .cta-row,
	.block-info.cta-row-bottom .cta-row,
	.block-text.cta-row-bottom .cta-row,
	.block-news.cta-row-bottom .cta-row,
	.block-subscribe.cta-row-bottom .cta-row,
	.block-lawmakers.cta-row-bottom .cta-row {
		width: 100%;
		left: auto;
		bottom: auto;
		position: relative;
	}
	.block-quote.cta-row-bottom .cta-row .button-cta,
	.block-quote-photo.cta-row-bottom .cta-row .button-cta,
	.block-stats.cta-row-bottom .cta-row .button-cta,
	.block-fundraiser.cta-row-bottom .cta-row .button-cta,
	.block-info.cta-row-bottom .cta-row .button-cta,
	.block-text.cta-row-bottom .cta-row .button-cta,
	.block-news.cta-row-bottom .cta-row .button-cta,
	.block-subscribe.cta-row-bottom .cta-row .button-cta,
	.block-lawmakers.cta-row-bottom .cta-row .button-cta {
		width: 100%;
	}
	.block-quote.cta-row-bottom .cta-row .button-cta:first-child,
	.block-quote-photo.cta-row-bottom .cta-row .button-cta:first-child,
	.block-stats.cta-row-bottom .cta-row .button-cta:first-child,
	.block-fundraiser.cta-row-bottom .cta-row .button-cta:first-child,
	.block-info.cta-row-bottom .cta-row .button-cta:first-child,
	.block-text.cta-row-bottom .cta-row .button-cta:first-child,
	.block-news.cta-row-bottom .cta-row .button-cta:first-child,
	.block-subscribe.cta-row-bottom .cta-row .button-cta:first-child,
	.block-lawmakers.cta-row-bottom .cta-row .button-cta:first-child {
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width:641px) {
	.block-quote.cta-row-bottom,
	.block-quote-photo.cta-row-bottom,
	.block-stats.cta-row-bottom,
	.block-fundraiser.cta-row-bottom,
	.block-info.cta-row-bottom,
	.block-text.cta-row-bottom,
	.block-news.cta-row-bottom,
	.block-subscribe.cta-row-bottom,
	.block-lawmakers.cta-row-bottom {
		padding-bottom: 2em;
	}
}

.block-quote.cta-row-large-bottom,
.block-quote-photo.cta-row-large-bottom,
.block-stats.cta-row-large-bottom,
.block-fundraiser.cta-row-large-bottom,
.block-info.cta-row-large-bottom,
.block-text.cta-row-large-bottom,
.block-news.cta-row-large-bottom,
.block-subscribe.cta-row-large-bottom,
.block-lawmakers.cta-row-large-bottom {
	padding-bottom: 8.5em;
}

.block-quote.cta-row-large-bottom .cta-row-large,
.block-quote-photo.cta-row-large-bottom .cta-row-large,
.block-stats.cta-row-large-bottom .cta-row-large,
.block-fundraiser.cta-row-large-bottom .cta-row-large,
.block-info.cta-row-large-bottom .cta-row-large,
.block-text.cta-row-large-bottom .cta-row-large,
.block-news.cta-row-large-bottom .cta-row-large,
.block-subscribe.cta-row-large-bottom .cta-row-large,
.block-lawmakers.cta-row-large-bottom .cta-row-large {
	width: -moz-calc(100% - 7.5em);
	width: -o-calc(100% - 7.5em);
	width: -webkit-calc(100% - 7.5em);
	width: calc(100% - 7.5em);
	position: absolute;
	left: 3.75em;
	bottom: 3em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.block-quote.cta-row-large-bottom .cta-row-large,
	.block-quote-photo.cta-row-large-bottom .cta-row-large,
	.block-stats.cta-row-large-bottom .cta-row-large,
	.block-fundraiser.cta-row-large-bottom .cta-row-large,
	.block-info.cta-row-large-bottom .cta-row-large,
	.block-text.cta-row-large-bottom .cta-row-large,
	.block-news.cta-row-large-bottom .cta-row-large,
	.block-subscribe.cta-row-large-bottom .cta-row-large,
	.block-lawmakers.cta-row-large-bottom .cta-row-large {
		left: 2.5em;
		bottom: 2em;
	}
}

@media only screen and (max-width:641px) {
	.block-quote.cta-row-large-bottom .cta-row-large,
	.block-quote-photo.cta-row-large-bottom .cta-row-large,
	.block-stats.cta-row-large-bottom .cta-row-large,
	.block-fundraiser.cta-row-large-bottom .cta-row-large,
	.block-info.cta-row-large-bottom .cta-row-large,
	.block-text.cta-row-large-bottom .cta-row-large,
	.block-news.cta-row-large-bottom .cta-row-large,
	.block-subscribe.cta-row-large-bottom .cta-row-large,
	.block-lawmakers.cta-row-large-bottom .cta-row-large {
		width: 100%;
		left: auto;
		bottom: auto;
		position: relative;
	}
	.block-quote.cta-row-large-bottom .cta-row-large .button-cta,
	.block-quote-photo.cta-row-large-bottom .cta-row-large .button-cta,
	.block-stats.cta-row-large-bottom .cta-row-large .button-cta,
	.block-fundraiser.cta-row-large-bottom .cta-row-large .button-cta,
	.block-info.cta-row-large-bottom .cta-row-large .button-cta,
	.block-text.cta-row-large-bottom .cta-row-large .button-cta,
	.block-news.cta-row-large-bottom .cta-row-large .button-cta,
	.block-subscribe.cta-row-large-bottom .cta-row-large .button-cta,
	.block-lawmakers.cta-row-large-bottom .cta-row-large .button-cta {
		width: 100%;
	}
	.block-quote.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-quote-photo.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-stats.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-fundraiser.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-info.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-text.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-news.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-subscribe.cta-row-large-bottom .cta-row-large .button-cta:first-child,
	.block-lawmakers.cta-row-large-bottom .cta-row-large .button-cta:first-child {
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width:641px) {
	.block-quote.cta-row-large-bottom,
	.block-quote-photo.cta-row-large-bottom,
	.block-stats.cta-row-large-bottom,
	.block-fundraiser.cta-row-large-bottom,
	.block-info.cta-row-large-bottom,
	.block-text.cta-row-large-bottom,
	.block-news.cta-row-large-bottom,
	.block-subscribe.cta-row-large-bottom,
	.block-lawmakers.cta-row-large-bottom {
		padding-bottom: 2em;
	}
}

.block-quote.cta-single-bottom,
.block-quote-photo.cta-single-bottom,
.block-stats.cta-single-bottom,
.block-fundraiser.cta-single-bottom,
.block-info.cta-single-bottom,
.block-text.cta-single-bottom,
.block-news.cta-single-bottom,
.block-subscribe.cta-single-bottom,
.block-lawmakers.cta-single-bottom {
	padding-bottom: 6.25em;
}

.block-quote.cta-single-bottom .button-cta,
.block-quote-photo.cta-single-bottom .button-cta,
.block-stats.cta-single-bottom .button-cta,
.block-fundraiser.cta-single-bottom .button-cta,
.block-info.cta-single-bottom .button-cta,
.block-text.cta-single-bottom .button-cta,
.block-news.cta-single-bottom .button-cta,
.block-subscribe.cta-single-bottom .button-cta,
.block-lawmakers.cta-single-bottom .button-cta {
	position: absolute;
	left: 3.75em;
	bottom: 3em;
}

.module-header .block-quote.cta-single-bottom .button-cta,
.module-header .block-quote-photo.cta-single-bottom .button-cta,
.module-header .block-stats.cta-single-bottom .button-cta,
.module-header .block-fundraiser.cta-single-bottom .button-cta,
.module-header .block-info.cta-single-bottom .button-cta,
.module-header .block-text.cta-single-bottom .button-cta,
.module-header .block-news.cta-single-bottom .button-cta,
.module-header .block-subscribe.cta-single-bottom .button-cta,
.module-header .block-lawmakers.cta-single-bottom .button-cta {
	left: 0;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.block-quote.cta-single-bottom .button-cta,
	.block-quote-photo.cta-single-bottom .button-cta,
	.block-stats.cta-single-bottom .button-cta,
	.block-fundraiser.cta-single-bottom .button-cta,
	.block-info.cta-single-bottom .button-cta,
	.block-text.cta-single-bottom .button-cta,
	.block-news.cta-single-bottom .button-cta,
	.block-subscribe.cta-single-bottom .button-cta,
	.block-lawmakers.cta-single-bottom .button-cta {
		left: 2.5em;
		bottom: 2em;
	}
}

@media only screen and (max-width:641px) {
	.block-quote.cta-single-bottom .button-cta,
	.block-quote-photo.cta-single-bottom .button-cta,
	.block-stats.cta-single-bottom .button-cta,
	.block-fundraiser.cta-single-bottom .button-cta,
	.block-info.cta-single-bottom .button-cta,
	.block-text.cta-single-bottom .button-cta,
	.block-news.cta-single-bottom .button-cta,
	.block-subscribe.cta-single-bottom .button-cta,
	.block-lawmakers.cta-single-bottom .button-cta {
		left: auto;
		bottom: auto;
		position: relative;
	}
}

@media only screen and (max-width:641px) {
	.block-quote.cta-single-bottom,
	.block-quote-photo.cta-single-bottom,
	.block-stats.cta-single-bottom,
	.block-fundraiser.cta-single-bottom,
	.block-info.cta-single-bottom,
	.block-text.cta-single-bottom,
	.block-news.cta-single-bottom,
	.block-subscribe.cta-single-bottom,
	.block-lawmakers.cta-single-bottom {
		padding-bottom: 2em;
	}
}

.block-news {
	display: block;
	background-color: #e9e9e9;
	background: -webkit-linear-gradient(bottom, #d0d0d0 0%, #e9e9e9 100%);
	background: linear-gradient(to top, #d0d0d0 0%, #e9e9e9 100%);
}

.block-subscribe {
	background-color: #11497c;
	background: -webkit-linear-gradient(bottom, #0e3c66 0%, #11497c 100%);
	background: linear-gradient(to top, #0e3c66 0%, #11497c 100%);
}

.block-quote {
	display: block;
	background-color: #60a8d3;
	background-image: url("../online/images/texture_blue-light_paint.png");
	background-size: 300px auto;
	overflow: hidden;
	text-decoration: none;
}

.block-info {
	background-color: #11497c;
}

.block-stats {
	background-color: #d7e5f0;
	background-image: url("../online/images/texture_blue-lightest_halftone.png");
	background-size: 200px auto;
}

.block-fundraiser {
	background-color: #1cbd65;
	background: url("../online/images/texture_green_pixels.png");
	background-size: 160px auto;
}

.block-quote-photo {
	display: block;
	overflow: hidden;
	background-color: #11497c;
	background-size: cover;
	background-position: center top;
}

.module .block-quote-photo {
	padding-top: 15em;
}

.block-quote-photo * {
	z-index: 5;
}

.block-quote-photo:after {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(17, 73, 124, 0.25) 0%, rgba(17, 73, 124, 0.75) 65%, #11497c 100%);
	background: linear-gradient(to bottom, rgba(17, 73, 124, 0.25) 0%, rgba(17, 73, 124, 0.75) 65%, #11497c 100%);
	content: '';
	opacity: 0.875;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
}

.block-quote-photo.block-quote-video:before {
	position: absolute;
	left: 50%;
	top: 7.25em;
	display: block;
	z-index: 3;
	width: 6em;
	height: 6em;
	opacity: 0.65;
	-webkit-transform: translate3d(-50%, -25%, 0);
	-moz-transform: translate3d(-50%, -25%, 0);
	-ms-transform: translate3d(-50%, -25%, 0);
	-o-transform: translate3d(-50%, -25%, 0);
	transform: translate3d(-50%, -25%, 0);
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
	content: url("../online/images/icon_play.svg");
}

.block-quote-photo.block-quote-video:after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
}

.block-quote-photo:hover:before,
.block-quote-photo:active:before {
	opacity: 1;
}

.block-quote-photo:hover:after,
.block-quote-photo:active:after {
	opacity: 1;
}

.block-video {
	width: 100%;
	padding: 3em 3.75em;
	position: relative;
	display: block;
	border: 1px solid transparent;
	background-size: cover;
	background-position: center center;
	overflow: visible !important;
}

@media only screen and (max-width:641px) {
	.block-video {
		padding-bottom: 13em;
	}
}

.block-video:before {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	display: block;
	z-index: 2;
	border: 1px solid transparent;
	opacity: 0.75;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
	content: '';
}

.block-video:after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	z-index: 3;
	width: 6em;
	height: 6em;
	opacity: 0.65;
	-webkit-transform: translate3d(-50%, -25%, 0);
	-moz-transform: translate3d(-50%, -25%, 0);
	-ms-transform: translate3d(-50%, -25%, 0);
	-o-transform: translate3d(-50%, -25%, 0);
	transform: translate3d(-50%, -25%, 0);
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	transition: 0.15s;
	content: url("../online/images/icon_play.svg");
}

@media only screen and (max-width:641px) {
	.block-video:after {
		top: 57%;
	}
}

.block-video:hover:before,
.block-video:active:before {
	opacity: 0.65;
}

.block-video:hover:after,
.block-video:active:after {
	opacity: 1;
}

.block-video.video-green {
	background-color: #1cbd65;
}

.block-video.video-green:before {
	background: #1cbd65;
}

.news-block {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #bfbfbf;
}

.news-block:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-block {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
}

.module-image-header {
	margin-bottom: -1em;
}

.module-image-header h1,
.module-image-header h2 {
	margin-top: -1.5em;
	margin-bottom: 1em;
}

@media only screen and (max-width:641px) {
	.module-image-header h1,
	.module-image-header h2 {
		margin-top: -0.25em;
		margin-bottom: 0.5em;
	}
}

.module-image-header * {
	z-index: 5;
}

.image-header-image {
	z-index: 1;
}

.image-header-image:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 40%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, white 100%);
	content: '';
}

hr {
	width: 100%;
	height: 1px;
	display: block;
	margin: 0.5em 0;
	position: relative;
	background: #bfbfbf;
	border: 0;
}

hr.full-width {
	margin: 0 auto;
	width: 90%;
	width: -moz-calc(100% - 7em);
	width: -o-calc(100% - 7em);
	width: -webkit-calc(100% - 7em);
	width: calc(100% - 7em);
}

@media only screen and (min-width:642px) and (max-width:801px) {
	hr.full-width {
		width: -moz-calc(100% - 5em);
		width: -o-calc(100% - 5em);
		width: -webkit-calc(100% - 5em);
		width: calc(100% - 5em);
	}
}

@media only screen and (max-width:641px) {
	hr.full-width {
		width: -moz-calc(100% - 5em);
		width: -o-calc(100% - 5em);
		width: -webkit-calc(100% - 5em);
		width: calc(100% - 5em);
	}
}

hr.gray-light {
	background: #e9e9e9;
}

hr.on-dark {
	background: rgba(255, 255, 255, 0.35);
}

.article-header {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
	border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.article-header:after {
	clear: both;
	display: table;
	content: '';
}

.article-footer {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2em;
	border-top: 1px solid rgba(51, 51, 51, 0.15);
}

.article-share {
	display: block;
	float: left;
}

.article-share li {
	float: left;
	margin-left: 0.5em;
}

.article-share li:first-child {
	margin-right: 0.5em;
	margin-left: 0;
}

@media only screen and (max-width:641px) {
	.article-share {
		display: none;
	}
}

.article-sidebar {
	width: 40%;
	background: #11497c;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0.35em;
	padding: 1em 1.5em 1.5em;
	margin-bottom: 1em;
}

.article-sidebar.align-right {
	float: right;
	margin-right: -5%;
	margin-left: 2em;
}

.article-sidebar.align-left {
	float: left;
	margin-left: -5%;
	margin-right: 2em;
}

@media only screen and (max-width:641px) {
	.article-sidebar {
		width: 100%;
	}
	.article-sidebar.align-right,
	.article-sidebar.align-left {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

blockquote {
	display: block;
	width: 110%;
	margin-left: -5%;
	padding-top: 1em;
	margin-bottom: 2.5em;
}

@media only screen and (max-width:641px) {
	blockquote {
		width: 90%;
		margin-left: 5%;
	}
}

.blockquote-row .blockquote-share-text {
	float: right;
}

.blockquote-row .blockquote-share-text li {
	float: left;
	margin-left: 1em;
}

@media only screen and (max-width:641px) {
	.blockquote-row .blockquote-share-text li {
		margin-left: 0;
		margin-right: 1em;
	}
}

@media only screen and (max-width:641px) {
	.blockquote-row .blockquote-share-text {
		float: none;
		margin-top: 0.5em;
	}
}

.blockquote-row:after {
	clear: both;
	display: table;
	content: '';
}

.article-disclaimer {
	width: 110%;
	margin-left: -5%;
	background: #f7f7f7;
	border: 1px solid #bfbfbf;
	border-radius: 0.35em;
	padding: 2em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

@media only screen and (max-width:641px) {
	.article-disclaimer {
		width: 100%;
		margin-left: 0;
	}
}

.list-picker-header {
	min-height: 3.1em;
}

@media only screen and (max-width:641px) {
	.list-picker-header {
		min-height: 0;
	}
}

.list-picker-block {
	width: 100%;
	height: 20em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #bfbfbf;
	border-radius: 0.35em;
	background: white;
	margin-top: 0.5em;
	margin-bottom: 2em;
	overflow-y: scroll;
}

table {
	width: 110%;
	table-layout: fixed;
	border: 1px solid #0b2f4f;
	border-collapse: collapse;
}

table thead {
	background: #11497c;
}

table td {
	padding: 1em;
	border-right: 1px solid #0b2f4f;
	border-bottom: 1px solid #0b2f4f;
}

table td:first-of-type {
	width: 25%;
}

@media only screen and (max-width:641px) {
	table td {
		padding: 0.5em;
	}
}

@media only screen and (max-width:641px) {
	table {
		width: 100%;
		margin-left: 0;
	}
}

.bkg-yellow {
	background: #f8de2a;
}

.bkg-blue {
	background: #11497c;
}

.bkg-blue-light {
	background: #60a8d3;
}

.bkg-gray-dark {
	background: #333333;
}

.bkg-gray-light {
	background: #e9e9e9;
}

.bkg-gray-lightest {
	background: #f7f7f7;
}

.border-gray {
	border: 1px solid #bfbfbf;
}

.border-gray-dark {
	border: 1px solid #333333;
}

.border-gray-light {
	border: 1px solid #e9e9e9;
}

.border-darkgray-top {
	border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.module-ctas {
	padding: 1.5em 3em;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.module-ctas {
		padding: 1.5em 2.5em;
	}
}

@media only screen and (max-width:641px) {
	.module-ctas {
		padding: 1.5em 2.5em 0;
	}
}

.module-cta-block {
	display: table-cell;
	vertical-align: middle;
	width: 27.5%;
	padding-left: 2em;
}

.module-cta-block:first-child {
	width: 45%;
	padding-left: 0;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.module-cta-block:first-child {
		width: 42%;
	}
}

@media only screen and (max-width:641px) {
	.module-cta-block:first-child {
		width: 100%;
	}
}

.module-cta-block h2 {
	margin-bottom: 0;
}

@media only screen and (max-width:641px) {
	.module-cta-block h2 {
		text-align: center;
	}
}

.module-cta-block .cta-large {
	width: 100%;
}

@media only screen and (min-width:642px) and (max-width:801px) {
	.module-cta-block {
		width: 29%;
		padding-left: 1em;
	}
}

@media only screen and (max-width:641px) {
	.module-cta-block {
		display: block;
		width: 100%;
		padding: 0 0 1.5em 0;
	}
}

.module-security .block-largetext {
	padding-left: 4em;
}

.module-security .icon-lock {
	position: absolute;
	left: 0;
	top: 50%;
	height: 2.5em;
	width: 2.5em;
	border-radius: 100%;
	border: 2px solid #11497c;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.module-security img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60%;
	width: auto;
	-webkit-transform: translate(-50%, -55%);
	-moz-transform: translate(-50%, -55%);
	-ms-transform: translate(-50%, -55%);
	-o-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
}

footer {
	background: #0b2f4f;
}

.footer-top {
	padding: 1.5em 2em;
	border-top: 1px solid #0b2f4f;
}

.footer-top p {
	padding-bottom: 1.25em;
	margin-bottom: 1em;
	border-bottom: 1px solid #092844;
}

.footer-signup {
	float: left;
	display: block;
	width: 50%;
}

@media only screen and (max-width:641px) {
	.footer-signup {
		float: none;
		width: 100%;
	}
}

.footer-sitemap {
	float: right;
	display: block;
	width: 40%;
	padding-top: 0.5em;
}

.footer-sitemap li {
	float: left;
	width: 33%;
	margin-bottom: 0.75em;
}

@media only screen and (max-width:641px) {
	.footer-sitemap li {
		width: 50%;
		text-align: center;
	}
}

@media only screen and (max-width:641px) {
	.footer-sitemap {
		float: none;
		clear: both;
		width: 100%;
		padding-bottom: 0em;
		padding-top: 2.5em;
	}
	.footer-sitemap:after {
		clear: both;
		display: table;
		content: '';
	}
}

.footer-social {
	clear: both;
	width: 100%;
	padding-top: 1.25em;
	margin-top: 1.25em;
	text-align: center;
	border-top: 1px solid #092844;
}

.footer-social li {
	display: inline-block;
	padding: 0 0.5em;
}

@media only screen and (max-width:641px) {
	.footer-social li:last-child {
		margin-top: 1.5em;
	}
}

.footer-bottom {
	padding: 1em 2em;
	background: #092844;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.footer-bottom li {
	display: inline-block;
	padding: 0.5em 1.5em;
}

body {
	background: url("../online/images/pentagon.png");
}

.nav-header.ohl-nav-header .nav-header-section .nav-header-links li,
.ohl-nav-header2 .ohl-logo {
	font-weight: 500;
}

@media only screen and (max-width:641px) {
	#language-largescreen {
		display: none;
	}
}

#tosForm label {
	display: block !important;
}

.accept-terms,
.resource,
.chat-message,
.one,
.two,
.three,
.comment-textarea,
small {
	font-family: 'Noto Sans', sans-serif;
}

.ohl-header2-module .waiting-message p,
.ohl-main-wrapper .block-main p,
.ohl-main-wrapper li,
.ohl-header2-module .waiting-message .explore p {
	color: #4c4c4c;
}

ol {
	list-style: initial;
}

.accept-terms {
	padding-right: 3em;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 27px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0.9em;
	vertical-align: middle;
	cursor: pointer;
}

@media only screen and (max-width:345px) {
	input[type=checkbox].css-checkbox+label.css-label {
		font-size: 0.7em;
	}
}

input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -22px;
}

label.css-label {
	background-image: url(../online/images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.resource {
	list-style: disc;
	padding-left: 2em;
}

.ohl-main-wrapper h2,
.ohl-header2-module .waiting-message h2 {
	color: #1e6600;
}

.block-fundraiser {
	background: #d8d8d8;
}

#resource-box-title a,
.ohl-main-wrapper li a {
	text-decoration: none;
	color: #1c4862;
}

#resource-box-title a:hover {
	color: #1a5700;
}

@media only screen and (max-width:641px) {
	#resource-box-title {
		padding-top: 3em;
	}
}

p a,
td a {
	color: #1c4862;
	text-decoration: none;
}

.ohl-main-wrapper li a:hover {
	color: #11497c;
}

.bkg-green {
	background: #19a759;
	color: #fff;
}

.ohl-main-wrapper {
	padding: 4em 4em;
}

.ohl-main-wrapper .block-main {
	width: 100%;
}

.ohl-main-wrapper li {
	border: none;
}

@media only screen and (max-width:1130px) and (min-width:642px) {
	.ohl-header-module .accept-terms {
		padding-bottom: 1em;
	}
}

@media only screen and (max-width:1100px) {
	p.smaller,
	td.smaller {
		font-size: 0.87em;
	}
}

@media only screen and (max-width:641px) {
	.ohl-header-module .accept-terms,
	.button-cta.yellow-fill #btnSubmit {
		float: left;
		padding-bottom: 10px;
		text-align: center;
		padding-left: 2em;
		width: 100%;
		font-size: 1.5em;
	}
}

#resource-box-title a {
	text-decoration: underline;
}

#resource-box-title a:hover,
#resource-box-title a:active {
	text-decoration: none;
}

.chat-message {
	font-size: 0.93em;
	word-wrap: break-word;
	cursor: text;
	line-height: 1.3em;
}

@media only screen and (max-width:800px) {
	.chat-message {
		font-size: 1.1em;
	}
	.ohl-repname,
	.ohl-visitor {
		font-size: 1.25em;
	}
}

.ohl-header2-module .waiting-message .end-chat {
	background: #575757;
}

.ohl-header2-module .waiting-message .message-block {
	border-top: 4px solid #1e6600;
}

.ohl-visitor,
.ohl-repname,
.ohl-system {
	font-size: 0.95em;
}

.chat-name {
	font-weight: bold;
}

#bottom-chat-box {
	background: #ddd
}

#visitor-window {
	overflow: auto;
	height: 300px;
}

#nsah-chat-header h1 {
	color: black;
}

#nsah-chat-container {
	background: transparent;
	border-bottom: none;
	top: 30em;
}

#visitor-message-input {
	border: none;
}

.one,
.two,
.three {
	-webkit-animation: dot 1.3s infinite;
	animation: dot 1.3s infinite;
	opacity: 0;
}

.one {
	-webkit-animation-delay: 0.0s;
	animation-delay: 0.0s;
}

.two {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.three {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.typing {
	background: #d7e5f0;
	border-radius: 1px 8px 8px;
	padding: 0.5em;
}

#staffer-is-typing {
	font-size: 1.5em;
	font-weight: 600;
	color: dimgray;
}

.blue-bg {
	background-color: #11497c;
	background: -webkit-linear-gradient(bottom, #0e3c66 0%, #11497c 100%);
	background: linear-gradient(to top, #0e3c66 0%, #11497c 100%);
}

@-webkit-keyframes dot {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes dot {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#door-closed {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	text-align: center;
}

.safehelpline-link {
	background: #faa74a;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 10px;
	text-align: center;
	width: 100%;
}

.safehelpline-link a {
	color: white;
	text-decoration: none;
}

.safehelpline-link u {
	color: blue;
}

#green-container {
	background: #d8d8d8;
}

table.resource-links {
	border: none;
	width: 100%;
}

table.resource-links td {
	border: none;
}

.resource-links tr {
	background-color: lightgray;
}

.block-table-half.block-main h2 {
	text-align: center;
}

#resource-box-content {
	padding-top: 0px;
}

#wait-status-message {
	margin-bottom: 20px;
	background: green;
	border-width: 2px;
	border-color: #e0e0e0;
	color: white;
	height: 77px;
}

.header-left-boxes {
	border-width: 1px;
	border-color: lightgrey;
	border-style: solid;
	padding: 15px;
}

html {
	height: auto !important;
}

.container {
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
}

.container h2 {
	margin-bottom: 40px;
}

.container p {
	margin-top: 40px;
}

@-moz-keyframes dothabottomcheck {
	0% {
		height: 0;
	}
	100% {
		height: 50px;
	}
}

@-webkit-keyframes dothabottomcheck {
	0% {
		height: 0;
	}
	100% {
		height: 50px;
	}
}

@keyframes dothabottomcheck {
	0% {
		height: 0;
	}
	100% {
		height: 50px;
	}
}

@keyframes dothatopcheck {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: 120px;
	}
}

@-webkit-keyframes dothatopcheck {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: 120px;
	}
}

@-moz-keyframes dothatopcheck {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: 120px;
	}
}

input[type=checkbox] {
	display: none;
}

.check-box {
	height: 100px;
	width: 100px;
	background-color: transparent;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color ease 0.2s;
	-o-transition: border-color ease 0.2s;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
	cursor: pointer;
}

.check-box::before,
.check-box::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 20px;
	background-color: #34b93d;
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 5px;
	content: ' ';
	-webkit-transition: opacity ease .5;
	-moz-transition: opacity ease .5;
	transition: opacity ease .5;
}

.check-box::before {
	top: 72px;
	left: 41px;
	box-shadow: 0 0 0 5px #d8d8d8;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.check-box::after {
	top: 37px;
	left: 5px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=checkbox]:checked+.check-box,
.check-box.checked {
	border-color: #34b93d;
}

input[type=checkbox]:checked+.check-box::after,
.check-box.checked::after {
	height: 50px;
	-moz-animation: dothabottomcheck 0.2s ease 0s forwards;
	-o-animation: dothabottomcheck 0.2s ease 0s forwards;
	-webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
	animation: dothabottomcheck 0.2s ease 0s forwards;
}

input[type=checkbox]:checked+.check-box::before,
.check-box.checked::before {
	height: 120px;
	-moz-animation: dothatopcheck 0.4s ease 0s forwards;
	-o-animation: dothatopcheck 0.4s ease 0s forwards;
	-webkit-animation: dothatopcheck 0.4s ease 0s forwards;
	animation: dothatopcheck 0.4s ease 0s forwards;
}	
 
.block-table-third.tbl-col {
	width: calc(100%/5) !important;
}

.block-text.tbl-col-text {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;

}

.button-cta.tbl-col-btn {
	width: calc(100% - 4em) !important;
	left: 50% !important;
	transform: translateX(-50%);

}

@media (max-width: 1024px) {
	.block-table-third.tbl-col {
		width: 100% !important;
	}

	.tbl-col {
		display: block;
	}
}
