@import url('../fonts/fonts.css');

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

i {
	font-style: italic;
}

.container-fluid {
	max-width: 1260px;
	margin: 0px auto;
}

.img-fluid {
	max-width: 100%;
}

.full-width {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* ----- styleguide FPO ----- */

.container-fluid {
	max-width: 1260px;
	margin-bottom: 0px;
}

/* ----- colors ----- */

/*

dark-blue: rgb(28,35,50)

light-gray: rgb(230,230,230)

white

blue-accent: rgb(94,128,199)

dark-gray: rgb(18,18,18)

dark-gray-nav: rgb(36,36,36)

med-gray: rgb(153,153,153)

med-gray-dark: rgb(102,102,102)

med-gray-extradark: rgb(68,68,68)

med-gray-blue: rgb(171,179,186)

*/

body {
	color: rgb(18,18,18);
}

p {
	color: rgb(102,102,102);
}

a {
	color: rgb(94,128,199);
}

a:hover {
	color: rgb(94,128,199);
}

a:focus {
	text-decoration: none;
}

p a, a.link-back {
	transition: border-bottom .1s ease-in-out;
   -moz-transition: border-bottom .1s ease-in-out;
   -webkit-transition: border-bottom .1s ease-in-out;	
	border-bottom: 0px solid rgb(230,230,230);   
}


p a:hover, a.link-back:hover {
	text-decoration: none;
	border-bottom: 4px solid rgb(230,230,230);	
}

nav.pr-nav a:hover {
	text-decoration: none;
	border-bottom: 4px solid rgb(68,68,68);
}

.dark-blue {
	background-color: rgb(28,35,50);
}

.gray, .sidebar a.th-side {
	background-color: rgb(235,235,235);
}

h1.title-hd {
	color: white;
}

p.inro {
	color: rgb(102,102,102);
}

nav.pr-nav {
	color: rgb(68,68,68);
}

.byline, .caption, .credit, .artbtm-meta h6, .description, .partnership, .partner-aside p {
	color: rgb(153,153,153);
}

a.th-side {
	color: rgb(153,153,153);		
}

hr {
	border-top: 1px solid rgb(230,230,230);
}


/* ----- type ----- */

p, .intro {
	line-height: 1.2em;
	font-size: 1.1875em; /* 19/16 */	
	line-height: 1.68421053em;	/* 32/19 */
	margin-bottom: 1.7em;	
}

p, .byline, .caption, .credit, .artbtm-meta h6, .description, .navbar-nav, .intbio, .partnership, .connect-box .text-input, .intro, .tag {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.intro {
	width: 75%;
	color: rgb(102,102,102);
	margin-top: 1em;
	margin-bottom: 0;
}
@media (max-width: 41.25em) {
	.intro {
		width: 100%;
}
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin-bottom: 0.3em;
}

.article-content h2, .article-content-alt2 h2 {
	margin-top: 0.9em;	
}

h1, h2, h3, h4, h5, h6, .link-back, .navbar-nav, .hamburg-text {
	font-family: 'cooper_hewittmedium', Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 3.3125em; /* 53/16 */
	line-height: 1.25em;	
}

h1.h-lg {
	font-size: 4em; /* 64/16 */
}

h2 {
	font-size: 3em; /* 44/16 */
	line-height: 1.25em;	
}

h3 {
	font-size: 2.3125em; /* 37/16 */
}

h4 {
	font-size: 1.9375em; /* 31/16 */
}

h5 {
	font-size: 1.5625em; /* 25/16 */
}

h6, .link-back {
	font-size: 1.3125em; /* 21/16 */	
}

.emphasis, .h-small, .nav-tabs li a.tab {
	text-transform: uppercase;
	letter-spacing: 0.032258065em;
}

h3.h-small {
	font-size: 1.9375em; /* 31/16 */
}

h4.h-small {
	font-size: 1.5625em; /* 25/16 */
}

h5.h-small {
	font-size: 1.3125em; /* 21/16 */
}

h6.h-small {
	font-size: 1.0625em; /* 17/16 */	
}

.hd-dept h6 {
	font-size: 1.0625em; /* 17/16 */	
}

.list-hd, .list-nav, .time-year, .hd-num h5, .hd-dept h6, ul.nav.nav-tabs li {
	font-family: 'cooper_hewittsemibold', Helvetica, Arial, sans-serif;
}

nav.pr-nav {
	font-family: 'cooper_hewittmedium', Helvetica, Arial, sans-serif;
}

p.ad-text {
	font-size: 0.625em; /* 10/16 */
	margin-bottom: 0;
}

/* ----- navbar ----- */

.navbar.affix {
    top: 0;
    width: 100%;
    z-index: 2;
}

.container-fluid.navbar-container {
	max-width: 100%;
	margin-bottom: 0;
}

.navbar-default {
	background-color: black;
	border: none;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-brand {
	padding: 0;
}

.navbar-nav {
	margin-top: 17px;
	margin-left: 30px;
	text-transform: uppercase;
	letter-spacing: 0.032258065em;	
	letter-spacing: 0.0625em;		
}

.navbar-nav li {
	margin-right: 25px;	
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav li a {
	color: rgba(255,255,255,0.5);
	font-size: 0.9375em; /* 15/16 */
}

.navbar-default .navbar-nav li a:hover {
	color: rgba(255,255,255,0.8);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(255,255,255,0.5);
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-toggle {
	padding: 0 15px;
	padding-top: 2px;
	margin: 0;
	border-radius: 0;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
}

.navbar-default .navbar-toggle:hover {
	background-color: rgb(68,68,68);
}

.navbar-default .navbar-toggle:focus {
	background-color: rgb(68,68,68);
}

.hamburg-text {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	letter-spacing: 0.09375em;
	font-size: 0.6875em;
	margin-top: 6px;
	display: block;
}

/* ----- interactive ----- */

.data-feature {
	padding: 30px 0;
}

.hd-num {
	width: 74px;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 12px;
}

.hd-num h5 {
	border: 1px solid rgb(18,18,18);
	border-radius: 50%;
	width: 2em;
	height: 2em;
	text-align: center;
	padding: .4em 0;
	font-size: 2.3125em; /* 37/16 */
}

.select .hd-num h5 {
	color: white;
	border: 1px solid rgb(94,128,199);
	background-color: rgb(94,128,199);
}

.hd-dept {
	display: inline-block;
	float: left;
	margin-top: 16px;
}

a h6.hd-filter:hover {
	color: rgb(94,128,199);
}

#map {
	width: 117%;
	margin-left: -45px;
}
#map-group {
	background-color: white;
}

.data-hd:after {
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;	
}

.hd-filter .dash {
	background-color: rgb(220,220,220);
	margin-right: 5px;
	margin-left: 2px;
	width: 15px;
	height: 4px;
	display: inline-block;
	vertical-align: 4px;
}


/* ----- department list ----- */

.description {
	font-size: 15px;
	line-height: 1.4em;	
	margin-left: 48px;
	display: inline-block;
	color: rgb(102,102,102);	
	margin-top: 0;
	margin-bottom: 0;
}

/* bootstrap tabs */

.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: black;
	background-color: none;
	border: none;
	border-bottom-color: none;
}

.nav-tabs>li>a {
	margin-right: 0;
	line-height: ;
	border-radius: 0;
	border: none;
	display: inline;
}

.nav-tabs li a.tab:hover, .nav-tabs li a.tab:focus {
	background-color: white;
}

.nav-tabs li a.tab {
	border-bottom: 0px solid rgb(230,230,230);
	transition: color .1s ease-in-out;
   -moz-transition: color .1s ease-in-out;
   -webkit-transition: color .1s ease-in-out;	
	transition: border-bottom .1s ease-in-out;
   -moz-transition: border-bottom .1s ease-in-out;
   -webkit-transition: border-bottom .1s ease-in-out;	   
}

.nav-tabs li a.tab:hover {
	color: rgb(94,128,199);
	text-decoration: none;
	border-bottom: 4px solid rgb(230,230,230);
}

.nav-tabs li a.tab {
	color: rgb(153,153,153);
	padding: 0.2em 0.4em 0.1em 0.4em;
}

.nav-tabs li.active a.tab {
	background-color: rgb(18,18,18);
	background-color: rgb(94,128,199);	
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#tab-nav {
	padding-top: 35px;
	padding-bottom: 10px;
}

.list-hd {
	color: rgb(153,153,153);
}

#list-hd-sm {
	padding-top: 100px;
}


.nav>li>a {
	padding: 0;
}

ul.nav.nav-tabs::before, ul.nav.nav-tabs::after {
	content: normal;
}

.filt-nav, ul.nav.nav-tabs {
	display: -webkit-flex; /* Safari */
    display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;    
    -webkit-justify-content: space-between; /* Safari 6.1+ */   
justify-content: space-between;	

	border-bottom: 1px solid rgb(230,230,230);
	background-color: white;
	padding-top: 30px;
	padding-bottom: 10px;
}

#filters {
	margin-top: 0;
}

