/* 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" /> */
/* line 29, ../sass/screen.scss */
.pretend-visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

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

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

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

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

/* End hide from IE-mac */
/* overrides */
/* line 142, ../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 152, ../sass/screen.scss */
.table-responsive {
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

/* styles */
/* current typefaces */
/* line 178, ../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 184, ../sass/screen.scss */
.dropdown-submenu {
  position: relative;
}

/* line 188, ../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 196, ../sass/screen.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 200, ../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 214, ../sass/screen.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

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

/* line 222, ../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;
}

/* make the navbar toggle sooner */
@media (max-width: 991px) {
  /* line 230, ../sass/screen.scss */
  html body.html {
    /* since 3.1.0 */
  }

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

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

  /* line 239, ../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 243, ../sass/screen.scss */
  html body.html .navbar-collapse.collapse {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 397, ../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 405, ../sass/screen.scss */
a#liidonate span.gltxt {
  margin-left: 4px;
}
@media (max-width: 767px) {
  /* line 405, ../sass/screen.scss */
  a#liidonate span.gltxt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 405, ../sass/screen.scss */
  a#liidonate span.gltxt {
    display: none;
  }
}

/* line 415, ../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 415, ../sass/screen.scss */
  a#liisearchlink {
    float: right;
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 415, ../sass/screen.scss */
  a#liisearchlink {
    float: right;
    margin-right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 415, ../sass/screen.scss */
  a#liisearchlink {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 415, ../sass/screen.scss */
  a#liisearchlink {
    display: none;
  }
}

/* line 443, ../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 451, ../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 451, ../sass/screen.scss */
  #liisearch {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 451, ../sass/screen.scss */
  #liisearch {
    display: none;
  }
}

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

/* line 471, ../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 480, ../sass/screen.scss */
form#search-block-form {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 541, ../sass/screen.scss */
#lii-fundraiser .fundraiser-inner, #lii-fundraiser #lii-fundraiser-footer {
  width: 90%;
}

/* line 545, ../sass/screen.scss */
#lii-fundraiser #lii-right {
  clear: both;
  padding: 5px 10px 10px;
}

@media (max-width: 767px) {
  /* line 550, ../sass/screen.scss */
  #lii-fundraiser h2 {
    padding-top: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 550, ../sass/screen.scss */
  #lii-fundraiser h2 {
    padding-top: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 746, ../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 755, ../sass/screen.scss */
.front #main #content p {
  clear: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 915, ../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 921, ../sass/screen.scss */
  #block-liidfp-0 {
    float: left;
  }
}

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

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

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

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

/* line 951, ../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 957, ../sass/screen.scss */
div#block-block-55 {
  margin-top: 10px;
}

/* line 961, ../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 965, ../sass/screen.scss */
#content-bottom .block {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* bulletin-cck */
/* line 1036, ../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 1047, ../sass/screen.scss */
article.node-wex-cck strong {
  font-weight: normal !important;
}

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

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

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

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

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

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

/* breadcrumbs */
/* line 1080, ../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 1088, ../sass/screen.scss */
#bcrumbleft, #nbcrumbleft {
  float: left;
  width: 10px;
  height: 38px;
  background: url(../../../images/bcswbgs.gif) 0 -300px no-repeat;
}

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

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

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

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

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

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

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

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

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

/* line 1135, ../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 1145, ../sass/screen.scss */
div.nbreadcrumb {
  padding: 0;
  /* from table#breadcrumb */
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1210, ../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 1218, ../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 1232, ../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 1246, ../sass/screen.scss */
div.nbreadcrumb > a:first-child {
  padding-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

/* line 1296, ../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 1300, ../sass/screen.scss */
div#topn-act- {
  display: none;
}

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

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

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

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

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

/* line 1351, ../sass/screen.scss */
.block ul.blogandsupct a, .block ul.dostuff a {
  vertical-align: top;
}

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

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

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

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

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

/* line 1380, ../sass/screen.scss */
ul.blogandsupct, ul.dostuff {
  color: #9f8f67;
}

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

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

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

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

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

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

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

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

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

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

/* line 1438, ../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 1444, ../sass/screen.scss */
.lawyer-entry-pic img {
  display: block;
  float: left;
  clear: left;
  padding: 0 10px 5px 0;
}

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

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

/* line 1461, ../sass/screen.scss */
div#lawyers_search_results div.lawyers-get-listed + a, div#lawyers_search_results div.lawyers-get-listed a {
  display: block;
  float: right;
  clear: both;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

/* line 1512, ../sass/screen.scss */
p.lawyer-entry-badge {
  clear: both;
  margin-top: 0;
  margin-bottom: 1px;
}

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

/* / block - lawyer directory */
/* wysiwyg editor */
/* line 1524, ../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 1528, ../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 1535, ../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 1548, ../sass/screen.scss */
#bulletin-ng-cck-node-form .form-item-taxonomy-vocabulary-4-und {
  height: 43px;
}

/* line 1552, ../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 1559, ../sass/screen.scss */
#bulletin-ng-cck-node-form input#edit-taxonomy-vocabulary-4-und {
  float: left;
  margin-top: -28px;
  margin-left: 214px;
}

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

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

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

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

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

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

/* line 1599, ../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 1607, ../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;
}

/* line 1615, ../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 1623, ../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 {
  float: left;
  clear: right;
  margin-top: 0px;
}

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

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

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

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

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

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

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

/* line 1658, ../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 1668, ../sass/screen.scss */
#block-block-46 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

/* supct resources */
/* line 1718, ../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 1722, ../sass/screen.scss */
body.page-supremecourt-text-home #resources div.group2 {
  padding: 0 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1954, ../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 1954, ../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 1954, ../sass/screen.scss */
  div#justiaid_login_img {
    background-position: -3px -95px;
    background-position-x: -3px;
    background-position-y: -95px;
    width: 61px;
    height: 62px;
  }
}

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

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

/* line 1994, ../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 1994, ../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 1994, ../sass/screen.scss */
  div#linkedin_login_img {
    background-position: -767px -642px;
    background-position-x: -767px;
    background-position-y: -642px;
    width: 61px;
    height: 62px;
  }
}

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