.di b {
  clear: both;
}

.highlight-row {
  background: #F8F9B2
}

.title-bar em {
  font-weight: normal;
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.3em;
}

b:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#overlay-box {
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  height: 100%;
/*  z-index: 1000;
*/  left: 0px;
  pointer-events:none;
}

.deets-visible #overlay-box{
  z-index: 1000;
  pointer-events:all;
}

.overlay-screen {
  background-color: #fff;
  top: 0px;
  opacity: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
/*  opacity: 0
*/}

.deets-visible #overlay-box .overlay-screen  {
  opacity: .6
}

.deets-visible #overlay-box #detailed-box{
  opacity: 1;
}

.deets-visible .chart-container {
  pointer-events: none;
}

#detailed-box {
  width: 50%;
  height: auto;
  margin: auto;
  display: inline-block;
  background-color: #FFF;
  top: 15%;
  left: 25%;
  position: absolute;
  opacity: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  max-height: 80%;
  overflow: scroll;
}

#detailed-box h4, .detailed-box h4 {
  text-align: left;
  margin: 0px 0px 3px;
  font-size: 12px;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
  font-weight: 800;
  text-transform: capitalize;
}

.body-deets-box >div.di {
  padding:15px 0px;
}

.plan-deets-box >div.di {
  padding:5px 0px;
}

#workcomp #detailed-box h5, #workcomp .detailed-box h5 {
  font-weight: 800;
  float: left;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  color: #e95f04;
  letter-spacing: 0.04em;
}

#detailed-box h3, .detailed-box h3 {
  font-size: 24px;
  font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
  font-weight: bold;
  display: inline-block;
}


.title-bar {
  padding: 30px;
  background-color: #e7e7e7;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.plan-deets {
  padding: 20px 30px 30px 30px;
  display: inline-block;
  width: 100%
}
.plan-deets > div {
  float: left;
  width: 50%;
}

#workcomp p.lillabel {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .03em;
  color:#999;
}

#workcomp p.lillabel a {
  margin-left: 5px
}
#workcomp .plan-table p {
  margin-bottom: 0px
}
.di {
  clear: both;
}

p.deets-notes {
  margin-top: 10px;
  font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
  font-size: 12px;
  margin-right: 60px;
  font-style: italic;
}

.chosen-container:hover .chosen-single{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.state-notes, .national-notes{
  width: 75%
}

.state-notes a {
  color: #5B98C3;
  cursor: pointer;
}

h2 a:hover, h2 a {
  cursor: pointer;
}
.state-chart-view .hover-arrow {
  display: block;
}

.svg-box > div {
  float: left;
  padding: 10px;
  width: 120px;
}


.svg-box > div.bodypart-box {
    /* border-right: 1px solid #e7e7e7; */
}
.svg-box {
  clear: both;
  width: 100%;
}

.svg-box .bar-box {
  width: 80px;
/*  height: 100px;
*/  float: left;
  position: relative;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

#workcomp .svg-box .bar-box p {
  color: #656565;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 2px;
  transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  font-weight: 200;
}

#workcomp .svg-box .bar-box p em {
  text-transform: none;
  font-style: normal;
  font-size: 12px;

}
#workcomp .svg-box .bar-box p.visible {
  opacity: 1;
}

#workcomp h5 {
  font-size: 10px;
  font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  text-align: left;
}

#workcomp .state-title h5, #workcomp .plan-chart h5, #workcomp #Company p{
  clear: both;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  color: #999;
  padding-top: 3px;
  font-family: Arial;
  letter-spacing: .02em;
}

.usaverage .di span.nat-label {
  display: none;
}
#workcomp .state-title p{
  margin-bottom: 0px
}
.svg-box > div:first-child {
    font-size: 14px;
    font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
    font-weight: bold;
    padding-bottom:10px;
/*    height: 110px;
*/    width: 200px;

}
.svg-box > div:first-child {

}
#body-box .svg-box > div:first-child {
/* border-right: 1px solid #e7e7e7; */

}


/*#us {
  position: absolute;
  top:-111px;
}*/

#body-box .body-nav-bar, #plan-box .body-nav-bar {
border-top: 1px solid #e7e7e7;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 11;
  left: 0px;
  border-bottom: 1px solid #e7e7e7;
  height: 101px;
}

#plan-box .body-nav-bar{
  height: 61px;
}

