/**
 * Foundation for Sites by ZURB
 * Version 6.0.6
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */


.staff-block .sidebar ul,
.news-block .sidebar .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.post:after,
.posts-list:after,
.stories-list .story:after,
.text-boxes:after,
.staff-list:after,
#header:after,
#footer:after,
#footer .social:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
   * Remove default margin.
   */

body {
	margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

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

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

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

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

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

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],
template {
	display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
	background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

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

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

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

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
	font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
	font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

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

/**
   * Address styling not present in IE 8/9.
   */

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

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
	border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

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

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
	margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

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

/**
   * Contain overflow in all browsers.
   */

pre {
	overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

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

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
	overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
	text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

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

/**
   * Remove inner padding and border in Firefox 4+.
   */

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

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
	line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

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

/**
   * Define consistent border, margin, and padding.
   */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
	overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
	font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

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

td,
th {
	padding: 0;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
	padding: 0;
	margin: 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	width: 100%;
	border-radius: 0;
}

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

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

.row {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

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

.row::after {
	clear: both;
}

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

.row .row {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

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

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

.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.row.expanded {
	max-width: none;
}

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

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	/* float: right; */
	float: left;
}

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

.column.row.row,
.row.row.columns {
	float: none;
}

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

.small-1 {
	width: 8.3333333333%;
}

.small-push-1 {
	position: relative;
	left: 8.3333333333%;
}

.small-pull-1 {
	position: relative;
	left: -8.3333333333%;
}

.small-offset-0 {
	margin-left: 0;
}

.small-2 {
	width: 16.6666666667%;
}

.small-push-2 {
	position: relative;
	left: 16.6666666667%;
}

.small-pull-2 {
	position: relative;
	left: -16.6666666667%;
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.small-3 {
	width: 25%;
}

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

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

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.small-4 {
	width: 33.3333333333%;
}

.small-push-4 {
	position: relative;
	left: 33.3333333333%;
}

.small-pull-4 {
	position: relative;
	left: -33.3333333333%;
}

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

.small-5 {
	width: 41.6666666667%;
}

.small-push-5 {
	position: relative;
	left: 41.6666666667%;
}

.small-pull-5 {
	position: relative;
	left: -41.6666666667%;
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.small-6 {
	width: 50%;
}

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

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

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.small-7 {
	width: 58.3333333333%;
}

.small-push-7 {
	position: relative;
	left: 58.3333333333%;
}

.small-pull-7 {
	position: relative;
	left: -58.3333333333%;
}

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

.small-8 {
	width: 66.6666666667%;
}

.small-push-8 {
	position: relative;
	left: 66.6666666667%;
}

.small-pull-8 {
	position: relative;
	left: -66.6666666667%;
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.small-9 {
	width: 75%;
}

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

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

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.small-10 {
	width: 83.3333333333%;
}

.small-push-10 {
	position: relative;
	left: 83.3333333333%;
}

.small-pull-10 {
	position: relative;
	left: -83.3333333333%;
}

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

.small-11 {
	width: 91.6666666667%;
}

.small-push-11 {
	position: relative;
	left: 91.6666666667%;
}

.small-pull-11 {
	position: relative;
	left: -91.6666666667%;
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
	width: 100%;
	float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
	width: 50%;
	float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
	width: 33.3333333333%;
	float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
	width: 25%;
	float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
	width: 20%;
	float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
	width: 16.6666666667%;
	float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
	width: 14.2857142857%;
	float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
	width: 12.5%;
	float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
	float: left;
}

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

.small-uncenter,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
}

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

p {
	font-size: inherit;
	font-size: 0.9rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #6d6e71;
	line-height: 0;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.1875rem;
}

h4 {
	font-size: 1.125rem;
	color: #e21f26;
}

h5 {
	font-size: 1.0625rem;
}

h6 {
	font-size: 1rem;
}

a {
	color: #2199e8;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #1585cf;
}

a img {
	border: 0;
}

hr {
	max-width: 75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #6d6e71;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both;
}

ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li {
	font-size: inherit;
}

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

ol {
	margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style-type: inherit;
}

dl {
	margin-bottom: 1rem;
}

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

blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #6d6e71;
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #323232;
}

cite {
	display: block;
	font-size: .8125rem;
	color: #323232;
}

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

abbr {
	color: #000;
	cursor: help;
	border-bottom: 1px dotted #000;
}

code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #000;
	background-color: #ececec;
	border: 1px solid #6d6e71;
	padding: .125rem .3125rem .0625rem;
}

kbd {
	padding: .125rem .25rem 0;
	margin: 0;
	background-color: #ececec;
	color: #000;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #323232;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

.no-bullet {
	margin-left: 0;
	list-style: none;
}

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

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

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

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

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

.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: .85em 1em;
	margin: 0 1rem 1rem 0;
	font-size: .9rem;
	background: #2199e8;
	color: #fff;
}

[data-whatinput="mouse"] .button {
	outline: 0;
}

.button:hover,
.button:focus {
	background: #1583cc;
	color: #fff;
}

.button.tiny {
	font-size: .6rem;
}

.button.small {
	font-size: .75rem;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.button.primary {
	background: #2199e8;
	color: #fff;
}

.button.primary:hover,
.button.primary:focus {
	background: #147cc0;
	color: #fff;
}

.button.secondary {
	background: #777;
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background: #5f5f5f;
	color: #fff;
}

.button.success {
	background: #3adb76;
	color: #fff;
}

.button.success:hover,
.button.success:focus {
	background: #22bb5b;
	color: #fff;
}

.button.alert {
	background: #ec5840;
	color: #fff;
}

.button.alert:hover,
.button.alert:focus {
	background: #da3116;
	color: #fff;
}

.button.warning {
	background: #ffae00;
	color: #fff;
}

.button.warning:hover,
.button.warning:focus {
	background: #cc8b00;
	color: #fff;
}

.button.hollow {
	border: 1px solid #2199e8;
	color: #2199e8;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #0c4d78;
	color: #0c4d78;
}

.button.hollow.primary {
	border: 1px solid #2199e8;
	color: #2199e8;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #0c4d78;
	color: #0c4d78;
}

.button.hollow.secondary {
	border: 1px solid #777;
	color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #3c3c3c;
	color: #3c3c3c;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}

.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #881f0e;
	color: #881f0e;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed;
	pointer-events: none;
}

.button.dropdown::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	border-color: #fff transparent transparent;
	border-top-style: solid;
	position: relative;
	top: .4em;
	float: right;
	margin-left: 1em;
	display: inline-block;
}

.button.arrow-only::after {
	margin-left: 0;
	float: none;
	top: .2em;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: .5rem;
	border: 1px solid #6d6e71;
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: 1rem;
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 0;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
	border: 1px solid #323232;
	background: #fff;
	outline: none;
	box-shadow: 0 0 5px #6d6e71;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #ececec;
	cursor: default;
}

[type="submit"],
[type="button"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="search"] {
	box-sizing: border-box;
}

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

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

label > [type="checkbox"],
label > [type="label"] {
	margin-right: .5rem;
}

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

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #000;
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0;
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #333;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}

.input-group > *:first-child {
	border-radius: 0 0 0 0;
}

.input-group > *:last-child > * {
	border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}

.input-group-label {
	text-align: center;
	width: 1%;
	height: 100%;
	padding: 0 1rem;
	background: #ececec;
	color: #000;
	border: 1px solid #6d6e71;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	height: 2.5rem;
}

.input-group-button {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	margin-bottom: .5rem;
}

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

.fieldset legend {
	background: #fff;
	padding: 0 .1875rem;
	margin: 0;
	margin-left: -.1875rem;
}

select {
	height: 2.4375rem;
	padding: .5rem;
	border: 1px solid #6d6e71;
	border-radius: 0;
	margin: 0 0 1rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #000;
	background-color: #fafafa;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(51, 51, 51)\"></polygon></svg>");
	background-size: 9px 6px;
	background-position: right .5rem center;
	background-repeat: no-repeat;
}

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

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

select[multiple] {
	height: auto;
}

.is-invalid-input:not(:focus) {
	background-color: rgba(236, 88, 64, .1);
	border-color: #ec5840;
}

.is-invalid-label {
	color: #ec5840;
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: bold;
	color: #ec5840;
}

.form-error.is-visible {
	display: block;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.clearfix::after {
	clear: both;
}

.is-accordion-submenu-parent > a {
	position: relative;
}

.is-accordion-submenu-parent > a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded="true"] > a::after {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.menu {
	margin: 0;
	list-style-type: none;
}

.menu > li {
	display: table-cell;
	vertical-align: middle;
}

[data-whatinput="mouse"] .menu > li {
	outline: 0;
}

.menu > li:not(.menu-text) > a {
	display: block;
	padding: .7rem 1rem;
	line-height: 1;
}

.menu input,
.menu a,
.menu button {
	margin-bottom: 0;
}

.menu > li > a > img,
.menu > li > a > i {
	vertical-align: middle;
}

.menu > li > a > span {
	vertical-align: middle;
}

.menu > li > a > img,
.menu > li > a > i {
	display: inline-block;
	margin-right: .25rem;
}

.menu > li {
	display: table-cell;
}

.menu.vertical > li {
	display: block;
}

.menu.simple a {
	padding: 0;
	margin-right: 1rem;
}

.menu.align-right > li {
	float: right;
}

.menu.expanded {
	display: table;
	width: 100%;
}

.menu.expanded > li:nth-last-child(2):first-child,
.menu.expanded > li:nth-last-child(2):first-child ~ li {
	width: 50%;
}

.menu.expanded > li:nth-last-child(3):first-child,
.menu.expanded > li:nth-last-child(3):first-child ~ li {
	width: 33.3333333333%;
}

.menu.expanded > li:nth-last-child(4):first-child,
.menu.expanded > li:nth-last-child(4):first-child ~ li {
	width: 25%;
}

.menu.expanded > li:nth-last-child(5):first-child,
.menu.expanded > li:nth-last-child(5):first-child ~ li {
	width: 20%;
}

.menu.expanded > li:nth-last-child(6):first-child,
.menu.expanded > li:nth-last-child(6):first-child ~ li {
	width: 16.6666666667%;
}

.menu.expanded > li:first-child:last-child {
	width: 100%;
}

.menu.icon-top > li > a {
	text-align: center;
}

.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
	display: block;
	margin: 0 auto .25rem;
}

.menu.nested {
	margin-left: 1rem;
	display: none;
	z-index: 100;
}

.menu-text {
	font-weight: bold;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: .7rem 1rem;
}

.no-js [data-responsive-menu] ul {
	display: none;
}



@font-face {
	font-family: "Lato";
	src: url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#Lato") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("../fonts/lato-heavy-webfont.woff2") format("woff2"), url("../fonts/lato-heavy-webfont.woff") format("woff"), url("../fonts/lato-heavy-webfont.ttf") format("truetype"), url("../fonts/lato-heavy-webfont.svg#Lato") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#Lato") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff"), url("../fonts/lato-semibold-webfont.ttf") format("truetype"), url("../fonts/lato-semibold-webfont.svg#latosemibold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff"), url("../fonts/lato-medium-webfont.ttf") format("truetype"), url("../fonts/lato-medium-webfont.svg#Lato") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Lato";
	src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#Lato") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.visual-block {
	position: relative;
  background-image: url('https://abilitynetworkde.org/wp-content/uploads/2016/08/flower.jpg');
	background-size: cover;
	background-position: center;
	height: 28.8rem;
}

.home .visual-block {
	height: 100%;
}

.home .visual-block .text {
  margin-top: 60px;
}

.home .visual-block img{
  margin: -60px -20px 0 20px;
}

.detail-page .visual-block,
.single-members .visual-block {
	height: 15.75rem !important;
}

.visual-block .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;
	color: #fff;
	width: 100%;
  font-size: 32px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.visual-block .text span {
	font-size: 3.75rem;
	line-height: 3.875rem;
	font-weight: normal;
	color: #fff;
	padding: .75rem 3.1875rem .4375rem;
	margin: 0 0 .4375rem;
	display: inline-block;
	position: relative;
	text-shadow: 0 0 5rem #000, 0 -.625rem 5rem #000;
}

.visual-block .text span:after {
	content: "";
	width: 250px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: .0625rem solid #fff;
}

.visual-block .text strong {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 600;
	display: block;
	text-shadow: 0 0 5rem #000, 0 .625rem 5rem #000, 0 -1.25rem 5rem #000;
}

.visual-block .text img {
	width: 100%;
	max-width: none;
}

.post {
	background: #ececec;
	margin-bottom: 1.25rem;
}

.post > img {
	display: block;
	width: 100%;
	margin-bottom: .625rem;
}

.post .text {
	overflow: hidden;
	padding: 1.0625rem 1.375rem .8125rem;
	font-size: .9rem;
	line-height: 1.25rem;
	color: #000;
}

.post h2 {
	margin: 0 0 .375rem;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: #e21f26;
	font-weight: 700;
}

.post .time {
	display: block;
	font-weight: 800;
	margin-bottom: .5625rem;
	font-size: 0.9rem;
}

.post hr {
	height: .0625rem;
	border-color: #e21f26;
	margin: 0 0 .625rem 0;
}

.post p {
	font-size: 0.9rem;
	margin: 0 0 .5rem;
	line-height: 1.25rem;
}

.post .more {
	text-transform: uppercase;
	float: right;
}

.post a {
	color: #e21f26;
}

.post a:hover {
	text-decoration: underline;
}

.posts-list {
	padding: .9375rem;
}

.posts-list .columns {
	padding: 0;
}

.member-block {
	border: 0 solid #e21f26;
	border-width: .1875rem 0;
	padding: 2.0625rem;
	margin: 0 2.0625rem 2.0625rem;
	position: relative;
}

.member-block img {
	display: block;
	width: 80%;
	margin: 0 auto 1.25rem;
}

.member-block a, a.more {
	color: #e21f26;
}

.member-block a:hover {
	text-decoration: underline;
}

.member-block .text {
	overflow: hidden;
	padding: .875rem 1.25rem 0 0;
	font-size: .8125rem;
	line-height: 1.1875rem;
}

.member-block h2 {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: -.25rem 0 0;
	font-size: 1.5625rem;
	line-height: 1.75rem;
	color: #e21f26;
	font-weight: 500;
	padding: 0 1.5625rem;
	background: #fff;
}

.member-block p {
	margin: 0 0 .5625rem;
	line-height: 1.1875rem;
}

.member-block .more, a.more {
	text-transform: uppercase;
}

.events-list > div {
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.events-list > div:nth-child(even) .text {
	background: rgba(109, 110, 113, .79);
}

.events-list .text {
	color: #fff;
	text-align: center;
	padding: .9375rem;
	font-size: .8125rem;
	line-height: 1.1875rem;
	background: rgba(224, 58, 64, .79);
}

.events-list .amp {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 2.4375rem;
	height: 2.1875rem;
	display: block;
	margin: auto;
	margin-bottom: 1.125rem;
	background: url("../images/image-amp-small.png");
}

.events-list .time {
	margin-bottom: 1.625rem;
	padding: .375rem .3125rem 0;
	font-size: 1.4375rem;
	line-height: 1.625rem;
	font-weight: 700;
	border-top: .125rem solid #fff;
	display: inline-block;
}

.events-list h2 {
	margin: 0 0 1rem;
	font-size: 2.375rem;
	line-height: 2.5rem;
	font-weight: 500;
}

.events-list p {
	line-height: 1.1875rem;
	margin: 0 0 1.3125rem;
}

.events-list .button {
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding: 0 .8125rem;
	background: #fff;
	color: #e21f26;
	border: 0;
	font-weight: 500;
	-webkit-transition: color .5s ease, background .5s ease;
	transition: color .5s ease, background .5s ease;
	margin-top: 20px;
}

.events-list .button:hover {
	color: #fff;
	background: transparent;
}

.text-block {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding: .625rem;
	/* color: #e21f26; */
}

.text-block p {
	margin: 0 0 1rem 0;
	line-height: 1.9375rem;
}

.text-block.style2 {
	margin-bottom: 0px;
	padding: 1.25rem 1.25rem 0px 1.25rem;
	text-align: left;
	max-width: 62.25rem;
	font-size: 1.5625rem;
	line-height: 2.25rem;
	/* border-bottom: .1875rem solid #e21f26; */
}

.text-block.style2 p {
	font-size: 1.5625rem;
	line-height: 2.25rem;
}

.text-block.style3 {
	margin-top: 1rem;
	padding: 1.25rem;
	text-align: center;
	max-width: 45rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.stories-list .story .image {
	background-position: center;
	background-size: cover;
}

.stories-list .story .text {
	background: #e03a40;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}

.stories-list .story .text:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.stories-list .story .text .holder {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding: .9375rem;
}

.stories-list .story .text h2 {
	font-size: 2.4375rem;
	line-height: 2.625rem;
	font-weight: 500;
	padding: 0 0 1.125rem;
	margin: 0 7.375rem 1.125rem 0;
	border-bottom: .1875rem solid #fff;
}

.stories-list .story .text p {
	line-height: 1.1875rem;
	margin: 0 0 1.375rem;
}

.stories-list .story:nth-child(even) .text {
	background: #6d6e71;
}

.text-boxes {
	font-size: .8125rem;
	line-height: 1.1875rem;
	margin-bottom: 1.875rem;
}

.text-boxes > div {
	position: relative;
    padding: 0 1rem 1rem 1.1rem;
    margin: 0 -12px 20px 10px;
}

.text-boxes > div:after {
	content: "";
	position: absolute;
	left: 16px;
	right: 26px;
	bottom: .5rem;
	border-bottom: .1875rem solid #e21f26;
}

.text-boxes.members > div:after {
	border-bottom: none;
}
.text-boxes.members > div a {
	border: 1px solid #282828;
}
.text-boxes.members > div a {
	padding: 20px;
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 200px;
}
.text-boxes.members > div img {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
.text-boxes p {
	margin: 0 0 .625rem;
	line-height: 1.1875rem;
}

.text-boxes .button {
	position: absolute;
	right: 1.625rem;
	bottom: 0;
	padding: 0 1.375rem;
	background: #e21f26;
	color: #fff;
	border: 0;
	margin: 0;
	font-size: .8125rem;
	line-height: 1.5625rem;
	font-weight: normal;
	-webkit-transition: color .5s ease, background .5s ease;
	transition: color .5s ease, background .5s ease;
	z-index: 1;
}

.text-boxes .button:hover {
	background: #fff;
	color: #e21f26;
}

.text-boxes .button:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 1.625rem;
	bottom: 0;
	background: #fff;
}

.staff-list, .member-list {
	padding: 1.5rem 1.5rem 0;
	font-size: 1.5625rem;
	line-height: 1.75rem;
	text-align: center;
}

.member-list {
	padding-bottom: 30px;
}

.staff-list img, .member-list img {
	width: 100%;
}

.staff-list > div, .member-list > div {
	position: relative;
	padding: 0 0 1.5rem;
	margin: 0;
}

.member-list > div {
	width: 24%;
	min-height: 300px;
	margin: 0 .6875rem .6875rem 0;
}

.member-list > div:nth-child(4n) {
	margin-right: 0;
}

.staff-list > div a, .member-list > div a {
	position: relative;
	display: block;
	color: #fff;
}

.staff-list > div a:hover .overlay, .member-list > div a .overlay  {
	opacity: 1;
	visibility: visible;
}

.member-list > div a .overlay {
	min-height: 300px;
}

.staff-list > div a.text-item .text img, .member-list > div a.text-item .text img {
	width: auto;
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.staff-list > div a.text-item .overlay, .member-list > div a.text-item .overlay {
	opacity: 1;
	visibility: visible;
	background: #e03a40;
}

.staff-list > div a.text-item strong, .member-list > div a.text-item strong {
	margin: 0;
	padding: 0;
}

.member-list > div strong {
	padding: 0 10px;
}

.staff-list > div a.text-item strong:after, .member-list > div a.text-item strong:after {
	display: none;
}

.staff-list > div .amp, .member-list > div .amp {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 3rem;
	height: 2.875rem;
	display: block;
	margin: 0 auto .875rem;
	background: url("../images/image-amp-small2.png");
}

.staff-list > div strong, .member-list > div strong {
	display: block;
	position: relative;
	font-weight: 800;
	margin-bottom: .75rem;
	padding-bottom: 1.1875rem;
}

.staff-list > div strong:after, .member-list > div strong:after {
	width: 6rem;
	height: .3125rem;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.staff-list > div .overlay, .member-list > div .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(224, 58, 64, .79);
	white-space: nowrap;
}

.staff-list > div .overlay .text, .member-list > div .overlay .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}
.staff-list > div .overlay .text span, .member-list > div .overlay .text span {
	padding: 0 5px;
}
.member-list > div .overlay .text span {
    display: inline-block;
}
.member-list > div .overlay .text span.phone {
	margin-bottom: 10px;
}
.staff-list > div .overlay:after, .member-list > div .overlay:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.staff-block {
	overflow: hidden;
}

.staff-block .sidebar,
.page-template-template-full-width .sidebar {
	padding: 0;
}

.staff-block .sidebar img,
.page-template-template-full-width .sidebar img {
	width: 100%;
	display: block;
	margin: 0;
	background-color: #e21f26;
}

.staff-block .sidebar ul,
.page-template-template-full-width .sidebar ul {
	position: relative;
	background: #323232;
	padding: .625rem;
	font-size: 1.4375rem;
	line-height: 1.5rem;
	height: 100%;
}

.staff-block.contact-us .sidebar ul {
	background: #fff;
	padding: 1.8125rem 0 1.3125rem;
	position: relative;
    float: left;
    overflow: hidden;
}

.staff-block.contact-us .sidebar ul a {
	color: #000;
}

.staff-block .sidebar ul li,
.page-template-template-full-width .sidebar ul li {
	padding: 0 0 .5rem;
}

.staff-block .sidebar ul li img,
.page-template-template-full-width .sidebar ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem;
	width: auto;
	max-width: 10%;
}

.staff-block .sidebar ul li a,
.page-template-template-full-width .sidebar ul li a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-bottom: .125rem;
}

.staff-block .content {
	font-size: .8125rem;
	line-height: 1.125rem;
	padding: .625rem;
}

.staff-block .content h1 {
	font-size: 2.125rem;
	line-height: 2.25rem;
	font-weight: 800;
	margin: 0 0 .375rem;
	color: #e21f26;
	text-transform: uppercase;
}

.staff-block.issues .content h1,
.staff-block.alerts .content h1 {
    padding-bottom: 0.2rem;
    font-size: 1.4rem;
    line-height: 2rem;
}
.staff-block.issues .issue-item,
.staff-block.issues .alert-item {
	clear: both;
    float: left;
    padding: 10px 0;
}
.staff-block .content h2 {
	font-size: 2.125rem;
	line-height: 2.25rem;
	font-weight: normal;
	margin: 0 0 1.5rem;
	color: #e21f26;
	text-transform: capitalize;
}

.staff-block .content h2.introtext,
.single-members .content h1.introtext {
	font-size: 2.125rem;
	line-height: 2.25rem;
	font-weight: normal;
	margin: 1.5rem 0 1.5rem;
	color: #e21f26;
}

h3.introtext {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin: 1.5rem 0 1.0rem;
	color: #e21f26;
}

.staff-block .content p {
	margin: 0 0 1.0625rem;
	line-height: 1.25rem;
	font-size: 0.9rem;
}

.staff-block .content p.heading {
	line-height: 1.525rem;
}

.news-block {
	position: relative;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

.sidebar-opened .news-block {
	-webkit-transform: translateX(66%);
	-ms-transform: translateX(66%);
	transform: translateX(66%);
}

.sidebar-opened .news-block .opener:before {
	height: .125rem;
	top: .75rem;
	left: -.125rem;
	right: -.125rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sidebar-opened .news-block .opener:after {
	top: auto;
	height: .125rem;
	bottom: .75rem;
	left: -.125rem;
	right: -.125rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sidebar-opened .news-block .opener span {
	top: 12px;
	opacity: 0;
	height: 0;
}

.news-block .opener {
	width: 1.9375rem;
	height: 1.625rem;
	margin: .625rem .625rem 0 0;
	float: left;
	position: relative;
	z-index: 1;
	outline: none;
}

.news-block .opener:before,
.news-block .opener:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: .375rem;
	background: #e21f26;
	-webkit-transition: height .5s ease, -webkit-transform .5s ease, top .5s ease;
	transition: height .5s ease, transform .5s ease, top .5s ease;
}

.news-block .opener:after {
	top: auto;
	bottom: 0;
}

.news-block .opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	top: .625rem;
	left: 0;
	right: 0;
	height: .375rem;
	opacity: 1;
	background: #e21f26;
	-webkit-transition: height .5s ease, opacity .5s ease, top .5s ease;
	transition: height .5s ease, opacity .5s ease, top .5s ease;
}

.news-block .sidebar {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 1.25rem;
}

.news-block .sidebar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6249.9375rem;
	z-index: -1;
	background: #323232;
}

.news-block .sidebar h1 {
	margin: 0 0 1.375rem;
	padding: 0 0 1.0625rem;
	color: #fff;
	font-size: 2.5rem;
	line-height: 2.75rem;
	border-bottom: .1875rem solid #fff;
}

.news-block .sidebar .menu {
	font-size: .75rem;
	line-height: .875rem;
	font-weight: 800;
	width: 5.125rem;
}

.news-block .sidebar .menu ul {
	padding: .4375rem 0 .5rem;
}

.news-block .sidebar .menu ul li {
	padding: .0625rem .125rem;
	margin: 0 0 .0625rem;
	border-top: .0625rem solid #474748;
}

.news-block .sidebar .menu ul li:first-child {
	border-top: 0;
}

.news-block .sidebar .menu ul li a {
	color: #fff;
}

.news-block .sidebar .menu ul li a:hover {
	text-decoration: underline;
}

.news-block .sidebar .menu > li {
	margin: 0 0 .625rem;
}

.news-block .sidebar .menu > li[aria-expanded="true"] > a {
	color: #fff;
	background: #e21f26;
}

.news-block .sidebar .menu > li[aria-expanded="true"] > a:after {
	-webkit-transform: translate(-30%, -20%);
	-ms-transform: translate(-30%, -20%);
	transform: translate(-30%, -20%);
	border-color: #fff transparent transparent;
}

.news-block .sidebar .menu > li > a {
	padding: .1875rem .375rem .25rem;
	line-height: .875rem;
	color: #e21f26;
	background: #fff;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.news-block .sidebar .menu > li > a:hover {
	opacity: .5;
}

.news-block .sidebar .menu > li > a:after {
	right: .3125rem;
	margin: 0;
	border: inset .25rem;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border-color: transparent transparent transparent #e21f26;
	border-top-style: solid;
	-webkit-transition: border .5s ease, -webkit-transform .5s ease;
	transition: border .5s ease, transform .5s ease;
}

.news-block .sidebar .menu .active > a {
	font-style: italic;
}

.news-block .content {
	padding: 1.25rem;
}

.news-block .content > h2 {
	margin: 0 0 2.6875rem;
	padding: 0 0 1.0625rem;
	/*max-width: 18.125rem;*/
	color: #e21f26;
	font-size: 2.5rem;
	line-height: 2.75rem;
	border-bottom: .1875rem solid #e21f26;
}

.news-block .content > .more {
	float: left;
	font-size: .875rem;
	line-height: 1rem;
	font-weight: 500;
	color: #e21f26;
	text-decoration: underline;
}

.news-block .content > .more:hover {
	text-decoration: none;
}

.news-block .content .post {
	margin-bottom: 1.5625rem;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}

#header .logo {
	float: left;
	/* width: 8.125rem; */
}

#header .holder {
	position: relative;
}

#header .nav-bar {
	float: right;
	position: relative;
	padding-right: .3125rem;
	padding-top: 10px;
}

#header .login {
	float: left;
	margin-right: .3125rem;
	padding-right: .3125rem;
	color: #fff;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	font-size: .9375rem;
	line-height: 3.625rem;
	font-weight: 700;
}

