/* 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 */
.page-node-type-hub .ds-left,
.page-node-type-hub .ds-right {
  display: none;
}
.page-node-type-hub .ds-header h1 {
  text-transform: uppercase;
  font-size: 3em;
}
@media screen and (max-width: 1135px) {
  .page-node-type-hub .ds-header h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 800px) {
  .page-node-type-hub .ds-header h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 600px) {
  .page-node-type-hub .ds-header h1 {
    font-size: 1.8em;
  }
}
.page-node-type-hub hr#divider {
  margin: 20px auto 60px;
  width: 300px;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .page-node-type-hub hr#divider {
    width: 200px;
    margin: 0 auto 30px;
  }
}

.ds-standard-article .view-hub-page-content-large-imgs .hub-teaser, .view-hub-page-content-large-imgs .hub-teaser {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .ds-standard-article .view-hub-page-content-large-imgs .hub-teaser, .view-hub-page-content-large-imgs .hub-teaser {
    margin-bottom: 30px;
  }
}
.ds-standard-article .view-hub-page-content-large-imgs .teaser-wrap, .view-hub-page-content-large-imgs .teaser-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .ds-standard-article .view-hub-page-content-large-imgs .teaser-wrap, .view-hub-page-content-large-imgs .teaser-wrap {
    padding-left: revert;
    padding-right: revert;
  }
}
.ds-standard-article .view-hub-page-content-large-imgs h2.page-title, .view-hub-page-content-large-imgs h2.page-title {
  padding: 15px 0 10px;
}
.ds-standard-article .view-hub-page-content-large-imgs .promo-summary, .view-hub-page-content-large-imgs .promo-summary {
  font-family: "Newsreader", Times, "Times New Roman", serif;
  line-height: 1.7em;
  font-size: 0.9em;
}
.ds-standard-article .view-hub-page-content-large-imgs .author-details, .view-hub-page-content-large-imgs .author-details {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 0.9em;
}