@charset "UTF-8";
h1, h2, h3, h4, h5, h6, .site-footer, .entry-meta, .entry-utility, .sharing, .email_signup {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * @license
 * MyFonts Webfont Build ID 3207780, 2016-04-21T17:46:10-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 * 
 * Webfont: AvenirLTStd-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-roman/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3207780
 * Licensed pageviews: 750,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work
@import url("//hello.myfonts.net/count/30f264"); 
This is included asyncrhonously at bottom of page */
@font-face {
  font-family: 'Avenir';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/30F264_0_0.eot");
  src: url("../fonts/30F264_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30F264_0_0.woff2") format("woff2"), url("../fonts/30F264_0_0.woff") format("woff"), url("../fonts/30F264_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/30F264_1_0.eot");
  src: url("../fonts/30F264_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30F264_1_0.woff2") format("woff2"), url("../fonts/30F264_1_0.woff") format("woff"), url("../fonts/30F264_1_0.ttf") format("truetype"); }

h1, h2, h3, h4, h5, h6, .site-footer, .entry-meta, .entry-utility, .sharing, .email_signup {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* -------------------------------------------------------------  
  =Typography: fonts, colors, margins/padding for type elements
  
  These styles should all generally relate to the main content
  area.
  -------------------------------------------------------------- */
body, table, th, td {
  font-family: Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, .donate_button, .email_signup h2, .email_signup .button {
  font-family: Avenir, Helvetica, Arial, sans-serif; }

h1 {
  line-height: 1.2; }

h2 {
  margin: 2em 0 1em; }

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #aaa; }
  a:hover {
    color: #c00; }

p {
  margin: 0 0 1.44em; }

ul {
  padding-left: 1.44em; }

li {
  margin: .72em 0; }

img {
  max-width: 100%; }

hr {
  margin: 1.44em -.25em;
  border: solid #cbc7c7;
  border-width: 1px 0 0; }

/* -------------------------------------------------------------
  =Default Styles for all users
  -------------------------------------------------------------- */
body {
  color: #fff;
  background: #777;
  text-align: center;
  /* http://stackoverflow.com/questions/19569703/em-based-css-media-query-showing-smaller-resolution-than-expected-on-ios-mobile?lq=1 */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.email_signup h2, .email_signup .button {
  text-transform: uppercase;
  font-weight: bold; }

.site {
  color: #333;
  text-align: left;
  margin: 0 auto;
  max-width: 48em;
  /* for IE8; change later */
  box-shadow: 0 0 2em #444; }

.site, .site-header, .site-content {
  background: #fff; }

.nav-main a, .site-header a, .site-footer a {
  border-bottom: none; }

.nav-main, .site-footer {
  color: #ccc;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-align: center; }

.nav-main {
  background: #2f2f2f; }

.nav-main a, .site-footer a {
  color: #ccc; }
  .nav-main a:hover, .site-footer a:hover {
    color: #fff; }

.hosting a {
  color: #666;
  font-size: .875em; }
  .hosting a:hover {
    color: #777; }

.nav-main .menu {
  text-align: left; }
  .nav-main .menu a {
    text-transform: uppercase;
    font-size: 1.142em; }
  .nav-main .menu ul a {
    text-transform: none; }

.current_page_item a, .current-menu-item a {
  font-weight: bold; }

.current-menu-item a {
  color: #fff;
  background: #2a2a2a;
  position: relative; }
  .current-menu-item a:before {
    content: '';
    width: .4em;
    height: .4em;
    display: block;
    background: red;
    position: absolute;
    top: 50%;
    margin-top: -.2em;
    left: 4px; }
  .children .current-menu-item a:before {
    left: 1.5em; }

.site-footer {
  background: #222;
  border-top: 5px solid #c00; }
  @media screen and (max-width: 22.49em) {
    .site-footer .nav_phone a {
      font-size: 1.25em; } }

.inner {
  font-size: .875em;
  line-height: 1.3; }

.entry-meta, .entry-utility {
  font-size: .875em;
  text-transform: uppercase;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  margin-bottom: 1em; }

.entry-content {
  padding: 1.5em .25em 0;
  margin: 0 -.25em;
  border-top: 1px solid #cbc7c7; }
  .entry-content + h2 {
    margin-top: 3em; }

.entry-utility {
  padding: 1em .25em 0;
  margin: 2em -.25em;
  border-top: 1px solid #ccc; }

.sharing {
  margin: -1.25em -.5em 1.5em;
  text-align: center;
  font-family: Avenir, Helvetica, Arial, sans-serif; }
  .sharing ul {
    padding: 0; }
  .sharing li {
    display: inline; }
  .sharing .share {
    border: none;
    font-size: .875em;
    display: inline-block;
    padding: .125em .5em;
    border-radius: .375em;
    position: relative; }
    .sharing .share span {
      position: absolute;
      top: -2em;
      left: 50%;
      width: 6em;
      margin-left: -3em;
      text-align: center;
      padding: .25em;
      border-radius: 4px;
      background: #222;
      color: #fff;
      opacity: 0;
      transition: .2s; }
    .sharing .share:hover span, .sharing .share:focus span {
      opacity: 1; }
    .sharing .share:before {
      content: '';
      height: 32px;
      width: 32px;
      display: inline-block;
      background: url("../images/icons.png");
      vertical-align: middle; }
  .sharing .twitter:before {
    background-position: 0 -32px; }
  .sharing .gmail:before {
    background-position: 0 -64px; }
  .sharing .email:before {
    background-position: 0 -96px; }
  .sharing .yahoo:before {
    background-position: 0 -128px; }
  .aftercontent .sharing {
    margin-top: 0; }

.aftercontent {
  clear: both;
  padding: .25em .25em 1em;
  margin: 0 -.25em;
  border-top: 1px solid #cbc7c7; }
  .page-template-volunteer-form .aftercontent, .upcoming .aftercontent {
    display: none; }

.printerfriendly_button {
  float: left; }
  .printerfriendly_button a {
    display: inline-block;
    border: none;
    padding: 0 .75em 0 0;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    line-height: 32px; }
    .printerfriendly_button a:before {
      content: '';
      width: 32px;
      height: 32px;
      display: inline-block;
      vertical-align: middle;
      background: url("../images/icons.png") no-repeat 0 -160px;
      opacity: .7; }
    .printerfriendly_button a:hover:before, .printerfriendly_button a:focus:before {
      opacity: 1; }
  @media screen and (max-width: 47.99em) {
    .printerfriendly_button {
      display: none; } }

.navigation a {
  border: none;
  display: block;
  font-weight: bold;
  font-family: avenir; }

.nav-previous a {
  padding: .5em 1.5em .5em 0; }

.nav-next a {
  padding: .5em 0 .5em 1.5em; }

.blog .entry-listing {
  padding: 2em .25em;
  margin: 0 -.25em;
  border-top: 1px solid #cbc7c7;
  border-bottom: 1px solid #cbc7c7; }
  .blog .entry-listing + .entry-listing {
    border-top: none; }

.blog .entry-content, .blog .entry-utility {
  border: none; }

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

.blog .nav-previous, .blog .nav-next {
  width: 50%; }

.blog .nav-previous {
  float: left;
  text-align: left; }

.blog .nav-next {
  float: right;
  text-align: right; }

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

/* -------------------------------------------------------------  
  =Slide formatting
  -------------------------------------------------------------- */
.slides_container {
  position: relative; }
  .slides_container:after {
    content: '';
    display: table;
    clear: both; }

.slide {
  float: left;
  width: 100%;
  margin-right: -100%;
  background: #fff;
  position: relative; }
  .slide .description {
    background: rgba(255, 255, 255, 0.6);
    margin: -1.5em 0 0;
    padding: 1.5em 1em;
    position: relative; }
  .slide .button-wrap {
    text-align: right; }

.rslides1_tabs a, html .soliloquy-theme-classic .soliloquy-pager-link, html .soliloquy-theme-classic .soliloquy-pager-link:hover {
  width: 1.5em;
  display: block;
  height: 1.5em;
  color: transparent;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 1.5em;
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.1); }

.rslides1_tabs .rslides_here a, html .soliloquy-theme-classic .soliloquy-pager-link.active {
  color: #c00;
  background: #c00;
  box-shadow: 0 0 0 .125em white; }

.rslides1_tabs {
  position: absolute;
  top: .75em;
  right: 2em;
  z-index: 44;
  padding: 0;
  margin: 0; }
  .rslides1_tabs li {
    display: inline-block;
    margin: 0 .625em; }

/* Tweak styles for soliloquy slider plugin */
html .soliloquy-theme-classic .soliloquy-pager {
  top: .5em;
  text-align: right;
  margin: 0 .5em 0 0; }

html .soliloquy-theme-classic .soliloquy-pager-item {
  margin-right: .5em; }

html .soliloquy-theme-classic:hover .soliloquy-controls-direction, html .soliloquy-theme-classic.soliloquy-hover .soliloquy-controls-direction {
  display: none; }

/* -------------------------------------------------------------  
  =Volunteer Form formatting
  -------------------------------------------------------------- */
.tasklist {
  font-size: .929em;
  border: none;
  background: #eee; }
  .tasklist h3, .tasklist h4 {
    color: #000;
    text-transform: uppercase; }
  .tasklist h3 a {
    color: #c00;
    text-transform: none; }
  .tasklist li {
    margin: .2em 0; }
    .tasklist li em {
      color: #777;
      font-style: normal; }
    .tasklist li.link {
      padding: .2em 0;
      margin: 0; }
      .tasklist li.link:hover {
        margin-left: -2em !important;
        margin-right: -.5em !important;
        padding: .2em .5em .2em 2em;
        background: #ffc;
        list-style: none; }
        .tasklist li.link:hover span:before {
          content: "+";
          float: left;
          margin: 0 0 0 -1.3em;
          font-weight: bold;
          color: #c00; }
  .tasklist .post-edit-link {
    padding: 0; }

.error {
  color: #000;
  background: #ffc; }

.error-help {
  display: none; }

.error .error-help {
  display: inline;
  font-weight: bold;
  color: #c00; }

.error .req {
  color: #c00; }

.diaFields, .messages {
  margin: 0 -.5em; }

.messages .error {
  border: 1px solid #fc9;
  margin: 1.5em 0; }

.formRow label {
  font-size: .929em; }

.formRow .left {
  float: left;
  width: 8.5em; }

.formRow, .messages .error {
  padding: .5em; }

.blockInput {
  padding: .3em; }

textarea.blockInput {
  width: 98%; }

/* -------------------------------------------------------------  
  =Navlist used for Webinar Listing
  -------------------------------------------------------------- */
.navlist {
  border-top: 1px solid #ccc;
  padding: 1em .25em;
  margin: 0 -.25em; }
  .widget-area .navlist {
    border-top: none;
    padding-top: 0; }
  .navlist li {
    list-style: none;
    padding: 0;
    margin: 0; }
    .navlist li.current_page_item {
      background: #eee; }
  .navlist a {
    display: block;
    border: none;
    padding: .3em 0; }
  .navlist span, .navlist em {
    display: inline-block;
    vertical-align: top; }
  .navlist span {
    width: 80%;
    max-width: 32em;
    margin-right: 1em; }
  .navlist em {
    color: #666;
    font-style: normal;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2; }
  .navlist a:hover em {
    color: #444; }

.webinars-title strong {
  text-transform: uppercase;
  letter-spacing: .08em; }

/* -------------------------------------------------------------  
  =Layout: margins, padding
  -------------------------------------------------------------- */
/* Remove list-style and padding from a number of lists */
.menu, .menu li, .menu ul, .site-footer ul, .widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-main hr {
  display: none; }

.site-header {
  position: relative;
  border-top: 6px solid #222; }
  .site-header:after {
    content: '';
    display: table;
    clear: both; }
  .site-header .donate_button {
    float: right;
    clear: right;
    margin: 1em 1em 0 0;
    width: 8em; }
    .site-header .donate_button a {
      display: block;
      text-align: center; }
    .site-header .donate_button p {
      display: none; }
    .site-header .donate_button h3 {
      margin: 0;
      color: #fff;
      font-weight: normal;
      font-size: 1em;
      height: 48px;
      line-height: 48px;
      background: #c00;
      border-radius: .25em; }

.site-title {
  float: left;
  font-size: 1em;
  width: 147px;
  /* width of logo */
  margin: 0;
  text-align: center; }
  .site-title a, .site-title img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }

.access-link, .top-link {
  float: right;
  margin-right: 1em;
  width: 8em;
  height: 48px;
  line-height: 48px;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  color: #eee;
  background: #222;
  border-radius: 0 0 .25em .25em; }
  .access-link .icon-menu, .top-link .icon-menu {
    display: inline-block;
    width: 14px;
    height: 7px;
    margin-left: .5em;
    box-sizing: border-box;
    position: relative;
    color: #c00;
    border-top: 2px solid; }
    .access-link .icon-menu:before, .access-link .icon-menu:after, .top-link .icon-menu:before, .top-link .icon-menu:after {
      content: '';
      display: block;
      border-top: 2px solid; }
    .access-link .icon-menu:before, .top-link .icon-menu:before {
      margin-top: -7px; }
    .access-link .icon-menu:after, .top-link .icon-menu:after {
      margin-top: 8px; }

.top-link {
  margin-top: -3.75em;
  margin-right: 0;
  font-size: 1rem;
  padding-top: 6px; }
  .top-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 6px solid #222; }
  .top-link .icon-menu {
    margin-left: 1em; }
  .top-link .icon-menu, .top-link .icon-menu:before, .top-link .icon-menu:after {
    transition: .4s ease-in; }
  .top-link .icon-menu {
    transform: rotate(90deg);
    height: 12px; }
    .top-link .icon-menu:before, .top-link .icon-menu:after {
      content: '';
      display: block; }
    .top-link .icon-menu:before {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); }
    .top-link .icon-menu:after {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); }
  #access:target .top-link {
    position: fixed;
    top: 0;
    margin-top: 0;
    right: 1em;
    z-index: 9; }
    #access:target .top-link:before {
      position: fixed; }

@media screen and (max-width: 47.99em) {
  @-webkit-keyframes rotate90 {
    0% {
      transform: none; }
    100% {
      transform: rotate(90deg); } }
  @-moz-keyframes rotate90 {
    0% {
      transform: none; }
    100% {
      transform: rotate(90deg); } }
  @-o-keyframes rotate90 {
    0% {
      transform: none; }
    100% {
      transform: rotate(90deg); } }
  @keyframes rotate90 {
    0% {
      transform: none; }
    100% {
      transform: rotate(90deg); } }
  @-webkit-keyframes lineToRight {
    0% {
      margin-top: -7px;
      transform: none; }
    100% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); } }
  @-moz-keyframes lineToRight {
    0% {
      margin-top: -7px;
      transform: none; }
    100% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); } }
  @-o-keyframes lineToRight {
    0% {
      margin-top: -7px;
      transform: none; }
    100% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); } }
  @keyframes lineToRight {
    0% {
      margin-top: -7px;
      transform: none; }
    100% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); } }
  @-webkit-keyframes lineToLeft {
    0% {
      margin-top: 8px;
      transform: none; }
    100% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); } }
  @-moz-keyframes lineToLeft {
    0% {
      margin-top: 8px;
      transform: none; }
    100% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); } }
  @-o-keyframes lineToLeft {
    0% {
      margin-top: 8px;
      transform: none; }
    100% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); } }
  @keyframes lineToLeft {
    0% {
      margin-top: 8px;
      transform: none; }
    100% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); } }
  @-webkit-keyframes rotate90Back {
    0% {
      transform: rotate(90deg); }
    100% {
      transform: none; } }
  @-moz-keyframes rotate90Back {
    0% {
      transform: rotate(90deg); }
    100% {
      transform: none; } }
  @-o-keyframes rotate90Back {
    0% {
      transform: rotate(90deg); }
    100% {
      transform: none; } }
  @keyframes rotate90Back {
    0% {
      transform: rotate(90deg); }
    100% {
      transform: none; } }
  @-webkit-keyframes lineToRightBack {
    0% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); }
    100% {
      margin-top: -7px;
      transform: none; } }
  @-moz-keyframes lineToRightBack {
    0% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); }
    100% {
      margin-top: -7px;
      transform: none; } }
  @-o-keyframes lineToRightBack {
    0% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); }
    100% {
      margin-top: -7px;
      transform: none; } }
  @keyframes lineToRightBack {
    0% {
      margin-top: 0;
      transform: rotate(-45deg) translateX(3px) translateY(-6px); }
    100% {
      margin-top: -7px;
      transform: none; } }
  @-webkit-keyframes lineToLeftBack {
    0% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); }
    100% {
      margin-top: 8px;
      transform: none; } }
  @-moz-keyframes lineToLeftBack {
    0% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); }
    100% {
      margin-top: 8px;
      transform: none; } }
  @-o-keyframes lineToLeftBack {
    0% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); }
    100% {
      margin-top: 8px;
      transform: none; } }
  @keyframes lineToLeftBack {
    0% {
      margin-top: -5px;
      transform: rotate(225deg) translateX(-3px) translateY(-5px); }
    100% {
      margin-top: 8px;
      transform: none; } }
  #access:target .top-link .icon-menu {
    -webkit-animation: rotate90 .5s backwards;
    -moz-animation: rotate90 .5s backwards;
    -o-animation: rotate90 .5s backwards;
    animation: rotate90 .5s backwards; }
    #access:target .top-link .icon-menu:before {
      -webkit-animation: lineToRight .5s backwards;
      -moz-animation: lineToRight .5s backwards;
      -o-animation: lineToRight .5s backwards;
      animation: lineToRight .5s backwards; }
    #access:target .top-link .icon-menu:after {
      -webkit-animation: lineToLeft .5s backwards;
      -moz-animation: lineToLeft .5s backwards;
      -o-animation: lineToLeft .5s backwards;
      animation: lineToLeft .5s backwards; }
  #top:target .access-link .icon-menu {
    -webkit-animation: rotate90Back .5s backwards;
    -moz-animation: rotate90Back .5s backwards;
    -o-animation: rotate90Back .5s backwards;
    animation: rotate90Back .5s backwards; }
    #top:target .access-link .icon-menu:before {
      -webkit-animation: lineToRightBack .5s backwards;
      -moz-animation: lineToRightBack .5s backwards;
      -o-animation: lineToRightBack .5s backwards;
      animation: lineToRightBack .5s backwards; }
    #top:target .access-link .icon-menu:after {
      -webkit-animation: lineToLeftBack .5s backwards;
      -moz-animation: lineToLeftBack .5s backwards;
      -o-animation: lineToLeftBack .5s backwards;
      animation: lineToLeftBack .5s backwards; } }