.body-nav-bar > div {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: auto;
}

.body-nav-bar > div > div {
  float: left;
  padding: 10px;
  width: 120px;
  /* border-right: 1px solid #e7e7e7; */
  max-height: 112px;
  height: 112px
}

.body-sort-item.sortup {
  background: url("http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/arw-sorter-asc.png") 0% 13% no-repeat;
  background-size: 13px;
}

.body-sort-item.sortdown {
  background: url("http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/arw-sorter-desc.png") 0% 13% no-repeat;
  background-size: 13px;
}

.body-sort-item {
  background: url("http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/arw-sorters.png") 0% 13% no-repeat;
  background-size: 13px;
}


#plan-box .body-nav-bar > div > div, #plan-box .svg-box > div {
  width: 130px
}

#plan-box .body-nav-bar > div > div.body-sort-item:first-child, #plan-box .svg-box > div:first-child{
  width: 160px
}


.body-nav-bar > div > div.wide-column {
  width: 200px
}

.body-nav-bar > div > div.body-sort-item {
  cursor: pointer;
}

/*.body-nav-bar > div > div:last-child, .svg-box > div:last-child {
  border-right: 0px
}
*/
/*.body-chart {
   position: relative;
  top: 110px;

}*/

.sticky-container {
  height: 100px
}

#plan-box .sticky-container {
  height: 60px
}
.toggle-plan #body-key {
  opacity: 0
}
#body-key.visible {
  opacity: 1
}
#body-key  {
  opacity: 0;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
#body-key > div {
  width: 320px;
  margin: auto;
  color: #656565;
  font-size: 14px;
  font-weight: 200;
  font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
  font-style: italic;
}

#body-key > div > div {
float: left;
}

#body-key > div > div.minibox {
  margin-right: 5px;
  width: 10px;
  top: 3px;
  position: relative;
  height: 10px;
}

#body-key > div > div.cursor09 {
  margin: 1px 2px 0px 15px;
  width: 19px;
  height: 18px;
  position: relative;
  background: url("//propublica.s3.amazonaws.com/projects/workcomp-company/img/OS9cursor-pt.png") no-repeat 0% 0%;
  top: -2px;
}



.b-bar {
  background: #e95f04;
  height: 5px;
  border-radius: 0px 4px 4px 0px;
  margin-top: 2px
}



.hover-arrow {
position: absolute;
top: -160px;
left: 100px;
width: 200px;
line-height: 1.2em;
font-style: italic;
color: #666;
font-size: 14px;
display: none;
}

.hover-arrow >div {
  float: left;
}

.state-chart-view .national-notes {
  display: none;
}
.national-notes {
  display: inline-block;
}

.state-chart-view .avg-max {
  display: none;
}

.hover-arrow >div:last-child {
  margin-top: 30px
}

#content .wrapper {
  padding-bottom: 100px;
  overflow: visible;
  width: 100%;
}
#content, #content .wrapper {
  min-width: 100%
}

.content-full {
  width: 100%;
}
#workcomp {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  width: 100%;
  max-width: 960px;
  margin: auto
}

#workcomp p {
text-transform: none;
padding: 0px;
letter-spacing: .02em;
text-align: left;
}

#workcomp p.state-label {
height: 22px;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
font-weight: 800;
color: #e95f04;
font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
}

h5.mag-label {
position: absolute;
right: 10px;
width: 20px;
height: 20px;
background: url("http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/mag.svg");
background-size: 20px;
bottom: 0px;
opacity: 0;
}


.national #Average {
  display: none;
}




.chart-container:hover {
  cursor: pointer;
  background: #e7e7e7;
}


#workcomp .chart-container:hover p.state-title {
  font-weight: bold;
}

#workcomp .land {
  fill: #fff;
  stroke: #ccc;
}


#workcomp .tooltip {
  position: absolute;
  background: rgba(255,255,255,.95);
  border-radius: 3px;
  padding: 15px 20px 10px 15px;
  border:1px solid #e7e7e7;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  min-width: 160px
}


.bbox {
    position: absolute;
    border: 1px solid red;
}
#workcomp .tooltip span {
  background: #9E9E9E;
height: 5px;
display: block;
border-radius: 2px;
margin: 5px 0px;
}

#workcomp .tooltip .national span {
  background: #cecece;
}



