/* 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 {
	} 
*/
/* line 115, ../sass/screen.scss */
.pretend-faded-text {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

/* line 136, ../sass/screen.scss */
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
/* line 141, ../sass/screen.scss */
* html .clear-block {
  height: 1%;
}

/* line 145, ../sass/screen.scss */
.clear-block {
  display: block;
}

/* End hide from IE-mac */
/* overrides */
/* line 151, ../sass/screen.scss */
th.checkbox, td.checkbox {
  display: table-cell;
  /* from bootstrap's .checkbox */
  /* position: relative; */
  /* display: block; */
  /* min-height: 20px; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
}

/* line 161, ../sass/screen.scss */
.table-responsive {
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

/* line 167, ../sass/screen.scss */
div.view table th, div.view table td {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 172, ../sass/screen.scss */
div.view td p {
  margin-bottom: 0px;
}

/* line 176, ../sass/screen.scss */
ul.nav li a {
  text-decoration: none;
}

/* line 180, ../sass/screen.scss */
a.definedterm {
  text-decoration: none;
  border-bottom: 1px dotted;
}

/* styles */
/* current typefaces */
/* line 187, ../sass/screen.scss */
html body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/** add submenus - see http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing 
**/
/* line 193, ../sass/screen.scss */
.dropdown-submenu {
  position: relative;
}

/* line 197, ../sass/screen.scss */
.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;
}

/* line 205, ../sass/screen.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 209, ../sass/screen.scss */
.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: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 223, ../sass/screen.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 227, ../sass/screen.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 231, ../sass/screen.scss */
.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) {
  /* line 238, ../sass/screen.scss */
  .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) {
  /* line 249, ../sass/screen.scss */
  html body.html {
    /* since 3.1.0 */
  }

  /* line 252, ../sass/screen.scss */
  html body.html .navbar-header {
    float: none;
  }

  /* line 255, ../sass/screen.scss */
  html body.html .navbar-toggle {
    display: block;
  }

  /* line 258, ../sass/screen.scss */
  html body.html .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 262, ../sass/screen.scss */
  html body.html .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 265, ../sass/screen.scss */
  html body.html .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  /* line 269, ../sass/screen.scss */
  html body.html .navbar-nav > li {
    float: none;
  }

  /* line 272, ../sass/screen.scss */
  html body.html .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 276, ../sass/screen.scss */
  html body.html .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 279, ../sass/screen.scss */
  html body.html .collapsing {
    overflow: hidden !important;
  }
}
/* cu */
/* line 285, ../sass/screen.scss */
div#cu-identity {
  background: #68645b;
  height: 45px;
  margin-top: -10px;
  margin-bottom: 10px;
  border: none;
}

/* line 293, ../sass/screen.scss */
div#cu-identity a {
  text-decoration: none;
}

/* line 297, ../sass/screen.scss */
a#cusearch {
  color: #fff;
  background: #68645b;
  padding-top: 12px;
  float: right;
  font-size: 12px;
}
@media (max-width: 767px) {
  /* line 297, ../sass/screen.scss */
  a#cusearch {
    font-size: 10px;
    padding-top: 16px;
  }
}

/* line 309, ../sass/screen.scss */
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) {
  /* line 309, ../sass/screen.scss */
  a#clslink {
    font-size: 10px;
    padding-top: 16px;
  }
}

/* line 322, ../sass/screen.scss */
a#insignialink, a#clslink {
  float: left;
}

/* line 326, ../sass/screen.scss */
a#insignialink img.img-responsive {
  max-width: 40px;
}

/* navigation and branding on multiple lines */
/* line 331, ../sass/screen.scss */
nav#liiallnav.navbar.navbar-default {
  border: none;
  background: none;
}

/* line 336, ../sass/screen.scss */
#liibanner {
  width: 100%;
  margin-bottom: 10px;
}

/* line 341, ../sass/screen.scss */
#liinav {
  clear: both;
  border-bottom: 1px solid #d4e0e4;
  border-top: 1px solid #d4e0e4;
}
@media (min-width: 1200px) {
  /* line 341, ../sass/screen.scss */
  #liinav {
    margin-left: -15px;
  }
}

/* line 350, ../sass/screen.scss */
div#liinav ul li a {
  padding-bottom: 1px;
  padding-top: 4px;
}

/* line 355, ../sass/screen.scss */
div#liinav ul#liinavsoc {
  margin-right: 0;
}

/* line 359, ../sass/screen.scss */
div#liinav ul#liinavsoc li {
  padding-top: 4px;
}

/* background image swap */
/* line 364, ../sass/screen.scss */
.lblue {
  color: #72bbea;
}

/* line 368, ../sass/screen.scss */
.lblueinv {
  background: #72bbea;
  color: #fff;
}

/* line 373, ../sass/screen.scss */
a#liilogo {
  padding: 0;
  margin-top: 4px;
}

@media (max-width: 767px) {
  /* line 378, ../sass/screen.scss */
  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) {
  /* line 378, ../sass/screen.scss */
  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) {
  /* line 378, ../sass/screen.scss */
  a#liilogo {
    width: 448px;
    height: 54px;
    background: url("../../../images/lii_logo_448x54.png") no-repeat 0 0;
  }
}
@media (min-width: 1200px) {
  /* line 378, ../sass/screen.scss */
  a#liilogo {
    width: 448px;
    height: 54px;
    background: url("../../../images/lii_logo_448x54.png") no-repeat 0 0;
  }
}

