/*---
(0) settings
(1) fonts
(2) selectors
(3) primary layout elements
(4) primary layout elements formatting
(5) page specific styles
(6) general purpose
(7) media queries
(8) plugins/frameworks
(9) hacks
    made in washington

    Colors:

---*/
/*==================================================
	(0) settings
==================================================*/
/* dimensions*/
/* breakpoints */
/* colors */
/* fonts */
/* mixins */
/*==================================================
	(1) fonts
==================================================*/
/*==================================================
	(2) selectors
==================================================*/
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 92%;
  background-color: #f3f2ed;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  color: #67614d;
  font-weight: 100;
  line-height: 1.5;
  overflow-x: hidden; }

body {
  -webkit-transition: padding-top 0.5s ease-in-out;
  transition: padding-top 0.5s ease-in-out;
  padding-top: 130px; }

h1,
h2.content-title {
  color: #a3a510;
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

h2 {
  color: #a3a510;
  font-size: 1.4em;
  font-weight: 500;
  /*margin: 0 0 1em 0;*/
  margin: 2em 0 0.5em;
  line-height: 1.4; }
  h2.gray {
    color: #67614d !important; }
  h2.content-title {
    margin-top: 1em; }
  .search-form h2 {
    line-height: 1.8; }
  h2 .search-field {
    font-size: 1em;
    color: #67614d; }
  h2 .search-submit {
    line-height: 1.6;
    border: none;
    background-color: transparent;
    font-size: 1em;
    color: #67614d;
    cursor: pointer; }
    h2 .search-submit:hover {
      color: #a3a510; }

h3 {
  color: #a3a510;
  font-size: 1.2em;
  /*margin: 0 0 0.8em 0;*/
  margin: 1.3em 0 0.5em 0;
  font-weight: 500; }
  .search-results h3 {
    margin-bottom: 0; }
  h3.gray {
    color: #67614d !important; }
  h3.no-top-margin {
    margin-top: 0; }

p {
  margin: 0 0 1em 0; }
  p.author {
    margin-top: -0.8em;
    font-size: 0.9em; }
  p.supertitle {
    margin-bottom: 0; }

a {
  color: #a3a510;
  text-decoration: none; }
  a:hover {
    opacity: 0.7; }
    #logo a:hover, a:hover.tile-wrapper {
      opacity: 1.0; }

hr {
  height: 1px;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #dcd7d2;
  margin-bottom: 30px; }
  hr.person-separator {
    padding: 15px 0 30px 0;
    clear: both; }
  hr.big-top-margin {
    margin-top: 30px; }
  hr.small, hr.medium {
    display: none; }
  hr.large {
    display: block; }

img {
  border: none; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

/*==================================================
	(3) primary layout elements
==================================================*/
.site-width {
  max-width: 1000px;
  margin: 0 auto; }

#masthead .site-width,
#footer .site-width {
  max-width: 1200px; }

body.landing .site-width {
  max-width: 1150px; }

body.home .site-width {
  max-width: 1300px; }

.margin-buffer {
  padding-left: 5%;
  padding-right: 5%; }

.big-margin-buffer {
  padding-left: 12%;
  padding-right: 12%; }

.padding-bottom-1 {
  padding-bottom: 30px; }

#masthead {
  background-color: #fff;
  color: #fff;
  height: 130px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

#burger {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }

#mobile-search {
  position: absolute;
  top: 33px;
  left: 60px;
  display: none;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }
  #mobile-search .search {
    color: #67614d; }
    #mobile-search .search a {
      color: #67614d; }
    #mobile-search .search input {
      right: auto;
      left: -7px;
      top: -9px;
      padding-left: 30px; }

#logo {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 20px;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2000; }
  body.dropnav-expanded #logo {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
    body.dropnav-expanded #logo img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

#nav {
  text-transform: uppercase;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#dropnav {
  background-color: #a3a510;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 130px;
  width: 100%;
  z-index: 1000; }

#dropnav.expanded {
  min-height: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.search {
  position: relative; }
  .search input {
    position: absolute;
    top: -7px;
    right: -5px;
    height: 36px;
    width: 1px;
    z-index: 1;
    opacity: 0;
    padding: 2px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    color: #67614d;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .search a {
    position: relative;
    z-index: 100; }
  #nav .search.active a {
    border: none; }
  .search.active .fa {
    opacity: .8; }
  .search.active input {
    opacity: 1;
    width: 260px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .search .fa {
    font-size: 1.4em; }

#content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px 20px 20px;
  line-height: 1.6;
  overflow: auto;
  margin: 0 auto; }

#content.narrow-margin {
  padding-left: 3%;
  padding-right: 3%; }

#footer {
  background-color: #a3a510;
  color: #fff; }

/*==================================================
	(4) primary layout elements formatting
==================================================*/
/* masthead */
#masthead .site-width {
  position: relative; }

/* logo */
#logo img {
  width: 150px;
  height: 150px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* nav */
#nav .menu {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 74px;
  -webkit-transition: margin-top 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out; }
  #nav .menu:first-child {
    padding-right: 80px;
    text-align: right; }
  #nav .menu:last-child {
    padding-left: 80px;
    text-align: left; }

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*overflow: auto;*/
  text-align: center;
  display: inline-block; }

#nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px; }

#nav a {
  color: #67614d;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .2em;
  font-size: 1.2em;
  border-bottom: 5px solid transparent;
  padding-bottom: 4px; }

#nav a:hover,
#nav .active a {
  color: #a3a510; }

#nav .active a {
  border-color: #a3a510; }

#nav #volunteer {
  margin-right: 26px; }

#nav #join {
  margin-left: 30px; }

/* dropnav */
#dropnav {
  color: #fff; }
  #dropnav .subnav {
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    /*min-width: 600px;*/
    position: absolute; }
    #dropnav .subnav.active {
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 1;
      visibility: visible; }
  #dropnav ul {
    margin: 5px 0;
    padding: 20px 0 10px;
    list-style: none; }
    #dropnav ul ul {
      padding: 0; }
  #dropnav li {
    margin: 0 85px 0 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }
    #dropnav li li {
      font-weight: 400;
      font-size: .9em;
      display: block;
      margin: 0 0 0.4em;
      text-transform: none; }
      #dropnav li li.current-menu-item a,
      #dropnav li li a:hover {
        opacity: 0.6; }
      #dropnav li li.mobile-only {
        display: none; }
  #dropnav a {
    color: #fff;
    text-decoration: none; }

/* mobile nav */
#mobile-nav {
  display: none;
  max-height: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  background-color: #a3a510;
  position: fixed;
  top: 90px;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #mobile-nav .site-width {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  #mobile-nav.active .site-width {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  #mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-nav ul li {
      padding-bottom: 6px; }
      #mobile-nav ul li.expanded ul {
        max-height: none;
        padding: 10px 0;
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #mobile-nav ul li.expanded ul ul {
          padding: 6px 0; }
    #mobile-nav ul ul {
      max-height: 0;
      margin-left: 12px;
      padding: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      #mobile-nav ul ul a {
        text-transform: none;
        letter-spacing: inherit; }
      #mobile-nav ul ul ul a {
        font-weight: 400; }
  #mobile-nav a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 1.2em; }

