/**
 * @file
 * Topics page styles and layout.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* Styles */
/* Layout */
/**
 * Topic featured card views slideshow.
 */
/* line 20, ../sass/topics.scss */
.view-topic-featured .views-slideshow-controls-top {
  position: absolute;
  top: 200px;
  z-index: 10;
  right: 33px;
}

/* line 29, ../sass/topics.scss */
.two-col-top .view-topic-featured .flexslider {
  border: 0;
  margin: 0;
  box-shadow: none;
  border-radius: none;
}
/* line 34, ../sass/topics.scss */
.two-col-top .view-topic-featured .flexslider .field-title {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 40, ../sass/topics.scss */
.two-col-top .view-topic-featured .flexslider .field-summary {
  overflow: hidden;
  padding: 10px;
}
/* line 44, ../sass/topics.scss */
.two-col-top .view-topic-featured .flexslider .field-node-link {
  margin: 10px;
}
/* line 49, ../sass/topics.scss */
.two-col-top .view-topic-featured .flexslider .field-title h2 {
  height: 23px;
  overflow: hidden;
}

/**
 * Topic Pages View.
 * Grid with half teaser display for rows.
 */
/* line 67, ../sass/topics.scss */
.pane-taxonomy-term-listing-panel-pane-1 {
  clear: left;
}

/* line 71, ../sass/topics.scss */
.view-taxonomy-term-listing {
  margin-top: 65px;
}

/* Topics page term list */
