/* Platform sorter on previews and reviews landing pages */
/* 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 */
/* Platform sorter on previews and reviews landing pages */
.gi5-platform-sort {
  border-top-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
}

.gi5-sort-container {
  color: #717171;
}

.gi5-sort-current a, .gi5-sort-current .gi5-sort-button {
  color: #4b4b4b;
  border-bottom-color: transparent;
}
.gi5-sort-current a:link, .gi5-sort-current a:visited, .gi5-sort-current .gi5-sort-button:link, .gi5-sort-current .gi5-sort-button:visited {
  color: #4b4b4b;
}
.gi5-sort-current a:active, .gi5-sort-current a:hover, .gi5-sort-current .gi5-sort-button:active, .gi5-sort-current .gi5-sort-button:hover {
  color: #4b4b4b;
  border-bottom-color: #4b4b4b;
}
.gi5-sort-current a.platform-sort--active-item-link, .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link {
  border-bottom-color: #3C59E0;
}
.gi5-sort-current a.platform-sort--active-item-link:link, .gi5-sort-current a.platform-sort--active-item-link:visited, .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:link, .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:visited {
  color: #3C59E0;
}
.gi5-sort-current a.platform-sort--active-item-link:active, .gi5-sort-current a.platform-sort--active-item-link:hover, .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:active, .gi5-sort-current .gi5-sort-button.platform-sort--active-item-link:hover {
  color: #4b4b4b;
  border-bottom-color: #3C59E0;
}
.gi5-sort-current div.gi5-sort-button.sort-list-open {
  color: #3C59E0;
  border-bottom-color: #3C59E0;
}

.gi5-sort-list a:link, .gi5-sort-list a:visited {
  color: #717171;
}
.gi5-sort-list a:hover, .gi5-sort-list a:active {
  color: #3C59E0;
}
.gi5-sort-list a.platform-sort--active-item-link {
  color: #3C59E0;
}
.gi5-sort-list .view-footer {
  border-top-color: #dbdbdb;
}