#mobile-donate {
  display: none; }

/* donate */
#donate {
  position: absolute;
  right: 0;
  top: 37px;
  z-index: 2;
  /* to get it in front of nav at certain widths */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #donate a {
    border: 3px solid #a3a510;
    text-transform: uppercase;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: block;
    letter-spacing: .2em;
    line-height: 1.6;
    font-size: 1.2em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #donate a:hover {
      background-color: #a3a510;
      color: #fff; }

#donate-monthly-appeal {
  margin-bottom: -24px; }
  #donate-monthly-appeal div {
    max-width: 400px;
    display: inline-block; }
  #donate-monthly-appeal p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }

#content ul:not(.slick-dots) {
  margin: 0 0 0.6em 3px;
  padding: 0;
  list-style: none; }
  #content ul:not(.slick-dots) li {
    position: relative;
    padding-left: 10px;
    margin: 0 0 0.4em; }
    #content ul:not(.slick-dots) li::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #a3a510;
      border-radius: 6px; }
    #content ul:not(.slick-dots) li li:before {
      width: 3px;
      height: 3px;
      background-color: #fff;
      border-radius: 6px;
      border: 1px solid #a3a510; }

#content ul.tags {
  margin-left: 0; }
  #content ul.tags li {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f3f2ed;
    margin-bottom: 8px;
    margin-right: 3px; }
    #content ul.tags li::before {
      background: none;
      display: none; }
    #content ul.tags li a {
      color: #67614d; }

#content ul.archives li {
  padding-left: 13px;
  margin-bottom: 3px; }

#content ul.archives li::before {
  content: "\f054";
  font-family: FontAwesome;
  background: none;
  top: 1px; }

#content ul.categories li {
  margin-bottom: 3px; }

#content ul.share-links {
  float: right;
  margin-left: 2em; }
  #content ul.share-links li {
    display: inline-block;
    padding-left: 0; }
    #content ul.share-links li:before {
      display: none; }
    #content ul.share-links li.icon {
      font-size: 1.5em;
      padding-left: 0.5em; }

#content ul.logos li {
  display: inline-block;
  padding-left: 0;
  text-align: center;
  padding: 0 1.5% 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
  #content ul.logos li:before {
    display: none; }
  #content ul.logos li img {
    vertical-align: middle;
    max-width: 100%; }

#content ul.logos.cols-1 li img {
  max-width: 500px; }

#content ul.logos.cols-2 li {
  width: 50%; }

#content ul.logos.cols-4 li {
  width: 25%; }

#content ol {
  margin: 0 0 1em 2em;
  padding: 0; }

#content .end-matter {
  padding-top: 1em; }

#content .subnav-selector-label,
#content .active-page {
  display: none; }

#content .show-dropdown.subnav,
#content .force-dropdown.subnav {
  position: relative;
  overflow: visible;
  text-align: right;
  margin-right: 12%;
  margin-bottom: 20px; }
  body.calendar #content .show-dropdown.subnav, body.calendar
  #content .force-dropdown.subnav {
    margin-right: 0; }
  #content .show-dropdown.subnav ul,
  #content .force-dropdown.subnav ul {
    min-width: 150px;
    right: 0; }
  #content .show-dropdown.subnav li:last-child,
  #content .force-dropdown.subnav li:last-child {
    padding-right: 16px; }

#content .show-dropdown .subnav-selector,
#content .force-dropdown .subnav-selector {
  display: inline-block; }

#content .show-dropdown .active-page,
#content .force-dropdown .active-page {
  display: block; }

#content .show-dropdown .subnav-selector-label,
#content .force-dropdown .subnav-selector-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px; }

#content .show-dropdown .drop-nav-selector,
#content .force-dropdown .drop-nav-selector {
  display: inline-block; }
  #content .show-dropdown .drop-nav-selector.mobile-active ul, #content .show-dropdown .drop-nav-selector:hover ul,
  #content .force-dropdown .drop-nav-selector.mobile-active ul,
  #content .force-dropdown .drop-nav-selector:hover ul {
    max-height: none;
    padding-top: 12px;
    -webkit-transition: padding-top padding-bottom 0.5s ease-in-out;
    transition: padding-top padding-bottom 0.5s ease-in-out; }
  #content .show-dropdown .drop-nav-selector.mobile-active .active-page, #content .show-dropdown .drop-nav-selector:hover .active-page,
  #content .force-dropdown .drop-nav-selector.mobile-active .active-page,
  #content .force-dropdown .drop-nav-selector:hover .active-page {
    background-color: #dcd7d2; }

#content .show-dropdown .active-page,
#content .force-dropdown .active-page {
  position: relative;
  display: inline-block;
  background-color: #f3f2ed;
  padding: 8px 34px 8px 16px;
  cursor: pointer; }
  #content .show-dropdown .active-page:after,
  #content .force-dropdown .active-page:after {
    position: absolute;
    right: 6px;
    top: 6px;
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 14px;
    color: #67614d;
    width: 20px;
    height: 20px; }

#content .show-dropdown ul,
#content .force-dropdown ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: padding-top padding-bottom 0.5s ease-in-out;
  transition: padding-top padding-bottom 0.5s ease-in-out;
  position: absolute;
  z-index: 1000;
  background-color: #f3f2ed; }
  #content .show-dropdown ul li,
  #content .force-dropdown ul li {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    margin-bottom: 8px;
    cursor: pointer; }
    #content .show-dropdown ul li:first-child,
    #content .force-dropdown ul li:first-child {
      padding-left: 16px; }
    #content .show-dropdown ul li:before,
    #content .force-dropdown ul li:before {
      display: none; }
    #content .show-dropdown ul li a,
    #content .force-dropdown ul li a {
      cursor: pointer;
      display: block; }

#content .subnav {
  margin-bottom: 35px;
  overflow: hidden;
  text-align: center; }
  #content .subnav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #content .subnav li {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 6px;
    padding-right: 18px; }
    #content .subnav li:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -11px;
      height: 11px;
      width: 1px;
      background-color: #67614d; }
    #content .subnav li:first-child {
      padding-left: 1px;
      /* not zero or it slips under the left margin and clips a bit of the text */ }
      #content .subnav li:first-child:before {
        display: none; }
    #content .subnav li:last-child {
      padding-right: 0; }
      #content .subnav li:last-child:after {
        display: none; }
    #content .subnav li.active a,
    #content .subnav li a:hover {
      border-bottom-color: #a3a510;
      color: #a3a510; }
  #content .subnav a {
    color: #67614d;
    text-decoration: none;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .05em;
    padding-bottom: 3px;
    border-bottom: 3px solid transparent; }

/* footer */
#footer {
  font-size: 1.2em; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      opacity: 0.7; }
  #footer h2 {
    color: #fff;
    font-size: .8em;
    margin: 0; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #footer .margin-buffer {
    padding-left: 7%;
    padding-right: 7%; }

