/*
	Theme Name: Seigel Capozzi Law Firm LLC 
	Theme URI: http://www.martindale.com
	Description: Custom-X Theme Development for Seigel Capozzi Law Firm LLC 
	Author: Matt Nordstrom
	Version: 1.0
	License: Martindale LLC 
	License URI: 
	Template: template 
	Tags: Custom-X, Foundation 5, Responsive
*/

@import url("css/foundation.css");
@import url("../template/style-062014.css");

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* OPEN-SANS
Regular - 400
Semi-bold - 600
Bold - 700
*/


body {
	font-family: 'Open Sans', sans-serif;
	color: #414141;
	background: #f6f5f5;
	font-size: 0.875rem;
	border-top: 0.625rem solid #005498;
	}

@media only screen and (max-width: 40em) {
	body {
		border-style: none;
		}
	} 



/* -- Main Navigation -- */


.main-navigation {
	background-color: #00335d;
	}

	.row#navContainer { 
		overflow: visible;
		z-index: 100;
		}
	
	.medium-12#navBar {
		overflow: visible;
		z-index: 200;
		}
	
	.navWrapper {
		position: relative; 
		z-index: 300;
		}

	nav.main {
		position: relative;
		zoom: 1;
		z-index: 203;
		}
		
		nav.main ul { 
			position: relative;
			z-index: 400;
			margin: 0;
			padding: 0;
			}
	
			nav.main ul ul {
				text-align: left;
				}
	
			nav.main > ul > li {
				float: left;
				vertical-align: middle;
				list-style: none; 
				margin: 0;
				zoom: 1;
				padding: 0;
				}

		nav.main ul li a { /* basic resetting of all links */
			display: block;
			text-decoration: none;
			}
			
	
