/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* SET GLOBAL VALUES - Required_field is in main_top.css */

html, body { font: normal normal 300 16px/28px "Roboto", Arial, Helvetica, sans-serif; color: #424242; font-size: 18px; line-height: 30px; } /* Padding/margin resets and width/height 100% are in main_top.css */
.main_wrapper { background: transparent url("/css/images/m_bkg_body.jpg") repeat-y center top; } /* Everything but footer. Put background here if need full-height background. Min-height and position in main_top.css */

a:link { color: #d2252c; text-decoration: underline; }
a:visited { text-decoration: none; }
a:link, a:hover, a:active, a:visited { __text-decoration: none !important; }

p { padding: 0px; margin-top: 1em; }
h1,h2,h3,h4,h5,h6 { font-family: "Roboto Slab",Arial,Helvetica,sans-serif; font-weight: 400; margin: 0px; padding: 0px; font-feature-settings: "kern"; text-rendering: optimizelegibility; }
h1 { font-size: 2.625em; line-height: .95em; }
h2 { font-size: 2.0625em; line-height: 1em; }
h3 { font-size: 1.5em; line-height: 1.25em; }
h4 { font-size: 1.333em; line-height: 1.1em; }
h5 { font-size: 1em; line-height: 1.3em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none !important; color: inherit !important; }

img { max-width: 100%; }

/* NOTE - CONTENT and CONTENT_WRAPPER below are simply for microdata and adding a pad for sticky footer. SECTION will be used for most segments/areas */
.masthead, .banner, .content, .section, .footer { width: 320px; margin: 0px auto; position: relative; }
.masthead_wrapper, .banner_wrapper, .content_wrapper, .section_wrapper, .footer_wrapper { position: relative; clear: both; }

/* MASTHEAD */

.masthead_wrapper, .masthead { overflow: visible; height: 108px; height: 78px; }
.masthead_wrapper { 
	background-color: transparent;  
	z-index: 9998; /* Not necessary, but makes certain modifications easier */
	/* INSET BANNER WITH DROP SHADOW */
	/*
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
	*/
	}
.masthead {  }

/* INSET BANNER WITH DROP SHADOW */
.section_first {
	/*
	-moz-box-shadow: 0px -2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px -2px 8px rgba(0,0,0,0.6);
	box-shadow: 0px -2px 8px rgba(0,0,0,0.6);
	*/
	}
.nobanner {
	-moz-box-shadow: 0px 0px 0px transparent !important;
	-webkit-box-shadow: 0px 0px 0px transparent !important;
	box-shadow: 0px 0px 0px transparent !important;
	}

.masthead_logo {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 100px;
	height: 158px;
	background: transparent url("/css/images/sprites.png") no-repeat 0px -300px;
	z-index: 9999; /* Not necessary, but makes certain modifications easier */
	-moz-box-shadow: 0px -10px 20px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: 0px -10px 20px rgba(0,0,0,0.5) !important;
	box-shadow: 0px -10px 20px rgba(0,0,0,0.5) !important;
	}
.masthead_logo h2 { display: none; }

/* MENU */

.mobile_icon { 
	position: absolute; 
	top: 0px; 
	right: 10px; 
	width: 60px; 
	height: 68px; 
	background: transparent url("/css/images/sprites.png") no-repeat 0px -180px; 
	cursor: pointer;
	z-index: 9999; /* Not necessary, but makes certain modifications easier */
	}
.mobile_menu_icon {  
	-moz-box-shadow: 0px -10px 20px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: 0px -10px 20px rgba(0,0,0,0.5) !important;
	box-shadow: 0px -10px 20px rgba(0,0,0,0.5) !important;
	}

.sitenav { display: none; }

	/* DROP-DOWN */
	
	.sitelinks {
		margin: 0px;
		padding: 68px 0px 0px 0px;
		list-style: none;
		position: absolute; 
		right: 10px; 
		top: 0px;
		width: 300px;
		z-index: 9998;
		background: #98291b url("/css/images/m_bkg_menu.jpg") repeat-y center top;
		}
	.sitelinks li { 
		display: block; 
		margin: 0px;
		padding: 0px; 
		position: relative;
		}
	.sitelinks li a { 
		__background-color: rgba(255,255,255,0.8); /* Sets the color for the entire menu when it first drops down */
		__border-bottom: 1px solid rgba(255,255,255,0.3);
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
		color: #FFF;
		text-align: right;
		text-decoration: none; 
		color: #FFF; /* Sets the font color for the menu items. Inherit to use base font color for the site. */
		display: block;  /* This (and the two below it) makes the whole thing clickable ... who knew?!? */ 
		box-sizing: border-box;
		padding: 13px 10px 17px 0px;
		width: 100%; 
		font: normal normal 400 24px/24px "Oswald", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	.sitelinks li a:hover { 
		color: #FFF; 
		background: #48433a url("/css/images/m_bkg_menu_ov.jpg") repeat-y center top; 
		-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,1.0);
		-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,1.0);
		box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,1.0);
		} /* Sets the highlight color for the menu items */
	.sitelinks li.menu_last a { border-bottom: none; }
	
	/* DROP-DOWN SUB-MENUS */
		
		.m_expand { 
			position: absolute; 
			top: 5px; 
			right: 0px; 
			cursor: pointer; 
			width: 52px; 
			height: 45px; 
			background: transparent url("/css/images/sprites.png") no-repeat 0px -240px; 
			}
		.services_subnav, .sitelinks .divider { display: none; }
		.sitesublinks {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
		.sitesublinks li {
			margin: 0px;
			}
		.sitesublinks li a { 
			background-color: #FFF; /* Sets the color for the entire SUB-menu when it first drops down */
			border-bottom: 1px solid rgba(255,255,255,0.3);
			font-weight: 300;
			font-size: 18px;
			line-height: 18px;
			text-decoration: none; 
			__color: #FFF; /* Sets the font color for the sub-menu items. Inherit to use base font color for the site. */
			display: block;  /* This (and the two below it) makes the whole thing clickable ... who knew?!? */ 
			padding: 12px 0px 13px 0px;
			width: 100%; 
			}
		.sitesublinks li a:hover { background-color: #7a7c80; }
		.sitesublinks li.first { __border-top: 1px solid rgba(255,255,255,0.3); }
		.sitesublinks li.last a { border-bottom: none; }

/* SOCIAL ICONS - 30px */

.social_icons { position: absolute; top: 57px; right: 0px; width: auto; display: none; }
.social_icon { 
	width: 30px; 
	height: 30px; 
	float: left; 
	margin: 0px 10px 0px 5px; 
	background: transparent url("/css/images/sprites.png") no-repeat 0px -149px;
	}
.facebook { background-position: 0px -149px; }
.facebook:hover { background-position: 0px -119px; }
.twitter { background-position: -30px -149px; }
.twitter:hover { background-position: -30px -119px; }
.pinterest { background-position: -60px -149px; }
.pinterest:hover { background-position: -60px -119px; }
.instagram { background-position: -90px -149px; }
.instagram:hover { background-position: -90px -119px; }
.googleplus { background-position: -120px -149px; }
.googleplus:hover { background-position: -120px -119px; }
.tumblr { background-position: -150px -149px; }
.tumblr:hover { background-position: -150px -119px; }
.youtube { background-position: -180px -149px; }
.youtube:hover { background-position: -180px -119px; }
.vimeo { background-position: -210px -149px; }
.vimeo:hover { background-position: -210px -119px; }
.linkedin { background-position: -240px -149px; }
.linkedin:hover { background-position: -240px -119px; }
.snapchat { background-position: -270px -149px; }
.snapchat:hover { background-position: -270px -119px; }

/* SOCIAL ICONS - 23px */
/*
.social_icons { position: absolute; top: 64px; right: 0px; width: auto; }
.social_icon { 
	width: 23px; 
	height: 23px; 
	float: left; 
	margin: 0px 10px 0px 5px; 
	background: transparent url("/css/images/sprites.png") no-repeat 0px -73px;
	}
.facebook { background-position: 0px -73px; }
.facebook:hover { background-position: 0px -96px; }
.twitter { background-position: -23px -73px; }
.twitter:hover { background-position: -23px -96px; }
.pinterest { background-position: -46px -73px; }
.pinterest:hover { background-position: -46px -96px; }
.instagram { background-position: -69px -73px; }
.instagram:hover { background-position: -69px -96px; }
.googleplus { background-position: -92px -73px; }
.googleplus:hover { background-position: -92px -96px; }
.tumblr { background-position: -115px -73px; }
.tumblr:hover { background-position: -115px -96px; }
.youtube { background-position: -138px -73px; }
.youtube:hover { background-position: -138px -96px; }
.vimeo { background-position: -161px -73px; }
.vimeo:hover { background-position: -161px -96px; }
.linkedin { background-position: -184px -73px; }
.linkedin:hover { background-position: -184px -96px; }
.snapchat { background-position: -207px -73px; }
.snapchat:hover { background-position: -207px -96px; }
*/

/* BANNER */

.banner_wrapper, .banner { overflow: visible; background-size: cover; background-position: center center; height: 330px; height: 458px; /* 16:9 - height: 169px; if width is standard 300px */ }
.banner_wrapper { background-color: #EEE; }
.banner {  }
.banner a { text-color: inherit !important; text-decoration: none !important; } /* Prevent some browsers from underlining the NBSP placeholder */

.bx-wrapper, .bxslider {  }
.bxslider { }
.bx-wrapper, .bxslider, .bxslider li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%; 
	height: 330px; 
	height: 458px;
	}

.banner_top, .banner_bottom { position: absolute; left: 0px; width: 100%; z-index: 9996; background-size: cover !important; }
.banner_top {
	height: 41px;
	top: 0px;
	background: transparent url("/css/images/slide_top.png") no-repeat center top;
	}
.banner_bottom {
	height: 59px;
	bottom: 0px;
	background: transparent url("/css/images/slide_bottom.png") no-repeat center bottom;
	}
.banner_logo {
	width: 300px;
	height: 192px;
	height: 181px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -96px;
	margin-left: -150px;
	background: transparent url("/css/images/slide_logo2.png") no-repeat center center;
	background-size: contain;
	z-index: 9996;
	}

.banner_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 916px;
	display: flex;
	align-items: center;
	__background-color: rgba(255,255,255,0.5);
	}
.banner_overlay_text {
	text-align: center;
	width: 100%;
	color: #FFF;
	font-weight: 700;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	font-size: 1.5em;
	}

/* CONTENT */

.col { display: block; margin: 0px 10px; __background-color: #EEE; box-sizing: border-box; }
.nomargin { margin: 0px; }
.col_full, .col_half, .col_third, .col_twothirds, .col_quarter, .col_threequarters { width: 300px; }
.col_full.nomargin, .col_half.nomargin, .col_third.nomargin, .col_twothirds.nomargin, .col_quarter.nomargin, .col_threequarters.nomargin { width: 320px; }
.content, .sidebar { padding-bottom: 30px; }

/* FEATURES */

.section_feature { margin-top: -75px; z-index: 9996; overflow: visible; }
.feature {
	background-color: #a63422; 
	width: 140px;
	height: 140px; 
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 6px solid #FFF;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	}
.feature_text {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font: normal normal 700 47px/47px "Roboto Slab", "Courier New", Courier, monospace;
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	text-transform: uppercase;
	__padding-top: 46px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	background-color: rgba(166,52,34,0.5);
	__cursor: pointer;
	transition: .2s;
	transition-timing-function: ease-out;
	}
.feature_text:hover, .feature_text.static {
	text-shadow: 0px 0px 20px rgba(0,0,0,1.0);
	background-color: rgba(166,52,34,0);
	transition: .2s;
	transition-timing-function: ease-out;
	}

/* BROWSE BUSINESSES */

.section_businesses { margin-top: -75px; z-index: 9996; padding-bottom: 40px; overflow: visible; }
.business, .record_business, .record {
	background-color: #FFF; 
	width: 300px;
	height: 220px; 
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	position: relative;
	font: normal normal 400 14px/20px "Roboto Slab", "Courier New", Courier, monospace;
	color: #414141;
	}
.business a { text-decoration: none !important; color: inherit !important; }
.browse_business_title, .record_business_title, .overview_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background: #23909f url("/css/images/bkg_business_header.png") repeat 0px 0px;
	padding: 16px 15px 8px 15px;
	}
	
	/* ADDRESS, PHONE, HOURS */
	
	.browse_info, .record_contact { margin: 10px 0px 0px 0px; float: left; }
	.browse_info a, .record_contact a { text-decoration: none !important; color: inherit !important; }
	.browse_address, .browse_phone, .browse_website, .browse_hours, .record_address, .record_phone, .record_website, .record_hours { position: relative; }
	.browse_phone, .browse_website, .browse_hours, .record_phone, .record_website, .record_hours { margin-top: 8px; }
	.browse_hours, .record_hours { text-transform: uppercase; }

	/* LOGO */

	.browse_business_logo, .record_business_logo {
		width: 95px;
		height: 95px;
		float: left;
		margin: 12px 20px 0px 15px;
		background: transparent url() no-repeat center top;
		background-size: contain;
		}
	
	/* READ MORE BUTTON */
	
	.browse_details {
		line-height: 14px;
		color: #FFF;
		text-transform: uppercase;
		position: absolute;
		right: 0px;
		bottom: 15px;
		padding: 14px 15px;
		background-color: #23909f;
		}
	.browse_details:hover { padding-right: 30px; }

	/* BUTTONS FOR LOCATION, PHONE, WEBSITE */

	.browse_buttons {
		height: 39px;
		position: absolute;
		bottom: 15px;
		left: 0px;
		}
	.browse_button {
		float: left;
		width: 39px;
		height: 39px;
		margin: 0px 0px 0px 15px;
		background: #23909f url("/css/images/sprites.png") no-repeat 0px 0px;
		}
	.browse_button.map { background-position: -320px -119px; }
	.browse_button.map:hover { background-position: -320px -158px; }
	.browse_button.phone { background-position: -359px -119px; }
	.browse_button.phone:hover { background-position: -359px -158px; }
	.browse_button.web { background-position: -398px -119px; }
	.browse_button.web:hover { background-position: -398px -158px; }
	.browse_button.facebook { background-position: -437px -119px; }
	.browse_button.facebook:hover { background-position: -437px -158px; }
	.browse_button.twitter { background-position: -476px -119px; }
	.browse_button.twitter:hover { background-position: -476px -158px; }
	.browse_button.instagram { background-position: -515px -119px; }
	.browse_button.instagram:hover { background-position: -515px -158px; }

/* BUSINESS RECORD */

.record_business, .record { height: auto; }
.record_contact { margin-bottom: 15px; }
.hours_toggle_more, .hours_toggle_less { cursor: pointer; }
.hours_toggle_less { display: none; }
.record_buttons { clear: both; height: 39px; margin: 15px 0px; padding-left: 15px; }
.record_buttons .browse_button { margin-right: 7px; margin-left: 0px; }
.hours_table {
	width: auto;
	margin: 10px 15px 15px 15px;
	display: none;
	clear: both;
	}
.day {
	padding: 2px 15px 2px 0px;
	}
.hours { }
.today { font-weight: 700; }
.business_description {
	padding: 0px 15px 0px 15px;
	font: normal normal 400 14px/20px "Roboto Slab", "Courier New", Courier, monospace;
	color: #414141;
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	}
.business_description.showall { height: auto; }
.business_description p { padding: 0px; margin: 0px 0px 1em 0px; }
.business_description p:last-child { margin-bottom: 0px !important; }
.read_more_grad {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 75px;
	width: 100%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	z-index: 10;
	}
.desc_more, .desc_less {
	box-sizing: border-box;
	margin: 5px 15px;
	font: normal normal 700 14px/14px "Roboto Slab", "Courier New", Courier, monospace;
	color: #FFF;
	background: #23909f url("/css/images/bkg_business_header.png") repeat 0px 0px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	}
.desc_less { display: none; }
.gallery {
	margin: 0px 15px 15px 15px;
	overflow: auto;
	}
.gallery_main {
	width: 270px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-color: #CCC;
	}
.gallery_thumb {
	width: 135px;
	height: 90px;
	background-size: cover;
	background-position: center center;
	float: left;
	background-color: #EEE;
	position: relative;
	}
.gallery_main img, .gallery_thumb img { display: none; }
.gallery_count {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(35,144,159,0.75);
	font: normal normal 700 28px/28px "Roboto Slab", "Courier New", Courier, monospace;
	color: #FFF;
	padding-top: 30px;
	}

/* OVERVIEW */

.overview {  } /* in case we need to clear something or add a margin */
.title { font-size: 3.157em; line-height: .9em; margin-top: 19px; font-weight: 700; }
.subtitle { font-size: 1.777em; font-size: 1.333em; line-height: 1.1em; margin-top: .4em; }
.description {  }
.description h1, .description h2, .description h3, .description h4, .description h5, .description h6 { margin-top: .85em; }
.pic_full, .pic_half { display: block; width: 100%; clear: both; }
.pic_full { margin: 10px 0px; }
.description h2 { text-transform: uppercase; color: #23909f; margin-bottom: .25em; }

/* OVERVIEW PICS */

.pic_box {
	width: 300px;
	display: block;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	}
.youtube {
	width: 300px;
	height: 169px;
	}
.pic {
	max-width: 100%;
	}
.caption {
	text-align: center;
	padding: 8px 0px 4px 0px;
	font-style: italic;
	color: #a0a0a0;
	}
	
.pic_multi_box {  }
.pic_multi {
	float: left;
	width: 145px;
	height: 97px;
	background-color: #CCC;
	margin: 10px 10px 0px 0px;
	background-size: cover; 
	background-position: center center;
	position: relative;
	overflow: hidden;
	}
.pic_multi:nth-child(2n) { margin-right: 0px; }
.pic_multi_spacer { width: 145px; height: 97px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.pic_multi_spacer img { display: none; }

/* DOWNLOADS */

.downloads { /* container */
	width: 300px;
	display: block;
	margin: 10px 0px 0px 0px;
	}
.downloads_header {
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	}
.downloads_header_text {
	font-weight: 700;
	text-transform: uppercase;
	color: #a0a0a0;
	padding: 12px 15px 11px 15px;
	float: left;
	line-height: 28px;
	}
.downloads_header_icon {
	width: 51px;
	height: 51px;
	background: #cfcfcf url("/css/images/bkg_downloads_icon.png") no-repeat center center;
	border-right: 1px solid #a0a0a0;
	float: left;
	}
.downloads ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.downloads ul li {
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
.downloads a { text-decoration: none !important; color: inherit !important; }
.dl_item {  
	font-size: 16px;
	line-height: 18px;
	font-weight: 700; 
	padding: 3px 0px 5px 53px;
	padding-left: 35px;
	background: transparent url("/css/images/icon_pdf.png") no-repeat 13px 0px;
	background-position: 0px 0px;
	}
.dl_item.pdf { background-image: url("/css/images/icon_pdf.png"); }
.dl_item.doc, .dl_item.docx { background-image: url("/css/images/icon_doc.png"); }
.dl_item.xls, .dl_item.xlsx { background-image: url("/css/images/icon_xls.png"); }
.dl_item.ppt, .dl_item.pptx { background-image: url("/css/images/icon_ppt.png"); }
.dl_item.txt { background-image: url("/css/images/icon_txt.png"); }
.dl_item.jpg, .dl_item.jpeg, .dl_item.png, .dl_item.tif, .dl_item.gif { background-image: url("/css/images/icon_jpg.png"); }
.dl_item.web { background-image: url("/css/images/icon_web.png"); }

/* BROWSE */

.browse {  } /* in case we need to clear something or add a margin */
.browse_records { padding: 0px 15px 0px 15px; height: auto; overflow: visible; }
.browse_record {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
	}
.browse_record.last { padding-bottom: 0px; border-bottom: 0px none transparent; }
.browse_title { margin-top: 0px; font-size: 1.5em; line-height: 1.25em; font-weight: 700; }
.browse_subtitle { font-size: 1em; line-height: 1.1em; margin-top: .4em; }
.browse_description { margin-top: .5em; }
.browse_more {
	/*margin-top: .85em;*/
	}
.browse_more a {
	/*
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.1);
	color: #999 !important;
	text-decoration: none !important;
	*/
	}
.browse_more a:hover {
	/*
	color: #000 !important;
	background-color: rgba(0,0,0,0.1);
	*/
	}

/* HOME NEWS & EVENTS */

.section_wrapper_newsevents {
	background: transparent url("/css/images/m_bkg_newsevents.png") no-repeat center top; 
	min-height: 500px;
	}
.section_newsevents {
	padding-bottom: 20px;
	overflow: visible;
	}
.twocol_header {
	font: normal normal 700 42px/42px "Roboto Slab", "Courier New", Courier, monospace;
	color: #524c45;
	text-transform: uppercase;
	margin: 44px 0px 0px 0px;
	padding: 0px;
	}
.browse_record {
	overflow: auto;
	margin-top: 20px;
	padding-left: 120px;
	font: normal normal 400 14px/18px "Roboto Slab", "Courier New", Courier, monospace;
	color: #524c45;
	position: relative;
	min-height: 100px;
	}
.browse_event a {
	color: #23909f;
	text-decoration: underline;
	}
.browse_pic {
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	}
.date_circle {
	background: #23909f url("/css/images/bkg_datecircle.png") no-repeat center center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; /* future proofing */
	-khtml-border-radius: 50px; /* for old Konqueror browsers */
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.date_number, .date_month {
	font: normal normal 700 48px/48px "Roboto Slab", "Courier New", Courier, monospace;
	color: #FFF;
	text-align: center;
	}
.date_number {
	padding-top: 15px;
	}
.date_month {
	font-size: 18px;
	line-height: 18px;
	}
.browse_title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 5px;
	}
.browse_subtitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	color: #23909f;
	}
.browse_description {
	margin-top: 11px;
	}
.browse_keywords {
	margin-top: 11px;
	font-style: italic;
	}
.browse_more {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 12px;
	text-transform: uppercase;
	}
.browse_news {
	padding-left: 140px;
	padding-right: 20px;
	overflow: visible;
	}
.browse_news a, .browse_all_news a {
	color: #a63422;
	}
.browse_all {
	font: normal normal 700 28px/28px "Roboto Slab", "Courier New", Courier, monospace;
	margin-top: 20px;
	text-transform: uppercase;
	}
.browse_all_events a {
	color: #23909f;
	}

/* LIST (NEW TO FIX THINGS) */

.overview {  }
.overview_title {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #FFF;
	background: #23909f url("/css/images/bkg_business_header.png") repeat 0px 0px;
	padding: 16px 15px 10px 15px;
	}
.overview_description {
	padding: 0px 15px 0px 15px;
	position: relative;
	}
.overview_description p {  }
.overview_description p:first-child { margin-top: 10px; }

.list_records {
	padding: 0px 15px 20px 15px; 
	overflow: visible;
	}
.list_record {
	margin-top: 20px;
	overflow: visible;
	}
.list_record a {
	color: #a63422;
	}
.list_event a {
	color: #23909f;
	}
.list_pic {
	box-sizing: border-box;
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
	border: 5px solid #FFF;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	}
.list_title {
	margin-top: 0px; 
	font-size: 1.4em; 
	line-height: 1.25em; 
	font-weight: 700;
	}
.list_title a {
	text-decoration: none !important;
	color: inherit !important;
	}
.list_subtitle {
	margin-top: 0px; 
	font-size: 1.0em; 
	line-height: 1.4em;
	margin-top: .15em; 
	font-weight: 700;
	font-style: italic;
	}
.list_description {
	margin-top: .3em;
	}
.list_more {
	font-size: 1.25em; 
	line-height: 1.25em;
	font-weight: 700;
	margin-top: 12px;
	text-transform: uppercase;
	}
.list_date {
	font-weight: 700;
	font-size: 16px;
	color: #23909f;
	margin-top: 2px;
	}
.list_date span {
	display: block;
	}

.record_date {
	color: #23909f;
	font-weight: 700;
	padding: 8px 15px 10px 15px;
	}
.record_date span { display: block; }

.event_details {
	padding-bottom: 15px;
	}
.event_detail_title {
	color: #23909f;
	font-weight: 700;
	padding: 8px 15px 0px 15px;
	}
.event_detail {
	padding: 5px 15px 0px 15px;
	}

/* HOME TOWER */

.section_wrapper_tower { background: transparent url(/css/images/m_bkg_tower.jpg) no-repeat center top; height: 505px; }
.section_tower {
	color: #FFF;
	font: normal normal 400 14px/18px "Roboto Slab", "Courier New", Courier, monospace;
	}
.tower_text {
	width: 220px;
	}
.tower_text a { text-decoration: none !important; color: inherit !important; }
.small_header {
	font: normal normal 200 42px/42px "Oswald", Arial, Helvetica, sans-serif;
	margin-top: 53px;
	margin-top: 65px;
	text-transform: uppercase;
	}
.medium_header {
	font: normal normal 600 25px/29px "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.medium_header.renaissance {
	font-weight: 200;
	font-size: 28px;
	line-height: 36px;
	}
.large_header {
	font: normal normal 600 46px/46px "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.renaissance_header {
	font-size: 34px;
	line-height: 34px;
	}
.be_a_part {
	font: normal normal 600 32px/32px "Oswald", Arial, Helvetica, sans-serif;
	margin-top: 14px;
	margin-bottom: 60px;
	font-style: italic;
	}
.tower_text .description p {
	font: normal normal 400 12px/17px "Roboto Slab", "Courier New", Courier, monospace;
	margin-top: .8em;
	}
.tower_text .more {
	font: normal normal 700 18px/18px "Roboto Slab", "Courier New", Courier, monospace;
	margin-top: .8em;
	text-transform: uppercase;
	}

/* DOWNLOADS */

.record_downloads {
	display: block;
	margin: 10px 0px 0px 0px;
	padding-right: 20px;
	}
.downloads_header {
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	}
.downloads_header_text {
	font-weight: 900;
	text-transform: uppercase;
	color: #a0a0a0;
	padding: 12px 15px 11px 15px;
	float: left;
	}
.downloads_header_icon {
	width: 51px;
	height: 51px;
	background: #cfcfcf url("/css/images/bkg_downloads_icon.png") no-repeat center center;
	border-right: 1px solid #a0a0a0;
	float: left;
	}
.record_downloads ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.record_downloads ul li {
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
.record_downloads a { text-decoration: none !important; color: inherit !important; }
.dl_item {  
	font-size: 16px;
	line-height: 18px;
	font-weight: 700; 
	padding: 3px 0px 5px 53px;
	padding-left: 35px;
	background: transparent url("/css/images/icon_pdf.png") no-repeat 13px 0px;
	background-position: 0px 0px;
	}
.dl_item.pdf { background-image: url("/css/images/icon_pdf.png"); }
.dl_item.doc, .dl_item.docx { background-image: url("/css/images/icon_doc.png"); }
.dl_item.xls, .dl_item.xlsx { background-image: url("/css/images/icon_xls.png"); }
.dl_item.ppt, .dl_item.pptx { background-image: url("/css/images/icon_ppt.png"); }
.dl_item.txt { background-image: url("/css/images/icon_txt.png"); }
.dl_item.jpg, .dl_item.jpeg, .dl_item.png, .dl_item.tif, .dl_item.gif { background-image: url("/css/images/icon_jpg.png"); }
.dl_item.web { background-image: url("/css/images/icon_web2.png"); }

.dl_ext { font-weight: 500; }

/* EVENT MICROSITE PAGES */

/*
.fsvid_wrapper { height: 37.5vw; height: 75vw; overflow: hidden; position: relative; }
.fsvid {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
*/
.microsite_section { padding: 30px 0px; }
.section_banner {
	background-size: cover;
	background-position: center center;
	height: 34.8vw;
	}
.section_map {
	width: 100%;
	height: 24vw;
	}
.fsvid_wrapper {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	}
.fsvid_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
.vendor_list { font-weight: 700; }
.vendor_list a { text-decoration: none !important; color: inherit !important; }
.vendor_social span { padding-left: .5em; font-weight: 400; }
.fsmap { width: 100%; height: 75vw; }

.eventpage_title { font-weight: 700; font-size: 2.5em; }
.eventpage_subtitle { color: #8c8884; }
.slick_slide {
	width: 100%;
	height: 50vw;
	background-size: cover;
	background-position: center center;
	position: relative;
	}
.slick_text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 10vw;
	color: #FFF;
	padding: 15px 10px;
	text-align: center;
	background-color: rgba(35,144,159,0.8);
	font: normal normal 700 18px/22px "Roboto Slab", Arial, Helvetica, sans-serif;
	}
.microsite_date {
	text-align: center;
	font: normal normal 700 1.25em/1em "Roboto Slab", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	color: #23909f;
	}


/* FOOTER */

.content_wrapper { padding-bottom: 1070px; } /* Padding matches footer height. This container JUST makes room for footer. Add about 20px to footer height to ensure bottom content pad */
.footer_wrapper, .footer { height: 1070px; box-sizing: border-box; } 
.footer_wrapper { margin-top: -1070px; background: #424242 url("/css/images/m_bkg_footer.jpg") repeat-y center top; z-index: 9998; }
.footer {  }
.footer a { text-decoration: none !important; color: inherit !important; }
.footer_topper { position: absolute; width: 106px; height: 36px; left: 50%; top: 0px; margin: -36px 0px 0px -53px; background: transparent url("/css/images/m_footer_topper.png") no-repeat center bottom; }
.footer_edge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 9px;
	background: transparent url("/css/images/m_bkg_footer_edge.jpg") no-repeat center top;
	}
.footer_logoblock {
	padding-top: 24px;
	}
.footer_biglogo {
	width: 140px;
	height: 193px;
	margin: 0px auto 15px auto;
	background: transparent url("/css/images/m_footer_logo.png") no-repeat center top;
	}
.footer_company, .footer_address, .footer_phone { 
	font-family: "Roboto Slab",Arial,Helvetica,sans-serif; 
	font-size: 20px;
	line-height: 28px; 
	font-weight: 700;
	color: #FFF;
	text-align: center;
	}
.footer_address, .footer_phone {
	font-size: 18px;
	font-weight: 400;
	}
.footer_socialblock {
	
	}
.footer_socialblock a { text-decoration: underline !important; color: inherit !important; }
.social_item { margin-top: 20px; }
.social_label {
	font: normal normal 400 24px/24px "Roboto Slab", "Courier New", Courier, monospace;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 7px;
	}
.social_icon {
	width: 40px;
	height: 40px;
	float: left;
	background: transparent url("/css/images/sprites.png") no-repeat -240px -240px;
	margin-right: 15px;
	}
	.social_facebook { background-position: -240px -240px; }
	.social_twitter { background-position: -280px -240px; }
	.social_instagram { background-position: -320px -240px; }
	.social_youtube { background-position: -360px -240px; }
.footer_partnerblock {
	
	}
.footer_partner_logo {
	margin-top: 20px;
	}
#google_translate_element {
	margin: 10px 0px 0px 0px;
	text-align: left;
	width: auto !important;
	}
.footer_socialblock h2, .footer_partnerblock h2 {
	font: normal normal 400 48px/48px 'Oswald', Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	color: rgba(255,255,255,0.4);
	margin-top: 15px;
	}
.footer .divider {
	color: rgba(255,255,255,0.25);
	padding: 0px 10px;
	}
.footer_siteby {
	width: 100%;
	padding-top: 40px;
	font: normal normal 400 12px/12px "Roboto Slab", "Courier New", Courier, monospace;
	color: #FFF;
	}
.footer_siteby h4 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	background: transparent url("/css/images/bkg_siteby.png") no-repeat center 9px;
	}
.copyright, .legal {
	text-align: center;
	margin-top: 10px;
	}
.copyright { margin-top: 20px; }
.fineprint {
	font: normal normal 400 12px/16px "Roboto Slab", "Courier New", Courier, monospace;
	padding-top: 15px;
	text-align: center;
	color: #FFF;
	}
.fineprint a, .credits a, .footer_text a { color: #FFF !important; }
.fineprint a:hover, .credits a:hover, .footer_text a:hover { text-decoration: underline !important; }

.footer_logos { width: 142px; width: auto; height: 24px; position: absolute; bottom: 20px; left: 50%; margin-left: -71px; }
.footer_logo { height: 24px; background: transparent url("/css/images/sprites.png") no-repeat 0px 0px; float: left; }
	.beansprout { width: 67px; background-position: 0px 0px; } .beansprout:hover { background-position: 0px -25px; }
	.coloredbean { width: 63px; background-position: -68px 0px; margin-left: 12px; } .coloredbean:hover { background-position: -68px -25px; }

/* GLOBAL OVERRIDES */

.nobreak { white-space: nowrap; }
.hideme { visibility: hidden; display: none; }
.tp { padding-top: 10px; }
.tm { margin-top: 10px; }
img.blur {
	filter: url("/css/blur.svg#blur");
	-webkit-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.tgreen { color: #529F23; }
.torange { color: #D07525; }
.tred { color: #d2252c; }
.clear { clear: both; }

/* HIDE ON MOBILE @ 719px OR LESS */

@media only screen and (max-width: 719px) { .m_hide { display: none !important; visibility: hidden !important; } }
