@charset "UTF-8";
/*
Theme Name: N2NMA
Theme URI: http://underscores.me/
Author: Benji Mauer
Author URI: http://www.heybenji.co
Description: Theme for Neighbor to Neighbor Massachusetts
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: n2nma
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

n2nma is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/2e7713");
.site-title a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#colophon a, .listing .campaign a,
.post-type-archive #main .campaign a, .listing .victory a,
.post-type-archive #main .victory a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4); }
  #colophon a:hover, .listing .campaign a:hover,
  .post-type-archive #main .campaign a:hover, .listing .victory a:hover,
  .post-type-archive #main .victory a:hover {
    border-color: #fff; }

.listing .chapter .chapter-title a,
.post-type-archive #main .chapter .chapter-title a {
  color: #363d3f;
  border-color: rgba(54, 61, 63, 0.4); }
  .listing .chapter .chapter-title a:hover,
  .post-type-archive #main .chapter .chapter-title a:hover {
    border-color: #363d3f; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #363d3f;
  font-family: "ClarendonURW", sans-serif;
  font-weight: 300;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #212526; }

h1,
h2 {
  font-weight: 300; }

h2 {
  margin-bottom: 0; }

h2 + h1 {
  margin-top: 0; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * @license
 * MyFonts Webfont Build ID 3045139, 2015-06-18T16:16:13-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: ClarendonURW-Bol by URW++
 * URL: http://www.myfonts.com/fonts/urw/clarendon/urw-clarendon-t-bold/
 * 
 * Webfont: ClarendonURW-Lig by URW++
 * URL: http://www.myfonts.com/fonts/urw/clarendon/urw-clarendon-t-light/
 * 
 * Webfont: ClarendonURW-RegObl by URW++
 * URL: http://www.myfonts.com/fonts/urw/clarendon/urw-clarendon-t-regular-oblique/
 * 
 * Webfont: ClarendonURW-Reg by URW++
 * URL: http://www.myfonts.com/fonts/urw/clarendon/urw-clarendon-t-regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3045139
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 2010 URW++ Design &amp; Development Hamburg
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ClarendonURW';
  font-weight: 700;
  font-style: normal;
  src: url("webfonts/2E7713_0_0.eot");
  src: url("webfonts/2E7713_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7713_0_0.woff2") format("woff2"), url("webfonts/2E7713_0_0.woff") format("woff"), url("webfonts/2E7713_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ClarendonURW';
  font-weight: 300;
  font-style: normal;
  src: url("webfonts/2E7713_1_0.eot");
  src: url("webfonts/2E7713_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7713_1_0.woff2") format("woff2"), url("webfonts/2E7713_1_0.woff") format("woff"), url("webfonts/2E7713_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ClarendonURW';
  font-weight: 400;
  font-style: italic;
  src: url("webfonts/2E7713_2_0.eot");
  src: url("webfonts/2E7713_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7713_2_0.woff2") format("woff2"), url("webfonts/2E7713_2_0.woff") format("woff"), url("webfonts/2E7713_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'ClarendonURW';
  font-weight: 400;
  font-style: normal;
  src: url("webfonts/2E7713_3_0.eot");
  src: url("webfonts/2E7713_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2E7713_3_0.woff2") format("woff2"), url("webfonts/2E7713_3_0.woff") format("woff"), url("webfonts/2E7713_3_0.ttf") format("truetype"); }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #d9f5fd;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.main-navigation li:last-child a, .listing .action .action-call-to-action a,
.post-type-archive #main .action .action-call-to-action a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 6px;
  background: #E65E80;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1;
  padding: 8px 16px !important;
  font-weight: bold;
  transition: all 300ms ease; }
  .main-navigation li:last-child a:hover, .listing .action .action-call-to-action a:hover,
  .post-type-archive #main .action .action-call-to-action a:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #c01e46;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .main-navigation li:last-child a:active, .listing .action .action-call-to-action a:active,
  .post-type-archive #main .action .action-call-to-action a:active, .main-navigation li:last-child a:focus, .listing .action .action-call-to-action a:focus,
  .post-type-archive #main .action .action-call-to-action a:focus,
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: black;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }
  @media (max-width: 30em) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
      width: 98%; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #009ecd;
  text-decoration: none;
  border-bottom: 2px solid #82d2ea; }
  a:visited {
    color: #2bafd7; }
  a:hover, a:focus, a:active {
    color: #009ecd;
    border-bottom-color: #2bafd7; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  z-index: 1;
  /* @TODO remove/refactor when you remove dropdowns for good!
  		ul {
  			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  			float: left;
  			position: absolute;
  			top: 1.5em;
  			left: -999em;
  			z-index: 99999;
  
  			ul {
  				left: -999em;
  				top: 0;
  			}
  
  			li {
  				&:hover > ul,
  				&.focus > ul {
  					left: 100%;
  				}
  			}
  			
  
  
  			a {
  				width: 200px;
  			}
  
  			:hover > a,
  			.focus > a {
  			}
  
  			a:hover,
  			a.focus {
  			}
  		}
  
  		li:hover > ul,
  		li.focus > ul {
  			left: auto;
  		}
  	}
  */ }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation li {
    display: block;
    position: relative; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #363d3f;
      border-bottom: 4px solid rgba(54, 61, 63, 0.5);
      margin-bottom: 0px; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    font-size: 1.25em;
    border-bottom: 1px solid transparent;
    margin-bottom: 3px;
    transition: all ease 300ms; }
  .main-navigation li:last-child a {
    color: #fff;
    border: 0; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 8000;
  border: 0;
  box-shadow: none;
  background: none;
  text-shadow: none;
  color: #fff;
  padding: 8px 16px !important;
  background: #E65E80;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  transform: none; }
  .menu-toggle:hover {
    transform: none;
    background: #E65E80; }

.main-navigation.toggled .menu-toggle {
  background: #000; }

@media screen and (max-width: 40em) {
  body.menu-toggled {
    overflow: hidden;
    position: fixed; }

  .site-header {
    position: relative; }

  .main-navigation ul li {
    float: none;
    display: block;
    margin-bottom: 1em; }
  .main-navigation ul li a {
    display: block; }
    .main-navigation ul li a:hover, .main-navigation ul li a.focus {
      color: #E65E80; }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-page-item > a {
    border-bottom: 0;
    color: #E65E80; }
    .main-navigation .current-menu-item > a.focus, .main-navigation .current-menu-item > a:hover,
    .main-navigation .current-page-item > a.focus,
    .main-navigation .current-page-item > a:hover {
      color: #000; }

  .menu-primary-menu-container {
    position: fixed;
    visibility: hidden;
    vertical-align: middle;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(217, 245, 253, 0.9);
    text-align: center;
    padding: 6em 2em 2em 2em;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: -moz-transform 300ms, opacity 300ms, visibility 0s 300ms;
    -webkit-transition: -webkit-transform 300ms, opacity 300ms, visibility 0s 300ms;
    transition: transform 300ms, opacity 300ms, visibility 0s 300ms; }

  .main-navigation.toggled .menu-primary-menu-container {
    visibility: visible;
    opacity: 1;
    z-index: 6000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 300ms, opacity 300ms;
    -webkit-transition: -webkit-transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms; } }
@media screen and (min-width: 40em) {
  .menu-toggle {
    display: none; }

  .main-navigation {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap; }

  .main-navigation ul {
    display: block; }

  .menu-primary-menu-container {
    display: inline-block; }

  .main-navigation ul li {
    float: none;
    display: inline-block;
    margin-right: 1.5em; }
  .main-navigation ul li a {
    display: inline; }
  .main-navigation li:last-child {
    margin-right: 0; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: black;
    border-bottom: 4px solid black; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #212526;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  background-color: rgba(88, 217, 255, 0.6); }
  #secondary .widget {
    padding-top: 1em;
    padding-bottom: 1.5em; }

.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */ }
  .widget .widget-title {
    margin-top: 0;
    margin-bottom: 8px; }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/* Email signup widget. */
.widget_polylang {
  position: absolute;
  bottom: 0;
  right: 1em; }
  .widget_polylang ul, .widget_polylang li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .widget_polylang li {
    display: inline-block; }
  .widget_polylang li a {
    border: 1px solid #fff;
    border-width: 1px 1px 0 1px;
    border-radius: 4px 4px 0 0;
    padding: 8px 16px;
    color: #fff; }
  @media (min-width: 40em) {
    .widget_polylang {
      top: 0; }
      .widget_polylang li a {
        border-radius: 0 0 4px 4px;
        border-width: 0px 1px 1px 1px; } }
  @media (max-width: 30em) {
    .widget_polylang li a {
      font-size: 14.88px;
      font-size: 0.93rem;
      padding: 6.4px 10.66667px; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header,
.content-area,
.widget-area .widget,
.site-footer,
.home .entry-content > p,
.home .entry-content > h1,
.home .entry-content > h2,
.home .entry-content > h3,
.home .entry-content > h4,
.home .entry-content > h5,
.home .entry-content > ul,
.home .entry-content > ol,
.home .entry-content > blockquote,
.home .entry-footer {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em; }

.site-header {
  padding-top: 1em;
  padding-bottom: 1em; }

.home #main .entry-content > .listing {
  width: 100%;
  padding: 0; }

.content-area {
  padding-top: 3em; }

.site-footer {
  clear: both;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em; }

.home .content-area {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.home .entry-content {
  margin-top: 0; }

@media (min-width: 40em) {
  .content-area,
  .widget-area .widget,
  .home .entry-content > p,
  .home .entry-content > h1,
  .home .entry-content > h2,
  .home .entry-content > h3,
  .home .entry-content > h4,
  .home .entry-content > h5,
  .home .entry-content > ul,
  .home .entry-content > ol,
  .home .entry-content > blockquote,
  .home .entry-footer {
    max-width: 40em;
    margin-right: auto;
    margin-left: auto; }

  .home #main .entry-content > .listing {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0; }

  .home .content-area {
    width: 100%;
    max-width: 100%;
    padding: 0; } }
@media (min-width: 60em) {
  .content-area,
  .widget-area .widget,
  .home .entry-content > p,
  .home .entry-content > h1,
  .home .entry-content > h2,
  .home .entry-content > h3,
  .home .entry-content > h4,
  .home .entry-content > h5,
  .home .entry-content > ul,
  .home .entry-content > ol,
  .home .entry-content > blockquote,
  .home .entry-footer {
    max-width: 45em; }

  .home .content-area {
    width: 100%;
    max-width: 100%;
    padding: 0; } }
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#page.with-background {
  background-position: center top;
  background-size: cover;
  background-attachment: fixed; }

.site-header {
  background-color: #00BAF1;
  position: relative; }

.with-background .site-header {
  background-color: rgba(0, 186, 241, 0.8); }

.with-background .site-content {
  background-color: rgba(217, 245, 253, 0.9); }

.site-title a {
  border: none;
  display: inline-block;
  width: 247px;
  height: 78px;
  background: url("images/n2n-logo-ed-fund-2x.png") top left no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 30em) {
    .site-title a {
      width: 180px;
      height: 58px; } }

@media (max-width: 40em) {
  .site-title {
    margin-top: 0;
    margin-bottom: 0; } }
@media (min-width: 40em) {
  .site-branding {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2em; } }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  background-color: #00BAF1; }

.with-background #colophon {
  background-color: rgba(0, 186, 241, 0.8); }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.page-content h2,
.entry-content h2 {
  text-align: center;
  font-size: 2em; }

.entry-content h1 {
  color: #00a6d8; }
  @media only screen and (min-width: 40em) {
    .entry-content h1 {
      font-size: 2.5em;
      line-height: 1em; } }

.entry-header h2 {
  text-align: center; }

.entry-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #00BAF1; }
  @media only screen and (min-width: 40em) {
    .entry-title {
      font-size: 3em;
      line-height: 1em; } }

.blog .entry-title {
  font-size: 32px;
  line-height: 40px;
  text-align: left; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-footer .comments-link,
.entry-footer .edit-link {
  margin-right: 8px; }

/*--------------------------------------------------------------
## Listings
--------------------------------------------------------------*/
.listing h2 {
  margin-bottom: 1em;
  font-size: 2em; }

.listing .campaign .list-item-content,
.post-type-archive #main .campaign .list-item-content, .listing .victory .list-item-content,
.post-type-archive #main .victory .list-item-content, .listing .action .list-item-content,
.post-type-archive #main .action .list-item-content {
  padding: 1em; }

.listing .member-excerpt p:first-child,
.post-type-archive #main .member-excerpt p:first-child, .listing .campaign .campaign-excerpt p:first-child,
.post-type-archive #main .campaign .campaign-excerpt p:first-child, .listing .event .event-excerpt p:first-child,
.post-type-archive #main .event .event-excerpt p:first-child, .listing .chapter .chapter-address p:first-child,
.post-type-archive #main .chapter .chapter-address p:first-child {
  margin-top: 0; }
.listing .member-excerpt p:last-child,
.post-type-archive #main .member-excerpt p:last-child, .listing .campaign .campaign-excerpt p:last-child,
.post-type-archive #main .campaign .campaign-excerpt p:last-child, .listing .event .event-excerpt p:last-child,
.post-type-archive #main .event .event-excerpt p:last-child, .listing .chapter .chapter-address p:last-child,
.post-type-archive #main .chapter .chapter-address p:last-child {
  margin-bottom: 0; }

.values-list,
.values-list li {
  list-style: none;
  padding: 0;
  margin: 0; }

.values-list li {
  margin-bottom: 2em;
  text-align: center; }
  .values-list li img {
    width: 40%;
    height: auto; }

.listing .staff-member,
.post-type-archive #main .staff-member, .listing .board-member,
.post-type-archive #main .board-member {
  text-align: center; }

.listing .staff-member-name,
.post-type-archive #main .staff-member-name, .listing .board-member-name,
.post-type-archive #main .board-member-name, .listing .member-name,
.post-type-archive #main .member-name {
  margin-top: .5em;
  margin-bottom: 0; }

.hentry .staff-member-image,
.hentry .board-member-image, .listing .staff-member-image,
.post-type-archive #main .staff-member-image, .listing .board-member-image,
.post-type-archive #main .board-member-image {
  width: 70%;
  margin-right: auto;
  margin-left: auto; }
  .hentry .staff-member-image a,
  .hentry .board-member-image a, .listing .staff-member-image a,
  .post-type-archive #main .staff-member-image a, .listing .board-member-image a,
  .post-type-archive #main .board-member-image a {
    border: 0; }
  .hentry .staff-member-image .wp-post-image,
  .hentry .board-member-image .wp-post-image, .listing .staff-member-image .wp-post-image,
  .post-type-archive #main .staff-member-image .wp-post-image, .listing .board-member-image .wp-post-image,
  .post-type-archive #main .board-member-image .wp-post-image {
    border-radius: 50%; }