nav.main ul li.nav-home a {
    background: #005498 url("img/nav-home-icon.jpg") no-repeat scroll left top;
    text-indent: -9999px;
    width: 9px;
	padding-right: 1.6875rem;
	padding-left: 1.6875rem;
	}
			

		/* ----- Top Navigation Styles ----- */
		
		nav.main > ul > li > a,
		nav.main > ul > li > a:visited,
		nav.main > ul > li > a:active {
			font-size: 0.8125rem;
			font-weight: 600;
			color: #aed7fb;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			width: auto;
			padding: 0.6875rem 1.6875rem;
			}

		nav.main > ul > li > a:hover { 
			color: #fff;
			background-color: #005498!important;
			}
			
		nav.main > ul > li.current-menu-item a {
			color: #fff;
			}
			
		nav.main > ul > li.current-menu-item a:hover { 
			color: #fff;
			background-color: #005498!important;
			}

			/* ----- Drop Navigation:Second Level ----- */

			nav.main > ul > li > ul {
				position: absolute;
				visibility: hidden;
				width: 200px;
				background: #f6f5f5;
				padding: 0.625rem 0;
				}
				
			nav.main > ul > li > ul li {
				list-style: none outside none; 
				margin-bottom: 0.375rem;
				}

				nav.main > ul > li:hover > ul {
					visibility:visible;
					}

		nav.main > ul > li > ul > li > a,
		nav.main > ul > li > ul > li > a:visited,
		nav.main > ul > li > ul > li > a:active,
		nav.main > ul > li > ul > li > a:hover {
			font-size: 0.8125rem;
			font-weight: 400;
			color: #414141!important;
			padding: 0 0.9375rem;
			}

		nav.main > ul > li > ul > li > a:hover { 
			color: #3c8ac6!important;
			background-color: transparent;
			}
			
		nav.main > ul > li > ul > li.current-menu-item > a {
			color: #414141;
			}
			
		nav.main > ul > li > ul > li.current-menu-item > a:hover { 
			color: #3c8ac6!important;

			}

				/* ----- Drop Navigation:Third Level ----- */

				nav.main > ul > li > ul > li > ul {   
					position: absolute;
					visibility: hidden
					margin-top: -16px; /* negative value of calculated height of the parent li */
					left: 200px;
					width: 200px;
					background: #000;
					}

					nav.main > ul > li > ul > li:hover > ul,
					nav.main > ul > li > ul > li:hover > ul > li > ul  {
						visibility:visible;
						}

				nav.main > ul > li > ul > li > ul > li > a {
					color: turquoise;
					}

					nav.main > ul > li > ul > li > ul > li > a:hover,
					nav.main > ul > li > ul > li > ul > li.current-menu-item > a {
						color: lightcyan;
					}

				/********* The "mega" menu *********/
				
				nav.main > ul > li.aop > ul {  
					display: none;
					visibility: hidden;
					}

				nav.main > ul > li.aop:hover > ul,
				nav.main > ul > li.aop:hover > ul > li,
				nav.main > ul > li.aop:hover > ul > li > ul {
					display: block;
					visibility: visible;
					}

				nav.main > ul > li.aop > ul {
					left: 0; /* assuming you're starting from a grid-12 piece */
					width: 970px;
					}

				nav.main > ul > li.aop > ul,
				nav.main > ul > li.aop > ul > li > ul { /* overwriting the normal background colors */
					/*padding-bottom: 10px;*/
					background: #f6f5f5;
					}
					


				/* -- 4 columns -- */
			nav.main > ul > li.aop > ul > li {
					float: left;
					width: 235px;
					}
					
						/* -- 1st columns width -- */
					nav.main > ul > li.aop > ul > li.menu-item-2927 {
						width: 220px;
						}
					
						/* -- 2nd columns width -- */
					nav.main > ul > li.aop > ul > li.menu-item-2928 {
						width: 215px;
						}
						
						/* -- 3rd columns width -- */
					nav.main > ul > li.aop > ul > li.menu-item-2929 {
						width: 265px; 
						}								
							/* 3rd columns Sub-menu width */
								nav.main > ul > li.aop > ul > li.menu-item-2929 > ul {
									width: 240px;
									}

						/* -- 4th columns width -- */
					nav.main > ul > li.aop > ul > li.menu-item-2930 {
						width: 265px;
						}

							/* -- 4th columns width -- */
						nav.main > ul > li.aop > ul > li.menu-item-2930 > ul {
							width: 260px;
							}


				nav.main > ul > li.aop > ul > li > ul {
					position: relative;
					margin: 0 0 0 0.625rem; /* neccessary to override a value given to the 3rd level of the normal menu */					
					left: auto;
					}
					
					
					nav.main > ul > li.aop > ul > li > ul > li > ul {
					position: relative;
					margin: 0 0 0 0; /* neccessary to override a value given to the 3rd level of the normal menu */					
					left: auto;
					}
					
					nav.main > ul > li.aop > ul > li > ul > li > ul > li:last-child {
						margin-bottom: 1.25rem;
						}
					

			nav.main > ul > li.aop > ul > li > a {
				height: 0; /* important! we want to hide this empty link from existence. it might stir up trouble with IE, though, so be careful! */
				visibility: hidden;
				}
			
			nav.main > ul > li.aop > ul > li > a:hover {
				background-color: transparent;
				}

			nav.main > ul > li.aop > ul > li > ul > li > a { /* this is actually the 3rd level, but we wanna make it look like the 2nd level */
				font-size: 0.8125rem;
				font-weight: 400;
				color: #414141;
				/*padding: 2px 0;*/
				line-height: 1rem;
				}
				
				nav.main > ul > li.aop > ul > li > ul > li > a b { 
					color: #3c8ac6;
					text-transform: uppercase;
					padding-bottom: 0.25rem;
					display: block;
					}

				nav.main > ul > li.aop > ul > li > ul > li > ul > li > a { /* this is actually the 4rd level, but we wanna make it look like the 3nd level */
					font-size: 0.8125rem;
					color: #414141;
					line-height: 1rem;
					}

					nav.main > ul > li.aop > ul > li > ul > li > a:hover, /* the "2nd" and "3rd" levels have the same hover/current state here */
					nav.main > ul > li.aop > ul > li > ul > li > ul > li > a:hover {
						color: #3c8ac6;
						text-decoration: none;
						}
						
					nav.main > ul > li.aop > ul > li > ul > li.current-menu-item > a,
					nav.main > ul > li.aop > ul > li > ul > li > ul > li.current-menu-item > a {
						color: #414141;
						text-decoration: non
						}
						
					nav.main > ul > li.aop > ul > li > ul > li > a b:hover { 
					color: #414141;
					}
					
					nav.main > ul > li.aop > ul > li > ul > li.current-menu-item > a:hover,
					nav.main > ul > li.aop > ul > li > ul > li > ul > li.current-menu-item > a:hover {
						color: #3c8ac6;
						text-decoration: none;
						}
					
					
/* -- Mobile Navigation -- */

nav.tab-bar {
    background: none repeat scroll 0 0 #00335d;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
	}

	nav.tab-bar .middle strong { 
		font-size: 1.375rem;
    	font-weight: 600;
		line-height: 1rem;
		color: #fff;
		display: block;
		text-align: center;
		/* background: transparent url(http://www.seigelcapozzi.com/wp-content/themes/seigelcapozzi-032015/img/bg-mobile-nav-phone.png) no-repeat scroll right .01rem; */
		padding: .2rem 0 .3rem 0;
		margin: 0.75rem 0.5rem 0 0;
		}
		
			nav.tab-bar .left-small {
				text-align: right;
				top: -2px;
				border-style: none;
				}
			
			nav.tab-bar .right-small {
				border-style: none;
				}

						
	/* Mobile Navigation Dropdown */	
								
		.right-off-canvas-menu {
			background-color: #00335d;
			}
		
				ul.off-canvas-list li {
					list-style-type: none;
					}
					
					ul.off-canvas-list li a {
						border-bottom: 1px solid #fff;
						color: #fff;
						}

					ul.off-canvas-list li a:hover {
						background-color: #005498;
						}
												
						
				
				.right-off-canvas-menu ul.sub-menu {
					margin-left: 0;
					}
					
						.right-off-canvas-menu ul.off-canvas-list li ul.sub-menu li a {
							color: #414141;
							background-color: #fff;
							border-bottom: 1px solid #414141;
							}
						
						.right-off-canvas-menu ul.off-canvas-list li ul.sub-menu li a:hover {
							color: #fff;
							background-color: #3c8ac6;
							}
					

