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

body{
	margin: 0;
	padding: 0;
	background:#151e56;
	font-family: 'PT Sans', sans-serif;
}

.clear{clear:both;}
.mobile {
    display:none;
}
/********* Top Bar *************/
/*******************************/
#topbar{
	width: 100%;
	display: block;
	position: relative;
}
#top-top{
	height: 8px;
	display: block;
	width: 100%;
	background:#56558c;
}
#top-bottom{
	height: 8px;
	display: block;
	width: 100%;
	background:#ffc002;
}
#top-wrap{
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
#contact-bar{
	background:#ffc002;
	width: 300px;
	right: 0;
	position: absolute;
	top: -16px;
	padding: 4px;
	z-index: 2
}
#contact-bar a{color:#fff; text-decoration: none;font-weight: 700;}
#contact-bar a:hover{color:#151e56;}
#message{
	text-transform: uppercase;
	position: relative;
	font-size: 1.5em;
	padding: 0 40px;
    /*width: 35px;
    height: 35px;*/
    display:block;
    /*float:right;*/
    float: left;
    margin: 0;
    /*margin: 0 0 0 10px;*/
    /*padding: 10px 0;*/
}
#message img {
    width: 100%;
    height: auto;
}
/*#message:before{
	content: "";
	width: 18px;
	height: 25px;
	position: absolute;
	left: 11px;
	top: 14px;
	background-image: url(images/icon-speech.png);
	background-size: 100%;
	background-repeat: no-repeat;
}*/
#phone{font-size: 1.5em;position: relative;}
#phone::before{
	content: "";
	width: 18px;
	height: 25px;
	position: absolute;
	left: -26px;
	top: 7px;
	background-image: url(../png/icon-phone.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

/********* Header **************/
/*******************************/
#header-full{
	width: 100%;
	background:#fff;
	
}
#header-wrap{
	width: 1180px;
	margin: 0 auto;
	padding: 26px 0 30px 0;
}
.logo{
	width: 200px;
	height: auto;
	float: left;
	display: block;
	position: relative;
	z-index: 10001;
}
.logo img{
	width: 100%;
	position: absolute !important;
	height: auto;
	display: block;
	left: 0;
	top: 0;
	-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.logo:hover img{width: 105%;}

/*********** Navigation **************/
#nav{
	padding: 26px 80px 2px 0;
	position: relative;
	z-index: 10000;
}
#nav ul{
	margin: 0;
	padding: 0px;
	float:right;
	list-style: none;
}
#nav ul li{
	float: left;
	padding: 0px 0;
	position: relative;
}
#nav ul li a{
	padding: 0px 20px;
	text-transform: capitalize;
	color:#151e56;
	border-right: 2px solid #151e56;
	font-size: 1.1em;
	font-weight: 700;
	text-decoration: none;
	line-height: 1em;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#nav ul li:last-child a{border-right: none;}

/*********** 2nd Level **************/
#nav ul ul{
	display: none;
	position: absolute;
	background:#151e56;
	text-align: center;
	width: 100%;
	top: 100%;
}
#nav ul ul li{
	position: relative;
	float: none;
}
#nav ul ul li a{
	color:#fff;
	display: block;
	padding: 14px 0;
	border:1px solid #fff;
	font-size: 0.9em;
}
#nav ul ul li:last-child a{border-right: 1px solid #fff;}
/*********** 3rd Level **************/
#nav ul ul ul{left: 100%;top: 0;z-index: 10001;background:#56558c;}

/*********** Hover **************/
#nav ul li a:hover{background:rgba(255,255,255,.2); color:#ffc002;}

#nav ul li a:hover li:before{display: none !important;}
#nav ul li:hover a:before{
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background:#fff;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul ul a:hover{
	color:#ffc002 !important;
}
#nav li:hover > a, #nav a:focus{color:#ffc002;}
#nav ul ul ul a:hover{
	color:#ffc002 !important;
}

/*********** Search **************/
#search-icon{
	position: absolute;
	right: 0;
	bottom: 0px;
	background-image:url(../png/icon-search.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 30px;
	height: 30px;
	z-index: 5;
	-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#search-icon:hover{background-position:100% 100%;}
#search-wrap{
	display: none;
	position: absolute;
	right: 0;
	bottom: -68px;
	background:#ffc002;
	width: 260px;
	text-align: center;
	padding: 5px 0;
	border-radius: 25px;
	z-index: 10000;
}
#search input[type=text]{
	border: none;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	width: 200px;
	border-right: none;
	padding: 2px 0 2px 5px;
}
#search input[type=submit]{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	text-transform: uppercase;
	border: none;
	border-left: none;
	padding: 2px 5px 2px 5px;
	background:#151e56;
	color:#fff;
    font-family: 'PT Sans', sans-serif;
}
#search input[type=submit]:hover{background:#56558c;}

