@charset "UTF-8";
/**
 * Extra Displays for the McGill Profile module
 **/
/**
 * Media Queries
 */
/*
 * Early Tablets in portrait and landscape
 * Modifications will only display on devices
 */
/************************
 * Descriptive variables:
 ************************/
/************************
 * Functional variables:
 ************************/
/*
 * Custom colors
 */
/**
 * Media Queries
 */
/*
 * Early Tablets in portrait and landscape
 * Modifications will only display on devices
 */
.brdr-bttm {
  border-bottom: 1px solid #6f766f;
}

.contain {
  width: 100%;
  position: relative;
  float: left;
  max-width: 960px;
}

.wrppr.edge {
  margin: 20px 0;
  width: 100%;
  max-width: 960px;
  float: left;
}

.wrppr {
  margin: 20px;
  width: 100%;
  max-width: 900px;
  float: left;
}

.bug {
  border-bottom: 2px solid red;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.state-hide {
  display: none;
  visibility: hidden;
}

/*
 * Mixins
 */
/**
 * GRID
 */
.profile.grid .view-content {
  width: 100%;
  line-height: 1.125em;
}
.profile.grid .view-content .views-row {
  width: 23.333%;
  background: transparent;
  float: left;
  clear: none;
  margin: 4px;
  padding: 0;
  min-height: 220px;
  max-height: 240px;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .profile.grid .view-content .views-row {
    width: 46.666%;
} }
.profile.grid .view-content .views-row h3 {
  border: 0;
}

/*
 * Flex image for mobile use
  */
.flex {
  width: 100%;
}
.flex img {
  width: 100%;
  height: auto;
}

/*
 * Quote Block
 */
.blockquote:before {
  color: #eff2ee;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.blockquote {
  margin: 1em 0;
  quotes: "“" "”" "‘" "’";
}
.blockquote cite {
  clear: both;
  word-wrap: break-word;
}

.has-glossary-block .block-facetapi ul#facetapi-facet-search-apiprofiles-block-search-api-aggregation-2 {
  margin: 0;
}
.has-glossary-block .block-facetapi ul#facetapi-facet-search-apiprofiles-block-search-api-aggregation-2 li {
  font-size: .75em;
  font-family: "McGillSans-Bold", "Helvetica Neue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  min-width: 40px;
  border-radius: 2px;
  background: #6f766f;
  text-align: center;
  padding: .125em .5em;
  margin: 0 .5em .5em 0;
  color: #e0e4db;
}
.has-glossary-block .block-facetapi ul#facetapi-facet-search-apiprofiles-block-search-api-aggregation-2 li:hover {
  background: #444844;
}
.has-glossary-block .block-facetapi ul#facetapi-facet-search-apiprofiles-block-search-api-aggregation-2 .alpha {
  font-weight: bold;
}
.has-glossary-block .block-facetapi ul#facetapi-facet-search-apiprofiles-block-search-api-aggregation-2 .count {
  color: #e0e4db;
}
.has-glossary-block .block-facetapi ul#facetapi-facet-search-apiprofiles-block-search-api-aggregation-2 a {
  color: #fff;
}
.has-glossary-block .block-facetapi .view-mcgill-profiles-default-displays h3 {
  display: block;
}
.has-glossary-block .block-facetapi .view-mcgill-profiles-default-displays:hover h3 {
  color: #e0e4db;
  left: -5px;
  visibility: visible;
}