/* Removes blue color on iPhone */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
	}
	
	

/* -- Header Styles -- */	

header { }
	
	@media only screen and (max-width: 40em) {
		img.firm-logo {
			display: block;
			margin: 0 auto;
			}
		}
	
header img.language-flag {
	margin: 1.15rem 0 0 1.25rem;
	}
	
		@media only screen and (max-width: 40em) {	
			header img.language-flag {
				display: block;
				margin: 0 auto;
				}
			}

	
	header .google-language {
		clear: both;
		float: right;
		margin: 0.625rem 0 0;
		padding: 0;
		}

				@media only screen and (max-width: 40em) {
					header .google-language {
						clear: both;
						float: none;
						margin: 0.625rem auto;
						padding: 0;
						}					
					}
		
		.google-language #google_translate_element {
			float: right;
			margin-left: 0.625rem;
			}
			
				@media only screen and (max-width: 40em) {				
					.google-language #google_translate_element {
						display: block;
						float: none;
						margin: 0 auto;
						text-align: center;
						}
					}					
	
header .phone-box {
	text-align: right;
	/*padding-top: 0.525rem;*/
	}
	
	header .phone-box span.call-text {
		font-size: 1rem;
		font-weight: 600;
		color: #3389cf;
		text-transform: uppercase;
		}
		
				@media only screen and (max-width: 40em) {				
						header .phone-box span.call-text {
							display: none;
							}
						}			
		
		header .phone-box b {
			font-size: 1rem;
			font-weight: 700;
			color: #005498;
			}
	
			header .phone-box strong {
				font-size: 1.375rem;
				font-weight: 600;
				color: #3d3d3d;
				}


				@media only screen and (max-width: 40em) {				
					header .phone-box strong {
						display: none;
						}
					}				
				
/* --- Search Bar Styles --- */

	.searchBox .search {
		position: relative;
		text-align: right;
		margin: 0.325rem 0 0 0;
		width: 14.5rem;
		float: right;
		}	
		
				@media only screen and (max-width: 40em) {				
					.searchBox .search {
						display: none;
						}
					}		

	.searchBox .search ol {
			list-style: none;
			margin: 0px;
			padding: 0px;
			}
		
	.searchBox .search ol li,
	.searchBox form#searchform div {
			display: inline;
			margin: 0px;
			padding: 0px;
			}
		
	.searchBox .search label {
			font-size: 88%;
			display: none;
			}
		
	.searchBox .search input.search-field,
	.searchBox form#searchform input#s {
			font-size: 0.75rem;
			line-height: 1rem;
			color: #677e90;
			background: #fff;
			padding: 0 0.25rem 0 0.625rem;
			margin: 0;
			width: 100%;
			border: 1px solid #b3d1eb;
			height: 1.65rem;
			}
		
	.searchBox .search input[type=submit].ir,
	.searchBox form#searchform input#searchsubmit {
			position: absolute;
			top: 0.35rem;
			right: 0.5rem;
			width: 15px;
			height: 15px;
			background: transparent url(img/icon-search.png) no-repeat scroll 0% 0%;
			color: #c4c4c4;
			}	

	.searchBox .search input[type=submit].ir:hover,
	.searchBox form#searchform input#searchsubmit:hover {
			background: transparent url(img/icon-search.png) no-repeat scroll 0% 0%;
			}	
			


/* -- Marketing Area Styles -- */

.marketing-area {
	position: relative;
	background-color: #e0e3e3;
	}
	
	.marketing-area img.home-banner {
		margin: 0 auto; 
		display: block; 
		position: relative; 
		z-index: 10;
		}

			.marketing-area .home-banner-inner {
				left: 0;
				margin: 0 auto;
				position: absolute;
				right: 0;
				top: 0;
				z-index: 20;
				}
				
/* -- Homepage Slider -- */

