@charset "UTF-8";
/* 	lii skin  
    assumes bootstrap */
.container {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

hgroup {
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
}

hgroup h1 {
  font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif;
  color: #2a3644;
  margin-top: 0;
  line-height: 1.15;
}

hgroup h2.lead {
  font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif;
  color: #2a3644;
  margin: 0;
  padding-bottom: 10px;
}

.search-result .thumbnail {
  border-radius: 0 !important;
}

.search-result:first-child {
  margin-top: 0 !important;
}

.search-result {
  margin-top: 25px;
}

.search-result .col-md-2 {
  border-right: 1px dotted #ccc;
  min-height: 80px;
}

.search-result ul {
  padding-left: 0 !important;
  list-style: none;
}

.search-result ul li {
  font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;
  line-height: 30px;
}

.search-result ul li i {
  padding-right: 5px;
}

.search-result .col-md-7 {
  position: relative;
}

.search-result h3 {
  font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.search-result h3 > a, .search-result i {
  color: #248dc1 !important;
}

.search-result p {
  font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif;
}

.search-result span.plus {
  position: absolute;
  right: 0;
  top: 126px;
}

.search-result span.plus a {
  background-color: #248dc1;
  padding: 5px 5px 3px 5px;
}

.search-result span.plus a:hover {
  background-color: #414141;
}

.search-result span.plus a i {
  color: #fff !important;
}

.search-result span.border {
  display: block;
  width: 97%;
  margin: 0 15px;
  border-bottom: 1px dotted #ccc;
}

/* results breadcrumb */
/* Style the list */
ul.results_table_breadcrumb {
  margin-top: -10px;
  list-style: none;
}

/* Display list items side by side */
ul.results_table_breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.results_table_breadcrumb li + li:before {
  padding: 8px;
  color: #2aa33a;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.results_table_breadcrumb li a {
  color: #2aa33a !important;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.results_table_breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* Faceting custom checkbox */
/* The container */
.chkbx_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 70;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkbx_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #737373 !important;
}

/* On mouse-over, add a grey background color */
.chkbx_container:hover input ~ .checkmark {
  background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
.chkbx_container input:checked ~ .checkmark {
  background-color: #2196F3 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbx_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbx_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* fundraiser */
/* mixins */
/*
	@include phone {
	}
	@include phone_portrait {
	}
	@include phone_landscape {
	}
	@include tablet {
	}
	@include desktop {
	}
	@include widescreen {
	}
  */
/* tmp for admin screen */
.page-admin-config-lii-splash-fundraiser #lii-fundraiser-ctas,
.page-admin-config-lii-splash-fundraiser .form-item-cta-new,
.page-admin-config-lii-splash-fundraiser .form-item-amount-new {
  display: none;
}

/* end tmp admin screen */
.sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  border-top: 0;
}

/* orig */
#lii-fundraiser {
  z-index: 11;
  /* lawyer directory was overlapping; also, fixed header was overlapping */
  background: #fff;
  display: none;
  /* position set in javascript */
}

#lii-fundraiser.banner {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -10px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  #lii-fundraiser.banner {
    padding-top: 15px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #lii-fundraiser.banner {
    padding-top: 10px;
  }
}

#lii-fundraiser-screen {
  /* currently unused */
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9998;
  display: none;
}

.fundraiser-inner {
  background: #fff;
}

.genie .fundraiser-inner {
  width: 90%;
  position: absolute;
  top: 1em;
  left: 1em;
  margin: 0 1em;
}

.banner .fundraiser-inner {
  width: 100%;
  margin: 0;
}

/* from lo */
.donate-label {
  visibility: hidden;
}

.show {
  visibility: visible;
}

#top-right-toggle,
#lii-fundraiser-close-button {
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #top-right-toggle,
  #lii-fundraiser-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.3em;
    background-color: #fff;
  }
}

#fr-logo {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #fr-logo {
    margin-bottom: 1em;
  }
}