#header .login a {
	color: #fff;
}

#header .login a:hover {
	text-decoration: underline;
}

#header .opener {
	width: 1.9375rem;
	height: 1.625rem;
	/*background-image: url('../images/and_menu_burger.png');
	background-position: center center;
	background-repeat: no-repeat;*/
	outline: none;
	margin-top: 1rem;
	float: left;
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

#header .opener:hover {
	opacity: .5;
}
/*
#header .opener.open {
	background-image: url('../images/and_menu_x.png');
}
*/

#header .opener:before,
#header .opener:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: .375rem;
	background: #fff;
	-webkit-transition: height .5s ease, -webkit-transform .5s ease, top .5s ease;
	transition: height .5s ease, transform .5s ease, top .5s ease;
}

#header .opener:after {
	top: auto;
	bottom: 0;
}

#header .opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	top: .625rem;
	left: 0;
	right: 0;
	height: .375rem;
	opacity: 1;
	background: #fff;
	-webkit-transition: height .5s ease, opacity .5s ease, top .5s ease;
	transition: height .5s ease, opacity .5s ease, top .5s ease;
}


#header .nav {
	/*display: none;*/
	background: #e21f26;
	position: absolute;
	top: 0;
	right: 0;
	padding: 4.25rem .3125rem 1.625rem 1.5625rem;
	width: 21rem;
    visibility: hidden;
    opacity: 0;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	overflow: hidden;
	max-height: 100vh;
}