.homepage-slider {
	position:relative;
	}
	
	.homepage-slider ul.slides {
		list-style:none;
		margin:0px;
		padding:0px 0 0 0;
		}
		
	.homepage-slider ul.slides li {
		display:none;
		margin:0px;
		padding:0px;
		}
		
		.homepage-slider .banner-panel {
			text-align: right;
			color: #fff;
			background: transparent url(img/bg-banner-panel.png) repeat scroll 0% 0%;
			padding: 1.375rem;
			margin-top: 6rem;
			}
		
		.homepage-slider .banner-panel strong {
			font-size: 3.45rem;
			font-weight: 700;
			line-height: 4.25rem;
			text-transform: uppercase;
			display: block;
			}
						
		.homepage-slider .banner-panel em {
			font-size: 1.125rem;
			font-style: normal;
			font-weight: 600;
			line-height: 1.25rem;
			display: block;
			padding-bottom: 1.125rem;
			border-bottom: 1px solid #8896a3;
			}			
			
		.homepage-slider .banner-panel b {
			font-size: 2.25rem;
			line-height: 2rem;
			padding-top: 1.25rem;
			padding-bottom: 0.625rem;
			display: block;
			}
			
		.homepage-slider .banner-panel span {
			font-size: 0.875rem;
			display: block;
			}
			
	/* Portrait tablet to landscape */
	@media (min-width: 768px) and (max-width: 979px) { 

		.homepage-slider .banner-panel {
			margin-top: 0;
			}
			
			.homepage-slider .banner-panel strong {
				font-size: 2.45rem;
				}
				
			.homepage-slider .banner-panel em {
				font-size: 0.85rem;
				}
											
			.homepage-slider .banner-panel span {
				font-size: 0.8rem;
				}			
 		}	
		
	@media (min-width: 980px) and (max-width: 1024px) {
		.homepage-slider .banner-panel {
			margin-top: 3rem;
			}
		}
						
		
		.homepage-slider ul.slides li img { /* - stops blue overlay on mouse click - */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
			}
	
	/* - So only the first slide will display while the script is loading - */
	.homepage-slider ul.slides li:first-child {
		display:block;
		}
	
	/* -- Next/Prev -- */
	
	.homepage-slider ul.flex-direction-nav {
		list-style:none;
		margin:0px;
		padding:0px;
		display: none;
		}
	
	.homepage-slider ul.flex-direction-nav li {
		display:inline;
		margin:0px;
		padding:0px;
		}
	
		.homepage-slider ul.flex-direction-nav a.flex-prev,
		.homepage-slider ul.flex-direction-nav a.flex-next {
			position:absolute;
			top:0px;
			display:block;
			padding:10px 15px;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			}
		
		.homepage-slider ul.flex-direction-nav a.flex-prev {
			left:0px;
			}
		
		.homepage-slider ul.flex-direction-nav a.flex-next {
			right:0px;
			text-align:right;
			}
	
		.homepage-slider ul.flex-direction-nav a.flex-prev:hover,
		.homepage-slider ul.flex-direction-nav a.flex-next:hover {
			background:#000;
			background:rgba(0,0,0,.15);
			}
	
	/* -- Pagination -- */
	
	.homepage-slider ol.flex-control-nav {
		position:absolute;
		top: 0%;
		right: 0%;
		list-style:none;
		margin:0px;
		padding:10px;
		text-align:center;
		z-index: 800;
		}
		
		.lt-ie8 ol.flex-control-nav {
			width:auto;	
			}
		
	.homepage-slider ol.flex-control-nav li {
		display:inline;
		margin:0px 2px;
		padding:0px;
		}
		
	.homepage-slider ol.flex-control-nav li a {
		display:inline-block;
		width:10px;
		height:10px;
		overflow:hidden;
		text-indent:1000px;
		text-decoration:none;
		background:#c1b8ab;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		cursor: pointer;
		}
		
		.lt-ie8 .homepage-slider ol.flex-control-nav li a {
			display:block;
			float:left;
			margin-right:4px;
			}
		
	.homepage-slider ol.flex-control-nav li a.flex-active {
		background:#fff;
		color:#000;
		text-decoration:none;
		}				
				
				
				
	
/* -- Homepage Bucket Styles -- */

.home-buckets {
	background-color: #00335d;
	}
	
	.home-buckets nav {
		padding: 1.25rem 0;
		border-left: 1px solid #4d718e;
		}
	
				@media only screen and (max-width: 40em) {				
					.home-buckets nav {
						padding: 1.25rem 0 0;
						}
					}
	
	.home-buckets nav.last {
		padding: 1.25rem 0;
		border-left: 1px solid #4d718e;
		border-right: 1px solid #4d718e;
		}
		
				@media only screen and (max-width: 40em) {				
					.home-buckets nav,
					.home-buckets nav.last {
						border-style: none;
						}
					}			

		.home-buckets ul {
			padding: 0;
			margin: 0 0 0 2.8125rem;
			}	
		
			.home-buckets li {
				list-style: none outside none;
				}
				
				.home-buckets li a,
				.home-buckets li a:visited {
					font-size: 0.875rem;
					font-weight: 700;
					color: #aed7fb;
					text-decoration: none;
					text-transform: uppercase;
					}
				
				.home-buckets li a:hover,
				.home-buckets li a:active,
				.home-buckets li a:focus {
					color: #fff;
					text-decoration: none;
					}	
					
					
/* -- Home Verdicts Slider Styles -- */					
					
.verdicts-slider-home {
	background-color: #cdcdcd;
	padding: 0.8125rem 0;
	}
	