#footer-top {
  background: #a3a510;
  padding-bottom: 17px;
  padding-top: 30px;
  overflow: auto; }
  #footer-top .header {
    font-size: .8em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 8px 0; }
  #footer-top p.credits {
    margin: 1.3em 0 0;
    font-size: 0.7em;
    line-height: 1.4; }
    #footer-top p.credits.right {
      text-align: right; }

#footer-bottom {
  background-color: #524f10;
  padding: 24px 0 22px 0; }
  #footer-bottom p {
    text-align: right;
    color: #e4e2ad;
    font-size: .75em;
    margin-bottom: 0; }
  #footer-bottom a {
    text-align: center;
    color: #e4e2ad;
    text-decoration: underline; }
  #footer-bottom .social-nav {
    float: left;
    margin-top: -4px; }
    #footer-bottom .social-nav li {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-right: 5px; }
      #footer-bottom .social-nav li a {
        display: block;
        border: 1px solid #fff;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        position: relative; }
      #footer-bottom .social-nav li .fa {
        position: absolute;
        top: 5px;
        left: 5px; }
      #footer-bottom .social-nav li .fa.fa-facebook {
        left: 10px;
        top: 7px; }
      #footer-bottom .social-nav li .fa.fa-twitter {
        left: 7px;
        top: 7px; }
      #footer-bottom .social-nav li .fa.fa-instagram {
        left: 9px;
        top: 7px; }

#footer-nav {
  display: inline-block;
  width: 40%; }
  #footer-nav a {
    font-size: .9em;
    font-weight: 400; }
  #footer-nav ul {
    float: left;
    width: 49%; }
    #footer-nav ul ul {
      margin-bottom: 0; }
  #footer-nav ul:last-child li {
    display: block; }
  #footer-nav li li {
    width: 100%;
    display: block;
    margin: 0; }
    #footer-nav li li a {
      font-weight: 400;
      font-size: .8em; }

#signup-form {
  float: right; }
  #signup-form form {
    width: 100%;
    margin-bottom: 30px;
    overflow: auto; }
  #signup-form .wrapper {
    padding-right: .9em;
    overflow: auto; }
  #signup-form input {
    border: 1px solid;
    border-radius: 1px;
    float: left; }
    #signup-form input[type="email"] {
      background-color: #a3a510;
      border-color: #fff;
      padding: 14px;
      margin-right: 10px;
      width: 90%;
      font-size: .8em; }
    #signup-form input[type="submit"] {
      color: #8a8c34;
      float: right;
      font-size: 1.1em;
      border-radius: 2px;
      border-color: #fff; }
  #signup-form a {
    border: 1px solid #fff;
    padding: 4px 11px; }

/* squished header */
body.squished {
  -webkit-transition: padding-top 0.5s ease-in-out;
  transition: padding-top 0.5s ease-in-out;
  padding-top: 90px;
  /* masthead */
  /* logo */ }
  body.squished #masthead {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    height: 90px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3); }
  body.squished #nav .menu {
    -webkit-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
    margin-top: 53px; }
  body.squished #logo {
    top: 10px; }
    body.squished #logo img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 100px;
      height: 100px; }
  body.squished.dropnav-expanded #logo {
    -webkit-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important; }
  body.squished #donate {
    top: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    body.squished #donate a {
      -webkit-transition: font-size 0.5s ease-in-out;
      transition: font-size 0.5s ease-in-out;
      font-size: .9em;
      line-height: 1.2; }
  body.squished #burger {
    top: 21px;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out; }
  body.squished #dropnav {
    top: 90px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

/*==================================================
	(5) page specific styles
==================================================*/
/* home */
body.home #content {
  padding: 0 0 50px 0; }

/* volunteer */
/* calendar */
.calendar-filters {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px; }
  .calendar-filters .drop-nav-selector {
    display: inline-block;
    position: relative; }
  .calendar-filters #expand-filters {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    opacity: 0.7; }
    .calendar-filters #expand-filters:after {
      position: absolute;
      right: 0;
      top: 0;
      font-family: 'FontAwesome';
      content: '\f078';
      font-size: 14px;
      color: #67614d;
      width: 20px;
      height: 20px; }
    .calendar-filters #expand-filters:hover {
      opacity: 1.0; }
  .calendar-filters #expandable-filters {
    max-height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-align: left;
    width: 270px;
    position: relative;
    left: 58px; }
    .calendar-filters #expandable-filters.expanded {
      max-height: 190px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .calendar-filters ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    .calendar-filters ul li a {
      color: #67614d; }
      .calendar-filters ul li a:before {
        content: '';
        border: 2px solid #524f10;
        border-radius: 8px;
        width: 8px;
        height: 8px;
        display: inline-block;
        margin-right: 6px; }
      .calendar-filters ul li a.active:before, .calendar-filters ul li a:hover:before {
        background-color: #524f10; }
    .calendar-filters ul li.seattle a:before {
      border-color: #a3a510; }
    .calendar-filters ul li.seattle a.active:before, .calendar-filters ul li.seattle a:hover:before {
      background-color: #a3a510; }
    .calendar-filters ul li.north-sound a:before {
      border-color: #00b5cc; }
    .calendar-filters ul li.north-sound a.active:before, .calendar-filters ul li.north-sound a:hover:before {
      background-color: #00b5cc; }
    .calendar-filters ul li.south-sound a:before {
      border-color: #134b7c; }
    .calendar-filters ul li.south-sound a.active:before, .calendar-filters ul li.south-sound a:hover:before {
      background-color: #134b7c; }
    .calendar-filters ul li.east-side a:before {
      border-color: #f05023; }
    .calendar-filters ul li.east-side a.active:before, .calendar-filters ul li.east-side a:hover:before {
      background-color: #f05023; }

#content .calendar-filters ul {
  margin: 0;
  padding-top: 0.5em; }
  #content .calendar-filters ul li {
    padding-left: 0;
    margin-top: 0.3em; }
    #content .calendar-filters ul li::before {
      content: '';
      background-color: transparent; }

#content ul.sub-region-filter {
  display: none;
  margin-left: 24px; }
  #content ul.sub-region-filter.active {
    display: inline-block;
    vertical-align: top; }
  #content ul.sub-region-filter li {
    white-space: nowrap; }

#steward-led-events {
  display: inline-block;
  margin-top: 11px;
  font-size: 0.84em;
  line-height: 1; }
  #steward-led-events.active:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #a3a510;
    margin-right: 2px; }

.month-nav {
  position: relative;
  text-align: center;
  min-height: 36px; }
  .month-nav .month-previous {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px; }
  .month-nav .month-next {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px; }

#calendar-controls {
  border-bottom: 1px solid #dcd7d2;
  border-top: 3px solid #dcd7d2;
  padding-top: 9px; }
  #calendar-controls .disabled {
    opacity: 0.6; }
  #calendar-controls .calendar-filters {
    background-color: #f3f2ed; }
  #calendar-controls h2 {
    margin-top: 0; }

