
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #191919;
}
.homePageContent .sidebar.nav.affix{
    position: fixed !important;
    top: 68px;
}
iframe{
    border: none;
}
img {
    max-width: 100%;
}
.container-fluid{
    max-width: 1800px;
    position: relative;
}
.innerPage .container-fluid,.doc-footer .container-fluid{
    padding: 0 30px;
}

a{
    color: #ffff00;
    outline: none !important;
}
a:hover{
    color:#6b974c;
}

.innerPage h1,
.innerPage h2,
.innerPage h3,
.innerPage h4,
.innerPage h5,
.innerPage h6 {
    font-family: 'Open Sans', sans-serif;
}

.noColPad{
    padding: 0 !important;
}
h1 {
    font-size:48px;
    color: #57197b;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

.purpleBG{
    background: #614f9c;
}
.blueBG{
    background: #5fbfbf;
}
.greenBG{
    background: #6b974c;
}
.youTubeModal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);z-index: 1000;
    padding-top: 40px;
    display: none;
}
.closeVideoModal{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    background: #44155f;
    color: #fff;
    padding-right: 20px;
    font-size: 25px;
}
.youTubeModal iframe{
    width: 100%;
    height: 100%;
    border: none;
}
/*======================
Header
========================*/
@-webkit-keyframes orbit {
    from { -webkit-transform:rotate(0deg) }
    to { -webkit-transform:rotate(360deg) }
}
@-o-keyframes orbit {
    from { -o-transform:rotate(0deg) }
    to { -o-transform:rotate(360deg) }
}
@-moz-keyframes orbit {
    from { -moz-transform:rotate(0deg) }
    to { -moz-transform:rotate(360deg) }
}
@keyframes orbit {
    from { transform:rotate(0deg) }
    to { transform:rotate(360deg) }
}


@-webkit-keyframes orbitwrap {
    from { -webkit-transform:rotate(0deg) }
    to { -webkit-transform:rotate(-360deg) }
}
@-o-keyframes orbitwrap {
    from { -o-transform:rotate(0deg) }
    to { -o-transform:rotate(-360deg) }
}
@-moz-keyframes orbitwrap {
    from { -moz-transform:rotate(0deg) }
    to { -moz-transform:rotate(-360deg) }
}
@keyframes orbitwrap {
    from { transform:rotate(0deg) }
    to { transform:rotate(-360deg) }
}

a.logoWrap{
    z-index: 900;
}
.logoWrap{
    display: block;
    position: absolute;
    top: 80px;
    left: 30px;
    width: 465px;
    height: 475px;
    text-align: center;
    padding-top: 30px;
}
.logoWrap.spinnerWrap{
    z-index: 500;
}
.logoWrap.spinnerWrap{
    -webkit-animation: orbitwrap 20s linear infinite;
    -moz-animation: orbitwrap 20s linear infinite;
    -o-animation: orbitwrap 20s linear infinite;
    -ms-animation: orbitwrap 20s linear infinite;
    animation: orbitwrap 20s linear infinite;
}
.innerPage .logoWrap{
    top: -125px;
}
.logoWrap img{
    max-width: 100%;
    position: relative;
    z-index: 100;
    display: inline-block;
    position: relative;
}

.logoWrap .c1{
    display: block;
    width: 410px;
    height: 410px;
    position: absolute;
    right: 0;
    top: 40px;
    background: #57197b;
    background: rgba(87,25,123,0.4);
    border-radius: 50%;
    -webkit-animation: orbitwrap 20s linear infinite;
    -moz-animation: orbitwrap 20s linear infinite;
    -o-animation: orbitwrap 20s linear infinite;
    -ms-animation: orbitwrap 20s linear infinite;
    animation: orbitwrap 20s linear infinite;

}
.logoWrap .c2{
    display: block;
    width: 426px;
    height: 426px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    bottom: 0;
    background: #57197b;
    background: rgba(87,25,123,0.5);
    -webkit-animation: orbitwrap 20s linear infinite;
    -moz-animation: orbitwrap 20s linear infinite;
    -o-animation: orbitwrap 20s linear infinite;
    -ms-animation: orbitwrap 20s linear infinite;
    animation: orbitwrap 20s linear infinite;

}
.logoWrap .c3{
    display: block;
    width: 249px;
    height: 249px;
    position: absolute;
    left: 5px;
    border-radius: 50%;
    top: 100px;
    background: #57197b;
    background: rgba(87,25,123,0.5);
    -webkit-animation: orbitwrap 20s linear infinite;
    -moz-animation: orbitwrap 20s linear infinite;
    -o-animation: orbitwrap 20s linear infinite;
    -ms-animation: orbitwrap 20s linear infinite;
    animation: orbitwrap 20s linear infinite;
}
.logoWrap .c4{
    display: block;
    width: 249px;
    height: 249px;
    position: absolute;
    right: 20px;
    border-radius: 50%;
    bottom: 60px;
    background: #6b974c;
    background: rgba(107,151,76,0.7);
    -webkit-animation: orbitwrap 20s linear infinite;
    -moz-animation: orbitwrap 20s linear infinite;
    -o-animation: orbitwrap 20s linear infinite;
    -ms-animation: orbitwrap 20s linear infinite;
    animation: orbitwrap 20s linear infinite;
}
.visibleLarge{
    display: none;
}
.hiddenLarge{
    display: block;
}
.doc-header{
    position: relative;
    background: #fff;
    padding: 0px 20px;
    z-index: 999;
    width: 100%;
    left: 0;
}
.is-sticky .doc-header{
    moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, .15);
	-o-box-shadow:0px 1px 2px rgba(0, 0, 0, .15);
	box-shadow:0px 1px 2px rgba(0, 0, 0, .15);
}

.doc-header .left-menu{
    position: absolute;
    left: 12px;
    top: 13px;
}
.doc-header .container-fluid{
    padding-left: 380px;
    position: relative
}
.doc-header ul{
    margin: 0;
    padding: 0;
}
.doc-header #navlist{
    text-align: right;
}
.doc-header #navlist > li > a{
    color: #251e36;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 42px;
    padding: 0 20px;
    display: block;
}
.doc-header #navlist li.active > a,.doc-header #navlist li > a:hover{
    color: #57197b;
}
.doc-header #navlist > li{
    display: inline-block;
    position: relative;
    padding: 10px 0;
}
.peopleNav{
    padding-top: 15px;
    display: none;
}
.peopleNav a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #3D1156;
    background: rgba(0,0,0,0.3);
}
#navlist > li.megaMenu > ul:before,#navlist > li.megaMenu2 > .megaArea:before,.peopleMenu:before{
    font-family:'FontAwesome';
    content:"\f0d8";
    position: absolute;
    left: 40px;
    top: -22px;
    color: #57197b;
    font-size: 26px;
}
.peopleMenu .sliderStyle.searchResults{
    height: 318px;
    overflow: hidden;
}
#navlist > li.megaMenu > ul,#navlist > li.megaMenu2 > .megaArea,.peopleMenu{
    display: none;
    margin: 0;
    width: 365px;
    background: #57197b;
    padding: 15px 30px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 200;
    color: #fff;
    text-align: left;
}
#navlist > li.megaMenu2 > .megaArea{
    width: 560px;
    padding: 20px 10px;
}
.peopleMenu{
    width: 500px;
     padding: 20px;
}


.xv-select{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    z-index: 100;
}
.xv-select.active ul{
    display: block !important;
}
.xv-select ul{
    display: none !important;
    padding: 5px;
    max-height: 400px;
    overflow-y: auto;
    line-height: 20px;
    color: #191919;
    background: #fff;
    position: relative;
    z-index: 30;
}
.xv-select ul li{
    display: block;
    margin-bottom: 5px;
    padding:5px;
    border-bottom: 1px solid #ddd;
}
.xv-select ul li:last-child{
    border-bottom: none;
}
#navlist > li.megaMenu2 > .megaArea > ul{
    padding: 0 20px;
    margin: 0;
    width: 50%;
    float: left;
}
#navlist > li.megaMenu2 > .megaArea > ul > li{
    display: block;
}
#navlist > li.megaMenu:hover > ul,#navlist > li.megaMenu2:hover .megaArea,#navlist > li:hover .peopleMenu{
    display: block;
}

