@charset "UTF-8";

.quote {font-family: "Times New Roman", Times, serif; 
		font-style: italic;
		font-size:20px;
		margin-top:-15px;
		line-height: 1.4em;
		padding: 0 30px;
		color:#9A5B4C;
		}

.quotebottom {font-family: "Times New Roman", Times, serif; 
		font-style: italic;
		font-size:24px;		
		line-height: 1.4em;
		color:#000000;
		}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-family: "Roboto", sans-serif;
	line-height: 1.3em;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #423625;
}

img {max-width: 100%; }
		 
h1 {font-size: 36px;
	font-family: merriweather, serif;
	margin-bottom: 0px;
	padding:20px 0;
	font-weight:600;
	line-height: normal;
	}
	
h2 {
    font-size: 28px;
    font-family: merriweather, serif;
    padding: 3px 0;
    font-weight: 800;
    line-height: 1.8em;
}
	
h3 {font-size: 22px;
  font-family: merriweather, serif;
	padding: 3px 0;
	font-weight:600;
	}

h4 {font-size: 20px;
  font-family: merriweather, serif;
	padding: 3px 0;
	font-weight:600;
	color:#333;
	}

h5 {font-size: 12px;
  font-family: merriweather, serif;
	padding: 3px 0;
	font-weight:600;
	color:#333;
	}

.iframe {
	    min-height: 250px;
    max-width: 100%;
}


/*
.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}

.cf:after {
    clear: both;
}

*/
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}



/* ------- HEADER ------- */


.title-area {
    width: 180px;
    position: fixed;
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, .5);
    border-radius: 15px;
    margin-left: 10%;
    z-index: 1000;
    margin-top:30px;
}

.title-area img {width:150px;    margin-left: -5px;}

#headerWrapper { 
	display:none;
	margin: 0 auto;
	text-align:left;
	/* background:#F56028; */
	color:#fff;
}
	
#header {position:relative;}

#header h1 {
	margin-top: 15px;
	margin-bottom: -15px;
}

#header h2 {
	margin-bottom: -15px;
}

#header img {
	margin-right: 15px;
	margin-top: 10px;
	max-width:20%;
}

<!-- #click-to-call {display:none;} -->

.slidearea {overflow:hidden;}


#homeupper {padding-left: 20%;padding-right: 20%;padding-top:10px;}


#homeupper p {
		text-align:right;
}

#homeupper a {
		color:#0099cc;
		text-decoration:none;
}

#homeupper .click-to-call {display:none;}

#homeupper h2 {
		font-size:30px;
		line-height:1.2em;
		text-align:left;
		color:#0099cc;
}

#homeupper h3 {
		font-size:20px;
		line-height:1.2em;
		text-align:left;
		color:#0099cc;
}

#homeupper h4 {
		font-size:20px;
		line-height:1.2em;
		text-align:right;
		color: lightslategrey;
}

#homeupper h5 {
		font-size:24px;
		line-height:1.2em;
		text-align:right;
}



#homelower {
	/* ackground:#fff; */
	padding-left: 20%;
	padding-right: 20%;
}

#homelower p {
	background:#fff;
}

#awards {
  width: 70%;
  margin: 0 auto;
}

#contact {margin-top: 100px;}

#awards img {
	/* margin-left:20px;
	margin-top:20px; */
	max-width:20%;
	vertical-align: middle;
}

#address p {font-size:12px;font-weight:600;}
#address{margin-top:4px;}

#facethebook {margin-top:100px;}

/* ----- Boxes STYLES ----- */
#box-center {
	/* background-color: rgba(255, 255, 255, 0.8); */
	margin-top: 44px;
  margin-bottom: 150px;
  padding: 1%;
}

#title-center {
	/* background-color: rgba(255, 255, 255, 0.8); */
	margin-top: 40px;
  margin-bottom: 40px;
  padding: 10%;
  color:#fff;
}


#AAradial-gradient {
	z-index: 1000;
  background: radial-gradient(circle, rgba(255,255,255,.8), rgba(255,255,255,.1)); 
  background-size: 100% 100%;
}


.myButton a:link {
	color:#fff;
}

.myButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:6px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	margin: 10px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}



/* ----- MAIN WRAPPER & MAINCONTENT STYLES ----- */


#mainWrapper { 
  /*  background-color: #fff; */
}

#mainWrapper p {
	margin: .8em 0; 
	line-height: 1.4em;
	font-size: 1.4em;
  font-weight: 500;
	}
	
#mainWrapper img {
	/*
	margin-right:20px;
	margin-top:20px;
	*/
	}

#mainContent, #header,  #footer {
	/* width: 1000px; */
	/* background:#fff; */
	background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
	margin: 0 auto; 
	}

#mainContent {
	width: 100%;
	padding-top: 2em;	
}


#mainContent ul.bulleted {
	padding-left: 6%;
}

#mainContent ul.bulleted li {
	list-style:disc;
	padding-bottom: 0.5em;
}

#containerIntakeFormI {margin:0 10%;text-align:left;}