/* line 401, ../sass/screen.scss */
a#liidonate {
  padding: 10px;
  -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;
  margin: 5px 10px 0;
}
@media (max-width: 767px) {
  /* line 401, ../sass/screen.scss */
  a#liidonate {
    float: right;
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 401, ../sass/screen.scss */
  a#liidonate {
    float: right;
    margin-left: 5px;
  }
}

/* line 420, ../sass/screen.scss */
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;
}

/* line 428, ../sass/screen.scss */
a#liidonate span.gltxt {
  margin-left: 4px;
}
@media (max-width: 767px) {
  /* line 428, ../sass/screen.scss */
  a#liidonate span.gltxt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 428, ../sass/screen.scss */
  a#liidonate span.gltxt {
    display: none;
  }
}

/* line 438, ../sass/screen.scss */
a#liisearchlink {
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #b31b1b;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  margin: 5px 10px 0;
}
@media (max-width: 767px) {
  /* line 438, ../sass/screen.scss */
  a#liisearchlink {
    float: right;
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 438, ../sass/screen.scss */
  a#liisearchlink {
    float: right;
    margin-right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 438, ../sass/screen.scss */
  a#liisearchlink {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 438, ../sass/screen.scss */
  a#liisearchlink {
    display: none;
  }
}

/* line 466, ../sass/screen.scss */
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;
}

/* line 474, ../sass/screen.scss */
#liisearch {
  max-height: 46px;
  margin: 6px 16px 0 6px;
  max-width: 300px;
  border: solid 1px #ccc;
  background: #f0f0f0;
  padding: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 474, ../sass/screen.scss */
  #liisearch {
    display: none;
    width: 280px;
    max-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 474, ../sass/screen.scss */
  #liisearch {
    display: none;
  }
}

/* line 492, ../sass/screen.scss */
#liisearchbox {
  display: inline-block;
}

/* line 496, ../sass/screen.scss */
div.icon#icon-search {
  width: 44px;
  height: 38px;
  margin-top: -14px;
  background: url("../../../images/iconsfull.gif") no-repeat 0 0;
  display: inline-block;
  margin-right: 0;
}

/* line 505, ../sass/screen.scss */
form#search-block-form {
  display: inline-block;
}

/* line 509, ../sass/screen.scss */
form#search-block-form input {
  font-size: 10px;
}

/* line 513, ../sass/screen.scss */
h2.element-invisible {
  display: none;
}

/* nav tabs */
/* line 518, ../sass/screen.scss */
ul.nav.nav-tabs {
  clear: both;
}

/* help */
/* line 523, ../sass/screen.scss */
div.region-help {
  clear: both;
}

/* messages */
/* line 528, ../sass/screen.scss */
div.messages {
  margin-bottom: 10px;
}

/* line 532, ../sass/screen.scss */
div#block-lii-spotlight {
  background: #FFC;
  border: #FFD700;
  margin: 10px;
  padding: 10px;
}

/* line 539, ../sass/screen.scss */
article.constitution div.field-name-field-resources {
  border-top: solid 1px #ccc;
}

/* header, footer nav styles */
/* line 544, ../sass/screen.scss */
ul#liiheadernav > li a, ul#liifooternav > li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6b6b5b;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
  text-decoration: none;
}

/* line 553, ../sass/screen.scss */
ul#liiheadernav > li a {
  font-size: 12.8px;
}

/* line 557, ../sass/screen.scss */
ul#liifooternav > li a {
  font-size: 14px;
}

/* line 561, ../sass/screen.scss */
#liifooter {
  border-top: solid 1px #ccc;
  margin-top: 4ex;
}

/* format */
/* line 567, ../sass/screen.scss */
.block legend {
  font-size: 14px;
  border-bottom: none;
}

/* line 572, ../sass/screen.scss */
legend {
  font-size: 14px;
}

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

/* line 583, ../sass/screen.scss */
fieldset + fieldset {
  margin: 1em 2px;
}

/* line 587, ../sass/screen.scss */
fieldset.collapsed {
  margin-bottom: 1em;
}

/* line 591, ../sass/screen.scss */
.text-format-wrapper legend {
  font-size: 11px;
}

/* line 595, ../sass/screen.scss */
aside#sidebar-second div.block h2 {
  font-size: 14px;
}

/* line 599, ../sass/screen.scss */
#sidebar-second legend {
  font-size: 12px;
}

/* colorbox definitions */
/* line 604, ../sass/screen.scss */
#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: 320px) {
  /* line 614, ../sass/screen.scss */
  #term-definition .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  /* line 614, ../sass/screen.scss */
  #term-definition .col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 320px) {
  /* line 622, ../sass/screen.scss */
  #term-definition div.col-sm-8 {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  /* line 622, ../sass/screen.scss */
  #term-definition div.col-sm-8 {
    width: 66.66666667%;
    float: left;
  }
}

@media (max-width: 320px) {
  /* line 632, ../sass/screen.scss */
  #term-definition div.col-sm-4 {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  /* line 632, ../sass/screen.scss */
  #term-definition div.col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
}

/* line 642, ../sass/screen.scss */
#term-definition h2 {
  color: #B31B3B;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: bold;
}

