/** tax25 CSS **/
/*******************************************************************/
/** OVERALL TEMPLATE **/
.wrap {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

body {
	font-size: 10px;
	background: #aaaaaa;
}

main {
	position: relative;
	margin:0 auto;
	background: #ffffff;
}

.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: 50px 0;
}


section.colorband { background-color:#e0dfdc; }

main section:nth-child(even) {
    background: #e7e7e7 url('/sup/conferences/tax25/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;}


/*******************************************************************/
/** COLUMNS */

div.two-cols {
	margin: 12px 0 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
div.two-cols > div {
	/* -webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; */
	max-width: 48%;
}
/* div.two-cols div + div {
	margin-left: 5%;
} */

/*******************************************************************/
/** MAIN CONTENT STYLES */

main li,
main p {
	font-family: 'Roboto', Arial, sans-serif;
	font-size:19px;
	line-height:28px;
	color: #333333;
	letter-spacing:0.01em;
}
main p { margin-top:0.5em; margin-bottom: 1em; }

main ul { margin-left:21px; margin-top:1em; }
main ul li { padding-bottom:0.5em; }
main li { margin-left:10px; line-height:1.4em;
			background:url('/sup/conferences/tax25/images/bullet.png');
		background-position: 0 -1px;
		background-repeat: no-repeat;
		padding: 0 0 0 27px; }

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:980px; margin: 25px 0 23px 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:#000; color:#fff; padding:15px 20px; }

main img.nomargin { margin:-2px 5px 5px 0; }

main p.small {
	font-size:15px;
	line-height:1.4em;
}
main p.large { font-size:2.2em;	line-height:1.4em; }

.nowrap { white-space:nowrap; }

img.center {
	display:block;
	margin:0 auto;
}

.left {
	float:left;
	margin:5px 25px 25px 0;
}

/* ---------------------------- */
/* Headings */

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	color: #007492;
	font-family: 'Roboto', Arial, sans-serif;
	letter-spacing: 0;
}

main h1 { font-size:5em; line-height:1.4em; color:#000000; margin-top:-20px; margin-bottom:20px; }
main h2 { font-size:2.8em; line-height:1.15em; 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 h1.minor { color:#23a8e1; font-weight:400; text-transform:uppercase;  }

main h2.black {
	color: #231f20;
	font-size: 27px;
}
main h3.maroon {
	color: #1b75ba;
}

.inner main h3 {
	margin-bottom:1em;
}

/* ---------------------------- */
/* Links */
main a.action,
main a.action:link, 
main a.action:visited, 
main a.action:active, 
main a.action:hover {
		background:url('/sup/conferences/tax25/images/action.png');
		background-position: right center;
		background-repeat: no-repeat;
		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; }

a.white { color:#ffffff; text-decoration:underline; }
a.white:hover { color:#e7e7e7; }
a.white:active { color:#000; }


/* ---------------------------- */
/* Tables  */

main table { margin-left:18px }

div.tableBorder { border: 2px solid #1b75bb; 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:#c1e4fe; 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.five-cols > div { width:15%; display:inline-block; vertical-align:top; }
div.five-cols div + div { margin-left:3%; }

div.home-cols {	margin:12px auto 20px; text-align:center; }
div.home-cols > div { width:32%; display:inline-block; vertical-align:top; }
div.home-cols div + div { margin-left:0; }
div.home-cols h4 { font-weight:bold; font-size:22px; }
div.home-cols p { font-size:1.6em; }
div.home-cols img { 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; }


/*******************************************************************/
/** 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; }


/**************************************************/
/* 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:230px;
	border-left:1px solid #7f7e7e; 
	padding-left:20px;
	margin-left:20px;
}

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; }
div.exhLogo img {  margin:12px !important; }

h2 span.new, li span.new { color:#333333; font-size:0.8em; font-weight:normal; font-style:italic; margin-left:8px; }


/********************************************************************/
/* FREE STUFF */
div.free-stuff img { float:right; }


/*******************************************************************/
/** Buttons  **/

section.pad .home_button { text-align:center; margin:0 auto; padding-bottom:45px; }
section.pad .home_button img { display:inline-block; margin-bottom:-45px; }

a.button, input.button, a.button:visited, input.button:visited {
	background-color: #007492;
	border-radius: 25px;
	font-size: 1.7em !important;
	line-height: 15px;
	color: #ffffff;
	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.me { margin-right:60px; }

a.button:hover, input.button:hover {
	background: #f9b514;
	color: #000;
	text-decoration: none;
}
a.button:active, input.button:active {
	background: #444444;
	color:#fff;
}

a.button.small {
	font-size:1.0em;
	line-height:1.2em;
	padding:4px 10px;
}

p.registerby { font-family: 'Roboto', Arial, sans-serif; font-size:18px; line-height:1.4em; margin-top:20px; }


/* tax25 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;
}
/* -------------------- */


/*******************************************************************/
/** Header **/

header {
	height: 154px;
	margin: 0 auto;
	position: relative;
	background: #57b3e4 url('/mncpa/media/images/cpe/large-conferences/tax25/hero-inner.png') no-repeat top left;
	background-size:cover;
}

header div.info {
	position: relative;
	top: 70px;
	left: 50px;
	font-family: 'Roboto', Arial, sans-serif;
	color: #fff;
	max-width: 400px;
	text-transform: uppercase;
}

header h1,
header h2,
header h3 {
	font-weight: 100;
}


header .im {
	position: absolute;
}

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 a.tag {
	line-height: 16px;
	height: 80px;
	color: #000;
	font-size: 12px;
	letter-spacing: -0.01em;
	position: absolute;
	top: 137px;
	right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 33px;
	text-decoration: none;
	text-align: right;
}

header .banner a {
	margin-top: 8px;
}

.logo a.hashtag {
	position: absolute;
	right: 85px;
	bottom: 18px;
	top: auto;
	font-size: 1.6em;
	font-family: Open Sans, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.logo a.hashtag:hover {
	color:#9e171f;
}

header a.home-link {
    display: block;
    position: absolute;
    right: 30%;
    top: 0;
    width: 225px;
    height: 75px;
}

header a {
	text-decoration: none;
}

header a.tag {
	line-height: 16px;
	height: 80px;
	color: #231f20;
	font-size: 12px;
	letter-spacing: -0.01em;
	position: absolute;
	top: 137px;
	right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 33px;
	text-decoration: none;
	text-align: right;
}


/*******************************************************************/
/** NAVIGATION  **/

#menuBar { display:none; } /* Mobile nav */

header nav {
	position: absolute;
	top: 95px;
	height: 55px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	padding-top:5px;
}
header nav ul {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    max-width: 1000px;
    margin: auto;
    position: relative;
    left:0;
    padding-left:200px;
}
header nav ul li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position: relative;
	padding-top: 15px;
	padding-left: 4%;
	white-space: nowrap;
}
header nav li a {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 500;
	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: #00a1ca;
	border-bottom:2px solid #00a1ca;
}
header nav li a:active {
	text-decoration: none;
	color: #f9b514;
}
header a {
	text-decoration: none;
}
header nav li:last-child {
	margin-left:2%;
}
header nav li a.nav-register {
	color: #ffffff;
	background:#007492;
	padding:12px 25px;
	border-radius:25px;
}
header nav li a.nav-register:hover {
	background: #4c9bc6;
	border-bottom:none;
	display:inline;
}



/*******************************************************************/
/** FOOTER  **/
footer { background-color:#fff;  margin:0 auto; color:#000; padding-top:10px; }
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/tax25/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:right; 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:#f9b514; text-decoration:underline; }
footer a:active { color:#f9b514; text-decoration:underline; }
footer a.action { 
		background:url('/sup/conferences/tax25/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/tax25/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 */

/* div.feesTableBorder { border:3px solid red; margin-bottom:7px; margin-top:15px; } */

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: 'Roboto', Arial, sans-serif; font-size:1.7em; line-height:1.4em; }

.registrationTable tr.separator td {  background-color:#000000; color:#ffffff; font-family: 'Roboto', Arial, 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:#bab9b7; font-weight:700; color:#000; }
.registrationTable tr.subhead td:last-child { border-right:4px solid #bab9b7; }

.registrationTable td.feeAmt { background-color:#fff; border:4px solid #e6e6e6; } 
.registrationTable td.light strong { color:#000; }

.registrationTable td.leftcol { background-color:#e6e6e6; }
/* 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:#037eab; }

.agenda_schedule .time_row em { font-weight:normal; }

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.2em; 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 */
a.ethics15, a.ethics1, a.cfp1, a.cfp15, a.yptrack, a.irs, a.ypfriendly { 
	display:inline-block;
	margin:0 10px 5px 0;
	width:fit-content;
	padding:3px 15px;
	color:#ffffff;
	margin-right:10px;
	border-radius:5px;
	font-size:1em !important;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}

a.ethics15:hover, a.ethics1:hover, a.cfp1:hover, a.cfp15:hover, a.yptrack:hover, a.irs:hover, a.ypfriendly:hover {
text-decoration:none !important; color: #ffffff !important; }

a.ethics15:visited, a.ethics1:visited, a.cfp1:visited, a.cfp15:visited, a.yptrack:visited, a.irs:visited, a.ypfriendly:visited {
color: #ffffff !important; }

/* TAG COLORS */
.ethics15 { background:#00946e; }
.ethics1 { background:#00946e; }
.cfp1 { background:#007492; }
.cfp15 { background:#007492; }
.yptrack { background:#fdf7d1; }
.irs { background:#444444; }
.cle { background:#444444; }
.ypfriendly { background:#e7ab12; }

/* YP TAGS - extra styling to get them to work on agenda table and session desc pages */
section a.ypfriendly { text-decoration:none; padding: 5px 15px; font-size:1.3em !important; }
section .agenda_schedule a.ypfriendly { font-size:1em !important; padding:3px 15px; }

/* 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; }
 

/* 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; }

/* 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-top:4px solid #cbcbcb; 
	/* border-bottom-width:4px !important; -- removing for 2025 */
	/* border-radius:25px; -- removing for 2025 */
	margin-right:25px;
}
main .ui-widget-content .ui-state-default a { 
	color:#000000; 
	display:block;
	width:auto;
	height:45px;
	margin:0;
	padding: 7px 20px;
	text-align:center;
}

main .ui-widget-content .ui-state-active, main .ui-widget-content .ui-state-hover { 
	border: none; 
	color: #000000; 
	border-top:4px solid #66a5d1; 
	/* border-bottom-width:4px !important; -- removing for 2025 */
	background: #fff url('/mncpa/media/images/cpe/large-conferences/tax25/agenda-arrow.png') no-repeat top left;
}

/* 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; }

main .ui-widget-content .ui-state-default span { font-weight:normal; font-size:16px; }

/*******************************************************************/
/* 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; - removing for 2025 */
	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;

}

main div.speakerlist img:hover { filter:brightness(1.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; }

/* --------------------------------------------- */
/* 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%; } 


/* ---------------------------------------------- */
/* Registration Pass Through */

span.option {font-weight:bold; }
div.reg_step { border:1px solid #ccc; margin: 10px; 0; padding:15px 20px 10px; border-radius:15px;  }
div.current_step { background-color:#d8ecfc;}
div.current_step h2 { color:#ff964f; }

div.reg_step input[type="radio"] { height:18px; width:20px; margin:2.5px; accent-color:#66a5d1; }

/* ---------------------------------------------- */
/* Toggle for Agenda views */
  .toggle-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
  }
  .toggle-label {
    cursor: pointer;
    color: black;
    font-weight: normal;
    transition: color 0.3s, font-weight 0.3s;
  }
  .toggle-label.active {
    color: #4a90e2;
    font-weight: bold;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: background-color 0.3s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
  }
  input:checked + .slider {
    background-color: #4a90e2;
  }
  input:checked + .slider:before {
    transform: translateX(20px);
  }


/*******************************************************************/
/* 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:second-child { display:block; } /* Session sponsor line */
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; }

/* -- Logged in top portion -- */
p.logged-in-welcome { font-size:2.7em; margin-top:10px; padding-bottom:15px; }
div.logged-in-left { 
	float: left;
	width: 65%;
	margin-bottom: 20px;
	background: #ffe6d5;
	padding: 20px;
	border-radius: 20px;
}
div.logged-in-right {
float: right;
    width: 25%;
    padding: 0 20px;
    margin-left: 30px;
    background: #fdf5c4;
    padding: 10px 20px;
    border-radius: 20px;
}

/* -- tabs -- */
.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; }


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
a.hashtag {
	position:relative;
	left: 900px;
	top: 18px;
}
}