/*
Theme Name: Braintumor.org
Theme URI: http://braintumor.org
Author: Braintumor.org
Author URI: http://braintumor.org/
Version: 1
*/

/* http://jakearchibald.github.com/sass-ie/ */
/* http://jakearchibald.github.com/sass-ie/ */
/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* 
 * Edited by Free Range Studios
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  /*
      *display: inline;
      *zoom: 1;
  */
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
option,
select,
textarea {
  font-family: Arial, sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
*/
body {
  margin: 0;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

h9 {
    text-align: left;
    font-size: 2.25em;
    color: #F48024;
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    line-height: 120%;
}


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

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

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
p,
pre {
    margin: 1em 0;
}
*/
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.


dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.


menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.


nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
*/
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* Brought over from boilerplate styles */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.


form {
    margin: 0;
}
*/
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  /*
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
  */
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
option,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

.gform_confirmation_message {
  font-weight: bold;
  color: #eb7e32;
/*  padding-bottom: 45px; */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
  /* Brought over from boilerplate styles */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Edited by Free Range Studios
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #333;
}

body {
  font-size: .9375em;
  line-height: 1.4;
  min-width: 320px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Added to normalize

img {
    vertical-align: middle;
}


textarea {
    resize: vertical;
}*/
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Altered by Dylan Tuohy - removed support for <IE8 and implemented some SCSS
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.social-links a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.social-links a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.visuallyhidden, .focusable, #header label, #header legend, .article-header label, .article-header legend, #stay-connected label, #stay-connected legend, #footer label, #footer legend, .blog-topics legend, .map-filter legend, .map-filter.state-date label, .aural-only, .donation-level-user-entered label, .payment-type-option input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.focusable:active, #header label:active, #header legend:active, .article-header label:active, .article-header legend:active, #stay-connected label:active, #stay-connected legend:active, #footer label:active, #footer legend:active, .blog-topics legend:active, .map-filter legend:active, .map-filter.state-date label:active, .focusable:focus, #header label:focus, #header legend:focus, .article-header label:focus, .article-header legend:focus, #stay-connected label:focus, #stay-connected legend:focus, #footer label:focus, #footer legend:focus, .blog-topics legend:focus, .map-filter legend:focus, .map-filter.state-date label:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

main:before, #stay-connected .wrapper:before, .leadership section:before, #NBTSbodyContent:before,
main:after,
#stay-connected .wrapper:after,
.leadership section:after,
#NBTSbodyContent:after {
  content: " ";
  display: table;
}

main:after, #stay-connected .wrapper:after, .leadership section:after, #NBTSbodyContent:after {
  clear: both;
}

/*
.clearfix {
    *zoom: 1;

}
*/

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/assets/webfonts/icomoon.eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/assets/webfonts/icomoon.eot"), url("/wp-content/assets/webfonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/wp-content/assets/webfonts/icomoon.woff") format("woff"), url("/wp-content/assets/webfonts/icomoon.ttf") format("truetype"), url("/wp-content/assets/webfonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


.metaslider .flexslider {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 255)!important;
    border: 0 none;
    box-shadow: none;
    margin: 0 0 40px;
    max-height: none;
    max-width: none;
}

/* icon font shared styles */
.btn-search, .menu-link span:after, #home-feature .controls {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-bg-slideshow-previous:before {
  content: "\e001";
}

.icon-bg-slideshow-next:before {
  content: "\e002";
}

.icon-menu:before {
  content: "\e003";
}
.icon-search:before{
content: "\e046"
}

.icon-search-left:before {
  content: "\e004";
}

.icon-search-right:before {
  content: "\e000";
}

.wrapper, table.gsc-search-box, table.gsc-above-wrapper-area-container {
  margin: 0 auto;
  max-width: 966px;
  overflow: hidden;
}

h1, h2, h3, h4, h5, blockquote, a.more, .btn, a.btn, #send, .payment-type-option, button, .quick-links, .menu-link span, .nav a, .article-header p, .article-header li, .map .wrapper > p, .article-header .intro p, .addthis_button, #stay-connected input, #footer .meta, .search-by-connection, #menu > ul > li > a, #menu > ul ul li, .related-news h2, .aside-figure figcaption, .action-item p, .slideshow, .pager, #mission-statement, .home p, .banner p, .related-links, .links a, .leadership .title, .leadership .advisors li, .leadership .top, #recipients ul, .donation-level-total-amount {
  font-family: "Open Sans", sans-serif;
  line-height: 120%;
}

p.btn, p#send, p.payment-type-option, p.quick-links, .article-header p, .map .wrapper > p, .article-header .intro p, p.addthis_button, #footer p.meta, p.search-by-connection, .action-item p, p.slideshow, p.pager, p#mission-statement, .home p, .banner p, p.related-links, .leadership p.title, .leadership p.top, p.donation-level-total-amount {
  line-height: 140%;
}

.article-header .intro p span, .slideshow .standard p span, #home-feature .controls, .slideshow .standard div, .slideshow .alt .text {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAH0lEQVR42u3KMQ0AAADCMPzbwSCTwMXFkn0VuflwDAOZ7UXtlAuqHgAAAABJRU5ErkJggg==');
}

.article-header .intro p span, .slideshow .standard p span {
  margin-bottom: 1px;
  padding: 0 0.4545em;
}
.article-header .intro p span.highlight, .slideshow .standard p span.highlight {
  color: #f48024;
  font-weight: 700;
}

/* General styles */
/* ************************* */
h1 {
  text-transform: uppercase;
  font-size: 1.4em;
}

.product-name-new h1 { 
	font-size:16px; 
	color:#73472e;
	font-weight:bold;
	width:350px;
}

@media screen and (min-width: 768px) {
  h1 {font-size: 2.25em;}
}

h1, h2, h3, h4, h5 {
  color: #494949;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: inherit !important;
}

p {
  font-size: 0.875em;
  margin: 0.67em 0 1em;
}
@media screen and (min-width: 768px) {
  p {font-size: .9375em;}
}

ul {
  margin: 2em 0;
}
ol {
  margin: 2em 0;
  list-style: none;
}
li {
  margin: 1em 0;
}

form input {
  float: left;
}

input[type=text],
input[type=email],
textarea, input[type=tel], select {
  border: 4px solid #ececec;
  font-size: 0.875em;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #515151;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder, input[type=tel]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #515151;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder, input[type=tel]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #515151;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #515151;
}
p input[type=text], p
input[type=email], p
textarea, p input[type=tel] {
  font-size: 1em;
}

input[type=text],
input[type=email], input[type=tel] {
  padding: .6429em;
  height: 31px;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 80%;
  padding: .6429em;
}
textarea#ecard_recpientsname, textarea#tribute_ecard_messagename {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

figure {
  display: table;
}
figure.align-right {
  float: right;
  margin: 0 0 20px 20px;
}
figure.align-left {
  float: left;
  margin: 0 20px 20px 0;
}

figcaption {
  font-size: .6875em;
  line-height: 120%;
  padding: 0.9em 0;
  display: table-caption;
  caption-side: bottom;
  border-bottom: 1px solid #dddddd;
}

blockquote {
  margin: 2em 3.5%;
  padding: 0.5em 5%;
  color: #f48024;
  font-size: 1.125em;
  line-height: 140%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #fbfbfb;
}

table {
  font-size: .9375em;
  width: 100%;
  margin: 2em 0;
  background: #fbfbfb;
}

td, th {
  padding: 1.25% 2.75%;
}

td {
  border: 1px solid #c5c9ca;
}

th {
  border: 1px solid #6d6e6f;
  background: #747474;
  color: #fff;
  text-align: left;
}

a, a:link, a:active, a:visited {
  color: #009cdc;
  text-decoration: none;
}
a:hover {
  color: #009cdc;
  text-decoration: underline;
}

a.more {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

a.more:before {
  content: '\25b8 \a0';
}

/* use the .btn class to style links like a button */
.btn, a.btn, #send, .payment-type-option, button, div.transaction-summary-entries + div.additional-entries + p + p a, #confirmation-page-return-home {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 0 20px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 39px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn:hover, a.btn:hover, #send:hover, .payment-type-option:hover, button:hover, .step-button.action-button:hover {
  /* Removes all CSS3 grandients */
  background-image: none !important;
  text-decoration: none;
}

.inline-btn {
  margin-bottom: .8889em;
}