/* line 651, ../sass/screen.scss */
#term-definition h3 {
  color: #B31B3B;
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: bold;
}

/* line 660, ../sass/screen.scss */
.term-definition-cl1 p {
  overflow: auto;
}

/* line 664, ../sass/screen.scss */
.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 **/
/* line 684, ../sass/screen.scss */
#sitewideHead {
  background: #68645b;
  height: 45px;
}

/* line 689, ../sass/screen.scss */
div#sidebar-right-inner div.block, aside#sidebar-second div.block {
  margin-bottom: 20px;
}

/* line 693, ../sass/screen.scss */
div#sidebar-right-inner div.block div.gfs, aside#sidebar-second div.block div.gfs {
  margin: 0 auto;
}

/* line 697, ../sass/screen.scss */
div.whine {
  margin: 0 auto;
  text-align: left;
}

/* line 702, ../sass/screen.scss */
div#sidebar-right #block-block-47 fieldset {
  clear: both;
  float: left;
}

/* line 707, ../sass/screen.scss */
div#sidebar-right #block-lii_search-2 ol {
  margin-left: 20px;
}

/* line 711, ../sass/screen.scss */
div#sidebar-right .topnlink {
  clear: both;
}

/* line 715, ../sass/screen.scss */
div#sidebar-right .collectiontools {
  clear: both;
}

/* line 719, ../sass/screen.scss */
.collectiontools caption {
  text-align: left;
  padding-left: 6px;
  font-weight: bold;
}

/* line 725, ../sass/screen.scss */
#site-subheader {
  margin-bottom: 0;
  height: 12px;
}

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

/* line 736, ../sass/screen.scss */
p.support {
  margin: 0;
  text-align: center;
}

/* drupal fr */
/* line 742, ../sass/screen.scss */
div#frtxt {
  padding: 1em;
}

/* line 746, ../sass/screen.scss */
div#frtxt p {
  font-weight: bold;
  margin: 0;
  text-align: center;
}

/* line 752, ../sass/screen.scss */
div#frtxt p a {
  color: #000066;
  text-decoration: underline !important;
  /* background: url('/images/pleasegive.gif') no-repeat;
   */
}

/* end fr */
/* front page */
/* line 761, ../sass/screen.scss */
.front #main #content p {
  clear: left;
}

/* line 765, ../sass/screen.scss */
.front h2 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 771, ../sass/screen.scss */
.front #main #content {
  padding: 0;
  margin-top: 0px;
}

/* line 776, ../sass/screen.scss */
#main #content {
  padding: 0;
  margin-top: 10px;
}

/* line 781, ../sass/screen.scss */
section.sidebar {
  margin-top: 10px;
}

/* line 785, ../sass/screen.scss */
div#block-uscode-5 h2.title {
  margin-top: 15px;
}

/* line 789, ../sass/screen.scss */
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;
}

/* line 796, ../sass/screen.scss */
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 */
/* line 803, ../sass/screen.scss */
.front #main .meta {
  display: none;
}

/* line 807, ../sass/screen.scss */
.front ul.group {
  list-style-type: none;
  float: left;
  padding: 0 10px;
}

/* line 813, ../sass/screen.scss */
#main-content-with-extra-column {
  /* width: 330px;
   margin-right: 10px;
   float: left; */
}

@media (max-width: 767px) {
  /* line 818, ../sass/screen.scss */
  #main-content-with-extra-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 818, ../sass/screen.scss */
  #main-content-with-extra-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 818, ../sass/screen.scss */
  #main-content-with-extra-column {
    width: 54%;
    min-height: 410px;
  }
}
@media (min-width: 1200px) {
  /* line 818, ../sass/screen.scss */
  #main-content-with-extra-column {
    width: 54%;
    min-height: 335px;
  }
}

/* line 837, ../sass/screen.scss */
.front #main-content-with-extra-column {
  border: solid 1px #ccc;
  padding: 7px 9px 0;
  background: #f0f0f0;
}

/* line 843, ../sass/screen.scss */
#main-extra-column {
  /*  float: left;
   width: 280px; */
}
@media (max-width: 767px) {
  /* line 843, ../sass/screen.scss */
  #main-extra-column {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 843, ../sass/screen.scss */
  #main-extra-column {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 843, ../sass/screen.scss */
  #main-extra-column {
    width: 45%;
    margin-left: 1%;
    min-height: 410px;
  }
}
@media (min-width: 1200px) {
  /* line 843, ../sass/screen.scss */
  #main-extra-column {
    width: 45%;
    margin-left: 1%;
    min-height: 335px;
  }
}

/* line 864, ../sass/screen.scss */
.front #main-extra-column {
  border: solid 1px #ccc;
  background: #f0f0f0;
}

/* line 869, ../sass/screen.scss */
.front #main-extra-column dd {
  margin-left: 10px;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 874, ../sass/screen.scss */
  #block-views-block-view-block-2 {
    min-height: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 874, ../sass/screen.scss */
  #block-views-block-view-block-2 {
    min-height: 260px;
  }
}
@media (min-width: 1200px) {
  /* line 874, ../sass/screen.scss */
  #block-views-block-view-block-2 {
    min-height: 220px;
  }
}

/* line 889, ../sass/screen.scss */
.front div.views-field-edit-node {
  float: right;
  padding: 10px;
}