/********* Mobile Header **************/
/**************************************/
#mobile-header{
	float:right;
	width: 50%;
	display: none;
}
/*#mobile-header img{
	width: 20%;
	margin: 10px 2%;
	height: auto;
	padding: 5px;
	float:right;
	max-width: 40px;
}*/
.navicon{
	width: 35px;
	height: 35px;
	position: relative;
	display: block;
	float: right;
	background-image: url(../png/navicon.png);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: 50% 50%;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
}
.navicon:hover{background-color:#ffc002;}
a.m-phone {
    width: 35px;
    height: 35px;
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 0;
}
a.m-phone img {
    width: 100%;
    height: auto;
}
/************* Mobile Nav *************/
#mobile-nav{
	display: none;
}
#mobile-nav ul{
	margin: 0;
	padding: 1% 0;
	list-style:none;
}
#mobile-nav ul li{
	width: 90%;
	margin: 0 auto;
}
#mobile-nav ul li a{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	display: block;
	padding: 3% 0 3% 5%;
	background:#56558c;
	margin: 2% 0;
	-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
/* Mobile Nav 2nd Level */
#mobile-nav ul ul{padding: 0;display: none;}
#mobile-nav ul ul a{
	background:#ffc002;
}
/* Mobile Nav 3rd Level */
#mobile-nav ul ul ul li{width: 100%;}
#mobile-nav ul ul ul a{background:#fff;color:#151e56;}
/* Mobile Nav Hover */
#mobile-nav ul a:hover{
	background:rgba(255,255,255,.2);
	color:#fff;
}
#mobile-nav ul li:hover > ul {
	display: block;
}
.close-btn{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	display: block;
	padding: 3% 0 3% 5%;
	background:#ffc002;
	width: 85%;
	margin: 0 auto 2% auto;
}
/**************** Mobile Title *********/
#mobile-title{
	text-align: center;
	width: 100%;
	display: none;
	position: relative;
	background:#fff;
	-webkit-box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px -4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px -4px 20px 0px rgba(0, 0, 0, 0.2);
}
#mobile-title h2{
	padding: 15px 0;
	margin: 0;
	font-size: 1.3em;
	color:#151e56;
	font-weight: 400;
}
#mobile-title h2 span{
	font-weight: 700;
}
.title-arrow{
	position: absolute;
	display: block;
	width: 30px;
	height: 20px;
	background: #fff;
	bottom: -18px;
	left: 50%;
	-webkit-clip-path: polygon(0 0%, 100% 0, 50% 100%, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    margin-left: -15px;
}

/********* Slider **************/
/*******************************/
#slider{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 6;
	overflow: hidden;
	background:#151e56;
}
#slider .flexslider{margin: 0 0 0 0;}
#slider img{
	width: 100%;
	height: auto;
	display: block;
	/*opacity: .5;*/
}
#slider .metaslider .caption-wrap {
    bottom: 0;
    width: 50%;
    left: 25%;
    opacity: 1 !important;
}
.caption{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
/*	min-height: 250px;*/
	bottom: 0;
	position: absolute;
	z-index: 1000;
	opacity: 1 !important;
    text-transform: uppercase;
    background: #56558c;
    padding: 15px!important;
    	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.6);
}
.caption hr{
	width: 50%;
	height: 2px;
	border:none;
	background:#ffc002;
	margin: 20px auto;
}
.caption a{
	display: inline-block;
	text-align: center;
	padding: 6px 12px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .6em !important;
	background:#ffc002;
	margin: 20px auto 0 auto;
	opacity: 1 !important;
    font-weight: 700;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.6);
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.caption a:hover{
    background:#d8a201;
    font-weight: 700;
    color:#fff;
    opacity: 1 !important;
}
/****** Callouts *************/
/*****************************/
#callout-full{
	width: 100%;
	background:#ffc002;
}
#callout-wrap{
	width: 1100px;
  
	position: relative;
	margin: 0 auto;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.callout{
	width: 220px;
	display: block;
	float: left;
	height: 200px;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 1.1em;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.callout.mobile {
    display:none;
}
.callout img{
	display: block;
	margin: 20px auto;
	max-height: auto;
}
.callout:hover{background:#d8a201;}

/****** Content **************/
/*****************************/
#content-full{
	background:#fff;
	position: relative;
	padding: 20px 0;
	color:#151e56;
}
#content-wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 10px 0;
}
#content-wrap.homepage{
	width: 1100px;
}
#content-wrap.homepage h1{
	font-size: 1.8em;
	color:#151e56;
	margin: 10px 0;
}
#content-wrap hr{
	width: 100%;
	height: 2px; 
	border:none;
	background:#ffc002;
	margin: 20px auto;
}
/************** Content **********/
/*********************************/
#sidebar{
	width: 250px;
	float:left;
	padding: 20px 0 0 0;
}
#sidebar ul{
	list-style: none!important;
    list-style-image: none!important;
	margin:0;
	padding: 0;
	text-align: center;
}
#sidebar ul li{
	text-align: right;
}
#sidebar ul li:before{display: none;}
#sidebar ul li a{
	text-decoration: none;
	display: block;
	padding: 15px 20px 15px 0;;
	background:#151e56;
	color:#fff;
	margin: 12px 0 0 0;
	font-weight: 700;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.6);
}
#sidebar ul li a:hover{background:#56558c;color:#ffc002;}
/*** Second Level ***/
#sidebar ul ul{display: none;}
#sidebar ul ul li a{
	margin: 0;
	background:#ffc002;
}
/*** Third Level ***/
#sidebar ul ul ul li a{background:#56558c;}
#side-test{
	position: relative;
	padding: 40px 10px 5px 10px;
	font-size: .9em;
}
#side-test:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../png/quote-open.png);
	background-size: 100%;
	background-repeat: no-repeat;
	left: -10px;
	top: 15px;
}
#side-test:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../png/quote-closed.png);
	background-size: 100%;
	background-repeat: no-repeat;
	right: -10px;
	bottom: -20px;
}
/*
.testimonial_author span.stars {
    display: none!important;
}
*/
/********* Page Content Styles********/
/*************************************/
#content.page{
	width: 900px;
	float: right;
}