.verdicts-slider {
	position:relative;
	}
		
	.verdicts-slider ul.slides {
		list-style:none;
		margin: 0;
		padding: 0;
		}
		
		.verdicts-slider ul.slides li {
			font-size: 0.875rem;
			color: #00233f;
			display:none;
			margin:0px;
			padding:0px;
			}
			
				.verdicts-slider ul.slides li b {
					font-weight: 700;
					text-transform: uppercase;
					}
		
		.verdicts-slider ul.slides li img { /* - stops blue overlay on mouse click - */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
			}
	
	/* - So only the first slide will display while the script is loading - */
	.verdicts-slider ul.slides li:first-child {
		display:block;
		}
	
	/* -- Next/Prev -- */
	
	.verdicts-slider ul.flex-direction-nav {
		list-style:none;
		margin:0px;
		padding:0px;
		display: none;
		}
	
	.verdicts-slider ul.flex-direction-nav li {
		display:inline;
		margin:0px;
		padding:0px;
		}
	
		.verdicts-slider ul.flex-direction-nav a.flex-prev,
		.verdicts-slider ul.flex-direction-nav a.flex-next {
			position:absolute;
			top:0px;
			display:block;
			padding:10px 15px;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			}
		
		.verdicts-slider ul.flex-direction-nav a.flex-prev {
			left:0px;
			}
		
		.verdicts-slider ul.flex-direction-nav a.flex-next {
			right:0px;
			text-align:right;
			}
	
		.verdicts-slider ul.flex-direction-nav a.flex-prev:hover,
		.verdicts-slider ul.flex-direction-nav a.flex-next:hover {
			background:#000;
			background:rgba(0,0,0,.15);
			}
	
	/* -- Pagination -- */
	
	.verdicts-slider ol.flex-control-nav {
		position:absolute;
		top: 0%;
		right: 0%;
		list-style:none;
		margin:0px;
		padding:10px;
		text-align:center;
		z-index: 800;
		}
		
		.lt-ie8 ol.flex-control-nav {
			width:auto;	
			}
		
	.verdicts-slider ol.flex-control-nav li {
		display:inline;
		margin:0px 2px;
		padding:0px;
		}
		
	.verdicts-slider ol.flex-control-nav li a {
		display:inline-block;
		width:10px;
		height:10px;
		overflow:hidden;
		text-indent:1000px;
		text-decoration:none;
		background:#c1b8ab;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		cursor: pointer;
		}
		
		.lt-ie8 .verdicts-slider ol.flex-control-nav li a {
			display:block;
			float:left;
			margin-right:4px;
			}
		
	.verdicts-slider ol.flex-control-nav li a.flex-active {
		background:#fff;
		color:#000;
		text-decoration:none;
		}
		

/* -- Sub-pages Title Bar Styles -- */
		
.sub-title-bar {
	background-color: #005498;
	}
	
		.sub-title-bar strong {
			font-size: 1.5rem;
			font-weight: 700;
			line-height: 1.5rem;
			color: #fff;
			text-transform: uppercase;
			display: block;
			padding: 0.875rem 0 0.875rem 0.75rem;
			}
			
			img.sub-banner {
				display: block;
				margin-bottom: 1.875rem;
				}
		
	
/* -- Mid-Section Styles -- */
	
	
.mid-section {
	padding: 2.1875rem 0 5.125rem;
	}
	
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;	
	}
	
	
/* -- Main Content Block -- */

.content {
	padding: 0 0 0 0;
	font-size: 100%;
	}

			.content a,
			.content a:visited {
				color: #3c8ac6;
				text-decoration: none;
				}
			
			.content a:hover,
			.content a:active,
			.content a:focus {
				color: #3c8ac6;
				text-decoration: underline;
				}

	.content p {
		font-size: .928rem;
		line-height: 1.375rem;
		margin: 0 0 .928rem 0;
		}
			
		.content h1 {
			font-size: 1.375rem;
			font-weight: bold;
			line-height: 1.625rem;
			color: #00233f;	
			margin: 0 0 1.25rem 0;
			display: block;
			text-transform: uppercase;
			}
		
		.content h2 {
			font-size: 1rem;
			font-weight: bold;
			line-height: 1.125rem;
			color: #3c8ac6;	
			text-transform: uppercase;
			margin: 0 0 0.9375rem 0;
			}
		
		.content h3 {
			font-size: 0.875rem;
			font-weight: bold;
			line-height: 125%;
			color: #111111;	
			margin: 0 0 0.35rem 0;
			}
	
		.content h4 {
			}
		
		.content h5 {	
			}
	
				
	.content ul {
		margin: 0 0 15px 20px;
		}
	
		.content li {
			font-size: .928rem;
			line-height: 1.375rem;
			background: transparent url(img/content-li.png) no-repeat scroll left 0.55em; 
			list-style: none outside none;
			padding: 0 0 0 0.75rem;
			margin: 0 0 0.625rem 0;
			}
			
	.content ul li ul {
		margin: 5px 0 15px 5px;
		}
		
		.content ul li ul li {...}		

	.content hr {
		}
		
	.content blockquote {
		}
				
	.content table {
		margin-bottom: 10px;
		border-style: none;
		background-color: transparent;
		}
		
			.content table tr {
				background-color: transparent;
				}
		
	.content td ul { 
		margin-bottom: 0;
		}

/* -- Attorney Page Styles -- */
		