@media (max-width: 359px) {
  #fr-logo {
    padding-top: 10px;
  }
}

#fr-copy {
  width: 75%;
  float: left;
  background: #FFFFFF;
  padding: 20px 70px;
  font-size: 20px;
}

@media (max-width: 767px) {
  #fr-copy {
    padding: 10px 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #fr-copy {
    display: inline-block;
    max-width: 75%;
    padding-left: 15%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #fr-copy-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  #fr-copy-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    align-items: center;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #fr-copy-text {
    display: inline;
  }
}

.keyphrase {
  background-color: yellow;
}

.page-admin-people-permissions table input[type=checkbox] {
  margin-top: -6px;
}

#fr-copy,
#fr-copy-text-inner,
#fr-copy .keyphrase {
  font-size: 20px;
}

@media (max-width: 359px) {
  #fr-copy,
  #fr-copy-text-inner,
  #fr-copy .keyphrase {
    font-size: 13px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  #fr-copy,
  #fr-copy-text-inner,
  #fr-copy .keyphrase {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #fr-copy,
  #fr-copy-text-inner,
  #fr-copy .keyphrase {
    font-size: 18px;
  }
}

#fr-donate {
  width: 25%;
  float: right;
  background: #e2e2e2;
  padding: 10px 20px 5px 20px;
}

#fr-donate:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: " ";
  margin: 0;
  border: 10px solid transparent;
  border-left-color: white;
  pointer-events: none;
}

#fr-donate h2 {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  margin-top: 20px;
  text-transform: none;
  font-family: "Helvetica Neue", ​Helvetica, ​Arial, ​sans-serif;
}

@media (max-width: 767px) {
  #fr-donate h2 {
    margin-top: 0;
  }
}

#fr-donate form {
  width: 100%;
}

#donate-toggle {
  height: 55px;
  background: #f8f5cc;
  display: none;
  padding: 20px 0 0 0;
  text-align: center;
  color: #4d4c4b;
  cursor: pointer;
}

#donate-toggle .active {
  -ms-transform: rotate(225deg);
  /* IE 9 */
  -webkit-transform: rotate(225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(225deg);
  transition: transform 0.5s ease;
}

#donate-toggle img {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  float: right;
  transition: transform 0.5s ease;
}

.frbanner-amounts li {
  float: left;
}

.frbanner-amounts li {
  display: table-cell;
  width: 33%;
  height: 100%;
  clear: none;
  padding: 0 2% 0 0;
  vertical-align: top;
}

.frbanner-amounts li input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.frbanner-amounts .predefined_amount {
  font-size: 18px;
}

.frbanner-amounts label {
  font-size: .9em;
  height: 100%;
  text-transform: none;
  margin-bottom: 0;
}

.frbanner-form label,
.frbanner-form button,
.frbanner-form #amount_other,
#fr-outer #secure-pay-button {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.frbanner-btn {
  display: block;
  padding: .7em .1em;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 14px 16px rgba(255, 255, 255, 0.75), inset 0 0 7px #fff;
  border: none;
  border-radius: 0.3em;
  color: #050505;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.fundraiser-inner fieldset {
  width: 100%;
  border: 0;
  margin: 0 auto;
  padding: 0;
}

.fundraiser-inner fieldset.frbanner-amounts {
  padding: 1em 0;
}

@media (max-width: 767px) {
  .fundraiser-inner fieldset.frbanner-amounts {
    padding: 0.5em;
  }
}

.frbanner-frequency ul,
.frbanner-amounts ul,
.frbanner-submit ul {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0 0 .3em;
  padding: 0;
  list-style: none;
}

.frbanner-btn:hover {
  background-color: #fff;
  color: #367fb4;
}

input[type="radio"]:checked + label,
label.frequency_toggle {
  background: #9f9f9f !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
}

#amount_other input[type="radio"]:checked + label {
  background: none !important;
  box-shadow: none !important;
  color: #646464 !important;
}

#amount_other:checked input {
  background: #fff;
  color: #646464;
}

