/*
	Theme Name: VHCA Tradeshow Master Theme
	Theme URI: http://www.illuminage.com/
	Author: John Tonge
	Author URI: http://www.illuminage.com/
	Description: Master theme for VHCA tradeshow plugin
*/

/* RESET */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { border: 0; margin: 0; padding: 0; font-size: 100%;vertical-align: baseline; box-sizing: border-box;}
	article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
	table  { border-collapse: collapse; border-spacing: 0; }
	td, td img { vertical-align: top; }
	pre, code, kbd, samp { font-family: monospace, sans-serif; }
	html, body, form, img { border: 0; margin: 0; padding: 0;}
	html { font-size: 100%}
	::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25);}
	a { border: none; cursor: pointer; }
	a:focus { outline: 2px dotted #f89; text-decoration: underline; }
	a:hover, a:active { outline: none; }
	ol { list-style: decimal; }
	ul { list-style: disc; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	input[type=text], input[type=email], input[type=password], input[type=submit] { appearance: none; -webkit-appearance: none; }
	input[type=submit] { cursor: pointer; }
	input[type=text]:focus { outline: 0 none; }
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
	.alignleft { display: inline; float: left; margin-right: 25px; }
	.alignright { display: inline; float: right; margin-left: 25px; }
	.aligncenter { clear: both; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { clear: left; display: inline; float: left; }
	.alignright-nomargin { clear: right; display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; }
	.clearfix { clear: both; overflow: hidden; zoom: 1; }
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	img.alignleft, img.alignright, img.aligncenter, img.alignnone { /*border: 1px solid #c6c6c6;*/ max-width: 100%; width: auto; height: auto; }
	th img.alignleft, th img.alignright, th img.aligncenter, th img.alignnone,
	td img.alignleft, td img.alignright, td img.aligncenter, td img.alignnone { max-width: 90%; display: block; }

	/* WORDPRESS */
	.alignleft { display: inline; float: left; margin-right: 25px; }
	.alignright { display: inline; float: right; margin-left: 25px; }
	.aligncenter { clear: both; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { clear: left; display: inline; float: left; }
	.alignright-nomargin { clear: right; display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; }
	.clearfix { clear: both; overflow: hidden; zoom: 1; }
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	img.alignleft, img.alignright, img.aligncenter, img.alignnone { max-width: 100%; width: auto; height: auto; margin-top: 25px; margin-bottom: 25px; }
	th img.alignleft, th img.alignright, th img.aligncenter, th img.alignnone,
	td img.alignleft, td img.alignright, td img.aligncenter, td img.alignnone { max-width: 90%; display: block; }

/* DOC LINK ICONS */
	a[href$=".doc"]:after, a[href$=".docx"]:after, a[href$=".pdf"]:after, a[href$=".ppt"]:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after { display: inline-block; height: 12px; margin: -3px 0 0 .5em; vertical-align: middle; width: 12px; background-position: 0 0; background-repeat: no-repeat; content: ''; }
	a[href$=".doc"]:after, a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
	a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
	a[href$=".ppt"]:after, a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
	a[href$=".xls"]:after, a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }
	a.no_icon:after { content: none; }

/* GENERAL */
	* { -webkit-transition: .25s all; -moz-transition: .25s all; -ms-transition: .25s all; -o-transition: .25s all; transition: .25s all;}
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
	body { 
		/*font: normal 400 16px/26px 'Roboto', sans-serif;	*/
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		color: #444444;
		padding: 0;
		margin: 0;
		background-color: #fff;
	}	
	p {
		/*font: normal 400 16px/26px 'Roboto', sans-serif;	*/
		font-weight: 400;
		font-size: 16px;
		line-height: 18px;
		padding: 0 0 10px 0;
		margin: 0;
	}
	a {
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: Normal;
		margin: 0;
	}
	/*h2 {
		font-size: 31px;
		line-height: 36px;
		padding: 0 0 20px 0;
	}
	h3 {
		font-size: 25px;
		line-height: 35px;
		padding: 0 0 20px 0;
	}
	h4 {
		font-size: 22px;
		line-height: 32px;
		padding: 0 0 20px 0;
	}
	h5 {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 20px 0;
	}
	h6 {
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 20px 0;
	}*/
	h1 {
		font-size: 31px;
		line-height: 34px;
		padding: 0 0 20px 0;
	}

	h2 {
		font-size: 28px;
		line-height: 31px;
		padding: 0 0 10px 0;
	}
	h3 {
		font-size: 25px;
		line-height: 28px;
		padding: 0 0 10px 0;
	}
	h4 {
		font-size: 22px;
		line-height: 25px;
		padding: 0 0 10px 0;
	}
	h5 {
		font-size: 20px;
		line-height: 23px;
		padding: 0 0 10px 0;
	}
	.button {
		/*font: normal 400 16px/16px 'Roboto', sans-serif;*/
		font-weight: 400;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0.04em;
		padding: 15px 30px;
		margin-bottom: 15px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		border-radius: 22px;
	}
	.wrap {
		width: 90%;
		margin: 0 auto;
		max-width: 1200px;
	}
	ul, ol {
		margin: 0 0 20px 20px;
	}
	ul ul, ul ol,
	ol ol, ol ul {
		margin-bottom: 0;
	}
	hr {
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.ill_flex_box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row; 
		justify-content: space-between;
	}
	.ill_flex_box .ill_inner_box { width: 100%; }
	.ill_flex_box.count-2 .ill_inner_box { width: 50%; }
	.ill_flex_box.count-3 .ill_inner_box { width: 33.3%; }
	.ill_flex_box.count-4 .ill_inner_box { width: 25%; }
	.contain { width: 1224px; margin: 0 auto; position: relative; }

/* HEADER */
	#header {
		height: 165px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
		border-top: 17px solid #023978;
	}
	#logo {
		width: 354px;
		height: 66px;
		position: absolute;
		top: 33px;
		left: 0;
		margin: 0 0 9px 7px;
		background: transparent url('images/logo.png') 0 10px no-repeat;
	}
	#logo a {
		display: block;
		height: 100%;
		width: 100%;
	}
	#logo a img { display: none; }
 	#content #main .tradeshow_fp_front-wrap { width:  100%!important; margin: 0 auto; position: relative; }
	#header #tradeshow-title { 	
		position: absolute;
		right: 0;
		top: 30px; 
		text-align: right;
	}
	#header #tradeshow-title h1 {
		font-size: 31px;
		letter-spacing: 1px;
	  font-size: 31px;
	  line-height: 36px;
	  text-align: right;
	  padding: 0;
	  margin-bottom: 10px;
	}
	#header #tradeshow-title h2 {
		font-size: 21px;
		letter-spacing: 0.9px;
		padding: 0;
	}

