/*Layouts css goes here*/


/*  ----------------------------
    LIBRARY PAGE - SESSION TITLE
    ---------------------------- 
*/

.library-top-copy {

  padding-left: 6%;
  padding-right: 6%;

}

/*  ---------------------------------------
    GRID FOR SESSIONS on LIBRARY and EVENTS
    --------------------------------------- 
*/

.library-session-title {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
  	color: #777;
    padding-bottom: 10px;  
}

.library-featured-image {
    border: solid 1px #bbb;
    margin-bottom: 5px;  
}

.library-content-box {
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	border: none;
  	background-color: #fff;
}

.cell-box {
  	margin-top: 15px;
  	margin-bottom: 15px;
  	margin-left: 0px;
  	margin-right: 0px;
	border: solid 1px;
  	border-color: #dcdcdc;
  	background-color: #f9f9f9;
}

.cell-box-text {
  	padding-top: 20px;
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-bottom: 20px;
}

/*  -------------------
    SINGLE SESSION PAGE
    ------------------- 
*/

.event-type {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 5px;
    color: green;
}

.session-title {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
    font-style: normal;
  	margin-top: 100px;
    padding-bottom: 5px;  
}

.session-description {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 5px;
}

.speaker-head-photo {
    width: 150px;
  	border: solid 1px;
    border-color: #dcdcdc;
    margin-right: 25px;
    margin-bottom: 8px;
  	-webkit-filter: grayscale(1);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray;
}

.speaker-name {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
}

.speaker-affiliation {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 5px;
}

.speaker-bio {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
}

.single-session-media-block {
	margin-bottom: 30px;
}

.single-session-description-block {
	margin-bottom: 30px;
}

.single-session-bios-block {
	margin-top: 50px;
}

.session-separator {
    border: 0;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0.25), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.60), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.25));
}

/*  -----------------------
    PAST EVENTS SINGLE PAGE
    ----------------------- 
*/

.past-event-description-block-1 {
	margin-bottom: 60px;
}

.past-event-description-block-1-image {
  	border: 8px solid #e5e5e5;
}

.past-event-description-block-2 {
	margin-bottom: 60px;
}

.past-event-slider-block-2 {
	margin-bottom: 40px;
}

.event-intro-separator {
    border: 0;
    height: 1px;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0.25), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.60), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.25));
}

.day-event-header-line-separator-top {
    border: 0;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0.25), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.60), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.25));
}

.day-event-header-line-separator-bottom {
    border: 0;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0.25), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.60), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.25));
}

.event-day-heading {
    font-size: 21px;
    line-height: 1.6em;
    font-weight: 700;
    font-style: normal;
  	padding-top: 0px;
    padding-bottom: 0px;
    color: #888;
  	text-align: center;
}

.day-event-header-block {
  	padding-top: 50px;
  	padding-bottom: 18px;
  	padding-left: 0px;
  	padding-right: 0px;
	background-color: #fff;
}

.event-steering-committee-block {
  	margin-top: 0px;
	margin-bottom: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	padding: 50px 25px 30px 25px;
    background-color: #f9f9f9;
  	border: solid 1px #dcdcdc;
}

.ornament-separator-alone {
	margin-top: 0px;
  	margin-bottom: 0px;
}

.ornament-separator-top {
	margin-top: 10px;
  	margin-bottom: 0px;
}

.ornament-separator-bottom {
	margin-top: 20px;
  	margin-bottom: 0px;
}

.event-steering-committee-intro {
  	padding-right: 4%;
}

.event-steering-committee-title {
  	padding-top: 0px;
  	padding-bottom: 0px;
	font-size: 30px;
  	color: #999;
}

.event-steering-committee-list {
  	padding-left: 30px;
	border-left: solid 1px #dcdcdc;
}

.past-event-day-content-box {
  	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	padding-top: 25px;
  	padding-left: 0px;
  	padding-right: -15px;
  	background-color: #fff;
}

.past-event-speakers-content-box {
  	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	padding-top: 0px;
  	padding-left: -15px;
  	padding-right: -15px;
  	background-color: #fff;
}

.past-events-btn {
	margin-left: 10px;
  	margin-right: 10px;
}

