/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,th {
	padding: 0;
}

meta.foundation-version {
	font-family: "/5.4.7/";
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em;
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em;
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em;
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}

meta.foundation-data-attribute-namespace {
	font-family: false;
}

html,body {
	height: 100%;
}

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

html,body {
	font-size: 100%;
}

body {
	background: #eee;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object {
	max-width: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.hide {
	display: none !important;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 75rem;
}

.row:before,.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse>.column,.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	width: auto;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
}

.row .row:before,.row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
}

.row .row.collapse:before,.row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}

.column,.columns {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	width: 100%;
	float: left;
}

[class*="column"]+[class*="column"]:last-child {
	float: right;
}

[class*="column"]+[class*="column"].end {
	float: left;
}

@media only screen {
	.small-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}

	.small-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}

	.small-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.small-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.small-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.small-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.small-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.small-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.small-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.small-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.small-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.small-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.small-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.small-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.small-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.small-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.small-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.small-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.small-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.small-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.small-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.small-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.small-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.small-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}

	.column,.columns {
		position: relative;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		float: left;
	}

	.small-1 {
		width: 8.33333%;
	}

	.small-2 {
		width: 16.66667%;
	}

	.small-3 {
		width: 25%;
	}

	.small-4 {
		width: 33.33333%;
	}

	.small-5 {
		width: 41.66667%;
	}

	.small-6 {
		width: 50%;
	}

	.small-7 {
		width: 58.33333%;
	}

	.small-8 {
		width: 66.66667%;
	}

	.small-9 {
		width: 75%;
	}

	.small-10 {
		width: 83.33333%;
	}

	.small-11 {
		width: 91.66667%;
	}

	.small-12 {
		width: 100%;
	}

	.small-offset-0 {
		margin-left: 0% !important;
	}

	.small-offset-1 {
		margin-left: 8.33333% !important;
	}

	.small-offset-2 {
		margin-left: 16.66667% !important;
	}

	.small-offset-3 {
		margin-left: 25% !important;
	}

	.small-offset-4 {
		margin-left: 33.33333% !important;
	}

	.small-offset-5 {
		margin-left: 41.66667% !important;
	}

	.small-offset-6 {
		margin-left: 50% !important;
	}

	.small-offset-7 {
		margin-left: 58.33333% !important;
	}

	.small-offset-8 {
		margin-left: 66.66667% !important;
	}

	.small-offset-9 {
		margin-left: 75% !important;
	}

	.small-offset-10 {
		margin-left: 83.33333% !important;
	}

	.small-offset-11 {
		margin-left: 91.66667% !important;
	}

	.small-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}

	.column.small-centered,.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.column.small-uncentered,.columns.small-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}

	.column.small-centered:last-child,.columns.small-centered:last-child {
		float: none;
	}

	.column.small-uncentered:last-child,.columns.small-uncentered:last-child {
		float: left;
	}

	.column.small-uncentered.opposite,.columns.small-uncentered.opposite {
		float: right;
	}
}

@media only screen and (min-width:40.063em) {
	.medium-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}

	.medium-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.medium-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.medium-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.medium-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.medium-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.medium-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.medium-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.medium-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.medium-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.medium-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.medium-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.medium-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.medium-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}

	.column,.columns {
		position: relative;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		float: left;
	}

	.medium-1 {
		width: 8.33333%;
	}

	.medium-2 {
		width: 16.66667%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-5 {
		width: 41.66667%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-7 {
		width: 58.33333%;
	}

	.medium-8 {
		width: 66.66667%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-10 {
		width: 83.33333%;
	}

	.medium-11 {
		width: 91.66667%;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-0 {
		margin-left: 0% !important;
	}

	.medium-offset-1 {
		margin-left: 8.33333% !important;
	}

	.medium-offset-2 {
		margin-left: 16.66667% !important;
	}

	.medium-offset-3 {
		margin-left: 25% !important;
	}

	.medium-offset-4 {
		margin-left: 33.33333% !important;
	}

	.medium-offset-5 {
		margin-left: 41.66667% !important;
	}

	.medium-offset-6 {
		margin-left: 50% !important;
	}

	.medium-offset-7 {
		margin-left: 58.33333% !important;
	}

	.medium-offset-8 {
		margin-left: 66.66667% !important;
	}

	.medium-offset-9 {
		margin-left: 75% !important;
	}

	.medium-offset-10 {
		margin-left: 83.33333% !important;
	}

	.medium-offset-11 {
		margin-left: 91.66667% !important;
	}

	.medium-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}

	.column.medium-centered,.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.column.medium-uncentered,.columns.medium-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}

	.column.medium-centered:last-child,.columns.medium-centered:last-child {
		float: none;
	}

	.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child {
		float: left;
	}

	.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite {
		float: right;
	}

	.push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}

	.pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}

	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
}

@media only screen and (min-width:64.063em) {
	.large-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}

	.large-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.large-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.large-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.large-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.large-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.large-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.large-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.large-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.large-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.large-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.large-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.large-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.large-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}

	.column,.columns {
		position: relative;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		float: left;
	}

	.large-1 {
		width: 8.33333%;
	}

	.large-2 {
		width: 16.66667%;
	}

	.large-3 {
		width: 25%;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-5 {
		width: 41.66667%;
	}

	.large-6 {
		width: 50%;
	}

	.large-7 {
		width: 58.33333%;
	}

	.large-8 {
		width: 66.66667%;
	}

	.large-9 {
		width: 75%;
	}

	.large-10 {
		width: 83.33333%;
	}

	.large-11 {
		width: 91.66667%;
	}

	.large-12 {
		width: 100%;
	}

	.large-offset-0 {
		margin-left: 0% !important;
	}

	.large-offset-1 {
		margin-left: 8.33333% !important;
	}

	.large-offset-2 {
		margin-left: 16.66667% !important;
	}

	.large-offset-3 {
		margin-left: 25% !important;
	}

	.large-offset-4 {
		margin-left: 33.33333% !important;
	}

	.large-offset-5 {
		margin-left: 41.66667% !important;
	}

	.large-offset-6 {
		margin-left: 50% !important;
	}

	.large-offset-7 {
		margin-left: 58.33333% !important;
	}

	.large-offset-8 {
		margin-left: 66.66667% !important;
	}

	.large-offset-9 {
		margin-left: 75% !important;
	}

	.large-offset-10 {
		margin-left: 83.33333% !important;
	}

	.large-offset-11 {
		margin-left: 91.66667% !important;
	}

	.large-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}

	.column.large-centered,.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.column.large-uncentered,.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}

	.column.large-centered:last-child,.columns.large-centered:last-child {
		float: none;
	}

	.column.large-uncentered:last-child,.columns.large-uncentered:last-child {
		float: left;
	}

	.column.large-uncentered.opposite,.columns.large-uncentered.opposite {
		float: right;
	}

	.push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}

	.pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}

	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
}

.alert-box {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-weight: 700;
	margin-bottom: 1.5rem;
	position: relative;
	padding: 0.875rem 1.5rem 0.875rem 0.875rem;
	font-size: 1rem;
	-webkit-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
	background-color: #f27a3b;
	border-color: #ef5f13;
	color: #000000;
}

.alert-box .close {
	font-size: 1.75rem;
	padding: 9px 6px 4px;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -0.875rem;
	right: 0.25rem;
	color: #333333;
	opacity: 0.5;
	background: inherit;
}

.alert-box .close:hover,.alert-box .close:focus {
	opacity: 0.5;
}

.alert-box.radius {
	border-radius: 6px;
}

.alert-box.round {
	border-radius: 1000px;
}

.alert-box.success {
	background-color: #43AC6A;
	border-color: #3a945b;
	color: #000000;
}

.alert-box.alert {
	background-color: #f04124;
	border-color: #de2d0f;
	color: #FFFFFF;
}

.alert-box.secondary {
	background-color: #e7e7e7;
	border-color: #c7c7c7;
	color: #4f4f4f;
}

.alert-box.warning {
	background-color: #f08a24;
	border-color: #de770f;
	color: #FFFFFF;
}

.alert-box.info {
	background-color: #a0d3e8;
	border-color: #74bfdd;
	color: #4f4f4f;
}

.alert-box.alert-close {
	opacity: 0;
}

[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -0.75rem;
}

[class*="block-grid-"]:before,[class*="block-grid-"]:after {
	content: " ";
	display: table;
}

[class*="block-grid-"]:after {
	clear: both;
}

[class*="block-grid-"]>li {
	display: block;
	height: auto;
	float: left;
	padding: 0 0.75rem 1.5rem;
}

@media only screen {
	.small-block-grid-1>li {
		width: 100%;
		list-style: none;
	}

	.small-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}

	.small-block-grid-2>li {
		width: 50%;
		list-style: none;
	}

	.small-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}

	.small-block-grid-3>li {
		width: 33.33333%;
		list-style: none;
	}

	.small-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}

	.small-block-grid-4>li {
		width: 25%;
		list-style: none;
	}

	.small-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}

	.small-block-grid-5>li {
		width: 20%;
		list-style: none;
	}

	.small-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}

	.small-block-grid-6>li {
		width: 16.66667%;
		list-style: none;
	}

	.small-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}

	.small-block-grid-7>li {
		width: 14.28571%;
		list-style: none;
	}

	.small-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}

	.small-block-grid-8>li {
		width: 12.5%;
		list-style: none;
	}

	.small-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}

	.small-block-grid-9>li {
		width: 11.11111%;
		list-style: none;
	}

	.small-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}

	.small-block-grid-10>li {
		width: 10%;
		list-style: none;
	}

	.small-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}

	.small-block-grid-11>li {
		width: 9.09091%;
		list-style: none;
	}

	.small-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}

	.small-block-grid-12>li {
		width: 8.33333%;
		list-style: none;
	}

	.small-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}

	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (min-width:40.063em) {
	.medium-block-grid-1>li {
		width: 100%;
		list-style: none;
	}

	.medium-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}

	.medium-block-grid-2>li {
		width: 50%;
		list-style: none;
	}

	.medium-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}

	.medium-block-grid-3>li {
		width: 33.33333%;
		list-style: none;
	}

	.medium-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}

	.medium-block-grid-4>li {
		width: 25%;
		list-style: none;
	}

	.medium-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}

	.medium-block-grid-5>li {
		width: 20%;
		list-style: none;
	}

	.medium-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}

	.medium-block-grid-6>li {
		width: 16.66667%;
		list-style: none;
	}

	.medium-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}

	.medium-block-grid-7>li {
		width: 14.28571%;
		list-style: none;
	}

	.medium-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}

	.medium-block-grid-8>li {
		width: 12.5%;
		list-style: none;
	}

	.medium-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}

	.medium-block-grid-9>li {
		width: 11.11111%;
		list-style: none;
	}

	.medium-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}

	.medium-block-grid-10>li {
		width: 10%;
		list-style: none;
	}

	.medium-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}

	.medium-block-grid-11>li {
		width: 9.09091%;
		list-style: none;
	}

	.medium-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}

	.medium-block-grid-12>li {
		width: 8.33333%;
		list-style: none;
	}

	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}

	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

@media only screen and (min-width:64.063em) {
	.large-block-grid-1>li {
		width: 100%;
		list-style: none;
	}

	.large-block-grid-1>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both;
	}

	.large-block-grid-2>li {
		width: 50%;
		list-style: none;
	}

	.large-block-grid-2>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both;
	}

	.large-block-grid-3>li {
		width: 33.33333%;
		list-style: none;
	}

	.large-block-grid-3>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both;
	}

	.large-block-grid-4>li {
		width: 25%;
		list-style: none;
	}

	.large-block-grid-4>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both;
	}

	.large-block-grid-5>li {
		width: 20%;
		list-style: none;
	}

	.large-block-grid-5>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both;
	}

	.large-block-grid-6>li {
		width: 16.66667%;
		list-style: none;
	}

	.large-block-grid-6>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both;
	}

	.large-block-grid-7>li {
		width: 14.28571%;
		list-style: none;
	}

	.large-block-grid-7>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both;
	}

	.large-block-grid-8>li {
		width: 12.5%;
		list-style: none;
	}

	.large-block-grid-8>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both;
	}

	.large-block-grid-9>li {
		width: 11.11111%;
		list-style: none;
	}

	.large-block-grid-9>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both;
	}

	.large-block-grid-10>li {
		width: 10%;
		list-style: none;
	}

	.large-block-grid-10>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both;
	}

	.large-block-grid-11>li {
		width: 9.09091%;
		list-style: none;
	}

	.large-block-grid-11>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both;
	}

	.large-block-grid-12>li {
		width: 8.33333%;
		list-style: none;
	}

	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none;
	}

	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both;
	}
}

.breadcrumbs {
	display: block;
	padding: 0.5625rem 0.875rem 0.5625rem;
	overflow: hidden;
	margin-left: 0;
	list-style: none;
	border-style: solid;
	border-width: 0px;
	background-color: rgba(255,255,255,0);
	border-color: rgba(230,230,230,0);
	border-radius: 6px;
}

.breadcrumbs>* {
	margin: 0;
	float: left;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000;
}

.breadcrumbs>*:hover a,.breadcrumbs>*:focus a {
	text-decoration: underline;
}

.breadcrumbs>* a {
	color: #306EB0;
}

.breadcrumbs>*.current {
	cursor: default;
	color: #333333;
}

.breadcrumbs>*.current a {
	cursor: default;
	color: #333333;
}

.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a {
	text-decoration: none;
}

.breadcrumbs>*.unavailable {
	color: #999999;
}

.breadcrumbs>*.unavailable a {
	color: #999999;
}

.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus {
	text-decoration: none;
	color: #999999;
	cursor: default;
}

.breadcrumbs>*:before {
	content: "-";
	color: #306EB0;
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
}

.breadcrumbs>*:first-child:before {
	content: " ";
	margin: 0;
}

[aria-label=breadcrumbs] [aria-hidden=true]:after {
	content: "/";
}

.f-dropdown {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #fff;
	border: solid 0px #cccccc;
	font-size: 0.8125rem;
	z-index: 89;
	margin-top: 2px;
	max-width: none;
}

.f-dropdown>*:first-child {
	margin-top: 0;
}

