/*
	Theme Name: KAHCF/KCAL Tradeshow Master Theme
	Theme URI: http://www.illuminage.com/
	Author: John Tonge
	Author URI: http://www.illuminage.com/
	Description: Master theme for 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: 26px;
		padding: 0 0 20px 0;
		margin: 0;
	}
	a {
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 800;
		margin: 0;
	}
	h1 {
		font-size: 36px;
		line-height: 42px;
		padding: 0 0 20px 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;
	}
	.button {
		font: normal 400 16px/16px 'Roboto', sans-serif;
		letter-spacing: 0.04em;
		padding: 15px 30px;
		margin-bottom: 15px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		color: #fff;
		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: 80%; margin: 0 auto; position: relative; }

/* HEADER */
	#header {
		height: 165px;
		margin: 0 auto;
		position: relative;
	}
	#header:after {
		position: absolute;
		content: '';
		background:  #2CBA7F; height: 2px; width:  80%; left: 0; right: 0; margin: auto; bottom: 0;
	}
	#logo {
		width: 351px;
		height: 80px;
		position: absolute;
		top: 24px;
		left: 0;
		/*margin: 0 0 9px 7px;*/
/*		background: transparent url('images/logo.png') 0 10px no-repeat;*/
		background: transparent;
		background-repeat: 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; min-height: 1125px }
	#header #tradeshow-title { 	
		position: absolute;
		right: 0;
		top: 30px; 
		text-align: right;
		width: 58%;
	}
	#header #tradeshow-title h1 {
		font-size: 31px;
		letter-spacing: 1px;
	  font-size: 31px;
	  line-height: 36px;
	  text-align: right;
	  padding: 0;
	  color: #262D5B;
	}
	#header #tradeshow-title h2 {
		font-size: 21px;
		letter-spacing: 0.9px;
		color: #2CBA7F;
	}

/* CONTENT AREA */
	.inner {
		width: auto;
	}
	.tradeshow_fp__map_header { width: 50%; }
	#content #main ul.tradeshow_fp__map_header { margin: 0 0 120px 0; }
	.tradeshow_fp__map_header__category { width: 220px; margin-bottom: 8px; }
	.tradeshow_fp__map_header__category__color { border: 1px solid #000; }
	.tradeshow_fp__map_header__category__color.ill-tradeshow--platinum-members {  background-color: #999999; }
	#content .ill-tradeshow--platinum-members.ill-tradeshow--open  { background-color:	#999999; color: #fff; }
	#content .ill-tradeshow--reserved { background-color: #262D5B; }
	#content .ill-tradeshow--occupied { background-color: #2CBA7F; }
	#content { position: relative; }
	#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: 100%; min-height: 40px; position: relative; }
	#info_box { position: absolute; right: 0; top: 28px; padding: 20px; z-index: 1;}
	#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 { 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; }
	#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 {
		float: left;
		min-height: 300px;
		padding: 35px 6px 15px 6px;
		width: 660px;
		color: #222;
	}
	#content #main.full_width {
		float: none;
		width: auto;
	}
	#content.full #main {
		width: 100%;
		padding: 0;
		float: none;
	}
	#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 {
		border: 1px solid #80b2bb;
		padding: 5px;
		max-width: 100%;
		height: auto;
	}

/*	 Form Box */

	#col-container { width: 90%; display:flex; flex-direction: row; align-items: center; }
	#booths-info { padding-right: 50px; }
	#additional-info { padding: 35px; border: 2px solid #444; }
	#additional-info p:last-child { padding-bottom: 0; }

/* Footer */
	#footer {
		text-align: center;
		padding: 25px 0;
		clear: both;
		position: relative;
		color: #000;
	}
	#footer a { color: #fff; }
	#footer .footer_top {
		border-bottom: 13px solid #7b9fb9;
		height: auto;
		padding: 12px 0 32px 0;
		position: relative;
		z-index: 30;
		background: #c2d4e0;
		text-align: center;
	}
	#footer .footer_top a {
		display: block;
	/*	display: inline-block;
		margin: 0 0 0 34px;
		vertical-align: middle;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -9999px;*/
	}
	#footer .footer_top .contain {
		/*width: 1150px;*/
		width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	}

/* WIDGETS */

/* Search Form */
	#search {
		bottom: 63px;
		position: absolute;
		right: 8px;
		font-size: 0;
	}
	#search input {
		display: inline-block;
		vertical-align: top;
	}
	#search input[type=text] {
		border: 1px solid #95c3e4;
		height: 18px;
		padding: 0 5px;
		width: 131px;
		background-color: #fff;
		font: 12px/12px sans-serif;
	}
	#search input[type=submit] {
		border: 0 none;
		height: 20px;
		margin: 0 0 0 6px;
		padding: 0;
		width: 48px;
		background-color: #175a8b;
		color: #fff;
		cursor: pointer;
		font: 9px/9px sans-serif;
		text-align: center;
		text-transform: uppercase;
	}