#header .nav a {
	display: inline-block;
	color: #fff;
	outline: none;
}
.directLink a {
	line-height: 2rem;
    font-size: 1.375rem;
    font-weight: 800;
    margin-left: .4rem;
}

.is-accordion-submenu > .directLink a {
	line-height: 1.25rem;
	font-size: 1rem;
	font-weight: normal;
}

#header .nav ul {
	padding: .375rem 0 .0625rem 1.4375rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.25rem;
}

#header .nav ul li {
	padding: .1875rem 0;
}

#header .nav ul li a:hover {
	text-decoration: underline;
}

#header .nav ul li.active > a {
	font-weight: 900;
}

#header .nav ul a {
	padding: 0;
}

#header .nav > li.is-accordion-submenu-parent > a,
#header .nav > li > a {
	background-color: transparent;
	-webkit-transition: color .5s ease, background .5s ease;
	transition: color .5s ease, background .5s ease;
	padding: 0 .625rem 0 1.375rem;
	position: relative;
	line-height: 2rem;
	font-size: 1.375rem;
	font-weight: 800;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

#header .nav > li.is-accordion-submenu-parent > a:hover {
	opacity: .5;
}

#header .nav > li.is-accordion-submenu-parent > a:before,
#header .nav > li.is-accordion-submenu-parent > a:after {
	width: .75rem;
	height: .125rem;
	content: "";
	position: absolute;
	top: 50%;
	left: .3125rem;
	right: auto;
	margin: 0;
	border: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

