/*---
(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:

---*/
@keyframes animate-padding {
  0% {
    padding-top: 0;
    padding-bottom: 20px;
    box-sizing: border-box; }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box; } }
/*==================================================
	(0) settings
==================================================*/
/* dimensions*/
/* breakpoints */
/* colors */
/* fonts */
/* mixins */
.sections .subnav.show-dropdown {
  margin: 50px 0 20px !important; }

.section {
  display: flow-root;
  padding: 30px 0 42px; }
  .section .button {
    display: inline-block; }
  .section h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 700; }
  .section .big-text {
    font-size: 1.3rem; }
  .section--gray {
    background-color: #f3f2ed; }

.section + .section {
  margin-top: 30px; }

.section + .subnav {
  margin-top: 50px; }

.section-module {
  padding-top: 30px; }
  .section-module h2 {
    margin-bottom: 1.5em; }
  .section-module.is-collapsed {
    padding-top: 0; }
  .section-module.collapse-top-padding {
    padding-top: 0; }
  .expand-collapse .section-module:first-child {
    padding-top: 0; }

/*.section-title {
    @media (max-width: 640px) {
        margin-left: 25px;
        margin-right: 25px;
    }
}*/
.caption-with-overlay {
  display: flex;
  align-items: stretch;
  max-width: 1100px;
  margin: auto;
  background-color: #fff; }
  @media (max-width: 680px) {
    .caption-with-overlay {
      flex-direction: column; } }
  .caption-with-overlay.is-blue {
    background-color: #174b7d;
    color: #01b5cc; }
  .caption-with-overlay.is-teal {
    background-color: #007E8F;
    color: #FFF; }
  .caption-with-overlay__image {
    order: 1;
    background-size: cover;
    background-position: center right;
    flex-grow: 1; }
    .caption-with-overlay__image img {
      width: 100%;
      height: auto; }
      @media (min-width: 681px) {
        .caption-with-overlay__image img {
          clip: rect(0 0 0 0);
          clip-path: inset(50%);
          height: 1px;
          overflow: hidden;
          position: absolute;
          white-space: nowrap;
          width: 1px; } }
  @media (min-width: 681px) {
    .caption-with-overlay__image-interior {
      background: transparent url(../images/curve-white.svg) top right/auto 100.6% no-repeat;
      height: 100%; }
      .is-blue .caption-with-overlay__image-interior {
        background-image: url(../images/curve-blue.svg); }
      .is-teal .caption-with-overlay__image-interior {
        background-image: url(../images/curve-teal.svg); } }
  .caption-with-overlay__content {
    order: 2;
    display: flex;
    align-items: center;
    max-width: 300px;
    padding: 80px 40px 80px 0;
    margin-bottom: 1px;
    font-size: 1.6rem;
    font-weight: 500;
    transform: translateX(-1px); }
    @media (max-width: 900px) {
      .caption-with-overlay__content {
        max-width: 255px;
        font-size: 1.36rem;
        padding: 68px 34px 68px 0; } }
    @media (max-width: 780px) {
      .caption-with-overlay__content {
        max-width: 216px;
        font-size: 1.156rem;
        padding: 58px 29px 58px 0; } }
    @media (max-width: 680px) {
      .caption-with-overlay__content {
        padding: 30px;
        max-width: none; } }
    @media (max-width: 640px) {
      .caption-with-overlay__content {
        padding-left: 0;
        padding-right: 0;
        margin: 0 7%; } }
    .is-blue .caption-with-overlay__content {
      background-color: #174b7d; }
    .is-teal .caption-with-overlay__content {
      background-color: #007E8F; }
    .caption-with-overlay__content p {
      margin: 0;
      padding: 0; }

.field-initiatives {
  /*@media( max-width: 640px) {
      .subnav {
          padding-left: 25px;
          padding-right: 25px;
      }
  }*/ }

.field-initiatives-intro {
  padding: 60px 0 30px 0; }
  @media (max-width: 640px) {
    .field-initiatives-intro {
      padding-top: 45px; } }
  .field-initiatives-intro__root {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*@media( max-width: 640px) {
        padding: 0 25px;
    }*/ }
    @media (max-width: 680px) {
      .field-initiatives-intro__root {
        flex-direction: column; }
        .layout-quote .field-initiatives-intro__root .field-initiatives-intro__content {
          order: 1; }
        .layout-quote .field-initiatives-intro__root .field-initiatives-intro__quote {
          order: 2; } }
  .field-initiatives-intro__callout {
    min-width: 300px;
    padding-right: 60px;
    box-sizing: border-box; }
    .field-initiatives-intro__callout .callout {
      padding: 30px;
      background-color: #f3f2ed; }
      .is-dark-bg .field-initiatives-intro__callout .callout {
        background-color: #FFF; }
    .field-initiatives-intro__callout h2 {
      margin: 0 0 0.5rem 0; }
    .field-initiatives-intro__callout p:last-child {
      margin-bottom: 0; }
  @media (max-width: 680px) {
    .field-initiatives-intro__quote {
      padding: 20px 0 10px 0; } }
  @media (min-width: 681px) {
    .field-initiatives-intro__quote {
      width: 50%;
      padding-right: 8%;
      box-sizing: border-box; } }
  .field-initiatives-intro__quote .quote {
    font-size: 1.5rem;
    font-weight: 600; }
    .field-initiatives-intro__quote .quote p {
      margin-bottom: 0.5em;
      line-height: 1.6; }
  .field-initiatives-intro__content {
    flex-grow: 1; }
    @media (min-width: 681px) {
      .layout-quote .field-initiatives-intro__content {
        width: 50%; } }

.field-initiatives-features {
  /*@media( max-width: 640px) {
      margin: 0 5%;
  }*/ }
  .field-initiatives-features ul {
    list-style: none;
    margin: 0 !important;
    padding: 0; }
    @media (min-width: 481px) {
      .field-initiatives-features ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    @media (max-width: 480px) {
      .field-initiatives-features ul li {
        max-width: 100% !important;
        width: 100% !important; } }
  .field-initiatives-features li {
    flex-grow: 1;
    max-width: 22%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important; }
    @media (max-width: 800px) {
      .field-initiatives-features li {
        max-width: 46%;
        margin-bottom: 30px !important; } }
    @media (max-width: 480px) {
      .field-initiatives-features li {
        display: flex; }
        .field-initiatives-features li .field-initiatives-features__image {
          width: 80px;
          min-width: 80px;
          padding-right: 20px; }
        .field-initiatives-features li .field-initiatives-features__content {
          flex-grow: 1; } }
    .field-initiatives-features li::before {
      display: none; }
  @media (min-width: 481px) {
    .field-initiatives-features__image {
      margin-bottom: 15px; } }
  .field-initiatives-features h3 {
    color: #007E8F;
    margin-top: 0;
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 1.4rem; }
  .field-initiatives-features h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #4f4c22; }
  .field-initiatives-features img {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: auto; }

.field-initiatives-features-reversed {
  padding: 30px 45px;
  font-weight: 600; }
  @media (max-width: 680px) {
    .field-initiatives-features-reversed {
      padding: 30px 5%; } }
  .field-initiatives-features-reversed.bg-blue {
    background-color: #134b7c; }
    .field-initiatives-features-reversed.bg-blue h2 {
      color: #00CFEB; }
    .field-initiatives-features-reversed.bg-blue a {
      color: #fff;
      text-transform: uppercase;
      line-height: 1.2; }
  .field-initiatives-features-reversed ul {
    list-style: none;
    margin: 0 !important;
    padding: 0; }
    @media (min-width: 481px) {
      .field-initiatives-features-reversed ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    @media (max-width: 800px) {
      .field-initiatives-features-reversed ul {
        flex-direction: column; }
        .field-initiatives-features-reversed ul li {
          max-width: 100% !important;
          width: 100% !important; } }
  .field-initiatives-features-reversed li {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 31%;
    max-width: 32%;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important; }
    @media (max-width: 800px) {
      .field-initiatives-features-reversed li {
        max-width: 46%; }
        .field-initiatives-features-reversed li:not(:last-child) {
          margin-bottom: 30px !important; } }
    @media (max-width: 480px) {
      .field-initiatives-features-reversed li {
        display: flex; }
        .field-initiatives-features-reversed li .field-initiatives-features-reversed__image {
          width: 80px;
          min-width: 80px;
          padding-right: 10px; }
        .field-initiatives-features-reversed li .field-initiatives-features-reversed__content {
          flex-grow: 1; } }
    .field-initiatives-features-reversed li::before {
      display: none; }
  .field-initiatives-features-reversed__image {
    padding-right: 15px;
    max-width: 130px;
    box-sizing: border-box; }
    .field-initiatives-features-reversed__image img {
      display: block;
      width: 100%;
      margin: auto; }
    @media (max-width: 800px) {
      .field-initiatives-features-reversed__image {
        min-width: 130px; } }
    @media (min-width: 481px) {
      .field-initiatives-features-reversed__image {
        margin-bottom: 15px; } }
  .field-initiatives-features-reversed__content {
    flex-grow: 1; }
    .field-initiatives-features-reversed__content h2 {
      font-size: 1rem;
      margin-bottom: 0.4em;
      margin: 0 0 0.5em 0; }

.field-initiatives-full-width-image__caption {
  padding-top: 6px; }
.field-initiatives-full-width-image img {
  display: block;
  max-width: 100%;
  margin: auto; }

.field-initiatives-text {
  max-width: 900px;
  margin: auto;
    /*@media( max-width: 640px) {
        padding-left: 25px;
        padding-right: 25px;

        // this is the H3 which conditionally exists above this text, and not as a part of the columns (when columnized)
        &-header {
            padding-left: 25px;
            padding-right: 25px;
        }
    }*/ }
  .field-initiatives-text.is-columnized {
    max-width: none; }
    @media (min-width: 641px) {
      .field-initiatives-text.is-columnized {
        padding: 0; } }

.field-initiative-highlight {
  /*&__text-wrapper {
      @media( max-width: 640px ) {
          margin: 0 25px;
      }
  }*/ }
  @media (min-width: 801px) {
    .field-initiative-highlight {
      display: grid;
      grid-template-columns: 6fr 5fr;
      grid-template-areas: "text media"; } }
  .field-initiative-highlight__text {
    grid-area: text;
    background-color: #d7d4c1;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 680px) {
      .field-initiative-highlight__text {
        padding: 30px 5%; } }
    @media (max-width: 640px) {
      .field-initiative-highlight__text {
        padding: 30px 7%; } }
    .field-initiative-highlight__text a {
      color: #524f10; }
  .field-initiative-highlight__media {
    grid-area: media;
    min-width: 300px;
    background-color: #757100; }
    .field-initiative-highlight__media img {
      display: block;
      width: 100%;
      height: auto; }
  .field-initiative-highlight__desc {
    padding: 20px 25px;
    color: #fff; }
    @media (max-width: 640px) {
      .field-initiative-highlight__desc {
        margin: 0 7%;
        padding: 20px 0; } }
    .field-initiative-highlight__desc h2,
    .field-initiative-highlight__desc h3 {
      font-size: 1rem;
      color: #a5a396;
      margin-top: 0; }
    .field-initiative-highlight__desc p:last-child {
      margin-bottom: 0; }
    .field-initiative-highlight__desc a {
      color: #fff;
      text-decoration: underline; }

.sub-topics {
  --image-height: 355px; }
  .sub-topics__image img {
    display: block;
    width: 100%;
    height: auto; }
  @media (min-width: 681px) {
    .sub-topics {
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      .sub-topics__topic {
        flex-basis: 50%; }
      .sub-topics__image {
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: var(--image-height); }
        .sub-topics__image img {
          visibility: hidden; }
      .sub-topics__content {
        flex-basis: 50%; } }
  @media (max-width: 680px) {
    .sub-topics__topic:first-child {
      margin-bottom: 30px; }
    .sub-topics__content {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (max-width: 640px) {
    .sub-topics__content {
      padding-left: 25px;
      padding-right: 25px;
      margin: 0 5%; } }

.blog-columns {
  width: 100%; }
  @media (min-width: 769px) {
    .blog-columns {
      display: flex;
      justify-content: space-between; }
      .blog-columns__main {
        width: 66.6%; }
      .blog-columns__sidebar {
        width: 33.3%;
        padding-left: 2.5rem;
        box-sizing: border-box; }
        .blog-columns__sidebar h2:first-child {
          margin-top: 1rem; } }

.alumni-footer {
  max-width: 480px;
  margin: 10px auto 0; }
  .alumni-footer .bottom-content {
    text-align: center; }
  .alumni-footer .box.one-half {
    width: 100%;
    margin-bottom: 30px; }

.content-width-image {
  padding: 0 20px; }
  .content-width-image img {
    display: block;
    max-width: 100%;
    margin: auto; }
  .content-width-image .desktop {
    display: block; }
  .content-width-image .mobile {
    display: none; }
  @media (max-width: 600px) {
    .content-width-image .desktop {
      display: none; }
    .content-width-image .mobile {
      display: block;
      max-width: 100%; } }

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

body {
  -webkit-transition: padding-top 0.5s ease-in-out;
  -moz-transition: padding-top 0.5s ease-in-out;
  -ms-transition: padding-top 0.5s ease-in-out;
  -o-transition: padding-top 0.5s ease-in-out;
  transition: padding-top 0.5s ease-in-out;
  padding-top: 110px;
  line-height: 1.8;
  font-size: 0.95rem; }

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

h2 {
  color: #757100;
  font-size: 1.2rem;
  font-weight: 500;
  /*margin: 0 0 1em 0;*/
  margin: 2em 0 0.5em;
  line-height: 1.4; }
  h2.gray {
    color: #605948 !important; }
  h2.content-title {
    margin-top: 1em; }

b,
strong {
  font-weight: 700; }

iframe {
  border: 0; }

.search-form h2 {
  line-height: 1.8;
  margin-right: 0.5rem; }
.search-form .search-field {
  font-size: 1.5rem;
  color: #605948; }
.search-form .search-submit {
  line-height: 1.6;
  border: none;
  background-color: transparent;
  font-size: 1.4rem;
  color: #605948;
  cursor: pointer; }
  .search-form .search-submit:hover {
    color: #757100; }

.search-results ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.search-results li {
  margin-bottom: 2em !important;
  padding-left: 0 !important; }
  .search-results li::before {
    display: none; }
.search-results h3 {
  margin-bottom: 0; }
  .search-results h3 .tag {
    display: block;
    margin-right: 0.25em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700; }

h3 {
  color: #757100;
  font-size: 1.1rem;
  /*margin: 0 0 0.8em 0;*/
  margin: 1.3em 0 0.5em 0;
  font-weight: 500; }
  h3.gray {
    color: #605948 !important; }
  h3.no-top-margin {
    margin-top: 0; }

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

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

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; }

address {
  font-style: normal; }

:-moz-placeholder {
  /* Firefox 18- */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

/*==================================================
	(3) primary layout elements
==================================================*/
.skip-nav {
  position: absolute;
  top: 0;
  left: 2rem;
  padding: 1rem;
  transform: translateY(-6rem);
  transition: transform 0.3s ease-in-out;
  z-index: 1002;
  font-size: 18px;
  background-color: #524f10;
  color: #fff; }
  .skip-nav:hover, .skip-nav:focus {
    color: #fff;
    opacity: 1; }
  .skip-nav:focus {
    transition: transform 0.3s ease-in-out;
    transform: translateY(1rem); }

.site-width {
  max-width: 1000px;
  margin: 0 auto; }

.site-width-narrow {
  max-width: 700px;
  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; }

.field-initiatives .site-width {
  max-width: 1100px; }

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

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

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

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  padding-top: 20px;
  z-index: 1001;
  line-height: 1.5;
  background-color: #fff;
  color: #fff;
  font-size: 0.845rem;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  #masthead:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    display: none; }
  #masthead .margin-buffer,
  #masthead .site-width {
    height: 100%; }
  #masthead .flex {
    display: flex;
    align-items: flex-end; }

#burger {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -ms-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }
  #burger button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: 1.825rem; }
    #burger button .fa-times {
      display: none; }
    #burger button[aria-expanded='true'] .fa-bars {
      display: none; }
    #burger button[aria-expanded='true'] .fa-times {
      display: block; }

#mobile-search {
  position: absolute;
  top: 33px;
  left: 60px;
  display: none;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -ms-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }
  #mobile-search .search {
    color: #605948; }
    #mobile-search .search button {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1;
      border: none;
      border-radius: 0;
      appearance: none;
      background-color: transparent;
      cursor: pointer;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      font-size: 0.92rem;
      color: #605948; }
    #mobile-search .search input {
      right: auto;
      left: -7px;
      top: -9px;
      padding-left: 30px; }

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

#nav {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  margin-bottom: 19px; }

.search {
  position: relative; }
  .search input {
    position: absolute;
    top: -7px;
    right: -5px;
    height: 36px;
    width: 1px;
    z-index: 1;
    opacity: 0;
    padding: 2px 8px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    color: #605948;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none; }
  .search button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    display: inline-block;
    position: relative;
    z-index: 100;
    font-size: 0.92rem;
    color: #605948; }
  #nav .search.active a {
    border: none; }
  .search.active .fa {
    opacity: 0.8; }
  .search.active input {
    display: block;
    opacity: 1;
    width: 260px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .search .fa {
    font-size: 1.3em; }

#content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 20px 20px 20px;
  line-height: 1.7;
  overflow: auto;
  margin: 0 auto; }
  #content.flow-root {
    overflow: initial;
    display: flow-root; }
  #content.no-top-padding {
    padding-top: 0; }
  #content.field-initiatives {
    padding-left: 0;
    padding-right: 0; }

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

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

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

#utility {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px; }
  #utility .social-nav {
    display: flex;
    width: 106px;
    justify-content: space-between;
    margin-left: 0;
    padding-left: 18px;
    transform: translateY(-2px);
    list-style: none; }
    #utility .social-nav a {
      color: #524f10;
      font-size: 18px; }
      #utility .social-nav a:hover, #utility .social-nav a:focus {
        color: #a8a592; }
  #utility .search {
    flex-grow: 1;
    text-align: right; }
  #utility .donate a {
    display: block;
    padding: 10px 15px;
    margin: -3px 0 0 20px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
    background-color: #757100;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #utility .donate a:hover {
      color: #fff; }

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

.expander {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: 14px;
  display: inline-block;
  color: #fff; }
  li:hover .expander {
    opacity: 0.7; }
  @media (min-width: 911px) {
    .expander {
      color: #524f10; }
      li:hover .expander {
        color: #757100; } }

.parent-nav {
  color: #524f10;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1em; }
  @media (min-width: 911px) {
    .parent-nav {
      padding-bottom: 20px;
      font-weight: 600; } }
  .parent-nav span {
    border-bottom: 4px solid transparent;
    padding-bottom: 4px; }
    .current-menu-item .parent-nav span {
      border-color: #757100; }
  .parent-nav:hover, .current-nav-item .parent-nav {
    color: #757100; }

@media (min-width: 911px) {
  .menu {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -ms-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out; }
    .menu:first-child {
      padding-right: 84px; }
      .menu:first-child .parent-nav {
        padding-right: 26px; }
      .menu:first-child .expander {
        transform: translateX(-26px); }
      .menu:first-child > ul {
        justify-content: flex-end; }
    .menu:last-child {
      padding-left: 84px; }
      .menu:last-child .parent-nav {
        padding-left: 26px; }
      .menu:last-child > ul {
        justify-content: flex-start; }
    .menu > ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      .menu > ul > li {
        white-space: nowrap; }
        .menu > ul > li:hover > a {
          color: #757100;
          opacity: 0.7; } }
.menu {
  transition: margin-top 0.5s ease, padding 0.5s ease; }

.child-menu {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: top 0.5s ease, padding 0.5s ease;
  background-color: #757100;
  text-align: left; }
  @media (min-width: 910px) {
    .child-menu {
      position: fixed;
      top: 130px;
      left: 0;
      right: 0;
      width: 100vw; } }
  .child-menu .subnav {
    position: relative;
    text-align: left;
    display: none; }
    @media (min-width: 910px) {
      .child-menu .subnav > ul {
        display: inline-flex;
        justify-content: flex-start;
        gap: 85px; }
        .child-menu .subnav > ul > li > a {
          font-weight: 700; } }
    @media (max-width: 1120px) {
      .child-menu .subnav > ul {
        gap: 45px; } }
    .child-menu .subnav ul ul {
      margin-top: 5px; }
      .child-menu .subnav ul ul li {
        font-weight: 400;
        font-size: 0.9em;
        display: block;
        margin: 0 0 0.4em;
        text-transform: none; }
        .child-menu .subnav ul ul li.current-nav-item a,
        .child-menu .subnav ul ul li a:hover {
          opacity: 0.6; }
        .child-menu .subnav ul ul li.mobile-only {
          display: none; }
  .child-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .child-menu a {
    color: #fff; }

li.current-nav-item > .child-menu {
  padding: 30px 0;
  min-height: 100px;
  height: auto; }
  @media (max-width: 910px) {
    li.current-nav-item > .child-menu {
      padding: 10px 0; } }
  li.current-nav-item > .child-menu .subnav {
    display: block; }

@media (min-width: 911px) {
  li:hover > .child-menu {
    padding: 30px 0;
    min-height: 100px;
    height: auto; }
    li:hover > .child-menu .subnav {
      display: block; } }
#mobile-donate {
  display: none; }

#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 p a:not(.read-more):not(.button) {
  text-decoration: underline; }
#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: #757100;
      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: #605948; }
#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;
  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 ul li:before {
  display: none !important; }
#content .subnav-selector-label,
#content .active-page {
  display: none; }
#content .show-dropdown.subnav, #content .force-dropdown.subnav {
  position: relative;
  overflow: visible;
  margin: -6px 0 40px;
  text-align: center; }
  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;
    left: 0;
    right: 0; }
  #content .show-dropdown.subnav li:last-child, #content .force-dropdown.subnav li:last-child {
    padding-right: 16px; }
#content .show-dropdown .active-page,
#content .force-dropdown .active-page {
  display: block; }
#content .show-dropdown .subnav-selector-label,
#content .force-dropdown .subnav-selector-label {
  vertical-align: top;
  margin-top: 8px; }
#content .show-dropdown .drop-nav-selector.is-expanded ul, #content .show-dropdown .drop-nav-selector.mobile-active ul, #content .show-dropdown .drop-nav-selector:focus ul, #content .show-dropdown .drop-nav-selector:hover ul,
#content .force-dropdown .drop-nav-selector.is-expanded ul,
#content .force-dropdown .drop-nav-selector.mobile-active ul,
#content .force-dropdown .drop-nav-selector:focus 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;
  -moz-transition: padding-top padding-bottom 0.5s ease-in-out;
  -ms-transition: padding-top padding-bottom 0.5s ease-in-out;
  -o-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.is-expanded .active-page, #content .show-dropdown .drop-nav-selector.mobile-active .active-page, #content .show-dropdown .drop-nav-selector:focus .active-page, #content .show-dropdown .drop-nav-selector:hover .active-page,
#content .force-dropdown .drop-nav-selector.is-expanded .active-page,
#content .force-dropdown .drop-nav-selector.mobile-active .active-page,
#content .force-dropdown .drop-nav-selector:focus .active-page,
#content .force-dropdown .drop-nav-selector:hover .active-page {
  background-color: #e9e9e4; }
#content .show-dropdown .active-page,
#content .force-dropdown .active-page {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 34px 10px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #f3f2ed;
  color: #605948; }
  #content .show-dropdown .active-page:after,
  #content .force-dropdown .active-page:after {
    position: absolute;
    right: 6px;
    top: 8px;
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 1rem;
    color: #605948;
    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;
  -moz-transition: padding-top padding-bottom 0.5s ease-in-out;
  -ms-transition: padding-top padding-bottom 0.5s ease-in-out;
  -o-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: inline-block; }
#content .subnav {
  margin-bottom: 35px;
  overflow: hidden;
  text-align: center;
  line-height: 1.3; }
  #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: #605948; }
    #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: #757100;
      color: #757100; }
  #content .subnav a {
    color: #605948;
    text-decoration: none;
    font-size: 0.758em;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 3px;
    border-bottom: 3px solid transparent; }
#content.field-initiatives .subnav li {
  margin-bottom: 10px;
  padding: 0 10px; }
  #content.field-initiatives .subnav li:first-child {
    padding-left: 10px; }
  #content.field-initiatives .subnav li:last-child {
    padding-right: 10px; }

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

#footer-top {
  background: #757100;
  padding-bottom: 17px;
  padding-top: 30px;
  overflow: auto; }
  #footer-top .header {
    font-size: 0.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-top .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  #footer-top .footer-left {
    flex-grow: 1; }
  #footer-top .footer-right {
    display: flex;
    align-items: center; }
  #footer-top .proud-americorps {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px; }
    #footer-top .proud-americorps span {
      margin-bottom: 4px; }
    #footer-top .proud-americorps img {
      width: 100px;
      height: auto; }

