@font-face {
 font-family: "Clario";
 src: url("/accounts/register123/thomsonreuters/synergy/Clario-Regular.woff");
 src: url("/accounts/register123/thomsonreuters/synergy/Clario-Regular.woff2");
}

@font-face {
 font-family: "Clario";
 src: url("/accounts/register123/thomsonreuters/synergy/Clario-Bold.woff");
 src: url("/accounts/register123/thomsonreuters/synergy/Clario-Bold.woff2");
 font-weight: bold;
}

@font-face {
 font-family: "Clario";
 src: url("/accounts/register123/thomsonreuters/synergy/Clario-RegularItalic.woff");
 src: url("/accounts/register123/thomsonreuters/synergy/Clario-RegularItalic.woff2");
 font-style: italic;
}

HTML{
	font-size: 16px;
	line-height: normal;
	font-family: "Clario", "Mier B", Arial, sans-serif;
	scroll-behavior: smooth;

}
body{
	margin:0;
	color:#000;
    font-family:  "Clario", "Mier B", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;	
     font-weight: 400;
     letter-spacing: normal;
}

* {
	box-sizing:border-box;
}

table, th, tr, td, pre, p, ol, ul, li, form, input, select, textarea, .text, .pageHeader, 
  a:active, a:visited, a:link, a:active, a.r123Link:link, a.r123Link:visited,  a.r123Link:active,
  .section-header, .subheader, .error, .ms-tablelayout td,  .r123formelement , i, span, div, p
{
	font-size: inherit;
    font-family: inherit;
  
}


 h1, .title {
   
    font-family: inherit;
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: normal;
}

h2 {
	font-family:  inherit;
	color: #D64000;
    font-size: 32px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
}
h1, h2, .title, .subtitle , .header {
    line-height: 1.28571;
    margin: 0 0 1.5rem
}


h2, .subtitle {
	font-family:  inherit;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700
}


.header {
	font-family:  inherit;
   font-size:20px;
    font-size: 1.25rem;
    font-weight: 700
}


tr.section-header .header {
  
	color: #D64000;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: none;
    display: block;
    border-bottom: 1px solid #D64000;
}

h3 {
   font-family:  inherit;
    color: #212223;
    font-size: 26px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: normal;
}

 h4, h5, h6 {
	 font-family:  inherit;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 900;
    line-height: 1.42857;
    margin: 0 0 1.5rem
}

h4{
	font-weight: 700;
}
 p {
    margin: 0 0 1.5rem
}


.subheader {
	
	font-family: inherit;
	font-weight: bold;
	font-size: 1em;
	color:inherit;
}
.highlight {
	
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	color:#212223;
}
.error {
	
	font-size: small;
	font-weight: inherit;
	font-size: 1em;
	font-family: inherit;
	color:#DC0A0A;
}
.text {
	font-family: inherit;
	font-size: 1em;
	
	font-family: inherit;

}
.fine-print {
	font-family: inherit;
	font-size: 0.71em;
	font-weight: normal;
}


a:link, a:active, a:visited {
	 color: #D64000;
	 text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

a:visited {
    color: #D64000
}

a:hover {
    outline: none;
    text-decoration: none
}

a:active {
    color: #D64000;
    outline: none
}


#page-table{
	border: none;
    margin: 0 auto 10px auto;
    background-color: #FFF;
	width:100%;
}
.width50 .form-table{
	/*width:50%;
	background-color:#f1f1f1;
	padding:20px;*/
}
.form-section-2Cols #page-table{
	width:100%;
}


/*navigation*/
/*Strip the ul of padding and list styling*/

.anchor-nav-menu {
	    background-color: #fff;
    box-shadow: rgba(37, 37, 39, 0.1) 0 1px 8px, rgba(37, 37, 39, 0.2) 0 1px 8px;
    position: relative;
    display: table;
    width: 100%;
    z-index: 100;
}

ul#navigation-menu a:link, ul#navigation-menu a:active, ul#navigation-menu a:visited, ul#navigation-menu a:hover {
    color: #212223;
    font-weight: 400;
}