#header .nav > li.is-accordion-submenu-parent > a:before {
	width: .125rem;
	height: .75rem;
	position: absolute;
	left: .625rem;
}

#header .nav > li[aria-expanded="true"] > a {
	color: #e21f26;
	background-color: #fff;
}

#header .nav > li[aria-expanded="true"] > a:after {
	width: .375rem;
	left: .5rem;
	background: #e21f26;
}

#header.nav-opened .nav {
	visibility: visible;
	opacity: 1;
}

#header.nav-opened .opener:before {
	height: .125rem;
	top: .75rem;
	left: -.125rem;
	right: -.125rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header.nav-opened .opener:after {
	top: auto;
	height: .125rem;
	bottom: .75rem;
	left: -.125rem;
	right: -.125rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header.nav-opened .opener span {
	top: 12px;
	opacity: 0;
	height: 0;
}

#footer {
	position: relative;
	padding: 1.5625rem;
	background: #e21f26;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 800;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .amp {
	display: none;
}

#footer .menu {
	margin-bottom: 1.875rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	text-transform: uppercase;
}

#footer .menu li {
	padding: 0;
	display: block;
}

#footer .menu li a {
	display: inline-block;
	padding: 0;
	margin: 0 0 .25rem;
}

#footer .address {
	font-style: normal;
	line-height: 1.125rem;
}