#navlist > li.megaMenu > ul > li,.megaArea > ul > li{
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#navlist > li.megaMenu > ul > li:last-child,.megaArea > ul > li:last-child{
    border:none;
}

#navlist > li.megaMenu > ul > li h3{
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 400;
}
#navlist > li.megaMenu > ul > li a,.megaArea > ul > li > a{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
#navlist > li.megaMenu > ul > li a:hover,#navlist > li.megaMenu2 .megaArea > ul > li > a:hover{
    color: #ffff00;
}
#navlist > li.megaMenu > ul > li p{
    margin-bottom: 0;
}
.alphabatic{
    position: relative;
    margin-bottom: 15px;
}
.alphabatic a,.alphabatic span{
    text-align: justify;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
}
.alphabatic span{
    color: #a678c1;
}




.doc-header #navlist > li + li > a{
    border-left: 1px solid #d3d2d7;
}
a.makePayment{
    background: #7aa15e;
    color: #fff;
    font-size: 16px;
    padding:6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition:All 0.4s ease;
    -webkit-transition:All 0.4s ease;
    -moz-transition:All 0.4s ease;
    -o-transition:All 0.4s ease;
}
a.makePayment:hover{
    background: #5fbfbf;
}
.doc-header .social-list{
    display: inline-block;
    margin-right: 15px;
}
.social-list li{
    display: inline-block;
}
.social-list li a{
    background: #57197b;
    color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
}
.pageContent{
    height: 900px;
}
.homeBannerWrap,.pageHeader{
    position: relative;
}
.pageHeader img{
    position: relative;
}
.pageHeader{
    overflow: hidden;
    height: 175px;
    margin-bottom: 10px;
    background-size: cover;
}
.homeBannerWrap .search-widget,.pageHeader .search-widget{
    position: absolute;
    top: 50px;
    right: 70px;
    z-index: 600;
}
.homeBannerWrap .search-widget button{
    font-size: 18px;
}
.homeBannerWrap .search-widget form,.pageHeader .search-widget form{
    width: 250px;
    margin: 0;
}
.homeBannerWrap .slide{
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallax {
	overflow: hidden;
	clear: both;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: 50% 0;
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0;
}
.slidePara{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.slideContent{
    text-align: right;
}
.slideCaption{
    font-weight: 800;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    text-shadow:2px 6px 2px #57197b;
    text-shadow:2px 6px 2px rgba(87,25,123,0.7);
    text-transform: capitalize;
    margin-top: 200px;
}

.slideContent{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 0 50px;
}


/*Attorney Mega Menu*/
a.btn-show{
    border: 1px solid #fff;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
}
a.btn-show:hover{
    color: #ff0;
    border-color:  #ff0;
}
.searchResults{
    padding: 10px 20px;
    margin: 0;
}
.searchResults > li{
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 15px 0;
    padding-left: 65px;
}
.searchResults li.loadingAjax{
    width: 100%;
    float: none;
    clear: both;
    height: 75px;
    background: url(../img/loading.gif) center center no-repeat;
}
.searchResults > li img{
    width: 46px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 4px;
}
.searchResults > li > ul{
    padding: 0;
    margin: 0;
}
.searchResults > li > ul > li{
    display: block;
    float: left;
    width: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
}
.searchResults > li > ul > li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}
.searchResults > li > ul > li a{
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.searchResults > li > ul > li a:hover{
    color: #ffff00  !important;
}

/*=================
Custome Select
================*/
.custome-select {
    font-size: 14px;
	/*width: 240px;*/
    width: 100%;
	position: relative;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;
	background:none;
	color:#ee5646;
    z-index: 20;
    border: 1px solid #191919;
    margin-bottom: 25px;
    border-radius: 1px;
}
.paymentArea .custome-select,.peopleMenu .custome-select {
    border-color: #fff;
}
.paymentArea  a:hover{
    color: #fff;
}



.peopleMenu .custome-select{
    margin-bottom: 5px;
}

.custome-select span {
	width: 100%;
	color: #191919;
	padding-left: 10px;
	display: block;
	height:50px;
    line-height: 50px;
	overflow:hidden;
}
.paymentArea .custome-select span,.peopleMenu .custome-select span{
    color: #fff;
}
.custome-select b {
	position:absolute;
	right:0;
	top:0;
	width:55px;
	height:100%;
	line-height:50px;
	text-align:center;
	color:#191919;
	font-size:22px;
    border-left: 1px solid #fff;
}
.paymentArea .custome-select b,.peopleMenu .custome-select b{
    color: #fff;
    border-color: #fff;
}
.custome-select select {
	opacity: 0;
    z-index: 20;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	color:#000;
}
/*=======================
Home Page Content Area
=====================*/
main.isotopWrap{
    min-height: 1500px !important;
    background: #614f9c;
}
.homePageContent{
    background: #614f9c;
    padding-left: 250px;
    position: relative;
}
.homeContent{
    background: #fff;
}
.homePageContent .sidebar{
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
}
.nav.affix{
    width: 250px;
}
.homePageContent .sidebar #localnavlist{
    margin: 0 0 30px;
    padding: 0;
}
.homePageContent .sidebar #localnavlist > li{
    display: block;
    border-bottom: 1px solid #8172b0;
}
.homePageContent .sidebar #localnavlist > li > a{
    padding: 16px 30px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #4e5d53;
}
.homePageContent .sidebar #localnavlist > li > a:hover,.homePageContent .sidebar #localnavlist > li.active > a{
    background:#251860;
}
a.getMailing{
    text-decoration: none;
    padding: 10px 30px;
    padding-left: 40px;
    position: relative;
    background: #000000;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin:10px auto 20px;
}
a.getMailing.style2{
    display: inline-block;
    min-width: 225px;
    text-align: center;

}
a.getMailing:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background:#57197b;
    content: "";
}
a.getMailing.style2:before{
    background: #614F9C;
}
.search-widget form{
    position: relative;
    width: 190px;
    margin:20px auto;
}
.search-widget button{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 34px;
    color: #55197b;
    background: none;
    border: none;
}
.search-widget input[type="text"]{
    height: 32px;
    padding-left: 40px;
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    background: #fff;
    color: #191919;
}

.credits{
    margin-top: 100px;
    font-size: 11px;
    color: #efeeee;
    padding-left: 30px;
}


/*Post type Articles*/
.article-post{
    position: relative;
    background: #57197b;
    float: left;
    width: 33.333334%;
    padding: 35px 25px 50px;
    font-size: 14px;
    color: #fff;
}
.article-post a:hover{color: #FFFFFF !important;}
.articleRow-1 .article-post:nth-child(2){
    background: #614f9c;
}
.articleRow-1 .article-post:nth-child(3){
    background: #6b974c;
}

.articleRow-2 .article-post:nth-child(1){
    background: #5fbfbf;
}
.articleRow-2 .article-post:nth-child(2){
    background: #fe854e;
}
.articleRow-2 .article-post:nth-child(3){
   /* background: #6b974c;*/
   background: #b3a179;
}


.article-post h3{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    overflow: hidden;
}
.article-post h3 a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.article-post p a{
    text-decoration: underline;
}
.postContent{
    padding-right: 55px;
    /*max-height: 180px;*/
    overflow: hidden;
}

.article-post .readmore{
    position: absolute;
    right: 35px;
    bottom: 35px;
}



.videoPost{
    height:400px;
    width: 50%;
    float: left;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(51,51,51,1)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=1 );

}


