/*******************************************************************/
/** OVERALL TEMPLATE **/
/** SPECIAL FONT CODE IF NEEDED
@font-face {
    font-family: 'Unscreen';
    src: url('fonts/unscreenmk-webfont.woff2') format('woff2'),
         url('fonts/unscreenmk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} **/

.glow {
	background:#ffffff;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

body {
	font-size: 10px;
	background: #aaaaaa;
}
div.two-cols {
	margin: 12px 0 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
div.two-cols > div {
	max-width: 48%;
}

.pad {
	max-width: 1200px;
	margin: 0 auto;
}
.pad.pad-large 
	padding: 70px 0; 
}
.no-pad-bottom {
	padding-bottom: 10px;
}
.pad-top {
	padding-top: 125px;
	max-width: 920px;
}
main section {
	padding: 40px 0;
}

section.colorband {	background: #e7e7e7 url('/sup/conferences/mbac25/images/colorband-shadow.png'); background-repeat:repeat-x; }

main section:nth-child(even) {
    background: #e7e7e7 url('/sup/conferences/mbac25/images/colorband-shadow.png');
    background-repeat: repeat-x;
}

    main section:nth-child(even) .sponsors {
        background: #e7e7e7;
    }

.center { text-align:center; }
.left {	float:left;	margin:5px 25px 25px 0; }

a span.red { font-size:12px; position:relative;	top:-2px; margin-left:-5px;	margin-right:2px; }

.sponsors p.leslie { font-size:17px; line-height:22px;}


/*******************************************************************/
/** HOMEPAGE STYLES */

/** INTRO AND SETUP */
main div.intro { width:75%; margin:0 auto; }
main p.intro { font-size:2em; }
main h1.intro { font-size:4em; }
main h1.intro { font-size:4em; }
main p.sub_intro { font-size:24px; }

/** SPEAKERS ON HOMEPAGE **/
div.home-cols {	margin:12px auto 20px; text-align:center; }
div.home-cols > div { width:24%; display:inline-block; vertical-align:top; }
div.home-cols div + div { margin-left:0; }
div.home-cols h4 { font-weight:bold; font-size:22px; margin-bottom:10px; }
div.home-cols p { font-size:1.6em; }
div.home-cols img { width:200px; margin:15px auto; opacity: 0.8; filter: alpha(opacity=60); }
div.home-cols img:hover { opacity: 1.0; filter: alpha(opacity=100); }
div.home-cols div.two-cols { width:90%; }
div.home-cols div.two-cols div + div { margin-left:0; }

/** CUSTOMIZABLE LEARNING ON HOMEPAGE **/
main .learntwocol { width:100%; text-align:center; margin:35px 0 20px 0; }
main .learntwocol div { display:inline-block; width:49%; }
main .learntwocol li { background:none; text-align:left; margin-bottom:25px; font-size:1.8em; margin-left:0; }
main .learntwocol li img { display:inline-block; margin-bottom:-15px; margin-right:10px; margin-left:0; }

main .iia { text-align:center; }
main .iia img { max-width:none; }

/** IIA label description at top of Agenda page **/
main em.iia  {
	background: #007492;
    margin: 0 0 5px 0;
    width: fit-content;
    padding: 3px 15px;
    color: #ffffff;
    border-radius: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: bold; }


/*******************************************************************/
/** MAIN CONTENT STYLES */

main li, main li li, main p { color:#000; font-family: 'Open Sans', sans-serif;	font-size:1.8em; line-height:1.6em; }

main p { margin-bottom: 1em; }

main ul { margin-left:21px; }
main ul li { padding-bottom:0.5em; }
main li { margin-left:10px; line-height:1.4em;
			background:url('/sup/conferences/mbac25/images/bullet.png');
		background-position: 0 -2px;
		background-repeat: no-repeat;
		padding: 0 0 0 27px; }
/* sub-bullet style - used on FAQ page */
main li li { margin-left:25px; line-height:1.4em;
			background:url('/sup/conferences/mbac25/images/sub-bullet.png');
		background-position: 0 -2px;
		background-repeat: no-repeat;
		padding: 0 0 0 27px;
		font-size:17px !important; }
main li li p { font-size:17px !important; }

main img { margin-left:13px; display:block; }
main img.button { margin-left:0; margin-top:10px; display:inline; }


main hr { border:none; background-color:#ccc; height:1px; width:auto; margin: 25px 0 5px 0; }

main table { width:100%; border-left:1px solid #666; border-right:1px solid #666; text-align:left; }
main th, main td { padding:6px;  font-size:14px; border-bottom:1px solid #666; }
main tr:first-child th, main tr:first-child th { border-top:1px solid #666; }
main th { background-color:#143868; color:#fff; }

main img.nomargin { margin:-2px 5px 5px 0; }

main p.small { font-size:1.5em;	line-height:1.4em; }
main p.large { font-size:2.2em;	line-height:1.4em; }

.red { color:#ec1c24; }
.lime { color:#a7e300; }
.nowrap { white-space:nowrap; }

/* ---------------------------- */
/* Headings */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	color: #007492;
	font-family: 'Open Sans', sans-serif;
	/* text-transform: uppercase; REMOVING FOR 2025 */
	letter-spacing: 0;
}

main h1 { font-size:5em; line-height:1.4em; /* text-transform: uppercase; REMOVING FOR 2025 */ color:#000000; margin-top:-20px; }
main h2 { font-size:2.8em; line-height:1.15em; /* text-transform: uppercase; REMOVING FOR 2025 */ font-family: 'Open Sans', sans-serif; color:#000; }
main h3 { font-size:2.4em; line-height:1.15em; text-transform:none; font-family: 'Open Sans', sans-serif; color:#000; }
main h4 { font-size:2.0em; line-height:1.2em; }
main h5 { font-size:1.4em; line-height:1.4em; }
main h6 { font-size:1.2em; line-height:1.4em; }

main h2 { margin:15px 0 10px 0;  }
main h1.minor { color:#23a8e1; font-weight:400; text-transform:uppercase;  }

.inner main h3 { margin-bottom:0.4em; }

main h3.game {
	font-family: "Unscreen", sans-serif;
    font-size: 27px;
    line-height: 0.85em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main h3.maroon {
	color: #272e31;
}

/* ---------------------------- */
/* Links */

main a.header,
main a.header:link,
main a.header:visited,
main a.header:active,
main a.header:hover { text-decoration:none !important; color:#FFFFFF !important; }

main a.action,
main a.action:link, 
main a.action:visited, 
main a.action:active, 
main a.action:hover {
		background:url('/sup/conferences/mbac25/images/action.png');
		background-position: right center;
		background-repeat: no-repeat;
		display:inline-block;
		padding:0 25px 2px 0;
		text-decoration:underline;  }
main a.action:hover { text-decoration:underline; }

main a { color:#007492; text-decoration:underline; }
main a:visited { color:#007492; }
main a:hover { color:#000; text-decoration:underline; }
main a:active { color:#009cc4; text-decoration:underline; }


/* ---------------------------- */
/* Tables  */

main table { margin-left:18px }

div.tableBorder { border: 2px solid #00946e; margin: 0; padding:0; width:100%; }

table.dataTable, table.dataTable td { }
table.dataTable { margin:0; vertical-align:top; border-collapse:collapse; }
table.dataTable td { padding:10px 5px 20px; border:none; }
table.dataTable td.full { width:705px; }

table.dataTable tr.separator td { background-color:#d3d3d3; color:#000; font-weight:bold; padding-right:15px; }
table.dataTable td.date { color:#333; font-weight:bold; width: 100px; }
table.dataTable tr.separator td.date { color:#333; border-right:1px dotted #143868; }
table.dataTable tr.bt td { border-top:1px dotted #143868; }


/*******************************************************************/
/* Columns */

div.two-cols {	margin:12px 0 20px; }
div.two-cols > div { width:47%;	display:inline-block; vertical-align:top; }
div.two-cols div + div { margin-left:5%; }
div.cols { display: -webkit-flex;  display: flex; }
div.cols.c_40-60 > div:first-child { flex:4 1 0; -webkit-flex-grow: 4 1 0; }
div.cols.c_40-60 > div:nth-child(2) { flex:6 1 0; -webkit-flex-grow: 6 1 0; }

div.three-cols > div { width:30%; display:inline-block; vertical-align:top; }
div.three-cols div + div { margin-left:3%; }

div.three-cols div.home_speaker { text-align:center; }
div.three-cols div.home_speaker h3 { margin-bottom:10px;}
div.three-cols div.home_speaker img { display:inline; margin-bottom:20px; }

div.five-cols > div { width:15%; display:inline-block; vertical-align:top; }
div.five-cols div + div { margin-left:3%; }

/**************************************************/
/* EXHIBITORS */

main ul.photos {
	text-align:center;
	margin:40px 10px 0 0;
}
main ul.photos li {
	display:inline-block;
	padding:0;
	width:185px;
	vertical-align:top;
	text-align:left;
	margin:0;
	background:none;
}
/* Exhibitor page right column */

main .exhibitorRightCol {
	display:inline-block;
	float:right;
	width:300px;
	border-left:1px solid #7f7e7e; 
	padding-left:20px;
	margin-left:20px;
	margin-top:-50px;
}

main .exhibitorRightColMobile {
	display:none;
}
a.anchor{display: block; position: relative; top: -50px; visibility: hidden;}

/*******************************************************************/
/* EXHIBITORS */
div.exhLogo { float:right; margin:30px 30px 0 25px; background-color:#fff; }
.colorband div.exhLogo { border:1px solid #d4d4d4; }
.colorband div.exhLogo img {  margin:15px; }

h2 span.new, li span.new { color:#333333; font-size:0.8em; font-weight:normal; font-style:italic; margin-left:8px; }


/*******************************************************************/
/** Buttons  **/


a.button {
	font-family: 'Open Sans', sans-serif;
	background-color: #f58132;
	border-radius: 25px;
	font-size: 1.9em;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 20px 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.029em;
	transition: opacity 0.15s ease;
	margin-bottom:30px;
}

a.button:hover {
	background: #009cc4 url('/mncpa/media/images/cpe/large-conferences/mbac25/button-bkg.png') no-repeat top left;
	color:#ffffff;
	text-decoration: none;
}
a.button:visited {
	color:#000000;
}
a.button.small {
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 4px 10px;
}

/* mbac25 three column buttons */
/* -------------------- */
div.center div.columnbutton {
	display:inline-block !important;
	margin-right:15px;
	vertical-align:top;
}
a.colbutton {
	text-transform:none !important;
}
a.colbutton_gray {
	background-color: #444444 !important;
	text-transform:none !important;
}
a.colbutton_gray:hover {
	background-color: #444444 !important;
}
/* -------------------- */

/* -------------------- */
/* Input buttons like on Select Event page */
input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	background-color: #00946e;
	/*border-radius: 6px; */
	font-size: 1.9em;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 15px 30px 18px 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.029em;
	transition: opacity 0.15s ease;
	margin-bottom:15px;
	border:none;
}
/**** This snippet makes a little white square in front of the button text ****/
/**** input[type=submit]:before {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 5px;
    background: white;
    position: absolute;
    margin-top: 5px;
    margin-left: -14px;
} */
input[type=submit]:hover {
	/*opacity: 0.75; */
	background: #65a6d4;
	color:#ffffff;
	text-decoration: none;
}

p.registerby { font-size:1.8em; line-height:1.4em; }
footer p.registerby strong { font-size:1em; line-height:1.7em; }

span.checkbox { padding-right:10px; }


/*******************************************************************/
/** Header **/


header {
	height: 153px;
	margin: 0 auto;
	position: relative;
	background: #000000 url('/mncpa/media/images/cpe/large-conferences/mbac25/master-header.png') no-repeat left top;
	background-size:contain;
	background-position:center;
}
header div.info {
	position: relative;
	top: 70px;
	left: 50px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	max-width: 400px;
	text-transform: uppercase;
}
header h1,
header h2,
header h3 {
	font-weight: 100;
}
hr {
	margin: 8px 0;
}
header h1 {
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -0.03em;
}
header h1 .lime {
	letter-spacing: -0.01em;
}
header h2 {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
}
header h3 {
	font-size: 15px;
	line-height: 1.1em;
	letter-spacing: 0em;
}
header h4 {
	font-size: 26px;
	line-height: 1.1em;
	letter-spacing: 0.02em;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	font-family: 'Open Sans', sans-serif;
}
header h4 span {
    font-size: 15px;
    vertical-align: super;
    line-height: 0;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
header .lime {
	font-weight: 900;
}
header h2 .lime {
    letter-spacing: -0.03em;
}
header a.home-link {
    display: block;
    position: absolute;
    left: 15%;
    top: 10px;
    width: 235px;
    height: 125px;
}
.logo a.hashtag {
	position: absolute;
	right: 67px;
	bottom: 22px;
}
main {
	position: relative;
	margin:0 auto;
	background:#ffffff;
}
header .hashtag {
    position: absolute;
    right: 28px;
    bottom: -3px;
    width: 112px;
    height: 23px;
    z-index: 5;
}


/** 2023 HEADER IMAGE HOVERS - new method **/
header span.header-btn { display:none; }
header a.vip {
    left: 525px;
    top: 180px;
	width:210px;
	height:63px;
	position:relative;
	display:inline-block;
	background: url('/mncpa/media/images/cpe/large-conferences/vip-btn.png') no-repeat;	
	z-index:100;
}
header a.vip:hover {
	background: url('/mncpa/media/images/cpe/large-conferences/vip-btn-hover.png') no-repeat !important;
}
header a.earlybird {
    left: 575px;
    top: 180px;
	width:230px;
	height:67px;
	position:relative;
	display:inline-block;
	background: url('/mncpa/media/images/cpe/large-conferences/earlybird-btn.png') no-repeat;	
	z-index:100;
}
header a.earlybird:hover {
	background: url('/mncpa/media/images/cpe/large-conferences/earlybird-btn-hover.png') no-repeat;
}


/** Simple header button glow - can use from year to year 
header a.earlybird:hover img, header a.vip:hover img {
-webkit-box-shadow: 0px 0px 30px 0px rgba(231, 231, 231, 0.67);
-moz-box-shadow:    0px 0px 30px 0px rgba(231, 231, 231, 0.67);
box-shadow:         0px 0px 30px 0px rgba(231, 231, 231, 0.67);
}**/


hr.line {
	height: 4px;
	background: #272e31;
	margin: 16px 0;
	border: none;
}
hr.line.small {
	border-top: 1px solid #bfbfbf;
	height: 1px;
}
.button span {
	vertical-align: middle;
}
header a {
	text-decoration: none;
}

/* Hide year graphic on innner pages - only need it on homepage */
.confName .year {
	display:none;
}

/*******************************************************************/
/** NAVIGATION  **/

#menuBar { display:none; } /* Mobile nav */

header nav {
	position: absolute;
	top: 100px;
	height: 45px;
	width: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(0,0,0,1));
	padding-top:5px;
}
header nav ul {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    max-width: 850px;
    margin: auto;
    position: relative;
    top: -1px;
    margin-right:15%;
}
header nav ul li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position: relative;
	padding-top: 10px;
	padding-left: 5%;
}
header nav li a {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
	font-size: 1.6em;
	letter-spacing: 0.03em;
	text-decoration: none;
	margin: 0;
}
header nav li a:hover,
header nav li a:visited,
header nav li.active a {
	display: inline-block;
}
header nav li a:hover {
	color: #0093b9;
	border-bottom:2px solid #0093b9;
}
header nav li a:active {
	text-decoration: none;
	color: #f9b514;
}
header a {
	text-decoration: none;
}

header a.nav-register {
	background: #f58132;
	padding: 15px 24px 15px 24px;
	position: absolute;
	display: block;
	color: #000000;
	top: -5px;
	width: auto;
	height: 22px;
	font-size:1.8em;
	border-radius:25px;
}

header a.nav-register:hover {
	background: #007492;
	color:#ffffff;
	border-bottom:none !important;
	display:block;
}


/*******************************************************************/
/** FOOTER  **/
footer { background-color:#fff;  margin:0 auto; color:#000; padding-top:0; }
footer .center { margin-bottom:30px; margin-top:30px; }
footer .pad h2 { color: #007492;
	text-transform:uppercase;
	font-size:3.2em; line-height:1.15em;
	margin-top:45px;
	margin-bottom:25px;
}
div.sponsorpad { width:100%; margin:0; padding:0; }
footer p.large { font-size:1.9em;	line-height:1.4em; font-weight:700; }
footer .footerBlock { 
		background:#000;
		background-image:url('/mncpa/media/images/cpe/large-conferences/mbac25/footer.png');
		background-position:bottom;
		width:auto; padding:40px 75px 30px 75px;
		color:#fff;
		font-family: 'Open Sans', sans-serif;	font-size:1.5em; line-height:1.5em; }
footer .footerBlock .footer-inner {
	max-width:1200px;
	margin:0 auto;
}
footer .links { display:inline-block; float:left; text-align:left; width:28%; margin:10px; }
footer .contact { display:inline-block; text-align:left; width:28%; margin:10px; }
footer .social { display:inline-block; float:right; text-align:left; width:35%; margin:10px; }
footer span.heading { font-size:1.3em; line-height:1.7em; }

footer a { color:#ffffff; text-decoration:underline; }
footer a:visited { color:#ffffff; text-decoration:underline; }
footer a:hover { color:#00b4e2; text-decoration:underline; }
footer a:active { color:#007492; text-decoration:underline; }
footer a.action { 
		background:url('/sup/conferences/mbac25/images/action.png');
		background-position: right;
		background-repeat: no-repeat;
		padding:0 25px 2px 0;  }

footer ul { margin:10px 0 10px 0; }
footer ul li { display:inline-block; margin:0 10px 0 10px; font-size:16px; font-weight:700; }
footer strong { font-size:17px; line-height:30px; margin-bottom:15px; }


/* NEW added 2021 for "regular" footer links */
footer a.regular-action,
footer a.regular-action:link, 
footer a.regular-action:visited, 
footer a.regular-action:active, 
footer a.regular-action:hover {
		background:url('/sup/conferences/mbac25/images/action.png');
		background-position: right center;
		background-repeat: no-repeat;
		display:inline-block;
		padding:0 25px 0 0;
		text-decoration:underline;  }
footer a.regular-action:hover { text-decoration:underline; }

footer a.regular { color:#007492; text-decoration:underline; }
footer a.regular:visited { color:#007492; }
footer a.regular:hover { color:#000; text-decoration:underline; }
footer a.regular:active { color:#009cc4; text-decoration:underline; }

footer a.regular-action { color:#007492; text-decoration:underline; }
footer a.regular-action:visited { color:#007492; }
footer a.regular-action:hover { color:#000; text-decoration:underline; }
footer a.regular-action:active { color:#009cc4; text-decoration:underline; }



/* Sponsor Block in footer */
.sponsors { background-color:#fff; text-align:center; }
.sponsors h2 { margin-bottom:30px; }

.sponsors p { 
	margin-top:10px;
	font-size:1.2em; 
	color:#333333; 
	line-height:1.3em;
	font-weight:400;
	text-align:center;
	margin-bottom:20px;
}

.sponsors ul { margin-left:0; }

.sponsors ul li { 
	display:inline-block;
	padding:0;
	margin:0;
	width:250px;
	margin-bottom:15px;
	vertical-align:top;
	text-align:center;
	background:none;
}
.sponsors ul li + li { margin-left:40px; }
.sponsors ul li img { margin:0; padding:0;
	/** filter: saturate(0%);
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%); **/
}
.sponsors ul li img:hover {
	/** filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%); **/
	background:#d0d0d0;
}
.sponsors ul li span {
	font-weight:bold;
	
}

.colorband .sponsors { background-color:#e7e7e7; }




/*******************************************************************/
/** Demographics table **/

/* REGULAR DESKTOP STYLES */
main .demographics { width:600px; margin: 18px 0 10px 0; overflow:auto; }

/* Separator row */
main .demographics .separator_row { clear:both; margin: 5px 0; padding:0; }
main .demographics .separator_row div { float:left; background-color:#bfecae; margin:5px 0;  }

/* Color block does not break */
main .demographics .separator_row div:first-child { width:93px; font-weight:bold; padding:5px 3px; }	
main .demographics .separator_row div:last-child { width:575px; padding:5px 5px 5px 15px; }	

/** Location table **/
main .location_info { width:600px; margin: 18px 0 25px 0; }

/* Left and right column blocks */
main .location_info .two_column { width:600px; }
main .location_info .two_column .location_left { float:left; display:block; width:49%; }
main .location_info .two_column .location_right { float:right; display:block; width:49%; }
main .location_info .two_column .separator_row div { width:275px; }
main .location_info .two_column .info div { width:262px; height:315px; }

/* Separator row */
main .location_info .separator_row { margin: 5px 0; padding:0; }
main .location_info .separator_row div { width:575px; font-weight:bold; padding:5px 5px 5px 15px; background-color:#c1e4fe; margin:5px 0;  }

/* Information */
main .location_info .info { padding:5px 0; margin:0; overflow:auto; }

/* Individual info blocks */
main .location_info .info div { width:565px; font-size:14px; margin:0 4px 0 0; background-color:#f4f4f5; height:auto; padding:5px 15px 5px 15px; }

main .location_info a { display:inline; }

main .location_info .separator_row div:last-child  { text-transform:uppercase; }
main .location_info .separator_row a { display:inline;  }

/**************************************************/
/* Fees table */

main table.registrationTable { width:100% !important; margin-left:0; margin-top:25px; margin-bottom:25px; border-left:0 !important; border-right:0 !important; }

main table.registrationTable td { border:4px solid #ffffff; padding: 10px 20px 10px 20px; vertical-align:top; font-family: 'Open Sans', sans-serif; font-size:1.7em; line-height:1.4em; }

.registrationTable tr.separator td {  background-color:#000000; color:#ffffff; font-family: 'Open Sans', sans-serif; font-weight:700; font-size:1.7em; line-height:1.4em; }
.registrationTable tr.separator td:last-child { border-right:none; }

.registrationTable tr.subhead td { background-color:#c8c8c8; font-weight:700; color:#000; }
.registrationTable tr.subhead td:last-child { border-right:4px solid #c8c8c8; }

.registrationTable td.feeAmt { background-color:#fff; border:4px solid #e7e7e7; } 
.registrationTable td.feeAmt span { font-style:italic; color:#77be43; }
.registrationTable td.light strong { color:#000; }

.registrationTable td.leftcol { width:25%; background-color:#e7e7e7; }
/* Note: There's an inline style on register/index.asp that takes off the bottom white border */

td.feeAmt, .center { text-align:center; }	

#demographics_workaround table.dataTable { width:100%; }


/*******************************************************************/
/* AGENDA TABLE */
.ui-widget-content a { color:#007492; text-decoration:none; }

.agendaLinks { text-align:right; float:right; padding: 0 0 10px; font-family: 'Open Sans', sans-serif; font-size:1.6em; line-height:1.6em; }
.agendaLinks a { margin-right:20px; }

.agenda_schedule {margin:0; width:auto; overflow:hidden; padding: 0 0 10px 0; font-family: 'Open Sans', sans-serif; font-size:1.5em; line-height:1.4em; }
.mobileAgendaHeader { display:none; }

.agenda_schedule .time_row { background-color:#e0e0e0; clear:both; margin:15px 0 7px; padding:10px 20px; font-weight:600; font-size:1.1em; }
.agenda_schedule .time_row a, .agenda_schedule .time_row a:visited { display:inline; color:#000; text-decoration:underline; }
.agenda_schedule .time_row a:hover { color:#ffffff; }

main .agenda_schedule .keynote { font-weight:normal; margin:0; }
main .agenda_schedule .keynote div { margin:0; padding: 10px 10px;  background-color:#dedede; width:auto; }

.agenda_schedule .session_row { clear:both; padding:5px 0; margin:0; overflow:hidden;  }
.agenda_schedule .session_row div { padding:20px; margin:0 7px 0 0; color:#000000; border-bottom:2px solid #f2f2f2; }
.agenda_schedule .session_row div:last-child { border:none; }

.agenda_schedule .session_row a { font-size:1.1em; font-weight:bold; line-height:1.6em; }

main .agenda_schedule strong { color:#666; font-weight:700; padding-top:5px; }
main .agenda_schedule div a.action { padding-right:15px; }

/* SETTING UP TAGS */
.agenda_schedule a.ethics15, .agenda_schedule a.ethics1, .agenda_schedule em.iia, .agenda_schedule span.inperson { 
	display:block;
	margin:0 10px 5px 0;
	width:fit-content;
	padding:3px 15px;
	color:#ffffff;
	margin-right:10px;
	border-radius:25px;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:-15px;
}

/* TAG COLORS */
.agenda_schedule a.ethics15 { background:#00946e; }
.agenda_schedule a.ethics1 { background:#00946e; }
.agenda_schedule em.iia { background:#007492; }
.agenda_schedule span.inperson { background:#444444; }

/* SESSION LISTINGS */
main h2.sessionTime { text-transform:none; margin-top:0; font-family: 'Open Sans', sans-serif; font-size:1.4em; line-height:1.2em; color:#333; }

/* SPONSORED BY SESSIONS */
.agenda_schedule p { font-style:italic; font-size:1em; }
.agenda_schedule p a { font-size:1em !important; color:#000000; text-decoration:underline; font-weight:normal !important; }
.agenda_schedule p a:hover { color:#009cc4; }
.agenda_schedule img { display:inline-block; margin-left:40px; }
.agenda_schedule p span { vertical-align:top !important; }

/* Navigate links at bottom of agenda */
main .agenda_schedule .DayLinks { float:left;  margin: 30px 0 0 0; padding-left:10px; font-size:1.3em; line-height:1.7em; } 
main .agenda_schedule .DayLinks a { font-weight:bold; text-decoration:underline !important; } 


/*******************************************************************/
/* TABS - OVERRIDES JQUERY STYLES */

/* Tab header */
main .ui-widget-header {
	margin: 10px 0 0 0;
	border: 0px; 
	background-color: #000; 
	background:none;
	margin-bottom:15px; }

/* Tabs -- off and on */
main .ui-widget-content .ui-state-default { 
	border: none;
	background:#ffffff;
	color:#000000;
	height:45px;
	width:auto;
	font-size: 20px;
	font-weight:900;
	border:4px solid #cbcbcb; 
	border-bottom-width:4px !important;
	border-radius:25px;
	margin-right:25px;
}
main .ui-widget-content .ui-state-default a { 
	color:#000000; 
	display:block;
	width:275px;
	height:45px;
	margin:0;
	padding: 7px 0 0 0;
	text-align:center;
}

main .ui-widget-content .ui-state-active, main .ui-widget-content .ui-state-hover { 
	border: none; 
	background: #3bc1d5;
	color: #000000; 
	border:4px solid #3bc1d5; 
	border-bottom-width:4px !important;
}

/* Remove content panel styling */
.ui-tabs-panel, #ConferenceSchedule { margin: 0; padding:0; width:auto; }
main .ui-widget-content { border: none; margin:0; padding:0; }
main .ui-tabs .ui-tabs-panel { margin:0; padding:0; }

/* Style in-person, virtual labels */
main .ui-widget-content .ui-tabs-nav span { font-weight:normal; }

/*******************************************************************/
/* TABS - BOTTOM OF TABLE */

.agenda_schedule ul li {
	background:#ffffff;
	color:#000000;
	height:45px;
	width:auto;
	font-size: 20px;
	font-weight:900;
	border:4px solid #cbcbcb; 
	border-bottom-width:4px !important;
	border-radius:25px;
	margin:25px 25px 0 0;
	float:left;
	padding:12px 20px 0;
}


/*******************************************************************/
/* SESSION PAGEs */

main h2.session { font-family:OpenSansExtraBold, Helvetica, Arial; padding:7px 47px 7px 5px; font-size:2.25em; }
main h2.session_date { font-family:OpenSansRegular, Helvetica, Arial; color:#333; font-weight:bold; }
main h2.session span { display:block; font-size:0.8em; color:#ff2225; text-transform:none; font-family:OpenSansRegular, Helvetica, Arial; font-weight:normal; }

main h2.sessionTime { font-size:1.7em; line-height:1.4em; }

main .prevNext { margin-top:30px; }

/**************************************************/
/* Speakers */

main #SpeakersTab { font-size: 10px } /* Reset to default*/
#KEYNOTES, #FEATURED, #ALL { margin-top: 30px; }

main #SpeakersTab img {	float:left;	margin-right:20px;	margin-bottom:25px;
/*	filter: saturate(0%);
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%); */ }
main #SpeakersTab img:hover { 
/*	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%); */
	filter: brightness(105%);}


/* --------------------------------------------- */
/* Speakers -- KEYNOTES */
.speakers h2 { margin-top:0px; }
main .speakers .day1 h4 { color:#666; font-weight:normal; }
main .speakers .day1 h4 a { font-weight:700; }

.speakers li { display:inline-block; vertical-align:top; text-align:left; width:450px; padding:15px 30px 30px 0; background:none; margin:0; }
.speakers ul { width:auto; } 
.speakers ul.day2 { padding-top:30px; }
main .speakers ul img {	float:left; margin-bottom:25px; margin-left:0 !important; width:50%; }

.speakers ul div > div { float:left; }
.speakers ul div.expanding_info { float:left; }

.speakers div.shared_info { padding-left:30px; margin-top:-30px; }

.speakers ul h4 { font-size:1.4em; line-height:1.1em; font-weight:700; padding-top:20px; }
.speakers ul h4 span { font-size:0.8em;	line-height:1.2em; font-weight:400; color:#666; }

.speakers ul p.title { font-size:0.9em;	line-height:1.2em; margin-top:3px; }
.speakers ul p { font-size:1em;	line-height:1.4em; }

/* --------------------------------------------- */
/* Speakers -- ALL, 4 UP */
main div.speaker_container { width:100%; margin-top:30px; }
main div.speakersAll {
	margin:15px auto 0 auto;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    
}

main div.speakerlist {
	display:inline-block;
	padding:0;
	width:22%;
	vertical-align:top;
	text-align:left;
	margin:0 20px 20px 0;
	background:none;
	border-left:none;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

/*
// Removed per Lauren - https://www.wrike.com/open.htm?id=500497674
main div.speakersAll div + div { margin-left:20px; }
*/

main div.speakerlist img { width:200px; height:auto; margin:15px 0 10px 0; border-radius:10px; }
main div.speakerlist img:hover { opacity:0.9; }

/* --------------------------------------------- */
/* Task Force */
main div.speaker_container { width:100%; margin-top:30px; }
main ul.speakerlist {
	margin:15px auto 0 auto;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    
}
main ul.speakerlist li {
	display:inline-block;
	padding:0;
	width:180px;
	vertical-align:top;
	text-align:center;
	margin:0 auto 25px auto;
	background:none;
	border-left:none;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}
main ul.speakerlist li + li { margin-left:15px; }
main ul.speakerlist h4 { font-size:1em; line-height:1.1em; margin-top:7px; font-weight:700; }
main ul.speakerlist h4 span { font-weight:400; font-size:0.9em; } /* Credentials */
main ul.speakerlist img { width:140px; margin-bottom:10px; }
main ul.speakerlist p { font-size:0.8em; line-height:1.2em; margin-top:0.5em; }


/* --------------------------------------------- */
/* Bio pages */
div.speakerBioPhoto { margin:0; padding:0; }
div.speakerBioPhoto img { margin: 15px 25px 15px 0; padding:0; float:left; }
p.firm { margin-top:10px; }
h1 span.bioCred { font-weight:normal; color:#666; font-size:0.8em; }

.taskForcePhotos img { float:left; margin: 0 20px 15px 0; }


/* Styles to handle Google Map both on desktop and mobile - hide pre-conference */
div.gmap { position:relative; padding-bottom:56%; margin-bottom:15px; height:0; overflow:hidden; }
div.gmap iframe { position:absolute; top:0; left:0; width:100%; height:100%; } 

/*******************************************************************/
/* PORTAL */

h3.portal_time { font-size:1.9em; font-weight:normal; margin-top:30px; }
div.portal_session { border:1px solid #cbcbcb; border-radius:10px; background:#f9f9f9; padding:0 20px 20px; margin:15px 0; }
div.portal_session div.title-block { padding-bottom:10px; }
div.portal_session div.title-block a.button { margin-bottom:0; }
div.portal_session div.title-block a.button:hover { color:#ffffff; }
div.portal_session div.title-block p { display:inline-block; }
div.portal_session div.title-block p.join { float:right; font-size:0.9em; margin:25px 20px 0; }
div.portal_session p { margin-left:35px; margin-bottom:10px; font-size:1.6em; }
div.portal_session p.title { margin:25px 0 0 0; font-size:20px; font-weight:600; }
div.portal_session p.title img { float:left; margin:0 10px 0 0; }

div.portal_session div.more-info { margin-bottom:20px; }
div.portal_session div.more-info img { width:15px; display:inline-block; margin:0 0 -3px 0; }

.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab-link {
    padding: 15px 25px;
    border: 1px solid #ccc;
    margin-right: 5px;
    transition: background-color 0.3s ease;
    display: inline-block;
    font-size:1.5em;
    text-decoration:none;
    border-radius:10px;
}

.tab-link.active {
    background-color: #f58132;
    color: white;
}

h2.panel-title {
    margin-top:0; 
    padding-top:0; 
    padding-bottom:5px;
}

.tab-panel {
    display: none;
    padding: 20px 0;
}

.tab-panel.active {
    display: block;
}

#content_container div.tab-content div.portal_session div.more-info { 
	margin: 15px 30px;
	float: none;
	width: 72%;
	font-size:13px;
}

#content_container div.tab-content div.portal_session .expand-link {
	color:#444444;
	cursor:pointer;
	text-decoration:none;
	background:#dfdfdf;
	padding:6px 12px;
	width:fit-content;
}
#content_container div.tab-content div.portal_session .condense-link {
	color:#444444;
	cursor:pointer;
	text-decoration:none;
	background:#dfdfdf;
	padding:6px 12px 12px;
	margin-top:-10px;
}

#content_container div.tab-content div.portal_session div.session-details {
	width:100%;
	margin:0;
	background:#dfdfdf;
}
#content_container div.tab-content div.portal_session div.session-details p {
	margin: 0 0 10px 0;
  	padding: 10px 15px;
	font-size:1.2em;
}

/*******************************************************************/
/* MOBILE-RELATED */
.showOnMobileOnly, #speakersMobileNav { display:none; }
.showOnDesktopOnly { display:block; }
