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

/* new with sticky header/breadcrumb trail */	
.nest-breadcrumb {
	margin: 0 auto;
	max-width: 1000px;
	padding: 24px 2em 15px 2em;
	background-color: #FFFFFF;
	}
@media only screen and (max-width:880px) {
.nest-breadcrumb {
	padding: 24px 1.5em 0 1.5em;
	}
	}
/* end of new with sticky header/breadcrumb trail */		
.date {
		background-color:#eee;
		font-size: 15px;
		font-weight:700;
		color:#000;
		padding: 6px 10px 9px 10px;
		text-align:left;
		display: inline-block;
		margin-bottom: 32px;
		}
ul.layout {
	text-align:left;
	line-height: 1.5em;
	 margin-left: 0;
 	padding-left: 1em;
	}

li.layout {
		line-height: 1.5em;
		} 
	
		
/**new**/
.span_uppercase {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.05em;
	}
p.second-indent {
	padding-left: .6em;
    text-indent: -.6em;
	}
p.clearboth {
	clear:both;
	padding-top: 1.5em;
	}
.material-icons.md-18 {
	font-size: 18px;
}
.newsroom_date {
		background-color:#eee;
		font-size: 15px;
		font-weight:400;
		color:#000;
		padding: 5px 8px 8px 8px;
		text-align:left;
		display: inline-block;
		margin: 10px 0 6px 0;
		}
.text-for-cart {
	display:block;
	width: 100%;
	padding-bottom: 10px;
	font-size:16px;
	line-height:1em;
	text-align:right;
	}
@media screen and (max-width: 600px) {
.text-for-cart {
	padding-bottom: 0;
}
}
/**end of new**/	



.column-6pad-right {
    width: 47.5%;
	padding-right:2.5%;
}
.column-6pad-left {
    width: 47.5%;
	padding-left:2.5%;
}
.column-6-nopad {
    width: 50%;
}
.img-nest {
	display:block;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	}
.imgholder {
	max-width: 100%;
	line-height: 0;
	display:block;
	box-shadow: 5px 5px 8px #ccc;
	-webkit-box-shadow: 5px 5px 8px #ccc;
	-moz-box-shadow: 5px 5px 8px #ccc; 
	}
.inset-nest {
	display:block;
	margin: 0 auto;
	}

.float-imgholder {
	float: left;
	margin: 6px 24px 5px 0;
	line-height: 0;
	box-shadow: 5px 5px 8px #ccc;
	-webkit-box-shadow: 5px 5px 8px #ccc;
	-moz-box-shadow: 5px 5px 8px #ccc;
	}
.float-imgholder-no-shadow {
	float: left;
	margin: 6px 24px 5px 0;
	line-height: 0;
	}
.box {
	box-sizing: border-box;
	margin: 1em auto 0;
	display:block;
	width: 650px;
	}
.box-2col {
	box-sizing:border-box;
	margin: 1em auto 0;
	display:block;
	width: 850px;
	}
.box-fullpage {
	box-sizing:border-box;
	margin: 1em auto 0;
	display:block;
	width: 100%;
	}

@media only screen and (max-width:890px) {
.box {
	float:none;
	width: 550px;
	display:block;
}
.box-2col {
	width: 700px;
	}
}

@media only screen and (max-width:760px) {
.box-2col, .box-fullpage {
	float:none;
	width: 100%;
}
.column-6pad-right, .column-6pad-left {
        float: none;
        width: 100%;
		clear: both;
		padding: 0;
		}
}

@media only screen and (max-width:675px) {
.box {
	width: 100%;
}
.box-2col {
	width: 100%;
	}


.img-nest {
	padding: 10px 0 20px 0;
	}
	
.inset-nest {
	padding: 10px 0 20px 0;	}
.imgholder-sm {
	max-width: 100%;
}
.float-imgholder {
	width: 125px;
	float: none;
	clear: both;
	}

.float-imgholder-no-shadow {
	width: 100px;
	float: none;
	clear: both;
	margin-top: -1em;
	}
p.clearboth {
	clear:none;
	padding-top: 0;
	}
/** end of new **/
.headline {
	font-size: 1.8;
	margin: 0 0 15px 0;
	}
.headline2 {
	font-size: 1.9;
	margin-top: 16px;
	}

}


/* program table styling */
table.program {
	  width: 100%;
	  margin: 0 0 1.5em 0;
	  padding: 0;
	  font-size: 16px;
	  font-weight:400;
	  border-top: 1px solid #ccc;
	}
	 
table.program tr {
	  background-color: #fff;
	  -webkit-box-shadow: 0 2px 2px -2px #787878;
	  -moz-box-shadow: 0 2px 2px -2px #787878;
	  box-shadow: 0 2px 2px -2px #787878; 
	  border-bottom: 1px solid #ccc; 

	}
	 
table.program th, table.program td{
	  padding: 10px;
	  text-align: left;
	  vertical-align: top;
	}