.videoPost{
    position: relative;
}
.videoCaption{
    padding: 30px 30px 10px;
    color: #fff;
    font-size: 16px;
}
.videoBG{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    top:90px;
}
.playVideo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    font-size: 180px;
    color: #fff;
}
.playVideo .fa{
    margin-left: -90px;
    margin-top: -120px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.locationUnit iframe{
    width: 100%;
    height: 325px;
    margin: 0 0 -6px;
}
.locationUnit a img{
    width: 100%;
}
.locationUnit{
    width: 33.333334%;
    float: left;
    border: 1px solid #b0a792;
}
.aboutLoc{
    font-size: 18px;
    color: #000000;
    background: #c0baab;
    padding: 15px;
}
.aboutLoc a{color: #000000 !important;}
.aboutLoc a:hover {color: #6b974c !important; text-decoration:none;}
/*=======================
About
============================*/
.page-content{
     margin-bottom: 30px;
}
.page-about  .pageSectionsWrap{
    position: relative;
    overflow: hidden;
}

.page-about .overView{
    position: relative;
    width: 40%;
    float: right;
    z-index: 50;
}
.page-about .pageMain{
    position: relative;
    width: 60%;
    float: right;
    z-index: 40;
    padding-top: 1px;
}

.page-about .pageMain .text-widget{
    background: #6b974c;
    font-size: 21px;
    line-height: 36px;
    color: #fefeff;
    padding: 40px 30px;
    position: relative;
    margin-top:19.4%;
    min-height:300px
}
.page-about .pageMain .text-widget *{
    position: relative;
}
.page-about .pageMain .text-widget h1{
    color: #fff;
    margin-top: 0;
    font-weight: bold;
}
.page-about .pageMain .text-widget ul{
    margin-bottom: 20px;
    padding-left: 20px;
}
.page-about .pageMain .text-widget:before{
    position: absolute;
    right: 0;
    top: 0;
    height: 200%;
    width: 120%;
    background: inherit;
    content: "";
}
.page-about .pageMain .text-widget a{
    color: #ffff00;
}
.page-about .overView figure{
    max-height: 575px;
    overflow: hidden;
}
.page-about .overView .text-widget,.page-bio .overView .text-widget{
    padding: 45px 35px;
    background: #57197b;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 60;
}
.page-about .overView .text-widget *,.page-bio .overView .text-widget *{
    position: relative;
}
.page-about .overView .text-widget:before,.page-bio .overView .text-widget:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 2500%;
    background: inherit;
    z-index: 0;
}

.page-about .overView .text-widget h1,.page-about .overView .text-widget h2,.page-about .overView .text-widget h3,.page-about .overView .text-widget h4,.page-about .overView .text-widget h5,.page-about .overView .text-widget h6{
    margin-bottom: 35px;
}



/*=================
Bio Page
====================*/
.showHideContent{
    margin-top: 20px;
    margin-bottom: 30px;
    display: block !important;
}
.showHideContent .btn{
    padding: 10px 40px;
    background: #6b974c;
    color: #fff;
    outline: none !important;
}
.page-bio  .pageSectionsWrap{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.page-bio .overView{
    float: left;
    padding-right: 15px;
    max-width: 350px;
}
.getPDF{
    background: url(../img/athing.png) right top no-repeat;
    height: 89px;
    margin-top: -110px;
    margin-bottom: -5px;
    z-index: 50;
    position: relative;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
}
.getPDF a{
    color: #fff;
    position: absolute;
    top: 40px;
    left: 30px;
    text-decoration: none;
}
.getPDF a img{
    margin-right: 10px;
}
.page-bio .pageMain{
    padding-left: 15px;
    color: #191919;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-left: 350px;
}
.page-bio .overView > figure{
    max-height: 400px;
    overflow: hidden;
    text-align: center;
}

.page-bio #localnavlist{
    margin: 0;
    padding: 0;
}
.page-bio #localnavlist li{
    display: block;
    margin-bottom: 5px;
}
.page-bio #localnavlist li a{
    color: #fff;
    text-decoration: none;
}
.page-bio #localnavlist li a:hover,.page-bio #localnavlist li.active a{
    color: #ff0;
}

.page-bio .pageMain header{
    padding-right: 415px;
    position: relative;
}
.page-bio .pageMain a{
    color: #6b974c;
}
.page-bio .contactList{
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -5px;
    font-size: 14px;
    font-weight: 400;
}
.page-bio .contactList li{
    display: inline-block;
    margin-left: 20px;
}
.page-bio .contactList li a{
    color: inherit;
    text-decoration: none;
}
.page-bio .contactList li img{
    margin-right: 5px;
}
.page-bio .getInTouch{
    position: relative;
    border-top: 4px solid #6b974c;
}
.fancyList {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: -4px 0 0 -2px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.fancyList li{
    display: block;
    float: left;
    margin-right: 60px;
    position: relative;
    min-width: 100px;
}
.page-bio .fancyList li a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #6b974c;
    display: block;
    padding: 15px 5px;
    position: relative;
    z-index: 5;
}
.page-bio .fancyList li:first-child a{
    padding: 15px 10px;
}

.fancyList li a:before{
    position: absolute;
    width: 140%;
    height: 100%;
    top: 0;
    left: -14%;
    background: inherit;
    transform: skew(-43deg, 0deg) ;
    -webkit-transform: skew(-43deg, 0deg) ;
    -moz-transform: skew(-43deg, 0deg) ;
    -o-transform: skew(-43deg, 0deg) ;
    -ms-transform: skew(-43deg, 0deg) ;
    content: "";
    z-index: -1;
}


.fancyList.onlyOne li{
    margin-right: 37px;
}

.page-bio .fancyList li.active a,.page-bio .fancyList li a:hover,.page-bio .fancyList li a:focus{
    background: #614f9c;
}