#filters hr.filter-rule {
	margin-top: 0;
	margin-bottom: 20px;	
}

ul.nav.nav-tabs {
	margin-bottom: 0;
}

.list-nav, .nav-tabs li {
	font-size: 0.875em; /* 14/16 */
	text-transform: uppercase;
	letter-spacing: 0.03125em;	
	display: inline-block;	
}

.time-year {
	font-size: 0.75em; /* 12/16 */
}

.list-hd .number {
	border: 1px solid rgb(94,128,199);
	border-radius: 50%;
	width: 2em;
	height: 2em;
	display: inline-block;
	text-align: center;
	padding: .4em 0;
	color: rgb(94,128,199);
	background-color: white;
}

.list-hd {
	position: relative;
}

.list-hd .number {
	position: absolute;
}

.list-hd .title {
	margin-left: 50px;
	display: inline-block;
	vertical-align: -8px;
}

#filters .tab-content {
    float: none;
    padding-top: 0px;
}

.tab-content {
	min-height: 550px;
	margin-top: 30px;
	margin-bottom: 60px;
}

/* department card */

a .dept-card {
	line-height: 1.2em;
	background-color: rgb(235,235,235);
	min-height: 135px;
	position: relative;
	padding: 7px;
	color: rgb(18,18,18);
	margin-bottom: 1.5em;
	transition: background .1s ease-in-out;
   -moz-transition: background .1s ease-in-out;
   -webkit-transition: background .1s ease-in-out;		
}

a .dept-card .dept-name {
	transition: color .1s ease-in-out;
   -moz-transition: color .1s ease-in-out;
   -webkit-transition: color .1s ease-in-out;	
}

a .dept-card:hover {
	background-color: rgb(240,240,240);	
}

a .dept-card:hover .dept-name {
	color: rgb(94,128,199);
}

a.card {
	text-decoration: none;
}

.dept-card .date-open, .dept-card .state, .dept-card .status, .dept-card .dept-name, .modal-content .status {
	display: block;
	font-family: 'cooper_hewittmedium', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	letter-spacing: 0.03125em;	
}

.dept-card .dept-name {
	font-size: 0.9375em; /* 15/16 */	
	font-size: 16px;
}

.dept-card .date-open, .dept-card .state, .dept-card .status {
	font-size: 0.8125em; /* 13/16 */
	color: rgb(153,153,153);
}

.dept-card .status {
	position: absolute;
	bottom: 6px;
	background-color: rgb(171,179,186);
	color: white;
	padding: 0.1em 0.3em 0 0.3em;
}

.dept-card .date-open {
	margin-bottom: 1.92307692em; /* 25/13 */
	margin-bottom: 0;	
	color: rgb(153,153,153);	
}

