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

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

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');

html {
	height:100%;
}

body,td,th {
	font-family: 'Lato', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #555555;
	height:100%;

}

body {
	font-family: 'Lato', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #555555;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
	height:100%;
}

.flex-holder {
	display: flex;
}

.flex-column {
  flex:44%;
}

.flex-column-spacer {
	flex: 12%;
}

img {
	border: 0;
}

a:link {
	color: #97002c;
	text-decoration:none;
}
a:visited {
	color: #97002c;
}
a:hover {
	color: #97002c;
	text-decoration:underline;
}

#wrap {
	min-height:100%;
}

#main {
	overflow:auto;
	padding-bottom: 60px;
}

#topbar {
	background-color:#ececec;
	height:2em;
	font-size:.8em;
	color: #333;
	width:100%;
	border-top: 1px solid #a7d500;
}

#topbarholder {
	margin: 0px auto;
	max-width:1150px;
	padding-top:2px;
	text-align:right;
}

#topbarholder a:link {
	color: #fff;
}
#topbarholder a:visited {
	color: #fff;
}
#topbarholder a:hover {
	color: #fff;
}


#logo {
	padding: 0; 
	top: -20px;
	left:15px; 
	position:relative;
	z-index:999999;
	float:left;
}


#contactinfomobile {
	display:none;
}

#headerbarholder {
	width: 100%;
	/*background-image: url("images/red.png");*/
	background-color: rgba(87, 1, 1, 0.8);
	padding-top: 1em;
	padding-bottom: 1em;
}

#headerbar {
	max-width: 1200px;  
	margin: 0px auto;
	padding: 0; 
	top: 0px; 
	height:100px;
	position: relative;
}

#menumobile {
	display:none; /*Hide mobile menu on desktop screens */
}

#menu {
	width: 100%;
	position:relative;
	color:#333;
	font: 'Lato', Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-weight: 300;
	text-align:right;
	top: 70px;
	text-transform: uppercase;
}

#nav li
{
display: inline;
list-style-type: none;
padding: 8px;
padding-left:20px;
padding-right:20px;
margin-right:15px;
}

#nav li:hover { outline: 1px solid #333; }

#nav li a:link { color:#fff; text-decoration: none; }

#nav li a:visited { color:#fff }

#nav li a:hover { color:#fff; }


#attorneyholder {
	width: 100%;
	margin: 0px auto;
}

#attorney {
	max-width: 450px;
	display: inline-block;
	margin: 2em;
	margin-top:0;
	margin-bottom: 2em;
	vertical-align: top;
	font-size: .9em;
}

.attorneypic {
	width: 100%;
	height: auto;
	margin-bottom:1em;
}

.attorneypic-large {
	float:right;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
}

.attorneytitle {
	font-size: 1.2em;
}


#block {
	width: 270px;
	display: inline-block;
	margin: 1em;
	margin-top:0;
	margin-bottom: 2em;
	vertical-align: top;
	font-size: .9em;
	color:#333;
	padding:1.5em;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}



#content {
	max-width: 1150px;  
	margin: 0px auto; 
	position: relative;
	text-align: left;
}

#content-left {
	max-width: 750px;
	margin-left:20px;
	margin-right:30px;
	float:left;
	text-align:left;
}

#content-right {
	max-width: 300px;
	float:right;
	margin-right: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:.8em;
	color:#fff;
	background-color: #416da9;
}

#homemast {
	margin:0 auto;
	text-align: center;
	max-width: 1150px; 
}

#homemast-sub {
	margin:0 auto;
	text-align: left;
	max-width: 1150px; 
}

#homemastshaded {
	margin-top:3em;
	font-size: 1.5em;
	color:#333;
	width: auto;
	background-image: url("images/white.png");
	background-repeat: repeat;
	padding:1em;
}

#homemastshaded-sub {
	margin-top:3em;
	font-size: 1.5em;
	color:#333;
	width: auto;
	background-image: url("images/white-sub.png");
	background-repeat: repeat;
	padding:1em;
}


#homemastdark {
	margin-top:2.5em;
	text-align: center;
	font-size: 1.6em;
	color:#fff;
	width: auto;
	padding: .5em;
	background-color:rgb(0, 0, 0, .8);
}

#subpageshaded {
	margin-top:3em;
	text-align: center;
	font-size: 1.2em;
	color:#fff;
	text-shadow: 1px 1px 2px #686868;
	width: auto;
	padding: 1em;
	background-image: url("images/darker.png");
	background-repeat: repeat;
}


#footer {
	width: 100%;  
	margin: 0px auto; 
	position:relative;
	color: #f3f3f3;
	top: 0px;
	border-top: 1px solid #909090;
	background-color:#333;
	height:200px;
	overflow:hidden;
}


#footer-holder {
	max-width: 1150px;  
	margin: 0px auto; 
	padding: 15px; 
	position:relative;
	color: #fff;
	top: 0px;
	font-size:1em;
	text-align:center;
}




h1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;  
	font-size:1.8em;
	color: #9c1e26; 
	font-weight:normal; 
	line-height: 1em;
}



h2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:34px;
	color: #9c1e26; 
}

h3 {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:24px;
	font-weight:normal;
	color: #fff; 
	padding: 0;
	margin: 0; 
}

h4 {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:22px;
	font-weight: bold; 
	color: #34467f; 
	padding: 0; 
	margin:-5px 0 0 0;
	text-align:left;
}




/* Forms */

label {
	display:block;
	font-size:17px;
	margin:0 0 5px;
	position:relative;
}


input, textarea, select{
	border:1px solid;
	border-color:#646464;
	font-family:inherit;
	font-size:17px;
	width: 100%; 
    padding: 8px 0;
    text-indent: 5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}

select {
	padding-top:8px;
	padding-bottom:8px;
}

input[type="submit"], input[type="reset"] {
	cursor:pointer;
	width:auto !important;
}

.dontshowdesktop {
	display:none;
}

.smallfont {
	font-size:.8em;
}


#map {
	float: right;
}


/* This css button was generated by css-button-generator.com */

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #3d3d3d;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #948312;
  padding: 10px 20px 10px 20px;
  text-decoration: none; 
  display:inline-block;
}

	.imgscale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}
	
	
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

/* Handles responsive youtube video embeds */
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}	
	