#footer .phone span {
	padding-right: .625rem;
}

#footer .social {
	padding-top: .375rem;
}

#footer .social a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	height: 1rem;
	float: left;
	background: url("../images/social-icons.png");
	margin-right: .4375rem;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

#footer .social a:hover {
	opacity: .5;
}

#footer .social a.facebook {
	width: .5625rem;
}

#footer .social a.linkedin {
	width: 1.125rem;
	background-position: -16px 0;
}

#footer .social a:hover {
	text-decoration: none;
}

/* Gravity Forms Overrides */
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url] {
	background-color: #e21f26 !important;
	border: 1px solid #e21f26 !important;
	color: #fff !important;
}

.gform_wrapper [type="text"], .gform_wrapper [type="password"], .gform_wrapper [type="date"],
.gform_wrapper [type="datetime"], .gform_wrapper [type="datetime-local"], .gform_wrapper [type="month"],
.gform_wrapper [type="week"], .gform_wrapper [type="email"], .gform_wrapper [type="number"],
.gform_wrapper [type="search"], .gform_wrapper [type="tel"], .gform_wrapper [type="time"], .gform_wrapper [type="url"],
.gform_wrapper [type="color"], .gform_wrapper textarea, .gform_wrapper select {
	background-color: #e21f26 !important;
	border: 1px solid #e21f26 !important;
	color: #fff !important;
}

.gfield_label, .gform_body label {
	display: none !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #666;
    float: right;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-right: 10px;
}

.page-template-template-contact-us .sidebar {
	padding-left: 2.25rem !important;
}

