﻿	
	.printHide { display: none; }
			
/* ---------- Main Top Header ---------- */
	
	
		#siteMenuContainer {
			display: none;
		}
		
		#hamburger, #mobileSearchTrigger {
			display: none;
		}
		
		.bigStripe #banner .grid_24 {
			height: 10%;						/* Set banner height - default: 26em */ 
		}
		
		.bigStripe #siteTitleContainer {		/* Main header title */
			margin-top: .1em !important; 		/* Header title: top margin - default 1.35em */				
		}
	
		#siteMenuContainer ~ .container_24 {	/* space between header and main page title - in mobile */
		    margin-top: -1em;					/* default 3em */	
		}

		.bigStripe #siteTitleContainer .maintoptitle {		
			display: block;
			margin: 0 0 -.2em 0 !important;		/* Header subtext: margin - default 0 0 0 0 */
			font-size: 30% !important;	/* Header subtext: size */
			line-height: 135%;
			font-style: normal;
			letter-spacing: .07em;
			text-align: left;
			color: #494B4D !important;		/* Header subtext: color - default #c4e0fc */
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			text-shadow: none; /* offset-x | offset-y | blur | color */
		}
		
		.bigStripe #siteTitleContainer .maintitle {
			display: block;
			margin: 0 0 0 0 !important;		/* Header title: margin - default 0 0 0 0 */
			font-size: 60% !important; 		/* Header title: size */
			line-height: 100%;
			font-style: normal;
			letter-spacing: .008em;
			text-align: left;
			font-weight:normal !important;		/* Header title: weight - bold, normal */
			color: #494B4D !important;			/* Header title: color - default #FFFFFF */
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			text-shadow: none; /* offset-x | offset-y | blur| color */	
		}

		.bigStripe #siteTitleContainer .subtext {
			display: block;
			margin: .5em 0 0 0 !important;		/* Header subtext: margin - default 0 0 0 0 */
			font-size: 45% !important;	/* Header subtext: size - default .3em */
			line-height: 135%;
			font-style: normal;
			letter-spacing: .01em;
			text-align: left;
			font-weight: normal;
			color: #494B4D !important;			/* Header subtext: color - default #c4e0fc */
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			text-shadow: none; /* offset-x | offset-y | blur| color */
		}
		
		.bigStripe #siteTitleContainer .datevenue {
			display: block;
			margin: 1em 0 0 0 !important;		/* Header subtext: margin - default 30px 0 0 0 */
			font-size: 35% !important;		/* Header subtext: size */
			line-height: 135%;
			font-style: normal;
			font-weight: normal;
			letter-spacing: .08em;
			text-align: left;
			color: #494B4D !important;			/* Header subtext: color - default #c4e0fc */
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			text-shadow: none; /* offset-x | offset-y | blur| color */
		}
		
		.bigStripe #stripe {
		    margin-bottom: 3em;
		}
		
		#stripe {
		    padding: 0 0 2em 0;
		}

/* ---------- MISC ---------- */

		.showInfo{ 
			display: inline;
			font-size: .7em;
		}

/* ---------- FOOTER ---------- */
			
	#footer { display: inline; }
	
	#footerLeft,
	#footerRight,
	#footerLogoWeb { display: none; }
	
	#footerLogoPrint { display: inline-block;}

	.footerlogo,
	.footerlogoDual { 
		float: none;
		margin-top: 0;
		margin-left: 0;
		opacity: .35;
	}
	
	.footerlogo,
	.footerlogoDual { 
   		width: 20%;
	}
	
	.footerSBUlogo { 
   		width: 17.5%;
	}

	#footer {
		background-color: transparent !important;
		margin:0 !important;
		width:auto;
	}
	
/* ---------- MISC ---------- */

	.joinRemote { display: none; }

	th, td, table.standardTable th, table.standardTable td {
	    padding: .2em .4em;
	}
