@charset "UTF-8";
/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
.account.inner {
  padding: 100px;
  margin: 0 auto;
  max-width: 865px;
  font-size: 18px;
  text-align: center; }
.account #form-login {
  width: 320px;
  padding-top: 1em; }
.account .error {
  font-style: italic;
  color: #d72626;
  margin-top: .5em;
  margin-bottom: .5em; }
.account form {
  margin: 0 auto; }
  .account form input, .account form form textarea {
    width: 90%;
    padding: .25em .5em;
    font-style: normal;
    border: 2px solid #ccc; }
  .account form .button {
    margin-top: 10px;
    border: 3px solid #6981c1;
    padding: 9px 35px;
    margin: 10px;
    background-color: #fff; }
    .account form .button:hover {
      background-color: #6981c1;
      color: #fff; }

#logout {
  float: right;
  height: 48px; }
  #logout a {
    display: block;
    padding: 0 30px;
    background: #050857;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    height: 48px;
    line-height: 48px; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

.find-toggle {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  width: 141px; }
  .find-toggle input[type=checkbox] {
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-right: 5px; }

.find-btn {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px; }
  .find-btn.up {
    margin-right: 0; }
    .find-btn.up div {
      width: 16px;
      height: 16px;
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_up.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .find-btn.up div {
          background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_up.2x.png");
          background-size: 16px 16px; } }
  .find-btn.down {
    border-left: none; }
    .find-btn.down div {
      width: 16px;
      height: 16px;
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_down.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .find-btn.down div {
          background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_down.2x.png");
          background-size: 16px 16px; } }

#search-field-container {
  position: relative; }
  #search-field-container.find:after {
    content: attr(countString);
    position: absolute;
    right: 10px;
    top: 6px;
    color: #aaa;
    font-size: 14px; }

button {
  -webkit-appearance: button;
  cursor: pointer; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  padding: 0; }
  .modal-header .close:hover {
    opacity: .5; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
/* NOTE: This file contains rules for displaying the content of a
 * case. Depending on the media type, it must be combined with either
 * site_styles.scss or print_styles.scss to fully style a case. The rules in
 * common.scss should be those that are used in both media types.
 */
#document-view {
  background-color: white;
  color: black; }
  #document-view a[data-refglobal] {
    color: black; }
  #document-view blockquote {
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 0;
    margin-right: 0;
    border: none; }
  #document-view hr {
    border: none;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    width: 7in; }
  #document-view iframe {
    border: 0;
    width: 100%;
    height: 500px; }
  #document-view td {
    padding: 1%; }
  #document-view .align-center {
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  #document-view .case-header .parties {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700; }
    @media print {
      #document-view .case-header .parties {
        font-family: Georgia, 'Times New Roman', serif; } }
    #document-view .case-header .parties .roles {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 500; }
      @media print {
        #document-view .case-header .parties .roles {
          font-family: Georgia, 'Times New Roman', serif; } }
  #document-view .case-header .noteanchor a {
    color: black; }
  #document-view .case-header .treatment {
    display: inline-block; }
  #document-view .case-body, #document-view .statute-body {
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    position: relative; }
    #document-view .case-body h1, #document-view .statute-body h1, #document-view .case-body h2, #document-view .statute-body h2, #document-view .case-body h3, #document-view .statute-body h3, #document-view .case-body h4, #document-view .statute-body h4, #document-view .case-body h5, #document-view .statute-body h5, #document-view .case-body h6, #document-view .statute-body h6 {
      word-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none; }
    #document-view .case-body .active-highlight, #document-view .statute-body .active-highlight {
      background-color: #ffc40d; }
    #document-view .case-body .counsel, #document-view .statute-body .counsel {
      line-height: 1.286; }
    #document-view .case-body .opinion > .heading:first-child, #document-view .statute-body .opinion > .heading:first-child, #document-view .case-body #counsel-heading, #document-view .statute-body #counsel-heading {
      margin-top: 0; }
  #document-view .counsel .pagenumber, #document-view .publication .pagenumber {
    display: none; }
  #document-view .heading {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  #document-view .noteanchor a, #document-view .notemarker a {
    text-decoration: none; }
  #document-view .notemarker {
    padding-left: 1em; }
  #document-view .pagenumber {
    white-space: nowrap;
    font-weight: normal; }
    #document-view .pagenumber:before {
      content: attr(margin);
      position: absolute;
      background-color: white; }
    #document-view .pagenumber:after, #document-view .pagenumber:before {
      color: #919191;
      font-style: normal; }
    #document-view .pagenumber:after {
      content: attr(val); }
  #document-view .underline {
    text-decoration: underline; }
  #document-view #text-frame {
    position: relative;
    margin-left: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #document-view #text-frame.loaded {
      opacity: 1;
      filter: alpha(opacity=100); }

@page {
  margin-left: 0;
  margin-right: 0; }
.toggle-checkbox-button {
  padding: 5px;
  display: block;
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  z-index: -1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-align: left; }
  .toggle-checkbox-button input {
    cursor: pointer;
    margin-right: 6px;
    margin-top: 1px;
    margin-left: 1px;
    float: left; }

#highlight-toggle.checked {
  background-color: #FFF3B9; }

#treatment-highlight-toggle {
  margin-top: 5px;
  background-color: #dae6f7; }
  #treatment-highlight-toggle.checked {
    background-color: #aec7ee; }

#color-pro-button, #print-button, #invite-button, #review-button, #refhighlight-button, #treatment-review-button, #copy-tool .copy-button {
  margin-top: 5px;
  padding: 5px 15px 5px 25px;
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: left;
  height: 15px; }

.palette-link {
  text-decoration: none; }

#color-pro-button {
  background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_13x13.png");
  background-position: 6px 6px;
  background-color: #dae6f7; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #color-pro-button {
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_26x26.png");
      background-size: 13px 13px; } }

#print-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/print_icon.png);
  background-position: 7px 6px;
  background-size: 12px; }

#invite-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/invite_icon.png);
  background-size: 13px;
  background-position: 6px 6px; }

#review-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/edit_icon.png);
  background-size: 15px;
  background-position: 6px 6px; }

#refhighlight-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/eye_icon.png);
  background-size: 15px;
  background-position: 6px 6px; }

#treatment-review-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/edit_icon.png);
  background-size: 15px;
  background-position: 6px 6px; }

#save-treatment-button {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12px;
  margin-top: 15px;
  float: right;
  padding: 5px 10px; }

.reviewable {
  background-color: #FF9999;
  cursor: pointer; }

.matchable {
  background-color: #ffc789;
  cursor: pointer; }

.rg-match {
  background-color: #96a9ff;
  cursor: pointer; }

#page-case-reader .modal *, #page-statute-section .modal * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
#page-case-reader .modal .modal-dialog, #page-statute-section .modal .modal-dialog {
  margin-top: 110px; }
#page-case-reader .modal .modal-title, #page-statute-section .modal .modal-title {
  display: inline; }
#page-case-reader .modal .format, #page-statute-section .modal .format {
  color: #848484;
  display: inline;
  margin-left: 14px; }
#page-case-reader .modal .modal-content, #page-statute-section .modal .modal-content {
  border: solid 1px #aaa;
  border-radius: 0;
  box-shadow: none; }
#page-case-reader .modal .select-button, #page-statute-section .modal .select-button {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  display: inline;
  padding: 6px 12px; }
#page-case-reader .modal .target-text, #page-statute-section .modal .target-text {
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  font-family: none; }
#page-case-reader .modal .target-text, #page-case-reader .modal .target-text *, #page-statute-section .modal .target-text, #page-statute-section .modal .target-text * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }

#page-case-reader .citation-example, #page-account-citation .citation-example {
  border-top: 1px solid #e5e5e5;
  padding: 20px 20px 0 20px;
  font-family: none; }
#page-case-reader .citation-example, #page-case-reader .citation-example *, #page-account-citation .citation-example, #page-account-citation .citation-example * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }
#page-case-reader #save-button, #page-account-citation #save-button {
  float: right; }

.dropdown-menu-tool {
  position: relative; }
  .dropdown-menu-tool * {
    cursor: pointer; }
  .dropdown-menu-tool.disabled > *:not(.confirm) {
    opacity: 0.5; }
  .dropdown-menu-tool.disabled * {
    cursor: default; }
  .dropdown-menu-tool .expand {
    position: absolute;
    /* Put this div just inside copy-button.  If it lies on top of
       copy-button it will mask copy-button's borders.  And if we
       add a border all the way around .expand, it will noticeably
       double up when the button is disabled. */
    top: 1px;
    right: 1px;
    height: 25px;
    width: 20px;
    border-left: solid 1px #aaa;
    background-color: #fafafa; }
    .dropdown-menu-tool .expand .chevron {
      background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/chevron_down.png);
      background-size: 10px;
      background-repeat: no-repeat;
      position: absolute;
      height: 10px;
      width: 10px;
      right: 5px;
      top: 50%;
      margin-top: -5px;
      opacity: 0.7; }
  .dropdown-menu-tool .menu {
    position: absolute;
    top: 26px;
    background-color: #fafafa;
    border: solid 1px #aaa;
    right: 0;
    z-index: 1; }
    .dropdown-menu-tool .menu.transparent {
      /* Using display: none or visibility: hidden appears to prevent us
         from hearing click events in the menu in IE 9. */
      opacity: 0;
      z-index: -100;
      cursor: default; }
      .dropdown-menu-tool .menu.transparent * {
        cursor: default; }
    .dropdown-menu-tool .menu .item {
      position: relative; }
      .dropdown-menu-tool .menu .item ~ .item {
        border-top: solid 1px #e4e4e2; }
    .dropdown-menu-tool .menu label {
      display: block;
      padding: 10px 5px 10px 20px; }
      .dropdown-menu-tool .menu label:hover {
        background-color: #efeee9; }
      .dropdown-menu-tool .menu label.active:before {
        content: "\2713";
        position: absolute;
        left: 7px;
        color: #0e92ad; }

#color-state-tool .menu label {
  width: 100px; }

#copy-tool.disabled .copy-hotspot {
  display: none; }
#copy-tool .copy-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/copy_icon.png);
  background-size: 13px;
  background-position: 6px 6px; }
  #copy-tool .copy-button.basic {
    background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_13x13.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #copy-tool .copy-button.basic {
        background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_26x26.png");
        background-size: 13px 13px; } }
  #copy-tool .copy-button .copy-hotspot {
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    left: 0;
    /* This is necessary for IE.  Otherwise the overlay won't get click
       events when the user clicks on the underlying text.
       From
       https://github.com/sass/sass/issues/363#issuecomment-65670316
       */
    background-color: rgba(0, 0, 0, 0); }
#copy-tool .expand {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
#copy-tool .menu label {
  width: 75px; }
  #copy-tool .menu label.custom-format {
    width: 55px; }
  #copy-tool .menu label.zeroclipboard-is-hover {
    background-color: #efeee9; }
#copy-tool .menu .edit {
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  bottom: 0;
  border-left: solid 1px #e4e4e2;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  #copy-tool .menu .edit:hover {
    background-color: #efeee9; }
  #copy-tool .menu .edit > div {
    position: absolute;
    font-size: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    text-align: center;
    width: 100%; }
#copy-tool .confirm {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  right: 98px;
  color: #fff;
  padding: 5px 8px;
  height: 15px;
  top: 50%;
  margin-top: -12.5px;
  border-radius: 3px; }
  #copy-tool .confirm:after {
    content: "";
    border: 5px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -10px; }

#customize-modal .modal-content {
  cursor: default; }

.document-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
  overflow-y: scroll;
  width: 359px;
  height: 10000px; }
  .document-sidebar .pane:not(#outline-header) {
    font-size: 14px; }
    .document-sidebar .pane:not(#outline-header) .text {
      padding-top: 10px;
      padding-bottom: 10px; }
  .document-sidebar #outline-header {
    font-size: 15px; }
    .document-sidebar #outline-header #outline-label {
      overflow: auto;
      font-weight: 700;
      text-transform: uppercase; }
    .document-sidebar #outline-header .debug-link, .document-sidebar #outline-header .citing-cases {
      float: right;
      padding-left: 5px;
      font-weight: 700; }
      @media not print {
        .document-sidebar #outline-header .debug-link a, .document-sidebar #outline-header .citing-cases a {
          color: #0967cb;
          text-decoration: none; }
        .document-sidebar #outline-header .debug-link a:hover, .document-sidebar #outline-header .citing-cases a:hover {
          text-decoration: underline; } }
      @media print {
        .document-sidebar #outline-header .debug-link a, .document-sidebar #outline-header .citing-cases a {
          color: #000;
          text-decoration: none; } }
    .document-sidebar #outline-header .sections {
      white-space: nowrap; }
    .document-sidebar #outline-header .clearfix {
      padding: 0; }
  .document-sidebar a:hover {
    text-decoration: underline; }

#case-sidebar .level-0, #case-sidebar .level-1 {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 700; }
  @media print {
    #case-sidebar .level-0, #case-sidebar .level-1 {
      font-family: Georgia, 'Times New Roman', serif; } }
@media print {
  #case-sidebar {
    display: none; } }

@media not print {
  #breadcrumbs a {
    color: #0967cb;
    text-decoration: none; }
  #breadcrumbs a:hover {
    text-decoration: underline; } }