.btn-blue, a.btn-blue, a.btn.btn-blue, #send, .payment-type-option, button, div.payment-field-container span.payment-type-option.selected {
  background-color: #0093d9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0YWNlMSIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiMwMGE1ZGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDkzZDkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #14ace1), color-stop(3%, #00a5df), color-stop(100%, #0093d9));
  background-image: -webkit-linear-gradient(top, #14ace1 0%, #00a5df 3%, #0093d9 100%);
  background-image: -moz-linear-gradient(top, #14ace1 0%, #00a5df 3%, #0093d9 100%);
  background-image: -o-linear-gradient(top, #14ace1 0%, #00a5df 3%, #0093d9 100%);
  background-image: linear-gradient(top, #14ace1 0%, #00a5df 3%, #0093d9 100%);
}

.btn-orange, a.btn-orange, a.btn.btn-orange, #send, .button-sub-container button, div.responsive a.next-step, div.responsive button.next-step, div.responsive button#pstep_next, div.responsive button#pstep_finish, div.transaction-summary-entries + div.additional-entries + p + p a, #confirmation-page-return-home {
  background-color: #f37521;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1OGMyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzNzUyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f58c29), color-stop(100%, #f37521));
  background-image: -webkit-linear-gradient(top, #f58c29 0%, #f37521 100%);
  background-image: -moz-linear-gradient(top, #f58c29 0%, #f37521 100%);
  background-image: -o-linear-gradient(top, #f58c29 0%, #f37521 100%);
  background-image: linear-gradient(top, #f58c29 0%, #f37521 100%);
}

.btn-dark-orange, #stay-connected button {
  background-color: #af4707;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmNTcwYiIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNiYjU1MDkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjQ3MDciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf570b), color-stop(2%, #bb5509), color-stop(100%, #af4707));
  background-image: -webkit-linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  background-image: -moz-linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  background-image: -o-linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  background-image: linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
}

.btn-green {
  background-color: #6fbc3c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlY2I1NiIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiM4NWM2NDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZmJjM2MiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8ecb56), color-stop(3%, #85c648), color-stop(100%, #6fbc3c));
  background-image: -webkit-linear-gradient(top, #8ecb56 0%, #85c648 3%, #6fbc3c 100%);
  background-image: -moz-linear-gradient(top, #8ecb56 0%, #85c648 3%, #6fbc3c 100%);
  background-image: -o-linear-gradient(top, #8ecb56 0%, #85c648 3%, #6fbc3c 100%);
  background-image: linear-gradient(top, #8ecb56 0%, #85c648 3%, #6fbc3c 100%);
}

.btn-grey, .payment-type-option, div.payment-field-container span.payment-type-option, div.responsive button#pstep_previous, #ProcessForm .step-button.action-button {
  /* Old browsers */
  background-color: #7e7e7e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjN2E3YTdhIi8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiM2ZTZlNmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTZhNmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7e7e), color-stop(29%, #7a7a7a), color-stop(74%, #6e6e6e), color-stop(100%, #6a6a6a));
  background-image: -webkit-linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
  background-image: -moz-linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
  background-image: -o-linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
  background-image: linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
}

div.responsive div.donation-form-content #pstep_cancel {
  display: none;
}

.btn-search {
  width: 40px;
  line-height: 40px;
  text-indent: 40px;
  border: 0;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 7px;
}
.btn-search:after {
  text-indent: 0;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background: url('/wp-content/assets/images/bg-icon-search.png') center center no-repeat;
  content: "\00a0";

}

.pagination {
  float: right;
}
.pagination p, .pagination a, .pagination span {
  font-size: 0.8125em;
}
@media screen and (min-width: 768px) {
  .pagination p, .pagination a, .pagination span {font-size: 0.9375em;}
}
.pagination p {
  margin: 0 8px 8px 0;
  display: inline-block;
}
.pagination div {
  display: inline-block;
  vertical-align: middle;
}
.pagination a, .pagination span {
  display: block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #333;
  background: #f1e9e3;
  float: left;
  margin: 0 0 0 8px;
}
.pagination a:first-child {
  margin: 0;
}
.pagination .active, .pagination a:hover {
  color: #fff;
  background: #7ac142;
  text-decoration: none;
}

/* Global Header */
/* ************************* */
#header {
  min-height: 93px;
  /* 90% of 320 */
  min-width: 288px;
  padding: 0 5%;
  position: relative;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #header {-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);}

#logo img {max-width:100%;}
}
@media screen and (min-width: 1000px) {
  #header {
    /* placed above #main but below #nav  */
    z-index: 10;
    padding: 0 0 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  }
}
#header .wrapper {
  position: relative;
text-align:center;
}
#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header form, #header .social-links, #header .quick-links {
  display: none;
  float: right;
}
@media screen and (min-width: 768px) {
  #header form, #header .social-links {display: block;}
}
#header .social-links {
  margin: 27px 0 0 22px;
}
#header .twitter {
  background-position: 0 -27px;
}
#header .yt {
  background-position: 0 -54px;
}
#header .flickr {
  background-position: 0 -81px;
}
#header form {
  margin: 20px 0 0 12px;
}

#search-submit {
  margin: 0 0 0 7px;
  height: 40px;
}
#search-submit:after {
  line-height: 40px;
}

.quick-links {
  color: #c1c1c1 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 0.875em !important;
  margin: 34px 0 0 !important;
}
.quick-links a {
  color: #575a5d !important;
  text-decoration: none !important;
}
@media screen and (max-width: 999px) {
  .quick-links {clear: right;
    margin: 26px 0 0;}
}

/* used in #header and #footer */
.social-links a {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  margin-left: 7px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAADYCAIAAACVyg8YAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODcxRkRBQjNEQUY2RTMyQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRkE0OTRFQTZDRTgxMUUzOTA4NkExNkRCMEY3REZFOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRkE0OTRFOTZDRTgxMUUzOTA4NkExNkRCMEY3REZFOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAzODAxMTc0MDcyMDY4MTE4NzFGREFCM0RBRjZFMzJBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4NzFGREFCM0RBRjZFMzJBIi8+IDwvcmRmOkRlc2NyaXB0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');
}
.social-links a:first-child {
  margin: 0;
}

#logo {
  padding: 9px 0 10px 5px;
  display: block;
  float: left;
}
#logo img {
 /* height: 74px; */
}
@media screen and (min-width: 768px) {
  #logo img {/* width: 190px;
     height: 79px; */}
}

.menu-link {
/*  float: right; */
  padding: 0.4375em 0 0;
display:inline-block;
}
.menu-link span {
  background-color: #f8f8f8;
  display: block;
  color: #494949;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #e8e8e8;
  line-height: 34px;
  float: left;
/*  clear: left; */
  padding: 0 0 0 15px;
  width: 102px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.menu-link span:after {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 8px;
}
.menu-link .search {
  margin-bottom: .3125em;
}
.menu-link .search:after {
  color: #009cdc;
  content: "\e004";
}
.menu-link .menu {
  font-size: 1.25em;
}
.menu-link .menu:after {
  color: #7ac142;
  content: "\e003";
}
@media screen and (min-width: 768px) {
  .menu-link {display: none;}
}

/* Nav styles */
/* ************************* */
.nav {
  display: none;
  position: relative;
  background-color: #575a5d;
  background-repeat: repeat-x;
  background-position: center top;
  z-index: 100;
  height: auto;
  /* placed above #header so that links remain clickable  */
}
.nav ul, .nav li {
  list-style-type: none;
  margin: 0 ;
}
@media screen and (min-width: 768px) {
  .nav {display: block;}
}
@media screen and (min-width: 1000px) {
  .nav {padding: 0 5%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAJElEQVR42hXEIQ4AAAgDsS0EgcHgcPz/k+QqKtlHS0NNRUlBfg0gAH8gRuJ6AAAAAElFTkSuQmCC');}
}

.nav > div {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .nav > div {
    max-width: 966px;
  }
}
.nav a {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}
.nav a:hover {
  text-decoration: none !important;
}

.primary {
  text-align: center;
  width: 100%;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1000px) {
  .primary {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    position: absolute;
    text-align: right;
    top: -2.8125em;
    left: 0;
    padding: 0;
  }
}
.primary > li {
  display: inline-block ;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  /* &:hover{
    background-image: inline-image('bg-nav-hover.png');
  } */
}
.primary > li.active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS8AAAAlAgMAAABuXIeZAAAACVBMVEUAnNv///9+ze1crQfsAAAARElEQVR4Xu3MMQ0AIAxE0QsbQuqoJYSpUjBRv1jocBv35p+PP4mIiIhEwwWskXlrlkDRZhsjaLOFyZvFNeIsizg70eEPqCyulh/Qs7MAAAAASUVORK5CYII=');
}
.primary > li.active a {
  color: #fff;
}
.primary > li:after {
  content: '|';
  font-weight: 300 ;
  font-family: sans-serif;
  position: absolute;
  left: -2px;
  top: 4px;
  padding: 0;
  color: #d2d2d2;
  white-space: nowrap;
}
.primary > li:first-child:before,.primary > li:first-child:after, .primary > li.active:before {
    content: "";
}

.primary > li.active + li:before {
    content: "";
}
.primary > li > a {
  font-size: .9375em;
  line-height: 2em;
  color: #009cdc;
  padding: 0 0.8em 1em;
}

.primary > li > a:last-child {background-color:#f48024;}

#menu-item-89 a, #menu-item-1124 a:hover, #menu-item-106 a:hover {color:#F48024;}

.subpages {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  padding: 0 0.75em;
  background: #fff;
  /* above everything */
  z-index: 1001;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1000px) {
  li:hover .subpages {display: block;}
}
.active:hover .subpages {
  display: none;
}
.subpages:before {
  /* masks the top edge of the box-shadow. Purely decorational */
  content: '';
  background: #fff;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  display: block;
  position: absolute;
}
.subpages li {
  border-top: 1px solid #e8e8e8;
}
.subpages li:first-child {
  border: 0;
}
.subpages a {
  color: #6d6d6d;
  display: block;
  font-size: 0.8125em;
  line-height: 2.62em;
  white-space: nowrap;
}
.subpages a:last-child {
  padding-bottom: 4px;
}
.subpages a:hover {
  color: #7ac142;
}

.secondary {
  text-align: center;
  padding: 0.5em 0;
}

.secondary li {
  display: inline-block;
}
.secondary p {
  display: none;
}
.secondary a {
  font-size: 0.875em;
  line-height: 1.8em;
  color: #fff;
  white-space: nowrap;
  padding: 0 0.7857em;
  position: relative;
  text-transform: none;
}
.secondary a:hover, .secondary  .current_page_item a{
  color: #7cd0f2;
  text-decoration: none;
}
.secondary a:after {
  content: '|';
  font-weight: 300;
  font-family: sans-serif;
  position: absolute;
  right: -2px;
  padding: 0;
  color: #d2d2d2;
  white-space: nowrap;
}


.secondary a:last-child:after {
  content: '' ;
}


.secondary > li:after, .secondary > li:first-child:after {
  content: '|';
  font-weight: 300 ;
  font-family: sans-serif;
  position: absolute;
  top:inherit;
  padding: 0;
  color: #d2d2d2;
  white-space: nowrap;
}
.secondary > li:first-child:before, .secondary > li:last-child:after, .secondary > li.active:before {
    content: "";
}

.secondary > li.active + li:before {
    content: "";
}



.secondary .current-menu-item, .secondary .current-menu-item a{
  background: none;
  color: #7cd0f2 !important;
  text-decoration: none;
}
.current-menu-item a, .current-menu-parent a {color: #fff !important;}

.current-menu-item, .current-menu-parent {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS8AAAAlAgMAAABuXIeZAAAACVBMVEUAnNv///9+ze1crQfsAAAARElEQVR4Xu3MMQ0AIAxE0QsbQuqoJYSpUjBRv1jocBv35p+PP4mIiIhEwwWskXlrlkDRZhsjaLOFyZvFNeIsizg70eEPqCyulh/Qs7MAAAAASUVORK5CYII=");
color: #fff !important;
}
.current-menu-item a, .current-menu-parent a {color: #fff !important;}

.current-menu-item .subpages, .current-menu-parent .subpages {
     display: none ! important;
}

.current-menu-item a:after, .current-menu-parent a:after {content: '';}

#menu-footer-navigation .current-menu-item, #menu-footer-navigation .current-menu-parent {
  background:none;
}
/* Interior elements */
/* ************************* */
.breadcrumbs {
  position: relative;
  background: #f6f6f6;
  font-size: .7em;
  padding: 0.7273em 0 0.6364em;
}
.breadcrumbs a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {display: none;}
}

.breadcrumbseparator {
  margin: auto .8em;
}

main {
  padding: 1.3125em 5%;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  main {overflow: hidden;}
}
@media screen and (min-width: 768px) {
  main {
    float: left;
    width: 580px;
    vertical-align: top;
    padding: 2em 0 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 67%;
    padding-right: 5%;
  }
  #search-page main {
    padding: 0 0 2em;
  }
  .columnless main {
    width: auto;
    padding: 2em 0 2.5em 0;
  }
  .info-graphic {
    width: 100% !important;
    padding: 2em 0 2.5em 0;
  }
  #search-page .columnless main {padding: 0 0 2em 0;}
}
main > h1 {
  text-transform: uppercase;
  color: #7ac142;
}
main > h2 {
  text-transform: uppercase;
}

.tumor-type h2 {
    color: #7AC142;
}

main > h2, main > h3 {
  margin: 2em 0 0.5556em;
  font-size: 1.125em;
}
main > h2 > span, main > h3 > span {
  font-size: .8889em;
  display: block;
  font-weight: 400;
  text-transform: none;
  padding: 0.25em 0;
}
main > h1:first-child, main > h2:first-child, main > h3:first-child {
  margin-top: 0;
}

.article-header p, .article-header li, .map .wrapper > p {
  font-weight: 400;
  font-size: .9375em;
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .article-header p, .article-header li, .map .wrapper > p {
    margin: 0.6em 0 0;
    font-size: 1.25em;
  }
}

.article-header {
  background: #f6f6f6;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding: 1em 5%;
}
#search-page .article-header {
  border-bottom: none;
}
form.gsc-search-box, div.gsc-above-wrapper-area {
  background-color: #f6f6f6;
  width: auto !important;
  padding: 0 5% 0 5% !important;
}
@media screen and (min-width: 768px) {
  .article-header {
    padding: 1.1875em 5% 1.5em;
  }
  #search-page .article-header {
    padding: 1.1875em 5% 0px 5%;
  }
  form.gsc-search-box, div.gsc-above-wrapper-area {
    padding: 0 5% 0 5% !important;
  }
}
.article-header .wrapper {
  overflow: visible;
  position: relative;
}
.article-header h1 {
  margin: 0;
  text-align: center;
  color: #f48024;
}
@media screen and (min-width: 768px) {
  .article-header h1 {
    text-align: left;
    font-size: 3.75em;
  }
}
.article-header form {
  /*  search results page */
  margin: 1.2em 0;
}
.article-header input[type='text'] {
  width: 50%;
  max-width: 26em;
}
.article-header .about-search {
  font-size: 0.8125em;
  font-family: Arial, sans-serif;
}
.article-header .intro {
  position: relative;
  margin: 1em 0;
}
.article-header .intro p {
  color: #fff;
  margin: 0;
  padding: 0.2778em 0.8889em 0.5556em;
  font-size: 1.125em;
  background: #313131;
}
.article-header .intro p span {
  float: left;
}
@media screen and (max-width: 767px) {
  .article-header .intro p span {
    float: none;
    background: none;
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .article-header .intro p {
    padding: 0;
    background: none;
    font-size: 2em;
    position: absolute;
    left: .5556em;
    bottom: .6389em;
  }
}
@media screen and (min-width: 966px) {
  .article-header .intro p {
    font-size: 2.25em;
  }
}
.article-header .intro img {
  max-width: 100%;
  display: block;
}
.article-header ol, .article-header ul {
  margin: 1em 0;
}
.article-header li:first-child {
  margin: 0;
}
.article-header .donate-by-mail {
  font-size: .9375em;
  line-height: 120%;
  font-family: Arial, sans-serif;
  padding-left: 2.6667em;
  background: url("/wp-content/assets/images/bg-icon-form.png") left top no-repeat;
}
@media screen and (min-width: 768px) {
  .article-header .donate-by-mail {
    margin: 2.5em 0 0;
  }
}
.article-header .donate-by-mail a {
  display: block;
  font-weight: bold;
}

.header-image {
  margin: 0.75em 0 0;
  height: auto;
  max-width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header-image {
    margin: 0.75em 0 1.25em;
    float: left;
    max-width: 67%;
  }
}

@media screen and (min-width: 768px) {
  .header-col {
    width: 31%;
    float: right;
    padding-bottom: 1.25em;
  }
}
.header-col .more {
  display: block;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .header-col .more {
    margin: 0.6em 0;
  }
}

.columns, .columnless {
  position: relative;
}
@media screen and (min-width: 768px) {
  .columns, .columnless {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1075px) {
  .columns, .columnless {
    padding:0 5px;
  }
}

.research {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .research {
    padding: 0 0 0.875em;
  }
}
.research img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .research img {
    float: left;
    margin: 0 1.4375em 0.67em 0;
  }
}
.research h1 {
  font-size: 1.05em;
}
@media screen and (min-width: 768px) {
  .research h1 {
    margin-top: .25em;
  }
}
.research article {
  overflow: hidden;
}
.research article .more {
  font-size: .8667em;
}
.research li {
  margin: 2.25em 0 0;
}
.research li:first-child {
  margin: 0;
}

.share {
  border-top: 1px solid #dedede;
  background: #fff;
  padding: 0.5em 5% 0.4375em;
}
@media screen and (min-width: 768px) {
  .share {
    display: none;
  }
}
#sharebarDiv {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    color: #7b7b7b;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8125em;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}
header #sharebarDiv {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
header #sharebarDiv {
    display: none;
}
}
.addthis_button {
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  padding: 2px 2px 2px 9px;
  height: 19px;
  color: #7b7b7b;
  font-size: 0.8125em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.addthis_button:after {
  content: '+';
  width: 19px;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 19px;
  line-height: 19px;
  margin-left: 9px;
  background-color: #f48024;
}
header .addthis_button {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  header .addthis_button, header #share-bttn-top {
    display: none;
  }
}
.breadcrumbs + .addthis_button {
  margin-top: 5px;
}