.getSocial{
    position: absolute;
    display: inline-block;
    padding: 0;
    top: 10px;
    right: 0;
}
.getSocial li{
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.getSocial li a{
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #191919 !important;
    font-weight: 400;
}
.getSocial li i{
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    color: #fff;
    background: #6b974c;
    text-align: center;
    margin-right: 5px;
}
.getSocial li a:hover i{
    background: #55197b;
}
.ratedBy{
    margin: 20px 0;
}
.ratedBy img{
    display: inline-block;
    margin-right: 20px;
}
.someExtraInfo{
    overflow: hidden;
    position: relative;
    z-index: 10;
    background:#6b974c;
}
.someExtraInfo > div{
    float: left;
    width: 50%;
    position: relative;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.page-bio .pageMain .someExtraInfo a{
    color: #fff;
}
.someExtraInfo > div:before{
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600%;
    background: inherit;
}
.education-block{
    background: #6b974c;
}
.association-block{
    background: #5fbfbf;
}
.someExtraInfo ul li{
    display: block;
    margin-bottom: 10px;
}
.someExtraInfo ul{
    margin: 0 0 10px;
    padding: 0;
}

/*===============================
Form Fields
===============================*/
.form-alert{
    background: #fff5f5;
    color: #191919;
    font-weight: 300;
    font-style: italic;
    padding: 20px;
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
}
.asteric{
    color: #ff3939;
}
.closeAlert{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
    color: #bfabcc;
}

textarea,input[type="text"],input[type="url"],input[type="email"],input[type="password"],input[type="tel"], select{
    border: 1px solid #191919;
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
    padding: 0 10px;
    border-radius: 1px;
    background: none;
    box-shadow: none;
}
.notValid > textarea,.notValid > input[type="text"],.notValid > input[type="url"],.notValid > input[type="email"],.notValid > input[type="password"],.notValid > input[type="tel"],.notValid > select{
    border: 1px solid #ff3939;
}
.inputRequired{
    position: relative;
}
.inputRequired .error-msg{
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    color: #ff3939;
    display: none;
}
.paymentArea .inputRequired .error-msg{
    color: #ffba25;
}
.inputRequired.style-check  .error-msg{
    position: relative;
    right: auto;
    top: auto;
}
.notValid.inputRequired .error-msg{
    display: block;
}

textarea{
    padding: 10px;
    height: 165px;
}
label{
    font-weight: 400;
    color: #191919;
    font-size: 18px;
    margin-bottom: 15px;
}

.customeField input[type="radio"],.customeField input[type="checkbox"]{
    display: none;
}

.customeField input[type="radio"] + label,.customeField input[type="checkbox"] + label{
    padding-left: 40px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}
.customeField{
    margin-bottom: 35px;
}
.customeField input[type="radio"] + label span,.customeField input[type="checkbox"] + label span{
    border: 1px solid #191919;
    display: block;
    width: 30px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.paymentArea .customeField input[type="radio"] + label span,.paymentArea .customeField input[type="checkbox"] + label span{
    border:none;
    background: #fff;
}
.customeField input[type="radio"] + label span{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.customeField label i{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0);
}
.customeField input[type="radio"] + label span i{
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.customeField input[type="radio"]:checked + label span i{
    background:#63c693;
}
.customeField input[type="checkbox"]:checked + label span i{
    background: url(../img/tick.png) no-repeat center center;
}
.paymentArea .customeField input[type="checkbox"]:checked + label span i{
    background: url(../img/tick2.png) no-repeat center center;
}
.btn{
    padding:10px 65px;
    font-size: 18px;
    border-radius: 0;
}
.btn.btn-black{
    background: #191919;
    color: #fff;
    padding: 15px 90px;
    text-transform: uppercase;
}

.btn.btn-success{
    color: #fff;
    background: #6b974c;
}



/*=======================
offices
==========================*/
.mapPdf{
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 20;
}
.office-unit{
    position: relative;
    background: #6b974c;
    color: #fff;
    max-width: 96%;
    margin:0 auto 30px;
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.md-office:nth-child(2) .office-unit{
    background: #5fbfbf;
}
.md-office:nth-child(3) .office-unit{
    background: #614f9c;
}

.office-unit figure{
    position: relative;
}
.office-unit .about-office{
    padding: 30px 30px;
    font-size: 18px;
    line-height: 30px;
}
.office-unit .about-office ul{
    padding: 0;
    margin:15px 0 0;
}
.office-unit .about-office li{
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.office-unit .about-office li span{
    display: inline-block;
    min-width: 90px;
}
.office-unit .about-office li a{
    color: #fff;
}
.office-unit .about-office li i{
    position: absolute;
    left: 0;
    top: 4px;
}
.office-unit figure img{
    width: 100%;
}
.office-unit figure:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 18px;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.page-offices{
    color: #191919;
    font-size: 24px;
    font-weight: 300;
}
.page-offices a{
    color: #0000EE;
}

.page-offices .pageSectionsWrap{
    padding-top: 30px;
}

.office-unit figcaption{
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    transition:All 0.2s ease;
    -webkit-transition:All 0.2s ease;
    -moz-transition:All 0.2s ease;
    -o-transition:All 0.2s ease;
    width: 100%;
    text-align: center;
    visibility: hidden;
}
.office-unit:hover figcaption,.office-unit:focus figcaption{
    visibility: visible;
    height: 100%;
}


.office-unit .btn{
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: inline-block;
    border: 1px solid #fff;
}


/*===============
Payment
==============*/
.page-payment .pageSectionsWrap{
    background: #6b974c;
    padding: 20px 0px 60px;
    margin-top: 30px;
}
.page-payment .pageSectionsWrap .paymentArea{
    padding: 0 40px;
}
.page-payment h1{
    color: #6b974c;
}
.welcomeText{
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    color: #fff;
    background: #191919;
    margin-bottom: 20px;
    padding: 10px 40px;
    text-align: center;
}

.paymentArea textarea,.paymentArea input[type="text"],.paymentArea input[type="url"],.paymentArea input[type="email"],.paymentArea input[type="password"],.paymentArea input[type="tel"]{
    border-color: #fff;
    color: #fff;
}
.page-payment label{
    color: #fff;
}
.page-payment .asteric{
    color: #d5af34;
}

.paymentArea h4{
    color: #fff;
    margin-bottom: 30px;
}
.paymentArea small{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.cardsImages{
    min-height: 85px;
    margin-bottom: 32px;
}
.cardsImages img{
    margin-right: 20px;
}

/*====================
searchFilters
====================*/
.searchFilters{
    margin-top: 30px;
}
.searchFilters .custome-select {
    font-size: 14px;
	height: 34px;
	line-height: 34px;
	color:#ee5646;
    border: none;
    border-bottom: 1px solid #57197b;
    margin-bottom: 0px;
}
.searchFilters .custome-select span{
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 300;
    line-height: 34px;
    height: 40px;
    overflow: hidden;
}

.searchFilters .custome-select b{
    background: #57197b;
    color: #fff;
    line-height: 34px;
    width: 38px;
}
.searchFilters .search-widget form{
    width: 100%;

}
.searchFilters .search-widget input{
    border-bottom: 1px solid #b9e3e3;
    height: 34px;
    padding-left: 10px;
    padding-right: 38px;
}
.searchFilters .search-widget form{
    margin: 0;
}
.searchFilters .search-widget form input{
    margin-bottom: 0;
}
.searchFilters .search-widget button{
    left: auto;
    right: 0;
    color: #fff;
    background: #5fbfbf;
    height: 34px;
    padding: 0;
    text-align: center;
}

.memberType{
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 24px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.memberType:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(0,0,0,0.2);
}

/*========================
Attorneys
========================*/
.peopleResults.active{
    border-top: 1px solid #6B974C;
    padding-top: 30px;
}
.peopleResults .att-list{
    margin-top:0
}
.att-list{
    padding: 0;
    margin: 30px 0 0;
}
.att-list > li{
    padding-right: 5px;
    position: relative;
    display: block;
    /*min-height: 125px;*/
    margin-bottom: 30px;
    font-size: 17px;
    color: #191919;
    padding-left: 125px;

}
.peopleResults{
    padding-top: 30px;
}
.peopleResults .att-list > li{
    float: left;
    width: 33.333334%;
}
.att-list > li figure{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.att-list > li  a{
    color: inherit;
}
.att-list > li > ul{
    margin: 0;
    padding: 0;
}

.att-list > li > ul > li{
    display: block;
    position: relative;
    padding-left: 25px;
}

.att-list > li > ul > li a.mailto{
    color: #6b6b6b;
    /*display: block;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.att-list > li > ul > li >i {
    width: 25px;
    position: absolute;
    top: 4px;
    font-size: 16px;
    left: 0;
}


/*=========================
Search
===========================*/
.page-search .overView{
    float: left;
    width: 25%;
}
.page-search .pageMain{
    width: 75%;
    float: left;
}
.page-search .pageSectionsWrap{
    overflow: hidden;
}
.page-search .overView .text-widget{
    background: #57197b;
    padding: 1px;
    padding: 30px 40px;
    position: relative;
    margin-top: 65px;
}
.text-widget.style2{
    padding-top: 0 !important;
}
.page-search .overView .text-widget:before{
    content: "";
    height: 64px;
    width: 324px;
    background: url(../img/fancything.png) no-repeat left top;
    position: absolute;
    left: 0;
    top:-64px;

}
.page-search .overView .text-widget:after{
    content: "";
    width: 100%;
    height: 1000%;
    left: 0;
    top: 0;
    position: absolute;
    background: inherit;
    z-index: -1;
}
.page-search .overView .text-widget h6{
    color: #fff;
    font-weight: 600;
}
.page-search .overView .text-widget .att-list > li{
    width: 100%;
    float: none;
    color: #fff;
    font-size: 14px;
    padding-left: 80px;
    min-height: 0;
    margin-bottom: 25px;
}

.page-search .overView .text-widget .att-list figure{
    width: 70px;
}

.page-search .overView .text-widget .att-list > li > ul > li{
    margin-bottom: 4px;
}


.allLink{
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.searchResultsWrap{
    padding-left: 40px;
}

.resultsCount{
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
}
.keyWord,.resultsCount span{
    font-weight: 600;
}
.resultsCount h6{
    margin: 5px 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.resultsCount h6 span{
    color: #6b974c;
}

.searchResult-block{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.searchResult-block h3 a{
    color: #6b974c;
    font-weight: 600;
}
.searchResult-block a{
    color: #6b974c;
}
.searchResult-block h3{
    font-size: 18px;
}
.searchPagination ul{
    padding: 0;
    margin: 0;
}
.searchPagination li{
    display: inline-block
}
.searchPagination{
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}
.searchPagination li.active a{
    color: #191919;
    pointer-events: none;
}
.searchPagination li a:hover{
    color: #191919;
}
.searchPagination li a{
    color: #6b974c;
    min-width: 30px;
    display: block;
    text-decoration: none;
}

/*==========================
Practices
=========================*/

.page-practice .pageSectionsWrap{
    margin-top: 30px;
    overflow: hidden;
}
.page-practice .overView{
    width: 25%;
    float: right;
}
.page-practice .pageMain{
    width: 75%;
    float: right;
    font-size: 18px;
    font-weight: 300;
}
.page-practice .pageMain ul{
    padding-left: 20px;
}
/*.page-practice.innerPage .pageMain  p,.page-practice.innerPage .pageMain  ul{
    margin-bottom: 25px;
}*/
.page-practice.innerPage .pageMain  a{
    color: #0000EE;
}
.page-practice.innerPage .pageMain h1,
.page-practice.innerPage .pageMain h2,
.page-practice.innerPage .pageMain h3,
.page-practice.innerPage .pageMain h4,
.page-practice.innerPage .pageMain h5,
.page-practice.innerPage .pageMain h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.vid-unit{
    position: relative;
    min-height: 100px;
}
.vid-unit img{
    width: 100%;
}
a.play-Video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
    padding-top: 16%;
    color: #fff;
    font-size: 60px;
}

.widget-attorny {
    margin-top: 90px;
    position: relative;
}
.widget-attorny .widget-attorny-inner,.widget-paralegal .widget-paralegal-inner{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    margin-bottom: 10px;
}
.widget-paralegal .widget-paralegal-inner,.widget-articles .widget-articles-inner{
    padding-top: 80px;
    margin-top: -70px;
    position: relative;
    overflow: hidden;
}
.widget-attorny .acc-wrap,.widget-paralegal .acc-wrap,.widget-articles .acc-wrap{
    padding: 30px;
    position: relative;
    background: #57197b;
}

.widget-attorny .acc-wrap:after,.widget-paralegal .acc-wrap:after{
   background: #57197b;
    bottom: -30px;
    content: "";
    height: 80px;
    left: -30px;
    position: absolute;
    width: 150%;
    z-index: -1;
    transform: rotate(171deg) ;
    -webkit-transform: rotate(171deg) ;
    -moz-transform: rotate(171deg) ;
    -o-transform: rotate(171deg) ;
    -ms-transform: rotate(171deg) ;
}
.widget-paralegal .acc-wrap:before,.widget-articles .acc-wrap:before{
    top: -50px;
    content: "";
    height: 80px;
    left: -30px;
    position: absolute;
    width: 150%;
    z-index: -1;
    -webkit-transform: rotate(171deg) ;
    -moz-transform: rotate(171deg) ;
    -o-transform: rotate(171deg) ;
    -ms-transform: rotate(171deg) ;
}
.widget-articles .acc-wrap,.widget-articles .acc-wrap:after,.widget-articles .acc-wrap:before{
    background: #57197b;
}
.widget-paralegal .acc-wrap,.widget-paralegal .acc-wrap:after,.widget-paralegal .acc-wrap:before{
    background: #6b974c;
}
.widget-attorny ul,.widget-paralegal ul,.widget-articles ul{
    padding: 0;
    margin: 0;
}
.widget-attorny li,.widget-paralegal li,.widget-articles li{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.widget-attorny li a,.widget-paralegal li a,.widget-articles  li a{
    color: #ffffff;
    line-height: 34px;
    display: block;
    text-decoration: none;
}
.widget-articles  li{
    margin-bottom: 10px;
}
a.viewArticles{
    display: block;
    margin-top: 30px;
    position: relative;
    color: #57197b;
    background: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
}
.widget-articles  li a{
    line-height: 30px;
}

.widget-attorny h6,.widget-paralegal h6,.widget-articles h6{
    color: #fff;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.widget-attorny li a:hover,.widget-attorny li.active a{
    color: #ceabe2;
}
.widget-paralegal li a:hover,.widget-paralegal li.active a{
    color: #aece98;
}
.getPDFcopy{
    position: absolute;
    top: -64px;
    max-width: 312px;
    width: 100%;
    height: 64px;
    left: 0;
    background: url(../img/fancything.png) center center no-repeat;
    padding: 20px 30px;
}
.getPDFcopy a{
    position: relative;
    color: #fff;
    text-decoration: none;
}
.widget-articles{
    position: relative;
}
.widget-articles:after{
    content: "";
    top: 50%;
    height: 1000%;
    background: #57197b;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1
}
/*======================
Footer
=======================*/
.home-footer{
    background: #614f9c;
    padding: 50px 0;
    color: #fff;
    font-size: 30px;
    display: none;
    text-align: center;
}
.home-footer .search-widget form{
    width: 100%;
    margin: 0 0 30px;
}
.home-footer .search-widget form button{
    font-size: 20px;
}
.home-footer .search-widget form input{
    height: 40px;
}
.home-footer li span{
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
}
.home-footer li p{
    font-size: 18px;
}
.rightsCr{
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
.home-footer a{
    color: #fff;
    text-decoration: none;
}
.home-footer .rightsCr a{
    color: #6b974c;
}
.home-footer h1{
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 40px;
    color: #fff;
}
.home-footer ul{
    margin: 0;
    padding: 0;
}
.home-footer li{
    display: block;
}
.home-footer strong{
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.doc-footer{
    position: relative;
    background: #191919;
    padding: 25px 0;
}
.doc-footer a{
    color: #6b974c;
}

.doc-footer .btn-green{
    background: #6b974c;
    color: #efeeee;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
}

.locationTriggers{
    padding: 0;
    display: inline-block;;
}
.locationTriggers li{
    display: inline-block;
}
.locationTriggers li a{
    font-size: 17px;
    font-weight: bold;
    color: #6b974c;
    text-decoration: none;
    padding: 0 15px;
}
.locationTriggers li a:hover,.locationTriggers li.active a{
    color: #fff;
}
.rightsAndcredit{
    font-size: 11px;
    font-weight: bold;
    color: #efeeee;
    text-align: right;
    padding-top: 15px;
}
.locationPopup{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #252525;
    border-top: 6px solid #191919;
}
.locationPopup figure{
    position: relative;
    width: 35%;
    overflow: hidden;
    float: left;
}
.locationPopup figure:after{
    content: "";
    width: 100%;
    height: 80%;
    background: #252525;
    position: absolute;
    top: 0;
    right: -40%;
    transform: rotate(55deg) ;
    -webkit-transform: rotate(55deg) ;
    -moz-transform: rotate(55deg) ;
    -o-transform: rotate(55deg) ;
    -ms-transform: rotate(55deg) ;


    -moz-box-shadow: 1px 2px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 7px rgba(0,0,0,0.5);
}
.locationPopup figure img{
    width: 100%;
}
.aboutLocation{
    float: left;
    width: 30%;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
}
.aboutLocation p span{
    display: inline-block;
    width: 40%;
}

.locMap {
    width: 25%;
    float: left;
    padding-top: 20px;
}
.locMap iframe{
    width: 100%;
    height: 180px;
}
a.closeLocation{
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.locationPopup{
    display: none;
}

.navTrigger{
    border: none;
    background: none;
    position: absolute;
    right: 20px;
    top: 22px;
}

/*============================
Isotope
============================*/
.filterableBox{
    width: 100%;
    overflow: hidden;
}
.filterableBox .article-post{
    z-index: 20;
}
.article-post:after {
    background: inherit;
    content: "";
    height: 500%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	overflow: visible !important;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/*===============
Pop up
================*/
.funfactsPop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}
.popInner{
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 70%;
    margin: 80px auto 0;
    position: relative;
}
.popInner img{
    border-radius: 5px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
a.closeFFPop{
    position: absolute;
    width:30px;
    height: 30px;
    color: #290e38;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 6px;
}

/*===*/
.toggleAble{
        overflow: hidden;
        margin-bottom: 15px;
    }
    .toggleAble{
        position: relative;
    }
    .toggleAble.active{
        height: auto !important;
    }
    .toggleAble:after{
        content: "";
        position: absolute;
        bottom: 0;
        height: 15px;
        width: 100%;
        left: 0;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

    }
/*==========================
Responsive
===============================*/
@media(max-width:1330px){
    .doc-header #navlist > li > a{
        padding: 0 10px;
    }
}

@media(max-width:1220px){
    .getSocial li{
        margin-left: 5px;
        margin-right: 5px;
    }

    .doc-header #navlist > li > a{
        padding: 0 8px;
    }
}

@media(max-width:1199px){

    .getSocial li{
        margin-left: 0;
    }
    .getSocial li a{
        font-size: 10px;
    }
    .getSocial li i{
        font-style: 12px;
        width:26px;
        height:26px;
        line-height: 26px;
    }

    .logoWrap{
        top: 50px;
    }

    .videoBG{
        top: 115px;
    }
    .locationTriggers li a{
        font-size: 15px;
    }
    .page-bio .pageMain .fancyList li a{
        font-size: 14px;
    }
    h1{
        font-size: 40px;
    }
    .fancyList li a:before{
        transform: skew(-33deg, 0deg) ;
        -webkit-transform: skew(-33deg, 0deg) ;
        -moz-transform: skew(-33deg, 0deg) ;
        -o-transform: skew(-33deg, 0deg) ;
        -ms-transform: skew(-33deg, 0deg) ;
    }
    .fancyList li{
        margin-right: 50px;
    }
    .fancyList{
        padding: 0 8px 0 0;
    }
    .doc-header #navlist > li > a{
        font-size: 14px;
    }
    #navlist > li.megaMenu2 > .megaArea{
        left: 50%;
        margin-left: -280px;
    }
    #navlist > li.megaMenu > ul:before, #navlist > li.megaMenu2 > .megaArea:before, .peopleMenu:before{
        left: 50%;
        margin-left: -10px;
    }
    .peopleMenu{
        left: 50%;
        margin-left: -250px;
    }
    #navlist > li.megaMenu > ul{
        left: 50%;
        margin-left: -185px;
    }
}

@media(max-width:1080px){

    .getSocial li{
        margin: 0;
    }

}
@media(min-width:2001px){
    .homeBannerWrap .slide,.pageHeader{
        background-image: none !important;
    }
    .doc-header,.sticky-wrapper{
        max-height: 65px !important;
    }
}
@media(max-width:2000px){
    .doc-header #navlist > li > a{
        padding: 0 7px;
    }
    .parallax {
        background-repeat: no-repeat;
        background-attachment: scroll !important;
        background-position: top center !important;
        background-size: cover !important;
    }
    .homeBannerWrap .slide{
        height: 550px;
    }
    /*.logoWrap img,.logoWrap,.logoWrap .c1,.logoWrap .c2,.logoWrap .c3,.logoWrap .c4{
       -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }*/
    .logoWrap{
        width: 400px;
        height: 400px;
        padding-top: 10px;
    }
    .logoWrap img{
        width: 380px;
    }
    .logoWrap .c1,.logoWrap .c2{
        width: 360px;
        height: 360px;
    }

    .logoWrap .c3,.logoWrap .c4{
        width: 200px;
        height: 200px;
    }
    .logoWrap .c3{
        left: -10px;
    }
    .logoWrap .c1{
        right: -15px;
        top: 20px;
    }
    .logoWrap .c4{
        top: 125px;
        right: 0;
    }
}

@media(max-width:1020px){
    .getSocial{
        position: relative;
        top: -15px;
        right: auto;
    }
    .getSocial li i{
        width:34px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
    }
    .fancyList{
        padding: 0;
    }
    .postContent{
        padding-right: 0;
    }
    .article-post{
        padding-bottom: 60px;
    }
    .article-post .readmore{
        right: 50%;
        margin-right: -17px;
        bottom: 10px;
    }

    .fancyList li a:before{
        display: none;
    }
    .fancyList li{
        margin-right: 10px;
    }
    .fancyList{
        background: none;
    }
    .page-bio .pageMain header{
        padding-right: 0;
    }
    .page-bio .contactList{
        position: relative;
        bottom: auto;
        right: auto;
        text-align: left;
    }
    .page-bio .pageMain .fancyList li a,.page-bio .pageMain .fancyList li:first-child a{
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 14px;
    }
    .page-bio .getInTouch{
        padding-top: 15px;
    }
    .getSocial li a span{
        display: none;
    }
}


@media(min-width:993px){
    #navlist > li .peopleMenu.forceOpen{
        display: block;
    }

    .memCol{
        padding: 0;
    }
    .visibleLarge{
        display: block;
    }
    .hiddenLarge{
        display: none;
    }
    .navTrigger{
        display:none;
    }
    .mobileBtn{
        display: none !important;
    }
    #navcontainer{
        display: block !important;
    }
    .search-menu{
        display: none !important;
    }
}


@media(max-width:992px){
    .printpdf {display:none}
    .fancyList li{
        margin-right: 2px;
    }
    .getSocial li{
        margin-right: -2px;
    }
    .peopleNav{
        display: none !important;
    }
    .peopleMenu .sliderStyle.searchResults{
        height: auto;
    }
    .peopleResults .att-list > li{
        width: 50%;
    }
    .innerPage .logoWrap{
        top: -100px;
    }
    .logoWrap{
        width: 370px;
        height: 370px;
        padding-top: 10px;
    }
    .logoWrap img{
        width: 350px;
    }
    .logoWrap .c1,.logoWrap .c2{
        width: 350px;
        height: 350px;
    }

    .logoWrap .c3,.logoWrap .c4{
        width: 180px;
        height: 180px;
    }


    .logoWrap .c1{
        top: 15px;
    }



    .slideCaption{
        font-size: 60px;
        line-height: 70px;
        margin-top: 110px;
    }


    .article-post{
        padding-bottom: 80px;
    }
    .article-post .readmore{
        bottom: 20px;
    }
    .playVideo{
        font-size: 120px;
    }
    .playVideo .fa {
        margin-left: -60px;
        margin-top: -90px;
    }
    .article-post,.locationUnit,.videoPost{
        float: none;
        width: 100%;
    }
    .article-post h3{
        height: auto !important;
        margin-bottom: 25px;
        min-height: 0;
    }
    .postContent{
        max-height: none;
        height: auto !important;
    }
    .welcomeText{
        font-size: 20px;
        line-height: 34px;
    }
    .takeAsBG{
        top: 0 !important;
    }
    .getSocial{
        top: -15px;
    }
    .search-menu{
        display: block;
    }
    .visibleLarge,.homeBannerWrap .search-widget, .pageHeader .search-widget{
        display: none;
    }
    .mobileBtn{
        display: block;
    }
    a.mobileBtn.makePayment{
        background: #6b974c;
        padding:12px 20px;
    }
    a.mobileBtn{
        display: inline-block;
        padding:10px 20px;
        color: #fff;
        background: #191919;
        text-decoration: none;
        height: 46px;
    }
    .btnLG.makePayment{
        display: none;
    }
    .navTrigger{
        display:block;
    }
    .doc-header #navcontainer{
        display: none;
        overflow: hidden;
        max-height: 600px;
    }
    .doc-header #navlist{
        max-height: 500px;
        overflow-y: scroll;
        padding-right: 8%;
        width: 110%;
    }
    .doc-header,.sticky-wrapper{
        height: 90px !important;
    }
    .social-list li a{
        height: 48px;
        width: 48px;
        line-height: 48px;
        font-size: 20px;
    }
    .doc-header .left-menu{
        top: 20px;
    }
    .doc-header #navcontainer{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #252525;
    }
    .doc-header .container-fluid{
        position: static;
    }

    .doc-header #navlist > li{
        display: block;
        text-align: left;
        padding:0 20px;
    }
    .doc-header #navlist > li > a{
        color: #fff;
        border: none;
        font-size: 26px;
        line-height: 38px;
        padding: 10px 0;
        position: relative;
        font-weight: 600;
    }
    .doc-header #navlist > li.mega > a:after{
        font-family:'FontAwesome';
        content:"\f105";
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 40px;
    }
    .doc-header #navlist > li.mega.open > a:after{
        content:"\f107";
    }
    .doc-header #navlist > li + li > a{
        border: none;
        border-top: 1px solid #111111;
    }
    .search-menu .search-widget form{
        width: 100%;
    }
    .search-menu .search-widget input[type="text"]{
        height: 40px;
    }
    .doc-header #navlist li.active > a, .doc-header #navlist li > a:hover{
        color: #fff;
    }
    .megaBlock:before{
        display: none;
    }
    #navlist > li.megaMenu2 > .megaArea > ul{
        padding: 0;
    }
    .megaBlock{
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: auto !important;
        width: 100% !important;
        background: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    li.open .megaBlock{
        display: block !important;
    }
    .searchResults > li{
        border-color: #513915;
    }
    a.btn-show{
        border: none;
        text-align: left;
        padding: 0;
    }
    .alphabatic a, .alphabatic span{
        color: #fefeff;
        font-size: 26px;
        padding: 5px;
    }
    .alphabatic span{
        color: #8f8f8f;
    }
    .searchResults > li img{
        width: 80px;
    }
    .searchResults > li{
        padding-left: 100px;
    }
    .searchResults > li > ul > li{
        float: none;
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }
    #navlist > li.megaMenu2 > .megaArea > ul{
        float: none;
        display: block;
        width: 100%;
    }
    #navlist > li.megaMenu > ul > li a, .megaArea > ul > li > a{
        font-size: 18px;
        line-height: 34px;
    }
    #navlist > li.megaMenu > ul > li a br{
        display: none;
    }
    #navlist > li.megaMenu > ul > li, .megaArea > ul > li{
        border: none;
        padding: 10px 0;
    }
    #navlist > li.megaMenu:hover > ul, #navlist > li.megaMenu2:hover .megaArea, #navlist > li:hover .peopleMenu{
        display: none;
    }
    .langLink{
        display: none !important;
    }

    .page-practice .overView{
        width: 40%;
    }
    .page-practice .pageMain{
        width: 60%;
    }
    .someExtraInfo > div{
        float: none;
        width: 100%;
    }
    .locationTriggers li a{
        font-size: 12px;
    }
    .doc-footer .btn-green{
        padding: 10px 15px;
    }
    .innerPage .container-fluid, .doc-footer .container-fluid{
        padding: 0 20px;
    }
    .page-bio .pageMain{
        padding-left: 0;
    }

}