/* line 894, ../sass/screen.scss */
body #page {
  line-height: 1.5;
}

/* line 898, ../sass/screen.scss */
div#page div.grid-4 {
  width: 302px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  /* line 903, ../sass/screen.scss */
  aside#sidebar-second {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 903, ../sass/screen.scss */
  aside#sidebar-second {
    margin-top: 20px;
  }
}

/* line 916, ../sass/screen.scss */
div#sidebar-right div.block-inner, aside#sidebar-second div.block {
  border: solid 1px #ccc;
  background: #f0f0f0;
  padding: 9px;
}

/* line 922, ../sass/screen.scss */
aside#sidebar-second div.block.block-liidfp {
  border: none;
  background: none;
  padding: 0 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 922, ../sass/screen.scss */
  aside#sidebar-second div.block.block-liidfp {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 922, ../sass/screen.scss */
  aside#sidebar-second div.block.block-liidfp {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 934, ../sass/screen.scss */
  #block-liidfp-0 + #block-liidfp-1 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 945, ../sass/screen.scss */
  #block-lii-justia-find-lawyers-sidebar {
    clear: both;
  }
}

/* line 952, ../sass/screen.scss */
aside#sidebar-second div.block h2 {
  color: #b31b1b;
  margin-top: -5px;
}

/* line 957, ../sass/screen.scss */
aside#sidebar-second div.block h2.title {
  color: #b31b1b;
  margin-top: 0;
}

/* line 962, ../sass/screen.scss */
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;
}

/* line 968, ../sass/screen.scss */
div#block-block-55 {
  margin-top: 10px;
}

/* line 972, ../sass/screen.scss */
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;
}

/* line 976, ../sass/screen.scss */
#content-bottom .block {
  clear: both;
}

/* search results - faceting */
/* line 983, ../sass/screen.scss */
aside#sidebar-first {
  margin-top: -10px;
}

/* line 987, ../sass/screen.scss */
aside#sidebar-first section {
  padding: 10px;
  background: #f0f0f0;
}

/* line 992, ../sass/screen.scss */
.block-facetapi {
  border-bottom: solid 1px #ccc;
}

/* line 996, ../sass/screen.scss */
.block-facetapi h2 {
  font-size: 16px;
  font-weight: bold;
}

/* line 1001, ../sass/screen.scss */
.block-facetapi .item-list li {
  list-style-type: none;
  padding-bottom: 0.5em;
}

/* line 1006, ../sass/screen.scss */
.block-facetapi a {
  text-decoration: none;
}

/* general styles */
/* line 1008, ../sass/screen.scss */
body h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 1016, ../sass/screen.scss */
h1, h2, h3, h4 {
  font-weight: normal;
}

/* line 1020, ../sass/screen.scss */
h5, h6 {
  font-weight: bold;
}

/* line 1024, ../sass/screen.scss */
h1.title {
  clear: both;
  color: #b31b1b;
  font-size: 24px;
}

/* line 1030, ../sass/screen.scss */
h2.title {
  clear: both;
  color: #b31b1b;
  font-size: 18px;
  /* red */
}

/* line 1037, ../sass/screen.scss */
article h2 {
  clear: both;
  font-size: 18px;
}

/* line 1042, ../sass/screen.scss */
article h3 {
  font-size: 16px;
}

/* line 1046, ../sass/screen.scss */
article h4 {
  font-size: 15px;
}

/* line 1050, ../sass/screen.scss */
article h5 {
  font-size: 14px;
  font-style: bold;
}

/* line 1055, ../sass/screen.scss */
article h6 {
  font-size: 14px;
  font-style: italic;
}

/* line 1060, ../sass/screen.scss */
.allcaps {
  text-transform: uppercase;
}

/* line 1064, ../sass/screen.scss */
ul {
  padding-left: 20px;
}

/* line 1068, ../sass/screen.scss */
a, .front #whatsnew a {
  color: #005c72;
  text-decoration: underline;
}

/* line 1073, ../sass/screen.scss */
div.field-label-above div.field-label {
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* bulletin-cck */
/* line 1085, ../sass/screen.scss */
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;
}

/* line 1090, ../sass/screen.scss */
article.node-wex-cck strong {
  font-weight: normal !important;
}

/* line 1094, ../sass/screen.scss */
.field-name-taxonomy-vocabulary-4 {
  display: block;
  padding-bottom: 1em;
  clear: both;
}

/* line 1100, ../sass/screen.scss */
.field-name-taxonomy-vocabulary-4 .field-item {
  float: left;
  margin-right: 0.5em;
  text-transform: uppercase;
}

/* line 1106, ../sass/screen.scss */
.field-name-field-supct-issue {
  clear: both;
}

/* line 1110, ../sass/screen.scss */
.section-node-add ul.tips, .section-node-edit ul.tips {
  padding-left: 20px;
}

/* line 1114, ../sass/screen.scss */
body.page-admin #page.container-12, body.page-admin #liipage.container-12 {
  width: auto;
}

/* line 1118, ../sass/screen.scss */
body.page-admin .container-12 .grid-8 {
  width: auto;
}

/* breadcrumbs */
/* line 1123, ../sass/screen.scss */
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;
}

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

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

/* line 1146, ../sass/screen.scss */
body.section-cfr #bcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -152px;
}

/* line 1150, ../sass/screen.scss */
body.section-uscode #bcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -114px;
}