div.gig-bar-container,
div.gig-bar-container &gt; table {
  display: inline-block;
        float:right;
}
div.gig-share-button table tr td {
  display: none;
}
div.gig-share-button table tr td:first-child {
  display: inherit;
}
div.gig-share-button img {
  width: 80px;
  height: 23px;
  margin: 0 0 -8px -4px;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  color: #7B7B7B;
}

.breadcrumbs + #share-bttn-top {
  margin-top: 3px;
}
header #share-bttn-top {
  position: absolute;
  right: -4px;
  top: 0;
}
footer #share-bttn-bottom {
  display: block;
  margin-left: 5px;
  padding-bottom: 10px;
}


#stay-connected {
  background-color: #f48024;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAXCAMAAABDEo1gAAAAKlBMVEXmeCLidiHedCHpeiLqeyPleCLgdSHkdyLhdiHneSLfdSHjdyHoeSLreyN0YrodAAAB1ElEQVR42k2RW2LjMAwDKdOiqMfe/7o7oJq0P3Esj0AANGuP+dsjhru17D5z5fQZi58MfpreLdc+EHzlkdBnLNEtdtHN/3k83Yu3H95OjzH3pUP0M88rGsWR45yvvs5ses9YHBfttjDhTXTPxODWxJFN+k+zdnyE6ND5dBRthOhYoiPivD4eOPyYdCZ0bk3lkGGXRgR6265b3eFDjoiKE+dwPVv/vzTh3U+2ood5NyVWDs4tewvFv7S7JpXWgt6VHogn/exRyVTXpU8/Ojackm1nCzWjxIneIk3hcEUP3Rw1hhBoWTTTBm5vzaqx+aUj4XnZVQr9bJqBdxN1Ny3ft9gxexS/Nl705dC7wnsSplJcWuui7tMglVc8mzrTuNfPxNWHXnKCUDB1pvipPc6tPZpzb5P501A2OTHxKhhlfz2WOHwbbYn7aqfX0jr8UyODJhXw8ql9/dCAD2IWOzmeVbAxLqClO4Lb/XxSYrPFMOzIOjxyB0J0Vv+2n/HtpCG5YyX3yVhJRe67mpzva5l/Osmu5NVp3mEP8evV5mhm9psSk02WjRGsDfbjh+xNsyiobImO5ETDpSkaV/C46KeGCZEthe1Bd++JSyR05k6U0S8oB5D9B2ywGTZkYNZfAAAAAElFTkSuQmCC');
  height: 3em;
 /* padding: 3em 2% 1.6875em; */
  padding: 1.6875em 2% 2em;
  margin-top: 0px;
}

#stay-connected .wrapper {
  overflow: visible;
}

#stay-connected h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0em;
  margin-bottom: .5em;
  margin-right: .666em;
margin-left:50px;
}
@media screen and (min-width: 1030px) {
  #stay-connected h2 {
    float: left;
    line-height: 55px;
  }
}
#stay-connected h2 span {
  font-weight: 300;
}
#stay-connected button {
  line-height: 53px;
  padding: 0 26px;
  font-size: 1.375em;
  float: left;
}
#stay-connected form {
  position: relative;
}
#stay-connected input {
  float: left;
  /*height: 1.125em;*/
  font-size: 1.125em;
  line-height: 1.125em;
  padding-top: .75em;
  padding-bottom: .75em;
  margin: 0 0.666em 0.666em 0;
  border: 5px solid #b65408;
  position: relative;
}
#stay-connected input[type='text'] {
  width: 126px !important;
}
#stay-connected input[type='email'] {
  width: 194px !important;
}

.alignright{
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft{
    float: left;
    margin: 0 20px 20px 0px;
}

/* Global Footer */
/* ************************* */
#footer {
  background: #494949;
  color: #fff;
  padding: 0 5%;
}
#footer .meta {
  clear: left;
  padding: 1.125em 0 1.375em;
}
@media screen and (min-width: 768px) {
  #footer .meta {
    border-top: 1px solid gray;
  }
}
#footer .fb {
  background-position: 0 -108px;
}
#footer .twitter {
  background-position: 0 -135px;
}
#footer .yt {
  background-position: 0 -162px;
}
#footer .flickr {
  background-position: 0 -189px;
}
#footer form {
  margin: 0 0 1.375em;
}
@media screen and (min-width: 768px) {
  #footer form, #footer .social-links {
    float: left;
    margin-left: 1.1875em;
  }
  #footer .social-links {
    padding: 0.25em 0 0;
  }
}