#workcomp .tooltip h3 {
  padding-bottom: 6px;
  border-bottom: 1px solid #cecece
}

#workcomp .state {
  fill: #ccc;
}

.byline-block .byline {
margin-top: 6px;
}


#workcomp .body {
  fill:#9E9E9E;
  stroke: none;

}

#workcomp .body.highlighted {
  fill: #a5a5a5 !important;
}



#sortby li.filled, #sortby li.filled:hover, #sortby li.filled.highlight {
   background: #e95f04;
}

#sortby li.highlight {
   background: #444
}

#workcomp .body.highlight {
  fill:#e95f04 !important;
}




#workcomp .body.torso, #workcomp .body.head {
  fill:#ECECEC !important;
}

.chart-container {
  transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 10;
  /* padding: 15px 0px; */
  border-top: 1px solid #e7e7e7;
  width: 100%;
  display: block;
  clear: both;
  height: auto;
  float: left;
}


#workcomp #body-box, #workcomp #plan-box {
min-height: 570px;
position: relative;
width: 960px;
margin: 0px auto 200px;
padding: 0px;

}

.extra-deets {
width: 100%;
padding-top: 10px;
font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
font-size: 13px;
font-weight: 200;
line-height: 1.4em;
display: inline-block;
position: relative;
}


.extra-deets b {
  font-size: 11px;
  text-transform: uppercase;
}
.extra-deets >div {
  float: left;
}

.sourcenotes {
width: 100%;
border-top: 1px solid #e7e7e7;
padding-top: 10px;
margin-top: 20px;
}

#workcomp .social_section {
text-transform: uppercase;
font-size: 11px;
letter-spacing: .04em;
color: #999;
display: inline-block;
width: 180px;
text-align: right;
float: right;
}

/*#workcomp.national .social_section {
  display: none;
}*/

.social_section span {
  margin:0px 5px;

}



#workcomp button {
  display: inline-block;
  cursor: pointer;
  margin:5px 10px;
  width: 165px;
  padding:5px;
}

 #downloadlink {
  margin-top:10px;
  text-transform: none;
  font-weight: bold;
  font-size: 13px
 }

#workcomp .download {
  display: inline-block;
}

#workcomp .download a {
  color: red;
}
/*.bbox {
    Pos: absolute;
    border: 1px solid red;
}*/

#workcomp .bbox {
    position: absolute;
    border: 1px solid red;
}

#workcomp .buttons {
  width: 400px;
  float: left;
}

#workcomp #lookup, #workcomp #statelookup {
  font-family: Helvetica, sans-serif;
  font-weight: 200;
  display: inline-block;
  letter-spacing: .02em;
  cursor: pointer;
  clear: both;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;

}
#workcomp #body-box, #workcomp #plan-box {
  clear: both;
  margin-top: 20px
}
#workcomp .intro-guff {
  display: block;
/*  position: absolute;*/

}

#workcomp .sticky_nav {
  text-align: center;
  z-index: 11;
  background: #fff
}

#workcomp .intro-guff >div {
font-size: 14.5px;
line-height: 1.6em;
}



.intro-guff >div.intro-text {
  font-family: Georgia, serif;
  padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
}


.content-full.toggle-plan #workcomp #plan-box {
  display: inline-block;
}

.content-full.toggle-plan #workcomp #body-box {
  display: none;
}

.content-full.toggle-body #workcomp #body-box {
  display: inline-block;
}

.content-full.toggle-body #workcomp #plan-box {
  display: none;
}

#plan-box {
  display: none;
}

/*#container41 {
position: absolute;
top: -240px;
left: 700px;
}*/

#sortby {

display: inline-block;
z-index: 10;
width: 100%;
margin-top:20px;
}

#sortby h3 {
  font-size: 14px;
  color:#999;
  float: left;
}

#sortby li {
float: left;
margin: 2px 5px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: .07em;
color: #fff;
background: #BEBFC0;
padding: 1px 8px 0px;
border-radius: 8px;
font-family: Arial, sans-serif;
cursor: pointer;
}

