@charset "UTF-8";
/*
	CSS Document for Wharton Restructuring and Distressed Investing Conference 2016.
	Copyright (c) 2015 Neuro-Designs. All rights reserved.

	Colors:
	#BF0D0D - red
	#140634 - blue
	#E0510C - orange
	#ABBFE3 - light blue

*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } /* HTML5 display-role reset */
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* General Settings */

* {
	margin: 0;
	}

html, body {
	height: 100%;
	}

.wrapper {
	background: #f7f4ea;
	width: 1140px;
	min-width: 1140px;
	padding: 0;
	border-right: 10px solid #222;
	position: relative;
	}

body {
	background: #333;
	font: 10px/20px 'Fira Sans', sans-serif;
	font-size: 62.5%;
	color: #333;
	}

a:link, a:visited {
	color: #BF0D0D;
	font-weight: 700;
	text-decoration: none;
	}

	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	color: #140634;
	font-weight: normal;
	}

	h2 {
		color: #BF0D0D;
		margin-bottom: 1em;
		font-size: 3em;
		line-height: 1.1em;
		}

	h3 {
		margin-bottom: 1em;
		font-size: 2.1em;
		}

	h4 {
		color: #BF0D0D;
		margin-bottom: 1.5em;
		font-size: 1.8em;
		line-height: 1.4em;
		}

	h5 {
		margin-bottom: 1.5em;
		font-size: 20px;
		}

		h5.subtitle {
			font-size: 15px;
			}

p, table {
	margin-bottom: 1.5em;
	font-size: 1.5em;
	line-height: 1.6em;
	}

ul, ol {
	margin-bottom: 1.5em;
	padding-left: 40px;
	font-size: 15px;
	line-height: 1.6em;
	}

	ul li {
		list-style-type: disc;
		list-style-position: outside;
		}

	ol li {
		list-style-type: decimal;
		list-style-position: outside;
		}

img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	}

blockquote {
	margin: 0 20px 1.5em 0;
	}

strong {
	font-weight: 700;
	}

em, cite {
	font-style: italic;
	}

small {
	font-size: 0.9em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.5em;
	vertical-align: top;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

/* Additional Classes */

.hidden {
  display: none;
  }

ul.past {
  width: 710px;
  padding: 0;
  }

  ul.past li {
    float: left;
    width: 234px;
    margin: 1px;
    list-style: none;
    text-align: center;
  }

    ul.past li a:link, ul.past li a:visited {
      display: block;
      background: #999;
      padding: 25px;
      color: #fff;
    }

      ul.past li a:hover {
        background: #BF0D0D;
      }

.nomargin {
	margin: 0;
	}

.margin5px {
	margin-bottom: 5px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	}

.alignright {
	float: right;
	margin-left: 20px;
	}

hr {
	clear: both;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

a.more {
	background: url(../images/bg-arrow-green.png) no-repeat;
	background-position-y: 1px;
	padding-left: 25px;
	}

a.button {
	background: #1960a9;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	}

	a.button:hover {
		background: #b41015;
		}

	a.button em {
		font-weight: normal;
		}

.inset {
	background: #fcf4bf;
	padding: 10px 20px;
	border: 1px solid #e5deae;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

	.inset p:last-child {
		margin: 0;
		}

p.venue {
	overflow: hidden;
	}

	p.venue img {
		float: left;
		margin-right: 25px;
		}

p.time {
	color: #fff;
	font-weight: 700;
	}

p.mediaPolicy {
  font-size: 1.2em;
  padding: 0 15px;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #ddd;
	margin: 30px 0;
	}

ul.panelList {
	margin: 0;
	padding: 0;
	}

	ul.panelList li {
		background: #BF0D0D;
		margin: 0 1px 1px 0;
		list-style: none;
		color: #fff;
		}

		ul.panelList li a:link, ul.panelList li a:visited {
			background: #BF0D0D;
			display: block;
			padding: 10px;
			color: #fff;
			}

			ul.panelList li a:hover {
				background: #140634;
				}

		ul.panelList a i {
			margin-top: 3px;
			float: right;
			}

p.notification {
	display: none;
	background: #f0bc00;
	padding: 15px;
	font-weight: 700;
}


.quickJump {
	background: #fcfdf5;
	border: 1px solid #ddd;
	border-left: none;
	margin: 0 0 40px -41px;
	padding: 20px 0 0 0;
	}

	.quickJump h5 {
		color: #999;
		font-size: 1.5em;
		margin-left: 40px;
		}

	.quickJump ul {
		font-size: 1.4em;
		}

		.quickJump ul li {
			list-style-type: none;
			}

			.quickJump ul li a:link, .quickJump ul li a:visited {
				}

/* Layout Settings */

div.notification {
  width: 100%;
  min-width: 100%;
  background: #BF0D0D;
  }

  div.notification p {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 25px;
  }

header {
	width: 100%;
	min-width: 100%;
	border-top: 10px solid #BF0D0D;
	overflow: hidden;
	}

	header hgroup {
		background: url(../images/theme.svg) no-repeat bottom;
		width: 1140px;
		height: 475px;
		text-indent: -10000em;
		}

#navigationWrapper {
  position: absolute;
  top: 0;
  left: 0;
  }

nav {
	min-height: 40px;
	margin-bottom: 1.5em;
	overflow: hidden;
	}

nav a:link, nav a:visited {
	display: block;
	margin-bottom: 1px;
	padding: 10px 15px;
	color: #140634;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5em;
	}

	nav a:hover, nav a.current {
		background: #140634;
		color: #fff;
		}

		nav a:hover {
			background: #999;
			border-right: 5px solid #666;
			}

		nav a.current {
  		border-right: 5px solid #BF0D0D;
		}

		nav a.current i {
			margin-top: 3px;
			float: right;
			color: #ABBFE3;
			}

			nav a.current:hover {
				background: #140634;
				}

	nav a:first-child {
		border-top: 0;
		}

	nav a:last-child {
		margin-bottom: 0;
		border-bottom: 0;
		}

	#btnRegister {
		background: #E0510C;
		display: block;
		margin-top: 30px;
		padding: 10px 15px 12px 15px;
		color: #fff;
		font-size: 20px;
		font-weight: normal;
		}

		#btnRegister:hover {
			background: #140634;
			}

		#btnRegister i {
  		float: right;
  		margin-top: 5px;
  		margin-left: 10px;
		}

