.debtor-timeline * {
	box-sizing: border-box;
}

/*body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
}*/

.clear {
	clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bSe .debtor-timeline ul,
.bSe .debtor-timeline ul ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 0 !important;
}
.debtor-timeline ul > li {
	margin-bottom: 5px !important;
}

/*h1 {
	font-size: 60px;
	color: #0d5071;
	padding: 0;
	border-bottom: 4px solid #0d5071;
	width: 70%;
	margin: 0 auto 15px auto;
}*/

.debtor-timeline a,
.debtor-timeline a:visited {
	color: #000;
	text-decoration: none;
}
.debtor-timeline a:hover {
	text-decoration: underline;
}
.debtor-timeline ul li a {
	color: #000;
	text-decoration: underline;
}
.debtor-timeline ul li a:hover {
	text-decoration: none;
}

.debtor-timeline {
	position: relative;
	height: auto;
	width: 1190px;
	margin: 50px auto 0 auto;
	/*padding-top: 50px;*/
	color: #000;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	/*background-color: #ccc;*/
}

.vert-line {
	position: absolute;
	width: 5px;
	z-index: 1;
}
.horz-line {
	position: absolute;
	height: 5px;
	z-index: 1;
}

.line-blue {
	background-color: #0d5071;
}
.line-purple {
	background-color: #a200ff;
}

.vert-line.line-dotted {
	background-color: none;
	background: url('../images/dotted-line-bg.png') repeat-y center center;
}
.horz-line.line-dotted {
	background-color: none;
	background: url('../images/dotted-line-horz-bg.png') repeat-x center center;
}