.page-template-template-contact-us .photoblock {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.page-template-template-contact-us .photoblock img {
	width: auto;
    display: block;
    margin: 0;
    background-color: #e21f26;
}
.members {
	padding-top: 40px !important;
}
.page-template-template-member-spotlight .sidebar .imgholder,
.single-members .sidebar .imgholder {
	width: 100%;
	height: 300px;
	text-align: center;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
.page-template-template-member-spotlight .sidebar .imgholder img,
.single-members .sidebar .imgholder img {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-template-template-member-spotlight .staff-block .text-block.content,
.single-members .staff-block .text-block.content {
    padding: 0 4.0625rem 1.125rem 0;
    margin-left: 0;
    margin-right: 0;
}
.single-news .staff-block .content h1 {
	margin-bottom: 2rem;
}

/* ADDED 2016-07-15 */
.home .member-block img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.alert-item {
	max-width: 62.25rem;
    margin: 0 auto;
}
.alert-item .content {
	padding: 10px 0 20px 0 !important;
}
.staff-block.issues .issue-item {
	padding: 20px 0;
}
.staff-block.issues .issue-item:first-child {
	padding: 40px 0 20px 0;
}
.page-job-bank .staff-block .sidebar {
	padding-top: 40px;
}
.page-template-template-member-spotlight .sidebar img {
	background-color: #fff;
}
.single-staff .sidebar ul li {
	font-size: 1.2rem;
}
.redline {
    width: 100%;
    height: 1px;
    border-top: 1px solid red;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.introtext {
    margin-bottom: 0px;
    padding: 1.25rem 1.25rem 0px 1.25rem;
    text-align: left;
    max-width: 62.25rem;
    font-size: 1.5625rem;
    line-height: 2.25rem;
    border-bottom: .1875rem solid #e21f26;
    color: #e21f26;
}
.reportsarchive {
	width: 100%;
    max-width: 75rem !important;
    padding: 1.75rem 1rem 0 1.6875rem !important;
}
::-webkit-input-placeholder {
  color: #ffffff !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff !important;
}

:-ms-input-placeholder {
  color: #ffffff !important;
}
.stafflink {
	position: relative;
	float: left;
	width: 100%;
}
.issue-item .content {
	padding: 20px 0 0 0 !important;
}
.page-current-members .visual-block, .page-member-spotlight .visual-block {
    background-position: bottom center;
}
.page-member-services .visual-block {
	background-position: top center;
}
h3.resource-title {
    font-size: 19px;
}

.staff-block .sidebar ul:after {
    background: none !important;
}

.staff-img {
    width: 100%;
    height: 312px;
}

.text-block.style2.content.two-columns ul li {
	padding-bottom: 0.5rem;
}

/* SHRINK HEADER */
#header .logo img {
	height: 140px;
	width: auto;
	transition: all 0.25s ease;
}
#header.shrink .logo img {
	height: 80px;
	width: auto;
}
#header.shrink .nav-bar {
	padding-top: 10px !important;
	transition: all 0.25s ease;
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

@media screen and (min-width: 0) and (max-width: 39.9375em) { /* 559px or less */
	.hide-for-small-only {
		display: none !important;
	}
	.staff-list > div .overlay {
		opacity: 1 !important;
		visibility: visible !important;
	}
	main p, main li {
		font-size: 14px;
    	line-height: 18px !important;
	}
	main .introtext p {
		font-size: 20px;
		line-height: 24px !important;
	}
	.visual-block .text span {
    	font-size: 2.75rem;
    	line-height: 2.875rem;
	}
	.single-members .staff-block .sidebar .member_address, .page-template-template-member-spotlight .sidebar .member_address {
    	border-bottom: 1px solid #e21f26;
    	margin-bottom: 8px;
	}
	.single-members .staff-block .sidebar ul li, .page-template-template-member-spotlight .sidebar ul li {
    	color: #fff;
	}
	.single-members .staff-block .sidebar ul li span, .page-template-template-member-spotlight .sidebar ul li span {
    	color: #e21f26;
    	text-transform: uppercase;
	}
}

@media screen and (max-width: 0), screen and (min-width: 40em) { /* 560px or less */
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (min-width: 40em) {
	.row.medium-collapse > .column,
	.row.medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}

	.row.medium-uncollapse > .column,
	.row.medium-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.medium-1 {
		width: 8.3333333333%;
	}

	.medium-push-1 {
		position: relative;
		left: 8.3333333333%;
	}

	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}

	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-2 {
		width: 16.6666666667%;
	}

	.medium-push-2 {
		position: relative;
		left: 16.6666666667%;
	}

	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}

	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}

	.medium-3 {
		width: 25%;
	}

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

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

	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}

	.medium-4 {
		width: 33.3333333333%;
	}

	.medium-push-4 {
		position: relative;
		left: 33.3333333333%;
	}

	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}

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

	.medium-5 {
		width: 41.6666666667%;
	}

	.medium-push-5 {
		position: relative;
		left: 41.6666666667%;
	}

	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}

	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}

	.medium-6 {
		width: 50%;
	}

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

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

	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}

	.medium-7 {
		width: 58.3333333333%;
	}

	.medium-push-7 {
		position: relative;
		left: 58.3333333333%;
	}

	.medium-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}

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

	.medium-8 {
		width: 66.6666666667%;
	}

	.medium-push-8 {
		position: relative;
		left: 66.6666666667%;
	}

	.medium-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}

	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}

	.medium-9 {
		width: 75%;
	}

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

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

	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}

	.medium-10 {
		width: 83.3333333333%;
	}

	.medium-push-10 {
		position: relative;
		left: 83.3333333333%;
	}

	.medium-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}

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

	.medium-11 {
		width: 91.6666666667%;
	}

	.medium-push-11 {
		position: relative;
		left: 91.6666666667%;
	}

	.medium-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}

	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}

	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		width: 100%;
		float: left;
	}

	.medium-up-1 > .column:nth-of-type(1n),
	.medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-1 > .column:nth-of-type(1n+1),
	.medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}

	.medium-up-1 > .column:last-child,
	.medium-up-1 > .columns:last-child {
		float: left;
	}

	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		width: 50%;
		float: left;
	}

	.medium-up-2 > .column:nth-of-type(1n),
	.medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-2 > .column:nth-of-type(2n+1),
	.medium-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}

	.medium-up-2 > .column:last-child,
	.medium-up-2 > .columns:last-child {
		float: left;
	}

	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}

	.medium-up-3 > .column:nth-of-type(1n),
	.medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-3 > .column:nth-of-type(3n+1),
	.medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}

	.medium-up-3 > .column:last-child,
	.medium-up-3 > .columns:last-child {
		float: left;
	}

	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		width: 25%;
		float: left;
	}

	.medium-up-4 > .column:nth-of-type(1n),
	.medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-4 > .column:nth-of-type(4n+1),
	.medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}

	.medium-up-4 > .column:last-child,
	.medium-up-4 > .columns:last-child {
		float: left;
	}

	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		width: 20%;
		float: left;
	}

	.medium-up-5 > .column:nth-of-type(1n),
	.medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-5 > .column:nth-of-type(5n+1),
	.medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}

	.medium-up-5 > .column:last-child,
	.medium-up-5 > .columns:last-child {
		float: left;
	}

	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}

	.medium-up-6 > .column:nth-of-type(1n),
	.medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-6 > .column:nth-of-type(6n+1),
	.medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}

	.medium-up-6 > .column:last-child,
	.medium-up-6 > .columns:last-child {
		float: left;
	}

	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}

	.medium-up-7 > .column:nth-of-type(1n),
	.medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-7 > .column:nth-of-type(7n+1),
	.medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}

	.medium-up-7 > .column:last-child,
	.medium-up-7 > .columns:last-child {
		float: left;
	}

	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		width: 12.5%;
		float: left;
	}

	.medium-up-8 > .column:nth-of-type(1n),
	.medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.medium-up-8 > .column:nth-of-type(8n+1),
	.medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}

	.medium-up-8 > .column:last-child,
	.medium-up-8 > .columns:last-child {
		float: left;
	}

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

	.medium-uncenter,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.9375rem;
	}

	h4 {
		font-size: 1.25rem;
	}

	h5 {
		font-size: 1.15rem;
	}

	h6 {
		font-size: 1rem;
	}

	.medium-text-left {
		text-align: left;
	}

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

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

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

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

	.menu.medium-horizontal > li {
		display: table-cell;
	}

	.menu.medium-vertical > li {
		display: block;
	}

	.visual-block {
		height: 28.8rem;
	}

	.single-staff .visual-block {
		height: 10rem;
	}

	.post > img {
		float: left;
		width: auto;
		max-width: 50%;
		margin: 0 .75rem 0 0;
	}

	.posts-list {
		padding-right: 0;
	}

	.posts-list .columns {
		padding-right: .9375rem;
	}

	.member-block {
		padding: 2.0625rem 3.5rem 2.1875rem;
		margin: 0 2.0625rem 5.25rem;
	}

	.member-block img {
		max-width: 40%;
		float: left;
		width: auto;
		margin: 0 4.375rem 0 0;
	}

	.events-list > div:nth-child(even) .event {
		float: right;
	}

	.events-list > div:nth-child(even) .text {
		float: left;
	}

	.events-list .event {
		width: 50%;
		float: left;
	}

	.events-list .text {
		padding: 1.875rem;
	}

	.text-block {
		padding: .9375rem;
	}

	.stories-list .story .image {
		float: right;
		width: 50%;
	}

	.stories-list .story .text {
		width: 50%;
		float: left;
	}

	.stories-list .story:nth-child(even) .image {
		float: left;
	}

	.stories-list .story:nth-child(even) .text {
		float: right;
		text-align: left;
	}

	.text-boxes {
		margin-bottom: 3.125rem;
	}

	.staff-list {
		padding: 1.5rem .6875rem .625rem 1.5rem;
	}

	.staff-list > div {
		padding: 0 .6875rem .6875rem 0;
	}

	.staff-list > div a.text-item .text {
		padding: .625rem 0 0 1.875rem;
	}

	.staff-list > div a.text-item .text img {
		margin-bottom: 2.1875rem;
	}

	.staff-list > div a.text-item .overlay {
		position: absolute;
	}

	.staff-list > div a.text-item strong {
		margin: 0 2.625rem 0 0;
	}

	.staff-block .sidebar ul:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 62499.9375rem;
		background: #323232;
	}

	.staff-block .content {
		padding: 1.875rem;
	}

	.sidebar-opened .news-block {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	#header .logo {
		width: auto;
	}

	#header .nav-bar {
		padding-right: 2.1875rem;
		padding-top: 2.25rem;
	}

	#header .login {
		margin-right: 1.875rem;
		padding-right: 1.5rem;
	}

	#header .nav {
		padding-top: 5.875rem;
	}

	#footer .menu {
		margin: 0;
		float: left;
		width: 66%;
	}

	#footer .address {
		float: right;
		width: 33%;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 64em) {
	.row.large-collapse > .column,
	.row.large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}

	.row.large-uncollapse > .column,
	.row.large-uncollapse > .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.large-1 {
		width: 8.3333333333%;
	}

	.large-push-1 {
		position: relative;
		left: 8.3333333333%;
	}

	.large-pull-1 {
		position: relative;
		left: -8.3333333333%;
	}

	.large-offset-0 {
		margin-left: 0;
	}

	.large-2 {
		width: 16.6666666667%;
	}

	.large-push-2 {
		position: relative;
		left: 16.6666666667%;
	}

	.large-pull-2 {
		position: relative;
		left: -16.6666666667%;
	}

	.large-offset-1 {
		margin-left: 8.3333333333%;
	}

	.large-3 {
		width: 25%;
	}

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

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

	.large-offset-2 {
		margin-left: 16.6666666667%;
	}

	.large-4 {
		width: 33.3333333333%;
	}

	.large-push-4 {
		position: relative;
		left: 33.3333333333%;
	}

	.large-pull-4 {
		position: relative;
		left: -33.3333333333%;
	}

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

	.large-5 {
		width: 41.6666666667%;
	}

	.large-push-5 {
		position: relative;
		left: 41.6666666667%;
	}

	.large-pull-5 {
		position: relative;
		left: -41.6666666667%;
	}

	.large-offset-4 {
		margin-left: 33.3333333333%;
	}

	.large-6 {
		width: 50%;
	}

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

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

	.large-offset-5 {
		margin-left: 41.6666666667%;
	}

	.large-7 {
		width: 58.3333333333%;
	}

	.large-push-7 {
		position: relative;
		left: 58.3333333333%;
	}

	.large-pull-7 {
		position: relative;
		left: -58.3333333333%;
	}

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

	.large-8 {
		width: 66.6666666667%;
	}

	.large-push-8 {
		position: relative;
		left: 66.6666666667%;
	}

	.large-pull-8 {
		position: relative;
		left: -66.6666666667%;
	}

	.large-offset-7 {
		margin-left: 58.3333333333%;
	}

	.large-9 {
		width: 75%;
	}

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

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

	.large-offset-8 {
		margin-left: 66.6666666667%;
	}

	.large-10 {
		width: 83.3333333333%;
	}

	.large-push-10 {
		position: relative;
		left: 83.3333333333%;
	}

	.large-pull-10 {
		position: relative;
		left: -83.3333333333%;
	}

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

	.large-11 {
		width: 91.6666666667%;
	}

	.large-push-11 {
		position: relative;
		left: 91.6666666667%;
	}

	.large-pull-11 {
		position: relative;
		left: -91.6666666667%;
	}

	.large-offset-10 {
		margin-left: 83.3333333333%;
	}

	.large-12 {
		width: 100%;
	}

	.large-offset-11 {
		margin-left: 91.6666666667%;
	}

	.large-up-1 > .column,
	.large-up-1 > .columns {
		width: 100%;
		float: left;
	}

	.large-up-1 > .column:nth-of-type(1n),
	.large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-1 > .column:nth-of-type(1n+1),
	.large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}

	.large-up-1 > .column:last-child,
	.large-up-1 > .columns:last-child {
		float: left;
	}

	.large-up-2 > .column,
	.large-up-2 > .columns {
		width: 50%;
		float: left;
	}

	.large-up-2 > .column:nth-of-type(1n),
	.large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-2 > .column:nth-of-type(2n+1),
	.large-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}

	.large-up-2 > .column:last-child,
	.large-up-2 > .columns:last-child {
		float: left;
	}

	.large-up-3 > .column,
	.large-up-3 > .columns {
		width: 33.3333333333%;
		float: left;
	}

	.large-up-3 > .column:nth-of-type(1n),
	.large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-3 > .column:nth-of-type(3n+1),
	.large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}

	.large-up-3 > .column:last-child,
	.large-up-3 > .columns:last-child {
		float: left;
	}

	.large-up-4 > .column,
	.large-up-4 > .columns {
		width: 25%;
		float: left;
	}

	.large-up-4 > .column:nth-of-type(1n),
	.large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-4 > .column:nth-of-type(4n+1),
	.large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}

	.large-up-4 > .column:last-child,
	.large-up-4 > .columns:last-child {
		float: left;
	}

	.large-up-5 > .column,
	.large-up-5 > .columns {
		width: 20%;
		float: left;
	}

	.large-up-5 > .column:nth-of-type(1n),
	.large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-5 > .column:nth-of-type(5n+1),
	.large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}

	.large-up-5 > .column:last-child,
	.large-up-5 > .columns:last-child {
		float: left;
	}

	.large-up-6 > .column,
	.large-up-6 > .columns {
		width: 16.6666666667%;
		float: left;
	}

	.large-up-6 > .column:nth-of-type(1n),
	.large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-6 > .column:nth-of-type(6n+1),
	.large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}

	.large-up-6 > .column:last-child,
	.large-up-6 > .columns:last-child {
		float: left;
	}

	.large-up-7 > .column,
	.large-up-7 > .columns {
		width: 14.2857142857%;
		float: left;
	}

	.large-up-7 > .column:nth-of-type(1n),
	.large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-7 > .column:nth-of-type(7n+1),
	.large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}

	.large-up-7 > .column:last-child,
	.large-up-7 > .columns:last-child {
		float: left;
	}

	.large-up-8 > .column,
	.large-up-8 > .columns {
		width: 12.5%;
		float: left;
	}

	.large-up-8 > .column:nth-of-type(1n),
	.large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}

	.large-up-8 > .column:nth-of-type(8n+1),
	.large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}

	.large-up-8 > .column:last-child,
	.large-up-8 > .columns:last-child {
		float: left;
	}

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

	.large-uncenter,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
	}

	.large-text-left {
		text-align: left;
	}

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

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

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

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

	.menu.large-horizontal > li {
		display: table-cell;
	}

	.menu.large-vertical > li {
		display: block;
	}

	.home .visual-block {
		height: 50.8125rem;
	}

	.visual-block .text img {
		width: auto;
	}

	.posts-list {
		padding: 1.75rem 1rem 0 1.6875rem;
	}

	.home .posts-list {
		margin-bottom: 3.4375rem;
		padding-bottom: 1.75rem;
	}

	.member-block img {
		max-width: 100%;
	}

	.events-list .text {
		padding: 3.625rem 6.0625rem 1.6875rem 4.8125rem;
		float: right;
		max-width: 33.75rem;
	}

	.text-block {
		padding: 2.4375rem 1.875rem 3.8125rem;
	}

	.text-block.style2 {
		padding: 20px 0 20px 0;
	}
	.text-block.style2.content {
		color: #000;
	}
	/* commented out to remove 50% columns
	.text-block.style2.content .clearfix {
		margin-bottom: 10px;
	}
	.text-block.style2.content.two-columns h2,
	.text-block.style2.content.two-columns p {
		width: 50%;
	}
	*/
	.text-block.style2.content.two-columns h4 {
		padding: 5px 0;
	}
	.text-block.style2.content.two-columns h2 {
		clear: both;
	}
	/* commented out to remove 50% columns
	.text-block.style2.content.two-columns .storyreason {
		width: 50%;
		float: left;
	}
	.text-block.style2.content.two-columns .storyreason h4,
	.text-block.style2.content.two-columns .storyreason p {
		width: 100%;
	}
	*/
	.text-block.style2.content.two-columns p,
	.text-block.style2.content.two-columns ul {
		/*float: left;*/
		line-height: 1.25rem;
		font-size: .9rem;
		/*padding-right: 5px; commented out to remove 50% columns */
	}
	.stories-list .story .text .holder {
		padding: 2.3125rem 4.375rem 1.625rem;
		max-width: 37.5rem;
	}

	.text-boxes {
		padding: 0 5.6875rem 0 4.75rem;
		margin-bottom: 4.625rem;
	}

	.staff-block .sidebar {
		padding: 0 2.875rem 0 0;
	}

	.staff-block .sidebar ul {
		padding: 1.8125rem 2.25rem 1.3125rem;
	}

	.staff-block .sidebar ul li img {
		max-width: none;
	}

	.staff-block .sidebar ul li a {
		margin-bottom: .375rem;
	}
	.single-members .staff-block .sidebar .imgholder {
		height: 300px;
	}
	.single-members .staff-block .sidebar ul li,
	.page-template-template-member-spotlight .sidebar ul li  {
		color: #fff;
	}
	.single-members .staff-block .sidebar ul li span,
	.page-template-template-member-spotlight .sidebar ul li span {
		color: #e21f26;
		text-transform: uppercase;
	}
	.single-members .staff-block .sidebar .member_address,
	.page-template-template-member-spotlight .sidebar .member_address {
		border-bottom: 1px solid #e21f26;
		margin-bottom: 8px;
	}
	.single-members .staff-block .content h2,
	.page-template-template-member-spotlight .content h1,
	.single-members .content h1.introtext {
		border-bottom: .1875rem solid #e21f26;
		padding-bottom: 15px;
	}
	.single-members .staff-block .content p,
	.page-template-template-member-spotlight .content p {
		line-height: 2.25rem;
	}
	.staff-block .content {
		padding: 3.125rem;
	}

	.news-block {
		-webkit-transition: none;
		transition: none;
		overflow: hidden;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.sidebar-opened .news-block {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.news-block .opener {
		display: none;
	}

	.news-block .sidebar {
		position: relative;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding: 1.6875rem;
	}

	.news-block .content {
		padding: 1.6875rem;
	}

	#footer {
		padding: 2.25rem 4.875rem;
	}

	#footer .amp {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		margin-left: 1.25rem;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	#footer .menu {
		width: auto;
		-webkit-column-width: 11.75rem;
		-moz-column-width: 11.75rem;
		column-width: 11.75rem;
	}

	#footer .address {
		width: 15.125rem;
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (min-width: 75em) {
	.staff-block .content {
		padding: 3.6875rem 9.0625rem 3.125rem 2.6875rem;
	}

	.news-block .sidebar {
		padding: 2.3125rem 5.1875rem 2.3125rem 1.6875rem;
	}

	.news-block .sidebar:after {
		right: 2.5rem;
	}

	.news-block .content {
		padding: 2.3125rem 10.25rem 4.125rem 4.625rem;
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important;
	}
}

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

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

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

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

	thead.show-for-print {
		display: table-header-group !important;
	}

	tbody.show-for-print {
		display: table-row-group !important;
	}

	tr.show-for-print {
		display: table-row !important;
	}

	td.show-for-print {
		display: table-cell !important;
	}

	th.show-for-print {
		display: table-cell !important;
	}

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

	img {
		max-width: 100% !important;
	}

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

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

@media screen and (max-width: 640px) {
	#header .logo {
		width: 150px;
		height: auto;
	}
	#header .logo img {
		height: auto;
	}
}


















