/*
======================================================================
	Glaucoma Research Foundation
	author: Michael Barrish
	updated: August 15, 2017
====================================================================== */
/* ----------

// Usage
@include bp(neptune) {
	selector {
		property: value;
	}
}

// Output
@media (min-width: 56em) {
	selector {
		property: value;
	}
}

------------ */
.carousel-nav-li:after, .carousel-item:after, .subnav-toggle:after, .image-grid:after, .item-listing:after, .item-listing .item-text:after, .nav-global:after, .site-toolbar:after, .primary-content-wide .application-content h2:after, .past-issues:after, .editors:after {
  content: '';
  display: table;
  clear: both; }

/* ----------

// Usage
.a { @include clearfix; }
.b { @include clearfix; }

@media (min-width: 48em) {
  .c {
    @include clearfix(false);
  }
}

.a:after, .b:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  .c:after {
    content: '';
    display: table;
    clear: both;
  }
}

------------ */
.carousel-nav-li, .carousel-item, .subnav-toggle, .image-grid, .item-listing, .item-listing .item-text, .nav-global, .site-toolbar, .primary-content-wide .application-content h2, .past-issues, .editors,
.clearfix {
  zoom: 1; }
  .carousel-nav-li:before, .carousel-item:before, .subnav-toggle:before, .image-grid:before, .item-listing:before, .item-listing .item-text:before, .nav-global:before, .site-toolbar:before, .primary-content-wide .application-content h2:before, .past-issues:before, .editors:before, .carousel-nav-li:after, .carousel-item:after, .subnav-toggle:after, .image-grid:after, .item-listing:after, .item-listing .item-text:after, .nav-global:after, .site-toolbar:after, .primary-content-wide .application-content h2:after, .past-issues:after, .editors:after,
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .carousel-nav-li:after, .carousel-item:after, .subnav-toggle:after, .image-grid:after, .item-listing:after, .item-listing .item-text:after, .nav-global:after, .site-toolbar:after, .primary-content-wide .application-content h2:after, .past-issues:after, .editors:after,
  .clearfix:after {
    clear: both; }

.nav-search-toggles, .nav-global ul, .page-tools .languages, .information-for-patients .links,
.nav {
  margin: 0;
  padding: 0; }
  .nav-search-toggles li, .nav-global ul li, .page-tools .languages li, .information-for-patients .links li,
  .nav li {
    list-style: none;
    margin: 0;
    padding: 0; }

/* Hide and Focus
   ========================================================================== */
/* Hide visually but have available for screenreaders: h5bp.com/v
   -------------------------------------------------------------------------- */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable
	 when navigated via keyboard: h5bp.com/p
   -------------------------------------------------------------------------- */
.focusable:active,
.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders; maintain layout
   -------------------------------------------------------------------------- */
.invisible {
  visibility: hidden; }

/* Hide visually and from screenreaders; remove from layout
   -------------------------------------------------------------------------- */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Misc
	 ========================================================================== */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.no-border {
  border: none; }

.nowrap {
  white-space: nowrap; }

small {
  font-size: smaller; }

/* ==========================================================================
   RESET (adapted from http://meyerweb.com/eric/tools/css/reset/)
   ========================================================================== */
body, div, html,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, b, cite, code, em, i, img, span, strong, sub, sup,
dd, dl, dt,
fieldset, form, label, legend,
caption, table, tbody, td, tfoot, th, thead, tr,
del, dfn, ins, kbd, q, s, samp, strike, tt, var,
applet, iframe, object,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
audio, mark, time, video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

li,
ol,
ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  vertical-align: baseline; }

ol,
ul {
  list-style: none;
  padding: 0; }

/* apply border-box to all elements */
html {
  box-sizing: border-box; }

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

/*
* for IE10 snap mode
* http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/)
*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* ==========================================================================
   NORMALIZE (adapted from https://github.com/necolas/normalize.css)
   ========================================================================== */
/* HTML5 display definitions
   ========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block; }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/* Typography
   ========================================================================== */
/**
* Remove gray background from active links in IE 10
*/
a {
  background: transparent;
  /* Remove gray background from active links in IE 10 */ }

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted; }

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/* Embedded content
   ========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0; }

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal; }

/**
* 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 Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
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; }

/**
* 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 */ }

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Font: Bebas Neue
   ========================================================================== */
@font-face {
  font-family: 'BebasNeue';
  src: url("fonts/32376B_0_0.eot");
  src: url("fonts/32376B_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/32376B_0_0.woff2") format("woff2"), url("fonts/32376B_0_0.woff") format("woff"), url("fonts/32376B_0_0.ttf") format("truetype"), url("fonts/32376B_0_0.svg#wf") format("svg");
  font-style: normal;
  font-weight: normal; }
/* ==========================================================================
   Icon Fonts
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-v24n65");
  src: url("fonts/icomoon.eot?#iefix-v24n65") format("embedded-opentype"), url("fonts/icomoon.woff2?-v24n65") format("woff2"), url("fonts/icomoon.ttf?-v24n65") format("truetype"), url("fonts/icomoon.woff?-v24n65") format("woff"), url("fonts/icomoon.svg?-v24n65#icomoon") format("svg");
  font-style: normal;
  font-weight: normal; }
[class^="icon-"],
[class*=" icon-"],
.carousel-nav-li .carousel-item-title:after,
.content-toggle-switch:before,
.toggle-icon:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.icon-chevron-down:before {
  content: "\e600"; }

.icon-cross:before {
  content: "\e601"; }

.icon-magnifying-glass:before {
  content: "\e602"; }

.icon-menu:before {
  content: "\e603"; }

/* ==========================================================================
   Defaults
   ========================================================================== */
/* Base
   ========================================================================== */
html {
  font-size: 81.25%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #23336c;
  color: #9fabd6;
  font-family: "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  margin-right: -2px;
  text-align: center; }

/* Inline
   ========================================================================== */
a {
  color: #fff;
  text-decoration: none; }