.site-content, .widget-area, .nav-main, .site-footer {
  padding: 1em;
  box-sizing: border-box; }

.widget-area {
  background: #e8e8e8;
  padding: 2em 1em; }
  .widget-area .post_date, .widget-area .twitter-timestamp {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #888; }
  .widget-area .post_date {
    padding: .25em .5em;
    margin: 0 0 -.25em 1em;
    float: right; }
  .widget-area .rstw_comma {
    display: none; }
  .widget-area .twitter-timestamp {
    display: block;
    padding: .25em 0 0; }
  .widget-area .post_title {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25em; }
  .widget-area .post_excerpt {
    display: block;
    margin: .5em 0 2em;
    overflow: hidden; }
  .widget-area .post_link {
    color: #c00;
    border: none; }

.widget-container + .widget-container {
  margin-top: 3em; }

.widget-title {
  margin: 1em 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #999;
  font-weight: bold; }

.button, .email_signup .button {
  color: #c00;
  display: inline-block;
  padding: .5em 1em;
  border: 2px solid;
  border-radius: .25em; }
  .button:hover, .email_signup .button:hover {
    color: #b00; }

.email_signup {
  margin: 0 -1em;
  padding: 2em 1em;
  color: #555;
  background: #e8e8e8;
  text-align: center; }
  .email_signup h2 {
    font-size: 1.375em;
    margin: 0 0 0.5em; }
  .email_signup p {
    margin: 0 0 .5em; }

.nav-main {
  position: relative;
  padding-top: 2em; }
  .nav-main .menu {
    margin: 2em 0; }
  .nav-main .donate_button {
    padding: 2em 1em;
    margin: 0 -1em 2em;
    background: #e8e8e8;
    text-align: center; }
    .nav-main .donate_button p {
      margin: .5em 1em; }
    .nav-main .donate_button a {
      color: #333;
      display: block; }
    .nav-main .donate_button h2 {
      color: #fff;
      background: #c00;
      padding: .5em;
      margin: 0 2em;
      border-radius: .375em; }
    .nav-main .donate_button a:hover h2 {
      background: #red-dim; }

.menu a {
  display: block;
  padding: .66em 1em;
  margin: 0 -1em; }

.menu ul a {
  text-transform: none;
  padding-left: 2.5em;
  padding-right: 2.5em; }

.menu .menu-item-has-children > a, .menu .toggle {
  display: inline-block;
  vertical-align: middle; }

.menu .menu-item-has-children > a {
  width: 100%;
  box-sizing: border-box;
  padding-right: 3.5em;
  margin-right: -3.5em; }

.menu .toggle {
  font-size: 1.142em;
  width: 2em;
  height: 2em;
  border: 1px solid #222;
  position: relative;
  margin-left: 1.5em; }
  .menu .toggle span {
    display: block;
    width: .5em;
    height: .5em;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.375em;
    transition: .2s; }

.menu .cb {
  position: absolute;
  z-index: -1;
  visibility: hidden; }

.menu .children {
  clear: both; }
  .menu .children a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    overflow: hidden;
    transition: .2s; }
    .menu .children a:focus {
      padding-top: .66em;
      padding-bottom: .66em;
      line-height: 1.4; }

.menu .cb:checked + .toggle span, .menu .checked + .toggle span {
  transform: rotate(-135deg);
  margin-top: -.25em; }

.menu .cb:checked ~ .children a, .menu .checked ~ .children a {
  padding-top: .66em;
  padding-bottom: .66em;
  line-height: 1.4; }

.copyright {
  margin-top: 2em; }
  .copyright p {
    margin: 0 0 .5em; }

.footer_nav {
  margin: 0 -.75em 2em; }
  .footer_nav li, .footer_nav a {
    display: inline-block; }
  .footer_nav .menu a {
    margin: 0;
    padding: .5em .75em; }

.nav_phone {
  margin: .5em 0; }
  .nav-main .nav_phone {
    display: none; }
  .nav_phone a {
    display: block;
    font-size: 1.5em;
    color: #fff; }

.social_links {
  margin: .5em 0; }
  .social_links a {
    display: block;
    padding: 3px 0; }
    .social_links a:before {
      content: '';
      width: 32px;
      height: 32px;
      display: inline-block;
      background: url("../images/icons.png") no-repeat;
      vertical-align: middle;
      margin: -.25em .75em 0 0; }
    .social_links a.link_facebook:before {
      background-position: 0 0; }
    .social_links a.link_twitter:before {
      background-position: 0 -32px; }

.tb4up a {
  padding: 1em;
  margin: 0 -1em; }

.tb4up a, .tb4up img {
  display: block; }

.tb4up img {
  margin: 0 auto; }

.about-bca {
  padding-top: 0; }
  .about-bca .inner {
    border-top: 6px solid #c00;
    padding: 2em 0; }
  .about-bca .alignright, .about-bca .blog .wp-post-image, .blog .about-bca .wp-post-image {
    margin-top: 4em; }
  .about-bca .aftercontent {
    display: none; }

input[type="text"], input[type="email"],
input[type="submit"], button[type="submit"],
.site_search input.gsc-input, .site_search input.gsc-search-button {
  font-size: 1em;
  padding: .25em .5em .33em;
  border: none; }
  .site-content input[type="text"], .site-content input[type="email"], .site-content
  input[type="submit"], .site-content button[type="submit"], .site-content
  .site_search input.gsc-input, .site-content .site_search input.gsc-search-button {
    border: 1px solid #cbc7c7; }

.bcapopup button[type="submit"] {
  padding: .5em 1em;
  text-transform: uppercase;
  font-size: .9375em;
  font-weight: bold;
  border-radius: .25em;
  border: 2px solid #c00; }

input[type="submit"], button[type="submit"], .site_search .gsc-search-button {
  color: #fff;
  background: #c00; }
  input[type="submit"]:active, button[type="submit"]:active, .site_search .gsc-search-button:active {
    background: #b00; }

/* Lots of tweaks to wrestle Google CSE (custom search engine) into place */
.site_search {
  background: #222;
  padding: 2em 0 1em 1em;
  /* less right padding to accommodate 'x' */
  margin: 0 -1em;
  /* clear button to right - keep */
  /* Seriously, Google? */
  /* clear button inside input - hide */ }
  .site_search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0; }
  .site_search input[type="text"], .site_search input.gsc-input, .site_search .gsc-input-box {
    border-radius: 3px 0 0 3px;
    line-height: 1.5; }
  .site_search button.gsc-search-button {
    padding: 6px 21px; }
  .site_search td.gsc-search-button {
    margin-left: -2px; }
  .site_search input[type="submit"], .site_search button[type="submit"], .site_search .gsc-search-button {
    border-radius: 0 3px 3px 0;
    height: auto;
    font-weight: normal;
    line-height: 1.5; }
  .site_search small {
    display: block;
    padding: .25em .66em; }
  .site_search .gsc-search-box-tools div.gsc-clear-button {
    display: inline;
    background-image: url("//www.google.com/uds/css/clear.gif"); }
  .site_search .gsc-search-box-tools td.gsc-clear-button {
    display: table-cell; }
  .site_search .gsib_b {
    display: none; }

html .gs-result .gs-title, html .gs-result .gs-title * {
  text-decoration: none; }

/* -------------------------------------------------------------
  =Misc
  -------------------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 1.5em 1em 0; }

.alignright, .blog .wp-post-image {
  float: right;
  margin: 0 0 1em 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto 1.5em; }

.screen-reader-text {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.post-edit-link {
  padding: .5em .75em;
  background: #7cf;
  position: relative;
  border: none; }
  .post-edit-link:hover {
    background: #6be; }
  .slide .post-edit-link {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 5; }
  [class$='_on'] .post-edit-link {
    left: 0; }

/* -------------------------------------------------------------
  =Media Queries
  -------------------------------------------------------------- */
@media screen and (min-width: 22.5em) {
  .site {
    max-width: 72em; }
  .site-title, .site-title a {
    width: 154px; }
  .site-content, .widget-area, .nav-main, .site-footer, .slide .description {
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .current-menu-item a:before {
    left: .5em; }
  .email_signup, .nav-main .donate_button, .site_search, .menu a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-left: -1.5em;
    margin-right: -1.5em; }
  .site_search {
    padding-right: 0.5em; }
  .menu ul a {
    padding-left: 3em; }
  .menu .menu-item-has-children > a {
    padding-right: 4em;
    margin-right: -4em; } }

@media screen and (min-width: 30em) {
  .sharing {
    text-align: right; }
    .sharing ul {
      display: inline; } }

@media screen and (min-width: 48em) {
  .site-header {
    border-top: none;
    height: 160px; }
    .site-header .donate_button {
      width: 12em; }
      .site-header .donate_button h3 {
        font-weight: bold;
        font-size: 1.125em;
        text-transform: uppercase; }
      .site-header .donate_button p {
        display: block;
        font-size: .875em;
        margin: .5em 0;
        color: #333; }
  .site-title {
    text-align: center; }
    .site-title a {
      height: 160px;
      line-height: 160px; }
  .site-header, .site-main, .nav_address, .nav_contact, .copyright, .footer_nav {
    float: left;
    width: 100%;
    box-sizing: border-box; }
  .site-header, .site-main {
    padding-right: 17em;
    margin-right: -17em; }
  .nav_address, .nav_contact, .copyright, .footer_nav {
    padding-right: 17.5em;
    margin-right: -17.5em; }
  .nav-main, .site-footer .nav_phone, .social_links, .hosting {
    float: right;
    box-sizing: border-box;
    padding-left: 1.5em; }
  .nav-main {
    width: 17em;
    padding-top: 5em; }
  .site-footer .nav_phone, .social_links, .hosting {
    width: 17.5em; }
  .social_links, .hosting {
    clear: right;
    position: relative; }
  .site-footer {
    clear: both; }
    .site-footer:after {
      content: '';
      display: table;
      clear: both; }
  .nav-main, .site-footer {
    position: relative;
    z-index: 1;
    text-align: left; }
  .site {
    position: relative; }
    .site:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 17em;
      background: #2f2f2f; }
  .nav-main .donate_button {
    display: none; }
  .assistive-link {
    position: fixed;
    top: -100%;
    width: auto;
    padding: .5em 1em; }
    .assistive-link:focus {
      top: 0; }
      .assistive-link:focus .screen-reader-text {
        display: inline; }
  .nav-main .nav_phone {
    display: block;
    margin: 2em 0; }
  .site_search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0; }
  .email_signup {
    text-align: left;
    position: absolute;
    top: -160px;
    margin: 0;
    height: 160px;
    box-sizing: border-box;
    right: 0;
    z-index: 1;
    padding-top: 1em;
    border-right: 0.5em solid #cbc7c7; }
  .tb4up img {
    margin-left: -1em; }
  .slide h2 {
    font-size: 2.25em;
    margin: 1em 0 .75em; }
  .slide .description:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5.75em;
    background: #c00; }
  .home .site-content, .home .widget-area, .slide .description {
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .tasklist {
    float: right;
    clear: right;
    width: 40%;
    margin: 0 0 2em 5%;
    box-sizing: border-box; }
  .volunteerform {
    width: 54%;
    float: left; } }

@media screen and (min-width: 64em) {
  .site-title, .site-title a {
    width: 14em; }
  .site-header .donate_button {
    width: 14em;
    margin: 2em 2.5em 0 0; }
    .site-header .donate_button p {
      margin: .5em; }
  .site-content {
    float: right;
    width: 100%;
    padding-left: 16.5em;
    margin-left: -16.5em;
    padding-right: 2.5em; }
    .home .site-content, .no_sidebar .site-content {
      float: none;
      margin-left: 0; }
  .widget-area, .webinars-title {
    border-top: 4px solid #c00; }
  .widget-area {
    width: 14em;
    position: relative;
    z-index: 1; }
    .home .widget-area, .no_sidebar .widget-area {
      border: none;
      width: auto;
      padding: 1em 4em; }
    .widget-area .post_date {
      float: none;
      display: block;
      padding: .5em 0 .25em;
      margin: 0; }
  .no_sidebar .site-content, .no_sidebar .widget-area,
  .home .site-content, .home .widget-area, .slide .description {
    padding-left: 4em;
    padding-right: 4em; }
  .about-bca .inner {
    padding-bottom: 4em; }
  .webinars-title {
    padding: .75em .125em 0;
    margin: 0 -.125em; }
  .site, .site-main {
    position: relative; }
    .site:before, .site-main:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 14em;
      background: #e8e8e8;
      /* same as .widget-area */ }
    .home .site:before, .no_sidebar .site:before, .home .site-main:before, .no_sidebar .site-main:before {
      content: none; } }

@media screen and (min-width: 30em) and (max-width: 63.99em), (min-width: 72em) {
  .singular .entry-title {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 160px;
    margin-right: -160px; }
  .singular .entry-meta {
    display: inline-block;
    width: 156px;
    text-align: right; }
  .singular .entry-date {
    display: block; }
  .nav-previous, .nav-next {
    width: 50%; }
  .nav-previous {
    float: left;
    text-align: right; }
  .nav-next {
    float: right; }
  .navigation:after {
    content: '';
    display: table;
    clear: both; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sharing .share:before, .printerfriendly_button a:before, .social_links a:before {
    background-image: url("../images/icons@2x.png");
    background-size: 32px; } }

/* ---- testarea ---- */
.slide figure {
  margin: 0;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  transition: .2s; }
  .slide figure img {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }

.js .slide {
  opacity: 0; }

/* works perfectly, as long as you're using opacity to fade in slides */
@media screen and (min-width: 64em) and (max-height: 47.99em) {
  .slide figure {
    padding-top: 40%; }
    .slide figure img {
      top: -9%; } }