.hentry .staff-member-image,
.hentry .board-member-image {
  width: 50%;
  margin-bottom: 1em; }
.hentry .staff-member-title,
.hentry .board-member-affiliation,
.hentry .board-member-office {
  text-align: center; }

.listing,
.post-type-archive #main {
  text-align: center; }
  .listing .list-item,
  .post-type-archive #main .list-item {
    position: relative;
    margin-bottom: 1em; }
    .listing .list-item .list-item,
    .post-type-archive #main .list-item .list-item {
      width: 100%; }
  .listing .list-item.with-background,
  .post-type-archive #main .list-item.with-background {
    padding: 0;
    background-size: cover; }
  .listing .list-item.with-background .list-item-content,
  .post-type-archive #main .list-item.with-background .list-item-content {
    position: relative;
    z-index: 1;
    color: #fff; }
  .listing .list-item.with-background .list-item-scrim,
  .post-type-archive #main .list-item.with-background .list-item-scrim {
    transition: all ease 300ms;
    background-color: rgba(0, 107, 139, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .listing .list-item.with-background:hover .list-item-scrim,
  .post-type-archive #main .list-item.with-background:hover .list-item-scrim {
    background-color: rgba(0, 186, 241, 0.8); }
  .listing .staff-member-title,
  .post-type-archive #main .staff-member-title {
    margin-top: 0; }
  .listing .board-member-affiliation,
  .post-type-archive #main .board-member-affiliation {
    font-style: italic; }
  .listing .member-excerpt,
  .post-type-archive #main .member-excerpt {
    font-size: 16px;
    font-size: 1rem; }
  .listing.listing-victories, .listing.listing-campaigns, .listing.listing-actions, .listing.listing-events,
  .post-type-archive #main.listing-victories,
  .post-type-archive #main.listing-campaigns,
  .post-type-archive #main.listing-actions,
  .post-type-archive #main.listing-events {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap; }
  .listing .campaign,
  .post-type-archive #main .campaign {
    text-align: left; }
    .listing .campaign .campaign-title,
    .post-type-archive #main .campaign .campaign-title {
      margin: 0;
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.25em; }
    .listing .campaign .campaign-excerpt,
    .post-type-archive #main .campaign .campaign-excerpt {
      opacity: 0;
      transition: all ease 400ms; }
    .listing .campaign:hover .campaign-excerpt,
    .post-type-archive #main .campaign:hover .campaign-excerpt {
      opacity: 1; }
  .listing .victory,
  .post-type-archive #main .victory {
    text-align: left;
    background: #00BAF1;
    margin-bottom: 16px;
    padding-bottom: 16px; }
    .listing .victory .list-item-content,
    .post-type-archive #main .victory .list-item-content {
      padding-bottom: .25em; }
    .listing .victory .victory-date,
    .post-type-archive #main .victory .victory-date {
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem; }
    .listing .victory .victory-title,
    .post-type-archive #main .victory .victory-title {
      font-weight: normal; }
    .listing .victory .victory-title,
    .listing .victory .victory-excerpt,
    .listing .victory .victory-excerpt *,
    .post-type-archive #main .victory .victory-title,
    .post-type-archive #main .victory .victory-excerpt,
    .post-type-archive #main .victory .victory-excerpt * {
      display: inline; }
  .listing .event,
  .post-type-archive #main .event {
    text-align: left;
    background: #f7fdff; }
    .listing .event .list-item-content,
    .post-type-archive #main .event .list-item-content {
      padding-bottom: 1.5em; }
    .listing .event .event-title,
    .post-type-archive #main .event .event-title {
      padding: 16px 16px 0 16px;
      margin-top: 0;
      margin-bottom: 0; }
    .listing .event .event-date,
    .post-type-archive #main .event .event-date {
      padding: 8px 16px 8px 16px;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      background: #00BAF1;
      color: #fff; }
    .listing .event .event-excerpt,
    .post-type-archive #main .event .event-excerpt {
      padding: 0 16px 0 16px;
      font-size: 16px;
      font-size: 1rem; }
  .listing .chapter,
  .post-type-archive #main .chapter {
    text-align: left;
    margin-bottom: 2em; }
    .listing .chapter .chapter-title,
    .post-type-archive #main .chapter .chapter-title {
      margin: 0; }
    .listing .chapter .chapter-address,
    .post-type-archive #main .chapter .chapter-address {
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem; }
  .listing .action,
  .post-type-archive #main .action {
    text-align: left;
    position: relative; }
    .listing .action .list-item-content,
    .post-type-archive #main .action .list-item-content {
      color: #fff; }
    .listing .action .list-item-scrim, .listing .action.with-background .list-item-scrim,
    .post-type-archive #main .action .list-item-scrim,
    .post-type-archive #main .action.with-background .list-item-scrim {
      background-color: rgba(104, 16, 38, 0.7); }
    .listing .action:hover .list-item-scrim, .listing .action.with-background:hover .list-item-scrim,
    .post-type-archive #main .action:hover .list-item-scrim,
    .post-type-archive #main .action.with-background:hover .list-item-scrim {
      background-color: rgba(223, 50, 93, 0.8); }
    .listing .action .action-excerpt,
    .post-type-archive #main .action .action-excerpt {
      font-size: 16px;
      font-size: 1rem; }
    .listing .action .action-excerpt p:first-child,
    .post-type-archive #main .action .action-excerpt p:first-child {
      margin-top: 0; }
    .listing .action .action-call-to-action,
    .post-type-archive #main .action .action-call-to-action {
      margin-bottom: 1em;
      margin-top: .5em;
      text-align: center; }
    .listing .action .action-call-to-action a,
    .post-type-archive #main .action .action-call-to-action a {
      display: block;
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      font-weight: 300;
      font-size: 20px;
      font-size: 1.25rem;
      background: #00BAF1; }
      .listing .action .action-call-to-action a:hover,
      .post-type-archive #main .action .action-call-to-action a:hover {
        background: #25cdff; }

