.sidebar-item, .tool__relateds .field--name-field-additional-links .field__item {
  border-top: solid 1px #1b2b34;
  padding-top: 10px;
}
.sidebar__category, .tool__relateds .field--name-field-additional-links .field__item .category {
  font-weight: bold;
  color: #1b2b34;
  font-size: 1.8rem;
}
.sidebar__title, .tool__relateds .field--name-field-additional-links .field__item a {
  color: #01579b;
  font-size: 2rem;
}

.hidden {
  display: none;
}

section {
  display: block;
  clear: both;
  padding-bottom: 5rem;
}

.tool-result {
  padding: 3rem;
  border: 1px solid #DCDEE0;
}
.tool-result__field-display {
  display: flex;
}
.tool-result__field-display__label {
  font-weight: bold;
  padding-right: 0.5rem;
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .tool-result__field-display__label {
    width: 15rem;
  }
}
.tool-result__field-display__content {
  width: calc(100% - 10rem);
}
.tool-result__field-display__content .field__item > p {
  margin-top: 0;
}
.tool-result__field-display__content h4 {
  font-weight: 700;
}
.tool-result__field-display__content .field--type-file ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.tool-result__field-display__content .field--type-file li {
  margin-left: 0;
  margin-top: 0;
}
.tool-result__field-display__content .field--name-field-additional-links ul {
  margin: 0;
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .tool-result__field-display__content {
    width: calc(100% - 15rem);
  }
}
.tools-template-view {
  display: block;
  position: relative;
}
.tools-template-view .view-header {
  position: absolute;
  margin-left: 30%;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-header {
    margin-left: 0;
    top: 65px;
  }
}
.tools-template-view .view-filter, .tools-template-view .view-filters {
  width: 30%;
  padding-right: 3rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-filter, .tools-template-view .view-filters {
    width: 100%;
    padding-bottom: 30px;
    float: none;
  }
}
.tools-template-view .view-filter .facets__checkmarks-section, .tools-template-view .view-filters .facets__checkmarks-section {
  background: #f0f2f3;
  padding: 30px 30px 0;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-filter .facets__checkmarks-section, .tools-template-view .view-filters .facets__checkmarks-section {
    background: #f0f2f3;
  }
  .tools-template-view .view-filter .facets__checkmarks-section .show-facet-section, .tools-template-view .view-filters .facets__checkmarks-section .show-facet-section {
    margin-left: -37px;
    width: 200%;
  }
}
.tools-template-view .view-filter .js-form-item, .tools-template-view .view-filters .js-form-item {
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-filter .js-form-item, .tools-template-view .view-filters .js-form-item {
    padding-left: 0;
  }
}
.tools-template-view .view-filter .js-form-item .form-checkbox, .tools-template-view .view-filters .js-form-item .form-checkbox {
  margin-right: 8px;
  margin-top: 3px;
}
.tools-template-view .view-filter input[type=text], .tools-template-view .view-filters input[type=text] {
  width: 100%;
  padding: 0.5rem;
}
.tools-template-view .view-filter p:first-of-type, .tools-template-view .view-filters p:first-of-type {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.75rem;
  border-bottom: 0.2rem solid #cccccc;
  padding-bottom: 1rem;
}
.tools-template-view .view-filter fieldset, .tools-template-view .view-filters fieldset {
  width: 100%;
  border-bottom: 0.2rem solid #cccccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tools-template-view .view-filter fieldset legend, .tools-template-view .view-filters fieldset legend {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-filter fieldset legend, .tools-template-view .view-filters fieldset legend {
    padding-top: 0;
  }
}
.tools-template-view .view-filter fieldset legend .fieldset-legend, .tools-template-view .view-filters fieldset legend .fieldset-legend {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-filter fieldset legend .fieldset-legend, .tools-template-view .view-filters fieldset legend .fieldset-legend {
    padding-right: 4.4rem;
  }
}
.tools-template-view .view-filter fieldset .form-type-checkbox, .tools-template-view .view-filters fieldset .form-type-checkbox {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.tools-template-view .view-filter fieldset:last-of-type, .tools-template-view .view-filters fieldset:last-of-type {
  border-bottom: none;
}
.tools-template-view .view-filter .form-actions [data-drupal-selector=edit-reset-new-tools-and-templates], .tools-template-view .view-filters .form-actions [data-drupal-selector=edit-reset-new-tools-and-templates] {
  border: none;
  background: none;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  color: #01579b;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-filter .form-actions [data-drupal-selector=edit-reset-new-tools-and-templates], .tools-template-view .view-filters .form-actions [data-drupal-selector=edit-reset-new-tools-and-templates] {
    float: right;
    margin: 10px 25px 0 0;
  }
}
.tools-template-view .view-filter .form-actions input[data-bef-auto-submit-click], .tools-template-view .view-filters .form-actions input[data-bef-auto-submit-click] {
  display: none;
}
.tools-template-view .view-content {
  width: 70%;
  margin-top: 30px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .tools-template-view .view-content {
    width: 100%;
    box-shadow: 1px 4px 6px 2px rgba(174, 181, 184, 0.45);
    margin-bottom: 4rem;
  }
}
.tool-page .paragraph--type--contact {
  background: linear-gradient(90deg, #01579b, rgb(1.4903846154, 129.6634615385, 231.0096153846));
}
.tool-page .paragraph--type--contact .contact {
  padding: 25px 0;
}
.tool-page .paragraph--type--contact .contact--text, .tool-page .paragraph--type--contact .contact--phone, .tool-page .paragraph--type--contact .contact--email,
.tool-page .paragraph--type--contact .contact h2 {
  color: #ffffff;
}
.tool__relateds h2 {
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #1b2b34;
}
.tool__relateds .field--name-field-additional-links .field__item {
  padding-bottom: 10px;
}
.tool__relateds .field--name-field-additional-links .field__item [target=_blank]:after {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  content: "\f08e";
  margin-left: 1rem;
}

.flex-views {
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .flex-views {
    flex-direction: row;
  }
  .flex-views .flex-views--item.content__main {
    width: 65%;
  }
  .flex-views .flex-views--item.content__sidebar {
    max-width: 35%;
  }
  .flex-views.howto-flex .flex-views--item {
    width: 50%;
  }
}

.buttonlink,
.buttoned-up a {
  margin: 0 1rem 1rem 0;
  padding: 2rem 3.4rem;
  min-width: unset;
}
@media screen and (max-width: 480px) {
  .buttonlink,
  .buttoned-up a {
    width: 100%;
    text-align: center;
  }
}

[class^=file-type--]:after {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  content: "\f15b";
  font-weight: 900;
  font-size: 16px;
  margin-left: 1rem;
}

.file-type--pdf:after {
  content: "\f1c1";
}
.file-type--doc:after, .file-type--docx:after {
  content: "\e5ed";
}
.file-type--xls:after, .file-type--xlsx:after {
  content: "\e64d";
}
.file-type--ppt:after, .file-type--pptx:after {
  content: "\e64a";
}
.file-type--zip:after {
  content: "\e5ee";
}
.file-type--link:after {
  content: "\f08e";
}

.view-display-id-tool_files {
  padding: 25px 0 45px;
  display: flex;
}
.view-display-id-tool_files .views-row {
  float: left;
  clear: none;
  width: initial;
}
.view-display-id-tool_files .views-row .views-col {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .view-display-id-tool_files .views-row {
    width: 100%;
  }
}

#views-exposed-form-tools-tools-temp {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.4rem 1rem 0 rgba(174, 181, 184, 0.4);
  overflow: hidden;
  text-decoration: none;
  padding: 0;
  margin: 0 0 3.5rem;
  justify-content: center;
  align-items: center;
}
#views-exposed-form-tools-tools-temp .form-radios {
  margin: 1rem;
}
#views-exposed-form-tools-tools-temp .form-item {
  margin: 1rem 1.7rem;
}
#views-exposed-form-tools-tools-temp .form-actions {
  display: none;
}
#views-exposed-form-tools-tools-temp label {
  font-weight: bold;
  font-size: 2.2rem;
}
#views-exposed-form-tools-tools-temp select {
  padding: 0.5rem;
}
#views-exposed-form-tools-tools-temp .fieldset-legend {
  font-size: 3.6rem;
  font-weight: 600;
  color: #01579b;
  margin: 1rem 0 0 1rem;
}

.view-new-tools-and-templates .views-view-table td.is-active {
  background: none;
}
.view-new-tools-and-templates .views-row:nth-child(even) {
  background-color: #f6f6f6;
}

.node--view-mode-tool-result [class^=file-type--].mss-btn {
  margin: 0;
  padding: 0;
  background: none;
  color: #01579b;
  border: 0;
  min-height: initial;
  font-weight: normal;
  text-transform: none;
}