#content h1.content-title{
	font-size: 1.8em;
	color:#151e56;
	margin: 20px 0 8px 0;
}

#content a, #attorney-content a{color:#ffc002;text-decoration: none; font-weight: 700;}
#content a:hover, #attorney-content a:hover{color:#56558c;}

#content h1{color:#151e56; font-size: 1.8em;margin: 10px 0; text-transform: uppercase;}
#content h2{color:#56558c; font-size: 1.6em;margin: 10px 0; text-transform: uppercase;}
#content h3{color:#ffc002; font-size: 1.4em;margin: 10px 0; text-transform: uppercase;}
#content h4{color:#151e56; font-size: 1.2em;margin: 10px 0;}
#content h5{color:#56558c; font-size: 1em;margin: 10px 0;}
#content h6{color:#151e56; font-size: 1em;margin: 10px 0;}
#content a.button {
    display:inline-block;
    padding: 10px 15px;
    background-color: #151e56;
    color: #fff;
    border-radius: 7px;
    margin: 10px 0;
    transition: 0.2s ease all;
}
#content a.button:hover {
    background-color: #56558c;
}
#content input[type=text], #attorney-content input[type=text]{
	width: 100%;
	margin: 0px 40px 0 0px;
	border: 2px solid #151e56;
	border-radius: 5px;
	padding:8px 5px;
}
#content textarea, #attorney-content textarea{
	border: 2px solid #151e56;
	border-radius: 5px;
	padding:8px 5px;
}
#content input[type=submit], #attorney-content input[type=submit]{
	clear:both;
	float:right;
	padding: 5px 20px;
	background: #ffc002;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	border:none;
	margin: 0 20px 0 0;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor:pointer;
    font-family: 'PT Sans', sans-serif;
}
#content input[type=submit]:hover{background:#56558c;}
#attorney-content input[type=submit]:hover{background:#56558c;}
#field_1_2:before{display: none;}
.ginput_left .address_zip{
	margin-right: 0 !important;
	padding-right: 0 !important;
	float: right !important;
}
.input_1_4_5{
	float:right;
}
#content-full ul li{
	position: relative;
}
#content-full ul {
    list-style-image: url("../png/bullet.png");
}
/*#content-full ul li:before{
	content: "";
	width: 16px;
	height: 5px;
	background:#56558c;
	border-radius: 5px;
	position: absolute;
	left: -22px;
	top: 9px;
}*/
#content-full ul ul li:before{background:#ffc002;}
#content-full ul ul ul li:before{background:#151e56;}
.gform_wrapper ul li:before{display: none;}
#content .alignright{
                margin:0 0 2em 2em;
                padding:0px;
                float:right;
                border:0;}

