@charset "UTF-8";
/* CSS Document */

body 
	{
	background-image:url(images/background-tile.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "franklin-gothic-urw","Lato", Arial, Helvetica, sans-serif;	
	}

#header
	{
	height: 176px;
	width: 1022px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	}

/* 2018 styles */

.fa { /*font awesome icons*/
	font-size: 14px !important;
	color: #232D4B;
	}

.section-social a .fa { /*font awesome icons*/
	font-size: 32px !important;
	color: #FFFFFF;
	}


#header-2018 {
	display: block;
	background-color: #fff;
	color: #002F6C;
	height: 4.5em;
	left: 0;
	line-height: 1.4em;
	width: 100%;
}

#header-2018-B {
	display: block;
	overflow: auto;
	background-color: #fff;
	color: #002F6C;
	/* height: 4.5em; */
	left: 0;
	line-height: 1.4em;
	width: 100%;
}

#logo {
	padding: .5em 0 0 2em;
    vertical-align: middle;
	max-width: 320px;
}

#top-links {
	float:right;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 11.75px;
	padding: 26px 8px 8px 8px;	

}

#top-links a {
	color: black;
}

#hero-image {
	object-fit: cover;
}
#hero-image img {
	width:100%;
	height:auto;
}

#hero-image-logo-large { display: inherit}
#hero-image-logo-small { display: none }

#hero-image-responsive {
	padding: 0 0 0 0; 
	background-attachment: scroll, fixed; 
	background-image: url(/images/Carnegie-Rotunda-ORG-1600x786.jpg); 
	background-position: center center; 
	background-size: cover; 
	line-height: 1.75; 
	text-align: center; 
	height: 500px
}
#hero-image-responsive img {
	width:96%;
	max-width: 750px;
	height:auto;
	padding: 1em 0;	
}

#hero-image-byline {
	position: relative;
	top: 240px;
	color: white;
	text-align: center;
}
.hero-image-byline-title {
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}

#JIS-2018-logo {
	position:absolute;
	margin: 0 auto;
	top: 100px;
	width:768px;
	height:132px
}

#date-time {
	min-height: 94px;
	font-size: 22px;
	color: rgba(25,35,45,1.00);
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 4px;
}
#archives {
	min-height: 54px;
	background-color: #a5acaf;
	padding: 32px 24px 8px 24px;
	color: white;
	font-size: 18px;
}
#archives a {
	color: white;
}
#archives a:hover {
	color: rgba(25,35,45,1.00);
	text-decoration: none;
}

.button {
	background-color: rgba(35,45,75,0.25);
	padding: 8px 28px;
}
a .button {
	color: black;
	text-decoration: none;
}
a:hover .button {
	background-color: rgba(35,45,75,0.40);
	text-deccoration: none;
}

#JIS-2018-summary {
	padding: 4%;
	font-size: 20px;
	line-height: 38px;
	background-color: #e8eaeb;
	/*font-family: 'Georgia', serif;*/

}

#delegates-row {
	display:block;
	overflow:auto;
	padding: 4%;
	background-color: #E8EAEB;
}

.video-container-container-bkg {
	background-color: whitesmoke;
}
.video-container-container {
	width: 80%;
	margin: 24px auto;
}
.video-container {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.pull-quote {
	padding: 4%;
	font-size: 18px;
	line-height: 38px;
	font-family: 'Georgia', serif;
	background-color: whitesmoke;
}


#blue-footer {
	background-color: #232D4B;
	color: rgba(255,255,255,0.85);
	width: 100%;
	margin: 0;
	padding: 0%;
	font-size: 14px;
	line-height: 26px;
}
#blue-footer a {
	color: rgba(255,255,255,0.85);
}

#copyright {
	padding: 2%;
}

.section-social {
	font-size: 22px;
}
.quotation {
	font-family: 'Georgia', serif;

}

ul.square {list-style-type: square; margin-left: -1em;}
ul.none {list-style-type: none; margin-left: -1em;}
li { line-height: 1.1em; margin-left: -1em; margin-bottom: 10px; }


