@media screen and (max-width: 1231px) {
  .aesthetic-blocks {
    gap: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .aesthetic-blocks {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .aesthetic-blocks {
    grid-template-columns: auto auto auto auto;
  }
}
@media screen and (min-width: 960px) {
  .aesthetic-blocks {
    grid-gap: 15px;
    grid-template-columns: auto auto auto auto auto;
  }
}
#aestheticHeader {
  align-items: center;
  display: flex;
  gap: 1.5em;
  margin-top: 10px;
}
#aestheticHeader i {
  font-size: large;
  vertical-align: middle;
}

#aestheticIcon {
  border-radius: 20%;
}

#websitesList {
  overflow-wrap: anywhere;
}

.aesthetic-blocks {
  display: grid;
  justify-content: center;
}

.aesthetic-detail details summary {
  background-color: #e7e7e7;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 24px;
  padding: 16px;
}
.aesthetic-detail details summary h2 {
  display: inline;
}
.aesthetic-detail details:not([open]) {
  margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
  .aesthetic-list-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .aesthetic-list-blocks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .aesthetic-list-blocks {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1231px) {
  .aesthetic-list-blocks {
    gap: 3vw;
  }
  #aestheticListFilters {
    display: none;
  }
  #aestheticListTitle {
    margin: 0.67em auto;
    width: fit-content;
  }
}
@media screen and (min-width: 1232px) {
  #aestheticListFilters {
    display: flex;
    padding: 0 16px 16px 16px;
  }
}
.aesthetic-job-object {
  padding: 0.5em;
}

.aesthetic-list-blocks-header {
  margin-bottom: 2em;
}
.aesthetic-list-blocks-header h1 {
  margin-bottom: 0;
}

.aesthetic-list-blocks {
  display: grid;
  justify-content: start;
  margin: 0 auto 3em auto;
  width: max-content;
}

.aesthetic-list-button .fa-solid {
  vertical-align: text-bottom;
}

.aesthetic-list-filter {
  align-items: center;
  display: flex;
  gap: 6px;
}
.aesthetic-list-filter :not(label) {
  flex-grow: 1;
}

.validation-message {
  color: red;
}

#aestheticListContainer {
  margin: 0 1.5em;
}

#aestheticListFilters button {
  height: 2em;
}
#aestheticListFilters div {
  display: flex;
  gap: 6px;
}
#aestheticListFilters div:not(#sortInputs) {
  align-items: center;
}
#aestheticListFilters div :not(label) {
  flex-grow: 1;
}
#aestheticListFilters fieldset {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
}
#aestheticListFilters fieldset, #aestheticListFilters input, #aestheticListFilters select {
  border: #cdcdcd 1px solid;
}
#aestheticListFilters input, #aestheticListFilters select {
  background-color: #fdfdfd;
  padding: 4px;
}

#decade {
  max-width: 15%;
}

#endEraValidationErrorMessage, #startEraValidationErrorMessage {
  color: red;
}

#filtersFieldset {
  width: 70%;
}

#sortFieldset {
  justify-content: space-between;
  width: 30%;
}

#sortInputs {
  align-items: stretch;
  flex-direction: column;
}

@media screen and (max-width: 840px) {
  .article-preview h2, .article-preview h3 {
    width: 50%;
  }
  .article-summary {
    background-color: rgba(233, 233, 233, 0.8);
    border-radius: 8px;
    font-size: xx-small;
    padding: 4px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 841px) and (max-width: 1199px) {
  .article-summary {
    font-size: x-small;
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 841px) {
  .article-preview {
    width: 50%;
  }
}
.article {
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  display: flex;
  margin-bottom: 1em;
  padding: 1em 2em;
  text-decoration: none;
}
.article:hover {
  filter: brightness(1.1);
  transition: 0.2s ease-in;
}

.article-author {
  font-style: italic;
  margin-block-end: 8px;
  margin-block-start: 0;
}

.article-summary {
  display: -webkit-box;
  font-size: smaller;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.article-title {
  margin-block-end: 9px;
}

.blurb {
  text-align: center;
}

.form-group {
  align-items: baseline;
  display: flex;
  gap: 0.2em;
  margin-bottom: 0.75em;
}
.form-group.vertical {
  flex-direction: column;
}

#loginForm {
  margin: 0 auto 24px auto;
  width: fit-content;
}
#loginForm fieldset {
  padding: 14px 30px;
}
#loginForm fieldset legend {
  margin: auto;
}
#loginForm input:not([type=checkbox]) {
  max-width: 60vw;
  width: 300px;
}

.span-all-columns {
  grid-column: 1/-1;
}

a {
  color: black;
}

abbr {
  color: #9d9d9d;
}
abbr:hover {
  color: #5f5f5f;
  cursor: help;
}
abbr.no-underline {
  text-decoration: none;
}