#content .alignleft{
                margin:0 2em 2em 0;
                padding:0px;
                float:left;
                border:0;}

#content .aligncenter{
                display:block;
                margin-left:auto !important;
                margin-right:auto !important;
                padding:0px;
                border:0;}
/****** Homepage Form ******/
#eval-back{background:#fff;width: 100%;}
#eval-full{
	width: 1200px;
	background:#fff;
	/*height: 145px;*/
	position: relative;
	margin: 0 auto;
}
#eval-wrap{
	width: 900px;
	margin:0 auto;
	height: auto;
	/*background:#151e56;
	position: absolute;
	top: 50px;
	left: 150px;*/
	text-align: center;
	/*-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.6);*/
}
#eval-wrap #gform_wrapper_2,
#eval-wrap #gform_confirmation_wrapper_2{
	background:#151e56;
	padding:10px 5%;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.6);
}
#eval-wrap #gform_wrapper_2 .gf_left_half{float:left;clear:left;}
#eval-wrap #gform_wrapper_2 .gf_right_half{float:right;clear:right;}
#eval-wrap h2{
	/*position: absolute!important;
	top: -40px;*/
	z-index: 100;
	display: block;
	width: 100%;
	color:#151e56;
	text-transform: uppercase;
	font-size: 2em;
	margin: 0;
	font-weight: 700;
}
#eval-wrap h2 span{color:#ffc002;}
/*** Evaluation Wrap Form ***/
.gfield_required{color:#fff !important;}
.gform_title{display: none !important;}
.ginput_container{margin-top: 0 !important;}
/*#eval-wrap input[type=text]{
	width: 80%;
	margin: 0px 40px 0 40px;
	border: 2px solid #151e56;
	border-radius: 5px;
	padding:4px 5px;
}
#field_2_2{float: left !important;clear: none !important;}
li#field_2_5{width: 50% !important;float: left;}
#field_2_5 input[type=text]{width: 346px !important;clear: none !important;}
#eval-wrap textarea{
	width: 80%;
	border: 2px solid #151e56;
	border-radius: 5px;
	padding:4px 5px;
	margin: 0px 40px 0 40px;
	clear: none !important;
	height: 90px !important;
}
li#field_2_4{
	clear:none !important;
}*/
#eval-wrap .gform_confirmation_wrapper {color:#fff;}
#eval-wrap .gform_wrapper div.validation_error{color:#ffc002;}
#eval-wrap label{color:#fff;}
.gfield_label{margin: 5px 0 0 0px;}
.gform_footer{margin: 0 !important; padding: 0 !important;}
#eval-wrap input[type=submit]{
	clear:both;
	float:right;
	padding: 5px 20px;
	background: #ffc002;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	border:none;
    margin: 10px 65px 15px 0;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
}
#eval-wrap li{margin: 0;}
#eval-wrap input[type=submit]:hover{background:#56558c;}
#mobile-eval{
	display: none;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none !important;
    background: url(../jpg/case-eval-m-bg.jpg) center repeat-x;
    background-size: contain;
}
#mobile-eval h2{margin: 0;padding: 20px 0;}
#mobile-eval a{
	text-decoration: none !important;
	color:#151e56;
}
#mobile-eval h2 span{color:#ffc002;}
/**************************** Attorney Content Styles ********/
/*************************************************************/
#attorney-wrap{
	width: 1200px;
	margin: 0 auto;
}
#member-header{position: relative;}
#member-header h1, #attorney-mobile-header h1{
	margin: 10px 0;
	display: inline;
	float:left;
}
#attorney-mobile-header {
    position: relative;
}
#member-header .attorney-icon, #attorney-mobile-header .attorney-icon{
	float:left;
}
#member-border{
	position: absolute;
	border-top: 3px solid #ffc002;
	height: 10px;
	width: 10%;
	bottom: -13px;
	right: -50px;
}
#member-header span, #attorney-mobile-header span, #member-header a, #attorney-mobile-header a{
	float: left;
	margin: 25px 0 0 0;
}
.attorney-icon{
	width: 50px;
	height: 50px;
}
.area{background: url('../png/attorney-icons.png') no-repeat 0% 54.545%;}
.education{background: url('../png/attorney-icons.png') no-repeat 16.667% 50%;}
.bar{background: url('../png/attorney-icons.png') no-repeat 34.754% 60%;}
.membership{background: url('../png/attorney-icons.png') no-repeat 81.667% 50%;}
.location{background: url('../png/attorney-icons.png') no-repeat 50.4% 54.545%;margin-left: 10%;}
.email{background: url('../png/icon-mail.png') no-repeat;margin-left: 10%;background-size:contain;background-position: center;}
.phone{background: url('../png/attorney-icons.png') no-repeat 64.856% 53.846%;margin: 0 10px 0 20px;}
.fax{background: url('../png/attorney-icons.png') no-repeat 99.013% 50%;margin: 0 10px 0 20px;}
/************** Attorney Sections *****************/
.attorney-column{
	border-left: 2px solid #ececf2;
	margin: 0 0 0 70px;
	width: 240px;
	float: left;
}
#content-full .attorney-column ul{list-style: none;list-style-image:none;}
.attorney-content-section{
	position: relative;
}
.attorney-content-section .attorney-icon{
	position: absolute;
	left: -60px;
	top: 0;
}
.attorney-content-section h3{
	color:#151e56 !important;
	text-transform: capitalize !important;
	padding: 0 0 0 8px;
	margin: 0 !important;
}
.attorney-content-section ul{
	padding: 0 0 0 8px;
	margin: 8px 0 20px 0;
}
.attorney-content-section ul li:before{display: none;}
/************** Attorney Image *****************/
#attorney-img{position: absolute;bottom: 0px;right: -40px;z-index:100;/*height: 400px;*/width: 25%; min-width:300px;}
#attorney-img img{display: block; width: 100%; height:auto; position:absolute;bottom:0;}
#attorney-img.mobile {
    display:none;
    position: relative;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+15,727272+100 */