#navigation {
    position: relative;
}
#navigation-menu:before {
	content: " ";
    display: table;
}
#navigation-menu {
	list-style-type:none;
	margin:0;
	padding:0;
	background-color: #fff;
	
}
#navigation-menu table{
	
}
/*Create a horizontal list with spacing*/
#navigation-menu td {
	/*display:inline-block;
	float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
#navigation-menu td a, #navigation-menu td a > .title{
	/*display:block;*/
	min-width:100px;
	height: 34px;
	text-align: center;
	
	color: #fff;
	text-decoration: none;
	
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	font-size:100%;
	border-bottom:2px solid transparent;
	
	
}
#navigation-menu td a > .title{
	font-size:18px;
	
}
/*Hover state for top level links*/
#navigation-menu  td.nav-cell:hover a{
	
	
}

#navigation-menu  td.nav-active a > .title{
	
}

/*Style 'show menu' label button and hide it by default*/
.nav-mobile-menu-icon{
	 display: none;
    color: #212223;
}

/*Hide checkbox*/
#nav-mobile-menu-icon {
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
#nav-mobile-menu-icon:checked ~ #navigation-menu{
    display: block;
   
	
}

#navigation-menu:before {
    content: " ";
}
#navigation-menu li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    padding: 9.8px 14px;
}


input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.logo-wrapper{
  
 
   }
.margin-bottom-10{
	margin-bottom:10px;
	
}
/*end navigation*/

.registrationForm {
	padding-top: 30px;
	padding-bottom: 20px;		
}




.header-section{
	
}


.banner-image-wrapper{
	position:relative;
	margin-bottom:0px;
}
.banner-image-wrapper {


background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
   
}


.banner-pipe{
    border: 1px solid transparent;
    padding-left: 15px;
    margin-right: 15px;
    border-right-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px ) 
{
	.banner-event-date, .event-city, .event-location{
		width:100%;
		padding:5px 0;
		display:block;
	}
	.banner-pipe {
		display:none;
	}
}

.event-social-links {
    background-color: rgba(0, 0, 0, 0.3); 
 
	padding-top: 0.8333333333em;
    padding-bottom: 0.8333333333em;
 
  position: relative;
   text-align:right;
       position: absolute;
    text-align: right;
    bottom: 0;
    width: 100%;
}
}
.social-share{
    color: white;
   
}
.social-share .fa-2x {
    font-size: 1.25em;
}
a.social-share-link {
    color: white;
}
.social-share-link {
margin: 0 8px 0 0;
color:#fff;
}
.banner-title-text{
	font-family: inherit;
	
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-title-text.left{
	width:100%;
	max-width:1250px;
	margin:auto;
	padding-left:15px;
	
}

.content-wrapper{
	margin:0 auto;
	width:100%;
	display:table;
	padding:20px 0;
}
.section-wrapper {
	padding:15px; 
	margin:0 auto;
	width:100%;
	max-width:1250px;
	box-sizing:border-box;
	display:table;

} 
.header-logo{
	box-sizing:border-box;
	margin-left:0 !important;
	padding: 15px 0;
}

.header-logo1 {margin-top:20px; margin-bottom: 20px; margin-left:30px; max-width:150px; }


.banner-section .section-header .section-title{
	line-height:250px !important;
}
.content-section{
	width:49%;
	float:left;
	padding:0 15px;
	box-sizing:border-box; 
} 
.form-section{
	width:100%;
	float:right;
	padding:0 15px;
	box-sizing:border-box;
	display:block;
}   
.content-section-2Cols{
	width:49%;
	float:left;
	padding:0px;
	box-sizing:border-box; 
	margin:18px auto;
	
} 
.form-section-2Cols{
	width:48%;
	float:right;
	padding:0px;
	box-sizing:border-box;
	display:inline-block;
	margin-top:15px;
	
}     
.responsive-image {
  display: block;
  max-width: 100%;
  height: auto;

}

.form-table {
	margin: auto;
	width:100%;
	border-collapse: separate;
    border-spacing: 0px;
    /*background-color: #f1f1f1;*/
    padding: 0px;
    
}

#formWeb .form-table {
	margin: auto;
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
	padding:0;
	background-color:transparent;
	
}
label {
	font-weight:normal;
	display: inline;
}
legend {
	border-bottom:none;
	margin: 0;
    font-weight: normal;
    font-size: 16px;
    font-family:inherit;
}
.r123formelement{
	
	line-height: inherit;
    display: inline-block;
    font-size: inherit;
    font-family:inherit;
    margin: 0 0 2px 0;
	padding: 3px 8px;
	background-color: #fff;
	background-image: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#000;
	outline: 0;
	transition: border-color .2s;
	width: 50%;
	/*uncomment the following 5 lines if you want box looking input fields*/
	
	height: 35px !important;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border: 1px solid #A9A9A9 !important;
	
	/*the following styles makes the form fields as just underline*/
	/*
	height: 26px !important;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #999;
	*/
}
textarea.r123formelement{
	height:76px !important;
}
.form-section-2Cols .r123formelement{
	width:100%;
}
.r123formelement:focus {
	border-color: #bbb;
	outline: 0;
	/*comment the following line if you want box looking input fields*/
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.r123FormSubmit{
 display: inline-block;
 padding: 14px 30px;
 font-size: 16px;
 line-height: 1.4;
 font-weight: 700;
 text-decoration: none;
 margin: 30px 0;
 border: 3px solid transparent;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-style: none;
	cursor: pointer; 
	color: #ffffff;
 background-color: #D64000;
 border-top-color: transparent;
 border-bottom-color: #D64000;
	
  
}
a.r123FormSubmit:link,  a.r123FormSubmit:active , a.r123FormSubmit:visited, a.r123FormSubmit:hover {
	text-decoration:none;
	color: #fff !important;
}
.r123FormSubmit:hover{
	background-color: #cc4700;
	color:#fff !important;
}
#username, #password{
	width:100%;
}

