/*
    - Name: "basic-page-full.scss"
    - Description: "Add custom styles to basic page content, view mode full content"
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.ui-autocomplete {
  border-color: #002855;
  border-color: rgba(0, 40, 85, 0.5);
  background-clip: padding-box;
}

.ui-autocomplete li a {
  display: block;
  color: #002855;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: var(--font-16);
  text-decoration: none;
}

.ui-autocomplete li a.ui-state-active, .ui-autocomplete li a:hover {
  border-color: #002855;
  background-color: #CCD5E2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #002855;
}

.node--type-page.node--view-mode-full {
  padding-bottom: 30px;
}

.node--type-page.node--view-mode-full h1 {
  margin-bottom: 25px;
  color: #002855;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.node--type-page.node--view-mode-full .media--image {
  margin: 20px 0;
}

.node--type-page.node--view-mode-full img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=basic-page-full.css.map */