.card2 .dept-card .date-open {
	font-size: 15px;
	color: rgb(153,153,153);	
	margin-bottom: .5em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.card2 .dept-card .date-open-sm {
	font-size: 13px;
}

.card3 .dept-card .date-open {
	font-size: 13px;
	color: rgb(153,153,153);	
	margin-bottom: 0;
}

hr.card-tic {
	border-top: 2px solid rgba(0,0,0,0.1);
	margin: .5em 0;
	margin-top: 0.3em;
	width: 30px;
}

/*
a.card3 .dept-card {
	line-height: 1.2em;
	background-color: white;
	border: 2px solid rgb(230,230,230);
	box-sizing: border-box;
}
*/


/* bootstrap collapse */

.list-hd {
	font-size: 1.0625em; /* 17/16 */
}

.panel-heading {
	margin-bottom: 20px;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-default {
	border: none;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-default>.panel-heading {
	color: rgb(18,18,18);
	background: none;
	border: none;
}

.panel-group .panel-heading {
	border-bottom: none;
}

.panel-heading {
	padding: 0;
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	cursor: pointer;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	margin-top: -19px;
}

.panel-body {
	padding: 0;
}

.panel-group .panel {
	margin-bottom: -5px;
}

.panel-group .panel-heading {

}

.panel-body {
	margin-bottom: 40px;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-body.collapse.in hr:last-child {
	margin-top: 0;
}

.panel-body.collapse.in hr:first-child {
	margin-bottom: 1.5em;
}


.panel-title>a:focus {
	text-decoration: none;	
}

.list-hd {
	padding-right: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	min-height: 2em;
	transition: background .1s ease-in-out;
   -moz-transition: background .1s ease-in-out;
   -webkit-transition: background .1s ease-in-out;	
}

.list-hd:hover {
	color: rgb(94,128,199);
	text-decoration: none;
	background-color: rgb(240,240,240);
}

.list-hd:focus {
	color: rgb(18,18,18);
}

.select .list-hd {
	color: rgb(18,18,18);
}

.select .list-hd .number {
	color: white;
	background-color: rgb(94,128,199);
}

.select .list-hd:hover {
	color: rgb(94,128,199);
}

/* ----- index ----- */

h1.title-hd {
	margin-bottom: 0.15em;
}

.intro.col-md-9 {
	float: none;
}

.ad {
	float: right;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width: 330px;
}

.ad-text {
	text-align: center;
	text-transform: uppercase;
	padding: 0.25em 0; /* 5/10 */
	letter-spacing: 0.05em; /* 1/10 */
}

.bnr-hd {
	background: url("../img/police-bnr.jpg") no-repeat top right;
	background-size: cover;
	background-color: rgb(28,35,50);
	min-height: 300px;
}

.pr-hd {
	margin-top: 50px;
}

.ad-index {
	text-align: center;
	background-color: rgb(235,235,235);
	padding: 10px 0 30px 0;
}

.ad-index p.ad-text {
	margin-bottom: 5px;
}

.partner-aside {
	font-size: 0.89473684em;
	margin-top: 30px;
}

.partner-aside .partner-link {
	font-style: italic;
}

.social-share {
	margin-bottom: 30px;
}

.social-share li {
	width: 32px;
	display: inline-block;
	margin: 0 6px;
}

.social-share ul {
	text-align: center;
}

/* ----- footer ----- */

.footer {
	margin: 60px 0;
}

.footer .caption {
	margin-bottom: .5em;
	width: 75%;
}
.footer .tag-list {
	width: 75%;
}
@media (max-width: 41.25em) { 
.footer .caption {
	width: 100%;
}
.footer .tag-list {
	width: 100%;
}
}

.footer-inner {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 30px;
}

.tag-list {
	margin-bottom: 15px;
}

.tag {
	display: inline-block;	
	font-size: .875em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.tag a {
	background-color: #999;
	color: white;
	padding: .15em .3em;
	padding-bottom: .05em;
	display: block;
	text-decoration: none;
}

/* ----- feature package ----- */

.feature-package {
	margin-top: 50px;
	margin-bottom: 40px;
}

.feat-tn {
	display: block;
	position: relative;	
	margin-bottom: 30px;	
}

.feat-tn .feat-img {
	vertical-align: middle;
}

.overlay-container {
	width: 100%;
	height: 80%;
	background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));	
	position: absolute;
	bottom: 0;
}

.feat-tn .feat-hd {
	position: absolute;
	bottom: 0;
	color: white;
	display: block;
	margin: .5em;
	transition: color .1s ease-in-out;
   -moz-transition: color .1s ease-in-out;
   -webkit-transition: color .1s ease-in-out;	
}

.feat-tn .tn-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 42px;
}

.feat-tn:hover .feat-hd {
	color: rgba(255,255,255,0.8);
}



/* ----- video page ----- */

.video-container {
	margin-bottom: 2em;
}

.cove-vid {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.cove-vid iframe {
	position: absolute;
	top: 0;
	left: 0;
}

/* ----- thumbnails ----- */

a.thumb-img, a.thumb {
	max-width: 460px;
	display: block;	
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	transition: color .1s ease-in-out;
   -moz-transition: color .1s ease-in-out;
   -webkit-transition: color .1s ease-in-out;	
}

a.thumb-img:hover, a.thumb:hover, a.th-side:hover, a.th-side2:hover  {
	text-decoration: none;
}

a.thumb-img:hover {
	color: rgba(94,128,199,0.7);
}

a.thumb-img h6 {
	margin-top: .25em;
	min-height: 5.25em;
}

/* ----- article ----- */

.article-content {
	margin-top: 50px;
	margin-bottom: 100px;
}

.article-content.no-photo {
	margin-top: 65px;
}

.article-content.inter {
	margin-bottom: 0;
}

.article-main {
	padding-right: 30px;
}

.article-content aside, .article-content-alt aside {
	padding-left: 60px;
}

aside.sidebar {
	float: right;
	display: inline-block;
}

.sidebar .ad {
	margin: 0 auto;
	float: none;
	margin-bottom: 30px;
}

.article-content .sidebar .ad {
	float: left;
	padding: 0;
}

.article-content-alt2.alt6 .sidebar .ad {
	float: left;
}

.article-content-alt2.alt6 .sidebar .ad {
	padding: 0;
}

.article-content-alt2.alt6 .sidebar.alt6 {
	margin-top: 6px;
}

.sidebar .ad p.ad-text {
	border-top: 1px solid rgb(230,230,230);
	color: rgb(153,153,153);
}

.article-content .sidebar .ad p.ad-text {
	position: static;
	border-top: none;
	margin-top: 0;
}

.sidebar .ad p.ad-text, .ad p.ad-text {
	position: static;
	width: 300px;
	top: -23px;
	border-top: none;
}

.sidebar a.th-side2 {
	transition: color .1s ease-in-out;
   -moz-transition: color .1s ease-in-out;
   -webkit-transition: color .1s ease-in-out;
}

.sidebar a.th-side2:hover {
	color: rgba(94,128,199,0.7);
}

.sidebar .partner-aside {
	margin-bottom: 50px;
}

.img-main {
	margin-bottom: 60px;
}

.article-content-alt2.alt6 .img-main {
	margin-bottom: 50px;
}

.article-content .img-main {
	margin-bottom: 80px;
}

a.th-side {
	max-width: 460px;
	padding-bottom: 15px;
	display: block;	
	background-color: white;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 1px;	
}

a.th-side2 {
	max-width: 460px;
	display: block;	
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;	
}

a.th-side h5 {
	margin: 15px 15px 0 15px;

}

a.th-side2 h5 {
	margin-top: 0;
	clear: left;	
}

a.th-side2 hr, hr.tic-mark {
	width: 30px;
	border-top: 4px solid rgb(230,230,230);
	display: block;
	float: left;
	margin: 15px 0;
}

hr.tic-mark {
	float: none;
}

.byline {
	margin-top: 1.5em;	
	margin-bottom: 1.5em;
}

.partnership {
	font-size: 1.0625em;
	margin-top: -0.3em;
	margin-bottom: 1.2em;
}

.partnership a {
	margin-left: 3px;
}

.partnership .logo {
	width: 155px;
	vertical-align: middle;
	margin-top: -4px;
}

.article-content-alt2.alt6 .byline {
	margin-top: 1.4em;	
	margin-bottom: 3.5em;
}

.byline, .caption {
	font-size: 0.875em;
}

.caption {
	margin-top: 4px;
	line-height: 1.5em;
}

a.link-back {
	margin-bottom: 0.2em;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 4px solid white;
}

.h-side {
	margin-bottom: 0.7em;
}

.sidebar .h-side {
	margin-bottom: 0.55em;
}

.article-content-alt .credit {
	margin-top: 1.5em;
	margin-bottom: 2.5em;	
}

.article-content-alt .img-main {
	margin-bottom: 40px;
}

ul.social-icons {
	margin-top: 15px;
}

ul.social-icons li a {
	width: 32px;
	height: 32px;
}

ul.social-icons li a {
	display: block;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 10px;
}

.full-width.article-related {
	padding-top: 40px;
	padding-bottom: 100px;	
}

.full-width.article-related .h-side {
	margin-bottom: 1.5em;
}

.artbtm-meta h6 {
	font-size: 0.875em;
	margin-top: 1.5em;	
	margin-bottom: 0.5em;	
}

.artbtm-meta ul.social-icons {
	margin-top: 0;
}

.artbtm-meta .tic-mark {
	margin-bottom: 30px;
}

.intbio {
	font-size: 1.0625em; /* 17/16 */	
	line-height: 1.68421053em;	/* 32/19 */
	margin-bottom: 1.7em;	
	color: rgb(153,153,153);
	margin-left: 5%;	
	border-left: 4px solid rgb(230,230,230);
	padding-left: 10px;	
/*
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);	
	background-color: rgb(235,235,235);
	padding: 10px 5px;	
	float: left;
	width: 50%;
	padding: 15px;
	margin: 15px;
	margin-left: 0;
*/
}

.intbio a {

}

#disqus_thread {
	margin-top: 80px;
}

/* ----- article alt 2 ----- */

.article-content .article-main {
	padding-right: 30px;
	border-right: none;		
}

.article-content aside, .article-content-alt aside, .article-content-alt2 aside {
	padding-left: 60px;
}

.article-content-alt2.alt6 aside {
padding-left: 60px;
}

.article-alt3 {
	border-top: 1px solid rgb(230,230,230);
	padding-top: 60px;
}

.hr-alt3 hr {
	border-top: 1px solid rgb(230,230,230);
	margin-bottom: 60px;
}

/* ----- bootstrap affix ----- */

#map-group.affix {
    position: fixed;
    width: 58.5%;
    max-width: 735px;
    top: 30px;

}

#filters {
	float: right;
}