.f-dropdown>*:last-child {
	margin-bottom: 0;
}

.f-dropdown:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 0px;
	border-color: transparent transparent #FFFFFF transparent;
	border-bottom-style: solid;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 89;
}

.f-dropdown:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 1px;
	border-color: transparent transparent #cccccc transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -2px;
	left: 9px;
	z-index: 88;
}

.f-dropdown.right:before {
	left: auto;
	right: 10px;
}

.f-dropdown.right:after {
	left: auto;
	right: 9px;
}

.f-dropdown.drop-right {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #eee;
	border: solid 0px #cccccc;
	font-size: 0.8125rem;
	z-index: 89;
	margin-top: 0;
	margin-left: 2px;
	max-width: none;
}

.f-dropdown.drop-right>*:first-child {
	margin-top: 0;
}

.f-dropdown.drop-right>*:last-child {
	margin-bottom: 0;
}

.f-dropdown.drop-right:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 0px;
	border-color: transparent #FFFFFF transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 89;
}

.f-dropdown.drop-right:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 1px;
	border-color: transparent #cccccc transparent transparent;
	border-right-style: solid;
	position: absolute;
	top: 9px;
	left: -2px;
	z-index: 88;
}

.f-dropdown.drop-left {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #eee;
	border: solid 0px #cccccc;
	font-size: 0.8125rem;
	z-index: 89;
	margin-top: 0;
	margin-left: -2px;
	max-width: none;
}

.f-dropdown.drop-left>*:first-child {
	margin-top: 0;
}

.f-dropdown.drop-left>*:last-child {
	margin-bottom: 0;
}

.f-dropdown.drop-left:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 0px;
	border-color: transparent transparent transparent #FFFFFF;
	border-left-style: solid;
	position: absolute;
	top: 10px;
	right: 0px;
	left: auto;
	z-index: 89;
}

.f-dropdown.drop-left:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 1px;
	border-color: transparent transparent transparent #cccccc;
	border-left-style: solid;
	position: absolute;
	top: 9px;
	right: -2px;
	left: auto;
	z-index: 88;
}

.f-dropdown.drop-top {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	width: 100%;
	max-height: none;
	height: auto;
	background: #eee;
	border: solid 0px #cccccc;
	font-size: 0.8125rem;
	z-index: 89;
	margin-top: -2px;
	margin-left: 0;
	max-width: none;
}

.f-dropdown.drop-top>*:first-child {
	margin-top: 0;
}

.f-dropdown.drop-top>*:last-child {
	margin-bottom: 0;
}

.f-dropdown.drop-top:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 0px;
	border-color: #FFFFFF transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 10px;
	right: auto;
	z-index: 89;
}

.f-dropdown.drop-top:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 1px;
	border-color: #cccccc transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: auto;
	bottom: -2px;
	left: 9px;
	right: auto;
	z-index: 88;
}

.f-dropdown li {
	font-size: 0.8125rem;
	cursor: pointer;
	line-height: 1rem;
	margin: 0;
}

.f-dropdown li:hover,.f-dropdown li:focus {
	background: #ddd;
	/*background: rgba(11,97,54,0.8);*/
}

.f-dropdown li.radius {
	border-radius: 6px;
}

.f-dropdown li a {
	display: block;
	padding: 0.5rem;
	/*color: #0066cc;*/
}

.f-dropdown li a p {
	color: #000;
}

.f-dropdown.content {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	outline: none;
	padding: 1.25rem;
	width: 100%;
	height: auto;
	max-height: none;
	background: #eee;
	border: solid 0px #cccccc;
	font-size: 0.8125rem;
	z-index: 89;
	max-width: none;
}

.f-dropdown.content>*:first-child {
	margin-top: 0;
}

.f-dropdown.content>*:last-child {
	margin-bottom: 0;
}

.f-dropdown.tiny {
	max-width: 200px;
}

.f-dropdown.small {
	max-width: 300px;
}

.f-dropdown.medium {
	max-width: 500px;
}

.f-dropdown.large {
	max-width: 800px;
}

.f-dropdown.mega {
	width: 100% !important;
	max-width: 100% !important;
}

.f-dropdown.mega.open {
	left: 0 !important;
}

.flex-video {
	position: relative;
	padding-top: 1.5625rem;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden;
}

.flex-video.widescreen {
	padding-bottom: 56.34%;
}

.flex-video.vimeo {
	padding-top: 0;
}

.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



form {
	margin: 0 0 1rem;
}

form .row .row {
	margin: 0 -0.5rem;
}

form .row .row .column,form .row .row .columns {
	padding: 0 0.5rem;
}

form .row .row.collapse {
	margin: 0;
}

form .row .row.collapse .column,form .row .row.collapse .columns {
	padding: 0;
}

form .row .row.collapse input {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns {
	padding-left: 0.5rem;
}

label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}

label.right {
	float: none !important;
	text-align: right;
}

label.inline {
	margin: 0 0 1rem 0;
	padding: 0.5625rem 0;
}

label small {
	text-transform: capitalize;
	color: #676767;
}

.prefix,.postfix {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	font-size: 0.875rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
}

.postfix.button {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 2.125rem;
	border: none;
}

.prefix.button {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	line-height: 2.125rem;
	border: none;
}

.prefix.button.radius {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.postfix.button.radius {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.prefix.button.round {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

.postfix.button.round {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}

span.prefix,label.prefix {
	background: #f2f2f2;
	border-right: none;
	color: #333333;
	border-color: #cccccc;
}

span.postfix,label.postfix {
	background: #f2f2f2;
	border-left: none;
	color: #333333;
	border-color: #cccccc;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: #FFFFFF;
	font-family: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
	box-shadow: 0 0 5px #999999;
	border-color: #999999;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
	background: #fafafa;
	border-color: #999999;
	outline: none;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
	background-color: #DDDDDD;
	cursor: default;
}

input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
	background-color: #DDDDDD;
	cursor: default;
}

input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
	border-radius: 6px;
}

form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}

input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

textarea[rows] {
	height: auto;
}

textarea {
	max-width: 100%;
}

select {
	-webkit-appearance: none !important;
	-webkit-border-radius: 0px;
	background-color: #FAFAFA;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 0.5rem;
	font-size: 0.875rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: rgba(0,0,0,0.75);
	line-height: normal;
	border-radius: 0;
	height: 2.3125rem;
}

select::-ms-expand {
	display: none;
}

select.radius {
	border-radius: 6px;
}

select:hover {
	background-color: #f3f3f3;
	border-color: #999999;
}

select:disabled {
	background-color: #DDDDDD;
	cursor: default;
}

input[type=file], input[type=checkbox], input[type=radio], select {
	margin: 0 0 1rem 0;
}

input[type=checkbox] + label, input[type=radio] + label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

input[type=file] {
	width: 100%;
}