/* CONTENT AREA */
	.inner {
		width: auto;
	}
	#content #main .tradeshow_fp__map_header__category { width: 145px; }
	.tradeshow_fp__map_header { width: 50%; }
	#content #main ul.tradeshow_fp__map_header { margin: 40px 0; }
	.tradeshow_fp__map_header li:nth-child(3) { display: none; }
	.tradeshow_fp__map_header__category { width: 220px; margin-bottom: 8px; }
	.tradeshow_fp__map_header__category__color { border: 1px solid #000; }
	#content #main { width: 80%; float: left; position: relative; }
	.home #content { width: 100%; float: none; }
	#content a { color: #1971af; text-decoration: underline; }
	#content a:hover { color: #681c4c; text-decoration: none; }
	#content p {
		font-size: 0.92em;
		line-height: 1.5em;
	}
	#info_contain { width: 20%; position: absolute; top: 35px; right: 0; background-color: #EDEDED; }
	.home #info_contain { width: 100%; min-height: 40px; display: flex; flex-direction: row; margin-bottom: 35px; position: relative; }
	#intro_box { width: 80%; padding: 30px; }
	#info_box { width: auto; padding: 20px; z-index: 1;}
	.home #info_box { width:  20%; }
	#info_box ul { margin: 0 0 0 20px; }
	#info_box  p { padding: 0 0 0.1em 0; }
	.tradeshow_fp__exhibitors-wrap tr:nth-child(even) { background-color: #EEF0F1; } 
	.tradeshow_fp__exhibitors-wrap td { padding: 15px; border: 1px solid #000; }
	#content .floor-plan-map-wrap .tradeshow_fp__tooltip h3 { color: #000; font-size: 16px; padding: 0; line-height: 16px; }
	#content .floor-plan-map-wrap .tradeshow_fp__tooltip h4 { font-size: 16px; padding: 0; line-height: 16px; }
	#content .floor-plan-map-wrap .tradeshow_fp__tooltip h5 { font-size: 14px; padding: 0; line-height: 14px; }
	.home #content #main .tradeshow_fp__modal__content div { margin-bottom: 12px; }
	#content #main .tradeshow_fp__modal__content div p { font-style: italic; margin-bottom: 12px; padding: 0;}
	#content .tradeshow_fp__modal__content h5 { margin: 12px 0; padding: 0; }
	#content .tradeshow_fp__modal__content h4 {  }
	#content ul li ul {
		padding: 0 0 0 2.5em !important;
		line-height: 1.5em;
		list-style-type: circle !important;
	}
	#content hr {
		border: 0;
		height: 2px;
		margin: 10px 0 25px;
		background-color: #abd3db;
	}
	#content #main {
		min-height: 300px;
		padding: 35px 0 55px 6px;
		width: 75%;
		color: #222;
	}
	#content #main.full_width {
		float: none;
		width: auto;
	}
	#content.full #main {
		width: 100%;
		padding: 0;
	}
	#content.full.interior #main {
		width: 78%;
		padding: 0 0 15px 5px;
	}
	/*#content #main:after {
		bottom: 15px;
		left: 690px;
		position: absolute;
		top: 90px;
		width: 1px;
		background: #b4c2c5;
		content: '';
		zoom: 1;
	}*/
	#content.full #main::after  {
		display: none;
	}
	#content #main.full_width:after { display: none; }
	#content #main img {
		padding: 5px;
		max-width: 100%;
		height: auto;
	}