.frbanner-btn:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* --- Frequency Buttons --- */
.frbanner-frequency li {
  display: table-cell;
  width: 50%;
  padding: 0 2% 0 0;
  vertical-align: top;
}

body.rtl .frbanner-frequency li {
  padding: 0 0 0 2%;
}

.frbanner-frequency label {
  width: 100%;
  display: block;
  font-size: .9em;
}

@media (min-width: 911px) and (max-width: 990px) {
  .frbanner-frequency label {
    font-size: 0.8em;
  }
}

#amount_other label {
  display: block;
  height: auto;
  margin-bottom: 0.2em;
  font-size: .7em;
  line-height: 1;
  cursor: pointer;
}

#amount_other input {
  width: 80%;
  background: #a4a4a4;
  border: 0;
  color: #fff;
  font-size: .9em;
  padding: .3em;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  direction: ltr;
  text-align: center;
}

#amount_other .frbanner-btn {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0.5em 0;
}

.frbanner-submit ul {
  display: table;
  table-layout: fixed;
}

.frbanner-submit ul li {
  display: table-cell;
  padding: 0 2% 0 0;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin-bottom: .4em;
}

.frbanner-submit button,
#fr-outer #secure-pay-button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  float: none;
  font-family: inherit;
  display: block;
  padding: 1em .1em;
  background-color: #ffffff;
  background-image: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 14px 16px rgba(255, 255, 255, 0.75), inset 0 0 7px #fff;
  border: none;
  border-radius: 0.3em;
  color: #050505;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  min-height: 2.7em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .frbanner-submit button#paypal_express {
    padding: 1.5em 0.1em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .frbanner-submit button#paypal_express {
    padding: 1.5em 0.1em;
  }
}

.fine-print {
  font-size: 11px;
  text-align: center;
  padding: 5px 20px;
  background: #e2e2e2;
}

.fine-print p {
  margin: 0;
}

#lii-fundraiser a {
  text-decoration: none;
  color: #0645ad;
  background: none;
}

#fr-donate a {
  text-decoration: underline;
}

p.remindme {
  margin: 1em 0 0;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  #fr-copy,
  #fr-donate {
    width: 100%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
  }
}

/* mixins */
/*
      @include phone {
      }
      @include phone_portrait {
      }
      @include phone_landscape {
      }
      @include tablet {
      }
      @include desktop {
      }
      @include widescreen {
      }
    */
.pretend-faded-text {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*
    ** Markup free clearing
    ** Details: http://www.positioniseverything.net/easyclearing.html
    */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}

/* End hide from IE-mac */
html > body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/*
a[name],
a[id] {
    margin-top: -60px;
    padding-top: 60px;
}
*/
#content a {
  text-decoration: underline;
  color: #337ab7;
}

a:hover,
a:active,
a:focus {
  border: solid 1px #222;
  margin: -1px;
}

.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  border: none;
  margin: 0px;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.btn-primary {
  background: #b31b1b;
  border: solid 1px #8B0000;
}

.btn-primary:hover {
  background: #8B0000;
  border: solid 1px #b31b1b;
}

div.addthis_horizontal_follow_toolbox p,
div.addthis_horizontal_follow_toolbox div.addthis_toolbox {
  display: inline;
}

div.addthis_horizontal_follow_toolbox p span {
  margin-top: -10px;
  padding: 0 0.2em;
}

/* cu */
div#cu-identity {
  background: #68645b;
  height: 45px;
  border: none;
}

div#cu-identity a {
  text-decoration: none;
}

a#cusearch {
  color: #fff;
  background: #68645b;
  padding-top: 12px;
  float: right;
  font-size: 12px;
}

@media (max-width: 767px) {
  a#cusearch {
    font-size: 10px;
    padding-top: 16px;
  }
}

a#clslink {
  font-family: Palatino, Georgia, Times, "Times New Roman", serif;
  color: #fff;
  background: #68645b;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 12px;
}