/* line 1154, ../sass/screen.scss */
body.section-supremecourt #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -190px;
}

/* line 1158, ../sass/screen.scss */
body.section-supct #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -190px;
}

/* line 1162, ../sass/screen.scss */
body.section-wex #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -228px;
}

/* line 1166, ../sass/screen.scss */
body.section-constitution #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -76px;
}

/* line 1170, ../sass/screen.scss */
body.section-lii #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -38px;
}

/* line 1174, ../sass/screen.scss */
body.section-world #nbcrumbleftlogo {
  background: url(../../../images/iconsfull.gif) no-repeat 0 -342px;
}

/* line 1178, ../sass/screen.scss */
div.breadcrumb {
  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;
  margin-bottom: 0;
  background: none;
}

/* line 1188, ../sass/screen.scss */
div.nbreadcrumb {
  padding: 0;
  /* from table#breadcrumb */
}

/* line 1193, ../sass/screen.scss */
div#main div#content div.breadcrumb, div#main div#content div.nbreadcrumb {
  padding-top: 10px;
}

/* line 1197, ../sass/screen.scss */
div#main {
  position: relative;
  margin-top: 10px;
}

/* line 1202, ../sass/screen.scss */
div#main #prevnext {
  /* position: absolute;
   right: 10px;
   top: 17px;
   */
}

/* line 1209, ../sass/screen.scss */
div#bcprevnext, div#nbcprevnext {
  letter-spacing: .5px;
  padding: 5px 10px 0 0;
}

/* line 1214, ../sass/screen.scss */
div#bcprevnext {
  width: 100px;
  background: url(../../../images/bcswbgs.gif) 0 -600px no-repeat;
  float: right;
}

/* line 1220, ../sass/screen.scss */
div#nbcprevnext {
  /* width:600px; */
}

/* line 1224, ../sass/screen.scss */
div#bcprevnext ul, div#nbcprevnext ul {
  margin-top: 7px;
  font-weight: bold;
  list-style-type: none;
  padding-left: 0;
}

/* line 1231, ../sass/screen.scss */
div#main div#content div#bcprevnext ul li, div#main div#content div#nbcprevnext ul li {
  float: left;
}

/* line 1235, ../sass/screen.scss */
div#nbcprevnext ul li a, div#bcprevnext ul li a {
  padding: 0 5px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 1241, ../sass/screen.scss */
div#bcprevnext ul li:first-child {
  padding-left: 0;
}

/* line 1245, ../sass/screen.scss */
div#bcprevnext ul li:first-child:after {
  /* content: " | "; /* whitespace after | doesn't show up */
}

/* line 1249, ../sass/screen.scss */
div#bcprevnext ul li.last-child {
  padding-left: 5px;
}

/* line 1253, ../sass/screen.scss */
div.breadcrumb a, div.nbreadcrumb a {
  margin: 7px 0 3px;
  padding: 10px 0;
  line-height: 1;
  text-decoration: none;
  color: #005c72;
}

/* line 1261, ../sass/screen.scss */
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: Georgia, Times, "Times New Roman", serif;
  margin: -10px 0 0 0;
  padding: 10px 30px 12px 20px;
  display: block;
  float: left;
}

/* line 1275, ../sass/screen.scss */
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: Georgia, Times, "Times New Roman", serif;
  margin: -10px 0 0 0;
  padding: 10px 30px 12px 20px;
  display: block;
  float: left;
}

/* line 1289, ../sass/screen.scss */
div.nbreadcrumb > a:first-child {
  padding-bottom: 16px;
}

/* line 1293, ../sass/screen.scss */
.sboxhelp {
  color: #333;
}

/* line 1297, ../sass/screen.scss */
#skipnav, #skip-to-nav {
  position: absolute;
  top: -1000em;
  left: -1000em;
}

/* header */
/* line 1304, ../sass/screen.scss */
div.addthis_toolbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1310, ../sass/screen.scss */
div.addthis_toolbox ul li {
  float: left;
  margin: 0;
  padding: 4px 0 0 0;
}

/* line 1316, ../sass/screen.scss */
div.addthis_toolbox ul li a.addthis_button_facebook_like {
  width: 90px;
  text-overflow: hidden;
}

/* line 1321, ../sass/screen.scss */
div.addthis_toolbox ul li a.addthis_button_google_plusone {
  margin-left: 0;
}

/* line 1325, ../sass/screen.scss */
div.addthis_toolbox ul li iframe.twitter-share-button {
  width: 90px;
  text-overflow: hidden;
}

/* tmp */
/* line 1331, ../sass/screen.scss */
body.page-search div.messages--error {
  display: none;
}

/* line 1335, ../sass/screen.scss */
body.page-node-edit div.description, body.page-node-add div.description {
  display: none;
}

/* line 1339, ../sass/screen.scss */
body.page-node-add .form-item-publish-on div.description, body.page-node-edit .form-item-publish-on div.description {
  display: block;
}

/* line 1343, ../sass/screen.scss */
div#topn-act- {
  display: none;
}

/* remove taxonomy upgrade extras display */
/* line 1348, ../sass/screen.scss */
div.field-name-taxonomyextra {
  display: none;
}

/* block */
/* line 1353, ../sass/screen.scss */
aside .block {
  clear: both;
}