#disclaimer p {
	font-size: 14px;
	line-height: 1.8em;
}

#disclaimer dl {
	font-size: 14px;
	line-height: 1.8em;
}

#disclaimer dt {
	font-size: 14px;
	line-height: 1.8em;
	margin-left: 30px;
}

#disclaimer dd {
	font-size: 14px;
	line-height: 1.8em;
	margin-left: 60px;
}



#containerIntakeFormI fieldset {border:0;}
/* CONTACT FORM - DEFAULT CONTACT US PAGE */
#containerIntakeFormI {/* width: 32.5em;*/ }
	#containerIntakeFormI .intakeFormINote { margin: 0; padding: 0 0 1em 0; }
	#ie #containerIntakeFormI .intakeFormINote { margin: 0; padding: 0; }
	#intakeFormI legend, #intakeFormI ol, #intakeFormI ol li, #intakeFormI p, #intakeFormI select { margin: 0; padding: 0; font-size: 1.1em;}
	#intakeFormI fieldset { border: none; padding-left: 10px; }
		#intakeFormI legend { font-weight: bold; font-size: 1.2em; }
		#ie #intakeFormI legend { margin-left: -6px; }
		#ie #intakeFormI .intakeFormIHelp { margin-bottom: .5em; }
		#intakeFormI ol { list-style: none; line-height: 1em; }
		#ie #intakeFormI .intakeFormIInline { margin-bottom: .5em; }
			#intakeFormI ol li { line-height: 1em; }
			#intakeFormI .intakeFormIFirst { margin-top: .5em; }
			#ie #intakeFormI .intakeFormIFix { display: inline-block; }
			#intakeFormI .intakeFormIInline li { display: inline; }
				#intakeFormI label { cursor: pointer; }
				#intakeFormI .intakeFormIInline label { margin-right: 10px; }
				#intakeFormI input { display: block; width: 20.5em; margin-bottom: .5em; }
				#intakeFormI .intakeFormIInline input { display: inline; width: 25px; margin-bottom: 0; }
					#intakeFormI .intakeFormIInline label input { }
				#intakeFormI select { display: block; width: 20.5em; margin-bottom: .5em; }
				#intakeFormI textarea { width: 98%; margin: .5em 0; }
				#intakeFormI .intakeFormIHover:hover, #intakeFormI .intakeFormIHover:focus { border: 2px solid #000; }
			#intakeFormI .intakeFormIDisclaimer { float: left; margin-right: 10px; }
		#intakeFormI p { margin-bottom: .5em; }
		#ie #intakeFormI p { margin-top: .5em; }
	#intakeFormI .intakeFormISubmit { width: 13.5em; height: 2.5em; }




/* ----- FOOTER STYLES ----- */
#footerWrapper {
	  background:#fff;
	  position: fixed;
    bottom: 0px;
    margin: auto 0;
    width: 100%;
	
	
	
	}
#footer { 
	padding: 1em 2%; 
	color:#000;
} 
#footer p {
	margin: 0; 
	padding: 5px 0; 
}

#footer img {
	max-width:6%;
	padding-left:2%;
	padding-right:2%;
}

.nobreak {display:block;}

.designlink a, .designlink a:visited {color:#999; text-decoration:none;}

.small {
	font-size: 1.3em;
	text-align:center;}


/* ----- SLIM MENU OVERRIDE STYLES ------ */

.collapse-button {
    margin-right: 5%;
}    

#menu {
	float:right;
	margin-right:20%;
}


ul.slimmenu {
	/* height: 54px; */
	/* background-color: #ffffff; */
	/* border-top: 5px solid #ffffff; */
	/* padding-top: 14px; */
	padding-bottom: 14px;
  margin-bottom: -13px;
}

ul.slimmenu li {
    /* background-color: #ffffff; */
    text-decoration: none;
}

.menu-collapser {
    position: relative;
	  background-color: transparent;
	  margin-right:5%;
}


ul.slimmenu.collapsed  {  float:right;}

ul.slimmenu.collapsed li {
	    z-index: 2000;
}

ul.slimmenu li.nested ul { 
	width: 122%; 
}
ul.slimmenu li ul li a {
	padding-right:16px;
	width:auto;
	}
ul.slimmenu li.nested ul li { 
	width: 100%; 
	background-color: #ddd;
	}
ul.slimmenu li.nested ul li:last-child,
ul.slimmenu li.nested ul li:last-child a:hover {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	}
ul.slimmenu li.nested ul li a {
	padding: 10px 10px 10px 26px;
	}
ul.slimmenu li.nested:hover {
	background:#c0c0c0;
	}
ul.slimmenu li a:hover {
	background:#c0c0c0;
	}


.aside {color:#888; font-style:italic; font-size: .9em;}

#google-map {
    float: right;
    /* background: url(https://www.mhf-law.com.asp1-101.phx1-1.websitetestlink.com/images/directions.png) no-repeat; */
    background-size: 100%;
    width: 325px;
    height: 250px;
    margin-left: 10px;
    text-align: center;
}