/* GRAVITY FORMS */
#content .gform_wrapper { padding: 0 8px; }
	#content .gform_wrapper.gravity-theme input[type=color], 
	#content .gform_wrapper.gravity-theme input[type=date],
	#content .gform_wrapper.gravity-theme input[type=datetime-local], 
	#content .gform_wrapper.gravity-theme input[type=datetime], 
	#content .gform_wrapper.gravity-theme input[type=email],
	#content .gform_wrapper.gravity-theme input[type=month], 
	#content .gform_wrapper.gravity-theme input[type=number], 
	#content .gform_wrapper.gravity-theme input[type=password], 
	#content .gform_wrapper.gravity-theme input[type=search], 
	#content .gform_wrapper.gravity-theme input[type=tel], 
	#content .gform_wrapper.gravity-theme input[type=text], 
	#content .gform_wrapper.gravity-theme input[type=time], 
	#content .gform_wrapper.gravity-theme input[type=url], 
	#content .gform_wrapper.gravity-theme input[type=week], 
	#content .gform_wrapper.gravity-theme select, 
	#content .gform_wrapper.gravity-theme textarea {
		padding: 10px;
		border: 1px solid #d1d1d1;
	}

/* 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;
	}

/* Enlarge Text widget */
	#textsize_wrapper { display: inline-block; }
	.widget_text_size_widget {
		display: inline-block;
		padding: 18px 0 0 0;
		vertical-align: top;
		font-size: 0;
		text-transform: uppercase;
	}
	.widget_text_size_widget span {
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: top;
		font: 14px/100% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	}
	.widget_text_size_widget a {
		display: inline-block;
		margin: 0;
		padding: 0 4px 2px 4px;
		vertical-align: top;
		color: #003356;
		font: 14px/100% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		text-align: center;
		text-decoration: none;
	}
	.widget_text_size_widget a.active {
		border-bottom: 3px solid #95c3e4;
	}

/* SHARE */
	#share {
		margin: 11px 0 auto 8px;
		padding: 0;
		display: inline-block;
		font-size: 0;
		text-transform: uppercase;
		white-space: nowrap;
		transition: width .35s ease-out;
		-ms-transition: width .35s ease-out;
		transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}
	#share.active { width: 14em; }
	#share div {
		display: inline-block;
		padding: 0;
		vertical-align: middle;
		font-size: 14px;
		cursor: pointer;
	}
	#share a {
		display: inline-block;
		margin: -.25em 0 0 4px;
		vertical-align: middle;
		color: #175a8b;
		cursor: pointer;
		opacity: .5;
		text-decoration: none;
		transition: .25s opacity ease-out;
		-ms-transition: .25s opacity ease-out;
	}
	#share a span { display: none; }
	#share a:first-child { margin: 0; }
	#share a:hover { opacity: 1; }
	#share a:after {
		display: inline-block;
		font: 22px 'dashicons';
		line-height: 1.3;
	}
	#share a.facebook:after { content: "\f305"; }
	#share a.twitter:after { content: "\f301"; }
	#share a.email:after { content: "\f466"; }

/* SOCIAL */
	#social {
		display: inline-block;
		height: auto !important;
		padding: 16px 0 0 0 !important;
		position: relative;
		vertical-align: top;
		width: auto;
		font-size: 0;
		text-align: center;
		text-transform: uppercase;
	}
	#social div {
		display: inline-block;
		padding: 0 5px 0 0;
		vertical-align: middle;
		font: 14px/100% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	}
	#social span {
		display: inline-block;
		height: 18px;
		margin: 0 0 0 4px;
		vertical-align: middle;
		width: 19px;
		background-position: 0 0;
		background-repeat: no-repeat;
		cursor: pointer;
		border-radius: 2px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	}
	#social span:first-child { margin: 0; }
	#social span.st_sharethis { background-image: url(images/social-share.png); }
	#social span.st_facebook { background-image: url(images/social-facebook.png); }
	#social span.st_twitter { background-image: url(images/social-twitter.png); }
	#social span.st_email { background-image: url(images/social-email.png); }
	#social span > span { display: none; }

/* OLD IEs */
	.ie7 #utility_nav ul li, .ie7 #nav ul li, .ie7 #search input, .ie7 #tools .widget, .ie7 #textsize_wrapper span, .ie7 #textsize_wrapper a, .ie7 #social, .ie7 a.fb_like, .ie7 a.youtube { display: inline; }
	.ie8 .widget_text_size_widget { border: 1px dashed #cddee1; }
	.ie8 #help_slider { padding: 0; }
	.ie8 #help_slider ul { height: 0; overflow: hidden; }
	.ie8 #help_slider.slid { padding: 15px 15px 5px 15px; }
	.ie8 #help_slider.slid ul { height: auto; overflow: visible; }
	.ie8 #sitemap { height: 0; overflow: hidden; padding: 0; }
	.ie8 #sitemap.slid { height: auto; overflow: visible; padding: 40px 0; }

/* 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; }  

	@media all and (max-width: 800px) {
		#col-container { flex-direction: column; } 
	}