body {
  font-family: "Epilogue", sans-serif;
  margin: auto;
  max-width: 1200px;
  padding: 16px;
}

input, select {
  background-color: #fdfdfd;
  border: #cdcdcd 1px solid;
  padding: 4px;
}

footer {
  margin: 24px auto;
  max-width: 700px;
  text-align: center;
}

h1 {
  font-size: 1.75em;
  margin-bottom: 1.2em;
}

li, p {
  line-height: 2;
}

main {
  padding-top: 16px;
}

.crediting-standards-section {
  padding-left: 1.5em;
}

@media screen and (max-width: 1231px) {
  footer small {
    font-size: x-small;
  }
}
@media screen and (max-width: 800px) {
  #navbar {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 200%;
    right: 0;
    position: fixed;
    top: -16px;
    width: 100%;
    z-index: 1;
  }
  #navbar .dropdown-wrapper {
    display: none;
  }
  #navbar .main-menu {
    background-color: white;
    border-left: #cdcdcd 1px solid;
    flex-direction: column;
    float: right;
    height: 100%;
    list-style-type: none;
    padding-top: 1.25em;
  }
  #navbar .main-menu .main-menu-item {
    border-top: #cdcdcd 1px solid;
    padding: 1em;
    text-align: end;
  }
  #navbar .main-menu .main-menu-item:last-of-type {
    border-bottom: #cdcdcd 1px solid;
  }
  #navbar .main-menu .main-menu-item a {
    display: block;
  }
  #navbarOpener {
    display: flex;
  }
  .admin-button {
    background-color: #6f6f6f;
  }
  .donate-button {
    background-color: #6bc753;
  }
  header {
    align-items: flex-start;
  }
}
@media screen and (min-width: 801px) and (max-width: 1231px) {
  #navbar .main-menu > .main-menu-item {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 801px) {
  .dropdown-wrapper:hover .dropdown-items {
    display: flex;
  }
  .logout-button {
    padding: 0.75em;
  }
  .visible-on-mobile-only, #navbarOpener {
    display: none;
  }
  #navbar {
    border: #cdcdcd 1px solid;
    width: 100%;
  }
  #navbar .main-menu {
    align-items: baseline;
    justify-content: space-around;
    padding: 1em;
  }
  #navbar .main-menu .main-menu-item {
    border-radius: 2px;
    padding: 0.5em;
  }
  #navbar .main-menu .main-menu-item:hover {
    background-color: #e7e7e7;
  }
  #navbar .main-menu .main-menu-item:not(.visible-on-mobile-only) {
    display: inline;
  }
  #navbar .main-menu .main-menu-item.admin-button {
    background-color: #555555;
  }
  #navbar .main-menu .main-menu-item.admin-button:hover {
    background-color: dimgray;
  }
  #navbar .main-menu .main-menu-item.donate-button {
    background-color: #51ae39;
    color: white;
  }
  #navbar .main-menu .main-menu-item.donate-button:hover {
    background-color: #64c44c;
  }
  header {
    align-items: flex-end;
  }
}
#navbar .main-menu {
  display: flex;
}
#navbar a {
  text-decoration: none;
}

#navbarCloser {
  margin-top: 1em;
}
#navbarCloser:hover {
  cursor: pointer;
}
#navbarCloser .fa-solid {
  vertical-align: text-bottom;
}

#navbarOpener {
  align-items: center;
  background-color: white;
  border: #a2a2a2 1px solid;
  border-radius: 4px;
  gap: 10px;
  padding: 20px 14px;
}

.admin-button {
  color: white;
}

.dropdown-items {
  background-color: white;
  border: #cdcdcd 1px solid;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: max-content;
  z-index: 1;
}
.dropdown-items a {
  padding: 0.75em;
}
.dropdown-items a:hover {
  background-color: #e7e7e7;
}
.dropdown-items a:not(:last-child) {
  border-bottom: #cdcdcd 1px solid;
}

.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper:last-of-type .dropdown-items {
  left: initial;
  right: 0;
}

.logout-button {
  background-color: inherit;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-align: end;
  width: 100%;
}
.logout-button:hover {
  background-color: #e7e7e7;
}