/* line 1357, ../sass/screen.scss */
.block.first {
  margin-top: -10px;
}

/* line 1361, ../sass/screen.scss */
.block.block-quicktabs.first {
  margin-top: 0px;
}

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

/* line 1372, ../sass/screen.scss */
div.comaint {
  clear: both;
  padding-top: 10px;
}

/* line 1377, ../sass/screen.scss */
div.toolboxcobrand#ucsld {
  width: 280px;
  height: 60px;
  padding: 10px;
  background: url(../../../images/SLD_LII_icon.gif) no-repeat 0 0;
}

/* line 1384, ../sass/screen.scss */
a.cobrandUC {
  display: block;
  float: left;
  width: 40px;
  height: 60px;
  margin-right: 20px;
}

/* line 1392, ../sass/screen.scss */
a.cobrandSLD {
  display: block;
  float: left;
  width: 200px;
  height: 60px;
}

/* line 1399, ../sass/screen.scss */
div.seclawlinks {
  clear: both;
}

/* block - search form */
/* line 1404, ../sass/screen.scss */
#lii-search-collection-search-form label {
  float: left;
  text-transform: uppercase;
  color: #005c72;
}

/* line 1410, ../sass/screen.scss */
#lii-search-collection-search-form input {
  float: left;
  margin-left: 10px;
  *margin-left: 2px;
  /* ie 6/7 */
  margin-left: 2px\0;
  /* ie 8/9 */
}

/* line 1419, ../sass/screen.scss */
#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 */
/* line 1430, ../sass/screen.scss */
.block ul.blogandsupct, .block ul.dostuff {
  vertical-align: top;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  color: #9f8f67;
}

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

/* line 1444, ../sass/screen.scss */
.block ul.dostuff {
  text-transform: uppercase;
}

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

/* line 1454, ../sass/screen.scss */
form#newslettersubscrip {
  width: 160px;
  display: inline;
}

/* line 1459, ../sass/screen.scss */
input#newsletterID {
  width: 100px;
}

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

/* line 1470, ../sass/screen.scss */
#sidebar-right div.block-inner ul.blogandsupct a, #sidebar-right div.block-inner ul.dostuff a {
  color: #9f8f67;
}

/* line 1474, ../sass/screen.scss */
.block ul.blogandsupct li {
  margin-bottom: 10px;
  padding-left: 22px;
  height: 18px;
}

/* line 1480, ../sass/screen.scss */
.block ul.blogandsupct li.bloglink {
  background: url("../../../images/icons_sm.gif") no-repeat 0px 0px;
}

/* line 1484, ../sass/screen.scss */
.block ul.blogandsupct li.supctlink {
  background: url("../../../images/icons_sm.gif") no-repeat 0px -59px;
}

/* line 1488, ../sass/screen.scss */
.block ul.blogandsupct li.newslettersubscripform {
  background: url("../../../images/icons_sm.gif") no-repeat 0px -40px;
}

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

/* line 1501, ../sass/screen.scss */
div#lawyers_search_results {
  clear: both;
}

/* line 1505, ../sass/screen.scss */
div#lawyers_search_results strong.lawyers_title {
  display: block;
  clear: both;
  font-weight: bold;
}

/* line 1511, ../sass/screen.scss */
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;
}

/* line 1517, ../sass/screen.scss */
div#lawyers_search_results {
  padding: 0;
}

/* line 1521, ../sass/screen.scss */
div#lawyers_search_results div.lawyer.odd:first-child {
  border-top: solid 2px #ccc;
}

/* line 1525, ../sass/screen.scss */
div#lawyers_search_results div.lawyer.odd {
  clear: both;
  border-bottom: solid 2px #ccc;
  margin: 0;
  padding: 10px 0;
}

/* line 1532, ../sass/screen.scss */
div#lawyers_search_results div.lawyer.even {
  clear: both;
  border-bottom: solid 2px #ccc;
  background: #f0f0f0;
  padding: 10px 0;
}

/* line 1539, ../sass/screen.scss */
p.lawyer-entry-name {
  color: #000066;
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1545, ../sass/screen.scss */
div.lawyer-entry-pa {
  color: #000;
}

/* line 1549, ../sass/screen.scss */
div.lawyer-entry-pa-sidebar {
  color: #000;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

/* line 1557, ../sass/screen.scss */
div.lawyer-entry-loc {
  color: #000066;
}

/* line 1561, ../sass/screen.scss */
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;
}

/* line 1568, ../sass/screen.scss */
#lawyers_search_results .badge span {
  display: none;
}

/* line 1572, ../sass/screen.scss */
#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;
}

/* line 1580, ../sass/screen.scss */
#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;
}

/* line 1588, ../sass/screen.scss */
#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;
}

/* line 1596, ../sass/screen.scss */
#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;
}

/* line 1604, ../sass/screen.scss */
#lawyers_search_results .badge_claimed .badge, #lawyers_search_results .badge_free .badge {
  display: none;
}

/* line 1610, ../sass/screen.scss */
p.lawyers-see-all {
  clear: both;
}

/* / block - lawyer directory */
/* wysiwyg editor */
/* line 1616, ../sass/screen.scss */
.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;
}

/* line 1622, ../sass/screen.scss */
#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;
}

/* line 1631, ../sass/screen.scss */
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: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  min-width: 0;
}

