@font-face {
  font-family: 'miller';
  src:  url('/assets/fonts/miller.eot?tc9hir');
  src:  url('/assets/fonts/miller.eot?tc9hir#iefix') format('embedded-opentype'),
    url('/assets/fonts/miller.ttf?tc9hir') format('truetype'),
    url('/assets/fonts/miller.woff?tc9hir') format('woff'),
    url('/assets/fonts/miller.svg?tc9hir#miller') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'miller' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e9bd";
}
.icon-checkmark:before {
  content: "\ea10";
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, Linen, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px; 
}
table td {
	font-size: 1.2em;
    line-height: 150%;
    margin-bottom: 10px;
    color: #444; 
	padding-top: 20px;
	padding-bottom: 20px;
}
table th {
	font-size: 1.2em;
    line-height: 150%;
    margin-bottom: 10px;
    color: #444; 
	padding-top: 20px;
	padding-bottom: 20px;
}
table tr {
	border-bottom: 1px solid #ccc;
}

/* Clearfix */
section:after, .clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
/* End Clearfix */


/* Fluid Grid Columns */

[class^="col_"] {
	float: left;
	margin-right: 2%;
}

[class^="col_"]:last-child {
	margin-right: 0;
}


.col_1 {
	width: 6.5%; /* 65px */
}
.col_2 {
	width: 15%; /* 150px */
}
.col_3 {
	width: 23.5%; /* 235px */
}
.col_4 {
	width: 32%; /* 320px */
}
.col_5 {
	width: 40.5%; /* 405px */
}
.col_6 {
	width: 49%; /* 490px */
}
.col_7 {
	width: 57.5%; /* 575px */
}
.col_8 {
	width: 66%; /* 660px */
}
.col_9 {
	width: 74.5%; /* 745px */
}
.col_10 {
	width: 83%; /* 830px */
}
.col_11 {
	width: 91.5%; /* 915px */
}
.col_12 {
	width: 100%; /* 1000px */
}
.offset_1 {
	margin-left: 6.5%; /* 65px */
}
.offset_2 {
	margin-left: 17%; /* 150px */
}
.offset_3 {
	margin-left: 23.5%; /* 235px */
}


/* CSS Document */
body {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 62.5%; 
	color: #000000;
	margin: 0 auto;
	background: #7dbc8c url(/assets/images/body_bkgnd.png) repeat-x; 
	padding-top: 53px;
	-webkit-font-appearance: antialiased !important;
	padding-bottom: 140px;
}
 

/* Start of Layout table */
div#layout { 
	max-width: 720px; 
	margin: 0 auto; 
	width: 100%;
}

header { 
	background: white; 
	text-align: center;
}
header img { 
	display: block; 
	border: 0px; 
	width: auto;
	text-align: center;
}

.nav-icon {
	display: none;
}