/*
li#bigtoe {
top: 271px;
left: -40px;
}

li#foot {
top: 270px;
left: 170px;
}

li#pinky {
top: 120px;
left: -30px;
}
li#ring {
top: 140px;
left: -80px;
}

li#middle {
top: 160px;
left: -100px;
}

li#index {
top: 180px;
left: -85px;
}

li#thumb {
top: 200px;
left: -30px;
}

li#hand {
top: 160px;
left: 190px;
}
li#ear {
top: 30px;
left: 130px;
}
li#leg {
top: 220px;
left: 140px;
}

li#arm {
top: 70px;
}*/
.nat-name {
text-transform: lowercase;
/*font-family: Helvetica, Arial, sans-serif;
font-size: 15px*/
}

#workcomp .intro-guff >div#national {
display: inline-block;
padding-top: 15px;
width: 100%;
background: #fff;
z-index: 11;
left: 0px;
 transition: all 0.20s ease-in-out;
 -webkit-transition: all 0.20s ease-in-out;
 -moz-transition: all 0.20s ease-in-out;
 -o-transition: all 0.20s ease-in-out;
}
#national,.bodypart-header >div {
    font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
}


#national> div {
  width: 100%;
  max-width: 960px;
  margin:0px auto;
  display: inline-block;
  margin-bottom: 20px

}
#national .selection-box {
font-size: 19px;
margin: 0px;
display: inline-block;
}


.national #national .selection-box {
float: none;
}

#national h4 {
  display: none;
}

.national #national h4 {
  display: block;
  margin-bottom: 20px
}

.comp-num {
color: #e95f04;
font-weight: 600;
font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif
}

#workcomp .body-table p {
letter-spacing: .04em;
line-height: 1.6em;
margin:2px 0px;
}

.bodypart-header {
  display: inline-block;
  width: 100%
}
.body-table {
width: 230px;
float: left;
margin-left: 60px;
font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
font-weight: 200;
}
.body-row-box {
clear: both;
display: inline-block;
width: 100%;
}
.body-row-box >div{
float: left;
text-align: left;
display: inline-block;

padding-top: 5px
}
.body-compare {
  color:#BDBDBD;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 10px 0px 14px;
  float: right;
}
.body-row-box >div.body-compare {
    float: right;
}

.minibox {
  width: 6px;
  height: 6px;
  background: #e95f04;
  float: left;
  margin: 1px;
}
.body-compare.less {
color: #940000;
background: url('http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/minus_sign2.svg') no-repeat no-repeat 0px 70%;
font-weight: bold;
background-size: 9px;
font-size: 12px;
float: right;
}

/*https://thenounproject.com/icon/57785
*/
.body-compare.more {
background: url('http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/plus_sign2.svg') no-repeat 0px 70%;
color: #7EAE42;
font-weight: bold;
background-size: 9px;
font-size: 12px;
}
.body-compare.notavailable {
  padding-left: 0px;
}
.body-compare.same {
/*background: url('images/workcomp/equal_sign.svg') no-repeat 0px 70%;
*/color: #c99512;
font-weight: bold;
background-size: 9px;
font-size: 11px;
padding-left: 0px;
}

.body-compare span {
font-size: 13px;
}
.body-row-box >div:first-child {
padding: 0px 10px 0px 0px;


}

.body-row-box >div:last-child {
  display: none;
}
.body-table >div.national-col {
  text-align: left;
}

.body-table >div.body-col {
text-align: center;
}

#workcomp .body-table .body-col p {
background: #EDEDED;
padding: 1px 10px;
font-size: 12px;
letter-spacing: 0.06em;
line-height: 1.8em;
margin: 1px 0px;
font-weight: 200
}


#workcomp .body-table >div.selected .row-p{
  color: #e95f04;
font-weight: bold;
}

/*.body-table >div.selected h4{
  background: #e95f04;
  color: #fff;
}*/

.body-row-box.selected {
background: rgba(0,0,0,.08);
}

#workcomp .body-table >div .row-p {
float: left;
display: inline-block;
text-align: left;
clear: both;
width: 100%;
}

.body-table >div h4 {
display: inline-block;
padding: 4px 10px 5px;
z-index: 0;
margin: 0px;
border-radius: 2px;
cursor: default !important;
font-weight: 200;
font-size: 13px;
}


#workcomp .row-p {
  position: relative;
}

#workcomp .row-p > div {
float: left;
font-weight: 200;
font-family: Helvetica;
color: #666;
letter-spacing: .02em;
}

#workcomp .row-p > div.row-num {
  display: none;
  line-height: 1em;
  top: 2px;