/* line 1640, ../sass/screen.scss */
#bulletin-ng-cck-node-form .form-item-taxonomy-vocabulary-4-und {
  height: 43px;
}

/* line 1647, ../sass/screen.scss */
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;
}

/* line 1651, ../sass/screen.scss */
#bulletin-ng-cck-node-form input#edit-taxonomy-vocabulary-4-und {
  float: left;
  margin-top: -28px;
  margin-left: 214px;
}

/* line 1657, ../sass/screen.scss */
#page-title {
  margin-top: 3px;
}

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

/* line 1671, ../sass/screen.scss */
.topbox ul {
  padding-left: 10px;
}

/* line 1675, ../sass/screen.scss */
.iconpos {
  overflow: auto;
  height: 300px;
}

/* line 1680, ../sass/screen.scss */
.redicon {
  display: block;
  float: left;
  margin-top: -15px;
  z-index: 10;
}

/* line 1687, ../sass/screen.scss */
#welcome {
  height: 340px;
}

/* line 1691, ../sass/screen.scss */
#welcome div.icon, body.front div#main-content-with-extra-column > div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0 -38px;
  width: 44px;
  height: 38px;
  float: left;
  margin-top: -10px;
}

/* line 1699, ../sass/screen.scss */
body.front div#main-extra-column div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0px -304px;
  width: 44px;
  height: 38px;
  float: left;
  /*  margin-top: 6px; */
  margin-top: -10px;
}

/* line 1708, ../sass/screen.scss */
body.front div#page-bottom div.icon {
  background: url("../../../images/iconsfull.gif") no-repeat 0px -228px;
  width: 44px;
  height: 38px;
  float: left;
  margin-top: -10px;
}

/* line 1716, ../sass/screen.scss */
body.front div#main-content-with-extra-column h2#page-title, body.front div#main-extra-column h2.title, body.front div#page-bottom h2.title {
  clear: right;
  margin-top: 0px;
}

/* line 1722, ../sass/screen.scss */
body.front div#main-extra-column h2.title {
  margin-top: 16px;
}

/* line 1726, ../sass/screen.scss */
body.front div#main-content-with-extra-column#main #content article {
  clear: both;
}

/* line 1730, ../sass/screen.scss */
#welcome ul {
  list-style: disc inside none;
}

/* line 1734, ../sass/screen.scss */
.titlewithicon {
  margin-left: 47px;
}

/* line 1738, ../sass/screen.scss */
#welcome a {
  text-decoration: none;
}

/* line 1742, ../sass/screen.scss */
#welcome p, #welcome ul {
  margin-bottom: 10px;
}

/* line 1746, ../sass/screen.scss */
body.front #main-extra-column dl {
  display: block;
  clear: both;
}

/* line 1751, ../sass/screen.scss */
body.front #main-extra-column .moreblog {
  background: url(../../../images/icons_sm.gif) 0px -19px no-repeat;
  padding-left: 20px;
  display: block;
  float: right;
  color: #8b7f5f;
  text-transform: uppercase;
  margin-bottom: 3px;
}

/* line 1761, ../sass/screen.scss */
#block-block-46 {
  margin-bottom: 0;
}

/* line 1765, ../sass/screen.scss */
.front div#page-bottom {
  padding-top: 20px;
  clear: both;
}

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

/* line 1778, ../sass/screen.scss */
#resources {
  margin-top: 20px;
  padding-bottom: 10px;
}

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

/* line 1787, ../sass/screen.scss */
.blockview {
  clear: both;
}

/* line 1791, ../sass/screen.scss */
#resources ul {
  width: 170px;
  padding: 0;
}

/* line 1796, ../sass/screen.scss */
#resources ul.group2 {
  padding: 0 22px;
}

/* line 1800, ../sass/screen.scss */
#resources li {
  margin: 5px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #c8d6d8;
}

/* line 1806, ../sass/screen.scss */
#resources a {
  text-decoration: none;
}

/* line 1810, ../sass/screen.scss */
.tone {
  background: url(../../../images/bcswbgs.gif) 0 -1400px repeat-x;
}

/* supct resources */
/* line 1815, ../sass/screen.scss */
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;
}

/* line 1819, ../sass/screen.scss */
body.page-supremecourt-text-home #resources div.group2 {
  padding: 0 22px;
}

/* more tmp supct */
/* line 1824, ../sass/screen.scss */
body.page-supremecourt span.italic {
  font-style: italic;
}

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

/* line 1838, ../sass/screen.scss */
.adUnit div {
  height: 90px;
}

/* line 1842, ../sass/screen.scss */
.adUnit p {
  margin: 0;
}

/* line 1846, ../sass/screen.scss */
.adUnit p a {
  text-decoration: none;
}

/* social */
/* line 1851, ../sass/screen.scss */
.social hr {
  border: none;
  color: #dbe1e1;
  background-color: #dbe1e1;
  height: 1px;
  margin: 0;
  display: none;
}

/* line 1860, ../sass/screen.scss */
.social .socSep {
  clear: both;
  height: 23px;
  background: #f3f5f4 url(../../../images/hr.gif) repeat-x scroll center;
}

/* line 1866, ../sass/screen.scss */
.addthis_toolbox .addthis_button_google_plusone {
  margin-left: 40px;
}

/* line 1870, ../sass/screen.scss */
.socialOrder {
  float: left;
  margin-right: 15px;
}