/************************************************************************************
3-COLUMN RESPONSIVE LAYOUT
*************************************************************************************/
/* STRUCTURE */

#pagewrap {
	padding: 0;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.buckets {
	padding: 0px;
	width: 100%;
	margin: 40px auto;
	display: block;
	overflow: auto;
}

/* contact buckets */
.bucket-left-25 {
	float: left;
	width: 25%;
	padding: 5px 0px;
	text-align: center;
}

.bucket-middle-50 {
	float: left;
	width: 49%; /* Account for margins + border values */
	padding: 5px 0px;
	/*margin: 0px 5px 5px 5px;*/
	text-align: center;
}

.bucket-right-25 {
	float: left;
	width: 25%;
	padding: 5px auto;
	text-align: center;
}

/* regular buckets */
.bucket-left {
	float: left;
	width: 31%;
	padding: 5px 0px;
	text-align: left;
}

.bucket-middle {
	float: left;
	width: 31%; /* Account for margins + border values */
	padding: 5px 0px;
	/*margin: 0px 5px 5px 5px;*/
	text-align: left;
}

.bucket-right {
	float: left;
	width: 31%;
	padding: 5px auto;
	text-align: left;
}

.bucket-left-25, .bucket-middle-50, .bucket-right-25 {
	margin: 24px 0;
	color: inherit;
	font-size: inherit;
}
.bucket-left, .bucket-middle, .bucket-right {
	margin: 12px 0;
	color: inherit;
	font-size: inherit;
	list-style-position: inside;
	text-indent: -0.6em;
}

.bucket-left-half {
	float: left;
	width: 40%;
	padding: 5px 5%;
}
.bucket-right-half {
	float: left;
	width: 40%;
	padding: 5px 5%;
}


/* for 900px or less */
@media screen and (max-width: 900px) {
	.buckets {
		width: 100%;
	}
	
	.bucket-left {
		width: 41%;
		padding: 0% 2%;
	}
	.bucket-middle {
		width: 41%;
		padding: 0% 2%;
		float: right;
	}
	.bucket-right {
		clear: both;
		padding: 0% 2%;
		width: auto;
		float: none;
	}
	
	.bucket-left-half {
		width: 100%;
		float: none;
		padding: 5px 2%;
	}
	.bucket-right-half {
		width: 100%;
		float: none;
		padding: 5px 2%;
	}

	.bucket-left-25 {
		width: 100%;
		float: none;
	}
	.bucket-middle-50 {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.bucket-right-25 {
		width: 100%;
		float: none;
	}
}

/* for 600px or less */
@media screen and (max-width: 600px) {
	#hero-image-logo-large { display: none }
	#hero-image-logo-small { display: block }
	#hero-image-responsive img { 
		width:70%;
		height:auto;
		padding: 1em 0;	
	}
	#hero-image-byline { top: 180px; }
	
	.bucket-left {
		width: 100%;
		float: none;
	}
	
	.bucket-middle {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
	.bucket-right {
		width: 100%;
		float: none;
	}
	.bucket-left-half {
		width: 100%;
		float: none;
		padding: 5px 0px;
	}
	.bucket-right-half {
		width: 100%;
		float: none;
		padding: 5px 0px 5px 0px;
	}
	
	#blue-footer {
	width: 92%; 
	padding: 4%;
	}

}
/* for 480px or less */
@media screen and (max-width: 480px) {
	h1 {
		font-size: 2em;
	}
}


	
/*********  END 2018 STYLES *******/

#nav-about
	{
	height:34px;
	width:100%;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	}	
	
#home-content
	{
	width:975px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	height:auto;
	}

#content
	{
	width:825px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	height:auto;
	}
	
	

.subhead
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #333333;
	}
	

#body-home-left
	{
	float:left;
	width:220px;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	}
	
#body-home-right
	{
	float:right;
	width:600px;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	}


#body-first
	{
	width:825px;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	}
	
	#body-first-dec
	{
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	}

#body-first-home
	{
	width:825px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align:left;
	}


#body-left
	{
	float:left;
	width:400px;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}

#body-right
	{
	float:right;
	width:680px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}
	