@media(max-width:850px){

    .slideCaption{
        font-size: 50px;
    }
    .doc-footer .btn-green{
        padding: 10px 15px;
        display: block;
    }
    .locationTriggers{
        text-align: center;
        display: block;
        margin-top: 5px;
    }
    .locationTriggers li a{
        font-size: 14px;
    }
    .page-bio .pageMain .fancyList li a, .page-bio .pageMain .fancyList li:first-child a {
        border-radius: 20px;
        font-size: 10px;
        padding: 5px 8px;
    }
    .fancyList li{
        margin-right: 5px;
    }
    .page-about .pageMain .text-widget{
        font-size: 18px;
        line-height: 34px;
    }
}

.bioHeader-sm{
    display: none;
}


@media(max-width:840px)and(min-width:768px){
    .page-bio .pageMain{
        padding-left: 0;
    }
}

@media(min-width:768px){
    .acc-content{
        display: block !important;
        height: auto !important;
    }
   /* .toggleAble{
        height: auto !important;
    }*/
}

@media(max-width:767px){
    .printpdf {display:none}
    .logoWrap img,.logoWrap,.logoWrap .c1,.logoWrap .c2,.logoWrap .c3,.logoWrap .c4{
       -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .getPDF{
        max-width: 310px;
    }
    .popInner{
        width: 90%;
    }
    .popInner img{
        float: none;
    }
    .page-about .pageMain .text-widget{
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        min-height:80px;
    }
    .page-payment .pageSectionsWrap .paymentArea{
        padding: 0 15px;
    }
    .innerPage .logoWrap{
        top: -85px;
    }


    .page-practice .searchResultsWrap{
        padding-left: 0px;
    }
    .searchFilters .search-widget{
        margin: 10px 0 30px;
    }
    .allPeople .acc-content{
        padding: 0;
    }
    .att-list > li figure{
        width: 65px;
    }
    .att-list > li > ul > li > i{
        font-size: 13px;
        top: 2px;
    }
    .att-list > li{
        padding-left: 75px;
        font-size: 13px;
        line-height: 22px;
        min-height: 0;
        margin-bottom: 30px;
    }
    .page-payment .pageSectionsWrap{
        padding-top: 0;
    }
    .peopleResults .att-list > li{
        float: none;
        width: 100%;
    }
    .pageHeader{
        height: 150px;
    }
    .widget-articles:after, .widget-articles .acc-wrap:after, .widget-articles .acc-wrap:before,
    .widget-paralegal .acc-wrap:before,.widget-attorny .acc-wrap:after, .widget-paralegal .acc-wrap:after,.getPDFcopy{
        display: none;
    }
    .widget-attorny .acc-wrap, .widget-paralegal .acc-wrap, .widget-articles .acc-wrap{
        padding: 0;
    }
    .widget-attorny .widget-attorny-inner, .widget-paralegal .widget-paralegal-inner{
        padding: 0;
    }
    .widget-paralegal .widget-paralegal-inner, .widget-articles .widget-articles-inner,.widget-attorny .widget-attorny-inner{
        padding-top: 0;
        margin: 0;
    }
    .page-payment .text-right{
        text-align: center;
    }
    .page-about .pageMain .text-widget{
        margin-top: 20px;
        padding-top: 20px;
    }
    .page-about .overView figure{
        display: none;
    }
    .page-about .overView,.page-about .pageMain,.page-practice .overView,.page-practice .pageMain{
        width: 100%;
        float: none;
    }
    .innerPage .container-fluid, .doc-footer .container-fluid{
        padding: 0 20px;
    }
    .page-bio .pageMain{
        padding-left: 0;
    }
    .page-bio .overView{
        margin-bottom: 20px;
    }
    .getSocial li i{
        margin: 0;
    }
    .bioHeader-lg{
        display: none;
    }
    .bioHeader-sm{
        display: block;
    }
    .rightsAndcredit{
        text-align: center;
        font-size: 12px;
    }
    .page-bio .overView,.page-bio .pageMain{
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .page-bio .pageMain{
        margin-left: 0;
    }
    .fancyList{
        margin-bottom: 0px;
    }
    .page-about .overView .text-widget:before, .page-bio .overView .text-widget:before{
        display: none;
    }
    .page-bio .overView > figure{
        max-height: 450px;
    }
    .page-bio .overView .text-widget{
        padding: 0;
    }
    .acc-trigger{
        position: relative;
        padding:15px 20px;
        padding-right: 30px;
        cursor: pointer;
        margin: 0 !important;
    }
    .acc-trigger:after{
        font-family:'FontAwesome';
        content:"\f067";
        color: #fff;
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .rank:after {content:" ";}
    .page-people .acc-trigger:after{
        content:"\f105";
    }
    .page-people  .acc-wrap.active .acc-trigger::after{
        content:"\f107";
    }
    .acc-content{
        display: none;
        padding: 0 20px;
    }
    .acc-wrap.active .acc-trigger:after{
        content:"\f068"
    }

    .page-bio .overView .text-widget .acc-trigger{
        background: #57197b;
    }
    .page-bio .overView .text-widget .acc-content{
        background: #44155f;
    }
    .page-bio #localnavlist li{
        padding:15px 0;
        margin: 0;
        border-bottom: 1px solid #290e38;
    }
    .contactList{
        position: relative;
        margin: 0;
    }
    .page-bio .getInTouch{
        border: none;
        margin-top: 10px;
    }
    .page-bio .contactList li{
        margin-left: 0;
        margin-right: 10px;
    }
    .page-bio .fancyList li a,.page-bio .fancyList li:first-child a{
        font-size: 10px;
        padding: 10px;
        border-radius: 18px;
    }
    .someExtraInfo > div:before{
        display: none;
    }
    .someExtraInfo > div{
        padding: 0;
        margin-bottom: 0;
    }
    .education-block .acc-content{
        background: #537939;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .education-block .acc-trigger{
        border-bottom: 1px solid #537939;
    }
    .page-bio .pageMain .someExtraInfo a{
        display: block;
        text-decoration: none;
    }
    .page-bio .pageMain .someExtraInfo li a{
        display:inline;
    }
    .association-block .acc-trigger{
        border-bottom: 1px solid #4ba0a0;
    }

    .someExtraInfo ul{
        margin-bottom: 0;
    }
    .someExtraInfo ul li{
        padding: 8px 0;
    }
    .someExtraInfo ul li{
        margin-bottom: 0;
    }
    .association-block .acc-content{
        background: #4ba0a0;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .ratedBy a{
        display: inline-block !important;
    }
    .doc-header #navcontainer{
        max-height: 500px;
    }
    .doc-header #navlist{
        max-height: 450px;
    }
    .widget-attorny{
        margin-top: 0;
    }
    .widget-videos .acc-content{
        padding: 0;
    }
    .widget-videos .acc-trigger{
        background: #6b974c;
        color: #fff;
    }
    .widget-attorny .acc-content,.widget-articles .acc-content{
        background: #4c176b;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .widget-paralegal .acc-content{
        background: #5c8241;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .logoWrap{
        width: 300px;
        height: 300px;
        left: 50%;
        margin-left: -185px;
        top: 20px;
    }
    .logoWrap img{
        width: 280px;
    }
    .logoWrap .c1,.logoWrap .c2{
        width: 280px;
        height: 280px;
    }

    .logoWrap .c3,.logoWrap .c4{
        width: 150px;
        height: 150px;
    }
    .logoWrap .c3{
        left: -5px;
        top: 75px;
    }
    .logoWrap .c4{
        bottom: 55px;
        right: -5px;
        top: auto;
    }



    .slideCaption{
        font-size: 50px;
        line-height: 60px;
        margin-top: 0;
        position: absolute;
        top: 320px;
        right: 0;
    }
    .aboutLocation h3{
        margin-top: 0;
    }

    .locationPopup figure:after,.locationPopup figure{
        display: none;
    }
    .locationPopup figure,.aboutLocation,.locMap{
        float: none;
        width: 100%;
    }
    .locationPopup{
        padding: 0 15px;
    }


}