input#intRegGroupID {
    width: 150px;
}

.form-table input[type=checkbox], .form-table input[type=radio]

 {         
    width:auto !important;  
    height: auto !important;  
	margin: 0px 6px 0 0;
	padding:0;
	border:none;
	box-shadow:none;
 }       
 .form-table input[type=checkbox] + .text
 {
  vertical-align:top;
  display: inline-block;

 }
 .control-label{
	 margin-right:5px;
 }
 /*tables*/
table[data=entryTable] table {
    border-spacing: 4px;
    border-collapse: separate;
}

table[data=agendaTable]{
	width:auto;
	margin-left:0;
	min-width: 300px;
}
table[data=attendeeTypeTable]{
	width:auto;
	margin: 10px 0;
	text-align:left;
	min-width:300px;
}
input[name=reg_frn_reg_cat_id] {
    margin: 0 10px !important;
}
table[data=groupTable] {
	width:auto;
	margin: 0;
}
.form-section-2Cols table[data=attendeeTypeTable]{
	width:100%;
}
.form-section-2Cols table[data=attendeeTypeTable] label, .form-section-2Cols table[data=attendeeTypeTable] td:nth-child(2){
	float:right;
}

table[data=profileTable], table[data=questionTable]{
	border-spacing:0 5px;
	border-collapse:separate;
}

table[data=verifyTable], table[data=transactionSummaryTable], table[data=agendaTable], table[data=personalAgendaRemoveTable], 
table[data=personalAgendaTable], table[data=regMultipleTable], table[data=confirmationTable]{
	text-align:left;
	border-collapse: separate;
   border-spacing:5px;
   
}
table[data=verifyTable], table[data=transactionSummaryTable], table[data=regMultipleTable], table[data=confirmationTable]{
	border-spacing: 0px 5px;
	width:100%;
}

table[data=ccPaymentMethodTable]{
	text-align:left;
	border-collapse: separate;
   border-spacing:5px ;
   width:100%;
}