background: rgb(207,207,207); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(207,207,207,1) 15%, rgba(114,114,114,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(207,207,207,1) 15%,rgba(114,114,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(207,207,207,1) 15%,rgba(114,114,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#attorney-img.mobile img {
   position:relative;
    padding-top: 20px;
    width:60%;
    left: 20%;
}
#attorney-content{
	border-top: 3px solid #ffc002;
	overflow:hidden;
	position: relative;
}
#content-wrap.attorney.mobile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#content-wrap.attorney {
    padding: 0!important;
    width:1200px;
}
#content.attorney {
    width: 900px;
    float:right;
}
/*** Live Chat ***/
#nGageLH{
	display: none !important;
}
.ngageMobileFloat {
    background-color: #151e56!important;
}
.liveChatFloatingButtonSpacer {
    display:none!important;
}
.ngageMobileBar {
    background-color: #ffc002!important;
}
.liveChatFloatingButton, .liveChatFloatingButtonMobile, .liveChatFloatingButtonTop {
    background-color: #151e56!important;
}
.ngageMobileBarNo {
    background-color: #56558c!important;
}
/****** Testimonials *********/
/*****************************/
#test-full{
	width: 100%;
	display: block;
	background-image: url(../png/testimonial-background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 150px 0 30px 0;
}
#test-wrap{
	margin: 0 auto;
	width: 900px;
	color:#fff;
	text-align: center;
	position: relative;
	padding: 20px 0;
	font-size: 1em;
}
#test-wrap:before{
	content: "";
	position: absolute;
	width: 80px;
	height: 60px;
	background-image: url(../png/quote-open.png);
	background-size: 100%;
	background-repeat: no-repeat;
	left: -100px;
	top: 30px;
}
#test-wrap:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 60px;
	background-image: url(../png/quote-closed.png);
	background-size: 100%;
	background-repeat: no-repeat;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
}
#test-wrap a.button{
	background:#56558c;
	color:#fff;
	padding:8px 15px;
	cursor: pointer;
	margin:10px 0 0 0;
	text-decoration: none;
	display:inline-block;
}
#side-test a.button{
	background:#56558c;
	color:#fff;
	padding:8px 15px;
	cursor: pointer;
	margin:10px 0 0 0;
	text-decoration: none;
	display:inline-block;
}
#test-wrap a.button:hover, #side-test a.button:hover{background:#ffc002;}
#test-wrap .easy-t-cycle-pager span.cycle-pager-active{color:#ffc002 !important;}
.easy_testimonial_title{
	font-size: 1.2em;
	color:#56558c;
}
#test-full .easy_testimonial_title {
    color: #ffc002;
}
#test-full span.stars {
    display: flex;
    justify-content: center;
}
.stars .dashicons-star-filled, .stars .dashicons-star-half, .stars .dashicons-star-empty {
    color: #ffc002!important;
}
/********* Footer ************/
/*****************************/
#footer-nav-full{
	width: 100%;
	display: block;
	background:#56558c;
}
#footer-nav{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footer-nav a{
	color:#fff;
	font-size: 1.1em;
	text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
	float: left;
	padding: 20px 75px;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footer-nav a:hover{
    background:#ffc002;
    color:#151e56;
}
#footer-nav .right {
    float:right;
}
#footer-logo{
	position: relative;
	width: 180px;
	float: left;
	margin: 0 0px;
    text-align: center;
}
#footer-logo img{
	position: absolute;
	top: 15px;
	left: 50%;
