/*
Changed from '@import mixins' to '@import "../../include/_mixins"' as the "grunt sass" task requires the path to find
sass files that are present in a different directory.
 */
/* border */
/* channel icon widget */
/* TEXT COLORS */
/* BACKGROUNDS COLORS */
/* BORDERS COLORS */
/* Arrows variables for info pane gallery nav */
/* Arrows variables for main feed gallery nav */
.text-alt {
  color: #7FBDDF; }

.text-primary {
  color: #FFFFFF; }

.text-secondary {
  color: #929292; }

/** Arrow bg color and fill color for info pane & main feed gallery nav */
.info-panel-gallery .flickity-prev-next-button .arrow {
  fill: white; }

.flickity-prev-next-button {
  background-color: rgba(0, 0, 0, 0.8); }
  .flickity-prev-next-button .arrow {
    fill: white; }

.pinned-floating-container.scroll-to-fixed-fixed {
  background-color: rgba(15, 15, 15, 0.88);
  box-shadow: 0 0 15px 0 #000000; }

.transfer-list-container {
  background: #242424;
  border-top: none; }

body {
  font: 400 13px/1.333 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased; }

/* RESET FONT SIZES AFTER NORMALIZE */
/* based on body font size of 13px - these are sized in em accordingly */
/* headers */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: 0 0 .833em 0;
  font-weight: 300; }

h1 {
  font-size: 2.000em; }

h2 {
  font-size: 1.750em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.417em; }

h5 {
  font-size: 1.33em; }

h6 {
  font-size: 1.250em; }

.qtip {
  font-size: 1em; }

.small-text {
  font-size: 1.25em; }

.fa-play.fa-stack-1x {
  font-size: 0.917em; }

.default-button .fa-play-circle,
.default-button .fa-circle-thin.fa-stack-1x {
  font-size: 1.25em; }

.fa-circle-thin.fa-stack-1x,
.info-icon.fa-stack .fa-info-circle {
  font-size: 1.75em; }

/* This file will contains styling for layouts, e.g. Vertical align for image and text */
/* This layout is for align images and text */
/* Parent class to be applied to the container of image and text */
.align-children-vertical {
  /* this class will be applied to the image inside the parent container */
  /* this class will be applied to the  text inside the parent container */ }
  .align-children-vertical .image-class {
    vertical-align: middle;
    display: inline-block; }
  .align-children-vertical .text-class {
    vertical-align: middle; }

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