@media print {
  #breadcrumbs a {
    color: #000;
    text-decoration: none; } }

#section-sidebar #breadcrumbs, #heading-sidebar #breadcrumbs {
  font-size: 16px; }
  #section-sidebar #breadcrumbs a:hover .toc-heading-specifier, #heading-sidebar #breadcrumbs a:hover .toc-heading-specifier {
    text-decoration: underline; }

#heading-sidebar #breadcrumbs a:first-child .pane {
  border-top: solid 1px #e4e4e2; }
#heading-sidebar .table-of-contents .pane:first-child {
  border-top: solid 1px #e4e4e2; }
@media print {
  #heading-sidebar {
    display: none; } }

#page-statute-section #document-view, #page-statute-heading #document-view {
  min-height: 400px; }

#document-view #spinner {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/loading_indicator.gif"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #document-view #spinner {
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/loading_indicator.2x.gif");
      background-size: 20px 20px; } }
#document-view #palette {
  width: 92px;
  margin-top: 9px;
  margin-right: 9px;
  float: right;
  font-size: 12px; }
#document-view #dropdown-container {
  height: 0;
  top: 49px;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky; }
  @media print {
    #document-view #dropdown-container {
      display: none; } }
  #document-view #dropdown-container .dropdown-content {
    position: relative;
    height: 46px;
    top: -46px; }
#document-view #dropdown-header {
  border-bottom: solid 1px #ddd;
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 870px;
  min-height: 20px;
  padding-top: 12.5px;
  padding-bottom: 12.5px; }
  #document-view #dropdown-header span {
    vertical-align: middle; }
  #document-view #dropdown-header span.pro-icon {
    vertical-align: baseline; }
  #document-view #dropdown-header.hidden {
    display: none; }
#document-view #dropdown-header-content {
  min-height: 20px;
  font-size: 16px;
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 700;
  overflow: hidden; }
  @media print {
    #document-view #dropdown-header-content {
      font-family: Georgia, 'Times New Roman', serif; } }
  #document-view #dropdown-header-content.truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
@media not print {
  #document-view #text-frame {
    margin-left: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #document-view #text-frame.loaded {
      opacity: 1;
      filter: alpha(opacity=100); } }
#document-view .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  #document-view .fade.in {
    opacity: 1; }
#document-view .toggleable-highlight {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .toggleable-highlight.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #FFF3B9; }
#document-view .target {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FFF3B9; }
#document-view .query, #document-view.query > a {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FFC864; }
#document-view .query.active {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FF8C00; }
#document-view .toggleable-highlight, #document-view .target, #document-view .query {
  padding: 2.5px 0 2.5px 0; }
#document-view .note .toggleable-highlight, #document-view .note .target, #document-view .note .query {
  padding: 0.7px 0 0.7px 0; }
#document-view .treated-negative, #document-view .review-treated-negative {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-negative.highlight, #document-view .review-treated-negative.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #ffb2b2; }
  #document-view .treated-negative:before, #document-view .review-treated-negative:before {
    color: red; }
#document-view .treated-warning, #document-view .review-treated-warning {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-warning.highlight, #document-view .review-treated-warning.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #fed698; }
  #document-view .treated-warning:before, #document-view .review-treated-warning:before {
    color: darkorange; }
#document-view .treated-caution, #document-view .treated-contrast, #document-view .review-treated-caution,
#document-view .review-treated-contrast {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-caution.highlight, #document-view .treated-contrast.highlight, #document-view .review-treated-caution.highlight,
  #document-view .review-treated-contrast.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #ffffb2; }
  #document-view .treated-caution:before, #document-view .treated-contrast:before, #document-view .review-treated-caution:before,
  #document-view .review-treated-contrast:before {
    color: goldenrod; }
#document-view .treated-positive, #document-view .review-treated-positive {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-positive.highlight, #document-view .review-treated-positive.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #b2d9b2; }
  #document-view .treated-positive:before, #document-view .review-treated-positive:before {
    color: green; }
#document-view .treated-cited, #document-view .treated-discussed, #document-view .review-treated-cited,
#document-view .review-treated-discussed {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-cited.highlight, #document-view .treated-discussed.highlight, #document-view .review-treated-cited.highlight,
  #document-view .review-treated-discussed.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #aec7ee; }
  #document-view .treated-cited:before, #document-view .treated-discussed:before, #document-view .review-treated-cited:before,
  #document-view .review-treated-discussed:before {
    color: blue; }
#document-view .treated-unknown, #document-view .review-treated-unknown {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-unknown.highlight, #document-view .review-treated-unknown.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #d9b2d9; }
  #document-view .treated-unknown:before, #document-view .review-treated-unknown:before {
    color: purple; }
#document-view .treated-negative.highlight.borderLeft, #document-view .treated-warning.highlight.borderLeft, #document-view .treated-caution.highlight.borderLeft, #document-view .treated-contrast.highlight.borderLeft,
#document-view .treated-unknown.highlight.borderLeft, #document-view .treated-cited.highlight.borderLeft, #document-view .treated-discussed.highlight.borderLeft, #document-view .treated-positive.highlight.borderLeft,
#document-view .review-treated-negative.highlight.borderLeft, #document-view .review-treated-warning.highlight.borderLeft, #document-view .review-treated-caution.highlight.borderLeft,
#document-view .review-treated-contrast.highlight.borderLeft, #document-view .review-treated-unknown.highlight.borderLeft, #document-view .review-treated-cited.highlight.borderLeft,
#document-view .review-treated-discussed.highlight.borderLeft, #document-view .review-treated-positive.highlight.borderLeft {
  padding-left: 3px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
#document-view .treated-negative.highlight.borderRight, #document-view .treated-warning.highlight.borderRight, #document-view .treated-caution.highlight.borderRight, #document-view .treated-contrast.highlight.borderRight,
#document-view .treated-unknown.highlight.borderRight, #document-view .treated-cited.highlight.borderRight, #document-view .treated-discussed.highlight.borderRight, #document-view .treated-positive.highlight.borderRight,
#document-view .review-treated-negative.highlight.borderRight, #document-view .review-treated-warning.highlight.borderRight, #document-view .review-treated-caution.highlight.borderRight,
#document-view .review-treated-contrast.highlight.borderRight, #document-view .review-treated-unknown.highlight.borderRight, #document-view .review-treated-cited.highlight.borderRight,
#document-view .review-treated-discussed.highlight.borderRight, #document-view .review-treated-positive.highlight.borderRight {
  padding-right: 3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
#document-view .edit-icons {
  padding: 0px 3px;
  cursor: pointer;
  font-style: normal; }
#document-view .unreviewed-treatment {
  padding: 0; }
  #document-view .unreviewed-treatment.borderLeft.highlight:before {
    content: "●";
    font-style: normal; }
#document-view .reviewed-treatment {
  padding: 0; }
  #document-view .reviewed-treatment.borderLeft.highlight:before {
    content: "✓";
    font-style: normal; }
#document-view .pill.basic {
  font-size: 14px;
  padding: 2px 8px; }
  #document-view .pill.basic .pro-icon {
    margin: 0 1px -1px 0; }

#header-container .treatment {
  float: left;
  margin-right: 30px;
  margin-top: 0.5px;
  font-weight: normal; }

#case-html {
  background-color: white; }
  #case-html .noteanchor + .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 15px;
    max-width: 322px;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    #case-html .noteanchor + .popover.top {
      margin-top: -10px; }
    #case-html .noteanchor + .popover.right {
      margin-left: 10px; }
    #case-html .noteanchor + .popover.bottom {
      margin-top: 10px; }
    #case-html .noteanchor + .popover.left {
      margin-left: -10px; }
  #case-html .popover .arrow,
  #case-html .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  #case-html .popover > .arrow, #case-html .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  #case-html .popover > .arrow {
    border-width: 10px; }
  #case-html .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  #case-html .popover.top > .arrow {
    left: 50%;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -10px; }
    #case-html .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  #case-html .popover.right > .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
    #case-html .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  #case-html .popover.bottom > .arrow {
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -10px; }
    #case-html .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  #case-html .popover.left > .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
    #case-html .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  #case-html .popover {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    text-align: left; }
    #case-html .popover small {
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
      text-align: justify; }
  #case-html .popover-content {
    /* To override any inherited style from the popover's parent. */
    font-style: normal;
    font-weight: normal;
    color: black; }
  #case-html .treatment .popover {
    max-width: 330px; }

@page {
  margin-left: 0.25in;
  margin-right: 0.25in; }
@media not print {
  /* From
     https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
  */
  /* NOTE: This file and print_styles.scss contain rules specific to display on
   * the website or when printing, respectively. Generally speaking, any rule in
   * this file should have a related rule in print_styles.scss, and vice
   * versa. Rules that should be applied to both media types should be in
   * common.scss.
   */
  #document-view a[data-refglobal] {
    text-decoration: underline; }
  #document-view blockquote {
    font-size: 12px;
    line-height: 17px; }
  #document-view h1 {
    font-size: 28px; }
  #document-view h2 {
    font-size: 21px; }
  #document-view h3 {
    font-size: 18px; }
  #document-view h4 {
    font-size: 17px; }
  #document-view h5 {
    font-size: 15px; }
  #document-view h6 {
    font-size: 14px; }
  #document-view hr {
    width: 500px; }
  #document-view .case-header, #document-view .case-body, #document-view .statute-body, #document-view #header-container {
    padding-left: 145px;
    padding-right: 145px;
    /* Reduce margins once .margin disappears */ }
  #document-view .case-header {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* Header w/o citeable */ }
    #document-view .case-header > p {
      /* Default is margin-bottom: 10px.  Move that to the top so we
          can selectively remove it between parallel cites & dates with
          CSS */
      margin: 10px auto 0; }
    #document-view .case-header .parties {
      line-height: 30px;
      margin-bottom: 20px;
      font-size: 21px; }
      #document-view .case-header .parties .party {
        margin-top: 10px; }
        #document-view .case-header .parties .party.in-re {
          margin-bottom: 12px;
          margin-top: 40px; }
          #document-view .case-header .parties .party.in-re:first-child {
            margin-top: 10px; }
      #document-view .case-header .parties .roles {
        font-size: 13px; }
    #document-view .case-header .treatment {
      /* Make it so there's $padding + $extra-margin visible above and
          below the pill. */
      margin-top: 10px;
      margin-bottom: 15.5px; }
    #document-view .case-header .cite + .cite, #document-view .case-header .date + .date {
      margin-top: 4px; }
    #document-view .case-header .publication {
      font-size: 11px; }
  #document-view .case-body, #document-view .statute-body {
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: justify;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 3;
    -moz-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-lines: 3;
    -o-hyphenate-limit-lines: 3;
    hyphenate-limit-lines: 3; }
    #document-view .case-body h1, #document-view .statute-body h1, #document-view .case-body h2, #document-view .statute-body h2, #document-view .case-body h3, #document-view .statute-body h3, #document-view .case-body h4, #document-view .statute-body h4, #document-view .case-body h5, #document-view .statute-body h5, #document-view .case-body h6, #document-view .statute-body h6 {
      word-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none; }
    #document-view .case-body p, #document-view .statute-body p {
      margin: 0 0 10px; }
    #document-view .case-body pre, #document-view .statute-body pre {
      max-width: 580px; }
    #document-view .case-body .counsel, #document-view .statute-body .counsel {
      overflow: auto; }
      #document-view .case-body .counsel .window, #document-view .statute-body .counsel .window {
        position: relative;
        max-height: 90px;
        overflow-y: hidden; }
        #document-view .case-body .counsel .window:after, #document-view .statute-body .counsel .window:after {
          content: " ";
          display: block;
          position: absolute;
          height: 50px;
          bottom: 0px;
          width: 100%;
          background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }
        #document-view .case-body .counsel .window.expanded:after, #document-view .statute-body .counsel .window.expanded:after {
          visibility: hidden; }
      #document-view .case-body .counsel .toggle, #document-view .statute-body .counsel .toggle {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.302);
        line-height: 1.385;
        text-decoration: none; }
    #document-view .case-body .note > *, #document-view .statute-body .note > * {
      font-size: 12px;
      line-height: 16px; }
    #document-view .case-body .opinion + .opinion, #document-view .statute-body .opinion + .opinion, #document-view .case-body p + .opinion, #document-view .statute-body p + .opinion {
      margin-top: 100px; }
    #document-view .case-body .popover, #document-view .statute-body .popover {
      display: none; }
  #document-view .metadata {
    margin-bottom: 16px; }
    #document-view .metadata > p {
      margin-bottom: 0; }
  #document-view .noteanchor > a, #document-view .notemarker > a {
    color: #ba4c2b; }
  #document-view .pagenumber {
    font-size: 11px; }
    #document-view .pagenumber:before {
      left: 40px; }
  #document-view #text-frame {
    font-size: 14px; } }