position: relative;
}

#workcomp .selected .row-p > div.row-num {
  display: inline-block;
}

#workcomp .row-p > div.row-bar {
height: 10px;
background: #cecece;
display: block;
margin:3px 5px 0px 0px;
}

#workcomp .avg-label p:before {
content: "▼"
}



#workcomp .body-table >div.avg-label p {
text-transform: uppercase;
font-weight: normal;
letter-spacing: .04em;
font-family: Arial;
color: #999;
font-size: 10px;
position: relative;
left: -5px;
text-align: left;
top: -20px;
}

#workcomp div.avg-label {
left: 0px;
position: absolute;
top: 5px;
height: 353px;
border-left: 1px dotted #cecece;
z-index: 111;
margin-left: 0px;
pointer-events: none;
}


#workcomp .selected .row-p .row-bar {
background-color:#e95f04;
}

#workcomp .row-p.p-1 span {
right: default;
left: 0px;
float: left;
background-position: 0px;
}


.indv-container {
float: left;
transform: scale(1.8);
top: 115px;
position: relative;
text-align: center;
width: 310px;
pointer-events: none;

}
.indv-container svg {
  pointer-events: all;
}
#workcomp .indv-container p {
  height: 20px;
  font-size: 11px
}


.article .indv-container h3 {
margin-bottom: 0px;
font-size: 14px;
  font-family: "jaf-bernina-sans-condensed", "ff-meta-serif-web-1","ff-meta-serif-web-2","Georgia",serif;

}

.indv-container .body-part-label {
  margin-bottom: 20px;
  height: 10px;
  width: 100%;
  display: none;
}

.sticky_nav {
  top:0;
}

.bodypart-header >div {
width: 100%;
float: left;
font-size: 14px;
color: #000000;
font-weight: bold;
margin-bottom: 8px;
opacity: 1;
text-align: center;
}

.bodypart-header >div.color-key {
  background: url('http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/colorkey2.svg') no-repeat no-repeat top left;
background-size: 100%;
width: 100%;
height: 24px;
opacity: 1;
display: inline-block;
padding-left: 0px
}


.state-view .home-button {
  display: block;
  margin-top: 2px
}

.home-button {
display: none;
font-family: Helvetica, sans-serif;
cursor: pointer;
float: left;
border: 1px solid #D7D7D7;
border-radius: 2px;
text-decoration: none;
line-height: 24px;
background: rgba(0,0,0,.08);
color: #444;
padding: 1px 10px 2px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 25px;

}
.home-button span {
background: url("http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/backarrow.svg") center 60% no-repeat;
background-size: 5px;
height: 100%;
display: inline-block;
min-width: 5px;
opacity: 1;
background-position: left 50%;
font-size: 13px;
font-weight: 200;
color: #444;
letter-spacing: .02em;
float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}

.home-button:hover{
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.home-button:hover .home_icon, .home-button:hover span {
  opacity: 1;
  color: #000;
}



.state-view .sticky_nav {
  position: relative !important ;
box-shadow: rgba(0, 0, 0, 0) 0px 4px 5px 0px !important;
}
.state-view #body-box {
  top:0px !important;
}


/*
.titles span {
  font-style: italic;
  color: #666;
  font-size: 14px;
  display: inline-block;
  margin: 30px 0px 0px;
}
*/
.titles span.go-home {
background: url("http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/go_home_icon.svg") left 50% no-repeat;
padding-left: 18px;
background-size: 12px;
color: #000;
text-decoration: none;
font-size: 14px;
font-weight: bold;
cursor: pointer;
float: left;
display: none;
}

.titles span.go-home:hover {
  text-decoration: underline;
}

.sourcenotes a {
  color: #5B98C3;
}

 #workcomp a {
  color: #5B98C3;
 }
.state-chart-view .titles span.go-home {
  display: inline-block;
}

.titles.state-chart-view span {
    margin: 30px 0px 10px;
}

.titles.state-chart-view span.instructions{
  float: right;
}

#lookup .chosen-container-single .chosen-single {
  background: #e95f04;
color: #fff;
}

/*#lookup .chosen-container-single .chosen-single {
  background: #ddd;
}*/

#lookup .chosen-container .chosen-drop {
  text-align: left;
}