.search-by-connection {
  text-align: center;
  border-bottom: 1px solid gray;
  padding: 0.9375em 5% 1.5625em;
  display: none;
}
@media screen and (min-width: 768px) {
  .search-by-connection {
    display: block;
    padding: 0.9375em 0 1.5625em;
  }
}
@media screen and (min-width: 1060px) {
  .search-by-connection {
    padding-top: 1.4375em;
  }
}
.search-by-connection p {
  margin: 0 0 0.6875em;
  font-weight: 700;
  text-transform: uppercase;
}
.search-by-connection p + a {
  padding-left: 0;
}
@media screen and (min-width: 1060px) {
  .search-by-connection p {
    margin: 0 1em 0 0;
    display: inline-block;
  }
}
.search-by-connection a {
  color: #63ccf7;
  white-space: nowrap;
  position: relative;
  padding: 0 0.75em;
}
.search-by-connection a:hover {
  text-decoration: none;
  color: #fff;
}
.search-by-connection a:after {
  content: '|';
  font-weight: 300;
  font-family: sans-serif;
  position: absolute;
  right: -2px;
  bottom: 0;
  padding: 0;
  color: #d2d2d2;
  white-space: nowrap;
}
.search-by-connection a:last-child {
  padding-right: 0;
}
.search-by-connection a:last-child:after {
  content: '';
}
.search-by-connection a.last-child {
  padding-right: 0;
}
.search-by-connection a.last-child:after {
  content: '';
}

.blog-columns-story {
    padding: 2.5em 5% 1.625em;
    background: none repeat scroll 0% 0% #FFFFFF;
    border-top: 0px solid #FFF;
}

.blog-columns-promo {
    padding: 2.5em 5% 1.625em;
    background: none repeat scroll 0% 0% #FFFFFF;
    border-top: 0px solid #FFF;
}
.meta-links {
  overflow: hidden;
  padding: 0 0 1.125em;
}
@media screen and (min-width: 768px) {
  .meta-links {
    float: left;
    line-height: 2em;
    margin: 0 1.1875em 0 0;
  }
}
.meta-links a {
  color: #fff;
  position: relative;
  float: left;
  margin: 0 0 0 1.75em;
}
.meta-links a:before {
  content: '|';
  font-weight: 300;
  font-family: sans-serif;
  left: -0.875em;
  color: #838383;
  position: absolute;
}
.meta-links a:first-child {
  margin: 0;
}
.meta-links a:first-child:before {
  content: '';
}

#menu {
  color: #fff;
  line-height: 120%;
  font-size: 1.125em;
  padding-top: 1.3888em;
}
@media screen and (min-width: 768px) {
  #menu {
    font-size: 0.8125em;
  }
}
#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu a {
  color: #fff;
}
#menu a:hover, #menu a.active {
  text-decoration: none;
}
#menu a:hover {
  color: #63ccf7;
}
@media screen and (max-width: 767px) {
  #menu a.active {
    color: #63ccf7;
  }
}
@media screen and (max-width: 767px) {
  #menu > ul {
    margin-bottom: 1.3333em;
  }
  #menu > ul:after {
    content: '';
    height: 0;
    width: 100%;
    right: 5%;
    padding: 0 5%;
    display: block;
    position: relative;
    border-bottom: 1px solid gray;
  }
}
#menu > ul > li {
  margin: 0 0 1.2777em;
}
#menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
#menu > ul > li > a:after {
  content: ' \25B8';
}
@media screen and (max-width: 767px) {
  #menu > ul > li.active > a:after {
    content: ' \25BE';
  }
}
#menu > ul > li.active ul {
  display: block;
}
#menu > ul > li:first-child {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #menu > ul > li {
    float: left;
    width: 21.25%;
    padding-left: 5%;
    margin-bottom: 2.4em;
  }
  #menu > ul > li:nth-child(5) {
    clear: left;
    padding-left: 0;
  }
  #menu > ul > li > a:after {
    content: '';
  }
}
@media screen and (min-width: 990px) {
  #menu > ul > li {
    width: 11%;
    padding-left: 2%;
  }
  #menu > ul > li:nth-child(5) {
    clear: none;
    padding-left: .8%;
  }
}
#menu > ul ul {
  display: none;
}
@media screen and (min-width: 768px) {
  #menu > ul ul {
    display: block;
  }
}
#menu > ul ul li {
  margin: 1.25em 0 0;
  font-size: .7777em;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  #menu > ul ul li {
    padding: 0;
    font-size: inherit;
    font-family: inherit;
  }
}
@media screen and (max-width: 767px) {
  #menu > ul ul li a:hover, #menu > ul ul li.active a {
    color: #63ccf7;
    text-decoration: none;
  }
}
#menu .donate-link {
  display: inline-block;
  float: left;
  font-size: 1.125em;
  padding: 0 1em;
}
#menu .donate-link:hover {
  text-decoration: none;
background-image:none;
color: #fff;
}
@media screen and (min-width: 768px) {
  #menu .donate-link {
    margin-left: 1.6667%;
  }
}

#menu-search-input {
  border-width: 1px;

}

#menu-search-submit {
  background: none;
  margin: 0;
  height: 35px;
}
#menu-search-submit:after {
  line-height: 35px;
  background-color: #494949;
}

/* Sidebar */
/* ************************* */
.widget-title {  
  visibility: collapse;
  margin:0;
  height:0;
}
.widget-container ul {list-style-type:none;}

.widget-title .rsswidget {
  visibility:visible;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  margin-top: 0;
  color:#7ac142 !important;
  text-transform: uppercase;
  font-size: .9em;
}
.rsswidget img{
  display:none;
}
a.rsswidget {
    font-family: "Open Sans",sans-serif;
    color: #333;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
}
.textwidget ul{
  list-style-type: disc;
}

.sidebar ul{
    list-style-type: none;
  padding-left:0px;
}
.rss-date{
  display:block;
    color: #a6a6a6;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
  margin:10px 0;
}
@media screen and (min-width: 768px) {
  .sidebar {
  padding-top:1.25em;
    float: right;
    vertical-align: top;
    width: 33%;
  }  
  .sidebar > section,
  .sidebar > figure,
  .sidebar > div > section,
  .sidebar > div > figure {
    position: relative;
    padding-left: 8%;
    padding-right: 8%;
  }
  .sidebar:before {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 5%;
    top: 0;
    /* (33% of 90%) */
    width: 29.7%;
    height: 100%;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background-color: #fbfbfb;
  }
}
@media screen and (min-width: 1075px) {
  .sidebar:before {
    right: 0;
    width: 33%;
  }
}
.sidebar h1 {
  margin-top: 0;
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  .sidebar > section:first-child {
    padding-top: 0;
  }
}
.sidebar > section:last-child {
  border: 0;
}

.related-news {
  padding: 0.5em 5% 1.6875em;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .related-news {
    padding: 0.5em 0 1.6875em;
  }
}
.related-news h1 {
  color: #7ac142;
}
.related-news ol, .related-news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.related-news li {
  margin: 1.2em 0 0;
}
.related-news li:first-child {
  margin: 0;
}
.related-news article > span {
  text-transform: uppercase;
  color: #a6a6a6;
  font-weight: 700;
  font-size: .75em;
}
.related-news h2 {
  margin: 0;
  color: #333;
  font-size: 1.1em;
  font-weight: 400;
}

.aside-figure figcaption, .action-item p {
  line-height: 120%;
  color: #494949;
  border: 0;
  padding: 0;
}
.aside-figure figcaption a, .action-item p a {

}

.aside-figure {
  border-bottom: 1px solid #dddddd;
  padding: 1.75em 5% 1.4375em;
}
@media screen and (min-width: 768px) {
  .aside-figure {
    padding: 1.75em 0 1.4375em;
  }
}
.aside-figure, .aside-figure figcaption {
  display: block;
}
.aside-figure img {
  display: block;
  margin-bottom: .5625em;
  max-width: 100%;
}

.action-item {
  padding: 1em 5%;
}
@media screen and (min-width: 768px) {
  .action-item {
    padding: 1.3125em 5%;
  }
}
.action-item p {
  margin: 0 0 0.9375em;
}

/* Homepage */
/* ************************* */
#home-feature {
  background: #252525;
  position: relative;
}
#home-feature .controls {
  z-index: 1000;
  /* above ul.slideshow */
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  cursor: pointer;
  width: 28px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  /* Half the height */
}
#home-feature .controls:hover {
  background: #009cdc;
}
@media screen and (min-width: 768px) {
  #home-feature .controls {
    font-size: 24px;
    width: 48px;
    height: 66px;
    line-height: 66px;
    margin-top: -33px;
    /* Half the height */
  }
}
@media screen and (min-width: 1164px) {
  #home-feature .controls {
    font-size: 38px;
    width: 60px;
    height: 78px;
    line-height: 78px;
    margin-top: -39px;
    /* Half the height */
   }
}

#home-feature .prev {
  left: 0;
}
#home-feature .prev:after {
  content: "\e001";
}
#home-feature .next {
  right: 0;
}
#home-feature .next:after {
  content: "\e002";
}