/* line 1875, ../sass/screen.scss */
.socialOrderlast {
  margin-right: 25px;
}

/* line 1879, ../sass/screen.scss */
.atclear {
  display: none;
}

/* line 1883, ../sass/screen.scss */
#edit-searchstring-wrapper {
  margin: 0;
}

/* line 1887, ../sass/screen.scss */
#edit-searchstring-wrapper label {
  margin-right: 5px;
}

/* line 1891, ../sass/screen.scss */
.addthis_toolbox {
  padding-bottom: 0;
  *padding-bottom: 15px;
  padding-bottom: 15px\0;
}

/* line 1897, ../sass/screen.scss */
.addthisSecond {
  float: left;
  margin-bottom: 16px;
}

/* line 1902, ../sass/screen.scss */
a.addthis_button_facebook_like {
  height: 30px;
  width: 270px;
}

/* line 1907, ../sass/screen.scss */
a.addthis_button_google_plusone {
  width: 70px;
}

/* line 1911, ../sass/screen.scss */
#facebook .connect_widget_text {
  width: 200px;
}

/* line 1915, ../sass/screen.scss */
.stumble {
  float: left;
  margin-right: 4px;
}

/* END SLASKA */
/* book navigation */
/* line 1922, ../sass/screen.scss */
div.book-navigation div.page-links {
  min-height: 6em;
  border-bottom: none;
}

/* quicktabs */
/* line 1928, ../sass/screen.scss */
#block-quicktabs-5 {
  margin-bottom: 30px;
}

/* line 1932, ../sass/screen.scss */
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 */
/* line 1938, ../sass/screen.scss */
div.first.name, div.middle.name, div.last.name, div.prefix {
  display: none;
}

/* line 1942, ../sass/screen.scss */
div.user-picture {
  width: 95px;
  height: 95px;
  padding: 5px;
  margin-left: 20px;
  background: #f0f0f0;
}

/* line 1950, ../sass/screen.scss */
div.user-picture img {
  margin: auto;
}

/* line 1954, ../sass/screen.scss */
body.page-user div.first.name {
  float: left;
  clear: left;
}

/* tables */
/* line 1961, ../sass/screen.scss */
td a, th a {
  word-break: break-word;
}

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

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

/* line 2010, ../sass/screen.scss */
div#or_login_with span {
  display: none;
}
@media (max-width: 767px) {
  /* line 2010, ../sass/screen.scss */
  div#or_login_with span {
    display: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2010, ../sass/screen.scss */
  div#or_login_with span {
    display: initial;
  }
}

/* line 2020, ../sass/screen.scss */
div#other_logins {
  float: left;
  clear: right;
  margin-top: 14px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  /* line 2020, ../sass/screen.scss */
  div#other_logins {
    float: none;
    margin: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2020, ../sass/screen.scss */
  div#other_logins {
    float: none;
    margin: initial;
  }
}

/* line 2035, ../sass/screen.scss */
div#other_logins div {
  margin-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 2035, ../sass/screen.scss */
  div#other_logins div {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2035, ../sass/screen.scss */
  div#other_logins div {
    display: inline-block;
  }
}

/* line 2046, ../sass/screen.scss */
input[type=submit]#justiaid_login {
  color: red;
  display: none;
}

/* line 2051, ../sass/screen.scss */
div#justiaid_login_img {
  width: 298px;
  height: 45px;
  background: url("../../../images/justia-login-sprite.gif") no-repeat 0 0;
}
@media (max-width: 767px) {
  /* line 2051, ../sass/screen.scss */
  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) {
  /* line 2051, ../sass/screen.scss */
  div#justiaid_login_img {
    background-position: -3px -95px;
    background-position-x: -3px;
    background-position-y: -95px;
    width: 61px;
    height: 62px;
  }
}

/* line 2071, ../sass/screen.scss */
div#justiaid_login_img:hover {
  background-position: 0 -47px;
  background-position-y: -47px;
}
@media (max-width: 767px) {
  /* line 2071, ../sass/screen.scss */
  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) {
  /* line 2071, ../sass/screen.scss */
  div#justiaid_login_img:hover {
    background-position: -72px -95px;
    background-position-x: -72px;
    background-position-y: -95px;
  }
}

/* line 2086, ../sass/screen.scss */
input[type=submit]#linkedin_login {
  color: #117cb7;
  display: none;
}

/* line 2091, ../sass/screen.scss */
div#linkedin_login_img {
  width: 298px;
  height: 45px;
  background: url("../../../images/social-login-sprite.png") no-repeat -612px -458px;
}
@media (max-width: 767px) {
  /* line 2091, ../sass/screen.scss */
  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) {
  /* line 2091, ../sass/screen.scss */
  div#linkedin_login_img {
    background-position: -767px -642px;
    background-position-x: -767px;
    background-position-y: -642px;
    width: 61px;
    height: 62px;
  }
}

/* line 2111, ../sass/screen.scss */
div#linkedin_login_img:hover {
  background-position: -612px -302px;
  background-position-y: -302px;
}
@media (max-width: 767px) {
  /* line 2111, ../sass/screen.scss */
  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) {
  /* line 2111, ../sass/screen.scss */
  div#linkedin_login_img:hover {
    background-position: -767px -570px;
    background-position-y: -570px;
  }
}