@media(max-width:650px){
    #homepage .isotopWrap{
        min-height: 0 !important;
    }
    .nav.affix,.nav.affix-bottom,#affixedSidebar{
        position: relative !important;
        top: auto !important;
        width: 100%;
    }
    .home-footer{
        display: block;
    }
    .homePageContent .sidebar{
        position: relative;
        width: 100%;
    }
    .homePageContent{
        padding-left: 0;
    }
    .hiddenMob{
        display: none;
    }
    .homePageContent .sidebar #localnavlist{
        margin: 0;
    }

    #navlist > li.megaMenu > ul > li a, .megaArea > ul > li > a,.searchResults > li > ul > li{
        font-size: 16px;
        line-height: 24px;
    }
    .doc-header #navlist > li > a,.alphabatic a, .alphabatic span{
        font-size: 20px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 28px;
    }
    h4{
        font-size: 25px;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 14px;
    }
    .page-about .overView h6{
        font-size: 18px;
    }
    .office-unit .about-office{
        padding: 30px 20px;
        font-size: 16px;
    }

    .page-contact .btn.btn-success,.page-payment .btn.btn-black{
        width: 100%;
    }
    .closeAlert{
        display: none;
    }

}

@media(max-width:580px){
    .page-bio .contactList li{
        margin-right: 5px;
    }

    .office-unit figcaption{
        display: none;
    }
    a.mobileBtn{
        height: 36px;
    }

    .social-list li a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .doc-header .social-list{
        margin-right: 5px;
    }
    a.mobileBtn{
        padding: 4px 10px;
    }
    a.mobileBtn.makePayment{
        padding: 6px 10px;
    }
    .navTrigger{
        max-width: 55px;
    }
    .doc-header, .sticky-wrapper{
        height: 75px !important;
    }
}