.slideshow {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  /* below div.pager */
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}
.slideshow li {
  margin: 0;
  text-align: center;
  width: 100%;
  max-height: 520px;
  /*visibility: hidden;*/
  background: #313131;
}
.slideshow li:first-child, .slideshow li.cycle-slide {
  visibility: visible;
}
.slideshow p {
  color: #fff;
  line-height: 130%;
  font-weight: 400;
  margin: 0 10%;
}
@media screen and (min-width: 768px) {
  .slideshow p {
    line-height: 120%;
    font-size: 1.75em;
    margin: 0 0 0 7.1%;
    width: 63%;
  }
}
.slideshow img {
  display: inline-block;
  height: auto;
  position: relative;
  max-height: 520px;
  max-width: 100%;
}
@media screen and (min-width: 850px) {
  .slideshow .standard p {
    margin: 0.68em auto 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    text-align: right;
    overflow: hidden;
    max-width: 966px;
    width: 83%;
    padding: 0;
    line-height: 131.82%;
    font-size: 2em;
  }
}
@media screen and (min-width: 1360px) {
  .slideshow .standard p {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 849px) {
  .slideshow .standard p span {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 850px) {
  .slideshow .standard p span {
    display: block;
    margin: 0 0 1px;
    float: right;
    clear: both;
  }
  .slideshow .standard p span.highlight {
    font-weight: 400;
    color: #fff;
    background: #f48024;
  }
}
.slideshow .standard div {
  width: 100%;
  max-width: 1070px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: left;
  padding: 0.875em 0 2.0em;
}
@media screen and (max-width: 320px) {
  .slideshow .standard div {
    padding: 0.58333em 0 0.75em;
  }
}
@media screen and (min-width: 850px) {
  .slideshow .standard div {
    background: none;
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 1360px) {
  .slideshow .standard img {
    width: 120.6%;
    left: -10.3%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
.slideshow .alt > div {
  max-width: 1126px;
  background: #333333;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.slideshow .alt .text {
  text-align: left;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em 0;
}
@media screen and (max-width: 320px) {
  .slideshow .alt .text {
    padding: 0.58333em 0 0.75em;
  }
}
.slideshow .alt a {
  color: #f48024;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .7857em;
}

.pager {
  font-weight: 600;
  font-size: 1.25em;
  color: #a8a8a8;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 10px;
  position: absolute;
  z-index: 10;
  /* above ul.slideshow */
  max-width: 966px;
  margin: 0 auto;
  width: 83%;
}
.pager > div {
  float: right;
}
.pager span {
  margin: 0 0 0 0.2em;
  cursor: pointer;
  display: block;
  background: #252525;
  height: 1.7em;
  width: 1.7em;
  line-height: 1.7em;
  float: left;
}
.pager span:hover, .pager span.cycle-pager-active {
  background: #009cdc;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pager {
    display: none;
  }
}

#mission-statement {
  color: #fff;
  text-align: center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAXCAMAAABDEo1gAAAAIVBMVEVztj50uD9xsz1wsj10tz9vsDxwsT11uT9ytD5ytT52ukBN5UGIAAABrUlEQVR42lWSWZbdQAhDxVAM2f+Cg6DdJ/l5xvhSkuqBZ0iBPkUi5mXrdtj0s4MNC4VMKQLEEhwaQgca8qasXJpFtA8dnemwFn7fszkSyJ1mV114FCSHLtYYWik2tOYfidf5L5/z65k2tNePV3iSnrrGgUOO3553FPToaCTemEgl3WYjqdac47RdN1750gJIWaEu/CMdESNfdH7+K0iHkVbn+NHTFgbRynm2DH8e3U9N8VTmpI+e0iTddOlaRV2tSDqGBkWPlqSSp9R7Q+v79Y+wTNhEVdo72tu9Q6k9btU0Pp7tyZiLix9dG4ylTAgrwQ9vo/7oam/slw5j8qC/+3v026LhOYkvJa+q0CQ33jpPJ58Cnkkd6JcSL5yf72bJLzO8ZNrrpCDoik7ENTBDRh6jNGTY3k87/slsSicgv83QTInHBp3/d0PoEZPkQtDJ8XAnuHy7kzs6UU8zEWrf4jNXBZ9D1vqpjxZwOUE7GjjeYaTntzLdol2O5g7J8M+c4XWTktS7bNvNro9ubTC77S0xVpKCy76iFHx+9AsDLfOsW9DPT14ki+E+eiLpX9j0Dqohkc1WAAAAAElFTkSuQmCC');
}
#mission-statement:after{
  background-image: url("/wp-content/assets/images/bg-section-green.png");
}
#mission-statement .wrapper {
  padding: 0.6875em 10% 0.5em;
}
#mission-statement p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  #mission-statement p {
    font-size: 1.125em;.
  }
}

.home h1, .blog-columns h1 {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  .home h1, .blog-columns h1 {
    font-size: 2.25em;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .home h1, .blog-columns h1 {
    font-size: 2.8125em;
  }
}
.blog-columns h1 span {
  font-weight: 700;
}

.home {
  padding: 1em 5%;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.home p {
  font-size: 1.125em;
  color: #515151;
}

@media screen and (min-width: 768px) {
  .home h1, .home .col {
    width: 46%;
  }
}
.home:before {
  display: block;
  content: '';
  top: -1px;
  height: 29px;
  left: 0;
  width: 100%;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
}
.home:after {
  display: block;
  content: '';
  bottom: -28px;
  height: 29px;
  left: 0;
  width: 100%;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
}
/*
.home.white:before {
  background-image: url("/wp-content/assets/images/bg-section-grey.png");
}
*/
@media screen and (min-width: 768px) {
  .home.white h1, .home.white .col {
    float: left;
  }
}
.home.grey {
  background: #f6f6f6;
}
.home.grey:after {
  background-image: url("/wp-content/assets/images/bg-section-gray.png");
}
.home.grey:before {
  background-image: url("/wp-content/assets/images/bg-section-green.png");
}
@media screen and (min-width: 768px) {
  .home.grey {
    text-align: right;
  }
  .home.grey h1, .home.grey .col {
    float: right;
  }
}
#mission-statement + .home:before {
  display: none;
}
#mission-statement + .home:after{
  background-image: url("/wp-content/assets/images/bg-section-green.png");
}
.home-img {
  border: 7px solid #575a5d;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-img {
    width: 48%;
  }
  .white .home-img {
    float: right;
  }
  .grey .home-img {
    float: left;
  }
}

.blog {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.625em;
}
.blog li {
  margin: 2.8125em 0 0;
}
.blog li:first-child {
  margin: 0;
}
.blog p {
  color: #333;
  font-size: 0.875em;
}
.blog article {
  color: #000000;
}
.blog article h1 {
  text-transform: none;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0;
}
.blog img {
  width: 100%;
  display: block;
  position: relative;
  margin: 1em 0;
}
.blog .date {
  text-transform: uppercase;
  color: #6d6d6d;
  font-size: .75em;
  font-weight: 700;
}
.blog .tags {
  padding: 0.5em 0 0;
  font-size: .75em;
  color: #636363;
}
.blog .more {
  font-size: 0.8125em;
}

.blog-columns {
  padding: 1.625em 5% 1.25em;
}
@media screen and (max-width: 767px) {
  .blog-columns {
    text-align: center;
    /* centers the button link */
  }
}
@media screen and (min-width: 768px) {
  .blog-columns {
    padding: 2.5em 5% 1.625em;
  }
}
.blog-columns .blog {
  margin: 0 0 1.25em;
  display: table;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-columns .blog {
    margin: 0 0 2.25em;
  }
}
.blog-columns li {
  margin: 0;
  /* full width borders */
  position: relative;
  width: 100%;
  padding: 1em 5.5556%;
  /* fills the 5% padding of parent */
  left: -5.5556%;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .blog-columns li {
    left: auto;
    width: auto;
    display: table-cell;
    width: 32.5%;
    border-bottom: 0;
    border-left: 1px solid #dbdbdb;
    padding: 0 2.5%;
  }
  .blog-columns li:first-child {
    padding-left: 0;
    border: 0;
  }
  .blog-columns li:nth-child(2) {
    width: 35%;
  }
  .blog-columns li:last-child {
    padding-right: 0;
  }
}
.blog-columns h1 {
  margin: 0 0 0.4889em;
  text-align: left;
}
.blog-columns h1 span {
  color: #009cdc;
}

#homeHeading {margin:0 0 0.35em;}

#homeHeading a {background: -webkit-linear-gradient(top, #f58c29 0%, #f37521); width:80%; border-radius:5px; margin:0 auto; padding:5px 0px; color:#fff !important; text-transform:none; font-weight:600;}
#homeHeading a:hover {background:#f37521;}
#homeHeading a span {text-transform:uppercase;}

@media screen and (max-width: 767px) {
.story-item img {
    height: auto;
}
.blog-columns .tags {
    display: none;
  }
  .blog-columns article h1 {
    margin-bottom: .4em;
  }
}

.impact h1 {
  text-align: center;
  width: 100%;
  float: none;
  margin: 0 0 0.75em;
}
.impact:after {
  content: none;
}
.impact a {
  display: block;
  width: 100%;
  margin: 1.375em 0 0;
  background: #fff;
}
.impact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
@media screen and (min-width: 480px) {
.impact h1 a {float:none; width:100%;}
  .impact a {
    width: 31%;
    float: left;
    margin: 0 0 0 3.5%;
  }
}
.impact a:first-child {
  margin: 0;
}
.impact img {
  width: 100%;
}

/* Sub-brand page */
/* ************************* */
.banner {
  background: #78ac23;
  text-align: center;
  width: 100%;
  position: relative;
  left: -5.5556%;
  padding: 1em 5.5556% 1.5em;
  margin: -1em 0;
}
@media screen and (min-width: 768px) {
  .banner {
    margin: 0.9375em 0 -1.5em;
  }
}
.banner h1 {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner h1 {
    padding-top: .125em;
  }
}
.banner p {
  font-size: 1.125em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .banner p {
    font-size: 1.25em;
  }
}
.banner figure {
  display: none;
}
.banner .breadcrumbs {
  margin: 1.8182em 0 0;
}

/* Create and apply classes
to .banner-content to change bg color */
.blue-banner {
  background: #009cdc;
}

.orange-banner {
  background: #f48024;
}

/* apply to .banner-content for banner w/ image */
@media screen and (min-width: 768px) {
  .image-banner {
    padding: 0 5.5556%;
  }
  .image-banner h1, .image-banner p {
    display: none;
  }
  .image-banner-text-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
  }
  .image-banner-text {
    max-width: 966px;
    margin: 0px auto;
    padding: 2% 5.5556%;
  }
  .image-banner .image-banner-text-wrapper h1, .image-banner .image-banner-text-wrapper p {
    display: block;
    text-align: left;
    text-transform: none;
  }
}
.image-banner figure {
  margin: 0 0 0;
  width: 100%;
  padding: 0 5.5556%;
  left: -5.5556%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .image-banner figure {
    display: block;
  }
}
.image-banner img {
  max-width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .image-banner img {
    display: inline-block;
  }
}

.related-links {
  background: #fbfbfb;
  padding: 0.5em 5% 1.6875em;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .related-links {
    padding: 1em 0 1.6875em;
    background: none;
  }
}
.related-links ul, .related-links ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.related-links li {
  margin-bottom: 0;
}
.related-links.archive a {
  color: #7ac142;
}

/* Landing page (ex: Join the Fight) */
/* ************************* */
@media screen and (min-width: 768px) {
  .landing h1 {
    font-size: 3.75em;
  }
}
@media screen and (min-width: 1000px) {
  .landing h1 {
    font-size: 3.75em;
  }
}