#body-right h1 {
	font-size:20px;
	margin-top:0px;
}

#body-right h2 {
	font-size:20px;
	margin-top:0px;
	line-height:10px;
	font-style:italic;
}

.top {
	margin-bottom: 30px;
}
	

#body-wide-dec
	{
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}

#body-wide
	{
	width:825px;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}

#box-btm-border
	{
	background-image: url(images/borderBTM.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	width:100%;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDF0F6;
	padding-top: 20px;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

#sponsors
	{
	height:275px;
	width:896px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#CWsponsors
	{
	height:175px;
	width:936px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	}

#hosts
	{
	height:156px;
	width:498px;
	margin:0 auto 0;
	padding-left: 110px;
	}

#footer
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-repeat: repeat-x;
	background-position:top;
	width:100%;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:20px;
	height:100%;
	}
	
#CWfooter
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-image: url(images/borderTOP.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:100%;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDF0F6;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	}
	
	#summitfooter
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-image: url(images/borderTOP.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:100%;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDF0F6;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	}
	
.clearboth
	{
	clear:both;
	height:0px;
	}
	
.bold
	{
	font-weight:bold;
	color:#333333;
	}
	
a
	{
	color:#E57200;
	text-decoration:none;
	}

a.grey
	{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	}


a:hover
	{
	text-decoration:underline;
	color:#333333;
	}

img.icon
	{
	padding-right:32px;
	float:left;
	}
	
#birch
	{
	float:right;
	margin-top:-20px;
	margin-right:20px;
	padding-bottom:10px;
	}

#content-box-btm-border{
	background-image: url(images/borderBTM.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	width:100%;
/*	margin:0 auto;*/
	background-color: #EDF0F6;
	padding-top: 0px !important;
	height: auto;
	padding-bottom: 12px;
	margin-bottom: 20px;
	position:relative;
} 

#tbl_delegates{
    color: #163B93;
    width: 850px;
}

#tbl_delegates th{
	font-size: 17px;
    font-weight: bold;
}
.delegate_name{
	font-size: 22px;
    font-weight: bold;
    padding: 0px;
    margin:0px;
    line-height: 35px;
}
.delegate_des{
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 15px 0px;
    margin:0px;
    line-height: 13px;
}
.delegate_detail{
    display: none;
}
.tb_delegate_detail td{
    /*border: 1px solid blue;*/
    width: 50%;
    padding: 15px 50px 0px 0px;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
.selection_delegate_name{
    color: #F4911C;
	font-size: 22px;
    font-weight: bold;
    padding-right:20px;
    float: left;
}
.selection_delegate_des{
    color: #F4911C;
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4px;
}

.container_delegate_head_1{
    background-image:url(images/t1.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 49px;
    width: 850px;
}
.container_delegate_head_2{
    background-image:url(images/t2.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 49px;
    width: 850px;
}
.container_delegate_head_3{
    background-image:url(images/t3.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 49px;
    width: 850px;
} 
/*.container_delegate_details_1, .container_delegate_details_2, .container_delegate_details_3{*/
.container_delegate_details{
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-bottom: 40px;
	display:none;
}
.dele_inner{
    padding: 2px 0px 20px 20px;
}

.sidebar
    {
    line-height: 17px;
	margin-top: 170px;
	margin-left: 21px;
	margin-right: 20px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
    }
	
.tbl_times
	{
	font-size: 14px;
	font-weight:bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}		
	
#body-detail
	{
	width:725px;
	margin-top:2px;
	margin-left: 45px;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	}	
	
.boldsmall
	{
	font-weight:bold;
	color:black;
	font-size: 11px;
	line-height: 16px;
	}
	
h1
	{
	color: #163B93;
	font-size:17px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;	
	}
	
#nav-left {
	border-right: 1px solid #838383;
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 15px 10px 0;
	margin-bottom:10px;
}

#nav-left a {
	color:#333333;
}

#nav-left a:hover {
	color:#990000;
	text-decoration:none;
}

#nav-left ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 23.3px;
    text-transform: uppercase;
}

