/**
* Gumby Framework
* ---------------
*
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* Gumby Framework
* http://gumbyframework.com
*
* Built with love by your friends @digitalsurgeons
* http://www.digitalsurgeons.com
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 5, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

/* line 103, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../build/gems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 26, ../../sass/blackwater.scss */
#content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-aclist {
  position: absolute;
  z-index: 1;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-aclist-hidden {
  visibility: hidden;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-aclist-aria {
  left: -9999px;
  position: absolute;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-aclist-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-aclist-item {
  cursor: pointer;
  list-style: none;
  padding: 2px 5px;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-aclist-item-active {
  outline: #afafaf dotted thin;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-skin-sam .yui3-aclist-content {
  background: #fff;
  border: 1px solid #afafaf;
  -moz-box-shadow: 1px 1px 4px #888;
  -webkit-box-shadow: 1px 1px 4px #888;
  box-shadow: 1px 1px 4px #888;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-skin-sam .yui3-aclist-item-hover {
  background: #bfdaff;
}

/* line 7, ../../sass/stylesheets/yui/autocomplete-list.scss */
.yui3-skin-sam .yui3-aclist-item-active {
  background: #2647a0;
  color: #fff;
  outline: 0;
}

/* line 7, ../../sass/stylesheets/yui/calendar-base-core.scss */
.yui3-calendar-pane {
  width: 100%;
}

/* line 11, ../../sass/stylesheets/yui/calendar-base-core.scss */
.yui3-calendar-grid {
  width: 100%;
}

/* line 15, ../../sass/stylesheets/yui/calendar-base-core.scss */
.yui3-calendar-column-hidden, .yui3-calendar-hidden {
  display: none;
}

/* line 1, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-content {
  padding: 10px;
  color: #000000;
  border: 1px solid gray;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#f2f2f2",GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
  /* W3C */
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 17, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-grid {
  padding: 5px;
  border-collapse: collapse;
}

/* line 22, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-header {
  padding-bottom: 10px;
}

/* line 26, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-header-label {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* line 34, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-day,
.yui3-calendar-prevmonth-day,
.yui3-calendar-nextmonth-day {
  padding: 5px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  text-align: center;
}

/* line 44, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-day:hover {
  background: #0066CC;
  color: #FFFFFF;
}

/* line 49, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-selection-disabled,
.yui3-calendar-selection-disabled:hover {
  color: #A6A6A6;
  background: #CCCCCC;
}

/* line 55, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-weekday {
  font-weight: bold;
}

/* line 59, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-prevmonth-day, .yui3-calendar-nextmonth-day {
  color: #A6A6A6;
}

/* line 63, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-day {
  font-weight: bold;
}

/* line 67, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-day-selected {
  background-color: #B3D4FF;
  color: #000000;
}

/* line 72, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-left-grid {
  margin-right: 1em;
}

/* line 76, ../../sass/stylesheets/yui/calendar-base.scss */
[dir=rtl] .yui3-calendar-left-grid,
[dir=rtl] .yui3-calendar-left-grid {
  margin-right: auto;
  margin-left: 1em;
}

/* line 82, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-right-grid {
  margin-left: 1em;
}

/* line 86, ../../sass/stylesheets/yui/calendar-base.scss */
[dir=rtl] .yui3-calendar-right-grid,
[dir=rtl] .yui3-calendar-right-grid {
  margin-left: auto;
  margin-right: 1em;
}

/* line 92, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-day-highlighted {
  background-color: #DCDEF5;
}

/* line 96, ../../sass/stylesheets/yui/calendar-base.scss */
.yui3-calendar-day-selected.yui3-calendar-day-highlighted {
  background-color: #758FBB;
}

/* line 1, ../../sass/stylesheets/yui/calendar-core.scss */
.yui3-calendar-column-hidden, .yui3-calendar-hidden {
  display: none;
}

/* line 5, ../../sass/stylesheets/yui/calendar-core.scss */
.yui3-calendar-day {
  cursor: pointer;
}

/* line 9, ../../sass/stylesheets/yui/calendar-core.scss */
.yui3-calendar-selection-disabled {
  cursor: default;
}

/* line 13, ../../sass/stylesheets/yui/calendar-core.scss */
.yui3-calendar-prevmonth-day {
  cursor: default;
}

/* line 17, ../../sass/stylesheets/yui/calendar-core.scss */
.yui3-calendar-nextmonth-day {
  cursor: default;
}

/* line 21, ../../sass/stylesheets/yui/calendar-core.scss */
.yui3-calendar-content:hover .yui3-calendar-day,
.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,
.yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
  -moz-user-select: none;
}

/* line 1, ../../sass/stylesheets/yui/calendar.scss */
.yui3-calendar-day-highlighted {
  background-color: #DCDEF5;
}

/* line 5, ../../sass/stylesheets/yui/calendar.scss */
.yui3-calendar-day-selected.yui3-calendar-day-highlighted {
  background-color: #758FBB;
}

/* line 1, ../../sass/stylesheets/yui/calendarnavigator-core.scss */
.yui3-calendar-header {
  text-align: center;
  position: relative;
  /* ie6 width fix */
  width: 100%;
}

/* line 8, ../../sass/stylesheets/yui/calendarnavigator-core.scss */
.yui3-calendar-header-label {
  display: inline;
}

/* line 12, ../../sass/stylesheets/yui/calendarnavigator-core.scss */
.yui3-calendarnav-prevmonth {
  cursor: pointer;
}

/* line 16, ../../sass/stylesheets/yui/calendarnavigator-core.scss */
.yui3-calendarnav-nextmonth {
  cursor: pointer;
}

/* line 1, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-prevmonth, .yui3-calendarnav-nextmonth {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 6px solid transparent;
  position: absolute;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-left-color: white;
  _border-top-color: white;
  _border-right-color: white;
  _border-bottom-color: white;
  _filter: chroma(color=white);
}

/* line 19, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-prevmonth:hover,
[dir=rtl] .yui3-calendarnav-nextmonth:hover,
[dir=rtl] .yui3-calendarnav-nextmonth:hover {
  border-right-color: #0066CC;
}

/* line 25, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-nextmonth:hover,
[dir=rtl] .yui3-calendarnav-prevmonth:hover,
[dir=rtl] .yui3-calendarnav-prevmonth:hover {
  border-left-color: #0066CC;
}

/* line 31, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
.yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
[dir=rtl] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
[dir=rtl] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
[dir=rtl] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
[dir=rtl] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover {
  cursor: default;
  border-right-color: #CCCCCC;
  border-left-color: transparent;
}

/* line 41, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
.yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
[dir=rtl] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
[dir=rtl] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
[dir=rtl] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
[dir=rtl] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover {
  cursor: default;
  border-left-color: #CCCCCC;
  border-right-color: transparent;
}

/* line 52, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-prevmonth {
  border-right-color: #000000;
  left: 0;
}

/* line 57, ../../sass/stylesheets/yui/calendarnavigator.scss */
.yui3-calendarnav-nextmonth {
  border-left-color: #000000;
  right: 0;
}

/* line 62, ../../sass/stylesheets/yui/calendarnavigator.scss */
[dir=rtl] .yui3-calendarnav-prevmonth,
[dir=rtl] .yui3-calendarnav-prevmonth {
  left: auto;
  right: 0;
  border-left-color: #000000;
  border-right-color: transparent;
}

/* line 70, ../../sass/stylesheets/yui/calendarnavigator.scss */
[dir=rtl] .yui3-calendarnav-nextmonth,
[dir=rtl] .yui3-calendarnav-nextmonth {
  left: 0;
  right: auto;
  border-right-color: #000000;
  border-left-color: transparent;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u, .yui3-u-1, .yui3-u-1-2, .yui3-u-1-3, .yui3-u-2-3, .yui3-u-1-4, .yui3-u-3-4, .yui3-u-1-5, .yui3-u-2-5, .yui3-u-3-5, .yui3-u-4-5, .yui3-u-1-6, .yui3-u-5-6, .yui3-u-1-8, .yui3-u-3-8, .yui3-u-5-8, .yui3-u-7-8, .yui3-u-1-12, .yui3-u-5-12, .yui3-u-7-12, .yui3-u-11-12, .yui3-u-1-24, .yui3-u-5-24, .yui3-u-7-24, .yui3-u-11-24, .yui3-u-13-24, .yui3-u-17-24, .yui3-u-19-24, .yui3-u-23-24 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1 {
  display: block;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-2 {
  width: 50%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-3 {
  width: 33.33333%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-2-3 {
  width: 66.66666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-4 {
  width: 25%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-3-4 {
  width: 75%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-5 {
  width: 20%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-2-5 {
  width: 40%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-3-5 {
  width: 60%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-4-5 {
  width: 80%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-6 {
  width: 16.656%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-5-6 {
  width: 83.33%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-8 {
  width: 12.5%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-3-8 {
  width: 37.5%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-5-8 {
  width: 62.5%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-7-8 {
  width: 87.5%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-12 {
  width: 8.3333%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-5-12 {
  width: 41.6666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-7-12 {
  width: 58.3333%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-11-12 {
  width: 91.6666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-1-24 {
  width: 4.1666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-5-24 {
  width: 20.8333%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-7-24 {
  width: 29.1666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-11-24 {
  width: 45.8333%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-13-24 {
  width: 54.1666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-17-24 {
  width: 70.8333%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-19-24 {
  width: 79.1666%;
}

/* line 7, ../../sass/stylesheets/yui/cssgrids-min.scss */
.yui3-u-23-24 {
  width: 95.8333%;
}

/* line 1, ../../sass/stylesheets/yui/gallery-imagecropper.scss */
.yui3-imagecropper {
  position: relative;
}

/* line 1, ../../sass/stylesheets/yui/gallery-imagecropper.scss */
.yui3-imagecropper-mask, .yui3-imagecropper-resize-knob {
  position: absolute;
}

/* line 1, ../../sass/stylesheets/yui/gallery-imagecropper.scss */
.yui3-imagecropper-mask, .yui3-imagecropper-resize-mask {
  width: 100%;
  height: 100%;
}

/* line 1, ../../sass/stylesheets/yui/gallery-imagecropper.scss */
.yui3-imagecropper-mask {
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
}

/* line 1, ../../sass/stylesheets/yui/gallery-imagecropper.scss */
.yui3-imagecropper-resize-mask {
  cursor: move;
  border: 1px dashed #fff;
}

/* line 1, ../../sass/stylesheets/yui/gallery-imagecropper.scss */
#yui3-css-stamp.skin-sam-gallery-imagecropper {
  display: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput, .yui3-tokeninput-content, .yui3-tokeninput-item, .yui3-tokeninput-list {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
  zoom: 1;
  *display: inline;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput {
  width: 200px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-content, .yui3-tokeninput-list {
  width: 100%;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-input {
  border: 0;
  outline: 0;
  padding: 0;
  width: 5ex;
  *vertical-align: top;
  -webkit-appearance: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-item {
  margin: 1px 2px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-list {
  cursor: text;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-token {
  cursor: pointer;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-hidden, .yui3-tokeninput-host {
  display: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput {
  outline: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-list {
  -webkit-tap-highlight-color: transparent;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-content {
  background: #fff;
  border: 1px solid #b4b4b4;
  color: #000;
  font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  padding: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-fauxinput {
  -moz-box-shadow: inset 0 1px 2px -1px #717171;
  -webkit-box-shadow: inset 0 1px 2px -1px #717171;
  border-bottom-color: #dadada;
  border-top-color: #717171;
  box-shadow: inset 0 1px 2px -1px #717171;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-token {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #d6e0f7;
  border: 1px solid #93ace9;
  border-radius: 8px;
  padding: 0 10px 1px;
  position: relative;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-hasremove {
  padding-right: 16px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-hover {
  background: #adc1ef;
  border-color: #597edb;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-focus {
  background: #4671ea;
  border-color: #4671ea;
  color: #fff;
  outline: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-remove {
  color: #97a2c1;
  font-weight: bold;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  right: 4px;
  text-decoration: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-windows .yui3-tokeninput-remove {
  margin-top: 2px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-remove:hover {
  color: #333;
}

/* line 1, ../../sass/stylesheets/yui/gallery-node-tokeninput.scss */
.yui3-tokeninput-focus .yui3-tokeninput-remove {
  color: #fff;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-paginator-hidden {
  display: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator {
  display: block;
  margin: 6px 0;
  white-space: nowrap;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-hidden {
  display: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-first, .yui3-skin-sam .yui3-paginator-previous, .yui3-skin-sam .yui3-paginator-next, .yui3-skin-sam .yui3-paginator-last, .yui3-skin-sam .yui3-paginator-current, .yui3-skin-sam .yui3-paginator-page-input, .yui3-skin-sam .yui3-paginator-ir-dropdown, .yui3-skin-sam .yui3-paginator-pages, .yui3-skin-sam .yui3-paginator-page {
  display: inline-block;
  font-family: arial, helvetica, clean, sans-serif;
  padding: 3px 6px;
  zoom: 1;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-pages {
  padding: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-current {
  padding: 3px 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam a.yui3-paginator-first:link, .yui3-skin-sam a.yui3-paginator-first:visited, .yui3-skin-sam a.yui3-paginator-first:active, .yui3-skin-sam a.yui3-paginator-first:hover, .yui3-skin-sam a.yui3-paginator-previous:link, .yui3-skin-sam a.yui3-paginator-previous:visited, .yui3-skin-sam a.yui3-paginator-previous:active, .yui3-skin-sam a.yui3-paginator-previous:hover, .yui3-skin-sam a.yui3-paginator-next:link, .yui3-skin-sam a.yui3-paginator-next:visited, .yui3-skin-sam a.yui3-paginator-next:active, .yui3-skin-sam a.yui3-paginator-next:hover, .yui3-skin-sam a.yui3-paginator-last:link, .yui3-skin-sam a.yui3-paginator-last:visited, .yui3-skin-sam a.yui3-paginator-last:active, .yui3-skin-sam a.yui3-paginator-last:hover, .yui3-skin-sam a.yui3-paginator-page:link, .yui3-skin-sam a.yui3-paginator-page:visited, .yui3-skin-sam a.yui3-paginator-page:active, .yui3-skin-sam a.yui3-paginator-page:hover {
  color: #06c;
  text-decoration: underline;
  outline: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam span.yui3-paginator-first, .yui3-skin-sam span.yui3-paginator-previous, .yui3-skin-sam span.yui3-paginator-next, .yui3-skin-sam span.yui3-paginator-last {
  color: #a6a6a6;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-page {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  padding: 2px 6px;
  text-decoration: none;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-current-page {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  padding: 3px 6px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-page {
  margin-left: 1px;
  margin-right: 1px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-first, .yui3-skin-sam .yui3-paginator-previous {
  padding-left: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-next, .yui3-skin-sam .yui3-paginator-last {
  padding-right: 0;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-current, .yui3-skin-sam .yui3-paginator-rpp-options {
  margin-left: 1em;
  margin-right: 1em;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-page-input .yui3-page-input {
  width: 2.4em;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-page.yui3-haserror, .yui3-skin-sam .yui3-paginator-page.yui3-haswarn {
  padding-left: 21px;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-page.yui3-haserror {
  background: url(error.png) no-repeat left center;
}

/* line 1, ../../sass/stylesheets/yui/gallery-paginator.scss */
.yui3-skin-sam .yui3-paginator-page.yui3-haswarn {
  background: url(warn.png) no-repeat left center;
}

/* YUI Tooltip Skin CSS by Josh Lizarraga */
/* ! contentBox */
/* line 5, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip-content {
  max-width: 220px;
  _width: 220px;
  /* IE6 */
  border: 1px solid #996b3d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #4d2600;
  background: #ffffcc;
  /* Fallback */
  background: -moz-linear-gradient(top, #ffffcc 0%, #ffff66 100%);
  /* Firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffcc), color-stop(100%, #ffff66));
  /* Chrome, Safari */
  background: -o-linear-gradient(#ffffcc, #ffff66);
  /* Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffcc, endColorstr=#ffff66, GradientType=0)";
  /* IE8, IE9 */
  *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffcc, endColorstr = #ffff66, GradientType = 0);
  /* IE6, IE7 */
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

/* ! Widget Body */
/* line 26, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd {
  padding: 1px 10px;
}

/* line 30, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h1,
.yui3-tooltip .yui3-widget-bd h2,
.yui3-tooltip .yui3-widget-bd h3,
.yui3-tooltip .yui3-widget-bd h4,
.yui3-tooltip .yui3-widget-bd h5,
.yui3-tooltip .yui3-widget-bd h6,
.yui3-tooltip .yui3-widget-bd p,
.yui3-tooltip .yui3-widget-bd ul,
.yui3-tooltip .yui3-widget-bd ol {
  margin: 10px 0;
  line-height: 1.25;
  font-size: 1.1em;
  list-style-position: inside;
}

/* line 45, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h1,
.yui3-tooltip .yui3-widget-bd h2,
.yui3-tooltip .yui3-widget-bd h3,
.yui3-tooltip .yui3-widget-bd h4,
.yui3-tooltip .yui3-widget-bd h5,
.yui3-tooltip .yui3-widget-bd h6 {
  font-weight: bold;
}

/* line 54, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h1 {
  font-size: 2em;
}

/* line 58, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h2 {
  font-size: 1.8em;
}

/* line 62, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h3 {
  font-size: 1.6em;
}

/* line 66, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h4 {
  font-size: 1.4em;
}

/* line 70, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd h5 {
  font-size: 1.2em;
}

/* line 74, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-widget-bd * {
  max-width: 100%;
}

/* ! Widget Footer */
/* line 80, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft div {
  border-color: #996b3d transparent;
}

/* line 85, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft div {
  border-color: #ffff66 transparent;
}

/* line 89, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
  border-color: #996b3d transparent;
}

/* line 94, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
  border-color: #ffffcc transparent;
}

/* line 98, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft div {
  border-color: transparent #996b3d;
}

/* line 103, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft div {
  border-color: transparent #ffffb2;
}

/* line 107, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft div {
  border-color: transparent #996b3d;
}

/* line 112, ../../sass/stylesheets/yui/gallery-yui-tooltip-skin.scss */
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft div {
  border-color: transparent #ffffb2;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/overlay.scss */
.yui3-overlay-hidden {
  visibility: hidden;
}

/* line 7, ../../sass/stylesheets/yui/overlay.scss */
.yui3-widget-tmp-forcesize .yui3-overlay-content {
  overflow: hidden !important;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-panel {
  position: absolute;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-panel-hidden {
  visibility: hidden;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-widget-tmp-forcesize .yui3-panel-content {
  overflow: hidden !important;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-panel .yui3-widget-hd {
  position: relative;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-panel .yui3-widget-hd .yui3-widget-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-panel .yui3-widget-ft .yui3-widget-button-wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-widget-mask {
  background-color: black;
  zoom: 1;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-panel-content {
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
  border: 1px solid black;
  background: white;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-panel-content .yui3-widget-hd {
  padding: 8px 28px 8px 8px;
  min-height: 13px;
  _height: 13px;
  color: white;
  background-color: #3961c5;
  background: -moz-linear-gradient(0% 100% 90deg, #2647a0 7%, #3d67ce 50%, #426fd9 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#2647a0), color-stop(0.07, #2647a0), color-stop(0.5, #3d67ce), to(#426fd9));
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-panel-content .yui3-widget-hd .yui3-widget-button-wrapper {
  padding: 8px;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-panel-content .yui3-widget-bd {
  padding: 10px;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-panel-content .yui3-widget-ft {
  background: #edf5ff;
  padding: 8px;
  text-align: right;
}

/* line 7, ../../sass/stylesheets/yui/panel.scss */
.yui3-skin-sam .yui3-panel-content .yui3-widget-ft .yui3-button {
  padding: 2px 8px;
  margin: 0 3px;
  border: 1px solid gray;
  -moz-border-radius: 0.435em;
  -webkit-border-radius: 0.435em;
  border-radius: 0.435em;
  color: black;
  background: #d8d8da;
  background: -moz-linear-gradient(0% 100% 90deg, #d8d8da 18%, #f1f2f2 50%, white 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#d8d8da), color-stop(0.18, #d8d8da), color-stop(0.5, #f1f2f2), to(white));
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize, .yui3-resize-wrapper {
  z-index: 0;
  zoom: 1;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle {
  position: absolute;
  display: block;
  z-index: 100;
  zoom: 1;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-proxy {
  position: absolute;
  border: 1px dashed #000;
  position: absolute;
  z-index: 10000;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-hidden-handles .yui3-resize-handle {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-t, .yui3-resize-handle-b {
  width: 100%;
  left: 0;
  height: 6px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-l, .yui3-resize-handle-r {
  height: 100%;
  top: 0;
  width: 6px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-t {
  cursor: n-resize;
  top: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-b {
  cursor: s-resize;
  bottom: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-l {
  cursor: w-resize;
  left: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-r {
  cursor: e-resize;
  right: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner {
  position: absolute;
  zoom: 1;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b {
  margin-left: -8px;
  left: 50%;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-l, .yui3-resize-handle-inner-r {
  margin-top: -8px;
  top: 50%;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-t {
  top: -4px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-b {
  bottom: -4px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-l {
  left: -4px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-r {
  right: -4px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-tr, .yui3-resize-handle-br, .yui3-resize-handle-tl, .yui3-resize-handle-bl {
  height: 15px;
  width: 15px;
  z-index: 200;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-tr {
  cursor: ne-resize;
  top: 0;
  right: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-tl {
  cursor: nw-resize;
  top: 0;
  left: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-br {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-bl {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-r, .yui3-resize-handle-inner-l, .yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b, .yui3-resize-handle-inner-tr, .yui3-resize-handle-inner-br, .yui3-resize-handle-inner-tl, .yui3-resize-handle-inner-bl {
  background-repeat: no-repeat;
  background: url(/o/lb-portlet/images/arrows.png) no-repeat 0 0;
  display: block;
  height: 15px;
  overflow: hidden;
  text-indent: -99999em;
  width: 15px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-br {
  background-position: -30px 0;
  bottom: -2px;
  right: -2px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-tr {
  background-position: -58px 0;
  bottom: 0;
  right: -2px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-bl {
  background-position: -75px 0;
  bottom: -2px;
  right: -2px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-tl {
  background-position: -47px 0;
  bottom: 0;
  right: -2px;
}

/* line 7, ../../sass/stylesheets/yui/resize-base.scss */
.yui3-resize-handle-inner-b, .yui3-resize-handle-inner-t {
  background-position: -15px 0;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/widget-base.scss */
.yui3-widget-hidden {
  display: none;
}

/* line 7, ../../sass/stylesheets/yui/widget-base.scss */
.yui3-widget-content {
  overflow: hidden;
}

/* line 7, ../../sass/stylesheets/yui/widget-base.scss */
.yui3-widget-content-expanded {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

/* line 7, ../../sass/stylesheets/yui/widget-base.scss */
.yui3-widget-tmp-forcesize {
  overflow: hidden !important;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/widget-buttons.scss */
.yui3-widget-buttons .yui3-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  text-decoration: none;
}

/* line 7, ../../sass/stylesheets/yui/widget-buttons.scss */
.yui3-widget-buttons .yui3-button-close, .yui3-widget-buttons .yui3-button-close .yui3-button-content, .yui3-widget-buttons .yui3-button-close .yui3-button-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 13px;
  height: 13px;
  line-height: 13px;
  vertical-align: top;
}

/* line 7, ../../sass/stylesheets/yui/widget-buttons.scss */
.yui3-widget-buttons .yui3-button-close .yui3-button-icon {
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

/* line 7, ../../sass/stylesheets/yui/widget-buttons.scss */
.yui3-skin-sam .yui3-widget-buttons .yui3-button-icon {
  background-image: url(sprite_icons.gif);
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 7, ../../sass/stylesheets/yui/widget-stack.scss */
.yui3-widget-stacked .yui3-widget-shim {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  _width: 0;
  _height: 0;
}

/* line 15, ../../sass/stylesheets/activate_profiles.scss */
div#reset-password-advanced-search-form-container {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
  padding-left: 20px;
  width: 396px;
}

/* line 24, ../../sass/stylesheets/activate_profiles.scss */
ul#activate-requirement-list {
  list-style-type: circle;
}

/* line 28, ../../sass/stylesheets/activate_profiles.scss */
#activate-requirement-list li {
  margin: 10px 0;
}

/* line 32, ../../sass/stylesheets/activate_profiles.scss */
#req-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 36, ../../sass/stylesheets/activate_profiles.scss */
#req-exp {
  padding-top: 10px;
  padding-left: 20px;
}

/* line 40, ../../sass/stylesheets/activate_profiles.scss */
#req-list {
  padding-left: 40px;
  padding-top: 10px;
}

/* line 45, ../../sass/stylesheets/activate_profiles.scss */
.sheet-header .dropdown.lfr-icon-menu {
  display: none;
  /*hiding language selection icons in terms of use page*/
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 36, ../../sass/stylesheets/action_heading.scss */
div#content-container {
  background-color: #ffffff;
}

/* line 40, ../../sass/stylesheets/action_heading.scss */
#action-heading, #action-heading_vend {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
  height: 32px;
  text-align: right;
  background-color: black;
}

/* line 50, ../../sass/stylesheets/action_heading.scss */
#print-profile {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 60px;
  height: 32px;
}

/* line 56, ../../sass/stylesheets/action_heading.scss */
#edit-profile {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 60px;
  height: 32px;
  margin-right: 5px;
  visibility: hidden;
}

/* line 63, ../../sass/stylesheets/action_heading.scss */
#lb-customer {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 28px;
  height: 31px;
  margin-right: 40px;
  display: inline-block;
  visibility: hidden;
  background-position: 0 -3446px;
  cursor: pointer;
}

/* line 73, ../../sass/stylesheets/action_heading.scss */
#user-alerts {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 104px;
  height: 29px;
  margin-right: 20px;
  background-position: 0 -6007px;
  display: inline-block;
  visibility: hidden;
  cursor: pointer;
}

/* line 84, ../../sass/stylesheets/action_heading.scss */
#edit-profile {
  height: 32px;
  display: inline-block;
  cursor: pointer;
  background-position: 0 -2524px;
}

/* line 89, ../../sass/stylesheets/action_heading.scss */
#edit-profile:hover {
  background-position: 0 -2610px;
}

/* line 94, ../../sass/stylesheets/action_heading.scss */
#print-profile {
  cursor: pointer;
  background: none;
  margin-right: 60px;
}

/* line 98, ../../sass/stylesheets/action_heading.scss */
#print-profile.print-text {
  cursor: pointer;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -1197px;
}

/* line 103, ../../sass/stylesheets/action_heading.scss */
#print-profile.print-text:hover {
  background-position: 0 -2876px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 12, ../../sass/stylesheets/admissions.scss */
.admissions-list .profile-ardc {
  margin-left: 16px;
  font-style: italic;
  color: #0081C3;
}

/* line 17, ../../sass/stylesheets/admissions.scss */
.admissions-list .profile-ardc:hover {
  color: #0081C3;
}

/* line 21, ../../sass/stylesheets/admissions.scss */
.admissions-list .profile-content-subtext {
  margin-left: 16px;
}

/* line 27, ../../sass/stylesheets/admissions.scss */
#persons-admissions-education-list > li > .profile-content-subtext {
  margin-left: 16px;
}

/* line 31, ../../sass/stylesheets/admissions.scss */
.admissions-list .profile-ardc {
  margin-left: 16px;
  font-style: italic;
  color: #0081C3;
}

/* line 36, ../../sass/stylesheets/admissions.scss */
.admissions-list .profile-ardc:hover {
  color: #0081C3;
}

/* line 1, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-box {
  height: 400px;
  width: 250px;
  float: left;
  background-color: #E8F3F9;
  border-style: solid;
  border-width: 1px;
  border-color: #33AAFF;
  margin: 0px 8px 5px 0px;
  overflow: auto;
}

/* line 13, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-box ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
}

/* line 21, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-box ul li {
  height: 20px;
  padding: 0 0 0 0;
  text-decoration: none;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 29, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-box ul li:hover {
  background-color: #86caff;
}

/* line 33, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-label {
  width: 250px;
  margin: 0px 10px 0px 0px;
  float: left;
  font-weight: bold;
}

/* line 40, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-select {
  font-weight: normal;
}

/* line 44, ../../sass/stylesheets/aopeditor.scss */
.aop-edit-clear {
  font-weight: normal;
}

/* line 48, ../../sass/stylesheets/aopeditor.scss */
.link-btn {
  float: right;
}

/* line 52, ../../sass/stylesheets/aopeditor.scss */
#aop-edit-right ul li {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -818px;
  height: 12px;
  padding-left: 20px;
}

/* line 58, ../../sass/stylesheets/aopeditor.scss */
#aop-edit-mid ul li {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -850px;
  width: 12px;
  height: 12px;
  padding-left: 20px;
  margin-top: 3px;
}

/* line 66, ../../sass/stylesheets/aopeditor.scss */
#aop-edit-mid .selected {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -300px;
  width: 12px;
  height: 12px;
}

/* line 72, ../../sass/stylesheets/aopeditor.scss */
#aop-org-name {
  padding-bottom: 1.25em;
}

/* line 76, ../../sass/stylesheets/aopeditor.scss */
div#aop-org-name > span.subheading {
  display: inline;
}

/* line 81, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete {
  margin-bottom: 10px;
  box-sizing: content-box;
}

/* line 86, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete #aop-practice-area-autocomplete {
  width: 250px;
}

/* line 90, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete input {
  border-radius: 4px;
  background-color: white;
  border: none;
  font: inherit;
}

/* line 97, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-aclist-list, .practice-area-autocomplete .yui3-tokeninput-item.yui3-tokeninput-editable, .practice-area-autocomplete .yui3-tokeninput-input {
  width: 100% !important;
}

/* line 101, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-tokeninput > div.yui3-tokeninput-content {
  background-color: white;
  height: initial;
  border: none;
}

/* line 106, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-tokeninput > div.yui3-tokeninput-content ul {
  margin-left: 0;
  background-color: white;
  border: 1px solid #939598;
  border-radius: 4px;
  height: 26px;
}

/* line 113, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-tokeninput > div.yui3-tokeninput-content ul li.yui3-tokeninput-item {
  display: block;
}

/* line 117, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-tokeninput > div.yui3-tokeninput-content ul li > input {
  height: 23px;
  border: none;
  border-radius: 4px;
}

/* line 123, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-tokeninput > div.yui3-tokeninput-content ul .yui3-tokeninput-item.yui3-tokeninput-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 132, ../../sass/stylesheets/aopeditor.scss */
.practice-area-autocomplete .yui3-tokeninput > div.yui3-tokeninput-content .yui3-tokeninput .yui3-tokeninput-content {
  background: #ACC0C7;
  border: none;
}

/* line 17, ../../sass/stylesheets/aop_ind_list.scss */
li.person-aop-ind-list-item {
  line-height: 20px;
  margin-left: 16px;
  color: #636466;
  margin-left: 30px;
}

/* line 24, ../../sass/stylesheets/aop_ind_list.scss */
.aop-ind-pair-display {
  padding-bottom: 12px;
  padding-top: 16px;
  margin-top: -20px;
}

/* line 33, ../../sass/stylesheets/aop_ind_list.scss */
.aop-tag-label {
  color: #a9a9a9;
  font-size: 11px;
}

/* line 38, ../../sass/stylesheets/aop_ind_list.scss */
.aop-tag-value {
  color: #595959;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 44, ../../sass/stylesheets/aop_ind_list.scss */
.ind-tag-label {
  margin-left: 46px;
  color: #a9a9a9;
  font-size: 11px;
}

/* line 50, ../../sass/stylesheets/aop_ind_list.scss */
.ind-tag-value {
  color: #595959;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 56, ../../sass/stylesheets/aop_ind_list.scss */
#org-pa-list {
  padding-bottom: 24px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 101, ../../sass/stylesheets/appSummaries.scss */
.research-article-view-breadcrumb-container a#print-button-anchor {
  float: right;
  margin-right: 100px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-se68ceb5716.png") no-repeat;
  background-position: 0 -2299px;
  margin-top: 8px;
  padding-bottom: 26px;
  padding-left: 32px;
  cursor: pointer;
  padding: 30 100px;
}

/* line 115, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node {
  width: 600px;
  height: 270px;
  background-color: #ACC0C7;
  margin-bottom: 2em;
  display: block;
  float: left;
  margin-left: 150px;
  padding-right: 32px;
  padding-left: 32px;
}

/* line 127, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-container {
  background-color: white;
  height: 512px;
  margin: -2px -3px 0 0px;
  padding-top: 0px;
}

/* line 133, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-container .yui3-tokeninput-list {
  margin-left: initial;
}

/* line 139, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node .yui3-tokeninput-content {
  width: 258px;
  border: none;
}

/* line 144, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node .yui3-tokeninput-item {
  margin: 0 2px 2px 2px;
}

/* line 150, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node #form-field-2,
#app-summaries-advanced-search-form-node #form-field-3 {
  width: 94px;
  text-align: center;
}

/* line 157, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node .yui3-tokeninput.yui3-tokeninput-windows,
#app-summaries-advanced-search-form-node .yui3-tokeninput.yui3-tokeninput-macintosh,
#app-summaries-advanced-search-form-node .yui3-tokeninput.yui3-tokeninput- {
  width: 258px;
  border: 1px solid #939598;
  background-color: #fff;
}

/* line 165, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node .yui3-tokeninput.yui3-tokeninput-windows div.yui3-tokeninput-list {
  width: 258px;
}

/* line 169, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node #form-field-0,
#app-summaries-advanced-search-form-node #form-field-1 {
  width: 258px;
}

/* line 174, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node #form-field-4 {
  width: 253px;
}

/* line 178, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper {
  float: left;
  height: 48px;
  overflow: visible;
}

/* line 183, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  background-color: #fff;
  border-radius: 4px;
  height: 26px;
}

/* line 187, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul li > input {
  height: 28px;
  border: none;
}

/* line 193, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper input {
  background-color: #fff;
  height: 28px;
  width: 258px;
  border: 1px solid #939598;
  border-radius: 4px;
}

/* line 201, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper label {
  font-size: 13px;
  font-weight: bold;
  color: #51626F;
}

/* line 207, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper a.button-calendar {
  float: right;
  margin-top: 1px;
  position: relative;
  margin-right: -3px;
}

/* line 215, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper div.field-wrapper div#practiceAreaDiv.generic-pA-box {
  color: #76787A;
  background-color: #fff;
  border: 1px solid #939598;
  margin-bottom: 6px;
  width: 258px;
  border-radius: 4px;
  margin-top: 7px;
}

/* line 225, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper div.field-wrapper span#app-summaries-practice-areas-label {
  font-size: 13px;
  font-weight: bold;
  color: #51626F;
}

/* line 231, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper div.field-wrapper a#btnPracticeArea {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2127px;
  font-size: 13px;
  padding-left: 12px;
  padding-bottom: 9px;
  margin-left: 8px;
}

/* line 241, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper.app-summaries-court-div {
  margin-left: 20px;
}

/* line 245, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-form-node div.form-field-wrapper.app-summaries-keyword-div {
  margin-left: 20px;
}

/* line 250, ../../sass/stylesheets/appSummaries.scss */
div#app-summaries-advanced-search-form-node div.form-field-wrapper label a {
  font-weight: 600;
  padding-right: 16px;
  margin-left: 2px;
  padding-bottom: 2px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2020px;
}

/* line 258, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 263, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search {
  float: left;
}

/* line 267, ../../sass/stylesheets/appSummaries.scss */
#AS-result-button {
  padding: 0px 52px;
  background-position: 0 -5237px;
  float: left;
  margin-top: 8px;
  height: 25px;
  margin-left: 30x;
}

/* line 274, ../../sass/stylesheets/appSummaries.scss */
#AS-result-button:hover {
  background-position: 0 -5193px;
}

/* line 279, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search-container {
  margin-left: 307px;
  width: auto !important;
}

/* line 283, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search-container > a {
  color: #fff;
  height: 26px;
  font-size: 12px;
  background-color: #B8B8BA;
  text-align: center;
  float: left;
}

/* line 291, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search-container > a:hover {
  background-color: #A4D2EC;
}

/* line 295, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search-container > a#app-summaries-run-advanced-search {
  padding: 0;
  margin: 0;
}

/* line 300, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search-container > a#app-summaries-reset-advanced-search-bottom {
  padding: 0px 3px;
  margin-right: 14px;
}

/* line 307, ../../sass/stylesheets/appSummaries.scss */
.print-text.app-summary-print {
  width: 108px;
}

/* line 311, ../../sass/stylesheets/appSummaries.scss */
.research-view-results-container.app-summaries {
  padding: 0 114px 0;
}

/* line 314, ../../sass/stylesheets/appSummaries.scss */
.research-view-results-container.app-summaries .research-article-view-breadcrumb-container.app-summaries-select-view {
  margin: -1px -114px 0 -114px;
  padding: 0 114px;
}

/* line 320, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-help-launch {
  padding: 3px 6px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5325px;
  float: left;
  margin-top: 8px;
  height: 20px;
  margin-left: 80px;
  width: 88px;
}

/* line 330, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-advanced-search-help-launch:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5281px;
}

/* line 335, ../../sass/stylesheets/appSummaries.scss */
div#app-summaries-advanced-search-help {
  background-color: #f1f2f2;
  height: 40px;
  padding: 0 159px;
  margin-top: -2px;
}

/* line 342, ../../sass/stylesheets/appSummaries.scss */
#datatable-break-spacer {
  margin-bottom: 10px;
}

/* line 346, ../../sass/stylesheets/appSummaries.scss */
.custom-page-report {
  font-weight: bold;
  padding-left: 20px;
}

/* line 351, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-paging-controls {
  float: right;
  padding-bottom: 12px;
  white-space: nowrap;
}

/* line 355, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-paging-controls .yui3-paginator-previous,
#app-summaries-paging-controls .yui3-paginator-first,
#app-summaries-paging-controls .yui3-paginator-last,
#app-summaries-paging-controls .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 365, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-paging-controls .yui3-paginator-previous:hover,
#app-summaries-paging-controls .yui3-paginator-first:hover,
#app-summaries-paging-controls .yui3-paginator-last:hover,
#app-summaries-paging-controls .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 373, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 378, ../../sass/stylesheets/appSummaries.scss */
#app-summaries-run-advanced-search-container {
  width: 100%;
  float: left;
  margin-top: -82px;
}

/* line 383, ../../sass/stylesheets/appSummaries.scss */
div#app-summaries-advanced-search-form-node div#formError {
  width: 652px;
  margin-left: -32px;
}

/* line 388, ../../sass/stylesheets/appSummaries.scss */
.appSumDesc {
  width: 732px;
}

/* line 1, ../../sass/stylesheets/autocomplete.scss */
.yui3-tokeninput.yui3-tokeninput-windows {
  width: 100%;
}

/* line 5, ../../sass/stylesheets/autocomplete.scss */
.yui3-aclist-list {
  background: #E8F3F9;
}

/* line 9, ../../sass/stylesheets/autocomplete.scss */
.yui3-tokeninput-list {
  background: #E8F3F9;
  /*
      DO NOT SPECIFY HEIGHT HERE, CAUSES A BUG
      height:2.6em;
  */
}

/* line 17, ../../sass/stylesheets/autocomplete.scss */
.yui3-tokeninput-list {
  display: default;
}

/* line 21, ../../sass/stylesheets/autocomplete.scss */
.yui3-tokeninput-item.yui3-tokeninput-token {
  background: #FFF;
  border: none;
  color: black;
  padding: 4px 10px 4px;
  margin-bottom: 4px;
}

/* line 29, ../../sass/stylesheets/autocomplete.scss */
.yui3-tokeninput-item.yui3-tokeninput-focus {
  background: #D3D7DA;
}

/*This allows */
/* line 34, ../../sass/stylesheets/autocomplete.scss */
li.yui3-tokeninput-item.yui3-tokeninput-editable {
  width: 93%;
}

/* line 38, ../../sass/stylesheets/autocomplete.scss */
ul.yui3-aclist-list {
  max-height: 300px;
  overflow: auto;
  width: 728px;
}

/* line 44, ../../sass/stylesheets/autocomplete.scss */
li.yui3-aclist-item-hover {
  background: #bfdaff;
}

/* line 48, ../../sass/stylesheets/autocomplete.scss */
li.yui3-aclist-item-active {
  background: #2647a0;
  color: #fff;
  outline: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* ---------- Browser normalization ---------- */
/* line 4, ../../sass/stylesheets/base.scss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 8, ../../sass/stylesheets/base.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 13, ../../sass/stylesheets/base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
}

/* line 19, ../../sass/stylesheets/base.scss */
fieldset, img {
  border: 0;
}

/* line 23, ../../sass/stylesheets/base.scss */
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 28, ../../sass/stylesheets/base.scss */
caption, th {
  text-align: left;
}

/* line 32, ../../sass/stylesheets/base.scss */
q:before, q:after {
  content: "";
}

/* line 36, ../../sass/stylesheets/base.scss */
abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* line 42, ../../sass/stylesheets/base.scss */
html {
  overflow-y: scroll;
}

/* line 46, ../../sass/stylesheets/base.scss */
html.aui-dialog-iframe-root-node {
  overflow: auto;
}

/* line 50, ../../sass/stylesheets/base.scss */
body {
  background: #FFF;
  font-family: "Arial";
  font-size: 12px;
  line-height: 1.4;
}

/* line 57, ../../sass/stylesheets/base.scss */
body.portal-popup {
  background: none;
  padding: 10px;
}

/* line 62, ../../sass/stylesheets/base.scss */
body.aui-dialog-iframe-popup {
  padding-bottom: 0;
}

/* line 66, ../../sass/stylesheets/base.scss */
body.portal-iframe {
  padding: 0;
}

/* line 70, ../../sass/stylesheets/base.scss */
th {
  font-weight: bold;
}

/* line 74, ../../sass/stylesheets/base.scss */
caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/* ---------- Links ---------- */
/* line 80, ../../sass/stylesheets/base.scss */
a, a:hover, a:visited {
  text-decoration: none;
}

/* line 84, ../../sass/stylesheets/base.scss */
a {
  color: #0081C3;
}

/* line 88, ../../sass/stylesheets/base.scss */
a:hover {
  color: #0081C3;
}

/* line 92, ../../sass/stylesheets/base.scss */
a:visited {
  color: #551A8B;
}

/* ---------- Headers ---------- */
/* line 98, ../../sass/stylesheets/base.scss */
h1 {
  font-size: 1.8em;
}

/* line 102, ../../sass/stylesheets/base.scss */
h2 {
  font-size: 1.6em;
}

/* line 106, ../../sass/stylesheets/base.scss */
h3 {
  font-size: 1.4em;
}

/* line 110, ../../sass/stylesheets/base.scss */
h1, h2, h3 {
  margin: 1em 0;
}

/* line 114, ../../sass/stylesheets/base.scss */
h4, h5, h6 {
  font-size: 1.1em;
}

/* line 118, ../../sass/stylesheets/base.scss */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

/* ---------- Text formatting ---------- */
/* line 124, ../../sass/stylesheets/base.scss */
b, strong {
  font-weight: bold;
}

/* line 128, ../../sass/stylesheets/base.scss */
i, em {
  font-style: italic;
}

/* line 132, ../../sass/stylesheets/base.scss */
code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre;
}

/* line 137, ../../sass/stylesheets/base.scss */
.important {
  font-weight: bold;
}

/* ---------- Separator ---------- */
/* line 143, ../../sass/stylesheets/base.scss */
hr, .separator {
  border-top: 1px dotted #BFBFBF;
}

/* line 147, ../../sass/stylesheets/base.scss */
.side-hidden {
  display: none !important;
}

/* line 151, ../../sass/stylesheets/base.scss */
.hidden {
  display: none !important;
}

@media (min-width: 1280px) {
  /* line 156, ../../sass/stylesheets/base.scss */
  img[photosize=small] {
    width: auto;
  }
  /* line 160, ../../sass/stylesheets/base.scss */
  img[photosize=medium] {
    width: auto;
  }
  /* line 164, ../../sass/stylesheets/base.scss */
  img[photosize=large] {
    width: 100%;
    max-width: 900px;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  /* line 171, ../../sass/stylesheets/base.scss */
  img[photosize=small] {
    width: 140px;
  }
  /* line 175, ../../sass/stylesheets/base.scss */
  img[photosize=medium] {
    width: 450px;
  }
  /* line 179, ../../sass/stylesheets/base.scss */
  img[photosize=large] {
    width: 100%;
  }
}
@media (max-width: 960px) {
  /* line 185, ../../sass/stylesheets/base.scss */
  img[photosize=small] {
    width: 140px;
  }
  /* line 189, ../../sass/stylesheets/base.scss */
  img[photosize=medium] {
    width: 80%;
  }
  /* line 193, ../../sass/stylesheets/base.scss */
  img[photosize=large] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 199, ../../sass/stylesheets/base.scss */
  img[photosize=small] {
    width: 140px;
  }
  /* line 203, ../../sass/stylesheets/base.scss */
  img[photosize=medium] {
    width: 450px;
  }
  /* line 207, ../../sass/stylesheets/base.scss */
  img[photosize=large] {
    width: 100%;
  }
}
/* line 12, ../../sass/stylesheets/biography.scss */
#persons-bio-biography-1 {
  clear: both;
}

/* line 17, ../../sass/stylesheets/biography.scss */
#org-bio-biography-1 .ck-custom,
#persons-bio-biography-1 .ck-custom {
  clear: both;
}

/* line 22, ../../sass/stylesheets/biography.scss */
.bio-info-items {
  padding-left: 16px;
  padding-bottom: 20px;
}

/* line 27, ../../sass/stylesheets/biography.scss */
#org-bio-1 {
  padding-bottom: 16px;
}

/* line 31, ../../sass/stylesheets/biography.scss */
#org-bio-atty-num-text {
  padding-left: 16px;
}

/* line 36, ../../sass/stylesheets/biography.scss */
#profile-content-wrapper:has(#persons-bio-biography.sub-tab-selected) #judge-experience-container {
  display: none;
}

/* line 42, ../../sass/stylesheets/biography.scss */
#profile-content-wrapper:has(#persons-bio-experience.sub-tab-selected) .profile-items {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 9, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar {
  width: 480px;
  height: 20px;
  border: 1px dashed #B6B8BA;
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 10px;
  color: #51626F;
  font-weight: bold;
  line-height: 20px;
}

/* line 20, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.edit {
  background-color: #F3F8FB;
  margin-top: 4px;
}

/* line 25, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.add {
  background-color: #E1EFF8;
}

/* line 29, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar div.button-wrapper {
  margin-left: 48px;
  float: left;
  margin-top: 1px;
}

/* line 34, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar div.button-wrapper:hover {
  color: #0081C3;
}

/* line 38, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar div.button-wrapper span.button {
  padding-left: 24px;
  display: block;
}

/* line 44, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
}

/* line 47, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button:hover {
  cursor: pointer;
}

/* line 51, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.edit {
  background-position: 0 -2418px;
}

/* line 53, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.edit:hover {
  background-position: 0 -2491px;
}

/* line 58, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.add {
  background-position: 0 -2056px;
}

/* line 60, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.add:hover {
  background-position: 0 -2092px;
}

/* line 65, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.del {
  background-position: 0 -2346px;
}

/* line 67, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.del:hover {
  background-position: 0 -2382px;
}

/* line 72, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.primary {
  background-position: 0 -2763px;
}

/* line 74, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.primary:hover {
  background-position: 0 -2799px;
}

/* line 79, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.portrait {
  background-position: 0 -2656px;
}

/* line 81, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.portrait:hover {
  background-position: 0 -2692px;
}

/* line 85, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar .button.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 93, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.multi-button div:nth-child(2) {
  margin-left: 112px;
}

/* line 97, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.multi-button div:nth-child(3) {
  margin-left: 100px;
}

/* line 103, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.picture {
  position: absolute;
  width: 160px;
  margin-left: 16px;
}

/* line 108, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.picture div.button-wrapper {
  margin-left: 24px;
}

/* line 114, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.title {
  margin-bottom: -24px;
}

/* line 119, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.bio {
  width: inherit;
}

/* line 121, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.bio div.button-wrapper {
  margin-left: 8px;
}

/* line 127, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar {
  width: 440px;
}

/* line 136, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-0 {
  width: 480px;
}

/* line 140, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-1 {
  width: 456px;
}

/* line 144, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-2 {
  width: 432px;
}

/* line 148, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-3 {
  width: 408px;
}

/* line 152, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-4 {
  width: 384px;
}

/* line 156, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-5 {
  width: 360px;
}

/* line 160, ../../sass/stylesheets/buttonMenu.scss */
div.edit-bar.shrink-edit-bar-depth-6 {
  width: 336px;
}

/* line 166, ../../sass/stylesheets/buttonMenu.scss */
.menu {
  min-width: 6em;
  border-style: solid;
  border-width: 2px;
  border-color: #E8F3F9;
}

/* line 173, ../../sass/stylesheets/buttonMenu.scss */
.menu ul {
  list-style: none;
  margin: 0;
}

/* line 178, ../../sass/stylesheets/buttonMenu.scss */
.menu ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 30px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 192, ../../sass/stylesheets/buttonMenu.scss */
.menu ul li a:hover {
  background-color: #E8F3F9;
}

/* line 196, ../../sass/stylesheets/buttonMenu.scss */
.button-calendar {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2240px;
  width: 17px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
}

/* line 205, ../../sass/stylesheets/buttonMenu.scss */
a.button.add.practice-areas {
  margin-left: 3px;
  padding-left: 44px;
  padding-bottom: 9px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2129px;
  height: 16px;
  padding-right: 13px;
}

/* line 213, ../../sass/stylesheets/buttonMenu.scss */
a.button.add.practice-areas:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2170px;
}

/* line 220, ../../sass/stylesheets/buttonMenu.scss */
#admin-packageEditor-row .button {
  margin: 0 5px 0;
}

/* line 223, ../../sass/stylesheets/buttonMenu.scss */
#admin-packageEditor-row .button.del, #admin-packageEditor-row .button.edit {
  padding-left: 1.5em;
}

/* line 227, ../../sass/stylesheets/buttonMenu.scss */
#admin-packageEditor-row .button.del {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -391px;
  padding-bottom: 1px;
}

/* line 1, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-content {
  padding: 10px;
  font-size: 0.8em;
  font-family: Helvetica;
  color: #000000;
  border: 1px solid gray;
}

/* line 9, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-grid {
  /*    padding:5px; */
  border-collapse: collapse;
}

/* line 14, ../../sass/stylesheets/calendar.scss */
div.yui3-calendar-pane > .yui3-calendar-header {
  padding-bottom: 1px;
  padding-top: 1px;
  color: #842B38;
  background: #D3D7DA;
}

/* line 21, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-header-label h4 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}

/* line 27, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-selection-disabled {
  color: #555555;
}

/* line 31, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-day,
.yui3-calendar-prevmonth-day,
.yui3-calendar-nextmonth-day {
  /*   border: 1px solid #CCCCCC; */
  background: #FFFFFF;
  text-align: center;
}

/* line 39, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-day:hover {
  background: #0066CC;
  color: #FFFFFF;
}

/* line 44, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-selection-disabled,
.yui3-calendar-selection-disabled:hover {
  color: #A6A6A6;
  background: #CCCCCC;
}

/* line 50, ../../sass/stylesheets/calendar.scss */
tr.yui3-calendar-weekdayrow > th.yui3-calendar-weekday {
  font-weight: normal;
  text-align: center;
}

/* line 55, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-prevmonth-day, .yui3-calendar-nextmonth-day {
  color: #A6A6A6;
}

/* line 59, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-day {
  /*	font-weight: bold;*/
}

/* line 64, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-day-selected {
  background-color: #B3D4FF;
  color: #000000;
}

/* line 70, ../../sass/stylesheets/calendar.scss */
.yui-calendar.custom-calendar.yui3-calendar-content {
  padding: 0px;
  border: none;
}

/* line 76, ../../sass/stylesheets/calendar.scss */
.yui3-skin-sam .yui3-calendar-prevmonth-day .yui3-calendar-nextmonth-day {
  border: none;
}

/* line 80, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-weekdayrow {
  background: #FFF;
}

/* line 84, ../../sass/stylesheets/calendar.scss */
tr.yui3-calendar-row > td.yui3-calendar-day {
  border: none;
  font-weight: normal;
}

/* line 89, ../../sass/stylesheets/calendar.scss */
tr.yui3-calendar-row > td.yui3-calendar-prevmonth-day {
  border: none;
}

/* line 93, ../../sass/stylesheets/calendar.scss */
tr.yui3-calendar-row > td.yui3-calendar-nextmonth-day {
  border: none;
}

/* line 97, ../../sass/stylesheets/calendar.scss */
.yui3-calendar-pane {
  border: 1px solid lightgray;
}

/* line 17, ../../sass/stylesheets/casematters.scss */
.person-matter-title,
.person-case-title,
.org-cases-title,
.org-aop-ind-cases-title,
.org-aop-ind-matters-title {
  font-style: italic;
}

/* line 23, ../../sass/stylesheets/casematters.scss */
.person-matter-title span,
.person-case-title span,
.org-cases-title span,
.org-aop-ind-cases-title span,
.org-aop-ind-matters-title span {
  font-style: normal;
}

/* line 28, ../../sass/stylesheets/casematters.scss */
#person-matter-list div.edit-bar.edit {
  margin-bottom: 20px;
}

/* line 32, ../../sass/stylesheets/casematters.scss */
.case-text {
  margin-bottom: 8px;
  margin-right: 32px;
  padding-left: 16px;
}

/* line 38, ../../sass/stylesheets/casematters.scss */
span.case-date {
  font-weight: bold;
}

/* line 42, ../../sass/stylesheets/casematters.scss */
div#formSuccess {
  display: none;
}

/* line 47, ../../sass/stylesheets/casematters.scss */
li#person-case-case-matter-0 {
  margin-top: -16px;
}

/* line 51, ../../sass/stylesheets/casematters.scss */
li#person-case-case-matter-0 div.edit-bar.edit {
  margin-top: 24px;
}

/* line 56, ../../sass/stylesheets/casematters.scss */
div#person-matter-case-item-0 {
  margin-top: -16px;
}

/* line 61, ../../sass/stylesheets/casematters.scss */
.judge-lable-style {
  width: 200px;
  display: inline-block;
}

/* line 66, ../../sass/stylesheets/casematters.scss */
.person-case-padding-style,
.person-matter-padding-style,
.org-cases-padding-style {
  padding-left: 16px;
  padding-bottom: 7px;
  padding-right: 16px;
}

/* line 74, ../../sass/stylesheets/casematters.scss */
#person-matter-other-attorneys-label,
#person-case-other-attorneys-label,
#person-case-outcome, #person-case-judge-label,
#person-case-award-amount-label, #person-case-clients-label,
#person-matter-clients-label,
#org-cases-judge-label, #org-cases-outcome, #org-cases-award-amount-label, #org-cases-other-attorneys-label, #org-cases-clients-label {
  font-weight: bold;
}

/* line 83, ../../sass/stylesheets/casematters.scss */
#person-case-heading, #person-matter-heading {
  margin-top: -16px;
}

/* line 87, ../../sass/stylesheets/casematters.scss */
#cases-and-matters-edit-bar {
  margin-top: -16px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 212, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-help-launch {
  padding: 20px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5325px;
  float: 1px;
  margin-top: 20px;
  height: 20px;
  margin-left: 20px;
}

/* line 221, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-help-launch:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5281px;
}

/* line 227, ../../sass/stylesheets/courtCall.scss */
div#court-calls-advanced-search-help {
  background-color: #f1f2f2;
  height: 40px;
  padding: 0 159px;
  margin-top: -2px;
}

/* line 234, ../../sass/stylesheets/courtCall.scss */
.court-calls-advanced-search-background-div-style {
  background-color: grey;
  height: 300px;
  margin-top: 240px;
  opacity: 0.1;
  position: absolute;
  width: 630px;
}

@-moz-document url-prefix() {
  /* line 234, ../../sass/stylesheets/courtCall.scss */
  .court-calls-advanced-search-background-div-style {
    height: 331px;
  }
}
/* line 247, ../../sass/stylesheets/courtCall.scss */
.court-calls-endDate {
  padding-top: 20px;
}

/* line 251, ../../sass/stylesheets/courtCall.scss */
.court-calls-startDate {
  padding-top: 20px;
}

/* line 255, ../../sass/stylesheets/courtCall.scss */
.court-calls-jurisdiction {
  padding-top: 20px;
}

/* line 259, ../../sass/stylesheets/courtCall.scss */
.advanced-search-form-header {
  display: none;
}

/* line 263, ../../sass/stylesheets/courtCall.scss */
.advanced-search-form-header#court-calls-advanced-search-form-header {
  display: block;
  height: 32px;
  width: 585px;
  font-size: 13px;
  font-weight: bold;
  background-color: #51626F;
  color: #fff;
  margin-left: 150px;
  line-height: 32px;
  float: left;
  padding-left: 45px;
}

/* line 277, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-height: 635px;
  margin: -2px -3px 0 0px;
}

/* line 285, ../../sass/stylesheets/courtCall.scss */
.customTooltipImg {
  margin-top: -16px;
}

/* line 289, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node {
  background-color: #ACC0C7;
  width: 630px;
  height: 200px;
  margin-bottom: 8em;
  display: block;
  float: left;
  margin-left: 150px;
}

/* line 299, ../../sass/stylesheets/courtCall.scss */
#court-calls-run-advanced-search-container {
  margin-left: 20px;
  width: auto !important;
}

@-moz-document url-prefix() {
  /* line 299, ../../sass/stylesheets/courtCall.scss */
  #court-calls-run-advanced-search-container {
    padding-top: 40px;
  }
}
/* line 307, ../../sass/stylesheets/courtCall.scss */
#court-calls-run-advanced-search {
  float: left;
  margin-bottom: 12px;
  margin-top: 30px;
}

/* line 313, ../../sass/stylesheets/courtCall.scss */
#court-calls-reset-advanced-search-bottom {
  float: left;
  color: #fff;
  padding: 0px;
  width: 92px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-right: 8px;
  margin-top: 30px;
  margin-left: 5px;
  height: 27px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5105px;
}

/* line 330, ../../sass/stylesheets/courtCall.scss */
#court-calls-reset-advanced-search-bottom:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5061px;
}

/* line 338, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-help a {
  float: left;
  color: #fff;
  padding: 3px 6px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-left: 69px;
  margin-top: 6px;
  width: 89px;
}

/* line 350, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-help a:hover {
  background-color: #A4D2EC;
}

/* line 357, ../../sass/stylesheets/courtCall.scss */
#court-calls-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 365, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node > div.form-field-wrapper.court-calls-startDate > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  text-align: center;
}

/* line 373, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper.court-calls-startDate > label {
  margin-left: 20px;
}

/* line 377, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper.court-calls-judge div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  margin-left: 0px;
}

/* line 380, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper.court-calls-judge div.yui3-tokeninput > div.yui3-tokeninput-content > ul .yui3-tokeninput-item.yui3-tokeninput-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 388, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node > div.form-field-wrapper.court-calls-judge > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 20px;
}

/* line 394, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node > div.form-field-wrapper.court-calls-judge > label {
  margin-left: 4px;
}

/* line 400, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node > div.form-field-wrapper.court-calls-defendant > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 258px;
  margin-left: 0px;
}

/* line 407, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper.court-calls-defendant > label {
  margin-left: 4px;
}

/* line 411, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node > div.form-field-wrapper.court-calls-endDate > input {
  clear: left;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  text-align: center;
}

/* line 420, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper.court-calls-jurisdiction > label {
  margin-left: 24px;
}

/* line 424, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper.court-calls-endDate > label {
  margin-left: 20px;
}

/* line 427, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node > div.form-field-wrapper.court-calls-plaindef > input {
  width: 540px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
}

/* line 435, ../../sass/stylesheets/courtCall.scss */
.yui3-tokeninput .yui3-tokeninput-content {
  background: #ACC0C7;
  border: none;
}

/* line 440, ../../sass/stylesheets/courtCall.scss */
.court-calls-lawyerFirm input {
  padding-left: 33px;
}

/* line 444, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper {
  float: left;
  height: 48px;
  overflow: visible;
  position: relative;
}

/* line 449, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 4px;
  height: 26px;
}

/* line 454, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul li > input {
  height: 23px;
  border: none;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 0px;
}

/* line 463, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  background-color: #fff;
  height: 28px;
  border: 1px solid #939598;
  width: 258px;
  margin-left: 33px;
  padding-left: 0px;
}

/* line 475, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper select {
  background-color: #fff;
  color: #76787A;
  line-height: 18px;
  border: 1px solid #939598;
  margin-left: 23px;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  overflow-x: scroll;
  overflow-y: auto;
}

/* line 486, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper select label {
  margin-left: 43px;
}

/* line 489, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper select option:hover {
  color: #76787A;
  background-color: #A4D2EC;
}

/* line 495, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper label {
  font-size: 13px;
  font-weight: bold;
  color: #51626F;
  margin-top: 3px;
  margin-left: 33px;
  position: bottom;
}

/* line 504, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper label a {
  font-weight: 600;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2020px;
  padding-right: 16px;
  margin-left: 2px;
  padding-bottom: 2px;
}

/* line 514, ../../sass/stylesheets/courtCall.scss */
#court-calls-advanced-search-form-node div.form-field-wrapper a.button-calendar {
  float: right;
  margin-top: 3px;
  margin-right: -19px;
  position: relative;
}

/* line 526, ../../sass/stylesheets/courtCall.scss */
div.court-calls-jurisdiction select {
  border: 1px solid #D3D7DA;
  background-color: white;
}

/* line 534, ../../sass/stylesheets/courtCall.scss */
div#court-calls-run-advanced-search-container {
  margin-top: 140px;
  margin-left: 538px;
  position: relative;
}

/* line 540, ../../sass/stylesheets/courtCall.scss */
#court-calls-reset-advanced-search-bottom a {
  padding: 0px;
  margin-left: 15px;
}

/* line 545, ../../sass/stylesheets/courtCall.scss */
#resultCount {
  float: right;
  margin-right: 76px;
  font-size: 12px;
  font-weight: bold;
}

/* line 552, ../../sass/stylesheets/courtCall.scss */
div#court-calls-result-header, div#court-calls-result-header {
  background-color: #fff;
  font-size: 15px;
  padding-top: 16px;
  margin-left: 87px;
}

/* line 562, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls.alerts-referrer #back-form, #subTabContent2.court-calls.alerts-referrer #back-search {
  visibility: hidden;
}

/* line 569, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #datatable-sort-help-text {
  margin-left: 87px;
  float: left;
  margin-top: 32px;
}

/* line 576, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #datatable-casename {
  float: left;
  margin-left: -237px;
  margin-top: 56px;
  width: 771px;
  padding-bottom: 4px;
  padding-left: 26px;
  height: 20px;
  padding-top: 4px;
  background-color: #F1F2F2;
  font-size: 13px;
  color: #51626F;
  font-weight: 600;
}

/* line 591, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #back-form {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5229px;
  padding-bottom: 35px;
  line-height: 22px;
  margin-left: 11px;
  padding-right: 100px;
}

/* line 600, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #back-form :hover {
  background-position: 0 -5185px;
}

/* line 605, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #back-search {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5449px;
  padding-bottom: 35px;
  line-height: 22px;
  padding-right: 101px;
  margin-left: 5px;
  margin-right: 87px;
}

/* line 615, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #back-search :hover {
  background-position: 0 -5405px;
}

/* line 619, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #view-selected {
  float: right;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -6096px;
}

/* line 628, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #print-selected {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -4945px;
  padding-top: 0px;
  padding-bottom: 26px;
  padding-right: 100px;
  margin-top: 8px;
  float: right;
}

/* line 636, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #print-selected:hover {
  background-position: 0 -4901px;
}

/* line 641, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .research-court-call-case-view-breadcrumb-container.select-view {
  background-color: #F1F2F2;
  height: 38px;
  padding: 0 128px;
  margin-top: -2px;
}

/* line 647, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls div.search-header {
  overflow: visible;
}

/* line 651, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #result-node {
  width: 840px;
  margin-left: 87px;
}

/* line 655, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #result-node table {
  width: 840px;
  padding-top: 16px;
  border-top: 1px solid #939598;
}

/* line 662, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls thead.yui3-datatable-columns .yui3-datatable-header {
  font-size: 11px;
  color: #51626F;
  font-weight: 600;
}

/* line 670, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-caseNum {
  background-position: 84px -3227px;
}

/* line 674, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-calDate {
  background-position: 65px -3227px;
}

/* line 678, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-plaintiff {
  background-position: 60px -3227px;
}

/* line 683, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-defendant {
  background-position: 71px -3227px;
}

/* line 688, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-jurName {
  background-position: 80px -3227px;
}

/* line 693, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-calTime {
  background-position: 61px -3227px;
}

/* line 698, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-desc.yui3-datatable-col-judge {
  background-position: 41px -3227px;
}

/* line 706, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-caseId {
  background: none;
}

/* line 710, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-caseNum {
  background-position: 84px -3202px;
}

/* line 714, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-calDate {
  background-position: 65px -3202px;
}

/* line 718, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-plaintiff {
  background-position: 60px -3202px;
}

/* line 722, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-defendant {
  background-position: 71px -3202px;
}

/* line 726, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-jurName {
  background-position: 80px -3202px;
}

/* line 730, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-calTime {
  background-position: 61px -3202px;
}

/* line 734, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls .yui3-datatable-asc.yui3-datatable-col-judge {
  background-position: 41px -3202px;
}

/* line 740, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls tbody.yui3-datatable-data td.yui3-datatable-col-caseId a {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 12px;
  height: 15px;
  display: block;
}

/* line 746, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls tbody.yui3-datatable-data td.yui3-datatable-col-caseId a.search-filter {
  background-position: 0 -2278px;
}

/* line 750, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls tbody.yui3-datatable-data td.yui3-datatable-col-caseId a.search-filter-checked {
  background-position: 0 -2313px;
}

/* line 755, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #paginator-top-result-node, #subTabContent2.court-calls #paginator-bottom-result-node {
  float: right;
  padding-bottom: 4px;
  padding-right: 50px;
}

/* line 759, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls #paginator-top-result-node span.custom-page-report, #subTabContent2.court-calls #paginator-bottom-result-node span.custom-page-report {
  font-weight: bold;
}

/* line 764, ../../sass/stylesheets/courtCall.scss */
#subTabContent2.court-calls div#datatable-paging-controls {
  margin-top: 12px;
  text-align: -webkit-right;
}

/* line 769, ../../sass/stylesheets/courtCall.scss */
.form-field-wrapper.court-calls-jurName {
  margin-top: 25px;
}

/* line 772, ../../sass/stylesheets/courtCall.scss */
.form-field-wrapper.court-calls-judge ul.yui3-aclist-list {
  width: 255px;
}

/*
Court Call Details  
*/
/* line 875, ../../sass/stylesheets/courtCall.scss */
#detailbackground {
  -webkit-border-radius: 0px;
  border-radius: 24px 24px 0px 0px;
  height: initial;
  width: 623px;
  margin-left: 200px;
  margin-top: 52px;
  background-color: #E0E0E0;
  font-size: 12px;
  font-family: arial;
  color: #E0E0E0;
  padding-bottom: 40px;
  padding-top: 36px;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #b8b8b8;
}

/* line 894, ../../sass/stylesheets/courtCall.scss */
#caseDetails {
  height: 28px;
  width: 350px;
  color: #000000;
  margin-left: 62px;
  padding-left: 0px;
  padding-bottom: 20px;
  display: inline-block;
  padding-right: 50px;
}

/* line 904, ../../sass/stylesheets/courtCall.scss */
#caseDetails > div span.cc-label {
  width: 91px;
  height: 15px;
  font-weight: 600;
  margin-right: 48px;
  display: inline-block;
  padding-bottom: 20px;
  display: inline-block;
}

/* line 915, ../../sass/stylesheets/courtCall.scss */
#caseDetails > div span.cc-field-casenum {
  font-weight: 600px;
  font-size: 15px;
  color: #51626F;
}

/* line 923, ../../sass/stylesheets/courtCall.scss */
#caseDetails > div span.cc-field-court {
  display: inline-flex;
  width: 308px;
}

/* line 928, ../../sass/stylesheets/courtCall.scss */
#caseDetails div span.cc-field-judge {
  font-size: 15px;
  color: #51626F;
  font-size: 15px;
}

/* line 936, ../../sass/stylesheets/courtCall.scss */
div#ccalendar {
  display: inline-flex;
  width: 500px;
}

/* line 941, ../../sass/stylesheets/courtCall.scss */
div#cccourt {
  width: 500px;
}

/* line 945, ../../sass/stylesheets/courtCall.scss */
div #ccplaintiff {
  width: 500px;
}

/* line 947, ../../sass/stylesheets/courtCall.scss */
div #ccplaintiff > span.cc-field {
  display: inline-flex;
  width: 308px;
}

/* line 953, ../../sass/stylesheets/courtCall.scss */
div#court-calls-detail-header {
  font-size: 15px;
  height: 0px;
  padding-top: 53px;
}

/* line 959, ../../sass/stylesheets/courtCall.scss */
div #ccdef {
  width: 500px;
}

/* line 962, ../../sass/stylesheets/courtCall.scss */
div #ccdef > span.cc-field {
  display: inline-flex;
  width: 308px;
}

/* line 968, ../../sass/stylesheets/courtCall.scss */
#detailbottombackground {
  height: 240px;
  border-radius: 0px 0px 24px 24px;
  width: 623px;
  margin-left: 200px;
  font-size: 12px;
  font-family: arial;
  color: #000000;
  padding-top: 36px;
  border-width: 0px 2px 2px 2px;
  border-color: #b8b8b8;
  border-style: solid;
  margin-bottom: 40px;
}

/* line 984, ../../sass/stylesheets/courtCall.scss */
.court-call-view-breadcrumb-container {
  background-color: #f1f2f2;
  height: 38px;
  padding: 0 128px;
  margin: -1px -1px 1px 0px;
}

/* line 992, ../../sass/stylesheets/courtCall.scss */
div#subTabContent2.courtcalls a #back-search {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5449px;
  padding-bottom: 35px;
  line-height: 22px;
  padding-right: 101px;
  margin-left: 5px;
  margin-right: 87px;
}

/* line 1002, ../../sass/stylesheets/courtCall.scss */
div#subTabContent2.courtcalls a #back-search :hover {
  background-position: 0 -5405px;
}

/* line 1007, ../../sass/stylesheets/courtCall.scss */
div#subTabContent2.courtcalls a #back-form {
  background-position: 0 -1740px;
  float: left;
  padding: 0px 30px;
  border-radius: 4px;
  margin-top: 8px;
  margin-left: 0px;
  height: 25px;
  width: 100px;
}

/* line 1023, ../../sass/stylesheets/courtCall.scss */
.print-text.court-call-print {
  width: 108px;
}

/* line 1028, ../../sass/stylesheets/courtCall.scss */
.court-call-view-breadcrumb-container a#print-button-anchor {
  float: right;
  margin-right: 0px;
  cursor: pointer;
  padding: 24px 38px 26px 32px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2827px;
}

/* line 1037, ../../sass/stylesheets/courtCall.scss */
.court-call-view-breadcrumb-container a#print-button-anchor :hover {
  background-position: 0 -2871px;
  background-position: 0 -2879px;
}

/* line 1051, ../../sass/stylesheets/courtCall.scss */
.court-call-print-breadcrumb-container.cc-detail-view {
  margin: -1px -146px 0;
}

/* line 1055, ../../sass/stylesheets/courtCall.scss */
.court-call-print-breadcrumb-container.select-view {
  margin: -1px -114px 0;
  padding: 0 114px;
}

/* line 1061, ../../sass/stylesheets/courtCall.scss */
.article-footer-text {
  font-weight: normal;
  padding-top: 15px;
  font-size: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  float: left;
}

/* line 20, ../../sass/stylesheets/courtdocketsprint.scss */
div.print-page-break {
  page-break-after: always;
}

/* line 24, ../../sass/stylesheets/courtdocketsprint.scss */
ul#court-docket-print-case-details-list {
  list-style-type: none;
}

/* line 28, ../../sass/stylesheets/courtdocketsprint.scss */
ul#court-docket-print-case-details-list > li > dt.data-list-dt {
  width: 150px;
}

/* line 32, ../../sass/stylesheets/courtdocketsprint.scss */
div#court-docket-print-case-NumberDetail-container,
div#court-docket-print-case-caption-container,
div#court-docket-print-case-details-container {
  margin-top: 24px;
}

/* line 38, ../../sass/stylesheets/courtdocketsprint.scss */
div#court-docket-print-case-highlights-container > div,
div#court-docket-print-case-caption-container > div,
div#court-docket-print-case-details-container > ul > li {
  margin-left: 25px;
  border-bottom: 1px solid;
}

/* line 45, ../../sass/stylesheets/courtdocketsprint.scss */
div#court-docket-print-case-details-container > ul > li {
  margin-bottom: 24px;
}

/* line 49, ../../sass/stylesheets/courtdocketsprint.scss */
.court-docket-print-case-NumberDetail,
.court-docket-print-case-caption-title,
.court-docket-print-case-details-title,
.court-docket-print-case-highlights-title {
  font-size: 12px;
  font-weight: bold;
  color: black;
  height: 32px;
  line-height: 32px;
  background-color: #DCDDDE;
  margin-bottom: 24px;
  padding-left: 9px;
  text-transform: uppercase;
}

/* line 65, ../../sass/stylesheets/courtdocketsprint.scss */
.court-docket-print-case-NumberDetail {
  color: white;
  background-color: black;
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 73, ../../sass/stylesheets/courtdocketsprint.scss */
div#court-docket-print-print-footer {
  text-align: center;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 208, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-help-launch {
  padding: 20px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5325px;
  float: 1px;
  margin-top: 20px;
  height: 20px;
  margin-left: 20px;
}

/* line 217, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-help-launch:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5281px;
}

/* line 223, ../../sass/stylesheets/courtdockets.scss */
div#court-dockets-advanced-search-help {
  background-color: #f1f2f2;
  height: 40px;
  padding: 0 159px;
  margin-top: -2px;
}

/* line 230, ../../sass/stylesheets/courtdockets.scss */
.court-dockets-advanced-search-background-div-style {
  background-color: grey;
  height: 250px;
  margin-top: 240px;
  opacity: 0.1;
  position: absolute;
  width: 630px;
}

@-moz-document url-prefix() {
  /* line 230, ../../sass/stylesheets/courtdockets.scss */
  .court-dockets-advanced-search-background-div-style {
    height: 276px;
  }
}
/* line 242, ../../sass/stylesheets/courtdockets.scss */
.court-dockets-endDate {
  padding-top: 20px;
}

/* line 246, ../../sass/stylesheets/courtdockets.scss */
.court-dockets-startDate {
  padding-top: 20px;
}

/* line 250, ../../sass/stylesheets/courtdockets.scss */
.court-dockets-jurisdiction {
  padding-top: 20px;
}

/* line 254, ../../sass/stylesheets/courtdockets.scss */
.advanced-search-form-header {
  display: none;
}

/* line 258, ../../sass/stylesheets/courtdockets.scss */
.advanced-search-form-header#court-dockets-advanced-search-form-header {
  display: block;
  height: 32px;
  width: 585px;
  font-size: 13px;
  font-weight: bold;
  background-color: #51626F;
  color: #fff;
  margin-left: 150px;
  line-height: 32px;
  float: left;
  padding-left: 45px;
}

/* line 272, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-height: 635px;
  margin: -2px -3px 0 0px;
}

/* line 280, ../../sass/stylesheets/courtdockets.scss */
.customTooltipImg {
  margin-top: -16px;
}

/* line 284, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node {
  background-color: #ACC0C7;
  width: 630px;
  height: 200px;
  margin-bottom: 8em;
  display: block;
  float: left;
  margin-left: 150px;
}

/* line 294, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-run-advanced-search-container {
  margin-left: 20px;
  width: auto !important;
}

@-moz-document url-prefix() {
  /* line 294, ../../sass/stylesheets/courtdockets.scss */
  #court-dockets-run-advanced-search-container {
    padding-top: 24px;
  }
}
/* line 302, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-run-advanced-search {
  float: left;
  margin-bottom: 12px;
  margin-top: 1px;
}

/* line 308, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-reset-advanced-search-bottom {
  float: left;
  color: #fff;
  padding: 0px;
  width: 92px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-right: 8px;
  margin-left: 5px;
  height: 27px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5105px;
}

/* line 324, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-reset-advanced-search-bottom:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5061px;
}

/* line 332, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-help a {
  float: left;
  color: #fff;
  padding: 3px 6px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-left: 69px;
  margin-top: 6px;
  width: 89px;
}

/* line 344, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-help a:hover {
  background-color: #A4D2EC;
}

/* line 351, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 359, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node > div.form-field-wrapper.court-dockets-startDate > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  text-align: center;
}

/* line 367, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper.court-dockets-startDate > label {
  margin-left: 20px;
}

/* line 371, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper.court-dockets-judge div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  margin-left: 0px;
}

/* line 374, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper.court-dockets-judge div.yui3-tokeninput > div.yui3-tokeninput-content > ul .yui3-tokeninput-item.yui3-tokeninput-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 382, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node > div.form-field-wrapper.court-dockets-judge > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 20px;
}

/* line 388, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node > div.form-field-wrapper.court-dockets-judge > label {
  margin-left: 4px;
}

/* line 394, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node > div.form-field-wrapper.court-dockets-defendant > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 258px;
  margin-left: 0px;
}

/* line 401, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper.court-dockets-defendant > label {
  margin-left: 4px;
}

/* line 405, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node > div.form-field-wrapper.court-dockets-endDate > input {
  clear: left;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  text-align: center;
}

/* line 414, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper.court-dockets-jurisdiction > label {
  margin-left: 24px;
}

/* line 418, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper.court-dockets-endDate > label {
  margin-left: 20px;
}

/* line 421, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node > div.form-field-wrapper.court-dockets-plaindef > input {
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-right: 170px;
}

/* line 430, ../../sass/stylesheets/courtdockets.scss */
.yui3-tokeninput .yui3-tokeninput-content {
  background: #ACC0C7;
  border: none;
}

/* line 435, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper {
  float: left;
  height: 48px;
  overflow: visible;
  position: relative;
}

/* line 440, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 4px;
  height: 26px;
}

/* line 445, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul li > input {
  height: 23px;
  border: none;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 0px;
}

/* line 454, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  background-color: #fff;
  height: 28px;
  border: 1px solid #939598;
  width: 258px;
  margin-left: 33px;
  padding-left: 0px;
}

/* line 466, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper select {
  background-color: #fff;
  color: #76787A;
  line-height: 18px;
  border: 1px solid #939598;
  margin-left: 23px;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
}

/* line 475, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper select label {
  margin-left: 43px;
}

/* line 478, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper select option:hover {
  color: #76787A;
  background-color: #A4D2EC;
}

/* line 484, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper label {
  font-size: 13px;
  font-weight: bold;
  color: #51626F;
  margin-top: 3px;
  margin-left: 33px;
  position: bottom;
}

/* line 493, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper label a {
  font-weight: 600;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2020px;
  padding-right: 16px;
  margin-left: 2px;
  padding-bottom: 2px;
}

/* line 503, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-advanced-search-form-node div.form-field-wrapper a.button-calendar {
  float: right;
  margin-top: 3px;
  margin-right: -19px;
  position: relative;
}

/* line 513, ../../sass/stylesheets/courtdockets.scss */
div.court-dockets-jurisdiction select {
  border: 1px solid #D3D7DA;
  background-color: white;
}

/* line 521, ../../sass/stylesheets/courtdockets.scss */
div#court-dockets-run-advanced-search-container {
  margin-top: 120px;
  margin-left: 538px;
  position: relative;
}

/* line 527, ../../sass/stylesheets/courtdockets.scss */
#court-dockets-reset-advanced-search-bottom a {
  padding: 0px;
  margin-left: 15px;
}

/* line 532, ../../sass/stylesheets/courtdockets.scss */
#resultCount {
  float: right;
  margin-right: 76px;
  font-size: 12px;
  font-weight: bold;
}

/* line 539, ../../sass/stylesheets/courtdockets.scss */
#datatable-paginator-controls {
  float: right;
  margin-right: 76px;
  padding-bottom: 10px;
}

/* line 545, ../../sass/stylesheets/courtdockets.scss */
div#court-dockets-result-header {
  background-color: #fff;
  font-size: 15px;
  padding-top: 16px;
  margin-left: 87px;
}

/* line 551, ../../sass/stylesheets/courtdockets.scss */
div#court-dockets-result-header .yui3-paginator-previous,
div#court-dockets-result-header .yui3-paginator-first,
div#court-dockets-result-header .yui3-paginator-last,
div#court-dockets-result-header .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 563, ../../sass/stylesheets/courtdockets.scss */
div#court-dockets-result-header .yui3-paginator-previous:hover,
div#court-dockets-result-header .yui3-paginator-first:hover,
div#court-dockets-result-header .yui3-paginator-last:hover,
div#court-dockets-result-header .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 570, ../../sass/stylesheets/courtdockets.scss */
div#subTabContent3.court-dockets {
  background-color: #fff;
  font-size: 15px;
  padding-top: 16px;
  margin-left: 87px;
}

/* line 577, ../../sass/stylesheets/courtdockets.scss */
div#subTabContent3.court-dockets .yui3-paginator-previous,
div#subTabContent3.court-dockets .yui3-paginator-first,
div#subTabContent3.court-dockets .yui3-paginator-last,
div#subTabContent3.court-dockets .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 589, ../../sass/stylesheets/courtdockets.scss */
div#subTabContent3.court-dockets .yui3-paginator-previous:hover,
div#subTabContent3.court-dockets .yui3-paginator-first:hover,
div#subTabContent3.court-dockets .yui3-paginator-last:hover,
div#subTabContent3.court-dockets .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 596, ../../sass/stylesheets/courtdockets.scss */
div#paginator2-result-node {
  float: right;
  padding-top: 16px;
}

/* line 602, ../../sass/stylesheets/courtdockets.scss */
div#paginator2-result-node .yui3-paginator-previous,
div#paginator2-result-node .yui3-paginator-first,
div#paginator2-result-node .yui3-paginator-last,
div#paginator2-result-node .yui3-paginator-next {
  padding-top: 1px;
}

/* line 612, ../../sass/stylesheets/courtdockets.scss */
div#paginator2-result-node .yui3-paginator-previous:hover,
div#paginator2-result-node .yui3-paginator-first:hover,
div#paginator2-result-node .yui3-paginator-last:hover,
div#paginator2-result-node .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 618, ../../sass/stylesheets/courtdockets.scss */
div#paginator2-result-node div#datatable-paging-controls {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 630, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #datatable-sort-help-text {
  margin-left: 87px;
  float: left;
  margin-top: 32px;
}

/* line 637, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #datatable-casename {
  float: left;
  margin-left: -270px;
  margin-top: 56px;
  width: 771px;
  padding-bottom: 14px;
  height: 55px;
  padding-top: 4px;
  font-size: 13px;
  color: black;
}

/* line 651, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #subTabContent2.court-dockets.alerts-referrer #cd-back-form, #subTabContent2.court-dockets #subTabContent2.court-dockets.alerts-referrer #cd-back-search {
  visibility: hidden;
}

/* line 656, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #cd-back-form {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5229px;
  padding-bottom: 35px;
  line-height: 22px;
  margin-left: 11px;
  padding-right: 100px;
}

/* line 665, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #cd-back-form :hover {
  background-position: 0 -5185px;
}

/* line 670, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #cd-back-search {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5449px;
  padding-bottom: 35px;
  line-height: 22px;
  padding-right: 101px;
  margin-left: 5px;
  margin-right: 87px;
}

/* line 680, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #cd-back-search :hover {
  background-position: 0 -5405px;
}

/* line 686, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #print-selected {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -4945px;
  padding-top: 0px;
  padding-bottom: 26px;
  padding-right: 100px;
  margin-top: 8px;
  float: right;
}

/* line 694, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #print-selected:hover {
  background-position: 0 -4901px;
}

/* line 699, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .research-court-docket-case-view-breadcrumb-container.select-view {
  background-color: #F1F2F2;
  height: 38px;
  padding: 0 128px;
  margin-top: -2px;
}

/* line 706, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets div.search-header {
  overflow: visible;
}

/* line 710, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #result-node {
  width: 796px;
  margin-left: 87px;
}

/* line 714, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #result-node table {
  width: 796px;
  padding-top: 16px;
  border-top: 1px solid #939598;
}

/* line 721, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-caseNumber {
  width: 81px;
}

/* line 723, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-caseNumber > a {
  width: 81px;
}

/* line 727, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-fileDate {
  width: 75px;
}

/* line 732, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-plaintiff {
  width: 97px;
}

/* line 737, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-defendant {
  width: 150px;
}

/* line 742, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-jurisdiction {
  width: 80px;
}

/* line 747, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-caseType {
  width: 215px;
}

/* line 752, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-activity {
  width: 214px;
}

/* line 754, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-activity > a {
  width: 214px;
}

/* line 759, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-activityDate {
  width: 73px;
}

/* line 763, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-party {
  width: 147px;
}

/* line 767, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-col-attorneyName {
  width: 180px;
}

/* line 771, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets.yui3-datatable-col-judgeName {
  width: 138px;
}

/* line 780, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-id {
  background: none;
}

/* line 784, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-caseNumber {
  background-position: 82px -3227px;
}

/* line 788, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-fileDate {
  background-position: 58px -3227px;
}

/* line 792, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-plaintiff {
  background-position: 58px -3227px;
}

/* line 797, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-defendant {
  background-position: 69px -3227px;
}

/* line 802, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-jurisdiction {
  background-position: 79px -3227px;
}

/* line 807, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-caseType {
  background-position: 65px -3227px;
}

/* line 812, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-activity {
  background-position: 52px -3227px;
}

/* line 816, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-activityDate {
  background-position: 31px -3227px;
}

/* line 820, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-party {
  background-position: 36px -3227px;
}

/* line 825, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-attorneyName {
  background-position: 62px -3227px;
}

/* line 829, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-desc.yui3-datatable-col-judgeName {
  background-position: 40px -3227px;
}

/* line 838, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-id {
  background: none;
}

/* line 842, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-caseNumber {
  background-position: 82px -3202px;
}

/* line 846, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-fileDate {
  background-position: 58px -3202px;
}

/* line 850, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-plaintiff {
  background-position: 58px -3202px;
}

/* line 854, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-defendant {
  background-position: 69px -3202px;
}

/* line 858, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-jurisdiction {
  background-position: 79px -3202px;
}

/* line 862, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-caseType {
  background-position: 65px -3202px;
}

/* line 865, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-activity {
  background-position: 52px -3202px;
}

/* line 869, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-activityDate {
  background-position: 31px -3202px;
}

/* line 873, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-party {
  background-position: 36px -3202px;
}

/* line 877, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-attorneyName {
  background-position: 62px -3202px;
}

/* line 881, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets .yui3-datatable-asc.yui3-datatable-col-judgeName {
  background-position: 40px -3202px;
}

/* line 887, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets tbody.yui3-datatable-data td.yui3-datatable-col-id a {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 12px;
  height: 15px;
  display: block;
}

/* line 893, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets tbody.yui3-datatable-data td.yui3-datatable-col-id a.search-filter {
  background-position: 0 -2278px;
}

/* line 897, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets tbody.yui3-datatable-data td.yui3-datatable-col-id a.search-filter-checked {
  background-position: 0 -2313px;
}

/* line 902, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #paginator-top-result-node, #subTabContent2.court-dockets #paginator-bottom-result-node {
  float: right;
  padding-bottom: 4px;
  padding-right: 50px;
}

/* line 906, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets #paginator-top-result-node span.custom-page-report, #subTabContent2.court-dockets #paginator-bottom-result-node span.custom-page-report {
  font-weight: bold;
}

/* line 911, ../../sass/stylesheets/courtdockets.scss */
#subTabContent2.court-dockets div#datatable-paging-controls {
  margin-top: 12px;
  text-align: -webkit-right;
}

/* line 921, ../../sass/stylesheets/courtdockets.scss */
.form-field-wrapper.court-dockets-judge ul.yui3-aclist-list {
  width: 400px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 3, ../../sass/stylesheets/datatable.scss */
.yui3-skin-sam .yui3-datatable-sort-liner {
  padding-right: 0;
  height: auto;
}

/* line 8, ../../sass/stylesheets/datatable.scss */
.yui3-datatable-sort-liner .yui3-datatable-sort-indicator {
  display: none;
}

/* line 12, ../../sass/stylesheets/datatable.scss */
.yui3-datatable-asc, .yui3-datatable-desc {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
}

/* line 16, ../../sass/stylesheets/datatable.scss */
thead.yui3-datatable-columns > tr > th:hover {
  cursor: pointer;
}

/* line 20, ../../sass/stylesheets/datatable.scss */
div.hide-paging-controls {
  display: none;
}

/* line 24, ../../sass/stylesheets/datatable.scss */
th.yui3-column-office,
td.yui3-column-office div.yui3-datatable-liner {
  width: 110px;
}

/* line 29, ../../sass/stylesheets/datatable.scss */
th.yui3-column-office,
th.yui3-column-title,
th.yui3-column-phone,
td.yui3-column-office div.yui3-datatable-liner,
td.yui3-column-title div.yui3-datatable-liner,
td.yui3-column-phone div.yui3-datatable-liner {
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 43, ../../sass/stylesheets/datatable.scss */
.yui3-datatable-columns div.yui3-datatable-liner, .yui3-datatable-columns div.yui3-datatable-sort-liner {
  font-size: 11px;
  color: #51626F;
  font-weight: 600;
  padding-top: 2px;
}

/* line 51, ../../sass/stylesheets/datatable.scss */
.yui3-datatable-content tr {
  line-height: 23px;
  border-bottom: solid 1px;
}

/* line 56, ../../sass/stylesheets/datatable.scss */
.yui3-datatable-content td {
  padding-right: 16px;
}

/* line 60, ../../sass/stylesheets/datatable.scss */
.search-result-paging-carrot {
  font-size: 13px;
}

/* line 10, ../../sass/stylesheets/departments.scss */
ul.memberList li {
  margin-left: 32px;
}

/* line 14, ../../sass/stylesheets/departments.scss */
.department-name {
  color: #000000;
  padding-left: 16px;
}

/* line 19, ../../sass/stylesheets/departments.scss */
#org-division-list {
  padding-bottom: 24px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 18, ../../sass/stylesheets/dirsearch.scss */
#center-container:has(#dir-search-sub-tab) {
  width: unset;
  flex-grow: 1;
}

/* line 22, ../../sass/stylesheets/dirsearch.scss */
#center-container:has(#dir-search-sub-tab) #subTabContent1 {
  display: none;
}

/* line 27, ../../sass/stylesheets/dirsearch.scss */
#center-container.directory-paywall-center {
  width: unset;
  max-width: 100vw;
  flex-basis: unset;
  padding: 0;
  background-color: unset;
  border: none;
}

/* line 37, ../../sass/stylesheets/dirsearch.scss */
#dir-search-sub-tab {
  background-color: #FFFFFF;
  float: unset;
  padding-left: 50px;
}

/* line 42, ../../sass/stylesheets/dirsearch.scss */
#dir-search-sub-tab li#org a, #dir-search-sub-tab li#people a, #dir-search-sub-tab li#people, #dir-search-sub-tab li#org {
  width: 122px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

/* line 49, ../../sass/stylesheets/dirsearch.scss */
#dir-search-sub-tab .horizontal-sub-tabs {
  display: flex;
  font-size: 1.25em;
  font-weight: bold;
}

/* line 53, ../../sass/stylesheets/dirsearch.scss */
#dir-search-sub-tab .horizontal-sub-tabs div {
  min-width: unset;
}

/* line 57, ../../sass/stylesheets/dirsearch.scss */
#dir-search-sub-tab .horizontal-sub-tabs .subtab-wrapper a {
  color: #4a4d50 !important;
}

/* line 61, ../../sass/stylesheets/dirsearch.scss */
#dir-search-sub-tab .horizontal-sub-tabs #subtab-wrapper-org {
  margin-left: 1em !important;
}

/* line 68, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node, #dir-org-advanced-search-form-node {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.5em;
}

/* line 74, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node {
  padding-left: 3.5em;
}

/* line 79, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-container, #dir-org-advanced-search-form-container {
  display: flex;
  flex-direction: column;
  min-height: 650px;
  margin-bottom: 3em;
}

/* line 86, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-container .form-field-wrapper input, #dir-advanced-search-form-container .form-field-wrapper select, #dir-org-advanced-search-form-container .form-field-wrapper input, #dir-org-advanced-search-form-container .form-field-wrapper select {
  border-radius: 6px !important;
}

/* line 89, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-container .form-field-wrapper .form-field-label, #dir-org-advanced-search-form-container .form-field-wrapper .form-field-label {
  color: black;
  padding-left: 2px;
  padding-top: 2px;
}

/* line 96, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-container .section-group-container, #dir-org-advanced-search-form-container .section-group-container {
  display: flex;
}

/* line 98, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-container .section-group-container .form-field-wrapper, #dir-org-advanced-search-form-container .section-group-container .form-field-wrapper {
  margin: 0;
}

/* line 106, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-container .practice-area-header, #dir-advanced-search-form-container .language-area-header {
  margin-top: 2em;
}

/* line 111, ../../sass/stylesheets/dirsearch.scss */
#language-header-text {
  margin-left: 1.5em;
}

/* line 115, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper input, div.form-field-wrapper select,
#dir-org-advanced-search-form-node div.form-field-wrapper input, div.form-field-wrapper select {
  border: 1px solid #D3D7DA;
}

/* line 120, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-name {
  width: 258px;
  margin-right: 20px;
  margin-left: -1px;
  margin-bottom: 12px;
}

/* line 125, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-name input {
  background: #fff;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  width: 251px;
  height: 28px;
  margin-right: 20px;
  border-radius: 4px;
}

/* line 137, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-name label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 144, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-city {
  width: 258px;
}

/* line 146, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-city input {
  background: #fff;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  width: 251px;
  height: 28px;
  border-radius: 4px;
  margin-top: 13px;
}

/* line 158, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-city label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 165, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-practice-areas {
  width: 258px;
  margin-right: 20px;
}

/* line 169, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-practice-areas input {
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  border: 1px solid #939598;
  width: 251px;
}

/* line 178, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-practice-areas label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 185, ../../sass/stylesheets/dirsearch.scss */
div#practiceAreaDiv.generic-pA-box {
  width: 256px;
  height: 52px;
  background: #fff;
  border: 1px solid #939598;
  margin-bottom: 2px;
  margin-top: 3px;
  border-radius: 4px;
}

/* line 196, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node #practiceAreaDiv.generic-pA-box {
  width: 256px;
  height: 60px;
  background: #fff;
  border: 1px solid #939598;
  margin-bottom: 2px;
  border-radius: 4px;
  margin-top: 10px;
}

/* line 207, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-type {
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  margin-bottom: 16px;
}

/* line 213, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-type select {
  height: 28px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  padding-left: 5px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #fff;
  background-position: 235px -5501px;
  border-radius: 4px;
}

/* line 226, ../../sass/stylesheets/dirsearch.scss */
#dir-org-advanced-search-form-node div.form-field-wrapper.dir-org-type label {
  font-family: "Arial";
  font-size: 12px;
  color: #000000;
}

/* line 233, ../../sass/stylesheets/dirsearch.scss */
a#btnPracticeArea {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #dfe5e6;
  background-position: 0 -2129px;
  padding-left: 13px;
  margin-left: 6px;
}

/* line 240, ../../sass/stylesheets/dirsearch.scss */
#dir-run-advanced-search-container, #dir-org-run-advanced-search-container {
  padding-right: 3em;
}

/* line 242, ../../sass/stylesheets/dirsearch.scss */
#dir-run-advanced-search-container a, #dir-org-run-advanced-search-container a {
  border-radius: 16px;
  border: 1px solid #024D71;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
}

/* line 249, ../../sass/stylesheets/dirsearch.scss */
#dir-run-advanced-search-container a:hover, #dir-org-run-advanced-search-container a:hover {
  background-color: #58b2fa;
}

/* line 256, ../../sass/stylesheets/dirsearch.scss */
#dir-run-advanced-search, #dir-org-run-advanced-search {
  width: 160px;
  margin-left: 10px;
  background-color: #024D71;
  color: white;
}

/* line 263, ../../sass/stylesheets/dirsearch.scss */
#dir-org-reset-advanced-search-bottom,
#dir-reset-advanced-search-bottom {
  width: 80px;
  color: #024D71;
  background-color: white;
}

/* line 270, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-reset-form {
  margin-bottom: 10px;
  background-color: #024D71;
  color: white;
}

/* line 277, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-firstName,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-org,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-middleName,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-title,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-lastName,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-orgCity,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-formerName {
  width: 254px;
  margin-right: 23px;
  padding-bottom: 10px;
}

/* line 288, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-firstName input,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-org input,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-middleName input,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-title input,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-lastName input,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-orgCity input,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-formerName input {
  height: 26px;
  background: #fff;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  border-radius: 4px;
}

/* line 299, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-firstName label,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-org label,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-middleName label,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-title label,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-lastName label,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-orgCity label,
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-formerName label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 309, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-orgType select {
  width: 259px;
  height: 28px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  padding-left: 5px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #fff;
  background-position: 235px -5501px;
  border-radius: 4px;
}

/* line 322, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node > div.form-field-wrapper.dir-person-orgType label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 331, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm {
  clear: left;
}

/* line 334, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm select {
  width: 102px;
  height: 28px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  padding-left: 5px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #fff;
  background-position: 81px -5501px;
  border-radius: 4px;
}

/* line 347, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 354, ../../sass/stylesheets/dirsearch.scss */
#court-admission-header-text {
  margin-left: 20px;
}

/* line 358, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm {
  color: #939598;
  margin-left: 25px;
}

/* line 362, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm select {
  width: 102px;
  height: 28px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  padding-left: 5px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #fff;
  background-position: 81px -5501px;
  border-radius: 4px;
}

/* line 375, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 384, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm-start,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm-end,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm-start,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm-end {
  clear: right;
  margin-left: 12px;
}

/* line 391, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm-start select,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm-end select,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm-start select,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm-end select {
  width: 66px;
  height: 28px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  padding-left: 5px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #fff;
  background-position: 44px -5501px;
  border-radius: 4px;
}

/* line 403, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm-start label,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-sadm-end label,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm-start label,
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-cadm-end label {
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

/* line 411, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-practiceAreas {
  font-weight: normal;
  font-size: 13px;
  color: #939598;
  clear: left;
  margin-top: 12px;
}

/* line 419, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.practice-area-header,
#dir-advanced-search-form-node div.state-admissions-header {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  margin-left: 1em;
  margin-top: 1.5em;
}

/* line 428, ../../sass/stylesheets/dirsearch.scss */
#state-admission-header-text, #court-admission-header-text {
  padding-bottom: 8px;
}

/* line 432, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.language-area-header,
#dir-advanced-search-form-node div.court-other-admissions-header {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  margin-top: 1.5em;
}

/* line 440, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-language {
  font-weight: normal;
  font-size: 10px;
  color: #939598;
  width: 260px;
  margin-left: 23px;
  margin-top: 12px;
}

/* line 448, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.form-field-wrapper.dir-person-language input {
  width: 256px;
  height: 52px;
  background: #fff;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  border: 1px solid #939598;
  border-radius: 4px;
}

/* line 462, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.state-admissions-header > hr {
  width: 536px;
  margin-bottom: 30px;
}

/* line 467, ../../sass/stylesheets/dirsearch.scss */
#dir-advanced-search-form-node div.court-admissions-header > hr {
  width: 536px;
  float: left;
  margin-top: 16px;
  margin-bottom: 8px;
}

/* line 474, ../../sass/stylesheets/dirsearch.scss */
div#directory-search-top-container > div#right-container {
  width: 300px;
  float: right;
}

/* line 479, ../../sass/stylesheets/dirsearch.scss */
#dir-run-advanced-search-container, #dir-org-run-advanced-search-container {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 610px) {
  /* line 485, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-firstName {
    order: 1;
  }
  /* line 488, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-middleName {
    order: 2;
  }
  /* line 491, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-lastName {
    order: 3;
    width: 100% !important;
  }
  /* line 495, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-formerName {
    order: 4;
    width: 100% !important;
  }
  /* line 499, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-org {
    order: 5;
    width: 100% !important;
  }
  /* line 503, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-title {
    order: 6;
    width: 100% !important;
  }
  /* line 507, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-orgCity {
    order: 7;
    width: 100% !important;
  }
  /* line 511, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-orgType {
    order: 8;
    width: 100% !important;
  }
  /* line 516, ../../sass/stylesheets/dirsearch.scss */
  .state-admissions-header {
    order: 9;
  }
  /* line 520, ../../sass/stylesheets/dirsearch.scss */
  .court-other-admissions-header {
    order: 10;
    margin-left: 1em;
  }
  /* line 524, ../../sass/stylesheets/dirsearch.scss */
  .court-other-admissions-header #court-admission-header-text, .court-other-admissions-header .dir-person-cadm {
    margin-left: 0 !important;
  }
  /* line 530, ../../sass/stylesheets/dirsearch.scss */
  .practice-area-header, .language-area-header, #right-container {
    display: none;
  }
  /* line 534, ../../sass/stylesheets/dirsearch.scss */
  #dir-run-advanced-search-container, #dir-org-run-advanced-search-container {
    justify-content: center;
    padding: 0;
  }
  /* line 539, ../../sass/stylesheets/dirsearch.scss */
  #dir-advanced-search-form-node, #dir-org-advanced-search-form-node {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  /* line 544, ../../sass/stylesheets/dirsearch.scss */
  #dir-search-sub-tab {
    padding-left: 20px;
  }
  /* line 548, ../../sass/stylesheets/dirsearch.scss */
  .dir-person-firstName, .dir-person-middleName {
    width: 160px !important;
  }
  /* line 552, ../../sass/stylesheets/dirsearch.scss */
  .form-field-wrapper {
    margin-bottom: 0.25em !important;
    padding-bottom: 0 !important;
  }
  /* line 558, ../../sass/stylesheets/dirsearch.scss */
  .dir-org-type select, .dir-person-orgType select {
    background-position-x: 50px !important;
    box-sizing: revert !important;
  }
  /* line 563, ../../sass/stylesheets/dirsearch.scss */
  .dir-org-name, .dir-org-city, .dir-org-type, .dir-person-orgType {
    width: 100% !important;
  }
  /* line 565, ../../sass/stylesheets/dirsearch.scss */
  .dir-org-name input, .dir-org-name select, .dir-org-city input, .dir-org-city select, .dir-org-type input, .dir-org-type select, .dir-person-orgType input, .dir-person-orgType select {
    width: 100% !important;
  }
  /* line 570, ../../sass/stylesheets/dirsearch.scss */
  .dir-org-name, .dir-org-city, .dir-org-type {
    margin-left: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  /* line 576, ../../sass/stylesheets/dirsearch.scss */
  .dir-org-name {
    margin: 1em !important;
  }
  /* line 580, ../../sass/stylesheets/dirsearch.scss */
  #dir-run-advanced-search-container {
    position: sticky;
    bottom: 2em;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 60, ../../sass/stylesheets/events.scss */
.yui3-overlay-hidden {
  max-height: 600px;
}

/* line 95, ../../sass/stylesheets/events.scss */
.event-result-title, .event-result-subtitle {
  font-size: 15px;
}

/* line 99, ../../sass/stylesheets/events.scss */
.event-label {
  color: #000000;
  padding-top: 12px;
  font-weight: bold;
}

/* line 107, ../../sass/stylesheets/events.scss */
div#right-container.events-right-narrow {
  width: 300px;
}

/* line 112, ../../sass/stylesheets/events.scss */
div#center-container {
  min-height: 440px;
}

/* line 115, ../../sass/stylesheets/events.scss */
div#center-container.events-center-wide {
  width: 659px;
  padding-left: 0;
  padding-right: 0;
}

/* line 124, ../../sass/stylesheets/events.scss */
div.view-full-event-container div.reset-filters.filterBlue {
  padding-left: 32px;
  padding-right: 32px;
  width: 595px;
  height: 36px;
  text-align: right;
  background-color: #DFE5E6;
}

/* line 131, ../../sass/stylesheets/events.scss */
div.view-full-event-container div.reset-filters.filterBlue div > a#event-full-display-breadcrumb-link {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5455px;
  padding-left: 101px;
  padding-bottom: 30px;
  margin-top: 3px;
  float: left;
}

/* line 138, ../../sass/stylesheets/events.scss */
div.view-full-event-container div.reset-filters.filterBlue div > a#event-full-display-breadcrumb-link:hover {
  background-position: 0 -5411px;
}

/* line 145, ../../sass/stylesheets/events.scss */
.event-full-display-breadcrumbs div {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 20px;
}

/* line 153, ../../sass/stylesheets/events.scss */
.event-full-display-info-box-container {
  line-height: 20px;
  font-size: 15px;
  color: #000000;
  min-height: 128px;
  display: flex;
}

/* line 159, ../../sass/stylesheets/events.scss */
.event-full-display-info-box-left {
  padding-left: 32px;
  padding-right: 32px;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 24px;
  float: left;
  width: 319px;
  background-color: #E6E7E8;
}

/* line 166, ../../sass/stylesheets/events.scss */
.event-full-display-info-box-right {
  padding-left: 32px;
  padding-right: 32px;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 24px;
  float: right;
  width: 196px;
  margin-left: 16px;
}

/* line 172, ../../sass/stylesheets/events.scss */
.event-full-display-info-box-right.has-content {
  background-color: #E6E7E8;
}

/* line 177, ../../sass/stylesheets/events.scss */
#event-credit {
  font-weight: bold;
  color: #000000;
}

/* line 181, ../../sass/stylesheets/events.scss */
#event-venue-header,
#event-credits-header {
  font-weight: bold;
}

/* line 186, ../../sass/stylesheets/events.scss */
span#event-venue-header,
span#event-credits-header,
span#event-cost-header {
  color: #000000;
}

/* line 193, ../../sass/stylesheets/events.scss */
span#event-full-display-credits,
span#event-full-display-dates,
span#event-full-display-time {
  font-weight: bold;
  color: #000000;
}

/* line 199, ../../sass/stylesheets/events.scss */
span#event-full-display-address,
span#event-full-display-cityState {
  color: #000000;
}

/* line 204, ../../sass/stylesheets/events.scss */
div#event-full-display-practiceAreas {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 14px;
  padding-top: 18px;
  color: #000000;
}

/* line 212, ../../sass/stylesheets/events.scss */
div.event-full-display-info-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  line-height: 20px;
  font-size: 15px;
  color: #000000;
  padding-bottom: 20px;
}

/* line 218, ../../sass/stylesheets/events.scss */
div.event-result-subtitle {
  padding-bottom: 8px;
}

/* line 222, ../../sass/stylesheets/events.scss */
span.event-result-label {
  font-weight: bold;
  font-size: 15px;
}

/* line 227, ../../sass/stylesheets/events.scss */
span.event-result-content {
  color: #000000;
  font-size: 15px;
}

/* line 232, ../../sass/stylesheets/events.scss */
#event-container {
  display: flex;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* ---------- Footer  ---------- */
/* line 75, ../../sass/stylesheets/footer.scss */
#footer-container {
  background-color: #000000;
  background-repeat: repeat-x;
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #808285;
  font-size: 11px;
  z-index: 99;
}

/* line 82, ../../sass/stylesheets/footer.scss */
#footer-container a {
  color: #808285;
}

/* line 84, ../../sass/stylesheets/footer.scss */
#footer-container a:hover {
  color: #0081C3;
}

/* line 91, ../../sass/stylesheets/footer.scss */
#footer-container.login-footer {
  width: 100%;
}

/* ---------- Footer Partners  ---------- */
/* line 96, ../../sass/stylesheets/footer.scss */
#footer-partners-container {
  background-color: #000000;
  background-repeat: repeat-x;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

/* line 103, ../../sass/stylesheets/footer.scss */
#footer-partners {
  padding-bottom: 12px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 110, ../../sass/stylesheets/footer.scss */
#footer-partners div {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  height: 24px;
  margin-left: 2px;
  margin-top: 1px;
}

/* line 117, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-sullivans-law-directory {
  background-position: 0 -3495px;
  width: 79px;
}

/* line 122, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-chicago-daily-law-bulletin {
  background-position: 0 -3539px;
  width: 128px;
}

/* line 127, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-jvr {
  background-position: 0 -3715px;
  width: 107px;
}

/* line 132, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-chicago-lawyer {
  background-position: 0 -3583px;
  width: 93px;
}

/* line 137, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-sullivans-judicial-profiles {
  background-position: 0 -4170px;
  width: 74px;
}

/* line 142, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-court-calls {
  background-position: 0 -3627px;
  width: 83px;
}

/* line 147, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-law-bulletin {
  background-position: 0 -3759px;
  width: 51px;
}

/* line 152, ../../sass/stylesheets/footer.scss */
#footer-partners .logo-court-docket {
  background-position: 0 -3671px;
  width: 96px;
}

/* line 159, ../../sass/stylesheets/footer.scss */
.cdlb-footer {
  background-color: #76787A;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 163, ../../sass/stylesheets/footer.scss */
.cdlb-footer .cdlb-footer-cols {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: inherit;
  padding-left: 10px;
}

/* line 169, ../../sass/stylesheets/footer.scss */
.cdlb-footer .cdlb-footer-cols a {
  color: white;
  text-decoration: none;
}

/* line 173, ../../sass/stylesheets/footer.scss */
.cdlb-footer .cdlb-footer-cols a:hover {
  color: #DFE5E6;
}

/* line 178, ../../sass/stylesheets/footer.scss */
.cdlb-footer .cdlb-footer-cols .cdlb-footer-col {
  display: flex;
  flex-direction: column;
  padding-left: 10%;
}

/* line 182, ../../sass/stylesheets/footer.scss */
.cdlb-footer .cdlb-footer-cols .cdlb-footer-col:first-child {
  padding-left: unset;
}

/* ---------- Footer Links ---------- */
/* line 192, ../../sass/stylesheets/footer.scss */
#footer-links-wrapper {
  background-color: #000000;
  background-repeat: repeat-x;
  border-top-width: 1px;
  border-top-color: #808285;
  border-style: solid;
}

/* line 199, ../../sass/stylesheets/footer.scss */
#footer-links-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
  width: 960px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 209, ../../sass/stylesheets/footer.scss */
#footer-links-trademark {
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  margin-left: 2px;
}

/* line 216, ../../sass/stylesheets/footer.scss */
#footer-links-trademark .lawyerport-trademark {
  font-size: 18px;
  font-weight: bold;
}

/* line 219, ../../sass/stylesheets/footer.scss */
#footer-links-trademark .lawyerport-trademark > sup {
  font-weight: normal;
}

/* line 224, ../../sass/stylesheets/footer.scss */
#footer-links {
  margin-top: 8px;
  margin-right: 3px;
  margin-left: 2px;
  display: flex;
  flex-wrap: wrap;
}

/* line 230, ../../sass/stylesheets/footer.scss */
#footer-links a {
  margin-right: 15px;
}

/* ---------- Footer Copyright ---------- */
/* line 236, ../../sass/stylesheets/footer.scss */
#footer-copyright-container {
  height: 24px;
  color: white;
  background: #024D71;
}

/* line 242, ../../sass/stylesheets/footer.scss */
#footer-copyright {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 2px;
  color: white;
}

/* line 250, ../../sass/stylesheets/footer.scss */
#footer-copyright p {
  color: white;
  font-size: 11px;
  text-align: left;
}

@media screen and (max-width: 960px) {
  /* line 258, ../../sass/stylesheets/footer.scss */
  #footer-partners {
    width: auto;
  }
  /* line 262, ../../sass/stylesheets/footer.scss */
  #footer-links-container {
    width: auto !important;
    flex-wrap: wrap;
  }
  /* line 267, ../../sass/stylesheets/footer.scss */
  #footer-links-trademark {
    margin-right: initial !important;
  }
  /* line 271, ../../sass/stylesheets/footer.scss */
  #footer-links a {
    margin-right: 4px !important;
  }
  /* line 275, ../../sass/stylesheets/footer.scss */
  #footer-copyright {
    width: auto;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 960px) {
  /* line 286, ../../sass/stylesheets/footer.scss */
  .cdlb-footer .cdlb-footer-cols {
    width: auto;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 7, ../../sass/stylesheets/form.scss */
.formHeader {
  color: #336699;
  padding-bottom: 20px;
}

/* line 12, ../../sass/stylesheets/form.scss */
#formError {
  background-color: #ffa485;
  padding: 0.5em;
  margin-bottom: 0.75em;
  display: none;
}

/* line 19, ../../sass/stylesheets/form.scss */
#formError ul {
  list-style-type: square;
  margin-left: 2.5em;
}

/* line 24, ../../sass/stylesheets/form.scss */
#formError ul ul {
  list-style-type: square;
  margin-left: 3.5em;
}

/* line 29, ../../sass/stylesheets/form.scss */
.form-radio {
  display: block;
  width: 99.8%;
  height: 1.875em;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

/* line 37, ../../sass/stylesheets/form.scss */
.form-field-wrapper {
  margin: 1em;
}

/* line 41, ../../sass/stylesheets/form.scss */
.form-field-wrapper label {
  display: block;
  font-family: helvetica, sans-serif;
  margin-bottom: 3px;
}

/* line 47, ../../sass/stylesheets/form.scss */
.form-field-wrapper input {
  width: 99.8%;
  height: 1.875em;
  border-style: none;
  background: #E8F3F9;
  padding-left: 5px;
}

/* line 55, ../../sass/stylesheets/form.scss */
.form-field-wrapper input[type=checkbox] {
  width: auto;
  height: auto;
  border: none;
}

/* line 62, ../../sass/stylesheets/form.scss */
.form-field-wrapper input[type=radio] {
  width: auto;
  height: auto;
  border: none;
}

/* line 68, ../../sass/stylesheets/form.scss */
.form-field-wrapper textarea {
  border-style: none;
  background: #E8F3F9;
  width: 95%;
  height: 100px;
}

/* line 75, ../../sass/stylesheets/form.scss */
.form-field-wrapper select {
  width: 275px;
  /*Do not add a height, will break IE, see "not" selector*/
  border-style: none;
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 256px -773px #E8F3F9;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 83, ../../sass/stylesheets/form.scss */
.form-field-wrapper select:not([multiple=multiple]) {
  height: 2.6em;
}

/* line 87, ../../sass/stylesheets/form.scss */
.form-field-wrapper select[multiple=multiple] {
  width: 100%;
  /*Do not add a height, will break IE*/
  border-style: none;
  background: #E8F3F9;
}

/* line 93, ../../sass/stylesheets/form.scss */
.modal-buttons a {
  background: #D3D7DA;
  background-color: #ededed;
  display: inline-block;
  color: #3b3939;
  font-family: Helvetica, sans-serif;
  padding: 1em 3.7em;
  margin: 0 0.3em;
  text-decoration: none;
}

/* line 104, ../../sass/stylesheets/form.scss */
.modal-buttons a {
  background-color: #D7D7D7;
  display: inline-block;
  color: #3b3939;
  font-family: Helvetica, sans-serif;
  padding: 1em 3.7em;
  margin: 0 0.3em;
  text-decoration: none;
}

/* line 114, ../../sass/stylesheets/form.scss */
.modal-buttons a:hover {
  background-color: #E1E1E1;
  color: #3b3939;
}

/* line 119, ../../sass/stylesheets/form.scss */
.modal-buttons {
  text-align: right;
  padding-top: 2em;
}

/* line 124, ../../sass/stylesheets/form.scss */
.alerts .modal-buttons {
  text-align: center;
}

/* line 129, ../../sass/stylesheets/form.scss */
.form-button-submit[disabled] {
  background-color: #9D9FA1;
  cursor: default;
}

/* line 132, ../../sass/stylesheets/form.scss */
.form-button-submit[disabled]:hover {
  background-color: #9D9FA1;
}

/* line 137, ../../sass/stylesheets/form.scss */
#form-button-Save, #form-button-Yes, #form-button-Submit,
.form-button-Save, .form-button-Yes, .form-button-submit {
  background: #0081C3;
  color: #F5F5F5;
  display: inline-block;
  color: #fff;
  font-family: Helvetica, sans-serif;
  padding: 1em 3.7em;
  margin: 0 0.3em;
  text-decoration: none;
}

/* line 147, ../../sass/stylesheets/form.scss */
#form-button-Save:hover, #form-button-Yes:hover, #form-button-Submit:hover,
.form-button-Save:hover, .form-button-Yes:hover, .form-button-submit:hover {
  background: #0070aa;
}

@media (max-width: 530px) {
  /* line 137, ../../sass/stylesheets/form.scss */
  #form-button-Save, #form-button-Yes, #form-button-Submit,
  .form-button-Save, .form-button-Yes, .form-button-submit {
    float: left;
  }
}
/* line 156, ../../sass/stylesheets/form.scss */
.form-required {
  color: red;
  font-weight: bold;
}

/* line 161, ../../sass/stylesheets/form.scss */
.practiceArea label {
  display: block;
  font-family: helvetica, sans-serif;
}

/* line 166, ../../sass/stylesheets/form.scss */
.industry label {
  display: block;
  font-family: helvetica, sans-serif;
}

/* line 171, ../../sass/stylesheets/form.scss */
.practiceArea select {
  width: 275px;
  height: 2.6em;
  border-style: none;
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 256px -773px #E8F3F9;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* line 180, ../../sass/stylesheets/form.scss */
.industry select {
  width: 275px;
  height: 2.6em;
  border-style: none;
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 256px -773px #E8F3F9;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* line 190, ../../sass/stylesheets/form.scss */
.industry {
  width: 47%;
  float: left;
  margin-left: 50px;
}

/* line 197, ../../sass/stylesheets/form.scss */
.org-industry {
  width: 47%;
  float: left;
  margin-left: 0.45em;
  margin-bottom: 10px;
}

/* line 204, ../../sass/stylesheets/form.scss */
.pa-honors-industry {
  padding-bottom: 1em;
}

/* line 208, ../../sass/stylesheets/form.scss */
.practiceArea {
  width: 45%;
  float: left;
  margin-left: 0.45em;
}

/* line 214, ../../sass/stylesheets/form.scss */
.org-practiceArea {
  width: 45%;
  float: left;
  margin-left: 0.45em;
  margin-bottom: 10px;
}

/* line 221, ../../sass/stylesheets/form.scss */
.generic-pA-box {
  width: 220px;
  height: 65px;
  margin-bottom: 20px;
  background: #E8F3F9;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 235, ../../sass/stylesheets/form.scss */
.ck-custom ul li {
  margin-left: 24px;
  list-style-type: disc !important;
}

/* line 240, ../../sass/stylesheets/form.scss */
.ck-custom ol li {
  list-style-type: decimal !important;
}

/* line 244, ../../sass/stylesheets/form.scss */
.descriptionText {
  font-style: italic;
  font-size: 14px;
  padding-bottom: 1em;
  padding-top: 1em;
  clear: left;
}

/* line 252, ../../sass/stylesheets/form.scss */
.descriptionText.divisionHelpText {
  padding-bottom: 0;
}

/* line 256, ../../sass/stylesheets/form.scss */
a#form-add-next-check-box {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -850px;
  width: 12px;
  height: 12px;
  padding-left: 17px;
  color: #fff;
}

/* line 264, ../../sass/stylesheets/form.scss */
a#form-add-next-check-box.checked {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -300px;
  width: 12px;
  height: 12px;
  padding-left: 17px;
  color: #fff;
}

/* line 272, ../../sass/stylesheets/form.scss */
#save-and-add-new-container {
  float: right;
  margin-right: 15px;
}

/* line 277, ../../sass/stylesheets/form.scss */
#save-and-add-new-container:hover {
  cursor: pointer;
}

/* line 281, ../../sass/stylesheets/form.scss */
#formContent2 {
  margin-top: 65px;
}

/* line 285, ../../sass/stylesheets/form.scss */
.personal-address-display input {
  float: left;
  margin-right: 10px;
}

/* line 290, ../../sass/stylesheets/form.scss */
.personal-address-display {
  margin-bottom: 15px;
}

/* line 294, ../../sass/stylesheets/form.scss */
.admin-single-checkbox input {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

/* line 300, ../../sass/stylesheets/form.scss */
.available-for-admissions {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 305, ../../sass/stylesheets/form.scss */
#formSuccess {
  background: #DDFADE;
  border-color: #93C49F;
  font-weight: bold;
  padding: 0.5em;
}

/* line 312, ../../sass/stylesheets/form.scss */
.form-field-wrapper.member-country,
.form-field-wrapper.member-state,
.form-field-wrapper.member-city,
.form-field-wrapper.wh-country,
.form-field-wrapper.wh-state,
.form-field-wrapper.wh-city {
  float: left;
  width: 29%;
  margin-right: 25px;
}

/* line 323, ../../sass/stylesheets/form.scss */
.form-field-wrapper.member-country select,
.form-field-wrapper.member-state select,
.form-field-wrapper.member-city select,
.form-field-wrapper.contact-country select,
.form-field-wrapper.contact-state select,
.form-field-wrapper.wh-country select,
.form-field-wrapper.wh-state select {
  width: 150px;
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 130px -773px #E8F3F9;
}

/* line 334, ../../sass/stylesheets/form.scss */
.form-field-wrapper.wh-start-month {
  clear: left;
  float: left;
  width: 10%;
  margin-right: 25px;
}

/* line 341, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-org-phone,
.form-field-wrapper.contact-mobile {
  clear: left;
  float: left;
  width: 20%;
  margin-right: 15px;
}

/* line 349, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-org-tdd,
.form-field-wrapper.contact-org-email,
.form-field-wrapper.contact-alt-name {
  clear: left;
  float: left;
  width: 40%;
  margin-right: 25px;
}

/* line 358, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-alt-name li.yui3-tokeninput-item.yui3-tokeninput-editable {
  width: 90%;
}

/* line 362, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-email1,
.form-field-wrapper.contact-email2,
.form-field-wrapper.contact-person-website {
  float: left;
  width: 30%;
  margin-right: 20px;
}

/* line 370, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-org-tty,
.form-field-wrapper.contact-org-website,
.form-field-wrapper.contact-alt-phone {
  float: left;
  width: 40%;
  margin-right: 25px;
}

/* line 378, ../../sass/stylesheets/form.scss */
.form-field-wrapper.summary-nickname {
  clear: left;
  float: left;
  width: 20%;
  margin-right: 25px;
}

/* line 385, ../../sass/stylesheets/form.scss */
.form-field-wrapper.summary-prefix,
.form-field-wrapper.summary-first,
.form-field-wrapper.summary-middle,
.form-field-wrapper.summary-last,
.form-field-wrapper.summary-former,
.form-field-wrapper.summary-suffix,
.form-field-wrapper.summary-judgeId,
.form-field-wrapper.summary-formerJudge,
.form-field-wrapper.wh-start-year,
.form-field-wrapper.wh-end-year {
  float: left;
  width: 20%;
  margin-right: 25px;
}

/* line 400, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-country,
.form-field-wrapper.contact-state {
  float: left;
  width: 20%;
  margin-right: 5px;
}

/* line 407, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-county,
.form-field-wrapper.contact-city,
.form-field-wrapper.contact-zip {
  float: left;
  width: 15%;
  margin-right: 10px;
}

/* line 415, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-pobox {
  clear: left;
  float: left;
  width: 65%;
  margin-right: 40px;
}

/* line 422, ../../sass/stylesheets/form.scss */
.form-field-wrapper.person-org-suite {
  float: left;
}

/* line 426, ../../sass/stylesheets/form.scss */
.form-field-wrapper.orgAddressList {
  clear: left;
  float: left;
  width: 37%;
  margin-right: 10px;
}

/* line 433, ../../sass/stylesheets/form.scss */
.form-field-wrapper.add-new-address {
  float: left;
  width: 35%;
  margin-right: 10px;
  margin-top: 20px;
}

/* line 440, ../../sass/stylesheets/form.scss */
.form-field-wrapper.person-org-suite {
  float: left;
  width: 22%;
}

/* line 445, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-suite {
  float: left;
  width: 22%;
}

/* line 450, ../../sass/stylesheets/form.scss */
.form-field-wrapper.wh-end-month {
  float: left;
  width: 10%;
  margin-right: 25px;
}

/* line 456, ../../sass/stylesheets/form.scss */
.bottom-form-padding {
  height: 17px;
}

/* line 460, ../../sass/stylesheets/form.scss */
.newsPSPSummary,
.newsPSPDescriptionText,
.bottom-form-padding,
.form-field-wrapper.member-phone,
.form-field-wrapper.contact-org-email,
.form-field-wrapper.person-org-title,
.form-field-wrapper.contact-address-2,
.form-field-wrapper.contact-direct,
.form-field-wrapper.contact-country,
.form-field-wrapper.contact-email1,
.form-field-wrapper.contact-office-hrs,
.form-field-wrapper.wh-description,
.form-field-wrapper.description-input-field,
.form-field-wrapper.admin-person-prefix {
  clear: left;
}

/* line 477, ../../sass/stylesheets/form.scss */
.form-field-wrapper.newsPSPDay,
.form-field-wrapper.newsPSPMonth,
.form-field-wrapper.newsPSPYear {
  float: left;
  width: 15%;
  margin-right: 25px;
}

/* line 485, ../../sass/stylesheets/form.scss */
.form-field-wrapper.contact-org-phone2,
.form-field-wrapper.contact-org-fax,
.form-field-wrapper.contact-org-fax2,
.form-field-wrapper.contact-direct,
.form-field-wrapper.contact-org-mobile,
.form-field-wrapper.contact-phone,
.form-field-wrapper.contact-fax,
.form-field-wrapper.contact-pager {
  float: left;
  width: 20%;
  margin-right: 15px;
}

/* line 498, ../../sass/stylesheets/form.scss */
.form-field-wrapper.case-matter-number,
.form-field-wrapper.case-matter-court,
.form-field-wrapper.case-matter-judge {
  float: left;
  width: 29%;
  margin-right: 25px;
}

/* line 506, ../../sass/stylesheets/form.scss */
.form-field-wrapper.case-matter-court li.yui3-tokeninput-item.yui3-tokeninput-editable,
.form-field-wrapper.case-matter-judge li.yui3-tokeninput-item.yui3-tokeninput-editable {
  width: 98%;
}

/* line 511, ../../sass/stylesheets/form.scss */
.form-field-wrapper.case-matter-month {
  clear: left;
  float: left;
  margin-right: 25px;
}

/* line 517, ../../sass/stylesheets/form.scss */
.form-field-wrapper.case-matter-year {
  float: left;
  margin-right: 25px;
}

/* line 522, ../../sass/stylesheets/form.scss */
.form-field-wrapper.affiliation-start-year,
.form-field-wrapper.affiliation-end-year,
.form-field-wrapper.honors-start-year,
.form-field-wrapper.honors-end-year {
  float: left;
  margin-right: 25px;
}

/* line 530, ../../sass/stylesheets/form.scss */
.form-field-wrapper.case-matter-award {
  padding-top: 15px;
  clear: left;
}

/* line 535, ../../sass/stylesheets/form.scss */
.form-field-wrapper.newsPSPDay select,
.form-field-wrapper.newsPSPMonth select,
.form-field-wrapper.newsPSPYear select,
.form-field-wrapper.wh-start-month select,
.form-field-wrapper.wh-start-year select,
.form-field-wrapper.wh-end-month select,
.form-field-wrapper.wh-end-year select,
.form-field-wrapper.case-matter-month select,
.form-field-wrapper.case-matter-year select,
.form-field-wrapper.affiliation-start-year select,
.form-field-wrapper.affiliation-end-year select,
.form-field-wrapper.honors-start-year select,
.form-field-wrapper.honors-end-year select {
  width: 85px;
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 65px -773px #E8F3F9;
}

/* line 553, ../../sass/stylesheets/form.scss */
.form-field-wrapper.custom-profile-url {
  float: left;
}

/* line 557, ../../sass/stylesheets/form.scss */
.form-field-wrapper.custom-profile-url input {
  width: 170px;
}

/* line 561, ../../sass/stylesheets/form.scss */
label.form-input-prefix {
  display: inline;
}

/* line 565, ../../sass/stylesheets/form.scss */
div#persons-contact-hidden-message {
  margin-top: 5px;
  font-style: italic;
}

/* line 570, ../../sass/stylesheets/form.scss */
div.case-date-text {
  clear: left;
  margin-top: 15px;
}

/* line 575, ../../sass/stylesheets/form.scss */
div.main-form-content {
  /*max-height: 500px;*/
  overflow-y: auto;
}

/* line 580, ../../sass/stylesheets/form.scss */
a.cancel-link {
  padding: 0;
  margin-right: 30px;
  background-color: none;
  background: none;
  color: #0079cd;
}

/* line 588, ../../sass/stylesheets/form.scss */
a.cancel-link:hover {
  text-decoration: underline;
  background: none;
  background-color: none;
  color: #0079cd;
}

/* line 594, ../../sass/stylesheets/form.scss */
a#form-button-alert-button-confirm-yes {
  color: white;
  background-color: #024D71;
  border: 2px solid #024D71;
  border-radius: 5px;
  width: 2px;
  text-align: center;
  display: inline-table;
}

/* line 603, ../../sass/stylesheets/form.scss */
a#form-button-alert-button-confirm-no {
  color: #024d71;
  background-color: white;
  border: 2px solid #024d71;
  border-radius: 5px;
  width: 2px;
  text-align: center;
  display: inline-table;
}

/* line 615, ../../sass/stylesheets/form.scss */
.sheet-text .control-label {
  display: block;
}

/* line 619, ../../sass/stylesheets/form.scss */
.sheet-text #password1, .sheet-text #password2, .sheet-text .btn.btn-primary {
  margin-bottom: 10px;
}

/* line 623, ../../sass/stylesheets/form.scss */
.sheet-text .control-label, .sheet-text .btn.btn-primary {
  font-size: medium;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 60, ../../sass/stylesheets/header.scss */
:root {
  --header-condensed-width-breakpoint: 768px;
}

/* ---------- Heading  ----- */
/* line 77, ../../sass/stylesheets/header.scss */
#breadcrumbs,
.site-breadcrumbs {
  display: none;
}

@media (max-width: 768px) {
  /* line 84, ../../sass/stylesheets/header.scss */
  #banner {
    background-color: #024d71;
    margin: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 91, ../../sass/stylesheets/header.scss */
  #banner #header-navigation-container {
    display: none;
  }
  /* line 95, ../../sass/stylesheets/header.scss */
  #banner .header-side-navigation {
    display: flex;
    align-items: center;
    width: 25%;
  }
  /* line 100, ../../sass/stylesheets/header.scss */
  #banner .header-side-navigation .side-navigation-menu {
    all: unset;
    background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
    background-position: -9px -1898px;
    height: 15px;
    width: 15px;
    cursor: pointer;
  }
  /* line 110, ../../sass/stylesheets/header.scss */
  #banner .site-title {
    width: 50%;
    justify-content: center;
  }
  /* line 115, ../../sass/stylesheets/header.scss */
  #banner #header-logo {
    width: 104px !important;
    height: 26px;
    background: url("/o/lb-blackwater-theme/images/lawyerport-images/logo_lawyerport_white.svg") no-repeat;
  }
  /* line 121, ../../sass/stylesheets/header.scss */
  #banner #header-user {
    width: 25%;
    justify-content: end;
  }
  /* line 127, ../../sass/stylesheets/header.scss */
  #banner #welcome-name .user-greeting, #banner #welcome-name #welcome-menu-icon {
    display: none;
  }
  /* line 130, ../../sass/stylesheets/header.scss */
  #banner #welcome-name .welcome-initials {
    background-color: white;
    color: #A33038;
  }
  /* line 136, ../../sass/stylesheets/header.scss */
  #banner #signin-button {
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 1.16em;
    font-weight: bold;
    background-color: #A33038;
    background-image: unset;
    color: white;
  }
  /* line 146, ../../sass/stylesheets/header.scss */
  #banner #signin-button::after {
    content: "SIGN IN";
  }
  /* line 155, ../../sass/stylesheets/header.scss */
  #side-navigation-menu-wrapper .menu-item {
    white-space: nowrap;
  }
  /* line 162, ../../sass/stylesheets/header.scss */
  body:not(.signed-in, .signed-out) #header-navigation-container {
    display: none;
  }
  /* line 166, ../../sass/stylesheets/header.scss */
  body:not(.signed-in, .signed-out) #header {
    justify-content: center;
    width: initial !important;
    background-color: #024d71;
  }
  /* line 172, ../../sass/stylesheets/header.scss */
  body:not(.signed-in, .signed-out) #header-logo {
    width: 104px !important;
    height: 26px;
    background: url("/o/lb-blackwater-theme/images/lawyerport-images/logo_lawyerport_white.svg") no-repeat;
  }
}
@media (min-width: 768px) {
  /* line 183, ../../sass/stylesheets/header.scss */
  .header-side-navigation {
    display: none;
  }
}
/* line 188, ../../sass/stylesheets/header.scss */
#banner {
  display: flex;
  max-width: 960px;
  height: 32px;
  margin: 2px auto 1em;
  justify-content: space-between;
}

/* line 195, ../../sass/stylesheets/header.scss */
#banner .header-item {
  display: flex;
  height: 100%;
}

/* line 202, ../../sass/stylesheets/header.scss */
.signed-in #cdlb-subscribe, .signed-in #cl-subscribe {
  display: none;
}

/* line 207, ../../sass/stylesheets/header.scss */
#cdlb-subscribe[subscriber=false], #cl-subscribe[subscriber=false] {
  display: block !important;
}

/* line 212, ../../sass/stylesheets/header.scss */
body:not(.signed-in, .signed-out) #header {
  display: flex;
  width: 960px;
  height: 32px;
  margin: 1px auto 0;
  position: relative;
}

/* line 220, ../../sass/stylesheets/header.scss */
body:not(.signed-in, .signed-out) #header-logo {
  margin-top: 3px;
}

/* line 224, ../../sass/stylesheets/header.scss */
body:not(.signed-in, .signed-out) #header-navigation-container {
  margin-right: 122px;
}

/* line 228, ../../sass/stylesheets/header.scss */
body:not(.signed-in, .signed-out) .clear-both {
  display: none;
}

/* line 233, ../../sass/stylesheets/header.scss */
#header-logo {
  width: 122px;
  height: 26px;
  margin-top: 2px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -3927px;
}

/* line 241, ../../sass/stylesheets/header.scss */
#header-navigation-container {
  flex-basis: 774px;
  min-width: 588px;
  flex-grow: 1;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #024d71;
  align-items: center;
}

/* line 251, ../../sass/stylesheets/header.scss */
#header-user {
  align-items: center;
}

/* line 255, ../../sass/stylesheets/header.scss */
#welcome-name {
  display: flex;
  font-weight: bold;
  font-size: 13px;
  color: #A33038;
}

/* line 261, ../../sass/stylesheets/header.scss */
#welcome-name .welcome-menu {
  display: flex;
  cursor: pointer;
}

/* line 266, ../../sass/stylesheets/header.scss */
#welcome-name.using-initials {
  align-items: center;
}

/* line 268, ../../sass/stylesheets/header.scss */
#welcome-name.using-initials .first-name {
  display: none;
}

/* line 271, ../../sass/stylesheets/header.scss */
#welcome-name.using-initials #welcome-menu-icon {
  margin-top: 7px;
}

/* line 277, ../../sass/stylesheets/header.scss */
#welcome-name.using-firstname .welcome-initials {
  display: none;
}

/* line 282, ../../sass/stylesheets/header.scss */
#welcome-name .first-name {
  max-width: 22ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 289, ../../sass/stylesheets/header.scss */
#welcome-name .welcome-initials {
  color: white;
  background: #A33038;
  border-radius: 50%;
  padding: 4px;
}

/* line 298, ../../sass/stylesheets/header.scss */
#welcome-menu-icon {
  width: 10px;
  height: 13px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2923px;
  margin-top: 5px;
  margin-left: 2px;
}

/* line 307, ../../sass/stylesheets/header.scss */
#welcome-link {
  align-self: flex-end;
}

/* line 311, ../../sass/stylesheets/header.scss */
#menu-welcome-link {
  border: none;
  width: fit-content;
}

/* line 316, ../../sass/stylesheets/header.scss */
#clientcode {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 323, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0,
a#menu-welcome-link-item-1,
a#menu-welcome-link-item-2,
a#menu-welcome-link-item-3,
a#menu-welcome-link-item-4,
a#menu-welcome-link-item-5 {
  cursor: pointer;
  height: 38px;
  width: 128px;
  background-color: transparent;
}

/* line 334, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-view, a#menu-welcome-link-item-0 > div#my-profile-admin, a#menu-welcome-link-item-0 > div#my-alerts, a#menu-welcome-link-item-0 > div#admin-edit-mode, a#menu-welcome-link-item-0 > div#menu-welcome-client-code, a#menu-welcome-link-item-0 > div#my-profile-logout,
a#menu-welcome-link-item-1 > div#my-profile-view,
a#menu-welcome-link-item-1 > div#my-profile-admin,
a#menu-welcome-link-item-1 > div#my-alerts,
a#menu-welcome-link-item-1 > div#admin-edit-mode,
a#menu-welcome-link-item-1 > div#menu-welcome-client-code,
a#menu-welcome-link-item-1 > div#my-profile-logout,
a#menu-welcome-link-item-2 > div#my-profile-view,
a#menu-welcome-link-item-2 > div#my-profile-admin,
a#menu-welcome-link-item-2 > div#my-alerts,
a#menu-welcome-link-item-2 > div#admin-edit-mode,
a#menu-welcome-link-item-2 > div#menu-welcome-client-code,
a#menu-welcome-link-item-2 > div#my-profile-logout,
a#menu-welcome-link-item-3 > div#my-profile-view,
a#menu-welcome-link-item-3 > div#my-profile-admin,
a#menu-welcome-link-item-3 > div#my-alerts,
a#menu-welcome-link-item-3 > div#admin-edit-mode,
a#menu-welcome-link-item-3 > div#menu-welcome-client-code,
a#menu-welcome-link-item-3 > div#my-profile-logout,
a#menu-welcome-link-item-4 > div#my-profile-view,
a#menu-welcome-link-item-4 > div#my-profile-admin,
a#menu-welcome-link-item-4 > div#my-alerts,
a#menu-welcome-link-item-4 > div#admin-edit-mode,
a#menu-welcome-link-item-4 > div#menu-welcome-client-code,
a#menu-welcome-link-item-4 > div#my-profile-logout,
a#menu-welcome-link-item-5 > div#my-profile-view,
a#menu-welcome-link-item-5 > div#my-profile-admin,
a#menu-welcome-link-item-5 > div#my-alerts,
a#menu-welcome-link-item-5 > div#admin-edit-mode,
a#menu-welcome-link-item-5 > div#menu-welcome-client-code,
a#menu-welcome-link-item-5 > div#my-profile-logout {
  height: 42px;
  width: 128px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
}

/* line 345, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-view,
a#menu-welcome-link-item-1 > div#my-profile-view,
a#menu-welcome-link-item-2 > div#my-profile-view,
a#menu-welcome-link-item-3 > div#my-profile-view,
a#menu-welcome-link-item-4 > div#my-profile-view,
a#menu-welcome-link-item-5 > div#my-profile-view {
  background-position: 0 -4808px;
}

/* line 348, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-view:hover,
a#menu-welcome-link-item-1 > div#my-profile-view:hover,
a#menu-welcome-link-item-2 > div#my-profile-view:hover,
a#menu-welcome-link-item-3 > div#my-profile-view:hover,
a#menu-welcome-link-item-4 > div#my-profile-view:hover,
a#menu-welcome-link-item-5 > div#my-profile-view:hover {
  background-position: 0 -4748px;
}

/* line 353, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#menu-welcome-client-code,
a#menu-welcome-link-item-1 > div#menu-welcome-client-code,
a#menu-welcome-link-item-2 > div#menu-welcome-client-code,
a#menu-welcome-link-item-3 > div#menu-welcome-client-code,
a#menu-welcome-link-item-4 > div#menu-welcome-client-code,
a#menu-welcome-link-item-5 > div#menu-welcome-client-code {
  background-position: 0 -1571px;
}

/* line 356, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#menu-welcome-client-code:hover,
a#menu-welcome-link-item-1 > div#menu-welcome-client-code:hover,
a#menu-welcome-link-item-2 > div#menu-welcome-client-code:hover,
a#menu-welcome-link-item-3 > div#menu-welcome-client-code:hover,
a#menu-welcome-link-item-4 > div#menu-welcome-client-code:hover,
a#menu-welcome-link-item-5 > div#menu-welcome-client-code:hover {
  background-position: 0 -1511px;
}

/* line 361, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-admin,
a#menu-welcome-link-item-1 > div#my-profile-admin,
a#menu-welcome-link-item-2 > div#my-profile-admin,
a#menu-welcome-link-item-3 > div#my-profile-admin,
a#menu-welcome-link-item-4 > div#my-profile-admin,
a#menu-welcome-link-item-5 > div#my-profile-admin {
  background-position: 0 -4568px;
}

/* line 364, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-admin:hover,
a#menu-welcome-link-item-1 > div#my-profile-admin:hover,
a#menu-welcome-link-item-2 > div#my-profile-admin:hover,
a#menu-welcome-link-item-3 > div#my-profile-admin:hover,
a#menu-welcome-link-item-4 > div#my-profile-admin:hover,
a#menu-welcome-link-item-5 > div#my-profile-admin:hover {
  background-position: 0 -4508px;
}

/* line 369, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#admin-edit-mode,
a#menu-welcome-link-item-1 > div#admin-edit-mode,
a#menu-welcome-link-item-2 > div#admin-edit-mode,
a#menu-welcome-link-item-3 > div#admin-edit-mode,
a#menu-welcome-link-item-4 > div#admin-edit-mode,
a#menu-welcome-link-item-5 > div#admin-edit-mode {
  background-position: 0 -391px;
}

/* line 372, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#admin-edit-mode:hover,
a#menu-welcome-link-item-1 > div#admin-edit-mode:hover,
a#menu-welcome-link-item-2 > div#admin-edit-mode:hover,
a#menu-welcome-link-item-3 > div#admin-edit-mode:hover,
a#menu-welcome-link-item-4 > div#admin-edit-mode:hover,
a#menu-welcome-link-item-5 > div#admin-edit-mode:hover {
  background-position: 0 -331px;
}

/* line 377, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#admin-edit-mode.enabled,
a#menu-welcome-link-item-1 > div#admin-edit-mode.enabled,
a#menu-welcome-link-item-2 > div#admin-edit-mode.enabled,
a#menu-welcome-link-item-3 > div#admin-edit-mode.enabled,
a#menu-welcome-link-item-4 > div#admin-edit-mode.enabled,
a#menu-welcome-link-item-5 > div#admin-edit-mode.enabled {
  background-position: 0 -271px;
}

/* line 380, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#admin-edit-mode.enabled:hover,
a#menu-welcome-link-item-1 > div#admin-edit-mode.enabled:hover,
a#menu-welcome-link-item-2 > div#admin-edit-mode.enabled:hover,
a#menu-welcome-link-item-3 > div#admin-edit-mode.enabled:hover,
a#menu-welcome-link-item-4 > div#admin-edit-mode.enabled:hover,
a#menu-welcome-link-item-5 > div#admin-edit-mode.enabled:hover {
  background-position: 0 -211px;
}

/* line 385, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-alerts,
a#menu-welcome-link-item-1 > div#my-alerts,
a#menu-welcome-link-item-2 > div#my-alerts,
a#menu-welcome-link-item-3 > div#my-alerts,
a#menu-welcome-link-item-4 > div#my-alerts,
a#menu-welcome-link-item-5 > div#my-alerts {
  background-position: 0 -4448px;
}

/* line 388, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-alerts:hover,
a#menu-welcome-link-item-1 > div#my-alerts:hover,
a#menu-welcome-link-item-2 > div#my-alerts:hover,
a#menu-welcome-link-item-3 > div#my-alerts:hover,
a#menu-welcome-link-item-4 > div#my-alerts:hover,
a#menu-welcome-link-item-5 > div#my-alerts:hover {
  background-position: 0 -4388px;
}

/* line 393, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-logout,
a#menu-welcome-link-item-1 > div#my-profile-logout,
a#menu-welcome-link-item-2 > div#my-profile-logout,
a#menu-welcome-link-item-3 > div#my-profile-logout,
a#menu-welcome-link-item-4 > div#my-profile-logout,
a#menu-welcome-link-item-5 > div#my-profile-logout {
  background-position: 0 -4688px;
}

/* line 396, ../../sass/stylesheets/header.scss */
a#menu-welcome-link-item-0 > div#my-profile-logout:hover,
a#menu-welcome-link-item-1 > div#my-profile-logout:hover,
a#menu-welcome-link-item-2 > div#my-profile-logout:hover,
a#menu-welcome-link-item-3 > div#my-profile-logout:hover,
a#menu-welcome-link-item-4 > div#my-profile-logout:hover,
a#menu-welcome-link-item-5 > div#my-profile-logout:hover {
  background-position: 0 -4628px;
}

/* line 411, ../../sass/stylesheets/header.scss */
#client-code-form {
  float: left;
}

/* line 416, ../../sass/stylesheets/header.scss */
#client-code-form-upper > div#client-code-warning {
  font-family: Arial;
  font-size: 13px;
  color: #A33038;
  margin-left: 194px;
  margin-bottom: 8px;
}

/* line 425, ../../sass/stylesheets/header.scss */
#client-code-form-bottom {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

/* line 431, ../../sass/stylesheets/header.scss */
#client-code-label {
  color: #dff0f9;
  font-weight: bold;
  padding-right: 5px;
}

/* line 437, ../../sass/stylesheets/header.scss */
#client-code-value {
  display: none;
}

@media print {
  /* line 441, ../../sass/stylesheets/header.scss */
  #client-code-value:not(:empty) {
    display: block;
  }
  /* line 443, ../../sass/stylesheets/header.scss */
  #client-code-value:not(:empty)::after {
    content: " | ";
    white-space: pre;
  }
}
/* line 450, ../../sass/stylesheets/header.scss */
#client-code-button {
  cursor: pointer;
}

/* line 454, ../../sass/stylesheets/header.scss */
#client-code-modal-title {
  color: #000000;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}

/* line 461, ../../sass/stylesheets/header.scss */
#client-code-modal-subtitle {
  color: #51626f;
  margin: 10px;
  font-size: 16px;
  text-align: center;
}

/* line 468, ../../sass/stylesheets/header.scss */
#client-code-modal-label {
  color: #51626f;
  margin: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

/* line 475, ../../sass/stylesheets/header.scss */
#client-code-modal-input {
  margin-left: 22px;
  background-color: #FFFFFF;
  width: 300px;
  height: 34px;
  font-size: 20px;
}

/* line 483, ../../sass/stylesheets/header.scss */
#client-code-modal-warning {
  color: #FF0000;
  margin-top: 20px;
  margin-left: 50px;
  font-weight: bold;
  font-size: 14px;
}

/* line 490, ../../sass/stylesheets/header.scss */
#client-code-modal-error {
  color: #FF0000;
  margin-top: 20px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 13px;
}

/* line 498, ../../sass/stylesheets/header.scss */
div#sub-nav-res {
  position: absolute;
  left: -230px;
  width: 624px;
  top: -10px;
  background-color: #ACC0C7;
}

/* line 505, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column {
  float: left;
  padding-bottom: 24px;
  padding-top: 15px;
}

/* line 510, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column > h4 > a {
  color: white;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 20px;
}

/* line 517, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column > h4 > a:hover {
  color: #0081C3;
}

/* line 521, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column > ul > li > a {
  line-height: 20px;
  font-size: 13px;
  color: #51626F;
}

/* line 526, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column > ul > li > a:hover {
  color: #0081C3;
}

/* line 532, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column.res-nav-column-cases {
  padding-left: 24px;
  width: 168px;
  padding-right: 20px;
}

/* line 538, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column.res-nav-column-cr {
  padding-left: 24px;
  width: 90px;
  padding-right: 23px;
}

/* line 544, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column.res-nav-column-judges {
  padding-left: 24px;
  width: 90px;
  padding-right: 24px;
}

/* line 550, ../../sass/stylesheets/header.scss */
div#sub-nav-res > div.column.res-nav-column-people {
  padding-left: 24px;
  width: 90px;
  padding-right: 23px;
}

/* line 557, ../../sass/stylesheets/header.scss */
#lb-nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-evenly;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
}

/* line 567, ../../sass/stylesheets/header.scss */
#lb-nav a {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 575, ../../sass/stylesheets/header.scss */
#lb-nav a:hover {
  background-color: #a4d2ec;
}

/* line 579, ../../sass/stylesheets/header.scss */
#lb-nav a.header-nav-selected {
  background-color: #A33038;
}

/* line 585, ../../sass/stylesheets/header.scss */
.dropdown {
  position: relative;
  display: inline-block;
  height: 100%;
}

/* line 591, ../../sass/stylesheets/header.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000000;
}

/* line 600, ../../sass/stylesheets/header.scss */
.dropdown-item {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
}

/* line 607, ../../sass/stylesheets/header.scss */
.dropdown:hover .dropdown-content {
  display: block;
}

/* line 613, ../../sass/stylesheets/header.scss */
#lb-nav .nav-label:first-child:not(#navNews) {
  padding-left: 7px;
}

/* line 616, ../../sass/stylesheets/header.scss */
#lb-nav .nav-label:last-child:not(#navNews) {
  padding-right: 7px;
}

/* line 620, ../../sass/stylesheets/header.scss */
#lb-nav .nav-label {
  color: #dff0f9;
  font-weight: bold;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 629, ../../sass/stylesheets/header.scss */
#banner-search-container {
  display: flex;
}

/* line 633, ../../sass/stylesheets/header.scss */
#searchType {
  width: 96px;
  height: 22px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #D4D5D7;
  background-position: 80px -5502px;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF;
  color: #51626F;
  font-weight: 600;
  font-size: 12px;
  border-radius: unset;
}

/* line 645, ../../sass/stylesheets/header.scss */
#searchType:focus {
  outline: #A4D2EC auto 5px;
}

/* line 651, ../../sass/stylesheets/header.scss */
#searchText {
  height: 20px;
  width: 130px;
  border: 1px solid white;
  border-radius: unset;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #D4D5D7;
  background-position: 190px -3169px;
  color: #51626F;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}

/* line 664, ../../sass/stylesheets/header.scss */
#searchText::-webkit-input-placeholder {
  color: #51626F;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  font-style: italic;
  font-family: Arial;
}

/* line 672, ../../sass/stylesheets/header.scss */
#searchText::-moz-placeholder {
  color: #51626F;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  font-style: italic;
  font-family: Arial;
}

/* line 680, ../../sass/stylesheets/header.scss */
#searchText:-ms-input-placeholder {
  color: #51626F;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  font-style: italic;
  font-family: Arial;
}

/* line 688, ../../sass/stylesheets/header.scss */
#searchText:-moz-placeholder {
  color: #51626F;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  font-style: italic;
  font-family: Arial;
}

/* line 697, ../../sass/stylesheets/header.scss */
#searchText:focus {
  outline: #A4D2EC auto 5px;
}

/* line 702, ../../sass/stylesheets/header.scss */
#searchEnterButton {
  background: #B6B8BA;
  height: 20px;
  width: 16px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 0;
  border-right: 0;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #B6B8BA;
  background-position: 0 -3169px;
}

/* line 713, ../../sass/stylesheets/header.scss */
#searchEnterButton:hover {
  cursor: pointer;
}

/* line 717, ../../sass/stylesheets/header.scss */
#searchEnterButton:focus {
  outline: #A4D2EC auto 5px;
}

@media (max-width: 940px) {
  /* line 723, ../../sass/stylesheets/header.scss */
  #quicksearch {
    min-width: 0;
    margin-left: 3px;
    margin-right: 3px;
  }
  /* line 729, ../../sass/stylesheets/header.scss */
  #lb-nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 734, ../../sass/stylesheets/header.scss */
  #banner-search-container {
    min-width: 0;
  }
  /* line 738, ../../sass/stylesheets/header.scss */
  #searchText {
    min-width: 0;
  }
  /* line 742, ../../sass/stylesheets/header.scss */
  #searchEnterButton {
    flex-shrink: 0;
  }
  /* line 746, ../../sass/stylesheets/header.scss */
  #clientcode {
    margin-left: 3px;
    margin-right: 5px;
  }
}
/* line 754, ../../sass/stylesheets/header.scss */
:not(:has(#clientcode)) #quicksearch {
  margin-right: 8px;
}

/* line 762, ../../sass/stylesheets/header.scss */
.quick-search-text-size-tip .yui3-widget-bd {
  background-color: #ffa485 !important;
}

/* line 766, ../../sass/stylesheets/header.scss */
.quick-search-text-size-tip .yui3-widget-ft {
  display: none;
}

/* line 773, ../../sass/stylesheets/header.scss */
.client-code-tip .yui3-tooltip-content {
  max-width: fit-content;
}

/* line 778, ../../sass/stylesheets/header.scss */
li:has(#menu-welcome-client-code) {
  display: none;
}

@media (max-width: 768px) {
  /* line 783, ../../sass/stylesheets/header.scss */
  li:has(#menu-welcome-client-code) {
    display: initial;
  }
}
@media screen and (max-width: 940px) {
  /* line 789, ../../sass/stylesheets/header.scss */
  #banner {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 793, ../../sass/stylesheets/header.scss */
  #welcome-name, #welcome-name.using-firstname {
    align-items: center;
  }
  /* line 796, ../../sass/stylesheets/header.scss */
  #welcome-name .first-name, #welcome-name.using-firstname .first-name {
    display: none;
  }
  /* line 800, ../../sass/stylesheets/header.scss */
  #welcome-name .welcome-initials, #welcome-name.using-firstname .welcome-initials {
    display: initial;
  }
  /* line 804, ../../sass/stylesheets/header.scss */
  #welcome-name #welcome-menu-icon, #welcome-name.using-firstname #welcome-menu-icon {
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  /* line 813, ../../sass/stylesheets/header.scss */
  #sidenav-menu-button .menu-button-text {
    padding: 0 0 2px 0;
  }
}
/* line 820, ../../sass/stylesheets/header.scss */
#ToastAlertContainer .lfr-tooltip-scope:has(#sessionToast) ~ .lfr-tooltip-scope {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 34, ../../sass/stylesheets/home.scss */
html:has(#home-main-image) {
  height: 100%;
}

/* line 38, ../../sass/stylesheets/home.scss */
body:has(#home-main-image) {
  height: 100%;
}

/* line 42, ../../sass/stylesheets/home.scss */
section#content:has(#home-main-image) {
  width: 85%;
  max-width: 1280px;
  flex-grow: 1;
}

/* line 48, ../../sass/stylesheets/home.scss */
#home-right {
  float: right;
  width: 224px;
}

/* line 53, ../../sass/stylesheets/home.scss */
#home-main {
  display: flex;
  height: 580px;
  justify-content: center;
}

/* line 59, ../../sass/stylesheets/home.scss */
#home-main-image {
  width: 100%;
}

/* line 63, ../../sass/stylesheets/home.scss */
.signin {
  width: 93px;
  height: 33px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5596px;
}

/* line 68, ../../sass/stylesheets/home.scss */
.signin:hover {
  cursor: pointer;
  background-position: 0 -5546px;
}

/* line 74, ../../sass/stylesheets/home.scss */
.home-content {
  font-size: 12px;
  line-height: 16px;
  padding-right: 10px;
}

/* line 80, ../../sass/stylesheets/home.scss */
.home-content-anonymous-link {
  color: #ACC0C7;
}

/* line 84, ../../sass/stylesheets/home.scss */
.home-content-link {
  color: #0081C3;
}

/* line 88, ../../sass/stylesheets/home.scss */
#image-container {
  display: block;
}

/* line 92, ../../sass/stylesheets/home.scss */
#mobile-image-container {
  display: none;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /* line 99, ../../sass/stylesheets/home.scss */
  section#content:has(#home-main-image) {
    width: 100%;
  }
  /* line 103, ../../sass/stylesheets/home.scss */
  #home-main-image {
    aspect-ratio: 768/1200;
    height: auto;
  }
  /* line 108, ../../sass/stylesheets/home.scss */
  #image-container {
    display: none;
  }
  /* line 112, ../../sass/stylesheets/home.scss */
  #mobile-image-container {
    display: block;
  }
  /* line 114, ../../sass/stylesheets/home.scss */
  #mobile-image-container svg {
    width: 100%;
    margin: 0;
  }
}
/* line 8, ../../sass/stylesheets/honors-affiliations.scss */
.honors-aff-item {
  margin-left: 32px;
}

/* line 12, ../../sass/stylesheets/honors-affiliations.scss */
.honors-aff-group {
  margin-left: 16px;
  margin-top: 8px;
}

/* line 17, ../../sass/stylesheets/honors-affiliations.scss */
#honors-afCiv-section {
  margin-top: 16px;
}

/* line 21, ../../sass/stylesheets/honors-affiliations.scss */
#honors-honor-list-0 {
  margin-top: -16px;
}

/* line 25, ../../sass/stylesheets/honors-affiliations.scss */
#honors-left-spacing {
  margin-left: 16px;
  padding-bottom: 44px;
}

/* line 32, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container .form-field-wrapper {
  margin: unset;
}

/* line 36, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container .edit-bar {
  margin-left: 32px;
}

/* line 40, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container .info-box-content {
  padding-left: initial;
}

/* line 44, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container #edit-jpm-organizations-content {
  margin-left: 16px;
}

/* line 48, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container #save-jmp-organizations {
  width: 100%;
}

/* line 54, ../../sass/stylesheets/honors-affiliations.scss */
#honors-pros-heading, #honors-civs-heading {
  display: flex;
  justify-content: space-between;
}

/* line 58, ../../sass/stylesheets/honors-affiliations.scss */
#honors-pros-heading .subheading-label, #honors-civs-heading .subheading-label {
  align-self: end;
}

/* line 66, ../../sass/stylesheets/honors-affiliations.scss */
.honors.section .jpm {
  display: flex;
  justify-content: end;
  padding-right: 3em;
  margin-bottom: -15px;
}

/* line 77, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container .honors-aff-group.jpm-item, #edit-jpm-civics-container .honors-aff-group.jpm-item {
  padding-top: 0 !important;
  line-height: 1.5em;
}

/* line 86, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-organizations-container .honors-aff-group.jpm-item {
  margin-left: 32px;
}

/* line 94, ../../sass/stylesheets/honors-affiliations.scss */
#edit-jpm-civics-container .info-box-content {
  padding-left: 32px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 27, ../../sass/stylesheets/infobox.scss */
.info-box {
  margin-bottom: 8px;
  margin-right: 8px;
}

/* line 31, ../../sass/stylesheets/infobox.scss */
.info-box.left {
  width: 224px;
}

/* line 34, ../../sass/stylesheets/infobox.scss */
.info-box.right {
  width: 238px;
}

/* line 37, ../../sass/stylesheets/infobox.scss */
.info-box.tiny {
  width: 140px;
}

/* line 40, ../../sass/stylesheets/infobox.scss */
.info-box.medium {
  width: 332px;
}

/* line 43, ../../sass/stylesheets/infobox.scss */
.info-box.large {
  max-width: 480px;
}

/* line 48, ../../sass/stylesheets/infobox.scss */
.info-box-header {
  color: white;
  background-color: #595959;
  padding-left: 16px;
  line-height: 24px;
  font-size: 13px;
}

/* line 56, ../../sass/stylesheets/infobox.scss */
.info-box-content {
  padding-left: 16px;
  color: #51626F;
  line-height: 44px;
  font-size: 13px;
  background-color: white;
}

/* line 65, ../../sass/stylesheets/infobox.scss */
.info-box-content.narrative-bio-content {
  line-height: 20px;
  padding-right: 16px;
  padding-bottom: 24px;
}

/* line 73, ../../sass/stylesheets/infobox.scss */
.info-box-content.narrative-jso-content {
  line-height: 20px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 15, ../../sass/stylesheets/distinction.scss */
#profile-distinction {
  background-color: #51626F;
  color: white;
  height: 32px;
  line-height: 32px;
  display: flex;
  justify-content: space-around;
  margin-right: 2px;
  margin-top: 32px;
  margin-bottom: 16px;
}

/* line 27, ../../sass/stylesheets/distinction.scss */
.report-email-inaccuracies {
  display: flex;
}

/* line 31, ../../sass/stylesheets/distinction.scss */
#person-distinction {
  padding-left: 30px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5960px;
  font-weight: normal;
  font-size: 13px;
}

/* line 39, ../../sass/stylesheets/distinction.scss */
#report-inaccuracies {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -443px;
  padding-left: 32px;
  padding-right: 12px;
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
}

/* line 47, ../../sass/stylesheets/distinction.scss */
#report-inaccuracies a {
  color: white;
}

/* line 52, ../../sass/stylesheets/distinction.scss */
#email-inaccuracies {
  width: 17px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -1848px;
  cursor: pointer;
}

/* line 57, ../../sass/stylesheets/distinction.scss */
#email-inaccuracies:hover {
  background-position: 0 -1814px;
}

/* line 62, ../../sass/stylesheets/distinction.scss */
#update-profile {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -1241px;
  cursor: pointer;
  visibility: hidden;
}

/* line 68, ../../sass/stylesheets/distinction.scss */
#update-profile:hover {
  background-position: 0 -1285px;
}

/* line 72, ../../sass/stylesheets/distinction.scss */
#update-profile-tooltip {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2017px;
  width: 16px;
  height: 20px;
  margin-left: 130px;
}

/* line 1, ../../sass/stylesheets/indEditor.scss */
.ind-edit-box {
  height: 400px;
  width: 300px;
  background-color: #E8F3F9;
  border: 1px solid #33AAFF;
  margin: 0px 8px 5px 0px;
  overflow: auto;
}

/* line 10, ../../sass/stylesheets/indEditor.scss */
.ind-edit-box ul {
  margin: 0 0 0 0;
  text-decoration: none;
  cursor: pointer;
}

/* line 16, ../../sass/stylesheets/indEditor.scss */
.ind-edit-box ul li {
  height: 20px;
  padding: 0 0 0 0;
  text-decoration: none;
}

/* line 22, ../../sass/stylesheets/indEditor.scss */
.ind-edit-box ul li:hover {
  background-color: #86caff;
}

/* line 26, ../../sass/stylesheets/indEditor.scss */
.ind-edit-label {
  width: 300px;
  margin: 0px 10px 0px 0px;
}

/* line 31, ../../sass/stylesheets/indEditor.scss */
.link-btn {
  float: right;
}

/* line 35, ../../sass/stylesheets/indEditor.scss */
#edit-ind-list ul li {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -850px;
  height: 12px;
  padding-left: 20px;
  margin-top: 3px;
}

/* line 42, ../../sass/stylesheets/indEditor.scss */
#edit-ind-list .selected {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -300px;
  height: 12px;
}

/* line 47, ../../sass/stylesheets/indEditor.scss */
#edit-ind-org-select {
  padding-bottom: 1.25em;
}

/* line 51, ../../sass/stylesheets/indEditor.scss */
span.ind-org-display-name {
  font-weight: bold;
}

/* line 55, ../../sass/stylesheets/indEditor.scss */
div.ind-org-helper-text {
  font-style: italic;
  margin-top: 5px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 3, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-wrapper {
  margin-top: 20px;
  width: 700px;
  height: 300px;
}

/* line 9, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-topSide {
  float: left;
  width: 38%;
  height: 10%;
}

/* line 15, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-topMiddle {
  float: left;
  width: 20%;
  height: 10%;
}

/* line 21, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-box {
  float: left;
  width: 38%;
  height: 80%;
  border: #261a3b 1px solid;
  overflow: auto;
}

/* line 29, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-bc-wrapper {
  float: left;
  width: 20%;
  height: 80%;
}

/* line 35, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-bc-spacer {
  width: 100%;
  height: 25%;
}

/* line 40, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-bc-middle {
  width: 90%;
  height: 45%;
  margin: 5%;
}

/* line 46, ../../sass/stylesheets/juryVerdict.scss */
.jv-ss-footer {
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 10%;
  text-align: right;
}

/* line 55, ../../sass/stylesheets/juryVerdict.scss */
#jv-terms {
  float: none;
  background-color: #fff;
  margin: 0px 8px 5px 0px;
  border: 1px solid #939598;
  border-radius: 5px;
}

/* line 63, ../../sass/stylesheets/juryVerdict.scss */
#jv-terms #jv-terms li {
  margin: 0 0 0 3px;
  font-size: 10px;
  line-height: 18px;
  color: #76787A;
}

/* line 72, ../../sass/stylesheets/juryVerdict.scss */
#jv-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/*********************************************************************
Term Select Modal
**********************************************************************/
/* line 81, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-select-edit-box {
  height: 240px;
  width: 29%;
  float: left;
  background-color: #E8F3F9;
  border-style: solid;
  border-width: 1px;
  margin: 0 5px 5px 10px;
  overflow: auto;
}

/* line 92, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-select-edit-box ul {
  cursor: pointer;
}

/* line 97, ../../sass/stylesheets/juryVerdict.scss */
#jv-term-select-edit-left, #jv-term-select-edit-selected {
  margin-left: 15px;
}

/* line 101, ../../sass/stylesheets/juryVerdict.scss */
#jv-term-select-edit-mid {
  width: 31%;
}

/* line 105, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-select-edit-box ul li {
  height: 20px;
  padding: 0 0 0 0;
  text-decoration: none;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 113, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-select-edit-box ul li:hover {
  background-color: #86caff;
}

/* line 117, ../../sass/stylesheets/juryVerdict.scss */
.selected-category,
.selected-filter {
  background-color: #86CAFF;
}

/* line 122, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-select-edit-label {
  width: 31%;
  float: left;
  padding: 2px 0 0 12px;
}

/* line 128, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-select-link-btn {
  float: right;
}

/* line 132, ../../sass/stylesheets/juryVerdict.scss */
#jv-term-select-edit-right ul li {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -850px;
  width: 12px;
  height: 12px;
  padding-left: 20px;
  margin-top: 3px;
}

/* line 140, ../../sass/stylesheets/juryVerdict.scss */
#jv-term-select-edit-right .selected {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -300px;
  width: 12px;
  height: 12px;
}

/* line 146, ../../sass/stylesheets/juryVerdict.scss */
#jv-term-select-edit-selected {
  min-height: 25px;
  height: 100% !important;
  width: 588px;
  float: left;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 3px 0 5px 0;
}

/* line 158, ../../sass/stylesheets/juryVerdict.scss */
#jv-term-select-edit-selected .selected {
  background: url(/o/lb-portlet/images/sprite.png) no-repeat 0 -818px;
  height: 12px;
  padding-left: 20px;
}

/* line 164, ../../sass/stylesheets/juryVerdict.scss */
.jv-term-italics {
  font-style: italic;
}

/* line 168, ../../sass/stylesheets/juryVerdict.scss */
div#jv-term-select-modal-content + div#modal-buttons-container > a {
  margin-right: 18px;
  margin-top: 10px;
}

/*
div#jv-term-select-modal-content {
  font-family: Arial
}*/
/* line 179, ../../sass/stylesheets/juryVerdict.scss */
span.jv-underline {
  text-decoration: underline;
}

/* line 182, ../../sass/stylesheets/juryVerdict.scss */
.jv-nowrap {
  white-space: nowrap;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 27, ../../sass/stylesheets/judges.scss */
.judge-edu-label {
  font-weight: bold;
  font-size: 12px;
  color: #636466;
  line-height: 20px;
}

/* line 34, ../../sass/stylesheets/judges.scss */
.edit-jso-links {
  width: 480px;
  height: 20px;
  border: 1px dashed #B6B8BA;
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 10px;
  color: #51626F;
  font-weight: bold;
  line-height: 20px;
}

/* line 45, ../../sass/stylesheets/judges.scss */
.judge-edu-value {
  font-size: 12px;
  color: #636466;
  line-height: 20px;
}

/* line 51, ../../sass/stylesheets/judges.scss */
.judge-profile-content {
  font-size: 12px;
  color: #636466;
  line-height: 20px;
}

/* line 57, ../../sass/stylesheets/judges.scss */
.judge-subtabbed-content {
  padding-right: 32px;
}

/* line 61, ../../sass/stylesheets/judges.scss */
div.judge-profile-content {
  padding-bottom: 8px;
}

/* line 65, ../../sass/stylesheets/judges.scss */
.judge-personal-content {
  padding-right: 12px;
}

/* line 69, ../../sass/stylesheets/judges.scss */
.judge-jsolinks-content {
  padding-left: 10px;
  color: #51626F;
  line-height: 20px;
  font-size: 13px;
  background-color: white;
}

/* line 79, ../../sass/stylesheets/judges.scss */
.judge-publications-horizontal-rule {
  padding-bottom: 16px;
}

/* line 83, ../../sass/stylesheets/judges.scss */
#subTabContent1 {
  color: #636466;
  font-size: 12px;
  line-height: 20px;
}

/* line 32, ../../sass/stylesheets/lawsuit.scss */
.lawsuit {
  background-color: white;
}

/* line 38, ../../sass/stylesheets/lawsuit.scss */
div#dynContentLawsuit3 {
  min-height: 100px;
  border: 0px;
  background-color: white;
}

/* line 47, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .lawsuit-case-view-breadcrumb-container.select-view {
  background-color: #F1F2F2;
  height: 38px;
  padding: 0 128px;
  margin-top: -2px;
}

/* line 54, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#lawsuit-result-header {
  background-color: white;
  font-size: 15px;
  padding-top: 10px;
  padding-left: 10px;
}

/* line 61, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#lawsuit-alert-name-header {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
}

/* line 67, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#paginator-top-result-node {
  float: right;
  padding-bottom: 4px;
  padding-right: 50px;
}

/* line 71, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#paginator-top-result-node span.custom-page-report {
  font-weight: bold;
}

/* line 76, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#paginator-bottom-result-node {
  float: right;
  padding-bottom: 4px;
  padding-right: 50px;
}

/* line 80, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#paginator-bottom-result-node span.custom-page-report {
  font-weight: bold;
}

/* line 85, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-paginator-last, div#dynContent2.lawsuit .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 94, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#datatable-paging-controls {
  margin-top: 12px;
  text-align: -webkit-right;
}

/* line 99, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#result-node {
  width: 900px;
  margin-left: 10px;
}

/* line 103, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit div#result-node table {
  width: 900px;
  padding-top: 16px;
  border-top: 1px solid #939598;
}

/* line 110, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit thead.yui3-datatable-columns div.yui3-datatable-liner {
  font-size: 11px;
  color: #51626F;
  font-weight: 600;
}

/* line 116, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-caseNumber {
  width: 103px;
}

/* line 118, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-caseNumber > a {
  width: 103px;
}

/* line 122, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-fileDate {
  width: 80px;
}

/* line 127, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-plaintiffs {
  width: 97px;
  text-transform: uppercase;
}

/* line 132, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-defendants {
  width: 150px;
  text-transform: uppercase;
}

/* line 138, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-shortcite {
  width: 80px;
}

/* line 143, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-col-caseType {
  width: 215px;
  text-transform: uppercase;
}

/* line 156, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-desc.yui3-datatable-col-caseNumber {
  background-position: 74px -3227px;
}

/* line 160, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-desc.yui3-datatable-col-fileDate {
  background-position: 56px -3227px;
}

/* line 163, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-desc.yui3-datatable-col-plaintiffs {
  background-position: 55px -3227px;
}

/* line 168, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-desc.yui3-datatable-col-defendants {
  background-position: 69px -3227px;
}

/* line 174, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-desc.yui3-datatable-col-shortcite {
  background-position: 74px -3227px;
}

/* line 179, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-desc.yui3-datatable-col-caseType {
  background-position: 58px -3227px;
}

/* line 190, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-asc.yui3-datatable-col-caseNumber {
  background-position: 74px -3202px;
}

/* line 194, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-asc.yui3-datatable-col-fileDate {
  background-position: 56px -3202px;
}

/* line 198, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-asc.yui3-datatable-col-plaintiffs {
  background-position: 55px -3202px;
}

/* line 202, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-asc.yui3-datatable-col-defendants {
  background-position: 69px -3202px;
}

/* line 206, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-asc.yui3-datatable-col-shortcite {
  background-position: 74px -3202px;
}

/* line 210, ../../sass/stylesheets/lawsuit.scss */
div#dynContent2.lawsuit .yui3-datatable-asc.yui3-datatable-col-caseType {
  background-position: 58px -3202px;
  bacckground-position: 34px -3202px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 5, ../../sass/stylesheets/login.scss */
#lawyerport-login-card {
  flex-direction: column !important;
  box-shadow: none;
}

/* line 8, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .form-wrapper {
  background: #F6F6F6;
}

/* line 12, ../../sass/stylesheets/login.scss */
#lawyerport-login-card #pmlinks {
  font-size: 16px;
}

/* line 16, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .mdc-text-field--outlined.mdc-text-field--lawyerport-text {
  padding-left: 0;
}

/* line 20, ../../sass/stylesheets/login.scss */
#lawyerport-login-card input.mdc-text-field--lawyerport-text {
  padding-left: 12px;
}

/* line 24, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .mdc-text-field--lawyerport-text.mdc-text-field--outlined, #lawyerport-login-card .reveal-password {
  height: 44px;
}

/* line 26, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .mdc-text-field--lawyerport-text.mdc-text-field--outlined .mdc-icon-button, #lawyerport-login-card .reveal-password .mdc-icon-button {
  padding: 0;
}

/* line 31, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .mdc-text-field--lawyerport-text .mdc-text-field__input {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 36, ../../sass/stylesheets/login.scss */
#lawyerport-login-card hr.my-4 {
  visibility: hidden;
  margin: 1rem 0 0 !important;
}

/* line 41, ../../sass/stylesheets/login.scss */
#lawyerport-login-card #submitBtn {
  margin-top: 1em;
}

/* line 45, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .caps-on {
  margin-top: -10px;
}

/* line 50, ../../sass/stylesheets/login.scss */
#lawyerport-login-card div:has(.mdc-text-field--invalid + .client-code-validation-message) .client-code-validation-message {
  display: flex;
}

/* line 55, ../../sass/stylesheets/login.scss */
#lawyerport-login-card .client-code-validation-message {
  display: none;
}

/* line 61, ../../sass/stylesheets/login.scss */
#content.loginContainer {
  box-shadow: none;
}

/* line 65, ../../sass/stylesheets/login.scss */
.mdc-top-app-bar--fixed-adjust {
  padding-top: 0 !important;
}

/* line 69, ../../sass/stylesheets/login.scss */
.cas-footer {
  flex-direction: column;
  background-color: unset;
}

/* line 72, ../../sass/stylesheets/login.scss */
.cas-footer.align-items-center {
  align-items: unset !important;
}

/* line 75, ../../sass/stylesheets/login.scss */
.cas-footer.py-3 {
  padding: 0 !important;
}

/* line 80, ../../sass/stylesheets/login.scss */
#content:has(> .loginContainer, > .logoutContainer) {
  display: flex;
  min-height: 85.5vh;
  box-shadow: unset;
}

/* line 86, ../../sass/stylesheets/login.scss */
.loginWelcome {
  font-size: 26px;
  color: #900C3F;
  font-weight: normal;
}

/* line 92, ../../sass/stylesheets/login.scss */
.loginLeft {
  background: #F6F6F6;
  font-size: 22px;
  color: #636466;
  padding: 10px 16px 24px;
}

/* line 99, ../../sass/stylesheets/login.scss */
.login-username-password {
  font-weight: 600;
  font-size: 12px;
  color: #024d71;
  margin-top: 5px;
}

/* line 106, ../../sass/stylesheets/login.scss */
.loginContainer {
  display: flex;
  line-height: 20px;
  margin: 20px auto;
  max-width: 580px;
}

/* line 113, ../../sass/stylesheets/login.scss */
.logoutContainer {
  display: flex;
  line-height: 20px;
  padding: 20px;
  flex-flow: column nowrap;
  row-gap: 5px;
  justify-content: flex-start;
}

/* line 121, ../../sass/stylesheets/login.scss */
.logoutContainer.w-50 {
  width: auto;
}

/* line 125, ../../sass/stylesheets/login.scss */
.logoutContainer.m-auto {
  margin: 0 auto !important;
}

/* line 129, ../../sass/stylesheets/login.scss */
.logoutContainer h3 {
  margin-bottom: 10px;
}

/* line 134, ../../sass/stylesheets/login.scss */
#login-intro {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #636466;
  max-width: 100%;
}

/* line 142, ../../sass/stylesheets/login.scss */
#login-intro a {
  display: flex;
}

/* line 145, ../../sass/stylesheets/login.scss */
#login-intro a img {
  height: auto;
  width: 90%;
}

/* line 152, ../../sass/stylesheets/login.scss */
.login-row {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  column-gap: 20px;
  row-gap: 20px;
}

/* line 160, ../../sass/stylesheets/login.scss */
#login-right {
  font-size: 22px;
}

/* line 165, ../../sass/stylesheets/login.scss */
#login-form-heading {
  color: #024d71;
  font-size: 20px;
  margin: unset;
  margin-bottom: 17px;
  font-weight: normal;
}

/* line 173, ../../sass/stylesheets/login.scss */
.login-forgot-password-row {
  margin-top: 14px;
}

/* line 177, ../../sass/stylesheets/login.scss */
.login-forgot-password {
  margin-right: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 184, ../../sass/stylesheets/login.scss */
.login-forgot-password a {
  margin-right: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 191, ../../sass/stylesheets/login.scss */
.login-claim-profile {
  font-size: 10px;
  font-weight: normal;
  color: #0082CA;
  float: right;
}

/* line 198, ../../sass/stylesheets/login.scss */
.login-claim-profile a {
  font-size: 10px;
  font-weight: normal;
  color: #0082CA;
  float: right;
}

/* line 205, ../../sass/stylesheets/login.scss */
.login-form-buttons {
  display: flex;
}

/* line 210, ../../sass/stylesheets/login.scss */
.login-form-buttons div {
  display: flex;
}

/* line 214, ../../sass/stylesheets/login.scss */
.login-form-buttons button, .login-form-buttons button[type=submit] {
  color: #c3b4b4;
  background-color: #024d71;
  text-transform: none;
  border-radius: 4px;
  width: 76px;
  font-size: 16px;
  padding: 4px 4px;
  white-space: nowrap;
}

/* line 225, ../../sass/stylesheets/login.scss */
.login-form-buttons button:hover {
  background-color: #4dd2ff;
  color: #817a7a;
}

/* line 230, ../../sass/stylesheets/login.scss */
.login-form-buttons .login-reset-button {
  width: 76px;
  color: #706e6e !important;
  background-color: white;
  padding: 0 6px;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
  margin-right: -11px;
  border-radius: 4px;
  border: 1px solid #B6B8BA;
  margin-left: 0px;
}

/* line 247, ../../sass/stylesheets/login.scss */
.login-text-field {
  background: #FFFFFF;
  width: 210px;
  height: 28px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 8px;
}

/* line 256, ../../sass/stylesheets/login.scss */
.loginLogin {
  float: right;
  margin-right: 1em;
  text-align: right;
}

/* line 262, ../../sass/stylesheets/login.scss */
.loginLinks {
  margin-top: 6px;
  width: 100%;
  float: right;
}

/* line 268, ../../sass/stylesheets/login.scss */
.loginForgot {
  width: 50%;
  float: left;
}

/* line 273, ../../sass/stylesheets/login.scss */
.taglib-captcha {
  width: 150px;
  margin-top: 10px;
}

/* line 278, ../../sass/stylesheets/login.scss */
.aui-field-label {
  display: block;
}

/* line 282, ../../sass/stylesheets/login.scss */
.aui-field-input-text {
  width: 145px;
  height: 1.875em;
  border-style: none;
  background: #E8F3F9 none;
}

/* line 289, ../../sass/stylesheets/login.scss */
.loginErrors {
  color: #E91E63;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin-left: 308px;
  margin-top: 16px;
  border-radius: 3px 3px;
  width: 350px;
  background-color: #FFFFD5;
  position: absolute;
  border: none;
}

@media (max-width: 768px) {
  /* line 306, ../../sass/stylesheets/login.scss */
  #login-intro a img {
    margin: auto;
    max-width: 90%;
  }
  /* line 313, ../../sass/stylesheets/login.scss */
  .login-row {
    flex-flow: column;
    align-items: center;
    order: 1;
  }
  /* line 319, ../../sass/stylesheets/login.scss */
  #login-right {
    order: 2;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 117, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container {
  float: left;
  background-color: #ffffff;
  width: 404px;
  padding-left: 32px;
  padding-right: 32px;
}

/* line 127, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container.center-expanded {
  width: 659px;
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #939598;
}

/* line 134, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div#cms-content-container, #marketplace-center-container > div#dynContent2, #marketplace-center-container > div#dynContent3 {
  padding-left: 96px;
  width: 536px;
}

/* line 143, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div#search-header-prefix {
  line-height: 16px;
  padding-top: 32px;
}

/* line 149, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div#marketplace-page-label {
  padding-bottom: 10px;
  line-height: 20px;
  margin-left: 48px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

/* line 165, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row > div.search-detail-container > h3#title-wrapper > a.search-click-through {
  line-height: 20px;
  display: block;
}

/* line 171, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row > div.search-detail-container > p.search-sub-light {
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #636466;
  padding-bottom: 0px;
  display: block;
}

/* line 181, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row > div.search-detail-container > p.result-description {
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  color: #636466;
  padding-top: 12px;
}

/* line 191, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-platinum {
  background: #F1F1F2;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #A33038;
}

/* line 199, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-platinum.first-result {
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #A33038;
}

/* line 207, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-platinum > div.search-detail-container > h3#title-wrapper > a.search-click-through {
  font-size: 18px;
  font-weight: bold;
  color: #A33038;
}

/* line 214, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-platinum > div.search-detail-container > p.result-links {
  line-height: 16px;
  padding-top: 12px;
}

/* line 218, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-platinum > div.search-detail-container > p.result-links > a {
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 230, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-gold > div.search-detail-container > h3#title-wrapper > a.search-click-through {
  font-size: 14px;
  font-weight: bold;
  color: #0082CA;
}

/* line 237, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-gold > div.search-detail-container > p.result-links {
  line-height: 16px;
  padding-top: 12px;
}

/* line 241, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-gold > div.search-detail-container > p.result-links > a {
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 250, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-basic > div.search-detail-container {
  margin-left: 64px;
}

/* line 253, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-basic > div.search-detail-container > h3#title-wrapper > a.search-click-through {
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 260, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-basic > div.search-detail-container > p.result-links {
  line-height: 16px;
  padding-top: 4px;
}

/* line 264, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent1 > div.search-row.search-result-basic > div.search-detail-container > p.result-links > a {
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 276, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container {
  margin-top: 28px;
  height: 180px;
  background-color: #E6E7E8;
}

/* line 283, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-vendor-name, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-service-category, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-city {
  float: left;
  margin-bottom: 0px;
  width: 235px;
}

/* line 291, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-vendor-name input, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-service-category input, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword input, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-city input {
  width: 228px;
  height: 26px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #939598;
  padding-left: 5px;
}

/* line 303, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-vendor-name select, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-service-category select, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword select, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-city select {
  width: 233px;
  height: 26px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #ffffff;
  background-position: 205px -5502px;
  font-size: 12px;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #939598;
}

/* line 314, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-vendor-name label, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-service-category label, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword label, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-city label {
  margin-top: 2px;
  color: #939598;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}

/* line 323, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword {
  clear: left;
}

/* line 328, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-city {
  margin-top: 20px;
}

/* line 333, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-vendor-name, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-service-category {
  margin-top: 28px;
}

/* line 339, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-vendor-name, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-keyword {
  margin-left: 24px;
  margin-right: 0px;
}

/* line 345, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-service-category, #marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-advanced-search-form-node > div.form-field-wrapper.marketplace-city {
  margin-left: 20px;
}

/* line 352, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-run-advanced-search-container {
  float: left;
  margin-top: 4px;
}

/* line 356, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-run-advanced-search-container > a#marketplace-search-run-advanced-search {
  float: right;
  background-color: #B8B8BA;
  padding: 0px 0px;
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 24px;
  margin-bottom: 12px;
  padding-bottom: 24px;
  padding-right: 89px;
}

/* line 368, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent2 > div#marketplace-search-advanced-search-form-container > div#marketplace-search-run-advanced-search-container > a#marketplace-search-run-advanced-search:hover {
  background-color: #A4D2EC;
}

/* line 377, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container {
  margin-top: 33px;
  width: 100%;
  float: left;
}

/* line 382, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container p.subheading {
  font-size: 14px;
  font-weight: normal;
  color: #ACC0C7;
  margin-bottom: 13px;
  line-height: 15px;
}

/* line 390, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-1 > ul#marketplace-category-list-1 {
  margin-right: 12px;
}

/* line 394, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-1 > ul#marketplace-category-list-1, #marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-2 > ul#marketplace-category-list-2 {
  float: left;
  width: 262px;
  margin-bottom: 12px;
}

/* line 400, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-1 > ul#marketplace-category-list-1 > li.marketplace-list-item, #marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-2 > ul#marketplace-category-list-2 > li.marketplace-list-item {
  list-style-type: none;
  border-bottom-style: solid;
  border-bottom-color: #DFE5E6;
  border-bottom-width: 1px;
  font-size: 14px;
  font-weight: normal;
  color: #0082CA;
}

/* line 409, ../../sass/stylesheets/marketplace.scss */
#marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-1 > ul#marketplace-category-list-1 > li.marketplace-list-item a, #marketplace-center-container > div#dynContent3 > div#marketplace-category-list-container > div#marketplace-list-2 > ul#marketplace-category-list-2 > li.marketplace-list-item a {
  line-height: 20px;
  padding-bottom: 4px;
  padding-top: 4px;
  display: block;
}

/* line 420, ../../sass/stylesheets/marketplace.scss */
#marketplace-top-container {
  display: flex;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 3, ../../sass/stylesheets/modal.scss */
.modal-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=25);
}

/* line 15, ../../sass/stylesheets/modal.scss */
.modal-content {
  background-color: white;
  padding: 1.25em;
}

/* line 19, ../../sass/stylesheets/modal.scss */
.modal-content .delete-name {
  text-align: center;
  color: #024D71;
  align-content: center;
  font-size: 13px;
}

/* line 25, ../../sass/stylesheets/modal.scss */
.modal-content .name-button-confirm-yes {
  color: white;
  background-color: #024D71;
  border: 2px solid #024D71;
  border-radius: 5px;
  width: 2px;
  text-align: center;
  display: inline-table;
}

/* line 34, ../../sass/stylesheets/modal.scss */
.modal-content .name-button-confirm-no {
  color: #024D71;
  background-color: white;
  border: 2px solid #024D71;
  border-radius: 5px;
  width: 2px;
  text-align: center;
  display: inline-table;
}

/* line 45, ../../sass/stylesheets/modal.scss */
.modal-header {
  padding: 0.625em;
  margin: 0;
  background-color: #D3D7DA;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #842b38;
}

/* line 54, ../../sass/stylesheets/modal.scss */
.modal-header-confirmation {
  background-color: #E25F31;
  margin-top: 60px;
  padding: 0.625em;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #FFF;
}

/* line 63, ../../sass/stylesheets/modal.scss */
.modal-content-confirmation {
  background-color: white;
  padding: 1.25em;
}

/* line 68, ../../sass/stylesheets/modal.scss */
.close-modal:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 77, ../../sass/stylesheets/modal.scss */
.close-modal {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 88, ../../sass/stylesheets/modal.scss */
.yui3-overlay {
  position: absolute;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 61, ../../sass/stylesheets/news.scss */
#news-center-container {
  width: 100%;
}

/* line 63, ../../sass/stylesheets/news.scss */
#news-center-container #dynContent1 {
  font-size: 1.25em;
  display: flex;
  flex-wrap: wrap;
  flex-grow: inherit;
  justify-content: space-between;
  width: 100%;
}

/* line 74, ../../sass/stylesheets/news.scss */
#news-center-container.article-results-narrow {
  margin-top: initial;
}

/* line 77, ../../sass/stylesheets/news.scss */
#news-center-container.article-results-narrow #dynContent1 {
  justify-content: start;
  align-content: start;
  flex-direction: column;
}

/* line 83, ../../sass/stylesheets/news.scss */
#news-center-container.article-results-narrow .search-paging {
  width: 60%;
}

/* line 89, ../../sass/stylesheets/news.scss */
.menu-icon {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: -9px -1948px;
  margin: 0 4px;
  height: 15px;
  width: 20px;
}

/* line 97, ../../sass/stylesheets/news.scss */
.menu-icon-text {
  font-weight: bold;
}

/* line 101, ../../sass/stylesheets/news.scss */
#sidenav-menu-button {
  border: none;
  background-color: inherit;
  padding: 7px 8px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  width: 70px;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 0 10px;
}

/* line 114, ../../sass/stylesheets/news.scss */
#sidenav-menu-button:hover {
  background: #eee;
  color: black !important;
}

/* line 126, ../../sass/stylesheets/news.scss */
#news-search-icon {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5021px;
  cursor: pointer;
}

/* line 120, ../../sass/stylesheets/news.scss */
#news-search-icon .yui3-widget-modal {
  max-height: calc(100vh - 52px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 120, ../../sass/stylesheets/news.scss */
#news-search-icon.cdlb-news .yui3-widget-modal {
  max-height: calc(100vh - 102px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 120, ../../sass/stylesheets/news.scss */
#news-search-icon.cl-news .yui3-widget-modal {
  max-height: calc(100vh - 117px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 120, ../../sass/stylesheets/news.scss */
.newsspace-header.sticky #news-search-icon .yui3-widget-modal {
  max-height: calc(100vh - 35px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 151, ../../sass/stylesheets/news.scss */
#news-search-form {
  background-color: #E6E7E8;
}

/* line 155, ../../sass/stylesheets/news.scss */
#news-search-form #btnPracticeArea {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2124px;
  padding-left: 12px;
}

/* line 163, ../../sass/stylesheets/news.scss */
#news-search-form > .search-form-header {
  width: 192px;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

/* line 172, ../../sass/stylesheets/news.scss */
#news-search-form .form-field-wrapper {
  margin: 0.6em;
}

/* line 177, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node {
  width: 160px;
  margin-right: 16px;
  margin-left: 12px;
}

/* line 182, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node label,
#news-advanced-search-form-node #news-search-practice-area-label {
  color: #000000;
  width: 100px;
  font-weight: normal;
  font-size: 12px;
}

/* line 190, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node .form-field-wrapper {
  float: left;
  width: auto;
  min-width: 118px;
}

/* line 195, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node .form-field-wrapper a.button-calendar {
  float: right;
  margin-top: -48px;
}

/* line 201, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node #form-field-1,
#news-advanced-search-form-node #form-field-2 {
  background-color: #FFFFFF;
  width: 88px;
  height: 28px;
  border: 1px solid #939598;
  color: #000000;
}

/* line 210, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node #form-field-0,
#news-advanced-search-form-node #form-field-3,
#news-advanced-search-form-node #form-field-4,
#news-advanced-search-form-node #form-field-5,
#news-advanced-search-form-node #form-field-7 {
  background-color: #FFFFFF;
  width: 155px;
  height: 28px;
  border: 1px solid #939598;
  color: #000000;
  font-size: 12px;
}

/* line 224, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node #form-field-5 {
  background-color: #FFFFFF;
  width: 160px;
  height: 52px;
  border: 1px solid #939598;
  color: #000000;
  font-size: 10px;
}

/* line 232, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node #form-field-5 option:hover {
  background-color: #A4D2EC;
}

/* line 237, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node #form-field-6 {
  background-color: #FFFFFF;
  width: 155px;
  height: 28px;
  border: 1px solid #939598;
  color: #51626F;
  font-size: 10px;
  margin-bottom: 0px;
}

/* line 248, ../../sass/stylesheets/news.scss */
#news-advanced-search-form-node #practiceAreaDiv.term-select {
  background-color: #FFFFFF;
  width: 160px;
  height: 65px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #939598;
}

/* line 261, ../../sass/stylesheets/news.scss */
#news-search-results .news-container {
  display: flex;
  min-height: 704px;
}

/* line 266, ../../sass/stylesheets/news.scss */
#news-search-results #news-center-container .search-row,
#news-search-results #news-center-container.article-results-narrow .search-paging {
  width: initial;
}

/* line 271, ../../sass/stylesheets/news.scss */
#news-search-results .article-results-narrow, #news-search-results .search-row.search-header {
  padding-left: 1em;
  padding-right: unset;
}

/* line 276, ../../sass/stylesheets/news.scss */
#news-search-results .search-detail-container {
  flex-basis: initial;
  padding-left: 1em;
  width: 100%;
}

/* line 282, ../../sass/stylesheets/news.scss */
#news-search-results .search-paging {
  margin-top: 1em;
}

/* line 286, ../../sass/stylesheets/news.scss */
#news-search-results #dynContent3:not(.paywall), #news-search-results .please-refine-search, #news-search-results #reset-search-container, #news-search-results #news-right-container {
  display: none;
}

/* line 291, ../../sass/stylesheets/news.scss */
#palist {
  list-style: none;
}

/* line 296, ../../sass/stylesheets/news.scss */
#news-run-advanced-search-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 301, ../../sass/stylesheets/news.scss */
#news-run-advanced-search-container #news-reset-advanced-search-bottom {
  width: 66px;
  height: 16px;
  padding: 0px 1px 11px 93px;
  margin-left: 5px;
  line-height: 16px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5106px;
}

/* line 310, ../../sass/stylesheets/news.scss */
#news-run-advanced-search-container #news-reset-advanced-search-bottom:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5062px;
}

/* line 316, ../../sass/stylesheets/news.scss */
#news-run-advanced-search-container #news-run-advanced-search {
  margin-left: 3px;
  width: 68px;
  height: 16px;
  padding: 0px 1px 11px 93px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5150px;
}

/* line 324, ../../sass/stylesheets/news.scss */
#news-run-advanced-search-container #news-run-advanced-search:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5370px;
}

/* line 331, ../../sass/stylesheets/news.scss */
.article-wrapper-container {
  display: flex;
  width: 100%;
}

/* line 336, ../../sass/stylesheets/news.scss */
.news-publication-name {
  font-style: italic;
  color: #636466;
}

/* line 342, ../../sass/stylesheets/news.scss */
.article-wrapper {
  width: 559px;
}

/* line 346, ../../sass/stylesheets/news.scss */
.photocap-article-image {
  width: 500px;
}

/* line 350, ../../sass/stylesheets/news.scss */
#photocap-article-description {
  font-size: 15px;
}

/* line 354, ../../sass/stylesheets/news.scss */
#photocap-article-description img {
  display: none;
}

/* line 358, ../../sass/stylesheets/news.scss */
#photocap-article-description table {
  width: 500px !important;
}

/* line 362, ../../sass/stylesheets/news.scss */
#photocap-article-description tr:first-child {
  display: none;
}

/* line 366, ../../sass/stylesheets/news.scss */
#photocap-article-description .photocaptionsmall {
  display: none;
}

/* line 373, ../../sass/stylesheets/news.scss */
.article-header-row {
  margin-top: -15px;
  margin-bottom: 16px;
  font-size: 18px;
}

/* line 378, ../../sass/stylesheets/news.scss */
.article-header-row h1 {
  font-weight: bold;
  height: auto;
  font-family: "Garamond";
  font-size: 2.5em;
}

/* line 385, ../../sass/stylesheets/news.scss */
.article-header-row .search-sub-light {
  color: #76787A;
  line-height: 20px;
  font-size: 16px;
}

/* line 390, ../../sass/stylesheets/news.scss */
.article-header-row .subhead {
  font-weight: bold;
  font-family: "Garamond";
  font-size: 1.5em;
  margin-top: -25px;
  padding-bottom: 10px;
}

/* line 398, ../../sass/stylesheets/news.scss */
.article-header-row .social-media-icons {
  display: flex;
  margin-left: auto;
  padding-bottom: 10px;
}

/* line 403, ../../sass/stylesheets/news.scss */
.article-header-row .social-media-icons .icon {
  float: right;
  height: 26px;
  width: 26px;
  margin: 5px;
  cursor: pointer;
}

/* line 412, ../../sass/stylesheets/news.scss */
.article-header-row .news-column-name {
  font-size: 1.2em;
  font-weight: bold;
  color: #636466;
}

/* line 418, ../../sass/stylesheets/news.scss */
.article-header-row .news-columnist-photo {
  height: 110px;
  margin-right: 15px;
}

/* line 423, ../../sass/stylesheets/news.scss */
.article-header-row .news-author-email {
  font-style: italic;
  font-size: 0.75em;
  color: #636466;
}

/* line 430, ../../sass/stylesheets/news.scss */
.article-header-row .news-biography {
  font-style: italic;
  font-size: 0.75em;
  color: #636466;
}

/* line 436, ../../sass/stylesheets/news.scss */
.article-header-row .news-article-date {
  color: #76787A;
  line-height: 20px;
  font-size: 0.75em;
}

/* line 443, ../../sass/stylesheets/news.scss */
#social-icon-print {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5830px;
}

/* line 448, ../../sass/stylesheets/news.scss */
#social-icon-reply {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5876px;
}

/* line 453, ../../sass/stylesheets/news.scss */
#social-icon-linkedIn {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5784px;
}

/* line 458, ../../sass/stylesheets/news.scss */
#social-icon-x {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5922px;
}

/* line 463, ../../sass/stylesheets/news.scss */
#social-icon-email {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5646px;
}

/* line 468, ../../sass/stylesheets/news.scss */
#social-icon-fontSize {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5738px;
}

/* line 473, ../../sass/stylesheets/news.scss */
.article-subtitle-section {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 481, ../../sass/stylesheets/news.scss */
#article-description, .article-description {
  line-height: 20px;
  font-size: 16px;
  font-family: Open Sans;
  color: #454545;
}

/* line 486, ../../sass/stylesheets/news.scss */
#article-description p, .article-description p {
  margin-bottom: 14px;
}

/* line 490, ../../sass/stylesheets/news.scss */
#article-description img, .article-description img {
  display: none;
}

/* line 493, ../../sass/stylesheets/news.scss */
#article-description bodyhead, .article-description bodyhead {
  font-weight: bold;
}

/* line 497, ../../sass/stylesheets/news.scss */
#article-description .news-people, .article-description .news-people {
  float: right;
}

/* line 499, ../../sass/stylesheets/news.scss */
#article-description .news-people figure, .article-description .news-people figure {
  float: right;
  margin: 0 0 24px 12px;
}

/* line 500, ../../sass/stylesheets/news.scss */
#article-description .news-people figure img, .article-description .news-people figure img {
  display: initial;
}

/* line 506, ../../sass/stylesheets/news.scss */
#article-description .news-people figure figcaption, .article-description .news-people figure figcaption {
  color: #76787A;
  font-size: 14px;
}

/* line 509, ../../sass/stylesheets/news.scss */
#article-description .news-people figure figcaption .photo-author, .article-description .news-people figure figcaption .photo-author {
  font-style: italic;
}

/* line 518, ../../sass/stylesheets/news.scss */
.article-footer-text {
  font-weight: normal;
  padding-top: 15px;
  font-size: 14px;
  color: #454545;
  margin-top: 16px;
  margin-bottom: 16px;
  float: left;
}

/* line 529, ../../sass/stylesheets/news.scss */
.article-footer-areas-text {
  font-weight: normal;
  padding-top: 10px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #454545;
  margin-bottom: 36px;
}

/* line 538, ../../sass/stylesheets/news.scss */
.article-footer-areas-text a {
  color: #0081C3;
}

/* line 543, ../../sass/stylesheets/news.scss */
div#news-center-container > div#dynContent1 > div > .search-detail-container > p > img {
  display: none;
}

/* line 547, ../../sass/stylesheets/news.scss */
#news-center-container .search-detail-container table img {
  display: none;
}

/* line 551, ../../sass/stylesheets/news.scss */
.article-results-narrow {
  width: min-content;
  padding-left: 32px;
  padding-right: 32px;
}

/* line 558, ../../sass/stylesheets/news.scss */
.news-container .ad-one, .news-container .ad-two {
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms;
  position: absolute;
}

/* line 567, ../../sass/stylesheets/news.scss */
.news-container:has(.article-results-narrow) .ad-one, .news-container:has(.article-results-narrow) .ad-two {
  visibility: visible;
  opacity: 1;
  position: initial;
}

/* line 574, ../../sass/stylesheets/news.scss */
#news-right-container {
  position: absolute;
  left: 75%;
  margin-top: 1.5em;
}

/* line 579, ../../sass/stylesheets/news.scss */
#news-right-container .ad-two {
  margin-top: 1.25em;
}

/* line 584, ../../sass/stylesheets/news.scss */
.news-excerpt {
  color: #636466;
  margin-top: 12px;
  margin-right: 32px;
  padding-left: 16px;
  padding-bottom: 10px;
}

/* line 592, ../../sass/stylesheets/news.scss */
.article-view-right-side-container {
  width: 355px;
  display: flex;
  flex-direction: column;
  margin-left: 2em;
}

/* line 598, ../../sass/stylesheets/news.scss */
.article-view-right-side-container #news-article-ad-one {
  margin-top: 1.5em;
}

/* line 604, ../../sass/stylesheets/news.scss */
.related-profiles-container:has(.related-profiles:empty) {
  display: none;
}

/* line 608, ../../sass/stylesheets/news.scss */
.related-profiles-container {
  width: 100%;
  font-size: 15px;
  margin-top: 1.25em;
}

/* line 613, ../../sass/stylesheets/news.scss */
.related-profiles-container .related-profiles-header {
  text-align: left;
  font-weight: bold;
  color: #0081C3;
}

/* line 621, ../../sass/stylesheets/news.scss */
.article-wrapper-container .related-profiles, #cdlb-article .related-profiles, #cl-article .related-profiles {
  display: flex;
  justify-content: start;
  height: fit-content;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 0.5em;
}

/* line 629, ../../sass/stylesheets/news.scss */
.article-wrapper-container .related-profiles .related-profile, #cdlb-article .related-profiles .related-profile, #cl-article .related-profiles .related-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 0.5em;
  font-size: 0.85em;
}

/* line 637, ../../sass/stylesheets/news.scss */
.article-wrapper-container .related-profiles .related-profile img, #cdlb-article .related-profiles .related-profile img, #cl-article .related-profiles .related-profile img {
  height: 72px;
  width: 48px;
}

/* line 648, ../../sass/stylesheets/news.scss */
#action-heading.article-action-heading {
  justify-content: flex-end;
}

/* line 651, ../../sass/stylesheets/news.scss */
#action-heading.article-action-heading #news-article-print {
  margin-top: -2px;
}

/* line 657, ../../sass/stylesheets/news.scss */
.pnn-main-container {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: -225px;
}

/* line 662, ../../sass/stylesheets/news.scss */
.pnn-main-container .pnn-content {
  display: flex;
}

/* line 666, ../../sass/stylesheets/news.scss */
.pnn-main-container .right {
  margin-left: auto;
  min-width: 300px;
  width: calc(331px - 2em);
  padding: 0 1em;
  border-left: 1px solid #95989a;
  display: flex;
  flex-direction: column;
}

/* line 675, ../../sass/stylesheets/news.scss */
.pnn-main-container .right #pnn-ad-one, .pnn-main-container .right #pnn-e-edition {
  margin-top: 1.5em;
}

/* line 683, ../../sass/stylesheets/news.scss */
#pnn-image-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-flow: row wrap;
  row-gap: 15px;
}

/* line 691, ../../sass/stylesheets/news.scss */
#pnn-search-container {
  font-family: Open Sans;
  font-size: 16px;
}

/* line 696, ../../sass/stylesheets/news.scss */
#pnn-search-container .pnn-button {
  float: left;
  color: #fff;
  padding: 14px;
  line-height: 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
  background-color: #0081C3;
}

/* line 708, ../../sass/stylesheets/news.scss */
#pnn-search-container .pnn-section-title {
  font-size: 19px;
  font-weight: bold;
}

/* line 713, ../../sass/stylesheets/news.scss */
#pnn-search-container .pnn-section-text {
  color: #61626F;
}

/* line 717, ../../sass/stylesheets/news.scss */
#pnn-search-container .pnn-keywords {
  font-family: Open Sans;
  font-weight: bold;
  margin-top: 10px;
}

/* line 722, ../../sass/stylesheets/news.scss */
#pnn-search-container .pnn-keywords label {
  color: #61626F;
  display: block;
}

/* line 727, ../../sass/stylesheets/news.scss */
#pnn-search-container .pnn-keywords input {
  box-sizing: content-box;
  width: calc(100% - 1em);
  height: 2em;
  padding: 0.25em;
  margin: 0;
  font-size: 1em;
  border: 1px solid #95989a;
  border-radius: 0;
  background-color: #fff;
  max-width: 400px;
}

/* line 742, ../../sass/stylesheets/news.scss */
.pnn-types {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  overflow-y: auto;
  background: #fff;
  max-width: 250px;
}

/* line 749, ../../sass/stylesheets/news.scss */
.pnn-types [for=pnn-types] {
  font-weight: bold;
  color: #61626F;
  display: block;
}

/* line 755, ../../sass/stylesheets/news.scss */
.pnn-types .form-radio {
  border-left: 1px solid #939598;
  border-top: 1px solid #DFE5E6;
  border-right: 1px solid #939598;
  font-size: 10pt;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-top: 0;
}

/* line 764, ../../sass/stylesheets/news.scss */
.pnn-types .form-radio:hover {
  background: #F1F2F2;
}

/* line 767, ../../sass/stylesheets/news.scss */
.pnn-types .form-radio label {
  display: flex;
  align-items: center;
  padding: 0.3em 0.5em;
  cursor: pointer;
  transition: background 0.12s ease-in-out;
}

/* line 774, ../../sass/stylesheets/news.scss */
.pnn-types .form-radio input[type=radio] {
  accent-color: #0081C3;
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* line 783, ../../sass/stylesheets/news.scss */
.pnn-types .form-radio:first-of-type {
  border-top: 1px solid #939598;
}

/* line 786, ../../sass/stylesheets/news.scss */
.pnn-types .form-radio:last-of-type {
  border-bottom: 1px solid #939598;
}

/* line 791, ../../sass/stylesheets/news.scss */
.cdlb-landing {
  font-weight: bold;
  color: maroon;
}

/* line 797, ../../sass/stylesheets/news.scss */
#e-edition-current-issue header, #e-edition-back-issues header {
  text-align: center;
}

/* line 801, ../../sass/stylesheets/news.scss */
#e-edition-current-issue .e-edition-archive-link, #e-edition-back-issues .e-edition-archive-link {
  margin: 0 0 20px 0;
  font-size: 1.2em;
  font-family: "Open Sans";
  font-weight: 550;
}

/* line 810, ../../sass/stylesheets/news.scss */
#e-edition-back-issues {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 815, ../../sass/stylesheets/news.scss */
#e-edition-back-issues .back-issues {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2em;
}

/* line 822, ../../sass/stylesheets/news.scss */
#e-edition-back-issues article {
  width: 45%;
}

/* line 826, ../../sass/stylesheets/news.scss */
#e-edition-back-issues .e-edition-archive-link {
  display: none;
}

/* line 833, ../../sass/stylesheets/news.scss */
body:has(#cdlb-e-edition) #e-edition-back-issues .e-edition-archive-link {
  display: inherit;
}

/* line 838, ../../sass/stylesheets/news.scss */
.pnn-search-results {
  color: black;
  font-size: 14px;
}

/* line 843, ../../sass/stylesheets/news.scss */
.pnn-search-results .yui3-datatable-col-runDate {
  width: 50px;
  background-position: -73px -2659px;
}

/* line 848, ../../sass/stylesheets/news.scss */
.pnn-search-results .yui3-datatable-col-title {
  width: 615px;
}

/* line 852, ../../sass/stylesheets/news.scss */
.pnn-search-results .yui3-datatable-columns div.yui3-datatable-sort-liner {
  font-size: 14px;
  color: black;
}

/* line 857, ../../sass/stylesheets/news.scss */
.pnn-search-results a {
  color: black;
  font-weight: normal;
}

/* line 860, ../../sass/stylesheets/news.scss */
.pnn-search-results a:hover {
  color: #0099FF;
}

/* line 867, ../../sass/stylesheets/news.scss */
#paginator-top-pnn-search-results {
  padding-top: 100px;
  margin-left: -21px;
}

/* line 871, ../../sass/stylesheets/news.scss */
#paginator-top-pnn-search-results #datatable-paging-controls {
  margin: 0;
  padding: 0 0 0 15px;
}

/* line 877, ../../sass/stylesheets/news.scss */
.pnn-result-item {
  font-size: 14px;
}

/* line 881, ../../sass/stylesheets/news.scss */
.pnn-msg {
  padding-top: 100px;
}

/* line 885, ../../sass/stylesheets/news.scss */
.pnnViewTitle {
  font-weight: bold;
  text-align: center;
}

/* line 892, ../../sass/stylesheets/news.scss */
.noticeData {
  width: 70%;
  margin-right: 20px;
  padding-top: 20px;
}

/* line 898, ../../sass/stylesheets/news.scss */
.pnn-head {
  color: maroon;
}

/* line 903, ../../sass/stylesheets/news.scss */
.article-photo-carousel {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

/* line 908, ../../sass/stylesheets/news.scss */
.article-photo-carousel .slider-arrow {
  top: 40%;
}

/* line 911, ../../sass/stylesheets/news.scss */
.article-photo-carousel .slider-item {
  border: none;
  flex-direction: column;
}

/* line 915, ../../sass/stylesheets/news.scss */
.article-photo-carousel .photo-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 920, ../../sass/stylesheets/news.scss */
.article-photo-carousel .photo-wrapper img.article-photo {
  display: block !important;
  width: 100%;
  height: 100%;
}

/* line 926, ../../sass/stylesheets/news.scss */
.article-photo-carousel .photo-wrapper .fs-icon-overlay {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  pointer-events: none;
}

/* line 933, ../../sass/stylesheets/news.scss */
.article-photo-carousel .photo-wrapper .fs-icon-overlay .fs-icon {
  color: white;
  font-size: 32px;
  pointer-events: none;
  text-shadow: 0 0 5px black;
}

/* line 941, ../../sass/stylesheets/news.scss */
.article-photo-carousel .article-title {
  padding: 10px;
}

/* line 946, ../../sass/stylesheets/news.scss */
.article-photo-carousel-fs {
  position: fixed;
  top: 3%;
  left: 17%;
  width: 66%;
  z-index: 199;
  margin-left: auto;
  margin-right: auto;
}

/* line 955, ../../sass/stylesheets/news.scss */
.article-photo-carousel-fs .slider-arrow {
  top: 40%;
  opacity: 1;
  color: #DCDDDE;
  border: solid 1px #DCDDDE;
}

/* line 960, ../../sass/stylesheets/news.scss */
.article-photo-carousel-fs .slider-arrow:hover {
  color: #ffffff;
  border: solid 1px #ffffff;
}

/* line 965, ../../sass/stylesheets/news.scss */
.article-photo-carousel-fs .slider-item {
  border: none;
  flex-direction: column;
  padding: 0 2px !important;
}

/* line 970, ../../sass/stylesheets/news.scss */
.article-photo-carousel-fs img.article-photo-fs {
  display: initial !important;
  width: 100%;
}

/* line 974, ../../sass/stylesheets/news.scss */
.article-photo-carousel-fs .article-title {
  padding: 10px;
}

/* line 979, ../../sass/stylesheets/news.scss */
.carousel-close-btn {
  position: fixed;
  top: 7%;
  right: 10%;
  font-size: 20pt;
  z-index: 199;
  background-color: transparent;
  border: solid 1px #DCDDDE;
  border-radius: 50%;
  padding: 5px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  color: #DCDDDE;
}

/* line 994, ../../sass/stylesheets/news.scss */
.carousel-close-btn:hover {
  color: #ffffff;
  border: solid 1px #ffffff;
}

/* line 1000, ../../sass/stylesheets/news.scss */
.photo-news-lede-caption {
  margin: 0.25em 0 0.5em 0;
  color: #76787A;
}

/* line 1005, ../../sass/stylesheets/news.scss */
figure.news-lede {
  margin-bottom: 1em;
}

/* line 1006, ../../sass/stylesheets/news.scss */
figure.news-lede img:not([photosize]) {
  width: 100%;
}

/* line 1009, ../../sass/stylesheets/news.scss */
figure.news-lede figcaption {
  color: #76787A;
  font-size: 1.1em;
}

/* line 1012, ../../sass/stylesheets/news.scss */
figure.news-lede figcaption .photo-author {
  font-style: italic;
}

/* line 1020, ../../sass/stylesheets/news.scss */
.article-hyperlink {
  font-size: 1.5em;
  line-height: 1.08em;
  font-family: Garamond, serif;
  font-weight: bold;
  color: black;
}

/* line 1026, ../../sass/stylesheets/news.scss */
.article-hyperlink:visited {
  color: black;
}

/* line 1029, ../../sass/stylesheets/news.scss */
.article-hyperlink:hover {
  color: #0081C3;
}

/* line 1032, ../../sass/stylesheets/news.scss */
.article-hyperlink:hover {
  color: #0081C3;
}

/* line 1037, ../../sass/stylesheets/news.scss */
.article-excerpt {
  font-size: 1.15em;
  font-family: Open Sans;
  color: #454545;
  margin-top: 0.5em;
}

/* line 1044, ../../sass/stylesheets/news.scss */
.article-author {
  font-size: 0.875em;
  color: #76787A;
}

/* line 1050, ../../sass/stylesheets/news.scss */
ul.news-items-list li {
  margin-bottom: 1.5em;
}

/* line 1052, ../../sass/stylesheets/news.scss */
ul.news-items-list li img {
  float: right;
  margin-left: 0.5em;
}

/* line 1056, ../../sass/stylesheets/news.scss */
ul.news-items-list li img[photosize=large] {
  width: 668px;
}

/* line 1060, ../../sass/stylesheets/news.scss */
ul.news-items-list li::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 1070, ../../sass/stylesheets/news.scss */
#breaking-news {
  padding-bottom: 8px;
  margin-top: 1em;
  display: flex;
  width: 100%;
}

/* line 1076, ../../sass/stylesheets/news.scss */
#breaking-news span:first-child {
  color: white;
  background: black;
  border: solid 5px black;
  margin-right: -5px;
  padding-right: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 1.25em;
}

/* line 1089, ../../sass/stylesheets/news.scss */
#breaking-news a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: maroon;
  border: solid 5px maroon;
  width: 93%;
  display: inline-block;
  border-radius: 5px;
}

/* line 1099, ../../sass/stylesheets/news.scss */
#breaking-news a:hover {
  color: white;
}

/* line 1106, ../../sass/stylesheets/news.scss */
main .main-column-left {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}

/* line 1111, ../../sass/stylesheets/news.scss */
main .main-column-left, main .main-column-right {
  width: 50%;
}

/* line 1117, ../../sass/stylesheets/news.scss */
#article-subtitle-section .news-people-photo:has(.news-columnist-photo) {
  float: left;
}

@media (max-width: 768px) {
  /* line 1124, ../../sass/stylesheets/news.scss */
  main.main-column-left, main.main-column-right {
    width: 100% !important;
    border: none !important;
  }
  /* line 1129, ../../sass/stylesheets/news.scss */
  .article-wrapper {
    padding-left: unset;
  }
  /* line 1135, ../../sass/stylesheets/news.scss */
  #news-search-results .news-container #left-container {
    display: none;
  }
  /* line 1142, ../../sass/stylesheets/news.scss */
  #pnn-image-row span:nth-child(2) {
    order: 5;
  }
  /* line 1147, ../../sass/stylesheets/news.scss */
  #sidenav-menu-button {
    margin: 0 10px 0 2px;
  }
}
@media (max-width: 900px) {
  /* line 1154, ../../sass/stylesheets/news.scss */
  #article-subtitle-section .social-media-icons {
    flex-wrap: wrap;
    align-self: center;
    justify-content: end;
    min-width: 72px;
  }
}
@media (max-width: 530px) {
  /* line 1165, ../../sass/stylesheets/news.scss */
  #article-subtitle-section .social-media-icons {
    max-width: 110px;
  }
  /* line 1170, ../../sass/stylesheets/news.scss */
  #article-description .news-people {
    width: min-content;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 375px) {
  /* line 1181, ../../sass/stylesheets/news.scss */
  #pnn-image-row span:nth-child(2) {
    order: unset;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 5, ../../sass/stylesheets/cdlb.scss */
section#content:has(#cdlb-main) {
  width: 100%;
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
}

/* line 12, ../../sass/stylesheets/cdlb.scss */
#cdlb-main, #cdlb-header, .cdlb-container, .content-header, #jvr-header, #breaking-news {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* line 18, ../../sass/stylesheets/cdlb.scss */
#cdlb-main {
  min-height: 636px;
}

/* line 22, ../../sass/stylesheets/cdlb.scss */
#dimmer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

/* line 33, ../../sass/stylesheets/cdlb.scss */
#dimmer-overlay.darkened {
  display: block;
  width: 100% !important;
  opacity: 75;
}

/* line 40, ../../sass/stylesheets/cdlb.scss */
#cdlb-header {
  z-index: 200;
}

/* line 43, ../../sass/stylesheets/cdlb.scss */
#cdlb-header #news-search-form {
  display: flex;
  flex-direction: column;
}

/* line 49, ../../sass/stylesheets/cdlb.scss */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #A33038;
  box-shadow: 0 1px 2px #888888;
}

/* line 58, ../../sass/stylesheets/cdlb.scss */
.cdlb-header-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: auto;
  align-items: center;
}

/* line 65, ../../sass/stylesheets/cdlb.scss */
.cdlb-header-row #cdlb-header-left {
  width: 25%;
}

/* line 69, ../../sass/stylesheets/cdlb.scss */
.cdlb-header-row #cdlb-header-middle {
  width: 50%;
}

/* line 73, ../../sass/stylesheets/cdlb.scss */
.cdlb-header-row #cdlb-header-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 81, ../../sass/stylesheets/cdlb.scss */
#cdlb-news-logo {
  min-height: 55px;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
}

/* line 89, ../../sass/stylesheets/cdlb.scss */
#cdlb-news-logo-white {
  height: 35px;
  width: 100%;
  cursor: pointer;
  display: none;
}

/* line 96, ../../sass/stylesheets/cdlb.scss */
.hidden {
  display: none;
}

/* line 100, ../../sass/stylesheets/cdlb.scss */
.cdlb-button {
  border: none;
  padding: 6px 12px;
  margin: 0px 4px;
  cursor: pointer;
  font-weight: bold;
}

/* line 107, ../../sass/stylesheets/cdlb.scss */
.cdlb-button:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

/* line 111, ../../sass/stylesheets/cdlb.scss */
.cdlb-button.subscribe {
  background-color: #A33038;
  color: white;
}

/* line 116, ../../sass/stylesheets/cdlb.scss */
.cdlb-button.advertise {
  background-color: #DFE5E6;
  color: black;
}

/* line 122, ../../sass/stylesheets/cdlb.scss */
#cdlb-navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* line 131, ../../sass/stylesheets/cdlb.scss */
#cdlb-navigation a {
  font-weight: bold;
  font-size: 13px;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 140, ../../sass/stylesheets/cdlb.scss */
#cdlb-main:has(#paywall-container) {
  justify-content: center;
}

/* line 141, ../../sass/stylesheets/cdlb.scss */
#cdlb-main:has(#paywall-container) aside {
  display: none;
}

/* line 147, ../../sass/stylesheets/cdlb.scss */
.cdlb-container {
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 152, ../../sass/stylesheets/cdlb.scss */
.cdlb-container header h1 {
  color: #A33038;
  margin: 0 0 1em;
}

/* line 157, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .cdlb-main-section {
  width: 58vw;
  min-width: 76%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 16px 0 16px;
}

/* line 167, ../../sass/stylesheets/cdlb.scss */
.cdlb-container aside {
  width: 24%;
  max-width: 25vw;
  margin: 0 auto 0 auto;
  padding: 0 0 0 1em;
  border-left: 1px solid #939598;
  display: flex;
  flex-direction: column;
}

/* line 177, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .ad {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 181, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .ad:last-child {
  border-bottom: none;
}

/* line 186, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .ad:has(iframe[style*="height: 0px"]) {
  display: none;
}

/* line 190, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .ad:has(~ .webcontent:not(:empty)), .cdlb-container .webcontent:has(~ .ad:not(:empty)) {
  border-bottom: 1px solid #939598;
  margin-bottom: 1em;
}

/* line 195, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .webcontent + .webcontent {
  border-bottom: none;
}

/* line 199, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .webcontent {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* line 205, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .webcontent:empty, .cdlb-container .ad:empty {
  display: none;
}

/* line 210, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .link-to-all-sub {
  visibility: hidden;
}

/* line 212, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .link-to-all-sub a {
  color: #939598;
  font-weight: bold;
  float: right;
  margin-right: 2em;
  text-decoration: none;
}

/* line 218, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .link-to-all-sub a:visited {
  color: #939598;
}

/* line 221, ../../sass/stylesheets/cdlb.scss */
.cdlb-container .link-to-all-sub a:hover {
  color: #0081C3;
}

/* line 231, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-container, #cdlb-news .cdlb-container, #cdlb-courts-and-cases .cdlb-container, #cdlb-decisions-and-opinions .cdlb-container, #cdlb-contributors .cdlb-container {
  visibility: hidden;
}

/* line 235, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing.permissions-checked .cdlb-container.visibility-ready, #cdlb-news.permissions-checked .cdlb-container.visibility-ready, #cdlb-courts-and-cases.permissions-checked .cdlb-container.visibility-ready, #cdlb-decisions-and-opinions.permissions-checked .cdlb-container.visibility-ready, #cdlb-contributors.permissions-checked .cdlb-container.visibility-ready {
  visibility: visible;
}

/* line 240, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section, #cdlb-news .cdlb-main-section, #cdlb-courts-and-cases .cdlb-main-section, #cdlb-decisions-and-opinions .cdlb-main-section, #cdlb-contributors .cdlb-main-section {
  display: flex;
  flex-direction: row;
}

/* line 249, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing #cdlb-landing-banner-ad {
  visibility: hidden;
}

/* line 254, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing:has(.cdlb-container.visibility-ready) #cdlb-landing-banner-ad {
  visibility: visible;
}

/* line 259, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section {
  flex-wrap: wrap;
  margin-bottom: 40px;
  min-height: 636px;
}

/* line 264, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-stories-left {
  width: 30%;
  flex-direction: column;
  border-right: 1px solid #939598;
}

/* line 269, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-stories-left header {
  visibility: hidden;
}

/* line 274, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-stories-left:has(.story-list) header {
  visibility: visible;
}

/* line 280, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-stories-left li:first-child .article-hyperlink {
  font-size: 2em;
}

/* line 286, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-center {
  width: 67%;
}

/* line 290, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-stories-mid {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}

/* line 296, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-landing-stories-mid li:first-child .article-hyperlink {
  font-size: 2em;
}

/* line 303, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section header a {
  text-decoration: none;
  color: #A33038;
  font-weight: bold;
}

/* line 308, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section header a:hover {
  color: #0081C3;
}

/* line 315, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-top-feature {
  margin-top: 16px;
  padding-left: 16px;
}

/* line 316, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-top-feature header {
  visibility: hidden;
}

/* line 320, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-top-feature:has(#cdlb-top-feature-photo .news-items-list) header {
  visibility: visible;
}

/* line 324, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-top-feature img {
  float: right;
}

/* line 332, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-sponsored {
  margin-top: 16px;
  padding-left: 16px;
}

/* line 335, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-sponsored header {
  visibility: hidden;
}

/* line 340, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-main-section #cdlb-sponsored:has(.news-items-list) header {
  visibility: visible;
  color: steelblue;
  font-weight: bold;
}

/* line 351, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-footer-layout {
  display: none;
}

/* line 357, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors {
  width: 100%;
  margin-top: 2em;
}

/* line 361, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors header {
  visibility: hidden;
}

/* line 365, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors:has(.slider-item) header, #cdlb-landing .cdlb-contributors:has(.slider-item) .link-to-all-sub {
  visibility: visible;
}

/* line 372, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors .slider-container .slider-items-container {
  border-radius: 10px;
  border: 10px solid #e6e7e8;
  border-left: none;
}

/* line 378, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors .slider-container .slider-item {
  border: none;
  cursor: initial;
  border-left: 10px solid #e6e7e8;
}

/* line 384, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors .slider-container .slider-arrow {
  top: 100px;
  border: none;
  height: 0;
  width: 0 !important;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

/* line 393, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors .slider-container .slider-arrow.left {
  left: -15px;
}

/* line 397, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-contributors .slider-container .slider-arrow.right {
  right: 1px;
}

/* line 405, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases {
  width: 100%;
}

/* line 408, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases header {
  visibility: hidden;
}

/* line 412, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases:has(.article-hyperlink) header, #cdlb-landing .cdlb-courts-and-cases:has(.article-hyperlink) .link-to-all-sub {
  visibility: visible;
}

/* line 416, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases:has(.article-hyperlink) .courts-and-cases-items {
  display: flex;
  justify-content: space-around;
}

/* line 419, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases:has(.article-hyperlink) .courts-and-cases-items .courts-and-cases-item {
  width: 30%;
  display: flex;
  flex-direction: column;
}

/* line 423, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases:has(.article-hyperlink) .courts-and-cases-items .courts-and-cases-item .row {
  flex-direction: column;
}

/* line 427, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases:has(.article-hyperlink) .courts-and-cases-items .article-hyperlink {
  font-size: 1.25em;
}

/* line 433, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing .cdlb-courts-and-cases .rss-feed {
  margin-bottom: 1em;
}

/* line 440, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services {
  display: flex;
  width: 100%;
  border-top: 1px solid #939598;
  padding: 20px 0;
  margin-top: 10px;
}

/* line 449, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-career-center, .cdlb-careers-services #cdlb-lawyer-services {
  width: 50%;
  padding: 0px 15px 0px 15px;
}

/* line 455, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-career-center header {
  visibility: hidden;
}

/* line 459, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-career-center:has(.cdlb-career-listing) header {
  visibility: visible;
}

/* line 465, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-lawyer-services {
  border-left: 1px solid #939598;
}

/* line 468, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-lawyer-services header {
  visibility: hidden;
}

/* line 472, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-lawyer-services:has(iframe) header {
  visibility: visible;
}

/* line 478, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-career-listing, .cdlb-careers-services .cdlb-services-listing {
  height: 160px;
  padding: 10px 0;
  overflow: hidden;
}

/* line 484, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-career-center > .cdlb-career-listing, .cdlb-careers-services #cdlb-ls-listing-one {
  border-bottom: 1px solid #939598;
}

/* line 488, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services #cdlb-career-center > .cdlb-career-listing ~ .cdlb-career-listing {
  border-bottom: none;
}

/* line 492, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-career-location {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000 !important;
}

/* line 498, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-career-position {
  font-size: 1.75em;
  font-weight: bold;
  margin: 5px 0;
  color: #000000 !important;
}

/* line 505, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-career-description {
  font-size: 1.15em;
  color: #454545;
}

/* line 511, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-services-listing iframe {
  width: 100% !important;
}

/* line 514, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-services-listing iframe .ad-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

/* line 519, ../../sass/stylesheets/cdlb.scss */
.cdlb-careers-services .cdlb-services-listing iframe .ad-wrapper a:last-of-type {
  display: block;
  text-align: left;
  font-family: Open Sans;
  color: #454545 !important;
  font-size: 1.15em;
  text-decoration: none !important;
  height: 50vh;
  overflow: hidden;
}

/* line 534, ../../sass/stylesheets/cdlb.scss */
.ad-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

/* line 539, ../../sass/stylesheets/cdlb.scss */
.ad-wrapper a:last-of-type {
  display: block;
  text-align: left;
  font-family: Open Sans;
  color: #454545 !important;
  font-size: 1.15em;
  text-decoration: none !important;
}

/* line 547, ../../sass/stylesheets/cdlb.scss */
.ad-wrapper a:last-of-type img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* line 555, ../../sass/stylesheets/cdlb.scss */
.landing-bottom .cdlb-main-section {
  flex-direction: column;
}

/* line 560, ../../sass/stylesheets/cdlb.scss */
#cdlb-landing-banner-ad {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

/* line 571, ../../sass/stylesheets/cdlb.scss */
#cdlb-news .cdlb-main-section header {
  visibility: hidden;
}

/* line 575, ../../sass/stylesheets/cdlb.scss */
#cdlb-news .cdlb-main-section:has(.news-items-list) header {
  visibility: visible;
}

/* line 581, ../../sass/stylesheets/cdlb.scss */
#cdlb-news .news-ap {
  margin-right: 3em;
}

/* line 585, ../../sass/stylesheets/cdlb.scss */
#cdlb-news #cdlb-news-headlines {
  margin-top: 3em;
}

/* line 592, ../../sass/stylesheets/cdlb.scss */
#cdlb-news .main-column-right, #cdlb-courts-and-cases .main-column-right, #cdlb-decisions-and-opinions .main-column-right, #cdlb-contributors .main-column-right {
  margin-top: 4em;
}

/* line 598, ../../sass/stylesheets/cdlb.scss */
.case-summaries div:first-child {
  font-weight: bold;
  color: #636466;
  margin-bottom: 0.25em;
  font-size: 1.25em;
}

/* line 604, ../../sass/stylesheets/cdlb.scss */
.case-summaries li {
  margin-bottom: 0.5em;
}

/* line 607, ../../sass/stylesheets/cdlb.scss */
.case-summaries a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* line 611, ../../sass/stylesheets/cdlb.scss */
.case-summaries a:hover {
  color: #0081C3;
}

/* line 620, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .cdlb-container header, #cdlb-contributors .cdlb-container header {
  visibility: hidden;
}

/* line 625, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .cdlb-container:has(.article-hyperlink) header, #cdlb-contributors .cdlb-container:has(.article-hyperlink) header {
  visibility: visible;
}

/* line 631, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .container-fluid, #cdlb-contributors .container-fluid {
  padding-left: unset;
}

/* line 635, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .rss-feed, #cdlb-contributors .rss-feed {
  margin-top: 1em;
}

/* line 637, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .rss-feed .row, #cdlb-contributors .rss-feed .row {
  display: initial !important;
}

/* line 640, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .rss-feed .col-4, #cdlb-courts-and-cases .rss-feed .col-8, #cdlb-courts-and-cases .rss-feed .container-fluid, #cdlb-contributors .rss-feed .col-4, #cdlb-contributors .rss-feed .col-8, #cdlb-contributors .rss-feed .container-fluid {
  padding-left: unset;
}

/* line 648, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .featured-judicial-profile-story .news-items-list {
  margin-bottom: 2em;
}

/* line 652, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .main-column-right {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}

/* line 656, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .main-column-right h1 {
  font-size: 1.25em;
}

/* line 661, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .courts-and-cases-section {
  margin-top: 1em;
  padding-top: 1em;
}

/* line 662, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .courts-and-cases-section:has(.article-hyperlink) {
  border-top: 1px solid #939598;
}

/* line 668, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .courts-and-cases-section .data-container {
  display: flex;
  flex-direction: column;
}

/* line 672, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .courts-and-cases-section .data-container .article-hyperlink {
  margin-bottom: 0.5em;
}

/* line 679, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .link-to-all-sub {
  align-self: flex-end;
  margin-top: 2em;
  width: 100%;
}

/* line 686, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases:has(.article-hyperlink) .link-to-all-sub {
  visibility: visible;
}

/* line 691, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .rss-feed:has(.feed-entry-content) {
  display: flex;
}

/* line 693, ../../sass/stylesheets/cdlb.scss */
#cdlb-courts-and-cases .rss-feed:has(.feed-entry-content) .feed-entry-content {
  font-size: 1.5em;
}

/* line 701, ../../sass/stylesheets/cdlb.scss */
#cdlb-assignments .cdlb-main-section {
  font-size: 1.25em;
}

/* line 704, ../../sass/stylesheets/cdlb.scss */
#cdlb-assignments .court-news-copyright {
  display: none;
}

/* line 710, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .main-column-right {
  margin-top: 4em;
}

/* line 714, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .illinois-appellate-court-opinions {
  margin-bottom: 2em;
}

/* line 719, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .cdlb-container header {
  visibility: hidden;
}

/* line 724, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .cdlb-container:has(.feed-entry-content) header {
  visibility: visible;
}

/* line 730, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .container-fluid {
  padding-left: unset;
}

/* line 734, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .rss-feed {
  margin-top: 1em;
}

/* line 736, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .rss-feed .row {
  display: initial !important;
}

/* line 739, ../../sass/stylesheets/cdlb.scss */
#cdlb-decisions-and-opinions .rss-feed .col-4, #cdlb-decisions-and-opinions .rss-feed .col-8, #cdlb-decisions-and-opinions .rss-feed .container-fluid {
  padding-left: unset;
}

/* line 745, ../../sass/stylesheets/cdlb.scss */
.illinois-supreme-court-opinions {
  margin-bottom: 1em;
}

/* line 749, ../../sass/stylesheets/cdlb.scss */
.cdlb-contributor-item {
  cursor: pointer;
}

/* line 752, ../../sass/stylesheets/cdlb.scss */
.cdlb-contributor-item .column-name {
  color: #636466;
}

/* line 756, ../../sass/stylesheets/cdlb.scss */
.cdlb-contributor-item .column-name, .cdlb-contributor-item .item-excerpt {
  padding: 5px;
}

/* line 760, ../../sass/stylesheets/cdlb.scss */
.cdlb-contributor-item .column-name {
  font-size: 1.25em;
  font-weight: bold;
}

/* line 765, ../../sass/stylesheets/cdlb.scss */
.cdlb-contributor-item img {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 775, ../../sass/stylesheets/cdlb.scss */
#cdlb-contributors .cdlb-contributor-item {
  width: 95%;
  border: none;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

/* line 786, ../../sass/stylesheets/cdlb.scss */
#cdlb-public-notices .side-content {
  border: none !important;
}

/* line 790, ../../sass/stylesheets/cdlb.scss */
#cdlb-public-notices .side-content.cdlb-e-edition {
  order: 4;
  margin-bottom: auto !important;
}

/* line 798, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day .law-day-section {
  display: flex;
}

/* line 802, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #law-day-e-edition-side {
  align-self: center;
  opacity: 0;
}

/* line 805, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #law-day-e-edition-side:has(iframe) {
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* line 811, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #law-day-e-edition-subtitle {
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 1em;
}

/* line 818, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day .law-day-letters {
  flex-direction: column;
  padding-top: 2em;
  border-top: 1px solid #939598;
  visibility: hidden;
}

/* line 823, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day .law-day-letters:has(.cdlb-lawday-letter) {
  visibility: visible;
}

/* line 828, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day .article-excerpt {
  display: flex;
  flex-direction: column;
}

/* line 833, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day .cdlb-lawday-letter {
  margin-bottom: 2em;
}

/* line 835, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day .cdlb-lawday-letter img {
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

/* line 842, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #lb-lawday-letters-container {
  flex-direction: column;
  align-items: center;
}

/* line 845, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #lb-lawday-letters-container .cdlb-lawday-letter {
  width: 80%;
}

/* line 847, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #lb-lawday-letters-container .cdlb-lawday-letter img {
  margin-right: 20px;
}

/* line 854, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #external-lawday-letters-container h3 {
  color: #A33038;
  margin-top: 0;
  margin-bottom: 1.5em;
}

/* line 859, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #external-lawday-letters-container .externals-lawday-letters-columns {
  display: flex;
  justify-content: space-between;
}

/* line 863, ../../sass/stylesheets/cdlb.scss */
#cdlb-law-day #external-lawday-letters-container .main-column-left, #cdlb-law-day #external-lawday-letters-container .main-column-right {
  display: flex;
  flex-direction: column;
  width: 47%;
  padding: 0;
}

/* line 875, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .overline {
  color: #A33038;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}

/* line 882, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .overline.blue {
  color: #0081C3;
  text-transform: none;
  margin-bottom: 0.5em;
}

/* line 891, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .about-us p {
  font-size: 1.25em;
  margin-bottom: 2em;
}

/* line 895, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .about-us a:visited {
  color: #0081C3;
}

/* line 901, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 907, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team img {
  width: 90px;
  height: 115px;
  margin-right: 0.75em;
}

/* line 913, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team li {
  display: flex;
  flex: 0 1 calc(25% - 1em);
  margin-bottom: 1.5em;
}

/* line 919, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team a {
  color: #000000;
  display: block;
}

/* line 923, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team a:hover {
  text-decoration: none;
  color: #0081C3;
}

/* line 929, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team .inner-text {
  font-size: 1.05em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #B6B8BA;
}

/* line 935, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team a:not(.twitter-handle) {
  font-size: 1.25em;
  font-weight: bold;
}

/* line 940, ../../sass/stylesheets/cdlb.scss */
#cdlb-about .our-team .twitter-handle {
  font-size: 1.05em;
  margin-top: 0.2em;
}

/* line 949, ../../sass/stylesheets/cdlb.scss */
#cdlb-e-edition .cdlb-footer-layout {
  display: none;
}

/* line 956, ../../sass/stylesheets/cdlb.scss */
#cdlb-article .article-action-heading, #legal-buzz .article-action-heading {
  display: none;
}

/* line 960, ../../sass/stylesheets/cdlb.scss */
#cdlb-article aside, #legal-buzz aside {
  border-left: unset;
}

/* line 964, ../../sass/stylesheets/cdlb.scss */
#cdlb-article .related-profiles-container, #legal-buzz .related-profiles-container {
  margin-bottom: 2.25em;
}

/* line 968, ../../sass/stylesheets/cdlb.scss */
#cdlb-article .article-wrapper, #legal-buzz .article-wrapper {
  width: 100%;
}

/* line 972, ../../sass/stylesheets/cdlb.scss */
#cdlb-article .article-view-right-side-container, #legal-buzz .article-view-right-side-container {
  display: none;
}

/* line 976, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider, #legal-buzz #articles-slider {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* line 982, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-items-container, #legal-buzz #articles-slider .slider-items-container {
  border-top: 1px solid #A33038;
  border-bottom: 1px solid #A33038;
  border-left: 1px solid #A33038;
}

/* line 988, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-arrow, #legal-buzz #articles-slider .slider-arrow {
  top: 31px;
}

/* line 992, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-item, #legal-buzz #articles-slider .slider-item {
  border-right: 1px solid #A33038;
  align-items: center;
}

/* line 998, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-item a, #legal-buzz #articles-slider .slider-item a {
  display: flex;
  align-items: center;
  color: black;
}

/* line 1003, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-item a .article-title, #legal-buzz #articles-slider .slider-item a .article-title {
  display: flex;
  font-family: "Garamond";
  font-size: 1.55em;
  line-height: 1.15em;
  width: fit-content;
  height: 92px;
  padding: 5px;
  align-self: center;
  margin-top: 9px;
}

/* line 1016, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-item a h4, #legal-buzz #articles-slider .slider-item a h4 {
  line-height: 1.2em;
}

/* line 1020, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-item a .article-photo, #legal-buzz #articles-slider .slider-item a .article-photo {
  margin-left: 5px;
  margin-right: 5px;
  height: 70px;
}

/* line 1026, ../../sass/stylesheets/cdlb.scss */
#cdlb-article #articles-slider .slider-item a .article-sponsored, #legal-buzz #articles-slider .slider-item a .article-sponsored {
  color: steelblue;
  font-weight: bold;
  font-size: small;
  top: 0;
  padding-left: 7px;
  position: absolute;
  text-wrap-mode: nowrap;
}

/* line 1046, ../../sass/stylesheets/cdlb.scss */
#cdlb-article[data-article-provider=AS] #article-description p:first-child {
  font-weight: bold;
  font-style: italic;
}

/* line 1053, ../../sass/stylesheets/cdlb.scss */
.cdlb-features {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 1059, ../../sass/stylesheets/cdlb.scss */
#cdlb-people {
  width: 420px;
}

/* line 1061, ../../sass/stylesheets/cdlb.scss */
#cdlb-people header {
  visibility: hidden;
}

/* line 1065, ../../sass/stylesheets/cdlb.scss */
#cdlb-people:has(.cdlb-people-item) header {
  visibility: visible;
}

/* line 1073, ../../sass/stylesheets/cdlb.scss */
#cdlb-people .slider-container .slider-arrow {
  top: 60px;
  width: 0 !important;
  height: unset;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 4em;
}

/* line 1081, ../../sass/stylesheets/cdlb.scss */
#cdlb-people .slider-container .slider-arrow.left {
  left: -14px;
}

/* line 1084, ../../sass/stylesheets/cdlb.scss */
#cdlb-people .slider-container .slider-arrow.right {
  right: 2px;
}

/* line 1091, ../../sass/stylesheets/cdlb.scss */
#cdlb-people .slider-container .slider-items .slider-item {
  border: none;
  justify-content: center;
  padding-left: 10px;
}

/* line 1097, ../../sass/stylesheets/cdlb.scss */
#cdlb-people .slider-container .slider-items .slider-item .caption {
  font-size: 1.15em;
  color: #454545;
  font-weight: normal;
}

/* line 1101, ../../sass/stylesheets/cdlb.scss */
#cdlb-people .slider-container .slider-items .slider-item .caption:hover {
  text-decoration: none;
}

/* line 1111, ../../sass/stylesheets/cdlb.scss */
.cdlb-people-social-scene-break-space {
  width: 24px;
}

/* line 1115, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene {
  width: 465px;
  margin-left: auto;
}

/* line 1117, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene header {
  visibility: hidden;
}

/* line 1121, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene:has(.slider-container) header {
  visibility: visible;
}

/* line 1129, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container {
  display: flex;
  align-items: center;
}

/* line 1133, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container img {
  padding-left: 5px;
  align-self: baseline;
}

/* line 1138, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-arrow {
  top: 59px;
  width: 0 !important;
  height: unset;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 4em;
}

/* line 1147, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-arrow.left {
  left: -14px;
}

/* line 1151, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-arrow.right {
  right: 2px;
}

/* line 1159, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-items .slider-item {
  border: none;
}

/* line 1162, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-items .slider-item .cdlb-social-item {
  display: flex;
  flex-flow: row nowrap;
}

/* line 1167, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-items .slider-item .caption {
  height: 165px;
  padding-left: 10px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 1177, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-items .slider-item .caption a {
  font-size: 1.15em;
  color: #454545;
  font-weight: normal;
}

/* line 1182, ../../sass/stylesheets/cdlb.scss */
#cdlb-social-scene .slider-container .slider-items .slider-item .caption a:hover {
  text-decoration: none;
}

/* line 1193, ../../sass/stylesheets/cdlb.scss */
#pnn-web-content-container {
  display: flex;
}

/* line 1198, ../../sass/stylesheets/cdlb.scss */
#cdlb-archive aside {
  display: none;
}

/* line 1201, ../../sass/stylesheets/cdlb.scss */
#cdlb-archive .cdlb-container {
  display: flex;
  flex-direction: column;
}

/* line 1205, ../../sass/stylesheets/cdlb.scss */
#cdlb-archive .archives {
  display: flex;
  justify-content: space-between;
}

/* line 1210, ../../sass/stylesheets/cdlb.scss */
#cdlb-archive .e-edition-archives-header a:visited {
  color: #0081C3;
}

/* line 1216, ../../sass/stylesheets/cdlb.scss */
#women-in-law {
  padding-top: 30px;
}

/* line 1219, ../../sass/stylesheets/cdlb.scss */
#women-in-law #women-in-law-header-photo {
  width: 100%;
}

/* line 1223, ../../sass/stylesheets/cdlb.scss */
#women-in-law #nominee-submission-iframe-form {
  min-height: 1570px;
  margin-left: -12px;
}

/* line 1230, ../../sass/stylesheets/cdlb.scss */
#forty-under-forty #nominee-submission-iframe-form {
  min-height: 1822px;
  margin-left: -12px;
}

/* line 1235, ../../sass/stylesheets/cdlb.scss */
#forty-under-forty #fuf-header-photo {
  width: 100%;
}

/* line 1241, ../../sass/stylesheets/cdlb.scss */
#email-preference-center aside {
  display: none;
}

/* line 1248, ../../sass/stylesheets/cdlb.scss */
#forty-under-forty #cdlb-header, #women-in-law #cdlb-header, #email-preference-center #cdlb-header, #legal-buzz #cdlb-header {
  display: none;
}

/* line 1252, ../../sass/stylesheets/cdlb.scss */
#forty-under-forty #nominee-submission-iframe-form, #women-in-law #nominee-submission-iframe-form, #email-preference-center #nominee-submission-iframe-form, #legal-buzz #nominee-submission-iframe-form {
  width: 100%;
  visibility: hidden;
}

/* line 1255, ../../sass/stylesheets/cdlb.scss */
#forty-under-forty #nominee-submission-iframe-form.ready, #women-in-law #nominee-submission-iframe-form.ready, #email-preference-center #nominee-submission-iframe-form.ready, #legal-buzz #nominee-submission-iframe-form.ready {
  visibility: visible;
}

/* line 1262, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards aside {
  display: none;
}

/* line 1265, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards #cdlb-header {
  display: none;
}

/* line 1268, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards #jvr-tle-header {
  font-family: Garamond;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 20px 0;
}

/* line 1275, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards #jvr-header-photo {
  margin: 0px;
  height: auto;
  width: 100%;
}

/* line 1280, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards #jvr-text {
  column-count: 2;
  font-family: Open Sans;
  font-size: 1.25em;
  margin: 30px 0 30px 0;
}

/* line 1286, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards .jvr-e-edition-row {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

/* line 1292, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards .jvr-e-edition-container {
  margin: 0 15px 0 15px;
}

/* line 1295, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards .jvr-e-edition {
  display: inline-block;
}

/* line 1298, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards .jvr-e-edition-text {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

/* line 1302, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards .jvr-e-edition-text a {
  color: black;
  text-decoration: none;
}

/* line 1307, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards .jvr-awards-header {
  font-size: 20px;
  color: black;
  text-align: center;
}

/* line 1311, ../../sass/stylesheets/cdlb.scss */
#jvr-tle-awards hr {
  border: 1px solid black;
}

/* line 1317, ../../sass/stylesheets/cdlb.scss */
#legal-buzz-head {
  width: 100%;
  padding: 10px 0;
}

/* line 1322, ../../sass/stylesheets/cdlb.scss */
#legal-buzz-head > div {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 10px;
}

/* line 1329, ../../sass/stylesheets/cdlb.scss */
#legal-buzz-head img {
  max-height: 80px;
  width: 100%;
}

/* line 1334, ../../sass/stylesheets/cdlb.scss */
.legal-buzz-header-text {
  text-align: center;
  font-size: 1.1em;
  margin: 0 20px;
  flex: 0 1 250px;
}

@media (max-width: 1280px) {
  /* line 1343, ../../sass/stylesheets/cdlb.scss */
  #cdlb-main, #cdlb-header, .cdlb-container, #cdlb-landing-banner-ad, .content-header, #jvr-header, #breaking-news {
    width: auto;
  }
  /* line 1348, ../../sass/stylesheets/cdlb.scss */
  .cdlb-container .cdlb-main-section {
    min-width: unset;
  }
  /* line 1351, ../../sass/stylesheets/cdlb.scss */
  .cdlb-container aside {
    min-width: 320px;
    max-width: 25vw;
  }
  /* line 1357, ../../sass/stylesheets/cdlb.scss */
  #cdlb-navigation {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 1362, ../../sass/stylesheets/cdlb.scss */
  #news-search-icon {
    margin-left: unset;
  }
  /* line 1366, ../../sass/stylesheets/cdlb.scss */
  .cdlb-people-social-scene-break-space {
    display: none;
  }
  /* line 1369, ../../sass/stylesheets/cdlb.scss */
  #cdlb-people, #cdlb-social-scene {
    margin-left: auto;
    margin-right: 24px;
    margin-top: 1em;
  }
}
/* line 1378, ../../sass/stylesheets/cdlb.scss */
#cdlb-header.sticky #cdlb-header {
  background-color: #A33038;
  box-shadow: 0 1px 2px #888888;
}

/* line 1383, ../../sass/stylesheets/cdlb.scss */
#cdlb-header.sticky #sidenav-menu-button {
  color: white;
}

/* line 1387, ../../sass/stylesheets/cdlb.scss */
#cdlb-header.sticky #news-search-icon {
  background-position: 0 -4980px;
  height: 33px;
}

/* line 1392, ../../sass/stylesheets/cdlb.scss */
#cdlb-header.sticky #cdlb-news-logo, #cdlb-header.sticky #cdlb-advertise, #cdlb-header.sticky #cdlb-navigation {
  display: none;
}

/* line 1396, ../../sass/stylesheets/cdlb.scss */
#cdlb-header.sticky #cdlb-news-logo-white {
  display: block;
}

@media (max-width: 1170px) {
  /* line 1407, ../../sass/stylesheets/cdlb.scss */
  .law-day-section:has(#law-day-e-edition-side) {
    flex-direction: column;
  }
  /* line 1409, ../../sass/stylesheets/cdlb.scss */
  .law-day-section:has(#law-day-e-edition-side) .main-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 1378, ../../sass/stylesheets/cdlb.scss */
  #cdlb-header {
    background-color: #A33038;
    box-shadow: 0 1px 2px #888888;
  }
  /* line 1383, ../../sass/stylesheets/cdlb.scss */
  #sidenav-menu-button {
    color: white;
  }
  /* line 1387, ../../sass/stylesheets/cdlb.scss */
  #news-search-icon {
    background-position: 0 -4980px;
    height: 33px;
  }
  /* line 1392, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news-logo, #cdlb-advertise, #cdlb-navigation {
    display: none;
  }
  /* line 1396, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news-logo-white {
    display: block;
  }
}
@media (max-width: 930px) {
  /* line 1421, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing-stories-left, #cdlb-landing-center {
    width: auto !important;
  }
  /* line 1424, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing-stories-left {
    border: none !important;
  }
  /* line 1427, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing-stories-mid {
    padding-left: unset !important;
  }
  /* line 1431, ../../sass/stylesheets/cdlb.scss */
  #cdlb-people {
    margin-top: unset;
  }
  /* line 1434, ../../sass/stylesheets/cdlb.scss */
  #cdlb-people, #cdlb-social-scene {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  /* line 1443, ../../sass/stylesheets/cdlb.scss */
  #cdlb-subscribe {
    padding: 6px 4px;
    margin: 0px 4px 0px -4px;
  }
  /* line 1448, ../../sass/stylesheets/cdlb.scss */
  #cdlb-main.cdlb-container, .cdlb-container.landing-bottom {
    flex-direction: column;
  }
  /* line 1451, ../../sass/stylesheets/cdlb.scss */
  #cdlb-main.cdlb-container aside, .cdlb-container.landing-bottom aside {
    border: none;
    width: 100%;
    align-items: center;
    padding: unset;
  }
  /* line 1458, ../../sass/stylesheets/cdlb.scss */
  #cdlb-main.cdlb-container .cdlb-main-section, .cdlb-container.landing-bottom .cdlb-main-section {
    width: unset;
  }
  /* line 1464, ../../sass/stylesheets/cdlb.scss */
  .webcontent.side-content,
  .ad.side-content {
    width: 90%;
  }
  /* line 1467, ../../sass/stylesheets/cdlb.scss */
  .webcontent.side-content .pnn-latest-edition,
  .ad.side-content .pnn-latest-edition {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1477, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container #cdlb-landing-stories-mid, #cdlb-landing .cdlb-container.landing-bottom #cdlb-landing-stories-mid {
    border: none;
  }
  /* line 1481, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container #cdlb-landing-stories-mid, #cdlb-landing .cdlb-container.landing-bottom #cdlb-landing-stories-mid {
    padding-left: unset;
  }
  /* line 1486, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container .cdlb-main-section #cdlb-top-feature, #cdlb-landing .cdlb-container.landing-bottom .cdlb-main-section #cdlb-top-feature {
    padding: unset;
  }
  /* line 1492, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #breaking-news {
    order: 1;
  }
  /* line 1495, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-landing-stories-left {
    order: 2;
  }
  /* line 1498, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-people {
    order: 3;
    margin-top: 1em;
    margin-bottom: unset;
  }
  /* line 1502, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-people .slider-container {
    margin-bottom: unset;
  }
  /* line 1507, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-social-scene {
    order: 4;
    margin-bottom: 2em;
    width: 100%;
  }
  /* line 1512, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-social-scene .cdlb-social-item {
    display: initial;
  }
  /* line 1514, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-social-scene .cdlb-social-item img {
    padding-right: 5px;
    float: left;
  }
  /* line 1518, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-social-scene .cdlb-social-item .caption {
    padding: unset;
  }
  /* line 1525, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-landing-center {
    order: 5;
  }
  /* line 1531, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing .cdlb-courts-and-cases:has(.portlet-rss) .courts-and-cases-items {
    flex-wrap: wrap;
    justify-content: unset;
  }
  /* line 1535, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing .cdlb-courts-and-cases:has(.portlet-rss) .courts-and-cases-items .courts-and-cases-item {
    width: 50%;
  }
  /* line 1538, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing .cdlb-courts-and-cases:has(.portlet-rss) .courts-and-cases-items .courts-and-cases-item.case-summaries {
    width: 100%;
    margin-bottom: 0.5em;
  }
  /* line 1545, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing .cdlb-courts-and-cases .container-fluid {
    padding-left: unset;
  }
  /* line 1548, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing .cdlb-courts-and-cases .col-8, #cdlb-landing .cdlb-courts-and-cases .col-4 {
    padding: unset;
  }
  /* line 1553, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing .landing-bottom aside {
    order: 9;
  }
  /* line 1560, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news .cdlb-main-section, #cdlb-courts-and-cases .cdlb-main-section, #cdlb-decisions-and-opinions .cdlb-main-section, #cdlb-contributors .cdlb-main-section, #cdlb-law-day .cdlb-main-section {
    flex-wrap: wrap;
  }
  /* line 1562, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news .cdlb-main-section .main-column, #cdlb-courts-and-cases .cdlb-main-section .main-column, #cdlb-decisions-and-opinions .cdlb-main-section .main-column, #cdlb-contributors .cdlb-main-section .main-column, #cdlb-law-day .cdlb-main-section .main-column {
    width: 100%;
  }
  /* line 1565, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news .cdlb-main-section .main-column-left, #cdlb-courts-and-cases .cdlb-main-section .main-column-left, #cdlb-decisions-and-opinions .cdlb-main-section .main-column-left, #cdlb-contributors .cdlb-main-section .main-column-left, #cdlb-law-day .cdlb-main-section .main-column-left {
    padding-right: unset;
  }
  /* line 1568, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news .cdlb-main-section .main-column-right, #cdlb-courts-and-cases .cdlb-main-section .main-column-right, #cdlb-decisions-and-opinions .cdlb-main-section .main-column-right, #cdlb-contributors .cdlb-main-section .main-column-right, #cdlb-law-day .cdlb-main-section .main-column-right {
    margin-top: unset;
  }
  /* line 1575, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news .news-ap {
    margin-right: unset;
  }
  /* line 1579, ../../sass/stylesheets/cdlb.scss */
  #cdlb-news #cdlb-news-headlines {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  /* line 1586, ../../sass/stylesheets/cdlb.scss */
  #cdlb-courts-and-cases .rss-feed:has(.feed-entry-content) {
    display: flex;
  }
  /* line 1589, ../../sass/stylesheets/cdlb.scss */
  #cdlb-courts-and-cases .link-to-all-sub {
    margin-bottom: 2em;
  }
  /* line 1592, ../../sass/stylesheets/cdlb.scss */
  #cdlb-courts-and-cases .main-column-right {
    margin-top: 1em !important;
    padding-left: unset;
  }
  /* line 1599, ../../sass/stylesheets/cdlb.scss */
  #cdlb-decisions-and-opinions .case-summaries {
    margin-bottom: 2em;
  }
  /* line 1605, ../../sass/stylesheets/cdlb.scss */
  #cdlb-public-notices aside {
    margin-top: 1em;
  }
  /* line 1610, ../../sass/stylesheets/cdlb.scss */
  .fuf-e-edition {
    display: flex;
    flex-flow: column;
    margin-right: unset;
    margin: auto;
  }
  /* line 1617, ../../sass/stylesheets/cdlb.scss */
  .honor {
    flex-flow: column;
  }
  /* line 1622, ../../sass/stylesheets/cdlb.scss */
  #jvr-tle-awards #jvr-text {
    column-count: 1;
  }
  /* line 1626, ../../sass/stylesheets/cdlb.scss */
  #jvr-tle-awards .jvr-e-edition-row {
    flex-flow: column;
    align-items: center;
  }
  /* line 1631, ../../sass/stylesheets/cdlb.scss */
  #jvr-tle-awards .jvr-e-edition-container {
    margin: 15px 0 15px 0;
  }
  /* line 1637, ../../sass/stylesheets/cdlb.scss */
  #cdlb-law-day .cdlb-lawday-letter, #cdlb-law-day .main-column-left, #cdlb-law-day .main-column-right {
    width: 100% !important;
  }
  /* line 1640, ../../sass/stylesheets/cdlb.scss */
  #cdlb-law-day .externals-lawday-letters-columns {
    flex-direction: column;
  }
  /* line 1645, ../../sass/stylesheets/cdlb.scss */
  #legal-buzz-head img {
    max-height: 40px;
  }
  /* line 1648, ../../sass/stylesheets/cdlb.scss */
  .legal-buzz-header-text {
    font-size: 0.9em;
    margin: 0 8px;
  }
}
@media (max-width: 420px) {
  /* line 1656, ../../sass/stylesheets/cdlb.scss */
  #cdlb-subscribe {
    padding: 6px 4px;
    margin: 0px 4px 0px -8px;
  }
  /* line 1661, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container #cdlb-people {
    width: 100%;
  }
  /* line 1665, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container #cdlb-people .slider-container .slider-items .slider-item a {
    display: flex;
    justify-content: center;
  }
  /* line 1668, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container #cdlb-people .slider-container .slider-items .slider-item a img {
    width: 95%;
  }
  /* line 1674, ../../sass/stylesheets/cdlb.scss */
  #cdlb-landing #cdlb-main.cdlb-container #cdlb-people .slider-container .slider-arrow.left {
    left: -14px;
  }
}
@media (max-width: 370px) {
  /* line 1684, ../../sass/stylesheets/cdlb.scss */
  #cdlb-subscribe {
    padding: 6px 4px;
    margin: 0px 0px 0px -10px;
  }
}
@media (max-width: 350px) {
  /* line 1691, ../../sass/stylesheets/cdlb.scss */
  #cdlb-subscribe {
    padding: 6px 2px;
    margin: 0px 0px 0px -10px;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 5, ../../sass/stylesheets/chicagolawyer.scss */
section#content:has(#cl-main) {
  width: 100%;
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
}

/* line 12, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main {
  min-height: 636px;
}

/* line 16, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main, #cl-header, .cl-container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* line 23, ../../sass/stylesheets/chicagolawyer.scss */
#news-search-results .cl-container {
  visibility: visible;
}

/* line 28, ../../sass/stylesheets/chicagolawyer.scss */
.cl-container .news-container {
  width: 100%;
}

/* line 32, ../../sass/stylesheets/chicagolawyer.scss */
.cl-container {
  visibility: hidden;
}

/* line 34, ../../sass/stylesheets/chicagolawyer.scss */
.cl-container.visibility-ready {
  visibility: visible;
}

/* line 37, ../../sass/stylesheets/chicagolawyer.scss */
.cl-container:has(#paywall-container) {
  visibility: visible;
}

/* line 42, ../../sass/stylesheets/chicagolawyer.scss */
.cl-main-section {
  width: 58vw;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 0 16px;
}

/* line 49, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header {
  z-index: 200;
}

/* line 52, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header #news-search-form {
  display: flex;
  flex-direction: column;
}

/* line 59, ../../sass/stylesheets/chicagolawyer.scss */
.cl-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #A33038;
  box-shadow: 0 1px 2px #888888;
}

/* line 68, ../../sass/stylesheets/chicagolawyer.scss */
.cl-header-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: auto;
  align-items: center;
}

/* line 75, ../../sass/stylesheets/chicagolawyer.scss */
.cl-header-row #cl-header-left {
  width: 30%;
}

/* line 79, ../../sass/stylesheets/chicagolawyer.scss */
.cl-header-row #cl-header-middle {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 85, ../../sass/stylesheets/chicagolawyer.scss */
.cl-header-row #cl-header-right {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 93, ../../sass/stylesheets/chicagolawyer.scss */
#cl-logo {
  width: 606px;
  height: 128px;
  padding: 10px 0px 10px 0px;
}

/* line 99, ../../sass/stylesheets/chicagolawyer.scss */
#cl-logo-white {
  height: 35px;
  width: 100%;
  scale: 1.25;
  cursor: pointer;
  display: none;
  padding-bottom: 4px;
}

/* line 108, ../../sass/stylesheets/chicagolawyer.scss */
.cl-button {
  border: none;
  padding: 6px 12px;
  margin: 0 4px;
  cursor: pointer;
  font-weight: bold;
}

/* line 115, ../../sass/stylesheets/chicagolawyer.scss */
.cl-button:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

/* line 119, ../../sass/stylesheets/chicagolawyer.scss */
.cl-button.advertise {
  background-color: #DFE5E6;
  color: black;
}

/* line 124, ../../sass/stylesheets/chicagolawyer.scss */
.cl-button.subscribe {
  background-color: #A33038;
  color: white;
}

/* line 131, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main {
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 136, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main aside {
  min-width: 320px;
  max-width: 320px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 1em;
  display: flex;
  flex-direction: column;
}

/* line 145, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main .ad {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 149, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main .ad:last-child {
  border-bottom: none;
}

/* line 152, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main .ad:empty {
  display: none;
}

/* line 157, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main .ad:has(~ .webcontent:not(:empty)) {
  border-bottom: 1px solid #939598;
  margin-bottom: 1em;
}

/* line 164, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main:has(#paywall-container) {
  justify-content: center;
}

/* line 165, ../../sass/stylesheets/chicagolawyer.scss */
#cl-main:has(#paywall-container) aside {
  display: none !important;
}

/* line 171, ../../sass/stylesheets/chicagolawyer.scss */
#cl-breaking-news {
  padding-bottom: 8px;
  display: flex;
  width: 100%;
}

/* line 176, ../../sass/stylesheets/chicagolawyer.scss */
#cl-breaking-news a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: maroon;
  border: solid 5px maroon;
  width: 93%;
  display: inline-block;
  border-radius: 5px;
}

/* line 186, ../../sass/stylesheets/chicagolawyer.scss */
#cl-breaking-news a:hover {
  color: white;
}

/* line 193, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-container {
  font-size: 16px;
  color: #000;
  line-height: 1.4em;
  font-family: Roboto, sans-serif;
}

/* line 200, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-us {
  font-size: 28px;
  font-family: Tinos, serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 1rem 0;
  line-height: 24px;
}

/* line 209, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-text {
  padding: 0 0 1.5rem 0;
  margin: 0;
}

/* line 214, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-link {
  cursor: pointer;
  color: #A33038;
  text-decoration: none;
}

/* line 220, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-link:hover {
  cursor: pointer;
  color: #A33038;
  text-decoration: underline;
}

/* line 226, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-table {
  margin: 2em 0 2em 0;
}

/* line 230, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-table-th {
  vertical-align: top;
  white-space: normal;
  padding-bottom: 0.5em;
}

/* line 236, ../../sass/stylesheets/chicagolawyer.scss */
#cl-about .cl-about-table-td {
  width: 208px;
  vertical-align: top;
  white-space: normal;
  padding-bottom: 0.5em;
}

/* line 245, ../../sass/stylesheets/chicagolawyer.scss */
#cl-e-edition .cl-container:has(div[data-fbo-id]) {
  visibility: visible;
}

/* line 249, ../../sass/stylesheets/chicagolawyer.scss */
#cl-e-edition #e-edition-current-issue {
  width: 100%;
}

/* line 255, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header.sticky #cl-header {
  background-color: #A33038;
  box-shadow: 0 1px 2px #888888;
}

/* line 260, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header.sticky #sidenav-menu-button {
  color: white;
}

/* line 265, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header.sticky #cl-header-right #news-search-icon {
  background-position: 10px -4980px;
  height: 33px;
  margin: 0 10px 0 5px;
  width: 27px;
  padding: 0 0 0 5px;
}

/* line 274, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header.sticky #cl-advertise, #cl-header.sticky #cl-logo {
  display: none;
}

/* line 278, ../../sass/stylesheets/chicagolawyer.scss */
#cl-header.sticky #cl-logo-white {
  display: block;
}

/* line 290, ../../sass/stylesheets/chicagolawyer.scss */
#cl-article .article-action-heading {
  display: none;
}

/* line 294, ../../sass/stylesheets/chicagolawyer.scss */
#cl-article aside {
  border-left: unset;
}

/* line 298, ../../sass/stylesheets/chicagolawyer.scss */
#cl-article .related-profiles-container {
  margin-bottom: 2.25em;
}

/* line 302, ../../sass/stylesheets/chicagolawyer.scss */
#cl-article .article-wrapper {
  width: 100%;
}

/* line 306, ../../sass/stylesheets/chicagolawyer.scss */
#cl-article .article-view-right-side-container {
  display: none;
}

/* line 314, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .main-column-left {
  width: 30%;
}

/* line 317, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .main-column-right {
  width: 65%;
}

/* line 320, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .columns-section {
  width: 94%;
}

/* line 324, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .main-column-left, #cl-landing .columns-section {
  padding-left: 16px;
}

/* line 328, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .e-edition {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 334, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .e-edition .pnn-latest-edition h4, #cl-landing .e-edition .pnn-latest-edition div:has(a.anchor-text) {
  display: none;
}

/* line 337, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .e-edition .pnn-latest-edition a {
  float: unset;
}

/* line 342, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .e-edition .latest-edition_cl {
  display: flex;
  justify-content: center;
}

/* line 347, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .e-edition .cl-section-title {
  text-align: center;
  cursor: pointer;
}

/* line 355, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #cl-sponsored span {
  visibility: visible;
  color: steelblue;
  font-weight: bold;
}

/* line 362, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #opening-statement {
  visibility: hidden;
  display: flex;
  cursor: pointer;
  padding: 6px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #A33038;
}

/* line 364, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #opening-statement:has(.cl-opening-statement) {
  visibility: visible;
}

/* line 374, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #opening-statement .cl-opening-statement {
  display: flex;
}

/* line 376, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #opening-statement .cl-opening-statement img {
  margin: 0px 5px;
}

/* line 380, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #opening-statement .cl-opening-statement .os-header {
  font-weight: 550;
}

/* line 384, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #opening-statement .cl-opening-statement .os-title {
  font-weight: bold;
  font-size: 1.25em;
}

/* line 391, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .cl-section-title {
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 5px;
  color: #A33038;
  border-bottom: 3px solid #A33038;
  margin-bottom: 1em;
}

/* line 400, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing li:has(.article-hyperlink) {
  border-bottom: 1px solid #A33038;
  padding-bottom: 1em;
}

/* line 408, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #in-this-issue li img {
  float: left;
  margin-left: unset;
  margin-right: 5px;
  max-width: 100%;
}

/* line 415, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #in-this-issue li .article-author {
  margin-bottom: 0.5em;
}

/* line 421, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .special-sections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0px;
}

/* line 427, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .special-sections .cl-section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0 !important;
}

/* line 433, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .special-sections .cl-section-body {
  padding: 10px 10px 16px;
  border-bottom: 1px solid #A33038;
}

/* line 438, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .special-sections .cl-section-header {
  font-size: 1.3em;
  color: #000000;
}

/* line 444, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .special-sections .cl-section-text a {
  color: black;
  text-decoration: none !important;
}

/* line 452, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing .departments .article-author {
  display: none;
}

/* line 459, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #cl-columns .slider-item {
  border: none;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 464, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #cl-columns .slider-item .column-name {
  font-size: 1.15em;
  color: #454545;
}

/* line 470, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #cl-columns .slider-arrow {
  top: 10px;
  width: 0 !important;
  height: unset;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 4em;
}

/* line 478, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #cl-columns .slider-arrow.left {
  left: -18px;
}

/* line 481, ../../sass/stylesheets/chicagolawyer.scss */
#cl-landing #cl-columns .slider-arrow.right {
  right: -5px;
}

@media (max-width: 1280px) {
  /* line 492, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-main, #cl-header, .cl-container {
    width: auto;
  }
  /* line 496, ../../sass/stylesheets/chicagolawyer.scss */
  #news-search-icon {
    margin-left: unset;
  }
  /* line 500, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-logo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 255, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-header {
    background-color: #A33038;
    box-shadow: 0 1px 2px #888888;
  }
  /* line 260, ../../sass/stylesheets/chicagolawyer.scss */
  #sidenav-menu-button {
    color: white;
  }
  /* line 265, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-header-right #news-search-icon {
    background-position: 10px -4980px;
    height: 33px;
    margin: 0 10px 0 5px;
    width: 27px;
    padding: 0 0 0 5px;
  }
  /* line 274, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-advertise, #cl-logo {
    display: none;
  }
  /* line 278, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-logo-white {
    display: block;
  }
}
@media (max-width: 970px) {
  /* line 512, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-landing .main-column-right {
    width: 60%;
  }
}
@media (max-width: 768px) {
  /* line 520, ../../sass/stylesheets/chicagolawyer.scss */
  .cl-container {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 526, ../../sass/stylesheets/chicagolawyer.scss */
  .cl-main-section {
    width: 100%;
    flex-wrap: wrap;
    padding-left: unset;
  }
  /* line 530, ../../sass/stylesheets/chicagolawyer.scss */
  .cl-main-section .main-column {
    width: 100% !important;
  }
  /* line 533, ../../sass/stylesheets/chicagolawyer.scss */
  .cl-main-section .main-column-left, .cl-main-section .columns-section, .cl-main-section .main-column-left {
    padding: unset !important;
  }
  /* line 536, ../../sass/stylesheets/chicagolawyer.scss */
  .cl-main-section .main-column-right {
    margin-top: unset;
  }
  /* line 542, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-main aside {
    max-width: 50vw;
    align-items: center;
    padding: unset;
  }
  /* line 549, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-ad-one, #cl-ad-two, #cl-web-content-one, #cl-web-content-two {
    width: 90%;
  }
  /* line 551, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-ad-one .pnn-latest-edition, #cl-ad-two .pnn-latest-edition, #cl-web-content-one .pnn-latest-edition, #cl-web-content-two .pnn-latest-edition {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 559, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-columns .slider-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 563, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-columns .slider-container .slider-arrow.right {
    right: -2px !important;
  }
  /* line 569, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-subscribe {
    padding: 6px 4px;
    margin: 0px 4px 0px -4px;
  }
}
@media (max-width: 420px) {
  /* line 576, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-subscribe {
    padding: 6px 4px;
    margin: 0px 4px 0px -8px;
  }
}
@media (max-width: 370px) {
  /* line 583, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-subscribe {
    padding: 6px 4px;
    margin: 0px 0px 0px -10px;
  }
}
@media (max-width: 350px) {
  /* line 590, ../../sass/stylesheets/chicagolawyer.scss */
  #cl-subscribe {
    padding: 6px 2px;
    margin: 0px 0px 0px -10px;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 34, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-results {
  margin-top: 16px;
  padding-top: 0px;
}

/* line 37, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-results div#datatable-sort-help-text {
  float: right;
  margin-top: 0px;
  margin-right: 30px;
  padding-bottom: 12px;
}

/* line 47, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-results-table {
  padding-right: 2px;
  padding-top: 32px;
  font-size: 13px;
  padding-left: 24px;
  padding-bottom: 24px;
}

/* line 55, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form input,
.ourPeople-search-form select {
  float: left;
  font-size: 10px;
  color: #51626F;
}

/* line 62, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form input:focus,
.ourPeople-search-form select:focus {
  outline: #A4D2EC auto 5px;
}

/* line 67, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form input {
  width: 136px;
  margin-right: 16px;
  height: 24px;
  padding-left: 8px;
}

/* line 74, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form.firstName input {
  margin-left: -54px;
}

/* line 78, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form.lastName input {
  margin-left: -50px;
}

/* line 82, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form label {
  float: left;
  padding-top: 32px;
  font-size: 10px;
  color: #939598;
  font-weight: 600;
}

/* line 92, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form select {
  height: 28px;
  border: 1px solid #B6B8BA;
  -webkit-appearance: none;
  -webkit-border-radius: 1px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #FFFFFF;
  background-position: 136px -3284px;
  width: 152px;
}

/* line 102, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form.department select {
  margin-left: -64px;
}

/* line 106, ../../sass/stylesheets/ourPeople.scss */
.ourPeople-search-form.title select {
  margin-left: -24px;
}

/* line 111, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-search-btn {
  margin-top: 54px;
  padding-bottom: 20px;
}

/* line 116, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-submit-button,
.org-ourPeople-button {
  font-weight: 600;
  margin-right: 32px;
  padding: 0.5em 1.25em;
  font-size: 10px;
  margin-bottom: 16px;
  float: right;
  text-align: inherit;
  color: black;
  background-color: #DCDDDE;
  border: 1px solid #B6B8BA;
}

/* line 129, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-submit-button:hover,
.org-ourPeople-button:hover {
  color: #FFFFFF;
  cursor: pointer;
  background-color: #A4D2EC;
}

/* line 136, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-submit-button {
  margin-top: 16px;
}

/* line 140, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-search-help {
  margin-right: 32px;
  margin-bottom: 8px;
}

/* line 147, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-desc.yui3-datatable-col-person {
  background-position: 104px -3227px;
}

/* line 151, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-desc.yui3-datatable-col-phone {
  background-position: 64px -3227px;
}

/* line 155, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-desc.yui3-datatable-col-department {
  background-position: 112px -3227px;
}

/* line 159, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-desc.yui3-datatable-col-office {
  background-position: 45px -3227px;
}

/* line 163, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-desc.yui3-datatable-col-title {
  background-position: 35px -3227px;
}

/* line 171, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-asc.yui3-datatable-col-person {
  background-position: 104px -3202px;
}

/* line 174, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-asc.yui3-datatable-col-phone {
  background-position: 64px -3202px;
}

/* line 178, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-asc.yui3-datatable-col-department {
  background-position: 112px -3202px;
}

/* line 182, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-asc.yui3-datatable-col-office {
  background-position: 45px -3202px;
}

/* line 186, ../../sass/stylesheets/ourPeople.scss */
.yui3-datatable-asc.yui3-datatable-col-title {
  background-position: 35px -3202px;
}

/* line 192, ../../sass/stylesheets/ourPeople.scss */
#org-ourPeople-results-heading {
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 12px;
}

/* line 28, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs .section-title {
  margin-left: -32px;
  padding-left: 32px;
  font-weight: initial;
}

/* line 34, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs .horizontal-sub-tabs li {
  padding: 0.5em 0.32em !important;
}

/* line 39, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs .aop-ind-heading {
  background-color: white;
  line-height: 20px;
  width: 480px;
  font-size: 13px;
  color: #595959;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 48, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs .aop-ind-heading a {
  padding-left: 24px;
}

/* line 53, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs .sub-tab-selected {
  border-radius: 40%;
}

/* line 57, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs .section {
  padding-top: 8px;
}

/* line 62, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.aop-ind-sub-tabs #subTabContent2 .section {
  padding-top: 4px;
}

/* line 66, ../../sass/stylesheets/org_aop_ind_subpages.scss */
.subTabContent1ForLawfirmTabs {
  padding-top: 58px;
}

/* line 70, ../../sass/stylesheets/org_aop_ind_subpages.scss */
#paginator-top-org-pA-attorney-node {
  clear: both;
}

/* line 74, ../../sass/stylesheets/org_aop_ind_subpages.scss */
#org-pA-attorney-node {
  background-color: white;
  width: 469px;
  padding-left: 12px;
  padding-bottom: 24px;
  font-size: 13px;
}

/* line 6, ../../sass/stylesheets/paywall.scss */
.paywall-package-list {
  list-style: none;
  margin-left: 2em;
}

/* line 12, ../../sass/stylesheets/paywall.scss */
div#paywall-container {
  background-color: #fff;
  padding-top: 10px;
  height: 1083px;
}

/* line 18, ../../sass/stylesheets/paywall.scss */
div#dynContent1.paywall {
  width: 1006px;
  background-color: white;
  padding: 1px 0px 7px;
}

/* line 24, ../../sass/stylesheets/paywall.scss */
div#dynContent3.paywall {
  width: 1006px;
  background-color: white;
  padding: 1px 0px 7px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 63, ../../sass/stylesheets/profile.scss */
.profile-container-color {
  background-color: white;
  padding-left: 32px;
  min-height: 472px;
  height: 100%;
  padding-top: 1px;
  padding-bottom: 119px;
}

/* line 72, ../../sass/stylesheets/profile.scss */
#family-print-edit {
  float: right;
  margin-right: 34px;
}

/* line 77, ../../sass/stylesheets/profile.scss */
#profile-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 81, ../../sass/stylesheets/profile.scss */
#profile-wrapper .profile-content-container {
  display: flex;
}

/* line 85, ../../sass/stylesheets/profile.scss */
#profile-wrapper #dynContentAll {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 91, ../../sass/stylesheets/profile.scss */
#profile-wrapper #modified-date {
  align-self: flex-end;
}

/* line 95, ../../sass/stylesheets/profile.scss */
#profile-wrapper #mod-date {
  font-weight: bold;
}

/* line 101, ../../sass/stylesheets/profile.scss */
#profile {
  display: flex;
  flex-direction: column;
}

/* line 105, ../../sass/stylesheets/profile.scss */
#profile .profile-summary, #profile .profile-data-items {
  display: flex;
}

/* line 111, ../../sass/stylesheets/profile.scss */
#update-profile-powered-by {
  display: flex;
  justify-content: space-between;
}

/* line 117, ../../sass/stylesheets/profile.scss */
#profile-container {
  max-width: 736px;
  width: 100%;
  min-height: 736px;
}

/* line 122, ../../sass/stylesheets/profile.scss */
#profile-container hr {
  width: 480px;
  margin-left: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
}

/* line 139, ../../sass/stylesheets/profile.scss */
#profile-container.paywall {
  width: 1006px;
  background-color: white;
}

/* line 144, ../../sass/stylesheets/profile.scss */
#profile {
  height: 100%;
  min-height: 736px;
}

/* line 149, ../../sass/stylesheets/profile.scss */
.highlighted-background-div {
  background-color: white;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 480px;
  font-size: 13px;
  color: #51626F;
  margin-bottom: 8px;
}

/* line 160, ../../sass/stylesheets/profile.scss */
#honors-honors-section {
  padding-bottom: 0px;
}

/* line 164, ../../sass/stylesheets/profile.scss */
#org-honors-honors-list .highlighted-background-div {
  background-color: inherit;
}

/* line 168, ../../sass/stylesheets/profile.scss */
#org-honors-honors-list .highlighted-background-div > ul {
  background-color: white;
}

/* line 172, ../../sass/stylesheets/profile.scss */
.highlighted-background-top-padded-div {
  padding-bottom: 0;
}

/* line 175, ../../sass/stylesheets/profile.scss */
.persons-contact-list {
  display: inline-block;
}

/* line 179, ../../sass/stylesheets/profile.scss */
#profile-links {
  min-width: 192px;
  max-width: 192px;
  height: fit-content;
}

/* line 185, ../../sass/stylesheets/profile.scss */
#profile-center {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 544px;
  background-color: #ffffff;
}

/* line 191, ../../sass/stylesheets/profile.scss */
#profile-center ul {
  margin-left: 0;
  margin-top: 0;
}

/* line 196, ../../sass/stylesheets/profile.scss */
#profile-center li {
  list-style: none;
}

/* line 199, ../../sass/stylesheets/profile.scss */
#profile-center li.contact-info-entry {
  padding-top: 10px;
  background-color: white;
  padding-bottom: 33.008px;
  font-size: 13px;
  margin-left: -32px;
  padding-left: 32px;
}

/* line 208, ../../sass/stylesheets/profile.scss */
#profile-center li.primary-contact-record {
  background-color: #fff;
  padding-bottom: 20px;
  font-size: 13px;
  margin-left: -32px;
  padding-left: 32px;
}

/* line 216, ../../sass/stylesheets/profile.scss */
#profile-center li.admission-ardc-link {
  height: 20px;
}

/* line 222, ../../sass/stylesheets/profile.scss */
#profile-center .ck-custom {
  line-height: 20px;
  color: #636466;
  clear: both;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 229, ../../sass/stylesheets/profile.scss */
#profile-center .ck-custom p {
  margin-bottom: 16px;
}

/* line 235, ../../sass/stylesheets/profile.scss */
.profile-content {
  background-color: #ffffff;
  padding-left: 32px;
  min-height: 472px;
  height: 100%;
  padding-bottom: 119px;
}

/* line 245, ../../sass/stylesheets/profile.scss */
#summary-profile-info {
  font-size: 13px;
  line-height: 16px;
  color: #636466;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

/* line 254, ../../sass/stylesheets/profile.scss */
.summary-profile-row,
.org-contact-row,
.persons-contact-row {
  line-height: 20px;
}

/* line 260, ../../sass/stylesheets/profile.scss */
#summary-profile-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  margin-left: 32px;
  padding-top: 8px;
}

/* line 268, ../../sass/stylesheets/profile.scss */
#summary-profile-container.deceased-summary-profile {
  background-color: #ffffff;
}

/* line 271, ../../sass/stylesheets/profile.scss */
#summary-profile-container.defunct-summary-profile {
  background-color: #ffffff;
}

/* line 275, ../../sass/stylesheets/profile.scss */
#summary-profile-container #dynContent1 {
  display: flex;
  flex-direction: column;
}

/* line 278, ../../sass/stylesheets/profile.scss */
#summary-profile-container #dynContent1 .powered-by {
  align-self: self-end;
  width: 150px;
  background-position-x: 0;
}

/* line 287, ../../sass/stylesheets/profile.scss */
#summary-profile-container.no-bottom-margin {
  height: auto;
  paddin-bottom: 0px;
  background-color: #fff;
  padding-top: 8px;
}

/* line 293, ../../sass/stylesheets/profile.scss */
#summary-profile-container.no-bottom-margin.deceased-summary-profile {
  background-color: #ffffff;
}

/* line 296, ../../sass/stylesheets/profile.scss */
#summary-profile-container.no-bottom-margin.defunct-summary-profile {
  background-color: #ffffff;
}

/* line 303, ../../sass/stylesheets/profile.scss */
#user-subscription-table table, #manage-org-subscriptions-search-results-table table {
  width: 100%;
  border-collapse: unset;
  border: 1px solid #7f7f7f;
}

/* line 309, ../../sass/stylesheets/profile.scss */
#user-subscription-table tr.yui3-datatable-odd td, #manage-org-subscriptions-search-results-table tr.yui3-datatable-odd td {
  background-color: #edf5ff;
}

/* line 313, ../../sass/stylesheets/profile.scss */
#user-subscription-table tr.yui3-datatable-even td, #manage-org-subscriptions-search-results-table tr.yui3-datatable-even td {
  background-color: #FFF;
}

/* line 317, ../../sass/stylesheets/profile.scss */
#user-subscription-table th .yui3-datatable-liner, #manage-org-subscriptions-search-results-table th .yui3-datatable-liner {
  white-space: nowrap;
  background: #455560;
  color: #fff;
}

/* line 323, ../../sass/stylesheets/profile.scss */
#user-subscription-table .yui3-datatable-liner, #manage-org-subscriptions-search-results-table .yui3-datatable-liner {
  margin: 0;
  padding: 4px 2px 4px 10px;
}

/* line 328, ../../sass/stylesheets/profile.scss */
#user-subscription-table th, #manage-org-subscriptions-search-results-table th {
  border-right: 1px solid #cbcbcb;
}

/* line 332, ../../sass/stylesheets/profile.scss */
#user-subscription-table td, #manage-org-subscriptions-search-results-table td {
  border-right: 1px solid #cbcbcb;
  text-align: left;
}

/* line 337, ../../sass/stylesheets/profile.scss */
#user-subscription-table .edit-subscription-link, #manage-org-subscriptions-search-results-table .edit-subscription-link {
  color: inherit;
  cursor: default;
}

/* line 342, ../../sass/stylesheets/profile.scss */
#user-subscription-table .yui3-datatable-header, #user-subscription-table .yui3-datatable-cell-content-wrapper, #manage-org-subscriptions-search-results-table .yui3-datatable-header, #manage-org-subscriptions-search-results-table .yui3-datatable-cell-content-wrapper {
  padding: 2px 0 2px 5px;
}

/* line 349, ../../sass/stylesheets/profile.scss */
#edit-order-subscriptions-table a {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 12px;
  height: 15px;
  display: block;
}

/* line 355, ../../sass/stylesheets/profile.scss */
#edit-order-subscriptions-table a.search-filter {
  background-position: 0 -2278px;
}

/* line 359, ../../sass/stylesheets/profile.scss */
#edit-order-subscriptions-table a.search-filter-checked {
  background-position: 0 -2313px;
}

/* line 365, ../../sass/stylesheets/profile.scss */
.userSubscriptionPurchasedByOrg {
  cursor: pointer;
  color: #0081C3;
}

/* line 370, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-effectiveDate input,
div.form-field-wrapper.manage-org-subscriptions-edit-expirationDate input,
div.form-field-wrapper.manage-org-subscriptions-edit-packagePrice input,
div.form-field-wrapper.manage-org-subscriptions-edit-packageTax input {
  width: 85px;
  margin-right: 5px;
}

/* line 378, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-effectiveDate,
div.form-field-wrapper.manage-org-subscriptions-edit-expirationDate,
div.form-field-wrapper.manage-org-subscriptions-edit-packagePrice,
div.form-field-wrapper.manage-org-subscriptions-edit-packageTax {
  float: left;
  margin-right: 15px;
}

/* line 386, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-packageTax {
  margin-left: 20px;
}

/* line 390, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-packagePrice,
div.form-field-wrapper.manage-org-subscriptions-edit-packageTax {
  margin-bottom: 8px;
}

/* line 395, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-paymentNotes {
  float: right;
  width: 400px;
}

/* line 400, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-prod-cdlb {
  margin-top: 164px;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 407, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-prod-sld,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-lh,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-jp,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-ea,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-cl {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 417, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-prod-cl,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-jp {
  margin-right: 59px;
}

/* line 423, ../../sass/stylesheets/profile.scss */
div.form-field-wrapper.manage-org-subscriptions-edit-prod-cdlb input,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-sld input,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-lh input,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-jp input,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-ea input,
div.form-field-wrapper.manage-org-subscriptions-edit-prod-cl input {
  width: 200px;
}

/* line 433, ../../sass/stylesheets/profile.scss */
.profile-content-subtext {
  line-height: 20px;
  color: #636466;
  padding-left: 16px;
}

/* line 437, ../../sass/stylesheets/profile.scss */
.profile-content-subtext.wh-line1 {
  padding-bottom: 2px;
}

/* line 440, ../../sass/stylesheets/profile.scss */
.profile-content-subtext.wh-location {
  padding-bottom: 2px;
}

/* line 446, ../../sass/stylesheets/profile.scss */
.publications-and-speaking-role {
  color: #636466;
  font-weight: bold;
}

/* line 451, ../../sass/stylesheets/profile.scss */
.subheading.publications-and-speaking-title {
  font-weight: normal;
}

/* line 455, ../../sass/stylesheets/profile.scss */
span.contact-info-label {
  font-weight: bold;
  color: #636466;
}

/* line 460, ../../sass/stylesheets/profile.scss */
#contact-info-assistant-details {
  margin-top: 12px;
  color: #939598;
}

/* line 465, ../../sass/stylesheets/profile.scss */
ul#persons-contact-list {
  margin: 0;
}

/* line 469, ../../sass/stylesheets/profile.scss */
hr#persons-contact-hr,
hr#org-contact-hr {
  margin-bottom: 0px;
}

/* line 474, ../../sass/stylesheets/profile.scss */
.contact-info-url {
  float: left;
  margin-right: auto;
}

/* line 480, ../../sass/stylesheets/profile.scss */
.section-title {
  font-size: 13px;
  color: black;
  padding-bottom: 16px;
  font-weight: bold;
}

/* line 487, ../../sass/stylesheets/profile.scss */
.section-title-contact {
  font-size: 13px;
  color: black;
  padding-top: 36px;
  padding-bottom: 16px;
  font-weight: bold;
}

/* line 495, ../../sass/stylesheets/profile.scss */
.section-title-add-info {
  font-size: 13px;
  color: black;
  padding-bottom: 16px;
  font-weight: bold;
}

/* line 502, ../../sass/stylesheets/profile.scss */
.contact-info-location-label {
  font-size: 12px;
  color: black;
}

/* line 507, ../../sass/stylesheets/profile.scss */
.subheading {
  font-size: 13px;
  font-weight: bold;
  padding-left: 16px;
  line-height: 20px;
  color: #51626F;
}

/* line 515, ../../sass/stylesheets/profile.scss */
.person-profile-admission-retired {
  display: inline-block;
  float: right;
  margin-right: 10px;
  color: red;
  font-weight: bold;
}

/* line 523, ../../sass/stylesheets/profile.scss */
.no-margin {
  margin: 0 0 0 0;
}

/* line 527, ../../sass/stylesheets/profile.scss */
.section {
  height: 100%;
}

/* line 531, ../../sass/stylesheets/profile.scss */
.related-org-link {
  padding-top: 0px;
}

/* line 534, ../../sass/stylesheets/profile.scss */
.related-org-link-contact {
  padding-top: 0px;
  margin-bottom: 30px;
}

/* line 540, ../../sass/stylesheets/profile.scss */
ul#org-contact-list li.primary-contact-record hr {
  display: none;
}

/* line 544, ../../sass/stylesheets/profile.scss */
.icon-actions {
  display: none;
}

/* line 548, ../../sass/stylesheets/profile.scss */
.reset-password-user-email input {
  width: 99.8%;
  height: 1.875em;
  background: #E8F3F9;
  padding-left: 5px;
  border-color: #939598;
  border-style: solid;
  border-width: 1px;
}

@media (max-width: 530px) {
  /* line 559, ../../sass/stylesheets/profile.scss */
  #activate-wrapper {
    width: 18%;
  }
  /* line 563, ../../sass/stylesheets/profile.scss */
  .reset-password-user-email label {
    width: 18%;
  }
  /* line 567, ../../sass/stylesheets/profile.scss */
  .reset-password-user-email input {
    width: 18%;
  }
}
/* line 573, ../../sass/stylesheets/profile.scss */
#family-info-box .info-box-content {
  line-height: inherit;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* line 581, ../../sass/stylesheets/profile.scss */
#additionalInfo-info-box .info-box-content {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* line 588, ../../sass/stylesheets/profile.scss */
#additionalInfo-info-box .info-box-content, #judge-experience-container .info-box-content {
  line-height: inherit;
}

/* line 595, ../../sass/stylesheets/profile.scss */
#judge-experience-container .judge-experience:first-child {
  margin-top: 0;
}

/* line 599, ../../sass/stylesheets/profile.scss */
#judge-experience-container .judge-experience {
  margin-top: 1em;
}

/* line 603, ../../sass/stylesheets/profile.scss */
#judge-experience-container .judge-experience:last-child {
  margin-bottom: 1em;
}

/* line 611, ../../sass/stylesheets/profile.scss */
.jpm .toggle-container {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
}

/* line 618, ../../sass/stylesheets/profile.scss */
.jpm .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin: 0 4px;
}

/* line 626, ../../sass/stylesheets/profile.scss */
.jpm .switch input {
  display: none;
}

/* line 630, ../../sass/stylesheets/profile.scss */
.jpm .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 16px;
  cursor: pointer;
}

/* line 642, ../../sass/stylesheets/profile.scss */
.jpm .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2.5px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* line 654, ../../sass/stylesheets/profile.scss */
.jpm input:checked + .slider {
  background-color: #37bb4c;
}

/* line 658, ../../sass/stylesheets/profile.scss */
.jpm input:checked + .slider:before {
  transform: translateX(16px);
}

/* line 662, ../../sass/stylesheets/profile.scss */
.jpm .toggle-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 668, ../../sass/stylesheets/profile.scss */
.jpm .toggle-label-text {
  display: block;
}

/* line 674, ../../sass/stylesheets/profile.scss */
#profile-pic {
  display: flex;
}

@media (max-width: 940px) {
  /* line 679, ../../sass/stylesheets/profile.scss */
  #profile-content-wrapper {
    padding-left: 14px;
  }
  /* line 682, ../../sass/stylesheets/profile.scss */
  #profile-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 686, ../../sass/stylesheets/profile.scss */
  #summary-profile-info {
    padding-left: 0;
  }
  /* line 690, ../../sass/stylesheets/profile.scss */
  #profile-center li.primary-contact-record, #profile-center li.contact-info-entry {
    margin-left: 0;
  }
  /* line 694, ../../sass/stylesheets/profile.scss */
  #profile-container hr {
    width: 100%;
  }
}
@media (max-width: 875px) {
  /* line 700, ../../sass/stylesheets/profile.scss */
  #profile-distinction {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 707, ../../sass/stylesheets/profile.scss */
  #profile-wrapper {
    min-height: 610px;
    padding-top: 16px;
  }
  /* line 712, ../../sass/stylesheets/profile.scss */
  #profile-wrapper div.profile-title {
    padding-top: 0;
  }
  /* line 716, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #dynContent2 {
    margin-top: 16px;
  }
  /* line 720, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #summary-profile-container {
    padding-left: 16px;
  }
  /* line 725, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #update-profile, #profile-wrapper div.profile-subtitle, #profile-wrapper div.profile-title, #profile-wrapper #summary-profile-info {
    margin-left: 0 !important;
  }
  /* line 729, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #summary-profile-info, #profile-wrapper .profile-subtitle, #profile-wrapper .profile-title {
    padding-left: 10px;
  }
  /* line 733, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #update-profile-powered-by {
    margin-top: -18px;
    margin-bottom: 4px;
  }
  /* line 737, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-pic {
    padding-top: 12px;
  }
  /* line 741, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-pic, #profile-wrapper .user-pic {
    height: fit-content;
  }
  /* line 744, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-pic .user-pic, #profile-wrapper .user-pic .user-pic {
    width: 136px;
    height: fit-content;
  }
  /* line 750, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #update-profile {
    width: 111px;
    background-position: 0 -1372px;
  }
  /* line 754, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #update-profile:hover {
    background-position: 0 -1330px;
  }
  /* line 760, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #summary-profile-container #dynContent1 div.powered-by {
    width: 116px;
    background-position: 0 -4129px;
  }
  /* line 766, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #summary-profile-container.no-bottom-margin {
    padding-top: 4px;
  }
  /* line 770, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #modified-date, #profile-wrapper #action-heading {
    display: none;
  }
  /* line 774, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #summary-profile-info {
    margin-top: 0;
  }
  /* line 779, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #update-profile #update-profile-tooltip {
    margin-left: 130px;
    position: relative;
  }
  /* line 785, ../../sass/stylesheets/profile.scss */
  #profile-wrapper .profile-data-items {
    flex-direction: column;
  }
  /* line 789, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-center {
    display: none;
  }
  /* line 792, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-center .profile-content {
    min-height: 320px;
  }
  /* line 796, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-center .profile-container-color {
    min-height: auto;
  }
  /* line 800, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-center li.primary-contact-record {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 805, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-center .highlighted-background-div {
    width: auto;
  }
  /* line 811, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links {
    margin-top: 14px;
    min-height: auto;
    max-width: unset;
    padding-right: 20px;
    background-color: white;
  }
  /* line 817, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li {
    background-color: white;
  }
  /* line 820, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li.clickable-nav:hover {
    background: none;
  }
  /* line 823, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li::after {
    font-size: 28px;
    margin-right: 14px;
    margin-top: -18px;
    float: right;
    color: #7C8686;
  }
  /* line 830, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li.selected-nav-single-column-layout::after {
    content: "⌃";
    margin-top: 5px;
  }
  /* line 834, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li::after {
    content: "⌄";
  }
  /* line 839, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links #pA-toc-contact-info-li {
    background-color: inherit;
  }
  /* line 845, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links a, #profile-wrapper #profile-links li.clickable-nav:hover a, #profile-wrapper #profile-links #pA-toc-contact-info-li a,
  #profile-wrapper #profile-links #org-toc-firm-contact-li a, #profile-wrapper #profile-links #org-toc-corp-contact-li a, #profile-wrapper #profile-links #org-toc-gov-locations-li a {
    color: black;
  }
  /* line 850, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links {
    width: auto;
  }
  /* line 852, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li {
    border-top: 1px solid #7C8686;
  }
  /* line 854, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links li:last-child {
    border-bottom: 1px solid #7C8686;
  }
  /* line 859, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links .selected-nav-single-column-layout {
    border-bottom: 1px solid #7C8686;
    margin-bottom: 1em;
  }
  /* line 866, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #summary-profile-container {
    margin-left: 0;
  }
  /* line 870, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #update-profile-tooltip {
    width: 0;
  }
}
@media (max-width: 630px) {
  /* line 879, ../../sass/stylesheets/profile.scss */
  #streaming-content {
    width: 100% !important;
  }
  /* line 882, ../../sass/stylesheets/profile.scss */
  #streaming-content .pub-title {
    width: auto;
  }
  /* line 886, ../../sass/stylesheets/profile.scss */
  #streaming-content .streaming-content-item {
    background-color: inherit;
    padding-top: 5px;
    height: auto;
  }
  /* line 890, ../../sass/stylesheets/profile.scss */
  #streaming-content .streaming-content-item .streaming-link-wrapper {
    font-weight: bold;
  }
  /* line 893, ../../sass/stylesheets/profile.scss */
  #streaming-content .streaming-content-item .publish-date {
    font-weight: normal;
    color: #636466;
  }
  /* line 899, ../../sass/stylesheets/profile.scss */
  #streaming-content .streaming-content-item:hover div.streaming-link-wrapper a {
    color: inherit;
  }
  /* line 903, ../../sass/stylesheets/profile.scss */
  #streaming-content #streaming-heading {
    display: none;
  }
  /* line 907, ../../sass/stylesheets/profile.scss */
  #streaming-content .seeall-wrapper {
    background-color: unset;
  }
  /* line 909, ../../sass/stylesheets/profile.scss */
  #streaming-content .seeall-wrapper a {
    color: #636466 !important;
    font-weight: bold;
  }
  /* line 916, ../../sass/stylesheets/profile.scss */
  #profile-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
  /* line 920, ../../sass/stylesheets/profile.scss */
  #profile-wrapper .profile-content-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 925, ../../sass/stylesheets/profile.scss */
  #profile-wrapper #profile-links {
    padding-right: 2px;
  }
  /* line 929, ../../sass/stylesheets/profile.scss */
  #profile-wrapper .profile-content {
    padding-bottom: 0;
  }
  /* line 935, ../../sass/stylesheets/profile.scss */
  #profile-container, #profile {
    min-height: unset;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 11, ../../sass/stylesheets/profile_picture.scss */
.user-pic {
  width: 192px;
  max-height: 264px;
}

/* line 17, ../../sass/stylesheets/profile_picture.scss */
#portrait-upload-form > div.button-container > span#portrait-cancel {
  margin-left: 485px;
}

/* line 21, ../../sass/stylesheets/profile_picture.scss */
#portrait-upload-form > div.button-container {
  padding-top: 20px;
}

/* line 25, ../../sass/stylesheets/profile_picture.scss */
#portrait-upload-form > div#preview-edit-container > div#portrait-preview-container,
#portrait-upload-form > div#preview-edit-container > div#portrait-cropped-container {
  float: left;
}

/* line 30, ../../sass/stylesheets/profile_picture.scss */
#portrait-edit-instructions {
  color: black;
  background-color: #ffa485;
  display: block;
  padding: 0.5em;
  margin-bottom: 0.75em;
}

/* line 38, ../../sass/stylesheets/profile_picture.scss */
#portrait-upload-form > div#preview-edit-container > div#portrait-edit-input-div {
  clear: left;
  padding-top: 25px;
}

/* line 43, ../../sass/stylesheets/profile_picture.scss */
div#portrait-edit-input-text,
div#portrait-preview-container > input#id,
img#portrait-preview {
  float: left;
}

/* line 49, ../../sass/stylesheets/profile_picture.scss */
div#portrait-edit-input-text {
  margin-right: 50px;
  margin-bottom: 5px;
  margin-top: 15px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 12, ../../sass/stylesheets/profile_title.scss */
div.profile-title {
  margin-top: 20px;
  font-size: 22px;
  line-height: 20px;
  font-weight: bold;
}

/* line 19, ../../sass/stylesheets/profile_title.scss */
span.profile-formerJudge {
  font-weight: bold;
  font-size: 22px;
  top: -1.1em;
}

/* line 24, ../../sass/stylesheets/profile_title.scss */
div.powered-by {
  height: 30px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 336px -4012px;
}

/* line 30, ../../sass/stylesheets/profile_title.scss */
.judicial-profile div.powered-by, .powered-by.judicial-profile {
  background-position: 336px -4049px;
}

/* line 35, ../../sass/stylesheets/profile_title.scss */
div.profile-subtitle {
  font-size: 13px;
  line-height: 16pt;
  font-weight: lighter;
}

/* line 41, ../../sass/stylesheets/profile_title.scss */
div.defunct-profile-subtitle {
  font-size: 13px;
  padding-top: 10px;
  font-style: italic;
  font-weight: bold;
}

/* line 48, ../../sass/stylesheets/profile_title.scss */
.defunct-profile-subtitle:empty {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 75, ../../sass/stylesheets/research.scss */
#center-container {
  width: 960px;
}

/* line 79, ../../sass/stylesheets/research.scss */
li#app-summaries {
  width: 70px;
}

/* line 83, ../../sass/stylesheets/research.scss */
li#liens-judgements {
  width: 80px;
}

/* line 87, ../../sass/stylesheets/research.scss */
li#appellate-review-damages {
  width: 100px;
}

/* line 91, ../../sass/stylesheets/research.scss */
li#liens-judgements, li#app-summaries, li#appellate-review-damages, li#new-suits, li#court-calls, li#court-dockets, li#verdicts-settlements, li#resources {
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
  height: 25px;
}

/* line 98, ../../sass/stylesheets/research.scss */
li#verdicts-settlements a, li#court-dockets a, li#court-calls a, li#new-suits a {
  position: relative;
  top: 0px;
}

/* line 103, ../../sass/stylesheets/research.scss */
li#app-summaries a,
li#liens-judgements a,
li#appellate-review-damages a,
li#verdicts-settlements a,
li#app-summaries span,
li#liens-judgements span,
li#appellate-review-damages span,
li#verdicts-settlements span {
  position: relative;
  top: -3px;
}

/* line 117, ../../sass/stylesheets/research.scss */
body:has(#research-sub-tab) #banner {
  margin-bottom: 0;
}

/* line 120, ../../sass/stylesheets/research.scss */
body:has(#research-sub-tab) #subTabContent2 {
  margin-top: 1.5em;
}

/* line 125, ../../sass/stylesheets/research.scss */
div#research-sub-tab ul li {
  width: 124px;
  padding-left: 3px;
  padding-right: 3px;
  height: 25px;
}

/* line 132, ../../sass/stylesheets/research.scss */
div#research-sub-tab > ul > li.sub-tab-first {
  width: 123px;
}

/* line 137, ../../sass/stylesheets/research.scss */
div#research-sub-tab > ul > li.sub-tab-selected {
  position: relative;
  top: 0px;
  border-right: none;
}

/* line 143, ../../sass/stylesheets/research.scss */
div.research-search-label {
  padding-top: 32px;
  font-size: 20px;
}

/* line 148, ../../sass/stylesheets/research.scss */
div#dynContent1-cms-content-container div.cms-content {
  padding-left: 138px;
  padding-right: 138px;
  font-size: 14px;
  height: 152px;
}

/* line 153, ../../sass/stylesheets/research.scss */
div#dynContent1-cms-content-container div.cms-content div.left {
  width: 334px;
  margin-right: 8px;
  float: left;
}

/* line 159, ../../sass/stylesheets/research.scss */
div#dynContent1-cms-content-container div.cms-content div.right {
  width: 334px;
  margin-left: 8px;
  float: right;
}

/* line 166, ../../sass/stylesheets/research.scss */
.research-article-view-print-bar {
  height: 32px;
  background-color: #DFE5E6;
  width: 1024px;
  margin: 0 -32px;
}

/* line 172, ../../sass/stylesheets/research.scss */
.research-article-view-print-bar a#print-button {
  float: right;
  margin-right: 16px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2835px;
  margin-top: 6px;
  padding-bottom: 24px;
  padding-left: 32px;
  height: 2px;
  cursor: pointer;
}

/* line 183, ../../sass/stylesheets/research.scss */
.research-article-view-print-bar a#print-button:hover {
  background-position: 0 -2879px;
}

/* line 190, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container a#print-button-anchor {
  float: right;
  margin-right: -27px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2835px;
  margin-top: 8px;
  padding-bottom: 26x;
  padding-left: 75px;
  cursor: pointer;
}

/* line 199, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container a#print-button-anchor:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2879px;
}

/* line 205, ../../sass/stylesheets/research.scss */
div.research-view-results-container {
  background-color: #fff;
  padding: 32px 114px 0;
  min-height: 515px;
  padding: 20px 146px;
  margin: -1px 0px 0;
}

/* line 211, ../../sass/stylesheets/research.scss */
div.research-view-results-container div.search-header {
  overflow: visible;
}

/* line 217, ../../sass/stylesheets/research.scss */
#datatable-paging-controls .yui3-paginator-previous,
#datatable-paging-controls .yui3-paginator-first,
#datatable-paging-controls .yui3-paginator-last,
#datatable-paging-controls .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 227, ../../sass/stylesheets/research.scss */
#datatable-paging-controls .yui3-paginator-previous:hover,
#datatable-paging-controls .yui3-paginator-first:hover,
#datatable-paging-controls .yui3-paginator-last:hover,
#datatable-paging-controls .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 233, ../../sass/stylesheets/research.scss */
#datatable-paging-controls div.search-row.row-detail > div.search-detail-container {
  width: 732px;
}

/* line 238, ../../sass/stylesheets/research.scss */
.court-dockets .no-search-results {
  font-size: 1.5em;
  margin-top: 1em;
}

/* line 244, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container {
  background-color: #F1F2F2;
  height: 40px;
  padding: 0 146px;
  margin: -1px -2px 0px 0;
}

/* line 250, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > a {
  float: right;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -3312px;
  font-size: 11px;
  color: #0081C3;
  padding-left: 10px;
  line-height: 28px;
  margin-left: 20px;
}

/* line 260, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > a :hover {
  color: #0081C3;
}

/* line 265, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > #back-form {
  background-position: 0 -5237px;
  float: left;
  padding: 0px 30px;
  border-radius: 4px;
  margin-top: 8px;
  margin-left: 0px;
  height: 25px;
  width: 100px;
}

/* line 274, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > #back-form:hover {
  background-position: 0 -5193px;
}

/* line 279, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > #back-results {
  padding: 0px 52px;
  background-position: 0 -5457px;
  float: left;
  margin-top: 8px;
  height: 25px;
  margin-left: -56px;
}

/* line 286, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > #back-results:hover {
  background-position: 0 -5413px;
}

/* line 290, ../../sass/stylesheets/research.scss */
.research-article-view-breadcrumb-container > span {
  float: left;
  color: #61626F;
  line-height: 28px;
}

/* line 297, ../../sass/stylesheets/research.scss */
#view-selected {
  background-position: 0 -6095px;
  padding-left: 85px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 2px;
  margin-top: 8px;
  margin-right: -76px;
}

/* line 306, ../../sass/stylesheets/research.scss */
#view-selected:hover {
  background-position: 0 -6050px;
}

/* line 310, ../../sass/stylesheets/research.scss */
#article-view-text {
  font-size: large;
  padding-top: 13px;
  padding-left: 116px;
  height: 11px;
}

/* line 317, ../../sass/stylesheets/research.scss */
#selected-case {
  font-size: large;
  padding-top: 24px;
  height: 11px;
}

/* line 323, ../../sass/stylesheets/research.scss */
.research-article-view-container {
  background-color: white;
  min-height: 512px;
  padding-bottom: 20px;
}

/* line 329, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper {
  padding: 0 146px;
  margin: 0;
}

/* line 333, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper .article-header-row {
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 20px;
}

/* line 338, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper .article-header-row h1 {
  margin: 0;
  padding-bottom: 8px;
  font-family: "GaramondBold";
}

/* line 344, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper .article-header-row .search-sub-light > span {
  line-height: 20px;
  font-size: 15px;
}

/* line 350, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper #article-description {
  line-height: 20px;
  font-size: 14px;
  color: #000;
}

/* line 355, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper #article-description > p {
  padding-bottom: 8px;
}

/* line 360, ../../sass/stylesheets/research.scss */
.research-article-view-container .article-wrapper .article-footer-areas-text {
  text-transform: uppercase;
  font-size: 10px;
  color: #939598;
}

/* line 368, ../../sass/stylesheets/research.scss */
#cdMessage {
  margin-top: -636px;
  margin-left: 787px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 52, ../../sass/stylesheets/search.scss */
#search-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 57, ../../sass/stylesheets/search.scss */
#search-container.empty-search-results {
  justify-content: space-between;
}

/* line 61, ../../sass/stylesheets/search.scss */
#rulesfirst #left-container {
  margin-left: -15px;
}

/* line 66, ../../sass/stylesheets/search.scss */
.refine-search-header-text, .refine-search {
  padding-left: 21px;
}

/* line 70, ../../sass/stylesheets/search.scss */
.refine-search-header-text {
  font-size: 1.22em;
  padding-top: 32px;
}

/* line 75, ../../sass/stylesheets/search.scss */
.refine-search {
  font-size: 14px;
  font-weight: bold;
  color: #A33038;
  margin-bottom: 4px;
}

/* line 82, ../../sass/stylesheets/search.scss */
#reset-filter-container, #reset-search-container {
  height: 16px;
  margin-left: 24px;
  margin-bottom: 4px;
}

/* line 86, ../../sass/stylesheets/search.scss */
#reset-filter-container a, #reset-search-container a {
  display: inline-block;
  height: 16px;
  width: 72px;
  background-color: #B6B8BA;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  padding-top: 1px;
}

/* line 98, ../../sass/stylesheets/search.scss */
.search-left-content {
  display: flex;
  flex-direction: column;
}

/* line 103, ../../sass/stylesheets/search.scss */
#left-container {
  flex-basis: 192px;
  height: fit-content;
  background-color: #F5F5F5;
}

/* line 109, ../../sass/stylesheets/search.scss */
#left-container .rules-left {
  margin-left: -20px;
}

/* line 113, ../../sass/stylesheets/search.scss */
#left-container .refine-search {
  font-size: 1.16em;
  font-weight: bold;
  color: #A33038;
  margin-bottom: 4px;
  margin-top: 16px;
}

/* line 121, ../../sass/stylesheets/search.scss */
#left-container #reset-search-container {
  margin-bottom: 8px;
}

/* line 127, ../../sass/stylesheets/search.scss */
#left-container-rules {
  min-width: 11.5em;
  width: 192px;
  float: left;
}

/* line 132, ../../sass/stylesheets/search.scss */
#left-container-rules .rules-left {
  margin-left: -20px;
}

/* line 136, ../../sass/stylesheets/search.scss */
#left-container-rules .refine-search {
  font-size: 14px;
  font-weight: bold;
  color: #A33038;
  margin-bottom: 4px;
  margin-top: 16px;
}

/* line 144, ../../sass/stylesheets/search.scss */
#left-container-rules .refine-search-header-text {
  padding-top: 16px;
}

/* line 150, ../../sass/stylesheets/search.scss */
#center-container-spin {
  border-right: 1px solid #939598;
}

/* line 152, ../../sass/stylesheets/search.scss */
#center-container-spin.centerWhite {
  background-color: white;
}

/* line 157, ../../sass/stylesheets/search.scss */
#center-container {
  flex-basis: 470px;
  border-right: 1px solid #939598;
}

/* line 162, ../../sass/stylesheets/search.scss */
#center-container.center-expanded {
  width: 596px;
}

/* line 166, ../../sass/stylesheets/search.scss */
#center-container.centerWhite {
  background-color: white;
}

/* line 171, ../../sass/stylesheets/search.scss */
#right-container {
  flex-basis: 279px;
  padding-left: 3px;
  min-width: 0;
}

/* line 177, ../../sass/stylesheets/search.scss */
.filter-group {
  background-color: #F5F5F5;
  padding-left: 24px;
  padding-top: 0.75em;
}

/* line 182, ../../sass/stylesheets/search.scss */
.filter-group .filter-list {
  padding-top: 0.75em;
  padding-bottom: 1.25em;
}

/* line 188, ../../sass/stylesheets/search.scss */
.filter-group:last-child {
  padding-bottom: 2em;
}

/* line 192, ../../sass/stylesheets/search.scss */
.filter-heading {
  color: #636466;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

/* line 199, ../../sass/stylesheets/search.scss */
li.filter-item {
  padding-bottom: 4px;
  font-size: 13px;
}

/* line 202, ../../sass/stylesheets/search.scss */
li.filter-item a {
  color: #636466;
  display: flex;
}

/* line 206, ../../sass/stylesheets/search.scss */
li.filter-item a .filter-check-box {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  padding: 3px 0px 0px 15px;
  height: 16px;
}

/* line 212, ../../sass/stylesheets/search.scss */
li.filter-item a.search-filter > span.filter-check-box {
  background-position: 0 -2276px;
}

/* line 216, ../../sass/stylesheets/search.scss */
li.filter-item a.search-filter-checked > span.filter-check-box {
  background-position: 0 -2310px;
  font-weight: bold;
}

/* line 221, ../../sass/stylesheets/search.scss */
li.filter-item a.filter-show-more, li.filter-item a.filter-show-less {
  float: right;
  background: #F1F2F2;
  color: #939598;
  padding-right: 10px;
}

/* line 230, ../../sass/stylesheets/search.scss */
li.filter-item span.result-count {
  color: #939598;
}

/* line 236, ../../sass/stylesheets/search.scss */
.search-image-container {
  padding-left: 32px;
  padding-right: 32px;
}

/* line 239, ../../sass/stylesheets/search.scss */
.search-image-container img {
  height: 72px;
  width: 48px;
}

/* line 245, ../../sass/stylesheets/search.scss */
.search-detail-container {
  font-size: 1.25em;
}

/* line 249, ../../sass/stylesheets/search.scss */
#search-header-sub-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-top: 1em;
}

/* line 256, ../../sass/stylesheets/search.scss */
#search-header-warning-sub-title {
  font-size: 12px;
  line-height: 16px;
}

/* line 261, ../../sass/stylesheets/search.scss */
.search-row {
  border-bottom: 1px solid #BFBFBF;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-around;
  width: 100%;
}

/* line 271, ../../sass/stylesheets/search.scss */
#news-center-container .search-row {
  width: 60%;
}

/* line 275, ../../sass/stylesheets/search.scss */
.search-header {
  border-bottom: none;
}

/* line 279, ../../sass/stylesheets/search.scss */
#event-container.empty-search-results {
  justify-content: right;
}

/* line 281, ../../sass/stylesheets/search.scss */
#event-container.empty-search-results #center-container {
  border-right: none;
}

/* line 288, ../../sass/stylesheets/search.scss */
.empty-search-results #left-container {
  display: none;
}

/* line 292, ../../sass/stylesheets/search.scss */
.empty-search-results .search-header {
  margin-bottom: 1em;
}

/* line 296, ../../sass/stylesheets/search.scss */
.empty-search-results .search-row.row-detail {
  width: initial !important;
}

/* line 300, ../../sass/stylesheets/search.scss */
.empty-search-results #dynContentAll {
  width: inherit;
}

/* line 304, ../../sass/stylesheets/search.scss */
.empty-search-results #marketplace-center-container .search-header-prefix {
  padding-left: 1.25em;
}

/* line 310, ../../sass/stylesheets/search.scss */
.search-row.search-header {
  flex-direction: column;
  padding: 0 32px;
  width: inherit;
}

/* line 316, ../../sass/stylesheets/search.scss */
.search-row p {
  margin-bottom: 0;
}

/* line 319, ../../sass/stylesheets/search.scss */
.search-row p#view-more-link {
  padding-top: 16px;
  margin-left: 0;
}

/* line 325, ../../sass/stylesheets/search.scss */
#search-header-title {
  font-size: 15px;
  margin-top: 32px;
  text-transform: uppercase;
}

/* line 331, ../../sass/stylesheets/search.scss */
.search-detail-container {
  font-size: 15px;
  line-height: 20px;
  flex-basis: 80%;
}

/* line 335, ../../sass/stylesheets/search.scss */
.search-detail-container .search-detail-photo-icon {
  height: 14px;
  width: 60px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -4868px;
}

/* line 342, ../../sass/stylesheets/search.scss */
.search-detail-container #title-wrapper {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  line-height: inherit;
}

/* line 351, ../../sass/stylesheets/search.scss */
.search-sub-light {
  color: #000;
  padding-bottom: 8px;
  font-size: 15px;
}

/* line 357, ../../sass/stylesheets/search.scss */
.search-result {
  color: #636466;
}

/* line 361, ../../sass/stylesheets/search.scss */
.search-paging {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

/* line 367, ../../sass/stylesheets/search.scss */
.search-result-paging {
  background-color: #FFFFFF;
  padding: 0px 6px;
  margin: 5px;
  border: 1px solid #51626F;
  color: #0082CA;
  font-size: 14px;
}

/* line 375, ../../sass/stylesheets/search.scss */
.search-result-paging:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 380, ../../sass/stylesheets/search.scss */
.search-result-paging.yui3-paginator-current-page {
  background-color: #51626F;
  color: #FFFFFF;
}

/* line 387, ../../sass/stylesheets/search.scss */
#paging-controls {
  margin-right: 27px;
  white-space: nowrap;
}

/* line 392, ../../sass/stylesheets/search.scss */
#paging-controls .yui3-paginator-previous,
#paging-controls .yui3-paginator-first,
#paging-controls .yui3-paginator-last,
#paging-controls .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 402, ../../sass/stylesheets/search.scss */
#paging-controls .yui3-paginator-previous:hover,
#paging-controls .yui3-paginator-first:hover,
#paging-controls .yui3-paginator-last:hover,
#paging-controls .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 409, ../../sass/stylesheets/search.scss */
div.search-row.first-result {
  border-top: solid 1px #BFBFBF;
}

/* line 413, ../../sass/stylesheets/search.scss */
a.form-button-Yes {
  width: 3px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5150px;
}

/* line 418, ../../sass/stylesheets/search.scss */
a.form-button-Yes:hover {
  background-position: 0 -5370px;
}

/* line 423, ../../sass/stylesheets/search.scss */
a#app-summaries-run-advanced-search,
a#jv-run-advanced-search {
  width: 92px;
  height: 24.25px;
}

/* line 429, ../../sass/stylesheets/search.scss */
#app-summaries-reset-advanced-search-bottom,
#jv-reset-advanced-search-bottom {
  width: 86px;
  height: 26px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5105px;
}

/* line 436, ../../sass/stylesheets/search.scss */
#app-summaries-reset-advanced-search-bottom:hover,
#jv-reset-advanced-search-bottom:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5061px;
}

@media (max-width: 768px) {
  /* line 445, ../../sass/stylesheets/search.scss */
  #content {
    width: 100% !important;
  }
  /* line 449, ../../sass/stylesheets/search.scss */
  #right-container, #center-container {
    flex-basis: 100%;
  }
  /* line 453, ../../sass/stylesheets/search.scss */
  #right-container {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  /* line 458, ../../sass/stylesheets/search.scss */
  #left-container {
    display: none;
  }
}
/* line 1, ../../sass/stylesheets/spinner.scss */
.spinner-mask {
  background: black;
  opacity: 0.25;
  filter: alpha(opacity=25);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 10, ../../sass/stylesheets/spinner.scss */
.spinner-anchor {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: spinner-rotation 1s linear infinite;
}

@keyframes spinner-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 46, ../../sass/stylesheets/streamingcontent.scss */
#streaming-content {
  width: 222px;
  min-width: 222px;
  margin-bottom: 20px;
  border-top-style: none;
}

/* line 53, ../../sass/stylesheets/streamingcontent.scss */
#streaming-heading {
  margin-top: 10px;
  margin-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #A33038;
}

/* line 61, ../../sass/stylesheets/streamingcontent.scss */
.pub-title {
  font-weight: 600;
  font-size: 11px;
  color: white;
  line-height: 26px;
  background-color: #A33038;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 222px;
  text-indent: 10px;
}

/* line 74, ../../sass/stylesheets/streamingcontent.scss */
#streaming-LB-list {
  margin-top: -8px;
}

/* line 78, ../../sass/stylesheets/streamingcontent.scss */
#streaming-AS-list {
  margin-top: -8px;
}

/* line 82, ../../sass/stylesheets/streamingcontent.scss */
#streaming-CL-list {
  margin-top: -8px;
}

/* line 87, ../../sass/stylesheets/streamingcontent.scss */
#streaming-JV-list {
  margin-top: -8px;
}

/* line 92, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item {
  background-color: #ACC0C7;
  height: 80px;
  margin-top: 8px;
  font-size: 13px;
}

/* line 98, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item div.streaming-link-wrapper {
  padding-top: 8px;
  margin-left: 24px;
  margin-right: 24px;
  line-height: 14px;
  overflow: hidden;
  max-height: 18vh;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 109, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item div.streaming-link-wrapper a {
  color: #51626F;
}

/* line 113, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item div.publish-date {
  margin-left: 24px;
  color: streaming-content-publish-date-color;
  line-height: 20px;
  font-weight: bold;
}

/* line 120, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item:hover {
  background-color: #53BBE8;
  cursor: pointer;
}

/* line 123, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item:hover div.publish-date {
  color: white;
}

/* line 126, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-item:hover div.streaming-link-wrapper a {
  color: white;
}

/* line 132, ../../sass/stylesheets/streamingcontent.scss */
.streaming-content-publication-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 138, ../../sass/stylesheets/streamingcontent.scss */
.seeall-wrapper {
  float: right;
  background-color: #51626F;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 16px;
  text-align: center;
}

/* line 145, ../../sass/stylesheets/streamingcontent.scss */
.seeall-wrapper a {
  color: white !important;
  font-size: 11px;
}

/* line 150, ../../sass/stylesheets/streamingcontent.scss */
.seeall-wrapper:hover {
  cursor: pointer;
  background-color: #53BBE8;
}

/* line 154, ../../sass/stylesheets/streamingcontent.scss */
.seeall-wrapper:hover a {
  color: #FFFFFF;
}

/* line 159, ../../sass/stylesheets/streamingcontent.scss */
#streaming-content {
  background-color: white;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 26, ../../sass/stylesheets/subTabs.scss */
div .subtab-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  border-right: solid 1px #FFFFFF;
}

/* line 32, ../../sass/stylesheets/subTabs.scss */
div#court-dockets {
  border-top: solid 10px #A33038;
  padding-top: 14.8px;
  padding-bottom: 0px;
}

/* line 37, ../../sass/stylesheets/subTabs.scss */
div#court-call {
  border-top: solid 10px #A33038;
  padding-top: 14.8px;
  padding-bottom: 0px;
}

/* line 42, ../../sass/stylesheets/subTabs.scss */
div#slj {
  border-top: solid 10px #F07241;
  padding-top: 7.2px;
  padding-bottom: 3px;
}

/* line 47, ../../sass/stylesheets/subTabs.scss */
div#verdicts-settlements {
  border-top: solid 10px #F7A700;
  padding-top: 7.2px;
  padding-bottom: 3px;
}

/* line 53, ../../sass/stylesheets/subTabs.scss */
div#rules-statutes {
  border-top: solid 10px #F7A700;
  padding-top: 14.8px;
  padding-bottom: 0px;
}

/* line 59, ../../sass/stylesheets/subTabs.scss */
div#app-summaries {
  border-top: solid 10px #F7A700;
  padding-top: 7.2px;
  padding-bottom: 3px;
}

/* line 65, ../../sass/stylesheets/subTabs.scss */
.subTabs a {
  color: #fff;
}

/* line 69, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs-wrapper-aop {
  float: left;
  width: 94%;
  background-color: white;
  padding-bottom: 14px;
  padding-top: 14px;
}

/* line 77, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs-wrapper {
  float: left;
  background-color: #DEE3E5;
}

/* line 83, ../../sass/stylesheets/subTabs.scss */
.subTabContent1ForTabHeaders {
  padding-top: 54px;
}

/* line 87, ../../sass/stylesheets/subTabs.scss */
#profile-center .horizontal-sub-tabs-wrapper {
  margin-left: -32px;
  padding-right: 32px;
}

/* line 92, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs {
  list-style: none;
}

/* line 96, ../../sass/stylesheets/subTabs.scss */
#research-sub-tab {
  width: 960px;
}

/* line 100, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs div {
  cursor: pointer;
  float: left;
  display: block;
  text-align: center;
  margin-bottom: 0;
  list-style: none;
  color: #B6B8BA;
  min-width: 129px;
  max-width: 123px;
  min-height: 29px;
}

/* line 112, ../../sass/stylesheets/subTabs.scss */
.research-sub-tab.horizontal-sub-tabs-wrapper .horizontal-sub-tabs div {
  background-color: red;
}

/* line 115, ../../sass/stylesheets/subTabs.scss */
.dir-search-sub-tab.horizontal-sub-tabs-wrapper .horizontal-sub-tabs div {
  background-color: white;
}

/* line 120, ../../sass/stylesheets/subTabs.scss */
ul.horizontal-sub-tabs {
  margin: -1px;
}

/* line 124, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs div a {
  font-size: 12px;
  color: #000000;
}

/* line 129, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs div.sub-tab-selectedDirectory {
  border: none;
  color: #024D71;
  cursor: default;
  border-bottom: 3px solid #024D71;
  padding: 0 2px 0;
}

/* line 137, ../../sass/stylesheets/subTabs.scss */
div#people, div#org {
  line-height: 40px;
  height: 36px;
}

/* line 143, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs div.sub-tab-selected {
  background-color: white;
  border: none;
  color: #000000;
  cursor: default;
}

/* line 150, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs div.sub-tab-selected:not(.event-widget) span {
  position: relative;
}

/* line 155, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs div.sub-tab-last {
  border-right: none;
}

/* line 159, ../../sass/stylesheets/subTabs.scss */
.horizontal-sub-tabs-wrapper ul div {
  margin-bottom: 0px;
}

/* line 163, ../../sass/stylesheets/subTabs.scss */
.sub-tabs-divider {
  padding-right: 16px;
  padding-left: 16px;
}

/* line 169, ../../sass/stylesheets/subTabs.scss */
#persons-bio-experience.sub-tab-selected, #persons-bio-biography.sub-tab-selected {
  color: black !important;
}

/* line 172, ../../sass/stylesheets/subTabs.scss */
#persons-bio-experience:visited, #persons-bio-biography:visited {
  color: #0081C3;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 17, ../../sass/stylesheets/table_of_contents.scss */
#profile-links {
  background-color: #F5F5F5;
  font-size: 13px;
  color: #DCDDDE;
}

/* line 23, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #pA-toc-contact-info-li {
  font-size: 13px;
  background-color: #A33038;
}

/* line 26, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #pA-toc-contact-info-li a {
  color: white;
}

/* line 31, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-firm-contact-li {
  font-size: 13px;
  background-color: #A33038;
}

/* line 34, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-firm-contact-li a {
  color: white;
}

/* line 40, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-gov-locations-li {
  font-size: 13px;
  background-color: #A33038;
}

/* line 43, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-gov-locations-li a {
  color: white;
}

/* line 49, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-crt-contact-li {
  font-size: 13px;
  background-color: #A33038;
}

/* line 52, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-crt-contact-li a {
  color: white;
}

/* line 58, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-corp-contact-li {
  font-size: 13px;
  background-color: #A33038;
}

/* line 61, ../../sass/stylesheets/table_of_contents.scss */
#profile-links #org-toc-corp-contact-li a {
  color: white;
}

/* line 69, ../../sass/stylesheets/table_of_contents.scss */
#profile-links ul {
  padding: 0;
  margin: 0;
}

/* line 74, ../../sass/stylesheets/table_of_contents.scss */
#profile-links a, #profile-links p {
  color: black;
  margin-left: 16px;
  text-decoration: none;
  line-height: 32px;
}

/* line 84, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li {
  list-style: none;
  font-size: 13px;
  background-color: #F5F5F5;
  color: white;
}

/* line 90, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.selected-nav {
  background-color: #DCDDDE;
  background-position: 178px -3379px;
  font-size: 13px;
}

/* line 96, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.toc-disabled-text {
  margin-left: 16px;
  text-decoration: none;
  line-height: 32px;
  color: black;
  font-color: #F5F5F5;
  background-position: 160px -2201px;
}

/* line 105, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.toc-disabled-text:hover {
  background: #f1f2f2;
  margin-left: -1px;
  padding-left: 64px;
  color: #000000;
  font-size: 9px;
}

/* line 112, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.toc-disabled-text:hover .disabled-hover {
  display: inline;
}

/* line 118, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.toc-disabled-text:hover .disabled-normal {
  display: none;
}

/* line 123, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.toc-disabled-text .disabled-hover {
  display: none;
}

/* line 129, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.clickable-nav:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat #53BBE8;
  background-position: 178px -3409px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
}

/* line 138, ../../sass/stylesheets/table_of_contents.scss */
#profile-links li.clickable-nav:hover a {
  color: white;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* YUI Tooltip Core CSS by Josh Lizarraga */
/* ! General */
/* line 7, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip {
  z-index: 152000 !important;
}

/* line 10, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip-hidden {
  display: none;
}

/* ! contentBox */
/* line 16, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip-content {
  position: relative;
}

/* ! Widget Footer */
/* line 22, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-ft,
.yui3-tooltip .yui3-widget-ft div {
  *display: none;
  /* IE6, IE7 */
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0;
  font-size: 0;
}

/* line 33, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft div {
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
  border-width: 10px 10px 0 10px;
}

/* line 41, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft div {
  bottom: 1px;
}

/* line 45, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
  top: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 10px;
}

/* line 53, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
  top: 1px;
}

/* line 57, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft div {
  left: -10px;
  top: 50%;
  margin: -10px 0 0 0;
  border-width: 10px 10px 10px 0;
}

/* line 65, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft div {
  left: 1px;
}

/* line 69, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft div {
  right: -10px;
  top: 50%;
  margin: -10px 0 0 0;
  border-width: 10px 0 10px 10px;
}

/* line 77, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft div {
  right: 1px;
}

/* YUI Tooltip Skin CSS by Josh Lizarraga */
/* ! contentBox */
/* line 85, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip-content {
  max-width: 220px;
  _width: 220px;
  /* IE6 */
  border: 1px solid #996b3d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #4d2600;
  background: #ffffcc;
  /* Fallback */
  background: -moz-linear-gradient(top, #ffffcc 0%, #ffff66 100%);
  /* Firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffcc), color-stop(100%, #ffff66));
  /* Chrome, Safari */
  background: -o-linear-gradient(#ffffcc, #ffff66);
  /* Opera */
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

/* ! Widget Body */
/* line 106, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd {
  padding: 1px 10px;
}

/* line 110, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h1,
.yui3-tooltip .yui3-widget-bd h2,
.yui3-tooltip .yui3-widget-bd h3,
.yui3-tooltip .yui3-widget-bd h4,
.yui3-tooltip .yui3-widget-bd h5,
.yui3-tooltip .yui3-widget-bd h6,
.yui3-tooltip .yui3-widget-bd p,
.yui3-tooltip .yui3-widget-bd ul,
.yui3-tooltip .yui3-widget-bd ol {
  margin: 10px 0;
  line-height: 1.25;
  font-size: 1.1em;
  list-style-position: inside;
}

/* line 125, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h1,
.yui3-tooltip .yui3-widget-bd h2,
.yui3-tooltip .yui3-widget-bd h3,
.yui3-tooltip .yui3-widget-bd h4,
.yui3-tooltip .yui3-widget-bd h5,
.yui3-tooltip .yui3-widget-bd h6 {
  font-weight: bold;
}

/* line 134, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h1 {
  font-size: 2em;
}

/* line 138, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h2 {
  font-size: 1.8em;
}

/* line 142, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h3 {
  font-size: 1.6em;
}

/* line 146, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h4 {
  font-size: 1.4em;
}

/* line 150, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd h5 {
  font-size: 1.2em;
}

/* line 154, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-widget-bd * {
  max-width: 100%;
}

/* ! Widget Footer */
/* line 160, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft div {
  border-color: #996b3d transparent;
}

/* line 165, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-top .yui3-widget-ft div {
  border-color: #ffff66 transparent;
}

/* line 169, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
  border-color: #996b3d transparent;
}

/* line 174, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-bottom .yui3-widget-ft div {
  border-color: #ffffcc transparent;
}

/* line 178, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft div {
  border-color: transparent #996b3d;
}

/* line 183, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-right .yui3-widget-ft div {
  border-color: transparent #ffffb2;
}

/* line 187, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft,
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft div {
  border-color: transparent #996b3d;
}

/* line 192, ../../sass/stylesheets/tooltip.scss */
.yui3-tooltip .yui3-tooltip-align-left .yui3-widget-ft div {
  border-color: transparent #ffffb2;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 47, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #streaming-content {
  display: none;
}

/* line 51, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #action-heading {
  width: 1620px;
  height: 32px;
  margin-left: -320px;
  text-align: right;
}

/* line 57, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #action-heading #edit-profile {
  margin-right: 310px;
  margin-top: -3px;
  height: 32px;
  cursor: pointer;
}

/* line 65, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile-links {
  min-height: unset;
}

/* line 69, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile {
  width: 960px;
}

/* line 74, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #claim-profile-link.profile-unclaimed {
  width: 100%;
  background-color: #A33038;
  height: 32px;
  cursor: pointer;
}

/* line 80, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #claim-profile-link.profile-unclaimed a {
  color: white !important;
}

/* line 84, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #claim-profile-link.profile-unclaimed span.vendor-profile-claim-button {
  line-height: 20px;
  display: inline-block;
  color: white;
  font-size: 12px;
  margin-left: 16px;
  margin-top: 6px;
}

/* line 94, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center {
  width: 768px;
}

/* line 101, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #summary-profile-container > #dynContent1 > .edit-bar.edit.title {
  width: 708px;
}

/* line 104, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #summary-profile-container #dynContent1 .powered-by {
  height: 30px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 336px -4009px;
  margin-left: 254px;
}

/* line 111, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper {
  padding-top: 8px;
}

/* line 119, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 .edit-bar.edit {
  width: 708px;
  margin-bottom: 0px;
}

/* line 122, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 .edit-bar.edit .button-wrapper .button.edit.block .subscription-required {
  color: #A33038;
}

/* line 128, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 #vendor-content-title {
  font-size: 12px;
  font-weight: bold;
  color: black;
  padding-bottom: 16px;
}

/* line 136, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 .vendor-contact-line,
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 .vendor-category,
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 #vendor-company-summary,
#profile-wrapper.vendor-profile #profile #profile-center #dynContentAll #profile-content-wrapper #dynContent3 #vendor-company-description {
  font-size: 12px;
  font-weight: normal;
  color: #636466;
  line-height: 20px;
  margin-right: 208px;
  display: block;
}

/* line 154, ../../sass/stylesheets/vendorprofiles.scss */
#profile-wrapper.vendor-profile .form-field-wrapper.vendor-short-description textarea {
  resize: none;
  height: 50px;
}

@media (max-width: 960px) {
  /* line 160, ../../sass/stylesheets/vendorprofiles.scss */
  #profile-wrapper.vendor-profile #profile {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 167, ../../sass/stylesheets/vendorprofiles.scss */
  #profile-wrapper.vendor-profile #profile-links {
    min-height: inherit;
  }
  /* line 171, ../../sass/stylesheets/vendorprofiles.scss */
  #profile-wrapper.vendor-profile #profile-center {
    width: 100%;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 130, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: -2px -3px 0 0px;
}

/* line 137, ../../sass/stylesheets/verdictsearch.scss */
#jv-cms-container {
  position: absolute;
  left: 820px;
}

/* line 142, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node {
  width: 600px;
  min-height: 720px;
  display: block;
  float: left;
  margin-left: 156px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ACC0C7;
}

/* line 153, ../../sass/stylesheets/verdictsearch.scss */
#jv-run-advanced-search-container {
  margin-left: 600px;
  margin-bottom: 30px;
  width: auto !important;
}

/* line 158, ../../sass/stylesheets/verdictsearch.scss */
.form-field-wrapper.jv-keyword-search-div {
  width: 44%;
}

/* line 162, ../../sass/stylesheets/verdictsearch.scss */
#jv-run-advanced-search {
  padding: 0px 0px;
  margin-top: -32.5px;
  position: absolute;
}

/* line 168, ../../sass/stylesheets/verdictsearch.scss */
#jv-reset-advanced-search-bottom {
  float: left;
  color: #fff;
  background-color: #B8B8BA;
  padding: 0px 3px;
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 12px;
  margin-right: 10px;
  margin-top: -33px;
}

/* line 179, ../../sass/stylesheets/verdictsearch.scss */
#jv-reset-advanced-search-bottom:hover {
  background-color: #A4D2EC;
}

/* line 184, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-help a {
  float: left;
  color: #fff;
}

/* line 188, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-help a:hover {
  background-color: #A4D2EC;
}

/* line 192, ../../sass/stylesheets/verdictsearch.scss */
div#jv-advanced-search-form-node div.form-field-wrapper label a {
  font-weight: 600;
  padding-right: 16px;
  margin-left: 2px;
  padding-bottom: 2px;
}

/* line 199, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-keyword-search-div > input {
  border-radius: 4px;
  width: 258px;
}

/* line 203, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-name-search-div > input {
  width: 262px;
  margin-left: 10px;
}

/* line 207, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-name-search-div > label {
  margin-left: 10px;
}

/* line 210, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-case-num-search-div > input {
  clear: left;
  width: 258px;
  margin-right: 15px;
}

/* line 217, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-name-cat-search-div > select {
  font-size: 12px;
  font-family: Arial;
  width: 264px;
  height: 177px;
}

/* line 225, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-start-date > input {
  clear: left;
}

/* line 229, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-start-date {
  margin-right: 11px;
}

/* line 233, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-start-date, #jv-advanced-search-form-node > div.form-field-wrapper.jv-end-date {
  width: 124px;
}

/* line 238, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-start-date > input, #jv-advanced-search-form-node > div.form-field-wrapper.jv-end-date > input {
  width: 96px;
  text-align: center;
}

/* line 244, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-pub-type-div {
  clear: left;
}

/* line 246, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node > div.form-field-wrapper.jv-pub-type-div > select {
  width: 264px;
  height: 75px;
}

/* line 254, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper {
  float: left;
  height: 48px;
  overflow: visible;
}

/* line 258, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper input {
  font-size: 12px;
  font-family: Arial;
  background-color: #fff;
  height: 28px;
  border: 1px solid #939598;
  border-radius: 4px;
}

/* line 267, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper select {
  font-size: 12px;
  background-color: #fff;
  color: #76787A;
  line-height: 18px;
  border: 1px solid #939598;
  border-radius: 4px;
  overflow-y: auto;
}

/* line 275, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper select option:hover {
  color: #76787A;
  background-color: #A4D2EC;
}

/* line 281, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper label {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  color: #51626f;
  margin-top: 3px;
}

/* line 288, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper label a {
  font-weight: 600;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2020px;
}

/* line 295, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-form-node div.form-field-wrapper a.button-calendar {
  float: right;
  margin-top: 1px;
}

/* line 301, ../../sass/stylesheets/verdictsearch.scss */
div#jv-advanced-search-form-node .jv-pub-type-div.form-field-wrapper {
  height: 93px;
}

/* line 305, ../../sass/stylesheets/verdictsearch.scss */
div#jv-advanced-search-form-node .jv-terms-div.form-field-wrapper {
  height: 100%;
}

/* line 309, ../../sass/stylesheets/verdictsearch.scss */
.jv-terms-div.form-field-wrapper {
  margin-left: -1em;
}

/* line 313, ../../sass/stylesheets/verdictsearch.scss */
div#jv-terms {
  height: 100%;
  width: 620px;
  display: inline-block;
}

/* line 319, ../../sass/stylesheets/verdictsearch.scss */
span#jv-terms-label {
  font-size: 12px;
  font-weight: bold;
  color: #51626f;
  line-height: 20px;
}

/* line 326, ../../sass/stylesheets/verdictsearch.scss */
#vC-term-wrapper {
  padding-top: 0;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
}

/* line 334, ../../sass/stylesheets/verdictsearch.scss */
#jv-reset-advanced-search-bottom-container {
  margin-left: 25px;
  height: 16px;
  width: 72px;
  font-size: 12px;
  background-color: #B8B8BA;
  text-align: center;
}

/* line 343, ../../sass/stylesheets/verdictsearch.scss */
#jv-reset-advanced-search-bottom-container a#jv-reset-advanced-search-bottom {
  color: #fff;
}

/* line 348, ../../sass/stylesheets/verdictsearch.scss */
span.jv-field-label {
  font-weight: bold;
}

/* line 352, ../../sass/stylesheets/verdictsearch.scss */
p.jv-field-label {
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 357, ../../sass/stylesheets/verdictsearch.scss */
div#datatable-sort-help-text {
  float: left;
  margin-top: 32px;
  padding-bottom: 12px;
}

/* line 365, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-breadcrumb-container.jv-article-view {
  margin: -1px -117px 0 -115px;
}

/* line 369, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-breadcrumb-container.select-view {
  margin: 0px -114px 0px -114px;
  padding: 0 145px;
}

/* line 375, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict {
  background-color: #fff;
  padding: 0 114px 20px;
  min-height: 515px;
  margin: -1px 0px 0;
}

/* line 381, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict div.search-header {
  overflow: visible;
}

/* line 385, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict #result-node {
  width: 796px;
}

/* line 388, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict #result-node table {
  width: 796px;
  padding-top: 16px;
  border-top: 1px solid #939598;
}

/* line 397, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-id {
  background: none;
}

/* line 401, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-category {
  background-position: 93px -3227px;
}

/* line 405, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-date {
  background-position: 90px -3227px;
}

/* line 409, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-type {
  background-position: 33px -3227px;
}

/* line 413, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-county {
  background-position: 72px -3227px;
}

/* line 417, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-caseNum {
  background-position: 74px -3227px;
}

/* line 421, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-desc.yui3-datatable-col-award {
  background-position: 44px -3227px;
}

/* line 428, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-id {
  background: none;
}

/* line 432, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-category {
  background-position: 93px -3202px;
}

/* line 436, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-date {
  background-position: 90px -3202px;
}

/* line 440, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-type {
  background-position: 33px -3202px;
}

/* line 444, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-county {
  background-position: 72px -3202px;
}

/* line 448, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-caseNum {
  background-position: 74px -3202px;
}

/* line 452, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict .yui3-datatable-asc.yui3-datatable-col-award {
  background-position: 44px -3202px;
}

/* line 457, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict tbody.yui3-datatable-data td.yui3-datatable-col-id a {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 12px;
  height: 15px;
  display: block;
}

/* line 463, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict tbody.yui3-datatable-data td.yui3-datatable-col-id a.search-filter {
  background-position: 0 -2278px;
}

/* line 467, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict tbody.yui3-datatable-data td.yui3-datatable-col-id a.search-filter-checked {
  background-position: 0 -2313px;
}

/* line 472, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict #paginator-top-result-node, .research-view-results-container.verdict #paginator-bottom-result-node {
  float: right;
  padding-bottom: 4px;
}

/* line 476, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict #paginator-top-result-node span.custom-page-report, .research-view-results-container.verdict #paginator-bottom-result-node span.custom-page-report {
  font-weight: bold;
}

/* line 481, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict div#datatable-paging-controls {
  margin-top: 12px;
  text-align: -webkit-right;
}

/* line 487, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-container.verdict {
  background-color: #FDFEFF;
  color: #000000;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0px;
  padding: 0 115px 20px;
}

/* line 495, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-container.verdict .article-wrapper {
  margin: 0;
  padding: 43px 0 0;
  width: 732px;
  font-size: 15px;
}

/* line 500, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-container.verdict .article-wrapper span.jv-field-label {
  font-weight: bold;
}

/* line 503, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-container.verdict .article-wrapper .article-pubName,
.research-article-view-container.verdict .article-wrapper .article-byLine,
.research-article-view-container.verdict .article-wrapper .article-title,
.research-article-view-container.verdict .article-wrapper .subtitle {
  font-weight: bold;
  padding-bottom: 8px;
}

/* line 511, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-container.verdict .article-wrapper .parties {
  padding-bottom: 8px;
}

/* line 515, ../../sass/stylesheets/verdictsearch.scss */
.research-article-view-container.verdict .article-wrapper ul#case-article-article-list > li {
  padding-bottom: 8px;
}

/* line 521, ../../sass/stylesheets/verdictsearch.scss */
#selected-case {
  margin: 10px 499px 12px 908px;
  position: relative;
  font-size: large;
  padding: 20px 0px 27px 10px;
  height: 33px;
  float: right;
  background: url("/o/lb-portlet/images/articleHeaderJV.png");
  width: 301px;
}

/* line 532, ../../sass/stylesheets/verdictsearch.scss */
div#verdict-result-header {
  font-size: 15px;
  padding-top: 16px;
}

/* line 537, ../../sass/stylesheets/verdictsearch.scss */
.highlight, .highlight-font-weight-normal {
  background-color: #FFFF00;
}

/* line 541, ../../sass/stylesheets/verdictsearch.scss */
.highlight-font-weight-normal {
  font-weight: normal;
}

/* line 545, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-help-launch {
  padding: 3px 6px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5325px;
  float: left;
  margin-top: 8px;
  height: 20px;
  margin-left: 80px;
  width: 88px;
}

/* line 555, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-search-help-launch:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5281px;
}

/* line 560, ../../sass/stylesheets/verdictsearch.scss */
div#jv-advanced-search-help {
  background-color: #f1f2f2;
  height: 40px;
  padding: 0 159px;
  margin-top: -2px;
}

/* line 567, ../../sass/stylesheets/verdictsearch.scss */
#jv-advanced-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 573, ../../sass/stylesheets/verdictsearch.scss */
div#jv-advanced-search-form-node div#formError {
  width: 651px;
  margin-left: -31px;
}

/* line 578, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter {
  padding: 0;
}

/* line 580, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter #search-results-container {
  display: flex;
}

/* line 584, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter #filter-results-node {
  flex-basis: 22%;
  margin-left: 0;
}

/* line 589, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter #results-container {
  flex-basis: unset;
  padding: 10px;
}

/* line 594, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter .filter-group {
  padding-top: 25px;
}

/* line 598, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter .empty-filter {
  color: #939598;
  cursor: initial;
}

/* line 603, ../../sass/stylesheets/verdictsearch.scss */
.research-view-results-container.verdict.jv-filter .select-view {
  margin: -1px -2px 0px 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 226, ../../sass/stylesheets/slj.scss */
.slj-jurName, .slj-caseType {
  display: inline-block;
}

/* line 230, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node a#tool-tip-form-field-2 {
  margin-left: -174px !important;
}

/* line 234, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.slj-startDate {
  max-width: 130px;
  display: inline-block;
}

/* line 239, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.slj-endDate {
  max-width: 130px;
  display: inline-block;
  margin-left: 200px;
}

/* line 244, ../../sass/stylesheets/slj.scss */
#sjl-parties-list-wrapper {
  border: 1px solid #d1d3d4;
  border-radius: 4px;
  background: #d1d3d4;
  padding-bottom: 20px;
  min-width: 680px;
  min-height: 70px;
}

/* line 253, ../../sass/stylesheets/slj.scss */
#sjl-jurisdiction-case-type-dates-wrapper {
  display: -webkit-box;
}

/* line 259, ../../sass/stylesheets/slj.scss */
#sjl-parties-dates-wrapper > div.form-field-wrapper.slj-startDate > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  text-align: center;
}

/* line 267, ../../sass/stylesheets/slj.scss */
#sjl-parties-dates-wrapper div.form-field-wrapper.slj-startDate > label {
  margin-left: 20px;
}

/* line 270, ../../sass/stylesheets/slj.scss */
#sjl-parties-dates-wrapper > div.form-field-wrapper.slj-endDate > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  text-align: center;
}

/* line 278, ../../sass/stylesheets/slj.scss */
#sjl-parties-dates-wrapper div.form-field-wrapper.slj-endDate > label {
  margin-left: 20px;
}

/* line 282, ../../sass/stylesheets/slj.scss */
.slj-partytypes-select {
  margin-left: 23px;
}

/* line 285, ../../sass/stylesheets/slj.scss */
.slj-input-multi {
  background-color: white;
  border: 1px solid #939598;
  width: 258px;
  height: 28px;
  border-radius: 4px;
  margin-left: -16px !important;
  cursor: pointer;
  font-family: arial;
  line-height: 28px;
  overflow: hidden;
}

/* line 297, ../../sass/stylesheets/slj.scss */
.slj-multi-mask {
  z-index: 15000;
  position: fixed;
  background: transparent;
  height: 2000px;
  width: 2000px;
  top: 0px;
  left: 0px;
}

/* line 308, ../../sass/stylesheets/slj.scss */
.slj-multi-pop {
  z-index: 15002;
  position: absolute;
  text-align: center;
  background: transparent;
}

/* line 315, ../../sass/stylesheets/slj.scss */
.slj-multi-content {
  float: left;
  width: 45%;
  min-width: 280px;
}

/* line 320, ../../sass/stylesheets/slj.scss */
.slj-multi-container {
  position: relative;
}

/* line 321, ../../sass/stylesheets/slj.scss */
.slj-multi-num1, .slj-multi-num2 {
  position: absolute;
  left: 50px;
}

/* line 324, ../../sass/stylesheets/slj.scss */
.research-slj-container-case {
  border-left: 2px solid #DFE5E6;
  border-right: 2px solid #DFE5E6;
  border-bottom: 2px solid #DFE5E6;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* line 335, ../../sass/stylesheets/slj.scss */
.research-slj-container-bottom {
  font-size: 13px;
  font-family: arial;
  margin-left: 25px;
}

/* line 340, ../../sass/stylesheets/slj.scss */
.research-slj-item-bottom {
  font-weight: bold;
}

/* line 344, ../../sass/stylesheets/slj.scss */
.research-slj-item-bottom-header {
  font-weight: bold;
}

/* line 348, ../../sass/stylesheets/slj.scss */
#slj-back-form {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5229px;
  padding-bottom: 35px;
  line-height: 22px;
  margin-left: 11px;
  padding-right: 100px;
}

/* line 358, ../../sass/stylesheets/slj.scss */
#slj-back-results {
  padding: 0px 52px;
  background-position: 0 -5457px;
  float: left;
  margin-top: 8px;
  height: 25px;
  margin-left: -1px;
}

/* line 366, ../../sass/stylesheets/slj.scss */
.research-slj-container-center {
  overflow: hidden;
}

/* line 370, ../../sass/stylesheets/slj.scss */
.research-slj-container-top {
  background-color: #DFE5E6;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 376, ../../sass/stylesheets/slj.scss */
.research-slj-item-top {
  display: inline-block;
  margin: 15px 15px 20px 15px;
  color: #51626F;
  font-size: 14px;
  font-family: arial;
}

/* line 384, ../../sass/stylesheets/slj.scss */
.research-slj-item-left {
  width: 400px;
  margin-bottom: 10px;
  font-family: arial;
  margin-right: 48px;
}

/* line 391, ../../sass/stylesheets/slj.scss */
.research-slj-item-left-name {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  font-weight: bold;
  color: #ACC0C7;
  font-size: 14px;
}

/* line 400, ../../sass/stylesheets/slj.scss */
.research-slj-item-left-value {
  display: inline-block;
  margin-left: 60px;
  text-align: left;
  font-size: 14px;
  max-width: 275px;
}

/* line 409, ../../sass/stylesheets/slj.scss */
.research-slj-item-right {
  display: inline-block;
  vertical-align: text-top;
  width: 500px;
  margin-bottom: 10px;
  font-family: arial;
  margin-left: 48px;
}

/* line 418, ../../sass/stylesheets/slj.scss */
.research-slj-item-right-name {
  min-width: 100px;
  display: inline-block;
  width: 90px;
  vertical-align: top;
  font-weight: bold;
  color: #ACC0C7;
  font-size: 14px;
}

/* line 428, ../../sass/stylesheets/slj.scss */
.research-slj-item-right-value {
  display: inline-block;
  font-size: 14px;
  max-width: 300px;
  margin-left: 15px;
}

/* line 435, ../../sass/stylesheets/slj.scss */
.research-slj-container-left {
  float: left;
  width: 38%;
  border-right: 2px solid #DFE5E6;
  margin-left: 48px;
  margin-right: -2px;
}

/* line 443, ../../sass/stylesheets/slj.scss */
.research-slj-container-right {
  float: left;
  width: 45%;
  border-left: 2px solid #DFE5E6;
}

/* line 449, ../../sass/stylesheets/slj.scss */
.party-name-type-element {
  padding-top: 10px;
  display: -webkit-inline-box;
}

/* line 454, ../../sass/stylesheets/slj.scss */
.slj-partytypes-remove {
  padding-left: 30px;
  padding-top: 7px;
}

/* line 459, ../../sass/stylesheets/slj.scss */
#slj-multi-party-row {
  display: inline-flex;
}

/* line 463, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.slj-name {
  margin-bottom: -10px;
}

/* line 467, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-help-launch {
  padding: 20px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5325px;
  float: 1px;
  margin-top: 20px;
  height: 20px;
  margin-left: 20px;
}

/* line 476, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-help-launch:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5281px;
}

/* line 482, ../../sass/stylesheets/slj.scss */
div#slj-advanced-search-help {
  background-color: #f1f2f2;
  height: 40px;
  margin-top: -2px;
}

/* line 488, ../../sass/stylesheets/slj.scss */
.slj-advanced-search-background-div-style {
  background-color: grey;
  height: 270px;
  margin-top: 240px;
  opacity: 0.1;
  position: absolute;
  width: 630px;
}

/* line 498, ../../sass/stylesheets/slj.scss */
.slj-jurisdiction {
  padding-top: 20px;
}

/* line 502, ../../sass/stylesheets/slj.scss */
.advanced-search-form-header {
  display: none;
}

/* line 506, ../../sass/stylesheets/slj.scss */
.advanced-search-form-header#slj-advanced-search-form-header {
  display: block;
  height: 32px;
  width: 660px;
  font-size: 13px;
  font-weight: bold;
  background-color: #51626F;
  color: #fff;
  margin-left: 150px;
  line-height: 32px;
  float: left;
  padding-left: 45px;
}

/* line 520, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-container {
  display: flex;
  flex-direction: column;
  min-height: 635px;
  margin: -2px -26px 0 0px;
}

/* line 527, ../../sass/stylesheets/slj.scss */
.customTooltipImg {
  margin-top: -16px;
}

/* line 531, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node {
  background-color: #ACC0C7;
  width: 705px;
  padding-bottom: 0px !important;
  display: block;
  float: left;
  margin-left: 150px;
}

/* line 541, ../../sass/stylesheets/slj.scss */
#slj-cms-container {
  position: absolute;
  left: 855px;
}

/* line 546, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container {
  margin-left: 20px;
  width: 705px;
  border: 1px solid #d1d3d4;
  background: #d1d3d4;
  margin-bottom: 40px;
}

/* line 552, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 4px;
  height: 26px;
}

/* line 557, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container div.yui3-tokeninput > div.yui3-tokeninput-content > ul li > input {
  height: 23px;
  border: none;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 0px;
}

/* line 566, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  background-color: #fff;
  height: 28px;
  border: 1px solid #939598;
  width: 258px;
  margin-left: 33px;
  padding-left: 0px;
}

/* line 578, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container select {
  background-color: #fff;
  color: #76787A;
  line-height: 18px;
  border: 1px solid #939598;
  margin-left: 30px;
  margin-top: -1px;
  height: 200px;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
}

/* line 589, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container select label {
  margin-left: 43px;
}

/* line 592, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container select option:hover {
  color: #76787A;
  background-color: #A4D2EC;
}

/* line 596, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container select.slj-multi-select {
  padding: 10px;
  margin-top: -5px;
  margin-right: -20px;
  margin-down: -5px;
  margin-left: -16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 260px;
}

/* line 608, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container label {
  font-size: 13px;
  font-weight: bold;
  color: #51626F;
  margin-top: 3px;
  margin-left: 33px;
  position: bottom;
}

/* line 617, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container label a {
  font-weight: 600;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2020px;
  padding-right: 16px;
  margin-left: 2px;
  padding-bottom: 2px;
}

/* line 627, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search-container a.button-calendar {
  float: right;
  margin-top: 3px;
  margin-right: -19px;
  position: relative;
}

/* line 638, ../../sass/stylesheets/slj.scss */
#slj-run-advanced-search {
  float: left;
  margin-bottom: 12px;
  margin-top: 1px;
}

/* line 644, ../../sass/stylesheets/slj.scss */
#slj-reset-advanced-search-bottom {
  float: left;
  color: #fff;
  padding: 0px;
  width: 92px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-right: 8px;
  margin-left: 400px;
  height: 27px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5105px;
}

/* line 660, ../../sass/stylesheets/slj.scss */
#slj-reset-advanced-search-bottom:hover {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5061px;
}

/* line 668, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-help a {
  float: left;
  color: #fff;
  padding: 3px 6px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-left: 239px;
  margin-top: 6px;
  width: 89px;
}

/* line 680, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-help a:hover {
  background-color: #A4D2EC;
}

/* line 687, ../../sass/stylesheets/slj.scss */
#slj-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 695, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-startDate > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 96px;
  margin-right: 4px;
  margin-left: 20px;
  text-align: center;
}

/* line 703, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-startDate > label {
  margin-left: 20px;
}

/* line 707, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-name > input {
  margin-left: 20px;
}

/* line 711, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-caseNum div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  margin-left: 0px;
}

/* line 714, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-caseNum div.yui3-tokeninput > div.yui3-tokeninput-content > ul .yui3-tokeninput-item.yui3-tokeninput-token {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 722, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-caseNum > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 20px;
}

/* line 728, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-caseNum > label {
  margin-left: 21px;
}

/* line 733, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-partyType > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 20px;
}

/* line 739, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-partyType > label {
  margin-left: 21px;
}

/* line 745, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-defendant > input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  width: 258px;
  margin-left: 0px;
}

/* line 752, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-defendant > label {
  margin-left: 4px;
}

/* line 756, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-endDate > input {
  clear: left;
  width: 96px;
  margin-top: 0px;
  margin-right: 4px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  text-align: center;
}

/* line 766, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-jurisdiction > label {
  margin-left: -24px;
}

/* line 770, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper.slj-endDate > label {
  margin-left: 33px;
}

/* line 773, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node > div.form-field-wrapper.slj-partyType > input {
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
}

/* line 782, ../../sass/stylesheets/slj.scss */
.addParty > input {
  width: 75px;
  float: right;
  margin-top: 44px;
}

/* line 789, ../../sass/stylesheets/slj.scss */
#sjl-party-wrapper {
  padding-top: 28px;
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
}

/* line 798, ../../sass/stylesheets/slj.scss */
#add-party {
  cursor: pointer;
  margin-top: 3px;
  margin-bottom: 0px;
}

/* line 804, ../../sass/stylesheets/slj.scss */
a.button.add.party {
  padding-left: 48px;
  padding-bottom: 9px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2129px;
  height: 16px;
}

/* line 813, ../../sass/stylesheets/slj.scss */
.yui3-tokeninput .yui3-tokeninput-content {
  background: #ACC0C7;
  border: none;
}

/* line 818, ../../sass/stylesheets/slj.scss */
.slj-lawyerFirm input {
  padding-left: 33px;
}

/* line 822, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper {
  float: left;
  overflow: visible;
  position: relative;
}

/* line 828, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul {
  background-color: #fff;
  border: 1px solid #939598;
  border-radius: 4px;
  height: 26px;
}

/* line 833, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper div.yui3-tokeninput > div.yui3-tokeninput-content > ul li > input {
  height: 23px;
  border: none;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  margin-left: 0px;
}

/* line 842, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper input {
  -webkit-border-radius: 0px;
  border-radius: 4px;
  background-color: #fff;
  height: 28px;
  border: 1px solid #939598;
  width: 258px;
  margin-left: 33px;
  padding-left: 0px;
}

/* line 854, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper select {
  background-color: #fff;
  color: #76787A;
  line-height: 18px;
  border: 1px solid #939598;
  margin-left: 30px;
  margin-top: -1px;
  max-height: 200px;
  width: 258px;
  -webkit-border-radius: 0px;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 867, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper select label {
  margin-left: 43px;
}

/* line 870, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper select option:hover {
  color: #76787A;
  background-color: #A4D2EC;
}

/* line 874, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper select.slj-multi-select {
  padding: 10px;
  margin-top: -5px;
  margin-right: -20px;
  margin-down: -5px;
  margin-left: -16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 260px;
}

/* line 886, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper label {
  font-size: 13px;
  font-weight: bold;
  color: #51626F;
  margin-top: 3px;
  margin-left: 33px;
  position: bottom;
  white-space: pre;
}

/* line 896, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper label a {
  font-weight: 600;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2020px;
  padding-right: 16px;
  margin-left: 2px;
  padding-bottom: 2px;
}

/* line 906, ../../sass/stylesheets/slj.scss */
#slj-advanced-search-form-node div.form-field-wrapper a.button-calendar {
  float: right;
  margin-top: 3px;
  margin-right: -19px;
  position: relative;
}

/* line 919, ../../sass/stylesheets/slj.scss */
div.slj-jurisdiction select {
  border: 1px solid #D3D7DA;
  background-color: white;
}

/* line 924, ../../sass/stylesheets/slj.scss */
.slj-parties-container {
  margin-bottom: 30px;
}

/* line 927, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.remove {
  display: none;
}

/* line 931, ../../sass/stylesheets/slj.scss */
div#slj-run-advanced-search-container {
  margin-left: 150px;
  margin-top: 10px;
  position: relative;
  min-width: 704px;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

/* line 940, ../../sass/stylesheets/slj.scss */
#slj-reset-advanced-search-bottom a {
  padding: 0px;
  margin-left: 15px;
}

/* line 945, ../../sass/stylesheets/slj.scss */
#resultCount {
  float: right;
  margin-right: 76px;
  font-size: 12px;
  font-weight: bold;
}

/* line 952, ../../sass/stylesheets/slj.scss */
#datatable-paginator-controls {
  float: right;
  margin-right: 76px;
  padding-bottom: 10px;
}

/* line 959, ../../sass/stylesheets/slj.scss */
div#paginator-top-result-node .yui3-paginator-previous,
div#paginator-top-result-node .yui3-paginator-first,
div#paginator-top-result-node .yui3-paginator-last,
div#paginator-top-result-node .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 971, ../../sass/stylesheets/slj.scss */
div#paginator-top-result-node .yui3-paginator-previous:hover,
div#paginator-top-result-node .yui3-paginator-first:hover,
div#paginator-top-result-node .yui3-paginator-last:hover,
div#paginator-top-result-node .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 979, ../../sass/stylesheets/slj.scss */
div#slj-result-header {
  background-color: #fff;
  font-size: 15px;
  padding-top: 16px;
  margin-left: 87px;
}

/* line 985, ../../sass/stylesheets/slj.scss */
div#slj-result-header .yui3-paginator-previous,
div#slj-result-header .yui3-paginator-first,
div#slj-result-header .yui3-paginator-last,
div#slj-result-header .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 997, ../../sass/stylesheets/slj.scss */
div#slj-result-header .yui3-paginator-previous:hover,
div#slj-result-header .yui3-paginator-first:hover,
div#slj-result-header .yui3-paginator-last:hover,
div#slj-result-header .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 1004, ../../sass/stylesheets/slj.scss */
div#subTabContent3.slj {
  background-color: #fff;
  font-size: 15px;
  padding-top: 16px;
  margin-left: 87px;
}

/* line 1011, ../../sass/stylesheets/slj.scss */
div#subTabContent3.slj .yui3-paginator-previous,
div#subTabContent3.slj .yui3-paginator-first,
div#subTabContent3.slj .yui3-paginator-last,
div#subTabContent3.slj .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 1023, ../../sass/stylesheets/slj.scss */
div#subTabContent3.slj .yui3-paginator-previous:hover,
div#subTabContent3.slj .yui3-paginator-first:hover,
div#subTabContent3.slj .yui3-paginator-last:hover,
div#subTabContent3.slj .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 1030, ../../sass/stylesheets/slj.scss */
div#paginator2-result-node {
  float: right;
  padding-top: 16px;
}

/* line 1035, ../../sass/stylesheets/slj.scss */
div#paginator2-result-node .yui3-paginator-previous,
div#paginator2-result-node .yui3-paginator-first,
div#paginator2-result-node .yui3-paginator-last,
div#paginator2-result-node .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 1047, ../../sass/stylesheets/slj.scss */
div#paginator2-result-node .yui3-paginator-previous:hover,
div#paginator2-result-node .yui3-paginator-first:hover,
div#paginator2-result-node .yui3-paginator-last:hover,
div#paginator2-result-node .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 1054, ../../sass/stylesheets/slj.scss */
div#paginator2-result-node div#datatable-paging-controls {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 1066, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #datatable-sort-help-text {
  margin-left: 87px;
  float: left;
  margin-top: 32px;
}

/* line 1073, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #datatable-casename {
  float: left;
  margin-left: -237px;
  margin-top: 56px;
  width: 771px;
  padding-bottom: 4px;
  padding-left: 26px;
  height: 20px;
  padding-top: 4px;
  background-color: #F1F2F2;
  font-size: 13px;
  color: #51626F;
  font-weight: 600;
}

/* line 1088, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #back-form {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5229px;
  padding-bottom: 35px;
  line-height: 22px;
  margin-left: 11px;
  padding-right: 100px;
}

/* line 1097, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #back-form :hover {
  background-position: 0 -5185px;
}

/* line 1102, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #back-search {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5457px;
  padding-bottom: 35px;
  line-height: 22px;
  padding-right: 101px;
  margin-left: 5px;
  margin-right: 87px;
}

/* line 1112, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #back-search :hover {
  background-position: 0 -5405px;
}

/* line 1116, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #view-selected {
  float: right;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -6096px;
}

/* line 1126, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #print-selected {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -4945px;
  padding-top: 0px;
  padding-bottom: 26px;
  padding-right: 100px;
  margin-top: 8px;
  float: right;
}

/* line 1134, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #print-selected:hover {
  background-position: 0 -4901px;
}

/* line 1139, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .research-slj-case-view-breadcrumb-container.select-view {
  background-color: #F1F2F2;
  height: 38px;
  padding: 0 128px;
  margin-top: -1px;
}

/* line 1145, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj div.search-header {
  overflow: visible;
}

/* line 1150, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #result-node table {
  border-top: 1px solid #939598;
}

/* line 1155, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-caseNumber {
  width: 120px;
}

/* line 1157, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-caseNumber > a {
  width: 120px;
}

/* line 1162, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-firstPartyName {
  width: 190px;
}

/* line 1167, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-firstPartyType {
  width: 70px;
}

/* line 1172, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-jurName {
  width: 120px;
}

/* line 1177, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-caseDate {
  width: 100px;
}

/* line 1182, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-col-caseType {
  width: 120px;
}

/* line 1186, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj.yui3-datatable-col-id {
  background: none;
  width: 3px;
}

/* line 1196, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-id {
  background: none;
  width: 3px;
}

/* line 1201, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-caseNumber {
  background-position: 84px -3227px;
}

/* line 1205, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-firstPartyName {
  background-position: 35px -3227px;
}

/* line 1210, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-firstPartyType {
  background-position: 65px -3227px;
}

/* line 1215, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-caseType {
  background-position: 68px -3227px;
}

/* line 1219, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-jurName {
  background-position: 80px -3227px;
}

/* line 1223, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-desc.yui3-datatable-col-caseDate {
  background-position: 32px -3227px;
}

/* line 1231, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-id {
  background: none;
}

/* line 1235, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-caseNumber {
  background-position: 84px -3202px;
}

/* line 1238, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-firstPartyName {
  background-position: 35px -3202px;
}

/* line 1244, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-caseDate {
  background-position: 32px -3202px;
}

/* line 1247, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-jurName {
  background-position: 80px -3202px;
}

/* line 1251, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-firstPartyType {
  background-position: 65px -3202px;
}

/* line 1255, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj .yui3-datatable-asc.yui3-datatable-col-caseType {
  background-position: 68px -3202px;
}

/* line 1262, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj tbody.yui3-datatable-data td.yui3-datatable-col-id a {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 12px;
  height: 15px;
  display: block;
}

/* line 1268, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj tbody.yui3-datatable-data td.yui3-datatable-col-id a.search-filter {
  background-position: 0 -2278px;
}

/* line 1272, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj tbody.yui3-datatable-data td.yui3-datatable-col-id a.search-filter-checked {
  background-position: 0 -2313px;
}

/* line 1277, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #paginator-top-result-node, #subTabContent2.slj #paginator-bottom-result-node {
  float: right;
  padding-bottom: 4px;
}

/* line 1281, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj #paginator-top-result-node span.custom-page-report, #subTabContent2.slj #paginator-bottom-result-node span.custom-page-report {
  font-weight: bold;
  margin-right: 15px;
}

/* line 1287, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj div#datatable-paging-controls {
  margin-top: 12px;
  text-align: -webkit-right;
  margin-right: 15px;
}

/* line 1292, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-previous,
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-first,
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-last,
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-next {
  background-color: #DFE5E6;
  font-size: 9px;
  color: #51626F;
  padding-top: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 1304, ../../sass/stylesheets/slj.scss */
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-previous:hover,
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-first:hover,
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-last:hover,
#subTabContent2.slj div#datatable-paging-controls .yui3-paginator-next:hover {
  background-color: #A4D2EC;
  color: #FFFFFF;
}

/* line 1311, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.slj-jur {
  margin-top: 85px;
}

/* line 1316, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.slj-casetype {
  margin-top: 85px;
}

/* line 1322, ../../sass/stylesheets/slj.scss */
.form-field-wrapper.slj-judge ul.yui3-aclist-list {
  width: 255px;
}

/* line 1422, ../../sass/stylesheets/slj.scss */
#detailbackground {
  -webkit-border-radius: 0px;
  border-radius: 24px 24px 0px 0px;
  height: initial;
  width: 623px;
  margin-left: 200px;
  margin-top: 80px;
  background-color: #E0E0E0;
  font-size: 12px;
  font-family: arial;
  color: #E0E0E0;
  padding-bottom: 20px;
  padding-top: 36px;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #b8b8b8;
}

/* line 1441, ../../sass/stylesheets/slj.scss */
#caseDetails {
  height: 28px;
  width: 350px;
  color: #000000;
  margin-left: 62px;
  padding-left: 0px;
  padding-bottom: 20px;
  display: inline-block;
}

/* line 1451, ../../sass/stylesheets/slj.scss */
#caseDetails > div span.slj-label {
  width: 91px;
  height: 15px;
  font-weight: 600;
  margin-right: 48px;
  display: inline-block;
  padding-bottom: 20px;
  display: inline-block;
}

/* line 1462, ../../sass/stylesheets/slj.scss */
#caseDetails > div span.slj-field-casenum {
  font-weight: 600px;
  font-size: 15px;
  color: #51626F;
}

/* line 1470, ../../sass/stylesheets/slj.scss */
#caseDetails > div span.slj-field-court {
  display: inline-block;
  width: 308px;
}

/* line 1475, ../../sass/stylesheets/slj.scss */
#caseDetails div span.slj-field-judge {
  font-size: 15px;
  color: #51626F;
  font-size: 15px;
}

/* line 1483, ../../sass/stylesheets/slj.scss */
div#sljcourt {
  width: 500px;
}

/* line 1487, ../../sass/stylesheets/slj.scss */
div #sljplaintiff {
  width: 500px;
}

/* line 1489, ../../sass/stylesheets/slj.scss */
div #sljplaintiff > span.slj-field {
  display: -webkit-inline-box;
  width: 308px;
}

/* line 1495, ../../sass/stylesheets/slj.scss */
div#slj-detail-header {
  font-size: 15px;
  height: 0px;
  padding-top: 53px;
}

/* line 1501, ../../sass/stylesheets/slj.scss */
div #ccdef {
  width: 500px;
}

/* line 1504, ../../sass/stylesheets/slj.scss */
div #ccdef > span.slj-field {
  display: -webkit-inline-box;
  width: 308px;
}

/* line 1510, ../../sass/stylesheets/slj.scss */
#detailbottombackground {
  height: 240px;
  border-radius: 0px 0px 24px 24px;
  width: 623px;
  margin-left: 200px;
  font-size: 12px;
  font-family: arial;
  color: #000000;
  padding-top: 36px;
  border-width: 0px 2px 2px 2px;
  border-color: #b8b8b8;
  border-style: solid;
  margin-bottom: 40px;
}

/* line 1526, ../../sass/stylesheets/slj.scss */
.slj-view-breadcrumb-container {
  background-color: #f1f2f2;
  height: 38px;
  padding: 0 128px;
  margin: -1px -32px 5px;
}

/* line 1534, ../../sass/stylesheets/slj.scss */
div#subTabContent2.slj a #slj-back-search {
  float: left;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -5457px;
  padding-bottom: 35px;
  line-height: 22px;
  padding-right: 101px;
  margin-left: 5px;
  margin-right: 87px;
}

/* line 1544, ../../sass/stylesheets/slj.scss */
div#subTabContent2.slj a #slj-back-search :hover {
  background-position: 0 -5405px;
}

/* line 1549, ../../sass/stylesheets/slj.scss */
div#subTabContent2.slj a #slj-back-form {
  background-position: 0 -1740px;
  float: left;
  padding: 0px 30px;
  border-radius: 4px;
  margin-top: 8px;
  margin-left: 0px;
  height: 25px;
  width: 100px;
}

/* line 1565, ../../sass/stylesheets/slj.scss */
.print-text.slj-print {
  width: 108px;
}

/* line 1570, ../../sass/stylesheets/slj.scss */
.slj-view-breadcrumb-container a#print-button-anchor {
  float: right;
  margin-right: 0px;
  cursor: pointer;
  padding: 24px 38px 26px 32px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -2827px;
}

/* line 1579, ../../sass/stylesheets/slj.scss */
.slj-view-breadcrumb-container a#print-button-anchor :hover {
  background-position: 0 -2871px;
  background-position: 0 -2879px;
}

/* line 1593, ../../sass/stylesheets/slj.scss */
.slj-print-breadcrumb-container.slj-detail-view {
  margin: -1px -146px 0;
}

/* line 1597, ../../sass/stylesheets/slj.scss */
.slj-print-breadcrumb-container.select-view {
  margin: -1px -114px 0;
  padding: 0 114px;
}

/* line 1603, ../../sass/stylesheets/slj.scss */
.article-footer-text {
  font-weight: normal;
  padding-top: 15px;
  font-size: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  float: left;
}

/* line 1612, ../../sass/stylesheets/slj.scss */
#sljResult {
  display: flex;
}

/* line 1615, ../../sass/stylesheets/slj.scss */
#sljResult #left-container {
  flex-basis: 22%;
  margin-left: 0;
}

/* line 1620, ../../sass/stylesheets/slj.scss */
#sljResult .refine-search-header-text {
  padding-top: 16px;
}

/* line 1624, ../../sass/stylesheets/slj.scss */
#sljResult #right-container.slj-result-node {
  flex-basis: unset;
}

/* line 1628, ../../sass/stylesheets/slj.scss */
#sljResult .slj-result-node #result-node {
  padding-left: 10px;
}

/* line 7, ../../sass/stylesheets/workhistory.scss */
#persons-history-list .profile-content-subtext {
  margin-left: 16px;
}

/* line 12, ../../sass/stylesheets/workhistory.scss */
.wh-org-name {
  color: #000000;
  padding-left: 16px;
  font-weight: bold;
}

/* line 18, ../../sass/stylesheets/workhistory.scss */
.wh-title {
  font-style: italic;
  font-weight: bold;
}

/* line 23, ../../sass/stylesheets/workhistory.scss */
.wh-desc {
  padding-bottom: 22px;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 6, ../../sass/stylesheets/news-pub-speaking.scss */
span.news-pubs-speaking-label {
  font-weight: 600;
  color: #000;
}

/* line 14, ../../sass/stylesheets/news-pub-speaking.scss */
#edit-jpm-publications-container .form-field-wrapper {
  margin: unset;
}

/* line 18, ../../sass/stylesheets/news-pub-speaking.scss */
#edit-jpm-publications-container .info-box-content {
  padding-left: initial;
}

/* line 22, ../../sass/stylesheets/news-pub-speaking.scss */
#edit-jpm-publications-container #save-jmp-publications {
  width: 100%;
}

/* line 29, ../../sass/stylesheets/news-pub-speaking.scss */
.newspubs.jpm {
  display: flex;
  justify-content: end;
  padding-right: 3em;
}

/* line 35, ../../sass/stylesheets/news-pub-speaking.scss */
.publication-role {
  color: #51626F;
  font-weight: bold;
}

/* line 40, ../../sass/stylesheets/news-pub-speaking.scss */
.newspubs.highlighted-background-div, .speaking.highlighted-background-div {
  padding-top: unset;
  padding-bottom: unset;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 40, ../../sass/stylesheets/alerts.scss */
#center-container .alerts-header *,
#center-container .alerts-header ::before,
#center-container .alerts-header ::after {
  box-sizing: revert;
}

/* line 46, ../../sass/stylesheets/alerts.scss */
.alerts-container {
  margin-top: 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
  width: 800px;
}

/* line 52, ../../sass/stylesheets/alerts.scss */
.alerts-container label, .alerts-container span {
  color: #024D71;
  font-family: Arial;
}

/* line 57, ../../sass/stylesheets/alerts.scss */
.alerts-container span[disabled] {
  color: #707070;
}

/* line 61, ../../sass/stylesheets/alerts.scss */
.alerts-container label {
  font-weight: bold;
}

/* line 65, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header {
  display: flex;
  align-items: center;
  padding-top: 30px;
  font-size: 11px;
  font-weight: bold;
}

/* line 72, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
}

/* line 84, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .my-alerts-label {
  position: relative;
  left: 40px;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
}

/* line 92, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts {
  position: relative;
  left: 135px;
}

/* line 96, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts button {
  color: white;
  background-color: #024D71;
  width: 149px;
}

/* line 102, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts button[disabled] {
  background-color: #707070;
}

/* line 106, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts button::before {
  content: "+";
  font-weight: normal;
  color: white;
  font-size: 26px;
  padding-right: 10px;
  margin-left: 10px;
}

/* line 117, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .alerts-help {
  position: relative;
  display: inline-block;
  left: 150px;
  cursor: pointer;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -1128px;
  width: 58px;
  height: 23px;
}

/* line 128, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons, .alerts-container .alerts-header .sort-alerts-by-fields {
  display: none;
  position: absolute;
  z-index: 1;
  border-right: 1px solid #024D71;
  border-left: 1px solid #024D71;
  border-bottom: 1px solid #024D71;
  border-radius: 0 0 5px 5px;
}

/* line 138, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons[disabled] {
  background-color: #E6E6E6;
  border-right-color: #707070;
  border-left-color: #707070;
  border-bottom-color: #707070;
}

/* line 145, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons span:first-child,
.alerts-container .alerts-header .sort-alerts-by-fields span:first-child {
  border-top: none;
}

/* line 150, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons span,
.alerts-container .alerts-header .sort-alerts-by-fields span {
  border-bottom: 1px solid #024D71;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 7px 0 7px 10px;
}

/* line 159, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons span {
  padding-top: 10px;
}

/* line 163, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons .available-alerts-max-reached {
  background-color: #707070 !important;
  color: white !important;
}

/* line 168, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .sort-alerts-by-fields .active {
  background-color: #024D71;
  color: white;
}

/* line 173, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons span:last-child,
.alerts-container .alerts-header .sort-alerts-by-fields span:last-child {
  border-bottom: none;
}

/* line 178, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts-buttons {
  width: 147px;
  background-color: white;
}

/* line 183, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts:hover button, .alerts-container .alerts-header .sort-alerts:hover button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 188, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts:hover button[disabled] {
  border-radius: 5px;
}

/* line 192, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .create-alerts:hover .create-alerts-buttons, .alerts-container .alerts-header .sort-alerts-dropdown:hover .sort-alerts-by-fields {
  display: block;
  display: flow-root;
}

/* line 197, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .sort-alerts button {
  width: 118px;
  padding-left: 23px;
  border: 1px solid #024D71;
  color: #024D71;
}

/* line 204, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .sort-alerts-by-fields {
  width: 116px;
  background-color: #CADFE6;
}

/* line 209, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .sort-by-dropdown-arrow-icon {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  background-position: 0 -531px;
  margin-left: 10px;
  width: 20px;
  height: 10px;
}

/* line 217, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .alert-sort-direction-icon {
  position: relative;
  left: 269px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  width: 20px;
  height: 27px;
  cursor: pointer;
}

/* line 227, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .alert-sort-direction-icon.asc {
  background-position: 0 -888px;
}

/* line 231, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .alert-sort-direction-icon.desc {
  background-position: 0 -934px;
}

/* line 235, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .sort-alerts {
  position: relative;
  left: 279px;
}

/* line 240, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .toggle-alert-details {
  position: relative;
  display: inline-block;
  cursor: pointer;
  left: 289px;
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  height: 18px;
  width: 30px;
}

/* line 250, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .toggle-alert-details.collapse {
  background-position: 0 -980px;
}

/* line 254, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .toggle-alert-details.expand {
  background-position: 0 -1056px;
}

/* line 258, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .toggle-alert-details.expand.hidden {
  visibility: hidden;
}

/* line 261, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .toggle-alert-details.collapse.hidden {
  visibility: hidden;
}

/* line 265, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-header .alert-sort-direction-icon, .alerts-container .alerts-header .sort-alerts, .alerts-container .alerts-header .toggle-alert-details {
  visibility: hidden;
}

/* line 271, ../../sass/stylesheets/alerts.scss */
.alerts-container #alert-message {
  margin-top: 171px;
  margin-right: -194px;
  padding-left: 32px;
  width: 161px;
  height: 138px;
  color: red;
  font-weight: bold;
}

/* line 284, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-body-container {
  display: flex;
  margin-top: 20px;
  min-height: 448px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

/* line 293, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types {
  padding: 0;
  margin: 0 15px 0 30px;
  background-color: white;
  width: 161px;
  height: 138px;
  position: fixed;
}

/* line 300, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types .alert-count {
  color: #4E4E4E;
}

/* line 304, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types li {
  cursor: pointer;
  list-style-type: none;
  padding-top: 5px;
  border-bottom: 1px solid #707070;
  padding-left: 5px;
  padding-bottom: 5px;
  border-right: 1px solid;
  border-left: 1px solid;
}

/* line 315, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: 1px solid;
}

/* line 320, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types li:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 324, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types li.active {
  background-color: #024D71;
}

/* line 327, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types li.active .alert-type, .alerts-container .alerts-types li.active .alert-count {
  color: white;
}

/* line 332, ../../sass/stylesheets/alerts.scss */
.alerts-container .alerts-types .alert-count {
  float: right;
  margin-right: 8px;
}

/* line 340, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list span, .alerts-container .all-alerts-list div {
  color: #4E4E4E;
}

/* line 344, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert {
  margin: 10px 0 0;
  border-bottom: 1px solid #707070;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 351, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert .alert-name {
  font-weight: bold;
  color: #024D71;
}

/* line 356, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert .detail {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px;
}

/* line 364, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert .detail label, .alerts-container .all-alerts-list .alert .detail span {
  font-size: 12px;
}

/* line 368, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert .alert-name {
  width: 35%;
}

/* line 372, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert .detail:last-child {
  float: right;
}

/* line 376, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .last-email-sent-date, .alerts-container .all-alerts-list .alert-type {
  color: #4E4E4E;
}

/* line 380, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-details-column {
  float: left;
}

/* line 384, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-details-column.left {
  width: 30%;
}

/* line 388, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-details-column.middle {
  width: 30%;
}

/* line 392, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-details-column.right {
  width: 40%;
  float: right;
}

/* line 398, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-details:after {
  content: "";
  display: table;
  clear: both;
}

/* line 404, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-detail {
  padding: 0 10px 0 0;
}

/* line 408, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-detail label, .alerts-container .all-alerts-list .alert-detail span, .alerts-container .all-alerts-list .alert-detail div {
  font-size: 11px;
}

/* line 412, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-detail label.alertName {
  font-size: 12px;
  font-weight: bold;
}

/* line 417, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert.expanded .alertName,
.alerts-container .all-alerts-list .alert.expanded .alertDescription {
  word-break: break-all;
}

/* line 422, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-controls {
  margin-top: 20px;
}

/* line 426, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-controls div {
  background: url("/o/lb-blackwater-theme/images/lawyerport-images-s30655eaef1.png") no-repeat;
  cursor: pointer;
  height: 30px;
  display: inline-block;
}

/* line 433, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-controls .alert-edit {
  background-position: 0 -713px;
  width: 60px;
}

/* line 438, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-controls .alert-run {
  background-position: 0 -846px;
  width: 90px;
  margin-left: 10px;
}

/* line 444, ../../sass/stylesheets/alerts.scss */
.alerts-container .all-alerts-list .alert-controls .alert-delete {
  background-position: 0 -671px;
  width: 85px;
  margin-left: 250px;
}

/* line 454, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-form .name,
.alerts-container .court-call-alert .court-call-alert-form .clientCode,
.alerts-container .court-call-alert .court-call-alert-form .caseNumber,
.alerts-container .court-call-alert .court-call-alert-form .description,
.alerts-container .court-call-alert .court-call-alert-form .jurisdiction {
  display: block;
  width: 220px;
  height: 22px;
  background-color: #F1F9FF;
  border: 1px solid #939598;
}

/* line 466, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-form .jurisdiction {
  width: 220px;
  overflow-y: auto;
  font-size: 9px;
  height: 125px;
  background-color: #F1F9FF;
}

/* line 474, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-form .jurisdiction:focus {
  box-shadow: 0 0 2pt 2pt #CADFE6;
}

/* line 478, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-email-settings .radio-options {
  margin-bottom: 10px;
}

/* line 482, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-email-settings .content-label {
  display: block;
}

/* line 486, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-email-settings input {
  line-height: 1.5em;
}

/* line 490, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-email-settings div {
  float: left;
}

/* line 494, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-email-settings .sub-column-1 {
  width: 40%;
}

/* line 498, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-call-alert .court-call-alert-email-settings .sub-column-2 {
  width: 60%;
}

/* line 505, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-form .name,
.alerts-container .news-alert .news-alert-form .clientCode,
.alerts-container .news-alert .news-alert-form .keyword,
.alerts-container .news-alert .news-alert-form .description,
.alerts-container .news-alert .news-alert-form .practiceArea {
  display: block;
  width: 220px;
  height: 22px;
  background-color: #F1F9FF;
  border: 1px solid #939598;
}

/* line 517, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-form .practiceArea {
  width: 220px;
  overflow-y: auto;
  font-size: 9px;
  height: 156px;
  background-color: #F1F9FF;
  border: 1px solid #939598;
}

/* line 526, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-form .practiceArea input {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 531, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-email-settings .radio-options {
  margin-bottom: 10px;
}

/* line 535, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-email-settings .content-label {
  display: block;
}

/* line 539, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-email-settings input {
  line-height: 1.5em;
}

/* line 543, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-email-settings div {
  float: left;
}

/* line 547, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-email-settings .sub-column-1 {
  width: 40%;
}

/* line 551, ../../sass/stylesheets/alerts.scss */
.alerts-container .news-alert .news-alert-email-settings .sub-column-2 {
  width: 60%;
}

/* line 556, ../../sass/stylesheets/alerts.scss */
.alerts-container button.clear-all {
  color: blue;
  background-color: white;
  border: none;
  font-size: 11px;
  margin-left: 95px;
  padding-left: 2px;
}

/* line 565, ../../sass/stylesheets/alerts.scss */
.alerts-container button.clear-all-jur {
  color: blue;
  background-color: white;
  border: none;
  font-size: 11px;
  margin-left: 85px;
  padding-left: 2px;
}

/* line 574, ../../sass/stylesheets/alerts.scss */
.alerts-container ul.practiceArea {
  border: 1px solid #707070;
  margin: 0 2px 2px 0px;
}

/* line 581, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-docket-alert .court-docket-alert-form .name,
.alerts-container .court-docket-alert .court-docket-alert-form .clientCode,
.alerts-container .court-docket-alert .court-docket-alert-form .caseNumber,
.alerts-container .court-docket-alert .court-docket-alert-form .description,
.alerts-container .court-docket-alert .court-docket-alert-form .jurisdiction {
  display: block;
  width: 220px;
  height: 25px;
  background-color: #F1F9FF;
  border: 1px solid #939598;
}

/* line 593, ../../sass/stylesheets/alerts.scss */
.alerts-container .court-docket-alert .court-docket-alert-form .jurisdiction {
  width: 220px;
  overflow-y: auto;
  font-size: 9px;
  height: 56px;
  background-color: #F1F9FF;
}

/* line 603, ../../sass/stylesheets/alerts.scss */
.alerts-container textarea.jurisdiction {
  padding: 6px;
  width: 220px;
  overflow-y: auto;
  font-size: 9px;
  height: 56px;
  background-color: #F1F9FF;
}

/* line 615, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-form .name,
.alerts-container .lawsuit-alert .lawsuit-alert-form .nameCriteria,
.alerts-container .lawsuit-alert .lawsuit-alert-form .clientCode,
.alerts-container .lawsuit-alert .lawsuit-alert-form .description {
  display: block;
  width: 220px;
  height: 22px;
  background-color: #F1F9FF;
  border: 1px solid #939598;
}

/* line 626, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-form .lawsuitjurisdiction {
  display: block;
  width: 220px;
  height: 95px;
  background-color: #F1F9FF;
  overflow-y: hidden;
  font-size: 9px;
}

/* line 635, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-form .nameType {
  display: block;
  width: 220px;
  height: 25px;
  background-color: #F1F9FF;
  overflow-y: auto;
  font-size: 9px;
  margin-top: -16px;
}

/* line 646, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .criteria {
  display: block;
  height: 32px;
  width: 532px;
  background-color: #024D71;
  color: #fff;
  line-height: 32px;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 657, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .criteria-text {
  margin-bottom: 10px;
  width: 532px;
  display: block;
}

/* line 664, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .current-search-list {
  padding-left: 20px;
  display: inline-block;
}

/* line 669, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .name-criteria {
  color: #024D71;
  padding: 6px;
  border: 1px solid #024D71;
  width: 480.08px;
  border-radius: 8px;
}

/* line 677, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .remove-name {
  float: right;
}

/* line 681, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .add-criteria {
  border: none;
  width: 131.43px;
  height: 36.23px;
  background: url(/o/lb-blackwater-theme/images/lawyerport-images/criteria-button.png) no-repeat;
  background-color: white;
  border-radius: 5px;
  outline: none;
  margin-top: 16px;
}

/* line 695, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-email-settings .radio-options {
  margin-bottom: 10px;
}

/* line 699, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-email-settings .content-label {
  display: block;
}

/* line 703, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-email-settings input {
  line-height: 1.5em;
}

/* line 707, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-email-settings div {
  float: left;
}

/* line 711, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-email-settings .sub-column-1 {
  width: 40%;
}

/* line 715, ../../sass/stylesheets/alerts.scss */
.alerts-container .lawsuit-alert .lawsuit-alert-email-settings .sub-column-2 {
  width: 60%;
}

/* line 721, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content {
  border: 1px solid #707070;
  border-radius: 7px;
  background-color: white;
  margin-right: 20px;
  width: 570px;
  overflow-y: auto;
  margin-left: 203px;
}

/* line 729, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .required::after {
  content: "*";
}

/* line 733, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .no-alerts-created {
  text-align: center;
  padding-top: 30%;
  padding-bottom: 30%;
}

/* line 739, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-header {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

/* line 751, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 755, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form label {
  font-weight: bold;
  font-size: 12px;
}

/* line 760, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form input {
  font-size: inherit;
}

/* line 764, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form input[type=text] {
  height: 25.59px;
}

/* line 768, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form input::placeholder {
  font-size: 9px;
}

/* line 772, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form div {
  margin-bottom: 15px;
}

/* line 776, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .alert-criteria-separator {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  background-color: #024D71;
  color: #fff;
  clear: both;
}

/* line 785, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .create-alert-form-column-left, .alerts-container .alert-tab-content .create-alert-form .create-alert-form-column-right {
  width: 50%;
  overflow: visible;
  float: left;
}

/* line 791, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .sub-column-1 {
  width: 40%;
}

/* line 795, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .sub-column-2 {
  width: 60%;
}

/* line 800, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .create-alert-email-settings div {
  float: left;
}

/* line 803, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .create-alert-email-settings input[type=radio] {
  vertical-align: text-bottom;
}

/* line 806, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .create-alert-email-settings .content-label {
  display: block;
}

/* line 809, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-form .create-alert-email-settings .radio-options {
  margin-bottom: 10px;
  margin-right: 5px;
}

/* line 816, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  clear: both;
}

/* line 822, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-footer .saveAlert {
  color: white;
  background-color: #024D71;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  margin-left: 300px;
  width: 94.37px;
  height: 26.88px;
  font-size: 11px;
}

/* line 834, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-footer .saveAlert[disabled] {
  background-color: #CADFE6;
}

/* line 838, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .create-alert-footer .saveAlert:focus {
  box-shadow: 0 0 2pt 2pt #CADFE6;
}

/* line 845, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-tab-content .createAlertError {
  margin-top: -25px;
}

/* line 854, ../../sass/stylesheets/alerts.scss */
.alerts-container.all .alert-sort-direction-icon, .alerts-container.all .sort-alerts, .alerts-container.all .toggle-alert-details {
  visibility: visible;
}

/* line 861, ../../sass/stylesheets/alerts.scss */
.alerts-container .alert-sort-direction-icon, .alerts-container .sort-alerts, .alerts-container .toggle-alert-details {
  visibility: hidden;
}

/* line 866, ../../sass/stylesheets/alerts.scss */
.alerts-data-load-overlay {
  opacity: 0.5 !important;
}

/* line 870, ../../sass/stylesheets/alerts.scss */
.alerts-data-load-spinner {
  position: relative;
  left: 50%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #024d71;
  border-bottom: 10px solid #a33038;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 893, ../../sass/stylesheets/alerts.scss */
#alerts-help-cms-wrapper {
  max-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 5, ../../sass/stylesheets/slider.scss */
.slider-container {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 11, ../../sass/stylesheets/slider.scss */
.slider-items-container {
  overflow: hidden;
  position: relative;
}

/* line 16, ../../sass/stylesheets/slider.scss */
.slider-items {
  position: relative;
  display: flex;
  transition: none;
  will-change: transform;
}

/* line 22, ../../sass/stylesheets/slider.scss */
.slider-items.sliding {
  transition: transform 0.3s ease;
}

/* line 27, ../../sass/stylesheets/slider.scss */
.slider-items.show-1 .slider-item {
  flex: 0 0 100%;
}

/* line 32, ../../sass/stylesheets/slider.scss */
.slider-items.show-2 .slider-item {
  flex: 0 0 50%;
}

/* line 37, ../../sass/stylesheets/slider.scss */
.slider-items.show-3 .slider-item {
  flex: 0 0 33.3333333333%;
}

/* line 42, ../../sass/stylesheets/slider.scss */
.slider-items.show-4 .slider-item {
  flex: 0 0 25%;
}

/* line 47, ../../sass/stylesheets/slider.scss */
.slider-items.show-6 .slider-item {
  flex: 0 0 16.6666666667%;
}

/* line 53, ../../sass/stylesheets/slider.scss */
.slider-item {
  min-height: 40px;
  cursor: pointer;
  display: flex;
  box-sizing: border-box;
  padding: 0 1px;
}

/* line 61, ../../sass/stylesheets/slider.scss */
.slider-arrow {
  position: absolute;
  color: #AEB3B7;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #AEB3B7;
  font-size: 48px;
  padding-bottom: 8px;
  line-height: 0;
  outline: none;
  box-shadow: none;
  background: none;
  opacity: 0.5;
  transition: opacity 100ms;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 78, ../../sass/stylesheets/slider.scss */
.slider-arrow.left {
  left: -45px;
}

/* line 81, ../../sass/stylesheets/slider.scss */
.slider-arrow.right {
  right: -45px;
}

/* line 84, ../../sass/stylesheets/slider.scss */
.slider-arrow:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  /* line 95, ../../sass/stylesheets/slider.scss */
  #cdlb-article #articles-slider {
    display: none;
  }
}
/* line 1, ../../sass/stylesheets/side_nav_menu.scss */
#sidenav-close-button {
  border: none;
  background-color: #eee;
  padding: 4px 6px;
  margin: 10px;
  cursor: pointer;
  display: inline-block;
}

/* line 10, ../../sass/stylesheets/side_nav_menu.scss */
#sidenav-close-button:hover {
  background: #ddd;
}

/* line 14, ../../sass/stylesheets/side_nav_menu.scss */
#sideNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #fff !important;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
}

/* line 26, ../../sass/stylesheets/side_nav_menu.scss */
#sideNav.opened {
  width: 250px !important;
}

/* line 32, ../../sass/stylesheets/side_nav_menu.scss */
#sidenav-menu-content {
  height: 90%;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 40, ../../sass/stylesheets/side_nav_menu.scss */
#sidenav-menu-content::-webkit-scrollbar {
  display: none;
}

/* line 46, ../../sass/stylesheets/side_nav_menu.scss */
.side-navigation-menu .menu-item {
  font: "Open Sans";
  font-weight: bold;
  font-size: 12pt;
  max-width: 80%;
  padding: 10px 25px;
  cursor: pointer;
  display: block;
}

/* line 57, ../../sass/stylesheets/side_nav_menu.scss */
.side-navigation-menu .menu-item {
  color: black !important;
  text-decoration: none !important;
}

/* line 62, ../../sass/stylesheets/side_nav_menu.scss */
.side-navigation-menu .menu-item:hover {
  background-color: #eee;
  color: black;
}

/* line 67, ../../sass/stylesheets/side_nav_menu.scss */
.side-navigation-menu .section-header {
  font: "Open Sans";
  font-weight: bold;
  font-size: 12pt;
  color: black;
  max-width: 80%;
  padding: 10px 25px;
}

/* line 76, ../../sass/stylesheets/side_nav_menu.scss */
.side-navigation-menu hr {
  width: 80%;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 3, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss {
  display: none;
}

/* line 6, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .collapse-icon-closed {
  display: none;
}

/* line 10, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss ul.col-4, .portlet-rss .tab-content {
  flex: auto;
  max-width: 100%;
}

/* line 15, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss ul.col-4 {
  margin-bottom: 0.25em;
}

/* line 17, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss ul.col-4 a {
  color: #636466;
  font-weight: bold;
  font-size: 15px;
}

/* line 21, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss ul.col-4 a:hover {
  cursor: default;
}

/* line 27, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .feed-entry-content {
  margin-bottom: 0.5em !important;
  font-size: 1.25em;
  line-height: 1.08em;
  font-family: Garamond, serif;
}

/* line 35, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .feed-title a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* line 40, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .feed-title a div:first-child {
  font-weight: bold;
}

/* line 43, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .feed-title a div:not(:first-child) {
  font-weight: normal;
}

/* line 47, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .feed-title a:hover {
  color: #0081C3;
}

/* line 53, ../../sass/stylesheets/portlet-rss.scss */
.portlet-rss .feed-date {
  font-size: 0.75em;
}

/* line 59, ../../sass/stylesheets/portlet-rss.scss */
.rss-feed {
  display: none;
}

/* line 61, ../../sass/stylesheets/portlet-rss.scss */
.rss-feed:has(.feed-entry-content) {
  display: inline-flex;
}

/* line 67, ../../sass/stylesheets/portlet-rss.scss */
.rss-illinois-supreme-court-opinions .c-inner, .rss-illinois-appellate-court-opinions .c-inner, .seventh-circuit-opinions .c-inner {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2") format("woff");
}
/* line 4, ../../sass/stylesheets/emailPreferenceCenter.scss */
body:has(#email-preference-center) .spinner-mask {
  background: #F1F2F2;
}

/* line 7, ../../sass/stylesheets/emailPreferenceCenter.scss */
body:has(#email-preference-center) .spinner-anchor {
  border-color: rgba(128, 128, 128, 0.15) rgba(128, 128, 128, 0.25) rgba(128, 128, 128, 0.35) rgba(128, 128, 128, 0.5);
}

/* line 13, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center:has(.newsletters-subscriber) #cdlb-main {
  width: 760px;
}

/* line 20, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .content-header, #email-preference-center .cdlb-container {
  font-family: "Open Sans";
}

/* line 24, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .content-header {
  width: 760px;
}

/* line 28, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #cdlb-main {
  width: 960px;
}

/* line 32, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center header {
  margin-top: 2em;
}

/* line 36, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .content-header h1 {
  text-align: center;
}

/* line 40, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .email-preference-header-description {
  margin-top: 2em;
}

/* line 46, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-preferences-container .newsletter-item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

/* line 52, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-preferences-container .newsletter-description {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

/* line 56, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-preferences-container .newsletter-description label {
  font-size: 1.25em;
  font-weight: bold;
}

/* line 60, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-preferences-container .newsletter-description span {
  font-size: 1.15em;
  color: #454545;
}

/* line 66, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-preferences-container .newsletter-item.chicago_lawyer {
  border-top: 3px solid #B6B8BA;
  padding-top: 20px;
  margin-top: 20px;
}

/* line 74, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
  color: #454545;
}

/* line 82, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletters-optout {
  margin-bottom: 2em;
}

/* line 86, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletters-save-prefs {
  background-color: #A33038;
  color: white;
}

/* line 91, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletter-controls-notifications {
  align-self: start;
  width: fit-content;
}

/* line 94, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletter-controls-notifications .alert-success {
  font-family: "Open Sans" !important;
}

/* line 96, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletter-controls-notifications .alert-success .alert-indicator, #email-preference-center #newsletter-controls-notifications .alert-success .lead {
  font-size: 1.25em;
}

/* line 99, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletter-controls-notifications .alert-success .close {
  display: none;
}

/* line 102, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletter-controls-notifications .alert-success .lead {
  font-weight: bold;
}

/* line 108, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center #newsletters-save-prefs, #email-preference-center #newsletters-optout {
  width: fit-content;
  font-size: 1.25em;
}

/* line 114, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-controls a, #email-preference-center .newsletter-item a {
  text-decoration: underline;
  color: inherit;
}

/* line 117, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-controls a:visited, #email-preference-center .newsletter-item a:visited {
  color: inherit;
}

/* line 120, ../../sass/stylesheets/emailPreferenceCenter.scss */
#email-preference-center .newsletter-controls a:hover, #email-preference-center .newsletter-item a:hover {
  color: inherit;
}

@media (max-width: 768px) {
  /* line 130, ../../sass/stylesheets/emailPreferenceCenter.scss */
  #email-preference-center #cdlb-main, #email-preference-center .content-header {
    width: 100% !important;
    padding-left: 10px !important;
  }
  /* line 134, ../../sass/stylesheets/emailPreferenceCenter.scss */
  #email-preference-center .newsletter-item.jobs .newsletter-description span,
  #email-preference-center .newsletter-item.chicago_lawyer {
    width: 90%;
  }
}
.blackwater-theme header, .blackwater-theme footer {
  visibility: visible;
}
.blackwater-theme #wrapper {
  padding-left: unset;
  padding-right: unset;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.blackwater-theme form[action="/c/portal/update_terms_of_use"] .button-holder {
  margin-bottom: 1.5em;
}

#main-content .portlet-topper, #main-content .autofit-float.autofit-row.portlet-header {
  display: none;
}
#main-content .portlet-decorate .portlet-content {
  padding: 0;
  border-width: 0;
}
#main-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: initial;
  margin-right: initial;
}
#main-content .col-md-8, #main-content .col-md-12 {
  flex: inherit !important;
  max-width: initial !important;
  width: 100%;
}

#content .portlet {
  margin-bottom: unset;
}

#center-container *, #center-container *:before, #center-container *:after {
  box-sizing: content-box;
}

.portlet-content-editable, .portlet-content,
.portlet-minimized .portlet-content-container {
  padding: 0;
}

.sidenav-fixed.sidenav-menu-slider {
  display: none !important;
}

body.open #wrapper, body.open .control-menu-container {
  padding-left: 0 !important;
}