.content .atty-pic {
	float: left;
	width: 200px;
	margin: 0 1.375rem 1.375rem 0; 
	}
	
	.content ul.atty-list  {
		list-style: none outside none;
		margin: 0 0 0 14rem;
		}
		
			@media only screen and (max-width: 40em) {
					.content ul.atty-list  {
						display: block;
						clear: both;
						margin: 0 0 1.25rem;
						}
					}
			
			.content ul.atty-list li {
				list-style: none outside none;
				border-bottom: 1px solid #000;
				background-image: none;
				padding: 0.45rem 0 0.45rem 0;
				margin: 0;
				}
			
			.content ul.atty-list li h1 {
				margin-bottom: 0;
				}
				
			.content ul.atty-list li h2 {
				margin-bottom: 0;
				}
			
				
.post-entry, .post {
    border-bottom: 1px dotted #ccc;
	margin-bottom: 1.25rem;
	}
	
.wp-paginate li {
    display: inline;
    list-style: outside none none;
	background-image: none;
	}


/* -- Sidebar Styles -- */

.mid-section .medium-4.sidebar {
	float:left!important;
	}

aside {}
	
.side-box {	
	margin-bottom: 20px;	
	}
	
	.side-box.atty-box {
		margin-top: 0.9375rem;
		}
		
		.side-box strong {
			background-color: #00335d;
			color: #fff;
			display: block;
			font-size: 0.8125rem;
			font-weight: 600;
			line-height: 0.85rem;
			margin-bottom: 1.25rem;
			padding: 0.725rem 0 0.725rem 1.25rem;
			text-transform: uppercase;
			}
			
			.side-box li {
				font-size: 0.875rem;
				line-height: 1.375rem;
				background: transparent url(img/content-li.png) no-repeat scroll left 0.55em; 
				list-style: none outside none;
				padding: 0 0 0 0.75rem;
				margin: 0 0 0.625rem 0;
				}

		
				a.side-blue-bttn {
					display: block;
					background-color: #00335d;
					padding: 0.625rem 0.75rem;
					line-height: 0.85rem;
					margin-bottom: 1.25rem;
					}
					
						a.side-blue-bttn img {
							float: left;
							margin-right: 0.625rem;
							}
						
						a.side-blue-bttn b {
							font-size: 0.8125rem;
							font-weight: 600;
							color: #fff;
							display: block;
							text-transform: uppercase;
							}
						
						a.side-blue-bttn span {
							font-size: 0.8125rem;
							font-weight: 400;
							color: #aed7fb;
							}
					
				a.side-blue-bttn:hover {
					
					}

	
.client_chat_live_chat_link   {
	height: 3.3125rem;
	display: block;
	margin-bottom: 1.25rem;
	}
	
	.client_chat_live_chat_link a  {
		background: #72200e url(img/side-button-chat.png) no-repeat scroll 0% 0%;
		height: 3.3125rem;
		widht: 100%;
		display: block;
		}	
			
		.client_chat_live_chat_link .bcStatic a img {
			display: none;
			}
		
		
/* -- Sidebar QC Form Styles -- */

.sidebar-qc {
	padding: 1.25rem;
	background: transparent;
	background: #00335d;
	margin-bottom: 1.25rem;
	}
	
	.sidebar-qc b {
		font-size: 0.8125rem;
		font-weight: 600;
		color: #fff;
		display: block;
		text-transform: uppercase;
		margin-bottom: 0.9375rem;
		}
			
		.sidebar-qc ul {
			list-style:none;
			margin:0px;
			padding:0px;
			}
		
			.sidebar-qc ul li {
				display:block;
				margin:0px;
				padding:2px 0px 4px 0;
				}
	
	.sidebar-qc form {
		margin: 0;
		padding: 0;
		}
	
	.sidebar-qc form label {
		display:none;
		}
	
	.sidebar-qc form input[type=text],
	.sidebar-qc form input[type=tel],
	.sidebar-qc form input[type=email],
	.sidebar-qc form textarea {
		font-size: 0.6875rem;
		width: 100%;
		margin: 0;
		padding: 0.25rem;
		border: none;
		background: #fff;
		color: #686868;
		border-style: none;
		}
		
		.sidebar-qc form textarea {
			height:80px;
			overflow:auto;
			}
	
	.sidebar-qc form input[type=submit],
	.sidebar-qc form input[type=submit]:visited {
		font-size: 0.8125rem;
		font-weight: 700;
		color:#fff;
		text-transform:uppercase;		
		margin: 0;
		padding: 0.325rem 0;
		border: none;
		background: #ec8914;
		display: block;
		width: 45%;
		}
	
	.sidebar-qc form input[type=submit]:hover,
	.sidebar-qc form input[type=submit]:active,
	.sidebar-qc form input[type=submit]:focus {
		background:#c65209;
		}
		
		