.arrow::after {
	content: '';
	display: block;
	position: relative;
	left: -8px;
	top: 95%;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.line-blue.arrow::after {
	border-top: 10px solid #0d5071;
}
.line-purple.arrow::after {
	border-top: 10px solid #a200ff;
}
.arrow.arrow-right::after {
	left: 100%;
	top: -7px;
	border-right: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #0d5071;
}
.arrow.arrow-left::after {
	right: 100%;
	top: -8px;
	border-left: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #0d5071;
}

.db-wrap {
	position: relative;
	width: 180px;
	height: 180px;
	margin-left: 400px;
}
.distressed-biz {
	position: relative;
	border-radius: 50%;
	color: #FFF;
	width: 180px;
	height: 180px;
	text-align: center;
	background-color: #0d5071;
	border: 5px solid #00b0f0;
	font-size: 20px;
	padding-top: 68px;
	z-index: 8;
}
.distressed-biz > span {
	display: block;
	position: absolute;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.sec-cred {
	top: -35px;
	left: -40px;
}
.emp {
	top: 5px;
	left: -80px;
}
.unsec-cred {
	top: 50px;
	left: -168px;
}
.ven {
	top: 94px;
	left: -87px;
}
.cust {
	top: 136px;
	left: -90px;
}
.db-wrap .line-blue {
	right: 42%;
	height: 105px;
	bottom: -100px;
}
.db-wrap .line-purple {
	left: 42%;
	height: 105px;
	bottom: -101px;
}
.for-debtor,
.against-debtor {
	position: absolute;
	display: block;
	font-weight: bold;
	font-size: 20px;
}
.for-debtor {
	right: -200px;
	bottom: -90px;
}
.against-debtor {
	left: -245px;
	bottom: -90px;
}



.pill {
	position: relative;
	border-radius: 35px;
	width: 180px;
	height: 70px;
	background-color: #FFF;
	border: 4px solid #0d5071;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 25px;
	z-index: 10;
	line-height: 1.1em;
}		
.pill.two-lines {
	padding-top: 12px;
}
.pill.highlighted {
	background: #FAD08D;
	background: -webkit-linear-gradient(#FAD08D, #FCDFB1);
	background: -moz-linear-gradient(#FAD08D, #FCDFB1);
	background: linear-gradient(#FAD08D, #FCDFB1);
}

.pills-container .pill {
	float: left;
	margin-right: 15px;
	border-radius: 25px;
	width: 108px;
	height: 50px;
	font-size: 12px;
	padding-top: 12px;
	border: 2px solid #0d5071;
}
.pills-container .pill:last-child{
	margin-right: 0px;
}
.pills-container .pill .vert-line {
	height: 66px;
	left: 50%;
	top: -75px;
}

/*.pills-container .pill:hover .vert-line {
	height: 150px;
	cursor: pointer;
}*/

.blue-pills {
	position: relative;
	width: 690px;
	float: right;
	margin-top: 69px;
	padding-top: 75px;
}
.blue-pills::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 605px;
	height: 4px;
	background-color: #0d5071;
}
.blue-pills .pill {
	width: 120px;
}
.purple-pills {
	position: relative;
	width: 480px;
	float: left;
	margin-top: 70px;
	padding-top: 75px;
}
.purple-pills::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 426px;
	height: 4px;
	background-color: #a200ff;
}


.middle-column {
	position: relative;
	margin-left: 394px;
	width: auto;
	min-width: 300px;
	max-width: 600px;
	height: auto;
}
.middle-column > div {
	margin-left: auto;
	margin-right: auto;
}

.ch11-wrap {
	position: relative;
	width: 180px;
	height: 180px;
}
.chapter11-debtor {
	position: relative;
	border-radius: 50%;
	color: #000;
	width: 180px;
	height: 180px;
	text-align: center;
	background: #FAD08D;
	background: -webkit-linear-gradient(#FAD08D, #FCDFB1);
	background: -moz-linear-gradient(#FAD08D, #FCDFB1);
	background: linear-gradient(#FAD08D, #FCDFB1);
	border: 5px solid #0d5071;
	font-size: 20px;
	font-weight: bold;
	padding-top: 68px;
	z-index: 7;
	margin-top: 100px;
	line-height: 1em;
}
.chapter11-debtor > span {
	display: block;
	position: absolute;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.ch11-wrap .vert-line {
	left: 50%;
	height: 97px;
	top: -102px;
}
.ch11-wrap .horz-line .line-right {
	right: -150px;
	width: 150px;
	top: 50%;
}
.ch11-wrap .horz-line .line-left {
	left: -100px;
	width: 100px;
	top: 50%;
}

.us-trust {
	top: -8px;
	left: -60px;
}
.bk-court {
	top: 35px;
	left: -135px;
}
.ch11-emp {
	top: 77px;
	left: -103px;
}
.ch11-sec-cred {
	top: 122px;
	left: -140px;
}

.cred-com {
	top: -8px;
	right: -135px;
}
.trade-cred {
	top: 35px;
	right: -125px;
}
.ch11-cust {
	top: 77px;
	right: -103px;
}
.exec-cont {
	top: 122px;
	right: -164px;
}


.pre-fall-bar {
	position: relative;
	margin-top: 50px;
}
.pre-fall-bar > .vert-line {
	height: 115px;
	top: -80px;
	left: 50%;
}

.prearrange-pill {
	position: relative;
	float: left;
}
.prearrange-pill > .pill .vert-line {
	height: 32px;
	top: 66px;
	left: 50%;
}
.prearrange-pill > .horz-line {
	width: 195px;
	right: -203px;
	top: 50%;
}

.prepack-path {
	position: absolute;
	right: -190px;
	top: 0px;
}
.prepack-path > .horz-line:first-child {
	width: 345px;
	left: -355px;
	top: 35px;
}
.prepack-path .tall-vert-line {
	height: 1005px;
	background-color: none;
	background: url('../images/dotted-line-bg.png') repeat-y center center;
}
.prepack-path > .horz-line:last-child {
	width: 295px;
	left: -205px;
	bottom: 0;
}


.prearranged-grouping {
	position: relative;
	margin-top: 65px;
	margin-bottom: 25px;
}
.prearranged-grouping .pill {
	float: left;
	margin-right: 30px;
}
.prearranged-grouping > .horz-line {
	width: 70.75%;
	top: -35px;
	left: 90px;
}
.prearranged-grouping > .horz-line.bottom {
	width: 70.75%;
	top: auto;
	bottom: -24px;
	left: 90px;
	margin-bottom: 0px !important;
}
.prearranged-grouping .pill:last-child {
	margin-right: 0px;
}
.prearranged-grouping .pill > .vert-line.top {
	height: 25px;
	left: 50%;
	top: 12px;
}
.prearranged-grouping .pill > .vert-line.bottom {
	height: 25px;
	left: 50%;
	top: 65px;
	margin-bottom: 0px !important;
}


.box {
	position: relative;
	width: 125px;
	height: 125px;
	background-color: #cbffff;
	border: 4px solid #0d5071;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 40px 10px 0 10px;
	z-index: 8;
	line-height: 1.2em;
}
.box-callout {
	position: absolute;
	text-align: left;
	border-left: 2px solid #0d5071;
	font-size: 14px;
	font-weight: normal;
	width: 300px;
}
.box-callout::before {
	content: "";
	display: block;
	border-bottom: 2px solid #0d5071;
	width: 8px;
}
.box-callout::after {
	content: "";
	display: block;
	border-top: 2px solid #0d5071;
	width: 8px;
}
.box-callout .line {
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #0d5071;
}



.db-wrap .box-callout {
	left: 260px;
	top: 0;
}
.db-wrap .box-callout .line {
	width: 115px;
	left: -113px;
	top: 65%;
	transform: rotate(-20deg);
}
.first-days .box-callout {
	left: 200px;
	top: -25px;
	width: 225px;
}
.first-days .box-callout .line {
	width: 87px;
	left: -85px;
	top: 50%;
	transform: rotate(-20deg);
}
.BAU .box-callout {
	right: 185px;
	top: -25px;
	border-right: 2px solid #0d5071;
	border-left: none;
}
.BAU .box-callout::before,
.BAU .box-callout::after {
	float: right;
}
.BAU .box-callout .line {
	width: 68px;
	right: -68px;
	top: 60%;
	transform: rotate(20deg);
}
.two-boxes .box-callout {
	left: 197px;
	top: 90px;
	width: 245px;
}
.two-boxes .box-callout .line {
	width: 100px;
	left: -90px;
	top: 15%;
	transform: rotate(40deg);
}
.exit .box-callout {
	width: 275px;
	border-right: 2px solid #0d5071;
	border-left: none;
	right: 195px;
	top: 20px;
}
.exit .box-callout .line {
	width: 82px;
	right: -80px;
	top: 42%;
	transform: rotate(-25deg);
}
.exit .box-callout::before,
.exit .box-callout::after {
	float: right;
}
.box.exit {
	margin-top: 100px;
	margin-left: 330px;
}
.exit .vert-line {
	height: 95px;
	top: -105px;
	left: 50%;
}



.first-days {
	margin-top: 90px;
}
.BAU,
.three-boxes {
	margin-top: 75px;
}
.first-days .vert-line,
.BAU .vert-line,
.three-boxes .vert-line {
	height: 70px;
	top: -81px;
	left: 50%;
}


.three-boxes {
	position: relative;
	width: 500px;
	padding-top: 67px;
	margin-bottom: 38px;
}
.three-boxes > .box {
	display: inline-block;
}
.three-boxes .box.middle {
	margin-left: 55px;
	margin-right: 55px;
}
.three-boxes .horz-line {
	width: 377px;
	top:  -15px;
	left: 62px;
}
.tail-lines .vert-line {
	height: 69px;
	top: auto;
	bottom: -43px;
}
.tail-lines .one {
	left: 61px;
}
.tail-lines .two {
	left: 249px;
}
.tail-lines .three {
	left: 431px;
}


.two-boxes {
	position: relative;
	width: 310px;
	padding-top: 65px;
}
.two-boxes > .box.first {
	float: left;
}
.two-boxes .box.last {
	float: right;
}
.two-boxes .box .vert-line {
	height: 50px;
	top: -62px;
	left: 50%;
}
.two-boxes .horz-line.big {
	width: 263px;
	left: -34px;
	top: 0px;
}
.two-boxes .horz-line.small {
	width: 72px;
	right: -31px;
	top: 0px;
}

.mobile-alert {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 30px 15px;
	font-size: 18px;
	line-height: 1.3em;
}

@media screen and (max-width: 1189px) {
	.debtor-timeline {
		display: none;
	}
	.mobile-alert {
		display: block;
	}
}

/*.middle-column.chapter-11 {
	display: none;
}*/

/*
on pill hover: change BG color and move arrow
on pill click: keep bg color, show middle-column
*/

.debtor-timeline .copyright {
	font-size: 12px;
	line-height: 1.2em;
	width: 60%;
	margin: 100px auto 0 auto;
}