#calendar table {
  width: 100%;
  border-collapse: collapse; }

#calendar th {
  padding-top: 10px; }

#calendar td {
  border: 1px solid #dcd7d2;
  width: 14.28%;
  vertical-align: top; }
  #calendar td.inactive {
    color: #dcd7d2; }

#calendar .dayNumber {
  text-align: right;
  padding: 4px;
  background-color: #f3f2ed; }

#calendar .dayContent {
  min-height: 70px; }

#event-list {
  display: none; }

.no-events,
p.calendar-message {
  text-align: center;
  background-color: #f3f2ed;
  padding: 10px;
  font-size: 0.92em; }

div.event {
  padding: 8px;
  background-color: #524f10;
  color: #fff;
  line-height: 1.4;
  margin-top: 1px;
  /*&.past {
		opacity: 0.4;
	}*/ }
  div.event.seattle {
    background-color: #a3a510; }
  div.event.north-sound {
    background-color: #00b5cc; }
  div.event.south-sound {
    background-color: #134b7c; }
  div.event.east-side {
    background-color: #f05023; }
  div.event a {
    color: #fff;
    display: block; }
    div.event a:hover {
      opacity: 0.7; }
  div.event span.time {
    font-weight: 700;
    text-transform: uppercase; }
  div.event span.title {
    font-family: "Merriweather", serif; }

#event span {
  font-family: "Montserrat", sans-serif !important; }

#event b {
  font-weight: 700; }

#event .shifts {
  margin-top: 1.5em; }

#event .shift {
  background-color: #f3f2ed;
  padding: 6px 0 6px 144px;
  position: relative;
  margin-top: 2px;
  min-height: 48px; }
  #event .shift .button {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 6px;
    width: 106px;
    text-align: center;
    border: 3px solid #a3a510;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #a3a510; }
    #event .shift .button:hover {
      background-color: #a3a510;
      color: #fff;
      opacity: 1.0; }

/* blog stuff */
/* these will be toggled into alternate displays at mobile - see media query at 768 */
#blog-sidebar-mobile {
  display: none; }

#blog-sidebar-desktop {
  display: block; }

.pagination .page-numbers {
  display: inline-block;
  margin-right: 0.6em; }
  .pagination .page-numbers:last-child {
    margin-right: 0; }

/*==================================================
	(6) general purpose
==================================================*/
.calendar-link {
  background-color: #00b5cc;
  padding: 18px;
  text-align: center;
  margin: -30px -4.3% 20px -4.3%;
  font-size: 1.4em;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
  display: none; }
  .calendar-link a {
    color: #fff; }
  .calendar-link span {
    display: block; }

.scale img,
img.scale {
  width: 100%;
  height: auto; }

.alignnone {
  width: 110%;
  height: auto;
  -webkit-transform: translateX(-4.3%);
  transform: translateX(-4.3%);
  display: block;
  /* would otherwise cause overflow problems on main container */ }
  .highlight .alignnone {
    width: 100%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.alignleft {
  float: left;
  margin: 0 20px 20px -5%;
  max-width: 55%;
  width: auto;
  height: auto; }
  .alignleft img {
    max-width: 100%;
    height: auto; }

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 55%;
  width: auto;
  height: auto; }
  .big-margin-buffer .alignright {
    margin-right: -5%; }
  .alignright img {
    max-width: 100%;
    height: auto; }

.aligncenter {
  text-align: center;
  max-width: 100%;
  height: auto; }
  .aligncenter img {
    max-width: 100%;
    height: auto; }

p.wp-caption-text {
  text-align: center;
  font-style: italic;
  margin-bottom: 0; }

.outdent {
  width: 110%;
  -webkit-transform: translateX(-4.3%);
  transform: translateX(-4.3%); }

.promotion {
  text-align: right;
  font-size: 1.1em;
  margin: 30px 0;
  border-top: 1px solid #dcd7d2;
  padding-top: 20px; }
  .promotion.top {
    border-top: none;
    border-bottom: 1px solid #dcd7d2;
    padding-top: 0;
    padding-bottom: 20px; }
  .promotion a {
    padding-right: 20px;
    position: relative; }
    .promotion a::after {
      content: "\f054";
      position: absolute;
      top: -2px;
      right: 0;
      font-family: 'FontAwesome'; }
  .promotion.left {
    text-align: left; }
    .promotion.left a {
      padding-right: 0;
      padding-left: 20px; }
      .promotion.left a::after {
        content: ""; }
      .promotion.left a::before {
        content: "\f053";
        position: absolute;
        top: -2px;
        left: 0;
        font-family: 'FontAwesome'; }

.clear-floats {
  clear: both; }

.pull.both {
  width: 110%;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%); }

.pull.right {
  -webkit-transform: translateX(10%);
  transform: translateX(10%); }

.pull.left {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%); }

.center {
  text-align: center; }

body.is-not-mobile .gray-scale {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

body.is-not-mobile .tile:hover .gray-scale,
body.is-not-mobile .gray-scale:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

body.is-not-mobile #lightbox .gray-scale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.read-more {
  position: relative;
  font-weight: 400; }
  .read-more:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: relative;
    margin-left: 5px;
    top: 1px; }