nav { padding: 0px; }
	nav a { text-decoration: none; display: block; height: 114px; width: 80px; }
	nav a span { display: none; }

	nav a#nav1off { background: url(/assets/images/nav/nav_1_off.png) no-repeat; }			
	nav a#nav1off:hover { background: url(/assets/images/nav/nav_1_hover.png) no-repeat; }			
	nav a#nav1on { background: url(/assets/images/nav/nav_1_over.png) no-repeat; }			

	nav a#nav2off { background: url(/assets/images/nav/nav_2_off.png) no-repeat; }			
	nav a#nav2off:hover { background: url(/assets/images/nav/nav_2_hover.png) no-repeat; }			
	nav a#nav2on { background: url(/assets/images/nav/nav_2_over.png) no-repeat; }			

	nav a#nav3off { background: url(/assets/images/nav/nav_3_off.png) no-repeat; }			
	nav a#nav3off:hover { background: url(/assets/images/nav/nav_3_hover.png) no-repeat; }			
	nav a#nav3on { background: url(/assets/images/nav/nav_3_over.png) no-repeat; }			

	nav a#nav4off { background: url(/assets/images/nav/nav_4_new_off.png) no-repeat; }			
	nav a#nav4off:hover { background: url(/assets/images/nav/nav_4_new_hover.png) no-repeat; }			
	nav a#nav4on { background: url(/assets/images/nav/nav_4_new_over.png) no-repeat; }			

	nav a#nav5off { background: url(/assets/images/nav/nav_5_off.png) no-repeat; }			
	nav a#nav5off:hover { background: url(/assets/images/nav/nav_5_hover.png) no-repeat; }			
	nav a#nav5on { background: url(/assets/images/nav/nav_5_over.png) no-repeat; }			

	nav a#nav6off { background: url(/assets/images/nav/nav_6_off.png) no-repeat; }			
	nav a#nav6off:hover { background: url(/assets/images/nav/nav_6_hover.png) no-repeat; }			
	nav a#nav6on { background: url(/assets/images/nav/nav_6_over.png) no-repeat; }			

	nav a#nav7off { background: url(/assets/images/nav/nav_7_off.png) no-repeat; }			
	nav a#nav7off:hover { background: url(/assets/images/nav/nav_7_hover.png) no-repeat; }			
	nav a#nav7on { background: url(/assets/images/nav/nav_7_over.png) no-repeat; }			

	nav a#nav8off { background: url(/assets/images/nav/nav_8_off.png) no-repeat; }			
	nav a#nav8off:hover { background: url(/assets/images/nav/nav_8_hover.png) no-repeat; }			
	nav a#nav8on { background: url(/assets/images/nav/nav_8_over.png) no-repeat; }			

	nav a#nav9off { background: url(/assets/images/nav/nav_9_off.png) no-repeat; }			
	nav a#nav9off:hover { background: url(/assets/images/nav/nav_9_hover.png) no-repeat; }			
	nav a#nav9on { background: url(/assets/images/nav/nav_9_over.png) no-repeat; }	
	nav table {
		width: 100%;
	}		

	nav li, .partner-logos li {
		list-style: none;
	    display: inline-block;
	    float: left;
	}
	.partner-logos {
		margin-top: 20px;
	}
	.partner-logos li {
		margin-right: 20px;
	}
	.partner-logos li:last-child {
		margin-right: 0px;
	}
	.logo {
		padding: 10px 0;
		margin-bottom: 0px !important;
		display: inline-block;
	}

		#navigation- a#nav1off { background: url(/assets/images/nav/nav_1.png) no-repeat; }
		#navigation- a#nav1off:hover { background: url(/assets/images/nav/nav_1_over.png) no-repeat; }			
		#navigation- a#nav2off { background: url(/assets/images/nav/nav_2.png) no-repeat; }
		#navigation- a#nav2off:hover { background: url(/assets/images/nav/nav_2_over.png) no-repeat; }			
		#navigation- a#nav3off { background: url(/assets/images/nav/nav_3.png) no-repeat; }
		#navigation- a#nav3off:hover { background: url(/assets/images/nav/nav_3_over.png) no-repeat; }			
		#navigation- a#nav4off { background: url(/assets/images/nav/nav_4_new.png) no-repeat; }
		#navigation- a#nav4off:hover { background: url(/assets/images/nav/nav_4_new_over.png) no-repeat; }			
		#navigation- a#nav5off { background: url(/assets/images/nav/nav_5.png) no-repeat; }
		#navigation- a#nav5off:hover { background: url(/assets/images/nav/nav_5_over.png) no-repeat; }			
		#navigation- a#nav6off { background: url(/assets/images/nav/nav_6.png) no-repeat; }
		#navigation- a#nav6off:hover { background: url(/assets/images/nav/nav_6_over.png) no-repeat; }			
		#navigation- a#nav7off { background: url(/assets/images/nav/nav_7.png) no-repeat; }
		#navigation- a#nav7off:hover { background: url(/assets/images/nav/nav_7_over.png) no-repeat; }			
		#navigation- a#nav8off { background: url(/assets/images/nav/nav_8.png) no-repeat; }
		#navigation- a#nav8off:hover { background: url(/assets/images/nav/nav_8_over.png) no-repeat; }			
		#navigation- a#nav9off { background: url(/assets/images/nav/nav_9.png) no-repeat; }
		#navigation- a#nav9off:hover { background: url(/assets/images/nav/nav_9_over.png) no-repeat; }