.content-grid {
  padding: 2.1875em 0% 0;
  border-bottom: 0px solid #dddddd;
  overflow: hidden;
}
.content-grid h1 {
  font-size: 1.625em;
  margin: 0;
}
.content-grid article {
  margin: 0 0 2em;
}
.content-grid img {
  width: 100%;
  margin: 0 0 0.75em;
}
.content-grid + .blog-columns {
  background: #f6f6f6;
}

.blog-columns {
    background: none repeat scroll 0% 0% #F6F6F6;
    border-top: 1px solid #DDD;
}

@media screen and (min-width: 768px) {
  .content-grid article {
    margin: 0 0 2.375em;
    width: 48%;
    float: left;
    clear: left;
  }
  .content-grid .even {
    margin-left: 4%;
    clear: none;
  }
}

.links {
  color: #dbdbdb;
  font-weight: 300;
}
.links a {
  text-transform: uppercase;
  font-weight: 700;
  /*white-space: nowrap; */
}
@media screen and (max-width: 767px) {
  .links a {
    font-size: 0.875em;
  }
}
.article-header .links {
  margin: 1em 0 0;
}

/* Ways to Give page  */
/* ************************* */
.ways {
  padding: 2.25em 5% 2.8125em;
  background: #f6f6f6;
}
.ways h1 {
  font-size: 1.625em;
  margin: 0;
}
.ways article {
  background-repeat: no-repeat;
  background-position: left top;
  margin: 2.375em 0 0;
  min-height: 127px;
}
.ways article:first-child {
  margin: 0;
}
.ways .give {
  background-image: url("/wp-content/assets/images/bg-ways-1.png");
}
.ways .funds {
  background-image: url("/wp-content/assets/images/bg-ways-2.png");
}
.ways .story {
  background-image: url("/wp-content/assets/images/bg-ways-3.png");
}
.ways .give, .ways .funds, .ways .story {
  padding: 0 0 0 152px;
}
@media screen and (max-width: 767px) {
  .ways .give, .ways .funds, .ways .story {
    padding: 0;
    background: none;
  }
}

/* News & Blog page */
/* ************************* */
.blog-topics {
  overflow: hidden;
  padding: 0.5em 5% 1.625em;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .blog-topics {
    padding: 1em 0 1.625em;
    background: none;
  }
}
.blog-topics form {
  margin: 0 0 0.5em;
  overflow: hidden;
}
.blog-topics label {
  color: #333;
  font-size: 0.875em;
  margin: 0 0 0.6429em;
  display: block;
}
@media screen and (min-width: 1000px) {
  .blog-topics label {
    width: 47.5%;
    float: left;
  }
  .blog-topics label:nth-child(odd) {
    float: right;
    clear: none;
  }
}
.blog-topics input {
  float: none;
  vertical-align: middle;
  color: #696969;
}
.blog-topics a {
  font-size: 0.8125em;
}
@media screen and (min-width: 1000px) {
  .blog-topics a {
    float: right;
  }
}

/* Search results page */
/* ************************* */
#results-loading {
  padding: 2em 5%;
  background-color: #f6f6f6 !important;
  border-bottom: 1px solid #dddddd !important;
  margin-bottom: 200px;
}
.results {
  padding: 0 5% 2em;
}
.results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.results h1 {
  font-size: 1.125em;
  text-transform: none;
}
.results li {
  margin: 2em 0 2.5em;
}
.results .pagination {
  float: none;
  padding: 0 0 2.5em;
}

.search-pagination a {
  color: #333;
  display: block;
  text-decoration: underline;
  font-size: 0.9375em;
  float: left;
  cursor: pointer;
  margin-left: .6em;
}
.search-pagination a:first-child {
  margin: 0;
}
.search-pagination a:hover, .search-pagination a.active {
  color: #f48024;
  text-decoration: none;
}
.search-pagination p {
  margin: 0 0 0 1.4545em;
  float: left;
  font-size: .6875em;
  line-height: 190%;
  color: #000;
}
.search-pagination p a, .search-pagination p img {
  display: inline-block;
  float: none;
  line-height: 1;
}

/* Leadership page */
/* ************************* */
.leadership {
  padding: 0 0 2.375em;
}
.leadership section {
  padding: 0 5%;
}
.leadership section .wrapper {
  padding: 2em 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.leadership section .links a {
  font-size: 0.875em;
  text-transform: none;
}
.leadership section h1 {
  color: #7ac142;
  margin: 0 0 0.67em;
}
.leadership section h1 + h2 {
  margin-top: 0;
}
.leadership h2 {
  font-size: 1.625em;
  text-transform: uppercase;
  margin: 1.5385em 0 0.7em;
}
.leadership h3 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 0 0.1667em;
}
.leadership h4 {
  margin: 0 0 0.6em;
}
.leadership .title {
  color: #494949;
}
.leadership p {
  margin: 1em 0;
}
.leadership ul, .leadership ol {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.leadership li {
  overflow: hidden;
  margin: 2.8125em 0 0;
}
.leadership li:first-child {
  margin: 0;
}
.leadership img {
  float: left;
  margin: 0 1.25em 0.67em 0;
  max-width: 100%;
}
.leadership .group {
  font-size: 0.9375em;
  width: 50%;
  float: left;
  margin: 0;
}
.leadership .group li {
  margin: 0.6em 0 0;
}
.leadership .group li:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .leadership .group {
    margin: 1.1em 0 0;
    float: none;
    width: auto;
  }
}
.leadership .advisors ul {
  overflow: hidden;
}
.leadership .advisors li {
  margin: 0 0 1em;
  color: #494949;
  clear: both;
}
@media screen and (min-width: 768px) {
  .leadership .advisors li {
    width: 47.5%;
    float: left;
  }
  .leadership .advisors li:nth-child(even) {
    float: right;
    clear: none;
  }
}
.leadership .advisors li p {
  line-height: 130%;
  font-weight: 700;
  font-size: 1.125em;
  margin: 0;
}
.leadership .advisors li span {
  line-height: 130%;
  display: block;
}
.leadership .top {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0.77em;
  display: block;
  color: #616161;
  font-size: 0.8125em;
  line-height: 1.72em;
  text-transform: uppercase;
  border: 1px solid #dddddd;
  border-bottom: 0;
  background: #f6f6f6;
  font-weight: 600;
}
.leadership .top:after {
  font-size: 90%;
  padding-left: 6px;
  content: "▲";
}
.leadership .top:hover {
  text-decoration: none;
  background: #fff;
  color: #494949;
}
ol.feature-list{
  margin: 2em -40px;
}

.feature-list li{
  margin: 2em;
}

.feature-list  h2{
  text-transform: uppercase;;
}

.second-list  li{
  margin: 1em;
}

/* Events page */
/* ************************* */
.events {
  padding: 1.875em 0% 0em;
}

@media screen and (min-width: 768px) {
  .events {
    padding: 1.875em 0% 0em;
  }
}
.events .wrapper {
  overflow: visible;
}
.events #map_canvas {
  margin: 0;
}

.map-filter {
  padding: 0 0 3px;
}
.map-filter label {
  font-size: 0.9375em;
}
.map-filter input {
  float: none;
}
.map-filter input[type=text] {
  margin: 0 0 0 0.75em;
}
.map-filter select {
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .map-filter select {
    width: 100%;
  }
}
.map-filter input[type=checkbox] {
  margin-right: .25em;
}
.map-filter span {
  white-space: nowrap;
  font-size: 0.9375em;
  display: block;
  margin: 0 0.75em 1em 0;
}
@media screen and (min-width: 768px) {
  .map-filter span {
    display: inline-block;
  }
}
.map-filter button {
  margin: 0 0 1em;
}
.map-filter.state-date {
  bottom: 0;
}
.map-filter.type {
  padding: 0.75em 0 1em;
}
@media screen and (min-width: 768px) {
  .map-filter.type {
    border-bottom: 1px solid #dddddd;
  }
}

.map .map-filter {
padding: 0.8125em 2.6%;
background: #f6f6f6;
border: 1px solid #dddddd;
border-top: 0;
}

.map-filter.type label {
  display: block;
}
.map-filter.type label:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .map-filter.type label {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 3.3333%;
  }
}
.map-filter.type img {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .map-filter.type img {
    display: none;
  }
}

.map_canvas {
  /* maintains ratio of 966/420   
  http://blog.brianjohnsondesign.com/2013/maintain-aspect-ratio-for-html-element-using-only-css-in-a-responsive-design/ */
  margin: 1em 0 0;
  padding: 0;
  width: 100%;
  height: 0;
  padding-bottom: 43.478260869565%;
}
@media screen and (max-width: 767px) {
  .map_canvas {
    display: none;
  }
}
.map_canvas .title {
  font-weight: 700;
  margin: 0 0 0.67em;
}
.map_canvas .description {
  margin: 0.67em 0;
  font-size: 0.8125em;
}
.map_canvas .map-image {
  float: left;
  display: block;
  margin: 0 13px 8px 0;
}
.map_canvas img[src="https://maps.gstatic.com/mapfiles/iws3.png"] {
  display: none;
}

@media screen and (min-width: 768px) {
  .events-content {
    background: #f6f6f6;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 0 1.375em 0.875em;
  }
}

.events-display {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .events-display {
    margin: 1.75em 0 0;
    max-height: 26em;
    overflow-y: scroll;
  }
}
.events-display > h1 {
  color: #7ac142;
  margin: 0;
}
.events-display .blog {
  margin: 1.375em 0 0;
  padding-right: 1em;
}
.events-display .pagination {
  margin: 1.75em 0 0;
  float: left;
}

/* Events Plugin Pages */
.events-display .eo-events {
  list-style-type: none;
  margin: 1.375em 0 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;

}

.eo-events li {
  color: #6d6d6d;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2.8125em 0 0;
}
  
.eo-events li a{
  color: #494949;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  text-transform: none;
  display: block;
}
.eo-events a.more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125em;
  color: #009cdc;
}
.eo-events a.more:before {
  content: '\25b8 \a0';
}


/* Map page */
/* ************************* */
.infographic {
  padding: 2.75em 5% 1em;
}
.infographic img {
  width: 100%;
  height: auto;
  max-width: 966px;
  margin: 0 auto;
  display: block;
}

.map {
  padding: 2em 5%;
}
.map h1 {
  color: #7ac142;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .map .map-filter {
    display: none;
  }
}
.map .map-links {
  padding: 1em 2.6%;
}
.map .map-links a {
  font-size: 0.9375em;
  margin: 0 2.75em 0 0;
}
@media screen and (max-width: 767px) {
  .map .map-links a {
    display: block;
    margin: 0.5em 0 0;
  }
  .map .map-links a:first-child {
    margin: 0;
  }
}