@media print {
  /* NOTE: This file and site_styles.scss contain rules specific to display when
   * printing or on the website, respectively. Generally speaking, any rule in
   * this file should have a related rule in site_styles.scss, and vice
   * versa. Rules that should be applied to both media types should be in
   * common.scss.
   */
  #page {
    width: auto !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0; }

  #document-view a[data-refglobal] {
    text-decoration: none; }
  #document-view blockquote {
    font-size: 9pt;
    line-height: 1; }
  #document-view h1 {
    font-size: 20pt; }
  #document-view h2 {
    font-size: 17pt; }
  #document-view h3 {
    font-size: 14pt; }
  #document-view h4 {
    font-size: 12pt; }
  #document-view h5 {
    font-size: 11.5pt; }
  #document-view h6 {
    font-size: 11pt; }
  #document-view h2, #document-view h3, #document-view h4, #document-view h5, #document-view h6 {
    margin: 12pt 0; }
  #document-view hr {
    width: 5.25in; }
  #document-view .case-header, #document-view .case-body, #document-view .statute-body, #document-view #header-container {
    padding-left: 1in;
    padding-right: 1in; }
  #document-view .case-header {
    font-size: 9pt;
    padding: 0.2in 0;
    /* Header w/o citeable */ }
    #document-view .case-header > p {
      /* Default is margin-bottom: 10px.  Move that to the top so
          we can selectively remove it between parallel cites &
          dates with CSS */
      margin: 0.10in auto 0; }
    #document-view .case-header .parties {
      font-size: 16pt;
      line-height: 16pt;
      margin-bottom: 16pt; }
      #document-view .case-header .parties .party {
        margin-top: 7pt; }
        #document-view .case-header .parties .party.in-re {
          margin-bottom: 0.25in;
          margin-top: 0.75; }
          #document-view .case-header .parties .party.in-re:first-child {
            margin-top: 0.2in; }
      #document-view .case-header .parties .roles {
        font-size: 10pt; }
    #document-view .case-header .treatment {
      /* Make it so there's $padding + $extra-margin visible above
      and below the pill. */
      margin-top: 7pt;
      margin-bottom: 0.0972222222in; }
    #document-view .case-header .cite + .cite, #document-view .case-header .date + .date {
      margin-top: 3pt; }
    #document-view .case-header .publication {
      font-size: 9pt; }
  #document-view .case-body, #document-view .statute-body {
    text-align: left;
    padding-bottom: 0.75in; }
    #document-view .case-body p, #document-view .statute-body p {
      margin: 0 0 0.1in; }
    #document-view .case-body pre, #document-view .statute-body pre {
      max-width: 5.5in; }
    #document-view .case-body .counsel div.window, #document-view .statute-body .counsel div.window {
      max-height: none; }
      #document-view .case-body .counsel div.window:after, #document-view .statute-body .counsel div.window:after {
        display: none; }
    #document-view .case-body .counsel a.toggle, #document-view .statute-body .counsel a.toggle {
      display: none; }
    #document-view .case-body .note > *, #document-view .statute-body .note > * {
      font-size: 8pt;
      line-height: 11pt; }
    #document-view .case-body .opinion + .opinion, #document-view .statute-body .opinion + .opinion, #document-view .case-body p + .opinion, #document-view .statute-body p + .opinion {
      margin-top: 1.8in; }
    #document-view .case-body .popover, #document-view .statute-body .popover {
      display: none; }
  #document-view .metadata {
    margin-bottom: 0.3in; }
    #document-view .metadata > p {
      margin-bottom: 0; }
  #document-view .noteanchor > a, #document-view .notemarker > a {
    color: black; }
  #document-view .pagenumber {
    color: black;
    font-size: 9pt; }
    #document-view .pagenumber:after, #document-view .pagenumber:before {
      color: black; }
    #document-view .pagenumber:before {
      left: 0; }
  #document-view #text-frame {
    font-size: 10pt;
    margin: 0 0.25in; } }
.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

#case-description {
  background-color: #fff;
  border-top: solid 1px #ddd;
  margin: 0px;
  padding: 20px 100px 20px 190px; }

#page-case-citator .page-indicator {
  margin-top: 0; }
  #page-case-citator .page-indicator > div {
    height: 84px;
    line-height: 84px; }
    #page-case-citator .page-indicator > div .treatment {
      display: table;
      line-height: normal;
      margin-left: auto;
      margin-right: auto; }
      #page-case-citator .page-indicator > div .treatment .pill {
        font-size: 15px;
        max-width: 100px;
        padding: 5px 15px;
        text-align: center; }
        #page-case-citator .page-indicator > div .treatment .pill.basic {
          padding: 5px 10px; }
      #page-case-citator .page-indicator > div .treatment .popover {
        font-weight: normal;
        z-index: 5; }

#case-description span.citation {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: italic;
  font-weight: 500;
  font-size: 13px; }
  @media print {
    #case-description span.citation {
      font-family: Georgia, 'Times New Roman', serif; } }
#case-description h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px; }
#case-description a {
  text-decoration: none;
  color: black; }
#case-description #history {
  border-top: solid 1px #e4e4e2;
  margin-top: 16px;
  padding-top: 16px;
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 700;
  color: #999; }
  @media print {
    #case-description #history {
      font-family: Georgia, 'Times New Roman', serif; } }
  #case-description #history > ol {
    list-style: none;
    padding-left: 0;
    max-height: 40px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
  @media not print {
    #case-description #history a {
      color: #0967cb;
      text-decoration: none; }
    #case-description #history a:hover {
      text-decoration: underline; } }
  @media print {
    #case-description #history a {
      color: #000;
      text-decoration: none; } }
  #case-description #history .more > a {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500;
    color: #999;
    font-size: 12px; }
    @media print {
      #case-description #history .more > a {
        font-family: Georgia, 'Times New Roman', serif; } }

.treatment-summary {
  border-bottom: solid 1px #e4e4e2;
  padding: 16px 30px 16px 0px; }
  @media not print {
    .treatment-summary a {
      color: #0967cb;
      text-decoration: none; }
    .treatment-summary a:hover {
      text-decoration: underline; } }
  @media print {
    .treatment-summary a {
      color: #000;
      text-decoration: none; } }
  .treatment-summary p {
    margin: 10px 0px 10px 0px; }
  .treatment-summary .summary-label {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 16px; }
    @media print {
      .treatment-summary .summary-label {
        font-family: Georgia, 'Times New Roman', serif; } }

.citation {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: italic;
  font-weight: 500; }
  @media print {
    .citation {
      font-family: Georgia, 'Times New Roman', serif; } }

.citation-container {
  color: #999; }

#search-results-controls {
  background-color: #e5f3f4;
  width: 800px;
  margin: 0px;
  margin-left: 18px;
  float: left;
  padding: 18px;
  background-color: #d8eaec; }
  #search-results-controls span {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700; }
    @media print {
      #search-results-controls span {
        font-family: Georgia, 'Times New Roman', serif; } }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

.code-container {
  background: #fff;
  border: solid 1px #ddd;
  width: 600px;
  padding: 30px 120px;
  margin: 30px auto; }
  .code-container .level-1 {
    padding-left: 15px; }
  .code-container .level-2 {
    padding-left: 30px; }
  .code-container .level-3 {
    padding-left: 45px; }
  .code-container .level-4 {
    padding-left: 60px; }
  .code-container .level-5 {
    padding-left: 75px; }
  .code-container .level-6 {
    padding-left: 90px; }
  .code-container .level-7 {
    padding-left: 105px; }
  .code-container .level-8 {
    padding-left: 120px; }
  .code-container .level-9 {
    padding-left: 135px; }
  .code-container .level-10 {
    padding-left: 150px; }
  .code-container .statute-header-code {
    text-align: center; }
  .code-container .level-0, .code-container .level-1 {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700; }
    @media print {
      .code-container .level-0, .code-container .level-1 {
        font-family: Georgia, 'Times New Roman', serif; } }
  .code-container tr.highlight {
    background-color: #FFF3B9; }
  .code-container td {
    padding-top: 3px;
    padding-bottom: 3px; }
    @media not print {
      .code-container td a {
        color: #0967cb;
        text-decoration: none; }
      .code-container td a:hover {
        text-decoration: underline; } }
    @media print {
      .code-container td a {
        color: #000;
        text-decoration: none; } }
  .code-container .sections {
    white-space: nowrap;
    padding-left: 25px; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
/* NOTE: This file contains rules for displaying the content of a document.
 * Depending on the media type, it must be combined with either
 * site_styles.scss or print_styles.scss to fully style a document.
 * The rules in common.scss should be those that are used in both media types.
 */
#document-view {
  background-color: white;
  color: black; }
  #document-view a[data-refglobal] {
    color: black; }
  #document-view blockquote {
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 0;
    margin-right: 0;
    border: none; }
  #document-view hr {
    border: none;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    width: 7in; }
  #document-view .align-center {
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  #document-view .document-body {
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    position: relative; }
    #document-view .document-body h1, #document-view .document-body h2, #document-view .document-body h3, #document-view .document-body h4, #document-view .document-body h5, #document-view .document-body h6 {
      word-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none;
      text-align: center; }
    #document-view .document-body .active-highlight {
      background-color: #ffc40d; }
  #document-view .heading {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  #document-view .indexentry {
    padding-left: 10px; }
  #document-view .noteanchor a, #document-view .notemarker a {
    text-decoration: none; }
  #document-view .notemarker {
    padding-left: 1em; }
  #document-view .pagenumber {
    white-space: nowrap;
    font-weight: normal; }
    #document-view .pagenumber:before {
      content: attr(margin);
      position: absolute;
      background-color: white; }
    #document-view .pagenumber:after, #document-view .pagenumber:before {
      color: #919191;
      font-style: normal; }
    #document-view .pagenumber:after {
      content: attr(val); }
  #document-view #text-frame {
    position: relative;
    margin-left: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #document-view #text-frame.loaded {
      opacity: 1;
      filter: alpha(opacity=100); }
  #document-view .metadata {
    display: none; }

@page {
  margin-left: 0;
  margin-right: 0; }
.toggle-checkbox-button {
  padding: 5px;
  display: block;
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  z-index: -1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-align: left; }
  .toggle-checkbox-button input {
    cursor: pointer;
    margin-right: 6px;
    margin-top: 1px;
    margin-left: 1px;
    float: left; }

#highlight-toggle.checked {
  background-color: #FFF3B9; }

.document-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
  overflow-y: scroll;
  width: 359px;
  height: 10000px; }
  .document-sidebar .pane:not(#outline-header) {
    font-size: 14px; }
    .document-sidebar .pane:not(#outline-header) .text {
      padding-top: 10px;
      padding-bottom: 10px; }
  .document-sidebar #outline-header {
    font-size: 15px; }
    .document-sidebar #outline-header #outline-label {
      overflow: auto;
      font-weight: 700;
      text-transform: uppercase; }
    .document-sidebar #outline-header .debug-link, .document-sidebar #outline-header .citing-cases {
      float: right;
      padding-left: 5px;
      font-weight: 700; }
      @media not print {
        .document-sidebar #outline-header .debug-link a, .document-sidebar #outline-header .citing-cases a {
          color: #0967cb;
          text-decoration: none; }
        .document-sidebar #outline-header .debug-link a:hover, .document-sidebar #outline-header .citing-cases a:hover {
          text-decoration: underline; } }
      @media print {
        .document-sidebar #outline-header .debug-link a, .document-sidebar #outline-header .citing-cases a {
          color: #000;
          text-decoration: none; } }
    .document-sidebar #outline-header .sections {
      white-space: nowrap; }
    .document-sidebar #outline-header .clearfix {
      padding: 0; }
  .document-sidebar a:hover {
    text-decoration: underline; }

#heading-sidebar #breadcrumbs {
  font-size: 16px; }
  @media not print {
    #heading-sidebar #breadcrumbs a {
      color: #0967cb;
      text-decoration: none; }
    #heading-sidebar #breadcrumbs a:hover {
      text-decoration: underline; } }
  @media print {
    #heading-sidebar #breadcrumbs a {
      color: #000;
      text-decoration: none; } }
  #heading-sidebar #breadcrumbs a:first-child .pane {
    border-top: solid 1px #e4e4e2; }
#heading-sidebar .table-of-contents .pane:first-child {
  border-top: solid 1px #e4e4e2; }
@media print {
  #heading-sidebar {
    display: none; } }

#document-view #spinner {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/loading_indicator.gif"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #document-view #spinner {
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/loading_indicator.2x.gif");
      background-size: 20px 20px; } }
#document-view #palette {
  width: 92px;
  margin-top: 9px;
  margin-right: 9px;
  float: right;
  font-size: 12px; }
#document-view #dropdown-container {
  height: 0;
  top: 49px;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky; }
  @media print {
    #document-view #dropdown-container {
      display: none; } }
  #document-view #dropdown-container .dropdown-content {
    position: relative;
    height: 46px;
    top: -46px; }
#document-view #dropdown-header {
  border-bottom: solid 1px #ddd;
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 870px;
  min-height: 20px;
  padding-top: 12.5px;
  padding-bottom: 12.5px; }
  #document-view #dropdown-header span {
    vertical-align: middle; }
  #document-view #dropdown-header.hidden {
    display: none; }
#document-view #dropdown-header-content {
  min-height: 20px;
  font-size: 16px;
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 700;
  overflow: hidden; }
  @media print {
    #document-view #dropdown-header-content {
      font-family: Georgia, 'Times New Roman', serif; } }
  #document-view #dropdown-header-content.truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
@media not print {
  #document-view #text-frame {
    margin-left: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #document-view #text-frame.loaded {
      opacity: 1;
      filter: alpha(opacity=100); } }
#document-view .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  #document-view .fade.in {
    opacity: 1; }
