@charset "UTF-8";
/* CSS Document */

/* 	
	SC Local Counsel
	Date: 2/2017
*/

@media screen and (min-width: 0px) and (max-width: 1000px) {
 	
	body { font-size: .9em; }
	
	h1 { font-size:1.3em; }
	
	h2 { font-size:1.2em; }
	
	h3 { font-size:1.1em; }

	#topbar {display:none;}
	
	#contactinfo { display: none; }

	#menu { display:none;}

	#headerbar { height: auto; }
	
	#moniker {display: none;}
	
	#menumobile {
	clear:both;
	display: block; 
	float: none;
	top: 0px; 
	position:relative;
	padding-right:0px;
	z-index: 999999;
	text-align: center;
	}


	.flex-holder {
		display: inline-block;
	}
	
	.flex-column {
	  flex:none;
	  width: auto;
	}
	
	.flex-column-spacer {
		flex: none
	}
	
	
	#logo {
		float:none;
		top: 5px;
		left: 0px;
		display:block;
		text-align: center;
	}
	
	.logo {
	 width:80%;
	 height:80%;
	}
	
	.attorneypic {
		float: none;
		display: block;
	}
	
	
	#masthead {
		clear:both;
	}
		
	#content {
	clear:both;
	padding-bottom:3em;
	padding-top:40px;
	}
	
	#content-right {
	width: 90%;
	float:none;
	text-align:left;
	font-size:.8em;
	}
	
	
	#content-left {
	width: 90%;
	float:none;
	text-align:left;
	}
	
	
	#sub-content {
	width: 90%;
	float:none;
	margin:10px;
	padding:10px;
	text-align:left;
	margin-top: 0;
	}

	#sub-content-rail {
	display: none;
	width: 90%;
	float:none;
	margin-right: 0;
	padding-right: 0;
	margin:10px;
	padding:10px;
	border-right: none;
	text-align:left;
	font-size:1em;
	}
	
	
	
	#footermenuholder {
	float:none; 
	margin: 0px auto; 
	max-width: 950px;
	text-align:center;
	}

	#footermenu {
	display:block;
	margin-bottom:10px;
	font-size:1em;
	}

	#footer {
	width: 100%;  
	margin: 0px auto; 
	padding: 0; 
	position:relative;
	color: #999999;
	top: -115px;
	font-size:.8em;
	margin-top:25px;
	}
	
	#map {
	float: none;
}



	.dontshowme {display:none;}

	.imgscale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}

}