/* Convio pages */
/* ************************* */
#NBTSbodyContent {
  padding: 1em 5% 2.25em;
}
#NBTSbodyContent > div, #NBTSbodyContent form {
  margin: 0 auto;
  padding-left:25px;
}
#NBTSbodyContent input {
  float: none;
}

h3.styled,
.section-header-container {
  text-transform: uppercase;
  color: #7ac142;
  margin: 0 0 0.3em;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  h3.styled,
  .section-header-container {
    font-size: 2.25em;
  }
}

.section-header-container {
  padding-top: .8889em;
  border-top: 1px solid #dddddd;
  margin-top: 1em;
}
.donation-form-content .section-header-container:first-of-type {
  padding: 0;
  border: 0;
  margin-top: .5em;
}

.Smaller {
  display: block;
  font-size: .8em;
}

#survey-questions {
  padding: 0;
  margin: 0;
}

.donation-level-label-input-container {
  display: inline-block;
  padding-right: .25em;
  vertical-align: top;
}

#recipients {
  padding: 1em 0 1.8em;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 1.75em;
}
#recipients ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#recipients li {
  padding: 0;
  margin: 0.5556em 0 0;
}
@media screen and (min-width: 768px) {
  #recipients li {
    font-size: 1.125em;
  }
}

@media screen and (min-width: 768px) {
  #column1 {
    float: left;
    width: 38%;
  }

  #column2, .submit-wrap.bottom {
    float: right;
    width: 56%;
  }
}
#column1 input[type='text'], #column1 textarea, #column2 input[type='text'], #column2 textarea {
  width: 90%;
}
#column1 select, #column2 select {
  width: 60%;
}

.req.true {
  color: red;
}
.req-legend .req.true {
  padding-right: .25em;
}

#send {
  display: block;
  height: 39px;
}

.form-input-label-block{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.req-legend, label, .level-row, .FormLabelText {
  font-size: 0.9375em;
  padding-top: 1em;
  padding-bottom: .25em;
  display: inline-block;
  vertical-align: top;
}

.label-field-wrap, .form-row {
  margin: 1.125em 0;
}

#message .label-text {
  font-weight: bold;
}

.donation-form-container input[type=text], .donation-form-container select {
  display: block;
}
.donation-form-container input[type=text] {
  width: 23em;
  max-width: 90%;
}
.donation-form-container select {
  width: 22em;
  max-width: 100%;
}

.donation-form-container fieldset.cardExpGroup select {
  width: 100%;
  max-width: 22em;
}

.button-sub-container button {
  font-size: 1.375em;
  height: 2.4em;
  line-height: 2.4em;
}

.donation-level-container {
  line-height: 200%;
}

/*
.donation-form-content {
  height: 0;
}
*/

.donation-level-user-entered {
  display: inline-block;
  vertical-align: middle;
}
.donation-level-user-entered input[type=text] {
  display: inline-block;
  vertical-align: top;
  margin-left: .25em;
  width: auto;
}

.donation-level-total-amount {
  display: inline-block;
  vertical-align: middle;
  color: #575a5d;
  font-weight: 700;
  font-size: 2.4em;
}

#level_installmentduration {
  width: auto;
}

.payment-type-selection-container h3 {
  font-family: Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
}

.payment-type-option {
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}
.payment-type-option label {
  padding: 0;
}
.payment-type-option a {
  color: #fff;
/*  display: block; */
  width: 200%;
}
.payment-type-option a:hover {
  text-decoration: none;
}
.payment-type-option img {
  display: none;
}

.external-payment .payment-type-option {
  margin-left: 6px;
}
.external-payment .payment-type-option:after {
  content: 'Paypal';
}
#NBTSbodyContent #cons_country{
  font-size: .9em;
}

#donor_matching_employersearchBtn{
  margin-top: 15px;
}


/* Stories */
/* ************************* */
.story-photo {
    float: left;
    width: auto;
    max-width: 20%;
    margin-right: 10%;
}

.story-photo img {
  width:100%; 
  max-width:150px;
}


.story-body {
    float: left;
    width: auto;
    max-width: 70%;
}

.story-body h2 {
    margin-top: 0;
    margin-bottom: 3px;
}

.story-body h3 {
    margin-top: 3px;
    color: #eb7e32;
    text-decoration: none;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

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

  @page {
    margin: 0.5cm;
}

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

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

/* Search Page Google Styles */
/* ************************* */

.gsc-control-cse, .gsc-control-cse .gsc-table-result, .gsc-search-box {
  font-size: 1em !important;
}
.gsc-control-cse div.gsc-control-wrapper-cse {
  position: relative;
}
form.gsc-search-box, table.gsc-search-box {
  margin-bottom: 0px !important;
}
form.gsc-search-box table.gsc-branding {
  display: none;
}
table.gsc-search-box, table.gsc-above-wrapper-area-container {
  margin: 0px auto !important;
  margin-bottom: 0;
}
table.gsc-search-box td, table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-search-button, table.gsc-search-box td.gsc-clear-button {
  border: none;
  background-color: #f6f6f6;
  padding: 1.2em 0px;
}
table.gsc-search-box td.gsc-input {
  width: 24em;
  max-width: 50%;
}
table.gsc-search-box td.gsc-search-button, table.gsc-search-box td.gsc-clear-button {
  width: inherit;
}
table.gsc-search-box td.gsc-clear-button {
  visibility: hidden !important;
  display: none;
}
#gsc-i-id1 {
  width: 100%;
  max-width: 26em;
  display: block;
  padding: .6429em;
  height: 1em;
  border: 4px solid #ececec;
  font-size: 0.875em;
}
input.gsc-search-button {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
input.gsc-search-button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: none !important;
  padding: 0 20px;
  font-size: 1.125em !important;
  font-weight: 700;
  line-height: 39px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  text-indent: 40px;
  float: left;
  position: relative;
  overflow: visible;
  margin: 0 0 0 1px !important;
  background-color: #7e7e7e !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjN2E3YTdhIi8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiM2ZTZlNmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTZhNmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7e7e), color-stop(29%, #7a7a7a), color-stop(74%, #6e6e6e), color-stop(100%, #6a6a6a));
  background-image: -webkit-linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
  background-image: -moz-linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
  background-image: -o-linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
  background-image: linear-gradient(top, #7e7e7e 0%, #7a7a7a 29%, #6e6e6e 74%, #6a6a6a 100%);
}
.gsc-search-button:after {
  font-family: 'icomoon';
  speak: none;
  font-size: 1.125em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  display: inline-block;
  text-indent: 0;
  width: 40px;
  position: relative;
  top: 8px;
  left: -40px;
  text-align: center;
  vertical-align: middle;
  content: "\e000";
  pointer-events: none;
}
.gsc-above-wrapper-area {
  padding: 0px !important;
  background-color: #f6f6f6 !important;
  border-bottom: 1px solid #dddddd !important;
}
table.gsc-above-wrapper-area-container {
  margin: 0px;
  padding: 0px;
  background-color: #f6f6f6 !important;
}
table.gsc-above-wrapper-area-container td {
  border: none;
  padding: 0px;
}
.gsc-result-info {
  padding-left: 0px !important;
  margin: 0 0 1.85em 0 !important;
  color: #333333 !important;
}
table.gsc-resultsHeader {
  margin: 0px !important;
  background: transparent !important;
  display: none;
}
table.gsc-resultsHeader td {
  border: none;
}
.gsc-wrapper {
  max-width: 966px !important;
  padding: 0px 5% 2em 5% !important;
  margin: 0px auto !important;
}
.gsc-webResult .gsc-result {
  margin: 2em 0 2.5em 0 !important;
  padding: 0px !important;
  border-bottom: none !important;
}
table.gsc-table-result {
  margin: 0px !important;
  background-color: transparent !important;
}
table.gsc-table-result td {
  padding: 0px !important;
  border: none !important;
}
.gsc-table-result a.gs-title {
  font-size: 1.125em !important;
  line-height: 1.125em !important;
}
.gs-result .gs-title, .gs-result .gs-title * {
  color: #009CDC !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none !important;
  margin: 0 0 0.67em 0;
}

.gsc-url-bottom{
  display: none !important;
}
div.gs-snippet {
  font-size: .9375em !important;
  margin: 0.67em 0 1em 0;
}
.gs-snippet b {
  font-weight: inherit;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
  color: #009CCE !important;
  font-size: .9375em !important;
}
.gs-result a.gs-visibleUrl b, .gs-result .gs-visibleUrl b {
  font-weight: inherit;
}
.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
  display: none;
}
.gs-webResult div.gs-visibleUrl-short, .gs-promotion div.gs-visibleUrl-short {
 url display: none;
}
.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
  display: block !important;
}
.gsc-cursor-box.gs-bidi-start-align {
  display: inline-block !important;
  float: left;
}
div.gcsc-branding {
  width: 1px;
  display: inline-block !important;
  margin: 0 0 10px 1.4545em;
  float: left;
  height: 2em;
  line-height: 2em;
}
td.gsc-branding-text, td.gcsc-branding-text {
  vertical-align: middle !important;
  color: #000000;
}
div.gsc-branding-img, div.gsc-branding-img-noclear, img.gsc-branding-img, img.gsc-branding-img-noclear, div.gcsc-branding-img, div.gcsc-branding-img-noclear, img.gcsc-branding-img, img.gcsc-branding-img-noclear {
  padding-bottom: 2px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #333 !important;
  background: #f1e9e3;
  float: left;
  text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:last-child {
  margin-right: 0px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #ffffff !important;
  background: #7ac142;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #ffffff !important;
  background: #7ac142;
  font-weight: normal !important;
}
.gsc-results-wrapper-nooverlay {
  border-top: 1px solid #dddddd !important;
  margin-bottom: 3em;
}
.gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
  border-top: none !important;
  margin-bottom: 0;
}


/* List Display Template Pagination Styles */
/* ************************* */