header {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

@media screen and (max-width: 1231px) {
  .glossary-aesthetic-blocks {
    gap: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .glossary-aesthetic-blocks {
    grid-gap: 15px;
  }
}
.disclaimer {
  background-color: rgba(255, 230, 162, 0.63);
  border-radius: 4px;
  margin-top: 0.5em;
  padding: 12px 12px 0 12px;
}
.disclaimer:not([open]) {
  padding: 12px;
}
.disclaimer p:last-of-type {
  padding-bottom: 4px;
}
.disclaimer summary {
  cursor: pointer;
}

.glossary-aesthetic-blocks {
  display: flex;
  margin-left: 1em;
}

.glossary-asset-header {
  text-decoration: underline;
}

.glossary-asset-list {
  list-style-type: none;
}

.glossary-job-object {
  margin: 0.75em 0;
  padding: 0.5em;
}

.glossary-letter-header {
  background-color: #e7e7e7;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.glossary-term-description {
  margin-left: 1.5em;
}

@media screen and (max-width: 700px) {
  .project-timeline-entry-archived-screenshots img {
    max-width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .project-timeline-entry-archived-screenshots img {
    max-width: 350px;
  }
}
@media screen and (max-width: 920px) {
  .project-timeline-entry-summary {
    width: 80%;
  }
}
@media screen and (min-width: 921px) {
  .project-timeline-entry-summary {
    width: 95%;
  }
  .project-timeline-year section {
    margin-left: 2em;
  }
}
.project-timeline-entry {
  background-color: #e7e7e7;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
  word-wrap: break-word;
}
.project-timeline-entry summary {
  cursor: pointer;
}

.project-timeline-entry-archived-screenshots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.project-timeline-entry-archived-screenshots img {
  border-radius: 8px;
}

.project-timeline-entry-description {
  font-style: italic;
  margin-block-start: 0;
}

.project-timeline-entry-published {
  font-weight: bold;
  margin-right: 1em;
  min-width: fit-content;
}

.project-timeline-entry-summary {
  background-color: #e7e7e7;
  border-radius: 4px;
  padding: 12px;
  align-items: center;
  display: inline-flex;
}
.project-timeline-entry-summary.non-expandable {
  color: #8a8a8a;
  display: list-item;
  list-style: inside disclosure-closed;
  margin-bottom: 12px;
  width: calc(100% - 24px);
}
.project-timeline-entry-summary.non-expandable * {
  color: initial;
}
.project-timeline-entry-summary.non-expandable *:first-child {
  margin-left: 12px;
}

.project-timeline-entry-title {
  line-height: 1.5;
}

.project-timeline-year {
  margin-top: 2.5em;
}

@media screen and (min-width: 1232px) {
  #indexBlurbContainer {
    padding-left: 9em;
  }
}
@media screen and (max-width: 700px) {
  #pressMentions {
    grid-template-columns: auto auto;
    row-gap: 8px;
  }
  .press-url {
    grid-column: span 2;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 701px) {
  #pressMentions {
    column-gap: 20px;
    grid-template-columns: max-content max-content auto;
    margin-bottom: 1em;
    row-gap: 12px;
  }
  .press-source {
    justify-self: end;
  }
}
#pressMentions {
  display: grid;
}

@media screen and (min-width: 700px) {
  .team-detail {
    align-items: flex-start;
    display: flex;
    gap: 2.5em;
  }
}
.profile-image {
  border-radius: 50%;
}

.deleted-object {
  border-radius: 0.5em;
  background-color: #f5bcbc;
}
.deleted-object h3 {
  margin-block-start: 0;
}

.modified-object {
  border-radius: 0.5em;
  background-color: #f3f2bc;
}
.modified-object h3 {
  margin-block-start: 0;
}

.new-object {
  border-radius: 0.5em;
  background-color: #c9f5b7;
}
.new-object h3 {
  margin-block-start: 0;
}

.cms-button {
  border: #cdcdcd 1px solid;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
}
.cms-button:hover {
  background-color: #e7e7e7;
}

.cms-button-group {
  display: flex;
  gap: 6px;
}

.cms-module {
  border: #cdcdcd 1px solid;
  border-radius: 5px;
  margin: 0 0 10px 1.5em;
  padding: 0 10px 10px 10px;
}

.cms-scrollable-window {
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  overflow-y: scroll;
}

.job-preview-green {
  background-color: #c9f5b7;
}

.job-preview-red {
  background-color: #f5bcbc;
}

.job-preview-yellow {
  background-color: #f3f2bc;
}

#jobDescriptionAndUrl {
  display: flex;
  justify-content: space-between;
}

#jobsContainer {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto 50vh;
}
#jobsContainer > * {
  align-self: center;
  height: 100%;
}

#logs {
  display: flex;
  flex-direction: column-reverse;
}
#logs > code[data-log-level="3"] {
  background-color: rgba(255, 255, 0, 0.3);
}
#logs > code[data-log-level="4"], #logs > code[data-log-level="5"] {
  background-color: rgba(255, 0, 0, 0.3);
}

#previewControlsContainer {
  font-size: smaller;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 56ch;
  z-index: 1;
}
#previewControlsContainer > details {
  background-color: rgba(39, 39, 39, 0.83);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  color: white;
  margin: auto;
  padding: 1em;
}
#previewControlsContainer > details > summary {
  cursor: pointer;
}

#toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/*
 * Order matters! _cms.scss must go last so that its .<adjective>-object classes' background-color
 * rule takes precedence over everything else.
 */

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