#nav-left ul li ul {
	list-style-image:url('images/list.png');
	list-style-position:inside;
	text-transform:none;
	font-weight:normal;
}

#nav-left img {
	margin-top:35px;
}
		
#body-first-summits
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align:left;
	}
	
#body-first-summits p {
	margin: 0px;
}

#sub {
	margin:0 0 0 -20px;
}
 .about p{
	margin:0;
 }
 
 .summit img {
	 margin-left: -120px;
 }
 
 .summit p{
	margin:0;
 }
 
 #no-margin {
	 margin: 0px;
 }


.remarks1 {
	background:url(images/remarks1.png);
	background-position: 0px 0px;
	width:250px;
	height:216px;
	margin-top: 35px;
}

.remarks1:hover {
	background-position: 0px -226px;
}

.remarks2 {
	background:url(images/remarks2.png);
	background-position: 0px 0px;
	width:250px;
	height:191px;
}


.remarks2:hover {
	background-position: 0px -201px;
}

#brief {
	margin-right:50px;
	background: url(images/media_brief.jpg) no-repeat scroll 0 0;
	height: 197px;
	width: 350px;
	margin: 23px 50px 0 30px;
	border: 3px solid gray;
}

#brief:hover {
	margin-right:50px;
	background: url(images/media_brief.jpg) repeat scroll 0 197px;
	height: 197px;
	width: 350px;
	margin: 23px 50px 0 30px;
	border: 3px solid gray;
}

#setup {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_setup.jpg) no-repeat scroll 0 0;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#setup:hover {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_setup.jpg) repeat scroll 0 197px;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#money {
	float:left;
	display:block;
	background: url(images/media_money.jpg) no-repeat scroll 0 0;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#money:hover {
	float:left;
	display:block;
	background: url(images/media_money.jpg) repeat scroll 0 197px;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#thinking {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_thinking.jpg) no-repeat scroll 0 0;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#thinking:hover {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_thinking.jpg) repeat scroll 0 197px;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#location {
	float:left;
	display:block;
	background: url(images/media_location.jpg) no-repeat scroll 0 0;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#location:hover {
	float:left;
	display:block;
	background: url(images/media_location.jpg) repeat scroll 0 197px;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#roadblocks {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_roadblocks.jpg) no-repeat scroll 0 0;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#roadblocks:hover {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_roadblocks.jpg) repeat scroll 0 197px;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#talent {
	float:left;
	display:block;
	background: url(images/media_talent.jpg) no-repeat scroll 0 0;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#talent:hover {
	float:left;
	display:block;
	background: url(images/media_talent.jpg) repeat scroll 0 197px;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#global {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_global.jpg) no-repeat scroll 0 0;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#global:hover {
	float:left;
	display:block;
	margin: 15px 50px 0 35px;
	background: url(images/media_global.jpg) repeat scroll 0 197px;
	width: 350px;
	height: 197px;
	border: 3px solid gray;
}

#buyout {
	float:left;
	display:block;
	background: url(images/media_buyout.jpg) no-repeat scroll 0 0;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#buyout:hover {
	float:left;
	display:block;
	background: url(images/media_buyout.jpg) repeat scroll 0 197px;
	height: 197px;
	width: 350px;
	margin-top:15px;
	border: 3px solid gray;
}

#cw {
	float:left;
	display:block;
	background: url(images/media_cw.jpg) no-repeat scroll 0 0;
	height: 197px;
	width: 350px;
	margin: 15px 50px 0 35px;
	border: 3px solid gray;
}

#cw:hover {
	float:left;
	display:block;
	background: url(images/media_cw.jpg) repeat scroll 0 197px;
	height: 197px;
	width: 350px;
	margin: 15px 50px 0 35px;
	border: 3px solid gray;
}

.captionLeft {
	width:350px;
	text-align:left;
	margin:0 0 10px 35px;
	float:left;
	display:block;
}

.captionRight {
	width:350px;
	text-align:left;
	margin:0 0 10px 56px;
	float:left;
	display:block;
}

.leftHalf {
	width:49%;
	float:left;
	clear:none;
}

.rightHalf {
	width:50%;
	float:right;
	clear:none;
}