#contents {
	background: #f0f0f0;
	width: 100%;
	min-width: 1140px;
	padding-top: 30px;
	padding-bottom: 50px;
	overflow: hidden;
	}

	#contents .plc {
		width: 1140px;
		position: relative;
	}

	#column {
		background: #fafafa;
		width: 710px;
		min-height: 550px;
		float: right;
		margin-right: 40px;
		padding: 40px;
		overflow: hidden;
		}

		#column iframe {
			margin: 20px -40px -40px -40px;
			}

	aside {
		width: 229px;
		float: left;
		padding: 0 40px;
		}

		.download {
			overflow: hidden;
			margin-bottom: 1.5em;
			padding: 15px;
			color: #fff;
			font-size: 1.4em;
			font-weight: bold;
			}

			.download p {
				margin: 0 !important;
				}

			.download small {
				font-style: italic;
				font-size: 0.8em;
				opacity: .75;
				}

			.download img {
				float: left;
				margin: 0 10px 0 0;
				}

			.download a:link, .downloadPB a:visited {
				display: inline-block;
				margin-top: 5px;
				padding: 5px 10px;
				color: #fff;
				}

				.download a:hover {
					background: #666 !important;
					}

			.download.PB {
				background: #b41015;
				}

				.download.PB a {
					background: #140634;
					}

			.download.PPT {
				background: #1e2242;
				}

				.download.PPT a {
					background: #BF0D0D;
					}

	.halfcol {
		width: 335px;
		margin-right: 40px;
		}

		.halfcol.left {
			float: left;
			}

		.halfcol.right {
			float: right;
			margin-right: 0;
			}

	.keynoteHome {
		background: #140634;
		margin: -40px;
		margin-top: 30px;
		margin-bottom: 40px;
		padding: 40px;
		color: #fff;
		overflow: hidden;
		}

		.keynoteHome h3 {
			color: #fff;
			}

		.keynoteHome .keynoteBlock {
			width: 223px;
			float: left;
			margin-right: 20px;
			padding: 0;
			}

			.keynoteHome .keynoteBlock:last-of-type {
  			margin-right: 0;
			}

			.keynoteHome .keynoteBlock a {
				min-height: 340px;
				display: block;
				padding: 0;
				}

			.keynoteHome .keynoteBlock a:hover {
				background: #BF0D0D;
				}

        .keynoteHome .keynoteBlock a:hover * {
          color: #fff !important;
        }

			.keynoteHome .keynoteBlock img {
				width: 100%;
				margin-bottom: 10px;
				}

			.keynoteHome .keynoteBlock h4 {
  			margin-bottom: 0;
				color: #BF0D0D;
				font-size: 16px;
				line-height: 1.5em;
				padding: 0 10px;
				}

			.keynoteHome .keynoteBlock h5 {
				margin-bottom: 2px;
				color: #f7f4ea;
				font-size: 14px;
				line-height: 1.5em;
				padding: 0 10px 15px 10px;
				}

#sponsors {
	background: #fff;
	width: 1140px;
	min-width: 1140px;
	border-right: 10px solid #222;
	}

	#sponsors .plc {
		width: 1060px;
		padding: 30px 40px 0px 40px;
		overflow: hidden;
		}

	#sponsors .sponsorBlock {
		float: left;
		overflow: hidden;
		margin-right: 30px;
		}

		#sponsors .sponsorBlock.last {
			margin: 0;
		}

		#sponsors .sponsorBlock h6 {
			margin-bottom: 30px;
			color: #999;
			font-size: 1.5em;
			}

		#sponsors .sponsorBlock img {
			max-width: 100%;
			max-height: 100%;
			margin: 0 30px 30px 0;
			}