#document-view .toggleable-highlight {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .toggleable-highlight.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #FFF3B9; }
#document-view .target {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FFF3B9; }
#document-view .query, #document-view.query > a {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FFC864; }
#document-view .query.active {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FF8C00; }
#document-view .toggleable-highlight, #document-view .target, #document-view .query {
  padding: 2.5px 0 2.5px 0; }
#document-view .note .toggleable-highlight, #document-view .note .target, #document-view .note .query {
  padding: 0.7px 0 0.7px 0; }

#document-html .noteanchor + .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 10px 15px;
  max-width: 322px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  #document-html .noteanchor + .popover.top {
    margin-top: -10px; }
  #document-html .noteanchor + .popover.right {
    margin-left: 10px; }
  #document-html .noteanchor + .popover.bottom {
    margin-top: 10px; }
  #document-html .noteanchor + .popover.left {
    margin-left: -10px; }
#document-html .popover .arrow,
#document-html .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
#document-html .popover > .arrow, #document-html .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
#document-html .popover > .arrow {
  border-width: 10px; }
#document-html .popover > .arrow:after {
  border-width: 10px;
  content: ""; }
#document-html .popover.top > .arrow {
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -10px; }
  #document-html .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
#document-html .popover.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }
  #document-html .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
#document-html .popover.bottom > .arrow {
  left: 50%;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -10px; }
  #document-html .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
#document-html .popover.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }
  #document-html .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }
#document-html .popover {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  text-align: left; }
  #document-html .popover small {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align: justify; }
#document-html .popover-content {
  /* To override any inherited style from the popover's parent. */
  font-style: normal;
  font-weight: normal;
  color: black; }
#document-html table {
  margin: 20px; }
  #document-html table th, #document-html table td {
    text-align: left;
    padding-left: 3px;
    padding-right: 3px; }

@page {
  margin-left: 0.25in;
  margin-right: 0.25in; }
@media not print {
  /* From
     https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
  */
  /* NOTE: This file and print_styles.scss contain rules specific to display on
   * the website or when printing, respectively. Generally speaking, any rule in
   * this file should have a related rule in print_styles.scss, and vice
   * versa. Rules that should be applied to both media types should be in
   * common.scss.
   */
  #document-view a[data-refglobal] {
    text-decoration: underline; }
  #document-view blockquote {
    font-size: 12px;
    line-height: 17px; }
  #document-view h1 {
    font-size: 28px; }
  #document-view h2 {
    font-size: 21px; }
  #document-view h3 {
    font-size: 18px; }
  #document-view h4 {
    font-size: 17px; }
  #document-view h5 {
    font-size: 15px; }
  #document-view h6 {
    font-size: 14px; }
  #document-view hr {
    width: 500px; }
  #document-view .document-header, #document-view .document-body, #document-view #header-container {
    padding-left: 145px;
    padding-right: 145px;
    /* Reduce margins once .margin disappears */ }
  #document-view .document-header {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px; }
  #document-view .document-body {
    padding-bottom: 40px;
    width: 580px;
    text-align: justify;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 3;
    -moz-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-lines: 3;
    -o-hyphenate-limit-lines: 3;
    hyphenate-limit-lines: 3; }
    #document-view .document-body h1, #document-view .document-body h2, #document-view .document-body h3, #document-view .document-body h4, #document-view .document-body h5, #document-view .document-body h6 {
      word-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none; }
    #document-view .document-body p {
      margin: 0 0 10px; }
    #document-view .document-body pre {
      max-width: 580px; }
    #document-view .document-body .note > * {
      font-size: 12px;
      line-height: 16px; }
    #document-view .document-body .popover {
      display: none; }
  #document-view .metadata {
    margin-bottom: 16px; }
    #document-view .metadata > p {
      margin-bottom: 0; }
  #document-view .noteanchor > a, #document-view .notemarker > a {
    color: #ba4c2b; }
  #document-view .pagenumber {
    font-size: 11px; }
    #document-view .pagenumber:before {
      left: 40px; }
  #document-view #text-frame {
    font-size: 14px; } }
@media print {
  /* NOTE: This file and site_styles.scss contain rules specific to display when
   * printing or on the website, respectively. Generally speaking, any rule in
   * this file should have a related rule in site_styles.scss, and vice
   * versa. Rules that should be applied to both media types should be in
   * common.scss.
   */
  #page {
    width: auto !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0; }

  #document-view a[data-refglobal] {
    text-decoration: none; }
  #document-view blockquote {
    font-size: 9pt;
    line-height: 1; }
  #document-view h1 {
    font-size: 20pt; }
  #document-view h2 {
    font-size: 17pt; }
  #document-view h3 {
    font-size: 14pt; }
  #document-view h4 {
    font-size: 12pt; }
  #document-view h5 {
    font-size: 11.5pt; }
  #document-view h6 {
    font-size: 11pt; }
  #document-view h2, #document-view h3, #document-view h4, #document-view h5, #document-view h6 {
    margin: 12pt 0; }
  #document-view hr {
    width: 5.25in; }
  #document-view .document-header, #document-view .document-body, #document-view #header-container {
    padding-left: 1in;
    padding-right: 1in; }
  #document-view .document-header {
    font-size: 9pt;
    padding: 0.2in 0; }
  #document-view .document-body {
    text-align: left;
    padding-bottom: 0.75in; }
    #document-view .document-body p {
      margin: 0 0 0.1in; }
    #document-view .document-body pre {
      max-width: 5.5in; }
    #document-view .document-body .note > * {
      font-size: 8pt;
      line-height: 11pt; }
    #document-view .document-body .popover {
      display: none; }
  #document-view .metadata {
    margin-bottom: 0.3in; }
    #document-view .metadata > p {
      margin-bottom: 0; }
  #document-view .noteanchor > a, #document-view .notemarker > a {
    color: black; }
  #document-view .pagenumber {
    color: black;
    font-size: 9pt; }
    #document-view .pagenumber:after, #document-view .pagenumber:before {
      color: black; }
    #document-view .pagenumber:before {
      left: 0; }
  #document-view #text-frame {
    font-size: 10pt;
    margin: 0 0.25in; } }
.header-book-title {
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px;
  font-style: italic; }

.header-part-name {
  font-size: 21px;
  margin-top: 10px; }

.toc-heading-name {
  overflow: auto; }

#document-html .section-demarcator {
  margin-left: 0; }
  @media not print {
    #document-html .section-demarcator a {
      color: #0967cb;
      text-decoration: none; }
    #document-html .section-demarcator a:hover {
      text-decoration: underline; } }
  @media print {
    #document-html .section-demarcator a {
      color: #000;
      text-decoration: none; } }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

#navbar {
  border-top: solid 1px #bbb;
  height: 56px;
  padding-left: 320px;
  background-color: #fff; }
  #navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 0; }
    #navbar ul li {
      font-size: 14px;
      display: inline-block;
      position: relative;
      text-align: center; }
      #navbar ul li a {
        color: #848484;
        display: inline-block;
        padding: 20px 16px;
        text-decoration: none; }
      #navbar ul li ul {
        display: none;
        left: -1px;
        position: absolute;
        background-color: white;
        border: solid 1px #bbb;
        border-top: none; }
        #navbar ul li ul li {
          display: block; }
      #navbar ul li:hover > ul {
        display: block; }
    #navbar ul .selected a span {
      border-bottom: solid 4px #FDBA12;
      padding-bottom: 16px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      color: #2a358b; }
      @media print {
        #navbar ul .selected a span {
          font-family: Georgia, 'Times New Roman', serif; } }

.page-indicator {
  float: left;
  color: #aaa;
  font-weight: bold;
  margin-top: 24px; }
  .page-indicator > div {
    width: 174px;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.pagination {
  display: inline-block; }
  .pagination > li {
    cursor: default;
    padding: 4px;
    font-size: 14px;
    display: inline; }
    .pagination > li > a {
      text-decoration: none;
      color: #000;
      position: relative; }
    .pagination > li span.active {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      border: solid 1px #e2e2e2;
      padding-top: 7px; }
      @media print {
        .pagination > li span.active {
          font-family: Georgia, 'Times New Roman', serif; } }
    .pagination > li > a, .pagination > li > span {
      float: left;
      padding: 8px; }

.debug-result {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 13px; }
  .debug-result table {
    max-width: 100%; }
  .debug-result th {
    text-align: left; }
  .debug-result .table {
    width: 100%;
    margin-bottom: 13px; }
    .debug-result .table > thead > tr > th,
    .debug-result .table > thead > tr > td,
    .debug-result .table > tbody > tr > th,
    .debug-result .table > tbody > tr > td,
    .debug-result .table > tfoot > tr > th,
    .debug-result .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.5;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .debug-result .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .debug-result .table > caption + thead > tr:first-child > th,
    .debug-result .table > caption + thead > tr:first-child > td,
    .debug-result .table > colgroup + thead > tr:first-child > th,
    .debug-result .table > colgroup + thead > tr:first-child > td,
    .debug-result .table > thead:first-child > tr:first-child > th,
    .debug-result .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .debug-result .table > tbody + tbody {
      border-top: 2px solid #ddd; }

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-10px); }
  50% {
    -webkit-transform: translate(10px); }
  100% {
    -webkit-transform: translate(-10px); } }
@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(10px); }
  50% {
    -webkit-transform: translate(-10px); }
  100% {
    -webkit-transform: translate(10px); } }
@-moz-keyframes right {
  0% {
    -moz-transform: translate(-10px); }
  50% {
    -moz-transform: translate(10px); }
  100% {
    -moz-transform: translate(-10px); } }
@-moz-keyframes left {
  0% {
    -moz-transform: translate(10px); }
  50% {
    -moz-transform: translate(-10px); }
  100% {
    -moz-transform: translate(10px); } }
@keyframes right {
  0% {
    transform: translate(-10px); }
  50% {
    transform: translate(10px); }
  100% {
    transform: translate(-10px); } }
@keyframes left {
  0% {
    transform: translate(10px); }
  50% {
    transform: translate(-10px); }
  100% {
    transform: translate(10px); } }
#unified-search-error {
  width: 786px;
  border: solid 1px #ddd;
  background-color: #fff;
  margin: 25px auto;
  padding: 8px 34px 8px 34px; }

#unified-search-description {
  width: 786px;
  margin: 16px auto;
  padding: 8px 34px 0px 34px;
  border: none; }

.search-center-text {
  text-align: center; }

#page-search-everything_initial #header {
  position: relative; }
#page-search-everything_initial #header-spacer {
  display: none; }

#search-large #what-can-i-search-for {
  margin-top: 65px;
  font-size: 14px; }
#search-large #logo-search {
  margin: 130px 0px 70px 0px;
  width: 373px; }
#search-large #search-input-container {
  margin: auto;
  width: 645px;
  background-color: #fff;
  height: 36px;
  border: solid 1px #aaa; }
  #search-large #search-input-container img {
    margin: 5px 0px 0px 16px;
    float: left; }
  #search-large #search-input-container input {
    border: none;
    height: 34px;
    padding-left: 15px;
    background: transparent;
    width: 630px; }
    #search-large #search-input-container input:focus {
      outline: none; }
  #search-large #search-input-container input[type="submit"] {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px; }
  #search-large #search-input-container .tt-menu {
    width: 645px;
    padding-left: 0px; }
    #search-large #search-input-container .tt-menu .tt-suggestion, #search-large #search-input-container .tt-menu .tt-dataset-header {
      padding-left: 15px; }
    #search-large #search-input-container .tt-menu .tt-separator {
      margin-left: 15px;
      margin-right: 15px; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

.find-toggle {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  width: 141px; }
  .find-toggle input[type=checkbox] {
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-right: 5px; }

.find-btn {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px; }
  .find-btn.up {
    margin-right: 0; }
    .find-btn.up div {
      width: 16px;
      height: 16px;
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_up.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .find-btn.up div {
          background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_up.2x.png");
          background-size: 16px 16px; } }
  .find-btn.down {
    border-left: none; }
    .find-btn.down div {
      width: 16px;
      height: 16px;
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_down.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .find-btn.down div {
          background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060//img/chevron_down.2x.png");
          background-size: 16px 16px; } }

#search-field-container {
  position: relative; }
  #search-field-container.find:after {
    content: attr(countString);
    position: absolute;
    right: 10px;
    top: 6px;
    color: #aaa;
    font-size: 14px; }