.upcoming-event-title-block {
	margin-bottom: 50px;
  	padding: 30px 20px 20px 20px;
    background-color: #fff;
  	border: solid 1px #dcdcdc;
}

.upcoming-events-program-block {
	margin-bottom: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	padding: 25px 25px 30px 25px;
    background-color: #f9f9f9;
  	border: solid 1px #dcdcdc;
}

.upcoming-event-title-line-1 {
    font-family: "adobe-caslon-pro", serif;
  	font-size: 28px;
  	color: #777;
	line-height: 1.2em;
  	padding-bottom: 0px;
  	margin-bottom: 0px;
	font-weight: 400;
	font-style: normal;
}

.upcoming-event-title-line-2 {
    font-family: "adobe-caslon-pro", serif;
  	font-size: 41px;
  	color: #ababab;
	line-height: 1.3em;
  	padding-bottom: 10px;
  	margin-bottom: 0px;
	font-weight: 400;
	font-style: normal;
}

.upcoming-event-title-line-3 {
    font-family: "adobe-caslon-pro", serif;
  	font-size: 18px;
  	color: #777;
	line-height: 1.4em;
  	padding-bottom: 15px;
  	margin-bottom: 0px;
	font-weight: 400;
	font-style: normal;
}

.upciming-event-line-separator-speakers {
    border: 0;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 25px;
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0.25), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.60), rgba(180, 180, 180, 0.45), rgba(180, 180, 180, 0.25));
}

.upcoming-event-program-day {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
  	padding-top: 30px;
    padding-bottom: 0px;
    color: #888;
  	text-align: center;
}

.upcoming-event-program-day-theme {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 700;
    font-style: normal;
  	padding-top: 0px;
    padding-bottom: 0px;
    color: #888;
  	text-align: center;
  	text-transform: uppercase;
}

.events-program-block {
	margin-bottom: 20px;
  	margin-left: -15px;
  	margin-right: -15px;
  	padding: 20px 20px 10px 20px;
    background-color: #f9f9f9;
  	border: solid 1px #dcdcdc;
}

.event-program-text {
    font-family: "adobe-caslon-pro", serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
}

.past-event-sessions-block {
  	margin-right: -15px;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	padding-left: -15px;
  	padding-right: -15px;
  	padding-bottom: 0px;
}

.sessions-day-block {
	margin-top: 15px;	
}

.session-time {
    font-family: "adobe-caslon-pro", serif;
	font-size: 13px;
	color: #993300;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	padding-top: 10px;
}

ol 
{
    margin-top: 0px;
  	padding-top: 0px;
}

ol li 
{
    text-indent: 0em;
    margin-left: -1.6em;
}

/*  ---------------------------
    GRID FOR SESSIONS on EVENTS
    --------------------------- 
*/

.events-cell-box {
  	margin-top: 0px;
  	margin-bottom: 28px;
  	margin-left: 15px;
  	margin-right: -15px;
	border: solid 1px;
  	border-color: #dcdcdc;
  	background-color: #f9f9f9;
}

.events-featured-image {
    margin-bottom: 3px;  
}

.events-cell-box-text {
  	padding-top: 15px;
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-bottom: 15px;
}

.events-session-title {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
  	color: #777;
    padding-bottom: 5px;
  	padding-top: 0px;
}

.speaker-cell-box {
  	margin-top: 15px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	margin-right: 20px;
  	padding-top: 15px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	background-color: #fff;
}

/*  ---------------------------
    SPEAKERS on PAST EVENTS
    --------------------------- 
*/


.speaker-head-photo-past-events {
    width: 100px;
  	border: solid 1px;
    border-color: #dcdcdc;
    margin-right: 16px;
    margin-bottom: 8px;
    -webkit-filter: grayscale(1);
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray;
}

.speaker-name-past-events {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
}

.speaker-affiliation-past-events {
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 0px;
}

.speaker-bio-past-events p {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
  	color: #777;
}



/*  ---------------------------
    VIDEO CONTAINER
    --------------------------- 
*/

.video-container {
	position:relative;
	padding-bottom: 56.3%;
	padding-top: 0px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}