@media(max-width:440px){
    .page-bio .overView > figure{
        max-height: 350px;
    }
    .innerPage .logoWrap{
        top: -60px;
    }
    .page-practice h1{
        font-size: 22px;
    }
    h6{
        font-size: 18px;
    }
    .office-unit .about-office{
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
    }
    .page-about .overView .text-widget, .page-bio .overView .text-widget,.page-about .pageMain .text-widget{
        font-size: 14px;
    }
    .office-unit .about-office li{
        margin-bottom: 5px;
    }
    .social-list li a{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
    }

    .navTrigger{
        padding: 0;
        width: 40px;
        top: 20px;
    }
   /* .doc-header .social-list{
        display: none;
    }*/
   /* a.mobileBtn.enEsp{
        display: none;
    }*/
    .navTrigger{
        right: 5px;
    }
    a.mobileBtn,a.mobileBtn.makePayment{
        font-size: 12px;
        padding: 0 5px;
        height: 28px;
        line-height: 28px;
    }
    .doc-header #navlist > li > a,.alphabatic a, .alphabatic span{
        font-size: 18px;
    }
    .alphabatic a, .alphabatic span{
        padding: 0;
    }
    #navlist > li.megaMenu > ul > li a, .megaArea > ul > li > a,.searchResults > li > ul > li{
        font-size: 14px;
        line-height: 24px;
    }

    .logoWrap{
        width: 260px;
        height: 260px;
        margin-left: -130px;
    }
    .logoWrap img{
        width: 240px;
    }
    .logoWrap .c1,.logoWrap .c2{
        width: 240px;
        height: 240px;
    }

    .logoWrap .c3,.logoWrap .c4{
        width: 110px;
        height: 110px;
    }
    .slideCaption{
        font-size: 34px;
        line-height: 50px;
        top: 300px;
    }
    .att-list > li figure{
        width: 60px;
    }

    .att-list > li{
        padding-left: 70px;
        font-size: 11px;
        line-height: 20px;
    }
}