#lookup .chosen-container-single .chosen-single div b {
  background: url('http://propublica.s3.amazonaws.com/projects/workerscomp/assets/img/chosen-sprite.png') no-repeat 0px -14px;
}

.article .titles h2 {
  max-width: 700px
}


#toggle-button {
width: 240px;
margin: auto;
}

 #toggle-body {
  border-radius: 5px 0px 0px 5px;
  border-right:1px solid transparent;
  pointer-events:all;
}

#toggle-plan {
  border-radius: 0px 5px 5px 0px;
  margin-left:-1px;
  border-left:1px solid transparent;
  border-left:1px solid #bbb;
}

  .toggle-category {
    float: left;
    width: 120px;
    padding: 10px 10px 8px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #cecece;
    text-align: center;
    background-color: #fff;
    transition: all 0.10s ease-in-out;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 11px;
    color:#555;
  }

  .toggle-category:hover{
    border-color: #9e9e9e;
    box-shadow: 0px 1.5px 1px rgba(0,0,0,0.1);
    color:#000;
  }

  .toggle-body #toggle-body.toggle-category, .toggle-plan #toggle-plan.toggle-category {
    border-right:1px solid #bbb;
    background-color: #ddd;
    border-color: #bbb;
    box-shadow: inset 0px 0px 7px rgba(0,0,0,0.18);
    color: #000;
    pointer-events: none;
    background-color: #ddd;
    border-color: #bbb;
    box-shadow: inset 0px 0px 7px rgba(0,0,0,0.18);
    color: #000;

  }

  .navigaton-bar {
    width: 100%;
    text-align: center;
  }

  .toggle-body .body-guff {
    display: inline;
  }

  .toggle-plan .plan-guff {
    display: inline;
  }

  .body-guff {
    display: inline;
  }

   .toggle-plan .body-guff, .plan-guff {
    display: none;
  }

.seemore-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 3px 0px;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
  cursor: pointer;
}
.seemore-box:hover {
  background: #cecece;

}


@media screen and (max-width: 480px) {
  .click-key {
    display: none;
  }

  #body-key > div {
    width: 100px
  }
  .chart-container {
    display: none;
  }
  .costco-box,.cabelas-box,.cargill-box,.dillards-box,.dominospizza-box,.homedepot-box,.jbhunt-box,.macys-box,.macysinc-box,.mcdonalds-box,.officedepot-box,.pilgrimspride-box,.hpvstaffdbapapajohns-box,.russellstover-box,.tyson-box,.target-box,.walmart-box,.lowes-box,.cabelas-box,.yumbrands-box {
    display: inline-block;
  }
  .seemore-box {
    display: inline-block;
  }
  .Hearing-label {
    display: none;
  }
  .Arm-label {
    display: none;
  }
  .Leg-label {
    display: none;
  }
  .Speech-label {
    display: none;
  }
  #workcomp .logo-box {
    margin: 0px
  }
  .inner-box {
    border-top: 1px solid #e7e7e7;
    padding:0px;
  }

.detailed-box {
  padding:10px 0px;
  border-top: 1px solid #e7e7e7;
}
  #toggle-button {
    display: none;
  }
  .chart-container:hover {
    background: none;
    cursor: auto
  }
  #body-box .svg-box > div.state-title {
    width: 100%;
    padding: 10px 0px 0px 0px;
    font-size: 18px
  }
  h6 span {
  display: inline-block;
  background-image: none !important;
  text-align: left;
  margin: 0px 0px 3px;
  font-size: 12px;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  font-family: "ff-tisa-web-pro",Georgia,Times,"Times New Roman",serif;
  font-weight: 800;
  color: #000;
  text-transform: none;
  opacity: 1;
  }
  .svg-box > div {
    padding: 0px;
    width: 100%;
  }
  .svg-box .bar-box {
    width: 100%
  }
  .article h6 {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px;
  opacity: .5;
  float: left;
  top: 0px;
  position: relative;
  background-position: 0% 60%;

  }
  .di > div {
    clear: both;
  }
  #workcomp .detailed-box h5 {
    font-size: 11px
  }

  .article #workcomp .detailed-box h4 {
  font-size: 12px;
  margin-bottom: 5px;
}
html body #content .article h3 {
  font-size: 24px;
  clear: both;
  width: 50%;
    line-height: 1.2em;
}
#workcomp .logo-box span {
    background-position: 50% 20%;
}
#workcomp .di > span:first-child {
  background-size: 20px;
  width: 30px;
  display: inline-block;
  height: 30px;
}