#tab-nav.affix {
    position: fixed;
    top: 24px;
	width: 39.25%;
	max-width: 495px;
	box-sizing: border-box;
	display: flex;
	z-index: 1;
	padding-top: 50px;
}

#tab-nav.affix-bottom {
	position: absolute;
	display: flex;
	max-width: 495px;
	width: 94%;
	box-sizing: border-box;	
	padding-top: 60px;
	z-index: 1;	
}

/* ----- bootstrap modal ----- */

.modal-dialog {
	width: 100%;
	margin: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-footer {
	text-align: left;
	border: none;
	margin-bottom: 60px;
}

.link-back-modal {
	margin-top: 60px;
	text-align: center;
	border-top: 1px solid rgb(230,230,230);
	padding-top: 15px;
}

.link-back .back-text {
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: normal;
	color: rgb(94,128,199);
}

.link-back-modal .glyphicon-arrow-left {
	margin-right: 10px;
	top: 2px;
	color: rgba(153,153,153,0.6);
}

.modal-footer {
	padding-top: 0;
}

.modal-body {
	padding-bottom: 0;
}

.close-btn {
	margin-top: 30px;
	font-size: 40px;
	width: 40px;
	height: 40px;	
	text-align: center;
	color: rgb(153,153,153);
	border-radius: 40px;
	border: 2px solid;
	opacity: 1;
	text-shadow: none;
}

.close-btn span {
	display: block;
	margin-top: -.075em;
	transition: color .1s ease-in-out;
   -moz-transition: color .1s ease-in-out;
   -webkit-transition: color .1s ease-in-out;		
	
}

.link-back.close {
	opacity: 1;
	text-shadow: none;
	float: none;
}

.close-btn:hover {
	color: rgb(94,128,199);
	opacity: 1;
}

.modal-header {
	border: none;
	margin-top: 0px;
}

.modal-content .status {
	font-size: 0.9375em; /* 15/16 */	
	background-color: rgb(171,179,186);
	color: white;
	padding: 0.1em 0.3em 0 0.3em;
	display: inline-block;
	margin-top: 0.5em;
}

dl.dept-info {
	font-family: 'cooper_hewittmedium', Helvetica, Arial, sans-serif;	
}

.dept-info dt {
	text-transform: uppercase;
	letter-spacing: 0.0625em;		
	font-size: 0.8125em; /* 13/16 */
	color: rgb(153,153,153);	
	margin-bottom: 0.5em;
}

.dept-info dd {
	font-size: 1.0625em; /* 17/16 */
	margin-bottom: 1.5em;	
}

.dept-info li {
	display: block;
	margin-bottom: 0.7em;
}

.dept-info li a {
	line-height: 22px;
	line-height: 1.29411765em;
}

.dept-info dd:last-child {
	margin-bottom: 0;
}

.dept-info ul.allegations li:last-child {
	margin-bottom: 0;	
}

.modal-content aside {
	padding-left: 20px;
	float: right;
	margin-top: 10px;
	border-left: 1px solid rgb(230,230,230);
}

.modal-content aside a {
	transition: border-bottom .1s ease-in-out;
   -moz-transition: border-bottom .1s ease-in-out;
   -webkit-transition: border-bottom .1s ease-in-out;	
	border-bottom: 0px solid rgb(230,230,230);   
	text-decoration: none;
}

.modal-content aside a:hover {
	border-bottom: 4px solid rgb(230,230,230);   
}

.modal-body {
	padding-top: 0;
}
#share-modal {
	text-align: center;
}
#share-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.modal-dialog.share-modal {
	width: 50%;
	vertical-align: middle;	
	display: inline-block;
	margin-top: -60px;
}
@media (max-width: 41.25em) {
	.modal-dialog.share-modal {
		width: 80%;
	}
}
.share-modal .modal-body {
	text-align: center;
	padding: 80px 15px;
	padding-top: 55px;
}