/*    margin-left: -29px;*/
	z-index: 20;
	/*width: 90%;*/
	-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#footer-logo:hover a{background: none !important;}
#footer-logo:hover img{top: 25px;background: none !important;}
#mobile-footer-logo{display: none;}
#footer-wrap{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 30px 0 40px 0;
	display:grid;
	grid-template-columns:1fr 400px 1fr;
	grid-column-gap:30px;
}
#footer-left{padding: 10px 0;color:#fff;
	text-align: left;
	font-size: .8em;}
#footer-right{	
	color:#fff;
	text-align: left;
	font-size: .8em;
	display:grid;
	grid-template-columns:1fr 40px;
	grid-column-gap:20px;
}
#footer-center{padding-top:75px;}
.contact-bar{
	background:#ffc002;
	padding: 4px 20px;
	z-index: 2;
	display:grid;
	grid-template-columns:auto auto;
	grid-column-gap:30px;
	align-items:center;
	justify-content:center;
}
.contact-bar a{color:#fff; text-decoration: none;font-weight: 700;font-size:1.5em;}
.contact-bar a:hover{color:#151e56;}
#footer-left a.phone{font-size: 1.5em;position: relative;}
#footer-left a.phone::before{
	content: "";
	width: 18px;
	height:100%;
	position: absolute;
	left: -26px;
	top: 0px;
	background-image: url(../png/icon-phone.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
	display:inline-block;
}
/*.social{
	width: 40px;
	height: 40px;
	background-image: url(images/footer-social.png);
	float: right;
	background-size: 487%;
	margin: 0px 0px 10px 15px;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/
#footer-right .facebook {
    width: 35px;
    height: 35px;
    margin: 0 0 10px 0;
    padding: 5px;
   /* float:right;*/
    box-sizing:border-box;
    position: relative;
	grid-area:1 / 2;
}
#footer-right .facebook::before {
    content: "";
    background: #56558c;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#footer-right .facebook img {
    position: relative;
    z-index: 150;
}
#footer-right .facebook::after {
    content:"";
    position: absolute;
    width: 100%;
    height: 0;
    top:0;
    left: 0;
    background: #fff;
    z-index: 100;
    transition: 0.2s all ease;
}
#footer-right .facebook:hover::after {
    height: 100%;
}
/************* Footer Links **************/
.footer-link{
	float: left;
	margin: 0 8px;
}
.footer-link-1{
	background: url('../png/footer-logos.png') no-repeat 0 0;
	width: 45px;
	height: 45px;
}
.footer-link-2{
	background: url('../png/footer-logos.png') no-repeat 21.094% 85.714%;
	width: 94px;
	height: 38px;
}
.footer-link-3{
	background: url('../png/footer-logos.png') no-repeat 53.535% 0;
	width: 53px;
	height: 45px;
}
.footer-link-4{
	background: url('../png/footer-logos.png') no-repeat 75.258% 0;
	width: 59px;
	height: 44px;
}
.footer-link-5{
	background: url('../png/footer-logos.png') no-repeat 92.81% 50%;
	width: 44px;
	height: 43px;
}
#footer-right a{
	text-decoration: none;
	color:#fff;
}
#footer-right a:hover{color:#ffc002;}
/************ Facebook **********/
.facebook{background-position: 0 100%;}
.facebook:hover{background-position: 0 0;}
/************ Twitter **********/
.twitter{background-position: 33.3% 100%;}
.twitter:hover{background-position: 33.3% 0;}
/************ LinkedIn **********/
.linkedin{background-position: 66.6% 100%;}
.linkedin:hover{background-position: 66.6% 0%;}
/************ Google Plus **********/
.google{background-position: 100% 100%;display: none;}
.google:hover{background-position: 100% 0%;}

