/*!Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) no-repeat 100% -20px;background:url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) no-repeat -30px -20px;background:url(https://propublica.s3.amazonaws.com/assets/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(https://propublica.s3.amazonaws.com/assets/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-Light-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-Regular-Web.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-Lightitalic-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-Regularitalic-Web.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-Regular-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-Regular-Web.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-RegularItalic-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-RegularItalic-Web.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-LightItalic-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-LightItalic-Web.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-Semibold-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-Semibold-Web.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:graphik;src:url(https://static.propublica.org/v3/assets/fonts/Graphik-Semibolditalic-Web.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/Graphik-Semibolditalic-Web.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:tiempos text;src:url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Regular.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:tiempos text;src:url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Semibold.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:tiempos text;src:url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-RegularItalic.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-RegularItalic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:tiempos text;src:url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Bold.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:tiempos text;src:url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-BoldItalic.woff2) format("woff2"),url(https://static.propublica.org/v3/assets/fonts/TiemposTextWeb-BoldItalic.woff) format("woff");font-weight:700;font-style:italic}#header{width:100%;height:40px;background-color:#f7f4ef;border-bottom:2px solid #f5f0e9;position:relative}#header .wrapper{position:relative}#header .language{float:right;margin:12px 12px 10px 0;border-left:1px solid #ddd;padding:1px 8px 2px 15px;font-family:Arial,heiti sc,microsoft yahei,simsun,sans-serif;font-weight:700;color:#666}#header .language a{color:#666;text-decoration:none}#header .language a:hover{color:#2262cc}#header h4{font-family:tiempos text,Georgia,serif;font-weight:600;float:left;font-size:16px;padding:3px 0 3px 10px;color:#666;position:relative;border-left:1px solid #ddd;margin:7px 0 0 10px}#header h4 a,#header h4 a:hover{color:#666;text-decoration:none}#header h4 .icon{padding:0 3px 0 2px;position:relative;top:1px}#header h5{height:40px;text-align:left;width:120px;float:left;margin:0}#header h5 a{height:45px;width:120px;display:inline-block;background:url(//propublica.s3.amazonaws.com/logos/propublica-logo-light.min.svg) 0 -20px no-repeat}#header .donate{float:right}#header .donate h2{background:#750101;background:-webkit-gradient(linear,left top,left bottom,from(#750101),to(#BA0909));background:-moz-linear-gradient(top,#750101,#ba0909);background:-ms-linear-gradient(top,#750101,#ba0909);width:75px;text-align:center;display:block;font-size:17px;line-height:34px;border-bottom:4px solid #ba0909;text-shadow:#7b3039 1px 1px 2px;text-transform:uppercase;cursor:pointer!important;font-weight:700;font-family:helvetica neue,arial,sans-serif;padding:3px 8px;margin:0}#header .donate h2 a{text-decoration:none;color:#fff}#header #banner-share{float:right;margin:10px 4px 0 0}#header #banner-share li{width:30px;height:30px;margin-right:.5em;display:inline-block;overflow:hidden;white-space:nowrap}#header #banner-share li a{height:30px;width:30px;display:inline-block;text-decoration:none;white-space:nowrap;text-indent:100%;overflow:hidden;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}#header #banner-share li.comment{border:none}#header #banner-share .facebook a{background:url(https://static.propublica.org/assets/sprites-smaller-white.min.svg?201412161945) 0 0 no-repeat}#header #banner-share .facebook a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}#header #banner-share .twitter a{background:url(https://static.propublica.org/assets/sprites-smaller-white.min.svg?201412161945) 3px -50px no-repeat}#header #banner-share .twitter a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}#header #banner-share .sina-weibo a{background:url(https://static.propublica.org/assets/sprites-smaller-white.min.svg?201412161945) 0 -100px no-repeat}#header #banner-share .sina-weibo a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}#content{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;min-width:300px}.wrapper{margin:0 auto;max-width:960px;min-width:300px;width:100%}.last-updated{font-size:11px;text-transform:uppercase;color:#af0000;font-family:Arial;margin:30px 0 25px;border-bottom:1px solid #eee;padding:0 0 10px;display:none}.titles{margin:30px auto 40px;width:75%}.titles h1{text-align:center}.titles .byline{text-align:center}.titles .guff{margin:18px 0 25px;font-size:15px;line-height:1.6em;color:#333;font-family:Georgia,serif}footer{color:#a9a8a6;font-family:helvetica neue,Arial,sans-serif;font-size:12px;margin:70px auto 0;border-top:1px solid #eee;padding-top:20px;width:75%}footer p{margin:0 0 10px}#footer{background:#ebebeb;border-top:2px solid #f5f0e9}#footer-logo-image{background:url(https://static.propublica.org/logos/propublica-words.svg?201412161945) 0 0 repeat-x;background-size:135px 20px}#footer .wrapper{padding:30px 0}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}@media screen and (max-width:480px){html body{padding-top:0;background:0 0;-webkit-background-size:0 0;-moz-background-size:0 0;background-size:0 0}.titles{width:100%}}header[role=banner] nav ul.tools-nav .donate a{display:block;width:auto;text-indent:0}header[role=banner] nav ul.tools-nav li a:hover,header[role=banner] nav ul.tools-nav li a:focus{opacity:1}header h4{font-family:ff-meta-serif-web-1,ff-meta-serif-web-2,georgia,serif;float:left;font-size:16px;padding:3px 0 3px 10px;color:#eee;position:relative;border-left:1px solid #ddd;margin:7px 0 0 10px}header[role=banner]{width:100%;height:40px;z-index:1000;background:#f0f0f0}header[role=banner]>h1{display:block;width:116px;height:40px;float:left;margin-left:.5em;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease;opacity:.8}header li{line-height:1.8em}header[role=banner]>h1 a{display:block;text-indent:100%;white-space:nowrap;overflow:hidden;height:inherit;background:url(//static.propublica.org/projects/ferguson-segregation/assets/img/propublica-logo-dark.min.svg) 0 -18px no-repeat}header nav .facebook a{background:url(//static.propublica.org/projects/ferguson-segregation/assets/img/nav-sprites-dark.min.svg) 0 0 no-repeat}header[role=banner] nav ul.tools-nav li a{text-decoration:none;display:block;text-indent:100%;white-space:nowrap;overflow:hidden;width:30px;color:#ccc;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease;opacity:.8}header[role=banner] nav ul.tools-nav li{display:inline-block}header nav a:hover,nav a:focus,header nav .comment a:hover,header nav .comment a:focus{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}header[role=banner] nav ul.tools-nav .donate a:hover,header[role=banner] nav ul.tools-nav .donate a:focus{opacity:1;background:#ab3535;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}header nav .twitter a{background:url(//static.propublica.org/projects/ferguson-segregation/assets/img/nav-sprites-dark.min.svg) 0 -50px no-repeat}header[role=banner] nav ul.tools-nav .donate a{opacity:.8;background:#be3b3b;font-family:jaf-bernina-sans-condensed,Georgia,Times,times new roman,serif;font-size:1.1em;font-weight:700;line-height:1;text-transform:uppercase;padding:.3em .75em .35em;position:relative;top:.125em;border-radius:.2em;color:#fff;-webkit-font-smoothing:antialiased}header[role=banner] nav{font-size:.875em}header[role=banner] nav ul.tools-nav{display:inline-block;position:absolute;top:.625em;right:.5em;list-style:none;height:40px;right:1em}header[role=banner]{background:#ebebeb}header[role=banner]>h1{padding-left:40px}header[role=banner]>h1 a{display:block;text-indent:100%;white-space:nowrap;overflow:hidden;height:inherit;background:url(//propublica.s3.amazonaws.com/logos/pp-logo-dark.min.svg) 0 10px no-repeat}header[role=banner] nav ul.tools-nav{right:20px}.companies-list h4{font-family:helvetica neue,helvetica,sans-serif;font-size:14px}.sorty{margin-bottom:20px}h4.table-header{font-size:1.4em;padding:0 0 10px;float:left}.table-header.by-program{float:none}.legend{float:right;width:auto}.program-county{max-width:420px;display:block}#content{padding-bottom:20px}#content .source{margin-top:110px}#content .source p{font-family:graphik,sans-serif;font-size:13px;margin-bottom:5px}#content h4.no-float{float:none}#content p.special{display:block;float:none;font-family:graphik,helvetica,sans-serif;margin:0 0 15px}#content *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#content h1.main-header{font-size:40px;font-weight:700;margin:20px 0 10px;font-weight:600}#content{font-family:tiempos text,Georgia,serif}#content table{font-family:helvetica,sans-serif;width:100%;background:#f7f7f7}.sub-info table{margin:10px 0}tr{border-bottom:1px solid #fff}td,th{padding:5px 20px 5px 10px;text-align:left}.legend{font-family:graphik,helvetica,sans-serif;display:inline-block}.legend>div{border-radius:2px;padding:4px 8px;margin-right:5px;font-size:13px;text-align:left;float:left;margin-bottom:20px}.lessjobs{background:#fce980}.negativejobs{background:#e1563c;color:#fff}#content a{color:#2578ab}#content p{line-height:1.3em;font-size:14px}h2{font-size:20px;margin-bottom:10px}#content h1{margin-bottom:10px;font-size:26px;font-family:tiempos text,Georgia,serif;font-weight:600;text-align:center}#content h1.title-header{text-align:left}#content .smaller-header{display:inline-block;width:100%;text-align:left;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #cecece}#content .smaller-header h1.main-header{text-align:left;font-size:20px;margin-bottom:5px}#content .smaller-header h1.main-header a{color:#000}#content .smaller-header h4{font-family:tiempos text,Georgia,serif;font-size:14px;font-weight:400}#content-header.ribbon h1{font-family:tiempos text,Georgia,serif;font-weight:600}.app-top{margin-bottom:0;border:0}.app-top p{font-family:tiempos text,Georgia,serif}h2.dek{text-align:center;margin:0 0 20px;font-family:graphik,helvetica neue,Arial,sans-serif;font-size:1.3em;line-height:1.3em}p.byline:first-child{margin-bottom:3px}p.byline{text-align:center;font-size:14px;margin-bottom:1em}p.guff{font-size:14px;text-align:left;line-height:1.5em}p.guff.explore{margin-top:15px}.item div{float:left}.item div:first-child{max-width:70%}.item div:last-child{float:right}.item{width:100%;clear:both;display:inline-block;border-bottom:1px solid #e7e7e7;padding:10px 0;font-family:graphik,helvetica,sans-serif;text-align:left}#content p.label,.label{text-transform:uppercase;font-size:11px;letter-spacing:.02em;padding-top:2px;color:#444}.three-column>div{float:left;width:30%;margin-right:5%;text-align:center}.two-column>div{float:left;width:45%;margin-right:10%;text-align:center}.three-column>div:last-child,.two-column>div:last-child{margin-right:0}.top-info{padding-bottom:20px;float:left;width:57%}.top-info h4{font-size:18px}.top-info p{margin-top:10px}#content .top-info h1{text-align:left;font-size:40px;margin-bottom:5px}.companies-list>p{text-align:left;margin:0 0 10px}.top-info h4,.top-info p,.sub-info h4,.sub-info p,.companies-list p{font-family:graphik,helvetica,sans-serif}.sml-year{color:#888;display:block;font-size:.8em;text-transform:uppercase}.subsidaries{margin:30px 0;padding-top:10px;border-top:1px solid #cecece}.sub-info{margin:0;padding:20px 0;border-bottom:1px solid #cecece}.sub-info h3{font-size:16px;margin-bottom:5px}.address{margin-bottom:20px}.sorty th.nosort.sortyDown,.sorty th.nosort.sortyUp{background-image:none;pointer-events:none}.sorty th.sortyDown{background-image:url(//propublica.s3.amazonaws.com/projects/graphics/img/arw-sorter-desc.png)}.sorty th.sortyUp{background-image:url(//propublica.s3.amazonaws.com/projects/graphics/img/arw-sorter-asc.png)}.sorty th,.sorty th.rank{background:url(//propublica.s3.amazonaws.com/projects/graphics/img/arw-sorters.png) 0% 50% no-repeat;padding:6px 15px 6px 10px;vertical-align:top;background-size:15px 15px;-webkit-user-select:none;-moz-user-select:none;-ie-user-select:none;user-select:none;cursor:pointer}.sorty th:hover{text-decoration:underline}.sorty th.nosort,.sorty th.nosort.sortyUp,.sorty th.nosort.sortyDown{background:#fff;padding-left:0;pointer-events:none}.num{text-align:right}.autocomplete-suggestions{border-left:1px solid #dedede;border-right:1px solid #dedede;background:#fff;overflow:auto;font-family:graphik,helvetica,sans-serif}.autocomplete-suggestion{padding:7px 40px;white-space:nowrap;overflow:hidden;border-bottom:1px solid #ddd;font-size:1.1em}.autocomplete-selected{background:#ebf1f8}.autocomplete-suggestions strong{font-weight:700;color:#3a78ab}.autocomplete-group{padding:2px 5px}.autocomplete-group strong{display:block;border-bottom:1px solid #000}.chosen-container.chosen-container-single{width:100%!important}#search{text-align:center;font-weight:700;font-size:15px;font-family:graphik,helvetica,sans-serif;margin-top:0;padding:20px;background:#e9f0f8;margin-bottom:30px;border-bottom:1px solid #cecece;display:inline-block;width:100%}#search h2{font-family:graphik,helvetica,sans-serif;font-size:16px}#search h3{font-family:tiempos text,Georgia,serif;font-weight:600;font-size:18px;padding:5px 20px 10px 0}#search .left-side{width:72%;text-align:left;float:left;margin:0 2.5% 0 0;border-right:2px solid #fff;padding-right:2.5%}#search .jump-wrapper{width:25%;float:left;text-align:left}.county-drop .label,.program-drop .label{display:block}.small-search #search .left-side{float:none;border-right:0;padding-right:0%}.small-search #search .jump-wrapper{border-top:1px solid #fff;margin-top:20px}.small-search #search .county-drop{margin:10px 0 0}.small-search #search .program-drop{margin-top:5px}.small-search #search .county-drop,.small-search #search .program-drop{width:100%}.small-search #search .county-drop .label,.small-search #search .program-drop .label{display:block;float:left;width:137px;top:5px;position:relative}.chosen-container-single .chosen-single{height:35px;line-height:34px}.chosen-container-single .chosen-single div b,.chosen-container-active.chosen-with-drop .chosen-single div b{background-position-y:7px}.small-search #search>div,.small-search #search>div:first-child{width:100%;text-align:left;float:none;padding-left:0}.small-search #search input[type=text]{font-size:13px}.small-search #search{width:40%;float:right}.small-search #search h3{padding:0 0 10px}#search p{color:#7f7f7f;font-size:11px;margin-bottom:10px;padding-top:7px;font-weight:400;clear:both}#search #search_wrapper input[type=text]{width:100%;border-radius:4px;-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 0 rgba(0,0,0,.3);box-shadow:inset 0 0 0 rgba(0,0,0,.3);border:1px solid #dedede;padding:10px;background:url(https://static.propublica.org/images/mag_glass.png) no-repeat top left #fff;background-size:35px;padding-left:40px;font-weight:500;font-family:graphik,helvetica,sans-serif;font-size:inherit;float:left;margin:0}#search_wrapper form input[type=submit].fancy_btn{padding:0 10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-weight:700;border:1px solid #dedede;-moz-user-select:none;-khtml-user-select:none;-webkit-box-shadow:#cecece 0 0 0!important;-moz-box-shadow:#cecece 0 0 0!important;-webkit-user-select:none;text-shadow:1px 1px 0 #fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f0f0f0));background:-moz-linear-gradient(top,#fff,#f0f0f0);font-size:13px;color:#444!important;text-transform:none;height:40px;line-height:inherit;margin:0 0 0 10px;font-weight:400;-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 0 rgba(0,0,0,.3);box-shadow:inset 0 0 0 rgba(0,0,0,.3);transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;line-height:1em;background:-ms-linear-gradient(top,#fff,#f0f0f0);background-color:#f0f0f0;cursor:pointer}#search_wrapper form .btn-input,#search_wrapper form input[type=submit]{box-shadow:0 0 0 transparent!important}#search_wrapper form input[type=submit].fancy_btn:hover{background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#d4d2d2));background:-moz-linear-gradient(top,#fff,#d4d2d2);background:-ms-linear-gradient(top,#fff,#d4d2d2);background-color:#d4d2d2;-webkit-box-shadow:#999 0 0 2px;-moz-box-shadow:#999 0 0 2px}#search_wrapper form input[type=submit].fancy_btn:active{transform:translateY(2px)}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}@media screen and (max-width:480px){#search .left-side{float:none;border-right:0;padding-right:0%;width:100%}#search .jump-wrapper{border-top:1px solid #fff;margin-top:20px;width:100%}#search .county-drop{margin:10px 0 0}#search .program-drop{margin-top:5px}#search .county-drop,#search .program-drop{width:100%}#search .county-drop .label,#search .program-drop .label{display:block;float:left;width:137px;top:5px;position:relative}.small-search #search,.top-info{width:100%}#search input[type=text]{font-size:13px}#search h3{padding:0 0 10px}#search{padding:15px}.two-column>div{width:100%;margin:10px 0}#content h1.main-header{font-size:30px;margin-bottom:5px}#content .top-info h1{font-size:24px}header[role=banner]>h1{padding-left:0;float:none;margin:auto}header[role=banner] nav{display:none}.item{padding:5px 0}#content p{line-height:1.4em}.legend>div{margin-bottom:5px;font-size:11px}.top-info h4{font-weight:400;font-size:16px}.table-container{position:relative}.table-overflow{overflow-x:scroll;-webkit-overflow-scrolling:touch;width:100%;position:relative}.table-gradient{background:linear-gradient(to right,rgba(243,243,243,0),rgba(255,255,255,0.55));content:"";height:100%;width:40px;display:block;position:absolute;right:-1px;pointer-events:none;z-index:1000}}