footer {
	background: #BF0D0D;
	width: 1140px;
	height: 100px;
	min-width: 1140px;
	padding: 5px 0 20px 0;
	border-right: 10px solid #222;
	overflow: hidden;
	}

	footer .plc {
		width: 1060px;
		padding: 20px 40px 40px 40px;
		}

		footer .plc p.copyright {
			float: left;
			margin: 0;
			font-size: 1.2em;
			color: #fff;
			}

		footer .plc p.wsiLogo {
			width: 140px;
			float: right;
			margin: 0;
			text-align: right;
			}

		footer .plc a:link, footer .plc a:visited {
			color: #fff;
			}

			footer .plc a:hover {
				color: #e5f4ce;
				}

/* Speaker Modules */

.panel {
	position: relative;
	}

	.panel h4 {
		padding-right: 150px;
	}

.profile {
	clear: both;
	margin-bottom: 30px;
	position: relative;
	}

	.profile .photo {
		width: 160px;
		margin-bottom: 1.5em;
		}

	.profile .info {
		margin-bottom: 4em;
		}

		.profile .info h4 {
			margin: 0;
			font-size: 2em;
			line-height: 1.4em;
			}

			.profile .info h4 i {
  			margin-left: 5px;
			}

		.profile .info h5 {
			line-height: 1.5em;
			font-size: 1.7em;
			margin-bottom: 1.5em;
			}

.profile.keynote {
  margin-bottom: 30px;
  overflow: hidden;
  }

.profile.keynote .photo {
  float: left;
  margin-right: 30px;
  }

.profile.keynote .info {
  width: 520px;
  float: right;
  }

  .profile.keynote:last-of-type .info {
    margin-bottom: 0;
    }

  .profile.keynote.interviewer {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
    }

  .profile.keynote.interviewer .info {
    width: 400px;
    margin-bottom: -30px;
    }

    .profile.keynote.interviewer .info h4 {
      font-size: 1.6em;
      }

    .profile.keynote.interviewer .info h5 {
      font-size: 1.6em;
      }

		p.time {
			position: absolute;
			right: 0;
			top: 0;
			background: #BF0D0D;
			padding: 5px 10px;
			color: #fff !important;
			font-size: 1.2em;
			font-weight: normal;
			text-align: center;
			}


.lightboxSet {
	overflow: hidden;
	}

	.lightboxSet a:link, .lightboxSet a:visited {
		display: block;
		width: 126px;
		height: 270px;
		float: left;
		margin-right: 20px;
		padding-bottom: 20px;
		}

		.lightboxSet a:nth-child(5n+5) {
			margin-right: 0 !important;
			}

		.lightboxSet a:hover {
			background: #BF0D0D;
			}

			.lightboxSet a:hover * {
  			color: #fff !important;
				}

.profileBlock {
    text-align: left;
}

.profileBlock img {
    width: 100%;
    margin-bottom: 10px;
}

.profileBlock h5 {
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #BF0D0D;
    font-size: 1.4em;
    font-weight: normal;
}

.profileBlock h6 {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 1.2em;
}


.ajaxPopup {
	max-width: 760px;
	background: #fff;
	margin: 40px auto;
	padding: 40px;
	text-align: left;
	position: relative;
	overflow: hidden;
	}

.ajaxPopup.panelist {
	padding-top: 60px;
	}

.profileRow table.default {
	}

	.profileRow table.default tr td {
		background: #eee;
		padding: 10px 15px;
		border-right: 1px solid #f7f4ea;
		border-bottom: 1px solid #f7f4ea;
		text-align: left;
		}


table.agenda {
	width: 790px !important;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-left: -40px;
	margin-right: -40px;
	}

	table.agenda tr td {
		padding: 10px 20px;
		border-bottom: 1px solid rgba(0,0,0,.05);
		text-align: left;
		}

		table.agenda tr:last-of-type td {
  		border-bottom: none;
		}

		table.agenda tr td.time {
  		width: 150px !important;
			color: #140634;
			padding-left: 40px;
			}

		table.agenda tr td.sch2 {
			background: #BF0D0D;
			color: #fff;
			border-right: 1px solid #fff;
			}

			table.agenda tr td.sch2 a:link, table.agenda tr td.sch2 a:visited {
  			color: #fff;
			}

		table.agenda tr td em {
			font-size: 0.9em;
			color: rgba(0,0,0,.5);
			}

			table.agenda tr td.sch2 em {
  			color: rgba(255,255,255,.5);
			}

		table.agenda a:hover {
			color: #666;
			}

.sponsorRow {
	width: 786px;
	margin-bottom: 20px;
	overflow: hidden;
	}

	.sponsorRow .img {
		width: 180px;
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		}

		.sponsorRow .img img.bordered {
			border: 1px solid #d6c1ba;
			border-bottom: 1px solid #e4cbc2;
			border-right: 1px solid #e4cbc2;
			max-width: 178px;
			}

	.sponsorRow .desc {
		width: 580px;
		float: right;
		}

.panelModule {
	width: 786px;
	overflow: hidden;
	}

	.panelModule .info {
		width: 270px;
		float: left;
		}

	.panelModule .panelists {
		width: 486px;
		float: right;
		}

/* Animations */

a, #leftControl, #rightControl, span {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}