.primary-content a {
  color: #294198; }

a.brown-link {
  color: #ad5a00 !important;
  font-weight: bold; }

a:focus {
  outline: 1px dotted invert; }

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

em,
i {
  font-style: italic; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-bottom: 20px;
  margin-top: 34px; }

hr.tall-hr {
  border-color: #b2b2b2;
  border-top-width: 4px;
  margin-bottom: 14px; }

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

sub {
  vertical-align: bottom; }

sup {
  vertical-align: top;
  font-size: 75%; }

/* Block
   ========================================================================== */
address {
  margin-bottom: 10px; }

h1,
h2 {
  color: #ad5a00; }

h1,
h2,
h3 {
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  line-height: 1.2; }

h4,
h5 {
  line-height: 1.4;
  font-weight: bold; }

.primary-content h1 {
  float: left;
  font-size: 300%; }

.primary-content-wide h1 {
  float: left;
  font-size: 277%; }

.main-header h1 {
  line-height: 1; }

.primary-content h2 {
  font-size: 161.6%; }

.primary-content h3 {
  font-size: 146.5%; }

.primary-content-wide h3 {
  font-size: 153.9%; }

.primary-content h4 {
  font-size: 116%; }

.primary-content h5 {
  font-size: 108%; }

.primary-content h6 {
  font-size: 100%; }

.entry-main h1,
.entry-main h2,
.entry-main h3 {
  margin: 10px 0 5px; }

.entry-main h2 + h3 {
  line-height: 1;
  margin-top: 0; }

.entry-main h4,
.entry-main h5,
.entry-main h6 {
  margin: 5px 0; }

.entry-main pre {
  margin-bottom: 10px; }

h2.h2-bar {
  background-color: #ad5a00;
  color: #fff;
  font-size: 138.5% !important;
  font-weight: normal !important;
  padding: 10px;
  width: 100%; }

/* Forms
   ========================================================================== */
fieldset,
form,
form div {
  margin-bottom: 10px; }

input[type="text"]:focus,
textarea:focus {
  background-color: #fff;
  /* Specify */ }

label {
  display: block; }

fieldset input[type="checkbox"] + label {
  position: relative;
  left: 3px; }

input[type=text] {
  padding: 0 3px 0 2px; }

input[type=submit] {
  background: url(../images/bg-btn-link-blue.png) 0 100% repeat-x;
  border: 0;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #1b2854;
  color: #fff;
  font-size: 93%;
  font-weight: bold;
  padding: 5px 10px 6px;
  text-transform: uppercase; }

.lt-ie9 input[type=submit] {
  overflow: visible;
  width: auto; }

input[type=submit]:hover {
  background-position: 0 0;
  text-decoration: none; }

/* Lists
   ========================================================================== */
.entry-main dl {
  margin-bottom: 10px; }

.entry-main ol {
  list-style: decimal;
  padding: 5px 0 10px; }

.entry-main ul {
  list-style: disc;
  margin-bottom: 10px; }

.entry-main ul ul {
  list-style-type: circle; }

.entry-main li {
  line-height: 1.3;
  margin-left: 40px;
  margin-top: 10px; }

.entry-main ul ul li {
  font-size: 108% !important;
  line-height: 1.4 !important;
  margin-left: 17px; }

.entry-main ul.tall-line-height li {
  line-height: 1.6; }

.entry-main li p {
  line-height: 1.5;
  margin-top: 0; }

.entry-main .hmenu li {
  line-height: 1.3;
  margin-left: 0;
  margin-top: 0;
  padding: 0 3px 0 7px; }

.entry-main .hmenu {
  text-align: center; }

.hmenu {
  list-style: none; }

.hmenu li {
  border-left: 1px solid #adadad;
  display: inline;
  list-style: none;
  padding: 0 3px 0 6px; }

.hmenu li:first-child {
  border-left: 0;
  padding-left: 0; }

.fmenu {
  float: left;
  width: auto; }

.fmenu li {
  float: left;
  list-style: none;
  padding-left: 10px;
  width: auto; }

.fmenu a {
  display: block;
  float: left;
  width: auto; }

.fmenu li:first-child a {
  padding-left: 0; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  border-spacing: 0;
  margin: 10px 0; }

th,
td {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 12px;
  vertical-align: top; }

.entry-main table {
  margin-bottom: 20px; }

.entry-main thead th {
  font-weight: bold; }

.entry-main td,
.entry-main th {
  padding: 2px 10px;
  text-align: left; }

/* ==========================================================================
   Container Typography and Spacing
   ========================================================================== */
/* Content Site
   ========================================================================== */
.content-site {
  color: #000; }

/* Entry Main
   ========================================================================== */
.entry-main {
  font-size: 116%;
  line-height: 1.5; }

.entry-main ol {
  list-style: decimal;
  padding: 5px 0 10px 0; }

.entry-main ul {
  list-style: disc; }

.entry-main li {
  line-height: 1.3;
  margin-left: 40px;
  margin-top: 10px; }

.entry-main .hmenu li {
  line-height: 1.3;
  margin-left: 0;
  margin-top: 0;
  padding: 0 3px 0 7px; }

.entry-main .hmenu {
  text-align: center; }

.entry-main p,
.entry-main dl,
.entry-main hr,
.entry-main ol,
.entry-main ul,
.entry-main pre,
.entry-main table,
.entry-main address,
.entry-main fieldset,
.footnotes p {
  margin-bottom: 10px; }

.entry-main h1,
.entry-main h2,
.entry-main h3 {
  margin: 10px 0 5px; }

.entry-main h2 + h3 {
  line-height: 1;
  margin-top: 0; }

.entry-main h4,
.entry-main h5,
.entry-main h6 {
  margin: 5px 0 5px; }

/* Landing Content
   ========================================================================== */
.landing-content ul {
  color: #a3a078;
  list-style: disc outside none;
  margin-top: 5px; }

.landing-content li {
  margin-top: 5px; }

.landing-content li a {
  color: #294198;
  font-weight: bold; }

/* Primary Content Wide
   ========================================================================== */
.primary-content-wide a {
  color: #294198; }

.primary-content-wide a.btn-link {
  color: #fff; }

.primary-content-wide h3 {
  color: #ad5a00;
  margin-bottom: 3px; }

/* ==========================================================================
   Styles for the Unit Rater
   ========================================================================== */
.ratingblock {
  width: 50%;
  display: block;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.loading {
  height: 30px;
  background: url("http://www.glaucoma.org/mt-static/plugins/AjaxRating/images/working.gif") 50% 50% no-repeat; }

.unit-rating {
  /* the UL */
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 30px;
  position: relative;
  background: url("http://www.glaucoma.org/mt-static/plugins/AjaxRating/images/starrating.gif") top left repeat-x; }

.unit-rating li {
  text-indent: -90000px;
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */ }

.unit-rating li a {
  outline: none;
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px; }

.unit-rating li a:hover {
  background: url("http://www.glaucoma.org/mt-static/plugins/AjaxRating/images/starrating.gif") left center;
  z-index: 2;
  left: 0px; }

.unit-rating a.r1-unit {
  left: 0px; }

.unit-rating a.r1-unit:hover {
  width: 30px; }

.unit-rating a.r2-unit {
  left: 30px; }

.unit-rating a.r2-unit:hover {
  width: 60px; }

.unit-rating a.r3-unit {
  left: 60px; }

.unit-rating a.r3-unit:hover {
  width: 90px; }

.unit-rating a.r4-unit {
  left: 90px; }

.unit-rating a.r4-unit:hover {
  width: 120px; }

.unit-rating a.r5-unit {
  left: 120px; }

.unit-rating a.r5-unit:hover {
  width: 150px; }

.unit-rating a.r6-unit {
  left: 150px; }

.unit-rating a.r6-unit:hover {
  width: 180px; }

.unit-rating a.r7-unit {
  left: 180px; }

.unit-rating a.r7-unit:hover {
  width: 210px; }

.unit-rating a.r8-unit {
  left: 210px; }

.unit-rating a.r8-unit:hover {
  width: 240px; }

.unit-rating a.r9-unit {
  left: 240px; }

.unit-rating a.r9-unit:hover {
  width: 270px; }

.unit-rating a.r10-unit {
  left: 270px; }

.unit-rating a.r10-unit:hover {
  width: 300px; }

.unit-rating li.current-rating {
  background: url("http://www.glaucoma.org/mt-static/plugins/AjaxRating/images/starrating.gif") left bottom;
  position: absolute;
  height: 30px;
  display: block;
  text-indent: -9000px;
  z-index: 1; }

.voted {
  color: #999; }

.thanks {
  color: #36AA3D; }

.below-threshold {
  display: none; }

/* ==========================================================================
   Anchor Styles
   ========================================================================== */
a.btn-link {
  background: url(../images/bg-btn-link-blue.png) 0 100% repeat-x;
  box-shadow: 1px 1px 4px #1b2854;
  color: #fff;
  font-size: 93%;
  font-weight: bold;
  padding: 5px 10px 6px;
  text-transform: uppercase; }

a.btn-link-large {
  background: url(../images/bg-btn-link-large-blue.png) 0 100% repeat-x;
  box-shadow: 1px 1px 4px #1b2854;
  color: #fff;
  font-weight: normal;
  padding: 10px 10px 11px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 30px;
  cursor: pointer; }

@media (min-width: 26.25em) {
  /* Larger-width button gets larger type on wider screens. */
  a.btn-link-large {
    font-size: 150%; } }
.item a.btn-link-large {
  margin-bottom: 10px; }

.primary-content a.btn-link {
  color: #fff; }

.sidebar .btn-link {
  color: #fff;
  font-size: 93%; }

a.btn-link:hover,
a.btn-link-large:hover {
  background-position: 0 0;
  text-decoration: none; }

a.icn-link {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 2px 0 2px 22px; }

a.tw-link {
  background-image: url(../images/icn-twitter-16t.png); }

a.fb-link {
  background-image: url(../images/icn-facebook-16t.png); }

a.rss-link {
  background: url(../images/icn-rss-16t.png) no-repeat;
  padding-left: 20px; }

a.print-link {
  background-image: url(../images/icn-print-16.png); }

a.email-link {
  background-image: url(../images/icn-email-16.png); }

a.video-link {
  background: url(../images/icn-video.png) 0 5px no-repeat;
  display: block;
  padding-left: 35px; }

.rss-header {
  float: right;
  font-size: 100%;
  margin: -5px 0 5px; }

a.more-link {
  white-space: nowrap; }

.error {
  color: #c00; }

.primary-content a.donate-link,
.sidebar a.donate-link,
.primary-content-wide .campaign-action a.donate-link {
  background: url(../images/btn-donate-module-wd.png) 100% 0 no-repeat;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 15px 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 155px; }

.primary-content a.donate-link:hover,
.sidebar a.donate-link:hover,
.primary-content .campaign-action a.donate-link:hover {
  background-position: 100% -38px; }

.home-page .sidebar a.donate-link {
  margin: 0 23px; }

/* ==========================================================================
   Article Jump-Links
   ========================================================================== */
.article-jump-links {
  border-bottom: 1px solid #e5eaf3;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.article-jump-links .jump-links {
  float: left;
  margin-bottom: 0;
  width: 100%; }

.article-jump-links li {
  list-style-type: none;
  margin: 0; }

.article-jump-links li a {
  display: block;
  font-weight: bold;
  padding: 4px;
  line-height: 1.1;
  width: 100%; }

.article-jump-links li a.current {
  color: #000; }

@media (min-width: 31.5em) {
  .article-jump-links .jump-links {
    margin-right: 3%;
    width: 48%; }

  .article-jump-links .jump-links-2 {
    margin-right: 0; } }
/* ==========================================================================
   Article Related
   ========================================================================== */
.article-related {
  width: 100%; }

.article-related .related {
  margin-bottom: 20px; }

.related {
  background-color: #f5f6fa;
  background-image: linear-gradient(to bottom, #dce4f1, #f4f6fa);
  float: left;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
  -pie-background: linear-gradient(#dce4f1, #f4f6fa);
  behavior: url(PIE.htc); }

.bequests.article-related {
  float: left; }

.article-related.bequests .related {
  padding: 0;
  text-align: center; }

@media (min-width: 34em) {
  .article-related {
    clear: both; }

  .article-related .module {
    width: 46%; }

  .article-related .module.related {
    width: 48%; }

  .related {
    margin-bottom: 20px; }

  .article-related .cross-promo {
    float: right; }

  .article-related .cross-promo:first-child {
    float: left; } }
/* ==========================================================================
   Article Section
   ========================================================================== */
.article-section {
  margin-bottom: 40px; }

.article-section h2,
.article-section h3,
.article-section h4 {
  color: #ad5a00; }

.primary-content .article-section h4 {
  font-size: 116%; }

/* ==========================================================================
   Article Side
   ========================================================================== */
.article-side {
  margin-bottom: 20px;
  max-width: 290px;
  width: 100%; }

.article-side .related-booklet p {
  font-size: 90%; }

.article-side .related-booklet div {
  margin-bottom: 5px; }

.article-side .excerpt-text {
  width: 185px; }

.article-side .excerpt-text h4 {
  margin: -5px 0 -3px 0; }

.article-side .related {
  padding: 5px 12px 10px; }

.article-side .related {
  float: none; }

.article-side .photo + .related {
  margin-top: 20px; }

/* Media Queries
   ========================================================================== */
@media (min-width: 39em) {
  .article-side {
    float: right;
    margin-left: 15px; } }
/* ==========================================================================
   Article Tools
   ========================================================================== */
.article-tools {
  padding: 2px 0; }

.article-tools li {
  float: left;
  height: 20px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 2px 3px;
  position: relative;
  width: auto; }

.article-tools li.first {
  background: none;
  padding-left: 0; }

.article-tools li.active {
  background-color: #d7e2f7; }

.article-tools a {
  display: block;
  float: left;
  height: 16px;
  width: auto; }

.article-tools .email-send-pane,
.article-tools .email-thanks-pane {
  background-color: #d7e2f7;
  box-shadow: 0 2px 2px #666;
  display: none;
  left: -53px;
  line-height: 1.3;
  padding: 12px 14px;
  position: absolute;
  top: 22px; }

.article-tools .email-send-pane p.title,
.article-tools .email-thanks-pane p.title {
  font-weight: bold;
  margin-bottom: 6px; }

.article-tools .email-send-pane input {
  margin-bottom: 6px;
  padding: 2px 5px;
  width: 180px; }

.article-tools .email-send-pane .close {
  float: left;
  padding-top: 8px; }

.article-tools .email-send-pane a.btn-link {
  float: right;
  height: 27px; }

.page-tools .date {
  float: left;
  padding-top: 15px; }

@media (min-width: 26.25em) {
  .article-tools li {
    background: url(../images/bg-page-tools-item.png) 0 50% no-repeat;
    margin-top: 10px;
    padding: 2px 10px; } }
/* ==========================================================================
   Banner
   ========================================================================== */
/* Logo
   ========================================================================== */
.logo-grf-banner,
.logo-grf-banner-ie8 {
  display: inline-block;
  float: left;
  margin: 30px 0 20px 10px;
  max-width: 200px; }

.logo-grf-banner-ie8 {
  display: none;
  visibility: hidden; }

.lte-ie8 .logo-grf-banner-ie8 {
  display: inline-block;
  height: 56px;
  max-width: 245px;
  visibility: visible;
  width: 245px; }

/* Banner
   ========================================================================== */
.banner-global {
  background: #213373 url(../images/bg-day_v2.jpg) 50% 0 no-repeat;
  float: left;
  width: 100%; }

/* Donate
   ========================================================================== */
.site-donate a {
  background: #ba5e00 url(../images/bg-donate-tool.jpg) 0 bottom repeat-x;
  border-radius: 3px;
  display: none;
  float: right;
  font-size: 14px;
  font-weight: 900;
  margin-right: 15px;
  margin-top: 42px;
  padding: 7px 13px;
  text-shadow: #9f5f13 -1px -1px 0;
  text-transform: uppercase; }

.site-donate a:hover {
  background-position: 0 0;
  text-decoration: none; }

/* Media Queries
   ========================================================================== */
@media (min-width: 26.25em) {
  .logo-grf-banner {
    max-width: 245px; } }
@media (min-width: 34em) {
  .site-donate a {
    display: inline-block; } }
@media (min-width: 54.75em) {
  .logo-grf-banner {
    margin-left: 0; }

  .site-donate {
    display: none; }

  .banner-global {
    background-position: 50% 40px;
    padding-top: 42px; } }
/* ==========================================================================
   Bibliography
   ========================================================================== */
.bibliography {
  margin-top: 10px;
  padding-left: 0; }

.bibliography li {
  list-style: none;
  margin: 0 0 15px 20px;
  text-indent: -20px; }

@media (min-width: 35.5625em) {
  .bibliography li {
    margin-bottom: 20px; } }
/* ==========================================================================
   Buttons
   ========================================================================== */
a.button {
  border-radius: .15em;
  color: #fff;
  display: block;
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  letter-spacing: .05em;
  padding: 1em 0;
  text-align: center; }

a.button-blue {
  background: #4b6bce;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4b6bce), to(#1f2cb8));
  background: -webkit-linear-gradient(#4b6bce, #1f2cb8);
  background: -moz-linear-gradient(#4b6bce, #1f2cb8);
  background: -ms-linear-gradient(#4b6bce, #1f2cb8);
  background: -o-linear-gradient(#4b6bce, #1f2cb8);
  background: linear-gradient(#4b6bce, #1f2cb8);
  -pie-background: linear-gradient(#4b6bce, #1f2cb8);
  behavior: url(/pie/PIE.htc); }

a.button-blue:hover {
  background: #2331b4 url(../images/bg-btn-link-large-blue2.png) repeat-x 0 0; }

a.button-brown {
  background-color: #ad5a00;
  font-family: "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  text-align: center; }

a.button-wide {
  clear: both;
  float: left;
  width: 100%; }

a.button-full-width {
  width: 100%; }

a.button-large {
  font-size: 146.5%;
  padding: .35em 0 .4em; }

.button-hide-narrow {
  display: none; }

@media (min-width: 30em) {
  .button-hide-narrow {
    display: inline; } }
@media (min-width: 35.5625em) {
  .landing-page-get-involved .item a.button {
    margin-bottom: -10px; } }
/* ==========================================================================
   Callouts
   ========================================================================== */
.callout {
  background-color: #f2f2f2;
  color: #000;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-size: 153.9%;
  font-style: italic;
  margin-bottom: 25px;
  padding: 14px 22px 21px; }

.callout p {
  margin: 0 !important; }

.callout-plain {
  background-color: #f2f2f2;
  padding: 14px 22px 31px; }

.callout-plain p {
  font-family: "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  margin: 10px 0 20px !important; }

.callout-plain-short {
  color: #111;
  padding-bottom: 1px; }

.callout-plain-short a {
  color: #ad5a00; }

/* ==========================================================================
   Caption
   ========================================================================== */
.caption {
  background-color: #f1efe5;
  color: #1e1516;
  font-size: 108%;
  line-height: 1.3;
  padding: 3px 10px 6px; }

/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel-home {
  background: url(../images/bg-carousel.png);
  clear: both;
  float: left;
  margin-top: 20px;
  text-align: left;
  width: 100%; }

.carousel-nav-li .carousel-item-title {
  border-bottom: 1px solid #5c6271;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 20px 15px 15px;
  position: relative; }

.carousel-nav-li .carousel-item-title:after {
  content: "\e600";
  font-size: 116%;
  position: absolute;
  top: 35%;
  right: 10px; }

.carousel-nav-li .carousel-item-title:hover {
  background-color: #000; }

.carousel-nav-li .carousel-item-title.active {
  background-color: #bf6800; }

.carousel-nav-li .carousel-item-title.active:after {
  content: "\e601"; }

.carousel-nav-li .carousel-item-title.active:before {
  border-bottom: none; }

.carousel-item {
  background-color: #f1f0e7;
  display: none;
  width: 100%; }

.carousel-item.active {
  display: block; }

.carousel-text {
  color: #000;
  line-height: 1.5;
  padding: 10px; }

.carousel-text a {
  color: #294198; }

.carousel-text > h2 {
  color: #bf6e00;
  display: none;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 8px; }

.carousel-text ul {
  color: #a3a078;
  list-style: disc; }

.carousel-text li {
  font-size: 16px;
  margin-left: 20px; }

.carousel-text li a:hover {
  background: #f7f6ee;
  border-bottom: 1px solid #dad8c3;
  color: #000; }

.carousel-text p {
  font-size: 16px;
  margin-bottom: 8px; }

.carousel-media {
  margin: 0 10px;
  padding: 10px 0;
  position: relative; }

.carousel-media-caption {
  background: url(../images/bg-000-75.png);
  bottom: 10px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 108%;
  max-width: 370px;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  width: 100%; }

.simulator {
  height: 300px;
  margin: 0 auto;
  width: 281px; }

.simulator h3 {
  color: #504b23;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0; }

.simulator span.right,
.simulator span.left {
  color: #504b23;
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 14px;
  font-weight: bold; }

.simulator span.right {
  float: right; }

.simulator span.left {
  float: left; }

.simulator #canvas {
  background: #e4e3d4 url(../images/background2.jpg) 0 0 no-repeat;
  height: 210px;
  width: 281px; }

#slider {
  margin: 0; }

#slider.ui-widget-content {
  background: transparent url(../images/scroller.png) left 7px no-repeat;
  border: none;
  height: 26px; }

#slider .ui-slider-handle {
  background: transparent url(../images/handle.png) left top no-repeat;
  border: 0;
  display: inline-block;
  height: 26px;
  position: relative;
  width: 26px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 34em) {
  .carousel-text {
    float: left;
    width: 51%; }

  .carousel-media {
    overflow: hidden; }

  .carousel-learn .carousel-text {
    width: 43%; } }
@media (min-width: 41.75em) {
  .carousel-text {
    padding: 20px;
    width: 54%; } }
@media (min-width: 49em) {
  .carousel-home {
    border-radius: 10px;
    height: 340px;
    float: left;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
    width: 100%; }

  .carousel-nav {
    float: left;
    margin-top: 20px;
    width: 160px; }

  .carousel-nav-li .carousel-item-title:after {
    display: none; }

  .carousel-nav-li.last .carousel-item-title {
    border-bottom: 0; }

  .carousel-nav-li .carousel-item-title.active {
    background-color: #f1f0e7;
    border-bottom: 0;
    border-radius: 10px 0 0 10px;
    color: #000;
    margin-left: -10px;
    padding-left: 25px;
    width: 170px; }

  .carousel-item {
    border-radius: 5px;
    display: none;
    height: 320px;
    left: 160px;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    width: 600px;
    width: calc(100% - 170px); }

  .carousel-item.active {
    display: block; }

  .carousel-text {
    width: 54%; }

  .carousel-learn .carousel-text {
    width: 50%; }

  .carousel-text > h2 {
    display: block; }

  .carousel-media {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto; }

  .carousel-learn .carousel-media {
    width: auto; }

  .carousel-media-caption {
    background: url(../images/bg-000-75.png);
    bottom: 0;
    color: #fff;
    display: block;
    max-width: 370px;
    padding: 10px 15px; }

  .simulator {
    height: 300px;
    width: 280px; }

  .simulator h3 {
    color: #504b23;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 4px; } }
@media (min-width: 49em) {
  .carousel-text {
    width: 53%; } }
@media (min-width: 58.75em) {
  .carousel-home {
    left: -1px; }

  .carousel-media {
    background-color: #000;
    min-height: 320px; }

  .carousel-learn .carousel-media {
    background-color: transparent; }

  .carousel-text {
    width: 52%; } }
/* ==========================================================================
   Centered Image
   ========================================================================== */
.centered-image {
  display: block;
  margin: 0 auto; }

/* ==========================================================================
   Content Toggle
   ========================================================================== */
.content-toggle-switch {
  color: #294198;
  cursor: pointer;
  padding: 0 5px; }

table + .content-toggle-switch,
.table-container-outer + .content-toggle-switch {
  margin-top: -10px; }

.content-toggle-switch:hover,
.content-toggle-switch.active {
  background-color: #e5eaf3; }

.content-toggle-switch:before {
  content: "\e600";
  font-size: 116%;
  position: relative;
  top: 2px; }

.content-toggle-switch:after {
  content: "\ More";
  font-size: 93%;
  font-weight: bold; }

.content-toggle-switch.active:before {
  content: "\e601"; }

.content-toggle-switch.active:after {
  content: "\ Close"; }

.content-toggle-target {
  border: 1px solid #e5eaf3;
  display: none;
  padding: 10px 1em 0; }

/* Media Queries
   ========================================================================== */
@media (min-width: 48em) {
  .content-toggle-switch {
    display: none; }

  .content-toggle-target {
    border: none;
    display: block !important;
    padding: 0; } }
/* ==========================================================================
	 Faux Infographic
   ========================================================================== */
/* Body
   ========================================================================== */
.faux-infographic {
  margin-top: 13px; }

/* Sections
   ========================================================================== */
div[class^="faux-infographic-section-"] {
  color: #000;
  float: left;
  padding: 25px 24px 24px;
  width: 100%; }

div[class^="faux-infographic-section-"].last {
  margin-bottom: 30px; }

.faux-infographic-section-green {
  background-color: #4dafa0; }

.faux-infographic-section-orange {
  background-color: #f5aa09; }

.faux-infographic-section-red {
  background-color: #ed5a32; }

.centered-images-wrapper {
  float: left;
  margin-bottom: 15px;
  padding: 0 3%;
  text-align: center;
  width: 100%; }

.centered-images-wrapper img {
  display: inline-block;
  margin: 0 1.5% 10px;
  max-width: 125px; }

.centered-images-wrapper-narrow img {
  margin: 0 3% 0; }

@media (min-width: 35.5625em) {
  .centered-images-wrapper img {
    max-width: 150px; } }
@media (min-width: 48em) {
  .centered-images-wrapper img {
    margin: 0 3%; }

  .centered-images-wrapper-narrow img {
    margin: 0 4%; } }
/* Markup
   ========================================================================== */
div[class^="faux-infographic-section-"] li,
div[class^="faux-infographic-section-"] p {
  font-size: 93%; }

.entry-main p {
  margin: 26px 0 26px; }

[class^="faux-infographic-section-"] p {
  margin: 0 0 10px; }

div[class^="faux-infographic-section-"] p.lede {
  font-size: 106.5%; }

div[class^="faux-infographic-section-"] p.lede + .inner-page-columns-two {
  margin-top: 10px; }

.faux-infographic h2 {
  border-top: 1px solid #ccc;
  float: left;
  font-weight: 700;
  padding: 39px 0 26px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

div[class^="faux-infographic-section-"] .centered-image {
  margin-bottom: 25px; }

div.faux-infographic-section-image-only .centered-image {
  margin-bottom: 0; }

[class^="faux-infographic-section-"] a {
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #000;
  font-weight: bold; }

.faux-infographic-section-green a {
  background-image: url(../images/faux-infographic/faux-infographic-link-bg-green.png); }

.faux-infographic-section-orange a {
  background-image: url(../images/faux-infographic/faux-infographic-link-bg-orange.png); }

.faux-infographic-section-red a {
  background-image: url(../images/faux-infographic/faux-infographic-link-bg-red.png); }

.faux-infographic-list-items li {
  background: url(../images/faux-infographic/faux-infographic-list-item-bg.png) 0 0.1em no-repeat;
  list-style: none;
  margin-left: 0;
  padding-left: 20px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-global {
  background: #23336c url(../images/bg-footer.jpg) 0 0 repeat-x;
  float: left;
  font-size: 108%;
  line-height: 1.2;
  padding: 25px 10px 50px;
  width: 100%; }

.footer-column {
  border-bottom: 1px solid #414f7d;
  float: left;
  padding-top: 15px;
  width: 100%; }

.footer-column-2,
.footer-column-4 {
  display: none;
  visibility: hidden; }

.footer-column p {
  margin-bottom: 15px; }

.footer-column p.order-now {
  margin-bottom: 0; }

.footer-column ul {
  margin-bottom: 15px; }

.footer-column h3 {
  color: #9fabd6;
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 5px; }

.footer-column li {
  margin-bottom: 10px; }

.footer-column-1 li {
  margin-bottom: 5px; }

.footer-column-contact-links {
  padding-top: 0; }

.footer-column-sponsors,
.footer-columns-gleams-doctors {
  border-bottom: none; }

.footer-column-sponsors .doctors {
  border-top: 1px solid #414f7d;
  padding-top: 12px; }

.footer-global .hide-narrow {
  display: none; }

.footer-column-4 {
  padding-right: 0; }

.footer-orgs {
  border-top: 1px solid #414f7d;
  clear: both;
  margin-top: 20px;
  padding-top: 20px; }

.footer-orgs a {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%; }

.footer-orgs a.second {
  left: 12px; }

.footer-orgs a.third {
  left: 7px; }

.footer-global .vcard .url {
  display: block;
  height: 43px;
  margin-bottom: 13px;
  width: 191px; }

.footer-global .vcard .print-org,
.footer-global .vcard .print-url {
  display: none; }

.footer-global .vcard .adr {
  font-weight: bold;
  margin-bottom: 10px; }

.footer-global .vcard .tel {
  font-weight: bold; }

.footer-global .vcard p {
  padding-top: 10px; }

.footer-gleams {
  background: #3e508f;
  margin-bottom: 40px;
  max-width: 208px;
  overflow: hidden;
  padding: 5px 5px 0 100px;
  position: relative; }

.footer-gleams img {
  display: block;
  left: -25px;
  position: absolute;
  top: 0; }

.footer-global .footer-gleams h3 {
  font-weight: bold;
  margin-bottom: 10px; }

.footer-global .footer-gleams p {
  margin-bottom: 15px; }

.footer-gleams a.btn-link {
  padding: 5px 6px 6px; }

/* Media Queries
   ========================================================================== */
@media (min-width: 26.25em) {
  .footer-orgs {
    text-align: center; }

  #footer .footer-orgs a {
    float: none;
    left: auto;
    padding: 0 30px;
    position: static;
    width: auto; } }
@media (min-width: 31.5em) {
  .footer-column {
    border-bottom: none;
    float: left;
    padding: 0;
    width: 50%; }

  .footer-column-contact-links {
    padding-bottom: 0; } }
@media (min-width: 39em) {
  .footer-global .hide-narrow {
    display: block; }

  .footer-global .hide-wide {
    display: none; }

  .footer-column {
    padding: 0 3%;
    width: 33.3%; }

  .footer-column-1,
  .footer-column-3 {
    border-right: 1px solid #414f7d; }

  .footer-column-1 {
    padding-left: 0; }

  .footer-column-4 {
    display: block;
    padding-right: 0;
    visibility: visible; } }
@media (min-width: 54.75em) {
  .footer-column {
    width: 25%; }

  .footer-column-1 {
    width: 24%; }

  .footer-column-4 {
    width: 26%; }

  .footer-column-2 {
    border-right: 1px solid #414f7d;
    display: block;
    visibility: visible; } }
/* ==========================================================================
   Footnotes
   ========================================================================== */
.footnotes {
  border-top: 1px solid #aaa;
  list-style: inside decimal;
  margin: 2.25em 0;
  padding: .5em 0 0 0; }

.footnotes li {
  color: #555;
  font-size: 77%;
  margin-left: 20px; }

.footnote .jump {
  border-bottom: none; }

.footnote .jump:visited {
  color: #222; }

.footnote .jump:hover {
  color: #ad5a00; }

.footnote .jump:after {
  content: ' \21a9'; }

sup.ref {
  font-size: 93%;
  line-height: 0;
  position: relative;
  top: -.2em;
  vertical-align: 100%; }

sup.ref a {
  font-weight: bold; }

/* ==========================================================================
   Forms
   ========================================================================== */
/* Signup Form
   ========================================================================== */
.signup-form p.intro {
  padding-top: 10px; }

.signup-form .field-first {
  padding-top: 10px; }

.signup-form .field {
  clear: both;
  float: left;
  padding-bottom: 5px;
  width: 100%; }

.signup-form .field input[type=text] {
  width: 100%; }

/* Mailing Info Form
   ========================================================================== */
.mailing-info-form {
  padding-top: 20px; }

.mailing-info-form h3 {
  clear: both; }

.mailing-info-form .field {
  clear: both;
  float: left;
  padding-bottom: 10px;
  max-width: 500px;
  width: 100%; }

.mailing-info-form .field-select {
  max-width: auto; }

.mailing-info-form .field select {
  width: 300px;
  max-width: 100%; }

.mailing-info-form .field input[type=text] {
  width: 100%; }

.mailing-info-form .field label {
  display: block; }

.mailing-info-form .message {
  clear: both;
  font-style: italic;
  width: 100%; }

/* Media Queries
   ========================================================================== */
@media (min-width: 39em) {
  .signup-form .field-first {
    padding-top: 25px; }

  .signup-form .field label {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 150px; }

  .signup-form .field #emma_member_email {
    width: 300px; }

  .signup-form .field input[type=text] {
    width: 300px; }

  .signup-form .field.buttons input {
    display: block;
    margin-left: 160px; }

  .signup-form label.error {
    clear: both;
    margin-left: 160px;
    text-align: left;
    width: auto; }

  .mailing-info-form .field input[type=text] {
    width: 300px; }

  .mailing-info-form .field label {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 150px; }

  .mailing-info-form .field.buttons input {
    display: block;
    margin-left: 160px; } }
/* ==========================================================================
   Gleams Call
   ========================================================================== */
.gleams-call {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  margin: 20px 0 30px 0;
  padding: 10px 0 25px 130px;
  position: relative;
  text-align: right; }

.gleams-call-text {
  margin-bottom: 20px; }

.gleams-call .btn-link {
  margin-left: 10px; }

.gleams-call img {
  bottom: 0;
  left: 10px;
  position: absolute; }

/* Media Queries
   ========================================================================== */
@media (min-width: 39em) {
  .gleams-call {
    padding: 20px 0 25px 100px; }

  .gleams-call-text {
    display: inline; } }
/* ==========================================================================
   Glossary
   ========================================================================== */
p.glossary-letter {
  color: #999;
  font-size: 107%;
  font-weight: bold;
  padding-top: 40px; }

p.glossary-back-to-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

/* ==========================================================================
   Helpful Bar
   ========================================================================== */
.helpful-bar {
  border-top: 2px solid #c7c7c7;
  margin: 0 0 20px;
  padding-top: 8px; }

.helpful-bar:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden; }

.helpful-bar .rating,
.helpful-bar .feedback,
.helpful-bar .donate {
  display: inline-block;
  float: left;
  line-height: 1; }

.helpful-bar .rating {
  margin-bottom: 8px; }

.helpful-bar .feedback {
  clear: left; }

.helpful-bar .donate {
  border-left: 1px solid #c7c7c7;
  margin-left: 10px;
  padding: 1px 0 0 10px; }

/* Media Queries
   ========================================================================== */
@media (min-width: 31.5em) {
  .helpful-bar .feedback {
    border-left: 1px solid #c7c7c7;
    clear: none;
    margin-left: 10px;
    padding: 1px 0 0 10px; } }
/* ==========================================================================
   Icon Toggles
   ========================================================================== */
/* Toggle Defaults
   ========================================================================== */
.toggle-global {
  float: right; }

.toggle-label {
  color: #294198;
  cursor: pointer;
  display: inline-block;
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px; }

.toggle-icon {
  background-color: transparent;
  color: #294198;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 40px; }

.toggle-icon:before {
  display: inline-block;
  text-align: center; }

/* Accessibility Toggle
   ========================================================================== */
.accessibility-tools-toggle {
  float: left;
  height: 42px; }

.accessibility-tools-toggle.active {
  background-color: #d4dff1; }

.accessibility-toggle-label {
  background-color: transparent;
  border-right: 1px solid #b7c7df;
  float: left;
  font-weight: 400;
  height: 42px;
  padding: 13px 10px 0;
  position: relative; }

.no-touch .accessibility-toggle-label:hover {
  background-color: #d4dff1; }

/* Nav / Search Toggles
   ========================================================================== */
.nav-search-toggles {
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.nav-search-toggles .toggle-global {
  height: 42px; }

/* Nav Toggle
   ========================================================================== */
.nav-toggle-label {
  float: left;
  font-weight: 400;
  position: relative;
  margin: 13px 2px 0 0; }

.nav-toggle-icon:before {
  content: "\e603";
  font-size: 32px;
  margin-top: 8px; }

.no-touch .nav-toggle .toggle-icon:hover,
.nav-toggle.active .toggle-icon {
  background-color: #dddbc6;
  color: #bf6800; }

/* Search Toggle
   ========================================================================== */
.search-toggle {
  border-left: 1px solid #b7c7df; }

.no-touch .search-toggle .toggle-icon:hover,
.search-toggle.active .toggle-icon {
  background-color: #b7c7df; }

.search-toggle-icon:before {
  content: "\e602";
  font-size: 26px;
  margin-top: 11px; }

/* Subnav Toggle
   ========================================================================== */
.subnav-toggle {
  float: left; }

.subnav-toggle-label {
  float: left;
  font-weight: 400;
  text-transform: uppercase; }

.subnav-toggle-icon {
  float: left;
  height: 30px;
  left: 7px;
  position: relative;
  top: -5px;
  width: 32px; }

.no-touch .subnav-toggle .toggle-icon:hover,
.subnav-toggle.active .toggle-icon {
  background-color: #d4dff1; }

.subnav-toggle-icon:before {
  content: "\e603";
  font-size: 32px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 54.75em) {
  .accessibility-tools-toggle,
  .nav-toggle,
  .search-toggle,
  .subnav-toggle {
    display: none; } }
/* ==========================================================================
   Image Grid
   ========================================================================== */
.image-grid {
  float: left;
  width: 100%; }

.image-grid-caption {
  background-color: #f1efe5;
  color: #1e1516;
  font-size: 100%;
  line-height: 1.3;
  padding: 3px 10px 6px; }

.image-grid-image {
  margin-bottom: 1em;
  max-width: 320px; }

@media (min-width: 35.5625em) {
  .image-grid-image {
    float: left;
    padding-right: 2%;
    width: 48%; } }
/* ==========================================================================
   Inner Page Columns
   ========================================================================== */
.inner-page-columns {
  float: left;
  overflow: hidden;
  width: 100%; }

.inner-page-column:first-child {
  width: 100%; }

@media (min-width: 34em) {
  .inner-page-column {
    overflow: hidden; }

  .inner-page-column:first-child {
    float: left;
    margin-right: 15px;
    overflow: visible;
    width: 60%; }

  .inner-page-columns-two .inner-page-column:first-child {
    width: 50%; } }
@media (min-width: 45.5em) {
  .inner-page-column:first-child {
    width: 57%; }

  .inner-page-columns-two .inner-page-column:first-child {
    width: 50%; } }
/* ==========================================================================
   Inner Page Modules
   ========================================================================== */
.inner-page-column .related {
  margin-bottom: 20px; }

/* Donate Module
   ========================================================================== */
.module.donate-module {
  background: #ca7701 url(../images/bg-donate.jpg) 0 0 repeat-x;
  color: #fff;
  float: left;
  margin: 20px 0;
  padding: 20px;
  width: 100%; }

.module.donate-module #donate-field {
  width: 142px; }

.module.donate-module span {
  font-size: 197%;
  font-weight: bold; }

/* Quote Module
   ========================================================================== */
.quote-module {
  background: url(../images/quote-open.png) 0 0 no-repeat;
  padding-left: 15px;
  padding-top: 20px; }

.quote-module .blockquote {
  background: url(../images/quote-close.png) bottom right no-repeat;
  font-size: 131%;
  padding: 10px 0; }

.quote-module .blockquote span {
  color: #666;
  display: block;
  font-size: 100%;
  margin: 10px 0 0 0px; }

.quote-module .blockquote p {
  background-color: red; }

/* ==========================================================================
   Intro
   ========================================================================== */
p.intro {
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 123.1%;
  font-weight: 700; }

p.intro-short {
  margin-bottom: 30px !important; }

p.intro-large {
  font-size: 131%; }

.primary-content-wide p.intro {
  font-size: 167%;
  line-height: 1.3; }

/* ==========================================================================
   Items
   ========================================================================== */
.item-listing {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.item-listing .item {
  border-bottom: 1px solid #ccc;
  float: left;
  overflow: hidden;
  padding: 10px 0 0;
  width: 100%; }

.item-listing-tall-items .item {
  padding: 20px 0 0; }

.item-listing .item-image-right,
.item-listing .item-image-left {
  margin: 5px 0 10px; }

.item-listing .item-text {
  overflow: hidden;
  padding-bottom: 5px; }

.item-listing .item-text.space-above {
  margin-top: 20px; }

.item-listing .item h2 {
  font-size: 153.9%;
  line-height: 1.3;
  margin: 0 0 5px; }

.item-listing .item-text-highlight {
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 123.1%;
  font-weight: 700; }

.item-listing .item li {
  margin-left: 20px; }

/* Overrides
   ========================================================================== */
/* Article Related
   -------------------------------------------------------------------------- */
.article-related .item-image {
  float: left;
  padding-right: 10px; }

.article-related .item-text {
  float: none; }

/* Cross Promo
   -------------------------------------------------------------------------- */
.cross-promo .item-image {
  padding-top: 3px;
  width: 75px; }

/* Fundraiser Ideas
   -------------------------------------------------------------------------- */
.item-listing-fundraiser-ideas {
  border-bottom: 1px solid #ccc;
  float: left;
  margin: 0 0 31px !important;
  padding: 10px 0 31px;
  text-align: center;
  width: 100%; }

.item-listing-fundraiser-ideas .item {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0; }

.item-listing-fundraiser-ideas .item-image-left {
  float: none; }

.item-listing-fundraiser-ideas h3 {
  color: #ad5a00;
  font-size: 131%;
  font-weight: bold;
  margin-top: 7px !important; }

.item-listing-fundraiser-ideas p {
  font-size: 123.1%;
  margin: -2px 0 0; }

/* Landing Page
   -------------------------------------------------------------------------- */
.item-listing-landing .item {
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 5px; }

.landing-page-get-involved .item-listing-landing .item:nth-child(n+3) {
  border-bottom: none; }

.item-listing-landing .item:first-child {
  padding-top: 0; }

.item-listing-landing .item-image-left {
  margin-top: 0; }

.item-listing-landing .item:first-child .item-image-left {
  margin-top: 0; }

.item-listing-landing .item-text {
  border-bottom: none;
  float: left;
  padding-bottom: 0; }

.item-listing-landing .item-text h2 {
  color: #000; }

/* Media Queries
   ========================================================================== */
@media (min-width: 30em) {
  .item-listing-fundraiser-ideas {
    text-align: left; }

  .item-listing .item {
    padding: 20px 0 10px; }

  .item-listing-fundraiser-ideas .item {
    margin-bottom: -10px; }

  .item-listing-tight .item {
    padding: 15px 0; }

  .item-listing-bottom-space .item {
    padding: 20px 0 15px; }

  .item-listing-tall-items .item {
    padding: 20px 0; }

  .item-listing-tall-items .item-text {
    padding: 5px 0; }

  .item-listing .item-text > h2,
  .landing-page-get-involved .item-text h2,
  .item-listing .item-text > h3 {
    margin-top: -5px; }

  .item-listing .item-image {
    float: left;
    padding: 3px 20px 15px 0; }

  .item-listing .item-image-right {
    float: right;
    margin: 3px 0 5px 20px; }

  .item-listing .item-image-left {
    float: left;
    margin: 3px 20px 20px 0; }

  .landing-content .item-listing-landing .item,
  .landing-content .item-listing-landing .item:first-child {
    padding: 20px 0; }

  .item-listing-landing .item-image-left {
    margin: 0 20px 20px 0; }

  .item-listing-landing .item:first-child {
    padding-top: 0; }

  .item-listing-landing .item-text {
    float: none;
    overflow: hidden;
    padding: 0 0 10px 0; } }
/* ==========================================================================
   Landing All Link
   ========================================================================== */
p.landing-all-link {
  border-bottom: 1px solid #ccc;
  float: left;
  font-weight: bold;
  margin: -10px 0 20px;
  padding: 0 0 5px;
  text-align: center;
  width: 100%; }

/* Media Queries
   ========================================================================== */
@media (min-width: 30em) {
  p.landing-all-link {
    margin: -20px 0 20px; } }
/* ==========================================================================
   Last Updated
   ========================================================================== */
.last-updated {
  font-size: 93%;
  margin-bottom: 10px; }

/* ==========================================================================
   List Faux Two Cols
   ========================================================================== */
@media (min-width: 30em) {
  ul.list-faux-two-cols {
    width: 294px; }

  ul.list-faux-two-cols li {
    width: 100%; }

  ul.list-faux-two-cols span {
    display: inline-block;
    float: right;
    text-align: right; } }
/* ==========================================================================
   List Multi-Col
   ========================================================================== */
ul.list-multi-col {
  color: #000;
  float: left;
  width: 100%; }

.list-multi-col li {
  margin-bottom: 10px; }

@media (min-width: 35.5625em) {
  ul.list-multi-col {
    margin-bottom: 24px; }

  ul.list-multi-col-tall {
    margin-bottom: -16px; }

  .list-multi-col li {
    float: left;
    margin-bottom: 0;
    width: 45%; }

  .list-multi-col li:nth-child(odd),
  .lte-ie8 .list-multi-col li.odd-list-item {
    clear: left;
    margin-bottom: 8px;
    padding-right: 5%;
    width: 47%; }

  .list-multi-col-tall li:nth-child(odd),
  .lte-ie8 .list-multi-col-tall li.odd-list-item {
    margin-bottom: 24px; }

  .list-multi-col li > a {
    display: block; } }
/* ==========================================================================
   Main Header
   ========================================================================== */
.main-header {
  border-bottom: 1px solid #ccc;
  float: left;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  width: 100%; }

.main-header span {
  display: block;
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 6px; }

/* ==========================================================================
   MT Image
   ========================================================================== */
.mt-image-left {
  clear: left;
  float: left;
  margin: 0 20px 20px 0; }

.blog-image.mt-image-left {
  clear: both;
  /* clear: both doesn't seem to work without a border present? */
  border: 1px solid #c67300; }

@media (min-width: 24.375em) {
  .blog-image.mt-image-left {
    clear: left; } }
.mt-image-right {
  clear: right;
  float: right;
  margin: 0 0 20px 20px; }

/* ==========================================================================
   Nav
   ========================================================================== */
.nav-global {
  display: none;
  float: right;
  width: 100%; }

.nav-global.active {
  display: block; }

.nav-global .wrapper {
  overflow: hidden; }

.nav-global ul {
  overflow: hidden;
  width: 100%; }

.nav-global a {
  background-color: #e9e7da;
  border-top: 1px solid #d1ceaf;
  color: #3855ac;
  display: block;
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 123.1%;
  font-weight: 900;
  line-height: 1;
  padding: 13px 12px;
  text-shadow: -2px 2px 1px #fff;
  text-transform: uppercase;
  visibility: hidden;
  width: auto; }

.lte-ie8 .nav-global a {
  visibility: visible; }

.nav-global li:first-child a {
  border-top: none; }

.wf-inactive .nav-global a {
  visibility: visible; }

.wf-active .nav-global a {
  visibility: visible; }

.nav-global li.active a {
  background-color: #f1efe5;
  color: #ad5a00; }

.nav-global a:hover {
  background-color: #dddbc6; }

li#nav-donate a {
  background-color: #bf6800;
  color: #fff;
  text-shadow: none; }

li#nav-donate a:hover {
  background-color: #b95a00; }

/* Media Queries
   ========================================================================== */
@media (min-width: 34em) {
  li#nav-donate {
    display: none; } }
@media (min-width: 54.75em) {
  .nav-global {
    display: block; }

  .nav-global {
    background: #fff url(../images/bg-nav.jpg) 0 100% repeat-x;
    color: #333; }

  .nav-global ul {
    display: table;
    width: 100%; }

  .nav-global li {
    display: table-cell;
    float: none;
    list-style: none;
    width: auto; }

  #nav-home {
    display: none;
    visibility: hidden; }

  .nav-global li a {
    padding: 17px 13px;
    white-space: nowrap; }

  body.largerType .nav-global li a,
  body.largestType .nav-global li a {
    white-space: normal; }

  .nav-global li:hover {
    background: #f4f3ee url(../images/bg-nav-hover.jpg) 0 100% repeat-x; }

  .nav-global a {
    background: url(../images/bg-nav-item.png) 0 100% no-repeat;
    border: none;
    float: none;
    font-size: 116%;
    text-align: center; }

  .wf-inactive .nav-global a {
    visibility: visible; }

  .wf-active .nav-global a {
    visibility: visible; }

  .nav-global a:hover {
    background-color: transparent;
    text-decoration: none; }

  .nav-global li.first a {
    background-image: none; } }
@media (min-width: 58.75em) {
  .nav-global a {
    font-size: 123.1%; } }
/* ==========================================================================
   Ordered List Bold Numbers
   ========================================================================== */
ol.bold-numbers {
  counter-reset: item;
  margin: 0 0 1.5em;
  padding: 0; }

ol.bold-numbers > li {
  line-height: 1.5;
  list-style-type: none;
  counter-increment: item;
  margin-left: 24px;
  text-indent: -12px; }

ol.bold-numbers > li:before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  width: 10px; }

h2 + ol.bold-numbers {
  margin-top: 24px; }

/* ==========================================================================
   Page Tools
   ========================================================================== */
.page-tools {
  font-size: 100%;
  padding: 10px 0; }

.page-tools .languages {
  float: left;
  margin-bottom: 4px;
  padding-top: 14px; }

.page-tools .article-tools {
  clear: left;
  float: left; }

@media (min-width: 26.25em) {
  .page-tools .languages {
    margin-bottom: -4px; } }
/* Media Queries
   ========================================================================== */
@media (min-width: 35.5625em) {
  .page-tools .languages {
    margin-bottom: 0; }

  .page-tools .article-tools {
    clear: none;
    float: right; } }
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination-numbered {
  padding-top: 20px;
  text-align: center; }

.pagination-numbered li {
  display: inline;
  margin: 0; }

.pagination-numbered li a {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3px 6px; }

.pagination-numbered li a:hover {
  background-color: #eee;
  color: #666;
  text-decoration: none; }

.pagination-numbered li.active a {
  background-color: #eee;
  border-color: #eee;
  color: #000; }

/* ==========================================================================
   Photo Left and Right
   ========================================================================== */
.photo-left {
  background-color: #f1efe5;
  color: #1e1516;
  float: left;
  margin: 0 10px 20px 0; }

.photo-right {
  background-color: #f1efe5;
  color: #1e1516;
  float: right;
  margin: 0 0 20px 10px; }

.photo-left .mt-image-left {
  float: left;
  margin: 0 !important; }

.photo-right .mt-image-right {
  float: right;
  margin: 0 !important; }

.photo-left .caption,
.photo-right .caption {
  clear: both; }

.photo-left p,
.photo-right p {
  clear: both;
  padding: 5px 10px 0;
  text-align: left !important; }

.photo-left:before,
.photo-left:after,
.photo-right:before,
.photo-right:after {
  content: "";
  display: table; }

.photo-left:after,
.photo-right:after {
  clear: both; }

.photo-left,
.photo-right {
  zoom: 1; }

/* ==========================================================================
   Pullquote
   ========================================================================== */
.pull-quote {
  background: #f4f6fa url(../images/bg-related-module.jpg) 0 0 repeat-x;
  color: #333;
  margin-bottom: 20px;
  padding: 10px 15px; }

/* ==========================================================================
   Rating
   ========================================================================== */
.rating strong {
  font-weight: bold; }

.rating a {
  background: url(../images/vote.png) left top no-repeat;
  display: inline-block;
  height: 17px;
  line-height: 1;
  overflow: hidden;
  padding-left: 15px; }

.rating a.down {
  background-position: left -17px; }

.rating a.active {
  background-image: url(../images/vote-dark.png); }

.rating a.voted {
  background-image: url(../images/vote-dark.png); }

/* ==========================================================================
   Ratings Bars
   ========================================================================== */
div.ratings-bars {
  float: left;
  margin: 20px 0 !important;
  width: 100%; }

div.ratings-bars div.ratings-bar-wrapper {
  background-color: #b3bbd6;
  border-radius: 3px;
  clear: left;
  color: #fff;
  float: left;
  font-size: 85%;
  height: 27px !important;
  line-height: 27px !important;
  margin-bottom: 10px;
  min-height: 27px !important;
  overflow: hidden;
  width: 100%; }

div.ratings-bars div.ratings-bar {
  background-color: #0d2a93 !important;
  border-radius: 3px;
  display: block;
  height: 28px !important;
  line-height: 28px !important;
  min-height: 28px !important;
  text-align: left;
  padding: 0 4px; }

div.ratings-bars div.ratings-bar-wrapper span.ratings-bar-category {
  display: inline-block;
  float: left;
  height: 27px !important;
  line-height: 27px !important;
  min-height: 27px !important;
  text-align: left !important; }

div.ratings-bars span.ratings-bar-rating {
  display: inline-block;
  float: right; }

p.ratings-bars-summary {
  clear: left;
  float: left;
  margin-top: 15px;
  width: 100%; }

@media (min-width: 24.375em) {
  div.ratings-bars > div.ratings-bar-wrapper {
    font-size: 93%; }

  div.ratings-bars {
    margin-left: 40px !important;
    width: calc(100% - 40px) !important; }

  div.ratings-bars div.ratings-bar {
    padding: 0 10px; } }
/* ==========================================================================
   Search Form Basic
   ========================================================================== */
.search-header .site-search-form input[type="text"] {
  top: 2px;
  position: relative; }

.search-header h1 {
  clear: both; }

@media (min-width: 34em) {
  .search-header .site-search-form {
    display: inline-block;
    float: right;
    margin: -26px 0 0; } }
/* ==========================================================================
   Search Results
   ========================================================================== */
.primary-content .google-search-header {
  max-width: 650px; }

.primary-content .google-search-header h1 {
  float: none; }

#searchAgainForm {
  clear: both;
  margin: 10px 0;
  width: 100%; }

#searchAgainForm p {
  margin-bottom: 10px; }

#searchAgain {
  display: inline-block;
  max-width: 338px;
  padding: 2px 5px;
  vertical-align: middle;
  width: calc(100% - 76px); }

#searchAgainForm label {
  display: block;
  font-size: 108%;
  padding-bottom: 5px; }

.searchResult {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 650px;
  padding: 0 0 15px; }

.searchResult blockquote {
  margin-bottom: 10px; }

.searchResult blockquote b {
  font-weight: normal; }

.searchResult b {
  background-color: #94d3e7; }

.entry-main p.searchResultTitle {
  font-weight: bold;
  margin-bottom: 0px; }

#searchIntro {
  border-bottom: 1px solid #ccc;
  max-width: 650px;
  padding: 10px 0; }

#searchResultsPagination {
  text-align: center; }

#searchResultsPagination a {
  background: #fff;
  border: 1px solid #eee;
  padding: 3px 6px; }

#searchResultsPagination a:hover {
  background: #eee;
  color: #666;
  text-decoration: none; }

#searchResultsPagination a.active-results {
  background: #eee;
  border-color: #eee;
  color: #000; }

.fourohfour {
  margin-top: 20px; }

.fourohfour #searchAgainForm {
  margin-top: 20px; }

/* Media Queries
   ========================================================================== */
@media (min-width: 35.5625em) {
  #searchAgainForm label {
    display: inline; } }
/* ==========================================================================
   Section Feature
   ========================================================================== */
.section-featured {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  font-size: 116%;
  line-height: 1.3em;
  margin-bottom: 25px;
  padding: 10px; }

.section-featured h2 {
  font-size: 182%;
  line-height: 1;
  margin-bottom: 8px; }

.section-featured-image {
  margin-bottom: 10px; }

.section-featured-text {
  padding: 5px 0; }

.section-featured-text .section-more {
  border-top: 1px solid #ccc;
  display: block;
  margin-top: -10px;
  font-size: 108%;
  font-weight: bold;
  padding-top: 20px;
  padding-top: 12px; }

.section-featured-text h2 a p {
  line-height: 1.1;
  margin-bottom: 0; }

.section-featured-text p {
  font-size: 116%;
  line-height: 1.4;
  margin-bottom: 20px; }

.section-featured-text a {
  color: #294198;
  font-weight: bold; }

.section-featured-text ul {
  color: #a3a078;
  list-style: disc outside none;
  margin-top: 5px;
  padding-left: 15px; }

.section-featured-text li {
  margin-top: 5px; }

@media (min-width: 48em) {
  .section-featured-image {
    float: left; }

  .section-featured-text {
    overflow: hidden;
    padding: 5px 20px; } }
/* ==========================================================================
   Section Header
   ========================================================================== */
.section-header h1 {
  clear: both;
  color: #605832;
  font-size: 277%;
  font-weight: bold;
  margin-top: -15px; }

.section-header .intro {
  color: #605832;
  font-family: "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 138.5%;
  font-weight: normal !important;
  line-height: 1.3;
  margin: 10px 0 20px; }

.main-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative; }

/* ==========================================================================
   Sidebars
   ========================================================================== */
.sidebar {
  border-top: 1px solid #ccc;
  float: left;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 100%; }

/* A top border should appear between each sidebar widget, unless it's the first
   item after the sidebar donate widget. */
.sidebar.donate + div.sidebar {
  border-top: none; }

.home-page .sidebar {
  background-color: #e5e1cf;
  border-top: 0;
  margin-right: 0;
  padding: 20px 15px; }

/* Sidebar Container Styles
   ========================================================================== */
.sidebar a {
  color: #294198;
  vertical-align: middle; }

.sidebar span {
  font-size: 116%; }

.sidebar p {
  font-size: 108%;
  line-height: 1.3;
  margin: 5px 0 10px; }

.sidebar h3 {
  color: #a14e0c;
  display: block;
  font-size: 146.5%;
  font-style: normal;
  font-weight: 600; }

/* Sidebar Donate
   ========================================================================== */
.sidebar.donate {
  background-color: #fff;
  border-top: 4px solid #c16a01;
  padding: 16px 0 5px;
  text-align: center;
  width: 100%; }

.sidebar.donate .donate-graphic {
  margin-bottom: 25px; }

.sidebar.donate .donate-cta {
  margin-bottom: 26px; }

.sidebar-donate-button {
  margin-bottom: 9px; }

.sidebar.donate p.money-goes {
  margin-top: 0; }

.sidebar.donate p.money-goes:after {
  background: url(../images/bg-right-pointing-triange.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  left: 4px;
  position: relative;
  top: 4px;
  width: 6px; }

.sidebar.donate p.money-goes a {
  color: #2a2a2a; }

/* Currently hidden throughout the site

#donate-module-form input[type=text] {
	background: url(../images/bg-input-donate.png) 0 0 no-repeat;
	border: 0;
	font-size: 123.1%;
	height: 18px;
	padding: 10px 10px 10px 25px;
	vertical-align: middle;
	width: 72px;
}

#donate-module-form input[type=submit] {
	font-size: 13px;
}
*/
/* Sidebar Gleams
   ========================================================================== */
.home-page .sidebar-gleams img {
  display: block;
  float: right;
  margin: 5px -30px 0 0; }

.home-page .sidebar-gleams p {
  font-weight: bold;
  margin-bottom: 15px; }

/* Sidebar Highlight
   ========================================================================== */
.sidebar.highlight {
  background-color: #e6ecff;
  background-image: linear-gradient(to bottom, #e6ecff, #ffffff);
  border: 1px solid #c7ceea;
  padding: 15px;
  behavior: url(PIE.htc);
  -pie-background: linear-gradient(#e6ecff, #ffffff); }

.sidebar.highlight p {
  font-size: 131%;
  margin: 5px 0; }

.sidebar.highlight h3 {
  font-size: 100%;
  text-transform: uppercase; }

/* Sidebar Information for Patients
   ========================================================================== */
.sidebar.information-for-patients {
  padding: 15px 15px 10px; }

.sidebar.information-for-patients h3 {
  font-size: 153.9%;
  line-height: 1.15; }

.information-for-patients h3 span {
  font-size: 153.9%;
  line-height: 1.1; }

.information-for-patients .booklet-cover {
  display: none; }

.information-for-patients .links {
  margin: 10px 0 0; }

.information-for-patients .links li {
  font-size: 123.1%;
  margin-bottom: 5px;
  padding-left: 0; }

div.email-before-download-popup {
  background: #213373;
  font-family: inherit; }

div.email-before-download-popup * {
  font-family: inherit; }

div.email-before-download-popup div.ui-dialog-content {
  text-align: left;
  background: #fff; }

div.email-before-download-popup div.ui-dialog-titlebar {
  display: none; }

div.email-before-download-popup div.content-site {
  padding: 1.5em 1em; }

div.email-before-download-popup a.ui-dialog-titlebar-close {
  right: 0.75em;
  top: 1.25em; }

/* Media Queries
   ========================================================================== */
@media (min-width: 31.5em) {
  .sidebar {
    display: inline-block;
    float: left;
    margin-right: 3%;
    max-width: 46.5%;
    vertical-align: top;
    width: 100%; }

  .sidebar:nth-of-type(2n+1) {
    clear: left; } }
@media (min-width: 54.75em) {
  .sidebar {
    display: block;
    margin: 0 20px 10px 0;
    max-width: 185px;
    min-width: 185px;
    padding-top: 15px;
    width: auto; }

  .sidebar-no-border {
    border: none; }

  .sidebar.information-for-patients {
    margin-bottom: 20px; }

  .sidebar.information-for-patients .booklet-cover {
    display: block; }

  .sidebar.information-for-patients h3 {
    font-size: 138.5%; }

  .information-for-patients h3 span {
    font-size: 138.5%; }

  .sidebar.donate a.donate-link {
    margin: 10px 0 0; } }
@media (min-width: 41.75em) {
  .sidebar.donate a.donate-link {
    margin: 10px 0 0 10px; } }
@media (min-width: 56em) {
  .sidebar {
    max-width: 210px; } }
/* ==========================================================================
   Splash Banners
   ========================================================================== */
.splash-banner-blog {
  background: #000 url(../images/blog/splash-banner-blog.jpg) no-repeat 100% top;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  min-height: 440px;
  padding: 6%;
  position: relative;
  text-align: center;
  width: 100%; }

.splash-banner-workplace-giving {
  background: rgba(0, 0, 0, 0.5) url(../images/splash-banner-workplace-giving-sm.jpg) no-repeat 85% -15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  height: 405px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }

.splash-banner-gift-of-stock {
  background: rgba(0, 0, 0, 0.5) url(../images/splash-banner-gift-of-stock-sm.jpg) no-repeat 77% 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  height: 405px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }

h2.splash-banner-workplace-giving-message {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-family: BebasNeue, sans-serif;
  font-size: 210%;
  left: 0;
  letter-spacing: .05em;
  line-height: 1.15;
  padding: 4%;
  position: absolute;
  text-align: left;
  width: 100%; }

h2.splash-banner-gift-of-stock-message {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-family: BebasNeue, sans-serif;
  font-size: 210%;
  left: 0;
  letter-spacing: .05em;
  line-height: 1.15;
  padding: 32px 4%;
  position: absolute;
  text-align: left;
  width: 100%; }

@media (min-width: 30em) {
  .splash-banner-workplace-giving {
    background-position: 70% -15px; }

  h2.splash-banner-workplace-giving-message {
    bottom: 6%;
    font-size: 260%;
    max-width: 370px;
    width: 78%; }

  .splash-banner-gift-of-stock {
    background-position: 67% 0; }

  h2.splash-banner-gift-of-stock-message {
    bottom: 6%;
    font-size: 260%;
    max-width: 425px;
    width: 84%; } }
@media (min-width: 39em) {
  .splash-banner-workplace-giving {
    background-image: url(../images/splash-banner-workplace-giving-md.jpg);
    background-position: 50% -15px; }

  h2.splash-banner-workplace-giving-message {
    max-width: 400px;
    width: 60%; }

  .splash-banner-gift-of-stock {
    background-position: 50% 0; }

  h2.splash-banner-gift-of-stock-message {
    bottom: 8%;
    font-size: 270%;
    max-width: 425px;
    padding: 36px 4%;
    width: 70%; } }
@media (min-width: 48em) {
  .splash-banner-workplace-giving {
    background-image: url(../images/splash-banner-workplace-giving-lg.jpg);
    background-position: 50% 0;
    height: 420px; }

  h2.splash-banner-workplace-giving-message {
    bottom: 30%;
    font-size: 300%;
    padding: 15px 3% 20px;
    top: 30%;
    vertical-align: middle;
    width: 55%; }

  .splash-banner-gift-of-stock {
    background-image: url(../images/splash-banner-gift-of-stock-lg.jpg);
    background-position: 50% 0;
    height: 420px; }

  h2.splash-banner-gift-of-stock-message {
    bottom: 8%;
    font-size: 300%;
    max-width: 430px;
    padding: 50px 2%;
    width: 71%; } }
@media (min-width: 54.75em) {
  h2.splash-banner-workplace-giving-message {
    bottom: 28%;
    font-size: 310%;
    line-height: 1.15;
    padding: 20px 2% 20px 1%;
    top: 28%;
    width: 47%; }

  .splash-banner-gift-of-stock {
    background-position: 100% 0; }

  h2.splash-banner-gift-of-stock-message {
    bottom: auto;
    font-size: 310%;
    letter-spacing: .025em;
    line-height: 1.15;
    max-width: 450px;
    padding: 35px 2% 41px 2%;
    top: 22%;
    width: 52%; } }
@media (min-width: 56em) {
  h2.splash-banner-workplace-giving-message {
    bottom: 26%;
    font-size: 320%;
    max-width: 435px;
    padding: 25px 2% 20px 2%;
    top: 26%;
    width: 49%; } }
.splash-banner-blog-subscribe {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 6%;
  position: absolute;
  right: 0;
  top: 0; }

h1.splash-banner-blog-subscribe-header {
  color: #fff;
  font-family: BebasNeue, sans-serif;
  font-size: 334%;
  letter-spacing: .04em;
  text-align: left; }

p.splash-banner-blog-subscribe-text {
  color: #fff;
  font-size: 17px;
  line-height: 1.33;
  margin-bottom: 27px;
  text-align: left; }

.splash-banner-button-container {
  text-align: center; }

.splash-banner-button-container p.splash-banner-subscribe-benefits {
  color: #fff;
  font-size: 85%;
  margin-top: 8px;
  text-align: center; }

a.splash-banner-button {
  background: #e98300;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e98300), to(#d55c19));
  background: -webkit-linear-gradient(#e98300, #d55c19);
  background: -moz-linear-gradient(#e98300, #d55c19);
  background: -ms-linear-gradient(#e98300, #d55c19);
  background: -o-linear-gradient(#e98300, #d55c19);
  background: linear-gradient(#e98300, #d55c19);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.1;
  min-width: 100%;
  padding: 13px 5px;
  position: relative;
  text-transform: uppercase;
  -pie-background: linear-gradient(#e98300, #d55c19);
  behavior: url(/pie/PIE.htc); }

body.lightOnDark a.splash-banner-button {
  color: #fff; }

a.splash-banner-button:hover {
  background: #e36a27;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e36a27), to(#df6623));
  background: -webkit-linear-gradient(#e36a27, #df6623);
  background: -moz-linear-gradient(#e36a27, #df6623);
  background: -ms-linear-gradient(#e36a27, #df6623);
  background: -o-linear-gradient(#e36a27, #df6623);
  background: linear-gradient(#e36a27, #df6623);
  -pie-background: linear-gradient(#e36a27, #df6623);
  behavior: url(/pie/PIE.htc); }

@media (min-width: 26.25em) {
  a.splash-banner-button {
    font-size: 19px; } }
@media (min-width: 30em) {
  .splash-banner-blog {
    min-height: 420px;
    padding: 20% 12% 12%; }

  .splash-banner-button-container {
    padding: 0 1%; }

  a.splash-banner-button {
    font-size: 21px;
    padding: 13px 9px; } }
@media (min-width: 35.5625em) {
  .splash-banner-blog-subscribe {
    padding: 8% 9% 7%; }

  a.splash-banner-button {
    font-size: 22px;
    padding: 13p 4px; } }
@media (min-width: 35.5625em) {
  .splash-banner-blog-subscribe {
    padding: 8% 11% 7%; } }
ul.splash-banner-social-links {
  padding: 20px 0 15px;
  padding: 8% 0 4%;
  text-align: left; }

ul.splash-banner-social-links li {
  display: inline; }

ul.splash-banner-social-links a {
  background: #000 url(../images/blog/splash-banner-social-icons.png) no-repeat 0 0;
  display: inline-block;
  height: 22px;
  margin-right: 21px;
  text-indent: -9999em;
  width: 21px; }

ul.splash-banner-social-links a.social-link-facebook {
  background-position: 0 0; }

ul.splash-banner-social-links a.social-link-twitter {
  background-position: -44px 0; }

ul.splash-banner-social-links a.social-link-linkedin {
  background-position: -91px 0; }

ul.splash-banner-social-links a.social-link-youtube {
  background-position: -140px 0; }

ul.splash-banner-social-links a.social-link-instagram {
  background-position: -189px 0; }

@media (min-width: 48em) {
  .splash-banner-blog {
    background-position: 60% top;
    padding: 26px 0 0; }

  .splash-banner-blog-subscribe {
    background: rgba(0, 0, 0, 0.8);
    min-height: 358px;
    max-width: 440px;
    padding: 15px 20px;
    position: static;
    width: 52%; }

  a.splash-banner-button {
    font-size: 20px; } }
@media (min-width: 54.75em) {
  .splash-banner {
    padding-top: 30px; } }
/* ==========================================================================
   Sponsorship
   ========================================================================== */
.sponsorship {
  background-position: center right;
  background-repeat: no-repeat;
  bottom: 10px;
  display: block;
  font-size: 93%;
  height: 19px;
  position: absolute;
  right: 0; }

.sponsorship img {
  margin-left: 2px;
  vertical-align: middle; }

/* ==========================================================================
   Subnav
   ========================================================================== */
.subnav {
  display: none;
  float: left;
  margin: -5px 0 20px;
  width: 100%; }

.subnav.active {
  display: block; }

.subnav li {
  background-color: #d4dff1;
  border-bottom: 1px solid #b0bfe6; }

.subnav a {
  color: #0d2a93;
  display: block;
  font-size: 116%;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px 10px 15px; }

.subnav li.first {
  border-top: 0; }

.subnav li:hover {
  background: #eff4fc url(../images/bg-sidenav-hover.png) 0 100% repeat-x; }

.subnav li.active {
  background: #507bd7 url(../images/bg-sidenav-active.png) 0 100% repeat-x; }

.subnav li.active a {
  color: #fff; }

.subnav li a.see-all {
  color: #c35600; }

.subnav li ul li {
  border-top: none; }

.subnav li li a,
.subnav li.active li a {
  background: none;
  color: #0d2a93;
  font-size: 13px;
  padding: 5px 20px 10px 30px; }

.subnav li li:last-child {
  padding-bottom: 3px; }

@media (min-width: 54.75em) {
  .subnav {
    display: block;
    margin: 30px 0 20px; }

  .landing-page .subnav {
    display: none; }

  .subnav li {
    background: #d4dff1 url(../images/bg-sidenav-off.png) 0 0 repeat-y; }

  .subnav a {
    padding: 10px 20px; }

  .subnav li.active a {
    background: url(../images/arw-sidenav-active.png) 100% 50% no-repeat; } }
/* ==========================================================================
   Tables
   ========================================================================== */
.table-container-outer {
  position: relative; }

.table-container {
  margin: 0 0 1em;
  overflow-y: auto;
  _overflow: auto;
  width: 100%; }

.table-container::-webkit-scrollbar {
  height: 14px;
  -webkit-appearance: none;
  width: 14px; }

.table-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  border-radius: 8px; }

.table-container-fade {
  height: 100%;
  position: absolute;
  right: 0;
  width: 20px; }

.table-fullwidth {
  width: 100%; }

.table-greenheader caption {
  background-color: #2db2a2;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 108%;
  padding: 7px 0;
  text-align: center; }

.table-grey-bg {
  margin-bottom: 41px !important; }

.table-greenheader,
.table-grey-bg {
  border-left: none;
  border-top: none; }

.table-greenheader th,
.table-greenheader td,
.table-grey-bg th,
.table-grey-bg td {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 10px; }

.table-grey-bg tbody tr:nth-last-of-type(1) th,
.table-grey-bg tbody tr:nth-last-of-type(1) td {
  border-bottom-color: #e5e5e5; }

.table-greenheader td,
.table-grey-bg td,
.table-grey-bg thead th:nth-last-of-type(1) {
  border-right: none;
  padding-left: 15px; }

.table-grey-bg thead th {
  font-weight: normal; }

@media (min-width: 30em) {
  .table-greenheader caption {
    font-size: 161%; } }
/* ==========================================================================
   Toolbar
   ========================================================================== */
.site-toolbar {
  background-color: #e6edf8;
  box-shadow: 0 2px 3px -2px #111;
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%; }

.lt-ie9 .site-toolbar {
  border-bottom: 2px solid #666; }

.site-tool {
  color: #234ab4;
  float: left;
  height: 42px;
  width: auto; }

/* Toolbar Label
   ========================================================================== */
.toolbar-label {
  border-right: 1px solid #b7c7df;
  color: #10233e;
  display: none;
  float: left;
  height: 42px;
  padding: 10px 30px 0 0;
  text-transform: uppercase; }

.toolbar-label a {
  background-color: #fcc;
  display: block;
  height: 25px; }

@media (min-width: 31.5em) {
  .toolbar-label {
    display: inline-block; } }
/* Accessibility Tools
   ========================================================================== */
.accessibility-tools {
  background-color: #d4dff1;
  border-right: 1px solid #b7c7df;
  display: none;
  float: left;
  height: 42px;
  width: 100%; }

.lte-ie8 .accessibility-tools {
  display: none;
  visibility: hidden; }

.accessibility-tools.active {
  display: block; }

.site-toolbar .accessibility-tool {
  padding: 7px 15px 0; }

.accessibility-tool .fmenu {
  padding: 2px 0 0 0; }

.accessibility-tool li {
  padding-left: 0;
  position: relative; }

.accessibility-tool a {
  height: 25px;
  margin-left: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 25px; }

body.lightOnDark .accessibility-toggle-label {
  border-right: 1px solid #b99070; }

/* Accessibility Tool Label
   -------------------------------------------------------------------------- */
.accessibility-tool-label {
  float: left;
  font-size: 15px;
  padding: 6px 7px 0 0;
  width: auto; }

.accessibility-tool-label .hide-narrow {
  display: none; }

/* Type Tool
   ========================================================================== */
.type-tool {
  border-right: 1px solid #b7c7df;
  padding: 7px 10px 0 10px; }

.type-tool a {
  background: url(../images/tool-text.png) 0 0 no-repeat; }

.type-tool a#text-md {
  background-position: -25px -25px;
  width: 26px; }

.largerType .type-tool a#text-md {
  background-position: -25px 0; }

.largerType .type-tool a#text-sm {
  background-position: 0 -25px; }

.type-tool a#text-lg {
  background-position: -51px -25px;
  width: 25px; }

.largestType .type-tool a#text-lg {
  background-position: -51px 0; }

.largestType .type-tool a#text-sm {
  background-position: 0 -25px; }

/* Contrast Tools
   ========================================================================== */
.contrast-tool {
  padding: 7px 0 4px 9px; }

.contrast-tool a {
  background: url(../images/tool-contrast.png) 0 0 no-repeat; }

.contrast-tool a#lod {
  background-position: -25px -25px;
  width: 26px; }

.lightOnDark .contrast-tool a#lod {
  background-position: -25px 0; }

.lightOnDark .contrast-tool a#dol {
  background-position: 0 -25px; }

/* Toolbar Donate Button
   ========================================================================== */
.toolbar-donate-button {
  background-color: #bf6801;
  display: inline-block;
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  float: left;
  font-size: 14px;
  height: 42px;
  left: -1px;
  line-height: 47px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 80px; }

.toolbar-donate-button:hover {
  background-color: #b85801; }

/* Search Global
   ========================================================================== */
.search-global {
  background-color: #b7c7df;
  border-radius: 0;
  display: none;
  float: right;
  height: 42px;
  padding: 7px 15px 0 15px;
  text-align: right;
  width: 100%; }

.search-global.active {
  display: block; }

.search-global input[type="submit"] {
  font-size: 14px;
  font-weight: 900;
  vertical-align: middle;
  max-width: 85px; }

.search-global input[type="text"] {
  border: none;
  font-size: 16px;
  margin-top: -1px;
  max-width: 280px;
  padding: 2px 5px;
  vertical-align: middle;
  width: 70%;
  /* IE8, etc. */
  width: calc(100% - 85px); }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Toolbar Donate Button
   ========================================================================== */
@media (min-width: 26.25em) {
  .toolbar-donate-button {
    width: 100px; } }
@media (min-width: 34em) {
  .toolbar-donate-button {
    display: none; } }
@media (min-width: 54.75em) {
  .toolbar-donate-button {
    display: block !important;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 2; } }
/* Accessibility Tools
   ========================================================================== */
@media (min-width: 54.75em) {
  .site-toolbar {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1; }

  .site-tool {
    padding: 6px 29px; }

  .accessibility-tools {
    background-color: transparent;
    border-right: none;
    display: block;
    min-width: 160px;
    width: auto; }

  .site-toolbar .accessibility-tool {
    padding: 7px 23px 0 24px; }

  .accessibility-tool-label {
    border-right: none;
    padding: 6px 10px 0 0; }

  .accessibility-tool-label .hide-narrow {
    display: inline-block; }

  .search-global,
  .search-global.input-blur {
    border-left: 1px solid #b7c7df;
    display: block;
    left: -80px;
    padding: 7px 19px 0 11px;
    position: relative;
    -webkit-transition: linear;
    transition: linear;
    width: 47%;
    /*width: calc(100% - 455px);*/
    width: calc(100% - 535px);
    z-index: 2; }

  .search-global.input-focus {
    left: auto;
    position: absolute;
    right: 80px;
    top: 0;
    width: calc(100% - 380px); }

  .search-global input[type="text"] {
    max-width: 481px;
    width: calc(100% - 89px); } }
/* ==========================================================================
   Videos
   ========================================================================== */
.embed-container {
  height: 0;
  margin: 1em 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

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

/* ==========================================================================
	 Accessibility Settings
   ========================================================================== */
/* Body
   ========================================================================== */
body.largerType {
  font-size: 16px; }

body.largestType {
  font-size: 18px; }

/* Anchors
   ========================================================================== */
body.largerType a.email span,
body.largestType a.email span {
  display: block; }

body.largerType .sidebar a.email,
body.largestType .sidebar a.email {
  display: block;
  line-height: 1; }

body.largerType .sidebar a.email span,
body.largestType .sidebar a.email span {
  display: block;
  font-size: 0;
  font-weight: normal;
  margin: 0; }

/* Toggles
   ========================================================================== */
body.lightOnDark .toggle-icon,
body.lightOnDark .toggle-label {
  color: #fff; }

body.lightOnDark .toggle-icon:hover,
body.lightOnDark li.active .toggle-icon {
  background-color: #000;
  color: #fff; }

body.lightOnDark .subnav-toggle .toggle-icon:hover,
body.lightOnDark .subnav-toggle.active .toggle-icon {
  background-color: #192a57;
  color: #fff; }

/* Toolbar
   ========================================================================== */
body.lightOnDark .site-toolbar {
  background-color: #91521f;
  box-shadow: 0 2px 3px #000; }

body.lightOnDark .site-tool,
body.lightOnDark .toolbar-label {
  border-color: #b99070;
  color: #fff; }

body.lightOnDark .accessibility-tools {
  background-color: #000;
  border-right: 1px solid #b99070; }

body.lightOnDark .accessibility-toggle-label:hover,
body.lightOnDark .accessibility-tools-toggle.active {
  background-color: #000; }

body.lightOnDark .type-tool {
  border-right: 1px solid #b99070; }

/* Search Global
   ========================================================================== */
body.lightOnDark .search-global {
  background: #783e0e; }

body.lightOnDark input[type="text"] {
  background-color: #fff; }

/* Banner
   ========================================================================== */
body.lightOnDark .banner-global {
  background: #0c1438 url(../images/bg-night.jpg) 50% 40px no-repeat; }

/* Nav Global
   ========================================================================== */
body.lightOnDark .nav-global {
  background: #000; }

body.lightOnDark .nav-global a {
  background-color: #000;
  color: #ffd256;
  text-shadow: none; }

body.lightOnDark .nav-global a:hover {
  background-color: #282828; }

body.lightOnDark .nav-global li.active a {
  background-color: #111e40;
  color: #fff; }

body.lightOnDark .nav-global li:hover {
  background: #282828; }

body.lightOnDark .nav-global a {
  background-image: url(../images/bg-nav-item-dark.png);
  color: #ffd256;
  text-shadow: none; }

body.lightOnDark .nav-global li:first-child a {
  background: none; }

body.lightOnDark .nav-global li.active a {
  background-color: #111e40;
  color: #fff; }

/* ==========================================================================
   Pages
   ========================================================================== */
/* Best Nonprofits Page
   ========================================================================== */
body.lightOnDark.best-nonprofits .entry-main h3 a {
  color: #ffd256 !important; }

body.lightOnDark.best-nonprofits .entry-main .h3-sub-head {
  color: #fff !important; }

body.lightOnDark.best-nonprofits .table-grey-bg th a {
  color: #ffd256; }

/* Fundraise for Glaucoma Research page
   ========================================================================== */
body.lightOnDark.fundraise-for-grf .button-fundraiser,
body.lightOnDark.fundraise-for-grf .item-listing-fundraiser-ideas h3,
body.lightOnDark.fundraise-for-grf h3.get-started-step-header {
  color: #fff !important; }

/* ==========================================================================
   Containers
   ========================================================================== */
/* Content Site
   ========================================================================== */
body.lightOnDark .content-site {
  background-color: #111e40;
  color: #fff; }

body.lightOnDark .content-site a {
  color: #ffd256; }

body.lightOnDark .content-site .sidebar a.btn-link {
  color: #fff; }

/* Primary Content
   ========================================================================== */
body.lightOnDark .primary-content,
body.lightOnDark .primary-content-wide {
  background: #0f0f0f; }

body.lightOnDark .primary-content-wide {
  color: #fff; }

body.lightOnDark .primary-content h1,
body.lightOnDark .primary-content h2,
body.lightOnDark .primary-content .article-jump-links h3,
body.lightOnDark .primary-content-wide h3,
body.lightOnDark .article-section h3,
body.lightOnDark .sidebar h3,
body.lightOnDark .landing-content ul {
  color: #fff; }

body.largestType .information-for-patients h3,
body.largestType .information-for-patients h3 span {
  font-size: 131%; }

body.largestType .information-for-patients .links li {
  font-size: 108%; }

body.lightOnDark .primary-content-home a:hover {
  background: none;
  border-bottom: none;
  color: #ffd256; }

body.lightOnDark .content-toggle-switch {
  color: #ffd256; }

body.lightOnDark .content-toggle-switch:hover,
body.lightOnDark .content-toggle-switch.active {
  background-color: transparent; }

/* Entry Main
   ========================================================================== */
body.lightOnDark .entry-main th {
  color: #fff;
  font-weight: bold; }

/* ==========================================================================
   Components
   ========================================================================== */
/* Application
   -------------------------------------------------------------------------- */
body.lightOnDark.application-page .not-good-to-go p,
body.lightOnDark .application-content p,
body.lightOnDark .application-content span.instruction {
  color: #fff !important; }

/* Carousel
   -------------------------------------------------------------------------- */
body.lightOnDark .carousel-nav-li span.active,
body.lightOnDark .carousel-item {
  background-color: #111e40;
  color: #fff; }

body.lightOnDark .carousel-nav-li a {
  color: #ffd256; }

body.lightOnDark .carousel-nav-li span:hover {
  background: #040b1e; }

body.lightOnDark .related {
  background: #0a1226; }

body.lightOnDark .carousel-home {
  background: #2c3f7f; }

body.lightOnDark .carousel-text,
body.lightOnDark .carousel-text h2 {
  color: #fff; }

body.lightOnDark .carousel-text a {
  background: none;
  border-bottom: none;
  color: #ffd256; }

body.lightOnDark .carousel-text ul {
  color: #ffd256; }

body.lightOnDark .carousel-text h2,
body.lightOnDark .simulator h3,
body.lightOnDark .simulator span {
  color: #fff; }

/* Home Columns
   -------------------------------------------------------------------------- */
body.lightOnDark .home-column h2 {
  color: #fff; }

/* Footer
   ========================================================================== */
.largerType .footer-gleams,
.largestType .footer-gleams {
  background: none;
  padding: 0; }

.largerType .footer-gleams img,
.largestType .footer-gleams img {
  display: none; }

/* Section Header
   ========================================================================== */
/* Section Header
   -------------------------------------------------------------------------- */
body.lightOnDark .section-header h1,
body.lightOnDark .section-header .intro {
  color: #fff; }

/* Section Featured
   -------------------------------------------------------------------------- */
body.lightOnDark .section-featured {
  background: #0f0f0f; }

/* Article Nav
   -------------------------------------------------------------------------- */
body.lightOnDark .article-nav {
  background: #2f2f2f;
  border-left: 1px solid #4f4f4f;
  border-top: 1px solid #4f4f4f; }

body.lightOnDark .article-nav a {
  border-bottom: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f; }

body.lightOnDark .primary-content .article-nav a.current {
  background-color: #0f0f0f;
  color: #fff; }

/* Article Tools
   -------------------------------------------------------------------------- */
body.lightOnDark .article-tools li.active {
  background-color: #91521f; }

/* Callouts
   -------------------------------------------------------------------------- */
body.lightOnDark .callout,
body.lightOnDark .callout-plain {
  background-color: #351800;
  color: #fff; }

/* Campaign Banner
   -------------------------------------------------------------------------- */
body.lightOnDark .campaign-banner {
  background: #351800; }

/* Caption
   -------------------------------------------------------------------------- */
body.lightOnDark .caption {
  background: #222;
  color: #fff; }

/* Carousel
   -------------------------------------------------------------------------- */
.largerType .carousel-text p,
.largerType .carousel-text li,
.largestType .carousel-text p,
.largestType .carousel-text li {
  font-size: 20px; }

body.lightOnDark #carousel-nav a.active,
body.lightOnDark .carousel-item {
  background-color: #111e40;
  color: #fff; }

body.lightOnDark #carousel-nav a {
  color: #ffd256; }

body.lightOnDark #carousel-nav a:hover {
  background: #040b1e; }

body.lightOnDark #carousel {
  background: #2c3f7f; }

body.lightOnDark .carousel-text {
  color: #fff; }

body.lightOnDark .carousel-text a {
  background: none;
  border-bottom: none;
  color: #ffd256; }

body.lightOnDark .carousel-text h2 {
  color: #fff; }

body.lightOnDark .carousel-text ul {
  color: #ffd256; }

/* Editors
   -------------------------------------------------------------------------- */
body.lightOnDark .editors {
  background: none; }

/* Email Send Pane
   -------------------------------------------------------------------------- */
body.lightOnDark .email-send-pane {
  background-color: #91521f; }

/* Footnotes
   -------------------------------------------------------------------------- */
body.lightOnDark .footnotes li {
  color: #fff; }

/* Home Tag
   -------------------------------------------------------------------------- */
body.lightOnDark .home-tag {
  color: #fff; }

/* Pagination
   -------------------------------------------------------------------------- */
body.lightOnDark .pagination-numbered li a {
  background: #0f0f0f; }

body.lightOnDark .pagination-numbered li a:hover {
  background: #91521f;
  color: #fff; }

body.lightOnDark .pagination-numbered li.active a {
  background: #91521f;
  color: #fff; }

body.lightOnDark #searchResultsPagination a {
  background: #0f0f0f; }

body.lightOnDark #searchResultsPagination a:hover {
  background: #91521f;
  color: #fff; }

body.lightOnDark #searchResultsPagination a.active-results {
  background: #91521f;
  color: #fff; }

/* Pull Quote
   -------------------------------------------------------------------------- */
body.lightOnDark .pull-quote {
  background: #0a1226;
  color: #fff; }

/* Rating
   -------------------------------------------------------------------------- */
body.lightOnDark .rating a {
  background-image: url(../images/vote-dark.png); }

/* Related
   -------------------------------------------------------------------------- */
body.lightOnDark .related {
  background: #0a1226; }

body.lightOnDark .related h2 {
  color: #fff; }

/* Sidebars
   -------------------------------------------------------------------------- */
body.lightOnDark.home-page .sidebar {
  background: #000; }

body.lightOnDark .sidebar.donate {
  background: #fff; }

body.lightOnDark .sidebar.donate:hover {
  background: #91521f;
  color: #ffd256; }

body.lightOnDark .sidebar.donate p.money-goes a:hover {
  color: #ffd256; }

body.lightOnDark .sidebar.donate:hover a {
  color: #ffd256; }

body.lightOnDark .sidebar.donate p.money-goes:after {
  background: none; }

body.lightOnDark .sidebar.highlight {
  background: #0a1226;
  border-color: #0a1226; }

body.lightOnDark.home-page .sidebar h3 {
  color: #fff; }

body.lightOnDark .content-site .sidebar a.btn-link {
  color: #fff; }

/* Subnav
   -------------------------------------------------------------------------- */
body.lightOnDark .subnav li {
  background-image: none;
  background-color: #192a57; }

body.lightOnDark .subnav li:hover {
  background-color: #85a1ea; }

body.lightOnDark .subnav a {
  color: #fed258; }

body.lightOnDark .subnav a:hover {
  color: #273b6f; }

body.lightOnDark .subnav li.active {
  background-color: #0f0f0f; }

body.lightOnDark .subnav li.active a {
  color: #fff; }

/* Tables
   -------------------------------------------------------------------------- */
body.lightOnDark .table-greenheader caption {
  border-bottom-color: #666 !important; }

body.lightOnDark .table-greenheader caption {
  background-color: #111e40; }

body.lightOnDark .table-grey-bg thead > tr {
  border-top: 1px solid #666; }

body.lightOnDark .table-greenheader th,
body.lightOnDark .table-greenheader td,
body.lightOnDark .table-grey-bg th,
body.lightOnDark .table-grey-bg td {
  background-color: #000;
  border-bottom-color: #666 !important;
  border-right-color: #666 !important; }

/* Video Link
   -------------------------------------------------------------------------- */
body.lightOnDark a.video-link {
  background-image: url(../images/icn-video-dk.png); }

/* ==========================================================================
   Applications
   ========================================================================== */
/* Conditional Loading
   ========================================================================== */
.application-page .not-good-to-go {
  display: block;
  width: 95.5%; }

.application-content {
  display: none; }

.application-page .primary-content-wide {
  float: left;
  width: 100%; }

.application-content .article-tools,
.application-content .last-updated {
  display: none;
  visibility: hidden; }

.primary-content-wide .application-content #application a {
  text-decoration: underline; }

.primary-content-wide .application-content h1 {
  width: 95.5%; }

.primary-content-wide .application-content h2 {
  border-top: 3px double #ddd;
  clear: both;
  float: left;
  font-size: 138.5%;
  margin-bottom: .5em;
  padding-top: .5em;
  width: 100%; }

.primary-content-wide .application-content h2 span {
  color: #666; }

.primary-content-wide .application-content h3 {
  color: #000;
  font-size: 116%;
  margin-bottom: 7px !important; }

.primary-content-wide .application-content h3.label {
  color: #000;
  font-family: "Helvetica Neue", arial, clean, sans-serif;
  font-size: 100%;
  font-weight: normal; }

.primary-content-wide .application-content h3.label span.instruction {
  color: #666;
  display: block;
  font-size: 93%;
  margin: .4em 0 .5em; }

.primary-content-wide .application-content p {
  clear: both !important;
  line-height: 1.4; }

.application-content .lead {
  margin-bottom: 1.5em;
  width: 95.5%; }

.application-content .thanks p {
  color: #000; }

.application-content div.input {
  clear: left;
  float: left;
  margin-bottom: 1em;
  width: 100%;
  width: 98.6%; }

.application-content div.input-tall {
  margin-bottom: 2em; }

.application-content div.submit input {
  clear: left;
  margin: 1em 0 0 220px; }

.application-content input[type="text"] {
  border: 1px solid #a7a6aa;
  font-size: 93%;
  padding: 4px;
  width: 200px; }

.application-content input[type="file"] {
  margin-bottom: 1em !important; }

.application-content div.input label,
.application-content div.input label {
  display: inline;
  float: left;
  font-size: 100%;
  line-height: 1.4;
  margin-right: 20px;
  width: 200px; }

.application-content form label.error {
  border: 0;
  display: inline;
  float: none;
  font-size: 93%;
  line-height: 1.4;
  margin-right: 0;
  padding-left: 3px;
  width: auto; }

.application-content div.input label span.instruction {
  color: #666;
  display: block;
  font-size: 85%;
  margin-top: .2em; }

.application-content label.hide {
  display: none; }

.application-content div.input fieldset label {
  display: inline;
  float: none;
  font-size: 93%;
  margin-right: 0;
  width: auto; }

.application-content div.input label span.required {
  color: #ad5a00;
  font-weight: bold;
  line-height: 1;
  padding-left: 2px; }

.application-content div.input textarea {
  border: 1px solid #a7a6aa;
  font-size: 93%;
  padding: 2px; }

.application-content div.input-textarea {
  width: 98.4%; }

.application-content div.input-textarea textarea {
  width: calc(100% - 220px); }

.application-content div.input select {
  width: 206px; }

.application-content div.input option {
  font-size: 100%; }

.application-content div.input fieldset.block div {
  margin: .5em 0; }

.application-content div.input fieldset legend {
  font-size: 93%; }

/* Input Group
   ========================================================================== */
.application-content fieldset {
  float: left;
  width: 100%; }

.application-content .input-group {
  float: left;
  margin-right: 10px;
  width: 208px; }

.application-content .input-group:last-child {
  margin-right: 0; }

.application-content .input-group input {
  display: inline-block;
  margin-bottom: 5px; }

.application-content div.wordcount {
  color: #666;
  font-size: 85%;
  text-align: right; }

.application-content div.right-column {
  margin-left: 220px; }

.application-content div.right-column p {
  color: #000;
  font-size: 93%;
  line-height: 1.4;
  margin: 0 0 1em; }

.application-content div.right-column p.instruction {
  color: #666; }

.application-content div.right-column p.label {
  margin-bottom: .25em; }

.application-content div.checkbox {
  float: left;
  font-size: 93%; }

.application-content div.reference,
.application-content div.investigator,
.application-content div.section {
  border-top: 1px solid #bbb;
  float: left;
  padding-top: 1em;
  width: 100%; }

.application-content div.section {
  margin-bottom: 0; }

.application-content div.reference-first,
.application-content div.investigator-first,
.application-content div.section-first {
  border-top: 0;
  padding-top: 0; }

.application-content ul.add-inputs {
  margin: 0 0 2em; }

.application-content ul.add-inputs li,
.application-content ul.add-form li {
  font-size: 108%;
  list-style: none;
  margin: 0 0 1em; }

.application-content ul.add-inputs li:before,
.application-content ul.add-form li:before {
  content: '\00bb  '; }

.application-content .entry-main table {
  border: none;
  clear: left;
  width: auto; }

.application-content .entry-main td,
.application-content .entry-main th {
  border: none;
  line-height: 1.2;
  padding: 2px 10px 2px 0; }

.application-content .entry-main th {
  color: #000; }

.application-content .entry-main p {
  color: #666;
  font-size: 100%; }

.application-content div.form,
.application-content #form-signature {
  background: #eef2ff;
  display: none;
  float: left;
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 1em; }

.application-content div.form p {
  color: #000; }

.application-content div.form h3 {
  margin-top: 0; }

.application-content #form-signature {
  display: inline;
  margin-left: 220px; }

.application-content #form-signature p {
  color: #000; }

.application-content #form-signature ol {
  margin: 0 0 1em;
  padding: 0; }

.application-content #form-signature div.input {
  margin-left: 200px;
  width: auto; }

.application-content #form-signature div.input label {
  float: none;
  margin: 0; }

.application-content #form-signature div.input input[type="text"] {
  display: block; }

.application-content input[id="fileid14"] {
  clear: left; }

/* Media Queries
   ========================================================================== */
@media (min-width: 48em) {
  .fileinput .application-page .not-good-to-go {
    display: none; }

  .fileinput .application-content,
  .ie8 .application-content {
    display: block; } }
@media print {
  .fileinput .application-page .not-good-to-go {
    display: none; }

  .fileinput .application-content,
  .ie8 .application-content {
    display: block; } }
/* ==========================================================================
   jQuery UI CSS
   ========================================================================== */
/* Component containers
   ========================================================================== */
.application-content .ui-widget-content {
  border: 1px solid #ddd;
  background: #f5f5f5 url(../images/ui-bg_highlight-hard_100_fff_1x100.png) 50% top repeat-x;
  color: #362836; }

.application-content .ui-widget-content a {
  color: #362836; }

.application-content .ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url(../images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
  color: #2779aa;
  font-weight: bold; }

.application-content .ui-widget-header a {
  color: #362836; }

/* Interaction states
   ========================================================================== */
.application-content .ui-state-default,
.application-content .ui-widget-content .ui-state-default,
.application-content .ui-widget-header .ui-state-default {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url(../images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2779aa; }

.application-content .ui-state-default a,
.application-content .ui-state-default a:link,
.application-content .ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none; }

.application-content .ui-state-hover,
.application-content .ui-widget-content .ui-state-hover,
.application-content .ui-widget-header .ui-state-hover,
.application-content .ui-state-focus,
.application-content .ui-widget-content .ui-state-focus,
.application-content .ui-widget-header .ui-state-focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb url(../images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0070a3; }

.application-content .ui-state-hover a,
.application-content .ui-state-hover a:hover {
  color: #0070a3;
  text-decoration: none; }

.application-content .ui-state-active,
.application-content .ui-widget-content .ui-state-active,
.application-content .ui-widget-header .ui-state-active {
  border: 1px solid #2694e8;
  background: #3baae3 url(../images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #fff; }

.application-content .ui-state-active a,
.application-content .ui-state-active a:link,
.application-content .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.application-content .ui-widget :active {
  outline: none; }

/* ==========================================================================
   Best Nonprofits
   ========================================================================== */
/* 
============================================================================ */
.best-nonprofits .entry-main h2 {
  color: #000; }

.best-nonprofits .entry-main h3 {
  color: #ad5a00;
  font-size: 131%;
  margin: 30px 0 -10px !important; }

.best-nonprofits .entry-main h3 a {
  border-bottom: 2px solid #d6ac7f;
  color: #ad5a00;
  display: inline-block;
  line-height: 1.1 !important; }

.best-nonprofits .entry-main .h3-sub-head {
  color: #000;
  display: block;
  font-size: 72% !important;
  font-style: italic;
  font-weight: 200;
  margin: 3px 0 32px; }

.best-nonprofits .table-grey-bg th a {
  background-image: url(../images/bg-link-light-brown.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #ad5a00;
  font-weight: bold;
  padding-bottom: 1px; }

/* ==========================================================================
   Event Page
   ========================================================================== */
.event-banner {
  background: #ca7701 url(../images/bg-donate.jpg) 0 0 repeat-x;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%; }

.event-banner img {
  float: left; }

#event-action img {
  float: none; }

.event-action {
  color: #fff;
  float: right;
  font-size: 116%;
  line-height: 1.3;
  padding: 15px;
  text-align: center;
  width: 100%; }

.event-action #donate-module-form #donate-field {
  width: 100%; }

.event-action #donate-module-form {
  margin-bottom: 15px; }

.primary-content-wide .event-action h3 {
  color: #fff;
  font-size: 153.9%;
  margin: 5px 0 10px 0; }

.primary-content-wide .event-action a {
  color: #fff; }

.event-article {
  margin-bottom: 30px; }

.event-side .sidebar {
  padding-top: 0; }

/* Media Queries
   ========================================================================== */
@media (min-width: 41.75em) {
  .event-banner {
    margin-bottom: 0;
    padding: 10px 0 10px 10px; }

  .event-image {
    float: left;
    width: 70%; }

  .event-action {
    float: right;
    text-align: left;
    padding: 0 15px 0 15px;
    width: 30%; } }
@media (min-width: 49em) {
  .event-side {
    float: left;
    padding: 0 0 0 20px;
    width: 29.5%; }

  .event-side .sidebar {
    padding-top: 20px;
    margin: 0 0 20px;
    max-width: 100%; }

  .event-side .sidebar:first-child {
    border-top: none; }

  .event-article {
    border-right: 1px solid #ccc;
    float: left;
    padding: 15px 15px 0 0;
    width: 70.5%; } }
/* ==========================================================================
   Fundraise for GRF
   ========================================================================== */
/* 
============================================================================ */
/* Create a Fundraiser Button
---------------------------------------------------------------------------- */
a.button-fundraiser {
  background-color: #ed5a32;
  font-family: "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 131%;
  line-height: 50px;
  padding: 0;
  text-align: center; }

/* Fundraiser Get Started section
---------------------------------------------------------------------------- */
.fundraiser-get-started {
  text-align: center; }

.get-started-step {
  float: left;
  margin-bottom: 43px;
  width: 100%; }

.fundraiser-get-started h2 {
  margin-bottom: 27px;
  text-transform: uppercase; }

img.get-started-step-image {
  margin-bottom: 20px; }

h3.get-started-step-header {
  color: #ad5a00;
  font-size: 123.1%;
  margin: 0 0 3px !important; }

p.get-started-step-instruction {
  font-size: 123.1%;
  margin: 0 !important; }

/* Fundraiser Questions and Contact section
---------------------------------------------------------------------------- */
.fundraiser-questions-contact {
  padding: 26px 0 13px;
  text-align: center; }

.fundraiser-questions-contact h2 {
  margin-bottom: -7px;
  text-transform: uppercase; }

.fundraiser-questions-contact p {
  font-size: 116%; }

/* ==========================================================================
   Get Involved
   ========================================================================== */
.get-involved-banner {
  background: #4e4c4f url(../images/banner-get-involved-sm.jpg) no-repeat 80% -36px;
  border: 1px solid #707070;
  border-bottom-color: #787878;
  border-top-color: #414141;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  height: 420px;
  margin-bottom: 24px;
  min-height: 240px;
  overflow: hidden;
  padding: 220px 0 0 12px;
  width: 100%; }

body.largerType .get-involved-banner,
body.largestType .get-involved-banner {
  height: auto;
  padding-bottom: 20px; }

h1.get-involved-banner-header {
  color: #fff;
  font-family: BebasNeue, sans-serif;
  font-size: 25px;
  font-size: 189%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .035em;
  margin-bottom: 12px; }

/* Break after "Get involved:" */
h1.get-involved-banner-header span {
  display: block; }

p.get-involved-banner-text {
  color: #fff;
  font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 20px; }

a.button-get-involved-banner {
  background: #e98300;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e98300), to(#d55c19));
  background: -webkit-linear-gradient(#e98300, #d55c19);
  background: -moz-linear-gradient(#e98300, #d55c19);
  background: -ms-linear-gradient(#e98300, #d55c19);
  background: -o-linear-gradient(#e98300, #d55c19);
  background: linear-gradient(#e98300, #d55c19);
  font-family: BebasNeue, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.1;
  max-width: 262px;
  /* padding: 6px 0 7px; TypeKit version */
  padding: 4px 0 9px;
  -pie-background: linear-gradient(#e98300, #d55c19);
  behavior: url(/pie/PIE.htc); }

body.lightOnDark a.button-get-involved-banner {
  color: #fff; }

a.button-get-involved-banner:hover {
  background: #e36a27;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e36a27), to(#df6623));
  background: -webkit-linear-gradient(#e36a27, #df6623);
  background: -moz-linear-gradient(#e36a27, #df6623);
  background: -ms-linear-gradient(#e36a27, #df6623);
  background: -o-linear-gradient(#e36a27, #df6623);
  background: linear-gradient(#e36a27, #df6623);
  -pie-background: linear-gradient(#e36a27, #df6623);
  behavior: url(/pie/PIE.htc); }

@media (min-width: 34em) {
  .get-involved-banner {
    background-position: 85% -50px;
    padding: 185px 0 0 16px; }

  .get-involved-banner-content {
    max-width: 297px; }

  body.largerType .get-involved-banner-content,
  body.largestType .get-involved-banner-content {
    max-width: 420px; }

  h1.get-involved-banner-header {
    font-size: 210%; }

  p.get-involved-banner-text {
    font-size: 108%; }

  a.button-get-involved-banner {
    font-size: 22px;
    max-width: 100%; } }
@media (min-width: 35.5625em) {
  .get-involved-banner {
    background: #4e4c4f url(../images/banner-get-involved-md.jpg) 50% -2px no-repeat;
    padding: 195px 0 0 16px; } }
@media (min-width: 48em) {
  .get-involved-banner {
    background: #4e4c4f url(../images/banner-get-involved-lg.jpg) no-repeat 60% top;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    padding: 61px 0 0 21px; }

  .get-involved-banner-content {
    max-width: 420px; }

  body.largerType .get-involved-banner-content {
    max-width: 500px; }

  body.largestType .get-involved-banner-content {
    max-width: 600px; }

  h1.get-involved-banner-header {
    color: #fff;
    font-family: BebasNeue, sans-serif;
    font-size: 39px;
    font-size: 300%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .035em;
    margin-bottom: 17px; }

  body.largestType h1.get-involved-banner-header {
    padding-right: 125px; }

  body.largerType h1.get-involved-banner-header span,
  body.largestType h1.get-involved-banner-header span {
    display: inline; }

  p.get-involved-banner-text {
    color: #fff;
    font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
    font-size: 153.9%;
    line-height: 1.5;
    margin-bottom: 34px; }

  a.button-get-involved-banner {
    font-size: 31px;
    max-width: 419px;
    /* padding: 10px 0; TypeKit version */
    padding: 7px 0 10px; } }
/* ==========================================================================
   Gleams
   ========================================================================== */
.gleams-archive-page p.intro {
  padding-top: 20px; }

/* Search
   ========================================================================== */
.gleams-search {
  background-color: #f8f7f2;
  margin-bottom: 20px;
  padding: 14px 18px;
  padding: 10px; }

.gleams-search form {
  margin-bottom: 0; }

.gleams-search input#words {
  font-size: 15px !important;
  height: 30px;
  padding: 3px 3px 2px 3px;
  vertical-align: middle;
  width: calc(100% - 85px); }

.gleams-search p {
  margin: 0; }

/* Gleams Archive Page Search
   -------------------------------------------------------------------------- */
.gleams-archive-page input#words {
  font-size: 16px !important;
  height: 30px;
  padding: 3px; }

/* Current Issue
   ========================================================================== */
.current-issue {
  border: 1px solid #dfded9;
  border-left: 0;
  border-right: 0;
  clear: left;
  margin-bottom: 20px;
  padding: 10px 0; }

.current-issue img {
  margin: 0 20px 10px 0; }

.current-issue p {
  font-weight: bold;
  margin: 0; }

.current-issue li {
  list-style-position: inside;
  margin: 2px 0 4px; }

/* Past Issues
   ========================================================================== */
.past-issues {
  margin-bottom: 10px;
  width: 100%; }

.past-issues .archive-list {
  float: left;
  width: 50%; }

.past-issues li {
  font-size: 93%;
  list-style: none;
  margin: 0 0 10px; }

/* Editors
   ========================================================================== */
.editors {
  background: #f4f6fa url(../images/bg-related-module.jpg) 0 0 repeat-x;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%; }

.editors li {
  list-style: none;
  margin: 10px 0; }

.editors p.name {
  font-size: 105%;
  font-weight: bold; }

/* Media Queries
   ========================================================================== */
@media (min-width: 26.25em) {
  .past-issues li {
    font-size: 100%; } }
@media (min-width: 30em) {
  .gleams-search {
    padding: 14px 18px; }

  .current-issue img {
    float: left; }

  .current-issue-text {
    overflow: hidden; }

  .past-issues .archive-list {
    width: 48%;
    margin-left: 4%; }

  .past-issues .archive-list-1 {
    margin-left: 0; }

  .editors ul {
    float: left;
    margin-left: 4%;
    width: 48%; }

  .editors ul:first-of-type {
    margin-left: 0; } }
@media (min-width: 35.5625em) {
  .past-issues {
    float: left;
    width: 58.5%; }

  .past-issues .archive-list {
    width: 48%; }

  .editors {
    float: right;
    width: 41.5%; }

  .editors ul {
    float: none;
    margin-left: 0;
    width: 100%; }

  .editors p.name {
    font-size: 112%; } }
@media (min-width: 45.5em) {
  .past-issues {
    width: 50%; }

  .editors {
    width: 50%; } }
@media (min-width: 58.75em) {
  .past-issues {
    width: 58.5%; }

  .editors {
    width: 41.5%; } }
/* ==========================================================================
   Homepage
   ========================================================================== */
.primary-content-home {
  padding: 0; }

.primary-content-home a {
  color: #294198; }

.primary-content-home a:hover {
  background: #eff2f8;
  border-bottom: 1px solid #dcdfea;
  color: #000; }

.primary-content-home a.btn-link {
  color: #fff; }

/* Home Tag
   ========================================================================== */
.home-tag {
  color: #a84e00;
  font-family: proxima-nova, "Helvetica Neue", Arial, Helvetica, Clean, sans-serif;
  font-size: 161.6%;
  line-height: 1.3;
  margin-bottom: 30px; }

@media (min-width: 22.5em) {
  .home-tag {
    font-size: 174%; } }
@media (min-width: 30em) {
  .home-tag {
    font-size: 182%; } }
@media (min-width: 35.5625em) {
  .home-tag {
    font-size: 189%; } }
@media (min-width: 45.5em) {
  .home-tag {
    font-size: 205%; } }
/* Home Columns
   ========================================================================== */
.home-column {
  border-bottom: 1px solid #ccc;
  font-size: 116%;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.home-column img {
  display: block;
  margin-bottom: 10px; }

.home-column h2 {
  color: #000;
  font-size: 146.5%;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5px; }

.home-column ul {
  color: #a3a078;
  list-style: disc; }

.home-column li {
  font-size: 108%;
  font-weight: bold;
  margin: 0 0 5px 20px; }

.home-column p {
  margin-bottom: 10px; }

.home-column img {
  width: 200px; }

/* Home Related
   ========================================================================== */
.home-related h2 {
  font-size: 131%;
  line-height: 1.5; }

.home-related h3 {
  font-size: 123.1%;
  line-height: 1.5; }

.home-related {
  clear: both;
  float: left;
  padding: 10px 0;
  width: 100%; }

.home-event {
  margin-bottom: 10px;
  width: 100%; }

.home-event .excerpt-image {
  float: right;
  padding-left: 5px;
  width: 74px; }

.home-event .excerpt-text {
  float: none; }

.home-news h2 {
  color: #000; }

/* Media Queries
   ========================================================================== */
@media (min-width: 30em) {
  .home-column img {
    float: right;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px; } }
@media (min-width: 31.5em) {
  .secondary-content-home .sidebar {
    margin: 0 0 10px;
    padding-bottom: 7px;
    max-width: 48.5%; }

  .secondary-content-home .sidebar:first-child {
    margin: 0 3% 0 0;
    padding-bottom: 20px; }

  .secondary-content-home .sidebar:nth-of-type(2n+1) {
    clear: none; }

  .home-event {
    float: left;
    max-width: 48.5%; }

  .home-news {
    float: right;
    max-width: 48.5%; } }
@media (min-width: 41.75em) {
  .home-columns {
    clear: left;
    float: left;
    width: 100%; }

  .home-event .excerpt-image {
    float: left;
    padding: 8px 0 0 0; }

  .home-event .excerpt-text {
    padding-left: 20px;
    overflow: hidden; } }
@media (min-width: 45.5em) {
  .home-columns {
    margin-bottom: 20px; }

  .home-column {
    border-bottom: none;
    border-right: 1px solid #ccc;
    float: left;
    margin-bottom: 0;
    padding: 0 3%;
    width: 35%; }

  .home-column.first {
    padding-left: 0;
    width: 32%; }

  .home-column.last {
    border-right: 0;
    padding-right: 0;
    width: 32%; }

  .home-column img {
    float: none;
    width: auto;
    padding: 0; } }
@media (min-width: 54.75em) {
  .secondary-content-home {
    float: right;
    width: 24.4%; }

  .primary-content-home {
    float: left;
    margin-right: 2.5%;
    width: 73%; }

  .secondary-content-home .sidebar {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    width: 100%; } }
@media (min-width: 58.75em) {
  .primary-content-home {
    margin-right: 2.1%;
    width: 73.4%; } }
/* ==========================================================================
   Workplace Giving
   ========================================================================== */
/* 
============================================================================ */
.workplace-giving .entry-main p {
  margin: 13px 0; }

.workplace-giving .entry-main p + h2 {
  margin-top: 40px; }

.workplace-giving .entry-main h2 + p {
  margin-top: 3px; }

.workplace-giving .entry-main h3 {
  color: #ad5a00;
  margin-top: 38px; }

.workplace-giving .entry-main h3 + p {
  margin-top: 3px; }

/* ==========================================================================
   Inner Page Columns
   ========================================================================== */
.inner-page-columns {
  float: left;
  padding-bottom: 10px;
  width: 100%; }

.inner-page-column:first-child {
  width: 100%; }

@media (min-width: 34em) {
  .inner-page-column {
    overflow: hidden; }

  .inner-page-column:first-child {
    float: left;
    margin-right: 15px;
    overflow: visible;
    width: 60%; } }
@media (min-width: 45.5em) {
  .inner-page-column:first-child {
    width: 63%; } }
@media (min-width: 54.75em) {
  .inner-page-column:first-child {
    width: 57%; } }
/* ==========================================================================
   Chrome
   ========================================================================== */
/* Wrapper
   ========================================================================== */
.wrapper {
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  text-align: left;
  width: 100%; }

@media (min-width: 54.75em) {
  .nav-global .wrapper {
    max-width: 980px; } }
/* Content Site
   ========================================================================== */
.content-site {
  background-color: #f1efe5;
  color: #000;
  float: left;
  padding: 25px 10px 0;
  width: 100%;
  z-index: 2; }

.home-page .content-site {
  padding-bottom: 10px; }

/* Primary Content
   ========================================================================== */
.primary-content {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  float: left;
  margin-bottom: 30px;
  padding: 25px 10px 0;
  width: 100%; }

.landing-page .primary-content {
  padding-top: 10px; }

@media (min-width: 54.75em) {
  .primary-content {
    float: right;
    padding: 25px 30px 20px;
    width: 75.5%; }

  .application-page .primary-content,
  .full-width-page .primary-content,
  .landing-page .primary-content,
  .standard-page .primary-content {
    min-height: 600px; } }
/* Primary Content Wide
   ========================================================================== */
.primary-content-wide {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  float: left;
  margin-bottom: 30px;
  padding: 25px 10px 0;
  width: 100%; }

@media (min-width: 54.75em) {
  .primary-content-wide {
    padding: 30px 30px 20px;
    width: 940px; } }
/* Entry Main
   ========================================================================== */
.entry-main,
.footnotes {
  clear: both;
  margin-bottom: 30px; }

.footnotes {
  border-top: 1px #ccc solid;
  padding-top: 10px;
  font-size: 116%;
  line-height: 1.5; }

/* Secondary Content
   ========================================================================== */
@media (min-width: 54.75em) {
  .secondary-content {
    float: left;
    max-width: 230px;
    width: 24.5%; } }
/* ==========================================================================
   Grids
   ========================================================================== */
@media (min-width: 34em) {
  .grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

  .grid-unit-last:after {
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    visibility: hidden;
    clear: both;
    height: 0 !important;
    display: block;
    line-height: 0; }

  .grid {
    display: block;
    line-height: 1;
    margin-bottom: .6666em; }

  .grid * {
    line-height: 1.43; }

  .grid {
    *zoom: 1; }

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

  .grid-borders {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1IAAAADCAQAAAAzFfZDAAAEZ0lEQVR4Ae2XXY4jNRSFP/8lqXQyzAhGA+/sht2wERbABlgOK+B1JARMz3QnqcTlKqyjI1FSBEIC8ULfIydV9s39O/a1EniRF/kfyrLMVKB/6hs9T2DJIIkUthSiNdDTvXhV6/d61w4JlYmZ1oe12TLYw1q++Y5veZEXeRHC18vCraPSfLQCaCw0Fn1alQX8lDoiWd+ByI4jr9iSfeynjgZEaRd2bEjcCGw7AiNPnDrGjqrm4F/Y88xC7NjJZnBkA591NEbOXIEH3vKGzIVTH5XCwJ4NhZlR0UNyk2hUFgIbho6R9zxSucp/Qw1KXlHOKNIDRwIAIxfaSg+wdpLewfW5MNrOTFvrkRk4sgNg4sKNhrU6lLM1Ieod5T9QFFEksZA5MAAXPvUxiYmtalS5MQGhYydPjWc+KfPIRpVcxHOVv2SmAbN8kwVXwLF7XQBsX2/3opW1mE1/+xkIfvYbEZT9P5fCXsxtyOA8H3jNgVn7rZI48jlvaIzaf7N3zY7ILPaQZHb8xI9cCDh/x+8n/lyCxkrLb+uZKEjT+537sbak8ZfiqgYBAvKgGXNNkyevecZWfZ7RSanWAvu9Z1ZYvPZvSDCwVWDl4b+VxJ7XDGRzs9DUn1wtAsmxWlZRz9Kb3AdWO0a4F8+u12xZLBoRfwKsekWidCT71aw1E1lIHazsJe/3TOWZpz4qjdjhnkBTX7wqA2SnoF2quYmFe95wDh5/k+91/p4TnIPQn75aAIe4ZacGt2fggUJUSEGGKs2tEhpNbXZkElAbbJzV6DCpLpkbsN+UcHJbap7JbEkEfT8waD2qrX/JO/aiJHLsGIg88StnKgBFXj/wUS0bElWtR1QxMeKt5csAZbjxdaIDLZJ9aOVVRJHU6K48qrUFUx69mr1Jo2bhykfOTASteHWlh7zAmUcu8lu0JgpsPXUUth34qgdIih9pTmTecmTRpfmoi6qJtczMjeZ4DnzBXpU58UlaQZyia/lCtf8sj9HsQJT/gaIrbWM2Nn1sycLMkXd8zw+cHHEiiNmsOApQO24ANHOS5aUx+goH7o+lOXJr7VgENCNPmm9oTpEnaSWGjr0PXuYVbzu2OkyFg6/1J37hGQlFVfjAk+IBqFy4ssierntF8hvvabjhawCO0LxqWHDsTFypOHrPq2HZg8TnYn2obVHwrwXWlSB6Lomhoj236chqqVduZlPCRGXGJ44bo9YDjsn1BGQnW882nOeyaolulcJMpXk+eoCYEcwSE2f1i8U7fUNQJA2z6rZbO6Y154px0hquOopY68q9cZWdnWpwYKu40PwNfDqQ3XXs2SvZHcI9i8k5Bdc3eaUyaUyr6LKtRQoAs+3gWWUrO0X8iCkSRZ4LW/2yaC6uOpDZ0lVxUn4+RYo5Mmk3/8wjI7ATAvhqPFMFVU31E8eu2IadfC5UWf+DGUcAqmBzHfwrHthTxNuJZ3XbrD8Nr3jN3vlEQLVTnH1WGWZ/RsG5GhZFeV11h8hOHrt1Mr8DWC47cdjrxFIAAAAASUVORK5CYII=) no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1IAAAADCAQAAAAzFfZDAAAEZ0lEQVR4Ae2XXY4jNRSFP/8lqXQyzAhGA+/sht2wERbABlgOK+B1JARMz3QnqcTlKqyjI1FSBEIC8ULfIydV9s39O/a1EniRF/kfyrLMVKB/6hs9T2DJIIkUthSiNdDTvXhV6/d61w4JlYmZ1oe12TLYw1q++Y5veZEXeRHC18vCraPSfLQCaCw0Fn1alQX8lDoiWd+ByI4jr9iSfeynjgZEaRd2bEjcCGw7AiNPnDrGjqrm4F/Y88xC7NjJZnBkA591NEbOXIEH3vKGzIVTH5XCwJ4NhZlR0UNyk2hUFgIbho6R9zxSucp/Qw1KXlHOKNIDRwIAIxfaSg+wdpLewfW5MNrOTFvrkRk4sgNg4sKNhrU6lLM1Ieod5T9QFFEksZA5MAAXPvUxiYmtalS5MQGhYydPjWc+KfPIRpVcxHOVv2SmAbN8kwVXwLF7XQBsX2/3opW1mE1/+xkIfvYbEZT9P5fCXsxtyOA8H3jNgVn7rZI48jlvaIzaf7N3zY7ILPaQZHb8xI9cCDh/x+8n/lyCxkrLb+uZKEjT+537sbak8ZfiqgYBAvKgGXNNkyevecZWfZ7RSanWAvu9Z1ZYvPZvSDCwVWDl4b+VxJ7XDGRzs9DUn1wtAsmxWlZRz9Kb3AdWO0a4F8+u12xZLBoRfwKsekWidCT71aw1E1lIHazsJe/3TOWZpz4qjdjhnkBTX7wqA2SnoF2quYmFe95wDh5/k+91/p4TnIPQn75aAIe4ZacGt2fggUJUSEGGKs2tEhpNbXZkElAbbJzV6DCpLpkbsN+UcHJbap7JbEkEfT8waD2qrX/JO/aiJHLsGIg88StnKgBFXj/wUS0bElWtR1QxMeKt5csAZbjxdaIDLZJ9aOVVRJHU6K48qrUFUx69mr1Jo2bhykfOTASteHWlh7zAmUcu8lu0JgpsPXUUth34qgdIih9pTmTecmTRpfmoi6qJtczMjeZ4DnzBXpU58UlaQZyia/lCtf8sj9HsQJT/gaIrbWM2Nn1sycLMkXd8zw+cHHEiiNmsOApQO24ANHOS5aUx+goH7o+lOXJr7VgENCNPmm9oTpEnaSWGjr0PXuYVbzu2OkyFg6/1J37hGQlFVfjAk+IBqFy4ssierntF8hvvabjhawCO0LxqWHDsTFypOHrPq2HZg8TnYn2obVHwrwXWlSB6Lomhoj236chqqVduZlPCRGXGJ44bo9YDjsn1BGQnW882nOeyaolulcJMpXk+eoCYEcwSE2f1i8U7fUNQJA2z6rZbO6Y154px0hquOopY68q9cZWdnWpwYKu40PwNfDqQ3XXs2SvZHcI9i8k5Bdc3eaUyaUyr6LKtRQoAs+3gWWUrO0X8iCkSRZ4LW/2yaC6uOpDZ0lVxUn4+RYo5Mmk3/8wjI7ATAvhqPFMFVU31E8eu2IadfC5UWf+DGUcAqmBzHfwrHthTxNuJZ3XbrD8Nr3jN3vlEQLVTnH1WGWZ/RsG5GhZFeV11h8hOHrt1Mr8DWC47cdjrxFIAAAAASUVORK5CYII=) 0 bottom no-repeat;
    padding: 2em 0 1em; }

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

  /* remove margin-top from nested grid */
  .grid .grid:first-child {
    margin-top: 0; }

  *[class*="grid-unit"] {
    float: left; }

  .grid-unit-alley {
    padding: 0 1.5em; }

  .grid-unit-alley:first-child {
    padding-left: 0; }

  .grid-unit-alley:last-child {
    padding-right: 0; }

  .grid-unit1of1 {
    float: none; }

  .grid-unit1of2 {
    padding: 0 2% 0 0;
    width: 47%; }

  .grid-unit1of2:last-child {
    padding: 0 0 0 4%;
    width: 45%; } }
/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  @page {
    margin: 1cm 1cm .75cm; }
  body {
    font-size: .875em; }

  .site-toolbar,
  .banner-global,
  .nav-global,
  .subnav-toggle,
  .secondary-content,
  .home-related,
  .page-tools,
  .content-nav,
  .helpful-bar,
  .article-related,
  .rss-link,
  .search-header span,
  .site-search-form,
  .module.donate-module {
    display: none !important;
    visibility: hidden !important; }

  * {
    background-color: #fff !important;
    box-shadow: none !important; }

  .item-listing h2 {
    clear: both !important; }

  /* Editors module on Gleams Archive
     -------------------------------------------------------------------------- */
  .editors {
    background: transparent !important; }

  /* Event Banner
     -------------------------------------------------------------------------- */
  .event-banner,
  .event-action,
  .event-action * {
    background: #ca7701 !important; }

  .event-action a.donate-link {
    background: url(../images/btn-donate-module-wd.png) 100% 0 no-repeat !important; }

  /* Modules
     ========================================================================== */
  /* Gleams Subscribe Module
     -------------------------------------------------------------------------- */
  .gleams-call {
    border: none;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important; }

  .gleams-call img,
  .gleams-call a {
    display: none !important;
    visibility: hidden !important; }

  .gleams-call-text {
    display: block !important;
    text-align: left !important; }

  /* Related
     -------------------------------------------------------------------------- */
  .related {
    background-image: none !important; }

  /* Main Header
     -------------------------------------------------------------------------- */
  .main-header {
    margin-bottom: 20px !important; }

  /* Footer
     ========================================================================== */
  #footer {
    background: #fff !important;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0 .5cm; }

  #footer * {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: normal !important; }

  #footer .wrapper {
    border-top: 1px solid #999 !important;
    padding: 10px 0 0;
    width: 100%; }

  .footer-column {
    display: none; }

  .footer-column#footer-address {
    display: block;
    width: 100%; }

  #footer-address ul,
  #footer-address p,
  .footer-orgs,
  #footer-address .org {
    display: none !important;
    visibility: hidden !important; }

  #footer .vcard .url {
    background: none;
    display: block;
    height: auto;
    margin-bottom: 10px;
    text-indent: 0;
    width: 100%; }

  #footer .vcard .print-org,
  #footer .vcard .print-url {
    display: block !important; }

  #footer .vcard .print-org {
    font-weight: bold !important;
    margin-bottom: 10px !important; }

  #footer .vcard .adr {
    margin-bottom: 10px; } }