table.program th {
	font-weight: 700;
	background-color: #ededed;
	vertical-align:top;
	padding: 5px 10px; 
	}
table.program td.x {
	text-align:center;
	}
		
@media screen and (max-width: 600px) {

table.program {
	  border-top: 4px solid #ccc;
	  margin: 0;
	}	 
	 
table.program thead { display: none; }
	 
table.program tr {
	  margin: 5px 0 10px 0;
	  display: block;
	  border-bottom: 4px solid #ccc;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none; 
	  padding-bottom: 20px;
	}
	 
table.program td {
	  display: block;
	  text-align: right;
	  font-weight:700;
	  border-bottom: 1px solid #ccc;
	}
table.program th, table.program td{
	  padding: 10px 5px;
	  }
table.program td:last-child { border-bottom: 0; }
	 
table.program td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: 400;
	  text-align:left;
	  padding: 0 10px 0 0;
	  }	 
	table.program td.x {
	text-align:right;
}
}




/**webinar table styling**/

table.webinar {
	  width: 100%;
	  margin: 0 0 1em 0;
	  padding: 0;
	  font-size: 16px;
	  font-weight:400;
	  border-top: 1px solid #ccc;
	}
	 
table.webinar tr {
	  background-color: #fff;
	  -webkit-box-shadow: 0 2px 2px -2px #787878;
	  -moz-box-shadow: 0 2px 2px -2px #787878;
	  box-shadow: 0 2px 2px -2px #787878; 
	  border-bottom: 1px solid #ccc; 
	  border-collapse:collapse;
	}
	 
table.webinar th, table.webinar td{
	  padding: 10px;
	  text-align: left;
	  vertical-align: top;
	  line-height: 1.4em;
	}
table.webinar th {
	font-weight: 700;
	background-color: #ededed;
	vertical-align:top;
	padding: 5px 10px; 
	}
table.webinar td.semi {
	font-weight: 400;
	}
table.webinar td.center, table.webinar th.center {
	text-align:center;
	}
table.webinar td.right, table.webinar th.right {
	text-align:right;
	}

		
@media screen and (max-width: 600px) {

table.webinar {
	  border-top: 4px solid #ccc;
	  margin: 0;
	}	 
	 
table.webinar thead { display: none; }
	 
table.webinar tr {
	  margin: 5px 0 10px 0;
	  display: block;
	  border-bottom: 4px solid #ccc;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none; 
	  padding-bottom: 10px;
	}
	 
table.webinar td {
	  display: block;
	  text-align: left;
	  font-weight:400;
	  border-bottom: 1px solid #ccc;
	}
table.webinar td.semi {
	font-weight: 700;
	}
table.webinar td.center, table.webinar th.right, table.webinar td.right {
	text-align:left;
	}
		
table.webinar th, table.webinar td{
	  padding: 10px 5px;
	  }
table.webinar td:last-child { border-bottom: 0; }
	 
table.webinar td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: 700;
	  text-align:left;
	  padding: 0 6px 0 0;
	  }	 
}

/**end of webinar table**/
	
/* lead table styling */
table.lead {
	box-sizing:border-box;
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
	 
table.lead tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
table.lead tr:first-child {
	  border-top: none;
	}
table.lead th {
	font-size: 14px;
	line-height:1.4em;
	font-weight:900;
	color: #3358d4;
	text-transform:uppercase;
	letter-spacing:.05em;
	width: 40%;
	padding: 15px 0 10px 10px;
	text-align: right;
	}
	
table.lead td {
	  padding: 7px 15px;
	  text-align: left;
	  width: 59.6%;
	  vertical-align:bottom;
	}

table.lead td.gray {
	  padding: 7px 15px;
	  text-align: right;
	  width: 40%;
	  background-color: #ededed;
	  font-weight:700;
	  font-size: 0.9em;
	  line-height: 1.6em;
	  	}


@media screen and (max-width: 600px) {	 
table.lead {
	border: 0;
	}
table.lead tr {
	  display: block;
	  padding: 0;
	  border-top: none;
	}
table.lead th,
table.lead td {
	  box-sizing:border-box;
	  display: block;
	  width: 100%;
	  text-align: left;
	  padding-right: 5px;
	}
table.lead td.gray {
	  text-align: left;
	  width: 100%;
	  display: block;
	  box-sizing:border-box;
	}

table.lead th {
	display: block;
	padding: 20px 0 5px 0;
	}
	}
/* end of lead table styling */

/* new */
.gray-box {
	box-sizing:border-box;
	display: block;
	width: 100%;
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 8px 20px;
	font-size:.9em;
	line-height:1.5em;
	color: #000;
	font-weight:400;
	margin: 10px auto 1em;
	}
	
	


/** 
red: #F52B2B 
bright blue: #3358d4
original blue: #2455c3
yellow: c


**/