#footer-bottom {
  background-color: #524f10;
  padding: 24px 0 22px 0; }
  #footer-bottom p {
    text-align: right;
    color: #e4e2ad;
    font-size: 0.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-bottom .social-nav li .fa.fa-youtube-play {
        left: 7px;
        top: 7px; }

#footer-nav {
  display: inline-block; }
  #footer-nav a {
    font-size: 0.9em;
    font-weight: 400; }
  #footer-nav ul {
    float: left; }
    #footer-nav ul:first-child {
      margin-right: 100px; }
    #footer-nav ul ul {
      margin-bottom: 0; }
  #footer-nav ul:last-child li {
    display: block; }
  #footer-nav li {
    line-height: 1.2;
    margin-bottom: 0.5em; }
    #footer-nav li li {
      width: 100%;
      display: block;
      margin: 0; }
      #footer-nav li li a {
        font-weight: 400;
        font-size: 0.8em; }

#signup-form form {
  width: 100%;
  margin-bottom: 30px;
  overflow: auto; }
#signup-form .wrapper {
  padding-right: 0.9em;
  overflow: auto; }
#signup-form input {
  border: 1px solid;
  border-radius: 1px;
  float: left; }
  #signup-form input[type='email'] {
    background-color: #757100;
    border-color: #fff;
    padding: 14px;
    margin-right: 10px;
    width: 90%;
    font-size: 0.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;
  -moz-transition: padding-top 0.5s ease-in-out;
  -ms-transition: padding-top 0.5s ease-in-out;
  -o-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;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    height: 90px; }
    body.squished #masthead:after {
      display: block; }
  @media (min-width: 911px) {
    body.squished #nav .menu {
      -webkit-transition: margin-top 0.5s ease-in-out;
      -moz-transition: margin-top 0.5s ease-in-out;
      -ms-transition: margin-top 0.5s ease-in-out;
      -o-transition: margin-top 0.5s ease-in-out;
      transition: margin-top 0.5s ease-in-out;
      margin-top: -6px; } }
  body.squished .child-menu {
    top: 110px; }
  body.squished #logo {
    top: 0; }
    body.squished #logo img {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 110px;
      height: 110px; }
  body.squished.dropnav-expanded #logo {
    -moz-transform: translate(-50%, 0%) !important;
    -o-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    -webkit-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important; }
  body.squished #donate {
    top: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-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;
      -moz-transition: font-size 0.5s ease-in-out;
      -ms-transition: font-size 0.5s ease-in-out;
      -o-transition: font-size 0.5s ease-in-out;
      transition: font-size 0.5s ease-in-out;
      font-size: 0.9em;
      line-height: 1.2; }
  body.squished #burger {
    top: 21px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 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[open] {
    background: transparent; }
    .calendar-filters[open] summary {
      background-color: transparent; }
  .calendar-filters summary {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    border-top: none;
    opacity: 0.7;
    text-transform: uppercase; }
    .calendar-filters summary:before {
      display: none; }
    .calendar-filters summary:after {
      position: absolute;
      right: 0;
      top: 0;
      font-family: 'FontAwesome';
      content: '\f078';
      font-size: 14px;
      color: #605948;
      width: 20px;
      height: 20px; }
    .calendar-filters summary:hover {
      opacity: 1; }

