/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/* variables.sass */
/*************/
/* Variables */
/*************/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Borders */
/* Forms */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Poll */
/* Game Details */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Admin */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
.theme-dark .layout-container .field--name-field-copy a:link, .theme-dark .layout-container .field--name-field-copy a:visited {
  color: #dcdcdc;
}
.theme-dark .layout-container .field--name-field-copy a:active, .theme-dark .layout-container .field--name-field-copy a:hover {
  color: #5a91f6;
}
.theme-dark .layout-container .field--name-field-copy a.hub-read-more:link, .theme-dark .layout-container .field--name-field-copy a.hub-read-more:visited {
  color: #5a91f6;
}
.theme-dark .layout-container .field--name-field-copy a.hub-read-more:active, .theme-dark .layout-container .field--name-field-copy a.hub-read-more:hover {
  color: #dcdcdc;
}
.theme-dark .dept-hubs {
  border-top-color: #9a9a9a;
}
.theme-dark .prev-cover-hubs {
  border-top-color: #9a9a9a;
}
.theme-dark .prev-cover-hubs a:link, .theme-dark .prev-cover-hubs a:visited {
  color: #dcdcdc;
}
.theme-dark .prev-cover-hubs a:hover, .theme-dark .prev-cover-hubs a:active {
  color: #5a91f6;
}
.theme-dark .hub-archive {
  border-top-color: #9a9a9a;
}
.theme-dark .hub-year h2 {
  border-bottom: 1px solid #9a9a9a;
}
.theme-dark .hub-year ul a:link, .theme-dark .hub-year ul a:visited {
  color: #dcdcdc;
}
.theme-dark .hub-year ul a:hover, .theme-dark .hub-year ul a:active {
  color: #5a91f6;
}