/*

.row-alt2 {
	border-top: 1px solid lightgray;
	padding-top: 60px;
}

.row-alt2 {
	position: relative;
}

.related-stories {
	position: absolute;
	bottom: 0;
}

*/


/* ----- bootstrap ----- */

/* ----- copied from index inline ----- */

body {
    padding-top: 50px;
}

.story {
    margin-bottom: 1.5em;
}


/* ----- svg ----- */

circle.bubble {
    fill: rgb(94,128,199);
    fill-opacity: .1;
    stroke: rgb(94,128,199);
    stroke-width: 1.25;
    cursor: pointer;
}

circle.bubble.quiet {
    fill: white;
    fill-opacity: .3;
    stroke: rgb(94,128,199);
    stroke-opacity: .2;
    cursor: pointer;
}

circle.highlight {
	fill: rgb(94,128,199);
	fill-opacity: .8;
	stroke: rgb(94,128,199);
	stroke-width: 0;
	cursor: pointer;
}

path.land {
    fill: rgb(235,235,235);
    stroke: none;
    stroke-width: 3;
}

path.state {
    fill: rgb(235,235,235);
    stroke: white;
    stroke-width: 1;
}

/* pr, vi, etc */
path#state-72,
path#state-78 {
	stroke: #a2a2a2;
}

#timeline {
	position: relative;
	width: 100%;
	height: 110px;
	margin-bottom: 2em;
}

#timeline svg {
	width: 100%;
	height: 100%;
}

#timeline .investigation {
	fill: rgb(230,230,230);
	stroke: #fff;
	stroke-width: 2;
	cursor: pointer;
}

#timeline .investigation.highlight {
	fill: rgb(94,128,199);
}

.axis path {
	fill: none;
	stroke: none;
	stroke-width: 0;
}

.axis text {
	font-size: 11px;
	font-family: 'cooper_hewittmedium', Helvetica, Arial, sans-serif;
	fill: rgb(153,153,153);
	cursor: pointer;
}

.axis .tick line {
	fill: none;
	stroke: none;
}

.dont-show-md {
	display: none;
}

/* -- social share -- */

/* line 888, ../scss/interactive.scss */
.social-icons__icon {
  display: inline-block;
  margin: .5em;
  text-indent: -999em;
}
/* line 893, ../scss/interactive.scss */
.social-icons__icon a {
  text-indent: -999em;
  width: 3em;
  height: 3em;
  display: block;
}

