/* Wexford CYPSC Taxonomy Page CSS */
BODY.page-useful-links H1.page-title,
BODY.page-taxonomy H1.page-title {
  display: none;
}

BODY.page-useful-links #content .views-row,
BODY.page-taxonomy #content .views-row {
  overflow: hidden;
}

/* Term Background Image */
.path-taxonomy .taxonomy-term .content {
  overflow: hidden;
}

.path-taxonomy .taxonomy-term .term-details {
  margin-bottom: 10px;
  position: relative;
}

.service-header,
.header-set,
.term-header-set {
  position: relative;
}

.page-node-type-service .service-header .service-image,
.path-taxonomy .taxonomy-term .term-background-image {
  display: block;
  height: 264px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 100px 10px 10px 10px;
  -moz-border-radius: 100px 10px 10px 10px;
  -webkit-border-radius: 100px 10px 10px 10px;
}

.page-node-type-service .service-header .service-image IMG,
.path-taxonomy .taxonomy-term .term-background-image IMG {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.page-node-type-service .service-header .service-logo IMG,
.path-taxonomy .taxonomy-term .term-symbol IMG {
  display: block;
}

.page-node-type-service .service-header .service-logo,
.path-taxonomy .taxonomy-term .term-symbol {
  z-index: 1;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  max-height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  border: solid 3px rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.85);
}

.path-taxonomy .taxonomy-term .term-symbol {
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

/* Term Name Title */
.page-node-type-service .service-header .service-title,
.path-taxonomy .taxonomy-term .term-title {
  position: absolute;
  bottom: 0px;
  display: block;
  overflow: hidden;
  margin: 20px;
  text-align: center;
  padding: 6px 20px 10px 20px;
  font-weight: bold;
  font-size: 170%;
  line-height: 1.1em;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* Term Image Attribution */
.page-node-type-service .service-header .service-attribution,
.path-taxonomy .taxonomy-term .term-image-attribution {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  padding: 2px 5px;
  font-size: 8px;
  text-align: right;
  width: auto;
}

.page-node-type-service .header-set .service-attribution,
.path-taxonomy .term-header-set:hover .term-image-attribution {
  display: block;
}

/* Term Description */
.path-taxonomy .taxonomy-term .term-description P {
  margin: 10px 0;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .path-taxonomy .taxonomy-term .views-field-name .term-title {
    position: static;
    bottom: auto;
  }
  .path-taxonomy .taxonomy-term .views-field-name .field-content {
    display: block;
    height: auto;
    top: auto;
  }
  .path-taxonomy .taxonomy-term .views-field-name .term-name {
    position: static;
    top: auto;
    margin: auto;
  }
  .path-taxonomy .taxonomy-term .views-field-name {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    margin: auto;
    text-align: center;
  }
  .path-taxonomy .taxonomy-term .views-field-field-setting-image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50px 10px 10px 10px;
    -moz-border-radius: 50px 10px 10px 10px;
    -webkit-border-radius: 50px 10px 10px 10px;
  }
  .path-taxonomy .taxonomy-term .views-field-field-symbol {
    position: absolute;
    margin: auto;
    margin-top: 0px;
  }
}/*# sourceMappingURL=taxonomy.css.map */