table[data=personalAgendaTable], table[data=personalAgendaRemoveTable]{
	width: 100%;
}
table[data=agendaTable] td{
	vertical-align:top;
	padding:10px 2px;
}
table[data=agendaTable] .title {
	background-color: #0874E3 ;
    display: table;
    width: 100%;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
table[data=agendaTable]  td:nth-child(3){
	/*time cell*/
	min-width:200px;
	
}
table[data=agendaTable] .subtitle {
	font-weight:bold;
	display:block;
	padding-top:5px;
}
table[data=agendaTable] label > .text > div{
	font-weight:bold;
	color:#0874E3;
}
 
 /*session section*/
#load-section{
	margin-top:10px;
}
.certain-session-title{
 background-color: transparent !important;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
border-top:1px solid #CCC !important;
border-bottom: none !important;
}
.certain-session-title:hover{
	background-color:transparent !important;
}
.certain-session-body{
	padding:10px;
}
.add-btn {
    background-color: #0874E3 !important;
	color:#fff;
}
.certain-container {
	padding-left:0 !important;
}
.certain-col, .certain-col-xs-1, .certain-col-sm-1, .certain-col-md-1, .certain-col-lg-1, .certain-col-xs-2, .certain-col-sm-2, .certain-col-md-2, .certain-col-lg-2, 
.certain-col-xs-3, .certain-col-sm-3, .certain-col-md-3, .certain-col-lg-3, .certain-col-xs-4, .certain-col-sm-4, .certain-col-md-4, .certain-col-lg-4, 
.certain-col-xs-5, .certain-col-sm-5, .certain-col-md-5, .certain-col-lg-5, .certain-col-xs-6, .certain-col-sm-6, .certain-col-md-6, .certain-col-lg-6, 
.certain-col-xs-7, .certain-col-sm-7, .certain-col-md-7, .certain-col-lg-7, .certain-col-xs-8, .certain-col-sm-8, .certain-col-md-8, .certain-col-lg-8, 
.certain-col-xs-9, .certain-col-sm-9, .certain-col-md-9, .certain-col-lg-9, .certain-col-xs-10, .certain-col-sm-10, .certain-col-md-10, .certain-col-lg-10, 
.certain-col-xs-11, .certain-col-sm-11, .certain-col-md-11, .certain-col-lg-11, .certain-col-xs-12, .certain-col-sm-12, .certain-col-md-12, .certain-col-lg-12 {
	padding-left:0 !important;
  
}
/*end session section*/
 
 .table-striped th{
	 background-color: #00B2BA !important;
    color: white;
    text-align: left;
    font-size: 18px;
    border-top: none !important;
 }
/*agenda page*/
.agenda-table{
	border:1px solid #ccc;
}
.agenda-table td:nth-child(1) {
	white-space:nowrap;
}
.day-agenda-table{
	border-collapse: collapse;
	width:75%;
}

.day-agenda-table tr {
    background-color: #EAEAEA;
    border-bottom: 2px solid white;
}
.day-agenda-table td {
    padding: 5px 10px;
    vertical-align: top;
}

.stipe-table{
	border-collapse: collapse;
	width:75%;
}
.stipe-table tr.odd-row {
    background-color: #EAEAEA;
    border-bottom: 0px solid white;
}
.stipe-table td {
    padding: 5px 10px;
    vertical-align: top;
}
/*end agenda page*/

