/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* 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 */
.layout-container .field--name-field-copy a:link, .layout-container .field--name-field-copy a:visited {
  color: #000;
}
.layout-container .field--name-field-copy a:active, .layout-container .field--name-field-copy a:hover {
  color: #3C59E0;
}
.layout-container .field--name-field-copy a.hub-read-more:link, .layout-container .field--name-field-copy a.hub-read-more:visited {
  color: #3C59E0;
}
.layout-container .field--name-field-copy a.hub-read-more:active, .layout-container .field--name-field-copy a.hub-read-more:hover {
  color: #000;
}

.dept-hubs {
  border-top-color: #dbdbdb;
}

.prev-cover-hubs {
  border-top-color: #dbdbdb;
}
.prev-cover-hubs a:link, .prev-cover-hubs a:visited {
  color: #000;
}
.prev-cover-hubs a:hover, .prev-cover-hubs a:active {
  color: #3C59E0;
}

.hub-archive {
  border-top-color: #dbdbdb;
}

.hub-year h2 {
  border-bottom: 1px solid #dbdbdb;
}
.hub-year ul a:link, .hub-year ul a:visited {
  color: #000;
}
.hub-year ul a:hover, .hub-year ul a:active {
  color: #3C59E0;
}