@media (max-width: 767px) {
  a#clslink {
    font-size: 10px;
    padding-top: 16px;
  }
}

a#insignialink,
a#clslink {
  float: left;
}

a#insignialink img.img-responsive {
  max-width: 40px;
  padding-top: 0;
}

/* navigation and branding on multiple lines */
nav#liiallnav.navbar.navbar-default {
  border: none;
  background: none;
}

#liibanner {
  width: 100%;
  margin-bottom: 10px;
}

#liinav {
  clear: both;
  border-bottom: 1px solid #d4e0e4;
  border-top: 1px solid #d4e0e4;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 5px;
  padding-right: 5px;
}

div#liinav ul li a {
  padding-bottom: 1px;
  padding-top: 4px;
}

div#liinav ul#liinavsoc {
  margin-right: 0;
}

div#liinav ul#liinavsoc li {
  padding-top: 4px;
}

/* background image swap */
.lblue {
  color: #72bbea;
}

.lblueinv {
  background: #72bbea;
  color: #fff;
}

.mdblueinv {
  background: #0068AC;
  color: #fff;
}

a#liilogo {
  padding: 0;
  margin-top: 4px;
}

@media (max-width: 658px) {
  a#liilogo {
    width: 74px;
    height: 48px;
    background: url("https://www.law.cornell.edu/images/lii_min_logo_80x54.jpg") no-repeat 0 0;
  }
}

@media (min-width: 659px) and (max-width: 991px) {
  a#liilogo {
    /*    width: 74px;
             height: 48px;
             background: url("https://www.law.cornell.edu/images/lii_min_logo_80x54.jpg") no-repeat 0 0; */
    width: 448px;
    height: 54px;
    background: url("https://www.law.cornell.edu/images/lii_logo_448x54.png") no-repeat 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  a#liilogo {
    width: 448px;
    height: 54px;
    background: url("https://www.law.cornell.edu/images/lii_logo_448x54.png") no-repeat 0 0;
  }
}

@media (min-width: 1200px) {
  a#liilogo {
    width: 448px;
    height: 54px;
    background: url("https://www.law.cornell.edu/images/lii_logo_448x54.png") no-repeat 0 0;
  }
}

#liidonatewrap {
  display: inline-block;
  padding-top: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #liidonatewrap {
    vertical-align: top;
    margin-top: 3px;
  }
}

@media (min-width: 1200px) {
  #liidonatewrap {
    vertical-align: top;
    margin-top: 3px;
  }
}

a#liidonate {
  padding: 6px;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 767px) {
  a#liidonate {
    padding: 10px;
    display: inline-block;
    margin: inherit 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  a#liidonate {
    padding: 10px;
    display: inline-block;
    margin: inherit 5px;
  }
}

a#liidonate span.glyphicon.glyphicon-gift {
  padding: 6px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background: #fff;
  color: #72bbea;
  font-size: 16px;
}

a#liidonate span.gltxt {
  margin-left: 4px;
}

@media (max-width: 767px) {
  a#liidonate span.gltxt {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  a#liidonate span.gltxt {
    display: none;
  }
}

#liibanner .navbar-form {
  border: none;
}

@media (max-width: 767px) {
  #liinavbarstuff {
    float: right;
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #liinavbarstuff {
    float: right;
    margin-right: 5px;
  }
}

#liinavbarstuff.searchboxslid {
  margin-top: -40px;
}

#liisearchlinkwrap {
  display: inline-block;
}

a#liisearchlink {
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #b31b1b;
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  text-decoration: none;
  /*  margin: 5px 10px 0; */
  margin: 5px auto 0;
}

a#liisearchlink {
  display: none;
}

@media (max-width: 767px) {
  a#liisearchlink {
    display: inline-block;
    margin: inherit 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  a#liisearchlink {
    display: inline-block;
    margin: inherit 5px;
  }
}

a#liisearchlink span.glyphicon.glyphicon-search {
  padding: 6px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background: #fff;
  color: #b31b1b;
  font-size: 16px;
}