.location-wrapper{
	    padding-top: 3.3333333333em;
    padding-bottom: 3.3333333333em;
    background-color: #4D4D4D;
}
.location-wrapper > * {
	color:#fff;
}
.col-container {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.col {
	display:table-cell;
	
}
.location-details:before{
	
	
}
.location-details{
	background-color: #AFAFAF;
	color:#fff;
	padding:50px 30px;
}
.section-heading{
	margin: 0 0 30px 0;
	color:#fff;
}

.map-container iframe, .map-container div {
    width: 100%;
    height: 100%;
    
}
.map-container img{
	  display: block;
  max-width: 100%;
  height: auto;
  margin:0 auto;
}
/* footer section*/

.footer-wrapper {
 background-color: #123021;
 color: #fff;
}

.footer-wrapper  * , ul.footer-legal-links-list li a{
	color:#fff;
}

.footer-logo-wrapper{
	float:left;
	padding-top:16px;
}
.footer-legal-links{
	float: right;
    display: block;
}
.icon-thomson-reuters-logo, .icon-thomson-reuters-tac-logo {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/accounts/register123/thomsonreuters/events/tr_templatehostedfiles/sprite-branding.png?ver=175);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 168px;
    height: 30px;
    background-position: 0 -96px;
    top: 0;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.whiteline{
	border-top:1px solid #00b2ba;
	padding:5px 0;
}

.footer-legal-links-list li{
	display: inline-block;
	padding: 16px 10px;
}
/*end footer section*/


.inline-block {
    max-width: 100%;
    display: inline-block;
}

.padding20-10{
	padding:20px 10px;
}

/*Sponsors*/
.sponsor-category{
	display: block;
    height: 60px;
   margin-top:20px;
    border-bottom: 2px solid #333;
	
}
.sponsor-category-header{
	margin-top: 0px;
    border-bottom: 0px none #333;
   font-family: inherit;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	text-transform:uppercase;
}
.sponsor-container{
	text-align:center;
	margin: 0 auto;
}	
.sponsor-container .sponsor-row{
    margin-left: -10px;
    margin-right: -10px;
}
.sponsor-row:before, .sponsor-row:after {
    content: " ";
    display: table;
}
.sponsor-item {
   
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	 position: relative;
    display:inline-block;
    min-height: 1px;
    padding: 10px;
}


.sponsor-image {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
   max-width: 100%;
    margin: auto;
	vertical-align:middle;
	
}
/*end Sponsors*/

/*crousel controls*/
.carousel-control {
	opacity: 1;
}
.carousel-control.right{
	background-image:none;
	margin-right: -25px;
	
    top: 35%;
    color: #fff;
	
}
.carousel-control.left{
	background-image:none;
	
	margin-left: -25px;
    top: 35%;
    color: #fff;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	color:#dbd9d6;
	
}
/*end carousel controls*/




@media screen and (max-width: 768px ) {
	.content-wrapper {
		
		padding: 5px 0;
	}
	.panel-body {
		padding:15px 5px;
	}
	.header{
		font-size:26px;
	}
	.section-wrapper {
		padding:0 5px; 
	}
	.banner-section .section-header .section-title{
		line-height:50px !important;
		font-size:26px;
	}
	.form-section-2Cols{
		width:98%;
		float:none;
		
	}  
	
	.content-section-2Cols{   
		display:block;
		width:98%;
		float:none;
		
	}
	.form-section{
		width:95%;
		float:none;
		padding: 0 5px;
		box-sizing:border-box;
		margin: 0 auto;
	}  
	.content-section{   
		display:block;
		width:100%;
		float:none;
		padding-top: 0;
		padding-bottom: 0;
		
	}
	.r123formelement{
		width:100%;
	}
	#navigation-menu td a, #navigation-menu td a > .title {
		line-height:normal;
		color:#fff;
	}
	/*navigation*/
	.contentNav {
		padding:0;
	}
	.contentNav > .container, .anchor-nav-menu > .container {
		padding-left:0;
		padding-right:0;
	}
	
	/*Make dropdown links appear inline*/
	.top-section-nav-wrapper{
		width:100%;
		float:none;
		padding-bottom:0
	}
	#navigation {
		padding-left:0;
		padding-right:0;
	}
	#navigation-menu{
		position: absolute;
		display: none;
		
		 width:100%;
		margin-top: 50px;
		padding: 5px 0;
		z-index:100;
	}
	
	/*Create vertical spacing*/
	ul#navigation-menu > li {
		margin-bottom: 0px;
		width:100%;
		clear:both;
		display: block;
	}
	/*Make all menu links full width*/
	#navigation-menu td, #navigation-menu td a {
		width: 100%;
		color:white;
		display:block;
	}
	#navigation-menu td a {
		padding:10px 15px;
		text-align:left;
		height:auto;
		line-height:20px;
		font-size:16px;
		font-weight:400;
		text-transform:none;
	}
	/*Display 'show menu' link*/
	.nav-mobile-menu-icon{
		display: inline-block;
		margin: 10px;
		position: relative;
		float:right;
	}
	
	.
	/*responsive navigation menu*/
	
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
		display: table-cell !important;
		white-space: pre-wrap !important;
	}

	.map-container{
		display: block;
	    width: 100%;
	    padding: 0;
	    margin-top: 10px;
	}
	
	.banner-title-text{
		position:relative;
		top:0;
		left:0;
		transform:none;
		padding-bottom:15px;
		background-color: #555;
	}
	.banner-title-text * {
	    color: white;
	}
	
	h1, .title {
		font-size:32px;
	}

}


