/*!
 Theme Name:   Community
 Description:  Theme for Westbay Community Action based on the Timber Starter Theme
 Author:       Rebecca Stone
 Version:      2.1.1
 Text Domain:  community
*/
/* Resets, based on Eric Meyer. */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

/* html5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* changing or setting defaults */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* COLORS */
/* FONTS  */
/* FONT SIZES */
/*
$h1-font-size: 2.0rem;
$h2-font-size: 1.4rem;
$h3-font-size: 1.2rem;
$h4-font-size: 1.2rem;
$h5-font-size: 1.1rem;
$h6-font-size: 1.0rem;
$text-font-size: 1.0rem;
*/
h2 {
  display: inline-block;
}

body {
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

p {
  margin: 0 0 1.7rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Verdana, sans-serif;
  line-height: 1.7;
}

h1 {
  margin: 0 0 1.7rem 0;
  font-size: 1.4rem;
}

h2 {
  margin: 0 0 1.7rem 0;
  font-size: 1.4rem;
}

.home h2 {
  margin: 0 0 0.5rem 0;
}

h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

@media only screen and (min-width: 37.5em) {
  body {
    line-height: 2;
  }
}
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 60em) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.35rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1.2rem;
  }
}
/*
 *  ICONS
 *  Subset of Font Awesome, built with IcoMoon.
 *  Font Awesome info:
 *      Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *      License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *		Plus twitter-x icon from Font Awesome 6.5
 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?7eqg30');
  src: url('fonts/icomoon.eot?7eqg30#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7eqg30') format('truetype'),
    url('fonts/icomoon.woff?7eqg30') format('woff'),
    url('fonts/icomoon.svg?7eqg30#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:not(.cff-item > p.cff-media-link > a) > span.fa {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
}

.fa-search:before {
  content: '\f002';
}

.fa-star:before {
  content: '\f005';
}

.fa-map-marker:before {
  content: '\f041' !important;
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-phone:before {
  content: '\f095';
}

.fa-twitter:before {
  content: '\f099';
}

.icon-x:before {
  font-family: 'icomoon' !important;
  content: '\e900';
}

.fa-square:before {
  content: '\f0c8';
}

.fa-envelope:before {
  content: '\f0e0';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-fax:before {
  content: '\f1ac';
}

.fa-facebook-official:before {
  content: '\f230' !important;
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

:root .fa-rotate-90,
:root .fa-flip-horizontal {
  filter: none;
}

/*
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
/* BASICS: Sitewide theme styles. */
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #141514;
}

main {
  margin-top: 3.25rem;
}

.home main {
  margin-top: 0;
}

h1,
h2,
h3 {
  border-bottom: 2px solid #81c619;
}

*:focus {
  outline-color: #58352f !important;
}

a {
  color: #a2630b;
}
a:focus,
a:hover,
a:active {
  color: #58352f;
}

p a:focus,
p a:hover,
p a:active,
.list-item a:focus,
.list-item a:hover,
.list-item a:active {
  outline: unset;
  text-decoration: underline;
}

.inactive-link {
  color: #e6e7e8;
  visibility: hidden;
}