@media (min-width: 40em) {
  .values-list li {
    display: inline-block;
    width: 46%;
    margin-right: 1.4%;
    margin-left: 1.4%;
    vertical-align: top; }

  .home #main .listing-campaigns,
  .home #main .listing-actions {
    overflow: auto;
    margin-bottom: 2em; }

  .home #main .listing-campaigns .campaign,
  .home #main .listing-actions .action {
    display: block;
    float: left;
    margin: 0; }

  .home #main .listing-campaigns .campaign {
    width: 50%; }

  .home #main .listing-actions .action {
    width: 25%; }

  #main .listing,
  .post-type-archive #main {
    margin-left: -2em;
    margin-right: -2em; }
    #main .listing .listing,
    .post-type-archive #main .listing {
      margin-left: 0;
      margin-right: 0; }
      #main .listing .listing .list-item,
      .post-type-archive #main .listing .list-item {
        width: 100%; }
    #main .listing .staff-member,
    #main .listing .board-member,
    #main .listing .list-item,
    .post-type-archive #main .staff-member,
    .post-type-archive #main .board-member,
    .post-type-archive #main .list-item {
      display: inline-block;
      width: 30%;
      margin-right: 1.4%;
      margin-left: 1.4%;
      vertical-align: top;
      margin-bottom: 2em; }
    #main .listing .organizer,
    .post-type-archive #main .organizer {
      width: 22%; }
    #main .listing .campaign,
    .post-type-archive #main .campaign {
      width: 44%; }

  #colophon .listing {
    text-align: left; }
    #colophon .listing .list-item {
      display: inline-block;
      vertical-align: top;
      margin-right: 2.8%;
      margin-left: 0;
      width: 30%; }
    #colophon .listing.of-4 .list-item {
      width: 22%; }
    #colophon .listing.of-5 .list-item {
      width: 18%;
      margin-right: 1.5%; }
    #colophon .listing.of-6 .list-item {
      width: 15%;
      margin-right: 1.2%; } }