.plan-deets {
  padding:10px;
}

.title-bar {
  padding: 10px;

}


  .svg-box .bar-box, #body-box .svg-box > div:first-child, #workcomp .chart-container  span{
    height: auto;
  }

#workcomp .chart-container  .state-title span{
  height: 30px;
  background-size: 30px;
  float: left;
  position: absolute;
  left: 0px;
}
#workcomp .chart-container  .state-title p {
  width:auto;
  float: left;
  left:45px;
  position: relative;
}

  .body-chart {
    top:0px;
  }
  #us {
    position: static;
  }

  #detailed-box {
    width: 100%;
      left: 0px;
      top: 0px;
      max-height: 100%;
  }

  .sticky-container {
    display: none;
  }
  #workcomp .svg-box .bar-box p {
    opacity: 1;
  }
  .state-notes, .national-notes {
    width: 100%
  }
  .state-chart-view .hover-arrow {
    display: none;
  }
  #footer .wrapper {
    width: 300px;
    min-width: 300px;
    margin: auto;
  }
  html body #content {
    padding-bottom: 30px
  }
  #workcomp p.state-title  {
    font-size: 17px
  }
  .chart-container {
    margin: 10px 0px 0px;
    border: 0px;
    border-top: 2px solid #cecece
  }
  .article .titles span {
    margin:5px 0px;
    padding-top:2px;
    padding-bottom:2px;
  }
  .article .titles span.callout {
    display: none;
  }
  .titles.state-chart-view span.go-home {
    float: none;
  }
  .article .titles h2 {
    margin-bottom: 0px
  }
  #national> div {
    width: 300px
  }
  .chosen-container {
    max-width: 105px
  }
  .content-full {
    width: 300px;
  }
  #workcomp .intro-guff >div#national {
    padding-top:0px;
  }

  html body #content .article-tools {
    display: none;
  }

  html body #content h1 {
    font-size: 23px;
    margin-top:5px;
  }
  html body #content-header, html body #content-header.ribbon {
      height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  .chart-container {
    width: 100%;
  }
  .byline-block .byline {
    font-size: 11px;
  }
  #content .wrapper {
    overflow: visible;
  }
  #workcomp #body-box {
    width: 100%;
    padding:0px;
  }

  .indv-container{
    transform: scale(.8);
    top: 0px;
    width: 140px;
    left:10px;
  }

    .indv-container svg {
    margin-left:-30px;
  }
#workcomp .chosen-container {
  max-width: 100%;
  width: 100% !important
}




  #national .selection-box{
    text-align: left;
    margin-bottom: 0px
  }

#workcomp #statelookup select, #workcomp #lookup select{
    display: inline-block;
  width: 100%;
  font-weight: 200;
  font-size: 16px;
  font-family: Helvetica,"Arial",sans-serif;
}

#national .selection-box span.comp-num {
margin-top: 15px;
display: inline-block;
text-align: center;
font-size: 32px;
width: 100%;
}

#national .selection-box >span:first-child {
  width: 100%;
text-align: center;
display: inline-block;
}
#national .selection-box >span {
position: relative;
top:2px;
margin: 10px 0px;
font-size: 19px;
}
.home-button{
border: 0px;
padding: 2px 10px 3px;
background: #fff;
top: 0px;
border-radius: 0px 0px 5px 5px;
font-size: 11px;
color: #888;
left: 0px;

}
.home-button:hover {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.home-button:hover span {
text-decoration: underline;
}
.home-button span {
  font-size: 11px;
  padding-left: 10px;
  background-position: left 60%;
}

.body-table {
  width: 100%;
  float: none;
  margin: 0px;
  clear: both;
  display: inline-block;
  }
.body-row-box >div:first-child {
  width: 50%
}
/*.national #national h4 {
  margin: 20px 0px 0px 0px;
}
*/
.body-table >div h4 {
  cursor: pointer !important;
}

#workcomp .social_section {
  display: none;
}

.extra-deets >div:first-child {
  width: 100%;
  margin-top:10px;
}
}

.chart-container span, .logo-box span  {
  background-size: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
}

.logo-box {
  float: left;
  margin: -11px 0px 0px 0px;
}

