/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/people-and-culture/_components/styles.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_accordion__cVaXn {
  /* margin-top: 1rem; */
}

.styles_item___M5kI {
  /* border-bottom: 1px solid #dbecf4; */ 
  border-bottom: 1px solid black;
}

.styles_itemGreen__l6mR3 {
  border-bottom: 1px solid #1a4331;
}

.styles_itemBtn__IF2kY {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 20px;
  text-align: left;
  color: #000000;
  background-color: transparent;
  border: none;
  line-height: 32.78px;
  font-weight: 600;
}

.styles_itemBtn__IF2kY:hover {
  background-color: #f3f3f3;
}

.styles_itemBtnExpanded__a_gfJ {
  /* background-color: #e7e7e7; */
  /* border-bottom: 1px solid #dbecf4; */
  border-bottom: 1px solid black;
}

.styles_itemBtnGreen__ETGZX {
  background-color: #f4f8e7 !important;
}

.styles_itemBtnGreen__ETGZX:hover {
  background-color: #f1fbd0 !important;
}

/* .itemBtnExpandedGreen {
  background-color: #ecfcb9 !important;
} */

.styles_itemContent__OWjKG {
  transition: height 0.25s cubic-bezier(0, 0, 0, 1);
  /* background-color: #f9f9f9; */
  border-radius: 4px;
  margin: 24px 0;
}

.styles_itemPanel__DLESz {
  padding: 18px 28px 18px 28px;
  /* padding: 1rem; */
}

.styles_chevron__3F6m6 {
  margin-left: auto;
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
}

.styles_itemBtnExpanded__a_gfJ .styles_chevron__3F6m6 {
  transform: rotate(180deg);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/components/GridImage/GridImage.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.custom-overlay__caption {
  background-color: rgba(0, 0, 0, 0.8);
  max-height: 240px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 2px;
  font-size: 90%;
}

.custom-overlay__tag {
  word-wrap: break-word;
  display: inline-block;
  background-color: white;
  height: auto;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
  color: black;
  vertical-align: baseline;
  margin: 2px;
}

