/**
 * Specific pages within the Custom Page content type
 * OTech - Office of Technology Research and Investigation
 * /about-ftc/bureaus-offices/bureau-consumer-protection/office-technology-research-investigation
 *
 */
/**
 * Convert px to em
 * Stolen from https://github.com/stubbornella/oocss, modified with default value
 *
 * @param $px - the value in pixel you want to convert
 * @param $context - the context in pixel e.g. you want to set margin on your text,
 * and font size on your text is equivalent to 14px, then your context is 14.
 */
/**
 * Override moblle padding
 */
/* line 11, ../../sass/custom-pages/_otech.scss */
.page-otech .blue-highlight {
  background: #cedce8 !important;
  padding: 1.25em !important;
}
/* line 16, ../../sass/custom-pages/_otech.scss */
.page-otech .latest-nodes-container h3 {
  font-size: 1.308em;
}
/* line 21, ../../sass/custom-pages/_otech.scss */
.page-otech .latest-nodes-container .views-row {
  border-bottom: 0px solid transparent;
  padding-bottom: 0;
}
/* line 26, ../../sass/custom-pages/_otech.scss */
.page-otech .fieldset-legend span.summary {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 30, ../../sass/custom-pages/_otech.scss */
.page-otech .view-page-block-related-content .view-content div {
  color: #204D82;
  display: list-item;
  margin-left: 3em;
  list-style-type: disc;
}
/* line 36, ../../sass/custom-pages/_otech.scss */
.page-otech .view-page-block-related-content .view-content div .item-list, .page-otech .view-page-block-related-content .view-content div.item-list {
  list-style: outside none none;
  margin-left: 0;
}
/* line 43, ../../sass/custom-pages/_otech.scss */
.page-otech .more-link {
  position: relative !important;
}