.expandable-filters {
  position: relative;
  width: 300px;
  margin: auto;
  text-align: left; }
  .expandable-filters ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 601px) {
    .expandable-filters {
      padding-left: 115px; } }
  .expandable-filters button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    color: #605948; }
    .expandable-filters button:before {
      content: '';
      border: 2px solid #524f10;
      border-radius: 8px;
      width: 8px;
      height: 8px;
      display: inline-block;
      margin-right: 6px; }
    .expandable-filters button.active:before, .expandable-filters button:hover:before {
      background-color: #524f10; }
    .expandable-filters button.seattle:before {
      border-color: #757100; }
    .expandable-filters button.seattle.active:before, .expandable-filters button.seattle:hover:before {
      background-color: #757100; }
    .expandable-filters button.north-sound:before {
      border-color: #007E8F; }
    .expandable-filters button.north-sound.active:before, .expandable-filters button.north-sound:hover:before {
      background-color: #007E8F; }
    .expandable-filters button.south-sound:before {
      border-color: #134b7c; }
    .expandable-filters button.south-sound.active:before, .expandable-filters button.south-sound:hover:before {
      background-color: #134b7c; }
    .expandable-filters button.east-side:before {
      border-color: #D73A0F; }
    .expandable-filters button.east-side.active:before, .expandable-filters button.east-side:hover:before {
      background-color: #D73A0F; }

#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: #757100;
    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: #a8a592; }
    #calendar td.inactive .dayNumber {
      background-color: #f7f7f7; }
#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: #757100; }
  div.event.north-sound {
    background-color: #007E8F; }
  div.event.south-sound {
    background-color: #134b7c; }
  div.event.east-side {
    background-color: #D73A0F; }
  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 #757100;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #757100; }
    #event .shift .button:hover {
      background-color: #757100;
      color: #fff;
      opacity: 1; }

/* 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
==================================================*/
:is(.share-links, .social-nav) a[target='_blank'] {
  padding-right: 0; }
  :is(.share-links, .social-nav) a[target='_blank']:after {
    display: none; }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

a[target='_blank'] {
  position: relative; }
  a[target='_blank']:after {
    content: '\f08e';
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-size: inherit;
    color: inherit;
    line-height: 1;
    margin-left: 5px; }

.breadcrumb {
  margin-bottom: 5px; }
  .breadcrumb .separator {
    color: #007E8F;
    padding: 0 0 0 7px; }
  .breadcrumb ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex; }
  .breadcrumb li {
    padding-left: 0 !important; }
    .breadcrumb li:before {
      display: none !important;
      margin-left: 0 !important; }
    .breadcrumb li:not(:last-child) {
      margin-left: 5px; }
    .breadcrumb li:first-child .separator {
      padding-left: 6px; }
  .breadcrumb a {
    position: relative;
    display: block;
    padding-right: 5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.85em;
    color: #605948; }

.calendar-link {
  background-color: #007E8F;
  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 {
  max-width: 110%;
  margin: auto;
  height: auto;
  -moz-transform: translateX(-4.5%);
  -o-transform: translateX(-4.5%);
  -ms-transform: translateX(-4.5%);
  -webkit-transform: translateX(-4.5%);
  transform: translateX(-4.5%);
  display: block;
  /* would otherwise cause overflow problems on main container */ }
  .highlight .alignnone {
    width: 100%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -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%;
  display: flow-root;
  -moz-transform: translateX(-4.3%);
  -o-transform: translateX(-4.3%);
  -ms-transform: translateX(-4.3%);
  -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; }
  body.field-initiatives .promotion {
    margin-top: 0; }
  .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%;
  -moz-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%); }
.pull.right {
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%); }
.pull.left {
  -moz-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -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;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-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 .tile:hover .gray-scale,
body.is-not-mobile .gray-scale:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-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 #lightbox .gray-scale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.read-more {
  position: relative;
  font-weight: 400; }
  .read-more:after {
    font-family: 'FontAwesome';
    content: '\f054';
    position: relative;
    margin-left: 5px;
    top: 1px; }
  .read-more--upper {
    font-weight: 600;
    text-transform: uppercase; }

.expand-module {
  font-weight: 600;
  text-transform: uppercase; }

.flag {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
  max-width: max-content;
  padding: 16px 40px 14px 16px;
  color: #fff;
  background-color: #007E8F;
  text-transform: uppercase;
  font-size: 0.72em;
  text-transform: uppercase;
  line-height: 1.2; }
  .flag::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -19px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #007E8F; }
  .flag::after {
    content: '';
    position: absolute;
    top: 0;
    right: -19px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 50px solid #007E8F; }
  .flag--static {
    position: relative;
    top: 0;
    left: 0;
    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;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid transparent; }
  .from-the-blog img {
    width: 100%;
    height: auto;
    opacity: 0; }

/* buttons */
.button {
  background-color: #fff;
  color: #605948;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  padding: 10px 22px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .button.blue {
    background-color: #007E8F;
    color: #fff; }
  .button.inline-block {
    display: inline-block; }
  .button.inverse {
    background-color: #757100;
    color: #fff; }
  .button.outline {
    border: 3px solid #757100;
    color: #757100;
    padding: 5px 15px 4px; }
    .button.outline:hover {
      background-color: #757100;
      color: #fff;
      opacity: 1; }
  .button:hover, a:hover .button {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

.play-icon {
  font-size: 36px;
  border: 3px solid currentColor;
  padding: 10px 10px 10px 16px;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  margin: auto; }

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

/* banner */
.banner {
  position: relative;
  background-color: #757100; }
  .banner .photo {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #757100; }
    .banner .photo img {
      width: 100%;
      min-height: 195px;
      visibility: hidden;
      display: block; }
  .banner .caption {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-48%);
    -o-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    width: 100%; }
    .banner .caption.position-below {
      position: relative;
      padding: 15px 5% 0 5%;
      box-sizing: border-box;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      color: #605948;
      font-style: italic; }
    .banner .caption h1,
    .banner .caption h2,
    .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--wide h1,
    .banner .caption--wide h2,
    .banner .caption--wide .big-text,
    .banner .caption--wide .little-text {
      max-width: 600px; }
    .banner .caption h1,
    .banner .caption h2,
    .banner .caption .big-text {
      text-transform: uppercase;
      font-size: 2.45em;
      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:last-child {
      margin-bottom: 0; }

.back-to-top {
  padding: 2rem 0;
  text-align: center; }
  .back-to-top button {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    color: #605948;
    cursor: pointer;
    border-radius: none;
    appearance: none; }
    .back-to-top button:hvoer {
      opacity: 0.8; }
  .back-to-top.is-floating {
    position: fixed;
    bottom: 60px;
    right: 100px;
    display: none; }
    body.squished .back-to-top.is-floating {
      display: block; }
    @media (max-width: 1460px) {
      .back-to-top.is-floating {
        bottom: 0;
        right: 20px; } }
  .back-to-top.is-circle button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #757100;
    color: #fff;
    border-radius: 100%;
    opacity: 0.5; }
    .back-to-top.is-circle button:hover {
      opacity: 1; }
    @media (max-width: 1460px) {
      .back-to-top.is-circle button {
        width: 40px;
        height: 40px; } }

details[open] {
  background-color: #f3f2ed; }
  details[open] .expanded-content {
    padding: 0 15px 0 15px; }

details[open] summary ~ * {
  animation: animate-padding 0.5s ease-in-out;
  animation-fill-mode: forwards; }

@keyframes animate-padding {
  0% {
    opacity: 0;
    margin-top: -10px;
    padding-bottom: 0; }
  100% {
    opacity: 1;
    margin-top: 0px;
    padding-bottom: 10px; } }
summary {
  position: relative;
  list-style: none;
  padding: 15px 0 15px 45px;
  cursor: pointer;
  border-top: 1px solid #dcd7d2; }
  summary::-webkit-details-marker {
    display: none; }
  summary::before {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    content: '\f067';
    color: #757100;
    font-size: 0.7em; }
    details[open] summary::before {
      content: '\f068'; }

.file-accordion summary {
  border: none;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #a3a510;
  font-weight: 700; }
.file-accordion details[open] {
  background-color: transparent; }
.file-accordion details .expanded-content {
  padding-left: 45px; }
.file-accordion details ul {
  margin-bottom: 0 !important; }
  .file-accordion details ul li {
    margin-bottom: 10px; }
    .file-accordion details ul li::before {
      display: none; }
    .file-accordion details ul li:last-child {
      margin-bottom: 0; }

/* expandable */
.expandable {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
  .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 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f3f2ed;
    color: #605948;
    padding: 9px 16px;
    font-size: 0.7em;
    font-weight: 700;
    border-radius: 2px;
    border-color: #605948; }
  .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; }

.single-slide {
  position: relative;
  background-color: #757100; }
  .single-slide--first .caption {
    padding-top: 20px; }
    @media (min-width: 681px) {
      .single-slide--first .caption {
        padding-top: 80px; } }
  .single-slide .banner {
    background-color: transparent; }
  .single-slide .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent; }
    @media (min-width: 681px) {
      .single-slide .slide {
        justify-content: center; } }
  .single-slide .photo {
    max-width: 100vw;
    overflow: hidden; }
    @media (min-width: 681px) {
      .single-slide .photo {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
        max-height: 1px; } }
  .single-slide .banner {
    max-height: 600px; }
  .single-slide .banner-button {
    padding-top: 1em; }
  .single-slide .caption {
    position: relative;
    transform: none; }
    .single-slide .caption .button {
      display: inline-block; }
    .single-slide .caption .little-text {
      margin-bottom: 0; }

/* slideshow */
.slideshow {
  --max-height: 0;
  --inline-slideshow-height: 0;
  max-height: 600px;
  position: relative;
  background-color: #757100;
  overflow: hidden; }
  .slideshow .banner {
    max-height: 600px;
    background-color: transparent; }
    .slideshow .banner .photo {
      background-position: center center; }
  @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 {
    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 {
        width: 100%;
        height: auto; }
    .slideshow.inline .controls {
      bottom: auto;
      top: calc(var(--inline-slideshow-height) - 26px); }
      .slideshow.inline .controls ul {
        margin-left: 0 !important; }
      .slideshow.inline .controls li::before {
        display: none !important; }
    .slideshow.inline .slick-autoplay-toggle-button {
      bottom: auto;
      top: calc(var(--inline-slideshow-height) - 46px); }
  .slideshow .slick-autoplay-toggle-button {
    bottom: 15px;
    left: auto;
    right: 15px;
    opacity: 1;
    padding: 10px;
    background-color: #757100;
    color: #fff;
    line-height: 1; }
    @media (max-width: 680px) {
      .slideshow .slick-autoplay-toggle-button {
        bottom: auto;
        top: 15px; } }
    .slideshow .slick-autoplay-toggle-button:focus {
      color: #fff; }
  .slideshow .controls {
    position: absolute;
    width: 100%;
    bottom: 5%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slideshow .controls .arrow {
      display: inline-block; }
    .slideshow .controls .arrow-prev {
      margin-right: 6px;
      order: 1; }
    .slideshow .controls .arrow-next {
      margin-left: 6px;
      order: 3; }
    .slideshow .controls .slick-dots {
      order: 2;
      width: auto;
      position: static; }
      .slideshow .controls .slick-dots button .slick-dot-icon {
        position: static;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center; }
        .slideshow .controls .slick-dots button .slick-dot-icon:before {
          top: 0;
          left: 0;
          content: '';
          width: 8px;
          height: 8px;
          margin: 4px 0 0 4px;
          border-radius: 7px;
          border: 2px solid #fff; }
      .slideshow .controls .slick-dots .slick-active button .slick-dot-icon::before {
        background-color: #fff; }
    .slideshow .controls .slick-active .dot {
      background-color: #fff; }
    .slideshow .controls button {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1;
      border: none;
      border-radius: 0;
      appearance: none;
      background-color: transparent;
      cursor: pointer;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
    .slideshow .controls ul {
      display: flex !important;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0; }
      .slideshow .controls ul li {
        display: inline-block;
        margin: 0 2px; }
  .slideshow button.play-pause {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    display: block;
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    background-color: #757100;
    color: #fff; }
    @media (max-width: 680px) {
      .slideshow button.play-pause {
        bottom: auto;
        top: 1rem; } }
    .slideshow button.play-pause::before {
      font-family: 'FontAwesome';
      content: '\f04c';
      font-size: 1.2rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .slideshow button.play-pause.is-paused::before {
      content: '\f04b'; }

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

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

.content-modules__module:last-child {
  padding-bottom: 0; }

.u-vertical-margins {
  margin-top: 40px;
  margin-bottom: 40px; }

.content-image-plus-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 40px 20px; }
  .content-image-plus-bg a:hover {
    opacity: 1; }
  .content-image-plus-bg__image {
    display: block;
    margin: auto;
    transition: background-color 0.5s ease; }
    .content-image-plus-bg__image.hover-white:hover {
      background-color: rgba(255, 255, 255, 0.9) !important; }
    .content-image-plus-bg__image.hover-black:hover {
      background-color: rgba(0, 0, 0, 0.9) !important; }
  .content-image-plus-bg__cta {
    display: flex;
    justify-content: center;
    padding: 0 20px 40px 20px; }
    .has-button .content-image-plus-bg__cta {
      padding-bottom: 0; }
    .content-image-plus-bg__cta .button {
      margin-bottom: 3vw; }
  .content-image-plus-bg img {
    display: block;
    margin: auto;
    max-width: 100%; }

/* box */
.box {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px 10px 0 10px;
  float: left; }
  .box--no-top-pad {
    padding-top: 0; }
  .box::before {
    z-index: -1;
    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; }
  .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: #605948; }
    .box.bg-gray h2, .box.bg-white h2 {
      color: #605948;
      font-size: 1.1em;
      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 {
    background-color: #fff; }
    .box.bg-white .box-content {
      color: #605948;
      padding: 20px 20px 20px 0; }
  .box img {
    max-width: 100%; }

.title-below {
  text-align: center;
  margin: 0.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;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

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

/* person */
.person {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 30px 0 30px; }
  #lightbox .person {
    width: auto; }
  .person .person-description {
    text-align: center;
    padding-top: 20px; }
  .person .person-name {
    color: #757100;
    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; }
  .person button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-align: center;
    text-transform: inherit;
    display: block;
    margin: auto; }

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

.indent {
  padding: 0 20px; }

.featured-tiles .row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 680px) {
    .featured-tiles .row {
      flex-direction: column; } }
.featured-tiles .box {
  width: 100%;
  min-height: 100%;
  max-width: calc(50% - 12px);
  padding: 20px;
  box-sizing: border-box; }
  .featured-tiles .box--no-pad {
    padding: 0 20px 0 0; }
  @media (max-width: 680px) {
    .featured-tiles .box {
      max-width: 100%;
      padding-top: 0;
      padding-bottom: 0; }
      .featured-tiles .box:first-child {
        padding-bottom: 24px; } }
  .featured-tiles .box.bg-gray {
    background-color: #e8e5dc; }
.featured-tiles .tile {
  display: flex; }
  .featured-tiles .tile .tile-content-inner {
    position: relative; }
.featured-tiles .tile-background {
  min-width: 100%;
  min-height: 100%;
  display: flex; }
  @media (max-width: 680px) {
    .featured-tiles .tile-background {
      min-height: 56.25vw; } }
.featured-tiles .excerpt-read-more {
  display: none; }
.featured-tiles a:hover {
  opacity: 1; }

.intro-section {
  max-width: 1100px;
  margin: auto; }
  .intro-section .margin-buffer {
    margin: 0 5%; }
  .intro-section h2 {
    margin: 0 0 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #605948; }
  .intro-section__content {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8;
    font-size: 24px;
    color: #524f10; }
    .intro-section__content p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .intro-section__link {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px; }
    .intro-section__link i {
      margin-left: 8px; }
  .intro-section__logo {
    text-align: center; }
    .intro-section__logo img {
      display: block;
      max-width: 80px;
      height: auto;
      margin: auto; }

.margin-bottom-medium {
  margin-bottom: 40px; }

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;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-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;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-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;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-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;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-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; }

a.tile-wrapper {
  display: block; }
  a.tile-wrapper::after {
    display: none; }
  a.tile-wrapper .title-below:after {
    content: '\f08e';
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-size: inherit;
    color: inherit;
    line-height: 1;
    margin-left: 5px; }

.tile {
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 100; }
  .tile .tile-background {
    background-color: #757100;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .tile .tile-background.bg-blue {
      background-color: #007E8F; }
    .tile .tile-background.bg-dark-blue {
      background-color: #134b7c; }
    .tile .tile-background.bg-red {
      background-color: #D73A0F; }
    .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--overlay {
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .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%;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tile .tile-button-wrapper {
    margin-top: 1.5rem; }
  .tile .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.29em;
    line-height: 1.4;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
    color: #fff;
    margin: 0; }
    .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%;
  box-sizing: border-box;
  margin: 0 -5% 40px 5%;
  padding: 15px 0 15px 5%;
  font-family: "Merriweather", serif;
  font-size: 1.3em;
  color: #757100;
  border-left: 1px solid #757100; }
  blockquote p,
  .cta p {
    margin: 0; }
  blockquote .blue,
  .cta .blue {
    color: #007E8F;
    border-left: 1px solid #007E8F; }
  blockquote .red,
  .cta .red {
    color: #D73A0F;
    border-left: 1px solid #D73A0F; }
  blockquote .blue,
  .cta .blue {
    color: #D73A0F;
    border-left: 1px solid #D73A0F; }
  blockquote .blue,
  .cta .blue {
    color: #D73A0F;
    border-left: 1px solid #D73A0F; }

/* 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;
  box-sizing: border-box; }
  .highlight img {
    width: 100%;
    height: auto; }
  .highlight h3, .highlight h2 {
    text-transform: uppercase; }
    .green .highlight h3,
    .green .highlight h2 {
      color: #757100; }
    .blue .highlight h3, .blue .highlight h2 {
      color: #007E8F; }
  .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;
    -moz-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    background-color: #757100; }
  .highlight.green .feature-title {
    background-color: #757100; }
  .highlight.blue .feature-title {
    background-color: #007E8F; }
  .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; }

.blog-columns {
  display: flex; }
  .blog-columns .post-content {
    padding-bottom: 20px; }
    .blog-columns .post-content img {
      height: auto; }
  .blog-columns .column.one-third {
    width: 33.333%; }
  .blog-columns .column.one-half {
    width: 50%; }
  .blog-columns .column.two-thirds {
    width: 66.666%; }
  .blog-columns .column:last-child {
    padding-left: 0; }

.column {
  width: 49%;
  display: inline-block;
  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: #757100; }

/* lightbox */
#lightbox {
  --js-max-height: 80vh;
  width: 90%;
  height: 100%;
  max-height: 80%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  max-height: var(--js-max-height); }
  #lightbox .person {
    height: 100%;
    max-height: var(--js-max-height);
    overflow-y: auto; }
  #lightbox button.arrow {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    margin-top: 132px;
    top: 0;
    display: inline-block;
    position: absolute;
    z-index: 1; }
    #lightbox button.arrow.arrow-next {
      right: 40px; }
      #lightbox button.arrow.arrow-next i {
        margin-left: 10px; }
    #lightbox button.arrow.arrow-prev {
      left: 40px; }
      #lightbox button.arrow.arrow-prev i {
        margin-right: 10px; }

.post-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end; }
  .post-meta .breadcrumb {
    margin-right: 20px; }
  .post-meta .post-date {
    width: 100%; }
  .post-meta .share-links {
    float: none !important;
    margin-left: 0 !important;
    font-size: 0.9em; }
  .post-meta li.icon {
    font-size: 1.2em !important; }

.post-container {
  margin-bottom: 24px;
  cursor: pointer; }
  .post-container .post-date {
    font-size: 0.85em;
    margin-bottom: 5px; }
  .post-container .post-content {
    border-bottom: 1px solid; }
    .post-container .post-content img {
      height: auto; }
    .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,
  .post-container h2 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 500; }
  .post-container.blue .post-photo img {
    border-color: #007E8F; }
  .post-container.blue .post-content {
    border-bottom-color: #007E8F; }
  .post-container.blue h1,
  .post-container.blue h2,
  .post-container.blue h3 {
    color: #007E8F; }
  .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: #D73A0F; }
  .post-container.red .post-photo img {
    border-color: #D73A0F; }
  .post-container.red .post-content {
    border-bottom-color: #D73A0F; }
  .post-container.red h1,
  .post-container.red h2,
  .post-container.red h3 {
    color: #D73A0F; }
  .post-container.green .post-date {
    color: #757100; }
  .post-container.green .post-photo img {
    border-color: #757100; }
  .post-container.green .post-content {
    border-bottom-color: #757100; }
  .post-container.green h1,
  .post-container.green h2,
  .post-container.green h3 {
    color: #757100; }
  .post-container.featured {
    overflow: auto; }
    .post-container.featured .post-photo {
      padding-right: 20px;
      box-sizing: border-box; }
    .post-container.featured .post-content {
      box-sizing: border-box; }

.blog-sidebar h2 {
  color: #605948;
  margin: 0 0 5px; }
#content .blog-sidebar ul {
  margin-bottom: 30px;
  font-size: 0.9em; }
#content .blog-sidebar li::before {
  background-color: #605948; }
.blog-sidebar a {
  color: #605948; }

.block-highlight {
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  padding: 0;
  border: none; }
  .block-highlight__image {
    position: relative; }
    .block-highlight__image::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      height: 100%;
      width: 100%;
      background-color: orange;
      clip-path: ellipse(50% 100% at 50% 50%); }
    .block-highlight__image img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto; }
  .block-highlight__content {
    position: relative;
    background-color: orange; }
  .block-highlight-content {
    position: relative;
    padding: 60px 0;
    z-index: 1; }

.icon-item-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .icon-item-list.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px; }
  .icon-item-list li {
    display: flex; }
    .icon-item-list li::before {
      display: none; }
  .icon-item-list h2 {
    margin-top: 0; }
  .icon-item-list__image {
    max-width: 90px;
    min-width: 40px;
    padding-right: 15px;
    width: 100%; }
    .icon-item-list__image img {
      display: block;
      width: 100%;
      height: auto; }
  .icon-item-list__content {
    flex-grow: 1; }

.expand-collapse__content {
  height: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
  transform: translateY(-20px); }
  .expand-collapse__content.is-expanded {
    height: auto;
    transform: translateY(0); }

.is-relative {
  position: relative; }

.intro-with-quote {
  display: flex; }

.is-dark-bg {
  background-color: #f3f2ed; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

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

.is-columnized .column.first {
  padding-right: 25px; }
.is-columnized .column.last {
  padding-left: 25px; }

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

.show1060 {
  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;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-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;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-size: 0.9em;
      line-height: 1.2; } }
/* 1070px */
@media all and (max-width: 1070px) {
  /* margins */
  .margin-buffer {
    padding-left: 0;
    padding-right: 0; }

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

  body.landing #content {
    padding-left: 4%;
    padding-right: 4%; }

  #content.field-initiatives .margin-buffer {
    padding-left: 5%;
    padding-right: 5%; }

  #nav {
    font-size: 0.9em;
    margin-bottom: 26px; }

  .parent-nav {
    padding-bottom: 27px; } }
/* 980px */
@media all and (max-width: 1060px) {
  .show1060 {
    display: initial; } }
/* 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) {
  #masthead:after {
    display: block; }
  #masthead .social-nav {
    display: none; }
  #masthead .donate {
    position: absolute;
    top: 4.5px;
    right: 0; }
  #masthead.search-expanded #logo {
    opacity: 0;
    transition: opacity 0.5s ease; }

  body {
    -webkit-transition: padding-top 0.5s ease-in-out;
    -moz-transition: padding-top 0.5s ease-in-out;
    -ms-transition: padding-top 0.5s ease-in-out;
    -o-transition: padding-top 0.5s ease-in-out;
    transition: padding-top 0.5s ease-in-out;
    padding-top: 90px;
    /* masthead */
    /* logo */ }
    body.squished #logo {
      top: -10px; }
    body.squished #masthead {
      height: 70px; }
      body.squished #masthead .margin-buffer {
        margin-left: 0;
        margin-right: 0; }
    body #masthead {
      -webkit-transition: height 0.5s ease-in-out;
      -moz-transition: height 0.5s ease-in-out;
      -ms-transition: height 0.5s ease-in-out;
      -o-transition: height 0.5s ease-in-out;
      transition: height 0.5s ease-in-out;
      height: 70px;
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
      -moz-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 #utility .search {
      display: none; }
    body #utility .social-nav {
      margin-left: 96px; }
    body #logo {
      top: -10px; }
      body #logo img {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 110px;
        height: 110px; }
    body.dropnav-expanded #logo {
      -moz-transform: translate(-50%, 0%) !important;
      -o-transform: translate(-50%, 0%) !important;
      -ms-transform: translate(-50%, 0%) !important;
      -webkit-transform: translate(-50%, 0%) !important;
      transform: translate(-50%, 0%) !important; }
    body #burger {
      top: 12px !important;
      display: block;
      font-size: 2em; }
      body #burger button {
        color: #605948; }
    body #donate {
      top: 24px !important;
      -webkit-transition: top 0.5s ease-in-out;
      -moz-transition: top 0.5s ease-in-out;
      -ms-transition: top 0.5s ease-in-out;
      -o-transition: top 0.5s ease-in-out;
      transition: top 0.5s ease-in-out; }
      body #donate a {
        font-size: 0.9em;
        line-height: 1 !important; }
    body.squished #donate {
      top: 24px; }
    body #mobile-search {
      top: 17px; }

  #mobile-search {
    display: block; }

  #nav {
    position: fixed;
    top: 90px;
    left: 0;
    background-color: #757100;
    font-size: 1.1rem;
    height: 0;
    overflow: hidden;
    padding: 0 5%;
    display: none; }
    body.mobile-nav-expanded #nav {
      height: auto;
      padding: 30px 5% 40px;
      display: block;
      animation: animate-padding 0.5s ease-out;
      animation-fill-mode: forwards; }
    #nav a.parent-nav {
      color: #fff;
      text-decoration: none;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-size: 1.1rem; }

  body.mobile-nav-expanded .menus-wrapper {
    max-height: calc(100vh - 140px);
    padding-bottom: 25px;
    overflow: auto; }

  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .menu li {
    padding-bottom: 10px; }
  .menu:last-child li:last-child {
    padding-bottom: 0; }

  .menu .child-menu ul {
    margin-left: 12px; }

  .child-menu .subnav ul ul li {
    padding-bottom: 0;
    font-size: 1.1rem; }

  #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%; }

  .pull.both {
    width: 108%;
    -moz-transform: translateX(-3.5%);
    -o-transform: translateX(-3.5%);
    -ms-transform: translateX(-3.5%);
    -webkit-transform: translateX(-3.5%);
    transform: translateX(-3.5%); } }
/* 850px */
/* 830px */
@media all and (max-width: 830px) {
  .banner .photo img {
    min-height: 140px; }

  /* 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 #footer .margin-buffer {
      padding-left: 5%;
      padding-right: 5%; }
    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; } }
/* 790px */
@media all and (max-width: 790px) {
  #footer-top .footer-left,
  #footer-top .footer-right {
    margin-bottom: 20px; }
  #footer-top #footer-nav {
    display: flex; }
    #footer-top #footer-nav ul {
      float: none; }
      #footer-top #footer-nav ul:first-child {
        margin-right: 12.5vw; } }
/* 768px */
@media all and (max-width: 768px) {
  	/*#signup-form,
      #footer-nav {
          margin-top: 0;
          width: 100%;
      }*/
  .blog-columns {
    display: block; }
    .blog-columns .column.one-third,
    .blog-columns .column.two-thirds {
      width: auto; }

  .post-container.featured .post-photo {
    padding-right: 0; }

  .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; }

  .single-slide .photo {
    order: 1; }
  .single-slide .banner {
    order: 2; }
  .single-slide .slide {
    background-image: none !important;
    padding: 0; }
  .single-slide .photo {
    display: block; }
    .single-slide .photo img {
      display: block; }
  .single-slide .banner .caption {
    padding: 20px 25px;
    box-sizing: border-box; }
    .single-slide .banner .caption .big-text {
      font-size: 2.3em;
      color: #fff;
      text-shadow: none;
      margin-bottom: 0; }
    .single-slide .banner .caption .little-text {
      text-shadow: none; }

  /* slideshow */
  .slideshow {
    max-height: none !important;
    margin-bottom: 30px;
    background-color: #fff; }
    .content-modules__module .slideshow {
      margin-bottom: 0; }
    .slideshow .caption {
      position: static;
      top: auto;
      bottom: 0; }
    .slideshow.full-width .banner .caption {
      transform: translateY(0); }
    .slideshow .banner {
      display: flex;
      flex-direction: column;
      max-height: none !important;
      background-color: #757100; }
      .slideshow .banner .caption {
        order: 2;
        padding: 20px 20px 30px;
        box-sizing: border-box;
        color: #fff; }
        .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;
          color: #fff; }
        .slideshow .banner .caption .button {
          background-color: #524f10;
          color: #fff; }
      .slideshow .banner .photo {
        order: 1; }

  /* 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: #007E8F; }
      .box.bg-blue .tile .valign {
        position: relative;
        top: 0;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -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;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }

  body.home .box {
    padding: 0; }
  body.home .slideshow .slick-autoplay-toggle-button {
    bottom: auto;
    top: calc(var(--max-height) - 50px); }
  body.home .slideshow .controls {
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    bottom: auto;
    top: calc((var(--max-height) / 2) - 10px); }
    body.home .slideshow .controls .fa {
      font-size: 26px; }
    body.home .slideshow .controls ul {
      display: none !important; }

  /* tiles */
  .tile .tile-content {
    text-align: center;
    min-height: 160px;
    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;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .tile .tile-content .tile-content-inner.remove-valign.valign {
        position: absolute;
        width: 100%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-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; }

  #content.field-initiatives .margin-buffer--mobile-collapse {
    padding-left: 0;
    padding-right: 0; }

  body.home #main .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%;
    -moz-transform: translateX(-1.5%);
    -o-transform: translateX(-1.5%);
    -ms-transform: translateX(-1.5%);
    -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,
  #content .force-dropdown {
    margin-left: 0.5%;
    margin-right: 0.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; }

  #signup-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center; }

  .person .person-bio {
    padding-left: 20px;
    padding-right: 20px; }

  #content.field-initiatives .margin-buffer {
    padding-left: 7%;
    padding-right: 7%; }

  #content.field-initiatives .margin-buffer--mobile-collapse {
    padding-left: 0;
    padding-right: 0; } }
/* 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; } }
/* 580 */
@media all and (max-width: 580px) {
  #footer-top .footer-wrapper {
    flex-direction: column;
    align-items: flex-start; } }
/* 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 #masthead .donate {
    display: none; }
  body #mobile-donate {
    display: block; }
  body #mobile-search {
    left: auto;
    right: 6px; }
    body #mobile-search .search input {
      right: -8px;
      left: auto; }

  .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; }

/* Moved inline CSS for gallery_shortcode() */
.gallery {
  margin: auto; }

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery .gallery-caption {
  margin-left: 0; }

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

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