/******** SITE STYLES ********** */
body {
  background-color: white; }

.mug-container {
  background-color: #222222;
  padding: 1px 0px;
  margin-top: 50px;
  max-height: 340px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s; }
  .mug-container.visible {
    max-height: 2000px; }
  @media (max-width: 735px) {
    .mug-container {
      max-height: none; } }


#mugs-interactive-header {
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  background-color: black;
  margin: 20px auto;
  background: url("/web/20230208134016im_/http://data.baltimoresun.com/news/police-settlements/images/mugs-collage.jpg") no-repeat center center;
  background-size: 100%;
  position: relative;
  -webkit-transition: background-size 0.5s;
  -moz-transition: background-size 0.5s;
  transition: background-size 0.5s; }
  @media (max-width: 735px) {
    #mugs-interactive-header {
      display: none; } }
  #mugs-interactive-header.zoomed {
    background-size: 130%; }
  #mugs-interactive-header.zoomed-perm {
    background-size: 130%; }
  #mugs-interactive-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1; }

#mugs-title {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  font-size: 54px;
  color: white;
  text-align: center;
  font-family: "Old Standard TT";
  position: relative;
  z-index: 2; }
  #mugs-title p {
    font-family: "Lato";
    font-size: 18px;
    line-height: 1.5;
    width: 75%;
    text-align: left;
    margin: 20px auto; }

#open-mugs {
  display: inline-block;
  font-family: "Lato";
  font-size: 18px;
  padding: 20px 25px;
  border: 1px solid white;
  cursor: pointer;
  text-shadow: none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  #open-mugs:hover {
    background-color: rgba(255, 255, 255, 0.1); }

#cases {
  width: 1000px;
  margin: 20px auto; }
  @media (max-width: 1000px) {
    #cases {
      width: auto; } }
  @media (max-width: 735px) {
    #cases {
      display: none; } }

@media(max-width: 850px) {
  #case-row-5, #case-row-6, #case-row-7, #case-row-8, #case-row-9 {
    display: none; } }

.case-row {
  text-align: center; }

.case {
  width: 15%;
  padding: 1%;
  color: white;
  margin: 1%;
  display: inline-block;
  font-family: "Roboto Condensed";
  cursor: pointer;
  opacity: 1;
  border: 1px solid #666666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .case.faded {
    opacity: 0.2; }
  .case.selected {
    background-color: white;
    color: black;
    border: 1px solid white; }

.case-payout {
  width: 75%;
  margin: 0px auto;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: center;
  line-height: 100%;
  border-bottom: 1px solid #666666; }

.case-name {
  font-size: 15px;
  text-align: center;
  padding: 5px 0px; }
  @media (max-width: 1000px) {
    .case-name {
      font-size: 14px; } }
  @media (max-width: 900px) {
    .case-name {
      font-size: 11px; } }

.case-brief {
  font-size: 14px;
  color: #888888;
  text-align: center; }
  @media (max-width: 1000px) {
    .case-brief {
      display: none; } }

.case-details {
  height: 300px;
  background-color: #333333;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 300px; }
  .case-details.hidden {
    height: 0px; }

.case-details-mug {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px;
  line-height: 1; }
  .case-details-mug img {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle; }
    @media (max-width: 960px) {
      .case-details-mug img {
        width: 150px; } }

.mug-placeholder {
  width: 200px;
  height: 250px;
  line-height: 230px;
  background-color: #111111;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle; }
  @media (max-width: 960px) {
    .mug-placeholder {
      width: 150px;
      height: 187px;
      line-height: 170px; } }

.mug-placeholder-text {
  display: inline-block;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
  position: relative; }
  .mug-placeholder-text:after {
    content: "";
    position: absolute;
    top: 110%;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #393939; }
  @media (max-width: 960px) {
    .mug-placeholder-text {
      font-size: 16px; } }

.case-details-text {
  width: 475px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 120%; }
  .case-details-text header {
    font-size: 28px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    padding-bottom: 8px;
    border-bottom: 2px solid #434343; }
    @media (max-width: 960px) {
      .case-details-text header {
        font-size: 24px; } }
  @media (max-width: 960px) {
    .case-details-text {
      width: 350px; } }

.case-details-subhead {
  height: 90px;
  line-height: 90px; }
  @media (max-width: 960px) {
    .case-details-subhead {
      display: none; } }

.case-details-payout {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 5px 20px;
  background-color: #434343;
  line-height: 1.2; }

.case-details-outcome {
  font-size: 16px;
  line-height: 1.5;
  color: #8d8d8d;
  font-weight: normal; }

.case-details-date-loc {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  text-align: left;
  margin-left: 25px;
  color: #8d8d8d;
  font-size: 18px;
  width: 250px; }

.case-details-summary {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  line-height: 1.3; }

#mobile-mugs {
  font-family: "Roboto Condensed";
  text-align: center;
  display: none;
  padding: 20px 0px; }
  @media (max-width: 735px) {
    #mobile-mugs {
      display: block; } }
  @media (max-width: 470px) {
    #mobile-mugs {
      padding: 5px 0px; } }
  #mobile-mugs header {
    display: inline-block;
    width: 300px;
    font-weight: bold;
    font-size: 28px;
    color: white;
    vertical-align: top;
    text-align: left;
    margin: 20px 0px; }
    #mobile-mugs header p {
      font-size: 16px;
      font-weight: normal;
      margin: 20px 20px 20px 0; }
    @media (max-width: 575px) {
      #mobile-mugs header {
        width: 200px;
        font-size: 24px; }
        #mobile-mugs header p {
          font-size: 14px; } }
    @media (max-width: 470px) {
      #mobile-mugs header {
        display: block;
        width: auto;
        text-align: center; }
        #mobile-mugs header p {
          display: none; } }

#mobile-mug-slider {
  width: 200px;
  display: inline-block;
  overflow: hidden;
  text-align: left; }

#mobile-mug-arrow {
  display: inline-block;
  color: white;
  font-size: 60px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #mobile-mug-arrow span {
    cursor: pointer; }

.progress-circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #555555;
  margin: 10px 15px; }
  .progress-circle.selected {
    background-color: white; }

#mobile-mug-slides {
  width: 500%;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.mobile-mug-slide {
  float: left;
  width: 200px; }

.mobile-mug-photo {
  position: relative;
  overflow: hidden; }
  .mobile-mug-photo img {
    display: block; }

.mobile-mug-story {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 16px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .mobile-mug-story p {
    margin: 0px;
    padding: 10px; }
  .mobile-mug-story.visible {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

.mobile-mug-toggle {
  background-color: #e0e0e0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0px 15px 0px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative; }
  .mobile-mug-toggle [class^="icon-"], .mobile-mug-toggle [class*=" icon-"] {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 0px;
}

.mobile-mug-name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: white;
  padding: 10px; }

#mug-source {
  color: #666666;
  font-size: 11px;
  padding: 10px; }

/**** CLEARFIX **** */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

* html .group {
  zoom: 1; }

*:first-child + html .group {
  zoom: 1; }

/*
     FILE ARCHIVED ON 13:40:16 Feb 08, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:16:28 Jun 01, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 423.62
  exclusion.robots: 0.135
  exclusion.robots.policy: 0.12
  RedisCDXSource: 1.481
  esindex: 0.01
  LoadShardBlock: 392.865 (3)
  PetaboxLoader3.resolve: 421.349 (4)
  PetaboxLoader3.datanode: 41.047 (4)
  load_resource: 77.743
*/