ul,
ol {
  margin: 1.7rem 0;
  list-style-position: inside;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3rem;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignright,
img.alignleft,
img.aligncenter {
  display: block;
  box-sizing: content-box;
  margin: 0 auto 1.7em;
  background-color: #ffffff;
}
img.alignnone {
  margin: 0 20px;
  max-width: 87.5%;
  max-width: calc(100% - 40px);
  vertical-align: middle;
}

.wp-caption {
  max-width: 100%;
  background-color: #ffffff;
}
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter {
  margin: 0 auto 1.7em;
}
.wp-caption.alignright img,
.wp-caption.alignleft img,
.wp-caption.aligncenter img {
  display: block;
}

.caption,
.wp-caption-text {
  text-align: right;
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
}

.gallery {
  margin-bottom: 1.7rem !important;
}
.gallery img {
  border: 0 !important;
}

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

iframe {
  max-width: 100%;
}

@media only screen and (min-width: 34em) {
  img.alignright {
    float: right;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  img.alignleft {
    float: left;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .wp-caption.alignright {
    float: right;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .wp-caption.alignleft {
    float: left;
    margin-bottom: 10px;
    padding-right: 20px;
  }
}
.video-container {
  box-sizing: content-box;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 1.7rem 0;
}

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

pre {
  font-family: Montserrat, Verdana, sans-serif;
  padding: 0.5rem;
  margin: 1.7rem 0;
  font-size: inherit;
  background-color: #e6e7e8;
  border: 1px solid #bbbec1;
  overflow: auto;
}
pre code {
  background-color: inherit;
}

code {
  vertical-align: bottom;
}

blockquote {
  /* 20170113: Switched from color_emphasis to color_emphasis_bright for new color scheme. */
  border-left: 5px solid #f3ae4f;
  padding-left: 1rem;
  margin-left: 1rem;
}
blockquote p {
  color: #94594f;
  padding: 0.5rem 0;
}

.notice-tip,
.notice-warn {
  padding: 1rem;
  display: block;
}

.notice-tip {
  border-left: 10px solid #5bc0de;
  background-color: #f4f8fa;
  color: #28a1c5;
}

.notice-warn {
  border-left: 10px solid #d9534f;
  background-color: #fdf7f7;
  color: #b52b27;
}

.color-inset {
  border-left: 10px solid #e3f0e0;
  border-left: 10px solid #e7f9cc;
  padding-left: 1rem;
  margin: 0 0 1.7rem;
}
.color-inset h4,
.color-inset h5,
.color-inset h6 {
  padding-left: 0 !important;
  border-left: 0 !important;
}
.color-inset h4 {
  border-bottom: 1px solid #e3f0e0;
}
.color-inset p {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 48em) {
  pre {
    padding: 2rem;
  }
}
table {
  border: 1px solid #e6e7e8;
  table-layout: auto;
  margin: 0 0 2.5rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 0.9em;
  line-height: 2;
  text-align: center;
}
table caption {
  font-size: 1.1em;
  font-family: Montserrat, Verdana, sans-serif;
}

tr,
td,
th {
  vertical-align: middle;
}

th {
  background-color: #f7f7f7;
  padding: 0.5rem 0.2rem;
}

td {
  padding: 0.5rem 0.2rem;
  border: 1px solid #e6e7e8;
}

@media only screen and (min-width: 37.5em) {
  table {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  th,
  td {
    padding: 0.5rem;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ------------------------ General Layout Styles --------------------------- */
/* DEFINITIONS */
.location-list:after,
.location-with-map:after,
.profile:after,
.profile-list:after,
.profile-page-intro:after,
.post-content-wrapper:after,
.blog-entry-content:after,
.excerpt:after,
footer .footer-info-list:after,
.content-page .content-main-inner:after,
.content-page:after {
  content: '';
  display: table;
  clear: both;
}

/* LAYOUTS */
section {
  padding: 0 0 3rem;
}
section:last-child {
  padding-bottom: 5rem;
}

/* FULL-WIDTH LAYOUT */
.content-section {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  max-width: 70rem;
}
.content-section .profile-page-inner {
  max-width: 43.75rem;
  margin: 0 auto;
}

/* CONTENT-WITH-SIDEBAR LAYOUT */
.content-page {
  max-width: 70rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-page .content-main-inner {
  max-width: 43.75rem;
  margin: 0 auto;
}

.content-sidebar {
  max-width: 43.75rem;
  text-align: center;
  margin: 0 auto 1rem;
  padding: 1rem 0;
  /* 20170113: Updated background image for new color scheme. */
  border-left: 4px solid #e7f9cc;
  background-color: #f6fdec;
}
.content-sidebar h4,
.content-sidebar h5 {
  margin: 0.5rem 0 0;
}
.content-sidebar.left-sidebar {
  border-left: none;
  border-right: 4px solid #e7f9cc;
}
.content-sidebar.empty-sidebar {
  display: none;
}
.content-sidebar.sidebar-with-image {
  background: #ffffff;
  border: none;
  padding: 0;
}
.content-sidebar.sidebar-with-image .sidebar-image {
  max-width: 100%;
  margin: 0 auto;
}
.content-sidebar.sidebar-with-image img {
  display: block;
  margin: 0 auto;
}

/* FULL TEXT */
.content-full {
  max-width: 43.75rem;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  .content-sidebar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .content-page,
  .content-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .content-section .profile-page-inner {
    width: 100%;
    max-width: 100%;
  }

  .flexbox .content-page,
  .flexboxtweener .content-page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .flexbox .content-page .content-main,
  .flexboxtweener .content-page .content-main {
    min-width: 300px;
    flex: 1 1 auto;
  }
  .flexbox .content-page .content-main-inner,
  .flexboxtweener .content-page .content-main-inner {
    margin: 0;
  }
  .flexbox .content-page .content-main-inner.left-sidebar,
  .flexboxtweener .content-page .content-main-inner.left-sidebar {
    margin: 0 0 0 auto;
  }
  .flexbox .content-page .content-sidebar,
  .flexboxtweener .content-page .content-sidebar {
    display: block;
    width: 21.875rem;
    flex: 0 0 auto;
    margin: 0 0 0 2rem;
  }
  .flexbox .content-page .content-sidebar.left-sidebar,
  .flexboxtweener .content-page .content-sidebar.left-sidebar {
    margin: 0 2rem 0 0;
  }

  .no-js .content-page .content-main,
  .no-flexbox.no-flexboxtweener .content-page .content-main {
    width: 100%;
    margin-right: -21.875rem;
    float: left;
  }
  .no-js .content-page .content-main.left-sidebar,
  .no-flexbox.no-flexboxtweener .content-page .content-main.left-sidebar {
    margin-left: -21.875rem;
    margin-right: 0;
    float: right;
  }
  .no-js .content-page .content-main-inner,
  .no-flexbox.no-flexboxtweener .content-page .content-main-inner {
    margin: 0 23.875rem 0 0;
  }
  .no-js .content-page .content-main-inner.left-sidebar,
  .no-flexbox.no-flexboxtweener .content-page .content-main-inner.left-sidebar {
    margin: 0 0 0 23.875rem;
  }
  .no-js .content-page .content-sidebar,
  .no-flexbox.no-flexboxtweener .content-page .content-sidebar {
    width: 21.875rem;
    margin: 0;
    float: right;
  }
  .no-js .content-page .content-sidebar.left-sidebar,
  .no-flexbox.no-flexboxtweener .content-page .content-sidebar.left-sidebar {
    float: left;
  }
  .no-js .content-page .content-sidebar.left-sidebar.empty-sidebar,
  .no-flexbox.no-flexboxtweener
    .content-page
    .content-sidebar.left-sidebar.empty-sidebar {
    display: block;
    min-height: 56px;
  }
}
@media only screen and (min-width: 74em) {
  .content-page,
  .content-section {
    padding-left: 0;
    padding-right: 0;
  }

  .no-js .content-page .content-main-inner.left-sidebar,
  .no-flexbox.no-flexboxtweener .content-page .content-main-inner.left-sidebar {
    margin: 0 0 0 auto;
  }
}
/* HEADER Styles, including announcement banner, toolbar, and logo */
body {
  top: 0 !important;
}

.masthead {
  padding-top: 18px;
  position: relative;
  height: 133px;
  line-height: 0;
}

.logo {
  line-height: inherit;
  min-height: 95px;
  min-height: 115px;
  width: calc(100% - 90px);
  max-width: 300px;
  margin-left: 80px;
  position: relative;
  z-index: 2;
}
.logo a {
  line-height: inherit;
}

body:not(.home) header {
  /*	
  	background: linear-gradient(90deg, $color_westbaydarkgreen 20.5%, $color_westbaylightgreen 20.5%, $color_westbaylightgreen 42%, $color_westbaybrown 42%);
  	background-size: 100% 6px;
  	background-repeat: no-repeat;
  	background-position: bottom left;
  */
  background: linear-gradient(
    90deg,
    #42753a 25%,
    #81c619 25%,
    #81c619 50%,
    #58352f 50%
  );
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: bottom left;
  /*
  	background-image: url("/wp-content/themes/community/images//bg/leaf-divider.png");
  	background-size: 80px 10px;
  	background-repeat: repeat-x;
  	background-position: bottom left;
  	*/
}

.header-toolbar {
  width: 100%;
  padding: 0.7rem 20px 0.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5rem;
  background: #58352f;
}
.header-toolbar .reciteme-button {
  font-size: 1.5rem;
  color: inherit;
  cursor: pointer;
  flex: 1 1 auto;
  text-align: left;
  border: none;
  background: inherit;
  height: 100%;
}
.header-toolbar .reciteme-button:focus,
.header-toolbar .reciteme-button:hover,
.header-toolbar .reciteme-button:active {
  background: inherit;
}
.header-toolbar .header-utility-button {
  line-height: 1;
  position: relative;
  padding: 0 1.25rem 0 1.4rem;
  z-index: 10;
}
.header-toolbar .header-utility-button:after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  border-left: 2px solid #f3ae4f;
  transform: skewX(-10deg);
  pointer-events: none;
}
.header-toolbar a,
.header-toolbar .reciteme-button {
  display: inline-block;
  text-transform: lowercase;
  color: #ffffff;
}
.header-toolbar a:hover,
.header-toolbar a:focus,
.header-toolbar a:active,
.header-toolbar .reciteme-button:hover,
.header-toolbar .reciteme-button:focus,
.header-toolbar .reciteme-button:active {
  color: #f3ae4f;
}
.header-toolbar .header-utility-icon {
  font-size: 2rem;
  font-size: 1.5rem;
}
.header-toolbar .header-button-text {
  display: none;
  font-size: 0.8rem;
  padding: 2px 0;
  color: #ffffff;
  background: linear-gradient(0deg, #f3ae4f, #f3ae4f) bottom center no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.header-toolbar .header-utility-button:hover,
.header-toolbar .header-utility-button:focus,
.header-toolbar .header-utility-button:active {
  outline: unset;
}
.header-toolbar .header-utility-button:hover .header-button-text,
.header-toolbar .header-utility-button:focus .header-button-text,
.header-toolbar .header-utility-button:active .header-button-text {
  background-size: 100% 1px;
}

.announcement-banner {
  width: 100%;
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 0.8rem;
  background: #e7f9cc;
}

.announcement-text {
  max-width: 43.75rem;
  flex: 1 1;
  padding: 0 0 0 1rem;
  color: #141514;
}
.announcement-text p {
  margin: 0;
  text-align: center;
}
.announcement-text a {
  color: #141514;
}

.announcement-close-button {
  border-radius: 50%;
  border: none;
  background-color: #e7f9cc;
  color: #141514;
  font-weight: 600;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  flex: 0 0 auto;
  margin: 0 1rem;
}
.announcement-close-button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

@media only all and (min-width: 460px) {
  .logo {
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 37.5em) {
  .announcement-banner {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 50em) {
  body:not(.home) header {
    background-size: 100% 6px;
  }

  .masthead {
    height: auto;
    align-items: center;
    margin: 10px 20px 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2rem;
  }

  .logo {
    padding: 0 10px 0 0;
    flex: 1 0 auto;
    margin: 0;
    max-width: 500px;
  }

  .header-toolbar {
    font-size: 0.9rem;
    padding: 0.8rem 20px 0.5rem;
    background: linear-gradient(90deg, white min(40%, 500px), #58352f 60%);
    background: #58352f;
  }
  .header-toolbar a,
  .header-toolbar .reciteme-button {
    font-size: 0.9rem;
    color: #ffffff;
    color: #fff;
  }
  .header-toolbar .header-utility-icon {
    display: none;
  }
  .header-toolbar .header-button-text {
    display: inline-block;
  }

  .announcement-banner {
    padding: 0.5rem 0;
  }

  .announcement-close-button {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 70em) {
  .masthead {
    margin: -40px 30px 0;
    margin: -30px 30px 0;
    margin: 20px 30px 0;
  }
}
/* NAVIGATION */
nav {
  margin: 0 auto;
  padding: 0px 20px;
}

.navigation {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
.navigation li {
  padding: 0 1rem;
}

/* MAIN HEADER NAV */
.main-nav {
  font-family: Montserrat, Verdana, sans-serif;
  text-transform: lowercase;
  line-height: 1.7;
  color: #141514;
  padding: 0;
  margin: 0 0 6px;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin-top: -133px;
  padding: 46px 10px 0;
  padding: 62px 10px 0;
}
.main-nav .navigation {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 120px 30px 20px;
  background: #e7f9cc;
  top: 0;
  left: -100%;
  transition: left 0.3s ease;
}
.main-nav li {
  list-style-type: none;
  margin: 0 auto;
  padding: 15px 0 10px;
  padding: 10px 0 6px;
  border-bottom: 1px solid rgba(88, 53, 47, 0.1);
}
.main-nav li:first-child {
  border-top: 1px solid rgba(88, 53, 47, 0.1);
}
.main-nav li.current_page_item .menu-title,
.main-nav li.current_page_ancestor .menu-title,
.main-nav li.current_page_parent .menu-title,
.main-nav li.program-related.program-menu-item .menu-title {
  color: #a2630b;
}
.main-nav a {
  color: inherit;
  padding: 10px 50px;
  display: inline-block;
}

.hamburger-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 18px;
}
.hamburger-icon span {
  display: none;
}
.hamburger-icon div {
  margin: 0 auto 6px;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
  background: #cdcdcd;
  background: #596a70;
  border-radius: 3px;
  z-index: 1;
}
.hamburger-icon div:first-of-type,
.hamburger-icon div:nth-of-type(3) {
  transform-origin: center left;
  transition: all 0.3s ease;
}

/* Hiding the checkbox */
#menu-toggle {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 46px;
  top: 62px;
  left: 10px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menu-toggle:checked ~ .navigation {
  left: 0;
}

#menu-toggle:checked + .hamburger-icon div {
  background: #58352f;
}

#menu-toggle:checked + .hamburger-icon div:first-of-type {
  transform: rotate(33.3deg);
}

#menu-toggle:checked + .hamburger-icon div:nth-of-type(3) {
  transform: rotate(-33.3deg);
}

#menu-toggle:checked + .hamburger-icon div:nth-of-type(2) {
  visibility: hidden;
}

@media only screen and (min-width: 50em) {
  .main-nav {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: unset;
    margin: 0;
    padding: 0 0 0 10px;
    flex: 1 1 auto;
    font-size: 0.9rem;
    /*
    		li.current-menu-item a {
    			.menu-title {
    				color: $color_font;
    			}
    			&:after {
    				background-color: lighten($color_newgreen,7%);
    			}
    		}
    */
  }
  .main-nav .navigation {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-grow: 1;
    position: relative;
    background-color: inherit;
    left: 0;
    padding: 0;
    border-top: none;
  }
  .main-nav li {
    padding: 0;
    margin: 0;
    padding: 0 0.75rem 0 0;
    border: none;
  }
  .main-nav li:first-child {
    border: none;
  }
  .main-nav li a {
    position: relative;
    text-align: left;
    padding: 0.15rem 0.125rem 0.15rem 1.125rem;
  }
  .main-nav li a:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    border-left: 2px solid #f3ae4f;
    transform: skewX(-10deg);
  }
  .main-nav .menu-title {
    padding: 0 3px 2px 3px;
    background: linear-gradient(0deg, #f3ae4f, #f3ae4f) bottom center no-repeat;
    background-size: 0px 2px;
    transition: background-size 0.5s;
    border: solid transparent 2px;
  }
  .main-nav a:focus,
  .main-nav a:hover,
  .main-nav a:active {
    outline: unset;
  }
  .main-nav a:focus .menu-title,
  .main-nav a:hover .menu-title,
  .main-nav a:active .menu-title {
    background-size: 100% 2px;
  }

  .hamburger-icon {
    display: none;
    flex-grow: 0;
  }

  #menu-toggle {
    cursor: none;
  }
}
@media only screen and (min-width: 70em) {
  .main-nav {
    margin: 0;
    font-size: 1rem;
  }
}
/* ------------FOOTER -------------- */
footer {
  position: relative;
  background-color: #42753a;
  color: #ffffff;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-align: center;
}
footer .footer-main {
  max-width: 67.5em;
  margin: 0 auto;
  padding: 50px 0 10px;
}
footer .footer-info-list {
  margin: 0 auto;
}
footer .footer-info {
  margin: 0 0 1rem;
  width: 100%;
  float: left;
  font-size: 0.8rem;
}
footer a[href^='tel:'],
footer a[href^='mailto:'] {
  color: inherit;
}
footer p {
  margin: 0;
  display: block;
}
footer h3,
footer h5 {
  font-family: inherit;
  text-transform: uppercase;
  font-size: inherit;
}
footer h3 {
  letter-spacing: 1.5px;
  text-transform: lowercase;
  color: #ffffff;
  margin: 0 0 1rem 0;
  border-bottom: 0;
}
footer h5 {
  margin: 0 0 2px 0;
}
footer h5 span {
  border-bottom: 1px solid #ffffff;
}
footer .top-link {
  position: absolute;
  z-index: 10;
  background-color: #42753a;
  left: 50%;
  top: -30px;
  margin: 0 0 0 -40px;
  border-radius: 40px 40px 0 0;
  width: 80px;
  height: 40px;
}
footer .flower {
  width: 76px;
  margin-top: 4px;
  vertical-align: middle;
}
footer nav {
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 10px auto 15px;
  margin: 0px auto 5px;
  padding: 4px 0 5px;
  padding: 0;
  line-height: 2.2;
  /* to help click space on mobile */
  letter-spacing: 2px;
  text-transform: lowercase;
}
footer nav .navigation {
  display: flex;
  justify-content: center;
  padding: 6px 0;
}
footer nav a {
  font-size: 0.8rem;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
footer nav a:focus,
footer nav a:hover,
footer nav a:active {
  outline: unset;
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .social {
  padding: 0 0.5rem;
  vertical-align: middle;
}
footer .social .fa,
footer .social .fas,
footer .social .fab {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  transition: all 1s;
}
footer .social:focus,
footer .social:hover,
footer .social:active {
  outline: unset;
}
footer .social:focus .fa,
footer .social:focus .fas,
footer .social:focus .fab,
footer .social:hover .fa,
footer .social:hover .fas,
footer .social:hover .fab,
footer .social:active .fa,
footer .social:active .fas,
footer .social:active .fab {
  transform: scale(1.2);
}

@media only screen and (min-width: 50em) {
  footer .footer-info {
    width: 33.33%;
  }

  footer .footer-info-social {
    margin-top: 1rem;
  }
}
/* ---------------- BILLBOARD ----------------- */
.billboard {
  position: relative;
  width: 100%;
  margin: -10px 0 0;
  padding: 0;
  height: 450px;
  background-position: 70% 30%;
  background-size: cover;
}
.billboard .post-content-wrapper {
  order: 1;
}

.billboard-message {
  line-height: 1.7;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3%;
  height: 45%;
  background: radial-gradient(
    circle closest-side,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.8)
  );
}

.billboard-message-text {
  padding: 1rem 1rem;
  text-align: center;
  max-width: 100%;
  flex: 0 0 auto;
}
.billboard-message-text p {
  margin: 0.5rem 0 1.5rem 0;
  font-size: min(5vw, 1.4rem);
  color: #58352f;
}

.billboard-title {
  border-bottom: none;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  font-size: min(8vw, 2rem);
  color: #58352f;
  font-weight: 600;
  order: 2;
  line-height: 1.2;
}

.billboard-buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.billboard-buttons .button,
.featured-programs-section .button,
.social-feed .button {
  margin: 0 1em;
  font-size: min(3vw, 0.8rem);
  background-color: #58352f;
}
.billboard-buttons .button:first-of-type {
  margin-left: 0;
}
.billboard-buttons .button:last-of-type {
  margin-right: 0;
}
.billboard-buttons .button:focus,
.billboard-buttons .button:hover,
.billboard-buttons .button:active,
.featured-programs-section .button:focus,
.featured-programs-section .button:hover,
.featured-programs-section .button:active,
.social-feed .button:focus,
.social-feed .button:hover,
.social-feed .button:active {
  background-color: #42753a;
  box-shadow: 0px 0px 0px 1px #42753a;
}

@media only screen and (min-width: 50em) {
  .billboard {
    position: relative;
    margin-top: -10px;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover, cover;
  }

  .billboard-title {
    font-size: 2.7vw;
  }

  .billboard-message {
    position: relative;
    line-height: 1.7;
    padding: 1rem;
    width: 35%;
    background: unset;
    bottom: 0;
    height: 100%;
  }

  .billboard-message-text p {
    font-size: 1.5vw;
  }

  .billboard-buttons .button {
    font-size: min(1vw, 0.8rem);
    margin: 0 0.5em;
  }
  .billboard-buttons .button:first-of-type {
    margin: 0 0.5em;
  }
  .billboard-buttons .button:last-of-type {
    margin: 0 0.5em;
  }
}
@media only screen and (min-width: 70em) {
  .billboard {
    margin-top: -30px;
  }
}
/* ---------------- ICON MENU ----------------- */
.icon-menu-section {
  margin: 0 auto;
  padding: 3rem 1rem 1rem;
  max-width: 800px;
}
.icon-menu-section h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #58352f;
  border-color: #58352f;
}

.icon-menu {
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.icon-menu::-webkit-scrollbar {
  display: none;
}

.icon-menu-item {
  flex: 1 0 auto;
  width: 120px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.icon-menu-item .color-hover {
  transition: transform 1s;
}
.icon-menu-item .icon-menu-span {
  background: linear-gradient(0deg, #f3ae4f, #f3ae4f) bottom center no-repeat;
  background-size: 0px 2px;
  transition: all 1s;
  padding-bottom: 6px;
}
.icon-menu-item a {
  display: inline-block;
  width: 100%;
}
.icon-menu-item a:focus,
.icon-menu-item a:hover,
.icon-menu-item a:active {
  outline: unset;
}
.icon-menu-item a:focus .icon-menu-span,
.icon-menu-item a:hover .icon-menu-span,
.icon-menu-item a:active .icon-menu-span {
  background-size: 100% 2px;
}
.icon-menu-item a:focus .color-hover,
.icon-menu-item a:hover .color-hover,
.icon-menu-item a:active .color-hover {
  transform: scale(1.1);
}

.icon-menu-icon {
  width: 80%;
  max-width: 50px;
  margin: 0 auto;
}

.icon-menu-text {
  font-size: 0.9rem;
  margin-top: 2px;
  text-align: center;
  color: #58352f;
}

@media only screen and (min-width: 50em) {
  .icon-menu {
    justify-content: center;
    padding: 0 1rem;
  }

  .icon-menu-item {
    flex: 1 1 0;
  }

  .icon-menu-icon {
    max-width: 80px;
  }
}
/* ---------------- BULLETINS ----------------- */
.bulletin-section {
  padding: 2rem 1rem;
}
.bulletin-section .bulletin-section-title {
  display: none;
}

.bulletin {
  margin: 0 auto;
  padding: 2rem 1rem 1rem;
  width: 100%;
  max-width: 900px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  background-color: #58352f;
  border-radius: 20px;
  border: solid 4px #fef7ed;
}
.bulletin:first-of-type {
  margin-bottom: 1rem;
}
.bulletin .button {
  background-color: #fef7ed;
  border-color: #58352f;
  color: #141514;
}
.bulletin .button:focus,
.bulletin .button:hover,
.bulletin .button:active {
  background-color: #f3ae4f;
  border-color: #58352f;
  color: #141514;
  box-shadow: 0px 0px 0px 1px #fef7ed;
}
.bulletin .bulletin-text {
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.bulletin .highlight-image {
  max-width: 40%;
}
.bulletin img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
  width: 100%;
}
.bulletin .bulletin-title {
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
  border-color: #fef7ed;
}
.bulletin p {
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 50em) {
  .bulletin-section {
    position: relative;
    background: #fef7ed
      conic-gradient(
        from var(--b) at var(--xy),
        var(--c0) var(--a),
        var(--c1) 0% 50%,
        var(--c2) 0% calc(180deg + var(--a)),
        var(--c3) 0%
      );
    --xy: calc(50% - 410px) 50%;
    --b: 30deg;
    --a: 120deg;
    --c3: #fff;
    --c1: #fff;
    --c0: #fff;
    --c2: #e7f9cc;
  }

  /* .bulletin-section.social-feed {
    --xy: calc(50% + 410px) 50%;
    --b: 210deg;
  } */

  .bulletin {
    flex-wrap: nowrap;
    padding: 1rem 3rem 1rem 2rem;
    padding: 1rem 3rem 1rem 2rem;
  }
  .bulletin .bulletin-title {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .bulletin .highlight-image {
    width: 30%;
  }
  .bulletin .bulletin-text {
    text-align: left;
    width: 70%;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 60em) {
  .bulletin .bulletin-title {
    font-size: 1.35rem;
  }
}
/* ---------------- IMPACT ----------------- */
.impact-section {
  padding: 3rem 1rem 4rem;
  background-color: #e7f9cc;
}
.impact-section .impact-title {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  font-size: 2rem;
  color: #42753a;
}
.impact-section .impact-subtitle {
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: inline-block;
  border: none;
  padding-left: 1rem;
  color: #42753a;
}
.impact-section a {
  color: #58352f;
}
.impact-section img {
  padding-top: 0.5rem;
}

.impact-grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr [col-start]);
  gap: 1rem;
}
.impact-grid > div {
  border: solid 2px #42753a;
  border-radius: 20px;
  padding: 1rem;
  background-color: #fff;
  text-align: center;
}
.impact-grid .impact-item {
  font-size: 0.9rem;
}

.impact {
  margin: 0 auto;
  width: 100%;
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
}
.impact .button {
  color: #ffffff;
}
.impact p {
  margin-bottom: 0.75rem;
}

.basic-stats {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.decor-1 {
  display: none;
}

.food-stats {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.energy-stats {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.energy-stats .impact-item,
.food-stats .impact-item {
  padding: 0.5rem 0;
  border-bottom: solid 2px #42753a;
}
.energy-stats .impact-item:first-of-type,
.food-stats .impact-item:first-of-type {
  padding-top: 0;
}
.energy-stats .impact-item:last-of-type,
.food-stats .impact-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.annual-report {
  grid-column: 1 / span 1;
  grid-row: 4;
}

.financial-report {
  grid-column: 2 / span 1;
  grid-row: 4;
}

.annual-report .icon-menu-icon,
.financial-report .icon-menu-icon {
  transition: all 1s;
}
.annual-report .icon-menu-span,
.financial-report .icon-menu-span {
  background: linear-gradient(0deg, #f3ae4f, #f3ae4f) bottom center no-repeat;
  background-size: 0px 2px;
  transition: all 1s;
  padding-bottom: 6px;
}
.annual-report a:focus,
.annual-report a:hover,
.annual-report a:active,
.financial-report a:focus,
.financial-report a:hover,
.financial-report a:active {
  outline: unset;
}
.annual-report a:focus .icon-menu-icon,
.annual-report a:hover .icon-menu-icon,
.annual-report a:active .icon-menu-icon,
.financial-report a:focus .icon-menu-icon,
.financial-report a:hover .icon-menu-icon,
.financial-report a:active .icon-menu-icon {
  transform: scale(1.1);
}
.annual-report a:focus .icon-menu-span,
.annual-report a:hover .icon-menu-span,
.annual-report a:active .icon-menu-span,
.financial-report a:focus .icon-menu-span,
.financial-report a:hover .icon-menu-span,
.financial-report a:active .icon-menu-span {
  background-size: 100% 2px;
}

@media only screen and (min-width: 1000px) {
  .impact-section {
    padding: 6rem 0 6rem 0 !important;
    position: relative;
  }
  .impact-section .impact-title {
    display: block;
    text-align: center;
    font-size: 4rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    bottom: -1rem;
    left: 0;
    border: none;
    margin: 0;
    padding: 0;
  }
  .impact-section .impact-subtitle {
    padding-left: 0;
    display: block;
    text-align: center;
    font-size: 4rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    bottom: -1rem;
    left: 3rem;
    color: #fff;
    text-shadow: -1px -1px 0 #42753a, 1px -1px 0 #42753a, -1px 1px 0 #42753a,
      1px 1px 0 #42753a;
  }

  .impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr) [col-start]);
    padding: 0 40px 0 160px;
    max-width: 1440px;
  }

  .impact {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }

  .basic-stats {
    grid-column: 1 / span 1;
    grid-row: 1;
  }

  .impact-grid .decor-1 {
    display: block;
    background-color: inherit;
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
    background: url('/wp-content/themes/community/images/menuIcons/leaf-cluster.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
  }

  .food-stats {
    grid-column: 2 / span 1;
    grid-row: 2 / span 2;
  }

  .energy-stats {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
  }

  .annual-report {
    grid-column: 3 / span 1;
    grid-row: 3;
  }

  .financial-report {
    grid-column: 4 / span 1;
    grid-row: 3;
  }
}
@media only screen and (min-width: 60em) {
  .impact-subtitle {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 1440px) {
  .impact-section .impact-title {
    bottom: -1rem;
    left: calc(50% - 720px);
  }
  .impact-section .impact-subtitle {
    bottom: -1rem;
    left: calc(50% - 670px);
  }

  .impact-grid {
    padding: 0 0 0 160px;
    max-width: 1400px;
  }
}
/* ---------------- SPONSORS ----------------- */
.sponsors-section.display-section {
  padding: 1rem 1rem 3.5rem;
  background: url('/wp-content/themes/community/images/menuIcons/sponsors-line-man.svg')
    left bottom no-repeat;
  background-size: 100%;
  text-align: center;
}
.sponsors-section.display-section h2 {
  margin-bottom: 0.85rem;
}

.sponsors-intro {
  font-size: 2rem;
  color: #42753a;
  text-transform: uppercase;
  text-align: left;
}
.sponsors-intro p:last-child {
  margin-bottom: 0;
}

.sponsors-text {
  margin: 10px auto 0;
  width: 100%;
}
.sponsors-text .post-content-wrapper,
.sponsors-text h2 {
  max-width: min(80vw, 500px);
}
.sponsors-text .post-content-wrapper {
  margin: 0 auto;
}
.sponsors-text h2 {
  font-size: 1.1rem;
}

.sponsors-content {
  padding: 0;
}

.sponsors-image {
  display: none;
}

@media only screen and (min-width: 50em) {
  .sponsors-text {
    margin: 0 auto 0;
    width: 100%;
  }
  .sponsors-text .post-content-wrapper,
  .sponsors-text h2 {
    max-width: 500px;
  }
  .sponsors-text .post-content-wrapper {
    margin: 0 auto;
  }

  .sponsors-section.display-section {
    display: flex;
    padding: 2rem 1rem 4rem;
    margin: 0 auto;
    background: unset;
  }

  .sponsors-content {
    width: 55%;
    flex: 0 0 auto;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
  }

  .sponsors-image {
    display: block;
    flex: 1 1 auto;
    max-width: 400px;
  }
  .sponsors-image img {
    border-radius: 50%;
  }

  .sponsors-intro {
    font-size: 4rem;
    text-align: center;
  }
}
/* ---------------- BLOG and PROGRAM ----------------- */
.blog-entries {
  padding-bottom: 1.7rem;
}
.blog-entries.full-blog-entries {
  padding-top: 1.7rem;
  border-top: 1px solid #e6e7e8;
}

.category-headline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 0.85rem;
  margin-bottom: 1rem;
}
.category-headline span {
  display: inline-block;
  flex: 1 1 auto;
}
.category-headline span.top-link {
  flex: 0 1 auto;
}
.category-headline span.top-link a {
  color: #bbbec1;
  vertical-align: baseline;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.category-headline span.top-link a:hover {
  color: #545d63;
}

.list-item {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 1.7rem;
  margin-bottom: 1rem;
}
.list-item:last-child {
  margin-bottom: 0;
}
.list-item h3 {
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-archive-link {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 0;
}

.category-cloud .category-nav a,
.tags a {
  vertical-align: middle;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: Montserrat, Verdana, sans-serif;
  color: #545d63;
  border: 1px solid #a2630b;
  border-radius: 3px;
}
.category-cloud .category-nav a:hover,
.tags a:hover {
  color: #a2630b;
}

.post-date {
  font-style: italic;
  font-family: Montserrat, Verdana, sans-serif;
  color: #bbbec1;
  padding-left: 0.5rem;
  font-size: 0.8rem;
}

.excerpt {
  margin: 0;
  overflow: hidden;
}

.blog-entry-content {
  overflow: hidden;
}
.blog-entry-content h4,
.blog-entry-content h5 {
  border-left: 2px solid #e3f0e0;
  padding-left: 0.5rem;
  margin-bottom: 0;
}

.post-content-wrapper {
  overflow: hidden;
}

.featured-image {
  margin-bottom: 1rem;
}
.featured-image img {
  display: block;
  margin: 0 auto;
}

.blog-entries.magazine .list-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.blog-entries.magazine .blog-entry-labels {
  font-size: 0.8rem;
  flex: 1 1 100%;
  order: 2;
}
.blog-entries.magazine .blog-entry-date {
  display: inline-block;
  color: #545d63;
  padding: 0 1rem 0 0;
}
.blog-entries.magazine .blog-entry-date span {
  text-transform: uppercase;
}
.blog-entries.magazine .blog-entry-date span.month {
  letter-spacing: 1px;
}
.blog-entries.magazine .blog-entry-category {
  display: inline-block;
  color: #bbbec1;
  text-transform: uppercase;
}
.blog-entries.magazine .featured-image {
  max-width: 100%;
  width: 300px;
  flex: 0 0 auto;
  margin: 0;
  order: 1;
}
.blog-entries.magazine .list-blog-summary {
  width: 100%;
  flex: 0 0 auto;
  order: 3;
}
.blog-entries.magazine .list-blog-summary h3 {
  margin: 1.25rem 0 0.75rem 0;
  line-height: normal;
}

@media only screen and (min-width: 37.5em) {
  .blog-entries.nested {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .blog-entries.magazine .list-item {
    flex-wrap: nowrap;
    border-bottom: 0;
    padding-bottom: 2rem;
  }
  .blog-entries.magazine .blog-entry-labels {
    width: 9rem;
    flex: 1 0 auto;
    order: 1;
  }
  .blog-entries.magazine .blog-entry-date {
    display: block;
    padding-right: 2rem;
  }
  .blog-entries.magazine .blog-entry-category {
    display: block;
  }
  .blog-entries.magazine .featured-image {
    margin-right: 2rem;
    order: 2;
  }
  .blog-entries.magazine .list-blog-summary {
    min-width: 200px;
    width: auto;
    flex: 1 1 auto;
  }
  .blog-entries.magazine .list-blog-summary h3 {
    margin-top: 4px;
  }

  .no-js .blog-entries.magazine .list-blog-summary,
  .no-flexbox.no-flexboxtweener .blog-entries.magazine .list-blog-summary {
    width: 290px;
  }
}
@media only screen and (min-width: 62.5em) {
  .no-js .blog-entries.magazine .list-blog-summary,
  .no-flexbox.no-flexboxtweener .blog-entries.magazine .list-blog-summary {
    width: 390px;
  }
}
@media only screen and (min-width: 68.75em) {
  .no-js .blog-entries.magazine .list-blog-summary,
  .no-flexbox.no-flexboxtweener .blog-entries.magazine .list-blog-summary {
    width: 490px;
  }
}
@media only screen and (min-width: 75em) {
  .no-js .blog-entries.magazine .list-blog-summary,
  .no-flexbox.no-flexboxtweener .blog-entries.magazine .list-blog-summary {
    width: 590px;
  }

  .blog-entries.nested {
    padding-left: 3rem;
  }
}
/* ---------- Sidebar Content ------------- */
.contact-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
}
.contact-sidebar a[href^='tel:'],
.contact-sidebar a[href^='mailto:'] {
  color: inherit;
}

.contact-box {
  display: inline-block;
  vertical-align: top;
  width: 20.875rem;
  max-width: 98%;
  padding: 1rem 8px;
  margin: 0 auto 1rem;
  flex: 0 0 auto;
}
.contact-box h4 {
  margin-top: 0;
  text-align: left;
  padding-left: 2rem;
  padding-bottom: 2px;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #42753a;
}
.contact-box img {
  margin: 0 auto;
  display: block;
}

.testimonial-box .testimonial-text {
  font-size: 0.9rem;
  font-style: italic;
  border-top: 2px solid #e3f0e0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.testimonial-box .testimonial-text:first-of-type {
  border-top: 0;
  padding-top: 0.5rem;
}
.testimonial-box .testimonial-text p {
  margin-bottom: 0.2rem;
}

.testimonial-box .attribution {
  text-align: right;
  padding-right: 2rem;
}
.testimonial-box .attribution::before {
  content: '-';
}

.social-box {
  order: 5;
  padding-bottom: 0.5rem;
  text-align: left;
}
.social-box .social {
  font-size: 2rem;
  padding: 0 0.5rem;
  line-height: 1;
}
.social-box .social:first-of-type {
  padding-left: 2rem;
}
.social-box .twitter .fa {
  color: #55acee;
}
.social-box .facebook .fa {
  color: #3b5998;
}

.volunteer-badge {
  padding: 1.3rem 8px 1.5rem;
}
.volunteer-badge .fa {
  color: #51312b;
  color: #42753a;
}

.contact-entry {
  position: relative;
  padding: 0 0 0 0.5rem;
}
.contact-entry .fa {
  float: left;
  vertical-align: bottom;
  line-height: 2rem;
  color: #51312b;
  color: #42753a;
}
.contact-entry div {
  padding-left: 1.5rem;
}
.contact-entry p {
  margin: 0;
  line-height: 2rem;
}
.contact-entry:first-child {
  border-top: 0;
}

.contact-location {
  border-top: 2px solid #e3f0e0;
}

.contact-info {
  margin: 0 auto;
  text-align: left;
}

.category-sidebar {
  display: none;
}

.category-nav {
  text-align: left;
  padding: 0 1rem;
  margin: 0 auto;
}
.category-nav .navigation {
  padding: 0;
}
.category-nav ul {
  margin: 0;
}
.category-nav li {
  display: block;
  padding-right: 0;
}
.category-nav a {
  display: inline-block;
  width: 100%;
  color: inherit;
}
.category-nav a:focus,
.category-nav a:hover,
.category-nav a:active {
  outline: unset;
  background-color: #ffffff;
}
.category-nav h4 {
  margin: 0.5rem 0;
}

.category-cloud .category-nav {
  max-width: initial;
  margin-bottom: 2rem;
  padding: 0;
  background-color: inherit;
}
.category-cloud .category-nav h4 {
  display: none;
}
.category-cloud .category-nav li {
  display: inline;
  padding: 0;
}
.category-cloud .category-nav a {
  margin: 0 0 0.5rem 0;
}

@media only screen and (min-width: 62.5em) {
  .category-sidebar {
    display: block;
  }

  .category-cloud {
    display: none;
  }

  .contact-sidebar {
    display: block;
  }
}
/* ---------------- PROFILE ----------------- */
.collapse-control,
.collapse-control:hover {
  color: inherit;
}
.collapse-control .fa,
.collapse-control:hover .fa {
  color: #bbbec1;
  vertical-align: middle;
  padding: 0 4px 4px;
}

.collapse-control.blog-archive-link {
  color: #a2630b;
}
.collapse-control.blog-archive-link:hover {
  color: #58352f;
}
.collapse-control.blog-archive-link .fa {
  color: inherit;
}

.profile-page h3 {
  font-size: 1.2rem;
  border-bottom: 0;
  margin: 0;
}

.profile-page-intro {
  overflow: hidden;
  max-width: 43.75rem;
  text-align: left;
  margin-left: 0;
}

.profile {
  font-size: 0.9rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.profile p {
  margin: 0;
  padding: 0;
  line-height: 2rem;
}
.profile a[href^='tel:'],
.profile a[href^='mailto:'] {
  color: inherit;
}

.profile-img {
  width: 165px;
  display: block;
}
.profile-img img {
  box-shadow: 1px 1px 2px 0 rgba(84, 93, 99, 0.3);
}

.profile-content .fa {
  font-size: 0.75em;
}

/* styles specific to board of directors section */
.board-list .profile {
  padding-bottom: 0.5rem;
}

.profile-label {
  width: 9em;
  font-size: 0.9rem;
}
.profile-label .group,
.profile-label .town {
  background-color: #e3f0e0;
  padding: 0 0.5rem;
  margin: 0 0 0.5rem 0;
}
.profile-label .group.lowIncome,
.profile-label .group.low-income {
  background-color: #fcf7da;
}
.profile-label .group.government {
  background-color: #e8e1d6;
}
.profile-label .group.community {
  background-color: #e3f5f5;
}
.profile-label .town.warwick {
  background-color: #e6e7e8;
}
.profile-label .town.westWarwick,
.profile-label .town.west-warwick {
  background-color: #f2e8ef;
}
.profile-label .town.eastGreenwich,
.profile-label .town.east-greenwich {
  background-color: #ebf5ff;
}
.profile-label .town.coventry {
  background-color: #ffefe6;
}

.person-details {
  padding: 0 0 1.7rem 2rem;
  border-bottom: 2px solid #e3f0e0;
  margin-bottom: 1.7rem;
}
.person-details p {
  margin-bottom: 0;
}
.person-details .fa,
.person-details .fa-stack {
  float: left;
  line-height: 1.7rem;
  color: #fff;
}
.person-details .fa-stack {
  line-height: 1.7rem;
}
.person-details .fa,
.person-details .fa-stack-2x {
  color: #51312b;
}
.person-details a[href^='tel:'],
.person-details a[href^='mailto:'] {
  color: inherit;
}

@media only screen and (min-width: 26.25em) {
  .profile-label {
    margin-right: 1rem;
    float: left;
  }
}
@media only screen and (min-width: 32em) {
  .profile-img {
    float: left;
    margin-right: 16px;
  }

  .profile-content {
    padding-left: 181px;
  }

  .board-list .profile-content {
    padding-left: 0;
  }

  .profile-label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 37em) {
  .profile h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .profile {
    float: left;
    width: 50%;
  }
  .profile:nth-child(odd) {
    padding-right: 1rem;
  }
  .profile:nth-child(even) {
    padding-left: 1rem;
  }
}
/* ---------------- LOCATION ----------------- */
.location-page h4 {
  border-bottom: 2px solid #e3f0e0;
  border-bottom: 2px solid #e7f9cc;
  margin-bottom: 0rem;
  background-color: #e3f0e0;
  background-color: #e7f9cc;
  background-color: #f6fdec;
  padding: 2px 0.5rem 0 2.5rem;
}
.location-page p {
  margin: 0.5rem 0;
}

.location .fa,
.location .fa-stack {
  float: left;
  line-height: 1.7rem;
  color: #fff;
}
.location .fa-stack {
  line-height: 1.7rem;
}
.location .fa-stack-2x {
  color: #51312b;
}
.location .location-address,
.location .location-contact p {
  padding-left: 2.5rem;
}
.location a[href^='tel:'],
.location a[href^='mailto:'] {
  color: inherit;
}

.location-with-map .location {
  width: 100%;
}

.map-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1.7rem;
}
.map-wrapper .map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.no-js .map-wrapper .map {
  display: none;
}

.location-list .location {
  margin: 0 0 2rem 0;
}

@media only screen and (min-width: 46em) {
  .location-with-map {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .location-with-map .location {
    width: 21.875rem;
    float: left;
    position: relative;
    vertical-align: top;
    padding-right: 1rem;
    flex: 0 0 auto;
  }
  .location-with-map .map-wrapper {
    vertical-align: top;
    margin-right: 0;
    min-width: 300px;
    flex: 1 1 auto;
  }

  .location-list .location {
    float: left;
    width: 47.5%;
  }
  .location-list .location:nth-child(odd) {
    margin-right: 5%;
  }
}
/* BUTTONS and FORM ELEMENTS */
form {
  padding: 2px;
}

form,
input,
textarea,
keygen,
select,
button {
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #141514;
}

input,
div.wpforms-container-full .wpforms-form button[type='submit'],
button.forminator-button {
  width: 20rem;
  max-width: 100%;
}

textarea {
  width: 100%;
  height: 10rem;
}

/* 20170113: Switched from color_emphasis to color_emphasis_bright for new color scheme. */
/* 20190310: Added Forminator styles. */
.button,
input[type='submit'],
button.forminator-button {
  display: inline-block;
  padding: 7px 20px;
  background-color: #42753a;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  border: 2px solid #fef7ed;
  border-radius: 2rem;
  transition: all 1s;
}
.button:focus,
.button:hover,
.button:active,
input[type='submit']:focus,
input[type='submit']:hover,
input[type='submit']:active,
button.forminator-button:focus,
button.forminator-button:hover,
button.forminator-button:active {
  outline: unset;
  color: #ffffff;
  background-color: #58352f;
  box-shadow: 0px 0px 0px 1px #58352f;
}

.form-field .required,
.required-field {
  color: red;
}

.contact-captcha {
  margin-bottom: 1.7rem;
}

.wpdui-icon-asterisk {
  color: red;
}

button.forminator-button {
  margin: 0 3px;
}

.content-page .forminator-custom-form div.forminator-label--success {
  background-color: #42753a;
}

.content-page .forminator-custom-form div[class^='forminator-label'],
.content-page .forminator-custom-form div[class^='forminator-label'] p {
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 0.9rem;
}

.forminator-required {
  color: red;
}

.forminator-field label,
.forminator-field input {
  display: block;
}

.forminator-error-message {
  font-size: 0.8rem;
  color: red;
}

/* PAGINATION */
.tool-pagination {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tool-pagination .prev {
  flex: 0 0 auto;
  padding-right: 1rem;
}
.tool-pagination .next {
  flex: 0 0 auto;
  padding-left: 1rem;
}
.tool-pagination ul.pages {
  display: inline-block;
  flex: 1 1 auto;
  list-style-type: none;
  margin: 0 auto;
}
.tool-pagination ul.pages li {
  display: inline-block;
  padding: 0 1rem;
}

/* Childcare center */
section.cc-program-section {
  max-width: 70rem;
}
.cc-programs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cc-program-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  line-height: 1.7;
  max-width: 35ch;

  margin: 1rem;
  padding: 1rem;

  border: 2px solid #42753a;
  border-radius: 20px;
}

.cc-program-card a.button {
  margin-top: auto;
}

.cc-program-card > :last-child {
  margin-bottom: 0;
}

section.cc-program-section {
  text-align: start;
}

.cc-program-section table {
  max-width: 500px;
  margin-inline: auto;
}

.cc-program-section h1 {
  max-width: max-content;
}

img.cc-logo {
  max-width: 500px;
  margin-bottom: 1.5rem;
}

.category-nav img.cc-logo {
  max-width: 250px;
}

a.active {
  font-weight: 600;
}

.cc-location {
  max-width: max-content;
  text-align: start;
}

section.featured-programs-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem 1rem;
}

section.featured-programs-section h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #58352f;
  border-color: #58352f;
  margin-bottom: 1.5rem;
  text-align: start;
  margin-inline: auto;
  display: block;
  max-width: max-content;
}

section.featured-programs-section .featured-programs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

section.featured-programs-section .program-card {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;

  padding: 1rem;
  border: 2px solid #42753a;
  border-radius: 20px;
}

section.featured-programs-section .program-card h3 {
  font-size: 1.3rem;
}

section.featured-programs-section a.button {
  display: block;
  max-width: max-content;
  text-align: center;
}

section.featured-programs-section > a.button {
  margin: 1rem auto;
}

section.featured-programs-section .program-card a.button {
  margin-top: auto;
}

.impact-card {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;

  padding: 1rem;
  border: 2px solid #42753a;
  border-radius: 20px;
  background-color: #ffffff;
}

.impact-card span {
  font-size: 1.5rem;
  font-weight: 600;
}

.impact-card a.button {
  color: #ffffff;
}

.impact-statistics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.impact-statistics__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

@media only screen and (min-width: 1000px) {
  .impact-statistics {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1440px) {
  .impact-statistics {
    padding: 0 0 0 160px;
    max-width: 1400px;
  }
}

.reports.display-section {
  padding: 2rem;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1rem;
  margin-inline: auto;
}

.reports.display-section .impact-card {
  width: 100%;
  justify-content: center;
}

.reports.display-section .main.impact-card {
  grid-row: 1 / span 2;
}

@media only screen and (max-width: 825px) {
  .reports.display-section .main.impact-card {
    grid-row: 1;
    grid-column: 1 / span all;
  }
}
.impact-item > span {
  font-weight: 600;
  font-size: 1.05rem;
}
.bulletin-section.social-feed .container {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.bulletin-section.social-feed .container h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  border-color: white;
  margin-bottom: 1.5rem;
  display: block;
  max-width: max-content;
  margin-inline: auto;
}

.content-sidebar.cc-sidebar > :where(.cta, .location, .faqs) {
  padding-inline: 1em;
}

.content-sidebar.cc-sidebar
  :where(.cta, .location, .location-address, .location-contact)
  > * {
  margin-bottom: 0.5rem;
  text-align: start;
}

.content-sidebar.cc-sidebar nav .fa {
  color: #42753a;
}

.content-sidebar.cc-sidebar {
  display: block;
}
@media screen and (max-width: 600px) {
  .content-sidebar.cc-sidebar :where(.location-contact) {
    line-height: 2;
  }
}

.content-sidebar.cc-sidebar h2 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.content-sidebar.cc-sidebar h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.content-sidebar.cc-sidebar :where(.location) h4 {
  font-size: 1.2rem;
}

.content-sidebar.cc-sidebar .faqs {
  text-align: start;
  line-height: 1.5;
}

section.social-feed .feed-wrapper {
  padding: 2rem;
  background-color: #42753a;
  text-align: start;
  max-width: 900px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.social-feed .feed-wrapper .fb-page {
  width: 100%;
  display: flex;
  justify-content: center;
}

section.social-feed > p {
  color: white;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

section.social-feed .feed-wrapper a.button {
  display: block;
  margin: 1rem auto 0;
  max-width: max-content;
}

section.social-feed .feed-wrapper #cff .cff-item {
  background: rgba(231, 249, 204, 0.6);
}

section.social-feed .feed-wrapper #cff p.cff-date {
  color: #a2630b;
}
section.social-feed .feed-wrapper :where(h2, .intro) {
  text-align: center;
  color: white;
}
p.footer-disclaimer {
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 2rem;
  max-width: 80ch;
  margin-inline: auto;
  text-wrap: pretty;
}