/* Footer */
	#footer {
		text-align: center;
		padding: 25px 0;
		clear: both;
		position: relative;
		color: #b7b7b7;
		background-color: #1a1a1a;
		font-size: 0.9em;
		font-weight: 300;
	}
	#footer a { color: #b7b7b7; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }

/* PAGE SPECIFIC */
	/* Payment Receipt */
	.page-template-tmpl_payment_receipt #content.full {
		width:  75%;
	}
	.page-template-tmpl_payment_receipt #info_contain {
		z-index: 9999;
	}

/* Accessability Tech Tools */
	#access_tools { display: inline; }
	#access_tools a {
		border: 1px solid #96c2e5;
		display: inline-block;
		height: 1.75em;
		padding: .12em 0 0 0;
		margin-top: 5px;
		vertical-align: top;
		width: 1.75em;
		background: #ffffff;
		color: #555;
		font-size: 22px;
		text-align: center;
		text-decoration: none;
	}
	#access_tools a#textsize span {
		display: inline-block;
		font-size: .6em;
		text-transform: uppercase;
	}
	#access_tools a#highcontrast {
		background: #ffffff url(images/icon-high-contrast.png) center no-repeat;
		background-size: 1em;
	}

/* UTILITY STYLES */
	.alignleft { display: inline; float: left; margin-right: 15px; }
	.alignright { display: inline; float: right; margin-left: 15px; }
	.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { display: inline; float: left; }
	.alignright-nomargin { display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
	.full-width-item { width: 100%; } /* for use with outer wrappers */
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }
	.clear_it { clear: both; }
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

