
/*******************************************************************/
/** OVERALL TEMPLATE **/
.wrap {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.logo img.mncpa {
	margin-left: 80px;
}
body {
	font-size: 10px;
	background: #838282;
}
section.logo {
	background-color: #fff;
	z-index: 10;
	position: relative;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.20);
}


.pad {
	max-width: 1000px;
	margin: 0 auto;
}
.pad.pad-large {
	padding: 130px 0; 
}
.no-pad-bottom {
	padding-bottom: 10px;
}
.pad-top {
	padding-top: 195px;
	max-width: 920px;
}


div.glow {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
	background: white;
}

main {
	position: relative;
}


main section {
	padding: 82px 0;
}

section.colorband {	background-color:#e0dfdc; }

main section:nth-child(even) {
    background: #e7e7e7 url('/sup/conferences/mbac19/template/colorband-shadow.png');
    background-repeat: repeat-x;
}


/*******************************************************************/
/** 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/tax22/template/bullet.png');
		background-position: 0 8px;
		background-repeat: no-repeat;
		padding: 0 0 0 20px; }

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:#143868; color:#fff; }

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: #232323;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

main h1.minor { color:#0069c2; font-weight:400; text-transform:uppercase;  }

main h1 {
	line-height: 0.89em;
    font-size: 5em;
	padding-bottom: 10px;
	margin-bottom: 16px;
	position: relative;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight:700;
	color:#1761ad;
}

main h2 {
    letter-spacing: -0.017em;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 900;
}

main h2.black {
	color: #231f20;
	font-size: 27px;
}

main h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.017em;
    font-weight: 700;	
}

main .home-intro h3 {
	position: relative;
}
main .home-intro h3:before {
	background: url('../images/headline_arrow.png') no-repeat center;
    content: " ";
    position: absolute;
    width: 29px;
    height: 40px;
    top: 2px;
    left: -48px;
}
main h3.maroon {
	color: #1b75ba;
}


main h4 {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0.08em;
	font-weight: 100;
}

main h5 {
    font-size: 30px;
    line-height: 0.92em;
    letter-spacing: -0.03em;
    color: #1b75ba;
    font-weight: 900;
    margin-bottom: 10px;
}
main h6 {
	font-size: 12px;
	line-height: 1.4em;
    letter-spacing: 0.03em;
}

.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/tax22/template/action.png');
		background-position: right;
		background-repeat: no-repeat;
		padding: 0 23px 3px 0;
		text-decoration:none;  }

main a { color:#1761ad; text-decoration:underline; }
main a:visited { color:#1761ad; }
main a:hover { color:#c2212c; text-decoration:underline; }
main a:active { color:#4e4e4e; text-decoration:underline; }

main a.action:hover { color:#c2212c; 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 **/

/* Homepage section styles */
main section.home_intro { 
	margin:0;
	padding:0;
	padding-bottom:65px;
	background-image:url('/sup/conferences/tax19/template/intro-bkg2.png');
	background-position:top;
	background-repeat:no-repeat;
}
main section.whoshouldattend { background-color:#ffffff; margin-bottom:30px; padding: 0 0 45px 0; }
main section.learnalot { background-color:#ffffff; padding: 0 0 45px 0;
}
main section.testimonialgreen { background-color:#55ab00; margin:0; padding:30px 0 45px 0;
	background-image:url('/sup/conferences/mbac16/template/green-arrow.gif');
	background-position: bottom center;
	background-repeat:no-repeat;
}
main section.homespeakers { background-color:#ffffff; }

/* Special heading 2 for homepage */
main section.whoshouldattend h2, main section.learnalot h2, main section.homespeakers h2 {
	color: #1b75bb;
	font-family: 'Amatic SC', cursive;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0;
	font-size: 5em;
	text-align: center;
}


/** Intro Paragraph **/
main .intro {
	margin:0 auto;
	padding:0;
	width:90%; }
main ul.intro {
	width:80%;
	margin:0 auto;
	margin-top:30px;
}

/** Session Topics - Customizable Learning - Hot Topics **/
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:-20px; margin-right:10px; margin-left:0; }


/**************************************************/
/* 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 {
	background-color: #1d2d59;
	font-size: 2.0em;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 11px 30px 11px 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -0.029em;
	transition: background 0.15s ease;	
}
a.me { margin-right:60px; }

a.button:hover, input.button:hover {
	/*opacity: 0.7;*/
	background-color: #c2212c;
	color: #fff;
	text-decoration: none;
}
a.button:visited, input.button:visited {
	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:1.8em; line-height:1.4em; margin-top:20px; font-weight:600; }


/* TAX22 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: 340px;
	margin: 0 auto;
	position: relative;
	background: url('/sup/conferences/tax22/template/mast_header.jpg') no-repeat center bottom;
}

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 a.earlybird {
    position: absolute;
    right: 125px;
    top: 225px;
	z-index:100;
	background:#ffffff;
	border-radius:8px;
	box-shadow:4px 4px 4px #000;
}
header a.earlybird:hover {
  background:#c2212c;
}
header a.vip {
    position: absolute;
    right: 373px;
    top: 225px;
	z-index:100;
	background:#1b2a51;
	border-radius:8px;
	box-shadow:4px 4px 4px #000;
}
header a.vip:hover {
   background:#c2212c;
}

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;
    left: 40px;
    top: 75px;
    width: 410px;
    height: 200px;
}

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  **/

header nav {
	
	position: absolute;
	top: 0;
	height: 47px;
	width: 100%;
	background: #000000; 
}
header nav ul {
	text-align: center;
	display: -webkit-flex;
	display: flex;
    max-width: 1080px;
    margin: auto;	
    position: relative;
    left: -6px;
    top: -2px;

}
header nav ul li {
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
header a:hover {
	color: #fff;
}
header nav li a {
	font-family: 'Roboto', Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	font-size: 1.6em;
	text-decoration: none;
	margin: 0;
	padding: 0 5px 5px;
}

header nav li a:hover {
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

/* Mobile style */
#menuBar { display:none; }



/*******************************************************************/
/** FOOTER  **/
footer { background-color:#fff;  margin:0 auto; color:#000; }
footer .center { padding-top:20px; }
footer .pad h2 { 
	margin-top:25px;
	padding-bottom:15px;
	color: #1761ad;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0;
	font-size: 4em;
	text-align: center;
}
div.sponsorpad { background-color:#ffffff; width:100%; margin:0; padding:0; }
div.sponsorpad .pad { max-width:1100px; }
footer p.large { font-size:1.9em;	line-height:1.4em; font-weight:700; }
footer .footerBlock { 
		background: #000 url('/sup/conferences/tax22/template/footer.png');
		background-position:center top;
		background-repeat: no-repeat;
		width:auto; padding:65px 100px 65px 100px;
		color:#fff;
		font-family: 'Roboto', Arial, sans-serif;	font-size:1.5em; line-height:1.5em; }
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 a { color:#fff; text-decoration:none; }
footer a:visited { color:#fff; }
footer a:hover { color:#D2D2D2; text-decoration:underline; }
footer a:active { color:#65a6d4; text-decoration:underline; }
footer a.action { 
		background:url('/sup/conferences/tax22/template/action-footer.png');
		background-position: 0;
		background-repeat: no-repeat;
		padding:0 0 0 23px;  }

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.title { font-size:1.7em; line-height:2em; margin-bottom:15px; }

footer .home_button { text-align:center; margin:0 auto; padding-bottom:45px; }
footer .home_button img { display:inline-block; margin-bottom:-45px; }

footer .social img {transition: background 0.15s ease; }

footer .social img:hover { opacity: 0.5; }



/* Styles to handle Google Map both on desktop and mobile - comment out when not in use
div.gmap { position:relative; padding-bottom:56.25%; margin-bottom:15px; height:0; overflow:hidden; }
div.gmap iframe { position:absolute; top:0; left:0; width:100%; height:100%; } */



/* Sponsor Block in footer */
.sponsors { padding-bottom:25px; }

.sponsors p { 
	margin-bottom:10px;
	font-size:1.2em; 
	color:#878685; 
	line-height:1.3em;
	font-weight:400;
	text-align: center;
	margin-left: -10px;
}
.sponsors ul { text-align:center; margin-left:0; }

.sponsors ul li { 
	display:inline-block;
	padding:0;
	margin:0;
	width:auto; /* Usually 215px when there are 4 or fewer */
	margin-bottom:15px;
	vertical-align:top;
	text-align:center; /* Usually left if more than 2 */
	background:none;
	padding-right:15px;
}
.sponsors ul li img { margin:0; padding:0;
 -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}
.sponsors ul li img:hover {
	-webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
	background: #f2f2f2;
}

/* Sponsor Block on Exhibitor Page */
.sponsorsSkinny { 	margin-bottom:10px; margin-top:20px; }

.sponsorsSkinny p { 
	margin-bottom:10px;
	font-size:1.0em; 
	color:#878685; 
	line-height:1.3em;
	font-weight:400;
	text-align: left;
}

.sponsorsSkinny ul { text-align:left; margin-left:0; padding-bottom:20px; }

.sponsorsSkinny ul li { 
	display:inline-block;
	padding:0;
	margin:0;
	width:auto; /* Usually 215px when there are 4 or fewer */
	margin-bottom:5px;
	vertical-align:top;
	text-align:left;
	background:none;
	padding-right:15px; 
}
.sponsorsSkinny ul li img { margin:0; padding:0; }

.sponsorsSkinny 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%); */
}
.sponsorsSkinny ul li img:hover {
/*	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%); */
	outline:2px solid #1b75bb;
}

/* 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/tax22/template/action.png');
		background-position: left center;
		background-repeat: no-repeat;
		display:inline-block;
		padding:0 0 0 27px;
		text-decoration:underline;  }
footer a.regular-action:hover { text-decoration:underline; }

footer a.regular { color:#1761ad; text-decoration:underline; }
footer a.regular:visited { color:#1761ad; }
footer a.regular:hover { color:#000; text-decoration:underline; }
footer a.regular:active { color:#65a6d4; text-decoration:underline; }

footer a.regular-action { color:#1761ad; text-decoration:underline; }
footer a.regular-action:visited { color:#1761ad; }
footer a.regular-action:hover { color:#c2212c; text-decoration:underline; }
footer a.regular-action:active { color:#4e4e4e; text-decoration:underline; }


/*******************************************************************/
/** 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 */

.agendaLinks { text-align:right; float:right; padding: 0 0 10px; font-family: 'Roboto', Arial, sans-serif; font-size:1.5em; line-height:1.6em; }
.agendaLinks a { margin-right:20px; }

.agenda_schedule {margin:0; width:auto; overflow:hidden; padding: 0 0 10px 0; font-family: 'Roboto', Arial, sans-serif; font-size:1.6em; line-height:1.4em; }
.mobileAgendaHeader { display:none; }

.agenda_schedule .time_row { background-color:#ccc; clear:both; margin: 7px 0; padding:10px 10px; font-weight:600; }
.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:#aa0a36; }

main .agenda_schedule .keynote { font-weight:normal; margin:0; }
main .agenda_schedule .keynote div { margin:0; padding: 10px 10px;  background-color:#efefef; width:auto; }


/* Session row -- changed height to 155px in 2022 to make extra room for NASBA info */
.agenda_schedule .session_row { clear:both; padding:5px 0; margin:0; overflow:auto;  }
.agenda_schedule .session_row div { width:30%; height:155px; padding:10px 10px; margin:0 7px 0 0; float:left; background-color:#efefef; color:#000000; }
.agenda_schedule .session_row div:last-child { margin-right:0; width: 32%; }

/* 2020 hiding 4th child aka Happy Hour */
.agenda_schedule .session_row div:nth-child(4) { display:none; }

/* 2022 -- NASBA info line styling */
.agenda_schedule .session_row span {
	display: inline-block;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

main .agenda_schedule strong { color:#666; font-weight:700; padding-top:5px; }
main .agenda_schedule div a.action { color:#666; padding-right:20px; }
main .agenda_schedule div a.action:hover { text-decoration:underline; }

.agenda_schedule a.ethics15 { display:block; margin-top:5px; background-image:url('/sup/conferences/tax22/template/ethics.png'); background-repeat:no-repeat; width:50px; height:50px; }
.agenda_schedule a.ethics15 span { display:none; }
.agenda_schedule a.ethics1 { display:block; margin-top:5px; background-image:url('/sup/conferences/tax22/template/ethics.png'); background-repeat:no-repeat; width:50px; height:50px; }
.agenda_schedule a.ethics1 span { display: none; }

/* Session listings */
main h2.sessionTime { text-transform:none; margin-top:0; font-family: 'Roboto', Arial, 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.5em; } 
main .agenda_schedule .DayLinks a.action { font-weight:bold; color:#aa0a36; padding-right:23px; font-size:0.9em; margin-right:50px; }
main .agenda_schedule .DayLinks a.action:hover { text-decoration:underline; color:#000; }

/* 2022 - forcing single session blocks to span full width */
main .agenda_schedule .session_row #Sess_A1 { width: -webkit-fill-available; }
main .agenda_schedule .session_row #Sess_R1 { width: -webkit-fill-available; }


/* -------------------------- */
/* TABS: Override jQuery UI styles */

.ui-widget-content a { color: #1761ad; }

/* Tab header */
main .ui-widget-header {border: 0px; border-bottom: 4px solid #66a5d1; background-color: #ffffff; background:none;      }

/* Tabs -- off and on */
main .ui-widget-content .ui-state-default,
main .ui-widget-content .ui-state-active
{  font-family: 'Roboto', Arial, sans-serif; font-weight:900; border-radius:0; font-size:22px; line-height:22px;
}

main .ui-widget-content .ui-state-default a,
main .ui-widget-content .ui-state-active a
{ padding-left:30px; padding-right:30px; }

main .ui-widget-content .ui-state-default { border: none; background:#5a5a5c; color: #fff;  height:45px; }
main .ui-widget-content .ui-state-default a { color:#fff; }

main .ui-widget-content .ui-state-active, main .ui-widget-content .ui-state-hover { border: none; background-color:#000000;  color: #fff; }
main .ui-widget-content .ui-state-active { font-weight: 900; }

/* 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; }



/*******************************************************************/
/* 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:none; font-size:0.8em; color:#1b75ba; 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; }

/* --------------------------------------------- */
/* KEYNOTES */

main #SpeakersTab img {	float:left;	margin-right:20px;	margin-bottom:25px; margin-left:0; opacity: 0.8; filter: alpha(opacity=60); }
main #SpeakersTab img:hover { opacity: 1.0; filter: alpha(opacity=100); }

.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:100%; padding: 35px 0 15px 0; background:none; margin:0; border-bottom: 2px solid #adadad; }
/* .speakers li:first-child { padding-right:50px; } */
/* .speakers li:last-child { border-left:1px solid #ccc; padding-left:50px; } */
.speakers ul {	width:auto; } 
.speakers ul img {	float:left;	margin:0 20px 25px 0; }

.speakers ul div > div { float:left; }
.speakers ul div.expanding_info { float:left; }

.speakers ul h4 { font-size:1.7em; line-height:1.3em; font-weight:700; letter-spacing:0; }
.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.small { font-size:0.9em;	line-height:1.4em; }

/* --------------------------------------------- */
/* TASK FORCE - 5 COLUMN APPROACH */
main div.speaker_container { width:100%; margin-top:30px; }
main ul.speakerlist {
	margin:20px auto 0 auto;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    border-bottom:1px solid #7f7e7e;
}

main ul.speakerlist li {
	display:inline-block;
	padding:0;
	margin:0;
	width:165px;
	height:305px;
	vertical-align:top;
	text-align:center;
	margin-bottom:10px;
	background:none;
	border-left:none;
}

main ul.speakerlist li + li { margin-left:35px; }
main ul.speakerlist h4 { font-size:1em; line-height:1.1em; font-weight:700; }
main ul.speakerlist h4 span { font-weight:400; font-size:0.9em; } /* Credentials */

main ul.speakerlist p { font-size:0.8em; line-height:1.2em; margin-top:0.5em; }
main ul.speakerlist li img { margin-bottom:10px; margin-right:0 !important; margin-left:20px !important; }


/* --------------------------------------------- */
/* ALL - 5 COLUMN APPROACH */

main div.speakersAll { width:100%; margin-top:30px; }
main div.speakersAll div {
	margin:10px 15px 5px 0;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
	padding:0;
	width:175px;
	height:305px;
	vertical-align:top;
	text-align:center;
}
	
main div.speakersAll h4 { font-size:2em; line-height:1.1em; font-weight:700; }
main div.speakersAll a { text-decoration:none; }

main div.speakersAll p { font-size:1.4em; line-height:1.2em; margin-top:0.5em; }
main div.speakersAll img { margin-bottom:4px; padding-left:25px !important; }



/* --------------------------------------------- */
/* 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; }

/* Mobile homepage intro for desktop users */
main .desktop_intro { padding:55px 0 20px 0; }


/* --------------------------------------------- */
/* Alert banner */
div.alert { width:100%; padding:17px 0; background-color:#aa0a36; }
div.alert div { max-width:1000px; color:#ffffff; font-size:1.6em; margin:0 auto; }


/*******************************************************************/
/* MOBILE-RELATED */
.showOnMobileOnly, #speakersMobileNav { display:none !important; }
.showOnDesktopOnly { display:block; }

#mobileNavBar { display:none; }


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
a.hashtag {
	position:relative;
	left: 900px;
	top: 18px;
}
}