/* line 903, ../scss/interactive.scss */
.social-icons__twitter {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2355ACEE%22%20d%3D%22M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25s11.2%2C25%2C25%2C25s25-11.3%2C25-25S38.7%2C0%2C25%2C0z%22/%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.2%2C19c0%2C0.3%2C0%2C0.5%2C0%2C0.8c0%2C7.7-5.9%2C16.7-16.7%2C16.7c-3.3%2C0-6.4-1-9-2.6c0.4%2C0%2C0.9%2C0.1%2C1.4%2C0.1%0D%0A%09%09%09c2.7%2C0%2C5.3-1%2C7.3-2.6c-2.6%2C0-4.7-1.7-5.4-4c0.4%2C0%2C0.8%2C0.1%2C1.2%2C0.1c0.5%2C0%2C1%2C0%2C1.5-0.1c-2.7-0.5-4.7-2.8-4.7-5.6c0%2C0%2C0%2C0%2C0-0.1%0D%0A%09%09%09c0.9%2C0.4%2C1.7%2C0.8%2C2.7%2C0.8c-1.5-1-2.6-2.8-2.6-4.9c0-1.2%2C0.3-2.2%2C0.9-3c2.8%2C3.6%2C7.2%2C5.9%2C12.2%2C6.1c-0.1-0.3-0.1-0.8-0.1-1.2%0D%0A%09%09%09c0-3.3%2C2.6-5.9%2C5.9-5.9c1.7%2C0%2C3.1%2C0.8%2C4.2%2C1.8c1.3-0.3%2C2.6-0.8%2C3.7-1.4c-0.4%2C1.4-1.4%2C2.6-2.6%2C3.3c1.1-0.1%2C2.3-0.4%2C3.5-0.9%0D%0A%09%09%09C38.2%2C17.2%2C37.3%2C18.2%2C36.2%2C19L36.2%2C19z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}

/* line 908, ../scss/interactive.scss */
.social-icons__facebook {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%233D5A98%22%20d%3D%22M49.9%2C23C51.1%2C38.4%2C38.4%2C51.1%2C23%2C49.9C10.9%2C49%2C1%2C39.1%2C0.1%2C27C-1.1%2C11.6%2C11.6-1.1%2C27%2C0.1%0D%0A%09%09%09%09C39.1%2C1%2C49%2C10.9%2C49.9%2C23z%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%09%3Cpath%20id%3D%22f%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M27.2%2C39.2v-13h4.4l0.7-5.1h-5V18c0-1.5%2C0.4-2.5%2C2.5-2.5l2.7%2C0V11c-0.5-0.1-2.1-0.2-3.9-0.2%0D%0A%09%09%09c-3.9%2C0-6.5%2C2.4-6.5%2C6.7v3.7h-4.4v5.1H22v13H27.2z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}

/* line 913, ../scss/interactive.scss */
.social-icons__email {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22Layer_2%22%3E%0D%0A%3C/g%3E%0D%0A%3Cg%20id%3D%22Layer_1%22%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23A5A5A5%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25s11.2%2C25%2C25%2C25s25-11.2%2C25-25S38.8%2C0%2C25%2C0z%22/%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2225.2%2C30.5%2011.2%2C17.5%2011.2%2C35.9%2039.2%2C35.9%2039.2%2C17.5%20%09%09%09%22/%3E%0D%0A%09%09%09%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2239.1%2C14.9%2011.2%2C14.9%2025.2%2C27.8%20%09%09%09%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}

/* line 918, ../scss/interactive.scss */
.social-icons__tumblr {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%2335465D%22%20d%3D%22M49.9%2C23C51.1%2C38.4%2C38.4%2C51.1%2C23%2C49.9C10.9%2C49%2C1%2C39.1%2C0.1%2C27C-1.1%2C11.6%2C11.6-1.1%2C27%2C0.1%0D%0A%09%09%09C39.1%2C1%2C49%2C10.9%2C49.9%2C23z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M31.8%2C33.5c-0.5%2C0.3-1.5%2C0.5-2.3%2C0.5c-2.3%2C0.1-2.7-1.6-2.7-2.8v-8.9h5.7V18h-5.7v-7.3c0%2C0-4.1%2C0-4.2%2C0%0D%0A%09%09%09%09c-0.1%2C0-0.2%2C0.1-0.2%2C0.2c-0.2%2C2.2-1.3%2C6.1-5.6%2C7.7v3.7h2.9v9.3c0%2C3.2%2C2.3%2C7.7%2C8.6%2C7.6c2.1%2C0%2C4.4-0.9%2C4.9-1.7L31.8%2C33.5%22/%3E%0D%0A%09%09%3C/g%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}

/* line 923, ../scss/interactive.scss */
.social-icons__pocket {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23EF3E56%22%20d%3D%22M49.9%2C23C51.1%2C38.4%2C38.4%2C51.1%2C23%2C49.9C10.9%2C49%2C1%2C39.1%2C0.1%2C27C-1.1%2C11.6%2C11.6-1.1%2C27%2C0.1%0D%0A%09%09%09C39.1%2C1%2C49%2C10.9%2C49.9%2C23z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.5%2C16.8c0.7-1.5%2C1.9-1.9%2C3.4-1.8c6.9%2C0.1%2C13.7%2C0%2C20.6%2C0c0.8%2C0%2C1.6%2C0%2C2.2%2C0.6c0.4%2C0.4%2C0.8%2C1%2C0.8%2C1.5%0D%0A%09%09c0%2C3.3%2C0.1%2C6.7-0.1%2C10c-0.4%2C5.5-4.6%2C10.1-9.9%2C11.4c-7.6%2C1.9-15.1-2.9-16.6-10.6c-0.1-0.6-0.2-1.1-0.3-1.7%0D%0A%09%09C11.5%2C23.2%2C11.5%2C20%2C11.5%2C16.8L11.5%2C16.8z%20M25.1%2C27.2c-0.4-0.3-0.7-0.6-1-0.9c-1.3-1.3-2.7-2.6-4-3.9c-0.9-0.8-2-0.8-2.7%2C0%0D%0A%09%09c-0.7%2C0.8-0.7%2C1.9%2C0.1%2C2.7c2.1%2C2%2C4.2%2C4%2C6.3%2C6c0.9%2C0.8%2C1.8%2C0.9%2C2.6%2C0.1c2.2-2%2C4.4-4.1%2C6.5-6.2c1.1-1.1%2C0.5-2.8-1-3.1%0D%0A%09%09c-0.8-0.2-1.3%2C0.2-1.9%2C0.7C28.3%2C24.1%2C26.7%2C25.6%2C25.1%2C27.2L25.1%2C27.2z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}