button {
  -webkit-appearance: button;
  cursor: pointer; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  padding: 0; }
  .modal-header .close:hover {
    opacity: .5; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
/* NOTE: This file contains rules for displaying the content of a
 * case. Depending on the media type, it must be combined with either
 * site_styles.scss or print_styles.scss to fully style a case. The rules in
 * common.scss should be those that are used in both media types.
 */
#document-view {
  background-color: white;
  color: black; }
  #document-view a[data-refglobal] {
    color: black; }
  #document-view blockquote {
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 0;
    margin-right: 0;
    border: none; }
  #document-view hr {
    border: none;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    width: 7in; }
  #document-view iframe {
    border: 0;
    width: 100%;
    height: 500px; }
  #document-view td {
    padding: 1%; }
  #document-view .align-center {
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  #document-view .case-header .parties {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700; }
    @media print {
      #document-view .case-header .parties {
        font-family: Georgia, 'Times New Roman', serif; } }
    #document-view .case-header .parties .roles {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 500; }
      @media print {
        #document-view .case-header .parties .roles {
          font-family: Georgia, 'Times New Roman', serif; } }
  #document-view .case-header .noteanchor a {
    color: black; }
  #document-view .case-header .treatment {
    display: inline-block; }
  #document-view .case-body, #document-view .statute-body {
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    position: relative; }
    #document-view .case-body h1, #document-view .statute-body h1, #document-view .case-body h2, #document-view .statute-body h2, #document-view .case-body h3, #document-view .statute-body h3, #document-view .case-body h4, #document-view .statute-body h4, #document-view .case-body h5, #document-view .statute-body h5, #document-view .case-body h6, #document-view .statute-body h6 {
      word-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none; }
    #document-view .case-body .active-highlight, #document-view .statute-body .active-highlight {
      background-color: #ffc40d; }
    #document-view .case-body .counsel, #document-view .statute-body .counsel {
      line-height: 1.286; }
    #document-view .case-body .opinion > .heading:first-child, #document-view .statute-body .opinion > .heading:first-child, #document-view .case-body #counsel-heading, #document-view .statute-body #counsel-heading {
      margin-top: 0; }
  #document-view .counsel .pagenumber, #document-view .publication .pagenumber {
    display: none; }
  #document-view .heading {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  #document-view .noteanchor a, #document-view .notemarker a {
    text-decoration: none; }
  #document-view .notemarker {
    padding-left: 1em; }
  #document-view .pagenumber {
    white-space: nowrap;
    font-weight: normal; }
    #document-view .pagenumber:before {
      content: attr(margin);
      position: absolute;
      background-color: white; }
    #document-view .pagenumber:after, #document-view .pagenumber:before {
      color: #919191;
      font-style: normal; }
    #document-view .pagenumber:after {
      content: attr(val); }
  #document-view .underline {
    text-decoration: underline; }
  #document-view #text-frame {
    position: relative;
    margin-left: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #document-view #text-frame.loaded {
      opacity: 1;
      filter: alpha(opacity=100); }

@page {
  margin-left: 0;
  margin-right: 0; }
.toggle-checkbox-button {
  padding: 5px;
  display: block;
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  z-index: -1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  text-align: left; }
  .toggle-checkbox-button input {
    cursor: pointer;
    margin-right: 6px;
    margin-top: 1px;
    margin-left: 1px;
    float: left; }

#highlight-toggle.checked {
  background-color: #FFF3B9; }

#treatment-highlight-toggle {
  margin-top: 5px;
  background-color: #dae6f7; }
  #treatment-highlight-toggle.checked {
    background-color: #aec7ee; }

#color-pro-button, #print-button, #invite-button, #review-button, #refhighlight-button, #treatment-review-button, #copy-tool .copy-button {
  margin-top: 5px;
  padding: 5px 15px 5px 25px;
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: left;
  height: 15px; }

.palette-link {
  text-decoration: none; }

#color-pro-button {
  background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_13x13.png");
  background-position: 6px 6px;
  background-color: #dae6f7; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #color-pro-button {
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_26x26.png");
      background-size: 13px 13px; } }

#print-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/print_icon.png);
  background-position: 7px 6px;
  background-size: 12px; }

#invite-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/invite_icon.png);
  background-size: 13px;
  background-position: 6px 6px; }

#review-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/edit_icon.png);
  background-size: 15px;
  background-position: 6px 6px; }

#refhighlight-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/eye_icon.png);
  background-size: 15px;
  background-position: 6px 6px; }

#treatment-review-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/edit_icon.png);
  background-size: 15px;
  background-position: 6px 6px; }

#save-treatment-button {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12px;
  margin-top: 15px;
  float: right;
  padding: 5px 10px; }

.reviewable {
  background-color: #FF9999;
  cursor: pointer; }

.matchable {
  background-color: #ffc789;
  cursor: pointer; }

.rg-match {
  background-color: #96a9ff;
  cursor: pointer; }

#page-case-reader .modal *, #page-statute-section .modal * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
#page-case-reader .modal .modal-dialog, #page-statute-section .modal .modal-dialog {
  margin-top: 110px; }
#page-case-reader .modal .modal-title, #page-statute-section .modal .modal-title {
  display: inline; }
#page-case-reader .modal .format, #page-statute-section .modal .format {
  color: #848484;
  display: inline;
  margin-left: 14px; }
#page-case-reader .modal .modal-content, #page-statute-section .modal .modal-content {
  border: solid 1px #aaa;
  border-radius: 0;
  box-shadow: none; }
#page-case-reader .modal .select-button, #page-statute-section .modal .select-button {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  display: inline;
  padding: 6px 12px; }
#page-case-reader .modal .target-text, #page-statute-section .modal .target-text {
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  font-family: none; }
#page-case-reader .modal .target-text, #page-case-reader .modal .target-text *, #page-statute-section .modal .target-text, #page-statute-section .modal .target-text * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }

#page-case-reader .citation-example, #page-account-citation .citation-example {
  border-top: 1px solid #e5e5e5;
  padding: 20px 20px 0 20px;
  font-family: none; }
#page-case-reader .citation-example, #page-case-reader .citation-example *, #page-account-citation .citation-example, #page-account-citation .citation-example * {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }
#page-case-reader #save-button, #page-account-citation #save-button {
  float: right; }

.dropdown-menu-tool {
  position: relative; }
  .dropdown-menu-tool * {
    cursor: pointer; }
  .dropdown-menu-tool.disabled > *:not(.confirm) {
    opacity: 0.5; }
  .dropdown-menu-tool.disabled * {
    cursor: default; }
  .dropdown-menu-tool .expand {
    position: absolute;
    /* Put this div just inside copy-button.  If it lies on top of
       copy-button it will mask copy-button's borders.  And if we
       add a border all the way around .expand, it will noticeably
       double up when the button is disabled. */
    top: 1px;
    right: 1px;
    height: 25px;
    width: 20px;
    border-left: solid 1px #aaa;
    background-color: #fafafa; }
    .dropdown-menu-tool .expand .chevron {
      background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/chevron_down.png);
      background-size: 10px;
      background-repeat: no-repeat;
      position: absolute;
      height: 10px;
      width: 10px;
      right: 5px;
      top: 50%;
      margin-top: -5px;
      opacity: 0.7; }
  .dropdown-menu-tool .menu {
    position: absolute;
    top: 26px;
    background-color: #fafafa;
    border: solid 1px #aaa;
    right: 0;
    z-index: 1; }
    .dropdown-menu-tool .menu.transparent {
      /* Using display: none or visibility: hidden appears to prevent us
         from hearing click events in the menu in IE 9. */
      opacity: 0;
      z-index: -100;
      cursor: default; }
      .dropdown-menu-tool .menu.transparent * {
        cursor: default; }
    .dropdown-menu-tool .menu .item {
      position: relative; }
      .dropdown-menu-tool .menu .item ~ .item {
        border-top: solid 1px #e4e4e2; }
    .dropdown-menu-tool .menu label {
      display: block;
      padding: 10px 5px 10px 20px; }
      .dropdown-menu-tool .menu label:hover {
        background-color: #efeee9; }
      .dropdown-menu-tool .menu label.active:before {
        content: "\2713";
        position: absolute;
        left: 7px;
        color: #0e92ad; }

#color-state-tool .menu label {
  width: 100px; }

#copy-tool.disabled .copy-hotspot {
  display: none; }
#copy-tool .copy-button {
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/copy_icon.png);
  background-size: 13px;
  background-position: 6px 6px; }
  #copy-tool .copy-button.basic {
    background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_13x13.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #copy-tool .copy-button.basic {
        background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/pro_icon_26x26.png");
        background-size: 13px 13px; } }
  #copy-tool .copy-button .copy-hotspot {
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    left: 0;
    /* This is necessary for IE.  Otherwise the overlay won't get click
       events when the user clicks on the underlying text.
       From
       https://github.com/sass/sass/issues/363#issuecomment-65670316
       */
    background-color: rgba(0, 0, 0, 0); }
#copy-tool .expand {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
#copy-tool .menu label {
  width: 75px; }
  #copy-tool .menu label.custom-format {
    width: 55px; }
  #copy-tool .menu label.zeroclipboard-is-hover {
    background-color: #efeee9; }
#copy-tool .menu .edit {
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  bottom: 0;
  border-left: solid 1px #e4e4e2;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  #copy-tool .menu .edit:hover {
    background-color: #efeee9; }
  #copy-tool .menu .edit > div {
    position: absolute;
    font-size: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    text-align: center;
    width: 100%; }
#copy-tool .confirm {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  right: 98px;
  color: #fff;
  padding: 5px 8px;
  height: 15px;
  top: 50%;
  margin-top: -12.5px;
  border-radius: 3px; }
  #copy-tool .confirm:after {
    content: "";
    border: 5px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -10px; }

#customize-modal .modal-content {
  cursor: default; }

.document-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
  overflow-y: scroll;
  width: 359px;
  height: 10000px; }
  .document-sidebar .pane:not(#outline-header) {
    font-size: 14px; }
    .document-sidebar .pane:not(#outline-header) .text {
      padding-top: 10px;
      padding-bottom: 10px; }
  .document-sidebar #outline-header {
    font-size: 15px; }
    .document-sidebar #outline-header #outline-label {
      overflow: auto;
      font-weight: 700;
      text-transform: uppercase; }
    .document-sidebar #outline-header .debug-link, .document-sidebar #outline-header .citing-cases {
      float: right;
      padding-left: 5px;
      font-weight: 700; }
      @media not print {
        .document-sidebar #outline-header .debug-link a, .document-sidebar #outline-header .citing-cases a {
          color: #0967cb;
          text-decoration: none; }
        .document-sidebar #outline-header .debug-link a:hover, .document-sidebar #outline-header .citing-cases a:hover {
          text-decoration: underline; } }
      @media print {
        .document-sidebar #outline-header .debug-link a, .document-sidebar #outline-header .citing-cases a {
          color: #000;
          text-decoration: none; } }
    .document-sidebar #outline-header .sections {
      white-space: nowrap; }
    .document-sidebar #outline-header .clearfix {
      padding: 0; }
  .document-sidebar a:hover {
    text-decoration: underline; }

#case-sidebar .level-0, #case-sidebar .level-1 {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 700; }
  @media print {
    #case-sidebar .level-0, #case-sidebar .level-1 {
      font-family: Georgia, 'Times New Roman', serif; } }
@media print {
  #case-sidebar {
    display: none; } }

@media not print {
  #breadcrumbs a {
    color: #0967cb;
    text-decoration: none; }
  #breadcrumbs a:hover {
    text-decoration: underline; } }
@media print {
  #breadcrumbs a {
    color: #000;
    text-decoration: none; } }

#section-sidebar #breadcrumbs, #heading-sidebar #breadcrumbs {
  font-size: 16px; }
  #section-sidebar #breadcrumbs a:hover .toc-heading-specifier, #heading-sidebar #breadcrumbs a:hover .toc-heading-specifier {
    text-decoration: underline; }

#heading-sidebar #breadcrumbs a:first-child .pane {
  border-top: solid 1px #e4e4e2; }
#heading-sidebar .table-of-contents .pane:first-child {
  border-top: solid 1px #e4e4e2; }
@media print {
  #heading-sidebar {
    display: none; } }

#page-statute-section #document-view, #page-statute-heading #document-view {
  min-height: 400px; }

#document-view #spinner {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/loading_indicator.gif"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #document-view #spinner {
      background-image: url("/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/loading_indicator.2x.gif");
      background-size: 20px 20px; } }
#document-view #palette {
  width: 92px;
  margin-top: 9px;
  margin-right: 9px;
  float: right;
  font-size: 12px; }
#document-view #dropdown-container {
  height: 0;
  top: 49px;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky; }
  @media print {
    #document-view #dropdown-container {
      display: none; } }
  #document-view #dropdown-container .dropdown-content {
    position: relative;
    height: 46px;
    top: -46px; }
#document-view #dropdown-header {
  border-bottom: solid 1px #ddd;
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 870px;
  min-height: 20px;
  padding-top: 12.5px;
  padding-bottom: 12.5px; }
  #document-view #dropdown-header span {
    vertical-align: middle; }
  #document-view #dropdown-header span.pro-icon {
    vertical-align: baseline; }
  #document-view #dropdown-header.hidden {
    display: none; }
#document-view #dropdown-header-content {
  min-height: 20px;
  font-size: 16px;
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 700;
  overflow: hidden; }
  @media print {
    #document-view #dropdown-header-content {
      font-family: Georgia, 'Times New Roman', serif; } }
  #document-view #dropdown-header-content.truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
@media not print {
  #document-view #text-frame {
    margin-left: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #document-view #text-frame.loaded {
      opacity: 1;
      filter: alpha(opacity=100); } }
#document-view .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  #document-view .fade.in {
    opacity: 1; }
#document-view .toggleable-highlight {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .toggleable-highlight.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #FFF3B9; }
#document-view .target {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FFF3B9; }
#document-view .query, #document-view.query > a {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FFC864; }
#document-view .query.active {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #FF8C00; }
#document-view .toggleable-highlight, #document-view .target, #document-view .query {
  padding: 2.5px 0 2.5px 0; }
#document-view .note .toggleable-highlight, #document-view .note .target, #document-view .note .query {
  padding: 0.7px 0 0.7px 0; }