/* -- Sidebar Slider -- */

		
.sidebar-slider {
	position: relative;
	padding: 0;
	}
	
	.sidebar-slider strong {
		font-size: 0.8125rem;
		font-weight: 600;
		color: #fff;
		display: block;
		text-transform: uppercase;
		background-color: #00335d;
		padding: 0.725rem 0 0.725rem 1.25rem;
		line-height: 0.85rem;
		margin-bottom: 1.25rem;
		}
		
		.sidebar-slider strong img {
			margin-right: 1rem;
			}
	
	.sidebar-slider ul.slides {
		list-style: none;
		margin: 0px;
		padding: 0;	
		}
		
	.sidebar-slider ul.slides li {
		display:none;
		margin:0px;
		padding:0px;
		}
		
	.sidebar-slider ul.slides li b {
		color: #202020;
		}
		
		.sidebar-slider ul.slides li p {
			color: #65625c;
			margin: 0;
			padding: 5px 0 0 0;
			}
			
		.sidebar-slider ul.slides li img {
			display: block;
			margin-top: 10px;
			}

			
	/* - So only the first slide will display while the script is loading - */
	.sidebar-slider ul.slides li:first-child {
		display:block;
		}
	
	/* -- Next/Prev -- */
	
	.sidebar-slider ul.flex-direction-nav {
		list-style:none;
		margin:0px;
		padding:0px;;
		position:absolute;
		top: 1.125rem;
		right: 0px;
		width: 70px;
		height: 22px;
		}
	
	.sidebar-slider ul.flex-direction-nav li {
		display:inline;
		margin:0px;
		padding:0px;
		}
	
		.sidebar-slider ul.flex-direction-nav a.flex-prev,
		.sidebar-slider ul.flex-direction-nav a.flex-next {
			position:absolute;
			top: 2px;
			display:block;
			width: 6px;
			height: 11px;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			text-indent: -9999px;
			}
		
		.sidebar-slider ul.flex-direction-nav a.flex-prev {
			right: 54px;
			background: transparent url(img/bg-flex-slide-prev.png) no-repeat scroll 0% 0%;
			}
		
		.sidebar-slider ul.flex-direction-nav a.flex-next {
			right: 23px;
			background: transparent url(img/bg-flex-slide-next.png) no-repeat scroll 0% 0%;
			}
	
		.sidebar-slider ul.flex-direction-nav a.flex-prev:hover,
		.sidebar-slider ul.flex-direction-nav a.flex-next:hover {
			background-color: #474541;
			}
	
	/* -- Pagination -- */
	
	.sidebar-slider ol.flex-control-nav {
		display: none;
		}	
		
		
.side-box li.blog-slide {
	font-size: 0.875rem;
	color: #414141;
	line-height: 1rem;
	background-image: none;
	}
	
.sidebar-slider ul.slides li.blog-slide b {
		font-weight: 700;
		color: #00335d;
		text-transform: uppercase;
		}
		
	.side-box li.blog-slide p {
		line-height: 1.25rem;
		}
		
			.side-box li.blog-slide a,
			.side-box li.blog-slide a:visited {
				color: #00335d;
				text-decoration: none;
				}
			
			.side-box li.blog-slide a:hover,
			.side-box li.blog-slide a:active,
			.side-box li.blog-slide a:focus {
				color: #00335d;
				text-decoration: underline;
				}	
				
	.side-box li.blog-slide em {
		font-size: 0.75rem;
		font-weight: 700;
		font-style: normal;
		}				
				
	
/* -- Footer Styles -- */

footer {
	font-size: .785rem;
	background-color: #00233f;
	color: #fff;
	}
	
footer .footer-awards-title-bar {
	background-color: #767676;
	padding: 0.425rem 0;
	}
	
		footer .footer-awards-title-bar strong {
			font-size: 0.8125rem;
			font-weight: 600;
			line-height: 1rem;
			color: #fff;
			text-transform: uppercase;		
			}	
			
footer .footer-awards-bar {
	background-color: #fff;
	}
			
	
footer .footer-top-bar {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1rem;
	color: #fff;
	padding: 0.625rem 0;
	background-color: #00335d;
	}
	
		@media only screen and (max-width: 40em) {	
			footer .footer-top-bar {
				text-align: center;
				}
		}
	
	footer .footer-top-bar address {
		font-style: normal;
		color: #a9c2d1;
		display: inline;
		}
		
				@media only screen and (max-width: 40em) {	
					footer .footer-top-bar address {
						display: block;
						padding: 0.625rem 0 0.625rem;
						}
					}
	
			footer .foot-phone {
				text-align: right;
				}
				
				@media only screen and (max-width: 40em) {	
					footer .foot-phone {
						text-align: center;
						}				
					}
			
				footer .foot-phone span {
					color: #a9c2d1;
					}
	

footer .footer-logo-bar {
	background-color: #fff;
	}
	
	footer .footer-logo-bar p {
		font-size: 0.75rem;
		line-height: 0.85rem;
		color: #414141;
		display: block;
		padding: 1.5625rem 0 0 3.125rem;
		}
		
			@media only screen and (max-width: 40em) {	
				footer .footer-logo-bar p {
					padding: 0 0 1.5625rem 0;
					}
				}
	
	