/* HIGH CONTRAST */
	.high_contrast * { background-color: #fff !important; color: #222 !important; }
	.high_contrast #logo a, .thmb a { background-color: transparent !important; }
	.high_contrast #tools .lined:before { background: #000000; }
	.high_contrast #search input[type=submit] { background: #000000 !important; color: #ffffff !important; }
	.high_contrast #tools, .high_contrast #search input[type=text], .high_contrast #access_tools a { border: 1px solid #000000; }
	.high_contrast #utility_nav ul li a {	border-bottom: 5px solid #ffffff; }
	.high_contrast #utility_nav ul li a:hover, .high_contrast #utility_nav ul li.current-menu-item a, .high_contrast #utility_nav ul li.current-menu-ancestor a { border-color: #000000; }
	.high_contrast #nav {  height: 44px; border: 1px solid #000000; border-radius: 0; }
	.high_contrast #nav ul li ul.sub-menu li { border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; }
	.high_contrast #nav ul li ul.sub-menu li:last-child { border-bottom: 1px solid #000000; }
	.high_contrast.home #text-3 * { background-color: transparent !important; color: #ffffff !important; }
	.high_contrast.home #text-3 #hero .ls-layer > img + div { background-color: #fff !important; color: #222 !important; }
	.high_contrast.home #text-3 #hero .ls-layer > img + div h2, .high_contrast.home #text-3 #hero .ls-layer > img + div a { color: #222 !important; }
	.high_contrast #text-3 #help_slider h1 { background: #000000 !important; }
	.high_contrast #footer .footer_top { border-color: #000000; border-top: 1px solid; }
	.high_contrast #hero .ill_hero_slider .stage .slide .info .caption { background: #000!important; }
	.high_contrast.home #text-3 .ill_hero_slider .controls .dots .dot, .high_contrast.home .ill_hero_slider .controls .dots .dot { background-color: #000!important; }
	.high_contrast.home #text-3 #help_slider, .high_contrast.home #help_slider { background-color: #000!important; }

/* PRINT */
	@media print {
		#tools, #utility_nav, #search, #nav, #hero, #help_slider, #content #main:after, #content #side:before, #content #side .callouts, #content #side #sponsors, #social, #sitemap_open, #sitemap, #footer .footer_top { display: none; }
		#header, .contain, .inner, #content #main, #content #side, #footer .footer_bottom { border: 0 none; clear: both; float: none; height: auto; min-height: 0; width: auto; background: transparent; }
		body { background: transparent; color: #fff; }
		#logo { left: auto; margin: 0 auto .5in auto; position: relative; top: auto; background: transparent; zoom: .5; }
		#logo a img { display: block; }
		#content #main { padding-top: 0; }
		#content #side, .home #content #side { margin-top: 10px; }
		#content #side ul { margin-left: 1.5em; list-style-type: disc; }
		#content #side ul li { padding-left: 0; background: transparent; }
		#content #side #sponsors { border: 0 none; }
		#footer, #footer a { color: #888; }
		#footer .footer_bottom .copyright, #footer .footer_bottom .right_col { font-size: 11px; line-height: 125%; }
	}

/* MISC */
	#widget { width:600px; height:650px; margin:10px 0 20px 20px; padding:0 10px; overflow-y: scroll; border:5px solid red; background:#fff; }
	#sc_table { border: thin solid #000000; }
	.right { text-align: right; }
	.field_text { font-size: small; color: #000000; }
	#sc_forgot_password { font-size: smaller; color: #666666; background-color: #FFFFFF; }
	#table_info { padding: 10px; width: 50%; }		
	.input_field { color: #000000; background-color: #FFFFFF; }
	.hidden_login_form {font-size: 14px;}
	.SmartBoard_Table { background-color: #e3e3e3; border:none; margin:10px 0; padding:10px !important; }
	.SmartBoard_Row { font-family: Arial, Helvetica, sans-serif; }
	.SmartBoard_Subject { font-weight: bold; width: 400px; text-transform:uppercase; padding:10px 0 0 10px !important; }
	.SmartBoard_DateTime { font-size: small; font-variant: small-caps; font-style:italic; padding:10px 10px 0 0 !important; }
	.SmartBoard_Message{ font-family: Arial, Helvetica, sans-serif; border-top:1px dotted #383838; padding:10px !important; }
	.error { font-weight: bold; color: #FFFFFF; background-color: #FF0000; }  