#document-view .treated-negative, #document-view .review-treated-negative {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-negative.highlight, #document-view .review-treated-negative.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #ffb2b2; }
  #document-view .treated-negative:before, #document-view .review-treated-negative:before {
    color: red; }
#document-view .treated-warning, #document-view .review-treated-warning {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-warning.highlight, #document-view .review-treated-warning.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #fed698; }
  #document-view .treated-warning:before, #document-view .review-treated-warning:before {
    color: darkorange; }
#document-view .treated-caution, #document-view .treated-contrast, #document-view .review-treated-caution,
#document-view .review-treated-contrast {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-caution.highlight, #document-view .treated-contrast.highlight, #document-view .review-treated-caution.highlight,
  #document-view .review-treated-contrast.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #ffffb2; }
  #document-view .treated-caution:before, #document-view .treated-contrast:before, #document-view .review-treated-caution:before,
  #document-view .review-treated-contrast:before {
    color: goldenrod; }
#document-view .treated-positive, #document-view .review-treated-positive {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-positive.highlight, #document-view .review-treated-positive.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #b2d9b2; }
  #document-view .treated-positive:before, #document-view .review-treated-positive:before {
    color: green; }
#document-view .treated-cited, #document-view .treated-discussed, #document-view .review-treated-cited,
#document-view .review-treated-discussed {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-cited.highlight, #document-view .treated-discussed.highlight, #document-view .review-treated-cited.highlight,
  #document-view .review-treated-discussed.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #aec7ee; }
  #document-view .treated-cited:before, #document-view .treated-discussed:before, #document-view .review-treated-cited:before,
  #document-view .review-treated-discussed:before {
    color: blue; }
#document-view .treated-unknown, #document-view .review-treated-unknown {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  #document-view .treated-unknown.highlight, #document-view .review-treated-unknown.highlight {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #d9b2d9; }
  #document-view .treated-unknown:before, #document-view .review-treated-unknown:before {
    color: purple; }
#document-view .treated-negative.highlight.borderLeft, #document-view .treated-warning.highlight.borderLeft, #document-view .treated-caution.highlight.borderLeft, #document-view .treated-contrast.highlight.borderLeft,
#document-view .treated-unknown.highlight.borderLeft, #document-view .treated-cited.highlight.borderLeft, #document-view .treated-discussed.highlight.borderLeft, #document-view .treated-positive.highlight.borderLeft,
#document-view .review-treated-negative.highlight.borderLeft, #document-view .review-treated-warning.highlight.borderLeft, #document-view .review-treated-caution.highlight.borderLeft,
#document-view .review-treated-contrast.highlight.borderLeft, #document-view .review-treated-unknown.highlight.borderLeft, #document-view .review-treated-cited.highlight.borderLeft,
#document-view .review-treated-discussed.highlight.borderLeft, #document-view .review-treated-positive.highlight.borderLeft {
  padding-left: 3px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
#document-view .treated-negative.highlight.borderRight, #document-view .treated-warning.highlight.borderRight, #document-view .treated-caution.highlight.borderRight, #document-view .treated-contrast.highlight.borderRight,
#document-view .treated-unknown.highlight.borderRight, #document-view .treated-cited.highlight.borderRight, #document-view .treated-discussed.highlight.borderRight, #document-view .treated-positive.highlight.borderRight,
#document-view .review-treated-negative.highlight.borderRight, #document-view .review-treated-warning.highlight.borderRight, #document-view .review-treated-caution.highlight.borderRight,
#document-view .review-treated-contrast.highlight.borderRight, #document-view .review-treated-unknown.highlight.borderRight, #document-view .review-treated-cited.highlight.borderRight,
#document-view .review-treated-discussed.highlight.borderRight, #document-view .review-treated-positive.highlight.borderRight {
  padding-right: 3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
#document-view .edit-icons {
  padding: 0px 3px;
  cursor: pointer;
  font-style: normal; }
#document-view .unreviewed-treatment {
  padding: 0; }
  #document-view .unreviewed-treatment.borderLeft.highlight:before {
    content: "●";
    font-style: normal; }
#document-view .reviewed-treatment {
  padding: 0; }
  #document-view .reviewed-treatment.borderLeft.highlight:before {
    content: "✓";
    font-style: normal; }
#document-view .pill.basic {
  font-size: 14px;
  padding: 2px 8px; }
  #document-view .pill.basic .pro-icon {
    margin: 0 1px -1px 0; }

#header-container .treatment {
  float: left;
  margin-right: 30px;
  margin-top: 0.5px;
  font-weight: normal; }

#case-html {
  background-color: white; }
  #case-html .noteanchor + .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 15px;
    max-width: 322px;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    #case-html .noteanchor + .popover.top {
      margin-top: -10px; }
    #case-html .noteanchor + .popover.right {
      margin-left: 10px; }
    #case-html .noteanchor + .popover.bottom {
      margin-top: 10px; }
    #case-html .noteanchor + .popover.left {
      margin-left: -10px; }
  #case-html .popover .arrow,
  #case-html .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  #case-html .popover > .arrow, #case-html .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  #case-html .popover > .arrow {
    border-width: 10px; }
  #case-html .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  #case-html .popover.top > .arrow {
    left: 50%;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -10px; }
    #case-html .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  #case-html .popover.right > .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
    #case-html .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  #case-html .popover.bottom > .arrow {
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -10px; }
    #case-html .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  #case-html .popover.left > .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
    #case-html .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  #case-html .popover {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    text-align: left; }
    #case-html .popover small {
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
      text-align: justify; }
  #case-html .popover-content {
    /* To override any inherited style from the popover's parent. */
    font-style: normal;
    font-weight: normal;
    color: black; }
  #case-html .treatment .popover {
    max-width: 330px; }

@page {
  margin-left: 0.25in;
  margin-right: 0.25in; }
@media not print {
  /* From
     https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
  */
  /* NOTE: This file and print_styles.scss contain rules specific to display on
   * the website or when printing, respectively. Generally speaking, any rule in
   * this file should have a related rule in print_styles.scss, and vice
   * versa. Rules that should be applied to both media types should be in
   * common.scss.
   */
  #document-view a[data-refglobal] {
    text-decoration: underline; }
  #document-view blockquote {
    font-size: 12px;
    line-height: 17px; }
  #document-view h1 {
    font-size: 28px; }
  #document-view h2 {
    font-size: 21px; }
  #document-view h3 {
    font-size: 18px; }
  #document-view h4 {
    font-size: 17px; }
  #document-view h5 {
    font-size: 15px; }
  #document-view h6 {
    font-size: 14px; }
  #document-view hr {
    width: 500px; }
  #document-view .case-header, #document-view .case-body, #document-view .statute-body, #document-view #header-container {
    padding-left: 145px;
    padding-right: 145px;
    /* Reduce margins once .margin disappears */ }
  #document-view .case-header {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* Header w/o citeable */ }
    #document-view .case-header > p {
      /* Default is margin-bottom: 10px.  Move that to the top so we
          can selectively remove it between parallel cites & dates with
          CSS */
      margin: 10px auto 0; }
    #document-view .case-header .parties {
      line-height: 30px;
      margin-bottom: 20px;
      font-size: 21px; }
      #document-view .case-header .parties .party {
        margin-top: 10px; }
        #document-view .case-header .parties .party.in-re {
          margin-bottom: 12px;
          margin-top: 40px; }
          #document-view .case-header .parties .party.in-re:first-child {
            margin-top: 10px; }
      #document-view .case-header .parties .roles {
        font-size: 13px; }
    #document-view .case-header .treatment {
      /* Make it so there's $padding + $extra-margin visible above and
          below the pill. */
      margin-top: 10px;
      margin-bottom: 15.5px; }
    #document-view .case-header .cite + .cite, #document-view .case-header .date + .date {
      margin-top: 4px; }
    #document-view .case-header .publication {
      font-size: 11px; }
  #document-view .case-body, #document-view .statute-body {
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: justify;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 3;
    -moz-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-lines: 3;
    -o-hyphenate-limit-lines: 3;
    hyphenate-limit-lines: 3; }
    #document-view .case-body h1, #document-view .statute-body h1, #document-view .case-body h2, #document-view .statute-body h2, #document-view .case-body h3, #document-view .statute-body h3, #document-view .case-body h4, #document-view .statute-body h4, #document-view .case-body h5, #document-view .statute-body h5, #document-view .case-body h6, #document-view .statute-body h6 {
      word-wrap: break-word;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none; }
    #document-view .case-body p, #document-view .statute-body p {
      margin: 0 0 10px; }
    #document-view .case-body pre, #document-view .statute-body pre {
      max-width: 580px; }
    #document-view .case-body .counsel, #document-view .statute-body .counsel {
      overflow: auto; }
      #document-view .case-body .counsel .window, #document-view .statute-body .counsel .window {
        position: relative;
        max-height: 90px;
        overflow-y: hidden; }
        #document-view .case-body .counsel .window:after, #document-view .statute-body .counsel .window:after {
          content: " ";
          display: block;
          position: absolute;
          height: 50px;
          bottom: 0px;
          width: 100%;
          background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }
        #document-view .case-body .counsel .window.expanded:after, #document-view .statute-body .counsel .window.expanded:after {
          visibility: hidden; }
      #document-view .case-body .counsel .toggle, #document-view .statute-body .counsel .toggle {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.302);
        line-height: 1.385;
        text-decoration: none; }
    #document-view .case-body .note > *, #document-view .statute-body .note > * {
      font-size: 12px;
      line-height: 16px; }
    #document-view .case-body .opinion + .opinion, #document-view .statute-body .opinion + .opinion, #document-view .case-body p + .opinion, #document-view .statute-body p + .opinion {
      margin-top: 100px; }
    #document-view .case-body .popover, #document-view .statute-body .popover {
      display: none; }
  #document-view .metadata {
    margin-bottom: 16px; }
    #document-view .metadata > p {
      margin-bottom: 0; }
  #document-view .noteanchor > a, #document-view .notemarker > a {
    color: #ba4c2b; }
  #document-view .pagenumber {
    font-size: 11px; }
    #document-view .pagenumber:before {
      left: 40px; }
  #document-view #text-frame {
    font-size: 14px; } }
@media print {
  /* NOTE: This file and site_styles.scss contain rules specific to display when
   * printing or on the website, respectively. Generally speaking, any rule in
   * this file should have a related rule in site_styles.scss, and vice
   * versa. Rules that should be applied to both media types should be in
   * common.scss.
   */
  #page {
    width: auto !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0; }

  #document-view a[data-refglobal] {
    text-decoration: none; }
  #document-view blockquote {
    font-size: 9pt;
    line-height: 1; }
  #document-view h1 {
    font-size: 20pt; }
  #document-view h2 {
    font-size: 17pt; }
  #document-view h3 {
    font-size: 14pt; }
  #document-view h4 {
    font-size: 12pt; }
  #document-view h5 {
    font-size: 11.5pt; }
  #document-view h6 {
    font-size: 11pt; }
  #document-view h2, #document-view h3, #document-view h4, #document-view h5, #document-view h6 {
    margin: 12pt 0; }
  #document-view hr {
    width: 5.25in; }
  #document-view .case-header, #document-view .case-body, #document-view .statute-body, #document-view #header-container {
    padding-left: 1in;
    padding-right: 1in; }
  #document-view .case-header {
    font-size: 9pt;
    padding: 0.2in 0;
    /* Header w/o citeable */ }
    #document-view .case-header > p {
      /* Default is margin-bottom: 10px.  Move that to the top so
          we can selectively remove it between parallel cites &
          dates with CSS */
      margin: 0.10in auto 0; }
    #document-view .case-header .parties {
      font-size: 16pt;
      line-height: 16pt;
      margin-bottom: 16pt; }
      #document-view .case-header .parties .party {
        margin-top: 7pt; }
        #document-view .case-header .parties .party.in-re {
          margin-bottom: 0.25in;
          margin-top: 0.75; }
          #document-view .case-header .parties .party.in-re:first-child {
            margin-top: 0.2in; }
      #document-view .case-header .parties .roles {
        font-size: 10pt; }
    #document-view .case-header .treatment {
      /* Make it so there's $padding + $extra-margin visible above
      and below the pill. */
      margin-top: 7pt;
      margin-bottom: 0.0972222222in; }
    #document-view .case-header .cite + .cite, #document-view .case-header .date + .date {
      margin-top: 3pt; }
    #document-view .case-header .publication {
      font-size: 9pt; }
  #document-view .case-body, #document-view .statute-body {
    text-align: left;
    padding-bottom: 0.75in; }
    #document-view .case-body p, #document-view .statute-body p {
      margin: 0 0 0.1in; }
    #document-view .case-body pre, #document-view .statute-body pre {
      max-width: 5.5in; }
    #document-view .case-body .counsel div.window, #document-view .statute-body .counsel div.window {
      max-height: none; }
      #document-view .case-body .counsel div.window:after, #document-view .statute-body .counsel div.window:after {
        display: none; }
    #document-view .case-body .counsel a.toggle, #document-view .statute-body .counsel a.toggle {
      display: none; }
    #document-view .case-body .note > *, #document-view .statute-body .note > * {
      font-size: 8pt;
      line-height: 11pt; }
    #document-view .case-body .opinion + .opinion, #document-view .statute-body .opinion + .opinion, #document-view .case-body p + .opinion, #document-view .statute-body p + .opinion {
      margin-top: 1.8in; }
    #document-view .case-body .popover, #document-view .statute-body .popover {
      display: none; }
  #document-view .metadata {
    margin-bottom: 0.3in; }
    #document-view .metadata > p {
      margin-bottom: 0; }
  #document-view .noteanchor > a, #document-view .notemarker > a {
    color: black; }
  #document-view .pagenumber {
    color: black;
    font-size: 9pt; }
    #document-view .pagenumber:after, #document-view .pagenumber:before {
      color: black; }
    #document-view .pagenumber:before {
      left: 0; }
  #document-view #text-frame {
    font-size: 10pt;
    margin: 0 0.25in; } }