.csm{
	display: block;
	color:#fff;
	text-decoration: none;
}
.csm:hover{color:#ffc002;}

/******************* Responsive Code *************************/
/*************************************************************/
@media only screen and (max-width: 1500px) {
    .caption {
        font-size: 1em;    
    }
}
@media only screen and (max-width: 1300px) {
	#member-border{display: none !important;}
	#attorney-img{right: 0 !important;}
}
@media only screen and (max-width: 1200px) {
    .flex-wrap {
        display: flex;
        flex-direction: column;
    }
    #top-wrap{width: 100%;}
    .callout.mobile, .mobile {
        display:block;
    }
    .desktop {
/*        display:none!important;*/
    }
    #message{
        width: 35px;
        height: 35px;
        float:right;
        margin: 0 0 0 10px;
        padding: 10px 0;
    }
    #eval-full {
        height: auto;
        width: 100%;
    }
    #eval-wrap {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        padding: 20px 0 60px;
    }
    #eval-wrap h2 {
        position: relative!important;
        top: 0;
        color: #fff;
    }
    #eval-full {display:none!important;}
	#contact-bar{display: none;}
	/*********** Header *********/
	#header-wrap{width: 98%;padding: 10px 0;}
	.logo{width: 140px;height: auto;margin: 10px 0 0 0;}
	.logo img{position: relative !important;/*min-width: 150px;*/}
	#nav{display: none;}
	#mobile-header{display: block;}
	.logo:hover img{width: 100%;}
	#mobile-title{display: block;}
	/*********** Slider/Featured *********/
	#slider{background: #56558c}
    #slider .metaslider .caption-wrap {
        position: relative;
        left: 0;
        width: 100%;
    }
    #slider .caption {
        position: relative;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
	/*********** Callout *********/
	#callout-wrap{width: 100%;padding: 5% 0% 5% 0%;margin: 0 0 0 10%;}
	#callout-full, #callout-full .attorney{width: 100%; overflow: hidden;}
    #callout-full.page, #callout-full.attorney {
        display:none;
    }
	.callout{
		width: 46%;
		max-width: 250px;
		height: 220px;
		margin: 2%;
		-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.5);
        box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.5);
	}
	.callout img{width: 40%;height: auto !important;}
	/*********** Content *********/