fieldset {
	border: 1px solid #DDDDDD;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

fieldset legend {
	font-weight: bold;
	background: #FFFFFF;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -0.1875rem;
}

[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error {
	display: block;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: #FFFFFF;
}

[data-abide] span.error,[data-abide] small.error {
	display: none;
}

span.error,small.error {
	display: block;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: #FFFFFF;
}

.error input,.error textarea,.error select {
	margin-bottom: 0;
}

.error input[type=checkbox], .error input[type=radio] {
	margin-bottom: 1rem;
}

.error label,.error label.error {
	color: #f04124;
}

.error small.error {
	display: block;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	background: #f04124;
	color: #FFFFFF;
}

.error>label>small {
	color: #676767;
	background: transparent;
	padding: 0;
	text-transform: capitalize;
	font-style: normal;
	font-size: 60%;
	margin: 0;
	display: inline;
}

.error span.error-message {
	display: block;
}

input.error,textarea.error,select.error {
	margin-bottom: 0;
}

label.error {
	color: #f04124;
}

.label {
	font-weight: normal;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	margin-bottom: inherit;
	padding: 0.1875rem;
	font-size: 0.6875rem;
	background-color: #223770;
	color: #FFFFFF;
}

.label.radius {
	border-radius: 6px;
}

.label.round {
	border-radius: 1000px;
}

.label.alert {
	background-color: #df0000;
	color: #FFFFFF;
}

.label.warning {
	background-color: #f08a24;
	color: #FFFFFF;
}

.label.success {
	background-color: #0b6136;
	color: #FFFFFF;
}

.label.secondary {
	background-color: #e7e7e7;
	color: #333333;
}

.label.info {
	background-color: #a0d3e8;
	color: #333333;
}

ul.pagination {
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
}

ul.pagination li {
	height: 1.5rem;
	color: #222222;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}

ul.pagination li a,ul.pagination li button {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #333333;
	background: none;
	border-radius: 6px;
	font-weight: normal;
	font-size: 1em;
	line-height: inherit;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus {
	background: #e6e6e6;
}

ul.pagination li.unavailable a,ul.pagination li.unavailable button {
	cursor: default;
	color: #999999;
}

ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus {
	background: transparent;
}

ul.pagination li.current a,ul.pagination li.current button {
	background: #0b6136;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}

ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus {
	background: #306EB0;
}

ul.pagination li {
	float: left;
	display: block;
}

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

.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}

.panel {
	border-style: solid;
	border-width: 3px;
	border-color: #e3e3e3;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #fff;
	color: #333333;
}

.panel>:first-child {
	margin-top: 0;
}

.panel>:last-child {
	margin-bottom: 0;
}

.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p,.panel li,.panel dl {
	color: #333333;
}

.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6 {
	line-height: 1;
	margin-bottom: 0.625rem;
}

.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader {
	line-height: 1.4;
}

.panel.callout {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #efefef;
	color: #333333;
}

.panel.callout>:first-child {
	margin-top: 0;
}

.panel.callout>:last-child {
	margin-bottom: 0;
}

.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p,.panel.callout li,.panel.callout dl {
	color: #333333;
}

.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6 {
	line-height: 1;
	margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader {
	line-height: 1.4;
}

.panel.callout a:not(.button) {
	/*color: #0066cc;*/
	/*color: #0b6136;*/ 
	color: #306EB0;
	
}

.panel.radius {
	border-radius: 6px;
}

.progress {
	background-color: #F6F6F6;
	height: 1.5625rem;
	border: 1px solid white;
	padding: 0.125rem;
	margin-bottom: 0.625rem;
}

.progress .meter {
	background: #f27a3b;
	height: 100%;
	display: block;
}

.progress.secondary .meter {
	background: #e7e7e7;
	height: 100%;
	display: block;
}

.progress.success .meter {
	background: #43AC6A;
	height: 100%;
	display: block;
}

.progress.alert .meter {
	background: #f04124;
	height: 100%;
	display: block;
}

.progress.radius {
	border-radius: 6px;
}

.progress.radius .meter {
	border-radius: 5px;
}

.progress.round {
	border-radius: 1000px;
}

.progress.round .meter {
	border-radius: 999px;
}

.reveal-modal-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	background: rgba(0,0,0,0.45);
	z-index: 1004;
	display: none;
	left: 0;
}

.reveal-modal,dialog {
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 1005;
	width: 100vw;
	top: 0;
	border-radius: 6px;
	left: 0;
	background-color: #FFFFFF;
	padding: 1.25rem;
	border: solid 1px #666666;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
	.reveal-modal,dialog {
		min-height: 100vh;
	}
}

.reveal-modal .column,dialog .column,.reveal-modal .columns,dialog .columns {
	min-width: 0;
}

.reveal-modal>:first-child,dialog>:first-child {
	margin-top: 0;
}

.reveal-modal>:last-child,dialog>:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
	.reveal-modal,dialog {
		width: 80%;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (min-width:40.063em) {
	.reveal-modal,dialog {
		top: 6.25rem;
	}
}

.reveal-modal.radius,dialog.radius {
	border-radius: 6px;
}

.reveal-modal.round,dialog.round {
	border-radius: 1000px;
}

.reveal-modal.collapse,dialog.collapse {
	padding: 0;
}

@media only screen and (min-width:40.063em) {
	.reveal-modal.tiny,dialog.tiny {
		width: 30%;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (min-width:40.063em) {
	.reveal-modal.small,dialog.small {
		width: 40%;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (min-width:40.063em) {
	.reveal-modal.medium,dialog.medium {
		width: 60%;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (min-width:40.063em) {
	.reveal-modal.large,dialog.large {
		width: 70%;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (min-width:40.063em) {
	.reveal-modal.xlarge,dialog.xlarge {
		width: 95%;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.reveal-modal.full,dialog.full {
	top: 0;
	left: 0;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none !important;
	margin-left: 0 !important;
}

@media only screen and (min-width:40.063em) {
	.reveal-modal.full,dialog.full {
		width: 100vw;
		max-width: 75rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.reveal-modal .close-reveal-modal,dialog .close-reveal-modal {
	font-size: 2.5rem;
	line-height: 1;
	position: absolute;
	top: 0.5rem;
	right: 0.6875rem;
	color: #AAAAAA;
	font-weight: bold;
	cursor: pointer;
}

dialog {
	display: none;
}

dialog::backdrop,dialog+.backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	background: rgba(0,0,0,0.45);
	z-index: auto;
	display: none;
	left: 0;
}

dialog[open] {
	display: block;
}

@media print {
	dialog,.reveal-modal,dialog {
		display: none;
		background: #FFFFFF !important;
	}
}

.side-nav {
	display: block;
	margin: 0;
	padding: 0.875rem 0;
	list-style-type: none;
	list-style-position: outside;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.side-nav li {
	margin: 0 0 0.4375rem 0;
	font-size: 0.875rem;
	font-weight: normal;
}

.side-nav li a:not(.button) {
	display: block;
	color: #f27a3b;
	margin: 0;
	padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):hover,.side-nav li a:not(.button):focus {
	background: rgba(0,0,0,0.025);
	color: #f6a276;
}

.side-nav li.active>a:first-child:not(.button) {
	color: #f6a276;
	font-weight: normal;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.side-nav li.divider {
	border-top: 1px solid;
	height: 0;
	padding: 0;
	list-style: none;
	border-top-color: white;
}

.side-nav li.heading {
	color: #f27a3b;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.sub-nav {
	display: block;
	width: auto;
	overflow: hidden;
	margin-bottom: -0.25rem 0 1.125rem;
	padding-top: 0.25rem;
}

.sub-nav dt {
	text-transform: uppercase;
}

.sub-nav dt,.sub-nav dd,.sub-nav li {
	float: left;
	display: inline;
	margin-left: 1rem;
	margin-bottom: 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 0.875rem;
	color: #999999;
}

.sub-nav dt a,.sub-nav dd a,.sub-nav li a {
	text-decoration: none;
	color: #999999;
	padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover,.sub-nav dd a:hover,.sub-nav li a:hover {
	color: #737373;
}

.sub-nav dt.active a,.sub-nav dd.active a,.sub-nav li.active a {
	border-radius: 3px;
	font-weight: normal;
	background: #f27a3b;
	padding: 0.1875rem 1rem;
	cursor: default;
	color: #FFFFFF;
}

.sub-nav dt.active a:hover,.sub-nav dd.active a:hover,.sub-nav li.active a:hover {
	background: #ef5f13;
}

.switch {
	padding: 0;
	border: none;
	position: relative;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.switch label {
	display: block;
	margin-bottom: 1rem;
	position: relative;
	color: transparent;
	background: #DDDDDD;
	text-indent: 100%;
	width: 4rem;
	height: 2rem;
	cursor: pointer;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}

.switch input {
	opacity: 0;
	position: absolute;
	top: 9px;
	left: 10px;
	padding: 0;
}

.switch input+label {
	margin-left: 0;
	margin-right: 0;
}

.switch label:after {
	content: "";
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: .25rem;
	left: .25rem;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.switch input:checked+label {
	background: #f27a3b;
}

.switch input:checked+label:after {
	left: 2.25rem;
}

.switch label {
	width: 4rem;
	height: 2rem;
}

.switch label:after {
	width: 1.5rem;
	height: 1.5rem;
}

.switch input:checked+label:after {
	left: 2.25rem;
}

.switch label {
	color: transparent;
	background: #DDDDDD;
}

.switch label:after {
	background: #FFFFFF;
}

.switch input:checked+label {
	background: #f27a3b;
}

.switch.large label {
	width: 5rem;
	height: 2.5rem;
}

.switch.large label:after {
	width: 2rem;
	height: 2rem;
}

.switch.large input:checked+label:after {
	left: 2.75rem;
}

.switch.small label {
	width: 3.5rem;
	height: 1.75rem;
}

.switch.small label:after {
	width: 1.25rem;
	height: 1.25rem;
}

.switch.small input:checked+label:after {
	left: 2rem;
}

.switch.tiny label {
	width: 3rem;
	height: 1.5rem;
}

.switch.tiny label:after {
	width: 1rem;
	height: 1rem;
}

.switch.tiny input:checked+label:after {
	left: 1.75rem;
}

.switch.radius label {
	border-radius: 4px;
}

.switch.radius label:after {
	border-radius: 3px;
}

.switch.round {
	border-radius: 1000px;
}

.switch.round label {
	border-radius: 2rem;
}

.switch.round label:after {
	border-radius: 2rem;
}

table {
	background: #FFFFFF;
	margin-bottom: 1.5rem;
	border: solid 0px #DDDDDD;
	table-layout: auto;
}

table caption {
	background: transparent;
	color: #222222;
	font-size: 1rem;
	font-weight: bold;
}

table thead {
	background: transparent;
}

table thead tr th,table thead tr td {
	padding: 0.5rem 0.75rem 0.625rem;
	font-size: 1.0625rem;
	font-weight: bold;
	color: #222222;
}

table tfoot {
	background: transparent;
}

table tfoot tr th,table tfoot tr td {
	padding: 0.5rem 0.75rem 0.625rem;
	font-size: 1.0625rem;
	font-weight: bold;
	color: #222222;
}

table tr th,table tr td {
	padding: 0.6875rem 0.75rem;
	font-size: 1rem;
	color: #222222;
	text-align: left;
}

table tr.even,table tr.alt,table tr:nth-of-type(even) {
	background: #ecf5f0;
}

table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td {
	display: table-cell;
	line-height: 1.25rem;
}

.tabs {
	margin-bottom: 0 !important;
	margin-left: 0;
}

.tabs:before,.tabs:after {
	content: " ";
	display: table;
}

.tabs:after {
	clear: both;
}

.tabs dd,.tabs .tab-title {
	position: relative;
	margin-bottom: 0 !important;
	list-style: none;
	float: left;
}

.tabs dd>a,.tabs .tab-title>a {
	outline: none;
	display: block;
	background-color: #6c2b79;
	color: #b866c9;
	padding: 0 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.25rem;
}

.tabs dd>a:hover,.tabs .tab-title>a:hover {
	background-color: #6c2b79;
}

.tabs dd.active a,.tabs .tab-title.active a {
	background-color: #6c2b79;
	color: #fff;
}

.tabs.radius dd:first-child a,.tabs.radius .tab:first-child a {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.tabs.radius dd:last-child a,.tabs.radius .tab:last-child a {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.tabs.vertical dd,.tabs.vertical .tab-title {
	position: inherit;
	float: none;
	display: block;
	top: auto;
}

.tabs-content {
	margin-bottom: 1.5rem;
	width: 100%;
}

.tabs-content:before,.tabs-content:after {
	content: " ";
	display: table;
}

.tabs-content:after {
	clear: both;
}

.tabs-content>.content {
	display: none;
	float: left;
	padding: 0 0;
	width: 100%;
}

.tabs-content>.content.active {
	display: block;
	float: none;
}

.tabs-content>.content.contained {
	padding: 0;
}

.tabs-content.vertical {
	display: block;
}

.tabs-content.vertical>.content {
	padding: 0 0;
}

@media only screen and (min-width:40.063em) {
	.tabs.vertical {
		width: 20%;
		max-width: 20%;
		float: left;
		margin: 0 0 1.25rem;
	}

	.tabs-content.vertical {
		width: 80%;
		max-width: 80%;
		float: left;
		margin-left: -1px;
		padding-left: 1rem;
	}
}

.no-js .tabs-content>.content {
	display: block;
	float: none;
}

.th {
	line-height: 0;
	display: inline-block;
	border: solid 3px #FFFFFF;
	max-width: 100%;
	box-shadow: 0px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.th:hover,.th:focus {
	box-shadow: 0px;
}

.th.radius {
	border-radius: 6px;
}

.text-left {
	text-align: left !important;
}

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

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

.text-justify {
	text-align: justify !important;
}

@media only screen and (max-width: 40em) {
	.small-only-text-left {
		text-align: left !important;
	}

	.small-only-text-right {
		text-align: right !important;
	}

	.small-only-text-center {
		text-align: center !important;
	}

	.small-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen {
	.small-text-left {
		text-align: left !important;
	}

	.small-text-right {
		text-align: right !important;
	}

	.small-text-center {
		text-align: center !important;
	}

	.small-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
	.medium-only-text-left {
		text-align: left !important;
	}

	.medium-only-text-right {
		text-align: right !important;
	}

	.medium-only-text-center {
		text-align: center !important;
	}

	.medium-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:40.063em) {
	.medium-text-left {
		text-align: left !important;
	}

	.medium-text-right {
		text-align: right !important;
	}

	.medium-text-center {
		text-align: center !important;
	}

	.medium-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
	.large-only-text-left {
		text-align: left !important;
	}

	.large-only-text-right {
		text-align: right !important;
	}

	.large-only-text-center {
		text-align: center !important;
	}

	.large-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:64.063em) {
	.large-text-left {
		text-align: left !important;
	}

	.large-text-right {
		text-align: right !important;
	}

	.large-text-center {
		text-align: center !important;
	}

	.large-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:90.063em) and (max-width:120em) {
	.xlarge-only-text-left {
		text-align: left !important;
	}

	.xlarge-only-text-right {
		text-align: right !important;
	}

	.xlarge-only-text-center {
		text-align: center !important;
	}

	.xlarge-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:90.063em) {
	.xlarge-text-left {
		text-align: left !important;
	}

	.xlarge-text-right {
		text-align: right !important;
	}

	.xlarge-text-center {
		text-align: center !important;
	}

	.xlarge-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
	.xxlarge-only-text-left {
		text-align: left !important;
	}

	.xxlarge-only-text-right {
		text-align: right !important;
	}

	.xxlarge-only-text-center {
		text-align: center !important;
	}

	.xxlarge-only-text-justify {
		text-align: justify !important;
	}
}

@media only screen and (min-width:120.063em) {
	.xxlarge-text-left {
		text-align: left !important;
	}

	.xxlarge-text-right {
		text-align: right !important;
	}

	.xxlarge-text-center {
		text-align: center !important;
	}

	.xxlarge-text-justify {
		text-align: justify !important;
	}
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

a {
	/*color: #0066cc;006600*/
	/*color: #008000;*/
	color: #306EB0;
	text-decoration: none;
	line-height: inherit;
	font-weight: bold !important; 
}

a:hover,a:focus {
	/* color: #ef5f13;
	color: #b9490d; */
	/*color: #008000;*/
	color: #306EB0;
	/*color: #0b6136;*/
	
	text-decoration: underline !important;
}

a img {
	border: none;
}

p {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

p.lead {
	font-size: 1rem;
	line-height: 1.6;
}

p aside {
	font-size: 0.875rem;
	line-height: 1.35;
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #222222;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.8rem;
	line-height: 1.1;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	font-size: 80%;
	color: #6f6f6f;
	line-height: 0;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 0.9375rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

.subheader {
	line-height: 1.4;
	color: #6f6f6f;
	font-weight: normal;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

hr {
	border: solid #DDDDDD;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.5rem 0 1.4375rem;
	height: 0;
}

em,i {
	font-style: italic;
	line-height: inherit;
}

strong,b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

code {
	font-family: Consolas,"Liberation Mono",Courier,monospace;
	font-weight: normal;
	color: #333333;
	background-color: #f8f8f8;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

ul,ol,dl {
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	list-style-position: outside;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul {
	margin-left: 1.1rem;
}

ul.no-bullet {
	margin-left: 0;
}

ul.no-bullet li ul,ul.no-bullet li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: none;
}

ul li ul,ul li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

ul.square li ul,ul.circle li ul,ul.disc li ul {
	list-style: inherit;
}

ul.square {
	list-style-type: square;
	margin-left: 1.1rem;
}

ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem;
}

ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem;
}

ul.no-bullet {
	list-style: none;
}

ol {
	margin-left: 1.4rem;
}

ol li ul,ol li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}

dl dd {
	margin-bottom: 0.75rem;
}

abbr,acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #333333;
	cursor: help;
}

abbr {
	text-transform: none;
}

abbr[title] {
	border-bottom: 1px dotted #DDDDDD;
}

/* Temporarily keeping lines 4150-4175 commented out. New blockquote code starts after that. If no problems arise from this change, you can delete this commented portion. Today's date is 8/30/22
blockquote {
	margin: 0 0 1.5rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #DDDDDD;
}

blockquote cite {
	display: block;
	font-size: 0.8125rem;
	color: #555555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,blockquote cite a:visited {
	color: #555555;
}

blockquote,blockquote p {
	line-height: 1.5;
	/* color: #6f6f6f; */
/* }
*/

blockquote {
	/* Old styles as of 7/28/22
	margin: 0 0 1.5rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #DDDDDD;*/
	width: 94%;
	margin: 0px auto;
	padding: 0px 0.9375rem;
}

blockquote cite {
	display: block;
	font-size: 0.8125rem;
	color: #555555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,blockquote cite a:visited {
	color: #555555;
}

blockquote,blockquote p {
	/* Old styles as of 7/28/22
	line-height: 1.5;*/
	line-height: 1.4;
    font-weight: 600;
    font-size: 1.05rem;
}


.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 0px solid #DDDDDD;
	padding: 0;
}

.vcard li {
	margin: 0;
	display: block;
}

.vcard .fn {
	font-weight: bold;
	font-size: 0.9375rem;
}

.vevent .summary {
	font-weight: bold;
}

.vevent abbr {
	cursor: default;
	text-decoration: none;
	font-weight: bold;
	border: none;
	padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
	h1,h2,h3,h4,h5,h6 {
		line-height: 1.1;
	}

	h1 {
		font-size: 2.125rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.4rem;
	}

	h4 {
		font-size: 1.3rem;
	}

	h5 {
		font-size: 1.125rem;
	}

	h6 {
		font-size: 1.1rem;
	}
}

.print-only {
	display: none !important;
}

@media print {
	* {
		background: transparent !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}@  page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	.hide-on-print {
		display: none !important;
	}

	.print-only {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	.show-for-print {
		display: inherit !important;
	}
}

.off-canvas-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.off-canvas-wrap.move-right,.off-canvas-wrap.move-left {
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}

.inner-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}

.inner-wrap:before,.inner-wrap:after {
	content: " ";
	display: table;
}

.inner-wrap:after {
	clear: both;
}

.tab-bar {
	-webkit-backface-visibility: hidden;
	background: #fff;
	color: #FFFFFF;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative;
}

.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6 {
	color: #0b6136;
	font-weight: bold;
	line-height: 2.8125rem;
	margin: 0;
}

.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4 {
	font-size: 1.125rem;
}

.left-small {
	width: 2.8125rem;
	height: 2.8125rem;
	position: absolute;
	top: 0;
	border-right: solid 1px gray;
	left: 0;
}

.right-small {
	width: 2.8125rem;
	height: 2.8125rem;
	position: absolute;
	top: 0;
	border-left: solid 1px gray;
	right: 0;
}

.tab-bar-section {
	padding: 0 0.625rem;
	position: absolute;
	text-align: center;
	height: 2.8125rem;
	top: 0;
}

@media only screen and (min-width:40.063em) {
	.tab-bar-section.left,.tab-bar-section.right {
		text-align: left;
	}
}

.tab-bar-section.left {
	left: 0;
	right: 2.8125rem;
}

.tab-bar-section.right {
	left: 2.8125rem;
	right: 0;
}

.tab-bar-section.middle {
	left: 2.8125rem;
	right: 2.8125rem;
}

.tab-bar .menu-icon {
	text-indent: 2.1875rem;
	width: 2.8125rem;
	height: 2.8125rem;
	display: block;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -0.5rem;
	left: 0.90625rem;
	box-shadow: 0 0px 0 1px #FFFFFF,0 7px 0 1px #FFFFFF,0 14px 0 1px #FFFFFF;
	width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
	box-shadow: 0 0px 0 1px #b3b3b3,0 7px 0 1px #b3b3b3,0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	z-index: 1001;
	box-sizing: content-box;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transition: transform 500ms ease 0s;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-transform: translate(-100.5%, 0);
	-webkit-transform: translate3d(-100.5%, 0, 0);
	-ms-transform: translate3d(-100.5%, 0, 0);
	transform: translate3d(-100.5%, 0, 0);
	left: 0;
}

.left-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	z-index: 1001;
	box-sizing: content-box;
	-webkit-transition: -webkit-transform 500ms ease 0s;
	transition: transform 500ms ease 0s;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-transform: translate(100.5%, 0);
	-webkit-transform: translate3d(100.5%, 0, 0);
	-ms-transform: translate3d(100.5%, 0, 0);
	transform: translate3d(100.5%, 0, 0);
	right: 0;
}

.right-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.off-canvas-list li label {
	display: block;
	padding: 0.5rem .5rem .25rem;
	color: #000000;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: none;
	margin: 0;
}

ul.off-canvas-list li a {
	display: block;
	padding: 0.3rem .5rem;
	/*color: #0066cc;*/
	/*color: #008000;*/
	color: #306EB0;
	border-bottom: 0px;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
	background: #b3b3b3;
}

.move-right>.inner-wrap {
	-ms-transform: translate(15.625rem, 0);
	-webkit-transform: translate3d(15.625rem, 0, 0);
	-ms-transform: translate3d(15.625rem, 0, 0);
	transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	cursor: pointer;
	box-shadow: -4px 0 2px rgba(0,0,0,0.3),4px 0 2px rgba(0,0,0,0.15);
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width:40.063em) {
	.move-right .exit-off-canvas:hover {
		background: rgba(0,0,0,0.1);
	}
}
@media only screen and (max-width:40.063em){
	.move-left>.inner-wrap {
	-ms-transform: translate(-15.625rem, 0);
	-webkit-transform: translate3d(-15.625rem, 0, 0);
	-ms-transform: translate3d(-15.625rem, 0, 0);
	transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	cursor: pointer;
	box-shadow: -4px 0 2px rgba(0,0,0,0.3),4px 0 2px rgba(0,0,0,0.15);
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: transparent;
}
}
@media only screen and (min-width:40.063em) {
	.move-left .exit-off-canvas:hover {
		background: rgba(0,0,0,0.1);
	}
}

.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	cursor: pointer;
	box-shadow: -4px 0 2px rgba(0,0,0,0.3),4px 0 2px rgba(0,0,0,0.15);
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width:40.063em) {
	.offcanvas-overlap .exit-off-canvas:hover {
		background: rgba(0,0,0,0.1);
	}
}

.offcanvas-overlap-left .right-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	cursor: pointer;
	box-shadow: -4px 0 2px rgba(0,0,0,0.3),4px 0 2px rgba(0,0,0,0.15);
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width:40.063em) {
	.offcanvas-overlap-left .exit-off-canvas:hover {
		background: rgba(0,0,0,0.1);
	}
}

.offcanvas-overlap-right .left-off-canvas-menu {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
	-webkit-backface-visibility: hidden;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	cursor: pointer;
	box-shadow: -4px 0 2px rgba(0,0,0,0.3),4px 0 2px rgba(0,0,0,0.15);
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width:40.063em) {
	.offcanvas-overlap-right .exit-off-canvas:hover {
		background: rgba(0,0,0,0.1);
	}
}

.no-csstransforms .left-off-canvas-menu {
	left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
	right: -15.625rem;
}

.no-csstransforms .move-left>.inner-wrap {
	right: 15.625rem;
}

.no-csstransforms .move-right>.inner-wrap {
	left: 15.625rem;
}

.left-submenu {
	-webkit-backface-visibility: hidden;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	z-index: 1002;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}

.left-submenu * {
	-webkit-backface-visibility: hidden;
}

.left-submenu .back>a {
	padding: 0.5rem .5rem .25rem;
	color: #0b6136;
	text-transform: uppercase;
	font-weight: bold;
	background: #444;
	border-top: 1px solid #eee;
	border-bottom: none;
	margin: 0;
}

.left-submenu .back>a:hover {
	background: #eee;
	border-top: 1px solid white;
	border-bottom: none;
}

.left-submenu .back>a:before {
	content: "\AB";
	margin-right: 0.5rem;
	display: inline;
}

.left-submenu.move-right {
	-ms-transform: translate(0%, 0);
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.right-submenu {
	-webkit-backface-visibility: hidden;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	z-index: 1002;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	right: 0;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}

.right-submenu * {
	-webkit-backface-visibility: hidden;
}

.right-submenu .back>a {
	padding: 0.5rem .5rem .25rem;
	color: #0b6136;
	text-transform: uppercase;
	font-weight: bold;
	background: #444;
	border-top: 1px solid #eee;
	border-bottom: none;
	margin: 0;
}

.right-submenu .back>a:hover {
	background: #eee;
	border-top: 1px solid white;
	border-bottom: none;
}

.right-submenu .back>a:after {
	content: "\BB";
	margin-left: 0.5rem;
	display: inline;
}

.right-submenu.move-left {
	-ms-transform: translate(0%, 0);
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
	content: "\BB";
	margin-left: 0.5rem;
	display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
	content: "\AB";
	margin-right: 0.5rem;
	display: inline;
}

body {
	background-image: url('../img/bkgd_gradient_squares.png');
}

body:not(.parent-page) .main {
	background: #fff;
}

body body.parent-page h1.page__title {
	text-transform: uppercase;
}

a:hover {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	/*background: #eee;*/
}

a.skip-to-main-content {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.hide,.show-for-small,.show-for-large-up,.hide-for-medium-up {
	display: none !important;
}

@media only screen and (max-width: 40em) {
	.show-for-small,.hide-for-medium-up {
		display: block !important;
	}

	.hide-for-small,.show-for-medium-up {
		display: none !important;
	}
}

@media only screen and (min-width:64.063em) {
	.show-for-medium-down {
		display: none !important;
	}

	.show-for-large-up {
		display: block !important;
	}
}

#mainAlert {
	margin-bottom: 0;
}

#mainAlert button {
	border: 0px;
	margin-bottom: 0;
	line-height: 6px;
}

article h2,article h3,article h4 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

table th {
	border-bottom: 1px #333333 solid;
}

@media only screen and (max-width: 40em) {
	table thead tr th,table thead tr td,table tr th,table tr td {
		padding: 0.3rem 0.2rem .4rem;
		font-size: .8rem;
	}
}

.type--green {
	color: #0b6136 !important;
}

.type--orange {
	/* color: #f27a3b !important; */
	color: #333333 !important;
}

.type--purple {
	color: #6c2b79 !important;
}

.type--black {
	color: #333333 !important;
}

article ul.disc a {
	/*color: #008000;*/
	color: #306EB0;
	/*font-weight: bold;*/
}

ul.no-bullet li,ul.disc li {
	margin-bottom: 0.75rem;
}

ul.disc {
	list-style: none;
	margin-left: 0;
}

ul.disc li {
	/* Commenting out the old image discs. Comment out the green background if you bring these styles back
	position: relative;
	display: block;
	background: green;
	padding-left: 20px;
	background: url('../img/occ_bullet.svg') left top no-repeat;*/
	margin-left: 20px;
	list-style: disc;
}

ul.disc li a:hover {
	text-decoration: underline;
}

ul.text-columns--2 li {
    overflow: inherit !important;
}

.or-divider {
	text-align: left;
	line-height: 2rem;
	display: block;
	font-style: italic;
	padding-left: 1.5rem;
}

.vcard {
	font-weight: 300;
}

.vcard .fn {
	color: #000000;
}

.module--green .vcard .fn {
	color: #ffffff;
}

.vcard a {
	color: #333333;
}

.page__title {
	color: #333333; /*0b6136*/
	margin-bottom: 1.5rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.page__title--small {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.page__subtitle {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin-top: -.5rem;
}

.step {
	padding-top: 1rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
}

.step b {
	color: #f27a3b;
}

.step small {
	color: #333333;
}

.lead {
	font-size: 1.21875rem;
	line-height: 1.6;
	font-weight: 300;
}

.text-columns--2 {
	-webkit-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

@media only screen and (min-width:40.063em) {
	.text-columns--2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.text-columns--3 {
	-webkit-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

@media only screen and (min-width:40.063em) {
	.text-columns--3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.text-columns--5 {
	-webkit-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

@media only screen and (min-width:40.063em) {
	.text-columns--5 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width:64.063em) {
	.text-columns--5 {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
}

.no-csscolumns .text-columns--5 li {
	display: inline-block;
	width: 33%;
}

@media only screen and (min-width:40.063em) {
	.no-csscolumns .text-columns--5 li {
		width: 24%;
	}
}

@media only screen and (min-width:64.063em) {
	.no-csscolumns .text-columns--5 li {
		width: 19%;
	}
}

.no-csscolumns .text-columns--3 li {
	display: inline-block;
	width: 100%;
}

@media only screen and (min-width:40.063em) {
	.no-csscolumns .text-columns--3 li {
		width: 33%;
	}
}

.no-csscolumns .text-columns--2 li {
	display: inline-block;
	width: 100%;
}

@media only screen and (min-width:40.063em) {
	.no-csscolumns .text-columns--2 li {
		width: 50%;
	}
}

button.custom-dropdown {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 0.5625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.625rem;
	padding-left: 1.125rem;
	font-size: 0.875rem;
	padding-top: 0.5625rem;
	padding-bottom: 0.625rem;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	background-color: #64ab85;
	border-color: #559f78;
	color: #FFFFFF;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	position: relative;
	outline: none;
	text-align: left;
	padding-left: 1rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	margin-bottom: .5rem;
}

button.custom-dropdown:hover,button.custom-dropdown:focus {
	background-color: #559f78;
}

button.custom-dropdown:hover,button.custom-dropdown:focus {
	color: #FFFFFF;
}

button.custom-dropdown::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: #FFFFFF transparent transparent transparent;
	top: 50%;
}

button.custom-dropdown::after {
	border-color: #fff transparent transparent transparent;
}

button.custom-dropdown:after {
	border-width: 7px;
	margin-top: -5px;
	right: 10px;
}

button.custom-dropdown--orange {
	background: #e5aa73;
	border-color: #e5aa73;
	color: #fff;
}

button.custom-dropdown--orange:active,button.custom-dropdown--orange:hover,button.custom-dropdown--orange:focus {
	background: #f27a3b;
	border-color: #f27a3b;
}

.custom-dropdown__wrapper {
	position: relative;
}

.custom-dropdown__wrapper .f-dropdown {
	text-align: left;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.custom-dropdown__wrapper .f-dropdown:after,.custom-dropdown__wrapper .f-dropdown:before {
	display: none;
}

.button,button {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 0.6875rem;
	padding-right: 1.375rem;
	padding-bottom: 0.75rem;
	padding-left: 1.375rem;
	font-size: 1rem;
	background-color: #fff;
	border-color: #e6e6e6;
	color: #333333;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

.button:hover,.button:focus,button:hover,button:focus {
	background-color: #e6e6e6;
}

.button:hover,.button:focus,button:hover,button:focus {
	color: #333333;
}

.button.large,button.large {
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	font-size: 1.25rem;
}

.button.small,button.small {
	padding-top: 0.5625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.625rem;
	padding-left: 1.125rem;
	font-size: 0.875rem;
}

.button.tiny,button.tiny {
	padding-top: 0.4375rem;
	padding-right: 0.875rem;
	padding-bottom: 0.5rem;
	padding-left: 0.875rem;
	font-size: 0.6875rem;
}

.button {
	text-transform: uppercase;
	box-shadow: inset 1px 1px 0 #fff;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(#fefefe 0%, #ddd 100%);
	background-image: linear-gradient(#fefefe 0%, #ddd 100%);
}

.button:hover {
	background-image: none;
}

.button.disabled {
	opacity: .7;
	background: #ddd;
}

.expand {
	width: 100%;
}

@media only screen and (min-width:64.063em) {
	*[class*='module--'],.module--section-nav .mega-menu {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width:40.063em) {
	*[class*='module--'],.module--section-nav .mega-menu {
		padding-left: 2%;
		padding-right: 2%;
	}
}

div[class*="module--"]:before,div[class*="module--"]:after {
	content: " ";
	display: table;
}

div[class*="module--"]:after {
	clear: both;
}

.module--home-most-popular {
	background: #0b6136;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.module--home-most-popular h3 {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

article.module--default:first-of-type {
    margin-top: 2rem;
}
.module--default {
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 0px;
}

.module--nav-blocks {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.module--more-info {
	padding-top: 1rem;
	padding-bottom: 1rem;
	/* background: rgba(242,122,59,0.1); 
	background-color: #e0ede6; 
	background: rgba(224,237,230,0.5);*/
}

.module--gray {
	background: #ecf5f0;
	/*background: rgba(0,0,0,0.08);*/
}

.module--lightgreen {
	/*background: #e0ede6;*/
	background: #ecf5f0;
}

.module--purple {
	background: #0b6136;
	color: #fff;
}

.module--purple a:not(.button) {
	color: #fff !important;
}

.module--green {
	background: #ecf5f0;
	color: #1f1f1f;
}

.module--green a {
	/*color: #008000;*/
	color: #306EB0;
}

.module--green .button a {
	color: #000000;
}

.module--green .page__title,.module--green .page__title--small {
	color: #fff;
}

.module--green, .module--gray, .module--lightgreen {
    padding: 1.4em 0px 0px;
	margin-bottom: 1.4rem;
}

.nav-blocks li {
	display: table !important;
}

.nav-blocks--short .nav-block__wrapper {
	height: 180px;
}

.nav-blocks--tall .nav-block__wrapper {
	height: 230px;
}

.nav-block {
}

.nav-block__wrapper {
	background-color: #838383;
	border: #808080 solid 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff !important;
	position: relative;
	box-shadow: 0 0 1px rgba(0,0,0,0.15);
}

.nav-block__wrapper:after {
	content: "";
	background: rgba(0,0,0,0.85);
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	min-height: 100%;
}

.nav-blocks--tall .nav-block__wrapper:after {
	content: "";
	background: rgba(0,0,0,0.85);
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	min-height: 224px;
}

.nav-blocks--short .nav-block__wrapper:after {
	content: "";
	background: rgba(0,0,0,0.85);
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	min-height: 174px;
}

.nav-block__wrapper:hover {
	/*border-color: #f27a3b;*/
	border-color: #808080;
}

.nav-block__wrapper:hover:after {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 0 10px #000;
}

.nav-block__title {
	/*text-transform: uppercase;*/
	font-weight: bold;
	letter-spacing: .05em;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.5rem;
	line-height: 1.1;
	position: relative;
	z-index: 1;
	padding: 0px 1em;
}
@media only screen and (max-width: 40em) { 
	.nav-block__title {
		font-size: 1.25rem;
	}
}

.nav-block__subtitle {
	font-style: normal;
	font-weight: 600;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	z-index: 1;
	position: relative;
}

.nav-block--colored .nav-block__wrapper {
	border-style: solid;
	border-width: 3px;
	border-color: #5b5b5b;
	margin-bottom: 1.25rem;
	padding: 1.5rem;
	background: #666;
	color: #FFFFFF;
}

.nav-block--colored .nav-block__wrapper>:first-child {
	margin-top: 0;
}

.nav-block--colored .nav-block__wrapper>:last-child {
	margin-bottom: 0;
}

.nav-block--colored .nav-block__wrapper:after {
	display: none !important;
	box-shadow: none !important;
}

.nav-block--purple .nav-block__wrapper {
	background: #0b6136;
	border-color: #4d8f6c !important;
}

.nav-block--purple .nav-block__wrapper:hover {
	background: #14b268;
	border-color: #57a27a !important;
}


.nav-block--green .nav-block__wrapper {
	background: #0b6136;
	border-color: #4d8f6c !important;
}

.nav-block--green .nav-block__wrapper:hover {
	background: #14b268;
	border-color: #57a27a !important;
}

.nav-block--orange .nav-block__wrapper {
	background: #000000;
	border-color: #cccccc !important;
}

.nav-block--orange .nav-block__wrapper:hover {
	background: #666666;
	border-color: #cccccc !important;
}


.nav-block--text-left .nav-block__wrapper {
	vertical-align: top;
	padding: 1.5rem 1.5rem 0;
	text-align: left;
}

.nav-block--text-left .nav-block__wrapper .nav-block__title {
	margin-bottom: 1.5rem;
}

.nav-block--text-left .nav-block__wrapper .nav-block__subtitle {
	font-style: normal;
	font-size: .9rem;
}

.nav-block__subnav {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 0px;
	background: #333;
	top: 0;
	text-align: left;
	padding: 1.5rem;
	z-index: 2;
	font-weight: bold;
}

.nav-block__subnav__title {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav-block__subnav li {
	display: block !important;
}

.nav-block__wrapper:hover .nav-block__subnav {
	opacity: 1;
	height: 224px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.nav-block__wrapper:hover .nav-block__subnav .block__link-list {
	padding: .25rem 0;
}

.nav-block__wrapper:hover .nav-block__subnav .block__link-list a:not(.button) {
	padding: .05rem 0 .1rem 1px;
}

.nav-block__wrapper:hover .nav-block__subnav .block__link-list a:not(.button):hover {
	padding: .05rem 0 .1rem 1px;
}

.block__title {
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0.75rem;
}

.block__subtitle {
	margin-top: -6px;
	font-style: italic;
	margin-bottom: 0;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.block__link-list {
	display: block;
	margin: 0;
	padding: 0.875rem 0;
	list-style-type: none;
	list-style-position: outside;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.block__link-list li {
	margin: 0 0 0.4375rem 0;
	font-size: 0.95rem;
	font-weight: normal;
}

.block__link-list li a:not(.button) {
	display: block;
	color: #ffffff;
	margin: 0;
	padding: 0.4375rem 0.875rem;
}

.block__link-list li a:not(.button):hover,.block__link-list li a:not(.button):focus {
	background: rgba(0,0,0,0.1);
	color: #fff;
}

.block__link-list li.active>a:first-child:not(.button) {
	color: #f6a276;
	font-weight: normal;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.block__link-list li.divider {
	border-top: 1px solid;
	height: 0;
	padding: 0;
	list-style: none;
	border-top-color: #fff;
}

.block__link-list li.heading {
	color: #f27a3b;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.block__link-list li {
	margin: 0;
	font-weight: inherit;
}

.block__link-list li a:not(.button) {
	padding: .2rem 0 .4rem 1px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.block__link-list li a:not(.button):hover {
	padding: .2rem 0 .4rem 1px;
}

.block__link-list--inline li {
	display: inline-block;
	padding: 0 0.75rem;
	position: relative;
}

.block__link-list--inline li:after {
	content: "|";
	color: #888;
	position: absolute;
	left: -4px;
	top: 2px;
}

.block__link-list--inline li:first-child:after {
	content: "";
}

.block__link-list--inline li a:not(.button) {
	color: #0b6136 !important;
	font-size: .8rem;
}

.block__link-list--inline li a:not(.button):hover {
	padding-left: 1px !important;
	background: none;
}

.block__link-list--subnav {
	padding-top: 0;
	margin-left: -0.75rem;
}

.block__link-list--subnav a {
	text-transform: uppercase;
	font-weight: bold;
}

/*Homepage News/Events Slider Box*/

aside.module--default.eventsRow {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.module--default.newsHeading {
    margin: 2rem 0px;
}

.block--w-slider.homepage {
	background: transparent none repeat scroll 0 0;
	border-color: #91619b;
	border-style: solid;
	border-width: 0;
	color: #ffffff;
	margin-bottom: 1.25rem;
	padding: 0 0 2.5rem;
}
.block--w-slider.block--news-events.homepage .tabs-content {
	background: #0b6136;
	border-style: solid;
	border-width: 3px;
	border-color: #094627;
	padding-left: 24px;
	padding-right: 24px;
	min-height: 320px;
	margin-top: -3px;
}
.block--news-events.homepage .tabs.homepagetabs li:first-child {
	padding-right: 0;
	position: relative;
}

.block--news-events.homepage .tabs.homepagetabs li:first-child:after {
	content: none;
	color: #fff !important;
	position: absolute;
	right: 5px;
	top: 0;
}
.block--w-slider.homepage .tabs.homepagetabs .tab-title {
	width: 50%;
}
.block--w-slider.homepage .tabs.homepagetabs dd>a, .tabs.homepagetabs .tab-title>a {
	outline: none;
	display: block;
	background-color: #ffffff !important;
	color: #0b6136;
	padding: 10px !important;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.25rem;
	border-left: 3px solid #094627;
	border-top: 3px solid #094627;
	border-right: 3px solid #094627;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.block--w-slider.homepage .tabs.homepagetabs dd.active a, .tabs.homepagetabs .tab-title.active a {
	background-color: #0b6136 !important;
	color: #fff !important;
}

.block--w-slider {
	border-style: solid;
	border-width: 3px;
	border-color: #094627;
	margin-bottom: 1.25rem;
	padding: 1.5rem;
	background: #0b6136;
	color: #FFFFFF;
	padding-bottom: 2.5rem;
}

.block--w-slider:before,.block--w-slider:after {
	content: " ";
	display: table;
}

.block--w-slider:after {
	clear: both;
}

.block--w-slider>:first-child {
	margin-top: 0;
}

.block--w-slider>:last-child {
	margin-bottom: 0;
}

.block--w-slider.block--w-min-height {
	min-height: 384px;
}

.block--w-slider .content {
	position: relative;
}

.block--w-slider .content:before,.block--w-slider .content:after {
	content: " ";
	display: table;
}

.block--w-slider .content:after {
	clear: both;
}

.block--w-slider ul {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.block--w-slider .block__more-button {
	position: absolute;
	right: -.75rem;
	bottom: -1.5rem;
	margin-bottom: 0;
}

.block--w-slider .slick-dots {
	left: -10px;
	bottom: -2rem;
	width: auto;
	margin: 0;
}

.block--w-slider .block__link-list {
	padding-bottom: 0;
}

.block__event-list {
	padding-top: 14px;
	padding-bottom: 35px; /*added #32758 offset button*/
}

.block__event-list li {
	padding-bottom: 0.75rem;
}

.link-list__date,.link-list__summary,.link-list__location {
	color: #fff;
	display: block;
	clear: both;
	font-size: 10px;
	line-height: 1.4;
}

.link-list__date {
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	letter-spacing: .1rem;
	font-weight: bold;
}

.link-list__location {
	letter-spacing: .05rem;
}

.link-list__summary {
	font-size: .8rem;
}

.block--news-events .tabs li:first-child {
	padding-right: 20px;
	position: relative;
}

.block--news-events .tabs li:first-child:after {
	content: "/";
	color: #fff !important;
	position: absolute;
	right: 5px;
	top: 0;
}

.block--news-events .tabs-content>.content {
	display: block !important;
	height: 0;
	overflow: hidden;
}

.block--news-events .tabs-content>.content.active {
	height: auto;
	overflow: visible;
}

.block--twitter {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	min-height: 260px;
}

.block--twitter .nav-block__title {
	margin-bottom: 1rem;
}

.block--twitter .nav-block__title a {
	color: #fff;
}

.block--twitter small {
	color: rgba(255,255,255,0.8);
}

.block--twitter p {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

span.icon-twitter {
	background: url('../img/occ_icon--social.png') -40px center no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: -12px;
}

body.home .block--news-events {
	min-height: intrinsic !important;
}

.block--gateways {
	border-style: solid;
	border-width: 3px;
	border-color: #0b6038;
	margin-bottom: 1.25rem;
	padding: 1.5rem;
	background: #0b6136;
	color: #FFFFFF;
	border-color: #4d8f6c;
}

.block--gateways>:first-child {
	margin-top: 0;
}

.block--gateways>:last-child {
	margin-bottom: 0;
}

.block--gateways .block__subtitle {
	/* color: #64ab85; */
	color: #ffffff;
}

.block--related-links .block__title {
	color: #333333;
}

.block--related-links .block__subtitle {
	color: #666666;
}

	.block--related-links li a:not(.button) {
		/* Removing this. This is what causes the Aside (Related Links and At-A-Glance sections) to be all caps when a bulleted list is created. Also the font-size here should not be larger so I'm removing that too.
			text-transform: uppercase;
			font-size: 1rem;
		*/
		padding-bottom: .1rem !important;
		/*color: #008000;*/
		color: #306EB0;
	}
.block--related-links li a:not(.button):hover,.block--related-links li a:not(.button):focus {
	/* color: #b9490d; */
	/*color: #0b6136;*/
	/*color: #008000;*/
	color: #306EB0;
	background: none;
}

.module--hero {
	margin-bottom: 0 !important;
}

.module--hero {
	overflow: hidden;
	background: #888;
	height: 350px;
	padding: 0;
}

.module--hero .hero__item {
	min-height: 350px;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.module--hero .slick-prev {
	left: 20px;
}

.module--hero .slick-next {
	right: 20px;
}

.module--hero .slick-dots {
	bottom: -10px;
}

.hero__lockup>* {
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.hero__lockup__head,.hero__lockup--home__head {
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	position: relative;
}

@media only screen and (min-width:40.063em) {
	.hero__lockup__head,.hero__lockup--home__head {
		font-size: 3rem;
	}
}

@media only screen and (min-width:64.063em) {
	.hero__lockup__head,.hero__lockup--home__head {
		font-size: 4.89rem;
	}
}

@media only screen and (max-width: 40em) {
	#nav-column {
		-webkit-column-count: 1;
		-moz-column-count: 1; 
		column-count: 1 !important;
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	}
	
	.module--hero--single-slide {
		background: none;
		height: auto;
	}

/* 	.module--hero--single-slide .hero__item {
		background-image: none !important;
		min-height: 0px;
		height: auto;
	} */

	.module--hero--single-slide .hero__lockup__prehead {
		display: none;
	}

/* 	.module--hero--single-slide .hero__lockup__head {
		padding: 0.75rem 0.75rem 0;
		margin-bottom: 0;
		text-align: left;
		color: #333333;
	} */
}

.module--hero--multiple-slides .hero__lockup {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	margin: 0 5%;
	text-align: center;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	color: #fff;
	font-weight: 300;
	line-height: 1;
}

.module--hero--multiple-slides .hero__lockup__prehead {
	font-size: 1.35rem;
	display: block;
}

.module--hero--multiple-slides .hero__lockup__head {
	margin: 10px 0;
	padding: 5px 10%;
	text-align: center;
}

.module--hero--multiple-slides .hero__lockup__head:before,.module--hero--multiple-slides .hero__lockup__head:after {
	content: "";
	background: url('../img/occ_hero__bar.svg') center center no-repeat;
	height: 3px;
	width: 420px;
	position: absolute;
	left: 50%;
	margin-left: -210px;
}

.module--hero--multiple-slides .hero__lockup__head:before {
	top: 0;
}

.module--hero--multiple-slides .hero__lockup__head:after {
	bottom: 0;
}

.module--hero--multiple-slides .hero__lockup__subhead {
	font-size: 1rem;
	display: block;
}

/* design studio - start - apply hero banner styles for all screens */
     .hero__lockup__head {
          top: 30px;
      }

	.module--hero--single-slide {
		background-position: center;
		background-size: cover;
	}

     @media only screen and (max-width: 40em) {
         .hero__lockup__head {
            top: 160px;
         }
     }

	.hero__lockup__head {
		margin: 10px 0;
		padding: 5px 10%;
		text-align: center;
	}

	.hero__lockup__head:before,.hero__lockup__head:after {
		content: "";
		background: url('../img/occ_hero__bar.svg') center center no-repeat;
		height: 3px;
		width: 420px;
		position: absolute;
		left: 50%;
		margin-left: -210px;
	}

	.hero__lockup__head:before {
		top: 0;
	}

	.hero__lockup__head:after {
		bottom: 0;
	}

	.module--hero--single-slide .hero__lockup__subhead {
		display: none;
	}
/* design studio - end */

@media only screen and (min-width:40.063em) {
	.module--hero {
		overflow: hidden;
		background: #888;
		height: 350px;
		padding: 0;
	}

	.module--hero .hero__item {
		min-height: 400px;
		height: 400px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.module--hero .slick-prev {
		left: 20px;
	}

	.module--hero .slick-next {
		right: 20px;
	}

	.module--hero .slick-dots {
		bottom: 0;
	}

	.hero__lockup {
		position: relative;
		width: 90%;
		margin: 0 5%;
		text-align: center;
		top: 50%;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-style: italic;
		color: #fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: 300;
		line-height: 1;
	}

	.hero__lockup__prehead {
		font-size: 1.35rem;
		display: block;
	}

	.hero__lockup__subhead {
		font-size: 1.25rem;
		display: block;
	}

	.module--hero {
		height: 550px;
	}

	.module--hero .hero__item {
		min-height: 550px;
		height: 550px;
	}

	.hero__lockup__prehead {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width:90.063em) {
	.module--hero {
		height: 650px;
	}

	.module--hero .hero__item {
		min-height: 650px;
		height: 650px;
	}

	.hero__lockup__prehead {
		font-size: 1.75rem;
	}
}

.hero__headline__wrapper {
	position: absolute;
	bottom: 2.5rem;
	width: 100%;
}

@media only screen and (min-width:40.063em) {
	.hero__headline__wrapper {
		margin-left: 1.5rem;
		bottom: 3.5rem;
		top: auto;
		max-width: 500px;
		text-align: left;
	}
}

@media only screen and (min-width:90.063em) {
	.hero__headline__wrapper {
		margin-left: 7.5%;
	}
}

.hero__headline {
	background: rgba(0,0,0,0.5);
	padding: 1rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: 1rem;
}

.hero__headline:before,.hero__headline:after {
	content: " ";
	display: table;
}

.hero__headline:after {
	clear: both;
}

@media only screen and (min-width:40.063em) {
	.hero__headline {
		font-size: 2rem;
		text-align: left;
	}
}

@media only screen and (min-width:64.063em) {
	.hero__headline {
		margin-left: 1.5rem;
		max-width: 500px;
	}
}

.hero__lockup--home {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-57%);
	-ms-transform: translateY(-57%);
	transform: translateY(-57%);
	margin: 0 auto;
	padding: 0 60px;
}

.hero__lockup--home:before,.hero__lockup--home:after {
	content: " ";
	display: table;
}

.hero__lockup--home:after {
	clear: both;
}

@media only screen and (min-width:40.063em) {
	.hero__lockup--home {
		padding: 0 60px;
	}
}

@media only screen and (min-width:90.063em) {
	.hero__lockup--home {
		padding: 0 12%;
	}
}

.hero__lockup--home__prehead {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .2em;
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
}

.hero__lockup--home__prehead:after {
	content: "";
	width: 80px;
	border-bottom: 4px solid #fff;
	position: absolute;
	bottom: 1em;
}

@media only screen and (min-width:40.063em) {
	.hero__lockup--home__prehead {
		padding-bottom: 2em;
		margin-bottom: 1em;
	}
}

@media only screen and (min-width:64.063em) {
	.hero__lockup--home__prehead {
		margin-bottom: 2em;
	}
}

@media only screen and (min-width:40.063em) {
	.hero__lockup--home__head {
		margin-bottom: 30px;
	}

	.hero__lockup--home__head:after {
		content: "";
		background: url('../img/occ_hero__bar.svg') left bottom no-repeat;
		height: 3px;
		width: 420px;
		position: absolute;
		bottom: -20px;
	}
}

@media only screen and (min-width:64.063em) {
	.hero__lockup--home__head {
		margin-bottom: 40px;
	}
}

.hero__lockup--home__content {
	font-size: .9em;
	color: #fff;
}

@media only screen and (min-width:40.063em) {
	.hero__lockup--home__content {
		font-size: 1em;
	}
}

@media only screen and (min-width:64.063em) {
	.hero__lockup--home__content {
		font-size: 1.25em;
	}
}

.hero__lockup--home blockquote {
	padding: 0;
	border-left: 0px;
	font-size: 1em;
	color: #fff;
	font-style: normal;
}

@media only screen and (min-width:40.063em) {
	.hero__lockup--home blockquote {
		font-size: 1.3em;
	}
}

@media only screen and (min-width:64.063em) {
	.hero__lockup--home blockquote {
		font-size: 1.6em;
	}
}

.hero__lockup--home .hero__lockup--home__source {
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hero__lockup--home .button {
	margin-bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #fff;
	box-shadow: none !important;
}

.hero__lockup--home .button:hover,.hero__lockup--home .button:active {
	background: rgba(0,0,0,0.2);
}

.hero__lockup--home .left .hero__lockup--home__prehead:after {
	left: 0;
}

.hero__lockup--home .left .hero__lockup--home__head:after {
	left: 0;
}

.hero__lockup--home .right .hero__lockup--home__prehead:after {
	right: 0;
}

.hero__lockup--home .right .hero__lockup--home__head:after {
	right: 0;
}

.panel--green {
	background: #ecf5f0;
	border-color: #d9ebe1;
}

.panel--orange {
	background: #fcf7f1;
	border-color: #faeee3;
}

.label {
	top: -2px;
	margin-bottom: 0;
	letter-spacing: .1em;
}

.label--as {
	background: #6c2b79;
}

.label--la {
	background: #0b6136;
}

.label--ca {
	background: #223770;
}

.label--cp {
	background: #333;
}

#toggle--more-info {
	font-size: 2rem;
	margin-bottom: 0;
	color: #0b6136;
	font-weight: bold;
	padding-left: 0;
	background: none;
	border: 0px;
	position: relative;
	padding-right: 30px;
	overflow: visible;
}

#toggle--more-info .toggle-icon {
	background-position: 0px center;
	position: absolute;
	right: -15px;
	top: 22px;
	opacity: .5;
}

#toggle--more-info .toggle-icon:after {
	content: "EXPAND";
	position: absolute;
	font-size: 12px;
	left: 40px;
	color: #111;
	top: 6px;
	font-weight: normal;
	letter-spacing: .05em;
}

#toggle--more-info:hover .toggle-icon,#toggle--more-info:focus .toggle-icon {
	opacity: 1;
}

#toggle--more-info[aria-expanded=true] .toggle-icon {
	background-position: -30px center;
}

#toggle--more-info[aria-expanded=true] .toggle-icon:after {
	content: "COLLAPSE";
}

#more-info__content {
	height: 0px;
	overflow: hidden;
	position: static !important;
	background: none !important;
	border: 0px !important;
	padding: 0 !important;
}

#more-info__content.open-override {
	height: auto !important;
}

#more-info__content:active,#more-info__content:focus {
	outline: none;
}

#more-info__content.open {
	height: auto;
}

#more-info__content li a {
	padding: 8px 0 0 0;
}

.more-info-block .th {
	margin-bottom: 1rem;
}

.more-info-block__title {
	padding: 0 5%;
	font-size: 1.25rem;
	/*text-transform: uppercase;*/
}

.more-info-block__summary {
	padding: 0 5%;
	font-size: .9rem;
}

.more-info-block__link {
	padding: 0 5%;
	color: #0b6136 !important;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.more-info-block:hover,.more-info-block:focus {
	background: rgba(204, 204, 204,0.5) !important;
}

.more-info-block a:hover,.more-info-block a:focus {
	background: none !important;
	color: black;
}

.f-dropdown:after,.f-dropdown:before {
	display: none;
}

@media only screen and (max-width: 40em) {
	.f-dropdown.content.open {
		width: 100% !important;
	}
}

.mega-menu {
	position: relative;
}

.mega-menu .mega-menu__wrapper {
	position: static;
	float: right;
}

.mega-menu li:hover>a {
	color: #222;
	background: #FFF;
}


.mega-menu .content {
	padding: 0;
}

.mega-menu .content.open {
	max-width: none;
	background: #ffffff;
	border-color: #fff;
	left: 0 !important;
	position: absolute !important;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1),0 -1px 1px rgba(0,0,0,0.05);
}

.mega-menu .content>.row {
	max-width: 75rem;
	margin: 0 auto;
}

.mega-menu .content>.row>.columns {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.mega-menu .content>.row>.large-3 {
	padding-left: 1.5rem;
}

.mega-menu .content label,.mega-menu .content label:hover {
	height: 3em;
	line-height: 3em;
	font-weight: bold;
	color: #222;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.mega-menu .content ul {
	display: block;
/* 165486 Removing colum overflow */
/* 	margin-bottom: 8px; */
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	list-style: none;
	margin-left: 0;
}

.mega-menu .content ul li {
	float: none;
	background: none;
}

.mega-menu .content ul a {
	background: none;
	/* color: #222; */
/* 169069 Removing colum overflow */
/* 	padding: 2px 0 2px 1px; */
	padding: 0px 0 0px 0px;
	line-height: 1.2rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.8125rem;
}

.mega-menu .content ul a:hover {
	background: rgba(11,97,54,0.8);
	/*padding-left: 5px;*/
}

.mega-menu .content ul ul {
	margin-left: 4px;
}

.mega-menu .content ul ul a {
	/* color: #4d8f6c; */
	font-size: 0.75rem;
}

.menu__label {
	font-size: 0.875rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: .02em;
	font-weight: bold;
	margin-bottom: 0.75rem;
	line-height: 1;
}
#main-menu-1 p{
	font-size: 0.875rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: .02em;
	margin-bottom: 0.75rem;
}

.menu__column--border {
	border-right: 1px solid #eee;
}

.toggle-icon {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url('../img/occ_icon--toggles.png');
}

#toggle--explore {
	position: absolute;
	z-index: 89;
	color: #000 !important;
	background: none !important;
	line-height: 20px;
	/*opacity: .7;*/
	top: 4px;
	border: 0px;
	text-align: left;
	padding-left: 36px;
	padding-top: 5px;
}

@media only screen and (max-width: 40em) {
	#toggle--explore {
		letter-spacing: normal;
		font-size: 13px;
	}
}

#toggle--explore:hover {
	/*opacity: 1;*/ 
	text-decoration: underline;
}

#toggle--explore .toggle-icon {
	float: left;
	margin-right: 10px;
	background-position: -60px center;
	position: absolute;
	left: 0;
	top: 0;
}

#toggle--explore[aria-expanded=true] .toggle-icon {
	background-position: -90px center;
}

#nav-column {
	-webkit-column-count: 3;
	-moz-column-count: 3; 
	column-count: 3;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	margin-left: auto;
    margin-right: auto;
}

.module--section-nav {
	padding: 0;
	width: 100%;
	height: 35px;
}

.module--section-nav .content {
	margin-top: -70px;
}

.module--section-nav .content.open {
	top: 66px !important;
}

.module--section-nav .mega-menu .content>.row>.columns {
	padding-top: 45px;
}



@media only screen and (max-width: 40em) {
	.module--section-nav .mega-menu .content>.row>.columns.large-3 {
		padding-top: 0px;
		padding-left: 0.75rem;
	}
}

.right-off-canvas-toggle {
	text-indent: 2.1875rem;
	width: 2.8125rem;
	height: 2.8125rem;
	display: block;
	padding: 0;
	color: #FFFFFF;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
	bottom: 0;
	position: absolute;
}

.right-off-canvas-toggle:after {
	content: "&nbsp;";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -0.5rem;
	left: 0.90625rem;
	box-shadow: 0 0px 0 1px #FFFFFF,0 7px 0 1px #FFFFFF,0 14px 0 1px #FFFFFF;
	width: 1rem;
}

.right-off-canvas-menu {
	width: calc(250px - 2rem);
	padding: 1rem;
}

.right-off-canvas-menu ul {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.right-off-canvas-menu label {
	letter-spacing: .1rem;
}

.right-off-canvas-menu .off-canvas-list {
	margin-bottom: 1rem;
}

.right-off-canvas-menu .off-canvas-list__sublist a {
	font-size: 1rem;
	font-style: italic;
	padding-top: .1rem;
	padding-bottom: .2rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.right-off-canvas-menu #drop--quick-links.open {
	top: 37px !important;
	left: 0 !important;
}

.module--breadcrumbs {
	padding-top: .4rem;
	padding-bottom: .4rem;
}

.breadcrumbs {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0;
}

.breadcrumbs a:hover {
	/*color: #0b6136;*/
	color: #306EB0;
}

.breadcrumbs>*:before {
	margin: 0 0.5rem;
	letter-spacing: .1rem;
}

ul.pagination {
	width: 330px;
	margin: 2rem auto;
	display: block;
}

header[role=banner] {
	background: url('../img/bkgd_gradient_squares--green_solid.png') center 10px repeat #046A38;
	border-bottom: 6px solid #06321b;
	box-shadow: 0 1px 0 #06321b;
	position: relative;
	z-index: 91;
}

header[role=banner]:before, header[role=banner]:after {
	content: " ";
	display: table;
}

header[role=banner]:after {
	clear: both;
}

@media only screen and (min-width:64.063em) {
	header[role=banner] .mega-menu__wrapper {
		/*padding-left: 300px;
		padding-left: 0px;*/
		float: right;
	}
}

header[role=banner] .mega-menu .content {
	top: 58px !important;
}

.logo {
	float: left;
	width: 100%;
}

@media only screen and (min-width:40.063em) {
	.logo {
		width: 270px;
		margin-bottom: 0;
		z-index: 1;
	}
}

@media only screen and (min-width:64.063em) {
	.logo {
		position: absolute;
	}
}

.logo a {

	margin-top: 10px;
	width: 270px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	background: url('/_resources/img/RGB_60th_stacked_white.png') left center no-repeat;
	background-size: contain;

}

@media only screen and (max-width: 40em) {
	.logo a {
		background-size: auto 90%;
		height: 60px;
	}
}

@media only screen and (min-width:40.063em) {
	.quick-links {
		float: right;
		padding: 0;
		margin: 12px 0.75rem 0;
	}

	.quick-links button {
		margin-bottom: 12px !important;
	}
}

.nav {
	position: static;
}

.nav--main>ul.left {
	list-style: none;
	margin: 0;
	left: 0;
}

.nav--main>ul.left:before,.nav--main>ul.left:after {
	content: " ";
	display: table;
}

.nav--main>ul.left:after {
	clear: both;
}

.nav--main>ul.left>li {
	margin: 0;
	float: left;
	display: list-item;
}

.nav--main>ul.left>li>button,.nav--main>ul.left>li .button {
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.5);
}

.nav--main>ul.left>li:first-child button,.nav--main>ul.left>li:first-child .button {
	border-left: 0;
}

.nav--main>ul.left>li:first-child {
	margin-left: 0;
}

a.menu__parent {
	padding: 0;
	color: #fff;
	display: block;
	width: 100%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica,  Arial, sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 60px;
}

a.menu__parent span {
	padding: 6px 11px 7px;
	width: 100%;
	border-radius: 6px;
}

a.menu__parent:hover,a.menu__parent:focus,a.menu__parent:active {
	background: transparent !important;
}

a.menu__parent:hover span,a.menu__parent:focus span,a.menu__parent:active span {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

@media only screen and (max-width: 40em) {
	.nav--main {
		height: 0;
	}
}

@media only screen and (min-width:64.063em) {
	.menu__parent span {
		margin: 0 10px;
	}
}

.search__button {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 6px;
	background: url('../img/occ_icon--search.svg') no-repeat rgba(255,255,255,0.4);
	text-indent: -9999px;
	margin: 4px 1.5rem 0 0;
	opacity: .7;
}


@media only screen and (min-width:64.063em) {
.search__button {
	display: block;
	width: 40px;
	height: 40px;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 6px;
	background: url('../img/occ_icon--search.svg') no-repeat rgba(255,255,255,0.4);
	text-indent: -9999px;
	margin: 4px 1.5rem 0 0;
	opacity: .7;
}
}

@media only screen and (min-width:40.063em) {
.search {
		float: right;
		padding: 0;
		margin: 0px 1rem 0 0;
}

}



.search__button:hover,.search__button:active {
	opacity: 1;
}

.search__button.open {
	background-position: -36px center;
	background-color: #f1d1b4;
	opacity: 1;
}

/* ================================================ */
#search {
	position: relative;
}
#search input[type=search] {
	height: 48px;
	border-radius: 6px;
	top: 0;
}
#search .search__button {
	background-position: -76px center !important;
	border-color: #888;
	padding: 0;
	position: absolute;
	right: -16px;
	top: 0;
	margin-bottom: 0;
	border-radius: 6px;
}
/* ================================================ */
#search2 {
	position: relative;
}
#search2 input[type=search] {
	height: 48px;
	border-radius: 6px;
	top: 0;
}
#search2 .search__button {
	background-position: -72px center !important;
	border-color: #888;
	padding: 0;
	position: absolute;
	right: -16px;
	top: 0;
	margin-bottom: 0;
	border-radius: 6px;
}
/* ================================================ */

@media only screen and (min-width:40.063em) {

.search__button {
	display: block;
	width: 40px;
	height: 40px;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 6px;
	background: url('../img/occ_icon--search.svg') no-repeat rgba(255,255,255,0.4);
	text-indent: -9999px;
	margin: 4px 1.7rem 0 0;
	opacity: .7;
}

}

#main-menu-search {
	top: 59px !important;
}

.top-bar input[type=search] {
	border-color: #e5aa73;
}

article input[type=search] {
	border-color: #0b6136;
	margin-bottom: 0;
}

footer[role="contentinfo"] .block__link-list a:not(.button) {
	padding: .1rem 0px .2rem 1px;
	color: #ffffff;
}

footer[role="contentinfo"] .block__link-list a:not(.button):hover {
	padding: .1rem 0px .2rem 1px;
	background: #333;
}

/* ==== START: NEW SOCIAL MEDIA ICON BAR ==== */

.footerSocialMediaBar {
	padding: 1em;
	background: #fff;
}
.footerSocialMediaBar p{
	margin: 0px;
}
.footerSocialMediaBar a{
	margin: 0px 0.5em 0.5em 0px;
	display: inline-block;
}

/* ==== END: NEW SOCIAL MEDIA ICON BAR ==== */
/* ==== START: OLD SOCIAL MEDIA ICON BAR ==== */

.module--footer-social-bar {
	padding: 1.5rem 0 0.75rem;
	background: #fff;
}

.module--footer-social-bar h3 {
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
}

@media only screen and (min-width:40.063em) {
	.module--footer-social-bar h3 {
		margin: 0 10px 10px 0;
		float: left;
	}
}

.module--footer-social-bar .medium-text-left a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 1000px;
	/*background: rgba(11,97,54,0.9);*/
	background-image: url('/_resources/img/occ_icon--social-c.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	opacity: .8;
	margin: 0 5px 10px;
}

.module--footer-social-bar a.facebook {
	background-position: 0 center;
}

.module--footer-social-bar a.twitter {
	background-position: -40px center;
}

.module--footer-social-bar a.instagram {
	background-position: -80px center;
}

.module--footer-social-bar a.linkedin {
	background-position: -120px center;
}

.module--footer-social-bar a.wordpress {
	background-position: -160px center;
}

.module--footer-social-bar a.youtube {
	background-position: -200px center;
}

.module--footer-social-bar a.flickr {
	background-position: -280px center;
}

.module--footer-social-bar a.pinterest {
	background-position: -320px center;
}

.module--footer-social-bar a:hover {
	opacity: 1;
}

.module--footer-social-bar img {
	max-width: 33%;
}

.home .module--footer-social-bar {
	padding: 1rem 0;
}

.home .module--footer-social-bar h3 {
	display: block;
	float: none;
}
/* ==== END: OLD SOCIAL MEDIA ICON BAR ==== */


.module--footer-resources-follow {
	padding: 2rem 0;
	background: url('../img/bkgd_black_twill.png') #111;
}

.module--footer-resources-follow h3 {
	font-size: 1.1875rem;
	margin-bottom: 0;
}

.module--footer-resources-follow .menu__label {
	color: #fff;
}

.module--footer-resources-follow>.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	/*max-width: 75rem;
	max-width: 1000px;*/
}

.module--footer-resources-follow>.row:before,.module--footer-resources-follow>.row:after {
	content: " ";
	display: table;
}

.module--footer-resources-follow>.row:after {
	clear: both;
}

.module--footer-resources-follow .block__link-list {
	/*width: 120px;*/
	float: left;
	margin-right: 1.5rem;
}

.module--footer-resources-follow .block__link-list a {
	font-size: 0.8125rem;
}

.module--footer-copyright {
	/*padding: 3rem 0 6rem;*/
	text-align: center;
	background: #000;
}

.module--footer-copyright small {
	text-transform: uppercase;
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.module--footer-copyright li {
	float: none;
	display: inline-block;
	padding: 0 1rem;
	position: relative;
}

.module--footer-copyright li:after {
	content: "|";
	color: #888;
	position: absolute;
	left: -4px;
	top: 2px;
}

.module--footer-copyright li:first-child:after {
	content: "";
}

.module--footer-copyright li a:not(.button) {
	color: #cccccc !important;
	font-size: .8rem;
}

.module--footer-copyright li a:not(.button):hover {
	padding-left: 1px !important;
}

.home__block {
	border-style: solid;
	border-width: 3px;
	border-color: #e3e3e3;
	margin-bottom: 1.25rem;
	padding: 20px;
	background: #fff;
	color: #333333;
	border-color: #fff;
	text-align: center;
	color: #0b6136;
	margin-bottom: 1.5rem;
}

.home__block>:first-child {
	margin-top: 0;
}

.home__block>:last-child {
	margin-bottom: 0;
}

.home__block.who {
	color: #000;
	height: 362px;
	background-color: white;
}

.home__block.start {
	color: #333333;
	height: 362px;
	background-color: white;
	overflow-y: hidden;
	overflow-x: hidden;
}

.home__block, .start ul {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.home__block.achieve {
	color: #f27a3b;
}

.home__block>div {
	margin-bottom: 1rem;
}

.home__block h2 {
	color: inherit;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
}

.home__block button,.home__block .button {
	margin-bottom: 0;
}

.home__block .button {
	color: inherit;
	font-weight: bold;
}

.module--home-intro {
	padding-top: 1.5rem;
}

.module--home-nav-blocks-top .nav-block__wrapper:after {
	display: none !important;
}

body.campus-detail article ul.no-bullet {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body.campus-detail article ul.no-bullet a {
}

body.campus-detail article ul.no-bullet a:hover {
	text-decoration: underline;
}

.scrolloff iframe {
	pointer-events: none;
}

#mapCanvas iframe {
	height: 350px;
	width: 100%;
}

@media only screen and (min-width:40.063em) {
	#mapCanvas iframe {
		height: 550px;
	}
}

@media only screen and (min-width:64.063em) {
	#mapCanvas iframe {
		height: 650px;
	}
}

.program-listing__key {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: .8rem;
	font-weight: bold;
}

.program-listing__key .label {
	margin-left: 5px;
}

.program-listing__listing {
	list-style: none;
	margin: 0 0 2rem 0;
}

.program-listing__listing li {
	margin-bottom: 0;
}

.program-listing__listing li a {
	position: relative;
	color: #333333;
	display: block;
	padding: 6px 30px 6px 0px;
	line-height: 1;
}

.program-listing__listing li a:hover {
	background: rgba(0,0,0,0.05);
	padding: 6px 30px 6px 5px;
}

.program-listing__listing .label {
	text-transform: uppercase;
	position: absolute;
	right: 5px;
	top: 5px;
}

.module--degree-programs {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.module--degree-programs h3 {
	text-transform: uppercase;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.125rem;
}

.program-detail__hero {
	border-color: #f5dec9;
	margin-bottom: 1rem;
}

@media only screen and (min-width:40.063em) {
	.program-detail__hero {
		margin: 0 0 1rem 1rem;
		float: right;
		max-width: 50%;
	}
}

@media only screen and (min-width:64.063em) {
	.program-detail__hero {
		margin: .5rem -73.5% 1rem 40px;
		max-width: 100%;
	}
}

@media only screen and (min-width:64.063em) {
	.program-detail__dropdowns {
		margin-top: 102.5%;
	}
}

.program-detail__options {
	border: 0px;
}

.program-detail__options li {
	margin-bottom: 0;
}

.program-detail__table td,.program-detail__table th {
	width: 90px;
}

.program-detail__table .cell--wide {
	width: auto;
}

.program-detail__table th:last-child,.program-detail__table td:last-child {
	text-align: center;
}

.program-detail__table .option {
	background: #f6faf8;
	border-bottom: 1px solid #d9ebe1;
}

.program-detail__table .option__or {
	line-height: 1;
	position: absolute;
	margin-left: 0px;
	margin-top: 24px;
	font-weight: bold;
	font-style: italic;
	background: #f6faf8;
	padding: 0 7px;
	color: #ad2823;
	letter-spacing: .1em;
}

.program-detail__table .option__begin td {
	border-top: 1px solid #0b6136;
}

.program-detail__table .option__end td {
	border-bottom: 1px solid #0b6136;
}

.program-detail__footnotes {
	font-size: 80%;
	color: #888;
	list-style: none;
	margin-left: 1rem;
	font-style: italic;
}

.program-detail__footnotes a {
	color: #888;
}

.program-detail__footnotes li {
	margin-bottom: .5rem;
	text-indent: -1rem;
}

.online-learing__blocks h3 {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
}

.online-learing__blocks h4 {
	margin-bottom: .5rem;
}

.online-learing__blocks p {
	font-size: 85%;
	line-height: 1.3;
	font-style: italic;
	margin-bottom: .5rem;
}

.module--knowledgebase {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.module--knowledgebase h1 {
	margin-bottom: 0;
}

.module--knowledgebase a {
	color: #333333 !important;
	font-weight: bold;
}

#visual-overview {
	width: 100% !important;
	position: relative;
	background: #0b6136;
	overflow-y: hidden;
}

#visual-overview:before,#visual-overview:after {
	content: " ";
	display: table;
}

#visual-overview:after {
	clear: both;
}

#visual-overview__wrapper {
	max-height: 500px;
	overflow: hidden;
	border: 1px solid #aaa;
}

#visual-overview__wrapper.open {
	max-height: none;
}

#visual-overview__expand-trigger {
	width: 100%;
	border-radius: 0px;
	border-color: #aaa;
	box-shadow: 0 -2px 1px rgba(0,0,0,0.1);
	padding-bottom: 30px;
	position: relative;
}

#visual-overview__expand-trigger:after {
	content: "";
	width: 50px;
	height: 15px;
	background: url("../img/occ_icon--arrow-down.svg") center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 8px;
}

#visual-overview__expand-trigger.close {
	padding-bottom: 0.875rem;
}

#visual-overview__expand-trigger.close:after {
	display: none;
}

a.visual-overview__video-link {
	position: relative;
	background: #ddd;
	width: 100%;
	display: block;
}

a.visual-overview__video-link img {
	width: 100%;
}

a.visual-overview__video-link:after {
	display: block;
	height: 110px;
	width: 110px;
	z-index: 1;
	position: absolute;
	background: red;
	content: "";
	background: url('../img/occ_icon--play.svg') center center no-repeat;
	top: 50%;
	margin-top: -55px;
	left: 50%;
	margin-left: -55px;
}

.visual-overview__video-link-wrapper {
	text-align: center;
}

@media only screen and (min-width:40.063em) {
	.visual-overview__video-link-wrapper {
		margin-top: -60px;
	}
}

@media only screen and (min-width:64.063em) {
	.visual-overview__video-link-wrapper {
		margin-top: -120px;
	}
}

.visual-overview__video-link-wrapper .button {
	width: 100%;
	border-radius: 0;
}

.module--visual-overview {
	padding: 0;
}

.labelDescription {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height: 2;
}

.pathways-careers__lists ul {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pathways-careers__lists ul.no-bullet ul {
	margin-top: 0.5rem;
	margin-bottom: 0.75rem;
	font-style: italic;
}

.pathways-careers__lists ul.no-bullet ul li {
	margin-bottom: 0.5rem;
}

.pathways-careers__lists a {
	color: #fff;
}

.pathways-careers__lists a:hover {
	text-decoration: underline;
}

.pathways-careers__lists li li a {
	color: rgba(255,255,255,0.8);
}

.module-frequently-used-resources a {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333333;
}

.module--news-detail h1 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.module--news-detail .news__meta {
	margin: 0 0 2.25rem;
}

.news__meta {
	color: #000000;/*0b6136*/
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.news__meta div {
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}

.news__meta a {
	color: #0b6136;
	font-weight: bold;
}

.news__item {
	padding: 1em 0 0rem;
	border-top: 1px solid #eee;
}

.news__item:first-child {
	border-top: 0px;
}

.news__item .news__meta {
	margin: 0 0 0.5rem;
}

.news__item h1 {
	font-size: 1.25rem;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: .2rem;
}

.news__item h1 a {
	/*color: #008000;*/
	/*222222*/
	color: #306EB0;
}

.news__item h1 a:hover {
	text-decoration: underline;
}

#slider--news-featured h1 {
	font-size: 2.75rem;
}

#slider--twitter-3-up .tweet__wrapper {
	padding: 2rem;
}

.tweet__wrapper a {
	/*color: #f27a3b;*/
	color: #ffffff;
	/*background-color: #3a1741;*/
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #fff url("images//ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { 
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: none; 
	-o-transform: translate3d(0, 0, 0); 
	transform: none; 
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: 0px auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

@font-face {
	font-family:"slick";src:url("../bower_components/slick.js/slick/fonts/slick.eot");src:url("../bower_components/slick.js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),url("../bower_components/slick.js/slick/fonts/slick.woff") format("woff"),url("../bower_components/slick.js/slick/fonts/slick.ttf") format("truetype"),url("../bower_components/slick.js/slick/fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal;
}

.slick-prev,.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: '\2190';
}

[dir=rtl] .slick-prev:before {
	content: '\2192';
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: '\2192';
}

[dir=rtl] .slick-next:before {
	content: '\2190';
}

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 0.75;
}

a#de {
	color:#aaaaaa !important;
}
ol.numbered li {
	margin-bottom: 0.75rem;
}
/* Added for ticket #41438 
Breaks Hero slider on OCC home page. Style was moved to Student LIFE default page.
.slick-slider {
    margin-top: 10px;
} */
/* ======================================================== */



@media screen and (min-width: 75em) {
.video-hero, .video-hero .overlay {
	max-height: 75vh;
}
}
.video-hero {
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 79.375rem) {
.video-hero {
	margin-left: -8.125rem;
	margin-right: -8.125rem;
}
}
.video-hero video {
	width: 100%;
}
@media screen and (max-width: 74.9375em) {
.video-hero video {
	display: none;
}
}
@media screen and (max-width: 74.9375em) {
.video-hero .ambient-video {
	display: flex;
	flex-flow: column wrap;
}
.video-hero .ambient-video video {
	order: 999;
}
}
.video-hero .overlay {
	/* background-color: rgba(0, 0, 0, 0.6); */
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 74.9375em) {
.video-hero .overlay {
	position: static;
	min-height: 350px;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(https://www.oaklandcc.edu/images/skypic.jpg);
}
}
.video-hero .overlay .overlay-inner {
	width: 70%;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 74.9375em) {
.video-hero .overlay .overlay-inner {
	width: 100%;
	padding: 1.875rem;
}
}
@media screen and (max-width: 74.9375em) {
.video-hero .overlay .headline {
	margin-top: 1.25rem;
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
}
}
.video-hero .overlay .subheadline {
	font-weight: normal;
	color: #fff;
}
.video-hero .overlay p {
	color: #fff;
}
.video-hero .overlay p .button {
	margin-bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #fff;
	box-shadow: none !important;
	padding-top: 0.5625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.625rem;
	padding-left: 1.125rem;
	font-size: 1.0rem;
}
.video-hero .overlay p .button:active {
	background: rgba(0,0,0,0.2);
}
.video-hero .overlay p .button:hover {
	background: rgba(0,0,0,0.2);
}
.video-hero .overlay p .button:focus {
	background: rgba(0,0,0,0.2);
}
.video-hero .overlay p {
	font-size: .9em;
	color: #fff;
}
@media only screen and (min-width:40.063em) {
.video-hero .overlay p {
	font-size: 1em;
}
}
@media only screen and (min-width:64.063em) {
.video-hero .overlay p {
	font-size: 1.25em;
}
}
@media only screen and (min-width:64.063em) {
.video-hero .overlay .headline {
	margin-bottom: 40px;
}
}
.video-hero .overlay .headline {
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
}
@media only screen and (min-width:40.063em) {
.video-hero .overlay .headline {
	font-size: 3rem;
}
}
@media only screen and (min-width:64.063em) {
.video-hero .overlay .headline {
	font-size: 4.89rem;
}
}
.logo a {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 270px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	background: url('/_resources/img/RGB_60th_stacked_white.png') left center no-repeat;
	background-size: contain;
}

body {
	background: #ffffff;
	background-image: none;
}
.block--news-events .tabs-content>.content.active {    
	overflow: hidden;
}
.block--w-slider #panel2-1 .block__more-button {
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	margin-bottom: 0;
}
.block--w-slider .block__more-button {
	position: absolute;
	right: -.08rem;
	bottom: -1.3rem;
	margin-bottom: 0;
}
.block--w-slider .block__link-list {
	padding-bottom: 20px;
}
.home__block.who {
	height: auto;
}
@media only screen and (min-width:64.063em) {
.home__block.start {
	height: 360px!important;
}
}
.hero__lockup--home__head::after {
	height: 0px;
}
.block--w-slider.homepage .tabs.homepagetabs .tab-title {
	width: 100%;
}
/*
.nav-block__wrapper {
	color: #000000 !important;
	border: 0;
}
*/
.nav-blocks--short .nav-block__wrapper::after {
	opacity: 0.5;
}
.block--w-slider {
	border-width: 0;
}
.block--w-slider.block--news-events.homepage .tabs-content {
	border-style: solid;
	border-width: 3px;
	border-color: #0b6136;
}
.block--w-slider.homepage .tabs.homepagetabs dd>a, .tabs.homepagetabs .tab-title>a {
	/*border-left: 0;
	border-top: 0;
	border-right: 0;
	*/
	border-left: 3px solid #0b6136;
	border-top: 3px solid #0b6136;
	border-right: 3px solid #0b6136;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.module--home-nav-blocks-top .nav-block__wrapper::after {
	display: block !important;
}
/*
.nav-blocks--short .nav-block__wrapper::after {
	background: rgba(0,0,0,0.85);
}
.nav-block__wrapper::after {
	background: rgba(0,0,0,0.85);
}
*/
.link-list__date, .link-list__summary, .link-list__location {
	color: #ffffff;
	font-size: 0.8rem;
}
.slick-dots li.slick-active button::before {
	color: #000000;
	opacity: 1;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ VIDEO BACK STYLES START \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.video-hero .overlay {
	background-color: rgba(0,0,0,0.1);
}
@media only screen and (min-width: 75em) {
.video-hero .overlay .overlay-inner {
	text-align: left;
	width: 30%;
	padding: 2rem;
	background: rgba(0,0,0,0.7);
	margin: auto 55% auto 15%;
}
.stopfade {
	opacity: .5;
}
#vidback button {
  /*display: inline;*/
  float: right;
  width: 30%;
  padding: .3rem;
  border: none;
  margin: 0.5rem 0 auto auto;
  font-size: 1rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#vidback button:hover {
	background: rgba(0,0,0,0.5);
}
#vidback button:focus {
	color: #00ff00;
	background: rgba(26,26,25,0.9); 
}

}

@media only screen and (max-width: 74.9375em) {
.video-hero .overlay .overlay-inner {
	text-align: left;
	/*width: 30%;*/
	padding: 2rem;
	background: rgba(0,0,0,0.0);
	/*margin: auto 50% auto 20%;*/
}
#vidback button {
  display: none;
}
}

/* ======================================= */
@media only screen and (min-width: 120em) {
.video-hero .overlay .overlay-inner {
	text-align: left;
	width: 30%;
	padding: 2rem;
	background: rgba(0,0,0,0.5);
	margin: auto 55% auto 15%;
}
.stopfade {
	opacity: .5;
}
#vidback button {
  /*display: inline;*/
  /*float: right;*/
  width: 80px;
  padding: .3rem;
  border: none;
  margin: 0.5rem 0 auto auto;
  font-size: 1rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#vidback button:hover {
	background: rgba(0,0,0,0.5);
}
#vidback button:focus {
	color: #00ff00;
	background: rgba(26,26,25,0.9); 
}
}
/* ======================================= */
@media only screen and (max-width: 119.9375em) {
.video-hero .overlay .overlay-inner {
	text-align: left;
	width: 55%;
	padding: 2rem;
	background: rgba(0,0,0,0.5);
	margin: auto 55% auto 10%;
}
.stopfade {
	opacity: .5;
}
#vidback button {
  /*display: inline;*/
  /*float: right;*/
  width: 80px;
  padding: .3rem;
  border: none;
  margin: 0.5rem 0 auto auto;
  font-size: 1rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#vidback button:hover {
	background: rgba(0,0,0,0.5);
}
#vidback button:focus {
	color: #00ff00;
	background: rgba(26,26,25,0.9); 
}
}
/* ======================================= */
.pause-button {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
}
/* ======================================= */


/* ////////////////////////////////////////////// VIDEO BACK STYLES END ////////////////////////////////////////////// */
/* ============= STICKY BUTTONS START ======================= */
@media screen and (min-width:75em) {
.icon-bar {
  position: fixed;
  z-index: 500;
  top: 65%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px 16px;
  margin: 5px 0;
  transition: all 0.3s ease;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
}
.icon-bar a:hover {
  background-color: #000;
  color: #fff;
}
.icon-bar a:active {
  color: #000;
}	
.applysticky {
  color: #000000;
  background: #F49C4A;
}
.donatesticky {
  color: #06321b;
  background: #ffd95c;
}
}
@media screen and (min-width:10em) and (max-width:75em) {
.icon-bar {
  position: fixed;
  z-index: 500;
  bottom: 5%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px 16px;
  margin: 5px 0;
  transition: all 0.3s ease;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
}
.icon-bar a:hover {
  background-color: #000;
  color: #fff;
}
.applysticky {
  color: #000000;
  background: #F49C4A;
}
.donatesticky {
  color: #06321b;
  background: #ffd95c;
}
}
/* ============= STICKY BUTTONS END ======================= */
/* ================= EVENTS START ======================= */
h3 {
    color: #000;
    font-size: 1.3rem !important;
    font-weight: 700;
    line-height: 1.5rem !important;
}
#news-events .event-date, .event-date {
		/*width: 80%;
		border-right: 2px solid #eeb111;*/
}
#news-events .event-date, .event-date {
    border: none !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 5px 0;
    min-width: 50px;
}
#news-events .event-date .event-month {
    color: #333333;
    /*font-size: 1.3rem;*/
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
}
#news-events .event-date .event-day, #news-events .event-date .event-month, .event-date .event-day, .event-date .event-month {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 2rem;
}
#news-events .event-date .event-day, .event-date .event-day {
    color: #333333;
    /*font-size: 1.7rem;*/
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
}
#news-events .event-date .event-day, #news-events .event-date .event-month, .event-date .event-day, .event-date .event-month  {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 2rem;
}
#news-events h3.event-title, h3.event-title {
    margin: 0 0 .25rem;
    font-size: 1rem !important;
    line-height: 1rem !important;
}
#news-events .event-location, .event-location {
    font-size: 0.9rem;
    font-weight: 400;
    font-style: normal;
}
.read-more, .read-more {
    display: inline;
    text-transform: uppercase;
    /*color: #eeb111;*/
    font-size: 0.8rem;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    /*padding: .3571rem;*/
}
 .small-9, .large-10{
    display: inline-block !important;
    margin-top: 0.3rem !important;
    border-left-color: #808080;
    border-left-style: solid;
    border-left-width: 2px;
    padding-left: 10px !important;
    margin-left: 10px !important;
    float: left !important;
}
#news-events aside, div#news-events aside  {
    max-width: 125px;
}
 .small-3, .large-2 {
    display: inline-block !important;
    float: left;
    width: auto;
}
/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv INFOBAR START ////////////////////////////////////////////// */
.infobar {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	-o-justify-content: space-evenly;
	justify-content: space-evenly;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	padding: 4px 0;
}
.infobar:hover  {
	/*background-color: #eeeeee;*/
	background-color: #17264D;
}
.infobar a{
	color: #fff;
}
.infobar a:hover{
	color: #fff;
	text-decoration-thickness: from-font !important;
}
.infobar-icon {
	color: #000000;
	font-size: 2rem;
	font-weight: 400;
	line-height: inherit;
	vertical-align: middle;
}
.infobar-text {
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 10px;
	line-height: inherit;
}
.infobar .infobar-text {
	flex-basis: -moz-min-content;
	flex-basis: -ms-min-content;
	flex-basis: -webkit-min-content;
	flex-basis: -o-min-content;
	flex-basis: min-content;
}

@media only screen and (max-width: 74.9375em) {
.infobar-text {
	color: #000000;
	font-size: 0.9rem;
	font-weight: 400;
	margin-left: 10px;
	line-height: inherit;
}
.infobar:hover  {
	/*background-color: #eeeeee;*/
	background-color: #17264D;
}
}
/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv INFOBAR END ////////////////////////////////////////////// */

@media only screen and (min-width:40.063em) {
#navbar {
  /*overflow: hidden;*/
  background-color: #046A38;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
}
/*
.slick-prev::before, .slick-next::before {
	color: #000000;
	opacity: 0.75;
}
*/

/* added per ticket #98689 */
form.ldpforms input[type=&quot;text&quot;] {
	height: 24px;
}

/* added per ticket #100319 to hide test element in forms*/
.ou-ldp-form-element {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden
}

/* added 6/26/23 as part of update to remove intro spacing */
.ou-form{
	margin-bottom: 1.5rem;			
}