table.paginator {
  background: transparent;
  width: auto;
  float: right;
}
table.paginator td {
  border: none;
  padding: 0;
}
table.paginator td.pg-items b {
  font-weight: normal;
}
table.paginator td.pg-page a {
  display: block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #333;
  background: #f1e9e3;
  text-decoration: none;
  float: left;
  margin: 0 0 0 8px;
}
table.paginator td.pg-page a:hover {
  color: #fff;
  background: #7ac142;
  text-decoration: none;
}
table.paginator td.pg-curr {
  display: block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #fff;
  background: #7ac142;
  text-decoration: none;
  float: left;
  margin: 0 0 0 8px;
}
table.paginator td.pg-prev a, table.paginator td.pg-next a {
  width: 30px;
  height: 30px;
  float: left;
  overflow: visible;
  font-size: 0;
  background-color: #f1e9e3;
  color: #333333;
  margin: 0 0 0 8px;
}
table.paginator td.pg-prev a:hover, table.paginator td.pg-next a:hover {
  color: #fff;
  background: #7ac142;
}
table.paginator td.pg-prev a:after {
  content: "◀";
  speak: none;
  display: inline-block;
  font-size: initial;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  pointer-events: none;
}
table.paginator td.pg-next a:after {
  content: "▶";
  speak: none;
  display: inline-block;
  font-size: initial;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  pointer-events: none;
}
.gm-style a.more {
  display: block;
}

/* Contact Us Validtion */
.error{
    color: #990000;
    font-size: 1em;
}
.error-border{
    border:5px solid #990000;
}
input:required:invalid, input:focus:invalid {
    background:#f8f8f8;
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
  }
  input:required:valid {
    background:#fff;
    background-position: right top;
    background-repeat: no-repeat;
    border:5px solid #7AC142;
  }

/*Year in Review */
.row {
    display: inline-block;
    margin-bottom: 40px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .img-responsive {
  display: inline-block;
  max-width: 95%;
  height: auto;
}
/*Year in Review */

#addressbookimport_sourceicon_mac {
     display: none;
}

/*secondary nav  
.nav .secondary{
  margin: 0 auto;
  display: inline-block;

}
.secondary {
    padding: 0.5em 0;
    text-align: center;
    margin: 0 auto;
}
.secondary p {
    display: none;
}
.secondary a {
    color: #FFFFFF;
    font-size: 0.875em;
    line-height: 1.8em;
    padding: 0 0.7857em;
    position: relative;
    text-transform: none;
    white-space: nowrap;
}
.secondary a:hover, .secondary .current_page_item {
    color: #7CD0F2;
    text-decoration: none;
}
.secondary a:last-child:after {
    content: "|";
}
.secondary > li {
  display: inline-block;
}*/

.breadcrumbs {
    background: none repeat scroll 0 0 #F6F6F6;
    font-size: 0.7em;
    padding: 0.7273em 0 0.6364em;
    position: relative;
}
.breadcrumbs a {
    color: #333333;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
.breadcrumbs {
    display: none;
}
}

/* META-SLIDER STYLES */
.metaslider .caption-wrap {
    background: none repeat scroll 0 0 !important;
    bottom: 0;
    color: white;
    display: block;
    left: 0;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: relative !important;
    width: 100%;
}


/* STAY-CONNECTED */
#stay-connected .gform_body {
  width:auto;
}
#stay-connected .gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
    display: inline;
    float: left;
    margin: 0;
    overflow: visible;
    padding: 0;
}

#stay-connected #gform_wrapper_1 {
    border: 0 none;
    float: left;
 /*   margin-top: 0px; */
    margin-top: 20px;
    padding: 0;
 /*   width: 50px; */
    width:700px;
}

#stay-connected .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    margin: 0 0 8px;
    width: auto !important;
}

#stay-connected .gform_wrapper .top_label li.gfield.gf_right_third {
    clear: right !important;
    float: left !important;
}

#stay-connected .gform_wrapper .gform_footer {
    clear: none !important;
    margin: -25px 0 0 !important;
    padding: 0px 0 10px !important;
}

#stay-connected .gfield_description, #input_1_5 {
  display: none;
}
#stay-connected #gform_wrapper_1 .gform_footer input[type=submit] {
  background-color: #af4707;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmNTcwYiIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNiYjU1MDkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjQ3MDciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf570b), color-stop(2%, #bb5509), color-stop(100%, #af4707));
  background-image: -webkit-linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  background-image: -moz-linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  background-image: -o-linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  background-image: linear-gradient(top, #bf570b 0%, #bb5509 2%, #af4707 100%);
  color: #fff;
  border: 0 none !important;
  border-radius: 6px;
  float: left;
  font-size: 1.375em;
  line-height: 53px !important;
  padding: 0 26px;
  text-transform: uppercase;
  font-weight: 700;
margin-top:7px;
}

#stay-connected .gform_wrapper ul li.gfield {
  display:inline-block;
  clear: both;
  margin: 0;
}

.contact .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 1.375em;
    height: 2.4em;
    line-height: 2.4em;
    background-color: #f37521;
    background-image: -moz-linear-gradient(center top , #f58c29 0%, #f37521 100%);
    background-size: 100% auto;
  border: 0 none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 39px;
    padding: 0 20px;
    text-transform: uppercase;
}


/*Paginate styles */
.research-links{
 color: #494949 !important;
 font-weight: 700;
 text-decoration: none;
 font-size: 1em;
 text-transform:uppercase;
}


/* Share your story styles */

div#story-list {
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 664px;
    text-align: center;
    list-style: none outside none;
    background: none repeat scroll 0 0 #ffffff;
}

.story-item, .story-item-on-submit-story-page {
    box-sizing: border-box;
    clear: none !important;
    float: left;
    text-align: center;
    list-style: none outside none;
    /* width: 30.13%; */
    width: 166px;
    height: 300px;
}

.story-item {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0px;
    padding: 0px;
}

.story-item-on-submit-story-page {
    background: none repeat scroll 0 0 #f6f6f6;
    margin: 20px;
    padding: 8px;
}

.image-container{
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.story-item img {
    height: 150px;
    margin: auto;
    /* max-width: 90%; */
}

.story-item .info {
    margin-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
}

span#author-name {
    color: #000000;
}

@media (max-width: 1024px) {
#stay-connected h2 {float:left;}
}


@media (max-width: 900px) {
  .story-item img {
      max-height: 150px;
  }
}


@media (max-width: 768px) {
#stay-connected {height:auto;}
.home {display:inline-block; height:auto;}
}


@media (max-width: 700px) {
  .story-item {
      margin-bottom: 5px;
      width: 100%;
  }
  .story-item .image-container {
      float: left;
      margin-right: 2%;
      width: 20%;
  }
  .story-item .info {
      float: left;
      margin-top: 0;
      width: 78%;
  }

#stay-connected {height:auto; padding-bottom:0px;}

#stay-connected .gform_wrapper ul li.gfield {clear:none; width:100%;}

#stay-connected input[type='text'], #stay-connected input[type='email'] {width:100% !important;}

#stay-connected #gform_wrapper_1 .gform_footer input[type=submit] {float:none;}

#stay-connected .gform_wrapper .gform_footer {text-align:center;}

#stay-connected h2 {margin-left:0px; margin-right:0px; text-align:center;}
}

@media (max-width: 480px) {
  .story-item .info {
      font-size: 12px;
  }
  .story-item .image-container {
      margin-right: 3%;
  }
  .story-item .info {
      width: 77%;
  }
}




.two-column:before,
.two-column:after {
	content: "";
	display: table;
	clear: both;
}

.two-column {
	clear: both;
        width: 72%;
        margin: 10px auto;
}

.two-column .left {
	float: left;
        width: 44%;

}

.two-column .right {
	float: right;
        width: 50%;

}

.two-column .first {
	margin-right: 5%;
}

.two-column .item {
  height: 165px;
}

.two-column h4 {
  margin-top: 0px;
}

.two-column .image {
  height: 150px;
  width: 150px;
}


/* form fix */

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
  white-space: normal !important;
}

#header div.quick-links, #menu-footer-navigation {display:none;}

.slideshow li {max-height:430px;}
.flex-direction-nav a {top:45% !important;}

#menu-item-4925 > a, #menu-item-4935 > a:hover, #menu-item-4992 > a:hover  {color:#f48024;}

nav#menu {text-align:center; padding-top:1em;}
#menu .donate-link {float:none;}

.nav-donate-link a {background-color: #f37521;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f58c29), color-stop(100%, #f37521));
    background-image: -webkit-linear-gradient(top, #f58c29 0%, #f37521);
color:#fff !important;
padding:5px 10px !important;
border-radius:6px;}

.nav-donate-link a:hover {background-image:none;}

.nav-donate-link:after {content:"" !important;}

.social-links a.inst {background-image:url("/wp-content/assets/custom-inst-icon.png");}
.social-links a.linked {background-image:url("/wp-content/assets/custom-linkedin-icon.png");}

.meta.wrapper .social-links a.inst {background-image:url("/wp-content/assets/custom-inst-icon-w.png");}
.meta.wrapper .social-links a.linked {background-image:url("/wp-content/assets/custom-linkedin-icon-w.png");}

#footer {text-align:center;}
#footer .meta {display:inline-block; border-bottom:1px solid gray;}
.meta-links {padding:0px;}
#footer form {margin:0px;}
.org-info {clear:both; width:100%; text-align:center; padding:10px 0px;}

@media screen and (max-width: 480px) {
.org-info {padding-bottom:45px;}
}

@media screen and (max-width: 767px) {
nav#menu ul {text-align:left;}
#menu-footer-navigation {display:block;}
}

.quick-links {display:none !important;}

/* ##### NATIONAL STRATEGIC PARTNERS PAGE CSS ##### */
#partners .row {margin-bottom:0px;}
#partners > div > .col-lg-4 {padding-bottom:15px; text-align:center;}

#partners .col-lg-4 a:hover {text-decoration:none;}
#partners .col-lg-4 img {max-width:80%; margin:0 auto;}

a span.learnmore.btn {
/*    background-color: #f37521;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f58c29), color-stop(100%, #f37521));
    background-image: -webkit-linear-gradient(top, #f58c29 0%, #f37521);
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 6px;
max-width:100px; */
text-align:center;
margin:5px auto; display:block;
font-size:14px; line-height:18px; color:#000 !important; text-decoration:underline;
}

a span.learnmore.btn:hover {color:#F48024; text-decoration:none;} 

@media screen and (max-width: 767px) {
#partners .col-lg-4 {width:50%;}
#partners .col-lg-4 img, #partners .col-lg-12 img {max-width:90%;}
}

@media screen and (max-width:480px) {
#partners .col-lg-4 {width:100%;}
#partners .col-lg-4 img {max-width:100%;}
}