/* line 928, ../scss/interactive.scss */
.social-icons__pinterest {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%20enable-background%3D%22new%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23BD081C%22%20d%3D%22M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25c0%2C10.6%2C6.6%2C19.6%2C15.9%2C23.3c-0.2-2-0.4-5%2C0.1-7.2c0.5-2%2C2.9-12.4%2C2.9-12.4%0D%0A%09%09%09s-0.7-1.5-0.7-3.7c0-3.5%2C2-6.1%2C4.5-6.1c2.1%2C0%2C3.2%2C1.6%2C3.2%2C3.5c0%2C2.1-1.4%2C5.4-2.1%2C8.3c-0.6%2C2.5%2C1.2%2C4.5%2C3.7%2C4.5%0D%0A%09%09%09c4.4%2C0%2C7.9-4.7%2C7.9-11.4c0-6-4.3-10.2-10.4-10.2c-7.1%2C0-11.3%2C5.3-11.3%2C10.8c0%2C2.1%2C0.8%2C4.5%2C1.9%2C5.7c0.2%2C0.2%2C0.2%2C0.5%2C0.2%2C0.7%0D%0A%09%09%09c-0.2%2C0.8-0.6%2C2.5-0.7%2C2.8c-0.1%2C0.5-0.4%2C0.6-0.8%2C0.3C11%2C32.6%2C9%2C28.1%2C9%2C24.4c0-7.9%2C5.7-15.1%2C16.5-15.1c8.7%2C0%2C15.4%2C6.2%2C15.4%2C14.4%0D%0A%09%09%09c0%2C8.6-5.4%2C15.5-13%2C15.5c-2.5%2C0-4.9-1.3-5.7-2.9c0%2C0-1.3%2C4.8-1.6%2C5.9c-0.6%2C2.2-2.1%2C4.9-3.1%2C6.6c2.3%2C0.7%2C4.8%2C1.1%2C7.4%2C1.1%0D%0A%09%09%09c13.8%2C0%2C25-11.2%2C25-25C50%2C11.2%2C38.8%2C0%2C25%2C0z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat;
}


/* ----- media queries ----- */

@media (max-width: 1260px) {

.article-content {
	margin-top: 0;
}

.article-content .img-main {
	margin-left: -15px;
	margin-right: -15px;	
}

.article-content .img-main .caption {
	margin-left: 15px;
	margin-right: 15px;	
}

}

@media (max-width: 991px) {

a.thumb-img h4 {
	font-size: 1.5625em; /* 25/16 */	
}

a.thumb h5, a.th-side2 h5 {
	font-size: 1.3125em; /* 21/16 */	
}

a.thumb-img h6 {
	min-height: 0;
}

.feat-tn h4 {
	font-size: 1.5625em;
}

.ad {
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

/* -- article -- */

.article-content {
	margin-bottom: 50px;
}

.dont-show-sm {
	display: none;
}

.show-sm {
	display: block;
}

#related-stories.article-related-inner {
	display: none;
}

.article-content .sidebar .ad {
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;	
}

.article-content aside {
	padding-left: 15px;
}

a.th-side2 {
	padding-left: 15px;
	padding-right: 15px;	
}

a.th-side2:nth-child(odd) {
	padding-left: 0;
}

.article-content .sidebar .ad {
	padding-left: 15px;
}

.intbio {
	margin-left: 0;
}

.full-width.article-related .h-side {
	text-align: center;
}

/* -- navbar -- */

.navbar-default .navbar-nav li a {
	font-size: 0.8125em; /* 13/16 */
}

.navbar-nav li {
	margin-right: 10px;	
}

.navbar-nav {
	margin-left: 15px;
}

/* -- interactive -- */

.data-feature #map-group.affix {
    position: relative;
}

.data-feature #tab-nav.affix {
    position: fixed;
    top: 24px;
	width: 97%;
	max-width: inherit;
	box-sizing: border-box;
	display: flex;
	z-index: 1;
}

.data-feature #tab-nav.affix-bottom {
	position: absolute;
	display: flex;
	max-width: none;
	width: 97%;	
}

.data-feature #filters {
	float: none;
	width: 100%;
	margin-top: 0px;	
}

.data-feature #tab-nav {
	padding-top: 30px;
}

.data-feature .tab-content {
	min-height: 0;
}

/* -- modal -- */

.modal-content aside {
	float: none;
	padding-left: 15px;
	margin-bottom: 50px;
}
	
}

@media (max-width: 784px) {

.navbar-nav li {
	margin-right: 7px;	
}

}

@media (max-width: 767px) {

.list-nav, .nav-tabs li {
	font-size: 0.775em; /* 14/16 */
}

#list-hd-sm {
	padding-top: 0;
}

a .dept-card {
	min-height: 145px;	
}

#filters .tab-content {
    padding-top: 0px;
}

#map-group { 
	display: none;
}

.navbar-nav li {

}

.navbar-default .navbar-nav li a {
	font-size: 0.9375em; /* 15/16 */
}

.navbar-nav li {
	margin: 0.75em 10px;
}

.navbar-nav {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	text-align: center;	
}


/* -- affix -- */

#tab-nav.affix {
	width: 94%;
}

#tab-nav.affix-bottom {
	width: 94%;
}

/* -- type -- */

h1.title-hd {
	font-size: 4em; /* 64/16 */	
}

h1 {
	font-size: 2.3125em; /* 37/16 */
	line-height: 1.25em;	
}

h2 {
	font-size: 1.9375em; /* 31/16 */
}

h3 {
	font-size: 1.5625em; /* 25/16 */
}

h4 {
	font-size: 1.3125em; /* 21/16 */
}

h5, .link-back, h5.h-small {
	font-size: 1.1875em; /* 19/16 */
}

/* -- article -- */

a.th-side2 {
	padding-left: 0;
	max-width: none;
}

a.th-side2:nth-child(odd) {
	padding-left: 0;
}

.article-content .img-main {
	margin-bottom: 50px;
}