section {
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
}			

section:last-child {
	border: none;
}

div#content { 
	background: #ffffff; 
	padding: 40px 4%; 
	margin: 0px; clear: both; 
	font-size: 1.2em;
}
div#content table td { 
	vertical-align: top; 
}
.left-col img { 
	margin-bottom: 15px; 
}

#main-col ul { 
	margin-left: 10px; 
	padding-left: 10px; 
}
#main-col ul li { 
	font-size: 0.9em; 
	line-height: 150%; 
}
img {
	width: auto;
	height: auto !important;
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

.lawyersforbusiness {
    height: 40px !important;
    margin-top: 12px;
}
.resolution {
    height: 60px !important;
}
.image_float {
	float: right;
    padding: 10px;
    border: 1px #ccc solid;
    margin-left: 20px;
    margin-bottom: 20px;
}.btn {
	padding: 10px 20px;
	background-color: #004474;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
}

.btn:hover {
	background-color: #1a6296;
	color: #fff;
}

ul.benefits {
	margin-bottom: 20px;
}

ul.benefits li {
	list-style: disc;
	line-height: 150%;
}
footer { 
	background: #939598 no-repeat;
	clear: both; 
	padding: 20px 0px;
	padding-left: 21%;
}
footer p { 
	color: #000000; 
	font-size: 1.2em; 
	padding: 0px; 
	margin: 0px; 
}
footer a { 
	color: #000000; 
	text-decoration: none; 
}
#map {
	border:0; 
	width: 100%; 
	margin-bottom: 20px;
	height: 300px;
}

.logo-mobile {
	display: none;
}

/* CSS Document */
a { 
	color: #004474; 
	text-decoration: underline; 
}
a:hover { 
	color: #1a6296;
}