.flag {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
  background: transparent url(../images/bg_flag.png) 0 0 no-repeat;
  background-size: 117px 60px;
  width: 117px;
  height: 60px;
  padding: 12px 0 0 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: .85em;
  text-transform: uppercase;
  line-height: 1.2; }
  .flag--static {
    position: static;
    margin-top: 14px; }
  .flag strong {
    display: block;
    font-weight: 700;
    font-size: 1.6em; }
  .flag a {
    color: #fff; }

.from-the-blog {
  position: relative;
  z-index: 1;
  display: block; }
  .from-the-blog img {
    display: block; }

/* buttons */
.button {
  background-color: #fff;
  color: #67614d;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px 22px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .button.blue {
    background-color: #00b5cc;
    color: #fff; }
  .button.inline-block {
    display: inline-block; }
  .button.outline {
    border: 3px solid #a3a510;
    color: #a3a510;
    padding: 5px 15px 4px; }
    .button.outline:hover {
      background-color: #a3a510;
      color: #fff;
      opacity: 1.0; }
  .button:hover,
  a:hover .button {
    opacity: .8;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

/* overview */
.overview {
  font-family: "Merriweather", serif;
  font-size: 1.2em; }

/* banner */
.banner {
  position: relative; }
  .banner .photo {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent; }
    .banner .photo img {
      width: 100%;
      min-height: 195px;
      visibility: hidden;
      display: block; }
  .banner .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    width: 100%; }
    .banner .caption.position-below {
      position: relative;
      padding: 15px 5% 0 5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      color: #67614d;
      font-style: italic; }
    .banner .caption h1,
    .banner .caption .big-text,
    .banner .caption .little-text {
      max-width: 400px;
      margin: 0 auto;
      text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65); }
    .banner .caption h1,
    .banner .caption .big-text {
      text-transform: uppercase;
      font-size: 2.9em;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 7px;
      color: #fff; }
    .banner .caption .little-text {
      font-size: 1.3em;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 20px; }
    .banner .caption p {
      margin-bottom: 0; }

/* expandable */
.expandable {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  .expandable:last-child {
    margin-bottom: 0; }
  .expandable h2 {
    font-size: 1em;
    margin: 0 0 12px;
    min-height: 1.4em;
    /* to force enough height so Show All doesn't slide down over first rule */ }
  .expandable .control {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f3f2ed;
    color: #67614d;
    padding: 6px 16px;
    font-size: .7em;
    font-weight: 700;
    border-radius: 2px;
    border-color: #67614d; }
  .expandable .item {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #dcd7d2;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .expandable .item .title a {
      position: relative;
      padding-left: 30px;
      text-decoration: none;
      color: #67614d; }
      .expandable .item .title a::before {
        position: absolute;
        left: 0;
        top: 3px;
        width: 20px;
        height: 20px;
        font-family: FontAwesome;
        content: "\f067";
        color: #a3a510;
        font-size: .7em; }
    .expandable .item .detail {
      height: 0;
      padding: 0;
      overflow: hidden;
      -webkit-transition: padding 0.2s ease-in-out;
      transition: padding 0.2s ease-in-out; }
    .expandable .item.expanded {
      background-color: #f3f2ed;
      -webkit-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out; }
      .expandable .item.expanded .title a::before {
        content: "\f068"; }
      .expandable .item.expanded .detail {
        height: auto;
        padding: 20px 0;
        -webkit-transition: padding 0.2s ease-in-out;
        transition: padding 0.2s ease-in-out; }
  .expandable.file-accordion .item {
    border: none; }
    .expandable.file-accordion .item .title a {
      font-size: 1.2em;
      text-transform: uppercase;
      color: #a3a510;
      font-weight: 700; }
    .expandable.file-accordion .item.expanded {
      background-color: #fff; }
    .expandable.file-accordion .item .detail {
      margin-left: 17px;
      padding-bottom: 0; }
      .expandable.file-accordion .item .detail ul {
        margin-bottom: 0 !important; }
        .expandable.file-accordion .item .detail ul li {
          margin-bottom: 10px; }
          .expandable.file-accordion .item .detail ul li::before {
            display: none; }
          .expandable.file-accordion .item .detail ul li:last-child {
            margin-bottom: 0; }

/* slideshow */
.slideshow {
  --max-height: 0;
  max-height: 600px;
  position: relative;
  overflow: hidden; }
  .slideshow .banner {
    max-height: 600px; }
  @media (max-height: 560px) and (max-width: 1001px) {
    .slideshow {
      max-height: var(--max-height) !important; }
      .slideshow .banner {
        max-height: var(--max-height) !important; } }
  .slideshow.full-width .banner .caption {
    -webkit-transform: none;
            transform: none; }
    @media (min-width: 681px) {
      .slideshow.full-width .banner .caption {
        padding: 80px 0 60px 0; } }
  .slideshow.full-width .controls {
    bottom: 21px; }
  .slideshow .slick-list, .slideshow .slick-track {
    position: static; }
  .slideshow .caption {
    position: absolute;
    top: auto;
    bottom: 0; }
    .slideshow .caption .button {
      display: inline-block; }
  .slideshow.inline {
    margin-bottom: 2em; }
    .slideshow.inline .banner .photo {
      background-size: contain; }
    .slideshow.inline .controls-wrapper {
      position: absolute;
      width: 100%; }
      .slideshow.inline .controls-wrapper img {
        visibility: hidden;
        width: 100%;
        height: auto; }
    .slideshow.inline .controls ul {
      margin-left: 0 !important; }
    .slideshow.inline .controls li::before {
      display: none !important; }
  .slideshow .controls {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 5%;
    text-align: center; }
    .slideshow .controls .arrow {
      display: inline-block; }
    .slideshow .controls .arrow-next {
      margin-left: 6px; }
    .slideshow .controls a {
      color: #fff;
      text-decoration: none; }
    .slideshow .controls ul {
      margin: 0;
      padding: 0;
      display: inline; }
      .slideshow .controls ul li {
        display: inline-block;
        margin: 0 7px; }
        .slideshow .controls ul li:first-child {
          margin-left: 9px; }
    .slideshow .controls span.dot {
      position: relative;
      display: block;
      border: 2px solid #fff;
      border-radius: 7px;
      width: 7px;
      height: 7px;
      cursor: pointer; }
    .slideshow .controls .slick-active span.dot {
      background-color: #fff; }

/* enclosure */
.enclosure {
  margin-bottom: 30px; }

/* boxes */
.boxes {
  background-color: #fff; }
  .boxes .row {
    clear: both;
    /*overflow: auto;*/
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .boxes .row.thirds {
      width: 102%;
      margin-left: -20px; }
  .boxes.compact .row {
    padding: 0; }
  .boxes .content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1; }
  .boxes .content-inner {
    padding: 0 26px; }

/* box */
.box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 12px 10px 0 10px;
  float: left;
  /*.compact & {
        &:first-child {
            padding-left: 0;
        }

        &:last-child {
            padding-right: 0;
        }
    }*/ }
  .box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }
  .box.one-quarter {
    width: 25%; }
  .box.one-third {
    width: 33.333%; }
    .compact .box.one-third {
      padding-left: 20px;
      padding-right: 0; }
      .compact .box.one-third:last-child, .compact .box.one-third:first-child {
        /*width: 32.333%;*/ }
  .box.two-thirds {
    width: 66.666%; }
  .box.one-half {
    width: 50%; }
  .box.full {
    width: 100%; }
  .box.inline-block {
    display: inline-block;
    float: none;
    vertical-align: top; }
    .box.inline-block::before {
      display: none; }
  .box.bg-gray, .box.bg-white {
    color: #67614d;
    /*a.read-more {
            color: $gray-1;
        }*/ }
    .box.bg-gray h2, .box.bg-white h2 {
      color: #67614d;
      font-size: 1.2em;
      margin-top: 0; }
    .box.bg-gray h3, .box.bg-white h3 {
      margin-top: 0; }
  .box.bg-gray .box-content {
    background-color: #f3f2ed;
    padding: 20px; }
  .box.bg-white .box-content {
    color: #67614d;
    padding: 20px 20px 20px 0; }

.title-below {
  text-align: center;
  margin: .2em 0 0; }

/* circular photos */
.circular {
  border-radius: 100%;
  position: relative;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0 auto; }
  .circular img {
    visibility: hidden; }
  .circular:hover:after {
    display: block;
    content: '';
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

/* people */
.people {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 20px 10px 0 10px; }

/* person */
.person {
  width: 33.333%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 20px 30px 0 30px; }
  .person .person-description {
    text-align: center;
    padding-top: 20px; }
  .person .person-name {
    color: #a3a510;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em; }
  .person .person-title {
    font-style: italic; }
  .person .person-bio {
    padding: 20px 40px;
    display: none; }
    #lightbox .person .person-bio {
      text-align: left;
      display: block;
      padding-top: 15px; }

/* padded-block */
.padded-block {
  padding: 10px; }

.indent {
  padding: 0 20px; }

body.is-not-mobile .inset-hover {
  position: relative;
  z-index: 100; }
  body.is-not-mobile .inset-hover:after {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.is-not-mobile .inset-hover:hover:after {
    display: block;
    content: '';
    position: absolute;
    border: 2px solid #fff;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

/* tiles */
body.is-not-mobile .tile:after {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

body.is-not-mobile .tile:hover:after, body.is-not-mobile .tile.border-visible:after {
  display: block;
  content: '';
  position: absolute;
  border: 2px solid #fff;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

body.is-not-mobile .tile.no-border:hover:after {
  display: none; }

.tile {
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 100; }
  .tile .tile-background {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .tile .tile-background.bg-blue {
      background-color: #00b5cc; }
    .tile .tile-background.bg-dark-blue {
      background-color: #134b7c; }
    .tile .tile-background.bg-red {
      background-color: #f05023; }
    .tile .tile-background.bg-green {
      background-color: #8a8c34; }
    .tile .tile-background.bg-orange {
      background-color: #ef9f3b; }
    .tile .tile-background.bg-brown {
      background-color: #7c4408; }
  .tile .tile-content {
    text-align: center;
    min-height: 220px;
    /* for annual reports */ }
    .tile .tile-content.tall {
      min-height: 300px; }
    .tile .tile-content.has-inline-image {
      min-height: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .tile .tile-content.has-inline-image img {
        width: 100%;
        visibility: hidden; }
  .tile .tile-content-inner {
    padding-left: 10%;
    padding-right: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tile .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.4;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65); }
    .tile .title a {
      color: #fff; }
  .tile .caption {
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65); }

/* cta */
blockquote,
.cta {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 -5% 40px 5%;
  padding: 15px 0 15px 5%;
  font-family: "Merriweather", serif;
  font-size: 1.3em;
  color: #a3a510;
  border-left: 1px solid #a3a510; }
  blockquote p,
  .cta p {
    margin: 0; }
  blockquote .blue,
  .cta .blue {
    color: #00b5cc;
    border-left: 1px solid #00b5cc; }
  blockquote .red,
  .cta .red {
    color: #f05023;
    border-left: 1px solid #f05023; }
  blockquote .blue,
  .cta .blue {
    color: #f05023;
    border-left: 1px solid #f05023; }
  blockquote .blue,
  .cta .blue {
    color: #f05023;
    border-left: 1px solid #f05023; }

/* highlight */
.highlight {
  background-color: #f3f2ed;
  padding: 0 34px 30px 34px;
  /*margin-top: 50px; comment out because blog-detail needs posted date to be closer to the featured post */
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .highlight img {
    width: 100%;
    height: auto; }
  .highlight h3 {
    text-transform: uppercase; }
    .green .highlight h3 {
      color: #a3a510; }
    .blue .highlight h3 {
      color: #00b5cc; }
  .highlight .feature-title {
    padding: 14px 50px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    background-color: #a3a510; }
  .highlight.green .feature-title {
    background-color: #a3a510; }
  .highlight.blue .feature-title {
    background-color: #00b5cc; }
  .highlight .post-container {
    margin-bottom: 0; }
  .highlight .post-photo {
    margin-bottom: 0; }

/* annual report */
.lead-annual-report {
  padding: 20px; }
  .lead-annual-report img {
    max-width: 100%; }

/* columns */
.columns.as-floats {
  overflow: auto; }

.column {
  width: 49%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top; }
  .column:first-child {
    padding-right: 2.5%; }
  .column:last-child {
    padding-left: 2.5%; }
  .as-floats .column {
    float: left;
    padding: 0; }
    .as-floats .column.one-third {
      width: 33.333%; }
      .as-floats .column.one-third.blog-sidebar {
        padding-right: 20px; }
    .as-floats .column.one-half {
      width: 50%; }
    .as-floats .column.two-thirds {
      width: 66.666%; }

.contact-block row {
  overflow: auto; }

/* info-box */
.icon-box {
  padding-left: 70px;
  padding-top: 17px;
  display: inline-block;
  position: relative; }
  .icon-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px; }
    .icon-box .icon img {
      width: 100%;
      height: auto; }
  .icon-box a {
    color: #a3a510; }

/* lightbox */
#lightbox {
  width: 90%;
  height: 100%;
  max-height: 80%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }
  #lightbox .arrow {
    top: 0;
    display: inline-block;
    margin-top: 132px;
    position: absolute;
    z-index: 1; }
    #lightbox .arrow.arrow-next {
      right: 40px; }
      #lightbox .arrow.arrow-next i {
        margin-left: 10px; }
    #lightbox .arrow.arrow-prev {
      left: 40px; }
      #lightbox .arrow.arrow-prev i {
        margin-right: 10px; }

.post-container {
  margin-bottom: 24px; }
  .post-container .post-date {
    font-size: .85em;
    margin-bottom: 5px; }
  .post-container .post-content {
    border-bottom: 1px solid; }
    .post-container .post-content.no-bottom-border {
      border-bottom: none; }
  .post-container .post-photo {
    margin-bottom: 15px; }
    .post-container .post-photo img {
      border-top: 5px solid;
      display: block; }
  .post-container h3 {
    margin-top: 0; }
  .post-container.blue .post-date {
    color: #00b5cc; }
  .post-container.blue .post-photo img {
    border-color: #00b5cc; }
  .post-container.blue .post-content {
    border-bottom-color: #00b5cc; }
  .post-container.blue h1, .post-container.blue h2, .post-container.blue h3 {
    color: #00b5cc; }
  .post-container.dark-blue .post-date {
    color: #134b7c; }
  .post-container.dark-blue .post-photo img {
    border-color: #134b7c; }
  .post-container.dark-blue .post-content {
    border-bottom-color: #134b7c; }
  .post-container.dark-blue h1, .post-container.dark-blue h2, .post-container.dark-blue h3 {
    color: #134b7c; }
  .post-container.red .post-date {
    color: #f05023; }
  .post-container.red .post-photo img {
    border-color: #f05023; }
  .post-container.red .post-content {
    border-bottom-color: #f05023; }
  .post-container.red h1, .post-container.red h2, .post-container.red h3 {
    color: #f05023; }
  .post-container.green .post-date {
    color: #a3a510; }
  .post-container.green .post-photo img {
    border-color: #a3a510; }
  .post-container.green .post-content {
    border-bottom-color: #a3a510; }
  .post-container.green h1, .post-container.green h2, .post-container.green h3 {
    color: #a3a510; }
  .post-container.featured {
    overflow: auto; }
    .post-container.featured .post-photo {
      padding-right: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .post-container.featured .post-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

.blog-sidebar h2 {
  color: #67614d;
  margin: 0; }

#content .blog-sidebar ul {
  margin-bottom: 30px;
  font-size: .9em; }

#content .blog-sidebar li::before {
  background-color: #67614d; }

.blog-sidebar a {
  color: #67614d; }

/*==================================================
	(7) media queries
==================================================*/
.show940 {
  display: none; }

/* 1200px */
@media all and (max-width: 1200px) {
  #signup-form input[type="email"] {
    width: 86%; }
  .margin-buffer {
    padding-left: 3%;
    padding-right: 3%; } }

/* 1130px */
@media all and (max-width: 1130px) {
  #donate {
    top: 68px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #donate a {
      padding: 12px 21px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-size: .9em;
      line-height: 1.2; } }

/* 1070px */
@media all and (max-width: 1070px) {
  /* margins */
  .margin-buffer {
    padding-left: 0;
    padding-right: 0; }
  #mobile-nav .margin-buffer,
  #masthead .margin-buffer {
    padding-left: 5%;
    padding-right: 5%; }
  body.landing #content {
    padding-left: 4%;
    padding-right: 4%; }
  #nav {
    font-size: .9em;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #nav ul li {
      margin: 0 10px; } }

/* 980px */
@media all and (max-width: 980px) {
  #donate {
    top: 22px; } }

/* 960px */
@media all and (max-width: 960px) {
  body.squished {
    /*#masthead {
            .margin-buffer {
                margin-left: 10px;
                margin-right: 10px;
            }
        }*/ }
    body.squished #donate {
      top: 10px; } }

/* 940px */
@media all and (max-width: 940px) {
  /* person */
  .person {
    width: 50%; }
  hr.large {
    display: none; }
  hr.medium {
    display: block; }
  span.show940 {
    display: inline; } }

/* 910px */
@media all and (max-width: 910px) {
  #footer-nav {
    width: 48%; }
    #footer-nav ul {
      margin-bottom: 0; }
      #footer-nav ul li {
        display: block;
        width: auto; }
      #footer-nav ul ul {
        display: none; }
  .big-margin-buffer {
    padding-left: 8%;
    padding-right: 8%; }
  #content .show-dropdown.subnav,
  #content .force-dropdown.subnav {
    margin-right: 8%; }
  .pull.both {
    width: 108%;
    -webkit-transform: translateX(-3.5%);
    transform: translateX(-3.5%); } }

/* 850px */
@media all and (max-width: 850px) {
  #nav #volunteer {
    margin-right: 22px; }
  #nav #join {
    margin-left: 26px; } }

/* 830px */
@media all and (max-width: 830px) {
  body {
    -webkit-transition: padding-top 0.5s ease-in-out;
    transition: padding-top 0.5s ease-in-out;
    padding-top: 90px;
    /* masthead */
    /* logo */
    /*#donate {
			top: 22px;
			@include transition(all);

			a {
				@include transition(font-size);
				font-size: .9em;
				line-height: 1.2;
			}
		}*/
    /*#burger {
			top: 21px;
			@include transition(top);
		}*/ }
    body.squished #masthead .margin-buffer {
      margin-left: 0;
      margin-right: 0; }
    body #masthead {
      -webkit-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      height: 90px;
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3); }
    body #nav .menu {
      -webkit-transition: margin-top 0.5s ease-in-out;
      transition: margin-top 0.5s ease-in-out;
      margin-top: 53px; }
    body #logo {
      top: 10px; }
      body #logo img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 100px;
        height: 100px; }
    body.dropnav-expanded #logo {
      -webkit-transform: translate(-50%, 0%) !important;
      transform: translate(-50%, 0%) !important; }
    body #dropnav {
      top: 90px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      body #dropnav li li.mobile-only {
        display: block; }
    body #burger {
      top: 25px !important;
      display: block;
      font-size: 2em; }
      body #burger a {
        color: #67614d; }
    body #donate {
      top: 24px !important;
      -webkit-transition: top 0.5s ease-in-out;
      transition: top 0.5s ease-in-out; }
      body #donate a {
        font-size: .9em;
        line-height: 1 !important; }
    body.squished #donate {
      top: 24px; }
    body #mobile-search {
      top: 37px; }
  .banner .photo img {
    min-height: 140px; }
  #mobile-search {
    display: block; }
  #nav {
    display: none; }
  #mobile-nav {
    display: block; }
  /* boxes */
  .compact .box.one-third {
    width: 50%; }
  /*.boxes {
        .row.thirds {
            width: 100%;
            margin-left: 0;
        }
    }*/
  /* box */
  .box.one-third, .box.one-third:first-child, .box.one-third:last-child, .box.two-thirds, .box.two-thirds:first-child, .box.two-thirds:last-child, .box.one-half {
    width: 50%; }
    .box.one-third:nth-child(odd), .box.one-third:first-child:nth-child(odd), .box.one-third:last-child:nth-child(odd), .box.two-thirds:nth-child(odd), .box.two-thirds:first-child:nth-child(odd), .box.two-thirds:last-child:nth-child(odd), .box.one-half:nth-child(odd) {
      clear: left; }
    .box.one-third:nth-child(even), .box.one-third:first-child:nth-child(even), .box.one-third:last-child:nth-child(even), .box.two-thirds:nth-child(even), .box.two-thirds:first-child:nth-child(even), .box.two-thirds:last-child:nth-child(even), .box.one-half:nth-child(even) {
      clear: right; }
  .box.bg-white .box-content {
    padding-bottom: 0; }
  .contact-block .box.one-half {
    width: 100%; }
  body.home {
    left: 1px; }
    body.home #content {
      padding-bottom: 0 !important; }
    body.home #main .margin-buffer {
      padding-left: 0;
      padding-right: 0; }
    body.home #main #footer .margin-buffer {
      padding-left: 5%;
      padding-right: 5%; }
    body.home #main #mobile-nav .margin-buffer,
    body.home #main #masthead .margin-buffer {
      padding-left: 5%;
      padding-right: 5%; }
    body.home #masthead .margin-buffer {
      padding-left: 5%;
      padding-right: 5%; }
    body.home .box.two-thirds:first-child, body.home .box.two-thirds:last-child, body.home .box.one-half, body.home .box.one-third {
      width: 100%; }
  #content {
    padding-bottom: 20px; }
  #calendar {
    display: none; }
  #event-list {
    display: block; }
  div.event {
    margin-top: 0;
    margin-bottom: 3px; }
  .day {
    background-color: #f3f2ed;
    padding: 10px 8px 2px;
    font-size: 0.92em;
    margin-bottom: 3px; } }

/* 768px */
@media all and (max-width: 768px) {
  /*#signup-form,
    #footer-nav {
        margin-top: 0;
        width: 100%;
    }*/
  .as-floats .column.two-thirds,
  .as-floats .column.one-third {
    width: auto;
    float: none;
    padding-right: 0 !important;
    height: auto !important; }
  #blog-sidebar-mobile {
    display: block; }
  #blog-sidebar-desktop {
    display: none; }
  .pagination {
    margin-bottom: 2em; } }