/*	#content-wrap.homepage{display: none;}*/
    #content-full {
        padding: 20px;
        order: -1;
    }
	#content-wrap.page {
		width: 100%;
		-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.5);
        box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.5);
	}
    #content-wrap.homepage {
        width:100%;
    }
	#content-full.page{padding: 0;}
	#content.page{width: 95%;float:none; margin-left: auto;margin-right: auto; padding-top: 10px;}
	#content.page h1{margin: 0;font-size: 1.8em;}
	#sidebar{display: none;}
	/*#eval-wrap{display: none;}*/
	#mobile-eval{display: block;}
	/*#eval-full{display:none;}*/
	/*************** Attorney Content ************/
	#member-header{
		width: 95% !important;
		margin: 0 auto;
	}
	#attorney-wrap{width: auto;}
	#attorney-content{
		width: 95% !important;
		margin: 0 auto;
        /*border-top: none;*/
	}
    #attorney-img.desktop {
        display:block!important;
    }
    #content-wrap.attorney {
        width: 95%;
        margin-left: 2.5%;
    }
    #content.attorney {
        width: 100%;
        float: none;
    }
    .attorney-icon {
        float:left;
    }
    #attorney-mobile-header span {
        float:left;
    }
    .attorney-column {
        width: 23%;
    }
	/*********** Testimonials *********/
    #test-wrap {
        width: 100%;
        box-sizing: border-box;
    }
    #test-full {
        box-sizing: border-box;
        padding: 30px 90px 30px 90px;
    }
    #test-wrap::before {
        left: -80px;
        width: 70px;
    }
    #test-wrap::after {
        right: -80px;
        width: 70px;
    }
	/*********** Footer *********/
	#footer-nav{display: none;}
    #footer-nav-full{height: 50px;}
	#footer-wrap{width: 100%;padding: 2% 5% 5% 350px;grid-template-columns:1fr;box-sizing:border-box;}
	#footer-center{padding:25px 0;}
	#mobile-footer-logo{
		width: 100%;
		max-width:200px;
		position: relative;
		display: block;
		background:#56558c;
		padding: 0;
		z-index: 1000;
	}
	#mobile-footer-logo img{
		position: absolute;
		left: 10%;
		top: -30px;
	}
	/*#footer-left{display: none;}*/
	
	.social{margin: 4%;}
	.twitter{}
    .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
        width: 82%!important;
    }
    #field_2_5 input[type="text"] {
        width: 99.5%!important;
    }
}
/********** Callouts ********/
@media only screen and (max-width: 1000px) {
	#callout-wrap{margin: 0 0 0 3%;}
}
/********** Callouts ********/
@media only screen and (max-width: 875px) {
    .alignright, .alignleft, .aligncenter{
		display:block;
        margin:10px auto;
        padding:0px;
        border:0;
		float:none;
    }
    #mobile-title h1 {
        font-size: 1.1em;
    }
    #attorney-img.mobile {
        display:block;    
    }
    #attorney-img img {
        width: 90%;
        left: 5%;
    }
    #attorney-img.desktop {
        display:none!important;
    }
    #callout-wrap{margin-left: 14%;}
    body {
        margin-bottom: 53px;
    }
    #content.attorney {
        width: 95%;
        margin-left: 2.5%;
    }
    #eval-full input[type="text"], #eval-full textarea {
        width: 90%!important; 
        margin: 0px 5%!important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%!important;
    }
    .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
        width: 100%!important;
    }
    #eval-wrap input[type="submit"] {
        margin: 20px 5% 20px 5.5%;
        width: 89%;
        float:none;
        box-sizing: border-box;
    }
    #field_2_2 {
        float: none !important;
        clear: both !important;
    }
    li#field_2_5 {
        width: 100%!important;
        float: none!important;
        margin: auto;
    }
    #field_2_5 input[type="text"] {
        width: 90%!important;
    }
    #attorney-mobile-header h1 {
        display:block;
        float:none;
        border-bottom: 3px solid #ffc002;
        font-size: 1.5em;
    }
    #attorney-mobile-header .location,
	#attorney-mobile-header .email{
        margin: 0;        
    }
    .attorney-column {
        width: 80%;
        float:none;
    }
}
/********** Callouts ********/
@media only screen and (max-width: 650px) {
	#callout-wrap{margin: 0 0 0 3%;}
    #mobile-footer-logo img{
		width: 20%;
		/*min-width: 90px;*/
		left:15%;
	}
	#footer-wrap{padding-left:5%;}
    #test-full {
        padding: 0px 50px 30px 50px;
    }
    #test-wrap::before {
        left: -40px;
        width: 40px;
        top: 50%;
    }
    #test-wrap::after {
        right: -40px;
        width: 40px;
    }
}
/********** Callouts ********/
@media only screen and (max-width: 575px) {
	#callout-wrap{margin: 0}
    .loc-wrap, .phone-wrap, .fax-wrap, .email-wrap {
        width: 100%;
        float: left;
    }
    #eval-wrap h2 {
        font-size: 2.8em;
    }
    .fax-wrap {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 3px solid #ffc002;
    }
    .phone, .fax, .email {
        margin: 0 5px 0 0;
    }
}
/********** Callouts ********/
@media only screen and (max-width: 500px) {
	.callout{height: 46vw !important;}
    a.m-phone, #message, .navicon {
        width: 30px;
        height: 30px;
    }
}
/********** Social ********/
@media only screen and (max-width: 480px) {
	.twitter{clear:both;}
    #footer-right {
        font-size: 0.5em;
    }
    .attorney-column {
        width: calc(100% - 70px);
    }
}
/********** Logo ********/
@media only screen and (max-width: 400px) {
	.logo{width: 120px;}
	.logo img{top: 0px;}
	
    #mobile-eval h2 {
        font-size: 16px;
    }
    .callout {
        font-size: 0.9em;
    }
    #attorney-img.mobile img {
        width: 80%;
        left: 10%;
    }
}