.modal-header {
	margin-top: 0px;
}

.close-btn {
	margin-top: 15px;
}



}


/* nav */

/* -- colors -- */
/* -- borders and rules -- */
/* -- font-size -- */
/* -- line-height -- */
/* -- margins -- */
/* -- letterspacing -- */
/* -- font-family -- */
/* -- font-weight -- */
/* ----- grid ----- */
/* ----- breakpoints ----- */
/* line 4, ../scss/interactive.scss */
.logo-block {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 7, ../scss/interactive.scss */
.logo-block a {
  display: inline-block;
}
@media (min-width: 41.25em) {
  /* line 4, ../scss/interactive.scss */
  .logo-block {
    margin-bottom: 0;
  }
}

/* line 16, ../scss/interactive.scss */
.fl-logo {
  background-color: #cf1515;
  background-color: blue;
  height: 35px;
  width: 130px;
  padding: 5px 8px;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 41.25em) {
  /* line 16, ../scss/interactive.scss */
  .fl-logo {
    height: 40px;
    width: 140px;
    padding: 5px 8px;
  }
}

/* line 31, ../scss/interactive.scss */
.pbs-logo {
  width: 30px;
  vertical-align: 2px;
}
/* line 34, ../scss/interactive.scss */
.pbs-logo img {
  display: inline-block;
}
@media (min-width: 41.25em) {
  /* line 31, ../scss/interactive.scss */
  .pbs-logo {
    width: 30px;
    vertical-align: 5px;
  }
}

/* line 43, ../scss/interactive.scss */
.int-title {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media (min-width: 41.25em) {
  /* line 43, ../scss/interactive.scss */
  .int-title {
    height: 55px;
    padding: 7px 0;
  }
}
/* line 50, ../scss/interactive.scss */
.int-title .int-title-text {
  margin-bottom: .75em;
  font-size: 1.5em;
  vertical-align: .35em;
  margin-right: 15px;
}
@media (min-width: 41.25em) {
  /* line 50, ../scss/interactive.scss */
  .int-title .int-title-text {
    font-size: 2.6875em;
    display: inline-block;
    margin-bottom: 0;
  }
}
/* line 60, ../scss/interactive.scss */
.int-title .int-title-text a {
  color: #000;
}
.int-title .int-title-text a:hover {
  text-decoration: none;
}
/* line 64, ../scss/interactive.scss */
.int-title .share {
  display: block;
  vertical-align: .8em;
  margin: 0;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 41.25em) {
  /* line 64, ../scss/interactive.scss */
  .int-title .share {
    display: inline-block;
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 41.25em) {
  /* line 78, ../scss/interactive.scss */
  .title-block {
    width: 75%;
  }
}

/* line 86, ../scss/interactive.scss */
.int-title.white {
  height: inherit;
}
@media (min-width: 41.25em) {
  /* line 86, ../scss/interactive.scss */
  .int-title.white {
    padding: 0 15px;
    padding-top: 15px;
  }
}
@media (min-width: 41.25em) {
  /* line 86, ../scss/interactive.scss */
  .int-title.white {
    margin-bottom: 60px;
  }
}
/* line 96, ../scss/interactive.scss */
.int-title.white .int-title-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  position: relative;
}
@media (min-width: 41.25em) {
  /* line 96, ../scss/interactive.scss */
  .int-title.white .int-title-inner {
    padding-bottom: 12px;
  }
}
/* line 103, ../scss/interactive.scss */
.int-title.white .int-title-text {
  margin-bottom: .5em;
}
@media (min-width: 41.25em) {
  /* line 103, ../scss/interactive.scss */
  .int-title.white .int-title-text {
    margin-bottom: 0;
  }
}
/* line 109, ../scss/interactive.scss */
.int-title.white .logo-block {
  margin-bottom: 5px;
}
@media (min-width: 41.25em) {
  /* line 109, ../scss/interactive.scss */
  .int-title.white .logo-block {
    margin-bottom: 10px;
  }
}
/* line 115, ../scss/interactive.scss */
.int-title.white .share {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
}
/* line 122, ../scss/interactive.scss */
.int-title.white .share .link-text {
  display: block;
}
@media (min-width: 41.25em) {
  /* line 115, ../scss/interactive.scss */
  .int-title.white .share {
    text-align: left;
    font-size: 0.875em;
  }
  /* line 130, ../scss/interactive.scss */
  .int-title.white .share .link-text {
    display: inline-block;
  }
}
/* line 136, ../scss/interactive.scss */
.int-title.white .fl-logo {
  background-color: #cf1515;
  height: 30px;
  width: 110px;
  padding: 5px 5px;
}
@media (min-width: 41.25em) {
  /* line 136, ../scss/interactive.scss */
  .int-title.white .fl-logo {
    height: 40px;
    width: 140px;
    padding: 5px 8px;
  }
}
/* line 147, ../scss/interactive.scss */
.int-title.white .pbs-logo {
  width: 30px;
  vertical-align: 0;
  display: inline-block;
}
@media (min-width: 41.25em) {
  /* line 147, ../scss/interactive.scss */
  .int-title.white .pbs-logo {
    width: 30px;
    vertical-align: 5px;
  }
}
@media (min-width: 41.25em) { 
.icon-link-no-border .inline-icon-lg, .icon-link-no-border .link-text {
	display: inline-block;
}
.inline-icon-lg {
	vertical-align: -8px
}
}
.inline-icon-lg img {
	width: 30px;
}
.info-text.share {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;		
	letter-spacing: .1em;
}	
.info-text.share a.icon-link-no-border {
	color: #999;
}
.info-text.share a.icon-link-no-border:hover {
	text-decoration: none;
}

@media (max-width: 41.25em) { 
.container-fluid.int-title.white {
	padding: 15px;
}
}

a.icon-link-no-border:focus, a.icon-link-no-border:active, .share-modal .close:focus, .share-modal .close:active {
	outline: none;
}