@media screen and (max-width: 479px ) {
	
	/*remove background image and add a bg color*/
	.banner-image-wrapper {
		
	}
	.banner-image-wrapper > img{
		
	}
	

}



/*accordions*/
.panel-title, .panel-title > a:link , .panel-title > a:active, .panel-title > a:visited, .panel-title > a:hover{
	color: #F79321;
	font-weight: normal;
	width:100%;
	display:block;
}


/* speaker*/
.speaker-margin{
	margin-top: 30px;
}
.Speakerlist-Container {
    cursor: pointer;
}
.speaker-image-wrapper{
	position:relative;
	
}
.speaker-image-embed-img{
	
	max-width:100%;
	width:100%;
	display: block;
	color: #000;
	
	    text-transform: none;
    line-height: 1.38;
    font-size: 1.1111111111em;
    font-weight: 100;
}

.speaker-name-overlay::before {
	background-color: rgba(255, 255, 255, 0.7); 
	content: " ";
}
.speaker-name-overlay:before {
      background-color: rgba(255, 255, 255, 0.7); 
	content: " ";
}

.speaker-name-overlay > * {
    position: relative;
       color: #222;
}

.speaker-name-overlay{
	position: absolute;
    padding: 5px 15px;
    width: 100%;
	background-size: auto;
    bottom: 0;
    -webkit-transition: all .5s linear .2s;
    transition: all .5s linear .2s;
    
    background-color: rgba(255,255,255,0.7);
    color: #222;
}

.name-wrapper{
	display:block;
	border: 2px solid pink;
}
.speaker-name-overlay:hover{
	padding-bottom:25px;
}

.speaker-name{
	color: #222;
	font-weight:600;
	font-size: 1em;
}
.modal-content {
	padding:20px;
}
.modal-header{
	
	padding:15px 15px 0 15px;
	border-bottom: none;
}
.speaker-jobtitle{
	color: #222;
	font-weight:bold;
}

.modal-header .close {
	opacity: 0.8;
}

/* speaker*/


.sponsor-col {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 30px;
    text-align: center;
    max-width: 250px;
    max-height: 250px;
}

#loadPrivacyLegalContent {
	display:none;
}

#navigation-menu{
    border-top: thin solid #d0d0d0;
  border-bottom: .0625rem solid #eaeaea;
}
#navigation-menu td {
    height: 72px;
}
#navigation-menu, .navbar-inverse, .navbar-nav>li>.dropdown-menu {
  
background-color:#fff;
}
td.nav-cell.nav-active {
border-bottom: .3125rem solid #D64000;
    border-left: 0;
}
#navigation-menu td a, #navigation-menu td a > .title,  .navbar-inverse .navbar-nav>li>a, .dropdown-menu>li>a  {
color: #4d4d4d;
    font-weight: 500;
    line-height: 1.33333;
}

#nav-mobile-menu-icon:checked ~ .nav-mobile-menu-icon{
color: #4d4d4d;
    font-weight: 500;
    line-height: 1.33333;
}

.u-typographySmallCaps {
    font-family: Knowledge2017,Helvetica Neue,Arial,sans-serif;
    font-size: 11.483px;
    font-size: .71772rem;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1.82871;
    text-transform: uppercase;
}

tr-Heading--xl {
    font-size: 3.9375rem;
    line-height: 1.04762;
}
.tr-Heading--xl {
    font-weight: 300;
    line-height: 1.28571;
}
.tr-VerticalSpacing--l {
    margin: 0 0 2.25rem;
}
.tr-RichText--compact {
    max-width: 29.5em;
}
.tr-RichText {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 36.5em;
}