footer .footer-nav-bar {
	padding: 2.1875rem 0;
	}
	
	footer .footer-nav-bar strong {
		font-size: 0.8125rem;
		font-weight: 700;
		color: #aed7fb;
		text-transform: uppercase;
		display: block;
		margin-bottom: 0.625rem;
		}	
	
footer nav  {...}
	
	footer nav ul, footer nav ol {
    	list-style: outside none none;
    	margin: 0;
    	padding: 0;
		line-height: 1rem!important;
		}
		
		.footer-nav-bar nav li {
			margin-bottom: 0.625rem
			}
			
			.footer-nav-bar a {
				font-size: .75rem;
				color: #a9c2d1;
				text-decoration: none;
				}
			
			.footer-nav-bar a:hover {
				color: #fff;
				text-decoration: none;
				}
				
@media only screen and (max-width: 40em) {	
	footer .footer-nav-bar strong {
		display: none;
		}	
	
	footer nav  {
		display: none;
		}
	}
				

		footer .disclaimer-foot p {
			font-size: .785rem;
			line-height: 1rem;
			color: #a9c2d1;
			margin: 0 0 1.5rem 3.125rem;
			}
			
				@media only screen and (max-width: 40em) {	
					footer .disclaimer-foot p {
						margin: 0 0 1.5rem 0;
						}			
					}
		
				footer .disclaimer-foot p a,
				footer .disclaimer-foot p a:hover {
					font-size: .785rem;
					}
			
			
			
/* -- Mobile Contact Styles -- */
					
		@media only screen and (max-width: 40em) {
			form.main-contact-form input[type="submit"] {
				margin-bottom: 1.5625rem;
				}
			}						
					
					
					
/* -- Shadowbox Styles -- */

#sb-container, #sb-wrapper { text-align:left; }
#sb-container, #sb-overlay { position:absolute; top:0; left:0; width:100%; margin:0; padding:0; }
#sb-container { height:100%; display:none; visibility:hidden; z-index:999; }
body>#sb-container { position:fixed; }
#sb-overlay { height:expression(document.documentElement.clientHeight+'px'); }
#sb-container>#sb-overlay { height:100%; }
#sb-wrapper { position:relative; }
#sb-wrapper img { border:none; }
#sb-body { position:relative; margin:0; padding:0; overflow:hidden; border:1px solid #303030; height:100%; }
#sb-body-inner { position:relative; height:100%; }
#sb-content.html { height:100%; overflow:auto; }
#sb-loading { position:absolute; top:0; width:100%; height:100%; text-align:center; padding-top:10px; }
#sb-body, #sb-loading { background-color:#060606; }
#sb-title, #sb-info { position:relative; margin:0; padding:0; overflow:hidden; }
#sb-title-inner, #sb-info-inner { position:relative; font-family:'Lucida Grande', Tahoma, sans-serif; line-height:16px; }
#sb-title, #sb-title-inner { height:26px; }
#sb-title-inner { font-size:16px; padding:5px 0; color:#fff; }
#sb-info, #sb-info-inner { height:20px; }
#sb-info-inner { font-size:12px; color:#fff; }
#sb-nav { float:right; height:16px; padding:2px 0; width:45%; }
#sb-nav a { display:block; float:right; height:16px; width:16px; margin-left:3px; cursor:pointer; }
#sb-nav-close { background-image:url(http://www.seigelcapozzi.com/wp-content/themes/seigelcapozzi-032015/img/shadowbox/close.png); background-repeat:no-repeat; }
#sb-nav-next { background-image:url(http://www.seigelcapozzi.com/wp-content/themes/seigelcapozzi-032015/img/shadowbox/next.png); background-repeat:no-repeat; }
#sb-nav-previous { background-image:url(http://www.seigelcapozzi.com/wp-content/themes/seigelcapozzi-032015/img/shadowbox/previous.png); background-repeat:no-repeat; }
#sb-nav-play { background-image:url(http://www.seigelcapozzi.com/wp-content/themes/seigelcapozzi-032015/img/shadowbox/play.png); background-repeat:no-repeat; }
#sb-nav-pause { background-image:url(http://www.seigelcapozzi.com/wp-content/themes/seigelcapozzi-032015/img/shadowbox/pause.png); background-repeat:no-repeat; }
#sb-counter { float:left; padding:2px 0; width:45%; }
#sb-counter a { padding:0 4px 0 0; text-decoration:none; cursor:pointer; color:#fff; }
#sb-counter a.sb-counter-current { text-decoration:underline; }
div.sb-message { font-family:'Lucida Grande', Tahoma, sans-serif; font-size:12px; padding:10px; text-align:center; }
div.sb-message a:link, div.sb-message a:visited { color:#fff; text-decoration:underline; }





		
		
/*----- START Detect Mobile & Tablet Devices ----- */
.is-mobile, .is-tablet {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  height: -1%;
  line-height: 1%; }

@media only screen and (max-width: 40em) {
  .is-mobile {
    display: none; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .is-tablet {
    display: none; } }

/*----- END Detect Mobile & Tablet Devices ----- */