#liisearch {
  max-height: 46px;
  margin: 6px 16px 0 0;
  padding: 0 0 4px 0;
  display: inline-block;
}

@media (max-width: 767px) {
  #liisearch {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #liisearch {
    display: none;
  }
}

#liisearchbox {
  display: inline-block;
}

form#search-block-form {
  display: inline-block;
}

/* header, footer nav styles */
#liiheader {
  z-index: 9999;
  background: #fff;
}

#liiheader.affix {
  margin-top: -55px;
  width: 100%;
}

ul#liiheadernav > li a,
ul#liifooternav > li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  /* color: #8B7F5F; */
  color: #6B6B5B;
  /* accessibility */
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, "sans serif"; */
  text-decoration: none;
}

ul#liiheadernav > li a {
  font-size: 12.8px;
}

ul#liifooternav > li a {
  font-size: 14px;
}

#liifooter {
  border-top: solid 1px #222;
  margin-top: 4ex;
  clear: both;
}

#main {
  margin-top: 164px;
}

.block {
  margin-bottom: 10px;
}

.gfs {
  text-align: center;
}

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

.bc-icons-2 .breadcrumb-item.active {
  color: #455a64;
}

#content .breadcrumb .breadcrumb-item a {
  color: #0068AC;
}

#toolbox {
  background: #f0f0f0;
  padding: 20px 10px 0 15px;
}

#toolbox a {
  text-decoration: underline;
}

aside {
  max-width: 366px;
  /* margin-top: 2em; */
}

aside#sidebar-first {
  background: #f0f0f0;
}

aside h2 {
  font-size: 1.2em;
}

aside h4 {
  padding-left: 15px;
  padding-right: 15px;
}

/* dropdown filter for search box */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

span.highlighted {
  background-color: #f7f2b7;
}

.menubutton {
  margin-top: 10px;
  line-height: 60px;
  /* font-weight: bold; */
  /* padding: 0 10px; */
  background: #d8d6d6;
  border: none;
  /* text-align: left; */
  width: 100%;
}

.menubutton:hover {
  background: lightsalmon;
}

.state-icon {
  left: -5px;
}

.list-group-item-primary {
  color: white;
  background-color: #428bca;
}

.checkbox-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 100;
}

#checkbox-container {
  margin: 10px 5px;
}

#checkbox-container div {
  margin-bottom: 5px;
}

#checkbox-container button {
  margin-top: 5px;
}

input[type=text] {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
}

SPAN.enum {
  font-size: 110%;
  font-weight: bold;
}

/* constitution background paragraphs */
.constitution {
  background: #FFC;
  border: #FFD700;
  margin: 10px;
  padding: 10px;
}

/* footnote references within paragraphs */
a.footnote {
  vertical-align: 0.5ex;
  text-decoration: none;
  font-weight: 700;
  font-size: 70%;
  line-height: 0.8em;
  color: #005c72;
}

/* footnote headers */
div.header {
  font-size: 150%;
  font-weight: bold;
  color: #005c72;
}

/* footnote numbers */
dt {
  font-weight: bold;
  color: #005c72;
  float: left;
  padding-right: 7px;
}

/* footnote spacing */
dd {
  margin-bottom: 2ex;
}

dl {
  font-size: 88%;
}

/* footnote smallcaps */
.smallcaps {
  font-variant: small-caps;
  font-size: 80%;
}

.tooltip {
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
}

.tooltip-inner {
  background-color: #f7f7da;
  opacity: 1 !important;
  color: #000000;
  text-align: left;
  font-weight: bold;
  font-size: 120%;
  max-width: 1000px;
}

@media (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
  #titleCol {
    display: none;
  }
}

#breadcrumb {
  background: #fff;
  margin-left: 15px;
  max-width: 98%;
  margin-top: -24px;
}

.preamble {
  margin-top: 20px;
}

/* pagination buttons */
btn#first, btn#next, btn#previous, btn#last {
  margin-right: 10px;
  margin-top: 20px;
}
