/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.map_container {
	/*position: relative;*/
    position: absolute;
    top: 850px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f6f8;
    /*background-color: red;*/
    z-index: -9;
}
@media screen and (max-width: 900px) and (min-width: 0px) {
	.map_container {
		top: 600px;
	}
}
	.county_map {
		background-color: #eee;
		height: 0;
		overflow: hidden;
		padding-bottom: 25%;
		padding-top: 25%;
		position: relative;
	}

	.infinite_container {
		overflow: auto;
		position: relative;
	}

	.ecm_filter_container {
	    position: fixed;
	    left: 0;
	    top: 40vh;
		z-index: 9999999;
	}
	.ecm_filter_container h5 {
	    background: #2b2d41;
	    color: #fff !important;
	    cursor: pointer;		
	    font-size: 22px;
	    margin: 0;
	    padding: 30px 0 0 0;
	    text-transform: uppercase;
	    writing-mode: tb-rl;
	    white-space: nowrap;
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);

	    /* for IE */
	    max-height: 220px;
	    line-height: 50px !important;
	}
		.ecm_filter_container h5 span {
			background: #11121d url(../assets/arrow.png) no-repeat center center;
    		display: inline-block;
    		height: 50px;
    		margin-top: 30px;			
    		width: 50px;

		    /* for IE */
		    float: right;
		}
		.ecm_filter_container.on h5 span, .ecm_filter_container h5:hover span {
			background: #b82e2a url(../assets/arrow_h.png) no-repeat center center;
			transition: all .5s ease-in-out;
		}
	.ecm_filter_container > ul{
		left: -200px;
		list-style-type: none;
		margin: 0;
		padding: 0; 
		position: absolute;
		top: 0;
		width: 200px;
		transition: all .5s ease-in-out;
		z-index: -1;
	}
	.ecm_filter_container.on > ul{
		left: 50px;
	}		
		.ecm_filter_tab a:link, .ecm_filter_tab a:visited {
			background: #b82e2a;
			color: #ffc0be !important;
			display: block;
			font-size: 18px;
			line-height: 34px;
			padding: 8px 10px 8px 25px;
    		margin: 0px;
		    width: 100%;
		    transition: all .5s ease-in-out;
		}
		.ecm_filter_tab a:hover, .ecm_filter_tab a.current {
			background: #ad2521;
			color: #fff !important;
		}
		.ecm_filter_tab li.sub {
			position: relative;
		}
		.ecm_filter_tab li.sub > a:after {
		    content: '\025B8';
		    float: right;
		    font-size: 24px;
		    margin: 0 0 0 10px;
		    display: inline-block;
		    line-height: 34px;
		    vertical-align: text-bottom;

		    background-color: transparent;
    		border-color: transparent;
		}		
		.ecm_filter_tab a + ul {
		    bottom: 0;			
		    left: 200px;
			list-style-type: none;
			margin: 0;
			max-height: 0;
			overflow: hidden;
			padding: 0;
		    position: absolute;
			transition: all .5s ease-in-out;
		    width: 200px;
		}
		.ecm_filter_tab .on a.current + ul {
			max-height: 1000px;
		}		

	@media screen and (max-width: 1291px) {
		.county_map {
			display: none;
		}
		.hint {
			display: none;
		}
		.ecm_filter_container {
		    position: static;
		}		
		.ecm_filter_container h5 {
			display: none;
		}
		.ecm_filter_container > ul{ 
			position: static;
			margin: 0;
			overflow: auto;
			padding: 0;
			width: 100%;
		}
		.ecm_filter_tab a:link, .ecm_filter_tab a:visited {
			background: transparent;
			border: 1px solid #d8d7dc;
			border-radius: 3px;
			color: #2b2d42 !important;
			padding: 20px;
			text-shadow: none;
			text-transform: uppercase;
		}
		.ecm_filter_tab a:hover {
			background: transparent;
		}
		.ecm_filter_tab a.current {
			color: #fff !important;
		    background: #ba2d25;
		    margin-left: 0;
			width: 100%;
		}		
		.ecm_filter_tab li.sub > a:after {
		    content: '\0203A';
		    font-size: 30px;
		    margin: 0 0 0 10px;
		    display: inline-block;
		    line-height: 30px;
		    vertical-align: text-bottom;
		}	
		.ecm_filter_tab a + ul {
			position: static;
			width: 100%;
		}	
		.ecm_filter_tab li.sub a.current + ul {
			max-height: 1000px;
		}		
		.ecm_filter_tab li.sub > a:after {		
		    content: '\0203A';
		    margin: 0 0 0 10px;
		}
		.ecm_filter_container > ul > li {
			display: block;
			margin-bottom: 4%;
			width: 48%;
		}
		.ecm_filter_container > ul > li:nth-child(odd) {
			clear: left;
			float: left;
		}
		.ecm_filter_container > ul > li:nth-child(even) {
			clear: right;
			float: right;
		}

		.ecm_filter_tab a.current + ul {
			margin: 0;
		}
/*		.ecm_filter_tab ul.sub-menu  li {
			padding-bottom: 4%;
		}		
		.ecm_filter_tab ul.sub-menu  li:first-child {
			padding-top: 4%;
		}*/
		.ecm_filter_tab .sub-menu a:link, .ecm_filter_tab .sub-menu  a:visited {
			font-size: 16px;
			line-height: 20px;
			padding: 20px;
			text-transform: none;
		}
		.ecm_filter_tab .sub-menu a:hover {
			background: transparent;
		}
		.ecm_filter_tab .sub-menu li {
			margin-bottom: 4%;
		}
		.ecm_filter_tab .sub-menu li:first-child {
			margin-top: 4%;
		}
		.ecm_filter_tab .sub-menu li:last-child {
			margin-bottom: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.ecm_filter_container > ul li {
			display: block;
			float: none;
			margin-bottom: 4%;
			width: 100%;
		}
	}

		.ecm_filter_caption {
			font-size: 30px;
			margin: 40px 0;
		}
		.ecm_verdict {
			background: #fff;
			display: block;
			float: left;
			min-height: 220px;
			margin: 0 0 25px 0;
			position: relative;
			text-align: center;
			width: 31%;
		}
		.ecm_verdict.left_of_3 {
			clear: both;
		}
		.ecm_verdict.middle_of_3 {
			margin: 0 3.5% 25px 3.5%;
		}
		.ecm_cta {
			background: #34364d;
			color: #fff;
			float: left;
			margin: 0 0 25px 0;
			padding: 25px 60px;
			width: 100%;
		}
			.ecm_cta_call {
				float: left;
			}
			.ecm_cta_action {
				float: right;
				padding: 10px 0 0 0;
			}
			.ecm_cta_call h3 {
				color: #fff !important;
				font-size: 35px !important;
				font-weight: 700 !important;
				margin-bottom: 0 !important;
			}
			.ecm_cta_call p {
				margin-bottom: 0;
			}
			.btn_talk:link, .btn_talk:visited {
				background: #ba2d24;
				border-radius: 4px;
				color: #fff !important;
				display: inline-block;
				font-weight: 600;
				margin-right: 60px;
				padding: 10px 40px;
			}
			.btn_talk:hover {
				background:	#fff;
				color: #ba2d24 !important;
			}
			.btn_chat:link, .btn_chat:visited {
				border: 1px solid #eee;
			    border-radius: 4px;
			    color: #fff !important;
			    font-weight: 600;
			    display: inline-block;
			    padding: 10px 40px;	
			}
			.btn_chat:hover {
				background:	#fff;
				color: #ba2d24 !important;
			}
			.btn_text:link, .btn_text:visited {
				border: 1px solid #eee;
			    border-radius: 4px;
			    color: #fff !important;
			    font-weight: 600;
			    display: none;
			    padding: 10px 40px;	
			}
			.btn_text:hover {
				background:	#fff;
				color: #ba2d24 !important;
			}			
			.show-on-mobile {
				display: none !important;
			}

		@media screen and (max-width: 1200px) and (min-width: 769px) {
			.ecm_verdict {
				clear: none !important;
				margin: 0 !important;
				width: 48%;
			}
			.ecm_verdict.:nth-of-type(2n+3) {
				clear: both !important;
			}
			.ecm_verdict:nth-of-type(2n+1) {
				margin: 0 4% 25px 0 !important;
			}
			.ecm_cta {
				clear: none !important;
				margin: 0 !important;
				min-height: 220px;
				padding: 15px;
				width: 48%;				
			}
			.ecm_cta_action {
				clear: both;
				float: none;
				margin-top: 15px;
				padding: 20px 0 0 0;
			}
				.btn_talk:link, .btn_talk:visited {
					margin-right: 20px;
					padding: 10px 20px;
				}
				.btn_chat:link, .btn_chat:visited {
					padding: 10px 20px;
				}
		}
		@media screen and (max-width: 962px) and (min-width: 769px) {
			.ecm_cta_call h3 {
				font-size: 25px !important;
			}
			.ecm_cta_call p{
				display: none;
			}
			.ecm_cta_action {
				text-align: center;
			}
			.btn_talk:link, .btn_talk:visited {
				margin-right: 0;
				margin-bottom: 10px;
			}
		}
		@media screen and (max-width: 768px) and (min-width: 0px) {
			.hide-on-mobile {
				display: none !important;
			}
			.show-on-mobile {
				display: block !important;
			}
			h1 .show-on-mobile{
				font-size: 30px;
			}
			.ecm_verdict {
				clear: none !important;
				margin: 0 0 25px 0 !important;
				width: 100%;
			}
			.ecm_cta {
				padding: 20px;
				width: 100%;
			}
				.ecm_cta_action {
					float: left;
					padding: 20px 0 0 0;
				}
				.btn_talk:link, .btn_talk:visited {
					margin-right: 0;
					margin-bottom: 10px;					
				}
		}			
			.ecm_verdict_thumb {
				position: relative;
			}
				.ecm_thumb_overlay:link, .ecm_thumb_overlay:visited {
					background: rgb(150, 150, 150) url('../../admin/assets/link.svg') no-repeat center center;
					background-size: 40% 40%;
					bottom: 0;
					box-shadow: none;
					display: block;
					left: 0;
					opacity: 0;
					position: absolute;
					text-align: center;
					text-decoration: none;
					top: 0;
					transition: 1s;
					width: 100%;
				}
				.ecm_thumb_overlay:hover {
					opacity: 0.5;
				}
			.ecm_verdict_details {
				overflow: auto;
				padding: 0;
			}
				.ecm_verdict_title {
					overflow: auto;
					padding: 0 15px;
				}
					.ecm_verdict_title h3{
						font-size: 36px !important;
						margin:20px 0 5px 0 !important;
						/*font-weight: bold !important;
						margin:0 0 5px 0 !important;
						padding: 0 !important;*/
					}
					.ecm_verdict_title h4{
					    color: #313133 !important;
					    /*font-weight: bold;*/
					    font-size: 15px !important;
						margin:5px 0 15px 0 !important;
						/*padding: 0 !important;*/
						text-transform: uppercase;
					}
					.ecm_verdict_title h5 {
						color: #8b9bab !important;
						font-weight: 400 !important;
						margin:15px 0 15px 0 !important;
					}
					.ecm_verdict_content {
						/*display: none;*/
						background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 1px rgba(245,246,248,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(245,246,248,1);
box-shadow: 0px 0px 5px 1px rgba(245,246,248,1);						
						/*bottom: 0;*/
						font-size: 16px;
						left: 0;
						line-height: 1.3em;
						min-height: 220px;
						opacity: 0;
						padding: 15px;
						position: absolute;
						transition: visibility 0s, opacity 0.5s linear;
						visibility: hidden;
						right: 0;
						top: 0;
						z-index: 999;
					}
					.ecm_verdict:hover .ecm_verdict_content {
						opacity: 1;
						visibility: visible;
					}
						.ecm_verdict_content * {
							line-height: inherit !important;
						}
						.ecm_verdict_content h4 {
							font-size: 25px !important;
							font-weight: normal !important;
							margin: 15px 0 !important;
							padding: 0 !important;
							text-transform: none !important;
						}
						.ecm_verdict_details .details {
							background: #bb2c24 url(../assets/right-red-arrow.jpg) no-repeat center center;
							bottom: 20px;
							display: block;
							height: 30px;
							left: 50%;
							margin-left: -15px;
							position: absolute;
							text-indent: -9992em;
							width: 30px;
						}					
						.ecm_single_verdict .details {
							box-shadow: none;
							text-decoration: none !important;
						}
						.ecm_single_verdict .details:after {
							content: "\27F6";
							margin-left: 3px;
						}
						.hint {
							color: #ba2d25 !important;
							font-size: 24px !important;
						}
		.ecm_single_verdict {
			background-color: #34364d;
			margin: 0;
			padding: 0;
		}
		.ecm_wrapper {
			background: #34364d url('../assets/ostroff-attorneys.jpg') no-repeat top center;
			background-size: 100% auto;
			color: #fff;
			min-height: 500px;
			padding: 40px;
		}
		.ecm_wrapper header {
			overflow: auto;
		}
		.ecm_wrapper .logo {
			float: right;
			margin: 50px 50px;
		}
		.ecm_wrapper h1 {
			font-size: 30px;
			font-weight: bold;
			line-height: 1.1;
		}		
		.ecm_wrapper .entry {
			background: url('../assets/state-outline.png') no-repeat 0 20px;
			min-height: 200px;
			padding: 0px 20% 0 210px;
		}
		.ecm_wrapper .related {
			background: #fff;
			box-sizing: border-box;
			list-style-type: none;
			margin: 0;
			overflow: hidden;
			padding: 0 80px 0 0;
			position: relative;
			width: 100%;
			display: table;
		}
			.ecm_wrapper .related li.more {
				bottom: 20px;
				position: absolute;
				right: 0;
				top: 20px;
				width: 50px;
			}
				.ecm_wrapper .related li.more a:link, .ecm_wrapper .related li.more a:visited {
					background: #ba2d25;
					color: #fff;
					display: block;
					font-size: 20px;
					font-weight: bold;
					height: 100%;
					line-height: 50px;
					margin: 0;
					padding: 0;
					text-align: center;
					text-decoration: none;
					text-orientation: mixed;
					writing-mode: vertical-rl;
				}
				.ecm_wrapper  .related li.more a:hover {
					background: #ba2d25;
					color: #fff;
				}
			.ecm_wrapper .related li {
				border-right: 1px solid #ccc;
				width: 25%;
				display: table-cell;
				position: relative;
			}
			.ecm_wrapper .related li:last-child {
				border-right: 0;
			}
			.ecm_wrapper .related-item {
				padding: 0 40px 30px 20px;
			}
			.ecm_wrapper .related-item h3 {
				color: #2b2d42 !important;
				font-weight: bold !important;
				margin:20px 0 0 0;
			}
			.ecm_wrapper .related-item h4{
				color: #4e8ae2;
				font-size: 20px;
				font-weight: 700 !important;
				text-transform: uppercase;
			}
			.ecm_wrapper .related-item strong{
				color: #2b2d42 !important;
				display: block;
			}
			.ecm_wrapper .related-item .details:link, .ecm_wrapper .related-item .details:visited, .ecm_wrapper .related-item .details:hover {
				color: #2b2d42;
				display: block;
				position: absolute;
				bottom: 20px;
				right: 20px;
			}


	@media screen and (max-width: 800px) and (min-width: 0px) {
		.ecm_wrapper header {
			display: none;
		}
		.ecm_wrapper  h1 {
			font-size: 30px;
		}
		.ecm_wrapper p {
			line-height: 26px;
		}
		.ecm_wrapper h3 {
			margin-bottom: 5px;
		}
		.ecm_wrapper .entry {
			background-position: bottom center;
			background-size: 35% auto;
			padding: 0 0 100px 0;
		}
		.ecm_wrapper .related {
			padding-right:0;
			padding-bottom: 80px;
		}
		.ecm_wrapper .related li {
			border-bottom: 1px solid #ccc;
			border-right-width: 0;
			box-sizing: border-box;
			display: block;
			width: 100%;
		}
		.ecm_wrapper .related li:last-child {
			border-bottom: 0;
		}
		.ecm_wrapper .related li.more {
			bottom: 0;
			bottom: 0;
			left: 0;
			right: auto;
			top: auto;
			width: 100%;
		}
			.ecm_wrapper .related li.more a:link, .ecm_wrapper .related li.more a:visited {
				height: auto;
				line-height: 50px;
				margin: 0;
				padding: 0;
				text-align: center;
				text-orientation: mixed;
				writing-mode: horizontal-tb;
			}

	}

	@media screen and (max-width: 500px) and (min-width: 0px) {	
		.ecm_verdict {
			padding-bottom: 50px;
		}		
		.ecm_cta_call {
		    float: left;
		    max-width: 120px;
		    padding: 20px 0 0 0;			
		}
		.ecm_cta_action {
		    max-width: 150px;
		    float: right;
		    padding-top: 10px;			
		}
		.ecm_wrapper h1, .ecm_wrapper h3 {
			font-size: 17px !important;
		}
		.ecm_cta_call h3 {
			font-size: 25px !important;
		}
		.ecm_cta_call h3 + p {
			display: none;
		}
		.btn_talk span {
			display: none !important;
		}
		.btn_chat {
			display: none !important;
		}
		.btn_text {
			display: inline-block !important;
		}
		.btn_talk, .btn_chat, .btn_text {
			font-size: 18px !important;
		}
		.ecm_wrapper p {
			font-size: 16px !important;
		}
		.ecm_wrapper .entry {
			padding: 0 0 60px 0;
		}

	}

	@media screen and (max-width: 370px) and (min-width: 0px) {	
		.ecm_cta_call, .ecm_cta_action {
			max-width: 100%;
		}
	}