/* 723px */
@media all and (max-width: 723px) {
  #donate-monthly-appeal {
    display: none; } }

/* 680px */
@media all and (max-width: 680px) {
  blockquote,
  .cta {
    float: none;
    width: 100%;
    padding: 15px 5%;
    margin: 0 0 20px; }
  .person {
    float: none;
    width: auto;
    margin: 0 auto; }
  hr.large, hr.medium, hr.small {
    display: block; }
  /* slideshow */
  .slideshow {
    max-height: none !important;
    margin-bottom: 30px;
    background-color: #fff; }
    .slideshow .caption {
      position: static;
      top: auto;
      bottom: 0; }
    .slideshow.full-width .banner .caption {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .slideshow .banner {
      background-color: #fff;
      max-height: none !important; }
      .slideshow .banner .caption {
        color: #524f10;
        padding: 20px 20px 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .slideshow .banner .caption h1,
        .slideshow .banner .caption .big-text {
          font-size: 2.3em;
          color: #524f10;
          text-shadow: none; }
        .slideshow .banner .caption .little-text {
          text-shadow: none; }
        .slideshow .banner .caption .button {
          background-color: #524f10;
          color: #fff; }
  body.home .slideshow .controls {
    display: none; }
  /* boxes */
  .boxes .row {
    padding: 0;
    margin-bottom: 3px;
    overflow: auto; }
    .boxes .row:last-child {
      margin-bottom: 0; }
  /* box */
  .box {
    height: auto !important; }
    .box.two-thirds {
      margin-bottom: 3px; }
    .box.bg-white .box-content {
      padding-left: 20px; }
    .box.bg-blue .tile {
      overflow: auto;
      background-color: #00b5cc; }
      .box.bg-blue .tile .valign {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none; }
    .box.one-quarter {
      width: 50%; }
      .box.one-quarter .tile .photo {
        background-image: none !important;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .box.one-quarter .tile .valign {
        position: relative;
        -webkit-transform: none;
        transform: none; }
  body.home .box {
    padding: 0; }
  body.home .slideshow .controls {
    display: none; }
  /* tiles */
  .tile .tile-content {
    text-align: center;
    min-height: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px; }
    .tile .tile-content.tall {
      min-height: 160px; }
    body.home .tile .tile-content {
      min-height: 120px; }
    .tile .tile-content .tile-content-inner.remove-valign {
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .tile .tile-content .tile-content-inner.remove-valign.valign {
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tile .tile-background.bg-red, .tile .tile-background.bg-blue, .tile .tile-background.bg-dark-blue, .tile .tile-background.bg-green, .tile .tile-background.bg-orange, .tile .tile-background.bg-brown {
    background-image: none !important;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  /* margins */
  .margin-buffer {
    padding-left: 0;
    padding-right: 0; }
  body.home #main .margin-buffer,
  #mobile-nav .margin-buffer,
  #masthead .margin-buffer {
    padding-left: 5%;
    padding-right: 5%; }
  #footer .margin-buffer {
    padding-left: 20px;
    padding-right: 20px; }
  body.home #content {
    padding-bottom: 0; }
  .pull.right {
    width: 104%;
    -webkit-transform: translateX(-1.5%);
    transform: translateX(-1.5%); }
  .alignright,
  .alignleft {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    display: block; }
  #lightbox .arrow span {
    display: none; }
  #content ul.logos.cols-4 li {
    width: 50%; }
  #lightbox .circular {
    max-width: 180px; }
  #lightbox .arrow {
    margin-top: 102px; } }

/* 640px */
@media all and (max-width: 640px) {
  .big-margin-buffer {
    padding-left: 5%;
    padding-right: 5%; }
  #content .show-dropdown.subnav,
  #content .force-dropdown.subnav {
    margin-right: 5%; }
  .column:first-child, .column:last-child {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .banner .caption h1, .banner .caption .big-text {
    font-size: 2.4em; }
  h1, h2.content-title {
    font-size: 1.4em; }
  .overview {
    font-size: 1.1em; }
  .calendar-link {
    display: block;
    margin-bottom: 30px; }
  #footer-top .margin-buffer {
    background-size: 120px auto; }
  #footer-top p.credits {
    margin-top: 2em; }
  #footer-bottom .social-nav {
    float: none;
    text-align: center;
    margin-bottom: 15px; }
  #footer-bottom p {
    text-align: center; }
  #footer-nav {
    display: none; }
  #signup-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center; }
  .person .person-bio {
    padding-left: 20px;
    padding-right: 20px; } }

