/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/ResourcesBlock/ResourcesBlock.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/*********************
Resources FAQ Block
*********************/
.ResourcesBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.ResourcesBlock-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--wp--preset--spacing--60);
}
.ResourcesBlock-wrapper {
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  width: 100%;
}
.ResourcesBlock-categoryTitle {
  color: var(--wp--preset--color--gray);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 500;
  margin: 0;
  padding: var(--wp--preset--spacing--60) 0;
}
.ResourcesBlock details {
  background-color: var(--wp--preset--color--white);
  border: none !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--50) !important;
  width: 100%;
  max-width: 100%;
}
.ResourcesBlock details summary {
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--paragraph);
  font-weight: 700;
  width: 100%;
}
.ResourcesBlock details summary::before {
  display: none !important;
}
.ResourcesBlock details summary::after {
  border: 1px solid var(--wp--preset--color--gray-lighter);
  border-radius: var(--wp--custom--radius-xs, 4px);
  background: center center no-repeat url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 21%27%3E%3Cpath stroke=%27%23232d65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.667%27 d=%27M10 4.68v11.667m-5.833-5.834h11.666%27/%3E%3C/svg%3E");
  background-size: 20px 20px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
}
.ResourcesBlock details .SingleResource-content > div > * {
  margin: 0 0;
  margin-block-start: var(--wp--preset--spacing--50) !important;
}
.ResourcesBlock details[open] {
  border-bottom: 1px solid var(--wp--preset--color--tertiary) !important;
  border-top: 2px solid var(--wp--preset--color--secondary) !important;
}
.ResourcesBlock details[open] summary::after {
  border-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%2379716b%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.667%27 d=%27M4.167 10h11.666%27/%3E%3C/svg%3E");
}
.ResourcesSearch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
}
.ResourcesSearch-wrapper {
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  width: 100%;
}
.ResourcesSearch-wrapper input {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--radius--xs);
  box-sizing: border-box;
  box-shadow: none;
  color: var(--wp--preset--color--gray);
  display: block;
  font-size: 1rem !important;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 12px;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  max-width: 600px;
  padding-left: 36px;
  border: 1px solid var(--wp--preset--color--tertiary);
}
.ResourcesSearch-wrapper svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 8px;
  top: 10px;
}
.ResourcesShortcuts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--preset--shadow--card);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
}
.ResourcesShortcuts-list {
  max-width: var(--wp--style--global--wide-size);
  padding: 0;
  width: 100%;
}
.ResourcesShortcuts-list li {
  display: inline-block;
  margin: var(--wp--preset--spacing--30) 0;
  width: 100%;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 700;
}
.ResourcesShortcuts-list a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
.ResourcesShortcuts-list a,
.ResourcesShortcuts-list a:visited {
  color: var(--wp--preset--color--gray-dark);
}
@media screen and (min-width: 768px) {
  .ResourcesShortcuts-list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: var(--wp--preset--spacing--30);
         column-gap: var(--wp--preset--spacing--30);
  }
}
@media screen and (min-width: 1024px) {
  .ResourcesShortcuts-list {
    -moz-columns: 3;
         columns: 3;
  }
}
@media screen and (min-width: 1200px) {
  .ResourcesShortcuts-list {
    -moz-columns: 4;
         columns: 4;
  }
}
/*********************
AUTOCOMPLETE - for searching resources
*********************/
.ui-autocomplete {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--tertiary);
  border-top: 0;
  border-radius: 0;
  border-bottom-right-radius: var(--wp--custom--radius--xs);
  border-bottom-left-radius: var(--wp--custom--radius--xs);
  box-shadow: var(--wp--preset--shadow--card);
  box-sizing: border-box;
  cursor: default;
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 100;
}
.ui-autocomplete .ui-menu-item {
  position: relative;
  padding: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--wp--preset--color--gray);
  border-top: 1px solid var(--wp--preset--color--tertiary);
}
.ui-autocomplete .ui-menu-item b {
  color: var(--wp--preset--color--secondary);
}
.ui-autocomplete .ui-menu-item .selected {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--foreground);
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: var(--wp--preset--color--tertiary);
}

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