h1 { font-size: 2em; font-weight: bold; margin-top: 0px; margin-bottom: 15px; color: #282828; }
h2 { font-size: 1.4em; font-weight: bold; margin-top: 40px; margin-bottom: 10px; }
h3 { font-size: 1.2em; margin-top: 0px; clear: both; margin-bottom: 10px; font-weight: bold; }
h4 { font-size: 1.5em; font-weight: bold; margin-top: 0px; margin-bottom: 2px; color: #639d40; }

p, address  { 
	font-size: 1.2em; 
	line-height: 150%;
	margin-bottom: 10px;
	color: #444; 
}
ul	{ font-size: 1.3em; margin-top: 0px; }	
.calloutright, .calloutleft {
	border-top: 10px solid #6e7980; border-bottom: 10px solid #6e7980; 
	float: right;  padding: 3px; padding-top: 10px; padding-bottom: 10px; text-align: center;  color: #6e7980; 
	width: 150px; margin-left: 5px; margin-right: 5px; }

.calloutleft { float: left;  }

.smalltext { font-size: 0.9em; color: #d32e12; }

img.borderedimg { 
	border-top: 10px solid #d32e12; ; border-bottom: 10px solid #d32e12; ; 
	padding: 3px; padding-top: 10px; padding-bottom: 10px; margin-left: 5px; margin-right: 5px; padding: 0px 0px 0px 0px; }

.EnvFriendly { color: green; }

th { font-weight: bold; text-align: left; width: 30%; }
#content td, #content th { vertical-align: top; }
#content p { text-align: justify; }

.gallery {text-align: center; margin-bottom: 5px; margin-top: 5px;}
.gallery img { border: 0px; margin-left: 0px; margin-right: 0px; padding: 0px;  } 

.goRight { float: right; margin-left: 30px; margin-bottom: 10px; }
.goLeft { float: left; margin-right: 10px; margin-bottom: 5px; }

caption { display: none; }

/*input, textarea, select { font-family: Verdana, Arial, Sans-Serif; font-size: 11px; color: #666666; }
input, textarea, select { color: #666666; border: 1px solid #666666; }*/
label { font-size: 1.3em; } 
input.noline { border: none; }
 
table.content-imgs { }
	.content-imgs td { vertical-align: top; }
	.content-imgs td img { display: block; margin-bottom: 8px; }
	
/*.highlight { color: #980027; font-weight: bold; }*/
.lead-in, .warning { font-size: 1.3em; }
.warning { text-align: center; }
li { list-style-image: url(/assets/images/bullet.gif); }

img { border: 0px; }

.img-holder { padding-right: 25px; width: 80px; }
	.img-holder p { font-size: 0.9em; }

.testimonial { border: 1px dotted #ddaab8; margin: 10px; padding: 10px; }

.normalWeight { font-weight: normal; }

.quote { clear: both; font-style: italic; color: #f26322; font-size: 1.4em; font-family: "Times New Roman", Verdana, Arial, Sans-Serif; } 
.quoter { font-style: italic; color: #f26322; font-size: 1.2em; font-family: "Times New Roman", Verdana, Arial, Sans-Serif; }
.lead-in2 { font-size: 1.2em; }
address { font-style: normal; font-size: 1.1em; }

#content-layout td ul { margin-left: 30px; }

.padded-img { margin-left: 15px; }
 
.small-print { font-size: 0.9em; }

ol li { margin-top: 10px; }

#sticky {
	display: none;
}
footer ul  {
	margin-bottom: 20px;
}
footer ul li  {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
footer ul li:not(:last-child)  {
	border-right: 1px solid black
}
footer ul li:first-child  {
	padding-left: 0px;
}

.benefits {
	list-style: circle;
}


/* Cookie Banner */
.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #194470;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #ffffff;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: 600;
	padding: 7px;
	color: #ffffff;
}

.eupopup-body {
	color: #ffffff;
	line-height: 150%;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1, .eupopup-button_2  {
	color: #7DBC8D;
	font-weight: 600;
}

.eupopup-button {
	margin: 0 10px;
	text-decoration: none;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #7DBC8D;
	cursor: pointer;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}




/* RESPONSIVE STYLES */
@media only screen and (max-width: 768px) {
	.col_1,
	.col_2,
	.col_3,
	.col_4,
	.col_5,
	.col_6,
	.col_7,
	.col_8,
	.col_9,
	.col_10,
	.col_11,
	.col_12 {
		width: 100% !important; 
	}

	.offset_1,
	.offset_2,
	.offset_3 {
		margin-left: 0px; 
	}

	body {
		padding-top: 0px;
	}

	header {
		padding: 20px;
	    background: #00549d;
	}

	.logo-mobile {
		display: inline-block;
	}
	.logo {
		display: none;
	}
	.nav-icon {
		display: block;
		float: none;
		font-size: 1.4em;
		color: #fff;
		margin-top: 0px;
		text-transform: uppercase;
	}
	nav {
		display: none;
	}
	nav li {
		display: block;
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}
	nav li a span {
		padding: 15px 0px;
		display: block;
	    font-size: 1.2em;
	}
	#navigation- a#nav1off, #navigation- a#nav2off, #navigation- a#nav3off, #navigation- a#nav4off, #navigation- a#nav5off, #navigation- a#nav6off, #navigation- a#nav7off, #navigation- a#nav8off, #navigation- a#nav9off  { 
		background: none !important; 
	}
	#navigation- a#nav1off:hover, #navigation- a#nav2off:hover, #navigation- a#nav3off:hover, #navigation- a#nav4off:hover, #navigation- a#nav5off:hover, #navigation- a#nav6off:hover, #navigation- a#nav7off:hover, #navigation- a#nav8off:hover, #navigation- a#nav9off:hover { 
		background: none !important; 
	}
	nav li a {
		height: auto !important;
		width: 100% !important;
		text-align: center;
		background: none !important;
		color: #fff;
	}
	div#content {
		padding-top: 20px;
	}
	footer#sticky {
		background-color: rgba(0,84,157,0.9);
		text-align: center;
		display: block !important;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding-left: 0px;
		z-index: 999;
	}
	footer#sticky a {
		color: #fff;
		font-size: 1.8em; 
	}
}
	