/* 600 */
@media all and (max-width: 600px) {
  .post-container.blue h1 {
    clear: right; }
  .post-container.blog-header-image {
    margin-bottom: 0; }
    .post-container.blog-header-image .post-photo {
      margin-bottom: 10px; }
  .boxes .row.thirds {
    width: 100%;
    margin-left: 0; }
  .compact .box:first-child, .compact .box:last-child {
    padding-right: 0;
    padding-left: 0; }
  .compact .box.one-third {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  /* box */
  .box.one-third, .box.one-third:first-child, .box.one-third:last-child, .box.two-thirds, .box.two-thirds:first-child, .box.two-thirds:last-child, .box.one-half {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .calendar-filters #expandable-filters {
    left: 0; } }

/* 480 */
@media all and (max-width: 480px) {
  body #donate a {
    padding: 12px 12px; }
  .person .person-bio {
    padding-left: 0;
    padding-right: 0; }
  #lightbox .arrow.arrow-next {
    right: 24px; }
  #lightbox .arrow.arrow-prev {
    left: 24px; }
  #lightbox .circular {
    max-width: 140px; }
  #lightbox .arrow {
    margin-top: 80px; } }

/* 420 */
@media all and (max-width: 420px) {
  body #donate {
    display: none; }
  body #mobile-donate {
    display: block; }
  body #mobile-search {
    left: auto;
    right: 6px; }
  .tile .title {
    font-size: 1.4em; }
  body.is-mobile .box:before {
    display: none; }
  body.is-mobile .tile:after {
    display: none;
    position: static; }
  body.is-mobile .tile:hover:after, body.is-mobile .tile.border-visible:after {
    display: none;
    position: static; }
  body.is-mobile .tile.no-border:hover:after {
    display: none;
    position: static; }
  #lightbox .arrow.arrow-next {
    right: 12px; }
  #lightbox .arrow.arrow-prev {
    left: 12px; } }

/*==================================================
	(8) plugins/frameworks
==================================================*/
.mfp-iframe-holder .mfp-content {
  height: 100%; }

.mfp-iframe-holder .mfp-iframe-scaler {
  padding-top: 0;
  height: 100%; }

body.staff .mfp-wrap {
  overflow-y: hidden !important; }

body.staff #lightbox {
  overflow-y: auto; }

/*==================================================
	(9) hacks
==================================================*/
@-moz-document url-prefix() {
  #main {
    border-top: 1px solid #fff; } }

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