.specifier {
  float: left;
  margin-left: -70px;
  text-align: right;
  width: 60px; }

a.statute-link {
  color: #000; }

.statute-section {
  min-height: 22px;
  position: relative; }
  .statute-section .statute-section {
    padding-left: 12px; }
  .statute-section p:after {
    content: "\00A0";
    display: table; }

.statute-header-code {
  font-size: 21px;
  font-weight: bold;
  margin-top: 10px;
  font-style: italic; }

.statute-header-section {
  font-size: 21px; }

.statute-body {
  padding-top: 18px; }

.statute-body table {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.statute-history {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: italic;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media print {
    .statute-history {
      font-family: Georgia, 'Times New Roman', serif; } }
  .statute-history:not(:last-child) {
    border-bottom: 1px solid #e4e4e2; }

.toc-heading-specifier {
  float: left;
  padding-right: 5px; }

.toc-heading-name {
  overflow: auto; }

.section-demarcator {
  padding-top: 10px;
  padding-bottom: 2px;
  margin-left: -70px; }
  @media not print {
    .section-demarcator a {
      color: #0967cb;
      text-decoration: none; }
    .section-demarcator a:hover {
      text-decoration: underline; } }
  @media print {
    .section-demarcator a {
      color: #000;
      text-decoration: none; } }

@media print {
  #section-sidebar {
    display: none; }

  .statute-body .statute-link {
    text-decoration: none; } }
.sidebar {
  background-color: #f3f3f3;
  border-right: solid 1px #e4e4e2;
  float: left;
  clear: both; }
  .sidebar .pane {
    line-height: 19px;
    border-bottom: solid 1px #e4e4e2;
    font-size: 14px; }
    .sidebar .pane > div {
      padding-top: 13px;
      padding-bottom: 13px; }
      .sidebar .pane > div:first-child {
        padding-left: 20px; }
      .sidebar .pane > div:last-child {
        padding-right: 25px; }
    .sidebar .pane.level-1 > div:first-child {
      padding-left: 35px; }
    .sidebar .pane.level-2 > div:first-child {
      padding-left: 50px; }
    .sidebar .pane.level-3 > div:first-child {
      padding-left: 65px; }
    .sidebar .pane.level-4 > div:first-child {
      padding-left: 80px; }
    .sidebar .pane.level-5 > div:first-child {
      padding-left: 95px; }
    .sidebar .pane.level-6 > div:first-child {
      padding-left: 110px; }
    .sidebar .pane.level-7 > div:first-child {
      padding-left: 125px; }
    .sidebar .pane.level-8 > div:first-child {
      padding-left: 140px; }
    .sidebar .pane.level-9 > div:first-child {
      padding-left: 155px; }
    .sidebar .pane.level-10 > div:first-child {
      padding-left: 170px; }
  .sidebar .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sidebar .table-of-contents .pane {
    position: relative;
    /* Use a pseudo-element for active items instead of a border on
            .pane, so that border-left and border-top aren't vying
            for pixels at the top-left corner */ }
    .sidebar .table-of-contents .pane:hover {
      background-color: #efeee9; }
    .sidebar .table-of-contents .pane:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      /* Let clicks go through to the elements underneath. */
      border-left: 4px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
    .sidebar .table-of-contents .pane.active:after {
      border-left-color: #0e92ad; }

/* From
   https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
*/
@media not print {
  html {
    background-color: #e2e2e2; } }
body {
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    body {
      font-family: Georgia, 'Times New Roman', serif; } }

#page {
  background-color: #fff;
  width: 1230px;
  margin: auto;
  box-shadow: 0px 0px 10px #aaa;
  display: table;
  position: relative; }

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 1230px;
  border-bottom: solid 1px #bbb;
  background-color: #1f226a;
  color: #fff; }
  @media print {
    #header {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

#header-spacer {
  display: block;
  height: 49px; }
  @media print {
    #header-spacer {
      display: none; } }

#logo, #search-bar {
  height: 48px;
  float: left; }

#logo {
  width: 174px;
  background-color: transparent;
  background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/ceb-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 52px 25px; }
  #logo img {
    margin-top: 10px; }

#search > * {
  display: inline-block; }
  #search > *.hidden {
    display: none; }

#search-field {
  font-family: Arial, sans-serif; }

#search-field-container {
  margin: 9px 6px 6px 22px;
  width: 560px;
  border: solid 1px #aaa;
  height: 28px;
  background: #fff;
  padding: 0px;
  color: #000; }
  #search-field-container input[type='text'] {
    border: none;
    padding-left: 10px;
    height: 26px;
    line-height: 27px;
    background: transparent;
    width: 550px;
    font-size: 16px; }
    #search-field-container input[type='text']:focus {
      outline: none; }
  #search-field-container .tt-menu {
    width: 560px;
    padding-left: 0px; }
    #search-field-container .tt-menu .tt-suggestion, #search-field-container .tt-menu .tt-dataset-header {
      padding-left: 8px; }
    #search-field-container .tt-menu .tt-separator {
      margin-left: 8px;
      margin-right: 8px; }

#search-bar input[type='submit'] {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  margin-bottom: 0;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 9px;
  background-image: none;
  padding: 6px 10px;
  font-size: 14px;
  width: 75px;
  background: #185cad;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }
#search-bar form {
  float: left; }

.sidebar.search-sidebar {
  width: 305px;
  min-height: 642px; }
  .sidebar.search-sidebar input[type=text] {
    outline: none;
    padding: 3px 8px;
    width: 190px;
    margin-bottom: 4px;
    border: 1px solid #bbb; }
  .sidebar.search-sidebar .sidebar-header {
    height: 19px; }
    .sidebar.search-sidebar .sidebar-header > div {
      padding: 0; }
  .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
    text-decoration: none;
    color: #b3b2b0;
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 500; }
    @media print {
      .sidebar.search-sidebar .more a, .sidebar.search-sidebar .filter-tree a {
        font-family: Georgia, 'Times New Roman', serif; } }
  .sidebar.search-sidebar .pane {
    font-size: 12px;
    line-height: normal;
    border-bottom: solid 1px #e4e4e2;
    padding: 15px 18px; }
    .sidebar.search-sidebar .pane .expando-closed, .sidebar.search-sidebar .pane .expando-half-open, .sidebar.search-sidebar .pane .expando-open {
      overflow: hidden;
      transition: 0.3s; }
    .sidebar.search-sidebar .pane .expando-closed {
      max-height: 0px; }
    .sidebar.search-sidebar .pane .expando-half-open {
      max-height: 70px; }
    .sidebar.search-sidebar .pane .expando-open {
      max-height: 1500px;
      overflow: auto; }
    .sidebar.search-sidebar .pane .filter-list.expando-closed {
      padding: 0; }
    .sidebar.search-sidebar .pane .filter-list > div {
      display: table;
      padding: 4px 0px; }
    .sidebar.search-sidebar .pane .heading {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700; }
      @media print {
        .sidebar.search-sidebar .pane .heading {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane hr {
      border: 0;
      height: 1px;
      margin: 0;
      background-color: #e4e4e2; }
    .sidebar.search-sidebar .pane.selector > div input[type='checkbox'], .sidebar.search-sidebar .pane.selector > div input[type='radio'] {
      margin-right: 10px;
      margin-top: 1px;
      float: left; }
    .sidebar.search-sidebar .pane.selector > div label {
      max-width: 210px;
      float: left; }
    .sidebar.search-sidebar .pane.selector div {
      padding: 4px 0px; }
      .sidebar.search-sidebar .pane.selector div.level-of-analysis {
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0; }
    .sidebar.search-sidebar .pane.selector .filter-count {
      color: #666;
      font-size: 11px;
      position: absolute;
      right: 0; }
      .sidebar.search-sidebar .pane.selector .filter-count.lock {
        height: 11px;
        width: 11px;
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/lock-filters.png);
        background-size: 100%; }
    .sidebar.search-sidebar .pane.selector .label-container {
      display: inline;
      padding: 0;
      width: 100%; }
    .sidebar.search-sidebar .pane.selector .filter-value {
      width: 100%;
      position: relative; }
    .sidebar.search-sidebar .pane .text-filter input.disabled {
      background-color: #EEE; }
    .sidebar.search-sidebar .pane > div:before, .sidebar.search-sidebar .pane > div:after {
      content: " ";
      display: table; }
    .sidebar.search-sidebar .pane > div:after {
      clear: both; }
    .sidebar.search-sidebar .pane .disabled-filter > label, .sidebar.search-sidebar .pane .disabled-filter > .filter-count {
      opacity: 0.4; }
    .sidebar.search-sidebar .pane .pane {
      border-bottom: none; }
    .sidebar.search-sidebar .pane .filter-results {
      font-size: 15px;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      float: left; }
      @media print {
        .sidebar.search-sidebar .pane .filter-results {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane .clear-filters {
      font-size: 15px;
      float: right; }
      .sidebar.search-sidebar .pane .clear-filters a {
        font-style: normal; }
    .sidebar.search-sidebar .pane .filter-tree {
      position: relative;
      width: 100%;
      display: table;
      clear: both; }
      .sidebar.search-sidebar .pane .filter-tree .children {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 25px; }
      .sidebar.search-sidebar .pane .filter-tree a {
        clear: both;
        display: block;
        padding-top: 4px;
        margin-left: 25px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank .expando {
      padding: 0; }
    .sidebar.search-sidebar .pane.filedon-filter-bank div.range {
      position: relative;
      margin: 5px 0;
      padding: 0px; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range a {
        color: #666;
        text-decoration: none; }
      .sidebar.search-sidebar .pane.filedon-filter-bank div.range.selected a {
        font-weight: bold; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input.date {
      width: 4em;
      height: 14px;
      padding: 3px 8px; }
    .sidebar.search-sidebar .pane.filedon-filter-bank input[type='submit'] {
      background-color: #fafafa;
      border: solid 1px #aaa;
      color: #333;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      height: 22px;
      margin-top: 1px; }
    .sidebar.search-sidebar .pane.treatment-filter-bank div label {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-family: Arial, sans-serif; }
      @media print {
        .sidebar.search-sidebar .pane.treatment-filter-bank div label {
          font-family: Georgia, 'Times New Roman', serif; } }
    .sidebar.search-sidebar .pane.treatment-filter-bank input[type='checkbox'].filter {
      margin-top: 0; }

#search-results-error {
  padding: 20px;
  float: left;
  width: 860px; }

.search-results-description {
  padding-bottom: 16px;
  border-bottom: solid 1px #e4e4e2;
  font-size: 15px;
  min-height: 18px; }
  @media not print {
    .search-results-description a {
      color: #0967cb;
      text-decoration: none; }
    .search-results-description a:hover {
      text-decoration: underline; } }
  @media print {
    .search-results-description a {
      color: #000;
      text-decoration: none; } }
  .search-results-description #query-type-menu-container {
    float: right; }
  .search-results-description div {
    margin-bottom: 10px; }
  .search-results-description .spelling-correction {
    font-size: 16px; }

#search-results-container {
  float: left;
  position: relative;
  width: 860px;
  background-color: #fff;
  padding: 0px 30px; }
  #search-results-container .paginator {
    text-align: center; }
  #search-results-container .search-results-header {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e2;
    position: relative;
    font-size: 15px;
    width: 860px;
    z-index: 3; }
    @media not print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-header .clear-applied-filters a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-header .clear-applied-filters a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters {
      margin-left: 12px; }
    #search-results-container .search-results-header #staff-options, #search-results-container .search-results-header .clear-applied-filters a {
      border-left: solid 1px #ccc;
      background-repeat: no-repeat;
      background-position: center right;
      padding-left: 12px; }
  #search-results-container .search-results-feedback {
    border-bottom: solid 1px #e4e4e2;
    margin: 0px 100px 0px 40px;
    padding: 20px 30px 20px 0px; }
    @media not print {
      #search-results-container .search-results-feedback a {
        color: #0967cb;
        text-decoration: none; }
      #search-results-container .search-results-feedback a:hover {
        text-decoration: underline; } }
    @media print {
      #search-results-container .search-results-feedback a {
        color: #000;
        text-decoration: none; } }
    #search-results-container .search-results-feedback p {
      margin: 10px 0px 10px 0px; }
    #search-results-container .search-results-feedback .confirm-query-change {
      font-size: 18px; }
  #search-results-container .query-tip-prompt {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: italic;
    font-weight: 700;
    color: #ba4c2b;
    font-size: 16px; }
    @media print {
      #search-results-container .query-tip-prompt {
        font-family: Georgia, 'Times New Roman', serif; } }
  #search-results-container .search-results {
    padding-top: 10px; }
  #search-results-container #search-results {
    padding-bottom: 20px; }