#about {
	/* max-height:370px; */
	padding-right:25%;
	padding-left:25%;
}


#solutions {
	/* max-height:370px; */
	padding-right:10%;
	padding-left:15%;
}


#home {
	/* max-height:370px; */
	padding-right:30%;
	padding-left:25%;
}

#home p {
	font-size:1.6em;
	/* float:right; */
	color:black;
	text-align:center; 
	padding-left:20px;
	padding-right:20px;
}


#home img {
 float:left;
 margin-top:-29px;
 max-height: 238px;
}


#nothome {
	padding-right:20%;
	padding-left:20%;
	background: #fff;
	z-index: 1000;
	
}

#nothome h2 {
	font-size:40px;
	color:black;
	 line-height: 1.5em;
}

#nothome h3 {
	font-size:30px;
	color:black;
	 line-height: 1.5em;
}

#nothome p {
	font-size:20px;
	color:black;
	text-align:left;
}


#nothome img {
  float:right;
  padding-left:10px;
  max-width:34%;
}

#nothome ul {
  font-size:24px;
  font-weight:600;
  line-height: 1.5em;
  list-style-type: circle;
  list-style-position: inside;
}

#nothome li {
  font-size:14px;
  line-height: 1.5em;
  font-weight:200;
  margin-left:20px;
}

#nothome hr {
	    margin-top: 10px;
    margin-bottom: -50px;
}


#intakeFormI  #google-map {margin-top:0; margin-right: -70px}





@media (max-width: 1335px) {
#nothome {padding-left: 10%;padding-right: 10%;z-index: 1000;}
#homeupper {padding-left: 10%;padding-right: 10%;}
#homelower {padding-left: 10%;padding-right: 10%;}
.title-area {margin-left:5%;margin-top:15px;}
}


@media (max-width: 1010px) {
#home {z-index: 1000;}
#home {padding-right: 10%;padding-left: 10%;}
#menu {margin-right:10px;}
#facethebook {margin-top:10px;}

}



@media (max-width: 975px) {
#nothome {padding-left: 2%;padding-right: 2%;z-index: 1000;}
#homeupper {padding-left: 2%;padding-right: 2%;}
#homelower {padding-left: 2%;padding-right: 2%;}
#home h3 {font-size:34px;}
#homeupper h2 {font-size: 28px;}
h2 {font-size:24px}
h3 {font-size:20px}
p {font-size:18px}
.title-area {width: 115px;}
.title-area img {width: 88%;}
#box-center {margin-top: 71px;}
#solutions	{padding-left: 1%;}
}


@media (max-width: 789px) {
#navigation {display: inline;}	
#navigation li a:hover{background:#c0c0c0;} 
#navigation {margin-top: 7px;	margin-bottom: -23px;}		
}



@media (max-width: 764px) {
#home img {width:175px;margin-top: -23px;}	
#home h3 {margin-top:-8px;font-size:26px;}
.left60, .right40 {width: 100%!important;	float: none!important;margin: 20px 0!important;}
#headerWrapper {background-position: 0 -50px;}
ul.slimmenu > li { border-left:none;}
.menu-collapser {font-size: 18px;font-weight: 600;}
#address p {font-size:12px;font-weight:600;}
#footerWrapper {background-position: fixed;}
#homeupper h3 {font-size: 15px;}
#homeupper h2 {font-size: 24px;}
#homeupper h4 {font-size: 13px;}
#homeupper h5 {font-size: 12px;}
#google-map {display:none;}
#footer img {max-width: 17%;}
}

@media (max-width: 639px) {
   #homeupper h4 {margin-top: -77px;}
   #containerIntakeFormI {margin:0 0%;}
   #intakeFormI select {width: 20em;}
   #intakeFormI input {width: 20em;}
}


@media (max-width: 480px) {
#click-to-call {display:inline;float:left;margin-left: 24px;position: relative;z-index: 1000;}
#click-to-call img {margin-top:8px;}	
#footerWrapper {background-position: 0 -30px;}
#headerWrapper { background-position: 0 -70px;}
/* #header img {margin-top: 40px;} */
.slidearea {margin-bottom: 20px;}
input#intakeFormISubmit.intakeFormISubmit {margin:30px auto!important;}
#google-map {height:110px;width:141px;margin-right:10px;margin-top:-30px;}
#google-map p {font-size:8px}
#homeupper h3 {font-size: 13px;margin-top:5px;}
#homeupper h2 {font-size: 18px;}
#homeupper h4 {font-size: 10px;margin-top:-101px;}
#homeupper h5 {font-size: 11px;}
#address p {font-size:9px;}
#address {margin-top: 20px;}
#home img {width: 75px;margin-top:-12px;}
#home h3 {margin-top:-8px;font-size:16px;}
h2 {font-size:18px;}
#nothome h2 {font-size:20px;}
#nothome h3 {font-size:14px;}
#nothome p {font-size:12px;}
#nothome ul {font-size:14px;}
#nothome li {font-size:12px;}
#nothome hr {margin-bottom: -32px;}
#home p {font-size:1.4em;}
}