.logo-box span {
  background-position: 50% 50%;
  width: auto;
  height: auto
}

h6 {
  display: none;
}

h6 span {
  display: none;
  background: none
}
.costco-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/costco.png');margin-right:15px;}
.cargill-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/cargill.gif');margin-right:15px;}
.dillards-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/dillards.png');margin-right:15px;}
.dominospizza-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/dominos.png');margin-right:15px;}
.kroger-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/kroger.png');margin-right:15px;}

.homedepot-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/homedepot.png');margin-right:15px;}
.jbhunt-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/jbhunt.jpg');margin-right:15px;}
.macysoklahoma-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/macys.png');margin-right:15px;}
.macystexas-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/macys.png');margin-right:15px;}
.mcdonalds-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/mcdonalds.png');margin-right:15px;}
.officedepot-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/officedepot.jpg');margin-right:15px;}
.pilgrimspride-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/pilgrims.png');margin-right:15px;}
.hpvstaffdbapapajohns-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/papa-johns.png');margin-right:15px;}
.russellstover-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/russel.png');margin-right:15px;}
.tysonfoods-box span{ width:100px;min-height:60px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/tyson.png');margin-right:15px;}
.target-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/target.png');margin-right:15px;}
.walmart-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/walmart.png');margin-right:15px;}
.lowes-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/lowes.jpeg');margin-right:15px;}
.cabelas-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/cabelas.png');margin-right:15px;}
.yumbrands-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/yum.png');margin-right:15px;}

.usfoodservice-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/usfoods.png');margin-right:15px;}
.tractorsupplycompany-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/tractorsupplyco.gif');margin-right:15px;}
.swifttransportation-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/swift.png');margin-right:15px;}
.sears-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/sears.png');margin-right:15px;}
.budget-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/budget.png');margin-right:15px;}
.rescare-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/rescare.png');margin-right:15px;}
.pilottravelcenters-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/pilot.png');margin-right:15px;}
.hebgrocery-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/heb.png');margin-right:15px;}
.dollargeneral-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/dollargeneral.png');margin-right:15px;}
.brookdaleseniorliving-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/brookdale.gif');margin-right:15px;}
.biglots-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/biglots.png');margin-right:15px;}
.autozone-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/autozone.png');margin-right:15px;}
.albertsons-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/albertsons.png');margin-right:15px;}
.abresinvestmentsdbaaamco-box span{ width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/aamco.png');margin-right:15px;}

.hillmanfoodsdbamcdonalds-box span {width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/mcdonalds.png');margin-right:15px;}
.satracdbabudgetrentacar-box span { width:100px;min-height:50px;background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/budget.png');margin-right:15px;}



.di > span:first-child {
  background-size: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin-right: 12px;
  opacity: .4;
  background-position: 50% 30%;
    width: 50px;
  height: 50px;
}

.detailed-box  {
  width: 100%;
  display: inline-block;
}

.detailed-box > div {
  float: left;
}
.body-part-bar span{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: .4;
  background-size: 20px
}


#workcomp .di p {
  margin-bottom: 0px
}

.di span.nat-label {
  clear: both;
  color: #909090;
  display: inline-block;
}

.Arm-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/arm.svg');
}
.Hand-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/hand.svg');
}
.Foot-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/foot.svg');
}
.Leg-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/leg.svg');
}
.Speech-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/mouth.svg');
}
.Eye-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/eye.svg');
}
.Hearing-svg {
  background-image: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/ear.svg');
}


.close_button {
  background: url('//propublica.s3.amazonaws.com/projects/workcomp-company/img/close_button.svg') no-repeat top left;
  background-position: 0px 0;
  width: 15px;
  height: 15px;
  float: right;
  cursor:pointer;
  margin: 10px;
  opacity: .4;
     transition: all 0.10s ease-in-out;
 -webkit-transition: all 0.10s ease-in-out;
 -moz-transition: all 0.10s ease-in-out;
 -o-transition: all 0.10s ease-in-out;
}

.close_button:hover {
   opacity: 1
}

.clipboard {
  width: 170px;
  float: left;
}

.article .titles {
  margin: 20px 0 0 25px;
  float: left;
  text-align: left;
}

.wrapper .article {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .clipboard {
    display: none;
  }
  .article .titles {
    margin: 10px 0 0 0;
    float: none;
    text-align :center;
  }
}