.treatment {
  cursor: pointer;
  font-family: Arial, sans-serif; }
  .treatment .pill {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: normal; }
    .treatment .pill.attitude-positive {
      color: #52a7b9; }
    .treatment .pill.attitude-unknown {
      color: #6a6a6a; }
    .treatment .pill.basic {
      padding: 3px 4px; }
      .treatment .pill.basic .pro-icon {
        height: 13px;
        width: 13px;
        margin: 0 1px -2px 0; }
  .treatment .expand {
    background-position: right center;
    background-size: 18px 4px;
    background-repeat: no-repeat;
    /* .pill font-size + padding */
    height: 18px;
    width: 25px;
    /* Center vertically */
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: -25px; }
    @media not print {
      .treatment .expand {
        background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png); } }
  .treatment .popover {
    top: auto;
    left: auto;
    cursor: default;
    padding: 13px 16px;
    margin-top: 5px;
    z-index: 2;
    box-shadow: 0px 3px 9px -1px #aaa;
    color: #6a6a6a;
    font-size: 13px; }
    .treatment .popover div + div {
      margin-top: 8px; }

.search-result {
  margin-bottom: 16px;
  padding: 1px 100px 1px 0px; }
  @media not print {
    .search-result a {
      color: #0967cb;
      text-decoration: none; }
    .search-result a:hover {
      text-decoration: underline; }
    .search-result a:visited {
      color: #823da5; } }
  @media print {
    .search-result a {
      color: #000;
      text-decoration: none; } }
  .search-result .treatment {
    margin-left: 8px; }
  .search-result a:hover {
    text-decoration: underline; }
  .search-result .name-container {
    margin-bottom: 4px; }
    .search-result .name-container .name {
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: normal;
      font-weight: 700;
      font-size: 15px; }
      @media print {
        .search-result .name-container .name {
          font-family: Georgia, 'Times New Roman', serif; } }
    .search-result .name-container > * {
      display: inline-block;
      vertical-align: middle; }
  .search-result .metadata {
    font-family: 'Archer SSm A', 'Archer SSm B';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print {
      .search-result .metadata {
        font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .snippet {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px; }
    .search-result .snippet a {
      color: inherit; }
  .search-result .more {
    margin-top: 4px;
    margin-bottom: 4px; }
    .search-result .more a {
      text-decoration: none;
      color: #6a6a6a;
      font-family: 'Archer SSm A', 'Archer SSm B';
      font-style: italic;
      font-weight: 500;
      font-size: 12px; }
      @media print {
        .search-result .more a {
          font-family: Georgia, 'Times New Roman', serif; } }
  .search-result .missing {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #6a6a6a; }
    .search-result .missing .missing-term {
      text-decoration: line-through; }

.results-body {
  padding-left: 0;
  /* Get rid of default ol padding */ }

.right-column {
  float: right;
  /* Set the width so that there's some left padding. */
  width: 720px; }

.level-of-analysis {
  border: 1px solid #bbb;
  float: left;
  height: 5px;
  width: 26px;
  margin-top: 5px; }
  .level-of-analysis.filled {
    background-color: #c3c3c3;
    border-color: #a0a0a0; }
  .level-of-analysis + .level-of-analysis {
    margin-left: 2px; }

.treatment-container {
  float: left;
  margin-top: 2px;
  /* Align text with case name along baseline */
  /* There are four levels of discussion.  Set the width of the
     treatment container to accommodate them. */
  width: 118px; }
  .treatment-container + .right-column {
    /* Override the right column's width to make room for the
       treatment. */
    width: 612px; }
  .treatment-container .unreviewed:before {
    position: absolute;
    left: 15px;
    content: "●";
    font-style: normal; }
  .treatment-container .reviewed:before {
    position: absolute;
    left: 15px;
    content: "✓";
    font-style: normal; }

.case-to-case-treatment {
  border: 1px solid;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 9px;
  text-align: center; }

.attitude-negative {
  color: #ba4c2b; }

.attitude-warning {
  color: #ea845f; }

.attitude-caution, .attitude-contrast {
  color: #eaa115; }

.attitude-positive {
  color: green; }

.attitude-discussed {
  color: #5698ca; }

.attitude-cited {
  color: #52a7b9; }

.attitude-uncited {
  color: #6a6a6a; }

.attitude-unknown {
  color: #6a6a6a; }

.hidden {
  display: none; }

.overlay {
  left: 0;
  top: 0;
  min-height: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  /* IE 8 */
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* Everyone else */
  background: rgba(255, 255, 255, 0.5); }
  .overlay .loading-container {
    position: absolute;
    top: 40%;
    left: 50%; }
    .overlay .loading-container > div {
      width: 6px;
      height: 6px;
      margin: 6px auto;
      border-radius: 50px;
      background: #bbb; }
    .overlay .loading-container > div:nth-child(1) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(2) {
      -webkit-animation: left 0.6s infinite ease-in-out;
      -moz-animation: left 0.6s infinite ease-in-out;
      animation: left 0.6s infinite ease-in-out; }
    .overlay .loading-container > div:nth-child(3) {
      -webkit-animation: right 0.6s infinite ease-in-out;
      -moz-animation: right 0.6s infinite ease-in-out;
      animation: right 0.6s infinite ease-in-out; }

.frame-background {
  min-height: 650px;
  background-color: #f8f4f1;
  padding-top: 1px;
  padding-bottom: 16px;
  position: relative; }

.search-menu-container {
  display: inline-block;
  float: right;
  text-align: right;
  margin-left: 12px; }
  .search-menu-container .results-sort-by-label {
    float: left; }
  .search-menu-container .search-menu select {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    height: 18px;
    width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-menu-container .search-menu select:focus {
      outline: none; }
  .search-menu-container .search-menu {
    height: 17px;
    width: 157px;
    overflow: hidden;
    background-image: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/menu_glyph.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px 4px;
    border: solid 1px #bbb;
    background-color: #f9f9f9;
    padding: 3px 26px 3px 3px;
    margin-top: -4px;
    float: left;
    margin-left: 8px; }

#footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  border-top: solid 1px #e4e4e2;
  padding-bottom: 15px;
  padding-top: 12px;
  clear: both; }
  @media not print {
    #footer {
      background-color: #f3f3f3; } }
  @media not print {
    #footer a {
      color: #0967cb;
      text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; } }
  @media print {
    #footer a {
      color: #000;
      text-decoration: none; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer span {
    padding-left: 10px;
    padding-right: 10px; }
    @media print {
      #footer span.site-links {
        display: none; } }

.button-small {
  background-color: #fafafa;
  border: solid 1px #aaa;
  color: #333;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: top;
  border: 3px solid #6981c1; }
  .button-small:hover {
    background-color: #6981c1;
    color: #fff; }

input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-style: italic; }

.title-container {
  background: #fff;
  border: solid 1px #ddd;
  width: 600px;
  padding: 30px 120px;
  margin: 30px auto; }
  .title-container .level-1 {
    padding-left: 15px; }
  .title-container .level-2 {
    padding-left: 30px; }
  .title-container .level-3 {
    padding-left: 45px; }
  .title-container .level-4 {
    padding-left: 60px; }
  .title-container .level-5 {
    padding-left: 75px; }
  .title-container .level-6 {
    padding-left: 90px; }
  .title-container .level-7 {
    padding-left: 105px; }
  .title-container .level-8 {
    padding-left: 120px; }
  .title-container .level-9 {
    padding-left: 135px; }
  .title-container .level-10 {
    padding-left: 150px; }
  .title-container .header-book-title {
    text-align: center; }
  .title-container tr.highlight {
    background-color: #FFF3B9; }
  .title-container td {
    padding-top: 5px;
    padding-bottom: 5px; }
    @media not print {
      .title-container td a {
        color: #0967cb;
        text-decoration: none; }
      .title-container td a:hover {
        text-decoration: underline; } }
    @media print {
      .title-container td a {
        color: #000;
        text-decoration: none; } }
  .title-container .sections {
    white-space: nowrap;
    padding-left: 25px; }

span.tooltip-cursor-target {
  cursor: pointer;
  padding-bottom: 20px; }

span.tooltip-text-target {
  border-bottom: dotted 1px #000; }

.popover-text {
  font-size: 13px;
  width: 300px;
  font-family: 'Archer SSm A', 'Archer SSm B';
  font-style: normal;
  font-weight: 500; }
  @media print {
    .popover-text {
      font-family: Georgia, 'Times New Roman', serif; } }
  .popover-text .example {
    padding-left: 20px;
    padding-top: 4px;
    font-family: Arial, sans-serif; }

.popover.fade, .tooltip.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .popover.fade.in, .tooltip.fade.in {
    opacity: 1; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 10px 15px;
  max-width: 400px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 10px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -10px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -10px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.popover {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  text-align: left; }
  .popover small {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-align: justify; }

.popover-content {
  /* To override any inherited style from the popover's parent. */
  font-style: normal;
  font-weight: normal; }

.tt-hint {
  color: #999; }

.tt-dataset-suggestions span.tt-case-cites, .tt-dataset-suggestions span.tt-case-date {
  color: #777;
  font-size: 15px; }
.tt-dataset-suggestions .tt-action {
  color: #ba4c2b;
  font-style: italic; }
.tt-dataset-suggestions .tt-category {
  color: #0f92ae; }
.tt-dataset-suggestions .tt-action strong.tt-highlight, .tt-dataset-suggestions .tt-category strong.tt-highlight, .tt-dataset-suggestions .tt-case-date strong.tt-highlight {
  font-weight: normal; }
.tt-dataset-suggestions .tt-separator {
  border-bottom: solid 1px #ccc;
  margin: 8px; }

#search-field-container, #search-input-container {
  text-align: left;
  font-family: Arial, sans-serif; }
  #search-field-container .tt-menu, #search-input-container .tt-menu {
    background-color: #fff;
    border: solid 1px #aaa;
    margin-left: -1px;
    padding: 10px 0px; }
  #search-field-container .tt-suggestion:hover, #search-field-container .tt-cursor, #search-input-container .tt-suggestion:hover, #search-input-container .tt-cursor {
    background-color: #e4e4e2;
    cursor: pointer; }

#publication-filter .tt-dataset {
  width: 194px;
  margin-top: 0px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0; }
#publication-filter .tt-suggestion:hover {
  background-color: #e4e4e2; }
#publication-filter .tt-cursor {
  background-color: #e4e4e2; }

.quality {
  margin: 20px 115px 60px 115px;
  min-height: 300px;
  line-height: 1.15em; }
  @media not print {
    .quality a {
      color: #0967cb;
      text-decoration: none; }
    .quality a:hover {
      text-decoration: underline; } }
  @media print {
    .quality a {
      color: #000;
      text-decoration: none; } }
  .quality .BEST {
    background-color: #73e854; }
  .quality .VERY_GOOD {
    background-color: #bdffab; }
  .quality .GOOD {
    background-color: #fffd91; }
  .quality .BAD {
    background-color: #f8ba9f; }
  .quality ol.match-list li {
    margin: 0 0 5px 0; }
  .quality h1 {
    text-align: center; }
  .quality h1, .quality h2, .quality h3 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .quality .large {
    font-size: 1.5em; }
  .quality .warning {
    color: #e44c4a; }
    .quality .warning.missing:before {
      content: "";
      background: url(/static/b2c86b94a12cda1f7b3e318fa763534df00c2060/img/important_icon.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 0.2em;
      padding-right: 1.2em; }
    .quality .warning .button-small {
      margin-left: 10px;
      border-color: #e44c4a; }
      .quality .warning .button-small:hover {
        background-color: #e44c4a;
        color: #fff; }
  .quality .navigation {
    display: flex;
    justify-content: space-between; }
    .quality .navigation .warning form {
      display: inline-flex; }
  .quality .breadcrumb {
    padding-top: 9px; }
  .quality .search-source {
    float: left;
    width: 290px;
    padding: 0px 20px 60px 20px; }
    .quality .search-source h2 {
      display: inline-block; }
    .quality .search-source button.save {
      margin-left: 20px;
      margin-top: 28px;
      font-weight: 100; }
    .quality .search-source .absent {
      margin-bottom: 20px; }
    .quality .search-source .result-lists ol {
      padding: 0; }
      .quality .search-source .result-lists ol li {
        margin-top: 5px;
        padding: 5px;
        font-size: 14px; }
        .quality .search-source .result-lists ol li a {
          color: #333; }
  .quality form.add-query, .quality form.note {
    text-align: center;
    margin-top: 40px; }
    .quality form.add-query textarea, .quality form.note textarea {
      width: 450px;
      border: solid 1px #aaa;
      margin-bottom: 10px; }
  .quality .query-list {
    padding: 0; }
    .quality .query-list li {
      list-style-type: none;
      padding-top: 10px; }
  .quality #main {
    margin-top: 25px; }
  .quality select {
    margin-top: 5px;
    width: 150px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555; }
  .quality textarea {
    padding: 10px; }
  .quality input[type="text"] {
    border: solid 1px #aaa;
    height: 32px;
    width: 250px;
    padding-left: 10px;
    line-height: 27px;
    font-size: 16px;
    margin-right: 6px;
    font-family: Arial, sans-serif; }
    .quality input[type="text"]:focus {
      outline: none; }
  .quality #results-text {
    width: 1000px;
    border: solid 1px #aaa;
    margin-bottom: 10px; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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