@media(max-width:370px){
    .page-bio .contactList li{
        margin-right: 5px;
        font-size: 10px;
    }
    .customeField label{
        margin-right: 0 !important;
        width: 48%;
    }
    .home-footer li p{
        font-size: 12px;
    }
    .rightsCr{
        font-size: 14px;
    }
    .page-bio .fancyList li a, .page-bio .fancyList li:first-child a{
        padding: 6px;
        font-size: 8px;
    }
    .getSocial li i{
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .fancyList{
        top: -8px;
    }
    /*h6{
        font-size: 14px;
    }*/
}

@media(max-width:325px){
    .locationTriggers li a{
        font-size: 12px;
    }

}
.fa-angle-left:before, .fa-angle-right:before {
    line-height: 40px !important;
}
.video2 { position: relative; }
.video2 a {
    position: absolute !important;
    display: block;
    background: url(../images2/play_youtube.png);
    height: 55px;
    width: 55px;
    top: 40%;left: 45%;
    }
.printpdf {margin-left:10px;}
@media(min-width:1200px){
     #navlist > li.megaMenu2 > .megaArea { width: 1050px; padding: 20px 10px; left: -550px;}
     #navlist > li.megaMenu2 > .megaArea:before{left: 580px;}
}

@media(max-width:1199px){
     #navlist > li.megaMenu2 > .megaArea { width: 820px; padding: 20px 10px; left: -150px;}
     #navlist > li.megaMenu2 > .megaArea:before{left: 480px;}
}


.expandable-list .expandable{
    display: none;
}