/*FAQ Section*/
.faqHeader {
    margin: 20px 0 10px 0;
    padding: 0px 15px;
}
.faq_header_1 {
    margin-top: 0;
}
.faq-section {
    border-bottom: 1px solid #333;
}
.faqHeader + .faq-section {
    border-top: 1px solid #333;
}
a.faq-accordion:link,
a.faq-accordion:visited,
a.faq-accordion:active,
a.faq-accordion:hover {
    color: #333;
    text-decoration: none;
}
.faq-accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    white-space: pre-wrap;
}
.faq-accordion.active {
    font-weight: bold;
}
.faq-panel {
    padding: 10px 40px 10px 15px;
    display: none;
    overflow: hidden;
}
.accordion-text {
    display: inline-block;
    width: 90%;
}
.accordion-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: #777 transparent transparent transparent;
    margin-top: 9px;
    margin-left: 4px;
    float: right;
    line-height: 36px;
    font-size: 18px;
}
.faq-accordion.active .accordion-caret {
    border-color: transparent transparent #777 transparent;
    margin-top: 0;
}
.faq-accordion.active .accordion-text {
    font-weight: bold;
}
.active-faq {
}
.regdetails-container {
    border-top: 1px solid #333;
} /*end FAQ section*/
.agenda-wrapper {
}
.agendaHeader {
    margin: 30px 0 10px 0;
    padding: 10px 15px;
}
.agenda-section {
}
.agendaHeader + .agenda-section {
    border-top: 1px solid #333;
}
a.agenda-accordion:link,
a.agenda-accordion:visited,
a.agenda-accordion:active,
a.agenda-accordion:hover {
    color: #333;
    text-decoration: none;
}
.agenda-accordion {
    background-color: #737373;
    position: relative;
    margin: 10px 0;
    text-align: left;
    box-sizing: border-box;
	font-weight: 700;

}
h4.accordion-title {
    margin: 0 40px 0 0;
    padding: 15px;
    color: white;
}
.accordion-title:before,
.faq-title:before {
    display: block;
    position: absolute;
    top: 15px;
    right: 1.2rem;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    color: white;
    -webkit-transition: 0.25s all 0s ease-in-out;
    transition: 0.25s all 0s ease-in-out;
}
.active .accordion-title:before,
.active .faq-title:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.agenda-accordion.active {
    font-weight: bold;
}
.agenda-panel {
    padding: 10px 30px;
    display: none;
    overflow: hidden;
}
.agenda-accordion.active .accordion-caret {
    border-color: transparent transparent #777 transparent;
    margin-top: 0;
}
.agenda-accordion.active .accordion-text {
    font-weight: bold;
}
.active-agenda {
    background-color: #d4e15b;
    transition: background 1s linear;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
}
.agenda--item {
    margin: 15px 10px;
}
.agenda-panel hr,
.faq-panel hr {
    margin: 7px auto;
    border-color: #858780;
}
@media (max-width: 600px) {
    .agenda--item {
        margin: 7px 5px;
    }
    .agenda--item > *:first-child {
        font-weight: 800;
    }
}
.agenda-panel.hide {
    display: none;
}
.agenda-panel.show {
    display: block;
} /*end agenda page*/


.register-link {
background-clip: padding-box;
    border-radius: .375rem;
    border: .0625rem solid rgba(0,0,0,0);
    display: inline-block;
    font-family: inherit;
    font-size: 18.666px;
    font-size: 1.16667rem;
    font-weight: 500;
    line-height: 28px;
    line-height: 1.75rem;
    padding: .5625rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;

    border-color: #1e1e1e;
}
.register-link:hover {
    opacity: 1!important;
background-color: #123021;
color:#fff;
}
.tr-SiteHeader-siteName {
    background-color: rgba(0,0,0,0);
    border-left: .0625rem solid #afafaf;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    line-height: 1!important;
    margin-left: 1.125rem;
    padding: 1.125rem;
color: #666;
}
.banner-image-wrapper {
    border-top: thin solid #d0d0d0;
}

.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:active, .nav-pills>li>a:hover {
    color: #D64000;
    border-bottom: 2px solid #D64000;
    background-color: #f5f5f5;
    font-weight: bold;
text-dexoration: none;
}

.nav-pills>li>a:hover {
background-color: #D64000;
color:#fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #D64000;
font-weight: bold;
}

.tab-content>.active {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
}


td.clsFormfieldTd {
	width:27%;
}
.form-table td[align=center] {
	text-align:right;
	padding-right: 3px;
}