@media (min-width: 70em) {
  #main .listing,
  .post-type-archive #main {
    margin-left: -6em;
    margin-right: -6em; }
    #main .listing .listing,
    .post-type-archive #main .listing {
      margin-left: 0;
      margin-right: 0; } }
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Bloomerang
--------------------------------------------------------------*/
.email-registration-form .field input[type=text],
.email-registration-form .field input[type=email] {
  width: 98% !important; }
@media (min-width: 40em) {
  .email-registration-form .field {
    display: inline-block !important;
    width: 30% !important;
    margin-right: 2% !important; } }

/*--------------------------------------------------------------
# Flexslider custom
--------------------------------------------------------------*/
.flexslider {
  position: relative;
  overflow: auto;
  background: #212526; }
  .flexslider .slides {
    padding: 0;
    margin: 0; }
    .flexslider .slides li {
      margin: 0;
      padding: 0; }
    .flexslider .slides img {
      display: block;
      width: 100%; }
  .flexslider .flex-direction-nav {
    list-style: none;
    padding: 0;
    margin: 0; }
    .flexslider .flex-direction-nav li {
      list-style: none;
      display: inline; }
      .flexslider .flex-direction-nav li a {
        display: inline-block;
        padding: 10px;
        font-size: 35px;
        line-height: 20px;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 1px solid #fff;
        background: transparent; }
    .flexslider .flex-direction-nav .flex-nav-next,
    .flexslider .flex-direction-nav .flex-nav-prev {
      position: absolute;
      z-index: 5;
      top: 50%;
      margin-top: -20px;
      opacity: 1;
      transition: all ease 200ms; }
    .flexslider .flex-direction-nav .flex-nav-next {
      right: 10px; }
    .flexslider .flex-direction-nav .flex-nav-prev {
      left: 10px; }
  .flexslider .caption {
    background: #212526;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 16px; }

@media (min-width: 40em) {
  .flexslider .flex-direction-nav .flex-nav-next,
  .flexslider .flex-direction-nav .flex-nav-prev {
    opacity: 0; }
  .flexslider .flex-direction-nav .flex-nav-next {
    right: -60px; }
  .flexslider .flex-direction-nav .flex-nav-prev {
    left: -60px; }
  .flexslider:hover .flex-nav-next,
  .flexslider:hover .flex-nav-prev, .flexslider:focus .flex-nav-next,
  .flexslider:focus .flex-nav-prev {
    opacity: 1; }
  .flexslider:hover .flex-nav-next, .flexslider:focus .flex-nav-next {
    right: 10px; }
  .flexslider:hover .flex-nav-prev, .flexslider:focus .flex-nav-prev {
    left: 10px; }
  .flexslider .caption {
    position: absolute;
    display: block;
    background: none;
    top: 50%;
    margin-top: -34px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6); } }
/*--------------------------------------------------------------
# Jetpack custom
--------------------------------------------------------------*/
.widget_wpcom_social_media_icons_widget ul {
  margin: 0;
  padding: 0; }
  .widget_wpcom_social_media_icons_widget ul li a {
    font-size: 1.25em;
    padding: .25em;
    display: inline-block;
    background: #fff;
    color: #00BAF1;
    border-radius: 50%;
    transition: all ease 200ms; }
    .widget_wpcom_social_media_icons_widget ul li a:hover {
      background: #99e3f9; }

#colophon .widget_wpcom_social_media_icons_widget ul li a {
  color: #00BAF1;
  background: #fff; }
  #colophon .widget_wpcom_social_media_icons_widget ul li a:hover {
    background: #99e3f9; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
